/*
Theme Name: Deverso BS5 current
Theme URI: https://deverso.it
Author: MM-One / Deverso
Author URI: https://deverso.it
Description: Tema WordPress per Deverso - Software gestionale in cloud per l'hospitality. Basato su Bootstrap 5.3 con sistema widget MVC.
Version: latest
License: GPL v2 or later
Text Domain: deverso-bs5
Tags: bootstrap, bootstrap5, responsive, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Variabili CSS personalizzate - Brand Deverso
   ========================================================================== */
:root {
    --bs-primary: #EE6440;
    --bs-secondary: #5C6D78;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F9F9F9;
    --bs-dark: #2B3338;

    --website-primary: #EE6440;
    --website-primary-light: #F28B70;
    --website-primary-dark: #D24825;
    --website-secondary: #5C6D78;
    --website-accent: #2B3338;
    --website-bkg-light: #F9F9F9;
    --website-bkg-white: #ffffff;
    --website-txt-white: #FAFAFA;
    --website-white: #FFFFFF;
    --website-bkg-sidebar: #2B3338;
    --website-color-txt-title: #2B3338;
    --website-color-txt-body: #5C6D78;
    --website-color-title-footer: #FFFFFF;
    --website-color-txt-footer: #B4B4B4;
    --website-container-max: 1600px;
    --website-container-standard: 1260px;
    --website-padding-top-bottom: 80px;
    --website-padding-top-bottom-mini: 40px;
    --website-padding-top-bottom-mobile: 40px;
    --website-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(238, 100, 64, 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;
}
