/**
* WEBFONTS
 */
@font-face {
    font-family: "interBold";
    src: url("assets/webfonts/Inter-Bold.eot");
    src: url("assets/webfonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/webfonts/Inter-Bold.woff2") format("woff2"),
    url("assets/webfonts/Inter-Bold.woff") format("woff"),
    url("assets/webfonts/Inter-Bold.ttf") format("truetype"),
    url("assets/webfonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "interLight";
    src: url("assets/webfonts/Inter-Light.eot");
    src: url("assets/webfonts/Inter-Light.eot?#iefix") format("embedded-opentype"),
    url("assets/webfonts/Inter-Light.woff2") format("woff2"),
    url("assets/webfonts/Inter-Light.woff") format("woff"),
    url("assets/webfonts/Inter-Light.ttf") format("truetype"),
    url("assets/webfonts/Inter-Light.svg#Inter-Light") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "interRegular";
    src: url("assets/webfonts/Inter-Regular.eot");
    src: url("assets/webfonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/webfonts/Inter-Regular.woff2") format("woff2"),
    url("assets/webfonts/Inter-Regular.woff") format("woff"),
    url("assets/webfonts/Inter-Regular.ttf") format("truetype"),
    url("assets/webfonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "interBlack";
    src: url("assets/webfonts/Inter-Black.eot");
    src: url("assets/webfonts/Inter-Black.eot?#iefix") format("embedded-opentype"),
    url("assets/webfonts/Inter-Black.woff2") format("woff2"),
    url("assets/webfonts/Inter-Black.woff") format("woff"),
    url("assets/webfonts/Inter-Black.ttf") format("truetype"),
    url("assets/webfonts/Inter-Black.svg#Inter-Black") format("svg");
    font-display: swap;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("webfonts/glyphicons-halflings-regular.eot");
    src: url("webfonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("webfonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("webfonts/glyphicons-halflings-regular.woff") format("woff"),
    url("webfonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("webfonts/glyphicons-halflings-regular.svg#Inter-Black") format("svg");
    font-display: swap;
}

/*
* GENERIC
 */
html {
    height: 100%;
    min-height: 100vw;
}
body{
    /*height: 100%;*/
    /*min-height: 100vw;*/
    margin: 0;
    font-family: "interRegular", -apple-system, sans-serif;
    font-size: 16px;
}

/*
* PAGE CONNEXION
 */
.body-app_login {
    padding: 25% 0 0 0;
    text-align: center;
    background-color: #000;
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.25;
}
h1 {
    font-family: "interLight", -apple-system, sans-serif;
    font-size: 2rem;
    color: #114a9a;
}
.body-app_login .h3 {
    font-family: "interLight", -apple-system, sans-serif;
    font-size: 2rem;
    text-align: center;
    text-transform: capitalize;
    color: #FFF;
}
.body-app_login .card{
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.48);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.48);
    border-radius: 0 0 30px 30px;
}
.body-app_login a {
    text-decoration: none;
    font-family: interLight, -apple-system, sans-serif;
    font-size: 0.95rem;
    display: block;
    margin: 20px auto;
}
.btn-connexion {
    display: block;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-family: "interRegular", -apple-system, sans-serif;
    border-radius: 30px;
    padding: 12px;
    margin: 0 auto;
}

.teste {
    background-color: red;
}

/*
* FOOTER
*/
#footer {
    background-color: #31414c;
    width: 100%;
    padding: 10px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    z-index: 999;
    font-size: 0.75rem;
}
.card label {
    font-family: "interLight", -apple-system, sans-serif;
    font-size: 1rem;
    text-align: center;
    text-transform: capitalize;
    /*color: #c5c5c5;*/
}
.novalue{
    display:none;
}
th{
    font-weight: normal;
}

.card-header{
    color: white;
    background-color: #134b99;
    font-size: 16px;
}
.card.gray{
    border-color: #ddd;
}
.gray .card-header{
    background-color: #ddd;
    color: #333;
}
tr th {
    background-color: #114a9a !important;
    color: white;
}
tr.even {background-color: #e7edf5;}
tr.even, tr.odd {font-size: 0.90rem;}

.btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn{
    margin-left:1em;
}
.form-control{
    font-size: 14px;
}
.form-check-input.disabled, .form-check-input.disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.btn-info{
    color:white;
}
form label{
    font-weight: 700;
}
h1.open{
    color: darkgreen;
}
h1.cancelled{
    color: darkred;
}
.btn{
    font-size: 16px;
}
.card-header.cancelled{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1 !important;
}
#filter label{
    font-weight: 700;
}
.complaint{
    background-color: #ddd;
    padding: 1em;
    & .vtc-btn {margin-top: 12px;}
}
.subrequest{
    margin-bottom:0!important;
    padding:5px;
    background-color: lightblue;
}
#history ul{
    list-style-type: none;
    padding-left: 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    width: 300px;

}
#history ul li{
    background-color: lightblue;
    width: fit-content;
    padding: 3px 6px;
    margin-right: 5px;
}
.footer_mb{
    font-weight: bolder;
}
.footer_mb td:first-child{
    text-align:right;
}
legend.col-form-label{
    font-weight: 700;
}
#utilisateurs2{
    width:100%!important;
}
.tab-pane{
    padding-top:1em;
}
.select2{
    width: 100%!important;
}
.subrequest label{
    color:black;
}


