/* Dropzone OTP Modal - Timer and Resend styles - Scoped to avoid conflicts */
#popup_otp_verify_dropzone .resend-wrap p.resend-msg.login-otp-time:not(.d-none) {
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 8px 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 22px !important;
}

#popup_otp_verify_dropzone .resend-wrap p.resend-msg.login-otp-time.d-none {
    display: none !important;
    visibility: hidden !important;
}

#popup_otp_verify_dropzone .resend-wrap .login-otp-timer-countdown {
    color: #fff !important;
    display: inline !important;
    visibility: visible !important;
    font-family: 'Montserrat', sans-serif !important;
}

#popup_otp_verify_dropzone .resend-wrap .dropzone-reg-otp-prefix {
    color: #a6a6a6 !important;
    margin-right: 6px !important;
    display: inline !important;
    font-weight: 400 !important;
}

#popup_otp_verify_dropzone .resend-wrap p.resend-msg.login-resend-otp:not(.d-none) {
    display: block !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 22px !important;
    text-decoration: underline !important;
}

#popup_otp_verify_dropzone .resend-wrap p.resend-msg.login-resend-otp.d-none {
    display: none !important;
    visibility: hidden !important;
}

/* Verify button states - Override login.css with more specific selectors */
#popup_otp_verify_dropzone button.verify-btn:not(.disabled),
#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button.cta-yellow:not(.disabled) {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    /* background: #FFD200 !important; */
}

#popup_otp_verify_dropzone button.verify-btn.disabled,
#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button.cta-yellow.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    /* opacity: 0.5 !important; */
    background: #373737 !important;
    border: 1px solid #4f4f4f !important;
    color: #181818 !important;
}

/* Resend wrap container */
#popup_otp_verify_dropzone .resend-wrap {
    padding-top: 8px !important;
    display: block !important;
    width: 100% !important;
}

/* OTP Error message */
#popup_otp_verify_dropzone .error-otp.login-otp-error:not(.d-none) {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #FD5050 !important;
    font-size: 14px !important;
    margin: 8px 0 !important;
}

#popup_otp_verify_dropzone .error-otp.login-otp-error.d-none {
    display: none !important;
}


/* Otp Popup */
/* #popup_otp_verify_dropzone {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
} */
#popup_otp_verify_dropzone .popup__inner {
    max-width: unset;
    width: 25pc;
}

.re__revamp-v4__popup--email#popup_otp_verify_dropzone .popup__inner {
    width: 472px;
}

#popup_otp_verify_dropzone .popup__content {
    color: #fff;
    padding: 24px;
    background-color: #282828;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: GuardianSansXCond Semibold;
    font-size: 24px;
    font-weight: 700;
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 24px;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc h4 {
    font-family: GuardianSansXCond Semibold;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 28px;
    margin-bottom: 0;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc h4.re__revamp-v4__re-login-signup {
    margin-bottom: 0;
}

#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button.cta-yellow {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(112.38deg, hsla(0, 0%, 100%, 0.5) -120.84%, hsla(0, 0%, 100%, 0.1) 79.67%);
    border: 1px solid;
    border-image-slice: 2;
    border-image-source: linear-gradient(131.33deg, hsla(0, 0%, 100%, 0.26) -34.97%, hsla(0, 0%, 100%, 0) 114.31%);
    color: #daaa00;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4pc;
    padding: 18px 24px;
    width: 100%;
}

#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button.arrow-l.back-btn {
    color: #fff;
    height: 15px;
    width: 15px;
}

#popup_otp_verify_dropzone .re__revamp-v4__login-custom-button.arrow-l.back-btn:after {
    /* left: 50%; */
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#popup_otp_verify_dropzone label {
    cursor: pointer;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1pc;
    margin-bottom: 8px;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #282828;
    border: 1px solid #474747;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 8px 0;
    padding: 0;
    position: relative;
}

#popup_otp_verify_dropzone .service-tabs__login-field__cc-box.select-dropdown {
    margin-bottom: 0;
    position: relative;
    width: auto;
}

#popup_otp_verify_dropzone .service-tabs__login-field__cc-box.select-dropdown:before {
    border: 0 !important;
    border-right: 1px solid #4f4f4f !important;
    content: "" !important;
    display: block !important;
    height: 55% !important;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px !important;
    z-index: 1 !important;
}

#popup_otp_verify_dropzone .service-tabs__login-field__cc {
    -webkit-appearance: none;
    background: #373737;
    border: none;
    font-weight: 700;
    outline: none;
    padding: 9pt 1pc;
    white-space: nowrap;
    width: 70px;
}

#popup_otp_verify_dropzone .select-dropdown__button {
    background-color: #373737;
    border: 1px solid #474747;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.6px;
    padding: 17.5px 1pc;
    position: relative;
    text-align: left;
    width: 100%;
}

#popup_otp_verify_dropzone .select-dropdown__button {
    border: none !important;
    padding: 13px 1pc;
    position: relative !important;
}

#popup_otp_verify_dropzone .select-dropdown__list {
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    max-height: 190px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-field .select-dropdown__list {
    max-height: 10pc;
    width: 351px;
}

#popup_otp_verify_dropzone .select-dropdown__list-item {
    background: #282828;
    border: 1px solid #474747;
    cursor: pointer;
    display: block;
    font-size: 9pt;
    line-height: 1.4;
    list-style-type: none;
    padding: 15px 1pc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#popup_otp_verify_dropzone .input-field {
    -webkit-appearance: none;
    background: #181818;
    border: 0.5px solid #373737;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    outline: none;
    padding: 18px 6px;
    position: relative;
    text-align: center;
    width: 100%;
    background: transparent;
    border: 1px solid #474747;
}

#popup_otp_verify_dropzone.re__revamp-v4__popup--email .input-field {
    padding: 12px 6px;
}

#popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-field .input-field {
    background: #373737;
    border: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.6px;
    padding: 14px 1pc 9pt 16px;
    position: relative;
    text-align: left;
    -moz-appearance: textfield;
}

#popup_otp_verify_dropzone .input-field {
    color: #ededed !important;
}

#popup_otp_verify_dropzone .re__revamp-v4__email-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup_otp_verify_dropzone .service-tabs__login-field__otp-msg {
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 400;
    line-height: 18px;
    padding-top: 6px;
}

