/* ===========================
   SIGN UP PAGE
=========================== */

@font-face {
  font-family: "SuperchargeStraightExpanded";
  src: local("SuperchargeStraightExpanded");
  font-weight: normal;
  font-style: normal;
}

:root {
  --rn-red: #cc0000;
  --rn-muted: #939393;
}
.rn-membership-plan-card .rn-plan-fee-box span {
    background: white;
    padding: 3px;
    display: inline-block;
    border-radius: 100px;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.page-id-112,
.page-id-213 {
  background-image: url(https://repnation.ca/wp-content/uploads/2026/06/TEMPLATE-BG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0px 20px;
}

.rn-page-wrap {
  position: relative;
  /*padding: 180px 0px 500px;*/
  /*margin-bottom: 180px;*/
}

.rn-page-wrap .form-header {
  text-align: center;
  margin-bottom: 36px;
}

.rn-page-wrap .form-header h1 {
  font-family: "SuperchargeStraightExpanded", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #ffffff;
  line-height: 40px;
}

.rn-page-wrap .form-header h1 span {
  color: var(--rn-red);
}

.rn-page-wrap .form-header p {
  margin-top: 8px;
  color: var(--rn-muted);
  font-size: 18px;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.rn-page-wrap .steps-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 83px auto;
  cursor: pointer;
}

.rn-page-wrap .step-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.rn-page-wrap .step-num {
  font-family: "SuperchargeStraightExpanded", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #3a3a3a;
  letter-spacing: 2px;
  line-height: 40px;
  transition: color 0.3s;
  display: block;
  cursor: pointer;
}

.rn-page-wrap .step-num.active {
  color: var(--rn-red);
}

.rn-page-wrap .step-num.done {
  color: #3a3a3a;
}

.rn-page-wrap .step-connector {
  flex: 1;
  min-width: 50px;
  height: 2px;
  background: #2e2e2e !important;
  margin: 0 12px;
  cursor: pointer;
}

.rn-page-wrap .step-connector.red-line {
  background: linear-gradient(90deg, #404040 0%, #D80621 100%) !important;
}

.rn-page-wrap .form-container {
  width: 100%;
  max-width: 1110px;
  background: #202020;
  padding: 47px 40px 57px;
  margin: auto;
  border: 1px solid #d80621;
  position: relative;
}

.rn-page-wrap .form-container::before {
    width: 100%;
    max-width: 1110px;
    padding: 47px 40px 57px;
    margin: auto;
    border: 1px solid rgb(216, 6, 33);
    position: relative;
    background-image: url(https://repnation.ca/wp-content/uploads/2026/06/step-container-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rn-page-wrap .step-title {
  text-align: center;
  margin-bottom: 28px;
}

.rn-page-wrap .step-title h2 {
  font-family: "SuperchargeStraightExpanded", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: lowercase;
  width: 100%;
  max-width: 413px;
  margin: auto;
}

.rn-page-wrap .step-title h2 span {
  color: var(--rn-red);
}

.location-subtext {
    max-width: 368px;
    margin: 10px auto 0;
    color: #FFFFFF;
    font-family: General Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}
/* ===========================
   LOCATION SELECTION CARDS
=========================== */

.rn-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  margin-top: 30px;
}

.rn-location-card {
  position: relative;
  min-height: 510px;
  border: 1px solid #d80621;
  background-color: #0f0f0f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
  max-width: 100%;
}

/* BG image layer */
.rn-location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Hover par image card ke andar hi zoom hogi */
.rn-location-card:hover::before{
  transform: scale(1.08);
}

.rn-location-card:hover {
  /*transform: translateY(-4px);*/
  box-shadow: 0 14px 30px rgba(216, 6, 33, 0.24);
  border-color: #d80621;
}

/* Overlay image ke upar rahe */
.rn-location-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

/* Badge/content overlay ke upar */
.rn-location-badge {
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 4;
}

.rn-location-card-content {
  position: relative;
  z-index: 3;
}

.rn-location-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

.rn-location-badge {
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #d80621;
  color: #ffffff;
  padding: 10px 14px;
  min-width: 124px;
  height: 32px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.rn-location-badge img {
  width: 13px;
  height: 13px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.rn-location-card-content {
  position: relative;
  z-index: 3;
  min-height: 505px;
  padding: 258px 40px 29px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.rn-location-card-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'SuperchargeStraightExpanded';
    text-transform: lowercase;
}

.rn-location-address {
    font-family: General Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #D80621;
    margin-top: 0px !important;
}

.rn-location-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 19px;
}

.rn-location-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.18);*/
    /*padding-top: 14px;*/
    margin-bottom: 16px;
    text-align: center;
}
.rn-location-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.rn-location-feature img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}

.rn-location-features span {
  color: #ffffff;
  font-family: General Sans;
  font-weight: 500;
  font-size: 9.1px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.rn-location-select-btn {
    color: #FFFFFF;
    width: 100%;
    transition: 0.25s ease;
    font-family: General Sans !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    background: #D80621;
    padding: 10px 15px !important;
}

.rn-location-select-btn:hover {
  background: #b9051c;
}

.rn-location-select-btn strong {
    font-size: 35px;
    line-height: 12px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 991px) {
  .rn-location-grid {
    gap: 28px;
  }

  .rn-location-card {
    min-height: 460px;
  }

  .rn-location-card-content {
    min-height: 460px;
    padding: 210px 25px 25px;
  }

  .rn-location-card-content h3 {
    font-size: 30px;
  }

  .rn-location-address {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .rn-location-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rn-location-card {
    min-height: 455px;
  }

  .rn-location-card-content {
    min-height: 455px;
    padding: 200px 22px 24px;
  }

  .rn-location-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10px;
  }

  .rn-location-select-btn {
    height: 46px;
  }
}

.rn-page-wrap .referral-title {
  margin-top: 32px;
}

.rn-page-wrap .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rn-page-wrap .form-grid.single {
  grid-template-columns: 1fr;
}

.rn-page-wrap .field-full {
  grid-column: 1 / -1;
}

/*.rn-page-wrap .form-grid.emergency-grid {*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*}*/

.rn-page-wrap .form-grid.emergency-grid {
  grid-template-columns: 1fr 1fr;
}

.rn-page-wrap .form-grid.emergency-grid .field-group:nth-child(3) {
  grid-column: 1 / -1;
}
.rn-page-wrap .form-grid.emergency-grid .field-group {
  grid-column: auto;
}

.rn-page-wrap .field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rn-page-wrap .field-group label {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--rn-muted);
  font-family: "General Sans", Sans-serif;
}

.rn-page-wrap .field-group label .req {
  color: var(--rn-red);
  margin-left: 2px;
}

.rn-page-wrap input:not([type="checkbox"]),
.rn-page-wrap select,
.rn-page-wrap textarea {
  background: #2B2B2B !important;
  background-color: #2B2B2B !important;
  border: 1px solid #616161 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 10px 13px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  border-radius: 0 !important;
  width: 100%;
  box-shadow: none !important;
}

.rn-page-wrap select {
  height: 42px !important;
  font-family: "General Sans", Sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 10px 42px 10px 13px !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("https://repnation.ca/wp-content/uploads/2026/06/selectbox-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 16px) center !important;
  background-size: 12px auto !important;
}

.rn-page-wrap select::-ms-expand {
  display: none !important;
}

.rn-page-wrap select:hover {
  border-color: #8a8a8a !important;
}

.rn-page-wrap select:focus {
  border-color: #D80621 !important;
  box-shadow: 0 0 0 2px rgba(216, 6, 33, 0.16) !important;
}

.rn-page-wrap select option {
  background: #2B2B2B !important;
  color: #ffffff !important;
  border: 1px solid #616161 !important;
  font-size: 13px !important;
  padding: 12px !important;
}

.rn-page-wrap select option:first-child {
  color: #939393 !important;
}

.rn-page-wrap select option:hover,
.rn-page-wrap select option:checked {
  background: #D80621 !important;
  color: #ffffff !important;
}

.rn-page-wrap input[type="date"] {
  color-scheme: dark;
}

.rn-page-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.6);
  cursor: pointer;
}