/*
* CUSTOM RULES FOR WORDPRESS DISPLAY
*/
.body-app_order_enterprise .container,
.body-app_order_indentification .container,
.body-app_order_2_enterprise .container,
.body-app_order_3_enterprise .container,
.body-app_order_4_enterprise .container,
.body-app_order_5_enterprise .container,
.body-app_stripe .container,
.body.front .container
{
    max-width: 1170px;
    height: fit-content;
    min-height: 100vh
}

.body-app_order_enterprise h1, .body.front h1 {
    font-family: "interBold", apple-system, sans sans-serif;
    font-size: 2rem;
    color: #c98432;
}
.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display:block;
    position: absolute;
    top: 50vh;
    z-index: 3000;
    left: 50vw;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*
* CUSTOM RULES FOR NEW UX
 */
.topbar {
    width: 100%;
    height: 40px;
    background-color: #32404e;
    padding: 6px;
    justify-content: start;
    align-content: center;
    color: #FFFFFF;
    margin: 0;
    flex-direction: row;
    position: fixed;
    top: 0;
    /*z-index: 999;*/
    & .userNameLink {
        opacity: 0.5;
        scale: 0.75;
        display: inline-block;
        &:hover {
            opacity: 1;
            scale: 1;
        }
        & img {
            display: inline-block;
            margin: -6px 0 0 0;
        }
    }
}
.topbarRight {
    float: right;
}
.navbar {
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 170px;
    z-index: 996;
    transition: all 0.3s;
    padding: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}
.navbar-expand {
    flex-wrap: wrap;
    justify-content: start;
}
.navbar-expand .navbar-nav {
    flex-direction: column;
}
.nav-link {
    display: block;
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #32404e;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: #FFFFFF;
}
.detail-invoice.nav-link:hover, .detail-invoice.nav-link:focus{
    background: #0a53be;
}
.navbarEntrepriseLogo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}
.navbar-nav {
    & .nav-item {
        position: relative;
        margin: 0;
        z-index: 5;
        padding: 0 0 0 8px;
        color: #32404e;
        background: transparent;
        width: 102%;
        transition: background-position 1s; /* Animation de la position du fond */
        min-height: 62px;
        height: max-content;
        justify-content: start;
        align-content: center;
        display: flex;
        flex-wrap: wrap;

    }
}

