/* /Components/Admin/Dialogs/MaskDefinitionEditDialog.razor.rz.scp.css */
.icon-preview[b-kat9ym8jhb] {
    width: 50px;
    justify-content: center;
}

.icon-preview i[b-kat9ym8jhb] {
    font-size: 1.25rem;
}

.icon-picker-grid[b-kat9ym8jhb] {
    max-height: 200px;
    overflow-y: auto;
}

.icon-btn[b-kat9ym8jhb] {
    width: 40px;
    height: 40px;
}
/* /Components/Admin/Dialogs/RoleGroupDialog.razor.rz.scp.css */
.flex[b-c0zh2wf1nu] {
    display: flex;
    justify-content: center;
}

.margin[b-c0zh2wf1nu] {
    margin: 10px;
    width: 300px;
}

#role-group-list .delete-icon[b-c0zh2wf1nu]::after {
    content: "\e878";
    float: right;
    cursor: pointer;
}

ul.e-listview[b-c0zh2wf1nu] {
    padding: 0;
}

li.e-list-item:hover[b-c0zh2wf1nu] {
    background-color: #a6a6a6;
}

li.e-list-item.e-active[b-c0zh2wf1nu] {
    background-color: #808080;
}
/* /Components/Admin/Dialogs/UserDialog.razor.rz.scp.css */
.employee-item[b-xwr3bgqw70] {
    line-height: 1.8;
}

.meta[b-xwr3bgqw70] {
    font-size: 0.8em;
    color: var(--bs-secondary-color);
}

.assigned-employee-container[b-xwr3bgqw70] {
    margin-bottom: 1rem;
}

/* Erhöhte Spezifität für assigned-employee-display */
.assigned-employee-container .assigned-employee-display[b-xwr3bgqw70] {
    display: flex !important;
    align-items: center !important;
    padding: 0.5rem !important;
    border: 1px solid var(--bs-border-color) !important;
    border-radius: 0.375rem !important;
    background-color: var(--bs-tertiary-bg) !important;
}

.toggle-container[b-xwr3bgqw70] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.toggle-label[b-xwr3bgqw70] {
    font-size: 0.9em;
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.no-records[b-xwr3bgqw70] {
    padding: 10px;
    text-align: center;
    font-style: italic;
    color: var(--bs-secondary-color);
}

.e-dropdownbase .e-list-item.e-item-focus[b-xwr3bgqw70],
.e-dropdownbase .e-list-item.e-active[b-xwr3bgqw70],
.e-dropdownbase .e-list-item.e-active.e-hover[b-xwr3bgqw70] {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

/* Maskenrechte Styling */
.mask-permission-container[b-xwr3bgqw70] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: var(--bs-tertiary-bg);
    margin-bottom: 0.5rem;
}

.mask-main-checkbox[b-xwr3bgqw70] {
    font-weight: 600;
}

.permission-sub-checkboxes[b-xwr3bgqw70] {
    padding-left: 0.5rem;
}

.permission-sub-checkbox .e-checkbox-wrapper .e-label[b-xwr3bgqw70] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
}

.permission-sub-checkbox.e-info .e-frame[b-xwr3bgqw70] {
    border-color: #17a2b8;
}

.permission-sub-checkbox.e-warning .e-frame[b-xwr3bgqw70] {
    border-color: #ffc107;
}

.permission-sub-checkbox.e-info .e-check[b-xwr3bgqw70] {
    background-color: #17a2b8;
}

.permission-sub-checkbox.e-warning .e-check[b-xwr3bgqw70] {
    background-color: #ffc107;
}

.service-manager-item[b-xwr3bgqw70] {
    line-height: 1.2;
    padding: 5px 0;
    margin-left: 5px;
}

.number[b-xwr3bgqw70] {
    font-size: 1em;
}

.sm-fullname[b-xwr3bgqw70] {
    font-size: 0.8em;
    color: var(--bs-secondary-color);
}