.rn-page-wrap input:-webkit-autofill,
.rn-page-wrap input:-webkit-autofill:hover,
.rn-page-wrap input:-webkit-autofill:focus,
.rn-page-wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #2B2B2B inset !important;
  box-shadow: 0 0 0 1000px #2B2B2B inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  border: 1px solid #616161 !important;
  transition: background-color 9999s ease-in-out 0s;
}

.rn-page-wrap .field-group input:focus,
.rn-page-wrap .field-group select:focus {
  border-color: var(--rn-red) !important;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12) !important;
}

.rn-page-wrap .error-msg {
  font-size: 10px;
  color: #ff4444;
  display: none;
}

.rn-page-wrap .field-group.has-error .error-msg {
  display: block;
}

.rn-page-wrap .field-group.has-error input,
.rn-page-wrap .field-group.has-error select {
  border-color: #ff4444 !important;
}

.rn-page-wrap .toggle-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
}

.rn-page-wrap .toggle-label {
  font-size: 18px;
  font-weight: 500;
  color: var(--rn-muted);
}

.rn-page-wrap .tenant-choice {
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  margin: 0;
  height: 18px;
}

.rn-page-wrap .tenant-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0 !important;
  height: 0 !important;
}

.rn-page-wrap .tenant-choice-text {
  height: 18px;
  min-width: 32px;
  padding: 0 6px;
  background: #2B2B2B;
  border: 1px solid #3a3a3a;
  border-right: 0;
  color: #939393;
  font-size: 11px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rn-page-wrap .tenant-choice-box {
  width: 22px;
  height: 18px;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  display: inline-block;
  border-radius: 4px;
}

.rn-page-wrap .tenant-choice input:checked + .tenant-choice-box {
  background: #D80621;
  border-color: #D80621;
}

.rn-page-wrap .tenant-fields {
  display: none;
  grid-column: 1 / -1;
}

.rn-page-wrap .tenant-fields.visible {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rn-page-wrap .tenant-company-select.is-locked,
.rn-page-wrap .tenant-company-select:disabled {
  opacity: 0.2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  user-select: none !important;
  border-color: #3a3a3a !important;
  background-color: #191919 !important;
  color: transparent !important;
  text-shadow: 0 0 8px rgba(255,255,255,0.75) !important;
}

.rn-page-wrap .tenant-company-select:not(.is-locked):not(:disabled) {
  filter: blur(0) grayscale(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: #ffffff !important;
  text-shadow: none !important;
  border-color: #D80621 !important;
  box-shadow: 0 0 0 2px rgba(216, 6, 33, 0.18) !important;
  animation: rnDropdownUnlock 0.35s ease;
}

@keyframes rnDropdownUnlock {
  0% {
    filter: blur(5px);
    opacity: 0.42;
  }

  100% {
    filter: blur(0);
    opacity: 1;
  }
}

.rn-page-wrap .consent-block {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 16px;
}

.rn-page-wrap .consent-block input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  flex-shrink: 0;
  margin-top: 2px;
  border: 1px solid #8b8b8b !important;
  background: transparent !important;
  cursor: pointer;
  position: relative;
  border-radius: 0 !important;
}

.rn-page-wrap .consent-block input[type="checkbox"]:checked {
  background: var(--rn-red) !important;
  border-color: var(--rn-red) !important;
}

.rn-page-wrap .consent-block input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.rn-page-wrap .consent-block label {
  font-size: 14px;
  color: #939393;
  line-height: 18px;
  font-weight: 500;
}

.rn-page-wrap .btn-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.rn-page-wrap .btn-next,
.rn-page-wrap button#btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: transparent;
  color: #fff;
  padding: 14px 22px;
  border: 2px solid #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  min-width: 180px;
}

.rn-page-wrap .btn-next:hover,
.rn-page-wrap button#btn-submit:hover {
  background: #b9051c;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(216, 6, 33, 0.25);
}

