.app-brand .nov-app-brand-text {
    /* margin-inline-start: 0.75rem; */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.nov-bg-color-bandeau {
    background-color: #13488E;
}

.nov-bg-color-login {
    background-color: #1d1e64;
}

.nov-cell-align-vertical {  
    vertical-align: middle!important; 
}  

.nov-vh-80 {
    height: 80vh !important;
}

.nov-vh-70 {
    height: 70vh !important;
}

.nov-vh-60 {
    height: 60vh !important;
}

.nov-vh-50 {
    height: 50vh !important;
}

.dx-datagrid{  
    font-size: 16px !important; 
} 

.affichage-masque {
    display: none;
}

.nov-hidden {
    display: none;
}

.nov-check-disabled.form-check-input:disabled {
    opacity: 1;
}

.nov-h-200 {
    height: 200px;
}

.nov-container-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.nov-container-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ou "cover" selon l’effet voulu */
}

.nov-img-auto {
    width: 100px;       /* ou une largeur fixe, ex: 300px */
    height: auto;      /* ← c’est ça qui conserve les proportions */
    display: block;    /* optionnel pour éviter l’espace sous l’image */
    border: 2px solid #ffffff; 
    border-radius: 0.8rem;  
}

.nov-img-auto-150 {
    width: 150px;       /* ou une largeur fixe, ex: 300px */
    height: auto;      /* ← c’est ça qui conserve les proportions */
    display: block;    /* optionnel pour éviter l’espace sous l’image */
    border: 2px solid #ffffff; 
    border-radius: 0.8rem;  
}

.dx-checkbox-icon {
    background-color: #685DD8 !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: #fff !important;
}

.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
    border-color: #363636;
    background-color: #685DD8;
}

.dx-button-mode-contained.dx-button-default {
    background-color: #635bcb;
    border-color: transparent;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dx-bg-col-bleu {
    background-color: #E3F2FD;
}

.authentication-wrapper .authentication-inner .auth-cover-bg {
    
    position: relative;
    inline-size: 100%;
    block-size: 100vh;

    background-image: url('../../assets/img/photo-login-3.jpg');
    background-size: cover;         /* pour remplir le bloc sans déformer */
    background-position: center;    /* pour centrer l’image */
    background-repeat: no-repeat;   /* éviter les répétitions */
}

.auth-text {
    position: absolute;
    z-index: 2;
}

.auth-cover-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* filtre sombre */
    z-index: 1;
}



.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 100px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
}
