:root {
    --bs-photoweb: #50c3ec;
    --bs-photoweb-light: #c1e9f7;
}


.accordion {
    --bs-accordion-active-bg: var(--bs-photoweb);
    --bs-accordion-border-color: var(--bs-photoweb);
}

.accordion-item {
    border-color: var(--bs-photoweb) !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    & .main-loader

{
    display: none;
}

&.loading {
    & .main-loader

{
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(160,160,160,0.5);
    /* HTML: <div class="loader"></div> */
}

}


ul.scrollable-menu {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

div.main-loader {
    text-align: center;
    padding-top: 100px;
}

.loader {
    box-sizing: border-box;
    position: relative;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

    .loader:after, .loader:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        border-radius: 50%;
        background: #faaf3d;
        animation: spin 1s linear infinite;
        transform-origin: 0px 100%;
    }

    .loader:before {
        transform-origin: 0 50%;
        background: #512e63;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.menu-list-item {
    display: inline-block;
    margin: 0px 10px;
}


.detail {
    font-weight: normal;
    font-size: 0.9em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.bg-photoweb {
    background-color: var(--bs-photoweb) !important;
}


div.accordion-collapse.show:has(+ .aggregat-detail) {
    display: none;
}

header.primary-toolbar {
    background-color: var(--bs-dark);
}

    header.primary-toolbar .bi {
        font-size: 24px;
        display: block;
    }

    header.primary-toolbar li {
        text-align: center;
    }

header .second-toolbar {
    background-color: var(--bs-photoweb);
    color: var(--bs-white);
    & .nav-text

{
    margin-right: 10px;
    display: inline-block;
    padding-top: 5px;
    & a

{
    display: inline;
}

}
}

.dropdown-menu.show {
    z-index: 9999;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-photoweb);
    color: var(--bs-white);
}

.header-search {
    width: auto;
}