.rn-page-wrap .btn-text {
  flex: 1;
  text-align: center;
}

.rn-page-wrap .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rn-page-wrap .btn-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.25s ease;
}

.rn-page-wrap .btn-next:hover .btn-icon svg,
.rn-page-wrap button#btn-submit:hover .btn-icon svg {
  transform: translateX(4px);
}

.rn-page-wrap .form-step {
  display: none;
}

.rn-page-wrap .form-step.active {
  display: block;
}

.rn-form-message {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
}

.rn-form-message.error {
  color: #ff4444;
}

.rn-form-message.success {
  color: #1db954;
}

.rn-page-wrap .btn-next:disabled,
.rn-page-wrap button#btn-submit:disabled,
.rn-page-wrap button#btn-submit.is-loading {
  opacity: 0.38 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  background: transparent !important;
  border-color: #616161 !important;
  box-shadow: none !important;
  transform: none !important;
}
.rn-page-wrap .tenant-company-select.is-locked,
.rn-page-wrap .tenant-company-select:disabled {
  opacity: 0.2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  user-select: none !important;
  border-color: #3a3a3a !important;
  background-color: #191919 !important;
  color: transparent !important;
  text-shadow: 0 0 8px rgba(255,255,255,0.75) !important;
}

.rn-page-wrap .tenant-company-select:not(.is-locked):not(:disabled) {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: #ffffff !important;
  text-shadow: none !important;
  border-color: #D80621 !important;
  box-shadow: 0 0 0 2px rgba(216, 6, 33, 0.18) !important;
}

