@import '_content/DotWeb.Shared.UI/DotWeb.Shared.UI.m80opf65rh.bundle.scp.css';

/* _content/LeistungenWeb/Components/Forms/LeistungErfassungForm.razor.rz.scp.css */
.modal-overlay[b-8tadztg227] {
        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: 1050;
    }

    .form-modal[b-8tadztg227] {
        background: white;
        border-radius: 12px;
        width: 90%;
        max-width: 400px;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .form-header[b-8tadztg227] {
        padding: 20px 20px 0 20px;
        border-bottom: none;
    }

    .form-title[b-8tadztg227] {
        margin: 0;
        font-size: 1.1rem;
        color: #333;
        font-weight: 500;
    }

    .form-body[b-8tadztg227] {
        padding: 20px;
    }

    .form-label[b-8tadztg227] {
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 8px;
        display: block;
    }

    .form-control[b-8tadztg227] {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 1rem;
    }

    .form-control:focus[b-8tadztg227] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .time-display[b-8tadztg227], .price-display[b-8tadztg227] {
        background-color: #f8f9fa;
        color: #666;
    }

    /* Override for small form controls */
    .form-control-sm.time-display[b-8tadztg227],
    .form-control-sm.price-display[b-8tadztg227] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.25rem;
    }

    .quantity-controls[b-8tadztg227] {
        gap: 0;
    }

    .quantity-btn[b-8tadztg227] {
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: #ddd !important;
    }

    .quantity-btn:hover[b-8tadztg227] {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
        color: white !important;
    }

    .quantity-input[b-8tadztg227] {
        text-align: center;
        width: 80px;
        flex-shrink: 0;
    }

    .comment-textarea[b-8tadztg227] {
        resize: vertical;
        min-height: 80px;
    }

    .form-footer[b-8tadztg227] {
        padding: 15px 20px 20px;
        border-top: 1px solid #eee;
    }

    .btn-link[b-8tadztg227] {
        text-decoration: none;
        font-weight: 500;
        border: none;
        padding: 8px 16px;
    }

    .btn-link:hover[b-8tadztg227] {
        text-decoration: none;
    }

    .validation-message[b-8tadztg227] {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 4px;
    }

    @media (max-width: 576px) {
        .form-modal[b-8tadztg227] {
            width: 95%;
            margin: 10px;
        }
    }
/* _content/LeistungenWeb/Components/Layout/ErfassteLeistungen.razor.rz.scp.css */
.erfasste-leistungen-container[b-0s8tm7jvom] {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px - 110px);
}

