<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom_login_section .login-half-bg {
    background-image: url(../images/recoimage.jpeg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.custom_login_section .login-half-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0%, 0%, 42%)
}

.custom_login_section .brand-logo {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.custom_login_section .brand-logo img {
    width: 100%
}

.custom_login_section .custom_input_group .input-group {
    position: relative
}

.custom_login_section .custom_input_group .input-group .pass-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9
}

.custom_login_section .custom_input_group .input-group input[type=password] {
    padding-right: 40px
}

.custom_btn {
    display: inline-flex;
    background: linear-gradient(180deg, #fb5315 0, #c60404 100%);
    color: #fff;
    height: 46px;
    padding: 0 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border: transparent
}

.custom_btn:focus,
.custom_btn:hover {
    background: #222
}

.custom_input_group .input-group input {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.custom_input_group .input-group input:focus {
    box-shadow: 0 0 1.5px #1d1d1d
}

.custom_input_group .input-group input:focus,
.custom_input_group .input-group input:hover {
    border-color: #222 !important
}

.custom_input_group .input-group .input-group-prepend span {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.text-blue {
    color: #183acf
}

.custom_navigation .navbar_logo img {
    height: auto !important;
    width: 100% !important;
    max-width: 180px !important
}

.custom_navigation.navbar {
    box-shadow: 0 0 5px 0 #dfe7ef;
    border-bottom: 1px solid #dfe7ef
}

.custom_navigation .navbar-toggler {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent !important;
    transition: all .3s ease-in-out !important;
    border-radius: 6px !important;
    color: #134f9c !important
}

.custom_navigation .navbar-toggler:hover {
    border-color: #134f9c !important;
    background-color: #134f9c17
}

.custom_sidebar {
    box-shadow: 0 0 5px 0 #dfe7ef;
    position: fixed;
    border-right: 1px solid #dfe7ef;
    height: calc(100vh - 60px);
    overflow-y: auto
}

.custom_sidebar::-webkit-scrollbar-track {
    background-color: transparent
}

.custom_sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.custom_sidebar::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 10px
}

.custom_sidebar .nav:not(.sub-menu)&gt;.nav-item.active {
    background: #134f9c
}

.custom_sidebar .nav .nav-item.active&gt;.nav-link {
    background: #134f9c
}

.custom_sidebar .nav:not(.sub-menu)&gt;.nav-item:hover&gt;.nav-link,
.sidebar .nav:not(.sub-menu)&gt;.nav-item:hover[aria-expanded=true] {
    background: #134f9c94
}

.custom_sidebar .nav:not(.sub-menu)&gt;.nav-item&gt;.nav-link[aria-expanded=true] {
    background: #134f9c
}

.custom_sidebar .nav:not(.sub-menu)&gt;.nav-item&gt;.nav-link[aria-expanded=true] i {
    color: #fff
}

.custom_sidebar .nav.sub-menu {
    background: #134f9c;
    padding: .5rem 0 .5rem 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.custom_sidebar .nav .nav-item .nav-link {
    white-space: normal;
    line-height: 1.1 !important
}

.custom_sidebar .nav .nav-item .nav-link {
    padding: 14px 12px
}

.custom_sidebar .nav:not(.sub-menu) {
    margin-left: 10px;
    margin-right: 10px
}

.custom_sidebar .nav.sub-menu .nav-item::before {
    display: none
}

.custom_panel {
    margin-left: auto
}

.custom_panel .content-wrapper {
    padding: 20px
}

.custom_navigation .navbar-menu-wrapper {
    padding-left: .5rem;
    padding-right: 2rem
}

.title-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.title-group .card-title {
    font-size: 1.75rem
}

.card {
    border-radius: 12px;
    border: 1px solid #dfe7ef
}

.btn_submit,
.custom_button {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    gap: 6px;
    font-size: 14px;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    padding: 12px 18px;
    border: 0
}

.btn_submit {
    min-width: 90px;
    padding: 10px 16px
}

.admin_blue_btn {
    background-color: #1839c9
}

.admin_orange_btn {
    background-color: #f24512
}

.admin_green_btn {
    background-color: #4caf50
}

.admin_yellow_btn {
    background-color: #ff9800
}

.admin_cancel_btn {
    background-color: #f1f1f1;
    color: #000
}

.btn_submit:hover,
.custom_button:hover {
    background: #222;
    box-shadow: 0 8px 21px -8px rgb(2 5 8 / 47%)
}

.admin_cancel_btn:hover {
    background-color: #d1d5db;
    box-shadow: none
}

.btn-edit {
    background-color: rgba(160, 230, 186, .2);
    padding: 7px;
    border: 1px solid rgba(19, 108, 52, .788);
    color: rgba(19, 108, 52, 1);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    margin-right: .25rem;
    width: 34px;
    height: 34px;
    align-items: center;
    gap: 6px;
    font-weight: 500
}

.btn-order {
    background-color: rgb(109 70 223 / 20%);
    padding: 7px;
    border: 1px solid rgb(87 70 219 / 79%);
    color: rgb(77 65 245);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    margin-right: .25rem;
    width: 34px;
    height: 34px;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    cursor: pointer
}

.btn-location {
    background-color: rgba(220 160 230 / 20%);
    padding: 7px;
    border: 1px solid rgba(95 30 153 / 79%);
    color: rgba(108 19 105);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    margin-right: .25rem;
    width: 34px;
    height: 34px;
    align-items: center;
    gap: 6px;
    font-weight: 500
}

.btn-upload {
    background-color: rgba(230, 223, 160, .471);
    padding: 7px;
    border: 1px solid #ad9f1e;
    color: #ad9f1e;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    margin-right: .25rem;
    width: 34px;
    height: 34px;
    align-items: center;
    gap: 6px;
    font-weight: 500
}

.btn-upload:hover {
    background-color: #ad9f1e8a;
    border: 1px solid #ad9f1e;
    color: #fff
}

.btn-delete {
    background-color: hsla(0, 100%, 71%, .188);
    padding: 7px;
    color: rgba(240, 0, 0, .78);
    border: 1px solid rgba(240, 0, 0, .78);
    border-radius: 6px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 500
}

.btn-delete i,
.btn-edit i {
    font-size: 16px
}

.btn-delete:hover {
    background-color: rgba(227, 52, 52, .741);
    color: #fff
}

.btn-edit:hover {
    background-color: rgba(35, 163, 99, .631);
    color: #fff
}

a:focus,
input:focus {
    border-color: initial
}

.last_right tbody tr td:last-child,
.last_right thead th:last-child {
    text-align: right
}

.last_right tbody tr td.dt-empty:last-child {
    text-align: center
}

table.table.dataTable {
    margin: 20px 0
}

.table.dataTable thead th {
    font-size: 1rem;
    font-weight: 700;
    padding: 16px .75rem;
    background-color: #f1f1f1
}

.page-item.active .page-link {
    background-color: #134f9c85;
    border-color: #134f9c00
}

.table.dataTable tbody td {
    padding: 12px !important
}

.custom_input,
.custom_select {
    padding: 9px 16px;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #ced4da;
    width: 100%
}

.form-group {
    margin-bottom: 1.25rem
}

.modal-header {
    background-color: #e3e3e3
}

.modal-header .btn-close:focus {
    box-shadow: none
}

.modal-header .btn-close:hover {
    background-color: #c7c7c7
}

.custom_select {
    height: 42px
}

.form-group label {
    margin-bottom: 4px
}

.cmn-admin-input-wrap {
    position: relative
}

.cmn-admin-input-wrap .form-control {
    padding-right: 32px
}

.cmn-admin-input-wrap .pass-icon {
    position: absolute;
    right: 10px;
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.cmn-admin-input-wrap .pass-icon img {
    width: 100%;
    height: 100%
}

.custom_input:focus,
.custom_input:hover,
.custom_select:hover {
    border-color: #5b5b5b
}

.custom_input:focus,
.custom_select:focus {
    box-shadow: 0 0 3px 1px #d3d3d3
}

.divider_filter {
    display: flex;
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

.divider_filter span {
    font-weight: 500
}

.custom_multiselect .select2-container--default .select2-selection {
    height: 42px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.custom_multiselect .select2-container--default .select2-selection__arrow {
    padding-top: 42px
}

.custom_multiselect .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0
}

.custom_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #134f9cba;
    font-size: 12px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #134f9c85
}

.custom_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #fff
}

.custom_multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto
}

.admin-filter-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.custom_panel .breadcrumb {
    margin: 0;
    padding: 10px 20px
}

.custom_panel .breadcrumb a {
    color: #1839c9;
    text-decoration: none
}

.inner-page-title {
    color: #010101 !important;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700
}

.inner-page-card {
    margin-bottom: 20px
}

.inner-page-card .card .card-body .card-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb
}

.inner-page-card .card .card-footer-wrap {
    padding-top: 20px;
    border-top: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
    margin-top: 40px
}

.img_upload_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.uploaded_img_wrap {
    margin-bottom: 30px
}

.added_img_wrap,
.uploaded_img_wrapper {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px
}

.add_img_wrap .form-group label {
    width: 100%
}

.inner-page-card .select2-container .select2-selection {
    padding: .5rem .81rem;
    min-height: 2.575rem
}

.inner-page-card .select2-container .select2-selection .select2-selection__arrow {
    padding-top: 40px
}

.inner-page-card .select2-container .select2-selection__rendered {
    padding: 0;
    line-height: 23px
}

.inner-page-card .select2-container .select2-selection.select2-selection--multiple {
    display: flex
}

.inner-page-card .select2-container .select2-selection.select2-selection--multiple .select2-search__field {
    margin: 0
}

.inner-page-card .select2-container .select2-selection.select2-selection--multiple .select2-selection__clear {
    margin: 0
}

.inner-page-card .input-group .input-group-append {
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-page-card .input-group .input-group-text {
    padding: 0 12px;
    min-height: 41px
}

.inner-page-card .tagsinput {
    min-height: 2.575rem;
    padding: .5rem .81rem;
    font-size: .875rem;
    border-radius: 4px;
    border: 1px solid #ced4da
}

.inner-page-card .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
.inner-page-card .tagsinput .tag {
    border: 1px solid #4b49ac !important;
    background-color: #e8e8ff !important;
    color: #4b49ac;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    padding: 6px 10px !important;
    font-size: 12px;
    font-weight: 400
}

.inner-page-card .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.inner-page-card .tagsinput .tag a {
    color: red;
    line-height: 13px;
    font-size: 12px
}

.inner-page-card .cmn_upload_img_view {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    display: inline-flex;
    flex-direction: column
}

.inner-page-card .cmn_upload_img_view .form-check {
    margin: 0 0 10px 0
}

.inner-page-card .cmn_upload_img_view .img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 6px;
    max-height: 150px;
    object-fit: contain
}

.table {
    border: 1px solid #dbdbdb
}

.table tr {
    border-width: 0
}

.table thead tr th .dt-column-order:before {
    top: 14px
}

.table thead tr th .dt-column-order:after {
    bottom: 14px;
    top: auto !important
}

.table tr th {
    padding: 16px 12px !important;
    border-bottom: 1px solid #dbdbdb !important
}

.table tr td {
    padding: 10px 12px !important;
    border-bottom: 1px solid #dbdbdb !important
}

.remove-existing-image {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: #f24512 !important;
    padding: 2px;
    color: #fff !important;
    border-radius: 6px;
    width: 30px;
    height: 30px
}

.remove-existing-image:hover {
    opacity: .7;
    background-color: #f24512 !important;
    color: #fff !important
}

.admin-filter-dropdown-wrapper {
    flex-direction: row;
    row-gap: 10px
}

.custom_small_dropdown {
    min-width: 150px;
    max-width: 270px
}

.custom_medium_dropdown {
    min-width: 250px;
    max-width: 250px
}

.custom_search_wrapper {
    min-width: 400px;
    max-width: 400px
}

.inner-page-card .dropzone {
    border: 1px solid #ced4da;
    border-radius: 4px
}

.inner-page-card .dropzone .dz-remove {
    color: rgba(240, 0, 0, .78)
}

.create-order-table .table {
    table-layout: fixed
}

.create-order-table thead tr th {
    width: 150px
}

.create-order-table thead tr th:first-child {
    width: 220px
}

.create-order-table tr td,
.create-order-table tr th {
    padding: 12px 10px !important
}

.car-details {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.car-detail-list {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 16px;
    line-height: 1.2
}

.car-detail-list strong {
    min-width: 95px
}

.car-detail-list .car-detail-value {
    width: calc(100% - 110px);
    white-space: normal
}

.order-total-amount {
    font-size: 24px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.order-total-amount span {
    display: flex;
    align-items: center;
    gap: 5px
}

.order-total-amount .form-control {
    font-size: 26px;
    color: #1839c9;
    font-weight: 700;
    min-width: 220px;
    width: 100%
}

.create-order-page .form-group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column
}

.create-order-page .form-group label {
    margin-bottom: 0;
    min-width: 100px
}

.admin-editable-fields {
    width: 100%
}

.width-create-order-destination {
    width: 100%
}

.admin-editable-fields a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    color: #1839c9;
    border-bottom: 0;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    border-radius: 6px
}

.admin-editable-fields a .edit-value {
    width: calc(100% - 40px)
}

.admin-editable-fields a:hover {
    border-bottom: 0;
    opacity: .7
}

.admin-editable-fields a i {
    width: 28px;
    height: 28px;
    padding: 2px;
    border-radius: 6px;
    color: #1839c9;
    border: 1px solid #1839c9;
    background-color: rgba(24, 57, 201, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.admin-editable-fields .editable-container {
    width: 100%
}

.admin-editable-fields .editable-container .control-group&gt;div {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.admin-editable-fields .editable-container .editable-input {
    width: calc(100% - 100px)
}

.admin-editable-fields .editable-container .editable-input .form-control {
    padding: 12px;
    width: 100%;
    line-height: 1.3
}

.admin-editable-fields .editable-container .editable-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.admin-editable-fields .editable-container .editable-buttons .btn {
    padding: 2px;
    border: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.admin-editable-fields .editable-container .editable-buttons .btn i {
    width: auto
}

.admin-editable-fields .editable-container .editable-buttons .editable-submit {
    background-color: rgba(160, 230, 186, .2);
    border: 1px solid rgba(19, 108, 52, .788);
    color: rgba(19, 108, 52, 1)
}

.admin-editable-fields .editable-container .editable-buttons .editable-cancel {
    background-color: hsla(0, 100%, 71%, .188);
    color: rgba(240, 0, 0, .78);
    border: 1px solid rgba(240, 0, 0, .78)
}

.table-total-wrap {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600
}

.table-total-wrap .form-control {
    margin-left: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600
}

.stock-list-wrapper {
    margin-bottom: 20px
}

.inner-page-card .dt-container .dt-length .form-select {
    min-width: 80px
}

.car-details-listing {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0
}

.car-details-listing .cmn-adm-badge {
    background-color: #183acf;
    padding: 6px 10px
}

#carStockTable_wrapper .table colgroup col:first-child {
    width: 30px !important
}

#carStockTable_wrapper .table colgroup col:nth-child(2) {
    width: 300px !important
}

#carStockTable_wrapper .table colgroup col:nth-child(3) {
    width: 300px !important
}

#carStockTable_wrapper .table colgroup col:nth-child(4) {
    width: 300px !important
}

#carStockTable_wrapper .table colgroup col:nth-child(5) {
    width: 300px !important
}