.rn-page-wrap .btn-next:disabled,
.rn-page-wrap button#btn-submit:disabled,
.rn-page-wrap button#btn-submit.is-loading {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  border-color: #616161 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.rn-page-wrap .btn-next:disabled .btn-icon svg,
.rn-page-wrap button#btn-submit:disabled .btn-icon svg {
  opacity: 0.45 !important;
}
.rn-page-wrap .btn-next:disabled,
.rn-page-wrap button#btn-submit:disabled,
.rn-page-wrap button#btn-submit.is-loading {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  border-color: #616161 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ===========================
   STEP NAV FINAL STATES
=========================== */

.rn-page-wrap .step-num {
  color: #3a3a3a !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.rn-page-wrap .step-num.active,
.rn-page-wrap .step-num.done {
  color: #d80621 !important;
  cursor: pointer !important;
}

.rn-page-wrap .step-num.locked {
  color: #3a3a3a !important;
  cursor: not-allowed !important;
}

.rn-page-wrap .step-connector {
  background: #2e2e2e !important;
}

.rn-page-wrap .step-connector.red-line {
  background: linear-gradient(90deg, #404040 0%, #d80621 100%) !important;
}


@media (max-width: 1024px) {
  .rn-page-wrap {
    /*padding-top: 120px;*/
    /*margin-bottom: 100px;*/
  }

  .rn-page-wrap .form-container {
    padding: 40px 40px 50px;
  }

  .rn-page-wrap .form-grid.emergency-grid {
    grid-template-columns: 1fr;
  }

  .rn-location-card-content {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .rn-page-wrap .form-header h1,
  .rn-page-wrap .step-title h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .rn-page-wrap .steps-nav {
    margin: 50px auto;
  }

  .rn-page-wrap .step-num {
    font-size: 26px;
  }

  .rn-page-wrap .step-connector {
    min-width: 15px;
    margin: 0 5px;
  }

  .rn-page-wrap .form-container {
    padding: 32px 20px 40px;
  }

  .rn-page-wrap .form-grid {
    grid-template-columns: 1fr;
  }

  .rn-location-grid {
    grid-template-columns: 1fr;
  }

  .rn-location-card {
    min-height: 390px;
  }

  .rn-location-card-content {
    min-height: 390px;
    padding: 150px 18px 20px;
  }

  .rn-page-wrap .tenant-fields.visible {
    display: block;
  }

  .rn-page-wrap .tenant-fields.visible .field-group {
    margin-bottom: 16px;
  }
}

/* ===========================
   RN MEMBERSHIP FLOW + PUBLIC PLANS
   Single card CSS for form + membership plans page
=========================== */

.rn-page-wrap .rn-location-card.selected {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(216, 6, 33, 0.65), 0 18px 38px rgba(216, 6, 33, 0.32) !important;
  transform: translateY(-4px);
}

.rn-page-wrap .rn-location-card.selected .rn-location-select-btn,
.rn-page-wrap .rn-location-card:hover .rn-location-select-btn {
  background: #d80621 !important;
  color: #ffffff !important;
}

.rn-page-wrap .rn-plan-location-title {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "General Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.rn-public-membership-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.rn-public-plan-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.rn-public-plan-tab {
    min-height: 52px;
    padding: 0px 22px !important;
    border: 1px solid rgb(97, 97, 97);
    background: rgb(32, 32, 32);
    color: rgb(255, 255, 255);
    font-family: 'SuperchargeStraightExpanded' !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: 0.25s;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.rn-public-plan-tab.active,
.rn-public-plan-tab:hover {
  background: #d80621;
  border-color: #d80621;
  color: #ffffff;
}

.rn-public-plan-panel { display: none; }
.rn-public-plan-panel.active { display: block; }

.rn-public-plan-title {
  text-align: center;
  margin-bottom: 24px;
}

.rn-public-plan-title h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Supercharge Straight Expanded", "SuperchargeStraightExpanded", "General Sans", Sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: lowercase;
}

.rn-public-plan-title p {
  margin: 0;
  color: #b2b2b2;
  font-family: "General Sans", Sans-serif;
  font-size: 16px;
}

.rn-page-wrap .rn-membership-plan-grid,
.rn-public-membership-wrap .rn-membership-plan-grid,
.rn-public-membership-wrap .rn-public-plan-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 300px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 24px auto 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.rn-page-wrap .rn-membership-plan-card.rn-plan-hidden,
.rn-page-wrap .rn-membership-plan-card[hidden] {
  display: none !important;
}

.rn-page-wrap .rn-membership-plan-card,
.rn-public-membership-wrap .rn-membership-plan-card {
  width: 100% !important;
  max-width: 300px !important;
  /*min-height: 596px !important;*/
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 20px 27px 25px !important;
  box-sizing: border-box !important;
  background: #212121B2 !important;
  border: 0.77px solid #FFFFFF !important;
  border-radius: 0 !important;
  backdrop-filter: blur(30.8076171875px) !important;
  -webkit-backdrop-filter: blur(30.8076171875px) !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

.rn-page-wrap .rn-membership-plan-card:hover,
.rn-page-wrap .rn-membership-plan-card.selected,
.rn-public-membership-wrap .rn-membership-plan-card:hover,
.rn-public-membership-wrap .rn-membership-plan-card.is-active,
.rn-public-membership-wrap .rn-membership-plan-card:first-child {
  background: #D80621B2 !important;
  border: 0.77px solid #FFFFFF !important;
}

.rn-limited-offer-badge {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 90px !important;
  height: 90px !important;
  object-fit: contain !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

.rn-page-wrap .rn-plan-card-top,
.rn-public-membership-wrap .rn-plan-card-top {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rn-page-wrap .rn-membership-plan-card .rn-plan-type,
.rn-public-membership-wrap .rn-membership-plan-card .rn-plan-type {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 0 23px 0 !important;
    padding: 7px 10px !important;
    box-sizing: border-box !important;
    background: #FFFFFF !important;
    border: 0 !important;
    color: #A00D20 !important;
    font-family: 'SuperchargeStraightExpanded' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 15.24px !important;
    line-height: 15px;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: lowercase !important;
}

.rn-page-wrap .rn-membership-plan-card h3,
.rn-public-membership-wrap .rn-membership-plan-card h3 {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  font-family: 'SuperchargeStraightExpanded' !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 17.67px !important;
  line-height: 124% !important;
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}

.rn-page-wrap .rn-plan-regular-price,
.rn-public-membership-wrap .rn-plan-regular-price {
  margin: -22px 0 4px 0 !important;
  color: #ffffff !important;
  font-family: 'SuperchargeStraightExpanded' !important;
  font-size: 20px !important;
  line-height: 1 !important;
  opacity: 0.8 !important;
}

.rn-page-wrap .rn-plan-regular-price span,
.rn-public-membership-wrap .rn-plan-regular-price span,
.rn-page-wrap .rn-plan-regular-total span,
.rn-public-membership-wrap .rn-plan-regular-total span {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}

.rn-page-wrap .rn-plan-regular-price small,
.rn-public-membership-wrap .rn-plan-regular-price small {
  font-family: 'SuperchargeStraightExpanded' !important;
  font-size: 9.89px !important;
  line-height: 124% !important;
  text-transform: lowercase !important;
}

.rn-page-wrap .rn-plan-price-wrap,
.rn-public-membership-wrap .rn-plan-price-wrap {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  margin: 0 0 2px 0 !important;
  padding: 0 !important;
}

.rn-page-wrap .rn-plan-price,
.rn-public-membership-wrap .rn-plan-price {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  font-family: 'SuperchargeStraightExpanded' !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 30.34px !important;
  line-height: 124% !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: lowercase !important;
}

.rn-page-wrap .rn-price-dollar,
.rn-public-membership-wrap .rn-price-dollar {
  font-size: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
  margin: 0 !important;
}

.rn-page-wrap .rn-plan-cycle,
.rn-public-membership-wrap .rn-plan-cycle {
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
  color: #FFFFFF !important;
  font-family: "Supercharge Straight Condensed", "SuperchargeStraightCondensed", "General Sans", Sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 9.89px !important;
  line-height: 124% !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: lowercase !important;
}

.rn-page-wrap .rn-plan-facility-fee,
.rn-public-membership-wrap .rn-plan-facility-fee {
    display: block !important;
    margin: -2px 0 26px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-family: "General Sans", Sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 10.89px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
}

.rn-page-wrap .rn-plan-total-line,
.rn-public-membership-wrap .rn-plan-total-line {
    display: block !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-family: "General Sans", Sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 16.26px !important;
    letter-spacing: 0 !important;
}

.rn-page-wrap .rn-plan-regular-total,
.rn-public-membership-wrap .rn-plan-regular-total {
  margin: -10px 0 14px 0 !important;
  color: #FFFFFF !important;
  font-family: "General Sans", Sans-serif !important;
  font-weight: 500 !important;
  font-size: 12.32px !important;
  line-height: 16.26px !important;
  opacity: 0.85 !important;
}

.rn-page-wrap .rn-plan-fee-box,
.rn-public-membership-wrap .rn-plan-fee-box {
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.rn-page-wrap .rn-plan-fee-box div,
.rn-public-membership-wrap .rn-plan-fee-box div {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-family: "General Sans", Sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 14.32px !important;
    line-height: 16.26px !important;
    letter-spacing: 0 !important;
}

.rn-page-wrap .rn-plan-fee-box div:last-child,
.rn-public-membership-wrap .rn-plan-fee-box div:last-child {
  margin-bottom: 0 !important;
}

.rn-page-wrap .rn-plan-fee-box strong,
.rn-public-membership-wrap .rn-plan-fee-box strong {
  font-weight: 500 !important;
}

.rn-page-wrap .rn-plan-select-btn,
.rn-public-membership-wrap .rn-plan-select-btn {
  width: 100% !important;
  margin-top: auto !important;
  padding: 14px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  color: #D80621 !important;
  cursor: pointer !important;
  font-family: "General Sans", Sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 13.86px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.rn-page-wrap .rn-plan-select-btn span,
.rn-public-membership-wrap .rn-plan-select-btn span {
  color: #D80621 !important;
}

.rn-page-wrap .rn-plan-select-btn strong,
.rn-public-membership-wrap .rn-plan-select-btn strong {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    color: #D80621 !important;
    background: transparent !important;
    font-family: "General Sans", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    margin-top: -5px !important;
}

.rn-validation-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.rn-validation-modal.active { display: flex; }

.rn-validation-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.78);
}

.rn-validation-modal-box {
  position: relative;
    width: 100%;
    max-width: 700px;
    border: 1px solid #d80621;
    background: #202020;
    padding: 50px 30px 50px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.rn-validation-modal-box h3 {
  margin: 0 0 14px;
  color: #d80621;
  font-family: "Supercharge Straight Expanded", "SuperchargeStraightExpanded", "General Sans", Sans-serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: lowercase;
}

.rn-validation-modal-box p {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "General Sans", Sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.rn-validation-modal-close {
    position: absolute;
    right: 0px;
    top: 0;
    background: transparent;
    color: #ffffff;
    font-size: 30px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    border: none !important;
}

.rn-validation-modal-btn {
    font-family: General Sans !important;
    font-weight: 500 !important;
    font-size: 13.86px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
    padding: 14px 30px !important;
    color: #D80621;
    background: #fff;
}
.rn-validation-modal-btn:hover {
    background:#D80621 !important;
    color:#fff !important;
}

.woocommerce-checkout .rn-checkout-fee-breakdown,
.woocommerce-cart .rn-checkout-fee-breakdown {
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.95;
}

.woocommerce-checkout dl.variation dt,
.woocommerce-checkout dl.variation dd,
.woocommerce-cart dl.variation dt,
.woocommerce-cart dl.variation dd {
  color: #ffffff;
}

@media (max-width: 991px) {
  .rn-page-wrap .form-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rn-page-wrap .rn-membership-plan-grid,
  .rn-public-membership-wrap .rn-membership-plan-grid,
  .rn-public-membership-wrap .rn-public-plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 300px)) !important;
  }
}

@media (max-width: 767px) {
  .rn-public-plan-title h2 { font-size: 26px; }

  .rn-page-wrap .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rn-page-wrap .rn-membership-plan-grid,
  .rn-public-membership-wrap .rn-membership-plan-grid,
  .rn-public-membership-wrap .rn-public-plan-grid {
    grid-template-columns: minmax(0, 100%) !important;
    gap: 18px !important;
  }

  .rn-page-wrap .rn-membership-plan-card,
  .rn-public-membership-wrap .rn-membership-plan-card {
    max-width: 100% !important;
    /*min-height: 540px !important;*/
    padding: 24px 28px 30px 28px !important;
  }

  .rn-limited-offer-badge {
    width: 78px !important;
    height: 78px !important;
  }
}

/* ===========================
   RN SHORTCODE BUTTON ANIMATION
   Same behavior as rn-arrow-fill-btn
   Buttons:
   - .rn-location-select-btn
   - .rn-plan-select-btn
   - .btn-next
   - #btn-submit
=========================== */


/* ===========================
   COMMON BUTTON SETUP
=========================== */

.rn-location-select-btn,
.rn-plan-select-btn,
.rn-page-wrap .btn-next,
.rn-page-wrap button#btn-submit {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  min-width: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: 0.3s all ease !important;
}

/* Background fill layer */
.rn-location-select-btn::before,
.rn-plan-select-btn::before,
.rn-page-wrap .btn-next::before,
.rn-page-wrap button#btn-submit::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.45s ease !important;
  pointer-events: none !important;
}

/* Hover fill */
.rn-location-select-btn:hover::before,
.rn-plan-select-btn:hover::before,
.rn-page-wrap .btn-next:hover::before,
.rn-page-wrap button#btn-submit:hover::before {
  transform: scaleX(1) !important;
}

/* Text always above fill */
.rn-location-select-btn span,
.rn-plan-select-btn span,
.rn-page-wrap .btn-next .btn-text,
.rn-page-wrap button#btn-submit .btn-text {
  position: relative !important;
  z-index: 2 !important;
  color: inherit !important;
  transition: 0.3s all ease !important;
}
.rn-location-card .rn-location-select-btn strong {
    top:40% !important;
}

/* Arrow common */
.rn-location-select-btn strong,
.rn-plan-select-btn strong,
.rn-page-wrap .btn-next .btn-icon,
.rn-page-wrap button#btn-submit .btn-icon {
  position: absolute !important;
  left: 18px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
  color: inherit !important;
  transition:
    left 0.45s ease,
    right 0.45s ease,
    transform 0.45s ease,
    color 0.45s ease !important;
}