#popup_otp_verify_dropzone .service-tabs__login-field__otp-msg.popup--otp__disc {
    margin-bottom: 0;
    margin-top: 1pc;
}

#popup_otp_verify_dropzone .service-tabs__login-field__otp-msg.popup--otp__disc a {
    color: #da291c;
}

#popup_otp_verify_dropzone .re__revamp-v4__otp-content-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

#popup_otp_verify_dropzone h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
}

#popup_otp_verify_dropzone .re__revamp-v4__otp-content-header h4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: GuardianSansXCond Semibold !important;
    justify-content: center;
    margin-bottom: 0;
}

#popup_otp_verify_dropzone .re__revamp-v4__popup__content--otp h4 {
    letter-spacing: 1px;
    margin-bottom: 0;
    /* margin-left: 10px; */
    margin-left: 0;
}

#popup_otp_verify_dropzone .re__revamp-v4__mobile_otp-login {
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 400;
    line-height: 21px;
}

#popup_otp_verify_dropzone label.re__revamp-v4__re-mobile__verify {
    padding-top: 22px;
}

#popup_otp_verify_dropzone .otp-digits {
    gap: 9pt;
}

#popup_otp_verify_dropzone.re__revamp-v4__popup--email .otp-digits {
    gap: 8px;
}

#popup_otp_verify_dropzone .re__revamp-v4__tabs__next-btn.re__revamp-v4__login-custom-button {
    margin-top: 1pc;
    text-align: center;
}

#popup_otp_verify_dropzone .re__revamp-v4__tabs__next-btn.re__revamp-v4__login-custom-button {
    padding: 18px 1pc;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    #popup_otp_verify_dropzone .re__revamp-v4__tabs__next-btn.re__revamp-v4__login-custom-button {
        padding: 14px !important;
    }
}

@media (max-width: 767px) {
    #popup_otp_verify_dropzone .popup__inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%;
        margin: 0 auto;
        width: 95%;
        width: 100%;
        display: flex;
    }

    #popup_otp_verify_dropzone .popup__content {
        max-height: calc(100vh - 93pt);
        max-height: unset;
        padding: 24px 24px 2pc;
        width: 100%;
    }

    #popup_otp_verify_dropzone.re__revamp-v4__popup--email .popup__content {
        padding: 24px 16px 2pc;
    }

    #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc {
        font-size: 14px;
        line-height: 22px;
        margin-top: 1pc;
    }

    #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-field .select-dropdown__list {
        width: calc(95vw - 30px);
    }

    #popup_otp_verify_dropzone .re__revamp-v4__mob-disc-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    #popup_otp_verify_dropzone .re__revamp-v4__otp-content-header {
        margin-bottom: 18px;
    }
}
/* SBmain dependency */
.cta-yellow {
  backdrop-filter: blur(10px);
  background: linear-gradient(112.38deg, hsla(0, 0%, 100%, .5) -120.84%, hsla(0, 0%, 100%, .1) 79.67%);
  background: linear-gradient(90deg, #515151, #2f2f2f);
  border: .087rem solid transparent;
  border-image-slice: 2;
  border-image-source: linear-gradient(131.33deg, hsla(0, 0%, 100%, .26) -34.97%, hsla(0, 0%, 100%, 0) 114.31%);
  border-image: linear-gradient(90deg, #747474, #373737);
  border-image-slice: 1;
  color: #daaa00;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 32px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
}

.input-field::placeholder {
  color: #a7a7a7;
}

.dropzone-reg-container {
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
  /* background: #282828 !important;
    padding: 40px 24px; */
}

.dropzone-reg-form {
  background: #282828 !important;
  padding: 40px 24px;
}

.dropzone-reg-container .mtr-heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

body .dropzone-reg-container img.drop-detail-icon {
  width: 12px;
  margin-top: -1.5px;
}

body .dropzone-reg-container .drop-detail-item:nth-child(2) img.drop-detail-icon {
  width: 15px;
}
body .dropzone-reg-container img.drop-detail-icon.calendar-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 15px;
    pointer-events: none;
}
.dropzone-reg-container .drop-details {
  align-items: center;
  gap: 16px;
}

.dropzone-reg-container .drop-detail-item {
  gap: 5.5px;
  position: relative;
}

.dropzone-reg-container .drop-detail-item:nth-child(2):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A6A6A6;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.dropzone-reg-container .form-box-heading {
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-top: 24px;
}

.dropzone-reg-container .form-row {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.dropzone-reg-container .form-group {
  width: calc(33.333% - 16px);
  display: inline-block;
  max-width: calc(33.333% - 10px);
  flex-grow: 1;
}

.dropzone-reg-container:has(.fc-form-banner) .form-group.w-50 {
  width: 50%;
  max-width: calc(50% - 8px);
}

.dropzone-reg-container .form-group label {
  display: block;
  margin-bottom: 8px;
}

.dropzone-reg-container .form-group input,
.dropzone-reg-container .form-group .input-field {
  background: transparent !important;
  padding: 13.5px 16px 13.5px 16px;
  outline: none;
  border: 1px solid #474747;
  color: #fff;
  width: 100%;
}

@media (max-width:768px) {

  .dropzone-reg-container .form-group input,
  .dropzone-reg-container .form-group .input-field {
    font-size: 16px;
  }
}

.dropzone-reg-container .form-group input[disabled],
.dropzone-reg-container .form-group .input-field[disabled] {
  color: #a6a6a6;
}

.dropzone-reg-container .form-group input:-webkit-autofill,
.dropzone-reg-container .form-group input:-webkit-autofill:hover,
.dropzone-reg-container .form-group input:-webkit-autofill:focus {
  background: #282828 !important;
  -webkit-box-shadow: 0 0 0px 1000px #282828 inset;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.dropzone-reg-container .form-group .email-input {
  position: relative;
}

.dropzone-reg-container .form-group .phone-input:not(:has(.d-none.otp-verify)) input#mobile {
  padding-right: 68px;
}

.dropzone-reg-container .form-group .email-input:not(:has(.d-none.otp-verify)) input#email {
  padding-right: 86px;
}

/* .dropzone-reg-container .form-group .email-input .otp-verify {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #fd5050;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  transform: translateY(-50%);
} */

