﻿:root {
    --theme-primary-color: #81B01C;
    --theme-button-color: #81B01C;
    --theme-primary-color-rgb: rgb(129, 176, 28);
    --theme-secondary-color: #212121;
    --theme-secondary-color-rgb: 33, 33, 33;
    --theme-custom-background: #DEEFFD;
    --theme-main-black: #1D1B20;
    --theme-main-blue: #0063A3;
    --theme-main-blue-light: #2196F3;
    --theme-main-blue-background: #E3F2FD;
    --theme-main-white: #fff;
    --theme-main-grey: #959494;
    --theme-main-background-grey: #f6f6f6;
    --theme-main-ease: cubic-bezier(.65,.05,.36,1);
    --theme-main-lable-text-color: #49454F;
    --theme-main-lable-text-light-color: #87848b;
    --theme-outlined-primary-background: #E5F1CB;
    --theme-light-primary-background: #f3f7e6;
    --theme-light-grey-background: #e8e8e8;
    --theme-main-background-dark: #000;
    --theme-main-background-light-grey: #D9D9D9;
    --theme-insurance-main-text-color: #777171;
    --theme-main-danger: #F44336;
    --theme-main-danger-bg: rgba(244, 67, 54, 0.2541);
    --theme-main-success: #1C822C;
    --theme-main-warning: #C2AD1B;
    --theme-light-danger: #FEF4F5;
    --theme-light-yellow: #FBF6EB;
    --theme-bs-black-rgb: 0, 0, 0;
}


.background-light-grey {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF !important;
}

.primary-background {
    background-color: var(--theme-primary-color);
}

.sign-in-main-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: #fff;
}

.dropdown-country-code {
    width: 100%;
    height: 4rem;
    border: none;
    border-bottom: 1px solid var(--theme-main-grey);
    background-color: var(--theme-main-background-grey) !important;
    font-size: 1em;
    transition: .1s var(--theme-main-ease);
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 11% !important;
    padding-left: 22%;
}


    .dropdown-country-code label {
        font-size: 1rem;
        color: var(--theme-main-lable-text-color);
        margin-bottom: -0.5rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0%;
        z-index: 1;
        right: 0%;
        text-align: center;
    }

.lbl-country-code {
    position: absolute;
    margin-left: -5%;
    margin-top: 17px;
}

/*.iti--separate-dial-code .iti__selected-flag {
    height: 44px;
    background-color: rgb(246 246 246) !important;
}*/

input.error,
textarea.error,
select.error {
    border: 2px solid var(--theme-main-danger) !important;
    background-color: rgba(244, 67, 54, 0.2541);
}















@media only screen and (max-width: 767px) {
    .more-pending-requests .car-photo {
        width: 234px !important;
    }

    .more-pending-requests .title {
        display: flex;
        align-items: center;
    }

    .more-pending-requests .request-title {
        font-size: 14px !important;
        margin-top: 0px;
        align-items: center;
    }

    .more-pending-requests .div-icon img {
        width: 45% !important;
        display: block; /* Ensure the image behaves like a block element */
        margin: 0 auto; /* Center the image horizontally */
    }

    .request-title .icon-wrap {
        width: 25% !important;
    }

    .first-pending-request .div-icon img {
        width: 30% !important;
    }

    .request-title .vehicle-details {
        width: 75% !important;
    }

    /* .more-pending-requests .request-title .job-status {
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis !important;
        max-width: 23%;
    }*/

    .owl-stage-outer {
        width: 100%;
    }

    .navi_pagi_top_right.owl-theme .owl-nav {
        margin-right: 0% !important;
        margin-left: 44% !important;
        margin-bottom: 3% !important;
    }

    #pending-request {
        padding: 6% 0% 0% 0% !important;
    }

    #other-requests {
        padding: 6% 0% 3% 0% !important;
    }

    .navi_pagi_top_right.owl-theme .owl-nav {
        margin: 1% 0% 5% 40% !important;
    }

    .doc-req-div-outer {
        margin-bottom: 7% !important;
    }

    .go-back-arrow-div-tracking {
        width: 15% !important;
        margin-top: 3% !important;
    }

    .go-back-arrow-div-wallet {
        width: 38% !important;
    }

    .req-doc-remove-icon {
        margin-top: -8% !important;
    }


    .upload-doc-loading {
        margin-top: 2% !important;
        margin-left: 13px !important;
    }

    .lbl-country-code {
        margin-left: -18% !important;
        margin-top: 12px !important;
    }

    .dropdown-country-code {
        width: 100% !important;
        padding-left: 3% !important;
    }
}
.main-offer-container {
    margin-top: 0rem;
    height: 120px;
}

.car-details-container {
    margin-top: -7.0rem !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    /*background: linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255 / 80%)) no-repeat;*/
    /*  background-size: 100% calc(100% - 43px);*/
}

/*.main-offer-container {
    height: 15vh !important;
}*/

hr.thick1 {
    height: 1px;
    border: none;
    border-bottom: 1px solid #919090;
    margin: 5px 0px;
}


.h-max-100px{
   max-height:100px;
}

.h-max-140px {
    max-height: 140px;
}

.pt-15px {
    padding-top: 15px;
}


.card-ofr-header-company .name .sub-title {
    display: inline-block;
    line-height: 10px;
    padding: 5px;
    border-radius: 3px;
}

.sub-title.instant-insurance { 
    background-color: rgba(var(--bs-warning-rgb)); 
    margin-bottom: 5px;
}
.sub-title.qrcode-available {
    background-color: var(--theme-primary-color-rgb);
    color: white;
    line-height: 15px;
    margin-bottom: 5px;
}