body {
    font-family: 'Montserrat', sans-serif;
}

.text-justify {
    text-align: justify;
}
.wow:not(.animated){
	visibility: hidden;
}
.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}

.offcanvas {
    max-width: 80% !important;
}

a,
button {
    outline: 0;
}

.btn-close:focus {
    box-shadow: none !important;
}

.hidenav_gap {
    padding-top: 0px;
}

.owl-carousel .owl-stage {
    display: block !important;
}

hr {
    opacity: .1;
}

img {
    max-width: 100%;
    height: auto;
}

.img {
    background-size: cover;
    background-position: center;
}

.rotate-border {
    width: 150px;
    height: 200%;
    position: absolute;
    top: -50%;
    left: calc(50% - 75px);
    z-index: 0;
    background: linear-gradient(#016a45, #01636a);
    animation: rotate-border 5s linear infinite;
}

.dataTables_filter,
.dataTables_length {
    display: none;
}

.datatable table>thead>tr>th.sorting {
    cursor: pointer;
}

.datatable table>thead>tr>th.sorting:not(:empty):after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f127";
    margin-left: 5px;
}

.datatable table>thead>tr>th.sorting.sorting_asc:not(:empty):after {
    content: "\f148" !important;
}

.datatable table>thead>tr>th.sorting.sorting_desc:not(:empty):after {
    content: "\f128" !important;
}

/*simditor*/
.simditor {
    width: 100%;
}

.simditor .simditor-toolbar>ul>li>.toolbar-item {
    height: auto !important;
}

.simditor .simditor-toolbar>ul>li a {
    padding: 1rem !important;
}

.simditor .simditor-toolbar>ul {
    padding: 0 !important;
}

/*simditor*/
/*cookie bot */
CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #009678 !important;
    border-color: #009678 !important;
    color: #fff !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #009678 !important;
    color: #000 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #000 !important;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
    outline: none !important;
}

/*cookie bot */

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(350deg);
    }
}


/* hscroll */
.hscroll>*::-webkit-scrollbar-thumb,
.hscroll>*::-webkit-scrollbar,
.hscroll>*::-webkit-scrollbar-track {
    height: 0 !important;
    width: 0 !important;
    display: none !important;
}

.hscroll {
    overflow-y: hidden;
    position: relative;
}

.hscroll>* {
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}

.hscroll>*>* {
    width: min-content;
    min-width: 100%;

    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hscroll:after {
        content: "";
        background: -webkit-linear-gradient(0deg, rgba(48, 49, 52, 0), #fffff6);
        height: 100%;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
        width: 24px;
        z-index: 2;
    }

    .hscroll.dark:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5))) !important;
    }
}

/* hscroll */

.row .full-bg {
    /*
    <div class="position-relative">
        <div class="container">
            <div class="row">
                <div class="col-12 col-md-6">Colonna boxata</div>
                <div class="col-12 col-md-6">
                    <div class="full-bg text-end d-md-block"><!--sfondo--></div>
                    <h1>Contenuto boxato</h1>
                </div>
            </div>
        </div>
    </div>

    /* settare le variabili --bs-container (Xpx) e --bs-colperc (Y) su boostrap.css in base ai breakpoint utilizzati.
    --bs-container è la max-width in px (px da specificare) del container.
    --bs-colperc è la width in percentuale (% da non specificare) della colonna.
    */
    width: calc((((var(--bs-container) + var(--bs-gutter-x)) / 100 * var(--bs-colperc)) - (var(--bs-gutter-x) / 2)) + (100% - var(--bs-container))/2);
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    display: none;
}

.row>*:last-of-type .full-bg {
    margin-left: calc(-1 * var(--bs-gutter-x)/2);
}

.row>*:first-of-type .full-bg {
    margin-right: calc(-1 * var(--bs-gutter-x)/2);
    left: 0;
}

/*SM*/
@media (min-width: 576px) {}

/*MD*/
@media (min-width: 768px) {
    .border-md {
        border: 1px solid #dee2e6 !important;
    }

    .shadow-md {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }
}

/*LG*/
@media (min-width: 992px) {}

/*XL*/
@media (min-width: 1200px) {}

/*XXL*/
@media (min-width: 1400px) {}