@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bg-color-hotel: #204769;
    --bg-color-to: #206953;
    --popup-box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        /*margin: 1.75rem auto; il margin fa arrivare l overflow verticale  */
        margin: 0.45rem auto;
    }
}
/* bootstrap row fix */

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* bootstrap row fix */
/* Popup dei miei preferiti */
#favorites.hidden {
    display: none;
}

#editMenu {
    position: absolute;
    top: 70px;
    display: none;
    border-radius: 5px;
    box-shadow: var(--popup-box-shadow);
    flex-direction: column;
    font-family: Poppins;
    background-color: #fff;
}

    #editMenu .hIcn {
        width: 35px;
        height: 35px;
        font-size: 25px;
        color: var(--blu-platform);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease-out;
        border-radius: inherit;
        cursor: pointer;
    }

        #editMenu .hIcn:hover {
            background-color: var(--blu-platform);
            color: var(--white);
        }

.partial-container #favorites {
    width: 400px !important;
}

.partial-container #goOn {
    width: auto !important;
}

#favorites, #goOn {
    position: fixed;
    top: 82px;
    /*height: 400px;*/
    right: 20%;
    left: auto;
    z-index: 999;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: var(--popup-box-shadow);
    display: flex;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 15px;
    font-family: Poppins;
    color: var(--blu-platform);
    transform: none;
}

#goOn {
    width: fit-content;
    right: 29%;
}

    #goOn i {
        margin-right: 5px;
    }

    #favorites #cls, #goOn #cls {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        right: 10px;
        opacity: 0.5;
        transition: 0.3s ease-out;
    }

        #favorites #cls:hover, #goOn #cls:hover {
            opacity: 1;
        }

#favorites .titPopup {
    font-weight: 600;
    font-size: 24px;
    color: var(--blu-platform);
    width: fit-content;
}

.to #favorites .titPopup,
.to #favorites {
    color: var(--bg-color-to);
}

#favorites .subTit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    padding: 5px;
}

    #favorites .subTit:hover {
        background-color: #f3f4f6;
    }

    #favorites .subTit i {
        font-size: 20px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
        cursor: pointer;
        transition: 0.3s ease-out;
    }

#favorites .hGroup .hRow {
    align-items: center;
    border-bottom: 1px solid var(--lgray);
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 5px !important;
}

#favorites .hGroup {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
}

#favorites .hContent {
    max-height: 345px;
    /*padding-bottom:10px;*/
}

#favorites form {
    display: block;
    width: unset;
}

#favorites .hRow i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50px;
    height: 30px;
    font-size: 20px;
}


#goOn .hRow {
    width: auto !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

#favorites .hRow {
    justify-content: center;
    gap: 1vw;
    flex-wrap: nowrap;
    margin: 0 !important;
}

    #favorites .hRow .rTxt {
        width: 79%;
        font-size: 16px;
    }

    #favorites .hRow .hCheckbox {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 20px;
        height: 18px;
        font-size: 20px;
        border: 2px solid #64646499;
        background-color: #fff;
    }

        #favorites .hRow .hCheckbox:checked, #favorites .hRow .hCheckbox:disabled {
            appearance: checkbox;
            -webkit-appearance: checkbox; /* for Safari */
            -moz-appearance: checkbox; /* for Firefox */
        }

    #favorites .hRow .hBtn2 {
        border: 1px solid var(--blu-platform) !important;
        background-color: #fff !important;
        color: var(--blu-platform) !important;
        width: 100px;
    }



/* SPECIFY, OTHERWISE IT GOES EVERYWHERE :) */
/*platform*/
/*.bacheca .hBtn {
    border: 1px solid var(--blu-platform) !important;
    color: var(--blu-platform);                                      
}*/


.hBtn:hover {
    border: 1px solid #5c9cd4;
    background-color: #F0F5F8;
    color: #5c9cd4;
    box-shadow: none;
}


/*.border-btn-group {
    outline: none;
    border-radius: 6px;
    border: 2px solid var(--gray);
}*/
/*tableau*/
/*.to .bacheca .hBtn {
    border: 1px solid var(--bg-color-to) !important;
    color: var(--bg-color-to);
}*/

/*agora*/
/*.body-ag .hBtn {
    border: 1px solid var(--agora) !important;
    color: var(--agora) !important;
}*/


.to .hBtn2 {
    background-color: var(--bg-color-to) !important;
}

#favorites .hRow .hBtn,
#goOn .hRow .hBtn {
    height: 32px;
    width: 100px;
    color: var(--white) !important;
    background-color: var(--blu-platform) !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 7px;
    transition: 0.3s ease-out;
    padding: 5px 8px;
    margin: 0 !important;
    /*  border: 1px solid;*/
    cursor: pointer;
    border: 0 !important;
}

    #goOn .hRow .hBtn:hover {
        color: white !important;
        background-color: #5C9CD4 !important;
        border: 0 !important;
    }

.to #goOn .hRow .hBtn:hover {
    color: white !important;
    background-color: var(--hover-to) !important;
    border: 0 !important;
}

#favorites .hRow .primary-btn {
    color: white !important;
    background-color: #204769 !important;
    border: 0 !important;
    min-width: 144px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    height: 40px !important;
    padding: 12px 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    #favorites .hRow .primary-btn:hover {
        color: white !important;
        background-color: #5C9CD4 !important;
        border: 0 !important;
    }

#favorites .hRow .secondary-btn {
    color: #204769 !important;
    background-color: white !important;
    border: 2px solid #204769 !important;
    border-radius: 6px !important;
    min-width: 144px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    height: 40px !important;
    padding: 12px 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    #favorites .hRow .secondary-btn:hover {
        color: #5C9Cd4 !important;
        background-color: #F0F5F8 !important;
        border: 1px solid #A9AAAD !important;
        border-radius: 6px !important;
    }



/* Popup dei miei preferiti */
/* Scrollbar setting Chrome */
/* Thin scrollbar */
:: -webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/* Scrollbar setting Chrome */

.body-bacheca {
    display: none;
    font-family: "Open Sans", sans-serif;
}
/* styles.css */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%; /* Adjust the maximum width as needed */
    max-height: 80%; /* Adjust the maximum height as needed */
    z-index: 1001;
}

.disable-interaction {
    overflow: hidden; /* Prevent scrolling */
    /* Add additional styles to disable other interactions */
}

