@import "scrollbar.css";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

body {
    background: #f5f5f5;
    font-family: "Nunito", sans-serif;
    font-weight: 400 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.login-bg {
    background-image: url("../img/login.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.fgp-link {
    color: #217346;
}

.fgp-link:hover {
    color: #111;
}

/* table  */
table {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

table tr {
    background-color: #ffffff;
    padding: 0.2em;
}

.dataTables_wrapper td {
    padding: 5px;
    text-wrap: nowrap !important;

}

.dataTables_wrapper thead th {
    padding: 10px;
    text-wrap: nowrap !important;

}

.dataTables_length {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.dataTables_filter {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.dataTables_info {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

table thead th,
table thead td {
    background-color: rgb(175, 175, 175);
    color: #fff !important;
}

table th,
table td {
    white-space: wrap;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #777;
    font-weight: 300;
    padding: 0.725em;
    background-color: #fff;
}

table tr,
table th {
    border-bottom: 1px solid #f1f1f1;
}

table tr:last-child {
    border-bottom: none !important;
}

table th {
    color: #777;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    padding: 0.925em 0.725em 0.725em 0.925em;
    font-weight: 500;
}

.page-item {
    cursor: pointer;
    padding: none !important;
    background-color: white;
    border: none;
}

.page-item .page-link {
    color: #217346;
    padding: none !important;
    border: none;
}

.page-item.active {
    padding: none !important;
    background-color: #217346;
    border: none;
    border-radius: 15px;
    color: white;
}

.page-item.active .page-link,
.page-item.active .page-link:focus {
    color: black;
    padding: none !important;
    background-color: #217346 !important;
    border: none;
    border-radius: 15px;
    color: white;
}

/*Line Progress*/
.Line-Progress .indeterminate {
    background-color: #217346;
    position: relative;
}

.Line-Progress .indeterminate:before {
    z-index: -100 !important;
    height: 3px;
    content: "";
    position: absolute;
    background-color: inherit;
    /* top: 0; */
    left: 0;
    bottom: 16px;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.Line-Progress .indeterminate:after {
    z-index: -100 !important;
    height: 3px;
    content: "";
    position: absolute;
    background-color: inherit;
    /* top: 0; */
    left: 0;
    bottom: 16px;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

/*====================================
Some CSS Customization By Rakib Mia
======================================*/
#details-modal .list-group-item {
    font-size: 14px;
    color: #515151;
}

#details-modal .list-item-header {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

#details-modal .list-item-header::after {
    content: "\00a0 \00a0";
}

#details-modal .image img {
    width: 100% !important;
    max-height: 250px !important;
    object-fit: cover !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    height: 55;
}

.select2-selection__rendered,
.select2-selection__arrow {
    margin-top: 12px;
}

.select2-search__field {
    padding: 15px 10px !important;
    border-radius: 10px;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*Content Loader */
.center-screen-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 65vh;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 85vh;
}

.loader-size {
    width: 160px;
}

/* Modal Div  */

.modal-content {
    border: none;
    border-radius: 3px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
}

.btn-close {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
    outline: none !important;
}

.btn-close:focus {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
    outline: none !important;
}

/* Content Div  */
.content-body {
    padding: 50px 10px 10px 10px !important;
}

.content-card {
    padding: 20px 20px 40px 20px !important;
    background: #ffffff;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
}

.content-title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.content-title-hr {
    margin-top: 10px;
    background: #c2c2c2;
}

/* Form */
.form-label {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px !important;
    border: 1px solid #f0f0f2;
}

.form-control:focus {
    transition: 0.3ms;
    box-shadow: none !important;
    border: 1px solid #e4e4e4;
}

.dataTables_wrapper .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px !important;
}

/* Button */
.btn {
    padding: 9px 16px 9px 16px;
    border-radius: 12px !important;
    cursor: pointer !important;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
        0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-flat {
    padding: 5px 10px 5px 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.btn-flat:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.btn-flat:focus {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.btn:focus {
    outline: none !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16),
        0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16),
        0 4px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer !important;
}

.btn-success {
    border: none !important;
    background: #217346 !important;
}

.top-nav-btn {
    padding: 9px 9px 9px 9px;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 25px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    border: none;
    background-color: #f8f8f8;
    color: #bbb;
}

.top-nav-search {
    background-color: #f8f8f8;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 15px !important;
    border: 1px solid #f0f0f2;
    width: 400px;
    transform: translateY(-5px);
    padding-left: 10px;
    padding-right: 50px;
}

.seach-box {
    display: inline-block;
    position: relative;
}

.search-icon {
    color: #bbb;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 10;
}

/* Side Nav Bar */
.side-nav-open {
    direction: rtl;
    height: 100%;
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
    scrollbar-color: #f5f5f5 #f5f5f5;
    scrollbar-width: thin;
}

.side-nav-close {
    direction: rtl;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
    scrollbar-color: #217346 #f5f5f5;
    scrollbar-width: thin;
}

.side-nav-open::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.side-nav-open::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.side-nav-open::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 4px;
    background: #217346;
}

.side-nav-close::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.side-nav-close::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.side-nav-close::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    border-radius: 4px;
    background: #217346;
}

.main-content {
    transition: 0.3s;
    margin-left: 280px;
}

.content-expand {
    transition: 0.3s;
    margin-left: 0;
}

.top-navbar {
    background: #ffffff;
    transition: 0.3s;
    margin-left: 280px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
}

.top-navbar-expand {
    background: #ffffff;
    transition: 0.3s;
    margin-left: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.132);
}

.side-nav-top {
    width: 100%;
    /* height: 140px; */
    padding-bottom: 20px;
}

.side-nav-logo {
    margin-top: 30px;
    width: 150px;
    height: auto;
}

.side-bar-item {
    border-left: 6px solid #f8f9fa;
    direction: ltr;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    margin: 1px 0 1px 0;
    width: 100% !important;
}

.side-bar-item i {
    width: 20px;
}

.side-bar-div-dropdown {
    direction: ltr;
    width: 100% !important;
}

.side-bar-item:hover {
    cursor: pointer;
    border-left: 6px solid #217346;
    transition: 0.3s;
    background-color: #f3f3f3;
}

.side-bar-item:hover .side-bar-item-icon {
    transition: 0.3s;
    color: #217346;
}

.side-bar-item:focus {
    /* border: none !important; */
    outline: none !important;
}

.side-bar-item:hover .side-bar-item-caption {
    transition: 0.3s;
    color: #217346;
}

.side-bar-item-active {
    border-left: 6px solid #217346;
    background-color: #f3f3f3;
}

.side-bar-item-icon {
    transition: 0.3s;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
    color: #000000;
}

.side-bar-item-caption {
    transition: 0.3s;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
    color: #000000;
}

.dropdown .dropdown-item {
    font-size: 12px;
    cursor: pointer;
}

.side-bar-div-dropdown {
    direction: ltr;
    background: none !important;
}

.side-bar-inside-dropdown {
    padding-left: 3px;
}

.side-bar-dropdown-item {
    border: none;
}

.side-bar-div-dropdown-button {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.side-bar-div-dropdown-button:focus {
    outline: none;
    box-shadow: none;
    background: transparent !important;
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent !important;
    box-shadow: none;
}

.side-icon-dropdown {
    margin-right: 7px;
}

.select2-selection {
    min-height: 35px !important;
    min-width: 100% !important;
    font-weight: bold;
}

.select2-container {
    min-width: 100% !important;
}

body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.extra_outer {
    position: relative;
    cursor: pointer;
    z-index: 20;
}

.extra_outer:hover .extra_inner {
    display: flex;
}

.extra_inner {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    overflow-y: auto;
    max-height: 400px;
    width: 350px;
    background-color: inherit;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.226);
    margin-bottom: 20px;
    z-index: 21;
}

.extra_inner>span {
    background-color: #eee;
    color: black;
    padding: 10px 5px;
    margin: 5px;
    border-radius: 5px;
}

/* width */
.extra_inner::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.extra_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* Handle */
.extra_inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.extra_inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dash-icon {
    background-color: #2173461a;
    color: #217346;
    padding: 10px;
    border-radius: 10px;
}

.setings-div {
    position: relative;
    display: inline-block;
}

.setings-div:hover .settings-menu {
    display: block;
}

.settings-menu {
    width: 200px;
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    background-color: white;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.262);
    padding: 10px;
}

.settings-menu>a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 20px;
    background-color: #21734617;
    margin: 2px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.799);
    transition: 0.3s;
}