/* Hover arrow left to right */
.rn-location-select-btn:hover strong,
.rn-plan-select-btn:hover strong,
.rn-page-wrap .btn-next:hover .btn-icon,
.rn-page-wrap button#btn-submit:hover .btn-icon {
  left: calc(100% - 38px) !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

/* Hover padding switch */
.rn-location-select-btn:hover,
.rn-plan-select-btn:hover,
.rn-page-wrap .btn-next:hover,
.rn-page-wrap button#btn-submit:hover {
  padding-left: 22px !important;
  padding-right: 48px !important;
}


/* ===========================
   LOCATION SELECT BUTTON
   Red bg default, white fill hover
=========================== */

.rn-location-select-btn {
  color: #ffffff !important;
  background: #D80621 !important;
  border-color: #D80621 !important;
  padding-left: 48px !important;
  padding-right: 22px !important;
}

.rn-location-select-btn::before {
  background: #ffffff !important;
}

.rn-location-select-btn:hover {
  color: #D80621 !important;
  background: #D80621 !important;
  border-color: #ffffff !important;
}

.rn-location-select-btn:hover span,
.rn-location-select-btn:hover strong {
  color: #D80621 !important;
}


/* ===========================
   PLAN SELECT BUTTON
   White bg default, red fill hover
=========================== */

