@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Documents/QuillEditor.razor.rz.scp.css */
.quill-editor-wrapper[b-0zafw9zcjt] {
    display: flex;
    flex-direction: column;
}

    .quill-editor-wrapper .ql-container[b-0zafw9zcjt] {
        flex: 1;
        overflow-y: auto;
        min-height: 0; 
    }

    .quill-editor-wrapper .ql-editor[b-0zafw9zcjt] {
        min-height: 100%;
    }

    .quill-editor-wrapper .ql-container[b-0zafw9zcjt]::-webkit-scrollbar {
        width: 6px;
    }

    .quill-editor-wrapper .ql-container[b-0zafw9zcjt]::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 3px;
    }

.dark .quill-editor-wrapper .ql-container[b-0zafw9zcjt]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
}

@media (max-width: 640px) {
    .quill-editor-wrapper .ql-editor[b-0zafw9zcjt] {
        font-size: 0.95rem;
        line-height: 1.6;
        padding: 0.75rem;
    }

    .quill-editor-wrapper .ql-toolbar[b-0zafw9zcjt] {
        padding: 0.25rem;
    }
}
/* /Components/Loaders/Loader.razor.rz.scp.css */
.loader-container.default[b-pkjk8hnyn6]   { --uib-color: #71717a; } /* zinc-500 */
.loader-container.primary[b-pkjk8hnyn6]   { --uib-color: #1d4ed8; } /* blue-700 */
.loader-container.success[b-pkjk8hnyn6]  { --uib-color: #16a34a; } /* green-600 */
.loader-container.secondary[b-pkjk8hnyn6] { --uib-color: #8b5cf6; } /* violet-500 */
.loader-container.warning[b-pkjk8hnyn6]  { --uib-color: #f59e0b; } /* amber-500 */
.loader-container.danger[b-pkjk8hnyn6]   { --uib-color: #f43f5e; } /* rose-500 */
.loader-container.info[b-pkjk8hnyn6]    { --uib-color: #0ea5e9; } /* sky-500 */

.loader-overlay[b-pkjk8hnyn6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.01); /* Oscuramento leggero dello sfondo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Inferiore al loader */
}

.loader-container[b-pkjk8hnyn6] {
    --uib-size: 50px;
    --uib-color: #1b6ec2;
    --uib-speed: 1.75s;
    --uib-bg-opacity: 0.1;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--uib-size);
    width: var(--uib-size);
    transform: rotate(45deg);
    animation: rotate-b-pkjk8hnyn6 calc(var(--uib-speed) * 2) ease-in-out infinite;
    z-index: 2;
}

.loader-half[b-pkjk8hnyn6] {
    --uib-half-size: calc(var(--uib-size) * 0.435);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--uib-half-size);
    height: var(--uib-half-size);
    overflow: hidden;
    isolation: isolate;

    &:first-child {
        top: 8.25%;
        left: 8.25%;
        border-radius: 50% 50% calc(var(--uib-size) / 15);
        background-color: var(--lumex-foreground-200);
    }

    &:last-child[b-pkjk8hnyn6] {
        bottom: 8.25%;
        right: 8.25%;
        transform: rotate(180deg);
        align-self: flex-end;
        border-radius: 50% 50% calc(var(--uib-size) / 15);
        background-color: var(--lumex-foreground-200);

        &::after {
            animation-delay: calc(var(--uib-speed) * -1);
        }
    }

    &[b-pkjk8hnyn6]::before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--uib-color);
        opacity: var(--uib-bg-opacity);
        transition: background-color 0.3s ease;
    }

    &[b-pkjk8hnyn6]::after {
        content: '';
        position: relative;
        z-index: 1;
        display: block;
        background-color: var(--uib-color);
        height: 100%;
        transform: rotate(45deg) translate(-3%, 50%) scaleX(1.2);
        width: 100%;
        transform-origin: bottom right;
        border-radius: 0 0 calc(var(--uib-size) / 20) 0;
        animation: flow-b-pkjk8hnyn6 calc(var(--uib-speed) * 2) linear infinite both;
        transition: background-color 0.3s ease;
    }
}

@keyframes flow-b-pkjk8hnyn6 {
    0% {
        transform: rotate(45deg) translate(-3%, 50%) scaleX(1.2);
    }

    30% {
        transform: rotate(45deg) translate(115%, 50%) scaleX(1.2);
    }

    30.001%, 50% {
        transform: rotate(0deg) translate(-85%, -85%) scaleX(1);
    }

    80%, 100% {
        transform: rotate(0deg) translate(0%, 0%) scaleX(1);
    }
}

@keyframes rotate-b-pkjk8hnyn6 {
    0%, 30% {
        transform: rotate(45deg);
    }

    50%, 80% {
        transform: rotate(225deg);
    }

    100% {
        transform: rotate(405deg);
    }
}
/* /Components/Loaders/LogoLoader.razor.rz.scp.css */
.logo-loader-overlay[b-4mac0m2yhu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.01); /* Oscuramento leggero dello sfondo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Inferiore al loader */
}

.logo-loader path[b-4mac0m2yhu] {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}

/* Animazione stroke con effetto smooth */
.is-loading .logo-loader path[b-4mac0m2yhu] {
    animation: logo-dash-b-4mac0m2yhu 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes logo-dash-b-4mac0m2yhu {
    0%, 100% {
        stroke-dashoffset: 1500;
    }

    50% {
        stroke-dashoffset: 0;
    }
}

/* Animazione rotazione container */
.is-loading .loader-container[b-4mac0m2yhu] {
    animation: rotate-pulse-b-4mac0m2yhu 3s ease-in-out infinite;
}

@keyframes rotate-pulse-b-4mac0m2yhu {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(90deg) scale(1.05);
    }

    50% {
        transform: rotate(180deg) scale(1);
    }

    75% {
        transform: rotate(270deg) scale(1.05);
    }
}

/* Effetto glow pulsante */
.is-loading .loader-container[b-4mac0m2yhu] {
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
    animation: glow-pulse-b-4mac0m2yhu 2s ease-in-out infinite;
}

@keyframes glow-pulse-b-4mac0m2yhu {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }

    50% {
        box-shadow: 0 0 20px 10px rgba(37, 99, 235, 0.4), 0 0 40px 20px rgba(37, 99, 235, 0.2);
    }
}

