/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ykin5p15p1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ykin5p15p1] {
    flex: 1;
}

.sidebar[b-ykin5p15p1] {
    background-color: var(--background-dark-teal);
}

.top-row[b-ykin5p15p1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ykin5p15p1]  a, .top-row .btn-link[b-ykin5p15p1] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }
        .top-row[b-ykin5p15p1]  a:hover, .top-row[b-ykin5p15p1]  .btn-link:hover {
            text-decoration: underline;
        }

    .top-row a:first-child[b-ykin5p15p1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row:not(.auth)[b-ykin5p15p1] {
        display: none;
    }

    .top-row.auth[b-ykin5p15p1] {
        justify-content: space-between;
    }

    .top-row a[b-ykin5p15p1], .top-row .btn-link[b-ykin5p15p1] {
        margin-left: 0;
    }
}

@media (min-width: 767.8px) {
    .page[b-ykin5p15p1] {
        flex-direction: row;
    }

    .sidebar[b-ykin5p15p1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ykin5p15p1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ykin5p15p1], article[b-ykin5p15p1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-55digguagg] {
    height: 4.5rem;
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--background-dark-teal);
}

.nav-menu-content-header[b-55digguagg] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.nav-menu-content[b-55digguagg] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    height: 100%;*/
    width: 100%;
}

.nav-menu-content-item[b-55digguagg] {
    width: 100%;
    cursor: pointer;
}

.nav-menu-section[b-55digguagg] {
    flex: 1;
    display: flex;
    align-items: center;
}
.nav-menu-section.left[b-55digguagg] { justify-content: flex-start; }
.nav-menu-section.center[b-55digguagg] { justify-content: center; }
.nav-menu-section.right[b-55digguagg] { justify-content: flex-end; }

.nav-menu-sectionleft-toggler[b-55digguagg] {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
}
.nav-menu-sectionleft-toggler img[b-55digguagg] {
    width: 35px;
    height: 35px;
    display: block;
}

.nav-menu-section-center-link[b-55digguagg] {
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 500;
    font-style: italic;
}

.nav-menu-section-center-link-icon[b-55digguagg] {
    height: 60px;
}

.nav-menu-section-right-user[b-55digguagg] {
    display: flex;
}
.nav-menu-section-right-user-circle[b-55digguagg] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--text-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.nav-menu-scrollable[b-55digguagg] {
    position: fixed;
    top: 4.5rem;
    left: 0;
    height: calc(100dvh - 4.5rem);
    width: 250px;
    max-width: 80%;
    background-color: var(--background-dark-teal);
    z-index: 1050;
    overflow-y: auto;

    transform: translateX(-100%);
    transition: transform 0.25s ease, opacity 0.2s ease;
    opacity: 0;
}

.nav-menu-scrollable.open[b-55digguagg] {
    transform: translateX(0);
    opacity: 1;
}

.nav-overlay[b-55digguagg] {
    position: fixed;
    top: 4.5rem !important;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}


.logout-section[b-55digguagg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;

}

.logout-version[b-55digguagg] {
    color: var(--text-white);
}

.logout-icon img[b-55digguagg] {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .nav-menu-sectionleft-toggler[b-55digguagg] {
        display: none !important;
    }

    .nav-menu-section-right-user[b-55digguagg] {
        display: none !important;
    }

    .nav-menu-scrollable[b-55digguagg] {
        display: block !important;
        position: static;
        top: auto;
        left: auto;
        height: auto;
        width: 250px;
        max-width: none;
        transform: none;
        opacity: 1;
        box-shadow: none;
        overflow: visible;
    }

    .nav-overlay[b-55digguagg] {
        display: none !important;
    }
}
/* /Components/Layout/SubNavMenu.razor.rz.scp.css */
.sub-nav-menu[b-oiq5lcyjvw] {
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 2px;
    user-select: none;
    padding-right: 10px;
}
    .sub-nav-menu:first-of-type[b-oiq5lcyjvw] {
        padding-top: 1rem;
    }

    .sub-nav-menu:last-of-type[b-oiq5lcyjvw] {
        padding-bottom: 0.25rem;
    }

    .sub-nav-menu[b-oiq5lcyjvw]  a {
        display: flex;
        align-items: center;
        height: 2.5rem;
        margin-left: 15px;
        padding: 0 20px 0 10px;
        border-left: 1px solid var(--text-white);
        color: var(--text-white);
        text-decoration: none;
        line-height: normal;
        font-weight: 400;
        width: 100%;
    }
        .sub-nav-menu[b-oiq5lcyjvw]  a.active {
            background: linear-gradient(135deg, var(--background-deep-blue), var(--background-dark-teal));
            color: var(--text-white);
        }

        .sub-nav-menu[b-oiq5lcyjvw]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: var(--text-white);
        }

.sub-nav-menu-link[b-oiq5lcyjvw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-white);
    font-size: 0.95rem;
    font-weight: 400;
}

.sub-nav-menu-link-border[b-oiq5lcyjvw] {
    display: flex;
    align-items: center;
    height: 3rem;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid var(--text-white);
    color: var(--text-white);
    text-decoration: none;
    line-height: normal;
    font-weight: 400;

}

    .sub-nav-menu-link-border img[b-oiq5lcyjvw] {
        width: 25px;
    }
    .sub-nav-menu-link-border span[b-oiq5lcyjvw] {
        margin-left: 10px;
    }

    .sub-nav-menu-link-border.active[b-oiq5lcyjvw] {
        margin-left: 15px;
        padding-left: 10px;
        border-left: 1px solid var(--text-white);
        background: transparent;
        color: var(--text-white);
    }

.sub-nav-menu-items[b-oiq5lcyjvw]  a {
    display: flex;
    align-items: center;
    height: 3rem;
    margin: 0 0 0 55px;
    padding-left: 10px;
    border-radius: 4px;
    color: #d7d7d7;
    line-height: 3rem;
    font-weight: 300;
    text-decoration: none;
    border: none;
    width: auto;
}

    .sub-nav-menu-items[b-oiq5lcyjvw]  a.active {
        background: linear-gradient( 135deg, var(--background-deep-blue), var(--background-dark-teal) );
        color: var(--text-white);
    }

    .sub-nav-menu-items[b-oiq5lcyjvw]  a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--text-white);
    }



.sub-nav-menu-bi[b-oiq5lcyjvw] {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 0.20rem;
    top: 7px;
    background-size: cover;
}

.bi-chevron-up[b-oiq5lcyjvw] {
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 10.854a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.207l-6.354 6.647z'/%3E%3C/svg%3E");
}