.round-border {
    position: fixed;
    top: 82px;
    left: 80px;
    right: 0;
    display: block;
    height: calc(100% - 82px);
    width: calc(100% - 80px);
    justify-content: center;
    background-color: white;
    transition: all 0.3s ease-out;
    border-top-left-radius: 50px;
    overflow: hidden !important;
    /* NON TOCCARE OVERFLOW CHIEDETE AD HASSAN, DONT TOUCH IT ASK HASSAN */
}


.shining {
    animation: shiningEffect 0.8s infinite alternate;
}

@keyframes shiningEffect {
    0% {
        text-shadow: 0 0 5px rgba(180, 150, 94, 0.5); /* Initial text-shadow (subtle glow) */
    }

    100% {
        text-shadow: 0 0 20px rgba(180, 150, 94, 1); /* Stronger text-shadow (intense glow) */
    }
}



button:focus {
    outline: none;
}

.round-border.active {
    /*left: 304px;
    width: calc(100% - 304px);*/

    left: 361px;
    width: calc(100% - 361px);
    border-top-left-radius: 50px;
}


/*.bacheca, .body-content, .body-bacheca {
    border-top-left-radius: 50px !important;
}*/

.bacheca, .body-content, .body-bacheca {
    border-top-left-radius: 50px !important;
    /*opacity: 0;*/
    transition: opacity 1s ease; /* Add a smooth transition for opacity change */
    -webkit-transition: opacity 1s ease; /* For Safari */
}

    .bacheca.sys {
    }

    .bacheca .Bnavbar > img {
        position: absolute;
        left: 7%;
        top: 25%;
    }

    .bacheca .header {
        border-top-left-radius: 50px;
        -webkit-border-top-left-radius: 50px; /* For Safari */
    }

    .bacheca .annunci {
        display: none;
        position: absolute;
        top: 20%;
        bottom: 25%;
        left: 3%;
        max-width: 26%;
        font-size: 1.3rem;
        font-weight: 300;
        white-space: pre-line;
        background-color: #00000047;
        border-radius: 20px;
        -webkit-border-radius: 20px; /* For Safari */
        /*padding: 20px;*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        color: white;
        height: fit-content;
        width: fit-content;
    }

        .bacheca .annunci.shown {
            padding: 20px;
        }

        .bacheca .annunci .sep {
            display: block;
            height: 20px;
        }

/*.bacheca .target-zone {
        background-color: transparent;
        height: 100%;
        width: 100%;*/
/*    height: 600px;
    width: 600px;*/
/*z-index: 0;
        border: 4px;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);*/ /* For Safari */
/*pointer-events: all;*/
/*clip-path: circle(50% at 50% 50%);*/
/*}*/


.modal-header, .modal-footer {
    border: none;
    padding: 24px;
}

.modal-footer {
    /* justify-content: space-around;*/
}

#pop-up-delete {
    display: none;
    position: absolute;
    right: 41%;
    top: 20%;
    /*width: 320px;*/
    border-radius: 10px;
    border: none;
    opacity: 0;
    padding: 24px;
    box-shadow: var(--popup-box-shadow);
    pointer-events: all;
    z-index: 10001;
    /* background-color: #dbdbdb;*/

    background-color: white;
    width: 576px;
    height: 274px;
}

    #pop-up-delete.active {
        opacity: 1;
        display: block;
    }

#pop-up-delete {
    box-shadow: var(--il-box-shadow);
}

.modal-content {
    border-radius: 10px;
    border: 0;
}



#pop-up-delete .close-popup {
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 1.3rem;
    cursor: pointer;
    color: black;
    opacity: .5;
    transition: .3s ease-out;
}

.close-popup, .modal-header .close span,
.modal-header .close i {
    opacity: .5;
    transition: .3s ease-out;
    position: relative;
    color: black;
    /*   padding: 5px;*/
    font-size: 30px;
}

.modal-header .close {
    padding: 0;
}

    .modal-header .close i {
        /*  top: 0px;
    right: 5px;*/
        opacity: .5;
        transition: .3s ease-out;
        position: relative;
        color: black;
        /*padding: 5px;*/
    }

    #pop-up-delete .close-popup:hover,
    .close-popup:hover,
    .modal-header .close span:hover,
    .modal-header .close:hover i {
        opacity: 1;
    }

#pop-up-delete .row {
    padding: 8px 20px;
}

#pop-up-delete .btn-invia, .modal-footer button {
    position: relative;
    padding: 5px;
    padding-bottom: 0;
    transition: 0.3s ease-out;
    width: 120px;
    height: 30px;
    border-radius: 6px;
    /*background-color: var(--blu-platform);*/
    font-size: 14px;
    font-weight: 600;
    /*color: white;*/
}
/* Mettere lo standard dei bottoni qui */
.modal-footer .btn-secondary,
.btn-secondary {
    color: var(--blu-platform);
    background-color: #fff;
    border: 1px solid;
}

.to .modal-footer .btn-secondary
.to .btn-secondary {
    color: var(--verde-to);
}

.modal-footer .btn-primary,
.btn-primary {
    background-color: var(--blu-platform);
    border: none;
    color: #fff;
}

    .modal-footer .btn-primary:hover,
    .btn-primary:hover {
        color: white !important;
        background-color: #5C9CD4 !important;
        border: 0 !important;
    }

.modal-footer .btn-secondary:hover, .btn-secondary:hover {
    background-color: #f0f0f0;
    color: var(--secondary-hover);
}

.to .modal-footer .btn-primary,
.to .btn-primary {
    background-color: var(--verde-to);
}

/* Mettere lo standard dei bottoni qui */

.to #pop-up-delete .btn-invia, .to .modal-footer button {
    background-color: var(--verde-to);
}

.modal-footer button {
    justify-content: space-around;
    height: 40px;
    padding: 5px;
    box-shadow: none;
}

#pop-up-delete .text {
    text-align: center;
    margin: 20px 0;
}

#pop-up-delete .foot {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Adjust the opacity as needed */
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 998;
}

    .overlay.active {
        display: block;
    }

#content .btn-container {
    position: fixed;
    bottom: 10%;
    right: 0%;
    display: flex;
    align-items: flex-end;
    z-index: 100;
    transition: all 0.2s;
}

.bacheca .btn-container .bubble-text {
    text-align: center;
}

