/* Shared registration layout; copy is supplied by the current locale. */
html body#authentication .tp-register-panel .tp-register-panel__signin {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(100deg, #092e47, #076b95) !important;
}
html body#authentication .tp-register-panel .tp-register-panel__signin a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: .18em;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio[data-field-name] {
  align-items: start !important;
  margin: 0 0 16px !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio > .label-auto-width {
  display: none !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio > .form-control-content {
  display: block !important;
  grid-column: 2 / 3 !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 15px !important;
  border: 1px solid #c9e5f4 !important;
  border-radius: 14px !important;
  background: #f6fbfe !important;
  box-shadow: none !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control > label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio input.custom-control-input {
  position: relative !important;
  z-index: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  accent-color: #007fa9;
  cursor: pointer !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio input:disabled {
  cursor: not-allowed !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control-label {
  display: block !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.5 !important;
}
html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control-label::before,
html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control-label::after {
  display: none !important;
  content: none !important;
}
html body#authentication .tp-register-panel #customer-form .tp-consent-instructions {
  margin: 9px 0 0 !important;
  color: #425d73 !important;
  -webkit-text-fill-color: #425d73 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere !important;
}
.tp-registration-modal__content {
  min-height: 0 !important;
  overscroll-behavior: contain;
  overflow-wrap: anywhere;
  scroll-behavior: auto;
}
.tp-registration-modal__content:focus-visible,
.tp-registration-terms__open:focus-visible {
  outline: 3px solid #007fa9 !important;
  outline-offset: 3px;
}
.tp-registration-modal__progress {
  color: #29435b !important;
  -webkit-text-fill-color: #29435b !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
  overflow-wrap: anywhere !important;
}
.tp-registration-modal__content[dir="rtl"] { text-align: right !important; }
@media (max-width: 1100px) {
  html body#authentication .tp-register-panel #customer-form .form-check-radio > .form-control-content {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 480px) {
  html body#authentication .tp-register-panel #customer-form .form-check-radio .custom-control { padding: 12px !important; }
  .tp-registration-modal__dialog { max-height: 94vh !important; max-height: 94dvh !important; }
  .tp-registration-modal__footer { padding: 10px 14px 12px !important; }
}
