/* /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: grey;
}

.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 #ddd !important;
    border-radius: 0.375rem !important;
    background-color: #f8f9fa !important;
}

.toggle-container[b-xwr3bgqw70] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.toggle-label[b-xwr3bgqw70] {
    font-size: 0.9em;
    color: #666;
    font-weight: 500;
}

.no-records[b-xwr3bgqw70] {
    padding: 10px;
    text-align: center;
    font-style: italic;
    color: #666;
}

.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: #ebeced;
    color: black;
}

/* Maskenrechte Styling */
.mask-permission-container[b-xwr3bgqw70] {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    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: #6c757d;
}

.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: grey;
}

.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: #fff;
    border: 1px solid #e9ecef;
    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: #fff;
    border: 1px solid #dee2e6;
    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 #e9ecef;
}

.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 #6c757d40;
}

.features-label[b-rxbc7w1okf] {
    font-size: 0.75rem;
    color: #6c757d;
    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 #e9ecef;
}

.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 #e9ecef;
}

.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;
}

main[b-1sggrxnly5] {
    flex: 1;
    overflow-x: hidden;
}

.sidebar[b-1sggrxnly5] {
    background-color: #f8f9fa;
}

@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;
    }

    .sidebar[b-1sggrxnly5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .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: 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-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/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;
}

.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;
}
/* /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: #f1f1f1;
    border-radius: 10px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.parameters-container[b-h95sqqfkis]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.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: #dee2e6;
}
/* /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/ObjectFileFolder.razor.rz.scp.css */
.file-chip[b-vuhs3biv8x] {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    font-size: 0.8rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.15s;
    white-space: nowrap;
}

.file-chip:hover[b-vuhs3biv8x] {
    background: var(--bs-gray-200);
    border-color: var(--bs-gray-400);
    text-decoration: none;
    color: inherit;
}

.file-chip .file-name[b-vuhs3biv8x] {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Drop Area */
.drop-area[b-vuhs3biv8x] {
    border: 2px dashed var(--bs-border-color);
    border-radius: 8px;
    min-height: 200px;
    transition: all 0.2s;
}

.drop-area:hover[b-vuhs3biv8x],
.drop-area:global(.e-upload-drag-hover)[b-vuhs3biv8x] {
    border-color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.05);
}

/* Modal Uploader */
[b-vuhs3biv8x] #modal_uploader .e-upload-files {
    display: none;
}

[b-vuhs3biv8x] #modal_uploader .e-file-select-wrap .e-btn {
    background-color: var(--bs-primary);
    color: white;
}

/* Dialog Content Height */
[b-vuhs3biv8x] .e-dialog .e-dlg-content {
    height: calc(100% - 60px);
    overflow: hidden;
}

[b-vuhs3biv8x] .e-dialog .e-dlg-content .row {
    height: 100%;
}
/* /Pages/Admin/MaskDefinitions.razor.rz.scp.css */
.mask-item:hover[b-gzjw9ye6cv] {
    background-color: #f8f9fa;
}

.mask-tree-item .list-group-item[b-gzjw9ye6cv] {
    border-left: none;
    border-right: none;
}

[b-gzjw9ye6cv] .nav-tabs .nav-link {
    color: #495057;
}

[b-gzjw9ye6cv] .nav-tabs .nav-link.active {
    font-weight: 500;
}
/* /Pages/Admin/NavBar.razor.rz.scp.css */
.top-row[b-fagh3nc3sh] {
    background-color: #f8f9fa;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .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: #f8f9fa;
    display: flex;
    align-items: center;
    color: gray;
    font-size: 20px;
    cursor: pointer;
}

.navbar-brand[b-f6955950rg] {
    font-size: 1.1rem;
}

[b-f6955950rg] .e-treeview .e-list-icon {
    height: auto;
    color: #6c757d;
    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: #ebeced !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: black !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/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/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*/
}