/* .dropzone-reg-container .form-group .email-input .otp-verified {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #78BB64;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  transform: translateY(-50%);
} */

.dropzone-reg-container span.error-messages {
  display: block;
  color: #da291c;
  margin-top: 5px;
  display: none;
  font-size: 12px;
}

.dropzone-reg-container .rides-checkbox-wrapper span.error-messages {
  padding-left: 28px;
  margin-top: 12px;
}

.dropzone-reg-container .loaction-box {
  position: relative;
}

body .dropzone-reg-container img.search-icon {
  width: 18px;
  position: absolute;
  top: 15px;
  left: 19px;
}

body .dropzone-reg-container img.locate-centre__locate-icon {
  top: 16px;
}

.dropzone-reg-container .form-group .location-box input {
  padding-left: 44px;
}

.dropzone-reg-container .location-box {
  position: relative;
}

.dropzone-reg-container .dealers-box__heading {
  font-family: "Montserrat" !important;
  margin-top: 32px;
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 24px;
}

.dropzone-reg-container .dealer-item {
  background: #373737;
  padding: 24px;
  width: calc(33.333% - 10px);
  flex: 1;
  min-width: calc(33.333% - 10px);
  cursor: auto !important;
  max-width: 33.333%;
}

.dropzone-reg-container .dealer-item .locate-center__dist {
  position: relative;
}

.dropzone-reg-container .dealer-item .locate-center__dist:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #474747;
  left: -8px;
  top: 6px;
}

.dropzone-reg-container .disclaimer {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  margin: 24px 0 16px;
}

.dropzone-reg-container .disclaimer a {
  color: #da291c;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.dropzone-reg-container .dealer-list {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 16px;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.dropzone-reg-container .dealer-list::-webkit-scrollbar {
  background-color: #000;
  height: 5px;
  display: none;
}

.dropzone-reg-container .dealer-list::-webkit-scrollbar-thumb {
  background-color: #212121;
}

.dropzone-reg-container .dealer-list::-webkit-scrollbar-track {
  background-color: #5b5b5b;
}

.dropzone-reg-container .dealer-list .dealer-item {
  /* background-color: #373737; */
}

.dropzone-reg-container .dealer-list .dealer-item.selected {
  box-shadow: none;
  border: none !important;
}

.dropzone-reg-container .form-group.w-100 {
  width: 100%;
  max-width: 100%;
}

.dropzone-reg-container .continue-cta.cta-yellow,
.dropzone-reg-container .home-cta.cta-yellow {
  width: auto;
  min-width: 240px;
  font-family: "Montserrat";
  font-weight: 700;
  cursor: pointer;
}

.dropzone-reg-container .home-cta.cta-yellow,
.dropzone-reg-container .home-cta.cta-yellow.custom-btn {
  min-width: 288px;
  width: auto;
}

.dropzone-reg-container .continue-cta.cta-yellow.disabled {
  color: #181818;
  background: #373737;
  border: transparent;
  cursor: not-allowed;
}

.dropzone-reg-container .select-field {
  background: transparent !important;
  padding: 13.5px;
  border: none;
  color: #fff !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0px 1000px #282828 inset;
  -webkit-text-fill-color: #fff !important;
}

.dropzone-reg-container .form-group .input-field.select-field option {
  color: #000;
  background: #fff;
}

.dropzone-reg-container .select-field[disabled] {
  opacity: 1 !important;
  color: #a6a6a6;
}

.dropzone-reg-container .select-field.calling__code-listing {
  position: relative;
  z-index: 9;
  padding-right: 24px;
  height: 100%;
  width: 100%;
  width: 70px;
}

.dropzone-reg-container .phone-input {
  border: 1px solid #474747;
  position: relative;
}

.dropzone-reg-container .select-box {
  position: relative;
}

.dropzone-reg-container .select-box:before {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 16px;
  content: "G";
  font-family: 're icon';
  transform: rotate(90deg);
  font-size: 10px;
  opacity: 0.7;
}

.dropzone-reg-container .select-box.cc-box:before {
  /* right: 6px; */
  right: 12.67px;
  font-size: 8px;
  z-index: 10;
}

.dropzone-reg-container .select-box.cc-box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #474747;
  top: 12px;
  /* right: -6px; */
  right: 0;
  z-index: 9;
}

.dropzone-reg-container .form-group .phone-input input {
  border: none;
}

.dropzone-reg-container .locate-center__deets {
  margin: 8px 0;
  gap: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}

.dropzone-reg-container .rating-star-box {
  margin-right: 2px;
}