.bi-chevron-down[b-oiq5lcyjvw] {
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
/* /Components/Pages/Authentication/UI/ChangePassword.razor.rz.scp.css */
.forgot-wrapper-logo[b-d4apywhvj1] {
    display: flex;
    justify-content: space-between;
}

    .forgot-wrapper-logo img[b-d4apywhvj1] {
        height: 70px;
    }

    .forgot-wrapper-logo button[b-d4apywhvj1] {
        border: none;
        background-color: transparent;
        padding: 0px;
        font-size: 2.5rem;
        display: flex;
        flex-direction: row;
    }

        .forgot-wrapper-logo button .title[b-d4apywhvj1] {
            margin: 0px;
            padding: 20px 8px 0 0;
            font-size: 1.1rem;
        }

.forgot-wrapper[b-d4apywhvj1] {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(198,231,250,0.25);
    /*background: rgba(112,112,111,0.1);*/
    padding: 30px;
}


.forgot-card[b-d4apywhvj1] {
    background: var(--background-white);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.06);
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.title[b-d4apywhvj1] {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    color: var(--text-deep-blue);
    font-weight: var(--font-roboto-semi_bold);
}

.description[b-d4apywhvj1] {
    margin: 0 0 32px 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.2;
}


.input-container[b-d4apywhvj1] {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 32px;
    width: 100%;
}

.input-icon[b-d4apywhvj1] {
    width: 22px;
    height: 24px;
    margin-right: 10px;
}

.input-separator[b-d4apywhvj1] {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin-right: 10px;
}

[b-d4apywhvj1] .input-format-style {
    background-color: white;
    color: #0B3B5C;
    font-family: var(--font-roboto-light);
    border: none !important;
    outline: none !important;
    padding: 0.5rem;
    width: 300px;
}

    [b-d4apywhvj1] .input-format-style::selection {
        border: none !important;
        outline: none !important;
    }

.button-container[b-d4apywhvj1] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn[b-d4apywhvj1] {
    width: 200px;
}

.forgot-wrapper label[b-d4apywhvj1] {
    font-weight: 500;
    color: var(--background-ligth-blue);
}

@media(max-width: 768px) {
    .forgot-wrapper[b-d4apywhvj1] {
        padding: 10px;
    }

    .forgot-card[b-d4apywhvj1] {
        padding: 50px 25px;
    }

    .title[b-d4apywhvj1] {
        font-size: 1.1rem;
    }

    .description[b-d4apywhvj1] {
        font-size: 0.9rem;
    }

    .forgot-wrapper-logo img[b-d4apywhvj1] {
        height: 55px;
    }

    .forgot-wrapper-logo button .title[b-d4apywhvj1] {
        margin: 0px;
        padding: 18px 8px 0 0;
    }
}
/* /Components/Pages/Authentication/UI/ForgotPassword.razor.rz.scp.css */
.forgot-wrapper-logo[b-1ihj421fjr] {
    display: flex;
    justify-content: space-between;
}

    .forgot-wrapper-logo img[b-1ihj421fjr]{
        height: 70px;
    }

    .forgot-wrapper-logo button[b-1ihj421fjr] {
        border: none;
        background-color: transparent;
        padding: 0px;
        font-size: 2.5rem;
        display: flex;
        flex-direction: row;
    }

        .forgot-wrapper-logo button .title[b-1ihj421fjr] {
            margin: 0px;
            padding: 20px 8px 0 0;
            font-size: 1.1rem;
        }

.forgot-wrapper[b-1ihj421fjr] {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(198,231,250,0.25);
    /*background: rgba(112,112,111,0.1);*/
    padding: 30px;
}


.forgot-card[b-1ihj421fjr] {
    background: var(--background-white);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.06);
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}
.title[b-1ihj421fjr] {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    color: var(--text-deep-blue);
    font-weight: var(--font-roboto-semi_bold);
}
.description[b-1ihj421fjr] {
    margin: 0 0 32px 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.2;
}


.input-container[b-1ihj421fjr] {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 32px;
    width: 100%;
}

.input-icon[b-1ihj421fjr] {
    width: 22px;
    height: 24px;
    margin-right: 10px;
}

.input-separator[b-1ihj421fjr] {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin-right: 10px;
}

[b-1ihj421fjr] .input-format-style {
    background-color: white;
    color: #0B3B5C;
    font-family: var(--font-roboto-light);
    border: none !important;
    outline: none !important;
    padding: 0.5rem;
    width: 300px;
}

    [b-1ihj421fjr] .input-format-style::selection {
        border: none !important;
        outline: none !important;
    }

