[x-cloak] {
  display: none !important;
}

/**/
/* .modal-body-content *, */
/* .modal-body-content :before, */
/* .modal-body-content :after { */
/*   box-sizing: border-box; */
/* } */

.main-content,
.main-content * {
  box-sizing: border-box;
}

.main-content {
  /* padding: 1rem 10vw; */
  max-width: 40rem;
  margin: 2rem auto;
  /* box-shadow: 0px 4px 8px 0px #0000004d; */
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.form-body {
  font-family: 'Roboto', sans-serif;
}

.form-body a {
  color: rgba(252, 139, 0, 1);
}

.form-body a:hover {
  color: rgba(252, 139, 0, 0.8);
}

.modal-body-content h1,
.modal-body-content h2,
.modal-body-content h3,
.modal-body-content h4,
.modal-body-content h5,
.modal-body-content h6 {
  font-family: 'Zilla Slab', serif;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-family: 'Zilla Slab', serif;
}

.modal-title {
  /* font-size: 2.5rem; */
  font-size: 3rem;
  color: #2c6578;
  line-height: 3rem;
  margin: 0;
}

.form-body .radio-option-title,
.radio-option-or,
h2.styled {
  font-size: 1.4rem;
  color: #2c6578;
  margin: 0;
}

h4.styled {
  font-size: 1.2rem;
  color: #2c6578;
}

.radio-option-or {
  font-weight: bold;
  font-family: 'Zilla Slab', serif;
}

.thank-you-container > h2.styled {
  margin: 0.75rem 0;
}

[x-cloak] {
  display: none !important;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal-box {
  position: relative;
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-modal-box-close {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2c6578;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.custom-modal-box-close:hover {
  color: #2c6578af;
}

.modal-container {
  display: flex;
  justify-content: center;
}

.modal-content {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* overflow-y: auto; */
}

.modal-body {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.modal-body-content {
  position: relative;
  background-color: #fff;
  padding: 3rem;
  border-radius: 1px;
  overflow-y: auto;
  max-width: 42rem;
  width: 100%;
  height: 100vh;
  box-shadow: 0, 0, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-sizing: border-box;
}

.modal-overlay {
  background-color: rgb(113 124 144 / 0.5);
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-body * {
  font-size: 0.9rem;
}

.modal-text {
  font-size: 0.9rem;
}

.same-line-fields {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.same-line-fields > input {
  flex: 1;
  min-width: 8rem;
}

.form-element {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.collapsible-element > label,
.styled-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.form-element > label,
.field-label {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  order: -1;
}

.form-element > input[required] + label,
input[required] + .field-label {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.radio-sub-options > *:first-child {
  margin-top: 0.5rem;
}

.radio-sub-options > *:last-child {
  margin-bottom: 0.5rem;
}

.radio-sub-options {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* .radio-sub-options > * { */
/*   margin-left: 1.5rem; */
/*   margin-right: 1.5rem; */
/* } */

.radio-label-message {
  font-weight: 400;
  font-style: italic;
}

legend.field-label {
  margin-bottom: 0;
  cursor: default;
}

.field-element {
  margin-top: 1rem;
}

.field-element > p {
  margin: 0;
}
.custom-modal-box p {
  font-size: .9rem;
  font-family: Roboto, sans-serif;
}

.dialogMessage {
  cursor: pointer;
  color: rgba(252, 139, 0, 1);
  transition: color 0.2s ease-in-out;
  font-weight: 500;
}

.dialogMessage:hover {
  text-decoration: underline;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #4fbeff;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
  background: #f2f2f2;
  color: #4fbeff;
  outline: none;
}

.form-element > input,
.collapsible-element > input,
.styled-text-input,
.field-element input:not([type='radio']) {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #979797;
  border-radius: 4px;
  outline: 0;
}

.field-element input {
  margin-top: 0.5rem;
}

.side-by-side-inputs {
  display: flex;
  flex-direction: row;
  wrap: wrap;
  gap: 1rem;
}

.collapsible-element > input {
  display: block;
}

.form-sections {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}

.section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #2c6578;
  color: #fff;
  padding: 1rem;
  font-family: 'Zilla Slab', serif;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.steps {
  font-size: 1.1rem;
}

.section-content {
  padding: 0 1rem;
  background-color: #f7f7f7;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.thank-you-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 20rem;
}

.radio-block {
  border-radius: 10px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.radio-block > .radio-option {
  cursor: pointer;
}

.radio-block > input[type='radio'] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: rgb(0, 123, 133);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.radio-block > label {
  display: block;
  padding: 1rem;
  border-radius: 10px;
  border: 3px solid rgb(255 255 255 / 0);
  background-color: #ffffff;
}

.radio-block > label:hover {
  border: 3px solid #2c657829;
  transition: border 0.05s ease-in-out;
}

.radio-block > input[type='radio']:checked + label {
  border: 3px solid #2c6578;
}

input[type='file'] {
  border: none;
  color: rgb(0, 123, 133);
}

input::file-selector-button {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 123, 133);
  color: rgb(0, 123, 133);
  font-weight: bold;
  padding: 10px;
  width: 150px;
  height: 44px;
  opacity: 0.8;
  border-radius: 10px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out,
    opacity 0.1s ease-in-out;
  background-color: #fff;
}

input::file-selector-button:hover {
  color: #fff;
  background-color: rgb(0, 123, 133);
}

.radio-description {
  font-style: italic;
  margin-top: 0.5rem;
}

.radio-set {
  border: none;
  margin: 0;
  padding: 0;
}

.inner-container {
  /* white background with some margin and rounded corners: */
  background: #fff;
  margin: 1rem;
  padding: 1rem;
  border-radius: 10px;
}

button.button {
  background-color: #2c6578;
  color: #fff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.8;
  width: 150px;
  height: 44px;
  font-family: 'Zilla Slab', serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.2s ease-in-out, opacity 0.1s ease-in-out;
  align-self: center;
  margin-top: 3rem;
}

button.button:hover,
button.button[disabled] {
  background-color: #046b81;
  opacity: 0.5;
}

button.button[disabled] {
  cursor: not-allowed;
}

.purchase-order-summaries {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.purchase-order-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background-color: #f7f7f7;
}

.stripe-payment-container {
  align-self: center;
}

.purchase-order-summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.summary-label {
  font-weight: bold;
}

.purchase-order-cost {
  font-weight: bold;
  font-size: 1.5rem;
}

.purchase-order-total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.loading-text {
  text-shadow: 0 0 0.5rem #464646;
  color: transparent !important;
}

.purchase-order-total > h4,
.purchase-order-cost > span {
  color: #2c6578;
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
}

.step-indicator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1rem;
}

.step-indicator-circle {
  max-width: 1.5rem;
  width: 100%;
  height: 1.5rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #2c6578;
  background-color: #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: opacity 0.08s ease-in-out;
}

.step-indicator-circle:not(.previous):not(.step-indicator-circle-active) {
  cursor: not-allowed;
}

.step-indicator-circle:not(.previous):not(.step-indicator-circle-active):hover {
  opacity: 1;
}

.step-indicator-circle-active:hover,
.step-indicator-circle.previous:hover {
  opacity: 0.5;
}

.step-indicator-circle-active {
  background-color: #2c6578;
}

.step-indicator-circle.previous {
  background-color: #2c6578;
  opacity: 0.75;
}

.step-indicator-line {
  width: 100%;
  height: 0.2rem;
  background-color: #2c6578;
}

.step-indicator-line-active {
  background-color: #046b81;
}

/* showNotification */

.fixed {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}

.hidden {
  transform: translateY(-100%);
}

.fixed {
  position: fixed;
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bg-green-500 {
  background-color: #28a745;
}

.success-notification {
  background-color: #28a745;
}

.error-notification {
  background-color: #ff7474;
}

.error-message {
  color: red;
  font-size: 0.8rem;
}

input.email-error {
  border: 2px solid red;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.inner-notification-container {
  max-width: 24rem;
  padding: 1rem;
  margin: 0 auto;
  opacity: 0.95;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.box-uploader {
  box-shadow: 0px 2px 4px 1px #00000040;
  margin: 1rem;
}

/* Loading overlay start */

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000087;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading-overlay-text {
  color: #fff;
}

/* Loader overlay end */

/* Loader animation start */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Loader animation end */

/* Coupon code start */
.additional-fields {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 6px;
}

.form-label {
  display: block;
  font-size: 0.93rem;
  margin-bottom: 8px;
}

.payment-form-input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease;
}

.payment-form-input:focus {
  outline: 0;
  border-color: hsla(210, 96%, 45%, 50%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
    0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.valid-coupon {
  border: 1px solid #28a745;
}

.invalid-coupon {
  border: 1px solid #ff7474;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02),
    0 0 0 3px #ed375736, 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.inline-block {
  display: inline-block;
}

/* Coupon code end */