@keyframes border-spin-b-4mac0m2yhu {
    to {
        transform: rotate(360deg);
    }
}

/* Particelle decorative */
.particle[b-4mac0m2yhu] {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    pointer-events: none;
}

.is-loading .particle[b-4mac0m2yhu] {
    animation: particle-float-b-4mac0m2yhu 2s ease-in-out infinite;
}

.particle:nth-child(1)[b-4mac0m2yhu] {
    top: -8px;
    left: 50%;
    animation-delay: 0s;
}

.particle:nth-child(2)[b-4mac0m2yhu] {
    top: 50%;
    right: -8px;
    animation-delay: 0.5s;
}

.particle:nth-child(3)[b-4mac0m2yhu] {
    bottom: -8px;
    left: 50%;
    animation-delay: 1s;
}

.particle:nth-child(4)[b-4mac0m2yhu] {
    top: 50%;
    left: -8px;
    animation-delay: 1.5s;
}

@keyframes particle-float-b-4mac0m2yhu {
    0%, 100% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}
/* /Components/Loaders/PingLoader.razor.rz.scp.css */
.ping-loader-overlay[b-87g0ifovdh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.01); /* Oscuramento leggero dello sfondo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Inferiore al loader */
}

.ping-container.default[b-87g0ifovdh] {
    --uib-color: #71717a;
}

.ping-container.primary[b-87g0ifovdh] {
    --uib-color: #1d4ed8;
}

.ping-container.success[b-87g0ifovdh] {
    --uib-color: #16a34a;
}

.ping-container.secondary[b-87g0ifovdh] {
    --uib-color: #8b5cf6;
}