.car_price_switch {
    display: flex;
    align-items: center;
    gap: 10px
}

.car_price_switch .cnf-text {
    color: #ad9f1e;
    font-size: 16px;
    font-weight: 600
}

.car_price_switch .fob-text {
    color: rgba(19, 108, 52, 1);
    font-size: 16px;
    font-weight: 600
}

.multiple-options-wrap .tagsinput {
    min-height: 74px !important
}

.btn-upload-documents {
    background: #4b49ac;
    color: #fff;
    border-color: #4b49ac
}

.btn-upload-documents:hover {
    background: #403e92;
    color: #fff;
    border-color: #403e92
}

.btn-upload-documents:active {
    background-color: #403e92 !important;
    color: #fff !important;
    border-color: #403e92 !important
}

.btn-upload-documents:focus {
    background-color: #403e92;
    color: #fff;
    border-color: #403e92
}

.btn-upload-documents:focus-visible {
    background-color: #403e92;
    color: #fff;
    box-shadow: none;
    border-color: #403e92
}

@media(max-width:424px) {
    .main_table-company-list-details tr td {
        text-align: left !important
    }
}

@media(max-width:539px) {
    .main_table-send-email tr td ul li {
        white-space: normal
    }
}

@media(max-width:672px) {
    .main_table-general-settings tr td ul li {
        white-space: normal
    }
    .main_table-general-settings tr td {
        text-align: left !important
    }
}

