@import url("css/diagram.css");

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900; /* Black */
    src: url('fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900; /* Black Italic */
    src: url('fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700; /* Bold Italic */
    src: url('fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800; /* ExtraBold */
    src: url('fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800; /* ExtraBold Italic */
    src: url('fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200; /* ExtraLight */
    src: url('fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200; /* ExtraLight Italic */
    src: url('fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400; /* Italic */
    src: url('fonts/Poppins/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300; /* Light Italic */
    src: url('fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500; /* Medium */
    src: url('fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500; /* Medium Italic */
    src: url('fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600; /* SemiBold */
    src: url('fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600; /* SemiBold Italic */
    src: url('fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100; /* Thin */
    src: url('fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100; /* Thin Italic */
    src: url('fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
}

:root {
    --rz-shadow-1: rgba(109, 74, 255, 0.16) 0px 8px 24px 0px;
    --rz-layout-body-background-color: none;
    --rz-card-background-color: white;
    --rz-body-background-color: none;
    --rz-sidebar-background-color: rgb(27, 19, 64);
    --rz-header-background-color: white;
    --rz-base-100: #ffffff;
    --rz-panel-menu-background-color: rgb(27, 19, 64);
    --rz-panel-menu-icon-color: rgb(179, 163, 245);
    --rz-panel-menu-item-active-color: white;
    --rz-panel-menu-item-border: none;
    --rz-panel-menu-item-border-radius: 8px;
}

.rz-panel-menu .rz-navigation-item-active, .rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: var(--rz-panel-menu-item-active-background-color);
    color: white;
}

.rz-navigation-item {
    color: white;
}

.rz-body {
    background: linear-gradient(68.66deg, #e8e2ff 1.3%, #f7f5ff 50%);
}

.rz-sidebar-expanded {
    max-width: 300px !important;
}

.rz-dialog-confirm-buttons > button.rz-secondary {
    background-color: transparent !important;
    color: var(--rz-secondary) !important;
    box-shadow: none !important;
}

    .rz-dialog-confirm-buttons > button.rz-secondary:not(.rz-state-disabled):hover:not(:active) {
        background-color: var(--rz-secondary-lighter) !important;
        color: var(--rz-on-secondary-lighter) !important;
        background-image: none !important;
        box-shadow: none !important;
    }

.rz-accordion-objectviewer.rz-accordion a[role="tab"] {
    max-height: 40px;
}

.rz-tree-disabled .rz-chkbox {
    opacity: 0.3;
    pointer-events: none;
}

a:has(> .rz-button) {
    text-decoration: none !important;
}

:root {
    --animate-duration: 200ms !important;
}

html, body {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
}

.scrollbar-stable {
    scrollbar-gutter: stable !important;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.rz-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
    margin-bottom: 0.5rem;
}

    .rz-menu-list .rz-menu-list-item {
        list-style-type: none;
        font-size: var(--rz-panel-menu-font-size);
        font-weight: var(--rz-panel-menu-font-weight);
    }

        .rz-menu-list .rz-menu-list-item p {
            color: #8a8a8a !important;
        }

        .rz-menu-list .rz-menu-list-item .rzi.rz-navigation-item-icon {
            height: var(--rz-panel-menu-icon-height);
            width: var(--rz-panel-menu-icon-width);
            font-size: var(--rz-panel-menu-icon-font-size);
        }

    .rz-menu-list .rz-card {
        cursor: pointer;
        border-left: 6px solid transparent;
        transition: var(--rz-panel-menu-item-transition);
        border-radius: var(--rz-panel-menu-item-border-radius) !important;
    }

        .rz-menu-list .rz-card:hover {
            color: var(--rz-panel-menu-item-active-color);
            background-color: var(--rz-panel-menu-item-active-background-color);
        }

    .rz-menu-list .rz-card {
        box-shadow: var(--rz-shadow-1);
    }

    .rz-menu-list .rz-link {
        color: var(--rz-panel-menu-color);
    }

        .rz-menu-list .rz-link:hover .rz-link-text,
        .rz-menu-list .rz-link:focus .rz-link-text {
            text-decoration: none;
        }

.rz-sidebar {
    scrollbar-gutter: stable !important;
}

    .rz-sidebar::-webkit-scrollbar {
        width: 12px !important;
    }

ul > li.animate__animated.animate__autoDelay:nth-of-type(1) {
    animation-delay: 0ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(2) {
    animation-delay: 20ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(3) {
    animation-delay: 40ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(4) {
    animation-delay: 60ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(5) {
    animation-delay: 80ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(6) {
    animation-delay: 100ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(7) {
    animation-delay: 120ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(8) {
    animation-delay: 140ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(9) {
    animation-delay: 160ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(10) {
    animation-delay: 180ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(11) {
    animation-delay: 200ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(12) {
    animation-delay: 220ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(13) {
    animation-delay: 240ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(14) {
    animation-delay: 260ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(15) {
    animation-delay: 280ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(16) {
    animation-delay: 300ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(17) {
    animation-delay: 320ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(18) {
    animation-delay: 340ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(19) {
    animation-delay: 360ms !important;
}

ul > li.animate__animated.animate__autoDelay:nth-of-type(20) {
    animation-delay: 380ms !important;
}