/* /Components/Auth/AccessDenied.razor.rz.scp.css */
:root[b-nycqscq5zw] {
    --bg1: #0f172a;
    --bg2: #0b1220;
    --accent: #ff5c7c;
    --accent-2: #7c5cff;
    --muted: #9aa4b2;
    --glass: rgba(255,255,255,0.03);
}

.access-denied-page[b-nycqscq5zw] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    font-family: "Vazirmatn", system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
    color: #e6eef8;
    background: radial-gradient(1000px 500px at 10% 20%, rgba(124,92,255,0.12), transparent), radial-gradient(800px 400px at 90% 80%, rgba(255,92,124,0.10), transparent), linear-gradient(180deg,var(--bg1),var(--bg2));
}

.colorFor403[b-nycqscq5zw] {
    background: red;
    color: white;
}

.card[b-nycqscq5zw] {
    width: 100%;
    max-width: 960px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(2,6,23,0.6);
    backdrop-filter: blur(6px);
}

@media (max-width:880px) {
    .card[b-nycqscq5zw] {
        grid-template-columns: 1fr;
        max-width: 720px
    }
}

.left[b-nycqscq5zw] {
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center
}

.code-badge[b-nycqscq5zw] {
    align-self: flex-start;
    background: linear-gradient(90deg,var(--accent),var(--accent-2));
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    color: black;
    font-size: 13px;
    box-shadow: 0 6px 20px rgba(124,92,255,0.12)
}

h1[b-nycqscq5zw] {
    margin: 0;
    font-size: 30px
}

.lead[b-nycqscq5zw] {
    margin: 0;
    color: var(--muted);
    font-size: 15px
}

.actions[b-nycqscq5zw] {
    display: flex;
    gap: 10px;
    margin-top: 14px
}

.btn[b-nycqscq5zw] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: var(--glass);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-weight: 600
}

    .btn.primary[b-nycqscq5zw] {
        background: linear-gradient(90deg,var(--accent),var(--accent-2));
        box-shadow: 0 8px 24px rgba(124,92,255,0.14);
        color: white;
        border: none
    }

    .btn.ghost[b-nycqscq5zw] {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.06)
    }

.meta[b-nycqscq5zw] {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.small-card[b-nycqscq5zw] {
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.01));
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.03);
    font-size: 13px;
    color: var(--muted)
}


.right[b-nycqscq5zw] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.illustration[b-nycqscq5zw] {
    width: 100%;
    max-width: 360px;
    height: 320px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.03)
}

.pattern[b-nycqscq5zw] {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.06) 1px, transparent 1px), radial-gradient(circle at 90% 80%, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 24px 24px
}

.lock[b-nycqscq5zw] {
    width: 180px;
    height: 180px;
    border-radius: 18px;
    background: linear-gradient(180deg,rgba(255,255,255,0.04),rgba(0,0,0,0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px;
    position: relative;
    transform: translateY(0);
    animation: float-b-nycqscq5zw 4s ease-in-out infinite;
    box-shadow: 0 20px 60px rgba(2,6,23,0.6), inset 0 1px 0 rgba(255,255,255,0.03)
}

@keyframes float-b-nycqscq5zw {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }

    100% {
        transform: translateY(0)
    }
}

.shackle[b-nycqscq5zw] {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255,255,255,0.9);
    border-bottom: none;
    border-radius: 80px 80px 0 0;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent
}

