@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Administration/Privileges/PrivilegeDetails.razor.rz.scp.css */
body[b-aavc0kmas5] {
}

/* 1. Base Tab Styles */
.custom-green-tabs .nav-tabs .nav-link[b-aavc0kmas5] {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding: 12px 16px;
    transition: all 0.2s ease;
}

    .custom-green-tabs .nav-tabs .nav-link:hover[b-aavc0kmas5] {
        color: #198754;
        background-color: rgba(25, 135, 84, 0.05);
    }

    .custom-green-tabs .nav-tabs .nav-link.active[b-aavc0kmas5] {
        color: #198754;
        background-color: transparent;
        border-bottom: 3px solid #198754;
    }

.custom-green-tabs .nav-tabs[b-aavc0kmas5] {
    border-bottom: 1px solid #e9ecef;
}

.dashed-border[b-aavc0kmas5] {
    border: 2px dashed #dee2e6;
}

/* 2. TABLET RESPONSIVENESS (Max Width: 992px) */
@media (max-width: 992px) {
    .container-fluid.p-4[b-aavc0kmas5] {
        padding: 1rem !important;
    }
    /* Scrollable Tabs */
    .custom-green-tabs .nav-tabs[b-aavc0kmas5] {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }
    /* Optional: Adjust left card layout for tablets */
    .col-md-12 .card-body.text-center[b-aavc0kmas5] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left !important;
    }

    .col-md-12 .rounded-circle[b-aavc0kmas5] {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        margin-right: 15px;
        margin-left: 0 !important;
    }

    .col-md-12 .mb-3[b-aavc0kmas5], .col-md-12 .mb-4[b-aavc0kmas5] {
        margin-bottom: 0 !important;
    }
}

/* 3. MOBILE RESET (Max Width: 576px) */
@media (max-width: 576px) {
    .col-md-12 .card-body.text-center[b-aavc0kmas5] {
        display: block;
        text-align: center !important;
    }

    .col-md-12 .rounded-circle[b-aavc0kmas5] {
        margin: 0 auto 1rem auto !important;
    }
}
/* /Components/Administration/Roles/RoleDetails.razor.rz.scp.css */
body[b-5uz7aa1503] {
}

/* 1. Base Tab Styles (Desktop) */
.custom-green-tabs .nav-tabs .nav-link[b-5uz7aa1503] {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding: 12px 16px;
    transition: all 0.2s ease;
}

.custom-green-tabs .nav-tabs .nav-link:hover[b-5uz7aa1503] {
    color: #198754;
    background-color: rgba(25, 135, 84, 0.05); /* Subtle hover background */
}

.custom-green-tabs .nav-tabs .nav-link.active[b-5uz7aa1503] {
    color: #198754;
    background-color: transparent;
    border-bottom: 3px solid #198754;
}

.custom-green-tabs .nav-tabs[b-5uz7aa1503] {
    border-bottom: 1px solid #e9ecef;
}

/* 2. TABLET & MOBILE RESPONSIVENESS (Max Width: 992px) */
@media (max-width: 992px) {

    /* Reduce container padding to save screen space */
    .container-fluid.p-4[b-5uz7aa1503] {
        padding: 1rem !important; /* Overrides p-4 */
    }

    /* Make Tabs Scrollable Horizontally (Swipeable) */
    /* This prevents tabs from stacking and taking up huge vertical space */
    .custom-green-tabs .nav-tabs[b-5uz7aa1503] {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
        padding-bottom: 5px; /* Space for scrollbar */
    }

        /* Hide the scrollbar but keep functionality */
        .custom-green-tabs .nav-tabs[b-5uz7aa1503]::-webkit-scrollbar {
            height: 4px;
        }

        .custom-green-tabs .nav-tabs[b-5uz7aa1503]::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px;
        }

    /* Adjust Header Sizes */
    h3.fw-bold[b-5uz7aa1503] {
        font-size: 1.5rem;
    }

    .display-6[b-5uz7aa1503] {
        font-size: 2rem; /* Shrink big numbers */
    }

    /* Left Column Profile Card - Make it horizontal on Tablet? */
    /* Optional: If you want the summary card to look like a row on tablets */
    .col-md-12 .card-body.text-center[b-5uz7aa1503] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left !important;
    }

    /* Adjust the Avatar size on tablet */
    .col-md-12 .rounded-circle[b-5uz7aa1503] {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        margin-right: 15px;
        margin-left: 0 !important;
    }

    /* Reset margins for the horizontal layout */
    .col-md-12 .mb-3[b-5uz7aa1503] {
        margin-bottom: 0 !important;
    }

    .col-md-12 .mb-4[b-5uz7aa1503] {
        margin-bottom: 0 !important;
    }

    /* Hide the stats on very small screens if needed, or adjust grid */
}