.button-container[b-1ihj421fjr] {
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn[b-1ihj421fjr] {
   width: 200px;
}

@media(max-width: 768px) {
    .forgot-wrapper[b-1ihj421fjr] {
        padding: 10px;
    }
    .forgot-card[b-1ihj421fjr] {
        padding: 50px 25px;
    }

    .title[b-1ihj421fjr] {
        font-size: 1.1rem;
    }

    .description[b-1ihj421fjr] {
        font-size: 0.9rem;
    }

    .forgot-wrapper-logo img[b-1ihj421fjr] {
        height: 55px;
    }

    .forgot-wrapper-logo button .title[b-1ihj421fjr] {
        margin: 0px;
        padding: 18px 8px 0 0;
    }
}
/* /Components/Pages/Authentication/UI/Login.razor.rz.scp.css */
.login-container[b-eugcp6c4vp] {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-group[b-eugcp6c4vp] {
    margin-bottom: 1em;
}

.social-media-icons[b-eugcp6c4vp] {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
}

    .social-media-icons a[b-eugcp6c4vp] {
        margin: 0 5px;
    }

    .social-media-icons img[b-eugcp6c4vp] {
        width: 30px;
        height: 30px;
    }



.login-page-container[b-eugcp6c4vp] {
    display: flex;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    /*max-width: 1200px;*/
}

.login-form-container[b-eugcp6c4vp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.login-header[b-eugcp6c4vp] {
    text-align: center;
    margin-bottom: 20px;
    color: var(--text-deep-blue);
}

.top-image[b-eugcp6c4vp] {
    width: 250px;
    height: auto;
    margin-bottom: 50px;
}

.input-container[b-eugcp6c4vp] {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.input-icon[b-eugcp6c4vp] {
    width: 22px;
    height: 24px;
    margin-right: 10px;
}

.input-separator[b-eugcp6c4vp] {
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin-right: 10px;
}

[b-eugcp6c4vp] .input-format-style {
    background-color: white;
    color: #0B3B5C;
    font-family: var(--font-roboto-light);
    border: none !important;
    outline: none !important;
    padding: 0.5rem;
    width: 300px;
}

    [b-eugcp6c4vp] .input-format-style::selection {
        border: none !important;
        outline: none !important;
    }

.login-message[b-eugcp6c4vp] {
    color: var(--color-deep-blue);
    font-family: var(--font-roboto-medium);
    font-size: 1.4rem;
}

.login-button[b-eugcp6c4vp] {
    width: auto;
    height: 50px;
    margin-top: 10px;
    font-family: var(--font-roboto-medium);
    font-size: 1.2rem;
}

.login-image-container[b-eugcp6c4vp] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .login-image-container img[b-eugcp6c4vp] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

.copyright-text[b-eugcp6c4vp] {
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    color: rgb(22,19,19);
    margin-top: 10px;
}

.right-container[b-eugcp6c4vp] {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    min-height: 100vh;
/*    padding: 20px;*/
    background-color: #fff;
    background-image: url('/images/StationImage.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.additional-container[b-eugcp6c4vp] {
    display: flex;
    justify-content: space-between;
    width: 350px;
    padding: 0;
}

[b-eugcp6c4vp] .remember-container-checked {
    transform: scale(0.7);
    transform-origin: left center;
    accent-color: #0d6efd;
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
    vertical-align: middle;
}

.remember-container-label[b-eugcp6c4vp] {
    font-size: 0.87rem;
    font-weight: 500;
}

.forgot-password-link[b-eugcp6c4vp] {
    font-size: 0.87rem;
    font-weight: 500;
    color: var(--text-deep-blue);
}

@media (max-width: 768px) {
    .right-container[b-eugcp6c4vp] {
        display: none;
    }

    .mobile-only[b-eugcp6c4vp] {
        display: block;
    }

    .login-form-container[b-eugcp6c4vp] {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .mobile-only[b-eugcp6c4vp] {
        display: none;
    }
}

@media (max-width: 1000px) {
    .right-container[b-eugcp6c4vp] {
        background-image: url('/images/StationImage1.png');
    }
}
/* /Components/Pages/Authentication/UI/ProfileUser.razor.rz.scp.css */
.accordion-page[b-0kmj6ia0s8] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    box-sizing: border-box;
}

.accordion-page-container[b-0kmj6ia0s8] {
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.profile-container[b-0kmj6ia0s8] {
    padding: 0 16px;
}

.separator[b-0kmj6ia0s8] {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-end;
}


.internal-change-page[b-0kmj6ia0s8] {
    margin-top: 1rem;

}

.internal-form-action[b-0kmj6ia0s8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0 18px;
    gap: 10px;
}

.separator button[b-0kmj6ia0s8] {
    border: 1px solid #ccc;
    background-color: rgba(12,12,12,0.1);
    padding: 8px 8px;
    border-radius: 16px;
    font-size: 0.9rem;
}

.separator img[b-0kmj6ia0s8] {
    width: 20px;
}
/* /Components/Pages/Authentication/UI/UsersPage.razor.rz.scp.css */
.message-container[b-t61ph46lxx] {
    display: flex;
    margin: 30px;
    justify-content: center;
}


.users-container[b-t61ph46lxx] {
    margin-top: 1rem;
}

.separator[b-t61ph46lxx] {
    margin: 1rem 0;
    border: 1px solid #ccc;
}

.reset-password[b-t61ph46lxx] {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
}

    .reset-password span[b-t61ph46lxx] {
        color: var(--text-deep-blue);
        text-decoration:;
        font-size: 0.95rem;
        cursor: pointer;
    }

.badget-state[b-t61ph46lxx] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #6b7280;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    transition: background-color 150ms ease, transform 100ms ease, opacity 120ms ease;
    vertical-align: middle;
    white-space: nowrap;
}

    .badget-state.active[b-t61ph46lxx] {
        background-color: #16a34a;
    }

    .badget-state.inactive[b-t61ph46lxx] {
        background-color: #ef4444;
    }
/* /Components/Pages/Dashboard/UI/Cards/CardStation.razor.rz.scp.css */
.card-station-container[b-qi48q2smot] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    background: linear-gradient(180deg, var(--background-white) 0%, rgba(255,255,255,0.98) 100%);
    border: 1px solid rgba(1,21,38,0.04);
    box-shadow: 0 8px 30px rgba(2,6,23,0.06);
    transition: transform .18s ease, box-shadow .18s ease;
    overflow: hidden;
}
    .card-station-container:hover[b-qi48q2smot] {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(2,6,23,0.09);
    }

.card-station-title[b-qi48q2smot] {
    background-color: var(--background-deep-blue);
    padding: 5px 18px; 
    border-radius: 5px 5px 0 0;
}
    .card-station-title p[b-qi48q2smot] {
        margin: 0;
        font-weight: var(--font-roboto-semi_bold);
        color: var(--text-white);
        font-size: clamp(1rem, 1.2vw + 0.8rem, 1.12rem);
        line-height: 1.2;
        word-break: break-word;
    }

.card-station-information[b-qi48q2smot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    font-size: 0.95rem;
}

.container-options[b-qi48q2smot] {
    display: flex;
}

.switch[b-qi48q2smot] {
    appearance: none;
    width: 40px;
    height: 20px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 6px;
}

    .switch:checked[b-qi48q2smot] {
        background: white;
    }

    .switch[b-qi48q2smot]:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: red;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        transition: 0.2s;
    }

    .switch:checked[b-qi48q2smot]:before {
        background: green;
        left: 21px;
    }

.card-station-acction[b-qi48q2smot] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 18px 12px;
    margin: 0; 
    gap: 10px;
    box-shadow: none;
    background: rgb(128, 128, 128,0.2);
    border-radius : 0 0 5px 5px;
}

    .card-station-acction button[b-qi48q2smot] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 14px;
        background: var(--background-white);
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 999px;
        cursor: pointer;
        width: 150px;
        max-width: 100%;
        box-shadow: 0 6px 14px rgba(2,6,23,0.06);
        transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
        font-size: 0.95rem;
    }

        .card-station-acction button img[b-qi48q2smot] {
            width: 18px;
            height: 18px;
        }

        .card-station-acction button:hover:not(:disabled)[b-qi48q2smot] {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(33,102,135,0.16);
        }

        .card-station-acction button:active:not(:disabled)[b-qi48q2smot] {
            transform: translateY(0);
            box-shadow: 0 6px 16px rgba(33,102,135,0.12);
        }

        .card-station-acction button:disabled[b-qi48q2smot] {
            cursor: not-allowed;
            opacity: 0.6;
            background: linear-gradient(180deg, rgba(1,21,38,0.04), rgba(1,21,38,0.02));
            color: rgba(1,21,38,0.5);
            box-shadow: none;
            border: 1px solid rgba(1,21,38,0.04);
        }

.card-station-message[b-qi48q2smot] {
    font-size: 0.75rem;
    color: red;
    padding: 5px 18px;
    width: 100%;
}
@media (max-width: 768px) {
    .card-station-container[b-qi48q2smot] {
        padding: 14px;
        max-width: 300px;
        border-radius: 12px;
    }

    .badget[b-qi48q2smot] {
        padding: 5px 8px;
        font-size: 0.8rem;
    }

    .card-station-acction button[b-qi48q2smot] {
        padding: 10px;
    }
}
/* /Components/Pages/Dashboard/UI/DashboardStation.razor.rz.scp.css */
.message-container[b-c0jywz9bk2] {
    display: flex;
    margin: 30px;
    justify-content: center;
}

.filter-container[b-c0jywz9bk2] {
    width: 100%;
    max-width:480px;
    margin: 1.5rem auto 0.5rem;
    position: relative;
}

    .filter-container input[b-c0jywz9bk2] {
        width: 100%;
        height: 48px;
        padding: 0 3.2rem 0 1.2rem;
        border: 1px solid #d9e1ec;
        border-radius: 14px;
        outline: none;
        background-color: #ffffff;
        color: #243447;
        font-size: 0.95rem;
        box-shadow: 0 4px 14px rgba(31, 55, 82, 0.08);
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .filter-container input[b-c0jywz9bk2]::placeholder {
            color: #9aa8b8;
        }

        .filter-container input:hover[b-c0jywz9bk2] {
            border-color: #aebed0;
        }

        .filter-container input:focus[b-c0jywz9bk2] {
            border-color: #2878d4;
            box-shadow: 0 0 0 4px rgba(40, 120, 212, 0.15);
        }

    .filter-container img[b-c0jywz9bk2] {
        position: absolute;
        top: 50%;
        right: 1.1rem;
        width: 35px;
        height: 35px;
        object-fit: contain;
        transform: translateY(-50%);
        opacity: 0.6;
        pointer-events: none;
    }

.stations-page[b-c0jywz9bk2] {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.stations-container[b-c0jywz9bk2] {
    width: min(100%, 1480px);
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 360px));
    justify-content: center;
    align-items: start;
    gap: 20px;
    box-sizing: border-box;
}

.no-stations[b-c0jywz9bk2] {
    margin-top: 16px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(198,231,250,0.25);
    color: var(--text-dark-teal);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 160ms ease, transform 120ms ease;
}

@media (max-width: 768px) {
    .filter-container[b-c0jywz9bk2] {
        width: 100%;
        margin: 1rem auto 0 auto;
        max-width: 300px;

    }

        .filter-container input[b-c0jywz9bk2] {
            height: 44px;
            border-radius: 12px;
        }
    
    .stations-page[b-c0jywz9bk2] {
        padding: 0 12px;
    }

    .stations-container[b-c0jywz9bk2] {
        grid-template-columns: minmax(0, 300px);
        justify-content: center;
        padding: 20px 0;
    }
}
/* /Components/Pages/HomeAdvertising/UI/Home.razor.rz.scp.css */
.home-container[b-tgpy2tkd04] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero[b-tgpy2tkd04] {
    background-color : var(--background-dark-teal);
    border-radius: 1rem;
    padding: 1rem 2rem;
    color: var(--text-white);
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

    .hero h1[b-tgpy2tkd04] {
        font-size: 2.3rem;
        font-weight: 400;
        margin: 0;
    }

.quick-access[b-tgpy2tkd04] {
    margin-bottom: 3rem;
}

.quick-access-grid[b-tgpy2tkd04] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap: 1.5rem;
}

.quick-access-card[b-tgpy2tkd04] {
    display: flex;
    flex-direction: column;
    align-items:center;
    padding: 1.5rem;
    background: white;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .quick-access-card:hover[b-tgpy2tkd04] {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .quick-access-card img[b-tgpy2tkd04] {
        width: 48px;
        height: 48px;
        margin-bottom: 1rem;
    }

    .quick-access-card span[b-tgpy2tkd04] {
        font-weight: 300;
        text-align: center;
    }


@media (max-width: 768px) {
    .home-container[b-tgpy2tkd04] {
        padding: 0.75rem;
    }

    .hero[b-tgpy2tkd04] {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
    }

        .hero h1[b-tgpy2tkd04] {
            font-size: 1.75rem;
            line-height: 1.2;
        }

    .quick-access-grid[b-tgpy2tkd04] {
        gap: 1rem;
    }

    .quick-access-card[b-tgpy2tkd04] {
        padding: 1.25rem;
    }

        .quick-access-card span[b-tgpy2tkd04] {
            font-size: 0.95rem;
        }
}

/* Añadimos breakpoint adicional para pantallas muy pequeñas */
@media (max-width: 360px) {
    .hero h1[b-tgpy2tkd04] {
        font-size: 1.5rem;
    }

    .quick-access-grid[b-tgpy2tkd04] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}
/* /Components/Pages/Stations/UI/Modals/ModalMainUserGroup.razor.rz.scp.css */
.modal-group-container-title[b-0x45mv6s0g] {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    width:100%;
    margin: 8px 0 25px 0;
}

.internal-form-action[b-0x45mv6s0g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0 18px;
    gap: 10px;
}

.row-input-button[b-0x45mv6s0g] {
    position:relative;
}

.verify-check-container[b-0x45mv6s0g] {
    position: absolute;
    right: 5px;
    top: 25px;
}

    .verify-check-container button[b-0x45mv6s0g] {
        background-color: transparent;
        border: none;
    }

    .verify-check-container img[b-0x45mv6s0g] {
        width: 30px;
    }

.form-user p[b-0x45mv6s0g] {
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 25px;
    color: var(--background-error);
}

.separator[b-0x45mv6s0g] {
    margin: 1rem 0;
    border: 1px solid #ccc;
}

.message-check-mail[b-0x45mv6s0g] {
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 25px;
}

    .message-check-mail.error[b-0x45mv6s0g] {
        color: var(--background-error);
    }

    .message-check-mail.success[b-0x45mv6s0g] {
        color: var(--background-success);
    }
/* /Components/Pages/Stations/UI/StationAccess.razor.rz.scp.css */
.message-container[b-mwcec30xja] {
    display: flex;
    margin: 30px;
    justify-content: center;
}


.accordion-page[b-mwcec30xja] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    box-sizing: border-box;
}

.accordion-page-container[b-mwcec30xja] {
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 100px); 
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.separator[b-mwcec30xja] {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-end;
}

.separator button[b-mwcec30xja] {
    border: 1px solid #ccc;
    background-color: rgba(12,12,12,0.1);
    padding: 8px 8px;
    border-radius: 16px;
    font-size: 0.9rem;

}

.separator img[b-mwcec30xja]{
    width: 20px;
}
/* /Components/Pages/Stations/UI/StationSettings.razor.rz.scp.css */
.message-container[b-jmuibzoz2a] {
    display: flex;
    margin: 30px;
    justify-content: center;
}

.stations-container[b-jmuibzoz2a] {
    margin-top: 1rem;
}

.verify-url-container[b-jmuibzoz2a] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.verify-url-container p[b-jmuibzoz2a]{
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 25px;
}

.verify-url-container button[b-jmuibzoz2a] {
    margin-top: 11px;
    border: none;
    background-color: transparent;
}

.verify-url-container img[b-jmuibzoz2a] {
    width: 30px;
}

.badget-state[b-jmuibzoz2a] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #6b7280;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    transition: background-color 150ms ease, transform 100ms ease, opacity 120ms ease;
    vertical-align: middle;
    white-space: nowrap;
}

    .badget-state.active[b-jmuibzoz2a] {
        background-color: #16a34a;
    }

    .badget-state.inactive[b-jmuibzoz2a] {
        background-color: #ef4444;
    }

.separator[b-jmuibzoz2a] {
    margin: 1rem 0;
    border: 1px solid #ccc;
}
/* /Components/Pages/Stations/UI/StationUsers.razor.rz.scp.css */
.users-container[b-m3gnatsjkr] {
    margin-top: 1rem;
}

.separator[b-m3gnatsjkr] {
    margin: 1rem 0;
    border: 1px solid #ccc;
}

.row-input-button[b-m3gnatsjkr] {
    position: relative;
}


.verify-check-container[b-m3gnatsjkr] {
    position: absolute;
    right: 5px;
    top: 25px;
}

    .verify-check-container button[b-m3gnatsjkr] {
        background-color: transparent;
        border: none;
    }

    .verify-check-container img[b-m3gnatsjkr] {
        width: 30px;
    }

.message-check-mail[b-m3gnatsjkr] {
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 25px;
}
    .message-check-mail.error[b-m3gnatsjkr] {
        color: var(--background-error);
    }
    .message-check-mail.success[b-m3gnatsjkr] {
        color: var(--background-success);
    }

.reset-password[b-m3gnatsjkr] {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
}

    .reset-password span[b-m3gnatsjkr] {
        color: var(--text-deep-blue);
        text-decoration: ;
        font-size: 0.95rem;
        cursor: pointer;
    }

.badget-state[b-m3gnatsjkr] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #6b7280;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    transition: background-color 150ms ease, transform 100ms ease, opacity 120ms ease;
    vertical-align: middle;
    white-space: nowrap;
}

    .badget-state.active[b-m3gnatsjkr] {
        background-color: #16a34a;
    }

    .badget-state.inactive[b-m3gnatsjkr] {
        background-color: #ef4444;
    }