.erfasste-leistungen-body[b-0s8tm7jvom] {
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

/* Custom scrollbar styling */
.erfasste-leistungen-body[b-0s8tm7jvom]::-webkit-scrollbar {
    width: 8px;
}

.erfasste-leistungen-body[b-0s8tm7jvom]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.erfasste-leistungen-body[b-0s8tm7jvom]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.erfasste-leistungen-body[b-0s8tm7jvom]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* _content/LeistungenWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.wrapper[b-55u8ymtrou] {
    --application-bar-left: 64px;
    align-items: stretch;
    display: flex;
    width: 100%;
}

    .wrapper.expanded[b-55u8ymtrou] {
        --application-bar-left: 264px;
    }

.main[b-55u8ymtrou] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

    .main .main-content[b-55u8ymtrou] {
        padding: 1.5rem;
        margin-left: var(--application-bar-left) !important;
        margin-top: 60px !important;
        height: calc(100% - 60px);
        position: relative;
        background-color: #f5f7fb;
        transition: all 0.35s ease-in-out;
    }

        .main .main-content[b-55u8ymtrou]::-webkit-scrollbar {
            width: 10px;
        }

        .main .main-content[b-55u8ymtrou]::-webkit-scrollbar-track {
            background: #f5f5f5;
        }

        .main .main-content[b-55u8ymtrou]::-webkit-scrollbar-thumb {
            background: #abb8c3;
            border-radius: 0;
        }

            .main .main-content[b-55u8ymtrou]::-webkit-scrollbar-thumb:hover {
                background: #8ed1fc;
            }

        .main .main-content .back_button[b-55u8ymtrou] {
            text-decoration: none;
            color: inherit;
        }

        .main .main-content a[b-55u8ymtrou] {
            color: #555555;
        }

        .main .main-content .btn-site-view-preview[b-55u8ymtrou] {
            border: 0;
            border-radius: 0.25rem;
            background: rgba(128, 128, 128, 0.25);
            color: #555;
        }

            .main .main-content .btn-site-view-preview:hover[b-55u8ymtrou] {
                background: rgba(128, 128, 128, 0.4);
            }

    .main .side_page_settings .tree-container[b-55u8ymtrou] {
        margin-bottom: 1rem;
    }

        .main .side_page_settings .tree-container:last-of-type[b-55u8ymtrou] {
            margin-bottom: 0;
        }

    .main .side_page_settings ul.metismenu[b-55u8ymtrou] {
        margin: 0;
    }

        .main .side_page_settings ul.metismenu a[b-55u8ymtrou] {
            padding: 0 !important;
        }

            .main .side_page_settings ul.metismenu a .fa.arrow[b-55u8ymtrou] {
                right: 5px !important;
            }

        .main .side_page_settings ul.metismenu ul[b-55u8ymtrou] {
            margin-top: 0.3rem !important;
        }

.wrapper .edit-form ul.metismenu[b-55u8ymtrou] {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

    .wrapper .edit-form ul.metismenu li[b-55u8ymtrou] {
        margin-bottom: 5px;
        padding: 5px 15px 5px 5px;
        font-size: 1rem;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background: white;
        color: #212529;
        z-index: 10;
        border: 1px solid #ced4da;
        border-left: 4px solid #bbc2c7;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .wrapper .edit-form ul.metismenu li a[b-55u8ymtrou] {
            text-decoration: none;
            color: #212529;
            padding: 0.5rem;
            font-size: 0.785rem;
        }

            .wrapper .edit-form ul.metismenu li a:hover:not(.erfDeleteModal)[b-55u8ymtrou] {
                transition: 300ms all;
                color: #008aff;
            }

            .wrapper .edit-form ul.metismenu li a .fa.arrow[b-55u8ymtrou] {
                position: absolute;
                right: 30px;
                color: #212529;
            }

    .wrapper .edit-form ul.metismenu ul[b-55u8ymtrou] {
        margin-top: 0.5rem;
        padding-left: 0.5rem;
        list-style: none;
    }

.wrapper .edit-form .subpage_link[b-55u8ymtrou] {
    gap: 1rem;
    width: calc(100% - 100px);
    justify-content: space-between;
}

.wrapper .edit-form button.erfDeleteModal[b-55u8ymtrou] {
    display: inline-block;
    width: fit-content;
    margin: 0 10px;
    font-size: 0.875rem !important;
}

    .wrapper .edit-form button.erfDeleteModal:hover[b-55u8ymtrou] {
        color: #008aff;
    }

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










/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

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

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

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}*/

/* App layout */
/*.app-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.app-body {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.sidebar {
    width: 250px;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    transition: width 0.3s ease;
    overflow: hidden;
}

.sidebar.collapsed {
    width: 60px;
}

.main-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    transition: margin-left 0.3s ease;
}

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

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }*/
/* _content/LeistungenWeb/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar .sidebar-nav .sidebar-header span[b-j7aben46db], .wrapper:not(.front_wrapper) #sidebar .sidebar-nav .sidebar-item span[b-j7aben46db] {
    transition: all 0.15s ease-in-out;
}

#sidebar[b-j7aben46db] {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 264px;
    transition: all 0.35s ease-in-out;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 100;
}

    #sidebar .sidebar_wrapper[b-j7aben46db] {
        position: relative;
    }

        #sidebar .sidebar_wrapper .sidebar-logo[b-j7aben46db] {
            height: 60px;
        }

            #sidebar .sidebar_wrapper .sidebar-logo a[b-j7aben46db] {
                color: #e9ecef;
                font-size: 1.25rem;
                font-weight: 600;
            }

            #sidebar .sidebar_wrapper .sidebar-logo .large[b-j7aben46db], #sidebar .sidebar_wrapper .sidebar-logo .small[b-j7aben46db] {
                transition: all 0.35s ease-in-out;
            }

            #sidebar .sidebar_wrapper .sidebar-logo .large[b-j7aben46db] {
                position: absolute;
                top: 10px;
                left: 20px;
            }

                #sidebar .sidebar_wrapper .sidebar-logo .large img[b-j7aben46db] {
                    max-height: 30px;
                }

            #sidebar .sidebar_wrapper .sidebar-logo .small[b-j7aben46db] {
                position: absolute;
                top: 10px;
                left: 20px;
                opacity: 0;
            }

                #sidebar .sidebar_wrapper .sidebar-logo .small img[b-j7aben46db] {
                    max-height: 24px;
                    margin-top: 3px;
                    margin-left: 2px;
                }

        #sidebar .sidebar_wrapper .sidebar-nav[b-j7aben46db] {
            padding: 0;
        }

            #sidebar .sidebar_wrapper .sidebar-nav .sidebar-header span[b-j7aben46db], #sidebar .sidebar_wrapper .sidebar-nav .sidebar-item span[b-j7aben46db] {
                white-space: nowrap;
            }

            #sidebar .sidebar_wrapper .sidebar-nav .sidebar-header[b-j7aben46db] {
                border-top: 1px solid #dadada;
                color: #939ba2;
                font-family: PoppinsMedium, sans-serif;
                font-size: 0.85rem;
                padding: 0.5rem 1.5rem 0.375rem;
                margin-top: 1.5rem;
                min-width: 264px;
            }

        #sidebar .sidebar_wrapper .nav-item[b-j7aben46db] {
            min-width: 264px;
        }

            /* Nav-link styles live in wwwroot/app.css because NavLink
               is rendered inside the NavMenuItem child component and
               cannot be reached from this scoped stylesheet. */

        #sidebar .sidebar_wrapper .settings_wrapper[b-j7aben46db] {
            position: absolute;
            bottom: 25px;
            margin: 0;
            padding: 0;
            list-style-type: none;
            flex-wrap: wrap;
        }

            #sidebar .sidebar_wrapper .settings_wrapper .sidebar-header span[b-j7aben46db], #sidebar .sidebar_wrapper .settings_wrapper .nav-item span[b-j7aben46db] {
                transition: all 0.1s ease-in-out;
            }

            #sidebar .sidebar_wrapper .settings_wrapper .filter_link[b-j7aben46db] {
                display: flex;
                align-items: center;
                gap: 0.3rem;
                padding: 0;
            }

    #sidebar.collapsed[b-j7aben46db] {
        width: 64px;
    }

        #sidebar.collapsed .sidebar-logo .large[b-j7aben46db] {
            opacity: 0;
        }

        #sidebar.collapsed .sidebar-logo .small[b-j7aben46db] {
            opacity: 1;
            left: 50%;
            transform: translateX(-50%);
        }

        #sidebar.collapsed .sidebar-header[b-j7aben46db], #sidebar.collapsed .nav-item[b-j7aben46db] {
            min-width: 64px;
        }

            #sidebar.collapsed .sidebar-header span[b-j7aben46db] {
                padding-left: 40px;
            }

            #sidebar.collapsed .nav-item[b-j7aben46db]  .nav-text {
                display: none;
            }

        #sidebar.collapsed .nav-item[b-j7aben46db]  .nav-link {
            justify-content: center;
            gap: 0;
            padding: 0.625rem 0;
        }


