/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(//wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
  src: url(//wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix)
      format("woff"),
    url(//wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

:root {
  --main-border-color: rgb(229 231 235);
  --invalid-form: rgb(248 113 113);
  --focused-border: 1px solid rgb(219 234 254);
  --focused-box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3),
    0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
}

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Open Sans", arial, verdana;
  background: #fff;
}
/*form styles*/
#b5pt_form {
  width: auto;
  margin: 50px auto;
  position: relative;
}
#b5pt_form .b5pt_questions {
  background: white;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  /*flex-direction: row;
    display: flex;
    flex-wrap: wrap;*/
  /*stacking fieldsets above each other*/
}
/*Hide all except first fieldset*/
#b5pt_form .b5pt_questions:not(:first-of-type) {
  display: none;
}
#b5pt_form .b5pt_questions fieldset {
  border: 0 none;
  list-style: none;
  /*flex: 0 0 31.333333%;
    margin: auto;*/
}
/*buttons*/
#b5pt_form .action-button {
  width: 100px;
  background: #67d5bf;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#b5pt_form .action-button:hover,
#b5pt_form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}
/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #63a2cb;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 1.2em;
  color: #666;
  margin-bottom: 15px;
}
/*b5pt_form_progressbar*/
#b5pt_form_progressbar {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

#b5pt_form_progressbar .pb_inner {
  height: 24px;
  width: 0%;
  background: green;
  transition: all 0.5s ease;
}

.help-block {
  font-size: 0.8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 0.5em;
}

/** b5pt_form_radios */
.b5pt_form_radios {
  position: relative;
  width: 100%;
  margin: 1em auto;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: 0.8em;
}

.b5pt_form_radios .choice {
  display: flex;
  flex-direction: row-reverse;
}

.b5pt_form_radios .choice label {
  margin-left: 5px;
}

div[id*="simpay-overlay-form-wrap-"] {
  display: none;
}

.b5pt-alert {
  padding: 10px 30px;
  border-radius: 15px;
  margin: 15px 0;
}

.b5pt-alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b5pt-alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.print-results {
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #7f8dff;
  padding: 10px;
  cursor: pointer;
}

.main-chart {
  min-height: 500px;
  min-width: 500px;
}
.main-chart .apexcharts-canvas {
  margin: 0 auto;
}

.simpay-address-billing-container-label,
.simpay-address-street-container,
.simpay-address-city-container,
.simpay-address-state-container,
.simpay-address-zip-container {
  display: none !important;
}

.simpay-address-country-container {
  float: none !important;
  width: 100% !important;
}

@media print {
  .print-results {
    display: none;
  }

  .apexcharts-svg {
    transform: scale(0.5);
    display: block;
    margin: auto;
  }
}

.modal-hipay-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}

.modal-hipay {
  position: relative;
  background-color: white;
  /* height: 492px; */
  max-width: 729px;
  border-radius: 10px 10px 0 0;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

/* .modal-hipay::after {
  content: attr(data-value);
  display: block;
  position: absolute;
  background: #f8f9fa;
  padding: 25px;
  font-weight: bold;
  color: #666;
  font-size: 13px;
  background: url(https://wp-content/uploads/2022/07/secure-payment-logo@2x.5c32704.webp)
    no-repeat 10px #f8f9fa;
  font-family: arial;
  background-size: 50px;
  padding-left: 75px;
  border-radius: 0px 0px 10px 10px;
} */

.modal-hipay-content {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 2vw;
overflow-y: auto;
    height: auto;
}

.modal-hipay .header .title {
  font-size: 28px;
  font-weight: bold;
  margin: auto;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  margin: auto 30px;
  margin-bottom: 9px;
}

.modal-hipay .header .subtitle {
  padding-bottom: 0;
  font-size: 13px;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  text-align: center;
  line-height: 23.8px;
  font-weight: 500;
}

.modal-hipay .close-icon {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #a6a6a6;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 9999;
}

.modal-hipay .header {
  position: relative;
}

.modal-hipay .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  gap: 0.75rem;
}

