.coin-splash-screen .contact-popup .ui-dialog-content {
  overflow: auto !important;
  padding: 1em !important;
  height: 250px !important;
  max-height: 250px !important;
}

.contact-popup {
  width: 270px !important;
  left: 0px !important;
  right: 0px !important;
  margin-inline: auto !important;
  border-radius: 15px;
}

.contact-popup .ui-dialog-titlebar {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  background: #279989;
}

.contact-popup .ui-dialog-content {
  border-radius: 24px;
}

.contact-popup .ui-dialog-titlebar .ui-dialog-titlebar-close {
  margin-top: -5px;
  height: 0px;
  width: 30px;
}

.contact-popup .ui-dialog-buttonpane {
  background-color: var(--pur-white);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
  float: left;
  padding: 0.5em 1em 1em 1em;
}

.contact-popup .ui-dialog-buttonpane button {
  background-color: var(--blue-button);
  margin: 0px;
}

.contact-popup .form-type-textfield input {
  border: 1px solid var(--header-input-border);
}

.contact-popup .form-type-textarea textarea {
  border: 1px solid var(--header-input-border);
  height: 7rem;
  resize: none;
}

.contact-popup label {
  font-size: 12px;
  color: var(--primary-one);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px var(--secondary-eleven);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-eleven);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-eleven);
}

.btn-close:focus,
.ui-dialog .ui-dialog-titlebar-close:focus {
  box-shadow: none;
}

a.contact-guideline {
  display: block;
  width: fit-content;
  color: var(--primary-one);
  opacity: 0.7;
  text-decoration: none;
  margin-left: auto;
  margin-bottom: -1em;
}

a.contact-guideline:hover {
  color: var(--primary-one);
  opacity: 1;
  text-decoration: none;
}

a.contact-guideline:before {
  content: "";
  background: url("../images/info-black.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 15px;
  background-position: left;
}

.contact-popup .form-item,
.contact-popup .form-actions {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .contact-popup {
    width: 400px !important;
  }
}

@media (min-width: 768px) {
  .contact-popup {
    width: 500px !important;
  }
  .coin-splash-screen .contact-popup .ui-dialog-content {
    height: 300px !important;
    max-height: 300px !important;
  }
}

@media (min-width: 991px) {
  .contact-popup {
    width: 700px !important;
  }
  .coin-splash-screen .contact-popup .ui-dialog-content {
    overflow: hidden !important;
  }
}

.contact-popup .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 11.8281L16.5781 18.4063L18.4063 16.5781L11.8281 10L18.4063 3.42188L16.5781 1.59375L10 8.17188L3.42188 1.59375L1.59375 3.42188L8.17188 10L1.59375 16.5781L3.42188 18.4063L10 11.8281Z" fill="white"/></svg>') center/1em auto no-repeat;
  opacity: 1;
}