.dropzone-reg-container .select-field {
  background: transparent;
  padding: 13.5px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.dropzone-reg-container .phone-input {
  border: 1px solid #474747;
}

.dropzone-reg-container .select-box {
  position: relative;
}

.dropzone-reg-container .select-box.cc-box {
  flex-shrink: 0;
  background: #282828;
}



/* .dropzone-reg-container .select-box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #474747;
  top: 12px;
  right: -6px;
} */

.dropzone-reg-container .select-dealer__radio-main {
  cursor: pointer;
  display: block;
  height: 100%;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropzone-reg-container .select-dealer__radio-main input[type="radio"] {
  accent-color: #da291c;
  background: #000;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
}

.dropzone-reg-container .dealer-item input[type="radio"]+span.custom-radio {
  border: 2px solid #ededed;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.dropzone-reg-container .dealer-item input[type="radio"]:checked+span.custom-radio,
.dropzone-reg-container .dealer-item.checked input[type="radio"]+span.custom-radio {
  border-color: #da291c !important;
}

.dropzone-reg-container .dealer-item input[type="radio"]:checked+span.custom-radio:before,
.dropzone-reg-container .dealer-item.checked input[type="radio"]+span.custom-radio:before {
  content: "";
  position: absolute;
  background: #da291c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.dropzone-reg-container .dealer-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.dropzone-reg-container .locate-center__address {
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  margin-top: 16px;
}

.dropzone-reg-container .otp-verify-copy {
  position: absolute;
  right: 10px;
  top: 14px;
  color: #fd5050;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
  padding: 2px 5px;
  background: #282828;
}

.dropzone-reg-container .otp-verify-copy.otp-verified {
  color: #78BB64;
}

.dropzone-reg-container .otp-verify-copy.disabled {
  color: #4f4f4f;
}

.dropzone-reg-container {
  background: #000;
}

.dropzone-reg-container:has(.success-screen.d-none) {
  background: #373737;
}

.dropzone-reg-container:has(.success-screen.d-none) {
  background: #373737;
}

.dropzone-reg-container {
  background: #000;
}

.dropzone-reg-container .payement-success-box {
  background: #181818;
  padding: 0 24px 70px;
  margin-top: 40px;
}

body.re-revamp-styles-identifier .dropzone-reg-container img.success-icon {
  width: 72px;
  margin: auto;
  /* transform: translateY(-31px); */
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.dropzone-reg-container .text-center.payment-row {
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.dropzone-reg-container .success-heading {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
  text-align: center;
}

.dropzone-reg-container p.success-desc {
  color: #a6a6a6;
  margin-bottom: 16px;
}

body.re-revamp-styles-identifier .dropzone-reg-container img.icon-copy {
  width: 16px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: -2px;
}

.dropzone-reg-container .payment-row {
  border-bottom: 0.5px dashed #616161;
  padding: 24px 0 16px;
  max-width: 80%;
  margin: auto;
}

.dropzone-reg-container .payment-row.padd-top-0 {
  padding: 0px 0 16px;
}

.dropzone-reg-container .payment-row.padd-btm-24 {
  padding-bottom: 24px;
}

.dropzone-reg-container .product-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 8px;
}

.dropzone-reg-container .drop-time {
  color: #a6a6a6;
}

.dropzone-reg-container .rec-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: "Montserrat";
}

.dropzone-reg-container .amt-label {
  color: #a6a6a6;
  margin-right: auto;
  margin-top: 8px;
  font-family: "Montserrat";
}

.dropzone-reg-container .amt-label.amt-label__white.amt-label__bold {
  font-weight: 600;
  color: #fff;
  /* margin-top: 16px; */
}

.dropzone-reg-container .amt-value {
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 8px;
}

.dropzone-reg-container .payment-row.padd-top-0 .amt-label,
.dropzone-reg-container .payment-row.padd-top-0 .amt-value {
  margin-top: 16px;
}

.dropzone-reg-container .payment-row .amt-value.payment-dealer-address,
.dropzone-reg-container .payment-row .amt-value.payment-dealer-name,
.dropzone-reg-container .payment-row:has(.payment-dealer-address) .amt-label {
  margin-top: 16px;
}

.dropzone-reg-container .amt-value.amt-value__light {
  font-weight: 400;
}

.dropzone-reg-container .home-button {
  /* text-align: right; */
  text-align: center;
}

.dropzoneRegistration .re__revamp-v4__popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #0D0D0D99;
  backdrop-filter: blur(30px);
}

.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc {
  display: unset;
  position: relative;
}

.dropzoneRegistration .re__revamp-v4__popup .re__revamp-v4__book-desc {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  margin: 4px 0 24px;
  letter-spacing: 0;
  max-width: 90%;
}

.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc .re__revamp-v4__header-close-popup {
  position: absolute;
  z-index: 1;
}

.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc .re__revamp-v4__header-close-popup,
.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__otp-content-header .re__revamp-v4__header-close-popup {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__service-tabs__login-desc .re__revamp-v4__header-close-popup .reIcon-close:before,
.dropzoneRegistration #popup_otp_verify_dropzone .re__revamp-v4__otp-content-header .re__revamp-v4__header-close-popup .reIcon-close:before {
  -webkit-text-stroke: 1px;
}

.dropzoneRegistration .re__revamp-v4__popup .re__revamp-v4__login-number-error {
  font-size: 12px;
  color: #da291c;
}

.dropzoneRegistration .re__revamp-v4__popup .re__revamp-v4__login-number-error svg {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}

.dropzoneRegistration .re__revamp-v4__popup .popup__inner {
  /* background-color: #282828; */
  /* margin: auto; */
}

.dropzoneRegistration .re__revamp-v4__popup .popup__inner .re__revamp-v4__header-close-popup {
  background: none;
  border: 0;
  color: #ffffff;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.dropzoneRegistration .drop-registration-error-model .re__revamp-v4__popup .popup__inner .re__revamp-v4__header-close-popup {
    right: 18px;
    top: 14px;
}
.fc-form .drop-registration-error-model .popup__content {
    padding: 24px;
}
.fc-form .drop-registration-error-model .re__revamp-v4__popup .popup__inner .re__revamp-v4__header-close-popup {
    right: 22px;
    top: 22px;
}

.dropzoneRegistration .drop-registration-error-model .re__revamp-v4__popup .popup__inner .re__revamp-v4__header-close-popup {
  right: 14px;
}

.dropzone-reg-container #popup_otp_verify_dropzone .input-field {
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat";
}

@media screen and (max-width: 992px) {
  .dropzone-reg-container #popup_otp_verify_dropzone .input-field {
    font-size: 16px;
  }

  .dropzone-reg-container {
    max-width: 95%;
  }

  .reg-success-rh,
  .reg-success-lh {
    width: 50%;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .dropzone-reg-container {
    max-width: 100%;
    margin: auto;
    padding: 40px 24px;
    background: #000 !important;
    padding-bottom: 0;
  }

  .cmp-page__dz-app .dropzone-reg-container {
    padding-top: 50px;
  }

  .dropzone-reg-form {
    /* padding: 0 0 16px; */
    padding: 0;
    background: #181818;
    /* margin-top: 24px; */
    margin-top: 0;
    background: #000 !important;
  }

  .cmp-page__dz-reg .dropzone-reg-form .fixed-header {
    position: fixed;
    background: #000;
    width: 100%;
    top: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    z-index: 11;
  }

  .cmp-page__dz-reg .form-inner {
    padding-top: 80px;
  }

  .dropzone-reg-container .mtr-heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.32px;
  }

  .dropzone-reg-container .form-row {
    flex-wrap: wrap;
    gap: 24px;
  }

  .dropzone-reg-container .form-group,
  .dropzone-reg-container .form-group.w-50,
  .dropzone-reg-container:has(.fc-form-banner) .form-group.w-50 {
    width: 100%;
    max-width: 100%;
  }

  .form-row:has(.phoen-input-wrapper)+.form-row {
    margin-bottom: 32px;
    margin-top: 24px;
  }

  .dropzone-reg-container .continue-cta.cta-yellow,
  .dropzone-reg-container .home-cta.cta-yellow,
  .dropzone-reg-container .home-cta.cta-yellow.custom-btn {
    min-width: unset;
    width: 100%;
  }

  .dropzone-reg-container .dealer-list {
    flex-wrap: wrap;
    max-height: 535px;
    overflow: auto;
  }

  .dropzone-reg-container .dealer-list::-webkit-scrollbar {
    width: 5px;
    height: unset;
  }

  .dropzone-reg-container .dealer-item {
    background: #282828;
    padding: 16px;
    width: 100%;
    min-width: 100%;
    max-width: unset;
  }

  .dropzone-reg-container .dealer-name {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat" !important;
  }

  .dropzone-reg-container .form-box-heading {
    margin-top: 0;
  }

  .form-inner-mob {
    background: #181818;
    /* margin: 0 -16px; */
    padding: 16px;
    margin-top: 24px;
  }

  .dropzone-reg-container .select-field,
  .dropzone-reg-container .form-group input,
  .dropzone-reg-container .form-group .input-field {
    background: #282828 !important;
  }

  .dropzone-reg-container .continue-button {
    margin: 16px -24px 0;
    padding: 16px 24px;
    background: #282828;
    border: 1px solid #373737;
  }

  .dropzone-reg-container .continue-button .continue-cta.cta-yellow {
    margin-top: 0;
  }

  body.re-revamp-styles-identifier .dropzone-reg-container img.locate-centre__locate-icon {
    top: 17px;
  }

  .dropzone-reg-container .amt-value {
    margin-left: 54px;
    text-align: right;
  }

  .dropzone-reg-container .select-box.cc-box:after {
    background-color: #4F4F4F;
  }
}