.email-input-container[b-xwr3bgqw70] {
    position: relative;
}

.email-buttons[b-xwr3bgqw70] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    gap: 2px;
    align-items: center;
}

.email-buttons > button[b-xwr3bgqw70] {
    font-size: 0.7rem;
}

.email-input[b-xwr3bgqw70] {
    padding-right: 100px; /* Platz für die Buttons */
}
/* /Components/Admin/Shared/MaskPermissions.razor.rz.scp.css */
/* Wrapper für zwei Spalten nebeneinander */
.mask-permissions-wrapper[b-rxbc7w1okf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .mask-permissions-wrapper[b-rxbc7w1okf] {
        grid-template-columns: 1fr;
    }
}

.mask-app-column[b-rxbc7w1okf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Parent Gruppe */
.mask-parent-group[b-rxbc7w1okf] {
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.mask-parent-header[b-rxbc7w1okf] {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.6rem 0.85rem;
    font-weight: 600;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.15);
}

.mask-parent-header i[b-rxbc7w1okf] {
    font-size: 1rem;
}

.parent-name[b-rxbc7w1okf] {
    font-size: 0.9rem;
}

/* Children Container */
.mask-children-container[b-rxbc7w1okf] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mask-child-item[b-rxbc7w1okf] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    transition: box-shadow 0.2s ease;
}

.mask-child-item:hover[b-rxbc7w1okf] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Standalone Maske (ohne Parent) */
.mask-standalone-item[b-rxbc7w1okf] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    padding: 0.6rem 0.85rem;
}

/* Permission Container innerhalb jeder Maske */
.mask-permission-container[b-rxbc7w1okf] {
    display: flex;
    flex-direction: column;
}

.mask-main-checkbox[b-rxbc7w1okf] {
    font-weight: 500;
}

.permission-sub-checkboxes[b-rxbc7w1okf] {
    padding-left: 0.5rem;
    border-left: 2px solid var(--bs-border-color);
}

.permission-sub-checkbox[b-rxbc7w1okf] {
    font-size: 0.85rem;
}

/* Feature Styling */
.mask-features-container[b-rxbc7w1okf] {
    margin-left: 1rem;
    padding-left: 0.75rem;
    border-left: 2px solid var(--bs-border-color-translucent);
}

.features-label[b-rxbc7w1okf] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.feature-item[b-rxbc7w1okf] {
    padding: 0.4rem 0;
    border-bottom: 1px dashed var(--bs-border-color);
}

.feature-item:last-child[b-rxbc7w1okf] {
    border-bottom: none;
}

.feature-checkbox[b-rxbc7w1okf] {
    font-size: 0.85rem;
}

.feature-permissions[b-rxbc7w1okf] {
    padding-left: 0.5rem;
    border-left: 2px solid var(--bs-border-color);
}

.feature-permissions .permission-sub-checkbox[b-rxbc7w1okf] {
    font-size: 0.8rem;
}
/* /Components/Layout/NexusLayout.razor.rz.scp.css */
.page[b-1sggrxnly5] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    min-height: 100vh;
}

main[b-1sggrxnly5] {
    flex: 1;
    overflow-x: hidden;
}

.sidebar[b-1sggrxnly5] {
    background-color: var(--bs-tertiary-bg);
    border-right: 1px solid var(--bs-border-color);
}

@media (max-width: 640.98px) {
    .top-row[b-1sggrxnly5] {
        justify-content: space-between;
    }

    .top-row[b-1sggrxnly5]  a, .top-row[b-1sggrxnly5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1sggrxnly5] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-1sggrxnly5] {
        width: 250px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        overflow: hidden;
    }

    main[b-1sggrxnly5] {
        height: 100vh;
        overflow-y: auto;
    }

    .top-row.auth[b-1sggrxnly5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1sggrxnly5], article[b-1sggrxnly5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-1sggrxnly5] {
        overflow-x: hidden;
    }
}