.lock-body[b-nycqscq5zw] {
    width: 110px;
    height: 90px;
    border-radius: 10px;
    background: linear-gradient(180deg,var(--accent-2),var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: lightblue;
    font-weight: 700;
    font-size: 20px
}

.footer-note[b-nycqscq5zw] {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 12px;
    color: var(--muted)
}
/* /Components/Auth/Login.razor.rz.scp.css */

/*.login {
    height: 100vh;
    margin: 0;
    padding: 0;
    direction: rtl;
    background: url('/images/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Vazirmatn', sans-serif;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.card-login {
    background-color: rgba(0, 0, 0, 0.85);*/ /* مشکی مات */
    /*border-radius: 1.5rem;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    color: #fff;
}

.form-label,
.form-control,
.input-group-text {
    color: #fff;
}

    .form-control::placeholder {
        color: #ccc;
    }

.form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

.input-group-text {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

a.text-muted {
    color: #aaa !important;
}

.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}*/

/* /Components/Auth/Logout.razor.rz.scp.css */

.login[b-xziugmil3k] {
    height: 100vh;
    margin: 0;
    padding: 0;
    direction: rtl;
    background: url('/images/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Vazirmatn', sans-serif;
}

.center-wrapper[b-xziugmil3k] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.card-login[b-xziugmil3k] {
    background-color: rgba(0, 0, 0, 0.85); /* مشکی مات */
    border-radius: 1.5rem;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    color: #fff;
}

.form-label[b-xziugmil3k],
.form-control[b-xziugmil3k],
.input-group-text[b-xziugmil3k] {
    color: #fff;
}

    .form-control[b-xziugmil3k]::placeholder {
        color: #ccc;
    }

.form-control[b-xziugmil3k] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

.input-group-text[b-xziugmil3k] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

a.text-muted[b-xziugmil3k] {
    color: #aaa !important;
}

.overlay-loading[b-xziugmil3k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

/* /Components/Auth/Register.razor.rz.scp.css */

.register[b-qgcqavn9lc] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
    background: url('/images/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

.center-wrapper[b-qgcqavn9lc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.card-register[b-qgcqavn9lc] {
    background-color: rgba(0, 0, 0, 0.88);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    width: 100%;
    max-width: 460px;
}

.form-label[b-qgcqavn9lc],
.input-group-text[b-qgcqavn9lc] {
    color: #ddd;
}

.form-control[b-qgcqavn9lc] {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid #666;
}

    .form-control[b-qgcqavn9lc]::placeholder {
        color: #aaa;
    }

.input-group-text[b-qgcqavn9lc] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #666;
}

a.text-muted[b-qgcqavn9lc],
a[b-qgcqavn9lc] {
    color: #ccc !important;
}

.alert-success[b-qgcqavn9lc] {
    background-color: #198754;
    color: #fff;
    border-radius: 10px;
}

/* /Components/Auth/Services/RedirectAfterLoginWithGoogle.razor.rz.scp.css */

.login[b-qdg9154pp1] {
    height: 100vh;
    margin: 0;
    padding: 0;
    direction: rtl;
    background: url('/images/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Vazirmatn', sans-serif;
}

.center-wrapper[b-qdg9154pp1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.card-login[b-qdg9154pp1] {
    background-color: rgba(0, 0, 0, 0.85); /* مشکی مات */
    border-radius: 1.5rem;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    color: #fff;
}

.form-label[b-qdg9154pp1],
.form-control[b-qdg9154pp1],
.input-group-text[b-qdg9154pp1] {
    color: #fff;
}

    .form-control[b-qdg9154pp1]::placeholder {
        color: #ccc;
    }

.form-control[b-qdg9154pp1] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

.input-group-text[b-qdg9154pp1] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #555;
}

a.text-muted[b-qdg9154pp1] {
    color: #aaa !important;
}

.overlay-loading[b-qdg9154pp1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

/* /Components/Components/Cpanel/GetAdminPassword.razor.rz.scp.css */
import https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css
.admin-panel[b-ckezb12pbd] {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
.admin-panel-frame[b-ckezb12pbd] {
    min-width: 350px;
    max-width: 400px;
    background: #fff;
}
/* /Components/Components/Cpanel/Loading.razor.rz.scp.css */
/* Blurred overlay styles */
.overlay[b-nqksdxp2es] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    backdrop-filter: blur(5px); /* This creates the blur effect */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999; /* Make sure it's on top */
}

/* Spinner styles */
.spinner[b-nqksdxp2es] {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@@keyframes spin {
    to[b-nqksdxp2es] {
        transform: rotate(360deg);
    }
}

/* Optional: Loading text */
.loading-text[b-nqksdxp2es] {
    color: white;
    margin-top: 1rem;
    text-align: center;
}

/* Container for spinner and text */
.loading-content[b-nqksdxp2es] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Components/Components/Cpanel/TagsInput.razor.rz.scp.css */
.tags-input-container[b-fb4ep0c9ez] {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    background: white;
    min-height: 40px;
}

.tags-wrapper[b-fb4ep0c9ez] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.tag-badge[b-fb4ep0c9ez] {
    background-color: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.btn-close-tag[b-fb4ep0c9ez] {
    background: none;
    border: none;
    color: white;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
}

.tag-input-field[b-fb4ep0c9ez] {
    border: none;
    outline: none;
    flex-grow: 1;
    min-width: 150px;
    padding: 5px;
}
/* /Components/Cpanel/Posts/AddArticle.razor.rz.scp.css */
.transition-all[b-zz8sd7bybv] {
    transition: all 0.35s ease-in-out;
}
/* /Components/Cpanel/Posts/ArticlesViewAll.razor.rz.scp.css */
.article-card[b-o6pyzhk9dt] {
	transition: all 0.25s ease-in-out;
}

	.article-card:hover[b-o6pyzhk9dt] {
		transform: translateY(-6px);
		box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
	}
/* /Components/Cpanel/Settings/EmailSetting.razor.rz.scp.css */
.email-settings-card[b-it43m0046a] {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    animation: fadeIn-b-it43m0046a 0.4s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

    .email-settings-card .card-header[b-it43m0046a] {
        background: linear-gradient(135deg, #4f46e5, #6d28d9);
        color: #fff;
        font-weight: 600;
        padding: 16px 20px;
    }

.setting-item[b-it43m0046a] {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 0.95rem;
}

    .setting-item:last-child[b-it43m0046a] {
        border-bottom: none;
    }

.label[b-it43m0046a] {
    color: #6c757d;
    font-weight: 500;
}

.value[b-it43m0046a] {
    font-weight: 600;
    color: #212529;
}

.delete-btn[b-it43m0046a] {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border-radius: 12px;
    transition: 0.2s ease;
}

    .delete-btn:hover[b-it43m0046a] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    }

@keyframes fadeIn-b-it43m0046a {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Cpanel/Users/UserInfo.razor.rz.scp.css */
.fixed-action[b-806kirqurz] {
    position: fixed;
    top: 80px;
    left: 30px;
    z-index: 1050;
}

.action-btn[b-806kirqurz] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-custom[b-806kirqurz] {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1040;
    background: transparent;
}

    .dropdown-menu-custom .btn[b-806kirqurz] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #6c757d;
        color: white;
        border: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease;
    }

        .dropdown-menu-custom .btn:hover[b-806kirqurz] {
            transform: scale(1.1);
        }
/* /Components/Cpanel/Users/UserList.razor.rz.scp.css */
.role-bullet[b-lflcxackwm] {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.tr-heading[b-lflcxackwm] {
    background: #181b2e;
    color: #fff;
    position: sticky;
    top: 70px;
    z-index:1000;
}
/* /Components/Layout/AuthNav.razor.rz.scp.css */
.navbar-toggler[b-mb8deis970] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mb8deis970] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mb8deis970] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mb8deis970] {
    font-size: 1.1rem;
}

.bi[b-mb8deis970] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-mb8deis970] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-mb8deis970] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mb8deis970] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mb8deis970] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mb8deis970]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mb8deis970]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mb8deis970]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mb8deis970] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mb8deis970] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mb8deis970] {
        display: none;
    }

    .nav-scrollable[b-mb8deis970] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2nf7h7blrw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2nf7h7blrw] {
    flex: 1;
}