.rn-plan-select-btn {
  color: #D80621 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  padding-left: 48px !important;
  padding-right: 22px !important;
}

/* Important: arrow ka white box remove */
.rn-plan-select-btn strong {
  background: transparent !important;
  color: inherit !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
}

.rn-plan-select-btn::before {
  background: #D80621 !important;
}

.rn-plan-select-btn:hover {
  color: #ffffff !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.rn-plan-select-btn:hover span,
.rn-plan-select-btn:hover strong {
  color: #ffffff !important;
}


/* ===========================
   NEXT / SUBMIT BUTTON
   Transparent default, white fill hover
=========================== */

.rn-page-wrap .btn-next,
.rn-page-wrap button#btn-submit {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #ffffff !important;
  padding-left: 48px !important;
  padding-right: 22px !important;
}

.rn-page-wrap .btn-next::before,
.rn-page-wrap button#btn-submit::before {
  background: #ffffff !important;
}

.rn-page-wrap .btn-next:hover,
.rn-page-wrap button#btn-submit:hover {
  color: #D80621 !important;
  background: transparent !important;
  border-color: #ffffff !important;
  transform: none !important;
  box-shadow: none !important;
}

.rn-page-wrap .btn-next:hover .btn-text,
.rn-page-wrap .btn-next:hover .btn-icon,
.rn-page-wrap button#btn-submit:hover .btn-text,
.rn-page-wrap button#btn-submit:hover .btn-icon {
  color: #D80621 !important;
}