#blazor-error-ui[b-1sggrxnly5] {
    background: var(--bs-warning-bg-subtle);
    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-1sggrxnly5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PortalLayout.razor.rz.scp.css */
.page[b-lld5zmxyl4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-lld5zmxyl4] {
    flex: 1;
}

footer[b-lld5zmxyl4] {
    font-size: 0.875rem;
}

ul[b-lld5zmxyl4] {
    list-style: none;
    padding-left: 0;
}

.link-text[b-lld5zmxyl4] {
    color: gray;
}

.icon-square[b-lld5zmxyl4] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}
/* /Components/Portal/Navigation/PortalNavBar.razor.rz.scp.css */

.nav-item[b-lvq0b2lpar]  .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
 
.nav-item[b-lvq0b2lpar]  a.active {
    background-color: #374151;
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem; 
    border-radius: 0.375rem;
}

.nav-item[b-lvq0b2lpar]  .nav-link:hover {
    background-color: #111827; 
}

/* Styles for the whole input group */
.input-group[b-lvq0b2lpar] {
    border-radius: 0.375rem; 
    overflow: hidden; 
    background-color: #374151; 
    transition: background-color 0.3s ease; 
}

    .input-group .form-control[b-lvq0b2lpar],
    .input-group .input-group-text[b-lvq0b2lpar] {
        border: none; 
        background-color: #374151; 
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease; 
    }

    .input-group:focus-within[b-lvq0b2lpar] {
        background-color: white; 
    }

        .input-group:focus-within .form-control[b-lvq0b2lpar],
        .input-group:focus-within .input-group-text[b-lvq0b2lpar] {
            background-color: white;
            color: black; 
        }

.nexus[b-lvq0b2lpar] {
    font-family: 'FiraMono Nerd Font Mono';
    color: #fcd201;
}    
/* /Components/Portal/Tenants/IGK/IgkFooter.razor.rz.scp.css */
.igk-footer[b-70y8r4ojp7] {
    background-color: #2d2d2d;
    color: #e0e0e0;
}

.igk-footer-logo[b-70y8r4ojp7] {
    height: 75px;
}

.guetezeichen-badge[b-70y8r4ojp7] {
    height: 80px;
}

.footer-heading[b-70y8r4ojp7] {
    color: #f49800;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-link[b-70y8r4ojp7] {
    color: #e0e0e0 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover[b-70y8r4ojp7] {
    color: #f49800 !important;
}

.footer-divider[b-70y8r4ojp7] {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 1.5rem 0;
}

.badge.bg-secondary[b-70y8r4ojp7] {
    background-color: #444 !important;
    font-weight: 400;
    font-size: 0.75rem;
}
/* /Components/Portal/Tenants/IGK/IgkHome.razor.rz.scp.css */
.igk-hero-section[b-d0yzsj6yse] {
    position: relative;
    background-image: url('/images/igk-map.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.content-container[b-d0yzsj6yse] {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.content-container h1[b-d0yzsj6yse] {
    color: #fff !important;
    font-size: 4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-divider[b-d0yzsj6yse] {
    width: 80px;
    height: 4px;
    background: #f49800;
    margin: 2rem auto;
    opacity: 0.9;
    border-radius: 2px;
}

.hero-text[b-d0yzsj6yse] {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* /Components/Portal/UI/Cards.razor.rz.scp.css */
ul[b-ifev9bh41s] {
    list-style: none;
    padding-left: 0;
}

.link-text[b-ifev9bh41s] {
    color: gray;
}

.icon-square[b-ifev9bh41s] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}
/* /Components/Portal/UI/EmployeeCard.razor.rz.scp.css */
ul[b-xpwe2809sb] {
    list-style: none;
    padding-left: 0;
}

.link-text[b-xpwe2809sb] {
    color: gray;
}

.icon-square[b-xpwe2809sb] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}
/* /Components/Portal/UI/Hero.razor.rz.scp.css */

.hero-section[b-8di3wc796c] {
    position: relative;
    background-image: url('images/image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-section[b-8di3wc796c]::after {
        background-image: none;
    }

    .hero-section[b-8di3wc796c]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3); /* Dark Overlay (adjust transparency) */
        z-index: 1;
    }