/* /Components/Pages/Utils/Accordion.razor.rz.scp.css */
.accordion-container[b-59v7vu1mdx] {
    width: 100%;
    margin: 0 0 4px 0;
}


.accordion-header[b-59v7vu1mdx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    background-color: rgba(33, 102, 135,0.10);
    padding: 8px;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
}

.accordion-left[b-59v7vu1mdx] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.accordion-image[b-59v7vu1mdx] {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 4px;
}

.accordion-title[b-59v7vu1mdx] {
    font-weight: 400;
}

.accordion-icon .icon[b-59v7vu1mdx] {
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
    transition: transform 0.15s ease-in-out;
}

.accordion-body[b-59v7vu1mdx] {
    padding: 1rem 0;
}

.accordion-header[aria-expanded="true"] .icon[b-59v7vu1mdx] {
    transform: rotate(0deg);
}

.accordion-header[aria-expanded="false"] .icon[b-59v7vu1mdx] {
    transform: rotate(0deg);
}
/* /Components/Pages/Utils/Banner.razor.rz.scp.css */
.banner-container[b-jkx7yk7cdw] {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: box-shadow 0.3s;
}


.banner-image-wrapper[b-jkx7yk7cdw] {
    display: flex;
    align-items: center;
    position: relative;
    height: calc(100vh - 400px);
    background: url('images/banner/background.png') center center no-repeat;
    background-size: cover;
}