/* 3. MOBILE ONLY (Max Width: 576px) */
@media (max-width: 576px) {
    /* Revert the horizontal card layout for phone, go back to vertical stack */
    .col-md-12 .card-body.text-center[b-5uz7aa1503] {
        display: block;
        text-align: center !important;
    }

    .col-md-12 .rounded-circle[b-5uz7aa1503] {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 1rem;
    }
}

/* Custom Green Tabs Style */
.custom-green-tabs .nav-tabs .nav-link[b-5uz7aa1503] {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding-bottom: 12px;
    padding-top: 12px;
}

    .custom-green-tabs .nav-tabs .nav-link:hover[b-5uz7aa1503] {
        color: #198754;
    }

    .custom-green-tabs .nav-tabs .nav-link.active[b-5uz7aa1503] {
        color: #198754;
        background-color: transparent;
        border-bottom: 3px solid #198754;
    }

.custom-green-tabs .nav-tabs[b-5uz7aa1503] {
    border-bottom: 1px solid #e9ecef;
}

/* Dashed Border for Empty States */
.dashed-border[b-5uz7aa1503] {
    border: 2px dashed #dee2e6;
}
/* /Components/Administration/User/ChangePassword.razor.rz.scp.css */
.btn-link:focus[b-bq9dr7vr3s] {
    box-shadow: none;
}

.custom-green-input .form-control:focus[b-bq9dr7vr3s] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

    .custom-green-input .form-control:focus ~ label[b-bq9dr7vr3s] {
        color: #198754;
    }
/* /Components/Administration/User/UserDetails.razor.rz.scp.css */
.custom-green-tabs .nav-tabs .nav-link[b-ftjqydwpgo] {
    color: #6c757d; /* Muted gray for inactive */
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding-bottom: 12px;
}

    .custom-green-tabs .nav-tabs .nav-link:hover[b-ftjqydwpgo] {
        color: #198754; /* Success green */
        border-color: transparent;
        isolation: isolate;
    }

    .custom-green-tabs .nav-tabs .nav-link.active[b-ftjqydwpgo] {
        color: #198754; /* Success green */
        background-color: transparent;
        border-bottom: 3px solid #198754;
    }

.custom-green-tabs .nav-tabs[b-ftjqydwpgo] {
    border-bottom: 1px solid #e9ecef;
}

.border-dashed[b-ftjqydwpgo] {
    border-style: dashed !important;
}

.min-width[b-ftjqydwpgo] {
    min-width: 150px;
}
/* /Components/Administration/User/UserProfile.razor.rz.scp.css */
.custom-green-tabs .nav-tabs .nav-link[b-z87cqd0mvu] {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding-bottom: 12px;
}

    .custom-green-tabs .nav-tabs .nav-link:hover[b-z87cqd0mvu] {
        color: #198754;
        border-color: transparent;
    }

    .custom-green-tabs .nav-tabs .nav-link.active[b-z87cqd0mvu] {
        color: #198754;
        background-color: transparent;
        border-bottom: 3px solid #198754;
    }

.custom-green-tabs .nav-tabs[b-z87cqd0mvu] {
    border-bottom: 1px solid #e9ecef;
}
/* /Components/Authentication/ResetPassword.razor.rz.scp.css */
.reset-password[b-jko1kqigv0] {
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: -1.5rem;
}

.reset-password-card[b-jko1kqigv0] {
    max-width: 520px;
    width: 100%;
}

.reset-password-validation-message[b-jko1kqigv0]{
    min-height: 24px;
}
/* /Components/Clients/ClientDetails.razor.rz.scp.css */
body[b-1bvyy1xoft] {
}