@media(max-width:861px) {
    .main_table-send-email tr td {
        text-align: left !important
    }
}

@media(min-width:993px) and (max-width:1096px) {
    .main_table-send-email tr td {
        text-align: left !important
    }
}

@media(max-width:1320px) {
    .main_table-customer-reviews tr td {
        text-align: left !important
    }
}

@media screen and (max-width:1399px) {
    .custom_small_dropdown {
        min-width: 130px;
        max-width: 130px
    }
    .custom_medium_dropdown {
        min-width: 200px;
        max-width: 200px
    }
    .custom_search_wrapper {
        min-width: 350px;
        max-width: 350px
    }
    .table.dataTable thead th {
        font-size: 14px
    }
    .car-detail-list {
        font-size: 14px
    }
    .order-total-amount {
        font-size: 22px
    }
    .order-total-amount .form-control {
        font-size: 24px
    }
    .car_price_switch {
        gap: 5px
    }
    .create-order-table thead tr th {
        width: 200px
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .order_custom_radio {
        padding: 5px 8px
    }
}

@media screen and (max-width:991px) {
    .custom_login_section .login-half-bg {
        display: none !important
    }
    .custom_navigation .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-left: 0;
        margin-left: 15px;
        border-color: #134f9c !important;
        background-color: #134f9c17
    }
    .title-group {
        flex-direction: column;
        align-items: flex-start
    }
    .custom_button {
        padding: 12px;
        width: 40px;
        height: 40px
    }
    .custom_button span {
        display: none
    }
    .width-full-btn {
        width: auto !important
    }
    .main-wrap-company-list-details {
        flex-direction: row;
        align-items: center
    }
    .main-wrap-staff {
        flex-direction: row;
        align-items: center
    }
    .width-full-btn-staff {
        width: auto !important
    }
    .main-wrap-user {
        flex-direction: row;
        align-items: center
    }
    .width-full-btn-user {
        width: auto !important
    }
    .main-wrap-cars {
        flex-direction: row;
        align-items: center
    }
    .width-full-btn-cars {
        width: auto !important
    }
    .download_sample_btn {
        width: 100%
    }
    .car_import_head {
        flex-direction: row;
        align-items: center
    }
    .create-order-table thead tr th:last-child {
        min-width: 200px;
        width: 200px
    }
    .create-order-page .form-group label {
        width: 100%
    }
    .admin-editable-fields {
        width: 100%
    }
    .car_price_switch {
        gap: 5px
    }
}

