
/* ===== Sticky header ====== */
#main-container .site-main {
    flex-grow: 1;
    margin-top: 125px !important;
}

#header {
    position: fixed !important;
    z-index: 50;
    width: -webkit-fill-available !important;
}

/* Styles for the loading overlay */

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Ensure it's on top of everything */
}
.is_del {
    background-color: #ff00006e;
    color: white;
}
.update_actions {
    display: flex;
    justify-content: center;
}
tr.is_del:hover {
    background-color: red !important;
}
nav.mobile-menu>ul>li.menu-item-14 {
    display: none !important;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ffffff;
    display: flex;
    right: 3px;
    position: relative;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #ffffff;
    display: flex;
    left: 5px;
    position: relative;
}


.menu_minified {
    display: grid;
    justify-content: end;
}

/* For Chrome, Safari, and Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    transition: transform 0.3s ease;
    /* Smooth transition for zoom effect */
}

/* For Firefox */
input[type=number] {
    /* -moz-appearance: textfield; */
}

body {
    margin: 0;
    /* Remove default margin */
    padding: 20px;
    /* Add some padding */
    transition: all 0.3s ease;
    /* Smooth transition for layout changes */
}

/* Media query for screens larger than 1500px */
@media (min-width: 1500px) {
    body {
        width: 100%;
        /* Set width to 100% */
        max-width: none;
        /* Remove any max-width constraints */
        margin: 0;
        /* Remove margin to fill the screen */
        padding: 20px;
        /* Optional: keep padding for content */
    }
}

.container {
    max-width: 1200px;
    /* Set a max width for the content */
    margin: auto;
    /* Center the content */
}

.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid red;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.default-logo,
.ent_title {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.curr_bloc {
    display: flex;
    align-items: center;
}
.currency {
    display: none;
    width: 0.5em !important;
    position: absolute !important;
    z-index: 1;
}


.currency.show {
    display: flex;
    align-content: center;
    align-items: center;
    transform: translateX(12px);
    font-size: initial;
}


ul#menu-footer_menu {
    display: grid;
    justify-items: start;
    justify-content: start;
    width: -webkit-fill-available;
}

h2 {
    --theme-font-weight: 700;
    --theme-font-style: normal;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

.logo_section {
    display: flex;
    align-content: center;
    align-items: center;
}

.c_red,
.red {
    color: red !important;
}

.b_red {
    color: red !important;
}

.logo_bloc {
    display: grid;
    justify-content: center;
    justify-items: center;
    margin-right: 2em;
}

.logo_bloc img {
    width: 170px;
}

ul#menu-footer_menu svg {
    width: 3em;
}

a.site-logo-container {
    display: grid;
    align-items: center;
    justify-items: center;
}

main#main {
    background-color: white;
    /* border-top: 1px solid; */
    /* box-shadow: inset 2px 0px 5px #777777; */
}

#header {
    position: relative;
    z-index: 50;
    box-shadow: 5px 5px 10px #b9b9b9;
}



@media only screen and (min-width: 320px) {

    button.round-button {
        width: 1.5em !important;
        border-radius: 50%;
        height: 1.5em !important;
        display: grid;
        justify-items: center;
        align-items: center;
        justify-content: center;
        background-color: #ada9a9;
    }

    .menu_minified {
        right: 10px !important;
        z-index: 999 !important;
    }

}


@media only screen and (min-width: 375px) {
    button.round-button {
        top: 0.5em;
        position: relative;
    }

    .menu_minified {
        position: absolute;
        display: grid;
        justify-content: end;
        top: -18px;
    }    
    
}

@media only screen and (min-width: 425px) {

}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}



@media only screen and (min-width: 1260px) and (max-width:1439px) {

    /* button.round-button {
        top: -0.5em !important;
        position: relative !important;
        left: -5px !important;
    }
    button.round-button {
        width: 2em !important;
        border-radius: 50% !important;
        height: 2em !important;
    } */
    .currency.show {
        display: flex;
        align-content: center;
        align-items: center;
        transform: translate(5px, 0px);
    }
}


@media only screen and (min-width: 1440px) {
    button.round-button {
        top: 0.5em;
        position: relative;
        left: -0.5em;
    }

    button.round-button {
        width: 2em !important;
        border-radius: 50%;
        height: 2em !important;
    }

    button.round-button {
        top: 0;
        position: relative;
    }

    .menu_minified {
        position: relative !important;
        top: 15px !important;
        font-size: 18px;
        height: 0em;
        width: -webkit-fill-available;
        right: 6px !important;
        z-index: 999 !important;
        scale: 1;
    }
}


@media only screen and (min-width: 1540px) {}