/* /Components/Layout/ErrorLayout.razor.rz.scp.css */
.img-background[b-8x9lav0u88] {
    background-image: url('./images/Fondologin.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

[b-8x9lav0u88] .custom-button-red {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border: 3px solid #e50000 !important;
    color: #e50000 !important;
    padding: 10px 30px !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    min-width: 200px !important;
    height: 50px !important;
}

[b-8x9lav0u88] .custom-button-red:hover {
    background-color: #e50000 !important;
    color: white !important;
    transform: translateY(-2px) !important;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */

.img-background[b-eb9ud0wuon] {
    background-image: url('./images/Fondologin.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.login-container[b-eb9ud0wuon] {
    width: 300px;
    max-width: 80%;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.submit-button[b-eb9ud0wuon] {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-icon[b-eb9ud0wuon] {
    display: block;
    justify-items: center;
    height: auto;
    width: 50px;
    margin: 0 auto 5px auto;
}

.login-icon img[b-eb9ud0wuon] {
    height: 50px;
    width: auto;
    object-fit: contain;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-urb6xyjipm] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    position: relative;
}

.sidebar[b-urb6xyjipm] {
    width: 250px;
    min-width: 250px;
    background-image: linear-gradient(180deg, #646464 0%, #404040 80%);
    position: sticky;
    top: 0;
    height: 100vh;
    transition: width 0.3s ease, min-width 0.3s ease;
    overflow: hidden;
}

.main-content[b-urb6xyjipm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    overflow-x: auto;
    min-width: 0;
}

.footer[b-urb6xyjipm] {
    text-align: center;
    margin-top: auto;
    padding: 1rem;
    background-color: #e8e8e8;
    width: 100%;
    font-size: 0.85rem;
}

article[b-urb6xyjipm] {
    flex: 1;
    min-width: 0;
    padding: 1rem;
}

#blazor-error-ui[b-urb6xyjipm] {
    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-urb6xyjipm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

html[b-urb6xyjipm], body[b-urb6xyjipm] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    .page[b-urb6xyjipm] {
        flex-direction: column;
    }

    .sidebar[b-urb6xyjipm] {
        width: 100%;
        min-width: 100%;
        position: relative;
        height: auto;
    }

    article[b-urb6xyjipm] {
        padding: 0.5rem;
    }

    .footer[b-urb6xyjipm] {
        font-size: 0.75rem;
        padding: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar[b-urb6xyjipm] {
        width: 200px;
        min-width: 200px;
    }

    article[b-urb6xyjipm] {
        padding: 0.75rem;
    }
}

@media (min-width: 1025px) {
    .sidebar[b-urb6xyjipm] {
        width: 250px;
        min-width: 250px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c52q0ig5wm] {
    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);
    z-index: 10;
}

.navbar-toggler:checked[b-c52q0ig5wm] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-c52q0ig5wm] {
    min-height: 4.5rem;
    background-color: #505050;
}

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

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

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

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

.nav-item[b-c52q0ig5wm]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

/* Mobile: hamburger menu */
@media (max-width: 767.98px) {
    .navbar-toggler[b-c52q0ig5wm] {
        display: block;
    }

    .nav-scrollable[b-c52q0ig5wm] {
        display: none;
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-c52q0ig5wm] {
        display: block;
    }

    .top-row[b-c52q0ig5wm] {
        min-height: 3.5rem;
    }

    .nav-item[b-c52q0ig5wm]  .nav-link {
        font-size: 0.85rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
}

/* Tablet and up: sidebar always visible */
@media (min-width: 768px) {
    .navbar-toggler[b-c52q0ig5wm] {
        display: none;
    }

    .nav-scrollable[b-c52q0ig5wm] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}

/* Tablet: compact text */
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-item[b-c52q0ig5wm]  .nav-link {
        font-size: 0.8rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    .nav-item[b-c52q0ig5wm] {
        padding-bottom: 0.25rem;
    }

    .navbar-brand[b-c52q0ig5wm] {
        font-size: 0.95rem;
    }

    .top-row[b-c52q0ig5wm] {
        min-height: 4rem;
    }

    .nav-scrollable[b-c52q0ig5wm] {
        height: calc(100vh - 4rem);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-n1bjsiln9k],
.components-reconnect-repeated-attempt-visible[b-n1bjsiln9k],
.components-reconnect-failed-visible[b-n1bjsiln9k],
.components-pause-visible[b-n1bjsiln9k],
.components-resume-failed-visible[b-n1bjsiln9k],
.components-rejoining-animation[b-n1bjsiln9k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-retrying[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-failed[b-n1bjsiln9k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-n1bjsiln9k] {
    display: block;
}


#components-reconnect-modal[b-n1bjsiln9k] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-n1bjsiln9k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-n1bjsiln9k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-n1bjsiln9k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-n1bjsiln9k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-n1bjsiln9k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-n1bjsiln9k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-n1bjsiln9k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-n1bjsiln9k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-n1bjsiln9k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-n1bjsiln9k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-n1bjsiln9k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-n1bjsiln9k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-n1bjsiln9k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-n1bjsiln9k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-n1bjsiln9k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-n1bjsiln9k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-n1bjsiln9k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-n1bjsiln9k {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