/* Radio button clickable styles */
.dealer-item input[type="radio"] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.dealer-item label.select-dealer__radio-main {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.dealer-item span.custom-radio {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.dealer-item input[type="radio"]:checked+span.custom-radio {
  border-color: #da291c !important;
}

.dealer-item input[type="radio"]:checked+span.custom-radio::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #da291c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Registration Success screen */
.reg-success-screen {
  background: #000;
  padding-top: 12px;
}

.reg-success__details {
  /* align-items: flex-start; */
  gap: 24px;
}

.reg-success-lh {
  position: relative;
  width: 100%;
  max-width: 60%;
}

.reg-success-lh img {
  height: 100%;
  object-fit: cover;
  max-height: 570px;
}

.reg-success-lh .lh-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.15143) 0%,
      rgba(0, 0, 0, 0.279058) 35%,
      rgba(0, 0, 0, 0.92) 90%);
  flex-direction: column;
  padding: 24px 32px;
}

.reg-success-lh .lh-heading {
  margin-top: auto;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.64px;
}

.reg-success-lh p.lh-desc {
  font-size: 16px;
  line-height: 24px;
  color: #A6A6A6;
}

.reg-success-rh {
  background: #181818;
  padding: 22px;
  position: relative;
  padding-top: 48px;
  flex: 1;
}

.reg-success-rh::before {
  content: "";
  position: absolute;
  background: black;
  border-radius: 50%;
  top: 44%;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 54px;
}

.reg-success-rh:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 54px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 44%;
  right: -11px;
}

@media screen and (max-width: 992px) {

  .reg-success-rh::before,
  .reg-success-rh:after {
    display: none;
  }
}


@media screen and (min-width: 992px) {
  .reg-success-rh {
    /* min-width: 340px;
    max-width: 340px; */
    width: 35%;
  }
}


.reg-success-rh h2.reg-drop-name {
  border-top: 0.5px dashed #616161;
  padding-top: 24px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.reg-success-rh .reg-drop-time {
  color: #a6a6a6;
  margin: 8px 0 16px;
}

.reg-success-rh .custom-btn.white-btn {
  color: #fff;
  border: 1px solid;
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  background: transparent;
}

.reg-success-rh .custom-btn.white-btn .calendar-icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}

.reg-success-rh h2.reg-dealer-name {
  border-top: 0.5px dashed #616161;
  margin-top: 24px;
  padding-top: 24px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.reg-success-rh .reg-dealer-address {
  color: #a6a6a6;
  border-bottom: 0.5px dashed #616161;
  padding-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .reg-success-rh .reg-dealer-address {
    border: none;
    padding-bottom: 0;
  }
}

.dropzone-reg-container .reg-success-rh .home-cta.cta-yellow {
  min-width: unset;
  width: 100%;
}

.reg-success__steps {
  margin-top: 24px;
  background: #181818;
  position: relative;
}

.reg-success__img-overlay-wrap {
  position: relative;
  max-height: 217px;
  overflow: hidden;
}

.reg-success__img-overlay-wrap img.reg-steps__img {
  width: 392px;
  margin: auto;
  margin-right: 0;
  object-fit: cover;
  height: 100%;
}

.reg-success__img-overlay {
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, #181818 80.99%);
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  min-width: 492px;
}

.reg-success__overlay-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  max-width: 100%;
}

.reg-success__heading {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}

.reg-success__steps-list {
  gap: 60px;
}

.reg-success__steps-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reg-success__steps-item::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 1px;
  border: 1px dashed #a6a6a6;
  top: 15px;
  left: 30px;
}

.reg-success__steps-item:last-child:after {
  display: none;
}

p.reg-success__steps-count {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #282828;
  border-radius: 50%;
  text-align: center;
  border: 1.25px solid #848484;
  position: relative;
  margin-bottom: 16px;
}

.reg-success__steps-count.completed {
  border: 1.25px solid #96ca87;
  background: #2a4821;
}