.bacheca .partial-container .btn {
    background: #204769;
    opacity: 100%;
    color: #fff;
    border: none;
    border-radius: 50% 0 0 50%;
    padding: 0;
    margin: 0;
    min-width: 70px;
    height: 70px;
    overflow: hidden;
    transition: all 0.2s;
    /*    background: #204769 url('/media/SVGs/Group18269.svg') no-repeat center center;
*/ background-size: cover;
    max-width: 70px;
}

    .bacheca .partial-container .btn:focus {
        box-shadow: 0 0 0 .25rem rgb(178, 149, 95);
    }

.bacheca .partial-container .btn-text {
    display: block;
}

.bacheca .bubble-text {
    background: rgba(250, 250, 250, 0.8);
    color: #173753;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0%;
    right: 70%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.btn-container > .bubble-text {
    /* Your styles here */
    color: white;
    background-color: black;
}


.bacheca .btn-container:hover .bubble-text {
    opacity: 1;
}

.bacheca .partial-container .btn:hover {
    padding-right: 15px;
    border-radius: 50% 0 0 50%;
}

.bacheca .embedded-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: -1px;
    pointer-events: none;
    transition: all 0.6s ease;
}

.bacheca .KeyIcon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 45%;
    margin: -1px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.6s ease;
}


.bacheca #sidebarCollapse.active {
    min-width: 70px;
    height: 70px;
    border-radius: 50% 0% 0% 50%;
    padding: 0;
    /*    background-color: rgb(225, 235, 247);*/
    /*    background-color: #f1ab2e;
*/ opacity: 100%;
    transition: all 0.3s ease;
}

.bacheca .wrapper {
    display: flex;
    width: 100%;
}

.bacheca a[data-toggle="collapse"] {
    position: relative;
}

.bacheca body {
    background: #fafafa;
}

.bacheca #sidebar_right.active {
    margin-right: +250px;
}

.bacheca #main_sidebar.to {
    background-color: var(--bg-color-to);
}

.bacheca #main_sidebar .db-name {
    position: absolute;
    /*bottom: 20px;*/
    bottom: 50px;
    left: 30px;
    transform: rotate(-90deg);
    transform-origin: top left;
    /*font-size: 3rem;*/
    font-size: 4rem;
    font-weight: bold;
    color: #ffF2;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}



.bacheca #main_sidebar.collapsed.to {
    background-color: var(--bg-color-to);
}

.bacheca #main_sidebar .text {
    color: transparent;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 0.2rem;
}

    .bacheca #main_sidebar .text.active {
        color: #fff;
    }

    .bacheca #main_sidebar .text.L2 {
        font-weight: 400;
    }

    .bacheca #main_sidebar .text.L3 {
        font-weight: 300;
    }

.bacheca #main_sidebar a:hover {
    color: #fff;
    text-decoration: none;
}



.bacheca #main_sidebar .list_element {
    list-style: none;
    padding-left: 1.66%;
    margin-left: 0;
    color: #fff;
    position: relative;
    /*width: 95%;*/

    width: 100%;
    transition: 0.3s ease-out !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.bacheca #main_sidebar.collapsed .list_element {
    list-style: none;
    padding-left: 1.66%;
    margin-left: 0;
    color: #fff;
    position: relative;
    width: 100%;
    font-size: large;
    padding-left: 6px;
}

.main_iconT {
    height: 40px;
    align-items: center;
    display: flex;
}

.bacheca #main_sidebar.collapsed ul li ul div {
    border-left: 0px; /* Margin for second level of sub-menu */
    // transition: all 0.3s ease;
}

.bacheca #main_sidebar.collapsed .list_element .sidebar_svg {
    width: 30px;
    height: 30px;
    pointer-events: none;
    transition: transform 0.3s ease;
    padding: 0;
    margin-left: -9%;
    min-width: 30px;
}

.bacheca #main_sidebar .list_element .sidebar_svg {
    width: 30px;
    height: 30px;
    pointer-events: none;
    transition: transform 0.3s ease;
    margin-left: 0;
    padding: 0;
}

.bacheca #main_sidebar .list_element i {
    font-size: 1.4rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.bacheca #main_sidebar.collapsed .list_element .main_icon {
    width: 40px;
    height: 40px;
    pointer-events: none;
    transition: transform 0.3s ease;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -18%;
    transition: all 0.3s ease;
}
/*        .bacheca #main_sidebar.collapsed .list_element .main_icon.tableau-icon {
            width: 60px;
            pointer-events: none;
            transition: transform 0.1s ease;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: -18%;
            transition: all 0.3s ease;
            position: relative;
            left: -10px;
        }*/

.bacheca #main_sidebar .list_element .main_icon {
    width: 40px;
    height: 40px;
    pointer-events: none;
    transition: transform 0.1s ease;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -2%;
}
/*        .bacheca #main_sidebar .list_element .main_icon.tableau-icon {
            width: auto;
            height: 40px!important;
            pointer-events: none;
            transition: transform 0.1s ease;
            padding-top: 2px;
            padding-bottom: 2px;
            margin-left: -2%;
            position: relative;
            left: -10px;
        }*/

/*    .bacheca #main_sidebar .list_element .sidebar_svg.active {
        filter: brightness(54%) invert(0%) sepia(125%) saturate(136%) hue-rotate(0);
    }*/

.bacheca #main_sidebar .list_element:hover {
    background-color: rgba(250, 250, 250, 0.6);
    /*border-radius: 0px 10px 10px 0px;
    width: 95%;*/

    width: 100%;
    margin-left: 0px;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease-out !important;
}

    .bacheca #main_sidebar .list_element:hover .main_icon { /* per prende tutte usa img*/
        transform: scale(1.1); /* Increase the scale on hover */
        transition: transform 0.3s ease-out; /*Add transition for the scale property */
    }

.bacheca #main_sidebar .list_element.active {
    /*background-color: #b4965e;*/
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    /*width: 95%;*/

    width: 100%;
    margin-left: 0px;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease-out !important;
}

    .bacheca #main_sidebar .list_element.active:hover {
        background-color: #b4965e;
    }

.bacheca #main_sidebar.collapsed .list_element.active {
    background-color: transparent;
    position: relative;
}

    .bacheca #main_sidebar.collapsed .list_element.active i {
        color: #b4965e;
        font-weight: 600;
    }

.bacheca .Bnavbar.to {
    background-color: var(--bg-color-to);
}

.bacheca .Bnavbar #pop-up-not {
    position: absolute;
    /*top: 100%;*/
    top: 80px;
    right: 290px;
    width: 500px;
    /*border-radius: 20px;*/
    border-radius: 6px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
    /*background-color: #dbdbdb;*/
    background-color: white;
}