.banner-arrow[b-jkx7yk7cdw] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 15px;
    width: 44px;
    height: 60px;
    color: #2d3a4a;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    z-index: 2;
   /* display: flex;
    justify-items: center;
    align-items: center;*/
    
}

    .banner-arrow.left[b-jkx7yk7cdw] {
        left: 16px;
    }

    .banner-arrow.right[b-jkx7yk7cdw] {
        right: 16px;
    }

    .banner-arrow:hover[b-jkx7yk7cdw] {
        background: #e3e9f3;
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }

    .banner-arrow img[b-jkx7yk7cdw] {
        width: 30px;
        margin: auto;

    }

    .banner-image[b-jkx7yk7cdw] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0;
        transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1);
        box-shadow;
        0 2px 8px rgba(0,0,0,0.4);
    }

.banner-dots[b-jkx7yk7cdw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    background: transparent;
    gap: 8px;
}

.banner-dot[b-jkx7yk7cdw] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c3cfe2;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

    .banner-dot.active[b-jkx7yk7cdw] {
        background: #2d3a4a;
        transform: scale(1.2);
    }

.banner-image.banner-desktop[b-jkx7yk7cdw] {
    display: block;
}

.banner-image.banner-mobile[b-jkx7yk7cdw] {
    display: none;
}

@media (max-width: 768px) {
    .banner-image.banner-desktop[b-jkx7yk7cdw] {
        display: none;
    }

    .banner-image.banner-mobile[b-jkx7yk7cdw] {
        display: block;
    }

    .banner-arrow[b-jkx7yk7cdw] {
        width: 30px;
        height: 46px;
        border-radius: 10px;
    }

        .banner-arrow img[b-jkx7yk7cdw] {
            width: 25px;
        }
}
/* /Components/Pages/Utils/Breadcrumbs.razor.rz.scp.css */
.breadcrumb-container[b-0vwmr0h1iw] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid var(--background-neutral-gray);
    padding-bottom: 8px;
}

.breadcrumb-container-page[b-0vwmr0h1iw] {
    display:flex;
    align-items:center;
    padding: 8px;
}

.breadcrumb-container-page-back[b-0vwmr0h1iw] {
    border: 1px solid var(--background-neutral-gray);
    background: transparent;
    padding:0;
    margin-right:  8px;
    border-radius: 5px;
}

    .breadcrumb-container-page-back img[b-0vwmr0h1iw] {
        width: 20px;
        height: 20px;
    }


.breadcrumb-container-page-title[b-0vwmr0h1iw] {
    color: var(--background-dark-teal);
    font-size: 1.5rem;
    font-weight: var(--font-roboto-medium);
    margin-right: 5px;
}

.breadcrumb-container-page-path[b-0vwmr0h1iw] {
    display: inline;
    color: var(--text-deep-blue);
    font-size: 1.2rem;
    font-weight: var(--font-roboto-light);
    text-align: left;
    margin: 6px 0 0 0;
}

    .breadcrumb-container-page-path img[b-0vwmr0h1iw] {
        width: 15px;
        height: 15px;
        padding: 0;
        margin:0 4px 4px 0;
    }

.breadcrumb-container-user[b-0vwmr0h1iw] {
    display: flex;
    align-items: center;
    display: flex !important;
}

.breadcrumb-container-user-information[b-0vwmr0h1iw] {
    display: flex;
    flex-direction: column;
    text-align: end;
    margin-right: 8px;
}

.breadcrumb-container-user-information-name[b-0vwmr0h1iw] {
    text-align: right;
    font-weight: var(--font-roboto-light);
    font-size: 1rem;
    color: var(--text-dark-teal);
}

.breadcrumb-container-user-information-conection[b-0vwmr0h1iw] {
    text-align: right;
    font-weight: var(--font-roboto-light);
    font-size: 0.85rem;
}

.breadcrumb-container-user-abbreviation[b-0vwmr0h1iw] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--background-dark-teal);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .breadcrumb-container-user[b-0vwmr0h1iw] {
        display: none !important;
    }
}
/* /Components/Pages/Utils/ButtonSection.razor.rz.scp.css */
.button-section[b-wyrijlv3wo] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}

.button-item[b-wyrijlv3wo] {
    position: relative;
    display: inline-block;
}

    .button-item img[b-wyrijlv3wo] {
        width: 38px;
        height: 38px;
        cursor: pointer;
    }
/* /Components/Pages/Utils/CrudTemplate.razor.rz.scp.css */
.button-container[b-mgjf67cdhb] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.table-responsive-enterprise[b-mgjf67cdhb] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
}

    .table-responsive-enterprise[b-mgjf67cdhb]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .table-responsive-enterprise[b-mgjf67cdhb]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

        .table-responsive-enterprise[b-mgjf67cdhb]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.table-enterprise[b-mgjf67cdhb] {
    table-layout: fixed;
    overflow-y:auto;
    min-width: 100%;
}



    .table-enterprise thead[b-mgjf67cdhb] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--background-dark-teal);
    }

    .table-enterprise tr[b-mgjf67cdhb] {
        user-select: none;
        cursor: pointer;
    }

    .table-enterprise tr:hover[b-mgjf67cdhb] {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .table-enterprise[b-mgjf67cdhb]  th {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        font-size: 0.9rem;
        font-weight: 600;
        color: white;
        text-align: left;
        background-color: var(--background-dark-teal);
    }

    .table-enterprise[b-mgjf67cdhb]  td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
        height: 50px !important;
        color: black;
        padding: 0px 8px;
        border-bottom: 1px solid #ddd;
        font-size: 0.9rem;
        font-weight: 300;
        background-color: white;
    }

