#index .ui-dialog {
  width: 900px !important;
  position: fixed;
  font-size: 1em;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

@media (max-width: 480px) {
  #index .ui-dialog {
    width: 90vw !important;
  }
}

#index .ui-dialog-titlebar {
  background: linear-gradient(71deg, #fbfbfb, #f9f9f9);
}

#index .ui-dialog-titlebar-close:before {
  content: "\d7";
}

#index .ui-dialog-content {
  overflow: visible;
  padding: 30px 20px;
  height: unset !important;
}

@media (max-width: 480px) {
  #index .ui-dialog-content {
    padding: 6vw 3vw;
  }
}

#index .escott_agreement_message {
  width: 100%;
  min-height: 420px;
  border: 1px solid #ccc;
  padding: 10px;
  outline: none;
}

@media (max-width: 480px) {
  #index .escott_agreement_message {
    min-height: 70vw;
  }
}

#index #escott_agree_cancel,
#index #escott_agree_next {
  width: 200px;
  min-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  opacity: 1 !important;
  pointer-events: all;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 480px) {
  #index #escott_agree_cancel,
  #index #escott_agree_next {
    -webkit-transition: unset;
    transition: unset;
    letter-spacing: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: unset;
    margin: 0;
    min-height: 40px;
  }
}

#index #escott_agree_cancel {
  background: #999;
  border: 2px solid #999;
}

#index #escott_agree_cancel:hover {
  background: #d7d7d7;
  color: #999;
}

@media (max-width: 480px) {
  #index #escott_agree_cancel:hover {
    background: #999;
    color: #fff;
  }
}

#index #escott_agree_next {
  background: #ff9c00;
  border: 2px solid #ff9c00;
}

#index #escott_agree_next:hover {
  background: #f9e1bc;
  color: #ff9c00;
}

@media (max-width: 480px) {
  #index #escott_agree_next:hover {
    background: #ff9c00;
    color: #fff;
  }
}

#index .agree_form_send {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  #index .agree_form_send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4vw;
  }
}
/*# sourceMappingURL=dialog.css.map */