.Bnavbar #pop-up-not .headsUp {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
}
/* Custom scrollbar */
.bacheca .Bnavbar #pop-up-not::-webkit-scrollbar {
    width: 5px; /* thin scrollbar */
}

.bacheca .Bnavbar #pop-up-not::-webkit-scrollbar-thumb {
    background-color: var(--bg-color-hotel); /* blue color */
}

/* For Firefox */
.bacheca .Bnavbar #pop-up-not {
    scrollbar-width: thin;
    scrollbar-color: var(--bg-color-hotel) white;
}


    .bacheca .Bnavbar #pop-up-not .head {
        position: relative;
        width: 100%;
        height: 40px;
        padding-top: 6px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #204769;
    }

        .bacheca .Bnavbar #pop-up-not .head .link {
            align-self: center;
            position: absolute;
            right: 20px;
            text-decoration: none;
            color: rgb(66, 66, 66);
            top: 17px;
        }

.link .fa-xmark {
    color: #000;
    transition: .3s ease-out;
    opacity: .5;
    /*icona pił grande*/
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: -5px;
    /*  top: -25px;*/
}

    .link .fa-xmark:hover {
        opacity: 1;
    }

.bacheca .Bnavbar #pop-up-not .footer {
    position: relative;
    text-align: center;
    line-height: normal;
    padding: 10px;
    display: flex;
    justify-content: center;
}

    .bacheca .Bnavbar #pop-up-not .footer a {
        font-weight: 400;
        color: #204769;
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600 !important;
        border: 1px solid var(--blu-platform) !important;
        border-radius: 6px;
        width: fit-content;
        padding: 3px 6px;
    }


.to .bacheca .Bnavbar #pop-up-not .footer a:hover {
    border: 1px solid #164B3B !important;
    background-color: #DCEBD2;
    color: #164B3B !important;
    box-shadow: none;
}

.bacheca .Bnavbar #pop-up-not .footer a:hover {
    border: 1px solid #5c9cd4 !important;
    background-color: #F0F5F8;
    color: #5c9cd4 !important;
    box-shadow: none;
}

.bacheca.agora .Bnavbar #pop-up-not .footer a:hover {
    border: 1px solid #404850 !important;
    background-color: #DAE8F5;
    color: #404850 !important;
    box-shadow: none;
}



.bacheca .Bnavbar #pop-up-not .corpo {
    width: 100%;
    height: 200px;
    font-size: large;
    font-weight: 500;
    overflow-y: scroll;
    display: block;
    /*background-color: #dbdbdb;*/
    background-color: white;
}



    /* Custom scrollbar */
    .bacheca .Bnavbar #pop-up-not .corpo::-webkit-scrollbar {
        width: 5px; /* thin scrollbar */
    }

    .bacheca .Bnavbar #pop-up-not .corpo::-webkit-scrollbar-thumb {
        background-color: var(--bg-color-hotel); /* blue color */
    }

/* For Firefox */
.bacheca .Bnavbar #pop-up-not .corpo {
    scrollbar-width: thin;
    scrollbar-color: var(--bg-color-hotel) white;
}








    .bacheca .Bnavbar #pop-up-not .corpo a {
        border-bottom: 0.5px solid #DBDBDB;
    }



    .bacheca .Bnavbar #pop-up-not .corpo .row {
        width: 100%;
        border-bottom: 1px solid white;
        margin: 0px;
        padding: 8px 0 8px 8px;
        transition: ease-out 0.3s;
        font-family: Open Sans;
        font-size: 12px;
        font-weight: 600;
        line-height: 16.34px;
        text-align: left;
        color: #4A4D53;
        cursor: pointer;
    }

/*.bacheca .Bnavbar #pop-up-not .corpo .row i{
        font-size:24px;
        width:fit-content;
    }
        .bacheca .Bnavbar #pop-up-not .corpo .row:hover {*/
/*background-color: #bbb;
            color: white;*/
/*background-color: #f8f8f8;
            color: #4a4d53;
        }

        .bacheca .Bnavbar #pop-up-not .corpo .row .desc {*/
/*    font-size: 0.8rem;
            font-weight: 500;*/
/*cursor: default;
            display: block;
            width: 100%;
            font-family: Open Sans;
            font-size: 12px;
            font-weight: 400;
            line-height: 16.34px;
            text-align: left;
        }*/



.notification-link .row {
    display: flex;
    align-items: center; /* Align items vertically */
}

.notification-link .notification-icon {
    font-size: 24px;
    width: fit-content;
    padding: 0px;
    color: #204769;
}

.bacheca.agora .notification-link .notification-icon {
    font-size: 24px;
    width: fit-content;
    padding: 0px;
    color: #5B6876;
}

.notification-link .notification-content {
    width: 90%;
    position: relative;
    transition: all .2s ease
}

#pop-up-not .corpo .notification-link .row:hover {
    background-color: #f3f4f6;
}

.notification-link .notification-content .notification-data {
    position: absolute;
    right: 8px;
    font-size: 0.8rem;
    text-transform: capitalize;
    font-size: 11px;
    color: #808388;
}

.notification-id {
    top: 0px;
}

.notification-time {
    top: 20px;
}

.notification-link .notification-title {
    color: #4A4D53;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    text-align: left;
}

.notification-link .desc {
    color: #4A4D53;
    margin-top: 4px;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
    max-width: 300px;
}




.bacheca .Bnavbar #pop-up-not.active {
    pointer-events: all;
    opacity: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.bacheca .Bnavbar #pop-up-not.expanded {
    width: calc(100% - 70% - 22px);
    height: calc(100vh - 82px);
}

    .bacheca .Bnavbar #pop-up-not.expanded .corpo {
        height: calc(100vh - 114px);
    }

.bacheca .Bnavbar #pop-up-asist {
    width: 600px;
    height: 300px;
    text-align: center;
    border-radius: 20px;
    background-color: white;
    padding: 8px 0;
    position: absolute;
    z-index: 10;
    top: 15vw;
    left: calc(51% - 300px);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
    /*box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.5);*/
}


    .bacheca .Bnavbar #pop-up-asist .text {
        color: #204769;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        display: flex;
        padding: 5px 20px;
        justify-content: center;
        font-family: 'Poppins';
    }


    .bacheca .Bnavbar #pop-up-asist .text2 {
        color: #204769;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        display: flex;
        padding: 5px 20px;
        justify-content: flex-start;
        font-family: 'Poppins';
    }