@media screen and (min-width:991px) {
    .custom_login_section .auth-form-transparent {
        width: 75% !important
    }
    .sidebar-icon-only .custom_sidebar .nav {
        margin-left: 0;
        margin-right: 0
    }
    .sidebar-icon-only .custom_sidebar .nav .nav-item .nav-link {
        border-radius: 0 !important
    }
    .sidebar-icon-only .custom_sidebar .nav .nav-item .nav-link[aria-expanded=false] {
        pointer-events: none
    }
}

@media screen and (min-width:1200px) {
    .custom_login_section .auth-form-transparent {
        width: 55% !important
    }
}

@media screen and (max-width:768px) {
    .custom_login_section .auth-form-transparent {
        width: 100%
    }
    .card .card-body {
        padding: 12px
    }
    .custom_panel .content-wrapper {
        padding: 12px
    }
    .custom_navigation .navbar-menu-wrapper {
        padding-right: 12px
    }
    .custom_navigation .navbar-brand-wrapper {
        padding-left: 12px
    }
    .order-total-amount {
        font-size: 20px
    }
    .order-total-amount .form-control {
        font-size: 22px
    }
}

@media screen and (max-width:575px) {
    .custom_navigation .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        width: 36px;
        height: 36px
    }
    .custom_button {
        width: 36px;
        height: 36px
    }
    .custom_login_section .brand-logo {
        max-width: 250px
    }
    .order-total-amount {
        font-size: 16px
    }
    .order-total-amount .form-control {
        font-size: 18px;
        min-width: 150px
    }
    .car_import_head .download_sample_btn {
        width: 100%
    }
    .inner-page-card .card .card-footer-wrap {
        flex-wrap: wrap;
        gap: 5px
    }
    .create-order-page .form-group label {
        width: 100%
    }
    .admin-editable-fields {
        width: 100%
    }
    .inner-page-card .dropzone {
        padding: 15px
    }
    .inner-page-card .dropzone .dz-preview {
        margin: 10px
    }
    .custom_search_wrapper {
        min-width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:479px) {
    .width-full-btn-cars {
        font-size: 13px;
        padding: 2px 6px
    }
}

