@import"https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap";

[data-theme=dark] .DeleteAccountVerification_wrapper__kT7oO {
    background-color: #000;
    color: #fff
}

[data-theme=dark] .DeleteAccountVerification_contant__qbbYP {
    background-color: var(--primary4);
    padding: 32px 16px;
    border-radius: 15px
}

[data-theme=dark] .DeleteAccountVerification_countDown__KmEWz,
[data-theme=dark] .DeleteAccountVerification_resendCode__8L4gz,
[data-theme=dark] .DeleteAccountVerification_text__X7w5R {
    color: #fff
}

.DeleteAccountVerification_wrapper__kT7oO {
    font-family: Kufam, serif;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
    padding: 16px 60px;
    min-height: 543px;
    min-width: 332px
}

.DeleteAccountVerification_text__X7w5R {
    font-family: inherit;
    color: #5c6672;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400
}

.DeleteAccountVerification_resendCode__8L4gz {
    color: #000;
    font-family: inherit
}

.DeleteAccountVerification_verifyNow__TYfYP {
    font-family: Noto Sans Arabic;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.DeleteAccountVerification_countDown__KmEWz {
    font-family: inherit;
    color: #5c6672;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 16px 0
}

.ReUsableIcon_commonSize__wAPoO {
    width: 16px;
    height: 16px
}

.ReUsableIcon_downArrow__a_XKg,
.ReUsableIcon_rightArrow__lz_mm,
.ReUsableIcon_size24__jcpPo {
    width: 24px;
    height: 24px
}

.ReUsableIcon_size56x24__fUPFy {
    width: 56px;
    height: 24px
}

.ReUsableIcon_size32_1__A_FYD,
.ReUsableIcon_size32__HmWDP {
    width: 32px;
    height: 32px
}

.ReUsableIcon_madaIcon__2KkHn {
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px
}

.ReUsableIcon_blue__Q9n7U {
    background: rgba(0, 126, 255, .671);
    height: 8px;
    width: 15px
}

.ReUsableIcon_green__h3CZh {
    background: #6ead00;
    height: 8px;
    width: 15px
}

.ReUsableIcon_paymentIconBox__Iqe_m {
    padding: 8px
}

.ReUsableIcon_paymentIconBox1__jQwLj,
.ReUsableIcon_paymentIconBox__Iqe_m {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--textColor5);
    width: max-content
}

.ReUsableIcon_paymentIconBox1__jQwLj {
    padding: 12px 16px;
    background: var()
}