.to .bacheca .Bnavbar #pop-up-asist .text2 {
    color: #164B3B;
}

.bacheca .Bnavbar #pop-up-asist #message {
    resize: none;
    display: flex;
    margin: 10px auto;
    width: 93%;
}

.bacheca .Bnavbar #pop-up-asist #inviaMsg {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    color: white;
    background-color: #204769;
    border: 2px solid #204769;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    transition: 0.3s ease-out;
}

#inviaMsg:hover {
    color: white !important;
    background-color: #5C9CD4 !important;
    border: 0 !important;
}

.to #inviaMsg:hover {
    color: white !important;
    background-color: #DCEBD2 !important;
    border: 0 !important;
}



.to .bacheca .Bnavbar #pop-up-asist #inviaMsg {
    background-color: var(--bg-color-to);
    border: 2px solid var(--bg-color-to);
}

    .to .bacheca .Bnavbar #pop-up-asist #inviaMsg:hover {
        background-color: var(--hover-to);
        border-color: var(--hover-to);
    }

.bacheca .Bnavbar #pop-up-asist .pulsanteInvia {
    margin-top: 24px;
}

.bacheca.agora .Bnavbar #pop-up-asist .text {
    color: var(--agora) !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    font-family: 'Poppins';
}

.bacheca.agora .Bnavbar #pop-up-asist .text2 {
    color: var(--agora) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    padding: 5px 20px;
    justify-content: flex-start;
    font-family: 'Poppins';
}

.bacheca.agora .Bnavbar #pop-up-asist #message {
    resize: none;
}

.bacheca.agora .Bnavbar #pop-up-asist #inviaMsg {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    color: white;
    background-color: #708090;
    border: 2px solid #708090;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
}


    .bacheca.agora .Bnavbar #pop-up-asist #inviaMsg:hover {
        color: white !important;
        background-color: #b2c8de !important;
        border: 0 !important;
    }

.bacheca.agora .Bnavbar #pop-up-asist .pulsanteInvia {
    margin-top: 24px;
}

.bacheca .Bnavbar #pop-up-asist .img-container {
    font-size: 60px;
    padding: 0 20px;
    color: #204769;
    margin-top: 25px;
}

.to .bacheca .Bnavbar #pop-up-asist .img-container,
.to .bacheca .Bnavbar #pop-up-asist .text,
.to .bacheca .Bnavbar #pop-up-not .head
.to .bacheca .Bnavbar #pop-up-not .corpo {
    color: var(--verde-to);
}

.bacheca .Bnavbar #pop-up-asist .dimTesto {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-top: 50px;
}

}

.bacheca .Bnavbar #pop-up-asist .corpo {
    width: 100%;
    height: 341px;
    /* display: grid;
        grid-template-columns: 1fr 1fr;*/
}

    .bacheca .Bnavbar #pop-up-asist .corpo .col {
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.bacheca .Bnavbar #pop-up-asist .text .link {
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 22px;
    color: rgb(66, 66, 66);
    font-size: 1.5rem;
    padding: 2px 10px;
}

.bacheca .Bnavbar .actOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    /*transition: opacity .15s linear;*/
    opacity: .5;
}

.bacheca .Bnavbar #pop-up-asist .corpo .col a {
    text-decoration: none;
    color: black;
    font-size: large;
    font-weight: 500;
    margin-top: 20px;
}

.bacheca .Bnavbar #pop-up-asist .corpo .col .img {
    width: 1500px;
}



/*        .bacheca .Bnavbar #pop-up-asist .corpo .col .img2 {
            width: 1500px;
            margin-left: 79px;
            margin-top: 15px;
        }*/

.bacheca .Bnavbar #pop-up-asist .corpo .col a:hover {
    color: #2d78da;
}


.bacheca .Bnavbar #pop-up-asist .corpo .romAsst {
    display: flex;
    flex-direction: row;
}


.bacheca .Bnavbar.to #pop-up-asist .corpo .col .img-container {
    background-color: #424242;
}

.bacheca .Bnavbar #pop-up-asist .corpo .col .img-container {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 50%;
    /*background-color: orange;*/
    background-color: #204769;
    font-size: 55px !important;
    color: white;
}

.bacheca .Bnavbar #pop-up-asist .corpo .col i {
}

.bacheca .Bnavbar #pop-up-asist.active {
    pointer-events: all;
    opacity: 1;
}

.bacheca .Bnavbar.to #main_sidebar_button {
    background-color: var(--bg-color-to);
}

.bacheca .Bnavbar #main_sidebar_button:hover {
    /*background-color: rgba(250, 250, 250, 0.3);*/
}

.bacheca .Bnavbar #main_sidebar_button.active {
   /* background-color: rgba(255, 255, 255, 0.5);*/
}

    .bacheca .Bnavbar #main_sidebar_button.active i {
/*        color: #204769;*/
        font-size: 22px;
        font-weight: 550;
    }



    

.to .bacheca .Bnavbar #main_sidebar_button.active i {
    /*color: var(--verde-to) !important;*/
    font-size: 22px;
    font-weight: 550;
}

.bacheca .Bnavbar #main_sidebar_button i {
    color: #fff;
    font-size: 22px;
    font-weight: 550;
}

.bacheca .Bnavbar #main_sidebar_button + .bubble-text {
    position: absolute;
    bottom: 0%;
    left: 15px;
    transform: translate(-1%,0);
    height: fit-content;
    width: 50px;
    z-index: 3;
    margin-bottom: auto;
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}

.bacheca .Bnavbar #main_sidebar_button:hover + .bubble-text {
    opacity: 1;
}

.bacheca .Bnavbar #logout-button #exitTxt {
    background-color: transparent;
    opacity: 0;
    color: transparent;
    font-size: 14px;
    height: 20px;
    white-space: pre;
    position: absolute;
    top: 38px;
}

.bacheca .Bnavbar #logout-button:hover #exitTxt {
    position: absolute;
    bottom: 0%;
    z-index: 3;
    margin-bottom: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.bacheca .Bnavbar .icon-container a {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    height: 40px;
    width: 40px;
}

a .badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px 2px 4px;
    background-color: red;
    color: white;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
}

a .badgePers {
    right: 20px;
    background-color: white;
    color: #204769;
}

a .badgeAz {
    right: -15px;
}