.table-action-btn[b-mgjf67cdhb] {
    display: flex;
    align-items: center;
}

.table-action-btn img[b-mgjf67cdhb] {
    height: 25px;
    width: 25px;
}

.internal-form-title[b-mgjf67cdhb] {
    border-bottom: 1px solid #ccc;
    font-weight: 800;
    color: var(--text-deep-blue);
    font-size: 1.05rem;
}

.pagination-container-data[b-mgjf67cdhb] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-top: 1px solid var(--background-neutral-gray);
    color: var(--text-neutral-gray);
}

    .pagination-container-data button[b-mgjf67cdhb] {
        color: white;
        border: none;
        border-radius: 4px;
        padding: 4px 10px;
        cursor: pointer;
        font-size: 0.85rem;
    }

    .pagination-container-data button:disabled[b-mgjf67cdhb] {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .pagination-container-data img[b-mgjf67cdhb] {
        height: 10px;
        width: 10px;
    }


.internal-form-container[b-mgjf67cdhb] {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: calc(100vh - 100px);
    border-radius: 8px;
    position: relative;
}

.internal-form-data[b-mgjf67cdhb] {
    gap: 10px;
    padding: 0 18px;
}

.internal-form-action[b-mgjf67cdhb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0 18px;
    gap: 10px;
}

.filter-container[b-mgjf67cdhb] {
    width: 100%;
    max-width: 250px;
    position: relative;
}

    .filter-container input[b-mgjf67cdhb] {
        width: 100%;
        height: 48px;
        padding: 0 3.2rem 0 1.2rem;
        border: 1px solid #d9e1ec;
        border-radius: 14px;
        outline: none;
        background-color: #ffffff;
        color: #243447;
        font-size: 0.95rem;
        box-shadow: 0 4px 14px rgba(31, 55, 82, 0.08);
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .filter-container input[b-mgjf67cdhb]::placeholder {
            color: #9aa8b8;
        }

        .filter-container input:hover[b-mgjf67cdhb] {
            border-color: #aebed0;
        }

        .filter-container input:focus[b-mgjf67cdhb] {
            border-color: #2878d4;
            box-shadow: 0 0 0 4px rgba(40, 120, 212, 0.15);
        }

    .filter-container img[b-mgjf67cdhb] {
        position: absolute;
        top: 50%;
        right: 1.1rem;
        width: 35px;
        height: 35px;
        object-fit: contain;
        transform: translateY(-50%);
        opacity: 0.6;
        pointer-events: none;
    }

@media (max-width: 768px) {
    .table-enterprise[b-mgjf67cdhb] {
        width: auto;
    }

    .internal-form-data[b-mgjf67cdhb] {
        padding: 0;
    }
}
/* /Components/Pages/Utils/Drawer.razor.rz.scp.css */
.drawer-overlay[b-2pshsg8g0f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content:flex-end;
    z-index: 1;
}

.drawer[b-2pshsg8g0f] {
    background-color: var(--background-white);
    width: 450px;
    height: 100%;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
}

.drawer-header[b-2pshsg8g0f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.drawer-title[b-2pshsg8g0f] {
    color: var(--text-deep-blue);
    font-size: 1.1rem;
    font-weight: var(--font-roboto-bold);
    padding-top: 10px;
    font-style: italic;
}

.drawer-close[b-2pshsg8g0f] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.drawer-content[b-2pshsg8g0f] {
    padding: 1rem;
    flex-grow: 1;
    overflow-y: auto;
    border: none;
}
/* /Components/Pages/Utils/InputTemplate.razor.rz.scp.css */
.form-group-input[b-nder7beg5h] {

}

    .form-group-input > label[b-nder7beg5h] {
        display: block;
        margin-bottom: 0.35rem;
        font-weight: 600;
        color: var(--bg-midnight);
        font-size: 0.9rem;
        z-index: 1000;
        margin: 0;
    }

    .form-group-input  p[b-nder7beg5h] {
        min-height: 32px;
        z-index: 0;
    }

.form-control[b-nder7beg5h] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    color: #111;
    border: 1px solid #e0e6ef;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    background: rgba(198,231,250,0.25);
}

    .form-control:focus[b-nder7beg5h] {
        outline: none;
        border-color: var(--background-ligth-blue);
        box-shadow: 0 0 0 4px rgba(52,152,219,0.12);
    }

    .form-control:disabled[b-nder7beg5h],
    .form-control[readonly][b-nder7beg5h] {
        background-color: var(--background-clear-gray);
        opacity: 0.9;
        cursor: not-allowed;
    }




input.form-control[type="number"][b-nder7beg5h],
input.form-control[type="date"][b-nder7beg5h],
input.form-control[type="email"][b-nder7beg5h],
input.form-control[type="password"][b-nder7beg5h],
input.form-control[type="text"][b-nder7beg5h] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-check[b-nder7beg5h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.form-check-input[b-nder7beg5h] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    border: 1px solid #cbd6e8;
    border-radius: 4px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% 75%;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .form-check-input:checked[b-nder7beg5h] {
        background-color: #265ca4;
        border-color: #265ca4;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .form-check-input:focus[b-nder7beg5h] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.25);
    }

    .form-check-input:disabled[b-nder7beg5h] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.form-check-label[b-nder7beg5h] {
    margin: 0;
    color: #223;
    font-weight: 500;
}

.form-check-input[type="radio"][b-nder7beg5h] {
    border-radius: 50%;
}

.checkbox-placeholder[b-nder7beg5h] {
    font-size: 0.85rem;
    margin-left: 10px;
    font-weight: 300;
}

select.form-control[b-nder7beg5h] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239a9b9c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    padding-right: 2.5rem;
}

    select.form-control:focus[b-nder7beg5h] {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23265ca4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    }

.disabled[b-nder7beg5h] {
    background-color: var(--background-clear-gray);
    opacity: 0.9;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .btn-primary[b-nder7beg5h] {
        width: 100%;
    }

    .searchable-select .form-control[b-nder7beg5h] {
        width: 100%;
    }
}
/* /Components/Pages/Utils/Message.razor.rz.scp.css */
.message-container[b-uz7ttkfv1z] {
    width: min(100%, 620px);
    padding: 32px 40px;
    background-color: #ffffff;
    border: 1px solid #dbe7ef;
    border-left: 6px solid var(--background-info);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
}

    .message-container h3[b-uz7ttkfv1z] {
        margin: 0;
        padding-bottom: 16px;
        color: var(--text-deep-blue);
        font-size: 1.5rem;
        font-weight: 600;
        border-bottom: 2px solid #e5e7eb;
    }

    .message-container p[b-uz7ttkfv1z] {
        margin: 22px 0 0;
        padding: 0;
        color: #475569;
        font-size: 1rem;
        font-weight: 400;
        text-align: justify;
    }


.warning[b-uz7ttkfv1z] {
    border-left: 6px solid var(--background-warning);
}

.error[b-uz7ttkfv1z] {
    border-left: 6px solid var(--background-error);
}
/* /Components/Pages/Utils/Modal.razor.rz.scp.css */
.modal-component-overlay[b-uuo0g53xrq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.modal-component[b-uuo0g53xrq] {
    background-color: var(--background-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    min-height: 300px;
    max-width: 90vh;
}

.modal-component-header[b-uuo0g53xrq] {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #ccc;
}

.modal-component-title[b-uuo0g53xrq] {
    color: var(--text-deep-blue);
    font-size: 1.1rem;
    font-weight: var(--font-roboto-bold);
    padding-top: 10px;
    font-style: italic;
}

.modal-component-close[b-uuo0g53xrq] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.modal-component-body[b-uuo0g53xrq] {
    padding: 1rem;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 80vh;
    border: none;
}
/* /Components/Pages/Utils/Notification.razor.rz.scp.css */
.notification-component-overlay[b-wn1cgn5j1n] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    z-index: 1050;
}

.notification-component[b-wn1cgn5j1n] {
    width: 360px;
    max-width: calc(100% - 32px);
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    overflow: hidden;
    border-top: 6px solid transparent;
    display: flex;
    flex-direction: column;
}

.notification-component-header[b-wn1cgn5j1n] {
    padding: 18px 20px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.notification-icon[b-wn1cgn5j1n] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-component-title[b-wn1cgn5j1n] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.notification-component-body[b-wn1cgn5j1n] {
    padding: 12px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification-component-message[b-wn1cgn5j1n] {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: center;
}

.notification-component-actions[b-wn1cgn5j1n] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.notification-component.success[b-wn1cgn5j1n] {
    border-top-color: var(--background-success);
}

    .notification-component.success .notification-icon svg[b-wn1cgn5j1n] {
    }

.notification-component.warning[b-wn1cgn5j1n] {
    border-top-color: var(--background-warning);
}

.notification-component.error[b-wn1cgn5j1n] {
    border-top-color: var(--background-error);
}

/* /Components/Pages/Utils/Question.razor.rz.scp.css */
.question-component-overlay[b-gqm1xsoxmq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.question-component[b-gqm1xsoxmq] {
    background-color: var(--background-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: min(90vw, 800px);
    max-width: 500px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.question-component-header[b-gqm1xsoxmq] {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.question-component-title[b-gqm1xsoxmq] {
    color: var(--text-deep-blue);
    font-size: 1.1rem;
    font-weight: var(--font-roboto-bold);
    padding-top: 10px;
    font-style: italic;
}

.question-component-close[b-gqm1xsoxmq] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.question-component-body[b-gqm1xsoxmq] {
    padding: 1rem;
    flex: 1 1 auto;
    overflow-y: auto;
    border: none;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
}

.question-component-message[b-gqm1xsoxmq] {
    font-weight: var(--font-roboto-medium);
}

.question-component-actions[b-gqm1xsoxmq] {
    border-top: 2px solid #ccc;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    background: transparent;
}

/* /Components/Pages/Utils/SearchableSelect.razor.rz.scp.css */
.searchable-select[b-gajcfskuhv] {
    position: relative;
    display: block;
    width: 100%;
    --ss-border: 1px solid #e0e6ef;
    z-index: 10000;
}

    .searchable-select .ss-control[b-gajcfskuhv] {
        display: flex;
        align-items: center;
        gap: 6px;
        border-radius: 6px;
        border: 1px solid #e0e6ef;
        background: rgba(198,231,250,0.25);
        padding: 0.25rem 0.35rem;
    }

    .searchable-select .ss-input[b-gajcfskuhv] {
        border: none;
        outline: none;
        background: transparent;
        padding: 0.5rem 0.5rem;
        flex: 1;
        font-size: 0.85rem;
    }

    .searchable-select .ss-input:focus[b-gajcfskuhv] {
        outline: none;
        border-color: var(--background-ligth-blue);
        box-shadow: 0 0 0 4px rgba(52,152,219,0.12);
    }

    .searchable-select .ss-input:disabled[b-gajcfskuhv],
    .searchable-select .ss-input[readonly][b-gajcfskuhv] {
        background-color: var(--background-clear-gray);
        opacity: 0.9;
        cursor: not-allowed;
    }

    .searchable-select .ss-arrow[b-gajcfskuhv] {
        background: transparent;
        border: none;
        padding: 6px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

        .searchable-select .ss-arrow:hover[b-gajcfskuhv] {
            background: rgba(33,95,160,0.06);
        }

        .searchable-select .ss-arrow svg[b-gajcfskuhv] {
            width: 16px;
            height: 16px;
            stroke: var(--background-neutral-gray);
        }

    .searchable-select .ss-control[b-gajcfskuhv],
    .ss-dropdown[b-gajcfskuhv],
    .ss-dropdown .ss-item[b-gajcfskuhv] {
        min-width: 0;
    }

    .searchable-select .ss-dropdown[b-gajcfskuhv] {
        position: absolute;
        top: calc(100% + 0.25rem);
        left: 0;
        width: 100%;
        z-index: 2000; /* suficiente para aparecer encima */
        background: #fff;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        max-height: 240px;
        overflow: auto;
    }

    .ss-dropdown[b-gajcfskuhv]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
    }

.searchable-select .ss-item[b-gajcfskuhv] {
    padding: 0.55rem 0.75rem;
    cursor: pointer;
    color: #102235;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
}

    .searchable-select .ss-item.highlighted[b-gajcfskuhv],
    .searchable-select .ss-item:hover[b-gajcfskuhv] {
        background: #f1f5f9;
    }

.ss-empty[b-gajcfskuhv] {
    padding: 0.55rem 0.75rem;
    color: var(--background-clear-gray);
}

.ss-dropdown[b-gajcfskuhv]::-webkit-scrollbar {
    width: 10px;
}

.ss-dropdown[b-gajcfskuhv]::-webkit-scrollbar-thumb {
    background: rgba(33,95,160,0.18);
    border-radius: 8px;
}

.ss-dropdown[b-gajcfskuhv]::-webkit-scrollbar-track {
    background: transparent;
}


.searchable-select[b-gajcfskuhv],
.searchable-select *[b-gajcfskuhv] {
    box-sizing: border-box;
}

.searchable-select:focus-within[b-gajcfskuhv] {
    box-shadow: 0 0 0 4px rgba(52,152,219,0.08);
    border-color: var(--bg-light-blue);
}
/* /Components/Pages/Utils/SnackBar.razor.rz.scp.css */
.snackbar[b-z08wkjw69i] {
    visibility: hidden;
    min-width: 250px;
    margin: 0;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5000;
    bottom: 30px;
    transition: visibility 0s, opacity 0.5s linear, transform 0.2s;
    opacity: 0;
    color: var(--text-white);
    font-weight: var(--font-roboto-regular);
    font-size: 0.9rem;
    max-width: 90%;
    width: auto;
    box-sizing: border-box;
}

    .snackbar.show[b-z08wkjw69i] {
        visibility: visible;
        opacity: 1;
    }

    .snackbar.error[b-z08wkjw69i] {
        background-color: var(--background-error);
    }

    .snackbar.warning[b-z08wkjw69i] {
        background-color: var(--background-warning);
    }

    .snackbar.success[b-z08wkjw69i] {
        background-color: var(--background-success);
    }

    .snackbar.info[b-z08wkjw69i] {
        background-color: var(--background-info);
    }

        .snackbar.error[b-z08wkjw69i]::before,
        .snackbar.warning[b-z08wkjw69i]::before,
        .snackbar.success[b-z08wkjw69i]::before,
        .snackbar.info[b-z08wkjw69i]::before {
            color: var(--text-white);
        }
/* /Components/Pages/Utils/Tab/TabManager.razor.rz.scp.css */
.tab-manager-container[b-5itcay0lvh] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-manager-header[b-5itcay0lvh] {
    display: flex;
    justify-content: flex-start;
    background-color: var(--background-dark-teal);
    border-bottom: 1px solid var(--border-color);
    padding: 0;
}

.tab-manager-button[b-5itcay0lvh] {
    flex: none;
    padding: 10px 30px 10px 8px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

    .tab-manager-button[b-5itcay0lvh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: transparent;
        transition: background-color 0.3s;
    }

    .tab-manager-button:hover[b-5itcay0lvh]::before {
        background-color: #e0e0e0;
    }

    .tab-manager-button.active[b-5itcay0lvh] {
        background: linear-gradient(135deg, #ff0000, #cc0000);
        border-bottom: 3px solid #990000;
        color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .tab-manager-button.active[b-5itcay0lvh]::before {
        background-color: #ff0000;
    }

    .tab-manager-button:not(:last-child)[b-5itcay0lvh]::after {
        content: '';
        position: absolute;
        top: 10%;
        bottom: 10%;
        right: -2.5px;
        width: 1px;
        background-color: #ccc;
    }

    .tab-manager-button.selected-tab[b-5itcay0lvh] {
        background: var(--background-deep-blue);
        color: white;
        font-weight: var(--font-roboto-black);
    }


.tab-manager-button-icon[b-5itcay0lvh] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.tab-manager-name[b-5itcay0lvh] {
    color: white;
    font-size: 14px;
}

.tab-manager-content[b-5itcay0lvh] {
    flex: 1;
    overflow-y: auto;
    background-color: #fff;
    border: none;
}

@media (max-width: 768px) {
    .tab-manager-header[b-5itcay0lvh] {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: none;
        padding: 0;
        z-index: 1000;
    }

    .tab-manager-button[b-5itcay0lvh] {
        flex: 1;
        flex-direction: column;
        padding: 15px 5px;
        margin-right: 0;
        border-radius: 0;
    }

        .tab-manager-button.active[b-5itcay0lvh] {
            background: linear-gradient(135deg, #ff0000, #cc0000);
            border-top: 3px solid #990000;
            color: #fff;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
        }

    .tab-manager-button-icon[b-5itcay0lvh] {
        margin-right: 0;
        margin-bottom: 5px;
        width: 24px;
        height: 24px;
    }

    .tab-manager-name[b-5itcay0lvh] {
        font-size: 10px;
    }

    .tab-manager-content[b-5itcay0lvh] {
        padding-bottom: 60px;
    }
}

.tab-manager-button.active[b-5itcay0lvh] {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    border-bottom: 3px solid #990000;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .tab-manager-button.active[b-5itcay0lvh]::before {
        background-color: #ff0000;
    }

    .tab-manager-button.active[b-5itcay0lvh] {
        background: linear-gradient(135deg, #ff0000, #cc0000);
        border-top: 3px solid #990000;
        color: #fff;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    }
/* /Components/Pages/Utils/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-sw7ket7zn2] {
    position: relative;
    display: inline-block;
}

.tooltip-box[b-sw7ket7zn2] {
    position: absolute;
    z-index: 2000;
    max-width: 260px;
    padding: 8px 10px;
    background: var(--background-dark-teal);
    color: #fff;
    border-radius: 6px;
    font-size: 0.85rem;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    pointer-events: none;
    opacity: 0;
    transform-origin: center;
    transition: opacity 0.12s ease, transform 0.12s ease;
}

    .tooltip-box.top[b-sw7ket7zn2] {
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        margin-bottom: 2px;
        opacity: 1;
        z-index: 9999;
    }

    .tooltip-box.bottom[b-sw7ket7zn2] {
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        margin-top: 2px;
        opacity: 1;
        z-index: 9999;
    }

    .tooltip-box.left[b-sw7ket7zn2] {
        right: 100%;
        top: 50%;
        transform: translate(0px, -50%);
        margin-right: 2px;
        opacity: 1;
        z-index: 100000;
    }

    .tooltip-box.right[b-sw7ket7zn2] {
        left: 100%;
        top: 50%;
        transform: translate(0px, -50%);
        margin-left: 2px;
        opacity: 1;
        z-index: 9999;
    }

@media (max-width: 640px) {
    .tooltip-box[b-sw7ket7zn2] {
        max-width: 86vw;
        font-size: 0.95rem;
        pointer-events: auto;
    }
}
/* /Components/Pages/Utils/Waiting.razor.rz.scp.css */
.waiting-overlay[b-ugige8yx6e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0,0,0.5);
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 1000;
}

.waiting-container[b-ugige8yx6e] {
    position: relative;
    text-align: center;
    background-color: var(--background-white);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 250px;
}

.waiting-message p[b-ugige8yx6e]{
    padding-top: 17px;
}

.waiting-spinner[b-ugige8yx6e] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--background-spin);
    border-radius: 50%;
    animation: spin-b-ugige8yx6e 1s linear infinite;
}

@keyframes spin-b-ugige8yx6e {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Utils/WaitingProcessBar.razor.rz.scp.css */
.waiting-progress-bar-overlay[b-uybdslmbef] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.waiting-progress-bar-container[b-uybdslmbef] {
    position: relative;
    text-align: center;
    background-color: var(--background-white);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 300px;
}

.waiting-progress-bar-header[b-uybdslmbef] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.waiting-progress-bar-message p[b-uybdslmbef] {
    padding-top: 17px;
}

.waiting-progress-bar-spinner[b-uybdslmbef] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--background-spin);
    border-radius: 50%;
    animation: spin-b-uybdslmbef 1s linear infinite;
}

.waiting-progress-bar-content[b-uybdslmbef] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-midnight-blue);
    position: relative;
    width: 250px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.waiting-progress-bar-content-porcentage[b-uybdslmbef] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: linear-gradient(to right, var(--background-dark-teal), var(--background-deep-blue));
    transition: width 0.5s ease;
    z-index: 1;
    border-radius: 5px;
}

.waiting-progress-bar-content-text[b-uybdslmbef] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-weight: var(--font-roboto-black);
    pointer-events: none;
    text-align: center;
    white-space: nowrap;
}

@keyframes spin-b-uybdslmbef {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