/* ===========================
   SVG ICON FIX FOR NEXT/SUBMIT
=========================== */

.rn-page-wrap .btn-next .btn-icon svg,
.rn-page-wrap button#btn-submit .btn-icon svg {
  width: 17px !important;
  height: 21px !important;
  display: block !important;
  transition: 0.45s ease !important;
}

.rn-page-wrap .btn-next .btn-icon svg path,
.rn-page-wrap button#btn-submit .btn-icon svg path {
  fill: currentColor !important;
  transition: fill 0.45s ease !important;
}

.rn-page-wrap .btn-next:hover .btn-icon svg path,
.rn-page-wrap button#btn-submit:hover .btn-icon svg path {
  fill: #D80621 !important;
}


/* ===========================
   DISABLED BUTTON FIX
=========================== */

.rn-page-wrap .btn-next:disabled::before,
.rn-page-wrap button#btn-submit:disabled::before,
.rn-page-wrap button#btn-submit.is-loading::before {
  display: none !important;
}

.rn-page-wrap .btn-next:disabled,
.rn-page-wrap button#btn-submit:disabled,
.rn-page-wrap button#btn-submit.is-loading {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #616161 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  opacity: 0.35 !important;
  transform: none !important;
  box-shadow: none !important;
  padding-left: 48px !important;
  padding-right: 22px !important;
}