.bacheca .Bnavbar .to .icon-container a .badge {
    background-color: #424242;
}

.bacheca .Bnavbar .icon-container a .badge.hidden {
    display: none;
}

.bacheca .Bnavbar .icon-container i {
    color: white;
    font-size: 25.5px;
    margin-bottom: 7.3px;
    top: 6px;
    position: relative;
}

.bacheca .Bnavbar .icon-container a .button-text {
    background-color: transparent;
    opacity: 0;
    color: transparent;
    font-size: 14px;
    height: 20px;
    /*white-space: pre;*/
    position: absolute;
    top: 38px;
}

.bacheca .Bnavbar .icon-container a:hover .button-text {
    color: white;
    border-radius: 4px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}








.bacheca .Bnavbar .icon-container #portafoglio .text {
    color: white;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}


.bacheca .Bnavbar .icon-container #portafoglio:hover .text {
    color: white;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    /*
    border-radius: 4px;
    font-size: 14px;
    margin-top: -50px;
    width: 45px;
    top: -4px;
    position: relative;
    */
}


.bacheca .Bnavbar .icon-container #portafoglio:hover #imw {
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.bacheca .Bnavbar .icon-container #portafoglio #imw {
    border-radius: 4px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.bacheca .Bnavbar .icon-container {
    background-color: transparent;
    height: 50px;
    width: 17%;
    position: absolute;
    top: 19%;
    left: 64%; /*calc(100% - 450px);
        transform: translate(-77%, -50%);*/
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}
    /*gli hover per la bar sopra*/
    .bacheca .Bnavbar .icon-container #home,
    .bacheca .Bnavbar .icon-container #Crea,
    .bacheca .Bnavbar .icon-container #notifiche,
    .bacheca .Bnavbar .icon-container #assistenza,
    .bacheca .Bnavbar .icon-container #portafoglio {
        transition: transform 0.3s ease;
    }

        .bacheca .Bnavbar .icon-container #portafoglio i {
            font-size: 27px;
        }

        .bacheca .Bnavbar .icon-container #home:hover,
        .bacheca .Bnavbar .icon-container #Crea:hover,
        .bacheca .Bnavbar .icon-container #notifiche:hover,
        .bacheca .Bnavbar .icon-container #assistenza:hover,
        .bacheca .Bnavbar .icon-container #portafoglio:hover {
        }

.bacheca .Bnavbar .selector {
    height: 75%;
    width: 165px;
    border: none;
    background-color: rgb(32, 71, 105);
    position: absolute;
    top: 13%;
    border-radius: 5px;
    left: 7.35%;
    text-decoration-color: black;
    color: white;
    font-weight: 500;
    outline: none;
}

.bacheca .Bnavbar #nome-azienda {
    position: absolute;
    top: 28px;
    left: 7.35%;
    border: none;
    text-decoration-color: black;
    color: white;
    font-weight: 500;
    outline: none;
}

.bacheca #main_sidebar .list_element:hover .text {
    color: #fff;
    font-weight: 600;
}

.bacheca #main_sidebar.collapsed .list_element .drop-indicator {
    position: absolute;
    right: 5%;
    bottom: 0%;
    opacity: 0;
}

.bacheca #main_sidebar .list_element .drop-indicator {
    position: absolute;
    right: 5%;
    bottom: 6.5%;
    opacity: 1;
}

    .bacheca #main_sidebar .list_element .drop-indicator i,
    .bacheca .super-riga.collapsed i {
        transition: ease-out 0.3s;
    }

        #main_sidebar .list_element .drop-indicator i.rotate,
        .bacheca .super-riga.collapsed i.rotate {
            transform: rotate(180deg);
        }

.bacheca .super-riga.collapsed i {
    padding: 0 !important;
}

/*.bacheca .super-riga.collapsed*/



/*
    added by fra, right menu
*/
.hidden-list {
    width: 100%;
    display: none;
}

.bacheca #sidebar_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 89%;
    width: 5%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: -250px;
    background-color: var(--bg-color-hotel);
    overflow-x: hidden;
    padding-top: 16px;
    transition: all 0.3s;
}

    .bacheca #sidebar_right.to {
        background-color: var(--bg-color-to);
    }

    .bacheca #sidebar_right a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 20px 8px 20px 36px;
        text-decoration: none;
        font-size: 26px;
        color: rgb(255, 255, 255);
    }
        /*

*/
        .bacheca #sidebar_right a .bubble-text {
            position: absolute;
            bottom: -50%;
            left: 50%;
            height: 50%;
            width: 75%;
            z-index: 3;
            margin-bottom: auto;
            justify-content: center;
            align-items: center;
            background-color: rgba(30, 30, 30, 0.8);
            color: #fff;
            padding: 0;
            border-radius: 4px;
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .bacheca #sidebar_right a:hover {
            background-color: rgb(255,255,255, 0.6);
            color: #fff;
        }

            .bacheca #sidebar_right a:hover .bubble-text {
                opacity: 1;
            }

#sidebar_right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    width: 100%;
    transform: translateX(-30%);
}

#sidebar_right .desc {
    position: relative;
    display: inline-block;
    top: -20px;
    text-align: center;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    width: 100%;
}

#sidebar_right .Active {
    background-color: antiquewhite;
}


/* finsl */
.bacheca .exit-btn {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 5px;
    background-color: #ffffff;
    color: #04AA6D;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    cursor: pointer;
}

.bacheca .Calendar-container .header .btn-container {
    position: absolute;
    top: 0;
    right: 8%;
    height: 82.5%;
}


.slider::-webkit-slider-thumb {
    box-shadow: -400px 0px 0px 400px rgb(244, 169, 57);
    appearance: none;
    width: 25px;
    height: 49px;
    background: rgb(244, 169, 57);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 49px;
    background: rgb(244, 169, 57);
    cursor: pointer;
}

.slider::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 49px;
    background: rgb(244, 169, 57);
    cursor: pointer;
}

.silder::before {
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% - 25px);
    height: 49px;
    background: #04AA6D;
    z-index: 2;
}


/*.bacheca .red {
    color: red;
}*/