.content-container[b-8di3wc796c] {
    position: relative;
    z-index: 2; /* Foreground layer */
    color: white;
    text-align: center;
    padding: 20px;
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Optional semi-transparent background for better contrast. */
    border-radius: 10px;
}

    .content-container h1[b-8di3wc796c] {
        color: #ffd500 !important;
        font-size: 4rem;
    }
    
    
/*.hero-section {
    background-color: #74ebf3 !important;  
}

    .hero-section h1 {
        color: #343a40;
    }

    .hero-section .btn-primary {
        background-color: #007bff;
        border-color: #007bff;
        font-size: 1.25rem;
        font-weight: 600;
    }*/


/* /Components/Portal/UI/MiniFeed.razor.rz.scp.css */
.post-image-container[b-hvqf0ozjfo] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .post-image-container:hover[b-hvqf0ozjfo] {
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .post-image-container img[b-hvqf0ozjfo] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.overlay[b-hvqf0ozjfo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 1rem;
    transition: background-color 0.3s ease;
}

.post-image-container:hover .overlay[b-hvqf0ozjfo] {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay h5[b-hvqf0ozjfo] {
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.card-body[b-hvqf0ozjfo] {
    padding: 0;
}

.card[b-hvqf0ozjfo] {
    margin-bottom: 0 !important;
}
/* /Components/Tickets/Dialogs/TicketAreaDialog.razor.rz.scp.css */
.object-item:hover[b-hol8sshs7o] {
    background-color: rgba(0, 123, 255, 0.05);
}
/* /Components/Tickets/DynamicFormRenderer.razor.rz.scp.css */
.form-section[b-3ebaeslyvq] {
    padding: 16px;
    background: #fafbfc;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.section-header.cursor-pointer:hover[b-3ebaeslyvq] {
    opacity: 0.8;
}

.field-help-text[b-3ebaeslyvq] {
    font-size: 0.85em;
    color: #6c757d;
    margin-top: 4px;
}

.required-indicator[b-3ebaeslyvq] {
    color: #dc3545;
    margin-left: 2px;
}

.field-divider[b-3ebaeslyvq] {
    border-top: 1px solid #dee2e6;
    margin: 16px 0;
}

.field-header[b-3ebaeslyvq] {
    font-size: 1.1em;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.field-paragraph[b-3ebaeslyvq] {
    color: #6c757d;
    margin-bottom: 8px;
}

.validation-error[b-3ebaeslyvq] {
    color: #dc3545;
    font-size: 0.85em;
    margin-top: 4px;
}
/* /Components/Tickets/FormBuilder.razor.rz.scp.css */
.form-builder .field-palette .field-item[b-f4in3mqiei] {
    padding: 10px 12px;
    margin-bottom: 4px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.form-builder .field-palette .field-item:hover[b-f4in3mqiei] {
    background: #e3f2fd;
    border-color: #2196F3;
    transform: translateX(3px);
}

.form-builder .form-section[b-f4in3mqiei] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: all 0.2s;
}

.form-builder .form-section.selected[b-f4in3mqiei] {
    border-color: #2196F3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

.form-builder .section-header[b-f4in3mqiei] {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 6px 6px 0 0;
}

.form-builder .section-body[b-f4in3mqiei] {
    padding: 16px;
    min-height: 100px;
}

.form-builder .form-field[b-f4in3mqiei] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

.form-builder .form-field:hover[b-f4in3mqiei] {
    border-color: #6c757d;
}

.form-builder .form-field.selected[b-f4in3mqiei] {
    border-color: #2196F3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

.form-builder .field-header[b-f4in3mqiei] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0f0f0;
}

.form-builder .field-type-badge[b-f4in3mqiei] {
    font-size: 10px;
    background: #6c757d;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
}

.form-builder .drag-handle[b-f4in3mqiei] {
    cursor: grab;
    color: #adb5bd;
    transition: color 0.2s;
}

.form-builder .drag-handle:hover[b-f4in3mqiei] {
    color: #495057;
}

.form-builder .drag-handle:active[b-f4in3mqiei] {
    cursor: grabbing;
}

/* Drag & Drop visual feedback */
.form-builder .form-section.drag-over[b-f4in3mqiei] {
    border-color: #0d6efd;
    border-style: solid;
    background-color: rgba(13, 110, 253, 0.05);
}

.form-builder .form-field.drag-over[b-f4in3mqiei] {
    border-color: #0d6efd;
    border-width: 2px;
    background-color: rgba(13, 110, 253, 0.05);
}

.form-builder .form-section[draggable="true"]:active[b-f4in3mqiei],
.form-builder .form-field[draggable="true"]:active[b-f4in3mqiei] {
    opacity: 0.7;
}

.form-builder .field-dropzone[b-f4in3mqiei] {
    border: 2px dashed #dee2e6;
    border-radius: 6px;
    background: #f8f9fa;
    cursor: pointer;
}

.form-builder .field-dropzone:hover[b-f4in3mqiei] {
    border-color: #2196F3;
    background: #e3f2fd;
}

.form-builder .section-actions[b-f4in3mqiei] {
    opacity: 0;
    transition: opacity 0.2s;
}

.form-builder .form-section:hover .section-actions[b-f4in3mqiei] {
    opacity: 1;
}

/* Systemfeld (Betreff) */
.form-builder .system-field-preview[b-f4in3mqiei] {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 16px;
}

.form-builder .form-field.system-field[b-f4in3mqiei] {
    background: #f8f9fa;
    border: 1px solid #adb5bd;
    cursor: default;
    opacity: 0.85;
}

.form-builder .form-field.system-field:hover[b-f4in3mqiei] {
    border-color: #adb5bd;
}
/* /Components/Tickets/TicketDetailView.razor.rz.scp.css */
.cursor-pointer[b-f7lkn19pt5] {
    cursor: pointer;
}

.ticket-description img[b-f7lkn19pt5] {
    max-width: 100%;
    height: auto;
}

/* /Pages/Admin/GlobalParameters.razor.rz.scp.css */
.parameters-container[b-h95sqqfkis] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar {
    width: 8px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar-track {
    background: var(--bs-tertiary-bg);
    border-radius: 10px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar-thumb {
    background: var(--bs-secondary-color);
    border-radius: 10px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-body-color);
}

.parameter-card[b-h95sqqfkis] {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.parameter-card:hover[b-h95sqqfkis] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
    border-left-color: var(--bs-primary);
}

.card[b-h95sqqfkis] {
    border: none;
    border-radius: 12px;
}

.btn-outline-primary:hover[b-h95sqqfkis], .btn-outline-danger:hover[b-h95sqqfkis] {
    transform: scale(1.1);
    transition: transform 0.2s;
}

.badge[b-h95sqqfkis] {
    font-weight: 500;
    padding: 0.4em 0.8em;
}

.input-group-text[b-h95sqqfkis] {
    border-right: none;
}

.input-group .form-control[b-h95sqqfkis] {
    border-left: none;
}

.input-group .form-control:focus[b-h95sqqfkis] {
    box-shadow: none;
    border-color: var(--bs-border-color);
}
/* /Pages/Admin/Lymo/ActiveConnections.razor.rz.scp.css */
.avatar-circle[b-dxukgqcdwi] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
}
/* /Pages/Admin/Lymo/ContractDetails.razor.rz.scp.css */
[b-lq59pl6lj0] .calendar-tooltip .e-tip-content,
[b-lq59pl6lj0] .vacation-tooltip .e-tip-content {
    white-space: pre-line;
    text-align: left;
    font-size: 0.85rem;
    max-width: 300px;
}
/* /Pages/Admin/Lymo/Employees.razor.rz.scp.css */
.spi-badge[b-tqol769556] {
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.spi-left[b-tqol769556] {
    border-radius: 4px 0 0 4px;
}

.spi-mid[b-tqol769556] {
    border-radius: 0;
}

.spi-right[b-tqol769556] {
    border-radius: 0 4px 4px 0;
}

.spi-green[b-tqol769556] {
    background-color: #198754;
}

.spi-red[b-tqol769556] {
    background-color: #dc3545;
}

.spi-orange[b-tqol769556] {
    background-color: #fd7e14;
}

.spi-warning[b-tqol769556] {
    color: #ffc107;
    font-size: 1rem;
    margin-left: 4px;
    cursor: help;
    vertical-align: middle;
}

[b-tqol769556] .spi-cell-soll {
    padding-right: 0 !important;
    text-align: right;
}

[b-tqol769556] .spi-cell-plan {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

[b-tqol769556] .spi-cell-ist {
    padding-left: 0 !important;
    text-align: left;
}
/* /Pages/Admin/MaskDefinitions.razor.rz.scp.css */
.mask-item:hover[b-gzjw9ye6cv] {
    background-color: var(--bs-tertiary-bg);
}

.mask-tree-item .list-group-item[b-gzjw9ye6cv] {
    border-left: none;
    border-right: none;
}

[b-gzjw9ye6cv] .nav-tabs .nav-link {
    color: var(--bs-body-color);
}

[b-gzjw9ye6cv] .nav-tabs .nav-link.active {
    font-weight: 500;
}
/* /Pages/Admin/NavBar.razor.rz.scp.css */
.top-row[b-fagh3nc3sh] {
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.theme-toggle[b-fagh3nc3sh] {
    border: none;
    font-size: 1.1rem;
    padding: 0.25rem 0.5rem;
}

    .top-row[b-fagh3nc3sh]  a, .top-row[b-fagh3nc3sh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fagh3nc3sh]  a:hover, .top-row[b-fagh3nc3sh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fagh3nc3sh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fagh3nc3sh] {
        justify-content: space-between;
    }

    .top-row[b-fagh3nc3sh]  a, .top-row[b-fagh3nc3sh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fagh3nc3sh] {
        flex-direction: row;
    }

    .top-row[b-fagh3nc3sh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fagh3nc3sh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fagh3nc3sh], article[b-fagh3nc3sh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Admin/NavMenu.razor.rz.scp.css */
.top-row[b-f6955950rg] {
    height: 3.5rem;
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    color: var(--bs-secondary-color);
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-scrollable[b-f6955950rg] {
    flex: 1;
    overflow-y: auto;
}

.navbar-brand[b-f6955950rg] {
    font-size: 1.1rem;
}

[b-f6955950rg] .e-treeview .e-list-icon {
    height: auto;
    color: var(--bs-secondary-color);
    font-size: 16px;
}

[b-f6955950rg] .e-treeview .e-navigable .e-list-icon {
    margin: 0;
}

[b-f6955950rg] .e-treeview .e-list-icon {
    margin: 0;
    vertical-align: initial!important;
}

[b-f6955950rg] .e-treeview .e-list-text {
    padding-left: 0 !important;
}

[b-f6955950rg] .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: var(--bs-tertiary-bg) !important;
    border-color: transparent !important;
}

[b-f6955950rg] .e-treeview .e-list-item.e-active > .e-text-content .e-list-text,
[b-f6955950rg] .e-treeview .e-list-item.e-active > .e-text-content .e-list-icon {
    color: var(--bs-body-color) !important;
}

/*Hide the spinner in the treeview*/
[b-f6955950rg] .e-treeview .e-spinner-pane {
    display: none !important;
}

[b-f6955950rg] .e-treeview .e-icons.e-spin {
    display: none !important;
}
/* /Pages/Admin/PayslipManagement.razor.rz.scp.css */
.upload-container[b-opm1ata9j5] {
    min-width: 350px;
}

[b-opm1ata9j5] .e-upload.e-control-wrapper,
[b-opm1ata9j5] .e-bigger.e-small .e-upload.e-control-wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-opm1ata9j5] .e-file-select-wrap {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

[b-opm1ata9j5] .e-file-drop {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    margin-left: 0;
}

[b-opm1ata9j5] .e-upload .e-file-select-wrap .e-btn,
[b-opm1ata9j5] .e-upload .e-upload-actions .e-btn,
[b-opm1ata9j5] .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
[b-opm1ata9j5] .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
    background-color: #0acf97;
    color: white;
    border: none;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

[b-opm1ata9j5] .e-grid .e-rowcell {
    cursor: pointer;
}

[b-opm1ata9j5] .e-grid .e-row:hover {
    background-color: #f5f5f5;
}

.breadcrumb-item a[b-opm1ata9j5] {
    cursor: pointer;
}

.breadcrumb-item a:hover[b-opm1ata9j5] {
    text-decoration: underline;
}
/* /Pages/Admin/ServiceMonitor.razor.rz.scp.css */
.live-indicator[b-zjz2islgcm] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-success);
}

.live-indicator i[b-zjz2islgcm] {
    font-size: 0.5rem;
    vertical-align: middle;
    animation: pulse-b-zjz2islgcm 2s ease-in-out infinite;
}

@keyframes pulse-b-zjz2islgcm {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.border-start-success[b-zjz2islgcm] {
    border-left: 4px solid var(--bs-success) !important;
}

.border-start-danger[b-zjz2islgcm] {
    border-left: 4px solid var(--bs-danger) !important;
}

.border-start-secondary[b-zjz2islgcm] {
    border-left: 4px solid var(--bs-secondary) !important;
}

/* Service Card Columns — fixe Breiten für Stats, Name nimmt den Rest */
.service-info-col[b-zjz2islgcm] {
    flex: 1 1 0;
    min-width: 0;
}

.stat-col[b-zjz2islgcm] {
    flex: 0 0 auto;
    min-width: 70px;
}

.stat-col-badges[b-zjz2islgcm] {
    flex: 0 0 auto;
    justify-content: center;
    white-space: nowrap;
}

/* Log Badges */
.log-badge[b-zjz2islgcm] {
    font-size: 0.7rem;
    min-width: 28px;
    font-weight: 600;
}

/* Log Console */
.log-console-wrapper[b-zjz2islgcm] {
    position: relative;
}

.log-console[b-zjz2islgcm] {
    background: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.78rem;
    line-height: 1.5;
    padding: 12px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
    white-space: pre;
}

.log-line[b-zjz2islgcm] {
    padding: 1px 4px;
    border-radius: 2px;
}

.log-line:hover[b-zjz2islgcm] {
    background: rgba(255, 255, 255, 0.05);
}

[b-zjz2islgcm] .log-info {
    color: #4fc1ff;
}

[b-zjz2islgcm] .log-error {
    color: #f48771;
    background: rgba(244, 135, 113, 0.08);
}

[b-zjz2islgcm] .log-warning {
    color: #cca700;
    background: rgba(204, 167, 0, 0.08);
}

/* Scroll-Down Button */
.scroll-down-btn[b-zjz2islgcm] {
    position: absolute;
    bottom: 16px;
    right: 24px;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s, transform 0.2s;
    animation: bounce-b-zjz2islgcm 2s ease-in-out infinite;
}

.scroll-down-btn:hover[b-zjz2islgcm] {
    background: rgba(0, 123, 255, 1);
    transform: scale(1.1);
}

@keyframes bounce-b-zjz2islgcm {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* History Charts */
[b-zjz2islgcm] .chart-wrapper {
    position: relative;
}

[b-zjz2islgcm] .history-chart {
    width: 100%;
    height: 80px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    cursor: crosshair;
}

[b-zjz2islgcm] .chart-tooltip {
    display: none;
    position: absolute;
    background: rgba(30, 30, 30, 0.92);
    color: #eee;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    line-height: 1.5;
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

[b-zjz2islgcm] .chart-tooltip-time {
    color: #aaa;
    font-size: 0.7rem;
    margin-bottom: 2px;
}

/* State Timeline */
.state-timeline[b-zjz2islgcm] {
    display: flex;
    gap: 1px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
}

.state-block[b-zjz2islgcm] {
    flex: 1;
    min-width: 2px;
    opacity: 0.85;
    transition: opacity 0.15s;
}

.state-block:hover[b-zjz2islgcm] {
    opacity: 1;
}

.state-dot[b-zjz2islgcm] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}
/* /Pages/Admin/Tickets/TicketAreaTeam.razor.rz.scp.css */
.avatar-circle[b-47hu2u3tsq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
/* /Pages/Admin/Tickets/TicketDetail.razor.rz.scp.css */
.cursor-pointer[b-icdmgl7r3q] {
    cursor: pointer;
}

.ticket-description img[b-icdmgl7r3q] {
    max-width: 100%;
    height: auto;
}

/* /Pages/Admin/Tickets/Tickets.razor.rz.scp.css */
.cursor-pointer[b-6i11b8onsb] {
    cursor: pointer;
    transition: transform 0.1s;
}

.cursor-pointer:hover[b-6i11b8onsb] {
    transform: scale(1.02);
}
/* /Pages/Admin/UserManagement.razor.rz.scp.css */
[b-05vzvr10rv] .e-circle-add {
    margin-bottom: 2px;
}
/* /Pages/External/OebbImport.razor.rz.scp.css */
.progress-slim[b-cf2cem3jus] {
    height: 6px;
}

.log-output[b-cf2cem3jus] {
    max-height: 250px;
    overflow-y: auto;
    font-size: 0.8rem;
}

.empty-state-icon[b-cf2cem3jus] {
    font-size: 3rem;
}

.empty-state-icon-success[b-cf2cem3jus] {
    font-size: 3rem;
    color: var(--bs-success);
}

.log-table[b-cf2cem3jus] {
    font-size: 0.85rem;
}

.log-table th.col-time[b-cf2cem3jus] { width: 180px; }
.log-table th.col-table[b-cf2cem3jus] { width: 200px; }
.log-table th.col-status[b-cf2cem3jus] { width: 100px; }

.log-error-cell[b-cf2cem3jus] {
    max-width: 400px;
}

.data-table th.col-date[b-cf2cem3jus] { width: 150px; }
.data-table th.col-weekday[b-cf2cem3jus] { width: 80px; }
.data-table th.col-count[b-cf2cem3jus] { width: 120px; }
.data-table th.col-actions[b-cf2cem3jus] { width: 200px; }

.month-header[b-cf2cem3jus] {
    cursor: pointer;
    user-select: none;
}

.month-header:hover[b-cf2cem3jus] {
    background-color: var(--bs-secondary-bg) !important;
}
/* /Pages/Portal/Details.razor.rz.scp.css */
.image-wrapper[b-9sl6zza205] {
    width: 100%;
    max-height: 24rem;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.image-wrapper img[b-9sl6zza205] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* img stylings in the contentText can not be overwritten, because SF setts them. JS might be needed for that */
/*
.blog-details img {
    width: 100%; !important; !* Make images responsive *!
    height: auto; !important; !* Maintain aspect ratio *!
    max-width: 100%; !important; !* Ensure images don't overflow the container *!
}*/
/* /Pages/Portal/NewsList.razor.rz.scp.css */
.custom-badge[b-uf84u1y6dj] {
    font-size: 1rem !important; /* Overrides Bootstrap */
}

.news-post-container:hover[b-uf84u1y6dj] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-post-container img[b-uf84u1y6dj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; /*change to center if the top of the image is not important*/
}
