.no-scroll {
  overflow: hidden !important; }

#piki-message {
  background-color: white;
  width: 736px;
  max-width: 736px;
  padding: 42px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  opacity: 0;
  border-radius: 4px;
  transition: opacity 500ms !important; }
  #piki-message .title {
    color: #1C7EB6;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 10px 50px 20px 0;
    line-height: 1.2em;
    display: block; }
  #piki-message .content {
    display: block;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #464646;
    letter-spacing: -0.8px;
    text-align: center;
    line-height: 28px; }
  #piki-message nav {
    text-align: center;
    display: block;
    height: 60px;
    padding-top: 20px;
    overflow: hidden; }
    #piki-message nav a, #piki-message nav button, #piki-message nav .button {
      height: 40px;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      transition: none !important; }
  #piki-message .close-button {
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    text-indent: -99999px;
    border: 3px solid #1E4A89;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 51%;
    -moz-border-radius: 51%;
    border-radius: 51%; }
    #piki-message .close-button:after, #piki-message .close-button:before {
      content: '';
      display: block;
      width: 14px;
      height: 3px;
      position: absolute;
      left: 5px;
      top: 10px;
      background: #1E4A89; }
    #piki-message .close-button:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    #piki-message .close-button:before {
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg); }
  #piki-message .ok-button {
    display: table;
    margin: 15px auto 12px;
    position: relative;
    padding: 0 40px;
    height: 47px;
    line-height: 44px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
    background: transparent;
    transition: all 300ms;
    background: #8cd4f5;
    text-transform: uppercase; }
  #piki-message.opened {
    left: 50%;
    top: 50%;
    opacity: 1; }
    #piki-message.opened.full-height .content {
      position: relative; }
      #piki-message.opened.full-height .content .scroller {
        display: block;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden; }
  #piki-message.full-height {
    top: 20px;
    bottom: 20px; }
  #piki-message.align-left .content {
    text-align: left; }
  #piki-message.calculating {
    width: 100%;
    max-width: 736px;
    top: 0;
    left: 0;
    margin: 0 0 0 0; }

@media (max-width: 775px) {
  #piki-message.opened {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
    transform: translateX(0); } }
@media (max-width: 950px) {
  #piki-message .content {
    padding: 0; } }

/*# sourceMappingURL=message.css.map */