.rn-page-wrap .btn-next:disabled .btn-icon,
.rn-page-wrap button#btn-submit:disabled .btn-icon,
.rn-page-wrap button#btn-submit.is-loading .btn-icon {
  left: 18px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

/* ===========================
   DOB INLINE PICKER
   Normal dropdown under field
=========================== */

.rn-dob-inline-picker {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 999;
  background: #202020;
  border: 1px solid #D80621;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.rn-dob-inline-picker.active {
  display: block;
}

.rn-dob-inline-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 8px;
}

.rn-dob-inline-picker select {
  width: 100% !important;
  height: 42px !important;
  background-color: #2B2B2B !important;
  border: 1px solid #616161 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 10px 34px 10px 10px !important;
  border-radius: 0 !important;
  outline: none !important;
  font-size: 13px !important;
  font-family: "General Sans", sans-serif !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.rn-dob-inline-picker select:focus {
  border-color: #D80621 !important;
  box-shadow: 0 0 0 2px rgba(216, 6, 33, 0.16) !important;
}

.rn-dob-inline-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}

.rn-dob-apply,
.rn-dob-clear {
  border: 0 !important;
  padding: 9px 16px !important;
  font-family: "General Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  line-height: 1 !important;
}

.rn-dob-apply {
  background: #D80621 !important;
  color: #ffffff !important;
}

.rn-dob-apply:hover {
  background: #ffffff !important;
  color: #D80621 !important;
}

.rn-dob-clear {
  background: #ffffff !important;
  color: #D80621 !important;
}

.rn-dob-clear:hover {
  background: #D80621 !important;
  color: #ffffff !important;
}

.rn-dob-inline-error {
  display: none;
  margin-top: 8px;
  color: #ff4444;
  font-size: 12px;
  font-family: "General Sans", sans-serif;
}

@media (max-width: 767px) {
  .rn-dob-inline-picker {
    position: relative;
    top: auto;
    margin-top: 8px;
  }

  .rn-dob-inline-grid {
    grid-template-columns: 1fr;
  }

  .rn-dob-inline-actions {
    justify-content: stretch;
  }

  .rn-dob-apply,
  .rn-dob-clear {
    width: 100%;
  }
}