@import '_content/Bucher.UI/Bucher.UI.im1yq88a3i.bundle.scp.css';

/* _content/SRM/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-n4562pe3wb] {
    flex: 1;
}

#blazor-error-ui[b-n4562pe3wb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n4562pe3wb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SRM/Components/NavigationMenu.razor.rz.scp.css */
.material-symbols-rounded[b-hprtp78fzu] {
    font-size: 27px;
}

.sidebar[b-hprtp78fzu] {
    width: 15%;
    transition: width 0.5s ease, height 0.5s ease;
    background-color: #004C6D;
    height: 100dvh;
    overflow: hidden
}

    .sidebar.collapsed[b-hprtp78fzu] {
        width: 95px;
    }

.sidebar-header[b-hprtp78fzu] {
    font-weight: 800;
    font-size: 24px;
}

.nav-items li[b-hprtp78fzu] {
    cursor: pointer;
    transition: background-color 0.2s;
}

    .nav-items li:hover[b-hprtp78fzu] {
        background-color: #FFFFFF33;
    }

.sidebar.collapsed .nav-items li[b-hprtp78fzu],
.sidebar.collapsed .search-box[b-hprtp78fzu] {
    justify-content: center;
}

.sidebar.collapsed .nav-items span:not(.material-symbols-rounded)[b-hprtp78fzu],
.sidebar.collapsed label[b-hprtp78fzu],
.sidebar.collapsed .bottom-part span:not(.material-symbols-rounded)[b-hprtp78fzu],
.sidebar.collapsed .bottom-part .log-data-div[b-hprtp78fzu],
.sidebar.collapsed .dropdown[b-hprtp78fzu],
.sidebar:not(.collapsed) .nav-items .material-symbols-rounded[b-hprtp78fzu] {
    display: none !important;
    opacity: 0;
    transform: translateX(-10px);
}