.reg-success__steps-item span.count-inner {
  background: #474747;
  border-radius: 50%;
  font-size: 12.5px;
  font-family: "Montserrat";
  font-weight: 600;
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.reg-success__steps-count.completed span.count-inner {
  background: #548f42;
}

p.reg-success__steps-label {
  font-family: "Montserrat";
  font-weight: 600;
}

.reg-success__steps-detail {
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  margin-top: 4px;
  font-family: "Montserrat";
  font-weight: 400;
}

/* Payment success */
.success-screen {
  margin: 0 -10%;
}

.payment-success__bg {
  position: relative;
}

.payment-success__img-overlay {
  position: absolute;
  bottom: 9%;
  width: 68%;
  left: 16%;
}

.payment-success__overlay-content {
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  background: linear-gradient(358.68deg, #000000 15.13%, rgba(0, 0, 0, 0) 90.01%);
}

.payment-success__img-overlay-heading {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.payment-success__img-overlay-desc {
  font-size: 16px;
  line-height: 24px;
  width: 75%;
  margin: auto;
}

.thankyou-screen {
  background: #000;
}

.dropzone-reg-container .thankyou-screen .text-center.payment-row {
  border-bottom: none;
  padding-top: 76px;
  padding-bottom: 0;
}

.dropzone-reg-container .thankyou-screen .text-center.payment-row .success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 20px;
}

body.re-revamp-styles-identifier .dropzone-reg-container .thankyou-screen img.success-icon {
  top: -14px;
}

.dropzone-reg-container .thankyou-screen .text-center.payment-row .success-desc span {
  font-weight: 600;
  font-family: 'Montserrat';
}

.dropzone-reg-container .thankyou-screen p.success-desc {
  margin-bottom: 0;
}

.dropzone-reg-container .thankyou-screen p.success-desc.success-dealer {
  margin-bottom: 16px;
}

.payment-success-box h2.glass-heading {
  display: none;
}

@media screen and (max-width: 767px) {
  .reg-success-screen {
    padding-top: 0;
  }

  .payment-success__img-overlay-heading {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
    margin-bottom: 8px;
  }

  .payment-success__img-overlay-desc {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin: auto;
    color: #a6a6a6;
  }

  .payment-success__overlay-content {
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    background: linear-gradient(358.68deg, #000000 21.13%, rgba(0, 0, 0, 0) 90.01%);
    padding: 0 12px;
    z-index: 2;
  }

  .payment-success__img-overlay {
    position: absolute;
    bottom: -1px;
    width: calc(100% - 48px);
    left: 24px;
  }

  .payment-success__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) -43.93%, #000000 90.08%);
  }

  .thankyou-screen {
    padding-bottom: 24px;
    margin: 0 -24px;
  }

  .dropzone-reg-container .thankyou-screen .text-center.payment-row {
    border-bottom: none;
    padding: 0 24px;
    padding-top: 84px;
    padding-bottom: 0;
    max-width: 100%;
  }

  body.re-revamp-styles-identifier .dropzone-reg-container .thankyou-screen img.success-icon {
    top: 26px;
  }

  .dropzone-reg-container .thankyou-screen p.success-desc {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .dropzone-reg-container .thankyou-screen .success-heading {
    margin-bottom: 16px;
    text-align: center;
    margin-top: 16px;
  }

  .dropzone-reg-container .success-screen .home-button {
    max-width: 80%;
    margin: auto;
    margin-bottom: 24px;
  }

  .payment-success-box h2.glass-heading {
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    text-align: left;
    color: transparent;
    padding: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-clip: text;
    -webkit-background-clip: text;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    margin-bottom: -30px;
    position: absolute;
    top: -43px;
    z-index: 0;
    display: block;
  }

  .payment-success__img-overlay picture {
    position: relative;
    z-index: 2;
  }

  .dropzone-reg-container .payment-screen .success-heading {
    margin-bottom: 8px;
    margin-top: 17px;
  }

  .dropzone-reg-container .payment-screen .text-center.payment-row {
    padding-top: 125px;
  }

  body.re-revamp-styles-identifier .dropzone-reg-container .payment-screen img.success-icon {
    top: 69px;
  }
}

/* GDPR Form */
.gdpr-form .gdpr-heading {
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
}

.dropzone-reg-container .disclaimer.gdpr-disc {
  margin: 0 0 16px;
}

.gdpr-checkbox {
  gap: 19px;
}

body .dropzone-reg-container .rides-checkbox-wrapper {
  padding-bottom: 0;
}

.dropzone-reg-container .input-checkbox {
  margin-bottom: 10px;
}

.rides-checkbox-wrapper input {
  cursor: pointer;
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 24px;
}

.rides-checkbox-wrapper .confirm-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ededed;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
  line-height: 1.4pc;
  padding-left: 2pc;
  position: relative;
  white-space: normal;
  word-break: normal;
}

body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label {
  padding-left: 29px;
  font-family: "Montserrat";
  font-weight: 400;
  align-items: baseline;
}

body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label p,
body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label span {
  line-height: 1.3;
}

body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label a {
  color: #da291c;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.rides-checkbox-wrapper .confirm-label:before {
  background-color: #da291c;
  border: 1px solid #da291c;
  border-radius: 3px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 24px;
}

body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label:before {
  background: transparent;
  border: 1.5px solid #fff;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  pointer-events: none;
}

body .dropzone-reg-container .rides-checkbox-wrapper input:checked+.confirm-label:before {
  background: #da291c;
  border-color: #da291c;
}

.rides-checkbox-wrapper .confirm-label:after {
  border-bottom: 3.5px solid #181818;
  border-left: 3.5px solid #181818;
  content: "";
  height: 8.3px;
  left: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 1pc;
}

body .dropzone-reg-container .rides-checkbox-wrapper .confirm-label:after {
  width: 12px;
  border-width: 2.5px;
  height: 5.5px;
  top: 5.5px !important;
  pointer-events: none;
}

body .rides-checkbox-wrapper input:checked+.confirm-label:after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

@media screen and (max-width: 767px) {
  .gdpr-checkbox {
    flex-wrap: wrap;
    gap: 12px;
  }

  body .gdpr-checkbox .rides-checkbox-wrapper {
    padding-bottom: 7px;
  }

  .reg-success__details {
    flex-direction: column;
    gap: 48px;
  }

  .reg-success-lh,
  .reg-success-rh {
    width: 100%;
    max-width: 100%;
  }

  .reg-success-lh .lh-overlay {
    padding: 16px;
  }

  .reg-success-lh .lh-heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
  }

  .reg-success-lh p.lh-desc {
    font-size: 14px;
    line-height: 21px;
  }

  .reg-success-rh {
    padding: 16px;
  }

  body.re-revamp-styles-identifier .dropzone-reg-container img.success-icon {
    width: 56px;
    top: -26px;
  }

  .dropzone-reg-container .success-heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 23px;
    text-align: center;
    margin-top: 33px;
    letter-spacing: 0.32px;
  }

  .reg-success-rh h2.reg-drop-name {
    font-size: 16px;
    line-height: 24px;
  }

  .reg-success-rh h2.reg-dealer-name {
    font-size: 16px;
    line-height: 24px;
  }

  .reg-success__steps {
    padding-bottom: 100px;
    margin-bottom: 24px;
  }

  .reg-success__img-overlay-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .reg-success__img-overlay-wrap img.reg-steps__img {
    width: 100%;
  }

  .reg-success__img-overlay {
    background: linear-gradient(360deg,
        rgba(24, 24, 24, 0.8) 0.01%,
        rgba(24, 24, 24, 0.3) 38.38%,
        #181818 95.94%);
    width: 100%;
  }

  .reg-success__overlay-details {
    padding: 16px;
    position: unset;
  }

  .reg-success__heading {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
  }

  .reg-success__steps-list {
    gap: 24px;
    flex-direction: column;
  }

  .reg-success__steps-item p:nth-child(1),
  .reg-success__steps-item p:nth-child(2) {
    /* display: inline-block;
        vertical-align: middle;
        margin-bottom: 4px;
        word-wrap: normal; */
  }

  .reg-success__steps-label {
    /* margin-left: 14px; */
    line-height: 21px;
    margin-top: 4px;
  }

  .reg-success__steps-item {
    gap: 16px;
    flex-direction: row;
  }

  .reg-success__steps-item p:nth-child(3) {
    padding-left: 43px;
  }

  .reg-success__steps-item::after {
    top: 32px;
    left: 14px;
    width: 2px;
    height: calc(100%);
  }
}

