/*
Theme Name: Deverso BS5 current
Theme URI: https://tuosito.com
Author: Il tuo nome
Author URI: https://tuosito.com
Description: Tema personalizzato per Deverso con Bootstrap 5.3
Version: latest
License: GPL v2 or later
Text Domain: deverso-website-bs5
Tags: bootstrap, bootstrap5, responsive, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Variabili CSS personalizzate
   ========================================================================== */
:root {
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --website-primary: #2F9BEA;
    --website-primary-light: #3FABFA;
    --website-primary-dark: #0F7BCA;;
    --website-secondary: #FFDB00;
    --website-accent: #024372;
    --website-bkg-light: #ECF5FC;
    --website-bkg-white: #ffffff;
    --website-txt-white: #EAEAEA;
    --website-white: #FFFFFF;
    --website-color-txt-title: #000000;
    --website-color-txt-body: #4D5359;
    --website-color-title-footer: #024372;
    --website-color-txt-footer: #B4B4B4;
    --website-container-max: 1600px;
    --website-container-stadard: 1260px;
    --website-padding-top-bottom: 80px;
    --website-padding-top-bottom-mobile: 20px;
    --website-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(6, 147, 227, 0.25);

}

body>div.deversoOverlayLoadingPage{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
body>div.deversoOverlayLoadingPage svg{
    opacity: 0.1;
}

.highlightWidget{
    border: 5px dashed red!important;
}

.blurWidget{
    filter: blur(5px)!important;
}