.bacheca .budget {
    width: 100%;
    height: 100%;
    display: block;
}

    .bacheca .budget .body {
        height: 100%;
        width: 100%;
        display: block;
    }

        .bacheca .budget .body .tabella {
            min-width: 1700px;
            width: 100%;
            height: 100%;
            background-color: rgb(230, 231, 233);
        }



            .bacheca .budget .body .tabella .filters .casella-div {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                font-size: 1.4rem;
                /*                background-color: #f9d33e;
*/ color: rgb(82, 82, 82);
                font-weight: 600;
            }


            .bacheca .budget .body .tabella .names .casella-div {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                font-size: 1.3rem;
                color: rgb(82, 82, 82);
                font-weight: 600;
            }


            .bacheca .budget .body .tabella .riga .casella-div {
                width: 100%;
                display: grid;
                /*                background-color: rgba(236, 164, 20, 0.8);
*/ grid-template-columns: 1fr 1fr 1fr;
                border: none;
            }


                .bacheca .budget .body .tabella .riga .casella-div:nth-child(3n+1) {
                    /*                    background-color: rgba(255, 189, 59, 0.8);
*/
                }

                .bacheca .budget .body .tabella .riga .casella-div:nth-child(3n+2) {
                    /*                    background-color: rgba(193, 133, 45, 0.8);
*/
                }

            .bacheca .budget .body .tabella .btn-2 {
                display: inline-block;
                padding: 10px 20px;
                margin-left: 5px;
                background-color: #ffffff;
                color: #f9d33e;
                border: none;
                text-align: center;
                text-decoration: none;
                font-size: 0.8rem;
                cursor: pointer;
                position: absolute;
                top: 1%;
                right: 13%;
                z-index: 2;
                border-radius: 0.375rem;
            }

            .bacheca .budget .body .tabella .riga .inp::placeholder {
                color: rgb(32, 71, 105);
            }


/*.bacheca .gprof {
    width: 100%;
    height: 100%;
    display: block;
}

    .bacheca .gprof .header {
        width: 100%;
        height: 64px;
        background-color: #f9d33e;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0px;
        position: sticky;
        top: 0;
        z-index: 2;
        border-bottom: 5px solid white;
    }

        .bacheca .gprof .header .btn {
            height: 64%;
            width: fit-content;
            background-color: white;
            color: #f9d33e;
            border: none;
            border-radius: 4px 4px 4px 4px;
            font-size: 0.8vw;
            position: absolute;
            top: 18%;
            right: 2%;
        }

        .bacheca .gprof .header h2 {
            color: white;
            top: 19%;
            position: absolute;
            left: calc(57% - 12rem);
        }
*/

.bacheca .servizi .header .btn-anulla {
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
    font-size: 20px;
    height: 35px;
    background-color: white;
    color: rgb(228, 113, 43);
    align-items: center;
    justify-content: center;
}

.bacheca .servizi .header {
    text-align: center;
}

.loadscreen {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    transition: all 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.background-timone {
    height: 600px;
    background: blue;
}

.space-between {
    width: 10px;
}





/*.AddrCerca {
    width: 100%;
    height: 100%;
}

.AddrCerca h2{
    width: 100%;
    height: 100%;
}

    .AddrCerca .subcontainer {
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-content: space-around;
    }

    .AddrCerca .footer {
        width: 100%;
        height: 100%;
    }*/





.AddrCerca {
    width: 100%;
}

    .AddrCerca h2 {
        width: 100%;
    }

    .AddrCerca .subcontainer {
        display: flex;
        justify-content: space-between;
    }

    .AddrCerca .footer {
        display: flex;
        justify-content: flex-end;
    }

        .AddrCerca .footer button,
        .AddrCerca .footer input[type="submit"] {
            margin-left: 10px; /* Adjust the space between buttons */
        }






@media screen and (max-width: 1600px) and (min-width: 1366px) {
    /*    .bacheca .timone {
        height: 550px;
        width: 550px;
        top: calc(50vh - 315px);
        left: calc(50% - 275px);
    }*/

    .bacheca .timone #menu-sup-button, .bacheca .timone #menu-l-button, .bacheca .timone #menu-r-button {
        font-size: 0.9rem;
        font-weight: 700;
    }

    .bacheca .Calendar-container {
        left: calc(50% - 350px);
        height: 700px;
        width: 700px;
    }

    .bacheca .contratti .tabella {
        /*left: calc(50% - 500px);*/
        height: 625px;
        width: 1000px;
    }
}

/*@media screen and (max-width: 1300px) {
    .bacheca .Bnavbar .searchbar {
        display: none;
    }

    .bacheca .Bnavbar #logout-button {
        left: calc(100% - 10%);
    }
}*/

/*
        timone gia responsive
@media screen and (max-width: 1366px) and (min-width: 1024px) {
    .bacheca .timone {
        height: 500px;
        width: 500px;
        top: calc(50% - 285px);
        left: calc(50% - 250px);
    }*/

.bacheca .timone #menu-sup-button,
.bacheca .timone #menu-l-button,
.bacheca .timone #menu-r-button {
    font-size: 0.7rem;
    font-weight: 600;
}

.bacheca .contratti .tabella {
    /*left: calc(50% - 500px);*/
    height: 625px;
    width: 1000px;
}

/*
    timone gia responsive
    @media screen and (max-width: 1024px) {
    .bacheca .timone {
        height: 400px;
        width: 400px;
        top: calc(50% - 225px);
        left: calc(50% - 200px);
    }*/

.bacheca .timone #menu-sup-button,
.bacheca .timone #menu-l-button,
.bacheca .timone #menu-r-button {
    font-size: 0.7rem;
    font-weight: 600;
}

.bacheca .contratti .tabella {
    /*left: calc(50% - 400px);*/
    height: 500px;
    width: 800px;
}

}

/* Container with a fixed width and horizontal scrollbar */
.scroll-container {
    width: 300px; /* Adjust the width as needed */
    overflow-x: scroll;
}

.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 9;
}

    .overlay2.hidden {
        display: none;
    }

.bacheca.agora .form-control {
    background-color: transparent;
}


@media screen and (max-width: 768px) {
    .bacheca .Bnavbar .icon-container {
        left: 58%;
        top: 21%;
    }

        .bacheca .Bnavbar .icon-container a {
            width: 30px;
        }

    .bacheca .Bnavbar #nome-azienda {
        top: 33px;
        left: 14.35%;
        font-size: 0.9rem;
    }

    .bacheca .Bnavbar #main_sidebar_button.active,
    .bacheca .Bnavbar #main_sidebar_button {
        width: 45px;
        height: 40px;
    }
}

a:hover {
    color: unset;
}


