@import "scrollbar.css";
body {
    background: #f5f5f5;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
button {
    font-family: "Poppins", sans-serif !important;
}
.f-18 {
    font-size: 18px;
}
.f-16 {
    font-size: 16px;
}
.f-14 {
    font-size: 14px;
}
.f-12 {
    font-size: 12px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #AB007D !important;
}

.dataTables_filter input {
    padding: 0.3rem 0.3rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

table {
    margin: 0;
    padding: 0;
    width: 100%;
}
table tr {
    padding: 0.1em;
}
table th,
table td {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    padding: 0.05em;
    border-bottom: 0.5px solid var(--bs-gray-300) !important;
}
table th {
    color: #000000;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px;
    padding: 0.725em 0.525em 0.525em 0.725em;
    font-weight: 300;
    background: #eaeaea;
}
td,
th {
    width: 0.1% !important;
    white-space: wrap !important;
}

.table td,
.table th {
    /* width:0.1% !important; */
    white-space: wrap !important;
}

.count-text-sm {
    color: #003056;
    font-size: 14px;
    font-weight: 400;
}
.chart-height-340 {
    width: 100%;
    height: 340px !important;
}
.chart-height-300 {
    width: 100%;
    height: 300px !important;
}

.chart-height-200 {
    width: 100%;
    height: 200px !important;
}

.count-text {
    color: #003056;
    font-size: 20px;
    font-weight: 500;
}
.count-sub-text {
    color: #494949;
    font-size: 12px;
    font-weight: 300;
}
/*Line Progress*/
.Line-Progress .indeterminate {
    background-color: var(--bs-pink);
}
.Line-Progress .indeterminate:before {
    z-index: -100 !important;
    margin-top: 65px;
    height: 5px;
    content: "";
    position: fixed;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    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;
    margin-top: 65px;
    height: 3px;
    content: "";
    position: fixed;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    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;
}
@-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;
}

.login-logo {
    margin: 10px;
    width: 90px;
    height: auto;
}

/* Modal Div  */

.modal-header {
    padding: 10px 15px 10px 15px;
}
.modal-footer {
    border: none;
    padding: 5px 15px 5px 15px;
}

/* Content Div  */
.content-body {
    padding: 85px 10px 10px 10px !important;
}
.content-card {
    padding: 20px 20px 40px 20px !important;
    background: #ffffff;
}
.content-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
}
.content-title-hr {
    margin-top: 10px;
    background: #c2c2c2;
}

@page {
    size: auto; /* auto is the initial value */
    margin: 0mm; /* this affects the margin in the printer settings */
}

/* Form */
.form-label {
    color: #000000;
    font-family: "Poppins", sans-serif !important;
    font-size: 10px;
    font-weight: 400;
}

.dt-button {
    margin: 5px 10px 5px 0 !important;
    color: var(--bs-pink) !important;
    border: 2px solid var(--bs-pink) !important;
    background: var(--bs-white) !important;
    padding: 3px 13px 3px 13px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    box-shadow: none !important;
    transition: 0.3s;
}
.dt-button:hover {
    transition: 0.3s;
    margin: 5px 10px 5px 0 !important;
    color: var(--bs-white) !important;
    border: 2px solid var(--bs-pink) !important;
    background: var(--bs-pink) !important;
    padding: 3px 13px 3px 13px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    box-shadow: none !important;
}

/* Side Nav Bar */
.side-nav-open {
    direction: rtl;
    height: 100%;
    width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #ffffff;
    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;
    scrollbar-color: #003056 #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: #003056;
}
.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: #003056;
}

.main-content {
    transition: 0.3s;
    margin-left: 240px;
}
.content-expand {
    transition: 0.3s;
    margin-left: 0;
}
.top-navbar {
    transition: 0.3s;
    margin-left: 240px;
}
.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: 120px;
    padding: 10px;
    background-color: #ffffff;
}
.side-nav-logo {
    margin-top: 5px;
    width: 90px;
    height: auto;
}

