@import '../autres/dashkit/css/libs.bundle.css';
@import '../autres/dashkit/css/libs.bundle.css.map';
/* @import '../autres/dashkit/css/theme-dark.bundle.css';
@import '../autres/dashkit/css/theme-dark.bundle.css.map'; */
@import '../autres/dashkit/css/theme.bundle.css';
@import '../autres/dashkit/css/theme.bundle.css.map';


#logo-fleet-genius {
    max-height: 70px !important;
}

@media screen and (max-width: 768px) {
    #logo-fleet-genius {
        max-height: 50px !important;
    }
}

.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
}

.active {
    color: #0594D0 !important;
    font-weight: bolder;
}

.toast-container.show {
    transform: translateX(0);
    opacity: 1;
}

/* #vehicle-row :hover {
    background-color: #95aac9;
} */

.modal-card-body-xxl {
    max-height: 500px !important;
}

.modal-card-body-lg {
    max-height: 800px !important;
}

.start-required {
    position: relative;
    top: 4px;
}

.btn-action-mw-250 {
    max-width: 250px;
}

#DataTables_Table_0_wrapper .justify-content-between {
    padding: 15px !important;
}

#DataTables_Table_0 {
    width: 100% !important;
}

.table>thead {
    background: #f9fbfd !important;
    /* background: #0594D0 !important; */
}

table thead tr th a {
    color: #95aac9 !important;
    /* color: #ffffff !important; */
    font-weight: bold !important;
}


.iti__flag-box,
.iti__country-name {
    color: black !important;
}

.iti {
    width: 100% !important;
    /* le conteneur principal */
}

.iti__flag-container {
    flex: 0 0 auto;
    /* drapeau ne se réduit pas */
}

.iti input {
    width: 100% !important;
    /* champ de saisie prend toute la place restante */
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* on laisse le dropdown libre */
.choices__list {
    max-height: none;
    overflow: visible;
  }
  
  /* on applique le scroll uniquement sur la liste des options */
  .choices__list .choices__list {
    max-height: 250px;
    overflow-y: auto;
  }


.nav-link-tab-fleet-genius.open {}