.ping-container.warning[b-87g0ifovdh] {
    --uib-color: #f59e0b;
}

.ping-container.danger[b-87g0ifovdh] {
    --uib-color: #f43f5e;
}

.ping-container.info[b-87g0ifovdh] {
    --uib-color: #0ea5e9;
}

.ping-container[b-87g0ifovdh] {
    --uib-size: 60px;
    --uib-color: black;
    --uib-speed: 2s;
    position: relative;
    height: var(--uib-size);
    width: var(--uib-size);
}

    .ping-container[b-87g0ifovdh]::before,
    .ping-container[b-87g0ifovdh]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        background-color: var(--uib-color);
        animation: pulse-b-87g0ifovdh var(--uib-speed) linear infinite;
        transform: scale(0);
        opacity: 0;
        transition: background-color 0.3s ease;
    }

    .ping-container[b-87g0ifovdh]::after {
        animation-delay: calc(var(--uib-speed) / -2);
    }

@keyframes pulse-b-87g0ifovdh {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* /Components/Loaders/RippleLoader.razor.rz.scp.css */
.ripple-loader-overlay[b-zychajqxam] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.01); /* Oscuramento leggero dello sfondo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Inferiore al loader */
}

.ripple-container.default[b-zychajqxam] {
    --uib-color: #71717a;
}

.ripple-container.primary[b-zychajqxam] {
    --uib-color: #1d4ed8;
}

.ripple-container.success[b-zychajqxam] {
    --uib-color: #16a34a;
}

.ripple-container.secondary[b-zychajqxam] {
    --uib-color: #8b5cf6;
}

.ripple-container.warning[b-zychajqxam] {
    --uib-color: #f59e0b;
}

.ripple-container.danger[b-zychajqxam] {
    --uib-color: #f43f5e;
}

.ripple-container.info[b-zychajqxam] {
    --uib-color: #0ea5e9;
}

.ripple-container[b-zychajqxam] {
    --uib-size: 65px;
    --uib-color: black;
    --uib-speed: 2s;
    position: relative;
    height: var(--uib-size);
    width: var(--uib-size);
}

    .ripple-container[b-zychajqxam]::before,
    .ripple-container[b-zychajqxam]::after,
    .ripple-dot[b-zychajqxam]::before,
    .ripple-dot[b-zychajqxam]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        background-color: var(--uib-color);
        animation: pulse-b-zychajqxam var(--uib-speed) linear infinite;
        transform: scale(0);
        opacity: 0;
        transition: background-color 0.3s ease;
    }

    .ripple-container[b-zychajqxam]::after {
        animation-delay: calc(var(--uib-speed) / -4);
    }

.ripple-dot[b-zychajqxam]::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.ripple-dot[b-zychajqxam]::after {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

@keyframes pulse-b-zychajqxam {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-heaebxcp8k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-heaebxcp8k] {
    flex: 1;
}

.sidebar[b-heaebxcp8k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-heaebxcp8k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-heaebxcp8k]  a, .top-row[b-heaebxcp8k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-heaebxcp8k]  a:hover, .top-row[b-heaebxcp8k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-heaebxcp8k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-heaebxcp8k] {
        justify-content: space-between;
    }

    .top-row[b-heaebxcp8k]  a, .top-row[b-heaebxcp8k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-heaebxcp8k] {
        flex-direction: row;
    }

    .sidebar[b-heaebxcp8k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-heaebxcp8k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-heaebxcp8k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-heaebxcp8k], article[b-heaebxcp8k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-th5m366uyx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-th5m366uyx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-th5m366uyx] {
    font-size: 1.1rem;
}

.bi[b-th5m366uyx] {
    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-th5m366uyx] {
    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-th5m366uyx] {
    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-th5m366uyx] {
    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");
}

.nav-item[b-th5m366uyx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-th5m366uyx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-th5m366uyx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-th5m366uyx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-th5m366uyx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-th5m366uyx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-th5m366uyx] {
        display: none;
    }

    .collapse[b-th5m366uyx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-th5m366uyx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