/* No Registraion Popup */
.popup__no-user .popup__content,
.drop-registration-error-model .popup__content {
  max-height: unset;
  padding: 24px 24px 2pc;
  background: #282828;
  max-width: 400px;
  width: 400px;
  position: relative;
  text-align: center;
}

.popup__no-user .close,
.drop-registration-error-model .close {
  top: 14px;
  right: 14px;
  background: none;
  border: 0;
  color: #ffffff;
}

.popup__no-user .close .reIcon-close:before,
.drop-registration-error-model .close .reIcon-close:before {
  -webkit-text-stroke: 1px;
}

.popup__no-user img.info-icon,
.drop-registration-error-model img.info-icon {
  width: 72px;
  margin: auto;
}

.popup__no-user .popup-heading,
.drop-registration-error-model .popup-heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin: 16px 0;
}

.popup__no-user .popup-desc,
.drop-registration-error-model .popup-desc {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  max-width: 90%;
  margin: auto;
}

.popup__no-user .custom-btn.cta-yellow.notify-btn img.notify-icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}

@media screen and (max-width: 767px) {

  .popup__no-user .popup__inner,
  .drop-registration-error-model .popup__inner {
    width: 90%;
  }

  .popup__no-user .popup__content,
  .drop-registration-error-model .popup__content {
    width: unset;
    max-width: unset;
  }
}

/* Slot screen */
.slot-screen {
  background: #181818;
}

.dropzone-reg-container .slot-screen .text-center.payment-row {
  margin-top: -5px;
  border: none;
}

.slot-screen__img-overlay {
  position: relative;
}

.slot-screen__overlay {
  background: linear-gradient(360deg, #181818 8%, rgba(0, 0, 0, 0.92) 24%, rgba(0, 0, 0, 0.82) 80%, rgba(0, 0, 0, 0.72) 100%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .dropzone-reg-container .slot-screen .text-center.payment-row {
    padding-top: 48px;
  }

  body.re-revamp-styles-identifier .dropzone-reg-container .slot-screen img.success-icon {
    top: -8px;
  }

  .dropzone-reg-container .slot-screen .success-heading {
    margin: 16px 0;
  }

  .dropzone-reg-container .slot-screen p.success-desc {
    margin-bottom: 0;
  }
}

/* ------ error model ---------- */
.dropzone-reg-container .drop-registration-error-model {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

@media (max-width:996px) {
  .dropzone-reg-container .drop-registration-error-model {
    padding: 24px;
  }
}

.dropzone-reg-container .drop-registration-error-model .model-content {
  max-width: 400px;
  flex-grow: 1;
  padding: 24px;
  background-color: #282828;
}

.dropzone-reg-container .drop-registration-error-model .model-content .model-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropzone-reg-container .drop-registration-error-model .model-content .model-close-btn {
  width: 14px;
  height: 14px;
  border: 0;
  background: none;
  cursor: pointer;
}

.dropzone-reg-container .drop-registration-error-model .model-content .model-close-btn img {
  width: 100%;
}

.dropzone-reg-container .drop-registration-error-model .model-body {
  text-align: center;
}

.dropzone-reg-container .drop-registration-error-model .model-body .model-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #574400;
  border-radius: 100%;
  background-color: #DAAA00;
}

.dropzone-reg-container .drop-registration-error-model .model-body .model-icon img {
  width: 30px;
}

.dropzone-reg-container .drop-registration-error-model .model-body .model-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "GuardianSansXCond Semibold";
  margin-bottom: 16px;
}

@media (max-width:996px) {
  .dropzone-reg-container .drop-registration-error-model .model-body .model-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.dropzone-reg-container .drop-registration-error-model .model-body .model-text {
  color: #A6A6A6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom: 32px;
}

.dropzone-reg-container .drop-registration-error-model .model-body .model-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 12px;
  padding: 14px 32px;
  color: #daaa00;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  background: linear-gradient(112.38deg,
      rgba(255, 255, 255, 0.5) -120.84%,
      rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg,
      rgba(255, 255, 255, 0.26) -34.97%,
      rgba(255, 255, 255, 0) 114.31%);
  cursor: pointer;
}

/* No dealers */
.no-dealers-content {
  text-align: center;
  padding: 24px;
  background: #181818;
}

.no-dealers-content img.info-icon {
  width: 72px;
  margin: auto;
}

.no-dealers-content h3.no-dealers-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 12px 0px;
}

.no-dealers-content p.no-dealers-text {
  width: 80%;
  margin: auto;
  color: #a6a6a6;
}