@media screen and (max-width:400px) {
    .admin-filter-wrapper {
        column-gap: 4px
    }
    .width-full-btn-cars {
        gap: 4px;
        font-size: 12px
    }
    .width-full-btn-cars i {
        font-size: 11px
    }
}

.nb {
    text-align: justify
}

.text-nb {
    font-size: 12px;
    margin-bottom: 0
}

.active-users-green {
    background: #d3f3df !important;
    border: 1px solid #22c55e
}

.active-users-green:hover {
    background: #22c55e !important
}

.active-users-green:hover .text-green {
    color: #fff
}

.text-green {
    color: #000
}

.pending-users-yellow {
    background: #fef1d6 !important;
    border: 1px solid #f9b931
}

.pending-users-yellow:hover {
    background: #f9b931 !important
}

.text-yellow {
    color: #000
}

.pending-users-yellow:hover .text-yellow {
    color: #fff
}

.rejected-users-red {
    background: #fce2e2 !important;
    border: 1px solid #ef5f5f
}

.rejected-users-red:hover {
    background: #ef5f5f !important
}

.rejected-users-red:hover .text-red {
    color: #fff
}

.text-red {
    color: #000
}

.total-user-blue {
    background: #d2e6fc !important;
    border: 1px solid #1c84ee
}

