@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Vazir.woff2") format("woff2"),
        url("../fonts/Vazir.woff") format("woff"),
        url("../fonts/Vazir.ttf") format("truetype");
    /* Safari, Android, iOS */
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: "Vazir" !important;
}

/* Utilities */

.text-gray {
    color: #44494e !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.fs-7 {
    font-size: 0.9rem;
}
.fs-8 {
    font-size: 0.8rem;
}
.bg-red {
    background-color: #ff7976;
}
.bg-purple {
    background-color: #9694ff;
}
.bg-blue {
    background-color: #57caeb;
}
.bg-green {
    background-color: #5ddab4;
}
.btn-light-primary {
    background-color: #ebf3ff;
    color: #002152;
}
a {
    text-decoration: none;
}

.lh-0 {
    line-height: 0;
}
.dir-ltr {
    direction: ltr;
}

/* OverRide Bootstrap Class */
.card {
    /*border: 1rem;*/
    border-radius: 0.7rem;
}
.card-header {
    padding: 1rem;
    background-color: #fff;
    border-bottom: none;
}

.card-header:first-child {
    border-radius: 0.7rem;
}
.breadcrumb a {
    color: #435ebe;
}
/* Sidebar */
.sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    background-color: #FFF;
    transition: all 0.5s ease-out;
    padding: 2rem;
    overflow-y: hidden;
    z-index: 9999;
}
.sidebar:hover {
    overflow-y: auto;
}

.sidebar.inactive {
    margin-right: -300px;
}
.sidebar .sidebar-item {
    margin-top: 0.5rem;
}
.sidebar .sidebar-item .sidebar-link {
    color: #25396f;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.5s;
}

.sidebar .sidebar-item .sidebar-link:hover {
    background-color: #f0f1f5;
}

.sidebar .sidebar-item .sidebar-link i {
    color: #7c8db5;
}
.sidebar .sidebar-item .sidebar-link {
    cursor: pointer;
}

.sidebar .sidebar-item.active .sidebar-link {
    background-color: #435ebe;
    color: #fff;
}

.sidebar .sidebar-item.active .sidebar-link i {
    color: #fff;
}

.sidebar .submenu {
    list-style: none;
}

.sidebar .submenu .submenu-item a {
    padding: 0.7rem 1rem;
    display: block;
    color: #25396f;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s;
}

.sidebar .submenu .submenu-item a:hover {
    margin-right: 0.3rem;
}

.sidebar .sidebar-item .bi-chevron-down {
    font-size: .8rem;
}
/* Main */
.main {
    background-color: #f2f7ff;
    transition: all 0.5s ease-out;
}
.main.active {
    margin-right: 0;
}

.main .toggle-sidebar-icon {
    color: #364b98;
}
.main .header .profile::after {
    display: none !important;
}
.header .click-cursor {
    cursor: pointer;
}

.main .content .stats-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .content .stats-icon i {
    color: #fff;
    font-size: 1.7rem;
}

@media (min-width: 992px) {
    .main {
        margin-right: 300px;
    }
}

