/**
* Template Name: Lumia
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
/* Tooltip personalizzato */
.custom-tooltip .tooltip-inner {
    background-color: #3498db; /* Colore di sfondo */
    color: #fff; /* Colore del testo */
    font-size: 1rem; /* Dimensione del font */
    padding: 15px 20px; /* Padding interno */
    border-radius: 8px; /* Angoli arrotondati */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombreggiatura */
    text-align: left; /* Allineamento del testo */
}

.custom-tooltip .tooltip-arrow {
    border-top-color: #3498db; /* colore della freccia */
}



.custom-tooltip .tooltip-inner {
    max-width: 420px; /* default tooltip ha max-width 200px/250px; regola come vuoi */
    text-align: left;
}

.custom-tooltip .hr {
    border: 0;
    border-top: 2px solid #ffffff; /* linea bianca */
    margin: 8px 0; /* spazio sopra e sotto */
}

.regione-required option[disabled] {
    color: #6c757d !important; /* colore placeholder Bootstrap */
}