/* 1. Base Tab Styles (Desktop) */
.custom-green-tabs .nav-tabs .nav-link[b-1bvyy1xoft] {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding: 12px 16px;
    transition: all 0.2s ease;
}

    .custom-green-tabs .nav-tabs .nav-link:hover[b-1bvyy1xoft] {
        color: #198754;
        background-color: rgba(25, 135, 84, 0.05); /* Subtle hover background */
    }

    .custom-green-tabs .nav-tabs .nav-link.active[b-1bvyy1xoft] {
        color: #198754;
        background-color: transparent;
        border-bottom: 3px solid #198754;
    }

.custom-green-tabs .nav-tabs[b-1bvyy1xoft] {
    border-bottom: 1px solid #e9ecef;
}

/* 2. TABLET & MOBILE RESPONSIVENESS (Max Width: 992px) */
@media (max-width: 992px) {

    /* Reduce container padding to save screen space */
    .container-fluid.p-4[b-1bvyy1xoft] {
        padding: 1rem !important; /* Overrides p-4 */
    }

    /* Make Tabs Scrollable Horizontally (Swipeable) */
    /* This prevents tabs from stacking and taking up huge vertical space */
    .custom-green-tabs .nav-tabs[b-1bvyy1xoft] {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
        padding-bottom: 5px; /* Space for scrollbar */
    }

        /* Hide the scrollbar but keep functionality */
        .custom-green-tabs .nav-tabs[b-1bvyy1xoft]::-webkit-scrollbar {
            height: 4px;
        }

        .custom-green-tabs .nav-tabs[b-1bvyy1xoft]::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px;
        }

    /* Adjust Header Sizes */
    h3.fw-bold[b-1bvyy1xoft] {
        font-size: 1.5rem;
    }

    .display-6[b-1bvyy1xoft] {
        font-size: 2rem; /* Shrink big numbers */
    }

    /* Left Column Profile Card - Make it horizontal on Tablet? */
    /* Optional: If you want the summary card to look like a row on tablets */
    .col-md-12 .card-body.text-center[b-1bvyy1xoft] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left !important;
    }

    /* Adjust the Avatar size on tablet */
    .col-md-12 .rounded-circle[b-1bvyy1xoft] {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.5rem !important;
        margin-right: 15px;
        margin-left: 0 !important;
    }

    /* Reset margins for the horizontal layout */
    .col-md-12 .mb-3[b-1bvyy1xoft] {
        margin-bottom: 0 !important;
    }

    .col-md-12 .mb-4[b-1bvyy1xoft] {
        margin-bottom: 0 !important;
    }

    /* Hide the stats on very small screens if needed, or adjust grid */
}

/* 3. MOBILE ONLY (Max Width: 576px) */
@media (max-width: 576px) {
    /* Revert the horizontal card layout for phone, go back to vertical stack */
    .col-md-12 .card-body.text-center[b-1bvyy1xoft] {
        display: block;
        text-align: center !important;
    }

    .col-md-12 .rounded-circle[b-1bvyy1xoft] {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 1rem;
    }
}

/* Dashed placeholder for your components */
.dashed-border[b-1bvyy1xoft] {
    border: 2px dashed #dee2e6 !important;
}

.hover-underline:hover[b-1bvyy1xoft] {
    text-decoration: underline !important;
    color: var(--bs-success) !important;
}

/* Sticky Sidebar Logic for Desktop */
@media (min-width: 992px) {
    .sticky-lg-top[b-1bvyy1xoft] {
        position: -webkit-sticky;
        position: sticky;
        top: 1rem;
        z-index: 1020;
    }
}

/* Square Icon Containers */
.icon-box[b-1bvyy1xoft] {
    width: 48px;
    height: 48px;
}

/* Subtle hover effect on links */
a.text-decoration-none:hover[b-1bvyy1xoft] {
    color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
}

.list-group-item.active-menu[b-1bvyy1xoft] {
    background-color: var(--bs-success);
    color: white;
    border-radius: 0 50px 50px 0;
    margin-right: 15px;
}

.list-group-item:not(.active-menu):hover[b-1bvyy1xoft] {
    background-color: #f8f9fa;
    color: var(--bs-success);
}
/* /Components/Clients/Contacts/ContactDetails.razor.rz.scp.css */
.icon-box[b-64dmima10s] {
    width: 48px;
    height: 48px;
}

/* Responsive Icon Box */
.icon-box[b-64dmima10s] {
    width: 48px;
    height: 48px;
}