@media screen and (max-width: 767px) {
  .no-dealers-content {
    background: #000;
  }

  .no-dealers-content img.info-icon {
    width: 56px;
  }

  .no-dealers-content h3.no-dealers-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .no-dealers-content p.no-dealers-text {
    width: 100%;
    font-size: 12px;
  }
}

/* Icon close */
.reIcon-close:before {
  content: "p";
}

[class*=reIcon-]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: reicons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}


/* --------- factory custom -------------- */

.dropzone-reg-container .fc-form-banner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* background-color: #181818; */
  background-color: #000;
}

@media (min-width:996px) {
  .dropzone-reg-container .fc-form-banner {
    grid-template-columns: 60% 40%;
  }
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__lh {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 24px 24px 0 24px;
}

@media (min-width:996px) {
  .dropzone-reg-container .fc-form-banner .fc-form-banner__lh {
    padding: 0px 0px 24px 0px;
  }
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__lh .fc-form-banner__title {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-family: GuardianSansXCond semibold;
  margin-bottom: 24px;
}

@media (max-width:996px) {
  .dropzone-reg-container .fc-form-banner .fc-form-banner__lh .fc-form-banner__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.56px;
  }
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__rh {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0px;
}

@media (max-width:996px) {
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh {
    padding: 24px;
  }
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box {
  /* display: none; */
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 230px;
}

@media (min-width:996px) {
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box {
    display: block;
  }
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box.left {
  left: 20%;
  bottom: 27px;
  transform: translateX(-50%);
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box.right {
  right: 20%;
  top: 0;
  transform: translateX(-50%);
}

.dropzone-reg-container .fc-form-banner .fc-form-banner__rh .re-logo {
  position: relative;
  z-index: 9;
  width: 300px;
  height: 300px;
}

@media (max-width:996px) {
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .re-logo {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form {
  padding: 0;
  background-color: #000 !important;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-inner .form-inner-mob {
  padding: 24px;
  background-color: #282828;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .drop-details .drop-detail-item::before {
  display: none;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-box-heading {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 8px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .fc-form-text {
  color: #A6A6A6;
  font-size: 14px;
  line-height: 21px;
  font-family: Montserrat;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .dob-input input[type="date"]:invalid {
  color: #a6a6a6;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .dob-input input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* makes dark icon white */
  cursor: pointer;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .select-box-main {
  position: relative;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .select-box-main img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  width: 16px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: -2px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .select-box-main .input-field {
  padding-left: 44px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .select-box select option {
  background-color: #282828;
  color: #fff;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .pincode-suggestions {
  background: #282828 !important;
  color: #fff;
  border-color: #474747 !important;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .pincode-suggestions .pincode-suggestion-item {
  background: #282828 !important;
  border-color: #474747 !important;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .pincode-suggestions .pincode-suggestion-item:hover {
  background: #474747 !important;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-group .pincode-suggestions .pincode-suggestion-item strong {
  color: #fff !important;
}
.dropzone-reg-container .disclaimer {
    color: #fff;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox.mb-l {
  margin-bottom: 16px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper input {
  display: none;
  position: absolute;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper label {
  color: #fff;
  display: inline-block;
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 18px;
  padding-left: 30px;
  position: relative;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper label a {
  color: #da291c;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper label::before {
  border: 2px solid #ededed;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper label::after {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  scale: 0;
  top: 45% !important;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper input:checked+label::before {
  background-color: #da291c;
  border-color: #da291c;
}

.dropzone-reg-container .fc-form-banner+.dropzone-reg-form .input-checkbox .rides-checkbox-wrapper input:checked+label::after {
  opacity: 1;
  scale: 1;
}
.fc-form.dropzone-reg-container .select-box.cc-box:before {
    opacity: 0;
}
.fc-form.dropzone-reg-container .select-field.calling__code-listing {
    width: 48px;
    padding-right: 8px;
    padding-left: 16px;
}
.fc-form.dropzone-reg-container .datepicker {
    cursor: pointer;
}
@media screen and (max-width: 767px){
  .dropzone-reg-container .fc-form-banner .fc-form-banner__lh{
    padding: 0;
  }
  .dropzone-reg-container .fc-form-banner .fc-form-banner__lh .fc-form-banner__title {
    margin-bottom: 16px;
  }
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box {
      width: 100px;
      height: 170px;
  }
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box.left {
    left: 25%;
    bottom: 0px;
    transform: translateX(-50%);
  }
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box.right {
    right: -5%;
    top: 0px;
  }
  .dropzone-reg-container .fc-form-banner .fc-form-banner__rh .rectangle-box img {
    height: 100%;
  }
  .dropzone-reg-container .fc-form-banner+.dropzone-reg-form .form-inner .form-inner-mob {
    padding: 16px;
  }
  .fc-form.dropzone-reg-container .continue-button {
      background: unset;
      border: none;
  }
  .fc-form.dropzone-reg-container .datepicker {
    display: block;
  }
}

/* Datepicker */
.qs-datepicker-container {
  width: 100%;
  background: #282828;
  border-width: 1px;
  border-style: solid;
  border-color: #616161;
  border-radius: 0;
  color: #fff;
  font-family: "Montserrat Semibold";
  font-size: 14px;
  line-height: 21px;
}
.qs-datepicker-container .qs-controls {
  padding: 0 24px;
  background: #282828;
  margin: 24px 0 14px;
}
.qs-datepicker-container .qs-controls .qs-arrow:after {
  font-family: "reicons";
  border: none;
  font-size: 8px;
}
.qs-datepicker-container .qs-controls .qs-arrow.qs-left:after {
  content: "z";
}
.qs-datepicker-container .qs-controls .qs-arrow.qs-right:after {
  content: "A";
}
.qs-datepicker-container .qs-month-year {
  font-family: "Montserrat Semibold";
  font-size: 14px;
}
.qs-datepicker-container .qs-squares {
  padding: 4px 24px;
}
.qs-datepicker-container .qs-squares .qs-square {
  padding: 9px 7.5px;
  height: auto;
  border: 1px solid transparent;
}
.qs-datepicker-container .qs-squares .qs-square.qs-day {
  color: #fff;
}
.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
.qs-datepicker-container .qs-squares .qs-current {
  text-decoration: none;
  background: #403B29;
  border: 1px solid #847543;
  border-radius: 0;
}