.modal-hipay .content .alert-danger {
  font-family: "Inter", sans-serif;
  color: rgb(220 38 38);
  font-size: 12px;
}

.modal-hipay .content .split-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .flex-input {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.modal-hipay .content .input-container {
  display: flex;
  flex-direction: column;
}

.modal-hipay .content .input-container.cc-mail {
  display: flex;
  flex-direction: column;
}

.modal-hipay .content .input-container.cc-cvc {
  min-width: 50px;
  width: 15%;
}

.modal-hipay .content .input-container.cc-exp {
  min-width: 75px;
  width: 25%;
}

.modal-hipay .content .input-container.cc-number {
  min-width: 60%;
  width: 60%;
}

.modal-hipay .content .input-container label {
  font-size: 14px;
  padding-left: 1px;
  font-weight: 400;
  color: hsla(0, 0%, 10%, 0.7);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
}

/* Input */
.hostedfield {
  height: 2.25rem;
  width: "100%";
  border: 1px solid var(--main-border-color);
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  outline: none;
  font-family: "Inter", sans-serif;
}

/* When input is focused it apply style to the parent div */
.HiPayField--focused {
  border: var(--focused-border) !important;
  box-shadow: var(--focused-box-shadow);
}

/* When input is invalid it apply style to the parent div */
.HiPayField--invalid {
  color: var(--invalid-form);
  border: 1px solid var(--invalid-form);
}

.modal-hipay .content .bottom-content {
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}

.modal-hipay .content .price-container > p {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #666;
  margin: 0 0 9px 0;
}

.modal-hipay .content .bottom-content .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  cursor: pointer;
  align-items: center;
}

.modal-hipay .content .bottom-content .checkbox-container input {
  display: none;
}

.modal-hipay .content .bottom-content .checkbox-container .checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
}

.modal-hipay .content .bottom-content .checkbox-container .checkbox .checkmark {
  margin: 0.2rem;
  display: block;
  background-color: #60a5fa;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: scale(0);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border-radius: 0.125rem;
}

.modal-hipay
  .content
  .bottom-content
  .checkbox-container
  input:checked
  ~ div
  .checkmark {
  transform: none !important;
}

.modal-hipay .content .bottom-content .checkbox-container .text {
  font-family: "Inter", sans-serif;
  user-select: none;
  -moz-user-select: none;
  margin: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.modal-hipay .footer {
  margin-top: 1.5rem;
}

.modal-hipay .footer .payment-button {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
  background: #7f8dff;
  background-image: none;
  display: block;
  line-height: 1.5;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-hipay .footer .payment-button:disabled {
  cursor: pointer;
}

.focus-visible-only:focus-visible {
  border: 1px solid rgb(219 234 254);
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}

.cgu-text-modal-hipay {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  display: block !important;
  background: rgba(31, 38, 51, 0.04);
  font-size: 9px;
  color: #938e8e;
  margin-bottom: 20px;
  margin-top: 16px;
  line-height: 160%;
}

@media (max-width: 1200px) {
  .modal-hipay-content {
    height: 455px;
  }
}

@media (max-width: 532px) {
  .modal-hipay-content {
    height: 480px;
  }
}

@media (max-width: 470px) {
  .modal-hipay-content {
    padding-top: 4vw;
    height: 575px;
  }

  .modal-hipay .modal-hipay-content .content .flex-input {
    flex-direction: column;
  }
}

/* @media (max-width: 412px) {
  .modal-hipay-content {
    height: 570px;
  }
}
 */
.payment-secure-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000060;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99998;
}
.payment-secure {
  position: relative;
  background-color: white;
  height: 492px;
  max-width: 729px;
  border-radius: 10px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.close-icon-secure {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  color: #a6a6a6;
  right: 0;
  top: -10;
  cursor: pointer;
}
