@font-face {
    font-family: 'tiktok';
    src: url('./../webfonts/TikTokSans-Regular.woff2') format('woff2'),
        url('./../webfonts/TikTokSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tiktok';
    src: url('./../webfonts/TikTokSans-Medium.woff2') format('woff2'),
        url('./../webfonts/TikTokSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tiktok';
    src: url('./../webfonts/TikTokSans-SemiBold.woff2') format('woff2'),
        url('./../webfonts/TikTokSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tiktok';
    src: url('./../webfonts/TikTokSans-Bold.woff2') format('woff2'),
        url('./../webfonts/TikTokSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
    background: #34C759;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    font-family: 'tiktok';
    color: #AD9133;
}

body a{
    color: #AD9133;
}

body a:hover{
    color: #AD9133;
}

@media (max-width: 576px) {
    body {
        background: #FFFFFF;
    }
}

.mobile-frame {
    overflow: hidden;
    position: relative;
}

.rtl {
    direction: rtl;
}

.page-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.frame {
    width: 100%;
    padding: 15px;
}

.frame-line {
    border: 3px solid #AD9133;
    padding: 6px;
    height: 100%;
}

.frame-line-in {
    border: 1px solid #AD9133;
    padding: 15px 22px;
    min-height: calc(100dvh - 48px);
}

.login .logo-box {
    text-align: center;
    margin-bottom: 40px;
}

.login .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login .input-box {
    width: 100%;
    border: 1px solid #AD9133;
    padding: 14.5px;
    background: transparent;
    outline: none;
    color: #AD9133;
}

.login .input-box::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #AD9133;
}

.general-btn {
    width: 100%;
    padding: 16.5px;
    background: #AD9133;
    color: #042611;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.general-btn:hover{
    color: #042611;
}

.login .mobile-number-box {
    width: 100%;
    border: 1px solid #AD9133;
    background: transparent;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
}

.login .iti {
    width: 100%;
}

.login .iti input {
    width: 100%;
    border: none;
    background: transparent;
    color: #AD9133;
    outline: none;
    padding: 6px;
}

.login .iti__selected-flag {
    background: transparent;
    border-right: 1px solid #AD9133;
}

.login .iti__arrow {
    display: none;
}

.login .iti__country-list {
    background: #042611;
}

.login .iti--separate-dial-code .iti__selected-dial-code {
    
}

/* .login .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
} */



/* otp */

.back-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.back-row img{
    cursor: pointer;
    transform: none;
}

.rtl .back-row img  {
    transform: scaleX(-1);
}

.back-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.otp-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.otp-box {
    width: 100%;
    height: 56px;
    border: 1px solid #4b551f;
    border-radius: 22px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    color: #AD9133;
    outline: none;
}

@media (max-width: 375px) {
    .otp-box {
        height: 40px;
    }
}

.otp-box:focus {
    border-color: #AD9133 !important;
}

.change-number {
    color: #AD9133;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.change-number:hover {
    color: #AD9133;
}

.rtl .change-number img {
    transform: scaleX(-1);
}



/* create-profile */

.input-box:disabled {
    background: #27341B;
    border: none;
    padding: 15.5px;
}

.side-top-box{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sides-logo{
    cursor: pointer;
}


/* sidebar */

.sidebar {
    position: absolute;
    top: 0;
    left: -100%;          
    width: 85%;
    height: 100dvh;
    overflow-y: auto;
    background: #042611;
    opacity: 0.9;
    z-index: 9999;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .35s ease;
}

.sidebar.open {
    left: 0;
}

.sidebar-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.sidebar-back {
    width: 20px;
    cursor: pointer;
}

.rtl .sidebar-back {
    transform: scaleX(-1); 
}

.side-item img{
    border-right: 1px solid #AD9133;
    padding-right: 10px;
    margin-top: -3px;
}

.rtl .side-item img {
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #AD9133;
    padding-left: 10px;
}

.side-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    color: #AD9133;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.side-item:hover{
    color: #AD9133;
}


/* home */

.section-box {
    margin-bottom: 38px;
}

.section-box .label{
    margin-bottom: 14px;
}

.section-line {
    width: 100%;
    height: 1px;
    background-color: #AD9133;
    margin-bottom: 18px;
}



/* contact-support */

.contact-support .back-row {
    margin-left: -8px;
    margin-bottom: 18px;
}

.contact-support .rtl .back-row {
    margin-left: 0px;
    margin-right: -8px;
    margin-bottom: 18px;
}

.contact-support .back-text{
    color: #AD9133;
}

.contact-support .back-row img{
    filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(1893%) hue-rotate(9deg) brightness(92%) contrast(90%);
}

.rtl .iti input {
    direction: rtl;
}

.rtl .iti__selected-flag{
    direction: rtl;
}

.rtl .mobile-number-box .iti--allow-dropdown .iti__flag-container {
    left: auto !important;
    right: 8px !important; 
}

.rtl .mobile-number-box input {
    text-align: right !important;
    padding-right: 97px !important; 
}

.rtl .login .iti__selected-flag {
    background: transparent;
    border-left: 1px solid #AD9133;
    border-right: none;
}



/* pickup-request-history */

.request-card {
    background: #27341B;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 18px;
}

.request-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.request-id {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.status-badge {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.status-badge.completed {
    background: #008000;
}

.status-badge.scheduled {
    background: #C49A20; 
}

.request-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.request-row.down{
    justify-content: space-between;
    flex-wrap: wrap;
}

.request-col{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 375px) {
    .request-row {
        gap: 5px;
        font-size: 13px;
        line-height: 19px;
    }
    .request-col{
        gap: 5px;
    }
}

.cancel-link {
    margin-left: auto;
    color: #FF0000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.cancel-link:hover{
    color: #FF0000;
}



/* pickup-request-form */

.pickup-request-form .back-row {
    margin-left: -8px;
    margin-bottom: 18px;
}

.pickup-request-form .rtl .back-row {
    margin-left: 0px;
    margin-right: -8px;
    margin-bottom: 18px;
}

.pickup-request-form .back-text{
    color: #AD9133;
}

.pickup-request-form .back-row img{
    filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(1893%) hue-rotate(9deg) brightness(92%) contrast(90%);
}

.input-field.select-field.drop{
    width: 100%;
    border: 1px solid #AD9133;
    background: transparent;
    padding: 10px;
    height: 55px;
    color: #AD9133;
    outline: none;
}


.pickup-request-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.pickup-request-form input[type="date"] {
    background-image: url("./../images/calendar-gold.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    color: #AD9133;
    -webkit-appearance: none;
    appearance: none;
    height: 55px;
    padding: 8px;
}

.pickup-request-form .input-field.select-field.drop {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./../images/dropdown.svg'); 
    background-repeat: no-repeat;
    background-position: right 12px center; 
    background-size: 18px;
}

.pickup-request-form .rtl .input-field.select-field.drop{
    background-position: left 12px center; 
}

.pickup-request-form .rtl .input-box{
    text-align: right;
}

.pickup-request-form .rtl input[type="date"] {
    background-position: left 12px center !important;
}


.pickup-request-history{
     color: #AD9133;
}