/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 8/10/2025, 2:49:26 p. m.
    Author     : mario
*/

.spinner-custom-veolia{
    width: 3rem; 
    height: 3rem;
}

/* .modal-custom-veolia{
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
} */

/* .video-custom-veolia{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
} */

.theme-light .modal-header, .theme-light .modal-header .btn-close {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.theme-dark .modal-header {
    background-color: var(--white) !important;
    color: var(--primary) !important;
}


.text-xs {
    font-size: 0.75rem; /* 12px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
}