.sidebar[b-2nf7h7blrw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2nf7h7blrw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2nf7h7blrw]  a, .top-row[b-2nf7h7blrw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2nf7h7blrw]  a:hover, .top-row[b-2nf7h7blrw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2nf7h7blrw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2nf7h7blrw] {
        justify-content: space-between;
    }

    .top-row[b-2nf7h7blrw]  a, .top-row[b-2nf7h7blrw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2nf7h7blrw] {
        flex-direction: row;
    }

    .sidebar[b-2nf7h7blrw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2nf7h7blrw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2nf7h7blrw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2nf7h7blrw], article[b-2nf7h7blrw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2nf7h7blrw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-2nf7h7blrw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutAuth.razor.rz.scp.css */
.page[b-mf48jrpokk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mf48jrpokk] {
    flex: 1;
}

.sidebar[b-mf48jrpokk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mf48jrpokk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mf48jrpokk]  a, .top-row[b-mf48jrpokk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mf48jrpokk]  a:hover, .top-row[b-mf48jrpokk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mf48jrpokk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mf48jrpokk] {
        justify-content: space-between;
    }

    .top-row[b-mf48jrpokk]  a, .top-row[b-mf48jrpokk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mf48jrpokk] {
        flex-direction: row;
    }

    .sidebar[b-mf48jrpokk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mf48jrpokk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mf48jrpokk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mf48jrpokk], article[b-mf48jrpokk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mf48jrpokk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-mf48jrpokk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutCpanel.razor.rz.scp.css */
.page[b-iv72kvlpzp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iv72kvlpzp] {
    flex: 1;
}

.sidebar[b-iv72kvlpzp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iv72kvlpzp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iv72kvlpzp]  a, .top-row[b-iv72kvlpzp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iv72kvlpzp]  a:hover, .top-row[b-iv72kvlpzp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iv72kvlpzp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iv72kvlpzp] {
        justify-content: space-between;
    }

    .top-row[b-iv72kvlpzp]  a, .top-row[b-iv72kvlpzp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iv72kvlpzp] {
        flex-direction: row;
    }

    .sidebar[b-iv72kvlpzp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iv72kvlpzp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iv72kvlpzp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iv72kvlpzp], article[b-iv72kvlpzp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-iv72kvlpzp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-iv72kvlpzp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutEmpty.razor.rz.scp.css */
.page[b-twa8a7fdut] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-twa8a7fdut] {
    flex: 1;
}

.sidebar[b-twa8a7fdut] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}



.top-row[b-twa8a7fdut] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-twa8a7fdut]  a, .top-row[b-twa8a7fdut]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-twa8a7fdut]  a:hover, .top-row[b-twa8a7fdut]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-twa8a7fdut]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-twa8a7fdut] {
        justify-content: space-between;
    }

    .top-row[b-twa8a7fdut]  a, .top-row[b-twa8a7fdut]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-twa8a7fdut] {
        flex-direction: row;
    }

    .sidebar[b-twa8a7fdut] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-twa8a7fdut] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-twa8a7fdut]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-twa8a7fdut], article[b-twa8a7fdut] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-twa8a7fdut] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-twa8a7fdut] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lb28y49tk4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lb28y49tk4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lb28y49tk4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lb28y49tk4] {
    font-size: 1.1rem;
}

.bi[b-lb28y49tk4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lb28y49tk4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-lb28y49tk4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lb28y49tk4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lb28y49tk4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lb28y49tk4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lb28y49tk4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lb28y49tk4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lb28y49tk4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lb28y49tk4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lb28y49tk4] {
        display: none;
    }

    .nav-scrollable[b-lb28y49tk4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