.nav-item a {
    position: relative;
    display: flex;
    text-decoration: none;
    z-index: 10;
    align-items: center;
}
.navbar-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-Dashboard {
    border-left: 6px solid #009c9d;
}
.nav-Dashboard:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #009c9d;
    opacity: 0;
}
.nav-Dashboard:hover:after,
.nav-Dashboard:active:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Reservations {
    border-left: 6px solid #004a9d;
}
.nav-Reservations:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #004a9d;
    opacity: 0;
}
.nav-Reservations:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Clients {
    border-left: 6px solid #3d3d9a;
}
.nav-Clients:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #3d3d9a;
    opacity: 0;
}
.nav-Clients:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Agences {
    border-left: 6px solid #960602;
}
.nav-Agences:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #960602;
    opacity: 0;
}
.nav-Agences:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Plannings {
    border-left: 6px solid #2d88ac;
}
.nav-Plannings:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #3899b1;
    opacity: 0;
}
.nav-Plannings:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Factures {
    border-left: 6px solid #00a120;
}
.nav-Factures:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #00a120;
    opacity: 0;
}
.nav-Factures:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Utilisateurs {
    border-left: 6px solid #ebb100;
}
.nav-Utilisateurs:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #ebb100;
    opacity: 0;
}
.nav-Utilisateurs:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Parametres {
    border-left: 6px solid #818892;
}
.nav-Parametres:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    color: #fff;
    height: 100%;
    background: #818892;
    opacity: 0;
}
.nav-Parametres:hover:after {
    width: 100%;
    opacity: 1;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.nav-Dashboard:hover a:not(.dropdown-item),
.nav-Reservations:hover a:not(.dropdown-item),
.nav-Clients:hover a:not(.dropdown-item),
.nav-Agences:hover a:not(.dropdown-item),
.nav-Plannings:hover a:not(.dropdown-item),
.nav-Factures:hover a:not(.dropdown-item),
.nav-Utilisateurs:hover a:not(.dropdown-item),
.nav-Parametres:hover a:not(.dropdown-item) {
    color: #FFFFFF;
}

.nav-Dashboard .nav-link:before {
    content: url("assets/icons/icn-nav-dashboard.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Reservations .nav-link:before {
    content: url("assets/icons/icn-nav-booking.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Clients .nav-link:before {
    content: url("assets/icons/icn-nav-clients.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Agences .nav-link:before {
    content: url("assets/icons/icn-nav-agences.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Plannings .nav-link:before {
    content: url("assets/icons/icn-nav-calendar.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Factures .nav-link:before {
    content: url("assets/icons/icn-nav-factures.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Utilisateurs .nav-link:before {
    content: url("assets/icons/icn-nav-users.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-Parametres .nav-link:before {
    content: url("assets/icons/icn-nav-parametres.png");
    top: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
}
.nav-item:hover .nav-link:before {
    filter: invert(100%) brightness(200%);
}
/*.nav-Factures .dropdown-menu {
    position: relative;
}*/
#dashboard-grid {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    background: #f0f1f2;
    padding: 20px 10px 10px 180px;
    display: grid;
    grid-template-columns: 1FR 1FR 1FR 1FR;
    grid-column-gap: 12px;
    grid-template-rows: max-content max-content max-content;
    grid-row-gap: 12px;
    margin: 30px 0 0 0;
}
.widget {
    background-color: white;
    padding: 0;
    box-shadow: #1a1d20 0 0 30px -10px;
}
.widget-title,
.widget-title a{
    font-family: "interBold", apple-system, sans sans-serif;
    font-size: 1.1rem;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    text-decoration: none;
}
.widget-title-booking {
    background-color: #004a9d;
    padding: 6px 5px;
    line-height: 1.2rem;
}
.widget-title-factures {
    background-color: #00a120;
    padding: 6px 5px;
    line-height: 1.2rem;
}
.widget-title-vehicules {
    background-color: #e57a00;
    padding: 6px 5px;
    line-height: 1.2rem;
}
.widget-title-agences {
    background-color: #960602;
    padding: 6px 5px;
    line-height: 1.2rem;
}
.widget-title-ca {
    font-family: "interBold", apple-system, sans sans-serif;
    font-size: 1.5rem;
    color: #960602;
    text-transform: capitalize;
    margin: 0;
    padding: 10px;
    display: inline-block;
    line-height: 2rem;
}
.widget-title-lastclients {
    background-color: #3d3d9a;
    padding: 6px 5px;
}
.notice {
    font-family: "interLight", apple-system, sans sans-serif;
    font-size: 1rem;
    color: #32404e;
    padding: 10px;
    display: inline-block;
    margin: 0 0 0 auto;
}
.widget-booking {
    grid-column: 1;
    grid-row: 1;
    border: 3px solid #004a9d;
}
.widget-factures {
    grid-column: 2;
    grid-row: 1;
    border: 3px solid #00a120;
}
.widget-vehicules {
    grid-column: 3;
    grid-row: 1;
    border: 3px solid #e57a00;
}
.widget-agences {
    grid-column: 4;
    grid-row: 1;
    border: 3px solid #960602;
}
.widget-ca-month {
    grid-column: span 2;
    grid-row: 2;
    border: 3px solid #960602;
}
.widget-ca-year {
    grid-column: span 2;
    grid-row: 3;
    border: 3px solid #960602;
}
.widget-lastclients {
    grid-column: 3;
    grid-row: 2;
    border: 3px solid #3d3d9a;
}
.widget-list-firstrow {
    margin: 12px 0 12px 0;
}
.widget-list-row {
    display: grid;
    grid-template-columns: 1FR max-content;
    grid-template-rows: 20px;
    max-width: 100%;
    align-items: center;
    padding: 0 5px 10px 5px;
}
.widget-list-row:not(.widget-list-firstrow) {
    margin: 0 0 12px 0;
}
.widget-list-row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.widget-list-item {
    grid-column: 1;
    font-family: "interRegular", apple-system, sans sans-serif;
    font-size: 1rem;
    width: 100%;
}
.widget-list-number {
    grid-column: 2;
    width: fit-content;
    height: 40px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}
.widget-booking .widget-list-number {
    background-color: #004a9d;
}
.widget-factures .widget-list-number {
    background-color: #00a120;
}
.widget-vehicules .widget-list-number {
    background-color: #e57a00;
}
.widget-agences .widget-list-number {
    background-color: #960602;
}
.widget-list-number-content {
    color: #FFFFFF;
    font-family: "interRegular", apple-system, sans sans-serif;
    font-size: 1.1rem;
}
.widget-list-montant-content {
    color: #00a120;
    font-family: "interBlack", apple-system, sans sans-serif;
    font-size: 1.2rem;
}
.widget-ca img {
    display: block;
    max-width: 100%;
}
.widget-title-quicklink {
    font-family: "interBold", apple-system, sans sans-serif;
    font-size: 1.1rem;
    color: #32404e;
    text-transform: capitalize;
    margin: 0;
    padding: 10px;
    display: inline-block;
}
.widget-quicklink-link {
    width: max-content;
    height: 50px;
    text-decoration: none;
}
.widget-quicklink-row {
    display: grid;
    grid-template-columns: 50px 50px 1FR;
    grid-template-rows: 50px;
    max-width: 100%;
    align-items: center;
    padding: 0 10px 10px 10px;
}
.quicklink-more {
    height: 50px;
    width: 50px;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-column: 1;
    grid-row: 1;
}
.quicklink-more span {
    color: #FFFFFF;
    font-family: "interBlack", apple-system, sans sans-serif;
    font-size: 3rem;
    text-decoration: none;
    line-height: 0;
    margin: -6px 0 0 0;
    display: block;
}
.quicklink-more-booking {
    background-color: #004a9d;
}
.quicklink-more-clients {
    background-color: #3d3d9a;
}
.quicklink-more-drivers {
    background-color: #e57a00;
}
.quicklink-more-vehicule {
    background-color: #00bfe5;
}
.quicklink-more-sstraitant {
    background-color: #898f05;
}
.quicklink-icon {
    background-color: #32404e;
    height: 50px;
    width: 50px;
    margin: 0 5px 0 0;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-column: 2;
    grid-row: 1;
}
.quicklink-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    filter: invert(100%) brightness(200%);
}
.quicklink-title {
    grid-column: 3;
    grid-row: 1;
    font-family: "interLight", apple-system, sans sans-serif;
    font-size: 0.85rem;
    color: #FFF;
    text-decoration: none;
    line-height: 1rem;
    padding: 0 0 0 2px;
    background-color: #32404e;
    height: 50px;
    display: flex;
    align-items: center;
}
.quicklink-booking:hover .quicklink-icon,
.quicklink-booking:hover .quicklink-title {
    background-color: #004a9d;
}
.quicklink-clients:hover .quicklink-icon,
.quicklink-clients:hover .quicklink-title {
    background-color: #3d3d9a;
}
.quicklink-drivers:hover .quicklink-icon,
.quicklink-drivers:hover .quicklink-title {
    background-color: #e57a00;
}
.quicklink-vehicule:hover .quicklink-icon,
.quicklink-vehicule:hover .quicklink-title {
    background-color: #00bfe5;
}
.quicklink-sstraitant:hover .quicklink-icon,
.quicklink-sstraitant:hover .quicklink-title {
    background-color: #898f05;
}
.last-client {
    display: block;
    font-family: interLight, apple-system, sans sans-serif;
    color: #32404e;
    font-size: 1rem;
    padding: 10px;
}
.last-client-name {
    font-family: interBold, apple-system, sans sans-serif;
    color: #32404e;
    font-size: 1rem;
    text-transform: capitalize;
    display: block;
    line-height: 16px;
}
.last-client-email {
    font-family: interRegular, apple-system, sans sans-serif;
    color: #32404e;
    font-size: 0.8rem;
    display: block;
    line-height: 16px;
}
.last-client-phone {
    font-family: interRegular, apple-system, sans sans-serif;
    color: #32404e;
    font-size: 1rem;
    display: block;
    line-height: 16px;
}
.last-client .last-client-spec {
    display: grid;
    grid-template-columns: max-content max-content 1FR;
    align-content: center;
    justify-items: start;
    align-items: center;
    margin: 5px 0 0 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #32404e;
}
.last-client:last-child .last-client-spec {
    border-bottom: none;
}
.last-client-id {
    background-color: #3d3d9a;
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    margin: 0 10px 0 0;
    font-size: 1rem;
}
.last-client-origin {
    background-color: #3d3d9a;
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    margin: 0 10px 0 0;
}
.last-client-country {
    font-family: interRegular, apple-system, sans sans-serif;
    color: #32404e;
    font-size: 0.85rem;
    display: block;
}
.last-client-country img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 5px 0 0;
}
.filter-title {
    font-family: interLight, apple-system, sans sans-serif;
    font-size: 1.5rem;
    color: #0a53be;
    & img {
        display: inline-block;
        width: 24px;
        height: 24px;
        aspect-ratio: 1/1;
    }
}
.filter-bloc {
    border: 2px solid #114a9a;
    padding: 12px;

    & label {
        font-family: interLight, apple-system, sans sans-serif;
        font-size: 1rem;
        color: #114a9a;
    }

    & .filter-valid {
        color: #009e00;
        font-family: "interLight", apple-system, sans sans-serif;
        padding: 6px 12px;
        text-transform: uppercase;
        font-size: 1.1rem;
        display: flex;
        border: 1px solid #009e00;
        margin: -12px 20px 0 0;

        &:hover {
            background-color: #009e00;
            color: white;
            transition: color 400ms ease-in-out;
            cursor: pointer;
        }
    }

    & .filter-reset {
        color: #575757;
        font-family: "interLight", apple-system, sans sans-serif;
        text-transform: uppercase;
        font-size: 0.85rem;
        display: flex;
        vertical-align: middle;
        &:hover {
            cursor: pointer;
            color: #9a0000;
            & .reset-icn strong {
                color: #9a0000;
            }
        }
        & .reset-icn {
            & strong {
                font-family: "interBold", apple-system, sans sans-serif;
                color: #575757;
                font-size: 2rem;
                rotate: 45deg;
                display: inline-block;
                line-height: 0;
                vertical-align: middle;
                margin: -6px -4px 0 0;
            }
        }
    }
}

.vtc-btn {
    background-color: #3a414f;
    color: #fff;
    font-family: "interLight", -apple-system, sans-serif;
    height: 40px;
    width: max-content;
    padding: 0 10px;
    display: inline-grid;
    grid-template-columns: 40px auto;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    transition: color 2s linear;
    text-decoration: none;
    border: none;
    &::before {
        height: 40px;
        width: 40px;
        display: grid;
        align-content: space-around;
        justify-content: space-around;
        margin: 0 10px 0 -10px;
    }
}
.vtc-btn-add {
    margin: 0 auto 0 0;
    &::before {
        content: url("assets/icons/icn_btnCreate.webp");
        background-color: #134b99;
    }
    &:hover {
        background-color: #134b99;
        transition: color 2s linear;
    }
}
.vtc-btn-plainte {
    margin: 0 20px 0 0;
    &::before {
        content: url("assets/icons/icn_btnPlainte.webp");
        background-color: #800f09;
    }
    &:hover {
        background-color: #800f09;
        transition: color 2s linear;
    }
}
.vtc-btn-export {
    &::before {
        content: url("assets/icons/icn_btnExport.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}
.vtc-btn-import {
    margin: 0 auto 20px 0;
    &::before {
        content: url("assets/icons/icn_btnImport.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}
.vtc-btn-save {
    margin: 0 auto 0 0;
    &::before {
        content: url("assets/icons/icn_btnSave.webp");
        background-color: #00a120;
    }
    &:hover {
        background-color: #00a120;
        transition: color 2s linear;
    }
}
.vtc-btn-exit {
    &::before {
        content: url("assets/icons/icn_btnExit.webp");
        background-color: #800f09;
    }
    &:hover {
        background-color: #800f09;
        transition: color 2s linear;
    }
}
.vtc-btn-info {
    &::before {
        content: url("assets/icons/icn_btnInfo.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}
.vtc-btn-edit {
    &::before {
        content: url("assets/icons/icn_btnEdit.webp");
        background-color: #134b99;
    }
    &:hover {
        background-color: #134b99;
        transition: color 2s linear;
    }
}
.vtc-btn-clone {
    &::before {
        content: url("assets/icons/icn_btnClone.webp");
        background-color: #6f42c1;
    }
    &:hover {
        background-color: #6f42c1;
        transition: color 2s linear;
    }
}
.vtc-btn-paid {
    &::before {
        content: url("assets/icons/icn_btnPaid.webp");
        background-color: #00a120;
    }
    &:hover {
        background-color: #00a120;
        transition: color 2s linear;
    }
}
.vtc-btn-changetotal {
    &::before {
        content: url("assets/icons/icn_btnChangeTotal.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}

.vtc-btn-pdf {
    &::before {
        content: url("assets/icons/icn_btnPdf.webp");
        background-color: #bdbdbd;
    }
    &:hover {
        background-color: #ec1b24;
        transition: color 2s linear;
    }
}
.vtc-btn-excel {

    &::before {
        content: url("assets/icons/icn_btnExcel.webp");
        background-color: #bdbdbd;
    }
    &:hover {
        background-color: #28ad60;
        transition: color 2s linear;
    }
}



.vtc-btn-voucher {
    &::before {
        content: url("assets/icons/icn_btnVoucher.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}
.vtc-btn-cancel {
    &::before {
        content: url("assets/icons/icn_btnCancel.webp");
        background-color: #ec1b24;
    }
    &:hover {
        background-color: #ec1b24;
        transition: color 2s linear;
    }
}
.vtc-btn-password {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnPassword.webp");
        background-color: #134b99;
    }
    &:hover {
        background-color: #134b99;
        transition: color 2s linear;
    }
}
.vtc-btn-price {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnPrice.webp");
        background-color: #ffca2c;
    }
    &:hover {
        background-color: #ffca2c;
        transition: color 2s linear;
    }
}
.vtc-btn-view {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnView.webp");
        background-color: #ffca2c;
    }
    &:hover {
        background-color: #ffca2c;
        transition: color 2s linear;
    }
}
.vtc-btn-delete {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnDelete.webp");
        background-color: #ec1b24;
    }
    &:hover {
        background-color: #ec1b24;
        transition: color 2s linear;
    }
}
.vtc-btn-link {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnLink.webp");
        background-color: #65bee3;
    }
    &:hover {
        background-color: #65bee3;
        transition: color 2s linear;
    }
}
.vtc-btn-back {
    margin: 20px auto;
    &::before {
        content: url("assets/icons/icn_btnBack.webp");
        background-color: #4c0840;
    }
    &:hover {
        background-color: #4c0840;
        transition: color 2s linear;
    }
}
.vtc-btn-bottom {
    margin-bottom: 20px;
}
.vtc-btn-right {
    margin-right: 20px;
}
#reset-password {
    width: 650px;
    max-width: 95%;
    margin: 150px auto 30px auto;
    text-align: center;
    & img {
        display: block;
        margin: 0 auto;
    }
    & h1 {
        font-size: 2rem;
        margin: 20px auto;
    }
    & label {
        width: 100%;
        display: block;
    }
    & .col-sm-10 {
        width: 100%;
        text-align: center;
        @media  screen and (width > 576px) {
            width: 100% !important;
        }
    }
}
.logoutTopbarLink {
    display: inline-block;
    margin: 0 20px 0 30px;
    scale: 0.75;
    transition: scale 0.25s;
    &:hover {
        scale: 1;
        transition: scale 0.5s;    }
}

.add-conducteur{
    margin-left: 8.5em;
    margin-top: 1em;
}

.partial-card {
    width: 90%;
    margin-left: 2em;
    border-color: #f0f1f2;
}

.partial-child-card {
    margin-left: 2.5em;
    width: 80%;
}

.vich-image img {
    width: 512px;
    max-width: 100%;
}

table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    opacity: 1 !important;
    color: #2fffd4 !important;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    color: #2fffd4 !important;
}
.more-detail {
    width: 0;
    color: transparent;
    opacity: 0.75;
}
.more-detail:hover {
    cursor: pointer;
    opacity: 1;
}
.more-detail:before{
    content:"";
    display: inline-block;
    height: 28px;
    width: 28px;
    background: url(assets/icons/eye-open.png);
    background-repeat: no-repeat;
    background-size: cover;
}