/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

.top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

:global(.sidebar.collapsed) .nav-scrollable {
    overflow-y: hidden;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

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

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/LeistungenWeb/Components/Layout/TopBar.razor.rz.scp.css */
.wrapper[b-m71ud2o3vl] {
    --application-bar-left: 64px;
}
    .wrapper.expanded[b-m71ud2o3vl] {
        --application-bar-left: 264px;
    }

.btn_toggler[b-m71ud2o3vl] {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon[b-m71ud2o3vl] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.top-bar-fixed[b-m71ud2o3vl] {
    box-shadow: inset 0 -1px 0 0 #dcdcde;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: var(--application-bar-left);
    width: calc(100% - var(--application-bar-left));
    z-index: 200;
    transition: all 0.35s ease-in-out;
}

    .top-bar-fixed .top-bar-container[b-m71ud2o3vl] {
        height: 60px;
    }

    .top-bar-fixed[b-m71ud2o3vl]  .gradient-bg {
        background-color: #FFC103;
        background-image: none;
        width: 100%;
        display: block;
        float: left;
        height: 4px;
        position: absolute;
        bottom: 0;
    }

/* Page Title Styles */
.topbar-page-info[b-m71ud2o3vl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.topbar-page-title[b-m71ud2o3vl] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    line-height: 1.2;
}

.topbar-page-subtitle[b-m71ud2o3vl] {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    line-height: 1.2;
}

.topbar-page-actions[b-m71ud2o3vl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo[b-m71ud2o3vl] {
    display: flex;
    align-items: center;
}

.logo-image[b-m71ud2o3vl] {
    height: 32px;
    width: auto;
}

.topbar-right[b-m71ud2o3vl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-button[b-m71ud2o3vl] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.2s ease;
}

.notification-button:hover[b-m71ud2o3vl] {
    background: #f3f4f6;
    color: #374151;
}

.notification-icon[b-m71ud2o3vl] {
    width: 20px;
    height: 20px;
}

.notification-badge[b-m71ud2o3vl] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ef4444;
    color: white;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
    .topbar-page-info[b-m71ud2o3vl] {
        flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
    }

    .topbar-page-title[b-m71ud2o3vl] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .topbar-page-subtitle[b-m71ud2o3vl] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .topbar-left-actions[b-m71ud2o3vl],
    .topbar-right[b-m71ud2o3vl],
    .topbar-page-actions[b-m71ud2o3vl] {
        flex-shrink: 0;
    }
}

@media (max-width: 576px) {
    .topbar-page-title[b-m71ud2o3vl] {
        font-size: 14px;
    }

    .topbar-page-subtitle[b-m71ud2o3vl] {
        font-size: 10px;
    }
}
/* _content/LeistungenWeb/Components/Pages/Home.razor.rz.scp.css */
.inline-services-container[b-yx0inbosxz] {
    background: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

.horizontal-picker-container-inline[b-yx0inbosxz] {
    background: #e9ecef;
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

.horizontal-picker-inline[b-yx0inbosxz] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 0.75rem;
    gap: 12px;
    scrollbar-width: thin;
}

.picker-item-inline[b-yx0inbosxz] {
    flex: 0 0 auto;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 300;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    white-space: nowrap;
    border-radius: 4px;
}

    .picker-item-inline.selected[b-yx0inbosxz] {
        font-weight: 500;
        color: #fff;
        background-color: #0d6efd;
    }

    .picker-item-inline:hover[b-yx0inbosxz] {
        background-color: #e9ecef;
    }

    .picker-item-inline.selected:hover[b-yx0inbosxz] {
        background-color: #0b5ed7;
    }

.services-table-inline[b-yx0inbosxz] {
    background: #fff;
    max-height: 400px;
    overflow-y: auto;
}

    .services-table-inline table[b-yx0inbosxz] {
        font-size: 0.9rem;
    }

        .services-table-inline table td[b-yx0inbosxz] {
            padding: 0.75rem;
        }

.client-expand-btn[b-yx0inbosxz] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 4px;
}

    .client-expand-btn:hover[b-yx0inbosxz] {
        transform: scale(1.1);
    }

.client-services-inline[b-yx0inbosxz] {
    margin: 0;
    padding: 0;
}
/* _content/LeistungenWeb/Components/Pages/LoginDetailed.razor.rz.scp.css */
.login-container[b-5e8j3dqye4] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.login-card[b-5e8j3dqye4] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 48px 40px;
    width: 100%;
    max-width: 420px;
}

.login-card-wide[b-5e8j3dqye4] {
    max-width: 700px;
}

.header-card[b-5e8j3dqye4] {
    background: white;
    padding: 0px 35px 35px;
    padding-bottom: 10px;
    text-align: center;
}

.title[b-5e8j3dqye4] {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-text, #000000);
    margin: 0;
}

.subtitle[b-5e8j3dqye4] {
    font-size: 15px;
    color: var(--color-text-light, #666666);
    margin: 0;
    font-weight: 400;
}

.search-container[b-5e8j3dqye4] {
    padding-top: 35px;
}

.user-list[b-5e8j3dqye4] {
    max-height: 50vh;
    overflow-y: auto;
    margin-top: 16px;
}

    .user-list[b-5e8j3dqye4]::-webkit-scrollbar {
        width: 8px;
    }

    .user-list[b-5e8j3dqye4]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .user-list[b-5e8j3dqye4]::-webkit-scrollbar-thumb {
        background: #c0c0c0;
        border-radius: 4px;
    }

        .user-list[b-5e8j3dqye4]::-webkit-scrollbar-thumb:hover {
            background: #a0a0a0;
        }

.user-item[b-5e8j3dqye4] {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 4px;
}

    .user-item:hover[b-5e8j3dqye4] {
        background-color: #f8f9fa !important;
        transform: translateX(4px);
    }

.version-footer[b-5e8j3dqye4] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.modal-overlay[b-5e8j3dqye4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-5e8j3dqye4 0.2s ease;
}

@keyframes fadeIn-b-5e8j3dqye4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-dialog-custom[b-5e8j3dqye4] {
    width: 90%;
    max-width: 420px;
    animation: slideUp-b-5e8j3dqye4 0.3s ease;
}

/* Modal Card Stack Design */
.login-modal-container[b-5e8j3dqye4] {
    width: 90%;
    max-width: 440px;
    animation: slideUp-b-5e8j3dqye4 0.3s ease;
}

@keyframes slideUp-b-5e8j3dqye4 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header-card[b-5e8j3dqye4] {
    background: white;
    padding: 35px 30px 20px 30px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}

.modal-title[b-5e8j3dqye4] {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text, #000000);
    margin: 0 0 8px;
}

.modal-subtitle[b-5e8j3dqye4] {
    font-size: 14px;
    color: var(--color-text-light, #666666);
    margin: 0;
    font-weight: 400;
}

.modal-form-card[b-5e8j3dqye4] {
    background: white;
    padding: 30px;
    padding-top: 0;
    border-radius: 0 0 16px 16px;
}

.modal-field[b-5e8j3dqye4] {
    margin-bottom: 20px;
}

.modal-input[b-5e8j3dqye4] {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid var(--color-border-medium, #D4DAE0);
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s;
    background: white;
}

    .modal-input:focus[b-5e8j3dqye4] {
        outline: none;
        border-color: var(--color-primary, #FFC103);
        box-shadow: 0 0 0 3px rgba(255, 193, 3, 0.1);
    }

    .modal-input[b-5e8j3dqye4]::placeholder {
        color: var(--color-text-lighter, #999999);
    }

    .modal-input:disabled[b-5e8j3dqye4] {
        background: var(--color-bg-gray, #f0f0f0);
        cursor: not-allowed;
    }

.modal-actions[b-5e8j3dqye4] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-cancel[b-5e8j3dqye4] {
    flex: 1;
    background: var(--color-bg-gray, #f0f0f0);
    color: var(--color-text, #000000);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-cancel:hover:not(:disabled)[b-5e8j3dqye4] {
        background: var(--color-border-light, #e0e0e0);
        transform: translateY(-2px);
    }

    .btn-cancel:disabled[b-5e8j3dqye4] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-login[b-5e8j3dqye4] {
    width: 100%;
    background: var(--color-primary, #FFC103);
    color: var(--color-text, #000000);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-login:hover:not(:disabled)[b-5e8j3dqye4] {
        background: var(--color-primary-hover, #e6ad03);
        transform: translateY(-2px);
    }

    .btn-login:disabled[b-5e8j3dqye4] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.modal-alert[b-5e8j3dqye4] {
    background: #ffe5e5;
    color: var(--color-danger, #d32f2f);
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 14px;
}

.modal-spinner[b-5e8j3dqye4] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--color-text, #000000);
    border-radius: 50%;
    animation: spin-b-5e8j3dqye4 0.6s linear infinite;
}

@keyframes spin-b-5e8j3dqye4 {
    to {
        transform: rotate(360deg);
    }
}

.form-group[b-5e8j3dqye4] {
    margin-bottom: 20px;
}

    .form-group label[b-5e8j3dqye4] {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #555;
        margin-bottom: 8px;
    }

    .form-group .form-control[b-5e8j3dqye4] {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 15px;
        transition: all 0.2s ease;
    }

        .form-group .form-control:focus[b-5e8j3dqye4] {
            outline: none;
            border-color: #0066ff;
            box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
        }

        .form-group .form-control:disabled[b-5e8j3dqye4] {
            background-color: #f5f5f5;
            cursor: not-allowed;
        }

.btn-block[b-5e8j3dqye4] {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: #0066ff;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-block:hover:not(:disabled)[b-5e8j3dqye4] {
        background: #0052cc;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
    }

    .btn-block:disabled[b-5e8j3dqye4] {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
    }

.btn-secondary[b-5e8j3dqye4] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-secondary:hover:not(:disabled)[b-5e8j3dqye4] {
        background: #e0e0e0;
    }

.alert[b-5e8j3dqye4] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.alert-danger[b-5e8j3dqye4] {
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
}

.alert-success[b-5e8j3dqye4] {
    background: #efe;
    border: 1px solid #cfc;
    color: #3c3;
}

.spinner-border-sm[b-5e8j3dqye4] {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

@media (max-width: 768px) {
    .login-card[b-5e8j3dqye4] {
        padding: 32px 24px;
    }

    .login-card-wide[b-5e8j3dqye4] {
        max-width: 100%;
    }

    .login-title[b-5e8j3dqye4] {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .login-logo img[b-5e8j3dqye4] {
        max-width: 140px;
    }

    .user-list[b-5e8j3dqye4] {
        max-height: 40vh;
    }

    .modal-dialog-custom[b-5e8j3dqye4] {
        width: 95%;
    }

    .version-footer[b-5e8j3dqye4] {
        font-size: 11px;
        margin-top: 20px;
        padding-top: 16px;
    }
}