.settings-menu>a:hover {
    background-color: #217346;
    color: rgba(255, 255, 255, 0.799);
}

.add-btn {
    transition: 0.2s;
}

.add-btn:hover {
    border-radius: 0 !important;
}

.page-navigation a {
    display: inline-block;
    background-color: #21734617;
    padding: 0.25rem 1rem 0.25rem 2rem;
    height: 32px;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.page-navigation a:before,
.page-navigation a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    z-index: 1;
}

.page-navigation a:before {
    border-width: 18px 0 18px 18px;
    border-left-color: #f5f5f5;
    left: calc(100% + 4px);
    top: -2px;
}

.page-navigation a:after {
    border-width: 16px 0 16px 16px;
    border-left-color: #21734617;
    /* border-left-color: red; */
    left: 100%;
    top: 0;
}

.page-navigation a:hover,
.page-navigation a.active {
    background-color: #217346;
    color: #fff;
}

.page-navigation a:hover::after,
.page-navigation a.active::after {
    border-left-color: #217346;
}

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%
}

.info-box .progress {
    background-color: rgba(0, 0, 0, .125);
    height: 2px;
    margin: 5px 0
}

.info-box .progress .progress-bar {
    background-color: #fff
}

.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px
}

.info-box .info-box-icon>img {
    max-width: 100%
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px
}