.ReUsableIcon_editIcon__HIrvb {
    background: url(../img/edit.eaaaf5c1.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px
}

.ReUsableIcon_circleCloseIcon__59THv {
    background: url(../img/close-circle.ee2e490b.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

[data-theme=dark] .ReUsableIcon_paymentIconBox1__jQwLj {
    background-color: var(--secondary5);
    filter: brightness(.7)
}

[data-theme=dark] .ReUsableIcon_darkmode__BQXek {
    filter: brightness(4)
}

@media(max-width:500px) {
    .ReUsableIcon_size32_1__A_FYD {
        width: 24px;
        height: 25px
    }

    .ReUsableIcon_madaIcon__2KkHn {
        height: 25px
    }

    .ReUsableIcon_blue__Q9n7U {
        background: rgba(0, 126, 255, .671);
        height: 8px;
        width: 10px
    }

    .ReUsableIcon_green__h3CZh {
        background: #6ead00;
        height: 8px;
        width: 10px
    }
}

.RadioButton_container__V3ZWP {
    position: relative;
    display: inline-block;
    padding: 9px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    color: var(--secondary3)
}

.RadioButton_container__V3ZWP input[type=radio] {
    display: none
}

.RadioButton_container__V3ZWP span.RadioButton_customRadio__Bses_ {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.RadioButton_container__V3ZWP input[type=radio]:checked+span.RadioButton_customRadio__Bses_ {
    background-color: #a98900
}

.RadioButton_smallContainer__0p4Q0 {
    position: relative;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    color: var(--secondary3)
}

.RadioButton_smallContainer__0p4Q0 input {
    display: none
}

.RadioButton_smallContainer__0p4Q0 .RadioButton_customRadio__Bses_ {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.RadioButton_smallContainer__0p4Q0 input:checked+.RadioButton_customRadio__Bses_ {
    background-color: #a98900
}

@media(max-width:600px) {
    .RadioButton_smallContainer__0p4Q0 {
        padding: 6px
    }

    .RadioButton_smallContainer__0p4Q0 .RadioButton_customRadio__Bses_ {
        width: 6px;
        height: 6px
    }
}

.ZoneCard_cardContainer__UMGjV {
    background: var(--secondary2);
    border-radius: var(--borderRadius3);
    border: 1px solid var(--textColor5);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    height: 100%;
    cursor: pointer
}

.ZoneCard_align__xSRui {
    display: flex;
    align-items: baseline
}

.ZoneCard_price__XH2PV {
    position: relative;
    top: 1px
}

.ZoneCard_highlited__Ef0Jh {
    background: var(--primary3)
}

.ZoneCard_metaRow__z7fx3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.ZoneCard_metaItem__ZdTHE {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ZoneCard_distanceIcon__Lgdi0 {
    width: 16px;
    height: 16px
}

.ZoneCard_distanceText__haalo {
    color: var(--textColor2)
}

.ZoneCard_loaderSection__ph7KC {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-items: center;
    align-items: center;
    padding: 40px 20px;
    gap: 16px
}

.ZoneCard_loadMoreSection__nWuxw {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 60px;
    width: 100%;
    animation: ZoneCard_fadeIn__KVoYO .3s ease-in
}

.ZoneCard_noResultsSection__ugBvH {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: var(--bgColor2);
    border-radius: var(--borderRadius3);
    border: 1px dashed var(--borderColor1);
    min-height: 200px;
    animation: ZoneCard_fadeIn__KVoYO .4s ease-in
}

@keyframes ZoneCard_fadeIn__KVoYO {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1024px) {
    .ZoneCard_cardContainer__UMGjV {
        padding: 20px;
        gap: 8px
    }

    .ZoneCard_noResultsSection__ugBvH {
        padding: 50px 20px;
        min-height: 180px
    }
}

@media(max-width:700px) {
    .ZoneCard_cardContainer__UMGjV {
        gap: 8px;
        padding: 16px
    }

    .ZoneCard_noResultsSection__ugBvH {
        padding: 40px 16px;
        min-height: 160px
    }

    .ZoneCard_loadMoreSection__nWuxw {
        padding: 16px;
        min-height: 50px
    }

    .ZoneCard_loaderSection__ph7KC {
        padding: 30px 16px;
        gap: 12px
    }
}

@media(max-width:480px) {
    .ZoneCard_cardContainer__UMGjV {
        padding: 12px;
        gap: 6px
    }

    .ZoneCard_noResultsSection__ugBvH {
        padding: 30px 12px;
        min-height: 140px
    }

    .ZoneCard_loadMoreSection__nWuxw {
        padding: 12px;
        min-height: 40px
    }
}

.QrScanCode_container__lgJ8G {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.QrScanCode_qrScanImage__kPBKG {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    margin: auto;
    position: relative;
    padding: 10px;
    background-image: url(../img/Qr-scan-dummy.8ff4ed1b.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%
}

.QrScanCode_container__lgJ8G .QrScanCode_cornerTop1__CpzFh,
.QrScanCode_cornerBottom1__Q0SzF,
.QrScanCode_cornerBottom2__qNHBi,
.QrScanCode_cornerLeft1__Qn7eP,
.QrScanCode_cornerLeft2__qw1z9,
.QrScanCode_cornerRight1__bJ9yG,
.QrScanCode_cornerRight2__JFzq2,
.QrScanCode_cornerTop2__g72n9 {
    position: absolute;
    width: 20px;
    height: 20px
}

.QrScanCode_cornerTop1__CpzFh {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.QrScanCode_cornerTop2__g72n9 {
    top: 0;
    right: 0;
    border-top: 2px solid;
    border-right: 2px solid
}

.QrScanCode_cornerBottom1__Q0SzF {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid;
    border-left: 2px solid
}

.QrScanCode_cornerBottom2__qNHBi {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    border-right: 2px solid
}

.TimeSlot_card__FgnD8 {
    background-color: --secondary2;
    border: 1px solid var(--textColor5);
    border-radius: var(--borderRadius3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    height: 70px;
    cursor: pointer
}

.TimeSlot_highlited__fF721 {
    background: var(--primary4)
}

@media(max-width:700px) {
    .TimeSlot_card__FgnD8 {
        padding: 2vw;
        height: 45px
    }
}

.LineHorizontal_line__d8dmb {
    height: 1px;
    background: var(--secondary3);
    width: 100%;
    opacity: .6
}

.UserSelectHoursCard_container__QC_UD {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background: var(--secondary2);
    box-shadow: 0 -4px 24px 0 rgba(41, 45, 50, .08);
    max-width: 350px
}

.SummaryCard_notificationCard__VxSsd {
    background: var(--info3);
    border-radius: var(--borderRadius3);
    border: 1px solid var(--info2);
    display: flex;
    padding: 64px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%
}

.SummaryCard_container__LRQvA {
    background: var(--secondary4);
    width: 100%;
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: var(--borderRadius3)
}

.SummaryCard_innerCard__NCWhS {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.SummaryCard_innerCard__NCWhS .SummaryCard_space__sTbod {
    display: flex;
    flex-direction: column;
    row-gap: 3px
}

.SummaryCard_summaryText__GlkyF {
    white-space: pre-wrap;
    width: 70%
}

.SummaryCard_lessMoreBtn__cQ0zr {
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--textColor4);
    justify-content: center;
    align-items: center;
    color: var(--textColor4);
    font-size: 14px
}

.SummaryCard_discountText__sT2GJ {
    font-size: 12px;
    font-weight: 600;
    color: var(--info2)
}

.SummaryCard_discountText__sT2GJ span {
    font-size: 8px
}

@media(max-width:600px) {
    .SummaryCard_container__LRQvA {
        row-gap: 14px
    }
}

.MobileNumber_container__vxP2O {
    border-radius: 12px;
    border: 1px solid var(--secondary5);
    background: var(--secondary2);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 14px;
    height: 56px
}

.MobileNumber_container__vxP2O input {
    height: 90%;
    width: 80%;
    border: none;
    outline: none;
    background: var(--secondary2);
    color: var(--textColor1)
}

.MobileNumber_container__vxP2O input::placeholder {
    color: var(--textColor2_1)
}

.ErrorText_container__rXSlR {
    height: max-content;
    text-wrap: wrap
}

[data-theme=dark] .DeleteAccountUserNumber_title__tVGa1 {
    color: #fff
}

.DeleteAccountMessage_container__SbVaB {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    text-align: center;
    z-index: 9999;
    position: relative
}

.DeleteAccountMessage_content__gEqE6 {
    max-width: 400px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.DeleteAccountMessage_title__wwYgF {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e3342f;
    margin-bottom: 16px
}

.DeleteAccountMessage_description__Q0kYj {
    color: #4a5568;
    margin-bottom: 24px
}

.DeleteAccountMessage_button__A27iv {
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.PersonalDetails_switchButton__GFQxo {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 109px;
    border: 1px solid #e6e9ec;
    width: max-content
}

.PersonalDetails_button__iBPOZ {
    height: 32px;
    background: none;
    color: var(--textColor1);
    box-shadow: none;
    border: none;
    width: 116px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.PersonalDetails_animation1Rtl__uRgwb,
.PersonalDetails_animation1__OYUhp {
    border-radius: 100px 0 0 100px
}

.PersonalDetails_animation1Rtl__uRgwb,
.PersonalDetails_animation1__OYUhp,
.PersonalDetails_animation2Rtl__bRQiw,
.PersonalDetails_animation2__4uU_B {
    background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(232, 187, 3, .23) 0, hsla(48, 91%, 78%, .3) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, hsla(0, 0%, 100%, .42) 0, hsla(0, 0%, 100%, 0) 69.79%, hsla(0, 0%, 100%, 0) 100%), var(--primary1);
    box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 1px 0 rgba(3, 15, 28, .05);
    color: var(--textColor1_1);
    transition: background-color .8s ease-in
}

.PersonalDetails_animation1Rtl__uRgwb,
.PersonalDetails_animation2Rtl__bRQiw,
.PersonalDetails_animation2__4uU_B {
    border-radius: 0 100px 100px 0
}

.PersonalDetails_animation2Rtl__bRQiw {
    border-radius: 100px 0 0 100px
}

.PersonalDetails_countrySelect__c0a2x {
    height: max-content;
    border-radius: 12px;
    border: 1px solid var(--secondary5);
    background: var(--secondary2);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    height: 56px
}

.PersonalDetails_countrySelect__c0a2x input {
    width: 100%;
    height: 100%;
    border: none
}

.PersonalDetails_countrySelect__c0a2x input:focus {
    outline: none
}

[data-theme=dark] .PersonalDetails_plateInput__3YR2e {
    background-color: #383838 !important
}

[data-theme=dark] .PersonalDetails_darkTextOnly__qV9Yd input {
    color: #fff !important
}

[data-theme=dark] .PersonalDetails_darkTextOnly__qV9Yd input:disabled {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important
}

@media(max-width:600px) {
    .PersonalDetails_switchButton__GFQxo {
        width: auto
    }

    .PersonalDetails_button__iBPOZ {
        width: 50%
    }
}

.Dropdown1_dropdownContainer__ddUf0 {
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--secondary5);
    background: var(--secondary2);
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    height: 56px
}

.Dropdown1_input__wYlVv {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Dropdown1_label__swvZl {
    position: absolute;
    display: block;
    top: 0;
    transition: all 1s ease;
    font-size: 12px;
    color: #5c6672
}

.Dropdown1_labelHide__tN842 {
    display: none;
    transition: 1s ease
}

.Dropdown1_dropdownOptions__QKVJ8 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: var(--secondary2);
    z-index: 2;
    padding: 10px
}

.Dropdown1_option__00cbJ {
    padding: 10px;
    cursor: pointer;
    transition: none
}

.Dropdown1_option__00cbJ:hover {
    background-color: var(--secondary5);
    opacity: .5;
    color: #000
}

.Dropdown1_dropdowmItem__4TSnB {
    display: flex;
    align-items: center;
    gap: 5px
}

.Dropdown1_dropdowmItem__4TSnB span {
    border-radius: 50%;
    border: 1px solid var(--Neutrals-800, #e6e9ec);
    position: relative;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

.CarPlateNumber_container__f4Eap {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--textColor2)
}

@media(max-width:600px) {
    .CarPlateNumber_container__f4Eap {
        justify-content: space-between
    }
}

.CInput_input__RqIhS {
    border-radius: 12px;
    border: 1px solid var(--secondary5);
    background: var(--secondary2);
    display: flex;
    padding: 0 14px;
    align-items: center;
    width: 100%;
    height: 56px
}

.CInput_input__RqIhS::placeholder {
    color: var(--secondary3);
    font-size: 10px;
    display: flex;
    justify-content: center
}

.CInput_input__RqIhS:focus {
    border-color: var(--secondary5);
    outline: 1px solid var(--secondary4)
}

.CInput_otpInput__YNuW_ {
    border-radius: 12px;
    border: 1px solid var(--secondary5);
    background: var(--secondary2);
    text-align: center;
    width: 41px;
    min-width: 41px;
    height: 56px
}

.CInput_otpInput__YNuW_::placeholder {
    color: var(--secondary3);
    font-size: 10px;
    display: flex;
    justify-content: center
}

.CInput_otpInput__YNuW_:focus {
    border-color: var(--secondary5);
    outline: 1px solid var(--secondary4)
}

@media(max-width:600px) {
    .CInput_input__RqIhS {
        padding: 4px;
        justify-content: center;
        text-align: center
    }
}

.PaymentScreen_card__BkcDm {
    background: var(--secondary2);
    border: 1px solid var(--textColor5);
    border-radius: var(--borderRadius3);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 24px;
    gap: 8px;
    cursor: pointer
}

.PaymentScreen_card__BkcDm .PaymentScreen__flex__3JXlY {
    display: flex;
    gap: inherit;
    align-items: center
}

.PaymentScreen_highlited__6KzVv {
    background: var(--primary3)
}

.PaymentScreen_select__7pgoS {
    padding: 10px;
    border-radius: 8px
}

.Extended_container__PNe2U {
    padding: 50px 0;
    background: var(--secondary1)
}

.Extended_rightSideContainer__BdaY0 {
    background: var(--secondary1);
    z-index: 1
}