#pop-up-alert-msg, #pop-up-alert-OK, #pop-up-alert-KO {
    display: none;
    position: absolute;
    border-radius: 20px;
    border: none;
    padding: 0px !important;
    box-shadow: var(--popup-box-shadow);
    pointer-events: all;
    z-index: 10001;
    background-color: #dbdbdb;
    background-color: white;
    width: 340px;
    height: 160px;
    top: 24vw;
    left: 51%;
    transform: translate(-50%, -50%);
}

    #pop-up-alert-msg.active, #pop-up-alert-OK.active, #pop-up-alert-KO.active {
        display: block
    }

    #pop-up-alert-msg .img-fluid.imgConferma, #pop-up-alert-OK .img-fluid.imgConferma, #pop-up-alert-KO .img-fluid.imgConferma {
        position: absolute;
        right: 0;
        width: 47%;
    }


    #pop-up-alert-msg .close-popup, #pop-up-alert-OK .close-popup, #pop-up-alert-KO .close-popup {
        position: absolute;
        top: 4px;
        right: 8px;
        font-size: 18px;
        cursor: pointer;
        color: black;
        opacity: .5;
        opacity: .5;
        transition: .3s ease-out;
    }

    #pop-up-alert-msg .text, #pop-up-alert-OK .text, #pop-up-alert-KO .text {
        text-align: center;
        margin-top: 80px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24.51px;
        color: #4a4d53;
    }


.bacheca #main_sidebar a.btnDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}


/*
    //Styling for the notification pop-up   Added by waleed*

    .bacheca .Bnavbar #pop-up-not .corpo .row {
    width: 100%;
    border: 1px solid white;
    margin: 0px;
    color: black;
    background-color: rgb(183, 183, 183);
    padding: 8px 0 8px 8px;
    cursor: default;
}

*/



/*
    //Styling for the notification pop-up close button  Added by waleed*

    .link .fa-xmark{
    color:#000;
    transition: .3s ease-out;
    opacity:.5;
}

.link .fa-xmark:hover {
    opacity:1;
}

*/



/*
    //Styling for icons in the upper bar to stop scaling Added by waleed*

  .bacheca .Bnavbar .icon-container #home:hover,
            .bacheca .Bnavbar .icon-container #Crea:hover,
            .bacheca .Bnavbar .icon-container #notifiche:hover,
            .bacheca .Bnavbar .icon-container #assistenza:hover,
            .bacheca .Bnavbar .icon-container #portafoglio:hover {
               // transform: scale(1.1);
            }

*/




/* Define styles for the custom-active-item class */
.custom-active-item {
    color: red !important; /* Example style for text color */
    /* Add any additional styles here */
}

.hSelect:focus,
.hInput:focus,
.hDate:focus {
    border-color: #5c9cd4;
}







#pop-up-alert-OK, #pop-up-alert-KO, #pop-up-alert-msg {
    display: none;
    position: absolute;
    border-radius: 20px;
    border: none;
    opacity: 0;
    padding: 0px !important;
    box-shadow: var(--popup-box-shadow);
    pointer-events: all;
    z-index: 10001;
    background-color: #dbdbdb;
    background-color: white;
    width: 546px;
    height: 216px;
    top: 510%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pop-up-alert-msg {
    left: 51%;
    top: 558%;
}


    #pop-up-alert-OK.active, #pop-up-alert-KO.active, #pop-up-alert-msg.active {
        opacity: 1;
        display: block;
    }




    #pop-up-alert-OK .text, #pop-up-alert-KO .text, #pop-up-alert-msg .text {
        text-align: center;
        margin-top: 85px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24.51px;
        color: #4a4d53;
        z-index: 4;
    }


    #pop-up-alert-OK .img-fluid.imgConferma, #pop-up-alert-KO .img-fluid.imgConferma, #pop-up-alert-msg .img-fluid.imgConferma {
        position: absolute;
        right: 0;
        width: 52%;
    }

    #pop-up-alert-msg .img-fluid.imgConferma {
        width: 40%;
    }



    #pop-up-alert-OK .close-popup, #pop-up-alert-KO .close-popup, #pop-up-alert-msg .close-popup {
        position: absolute;
        top: 10px;
        right: 17px;
        font-size: 1.3rem;
        cursor: pointer;
        color: black;
        opacity: .5;
        opacity: .5;
        transition: .3s ease-out;
    }


    #pop-up-alert-OK .foot, #pop-up-alert-KO .foot, #pop-up-alert-msg .foot {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
        margin-top: 30px;
        gap: 10px;
        padding-right: 20px;
        align-items: center;
        text-align: center;
        z-index: 8;
    }


        #pop-up-alert-OK .foot #elimina, #pop-up-alert-KO .foot #elimina, #pop-up-alert-msg .foot #elimina {
            border-radius: 6px;
            color: white;
            background-color: transparent;
            font-weight: 600;
            font-size: 1.1rem;
            height: 40px;
            width: 120px;
            border: 2px solid #FF616F;
            margin-left: 15px;
            font-size: 14px;
            font-weight: 700;
            color: #FF616F;
            cursor: pointer;
        }

        #pop-up-alert-OK .foot #annulla, #pop-up-alert-KO .foot #annulla, #pop-up-alert-msg .foot #annulla {
            border-radius: 6px;
            color: white;
            background-color: transparent;
            height: 40px;
            width: 120px;
            border: 2px solid #4A4D53;
            margin-left: 15px;
            font-size: 14px;
            font-weight: 600;
            color: #4A4D53;
            cursor: pointer;
            text-align: center
        }



    #pop-up-alert-OK .titolo, #pop-up-alert-KO .titolo, #pop-up-alert-msg .titolo {
        margin-top: 20px;
        font-size: 24px;
        font-weight: 600;
        line-height: 24.51px;
        color: #4a4d53;
        padding-left: 20px;
    }

#customToast {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: 5px;
    z-index: 99;
}


.body-bacheca.no-sidebar .round-border {
    position: fixed;
    right: 0;
    display: block;
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    justify-content: center;
    background-color: white;
    transition: all 0.3s ease-out;
    border-top-left-radius: 0px;
    overflow: hidden !important;
    top: 0;
    left: 0;
}

.body-bacheca.no-sidebar .bacheca .mainContainer {
    padding: 0;
    height: 100vh !important;
}


.body-bacheca.no-sidebar #backgIcn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 0px;
    object-fit: fill;
    opacity: 0.8;
}

#content.rsb-tableau .btn.btn-overlay {
    background: #206953;
    border-color: #206953;
}