.total-user-blue:hover {
    background: #1c84ee !important
}

.text-blue {
    color: #000
}

.total-user-blue:hover .text-blue {
    color: #fff
}

.total-reco-back {
    background: #e4ddf3 !important;
    border: 1px solid #7f56da
}

.total-reco-back:hover {
    background: #7f56da !important
}

.text-total-reco {
    color: #000 !important
}

.total-reco-back:hover .text-total-reco {
    color: #fff !important
}

.reco-stock-back {
    background: #f6deff !important;
    border: 1px solid #b200f9
}

.reco-stock-back:hover {
    background: #b200f9 !important
}

.text-reco-stock {
    color: #000 !important
}

.reco-stock-back:hover .text-reco-stock {
    color: #fff !important
}

.reco-auction-back {
    background: #d2ffec !important;
    border: 1px solid #00d97b
}

.reco-auction-back:hover {
    background: #00d97b !important
}

.text-reco-auction {
    color: #000 !important
}

.reco-auction-back:hover .text-reco-auction {
    color: #fff !important
}

.reco-price-back {
    background: #fff1e5 !important;
    border: 1px solid #ff9d48
}

.reco-price-back:hover {
    background: #ff9d48 !important
}

.text-reco-price {
    color: #000 !important
}

.reco-price-back:hover .text-reco-price {
    color: #fff !important
}

.suggestions-box {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    overflow-y: auto;
    max-height: 250px
}

.suggestion-item {
    padding-bottom: 10px;
    font-size: 15px
}

.suggestion-item:last-child {
    padding-bottom: 0
}

.main-wrap-company-list-details {
    margin-top: 20px
}
</pre></body></html>