.side-bar-item {
    border-left: 6px solid var(--bs-white);
    direction: ltr;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    margin: 1px 0 1px 0;
    width: 100% !important;
}
.side-bar-div-dropdown {
    direction: ltr;
    width: 100% !important;
}
.side-bar-item:hover {
    cursor: pointer;
    border-left: 6px solid var(--bs-pink);
    transition: 0.3s;
    background-color: #eaeaea;
}
.side-bar-item:hover .side-bar-item-icon {
    transition: 0.3s;
    color: #003056;
}
.side-bar-item:hover .side-bar-item-caption {
    transition: 0.3s;
    color: #003056;
}
.side-bar-item.active {
    background-color: #f3f3f3;
    color: #003056;
    border-left: 6px solid var(--bs-pink);
}
.side-bar-item-active {
    border-left: 6px solid #003056;
    background-color: #003056;
}
.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;
}

.invoice-overlay {
    position: absolute;
    background-color: transparent !important;
    top: 13%;
    bottom: 3%;
    left: 3%;
    right: 3%;
}

.dataTables_wrapper {
    text-align: center;
}

.dt-buttons {
    position: initial !important;
    float: none !important;
    display: inline-block;
    margin: -10px auto 0px auto;
}

.paginate_button {
    margin: 5px 10px 5px 0 !important;
    color: var(--bs-pink) !important;
    border: 2px solid var(--bs-pink) !important;
    background: var(--bs-white) !important;
    padding: 3px 13px 3px 13px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    box-shadow: none !important;
    transition: 0.3s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    transition: 0.3s;
    margin: 5px 10px 5px 0 !important;
    color: var(--bs-white) !important;
    border: 2px solid var(--bs-pink) !important;
    background-color: var(--bs-pink) !important;
    padding: 3px 13px 3px 13px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-pink) !important;
}

.dataTables_length  select{
    min-width: 70px;
    padding: 0.3rem 0.3rem;
    margin: 0 .3rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
}

.extra_outer{
    position: relative;
    cursor: pointer;
}

.extra_outer:hover .extra_inner{
   display: flex;
}

.extra_inner{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: calc(100% + 2px);
    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;
}

.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;
  }

  .select2-selection{
    min-height: 35px !important;
    min-width: 100% !important;
    font-weight: bold;
  }
  .select2-container{
    min-width: 100% !important;
  }
  
  .carsList .dropdown-toggle::after{
    display: none !important;
  }
  .carsList  .dropdown-menu{
    top: -25px !important;
  }
  .carsList  .dropdown-menu::before{
    display: none;
  }

  .feature{
    cursor: pointer;
    border-radius: 10px;
  }

  .feature.active{
    background-color: #82d616;
    color: #fff;
  }


  
.car-social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
}

.car-social-icon:hover {
    color: white;
}

.bg-facebook {
    background-color: #1877f2;
}

.bg-twitter {
    background-color: #00acee;
}

.bg-whatsapp {
    background-color: #075e54;
}

.contact-btn{
    background: #ab007d;
    color: #fff;
}
.contact-btn:hover{
    color: #fff;
}
.contact-btn-outline{
    border: 1px solid #ab007d !important;
    color: #ab007d;
}

.contact-btn-outline:hover{
    color: #ab007d;
}

.text-car-info-icon{
    color: #FD451C;
}


.car-info-badge-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px; /* Adjust the gap between items as needed */
}

/* Define grid items with a minimum width of 200px */
.car-info-badge {
    min-width: 150px;
    box-sizing: border-box;
    text-align: center;
    text-transform: capitalize;
    border-top-right-radius: 10px;
}

.car-info-badge-dark {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.car-info-badge-white {
    background-color: white;
    color: black;
    border: 1px solid #cdcdcd;
}

.car-info-badge-gray {
    background-color: #f0eeff;
    color: #cdcdcd;
}

.car-info-title{
    display: inline-block;
    position: relative;
    border-bottom: 5px solid #BC3A14;
    padding: 15px;
    top: 27px;
    z-index: 3;
}