.sidebar .nav-items span[b-hprtp78fzu],
.sidebar input[b-hprtp78fzu], .sidebar label[b-hprtp78fzu],
.sidebar .bottom-part span[b-hprtp78fzu],
.sidebar .bottom-part .log-data-div[b-hprtp78fzu],
.sidebar .dropdown[b-hprtp78fzu] {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.sidebar.collapsed button[b-hprtp78fzu] {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    border: none !important;
}

    .sidebar.collapsed button:hover[b-hprtp78fzu] {
        --bs-bg-opacity: 1;
        background-color: transparent !important;
        border: none !important;
    }

.sidebar:not(.collapsed) .nav-items span:not(.material-symbols-rounded)[b-hprtp78fzu] {
    opacity: 1;
    transform: translateX(0);
}

.logo-wrapper img[b-hprtp78fzu] {
    transition: opacity 0.9s ease-in-out, transform 0.4s ease-in-out, width 0.2s ease;
}

.sidebar:not(.collapsed) .logo-wrapper .img2[b-hprtp78fzu],
.sidebar.collapsed .logo-wrapper .img1[b-hprtp78fzu] {
    opacity: 0;
    width: 0;
}

.sidebar.collapsed .logo-wrapper .img2[b-hprtp78fzu],
.sidebar:not(.collapsed) .logo-wrapper .img1[b-hprtp78fzu] {
    opacity: 1;
    width: -webkit-fill-available;
}

.sidebar.collapsed .dropdown[b-hprtp78fzu] {
    overflow-x: hidden;
}

.dropdown-toggle[b-hprtp78fzu] {
    background-color: var(--background-color);
    border: 1px solid var(--border-main);
    border-radius: 5px;
    color: var(--text-main-disabled);
    padding: 6px 16px 6px 12px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

    .dropdown-toggle[b-hprtp78fzu]::after {
        content: none;
        display: none;
    }

.dropdown-menu[b-hprtp78fzu] {
    background-color: var(--background-color);
}

.dropdown-item[b-hprtp78fzu] {
    color: var(--text-main);
}

    .dropdown-item:hover[b-hprtp78fzu] {
        background-color: var(--primary-color-hover);
        color: var(--primary-color-overlay-text);
    }

    .dropdown-item.active[b-hprtp78fzu], .dropdown-item:active[b-hprtp78fzu] {
        background-color: var(--primary-color);
        color: var(--primary-color-overlay-text);
    }

        .dropdown-item.active:hover[b-hprtp78fzu], .dropdown-item:active[b-hprtp78fzu] {
            background-color: var(--primary-color-hover);
        }

@media screen and (max-width: 1199px) {
    .sidebar[b-hprtp78fzu] {
        width: 100%;
        background-color: #004C6D;
        height: 100vh;
        transition: all 0.5s ease;
        overflow: hidden;
    }

        .sidebar.collapsed[b-hprtp78fzu] {
            width: 100%;
            height: 74px;
        }

        .sidebar .bottom-part[b-hprtp78fzu] {
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .sidebar .bottom-part[b-hprtp78fzu],
        .sidebar:not(.collapsed) .logo-wrapper .img1[b-hprtp78fzu] {
            opacity: 1;
            transition: opacity 0.5s ease;
        }

        .sidebar:not(.collapsed) .logo-wrapper .img1[b-hprtp78fzu] {
            width: 230px;
        }
}
/* _content/SRM/Components/Toast/Toast.razor.rz.scp.css */
.material-symbols-rounded[b-hshkg4q50n] {
    font-size: 32px;
}

.material-symbols-rounded.success[b-hshkg4q50n] {
    color: #29d738;
}

.material-symbols-rounded.info[b-hshkg4q50n] {
    color: #1d64f2;
}

.material-symbols-rounded.warning[b-hshkg4q50n] {
    color: #ffb60a;
}

.material-symbols-rounded.error[b-hshkg4q50n] {
    color: #f11a1a;
}

.close .material-symbols-rounded[b-hshkg4q50n] {
    font-size: 24px;
    color: #797979;
}

.toast[b-hshkg4q50n] {
    background: white;
    border-radius: 6px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
    position: fixed;
    bottom: 4vh;
    right: 5vw;
    width: 90vw;
    z-index: 9999999;
}

@media only screen and (min-width: 600px) {
    .toast[b-hshkg4q50n] {
        width: 50vw;
    }
}

@media only screen and (min-width: 768px) {
    .toast[b-hshkg4q50n] {
        width: 40vw;
    }
}


@media only screen and (min-width: 992px) {
    .toast[b-hshkg4q50n] {
        width: 33vw;
    }
}


@media only screen and (min-width: 1200px) {
    .toast[b-hshkg4q50n] {
        width: 25vw;
    }
}

.toast.success[b-hshkg4q50n] {
    border-left: 5px solid #29d738;
}

.toast.info[b-hshkg4q50n] {
    border-left: 5px solid #1d64f2;
}

.toast.warning[b-hshkg4q50n] {
    border-left: 5px solid #ffb60a;
}

.toast.error[b-hshkg4q50n] {
    border-left: 5px solid #f11a1a;
}

.toast-icon[b-hshkg4q50n] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
}

.toast-body[b-hshkg4q50n] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    gap: .25rem
}

.toast-body p[b-hshkg4q50n] {
    margin-bottom: 0;
    font-size: 14px;
    color: #797979;
}

.toast-body h5[b-hshkg4q50n] {
    color: black;
}

.toast-visible[b-hshkg4q50n] {
    display: flex !important;
    flex-direction: row;
    animation: fadein 10s ease 0s 1 alternate;
}
/* _content/SRM/Components/UI/DocIndicator.razor.rz.scp.css */
.storage-indicator[b-au045taa50] {
    width: 25px;
    height: 25px;
    border: 1px solid var(--border-main);
}
/* _content/SRM/Components/UI/Spinner.razor.rz.scp.css */
@keyframes spin-b-z042qwy3sz {
    to {
        transform: rotate(360deg)
    }
}

.animate-spin[b-z042qwy3sz] {
    height: 1.4rem;
    width: 1.4rem;
    animation: spin-b-z042qwy3sz 1s linear infinite;
}

/* Base style if no parent button was found */
    .animate-spin circle[b-z042qwy3sz] {
        stroke-width: 2px;
        stroke: var(--text-primary);
    }

    .animate-spin path[b-z042qwy3sz] {
        fill: var(--text-primary);
    }

/* Style if parent button is primary */
.btn-primary:has(.animate-spin) .animate-spin circle[b-z042qwy3sz] {
    stroke: var(--primary-color-overlay-text);
}

.btn-primary:has(.animate-spin) .animate-spin path[b-z042qwy3sz] {
    fill: var(--primary-color-overlay-text);
}

/* Style if parent button is secondary */
.btn-secondary:has(.animate-spin) .animate-spin circle[b-z042qwy3sz] {
    stroke: var(--secondary-color-overlay-text);
}

.btn-secondary:has(.animate-spin) .animate-spin path[b-z042qwy3sz] {
    fill: var(--secondary-color-overlay-text);
}