.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700
}

.info-box .info-box-text,
.info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info-box .info-box .bg-gradient-primary,
.info-box .info-box .bg-primary {
    color: #fff
}

.info-box .info-box .bg-gradient-primary .progress-bar,
.info-box .info-box .bg-primary .progress-bar {
    background-color: #fff
}

.info-box .info-box .bg-gradient-secondary,
.info-box .info-box .bg-secondary {
    color: #fff
}

.info-box .info-box .bg-gradient-secondary .progress-bar,
.info-box .info-box .bg-secondary .progress-bar {
    background-color: #fff
}

.info-box .info-box .bg-gradient-success,
.info-box .info-box .bg-success {
    color: #fff
}

.info-box .info-box .bg-gradient-success .progress-bar,
.info-box .info-box .bg-success .progress-bar {
    background-color: #fff
}

.info-box .info-box .bg-gradient-info,
.info-box .info-box .bg-info {
    color: #fff
}

.info-box .info-box .bg-gradient-info .progress-bar,
.info-box .info-box .bg-info .progress-bar {
    background-color: #fff
}

.info-box .info-box .bg-gradient-warning,
.info-box .info-box .bg-warning {
    color: #1f2d3d
}

.info-box .info-box .bg-gradient-warning .progress-bar,
.info-box .info-box .bg-warning .progress-bar {
    background-color: #1f2d3d
}

.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
    color: #fff
}

.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
    background-color: #fff
}

.info-box .info-box .bg-gradient-light,
.info-box .info-box .bg-light {
    color: #1f2d3d
}

.info-box .info-box .bg-gradient-light .progress-bar,
.info-box .info-box .bg-light .progress-bar {
    background-color: #1f2d3d
}

.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
    color: #fff
}

.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
    background-color: #fff
}

.info-box .info-box-more {
    display: block
}

.info-box .progress-description {
    margin: 0
}

@media (min-width:768px) {

    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        display: none
    }

    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        display: none
    }
}

@media (min-width:992px) {

    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        font-size: .75rem;
        display: block
    }

    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        font-size: .75rem;
        display: block
    }
}

@media (min-width:1200px) {

    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description,
    .col-xl-2 .info-box .progress-description {
        font-size: 1rem;
        display: block
    }

    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        font-size: 1rem;
        display: block
    }
}


.round-icon {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
}

.round-icon-red {
    color: white;
    background-color: #fb708f;
}

.round-icon-tomato {
    color: white;
    background-color: #ff947a;
}


.round-icon-green {
    color: white;
    background-color: #3dd958;
}


.round-icon-indigo {
    color: white;
    background-color: #bf83ff;
}

.entity-total-card {
    padding: 20px 15px;
    border-radius: 10px;
    cursor: pointer;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    transition-duration: 500ms;
}

.entity-total-card-red:hover {
    border-bottom-color: #fb708f;
}