/* Responsive Avatar logic using CSS variables/media queries */
.responsive-avatar[b-64dmima10s] {
    width: 80px;
    height: 80px;
}

.responsive-avatar-text[b-64dmima10s] {
    font-size: 2rem;
}

/* On Tablet and up (md), make avatar larger */
@media (min-width: 768px) {
    .responsive-avatar[b-64dmima10s] {
        width: 100px;
        height: 100px;
    }

    .responsive-avatar-text[b-64dmima10s] {
        font-size: 3rem;
    }

    /* Utility class fs-md-5: Bootstrap doesn't have this by default, 
           so we rely on the logic: fs-6 (mobile) -> fs-md-5 (tablet).
           Below is how to manually enforce font scaling if Bootstrap utilities aren't enough */
    .fs-md-5[b-64dmima10s] {
        font-size: 1.25rem !important; /* Standard fs-5 size */
    }

    .fs-md-1[b-64dmima10s] {
        font-size: 2.5rem !important;
    }
}

.hover-link:hover[b-64dmima10s] {
    color: var(--bs-success) !important;
    text-decoration: underline !important;
}
/* /Components/Clients/Contacts/ContactList.razor.rz.scp.css */
/* Optional: Makes the action buttons perfect squares */
.btn-icon[b-4tqu4dzey2] {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Footer.razor.rz.scp.css */
p[b-kv8dvzzzy9]{
    font-size: 0.61111rem;
}
/* /Components/Header.razor.rz.scp.css */
.logo >img[b-dsw5c1a7l3]{
    max-width: 200px;
    max-height: 60px;
    border-radius: 100px;
    box-shadow: 0 0 12px 17px rgba(128, 128, 128,0.2);
    margin-top: 20px
}

header[b-dsw5c1a7l3] {
    height: 64px;
    z-index: 1000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.logo-container img[b-dsw5c1a7l3] {
    object-fit: contain;
}
/* /Components/Pagination/PaginationView.razor.rz.scp.css */
.page-link[b-b3186lgetl] {
    color: #198754;
    outline: none !important;
    box-shadow: none !important;
}

.page-link:hover[b-b3186lgetl] {
    color: #198754;
}

.page-item.active .page-link[b-b3186lgetl] {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

.page-item.disabled .page-link[b-b3186lgetl] {
    background-color: #e9ecef;
    color: #6c757d;
    outline: none !important;
    box-shadow: none !important;
}

/* ARROW BUTTONS */
/*.page-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px;*/       /* исто како page-link */
    /*height: 40px;*/      /* исто како page-link */
    /*padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #198754 !important;
    border-radius: 0.375rem !important;*/    /* исто како броевите */
    /*background-color: white !important;
    color: #198754 !important;
    cursor: pointer;
    font-size: 1.5rem;
}

.page-arrow:hover {
    background-color: #198754 !important;
    color: white !important;
}

.page-item.disabled .page-arrow {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
}*/

/* ICON CENTERING */
/*.page-arrow i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
}*/
/* /Components/PropertyHierarchyManager/HierarchyTreeItem.razor.rz.scp.css */
.hover-highlight:hover[b-endss60nut] {
    background-color: #f0f2f5;
    color: #0d6efd;
}

.transition-rotate[b-endss60nut] {
    transition: transform 0.2s ease;
}

.rotate-90[b-endss60nut] {
    transform: rotate(90deg);
}

.hover-bg-light:hover[b-endss60nut] {
    background-color: #f8f9fa;
}

.transition-rotate[b-endss60nut] {
    transition: transform 0.2s ease;
}

.rotate-90[b-endss60nut] {
    transform: rotate(90deg);
}

.tree-children[b-endss60nut] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

    .tree-children.expanded[b-endss60nut] {
        max-height: 1000px; /* adjust to comfortably fit your deepest tree */
    }

    .tree-children .tree-item[b-endss60nut]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px; /* half of row height */
        width: 12px;
        height: 1px;
        background: #ddd;
    }
/* /Components/PropertyHierarchyManager/PropertyHierarchyManager.razor.rz.scp.css */
/* Modern Container Styles */
/*.hierarchy-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
    height: 75vh;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);*/
    /* --- THE FIX IS HERE --- */
    /*overflow: hidden;
    position: relative;*/
    /* ----------------------- */

    /*border: 1px solid #f0f2f5;
}*/

/* Left Sidebar Styles */
/*.hierarchy-sidebar {
    width: 380px;
    background-color: #ffffff;
    border-right: 1px solid #f0f2f5;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #f0f2f5;
    background-color: #ffffff;
}

.sidebar-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px 0;
}*/

/* Right Content Styles */
/*.hierarchy-main {
    flex-grow: 1;
    background-color: #fafbfc;*/ /* Very subtle gray for contrast */
    /*overflow-y: auto;
    padding: 30px;
    position: relative;*/
}

    /* Custom Thin Scrollbar */
    .sidebar-content[b-56t0bncmg5]::-webkit-scrollbar,
    .hierarchy-main[b-56t0bncmg5]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-content[b-56t0bncmg5]::-webkit-scrollbar-track,
    .hierarchy-main[b-56t0bncmg5]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-content[b-56t0bncmg5]::-webkit-scrollbar-thumb,
    .hierarchy-main[b-56t0bncmg5]::-webkit-scrollbar-thumb {
        background-color: #e2e5e9;
        border-radius: 20px;
    }

/* Empty State Styling */
.empty-state-icon[b-56t0bncmg5] {
    width: 80px;
    height: 80px;
    background: #f0f2f5;
    color: #a0aec0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

/* Base Container Layout */
.hierarchy-container[b-56t0bncmg5] {
    /* Assuming a 64px tall Top Navbar */
    height: calc(100vh - 64px);
    overflow: hidden;
    background-color: #f8f9fa;
}

/* --- DESKTOP LAYOUT --- */
@media (min-width: 992px) {
    .hierarchy-sidebar[b-56t0bncmg5] {
        width: 380px; /* Fixed width sidebar */
        min-width: 350px;
        height: 100%;
    }

    .hierarchy-main[b-56t0bncmg5] {
        height: 100%;
    }
}

/* --- TABLET / MOBILE LAYOUT --- */
@media (max-width: 991px) {
    .hierarchy-container[b-56t0bncmg5] {
        height: auto;
        min-height: calc(100vh - 64px);
    }

    .hierarchy-sidebar[b-56t0bncmg5] {
        /* On small screens, the sidebar becomes a top menu */
        width: 100%;
        height: 40vh; /* Takes up 40% of the screen height */
        min-height: 250px;
        max-height: 400px;
    }

    .hierarchy-main[b-56t0bncmg5] {
        /* The details pane takes the rest of the height below it */
        height: auto;
        overflow: visible; /* Let the browser scroll naturally */
    }
}

/* Smooth Hover Effects */
.table-hover tbody tr:hover[b-56t0bncmg5] {
    background-color: rgba(13, 110, 253, 0.04);
}

/* Modern Floating Labels Tweaks */
.form-floating > label[b-56t0bncmg5] {
    font-size: 0.85rem;
    color: #6c757d;
}
/* /Components/PropertyHierarchyManager/PropertyImages/PropertyImages.razor.rz.scp.css */
.folder-card[b-dp7nk1uniy] {
    cursor: pointer;
    transition: background-color 0.2s;
}

    .folder-card:hover[b-dp7nk1uniy] {
        background-color: #f8f9fa;
    }

.image-card img[b-dp7nk1uniy] {
    height: 150px;
    object-fit: cover;
}

.image-card .form-check[b-dp7nk1uniy] {
    z-index: 10;
}

.modal-backdrop[b-dp7nk1uniy] {
    display: none !important; /* remove opacity on modal when we open image on large modal*/
}

.hover-img[b-dp7nk1uniy] {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-img:hover[b-dp7nk1uniy] {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }
/* /Components/Settings/CriticalityLevel/Create/CreateCriticalityLevelDialog.razor.rz.scp.css */
.color-preview[b-nvoa36yvll] {
    display: inline-block;
    width: 65px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

/* Letter Spacing Utility */
.ls-1[b-nvoa36yvll] {
    letter-spacing: 1px;
}

/* Cursor utility for checkboxes */
.cursor-pointer[b-nvoa36yvll] {
    cursor: pointer;
}
/* /Components/Settings/CriticalityLevel/Details/CriticalityLevelDetails.razor.rz.scp.css */
.criticality-level-row[b-h7l04038wd] {
    display: flex;
    align-items: center;
}

.criticality-col-value[b-h7l04038wd] {
    width: 70px;
}

.criticality-col-text[b-h7l04038wd] {
    flex: 1;
    text-align: center;
}

.criticality-col-color[b-h7l04038wd] {
    width: 80px;
    display: flex;
    justify-content: center;
}

.criticality-col-status[b-h7l04038wd] {
    width: 120px;
    display: flex;
    justify-content: flex-end;
}

.criticality-color-level[b-h7l04038wd] {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Letter Spacing Utility */
.ls-1[b-h7l04038wd] {
    letter-spacing: 1px;
}
/* /Components/Settings/CriticalityLevel/Edit/EditCriticalityLevelDialog.razor.rz.scp.css */
.criticality-color-level[b-dbp630r6bb] {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Letter Spacing Utility */
.ls-1[b-dbp630r6bb] {
    letter-spacing: 1px;
}

/* Cursor utility for checkboxes */
.cursor-pointer[b-dbp630r6bb] {
    cursor: pointer;
}
/* /Components/Settings/CriticalityValue/CriticalityValueManagement.razor.rz.scp.css */
.custom-color-input[b-aht2yiaisc] {
    width: 40px !important;
    height: 20px !important;
    padding: 0;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    background: none;
    outline: 1px solid rgb(128, 128, 128);
    outline-offset: 2px;
}

    .custom-color-input[b-aht2yiaisc]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    .custom-color-input[b-aht2yiaisc]::-webkit-color-swatch {
        border: none;
        border-radius: 6px;
    }
/* /Components/Settings/MissionType/Create/CreateMissionType.razor.rz.scp.css */
img[b-4qlhicnxq2] {
    max-height: 150px;
}

/* Dashed Drop Zone */
.border-dashed[b-4qlhicnxq2] {
    border-style: dashed !important;
    border-color: #ccc !important;
}

/* Letter Spacing Utility */
.ls-1[b-4qlhicnxq2] {
    letter-spacing: 1px;
}

/* Cursor utility for labels and checkboxes */
.cursor-pointer[b-4qlhicnxq2] {
    cursor: pointer;
}

/* Soft hover for transparent delete buttons */
.hover-bg-danger:hover[b-4qlhicnxq2] {
    background-color: rgba(220, 53, 69, 0.1) !important;
}
/* /Components/Settings/MissionType/Details/MissionTypeDetails.razor.rz.scp.css */
img[b-b0pj2fpmhj] {
    max-height: 200px;
    max-width: 200px;
    object-fit: cover;
    border-radius: 4px;
}

/* Letter Spacing Utility */
.ls-1[b-b0pj2fpmhj] {
    letter-spacing: 1px;
}

/* Dashed Drop Zone style for empty images */
.border-dashed[b-b0pj2fpmhj] {
    border-style: dashed !important;
    border-color: #dee2e6 !important;
}
/* /Components/Settings/MissionType/Edit/EditMissionType.razor.rz.scp.css */
img[b-3qjnwnx242] {
    max-height: 150px;
}

/* Dashed Drop Zone */
.border-dashed[b-3qjnwnx242] {
    border-style: dashed !important;
    border-color: #ccc !important;
}

/* Letter Spacing Utility */
.ls-1[b-3qjnwnx242] {
    letter-spacing: 1px;
}

/* Cursor utility for labels and checkboxes */
.cursor-pointer[b-3qjnwnx242] {
    cursor: pointer;
}

/* Soft hover for transparent delete buttons */
.hover-bg-danger:hover[b-3qjnwnx242] {
    background-color: rgba(220, 53, 69, 0.1) !important;
}
/* /Components/Settings/ReportTemplate/Create/CreateReportTemplate.razor.rz.scp.css */
/* /Components/Settings/ReportTemplate/DescriptionDialog/DescriptionDialog.razor.rz.scp.css */
/* /Components/Settings/ReportTemplate/Edit/EditReportTemplate.razor.rz.scp.css */
/* /Components/Settings/ValueItem/ValueItemManagement.razor.rz.scp.css */
.custom-color-input[b-q04acf5c1l] {
    width: 40px !important;
    height: 20px !important;
    padding: 0;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    background: none;
    outline: 1px solid rgb(128, 128, 128);
    outline-offset: 2px;
}

    .custom-color-input[b-q04acf5c1l]::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    .custom-color-input[b-q04acf5c1l]::-webkit-color-swatch {
        border: none;
        border-radius: 6px;
    }


.buttons-width[b-q04acf5c1l] {
    width: fit-content;
}
/* /Components/Settings/Values/Create/CreateValueDialog.razor.rz.scp.css */
.color-preview[b-txoghwsvu4] {
    display: inline-block;
    width: 65px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.cursor-pointer[b-txoghwsvu4] {
    cursor: pointer;
}

/* Letter Spacing Utility */
.ls-1[b-txoghwsvu4] {
    letter-spacing: 1px;
}

/* Soft hover effect for list rows */
.hover-bg-light:hover[b-txoghwsvu4] {
    background-color: #f8f9fa !important;
}

/* Interactive Header Hover */
.hover-text-primary:hover[b-txoghwsvu4] {
    color: #0d6efd !important; /* Bootstrap primary color */
}

/* Smooth transitions */
.transition-base[b-txoghwsvu4] {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* Cursor utility */
.cursor-pointer[b-txoghwsvu4] {
    cursor: pointer;
}
/* /Components/Settings/Values/Details/ValueDetails.razor.rz.scp.css */
.value-level-row[b-risejy85y5] {
    display: flex;
    align-items: center;
}

.value-col-value[b-risejy85y5] {
    width: 70px;
}

.value-col-text[b-risejy85y5] {
    flex: 1;
    text-align: center;
}

.value-col-color[b-risejy85y5] {
    width: 80px;
    display: flex;
    justify-content: center;
}

.value-col-status[b-risejy85y5] {
    width: 120px;
    display: flex;
    justify-content: flex-end;
}

.value-color-level[b-risejy85y5] {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Letter Spacing Utility */
.ls-1[b-risejy85y5] {
    letter-spacing: 1px;
}

/* Soft hover effect for list rows */
.hover-bg-light:hover[b-risejy85y5] {
    background-color: #f8f9fa !important;
}

/* Smooth transitions */
.transition-base[b-risejy85y5] {
    transition: background-color 0.2s ease-in-out;
}
/* /Components/Settings/Values/Edit/EditValueDialog.razor.rz.scp.css */
.value-color-level[b-0btczud9nm] {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.cursor-pointer[b-0btczud9nm] {
    cursor: pointer;
}

/* Letter Spacing Utility */
.ls-1[b-0btczud9nm] {
    letter-spacing: 1px;
}

/* Soft hover effect for list rows */
.hover-bg-light:hover[b-0btczud9nm] {
    background-color: #f8f9fa !important;
}

/* Interactive Header Hover */
.hover-text-primary:hover[b-0btczud9nm] {
    color: #0d6efd !important; /* Bootstrap primary color */
}

/* Smooth transitions */
.transition-base[b-0btczud9nm] {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* Cursor utility */
.cursor-pointer[b-0btczud9nm] {
    cursor: pointer;
}
/* /Components/SharedComponents/CreateModalDialog.razor.rz.scp.css */
/* Optional: Subtle cleanup for the default Bootstrap modal styles */
.modern-modal .modal-header[b-3q5diqexl8] {
    border-bottom: 1px solid #f0f2f5;
    background-color: #fff;
    padding-bottom: 1rem;
}

/* Ensure the body has room to breathe */
.modern-modal .modal-body[b-3q5diqexl8] {
    padding: 1.5rem;
}
/* /Components/SharedComponents/Filters.razor.rz.scp.css */
.date-range-body[b-5blwaakihm]{
    border: 1px solid rgba(128, 128, 128, 0.2);
    background-color: rgb(5, 134, 47, 0.27);
}
/* /Components/SharedComponents/ImagePreview.razor.rz.scp.css */
.viewer-overlay[b-lgzlxqgj8c] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.viewer-container[b-lgzlxqgj8c] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    cursor: grab;
}

.viewer-image[b-lgzlxqgj8c] {
    max-width: 100%;
    max-height: 90vh;
    transition: transform .15s ease;
    user-select: none;
}

.viewer-close[b-lgzlxqgj8c] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
}
/* /Components/SharedComponents/LoadingSpinner.razor.rz.scp.css */
.inline-dots-spinner span[b-p6jpfdjlzx] {
    width: var(--dot-size, 12px);
    height: var(--dot-size, 12px);
    background-color: var(--dot-color, green);
    border-radius: 50%;
    display: inline-block;
    margin: 0 var(--dot-gap, 4px);
    animation: bounce-b-p6jpfdjlzx 1.2s infinite ease-in-out;
}

    /* stagger animation */
    .inline-dots-spinner span:nth-child(1)[b-p6jpfdjlzx] {
        animation-delay: 0s;
    }

    .inline-dots-spinner span:nth-child(2)[b-p6jpfdjlzx] {
        animation-delay: 0.2s;
    }

    .inline-dots-spinner span:nth-child(3)[b-p6jpfdjlzx] {
        animation-delay: 0.4s;
    }

@keyframes bounce-b-p6jpfdjlzx {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}
/* /Components/SharedComponents/MultiSelectDropdown.razor.rz.scp.css */
.dropdown-menu[b-srpcup4y53] {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}
/* /Components/SharedComponents/SingleSelectDropdown.razor.rz.scp.css */
.dropdown-menu[b-44q1u0zd2c] {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* 1. Make the User Link look interactive on hover */
.user-profile-link[b-qd25a432q5] {
    transition: background-color 0.2s ease;
}

 .user-profile-link:hover[b-qd25a432q5] {
    background-color: rgba(255, 255, 255, 0.1);  Subtle white highlight 
    cursor: pointer;
}

/*2. Make the arrow icon "glow" on hover to invite clicking*/
.user-profile-link:hover .bi-chevron-right[b-qd25a432q5] {
    opacity: 1 !important;
    transform: translateX(2px);
    Slight movement right transition: all 0.2s ease;
}

.update-banner[b-qd25a432q5] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-link[aria-expanded="true"] .bi-chevron-right[b-qd25a432q5] {
    transform: rotate(90deg);
    transition: transform 0.2s;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-debfqng0wc] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-debfqng0wc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-debfqng0wc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-debfqng0wc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-debfqng0wc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-debfqng0wc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-debfqng0wc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-debfqng0wc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ClientSites/SiteDetails.razor.rz.scp.css */
.icon-box[b-gr7in6oe1p] {
    width: 58px;
    height: 58px;
}

/* Responsive Icon Box */
.icon-box[b-gr7in6oe1p] {
    width: 48px;
    height: 48px;
}

/* Responsive Avatar logic using CSS variables/media queries */
.responsive-avatar[b-gr7in6oe1p] {
    width: 80px;
    height: 80px;
}

.responsive-avatar-text[b-gr7in6oe1p] {
    font-size: 0.8rem;
}

/* On Tablet and up (md), make avatar larger */
@media (min-width: 768px) {
    .responsive-avatar[b-gr7in6oe1p] {
        width: 100px;
        height: 100px;
    }

    .responsive-avatar-text[b-gr7in6oe1p] {
        font-size: 3rem;
    }


    .fs-md-5[b-gr7in6oe1p] {
        font-size: 1.25rem !important; /* Standard fs-5 size */
    }

    .fs-md-1[b-gr7in6oe1p] {
        font-size: 2.5rem !important;
    }
}

.hover-link:hover[b-gr7in6oe1p] {
    color: var(--bs-success) !important;
    text-decoration: underline !important;
}
/* /Pages/Home.razor.rz.scp.css */
h1[b-6zt038cp4e] {
    color: transparent;
    background-image: linear-gradient(27deg,rgba(11, 59, 15, 1) 20%, rgba(87, 199, 133, 0.71) 42%, rgba(15, 71, 18, 1) 60%);
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    font-family: fantasy;
    letter-spacing: 0.2rem;
   
    font-size: 100px;
}
/* /Pages/Settings/Criticalities/CriticalityLevel.razor.rz.scp.css */
.criticality-search[b-frwvw4i0qq] {
    max-width: 350px;
}
/* /Pages/Settings/ReportTemplates/ReportTemplate.razor.rz.scp.css */
.report-template-search[b-1hoae5unra] {
    max-width: 350px;
}

.description-cell[b-1hoae5unra] {
    display: flex;
    align-items: center;
    gap: 0.3rem; 
}

.description-text[b-1hoae5unra] {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Settings/Values/Value.razor.rz.scp.css */
.value-search[b-muigwenl4j] {
    max-width: 350px;
}
