@font-face {
    font-family: QuickSand;
    src: url("font/QuickSand.ttf");
}

@font-face {
    font-family: BarcodeFont;
    src: url("font/BarcodeFont.ttf");
}

@font-face {
    font-family: Abel;
    src: url("font/Abel.ttf");
}

@font-face {
    font-family: Atlantix;
    src: url("font/Atlantix.ttf");
}

body {
    /*font-family: QuickSand;*/
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

:root {
    --my_orange: #FB8A24;
    --fb_blue: #46536D;
    --w3-deep-blue: #46536D;
    --my_blue: #662D91;
    --my_grey: #9e9e9e;
    --super_light_blue: rgb(102 45 145 / 0.34);
    --light_gray: #e9e9e9;
    --my_red: #FF3F4A;
    --google_red: #DF4D3A;
    --my_green: #3d962f;
    --my_gray: #00000026;
    --my_yellow: #F1C643;
    --my_maroon: #eb4034;
    --my_indigo: #07e39d;
    --my_black: #121212;
    --my_purple: #8121CE;
    --my_green_3: #1F3324;
    --my_green_2: #3D6647;
    --my_green_1: #5C996B;
    --my_red_1: #F42923;
    --my_red_2: #94040E;
    --my_orange_1: #FFA006;
    --my_orange_2: #FC6904;
    --my_orange_4: #D64B01;
    --my_orange_3: #F0750F;
    --my_orange_5: #C76706;
    --w3-pink: #E91E63;
    --w3-indigo: #07e39d;
    --w3-orange: #ff9800;
    --w3-teal: #009688;
    --w3-red: #f44336;
    --w3-deep-orange: #ff5722;
    --w3-blue: #2196f3;
    --w3-grey: #9e9e9e;
    --w3-khaki: #9e9e9e;
    --w3-green: #4caf50;
    --w3-yellow: #C76706;
    --w3-purple: #662D91;
    --my_shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    --boot_shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/*Status code colors*/
.draft{
    background-color:var(--my_gray);
}

.submitted{
    background-color:var(--my_blue);
}

.signingpending{
    background-color:var(--my_orange);
}

.signed, .renewed{
    background-color:var(--my_green);
}

.renewal_due{
    background-color:var(--my_yellow);
}

.expired{
    background-color:var(--my_red);
}

.term_req{
    background-color:var(--fb_blue);
}

.disputed, .discarded{
    background-color:var(--google_red);
}

.term_conf, .gray{
    background-color:var(--light_gray);
}

.checkout{
    background-color:var(--my_maroon);
}

.preset{
    background-color:var(--my_indigo);
}


.w-50{
    width: 50% !important;
}

.w-10{
    width:10% !important;
}

.w-10p{
    width:20px !important;
}

.w-40{
    width:40% !important;
}

.no-wr{
    white-space: nowrap !important;
}

.p-n{
    pointer-events: none;
}

.bd{
    display:block !important;
}

.pr{
    position:relative !important;
}

.pa {
    position: absolute !important;
}

.pa-center {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.di {
    display: inline-block !important;
}

.db {
    display: block !important;
}

.pos_r {
    position: relative;
}

.cl-b {
    color: var(--my_blue);
}

.cl-o {
    color: var(--my_orange);
}

.cl-r {
    color: var(--my_red);
}

.cl-g {
    color: var(--my_green);
}

.cl-gr {
    color: var(--my_grey);
}

.cl-w {
    color: white;
}

.cl-p {
    color: var(--my_purple);
}

.f-8{
    font-size:8px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 14px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-60 {
    font-size: 60px;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.b-r {
    border-right: 1px solid var(--my_gray);
}

.b-l {
    border-left: 1px solid var(--my_gray);
}

.b-t {
    border-top: 1px solid var(--my_gray);
}

.b-b {
    border-bottom: 1px solid var(--my_gray);
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mbb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px !important;
}

.mb-10m {
    margin-bottom: -10px;
}

.mb-20m {
    margin-bottom: -20px;
}

.mtt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.m-10{
    margin: 10px !important;
}

.m-20{
    margin: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-10m {
    margin-top: -10px !important;
}

.mt-20m {
    margin-top: -20px !important;
}

.mr-10m {
    margin-right: -10px !important;
}

.mr-20m {
    margin-right: -20px !important;
}

.ml-10m {
    margin-left: -10px !important;
}

.ml-20m {
    margin-left: -20px !important;
}

.my-20{
    margin-top:20px !important;
    margin-bottom: 20px !important;
}

.my-10{
    margin-top:10px !important;
    margin-bottom: 10px !important;
}

.mx-20{
    margin-inline:20px !important;
}

.mx-10{
    margin-inline:10px !important;
}

.mx-20m{
    margin-inline:-20px !important;
}

.mx-10m{
    margin-inline:-10px !important;
}

.pdl-10{
    padding-left: 10px !important;
}

.pdl-20{
    padding-left: 20px !important;
}

.pdr-10{
    padding-right: 10px !important;
}

.pdr-20{
    padding-right: 20px !important;
}

.pdx-10 {
    padding-inline: 10px !important;
}

.pdx-20 {
    padding-inline: 20px !important;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdy-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pdy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pdy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pdd-5{
    padding:5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-20 {
    padding: 20px !important;
}

.bg-gray {
    background-color: #00000030 !important;
}

.bg-blue {
    background-color: var(--my_blue) !important;
}

.white_bg {
    background-color: white !important;
    border-radius:5px;
}

.bg-orange {
    background-color: var(--my_orange) !important;
}

.bg-red {
    background-color: var(--my_red) !important;
}

.bg-green {
    background-color: var(--my_green) !important;
}

.bg-maroon {
    background-color: var(--my_maroon) !important;
}

.bg-yellow {
    background-color: var(--my_yellow) !important;
}

.br-lb-20{
    border-bottom-left-radius:20px;
}

.br-rb-20{
    border-bottom-right-radius:20px;
}

.cur{
    cursor:pointer;
}

.hs{
    transition:box-shadow ease-in-out 0.2s;
}

.hs:hover{
    box-shadow:0px 0px 20px #00000030;
}

body {
    padding: 0;
}

.main_container {
    padding-top: 30px;
}

.data_container {
    padding: 10px
}

.welcome_ill {
    height: 20vh;
    object-fit: contain;
    display: inline-block;
    border: 2px solid var(--my_orange);
    border-radius: 500px;
    padding: 20px;
    margin-bottom: 5vh;
}

.welcome_btn_container {
    height: 60vh;
    padding-top: 50px;
    padding-inline: 50px;
}

.blue_bg {
    background-color: var(--my_blue) !important;
}

.blue_btn {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid var(--my_blue);
    cursor:pointer;
}


    .blue_btn.active {
        background-color: var(--my_blue);
        color: white;
    }

.orange_btn {
    padding: 5px 10px;
    display: inline-block;
    background-color: var(--my_orange);
    color:white;
    cursor: pointer;
}

.orange_bg {
    background-color: var(--my_orange);
    cursor:pointer;
}

.red_bg {
    background-color: var(--my_red);
}

.maroon_bg {
    background-color: var(--my_maroon);
}

.gray_bg {
    background-color: var(--light_gray);
}

.green_bg {
    background-color: #3d962f; /* var(--my_green); */
}

.round_btn {
    padding: 10px;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

    .round_btn.small {
        padding: 5px 10px;
    }

    .round_btn.fixed_bottom {
        position: fixed;
        bottom: 10px;
        left: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

    .round_btn.white {
        background-color: white;
    }

    .round_btn.blue {
        background-color: var(--my_blue);
        color: white;
    }

    .round_btn.light_blue {
        background-color: var(--my_blue);
        color: white;
    }

    .round_btn.red {
        background-color: var(--my_red);
        color: white;
    }

    .round_btn.orange {
        background-color: var(--my_orange);
        color: white;
    }

    .round_btn.green {
        background-color: var(--my_green);
        color: white;
    }

.btn_container_abs {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.page_title {
    font-weight: bold;
    font-size: 18px;
}

.fwb {
    font-weight: bold;
}

.round_bg {
    border-radius: 20px;
}

.white_bg {
    background-color: white;
    border-radius:5px;
    transition:all ease-in-out 0.3s;
}

.white_bg.show{
    opacity:1;
}

.input_container {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
}

.my_input {
    padding: 10px !important;
    border-radius: 100px !important;
    margin-bottom: 20px;
    background-color: var(--light_gray) !important;
}

.my_input.small{
    padding:5px 10px !important;
}

.select_btn {
    border-radius: 50px;
    padding: 10px 5px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

    .select_btn.active {
        background-color: var(--my_blue);
        color: white;
    }

.add_img_btn_round {
    border-radius: 100px;
    padding: 20px;
    z-index: 10;
    cursor: pointer;
    background-color: white;
}

.myscroller {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

    .myscroller::-webkit-scrollbar {
        display: none;
    }

.scroll_card {
    display: inline-block;
    scroll-snap-align: center;
}

    .scroll_card.single {
        width: 100%;
    }

.br-20 {
    border-radius: 20px;
}

.br-100 {
    border-radius: 100px;
}

.scroll_col {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

    .scroll_col::-webkit-scrollbar {
        display: none;
    }

.added_pic {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.del_image {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10px;
}

.added_pic > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.brand_pic {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .brand_pic > img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        padding: 5px;
        border-radius: 50%;
        transition: all ease-in-out 0.3s;
    }

    .brand_pic.active > img {
        border: 2px solid var(--my_blue);
        transform: scale(1.1);
    }

.color_circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.plate_pic_container {
    padding: 20px 0px;
    border: 1px dotted;
    border-radius: 20px;
    background-color: var(--light_gray);
    margin-top: 10px;
}

    .plate_pic_container > div > i {
        font-size: 30px;
    }

.search_col {
    position: relative;
    padding-top: 10px;
}

    .search_col > i {
        position: absolute;
        left: 24px;
        top: calc(50% - 5px);
        transform: translateY(-50%);
        font-size: 14px;
    }

    .search_col > input {
        padding-left: 40px !important;
    }

.select_btn_small {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px;
    padding: 5px 5px;
}

.detail_col > i {
    margin-right: 10px;
    width: 20px;
}

.detail_col {
    margin-bottom: 10px;
}

.card_pic {
    padding-inline: 10px;
    display: inline-block;
    width: 100%;
    scroll-snap-align: center;
}

    .card_pic > img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        border-radius: 20px;
    }

.brand_big {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.services_card {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.black_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000098;
}

.service_card {
    border-radius: 20px;
    padding: 20px 0px;
    margin-bottom: 20px;
}

    .service_card > img {
        width: 50px;
    }

    .service_card.active {
        background-color: var(--my_blue);
        color: white;
    }

.bottom_card {
    background-color: var(--my_blue);
    color: white;
    position: fixed;
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    border-radius: 20px 20px 0px 0px;
}

.option_bottom {
    background-color: var(--my_blue);
    color: white;
    position: absolute;
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    border-radius: 20px;
    margin-bottom: -1rem;
}

.package_card {
    border-radius: 20px;
    padding: 20px 0px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    padding-inline: 20px;
    margin-right: 20px;
}

    .package_card.active {
        background-color: var(--my_blue);
        color: white;
    }

    .package_card.addon {
        background-color: var(--my_orange);
        color: white;
    }

    .package_card > div {
        font-size: 20px;
        font-weight: bold;
        pointer-events: none;
    }

    .package_card > span {
        pointer-events: none;
    }

.white_btn {
    border-radius: 50px;
    padding: 10px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.order_list > li {
    margin-bottom: 20px;
}

.plan_card {
    border-radius: 20px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

    .plan_card > div {
        margin-top: 5px;
        font-size: 20px;
    }

.red_text {
    color: var(--my_red);
}

#plate_img {
    margin-top: 10px;
}

    #plate_img > img {
        width: 100%;
        object-fit: contain;
        border: 1px dotted black;
        border-radius: 20px;
        padding: 5px;
        height: 150px;
    }

.notification_card {
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 0.3s;
}

    .notification_card.remove {
        margin-left: -100%;
    }

    .notification_card > div {
        background-color: var(--light_gray);
        border-radius: 20px;
        padding: 10px;
        position: relative;
        scroll-snap-align: center;
    }

        .notification_card > div > i {
            position: absolute;
            top: 10px;
            right: 10px;
        }

.notification_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

    .notification_scroll::-webkit-scrollbar {
        display: none;
    }

.my_canvas_chart {
    border-radius: 50%;
    padding: 5px;
}

.donut_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
}

.legend_container {
    display: inline-block;
}

.legend_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.resource_card {
    background-color: var(--light_gray);
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
}

.add_tech_btn {
    border-radius: 100px;
    padding: 15px;
    cursor: pointer;
    font-size: 12px;
    background-color: white;
}

.tech_pic_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

    .tech_pic_scroll::-webkit-scrollbar {
        display: none;
    }

.tech_pic {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

    .tech_pic > i {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tech_pic > img {
        width: 50px;
        height: 50px;
        object-fit:cover;
        border-radius: 50%;
    }

.service_status {
    position: absolute;
    top: 0;
    right: 0;
    padding-inline: 10px;
    color: white;
    border-radius: 0px 20px 0px 20px;
}

    .service_status.blue {
        background-color: var(--my_blue);
    }

    .service_status.green {
        background-color: var(--my_green);
    }

.tech_card {
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
}

#tech_container_row {
    max-height: 40vh;
    overflow-y: scroll;
}

.tech_card.active {
    background-color: var(--my_blue);
    color: white;
}

.tech_card > img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    margin-bottom: 10px;
    pointer-events: none;
}

.tech_card > div {
    pointer-events: none;
}

.sidemenu_backdrop {
    background-color: #00000098;
    top: 0;
    right: 20vh;
    bottom: 0;
    pointer-events: none;
    left: 0;
    width: 100vw;
    position: fixed;
    top: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 99999;
}

.sidemenu_container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 20vw;
    color: white;
    transition: all ease-in-out 0.3s;
    z-index: 999999;
    overflow-y:scroll;
    transform: translateX(-100%);
    background-color: var(--my_blue)
}

.sidemenu_user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review_pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.review_card_star {
    font-size: 14px;
}

    .review_card_star.active {
        color: var(--my_orange);
    }

.review_text {
    font-size: 12px;
}

.blue_line {
    width: 100%;
    height: 2px;
    background-color: var(--my_blue);
}

.book_progress {
    border-radius: 20px;
    padding: 10px 0px;
    transition: all ease-in-out 0.3s;
    border-right: 1px solid #00000021;
}

    .book_progress.active {
        background-color: var(--my_blue);
        color: white;
    }

.fixed_bottom_row {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
}

.time_card {
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
}

    .time_card.active {
        background-color: var(--my_blue);
        color: white;
    }

.mcard {
    max-height: 0px;
    overflow-y: hidden;
    transition: all ease-in-out 0.3s;
}

    .mcard.show {
        max-height: 10000px;
    }

.hidclass{
    display:none !important;
}

.history_detail {
    max-height: 0px;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

    .history_detail.show {
        max-height: 1000px;
    }

.down_caret {
    transition: all ease-in-out 0.3s;
}

    .down_caret.down {
        transform: rotate(180deg);
    }

    .down_caret.sy{
        transform:scaleY(-1);
    }

.my_profile_pic {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.my_card {
    border-radius: 20px;
}

.big_service_card {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 20px 10px;
    color: white;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.service_detail_row {
    background-color: var(--light_gray);
    border-radius: 0px 0px 20px 20px;
    padding: 30px 20px 10px 20px;
    transition: all ease-in-out 0.3s;
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    transform: translateY(-20px);
}

    .service_detail_row.show {
        margin-bottom: 20px;
        max-height: 10000px;
        transform: translateY(0px);
    }

.service_sub_btn {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: -40px;
    border-bottom: 1px solid #00000050;
    transition: all ease-in-out 0.3s;
}

    .service_sub_btn.active {
        background-color: var(--my_blue);
        color: white;
    }

    .service_sub_btn.l {
        border-bottom-left-radius: 20px;
        border-right: 1px solid #00000050;
    }

    .service_sub_btn.r {
        border-bottom-right-radius: 20px;
        border-left: 1px solid #00000050;
    }

.review_scroll_card {
    border: 1px solid #00000050;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
}

.review_name {
    font-size: 14px;
}

.review_name_border {
    border-bottom: 1px solid #00000050;
    width: 40%;
    margin-bottom: 10px;
}



.list_user_pic {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border:2px solid white;
}

.customer_detail_pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 2px;
    object-fit:cover;
    border: 5px solid var(--my_blue);
}

.vcard {
    margin-bottom: -20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
}

    .vcard.l {
        margin-left: -20px;
        border-bottom-left-radius: 20px;
    }

    .vcard.r {
        margin-right: -20px;
        border-bottom-right-radius: 20px;
    }

.vehicle_card {
    display: inline-block;
    margin-right: 20px;
    width: 100%;
    scroll-snap-align: center;
}

.vpic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.car_modal_pic {
    padding: 10px;
    display: inline-block;
    scroll-snap-align: center;
}

    .car_modal_pic > img {
        border-radius: 20px;
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

.udetail_icon {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    color: #00000050;
}

.dash_filter_btn {
    margin-top: -10px;
    padding: 5px 0px;
    transition: all ease-in-out 0.3s;
}

    .dash_filter_btn.l {
        border-top-left-radius: 20px;
    }

    .dash_filter_btn.r {
        border-top-right-radius: 20px;
    }

    .dash_filter_btn.active {
        background-color: var(--my_blue);
        color: white;
    }


#bottom_menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 9999;
    background-color: white;
    color: #969696;
}

.menu_middle{
    position:absolute;
    width:80px;
    height:80px;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    background-color:var(--my_blue);
    color:white;
    border-radius:100px;
    padding:20px;
    margin-bottom: -10px;
    line-height:20px;
}

.connector {
    width: 50px;
    height: 30px;
    object-fit: cover;
}

.team_pic{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid var(--my_gray);
}

    .team_pic.foreman {
        width: 70px;
        height: 70px;
    }

.check_ul > li{
    margin-bottom:10px;
}

.menu_plus_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.plus_icon{
    transition:all ease-in-out 0.3s;
}

.plus_icon.rotate{
    transform:rotate(45deg);
}

.req_type_option {
    position: absolute;
    padding: 10px;
    bottom: calc(100%);
    left: 50%;
    transform: translateX(-50%);
    margin-top: -110px;
    border-radius: 20px;
    color: white;
    width: 200px;
    opacity:0;
    pointer-events:none;
    transition:all ease-in-out 0.3s;
}

.req_type_option > div{
    padding:10px 0px;
    margin-bottom:10px;
    background-color:var(--my_orange);
    border-radius:50px;
}

.req_type_option.show{
    opacity:1;
    pointer-events:initial;
}

.insp_cam_plus{
    width:70px;
    height:70px;
    padding:10px;
    border-radius:50%;
}

.edit_car_pic{
    width:100%;
    max-height:400px;
    object-fit:contain;
}

.car_pic{
    width:80px;
    height:80px;
    object-fit:contain;
}


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius:50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #04AA6D;
        cursor: pointer;
    }

.color_palette{
    width:40px;
    height:40px;
    border-radius:50%;
    border:3px solid var(--my_gray);
    margin-inline:5px;
    display:inline-block;
    transition:all ease-in-out 0.3s;
}

.color_palette.selected{
    transform:scale(1.2);
}

    .color_palette.black {
        background-color: black;
    }

    .color_palette.red{
        background-color:var(--my_red);
    }

    .color_palette.blue {
        background-color: var(--my_blue);
    }

    .color_palette.orange {
        background-color: var(--my_orange);
    }

    .color_palette.green {
        background-color: var(--my_green);
    }

.cont_count {
    margin-bottom:-10px;
    margin-inline:-10px;
}

    .cont_count.l{
        border-radius:0px 0px 0px 20px;
    }

    .cont_count.r {
        border-radius: 0px 0px 20px 0px;
    }

.con_service_card{
    border-radius:20px;
    display:inline-block;
    scroll-snap-align:center;
    margin-right:20px;
    padding-inline:20px;
    width:100%;
}

.carmap{
    width:100%;
    object-fit:contain;
    border-radius:10px;
    padding:5px;
}

.team_pointer{
    position:absolute;
    top:0;
    right:0;
    width:10px;
    height:10px;
    border-radius:50%;
    border:2px solid white;
}

    .team_pointer.supervisor{
        background-color: var(--my_blue);
    }

    .team_pointer.foreman {
        background-color: var(--my_green);
    }

    .team_pointer.tech {
        background-color: var(--my_red);
    }

.team_pointer_head{
    width:14px;
    height:14px;
    border-radius:50%;
    border:3px solid white;
    display:inline-block
}

    .team_pointer_head.supervisor{
        background-color:var(--my_blue)
    }

    .team_pointer_head.foreman {
        background-color: var(--my_green)
    }

    .team_pointer_head.tech {
        background-color: var(--my_red)
    }

.offer_card{
    background-image: url('/wwwroot/static/img/offerbg.jpg');
    width:100%;
    height:150px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position-y:bottom;
    border-radius:20px;
    position:relative;
}

.offer_card > .term{
    position:absolute;
    bottom:0;
    left:0;
    margin-left:20px;
    margin-bottom:5px;
}

.emp_social_row{
    max-height:0px;
    overflow-y:hidden;
    transition:all ease-in-out 0.3s;
}

.emp_social_row.show{
    max-height:1000px;
}

.package_bg{
    border-radius:20px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y:bottom;
}

.package_bg.standard{
    background-image:url('/wwwroot/static/img/standard_bg.png')
}

    .package_bg.premium {
        background-image: url('/wwwroot/static/img/premium_bg.png')
    }

    .package_bg.gold {
        background-image: url('/wwwroot/static/img/gold_bg.png')
    }


.mytoggle{
    width:75px !important;
    height:30px;
    border-radius:100px;
    border:2px solid white;
    display:inline-block;
    background-color: var(--my_gray);
    transition:all ease-in-out 0.3s;
    position:relative;
}

    .mytoggle.active{
        border:2px solid var(--my_green);
    }

    .mytoggle.active > .mytoggle_circle{
        background-color: var(--my_green);
        margin-left:46px;
    }

    .mytoggle.active > .mytoggle_text{
        left:10px;
        transform:translate(0px, -50%);
    }

.mytoggle_circle{
    width:24px;
    height:24px;
    margin-top:1px;
    margin-left:1px;
    border-radius:50%;
    background-color:white;
    pointer-events:none;
    transition:all ease-in-out 0.3s;
}

.mytoggle_text{
    position:absolute;
    top:50%;
    left:calc(100% - 10px);
    transform: translate(-100%, -50%);
    pointer-events:none;
    transition:all ease-in-out 0.3s;
}

.serv_op{
    border-radius:20px;
    margin-bottom:20px;
    padding:20px 0px;
    transition:all ease-in-out 0.3s;
}

.serv_op > div{
    pointer-events:none;
}

.serv_op.active{
    background-color:var(--my_blue);
    color:white;
}

.down_arrow{
    transition:all ease-in-out 0.3s;
}

.down_arrow.flip {
    transform: rotate(180deg);
}

.option_btn{
    display:inline-block;
    padding:5px 10px;
    margin-bottom:20px;
    margin-right:20px;
    cursor:pointer;
    border-radius:5px;
    transition:all ease-in-out 0.3s;
}

.option_btn > span{
    pointer-events:none;
}

.option_btn.active{
    background-color:var(--my_blue);
    color:white;
}

.custom_toggle{
    height:30px;
    width:70px;
    border-radius:100px;
    border:3px solid gray;
    color:gray;
    position:relative;
}

    .custom_toggle > div{
        background-color:gray;
        height:20px;
        width:20px;
        pointer-events:none;
        border-radius:50%;
        position:absolute;
        left:2px;
        top:2px;
        transition:all ease-in-out 0.2s;
    }

    .custom_toggle > span {
        position: absolute;
        top: 50%;
        pointer-events:none;
        transform: translateY(-50%);
        right: 10px;
        font-weight: bold;
        transition: all ease-in-out 0.2s;
    }

    .custom_toggle.active {
        border: 3px solid var(--my_green);
    }

    .custom_toggle.active > div {
        background-color: var(--my_green);
        left:calc(100% - 2px);
        transform:translateX(-100%);
    }

        .custom_toggle.active > span {
            left: 10px;
            color: var(--my_green);
        }


.valid_message{
    background-color:var(--my_red);
    border-radius:5px;
    padding:2px 10px;
    position:absolute;
    width:auto !important;
    color:white;
    white-space:nowrap;
    z-index:999999999999999999;
}

    .valid_message.top{
        left:50%;
        bottom:100%;
        transform:translateX(-50%);
    }

    .valid_message > i {
        color: var(--my_red);
        position: absolute;
        font-size: 16px;
        display:none;
    }

    .valid_message.top > i.top {
        top: 100%;
        left: 50%;
        display:initial;
        transform: translateX(-50%);
    }

    .valid_message.top > i.right {
        display:none;
    }

    .valid_message.top > i.left {
        display: none;
    }

    .valid_message.right > i.right{
        top: 50%;
        left: 0%;
        display:initial;
        transform: translateY(-50%);
        margin-left:-10px;
    }

    .valid_message.right > i.top {
        display:none;
    }

    .valid_message.right > i.left {
        display: none;
    }

    .valid_message.left > i.left {
        top: 50%;
        right: 0%;
        display: initial;
        transform: translateY(-50%);
        margin-right: -10px;
    }

    .valid_message.left > i.top {
        display: none;
    }

    .valid_message.left > i.right {
        display: none;
    }

.mandatory_ashtric{
    padding-left:10px;
    color:var(--my_red);
    font-size:20px;
}

.customdropdown {
    position: relative;
}

.mydropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 0px;
    overflow-y: scroll;
    background-color: white;
    z-index:100;
    transition: all ease-in-out 0.3s;
}

    .mydropdown.show {
        max-height: 300px;
    }

    .mydropdown > .mydropsearch {
        position: sticky;
        top: 0;
    }

#fixbtnbox {
    font-size: 20px;
    color: white;
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#floatingtask{
    background-color:var(--my_blue);
    border-radius:100px;
    padding:10px;
    width:40px;
    height:40px;
    z-index:10;
    cursor:pointer;
}

#floatingnote {
    background-color: var(--my_green);
    border-radius: 100px;
    padding: 10px;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
}

@keyframes welcome_anim{
    0%{
        transform:rotateX(-90deg);
    }
    50%{
        transform:rotateX(30deg);
    }
    70%{
        transform:rotateX(-25deg);
    }
    85% {
        transform: rotateX(10deg);
    }
    95% {
        transform: rotateX(-5deg);
    }
    100%{
        transform:rotateX(0deg);
    }
}

#welcome_card{
    transition:all ease-in-out 0.3s;
    transform-origin:top;
    max-height:500px;
    overflow-y:hidden;
    animation:1s ease-in-out 0s 1 welcome_anim;
}

#welcome_card.vanish{
    transform:rotateX(-90deg);
    opacity:0;
    max-height:0px;
}


@keyframes arrow_anim{
    0%{
        opacity:0;
        transform:translateY(10px);
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
        transform:translateY(-20px);
    }
}

.arrow_move{
    animation:2s linear 0s infinite arrow_anim;
}

.arrow_move.down {
    animation: 2s linear 0s infinite arrow_anim reverse;
}
.prof-img {
    width:36px;
    height:36px;
}
.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}
.me-5 {
    margin-right: 0.25rem !important;
}

.position-relative {
    position: relative !important;
}
.symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img {
    border-radius: 50%;
}
symbol-35px {
    width: 35px;
    height: 35px;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: .475rem;
}
.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}
.bold {
    font-weight:bold;
}