[x-cloak] {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    /* mobile */

    .banner {
        border-radius: 0.5em;
        height: 150px;
    }

    .CarInformation_cartik__BgEZ2 {
        background-color: #3F51B5;
        color: #f2f2f2;
        text-align: center;
        padding: 0.2rem 1.5rem 0.3rem;
        margin: 5px;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        font-size: 1rem;
        height: 2rem;
        margin-top: 0.4rem;
        font-weight: 300;
    }


    .banner_banner-container {
        width: 100%;
        background-color: #223177;
        margin-bottom: 0.4rem;
        display: flex;
        align-items: center;
        color: #fff;
        /*font-weight: 700;*/
        padding: 0.8rem;
        border-radius: 1.2rem;
        cursor: pointer;
        justify-content: center;
    }

    .banner_banner-container__text-section {
        display: flex;
        align-items: center;
    }

    .banner_banner-container__text_title {
        font-size: 2.7vw;
        /*align-items: center;*/
       /* flex: none;*/
       text-align:center;
        font-weight: 700;
    }

    .banner_banner-container__margin {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .banner_banner-container__text_subtitle {
        text-align: center;
        /*flex: none;*/
        font-size: 3vw;
        margin-bottom: 0.5rem;
       /* margin-top: 0.5rem;*/
    }

    .vertical-divider {
        width: 0.1rem;
        height: 5rem;
        background-color: #eb141c;
        margin: 0 0.5rem;
    }

    .banner_banner-container__button {
        display: flex;
        background-color: #1ea9ae;
        font-size: 3vw;
        border-radius: 0.8rem;
        padding: 0.3rem 0.8rem;
        white-space: nowrap;
    }








}

@media only screen and (min-width: 601px) {
    /* desktop */

    .CarInformation_cartik__BgEZ2 {
        background-color: #3F51B5;
        color: #f2f2f2;
        text-align: center;
        padding: 0.3rem 2rem 0.3rem;
        margin: 10px;
        border-radius: 1.5rem;
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        height: 2.2rem;
        margin-top: 0.4rem;
        font-weight: 400;
    }

    .banner {
        border-radius: 0.7rem;
        height: 280px;
    }

    .banner_banner-container {
        width: 100%;
        background-color: #223177;
        margin-bottom: 1.6rem;
        display: flex;
        align-items: center;
        color: #fff;
        /*font-weight: 700;*/
        padding: 2.1rem;
        border-radius: 1.2rem;
        cursor: pointer;
        justify-content: center;
    }

    .banner_banner-container__text-section {
        display: flex;
        align-items: center;
    }

    .banner_banner-container__text_title {
        font-size: 2.2vw;
        align-items: center;
        flex: none;
        font-weight: 700;

    }

    .banner_banner-container__text_subtitle {
        font-size: 2.2vw;
        align-items: center;
        flex: none;
        font-size: 1.8vw;

    }

    .banner_banner-container__button {
        display: flex;
        background-color: #1ea9ae;
        font-size: 1.5vw;
        border-radius: 0.8rem;
        padding: 0.4rem 1.6rem;
        white-space: nowrap;
    }

    .vertical-divider {
        width: 0.1rem;
        height: 13rem;
        background-color: #eb141c;
        margin: 0 2.4rem;
    }

    .banner_banner-container__margin {
        margin-left: 3rem;
        margin-right: 3rem;
    }


}

hr.rounded {
    border-top: 0.5px solid #3b3b3b;
    border-radius: 3px;
}

.shadowitem {
    box-shadow: 3px 5px 4px #ECEFF1;
}

.list_tags {
    border-bottom: 0.1rem solid #e6e6e6;
    background-color: #fff;
    padding: 1.2rem 1.5rem 1.2rem 0;
    width: calc(100% + 3.2rem);
    position: -webkit-sticky;
    top: 7.24rem;
    margin: 0 -1.6rem;
}

.tags_tags {
    overflow-y: hidden;
    overflow-x: visible;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.filtertag_container {
    align-items: center;
    display: inline-flex;
    font-size: 1.2rem;
    background-color: #3F51B5;
    border-radius: 1.6rem;
    cursor: pointer;
    margin: 0.5rem;
    padding: 0.1rem 1.5rem 0.1rem;
}

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

    /* mobile */
    /******* Card *********/
    .card_general {
        border-radius: 1rem;
        border: 0.1rem solid #e6e6e6;
        background-color: #fff;
        padding: 0.5rem !important;
        max-width: 100%;
        margin-bottom: 2rem;

    }

    .imgbackground {
        display: none;

    }

    .car-sell_title {
        font-size: 1rem;
        text-align: center;
    }

    .services_container {
        /*display: flex;*/
        /*justify-content: center;*/
        margin: 2rem;
        padding-bottom: 4rem;
        display: inline-flex;
        justify-content: center;
        align-content: center;
    }

    .header_item {
        font-weight: 500;
        font-size: 1.2rem;
    }


}

/***********************/


@media only screen and (min-width: 601px) {
    /* desktop */

    .baner-adv_ {
        background: radial-gradient(#ff8282, #FF4446);
        padding: 5px 5px;
    }

    /******* Card *********/
    .card_general {
        border-radius: 1rem;
        border: 0.2rem solid #e6e6e6;
        background-color: #fff;
        padding: 1.6rem !important;
        max-width: 70%;
        margin-bottom: 4rem;
        margin-top: 4rem;
    }

    .imgbackground {
        display: block;
        align-self: center;
    }

    .car-sell_title {
        margin-top: 5rem;
        font-size: 2rem;
        text-align: center;
    }

    .services_container {
        /*display: flex;*/
        /*justify-content: center;*/
        margin: 4rem;
        display: inline-flex;
        justify-content: center;
        align-content: center;
    }

    .header_item {
        font-weight: 600;
        font-size: 1.7rem;
    }



}

/*******************/
.modal_icon {
    position: absolute;
    right: 1.6rem;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Icon_icon-container {
    font-family: fontastic;
    line-height: normal;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.modal_header {
    text-align: center;
    color: #333;
    position: relative;
    border-bottom: 0.2rem solid #bbb;
    padding: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_title {
    font-size: 1.1rem;
    font-weight: 600;
}

.modal_content {
    height: calc(100% - 6.2rem);
    margin: 0.4rem;
    padding: 0 1.2rem;
}

.customTabs_tabs {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 1rem;
}

.selectCar_select-car {
    height: 53rem;
    overflow-y: auto;
}

.customTabs_tab__disabled {
    border-bottom: 0;
    background-color: #f2f2f2;
    color: #ababab;
}

.customTabs_tab__active {
    border-bottom: 2px solid #2d419f;
    color: #2d419f;
    background-color: #ffffff;
}

.customTabs_tab__selected {}

.customTabs_tab__UsKsC {
    flex: 1 1;
    padding-bottom: 1.2rem;
    text-align: center;

    font-size: 1rem;
    padding-top: 1.1rem;
    cursor: pointer;
}

.search_container {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    background-color: #fff;
    border: 0.2rem solid #e6e6e6;
    border-radius: 1.2rem;
    padding: 0 1.3rem;
    max-height: 4.8rem;
    margin-bottom: 1.5rem
}

.input_input {
    width: 100%;
    text-align: right;
    line-height: 2rem;

    outline: none;
    border: none;
    padding: 0.5rem 0;
    color: #ABABB3;
    background-color: transparent;
    flex: 1 1;
}

.detailRow_car-detail-container__zzarw {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    cursor: pointer;
    border-top: 1px solid #ccc;
}

.detailRow_car-detail__mICux {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    color: #525252;
}

.Icon_icon-container__ABjO6 {
    font-family: fontastic;
    line-height: normal;
    display: flex;

    justify-content: center;
    align-items: center;
}

.wizard_progress_title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    order: 1;
    text-align: right;
    margin-right: 1.2rem;
}

.wizard_title1 {
    font-size: 1rem;
    font-weight: 700;
    color: #242424;
    margin-bottom: 0.4rem;
}


.wizard_title2 {
    font-size: 0.7rem;
    font-weight: 400;
    color: gray;
}

.wizard_title_finish {
    padding: 0.5rem;

}


.input_container {
    position: relative;
    display: flex;
    play: flex;
    font-size: 1.2rem;
    background-color: #fff;
    border: 0.1rem solid #e6e6e6;
    border-radius: 0.7rem;
    padding: 0 1.3rem;
    max-height: 4.8rem;

}


.input_container_selected {
    position: relative;
    display: flex;
    play: flex;
    font-size: 1.2rem;
    background-color: #fff;
    border: 0.1rem solid #2d419f;
    border-radius: 1rem;
    padding: 0 1.3rem;
    max-height: 4.8rem;

}

.input_input-container {
    position: relative;
    flex: 1 1;
    display: flex;
}

.input_input {
    width: 100%;
    text-align: right;
    line-height: 2rem;
    font-size: 0.9rem;
    outline: none;
    border: none;
    padding: 0.7rem 0;
    color: #4d4d52;
    background-color: transparent;
    flex: 1 1;
}

.hint_hint {
    display: flex;
    font-size: 1rem;
    margin-top: 0.2rem;
    grid-gap: 0.3rem;
    gap: 0.3rem;
    margin: 1rem;
    font-size: 12px;
}

.button {
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    min-width: 121px;
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;
    color: #fff;
    background-color: #2d419f;
    width: -webkit-fill-available;

}

.button-red {
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    margin: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;
    color: #fff;
    background-color: #d70005;
    width: fit-content;

}
.button-blue {
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    margin: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;
    color: #fff;
    background-color: #2196F3;
    width: fit-content;

}
.button-gray {
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9rem;
    text-align: center;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    margin: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;
    color: #fff;
    background-color: #d6d6d6;
    width: fit-content;

}

/************ مزایاای فروش *******/

.item {
    padding: 4rem 2.5rem;
    flex: inherit;
    text-align: center;
    text-align: center;
    display: grid;
    justify-content: center;
}

.item_title {
    font-size: 1rem;
    color: #3b3b3b;
    padding-top: 1rem;
}

/*************** ***********/
.services_service__card_ {
    flex: 1 0 21%;
    margin-left: 1rem;
    margin-right: 1rem;
}

.labelerror {
    color: red;
    font-size: 12px;
    margin-top: 1rem;
}

/*********************image******************** */
.grpimg {
    border: 1px solid blue;
    border-radius: 0.25rem;
    padding: 8px;
    margin: 8px 5px 8px;

}

.itemimage {
    display: flex;
    max-width: 800px;
    min-width: 200px;
}

.imageborder {
    border: 1px dashed grey;
    border-radius: 0.25rem;
    padding: 0.3rem;
    margin: 0.5rem;
    text-align: center;
    width: 50%;

}

.labelimage {
    padding: 0.2rem;
    color: grey;
    text-align: center;
    font-size: 11px;
}

.holderactive {
    padding-right: 1.2rem;
    padding-left: 1.2rem;

}

#loading {
    position: absolute;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    animation: spin 0.5s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

