.is-expanded-menu .full-header .primary-menu .menu-container {
    border-right: 0px !important;
}

.bg-very-light-gray {
    background-color: rgba(128, 128, 128, 0.155) !important;
}

.text-very-light-gray {
    color: rgba(128, 128, 128, 0.155) !important;
}

.text-light-gray {
    color: rgba(128, 128, 128, 0.511) !important;
}

.overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* UTILITIES */

.backoffice-content>p {
    line-height: 1.30em !important;
    margin-bottom: 1%;
}

.text-justify {
    text-align: justify !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    
}

@media (max-width: 767px) {
    .sm-w-100 {
        width: 100% !important;
    }
}


@media (max-width: 991px) {
    .md-w-75 {
        width: 75% !important;
    }
}

.backoffice-content>strong>a {
    color: rgba(128, 128, 128, 0.155) !important;
}

.backoffice-content>a {
    color: rgba(128, 128, 128, 0.155) !important;
}

.backoffice-content>h1,
.backoffice-content>h2,
.backoffice-content>h3,
.backoffice-content>h4,
.backoffice-content>h5,
.backoffice-content>h6 {
    margin: 30px 0 15px 0 !important;
    line-height: 2rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 28px !important;
}

.backoffice-content>.wixui-rich-text__text {
    line-height: 1.5rem !important;
    margin-bottom: 12px !important;
    font-size: 21px !important;

    @media screen and (max-width: 768px) {
        font-size: 18px !important;
    }
}

/* UTILITIES */

/* MENU */

.menu-container>.menu-item>a {
    font-weight: 600 !important;
}

.menu-container>.menu-item>a.current {
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

#header.sticky-header #header-wrap {
    background-color: white !important
}

/* MENU */

.custom-grid-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.custom-grid-filter li {
    margin: 0;
}

.custom-grid-filter a {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    color: #222222;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #222222;
    border-radius: 5px;
}

.custom-grid-filter>li>a:hover,
.custom-grid-filter>li>a.active-filter {
    background-color: #222222 !important;
    color: #fff !important;
}