.entity-total-card-tomato:hover {
    border-bottom-color: #ff947a;
}

.entity-total-card-green:hover {
    border-bottom-color: #3dd958;
}



.entity-total-card-indigo:hover {
    border-bottom-color: #bf83ff;
}

.rounded-15 {
    border-radius: 15px;
}


.rounded-10 {
    border-radius: 15px;
}


.sale-icon {
    display: flex;
    font-size: 18px;
    width: 35px;
    height: 34px;
    justify-content: center;
    align-items: center;
    background-color: #dcfce7;
    border-radius: 5px;
}


.sale-icon>i {
    color: #3dd958;
}


.cogs-icon {
    display: flex;
    font-size: 18px;
    width: 35px;
    height: 34px;
    justify-content: center;
    align-items: center;
    background-color: #ffe2e6;
    border-radius: 5px;
}


.cogs-icon>i {
    color: #fb708f;
}


.general-expense-icon {
    display: flex;
    font-size: 18px;
    width: 35px;
    height: 34px;
    justify-content: center;
    align-items: center;
    background-color: #fff4de;
    border-radius: 5px;
}


.general-expense-icon>i {
    color: #ff947a;
}


.profit-expense-icon {
    display: flex;
    font-size: 18px;
    width: 35px;
    height: 34px;
    justify-content: center;
    align-items: center;
    background-color: #f4e8ff;
    border-radius: 5px;
}


.profit-expense-icon>i {
    color: #bf83ff;
}

.payment-overview-item {
    display: flex;
    padding: 10px;
    border-radius: 8px;
    background-color: #eee;
    gap: 10px;
    margin: 15px auto;
    transition-duration: 300ms;
}

.payment-over-view-icon {
    background-color: #fff;
    display: flex;
    font-size: 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;

}

.payment-over-view-icon.total-invoice {
    color: #3dd958;
}

.payment-over-view-icon.total-received {
    color: #bf83ff;
}

.payment-over-view-icon.total-due {
    color: #fb708f;
}

.payment-overview-item:hover,
.loss_profit_item:hover {
    transform: translateY(-2px);
}

.loss_profit_item {
    transition-duration: 300ms;
}

.report-page-icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}


.bg-blue {
    background-color: rgb(42, 42, 168);
}

.bg-blue-light {
    background-color: rgb(178, 178, 227);
}

.bg-red {
    background-color: rgb(130, 24, 24);
}


.bg-red-light {
    background-color: rgb(245, 181, 181);
}

.bg-green {
    background-color: rgb(19, 84, 19);
}


.bg-green-light {
    background-color: rgb(181, 245, 207);
}

.bg-violet {
    background-color: rgb(184, 10, 184);
}


.bg-violet-light {
    background-color: rgb(221, 157, 221);
}

.bg-teal {
    background-color: rgb(1, 92, 92);
}


.bg-teal-light {
    background-color: rgb(199, 251, 251);
}

.bg-yellow {
    background-color: rgb(167, 167, 4);
}


.bg-yellow-light {
    background-color: rgb(249, 249, 188);
}


table.car_history_table th,
table.car_history_table td {
    white-space: nowrap;
}

.bg-one {
    background-color: #f1f1f1;
}

.bg-two {
    background-color: #b9ddff;
}

.bg-three {
    background-color: #c9ffcc;
}

.bg-four {
    background-color: #ffe7c4;
}

.bg-five {
    background-color: #c4ffc8;
}

.bg-six {
    background-color: #fad8cc;
}

.bg-seven {
    background-color: #bcffe1;
}

.dataTables_filter {
    position: absolute;
    right: 15px;
}

.dataTables_paginate {
    position: absolute;
    right: 15px;
}

.vertical-table .dataTables_paginate {
    position: absolute;
    bottom: -10px;
    right: 15px;
}




.vertical-table #tableData_wrapper {
    max-height: 80vh !important;
    overflow-y: auto !important;

}

.position_sticky_table {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.vertical-table tbody td {
    border-top: 1px solid rgb(156, 156, 156) !important;
}

.side-bar-div-dropdown-button i{
    width: 15px;
}

.side-bar-div-dropdown-button{
    display: flex;
    gap: 5px;
    /* padding-left: 10px; */
}

.bl-white{
    border-left-color: #fff !important;
}

.accordion-button::after {
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}