/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-left[b-pq62zhfs3t] {
    background: var(--background-gradient);
    background: #f3f4f8;
    align-content: center;
    /*box-shadow: -10px 0px 25px rgba(0,0,0,0.4);*/
    border: none;
    position: relative;
    padding-left: 50px;
    overflow: hidden;
    padding-top: 150px;
    display: inline;
}
.input[type=checkbox][b-pq62zhfs3t] {
    all: unset;
}

.login-right[b-pq62zhfs3t] {
    background: var(--tugela-orange);
    /*background: #f3f4f8;*/
    align-content: center;
    /*box-shadow: -10px 0px 25px rgba(0,0,0,0.4);*/
    border: none;
    z-index: 99;
}

    .login-right section[b-pq62zhfs3t] {
        background: transparent;
        padding: 20px;
        border-radius: 10px;
        max-width: 550px;
        margin: 0 auto;
    }

.login-logo-container[b-pq62zhfs3t] {
    color: #fff;
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
    align-content: center;
}

    .login-logo-container h4[b-pq62zhfs3t] {
        height: fit-content;
        line-height: 2.2;
        font-size: 35px;
        margin-left: 10px;
    }

.login-logo[b-pq62zhfs3t] {
    height: 80px;
    width: 80px;
    background-image: url('/img/tmm.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    position: relative;
}

.login-right section h3[b-pq62zhfs3t] {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.login-text[b-pq62zhfs3t] {
    background: #f3f4f8;
    z-index: 9;
    color: #fff;
    position: relative;

}

    .login-text .seperator[b-pq62zhfs3t] {
        height: 2px;
        width: 50px;
        background: #6b6b6b;
        margin: 20px 0;
    }

    .login-text h3[b-pq62zhfs3t] {
        font-weight: 100;
        color: var(--bs-primary);
        font-size: 70px;
        margin-top: 40px !important;
        color: var(--tugela-orange);
    }

    .login-text h4[b-pq62zhfs3t] {
        font-weight: 400;
        color: #6b6b6b;
        font-size: 25px;
    }

.login-image[b-pq62zhfs3t] {
    background-image: url(img/login_img.png);
    height: 450px;
    width: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    justify-self: center;
    align-self: center;
    /*margin: 0px auto !important;*/
    position: relative;
    z-index: 9;
    margin-top: -330px !important;
    margin-right: 25px !important;
    filter: drop-shadow(-2px 2px 1px rgba(0,0,0,0.1)) opacity(.7);
    float: right;
    display: inline;
}

.login-button[b-pq62zhfs3t] {
    width: 150px;
    box-shadow: 0 2px 10px var(--bs-primary);
}

@media (max-width: 1060px) {
    .login-left[b-pq62zhfs3t] {
        display: none;
    }

    .login-right[b-pq62zhfs3t] {
        min-width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a2sz2496kt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a2sz2496kt] {
    flex: 1;
}

.sidebar[b-a2sz2496kt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a2sz2496kt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a2sz2496kt]  a, .top-row[b-a2sz2496kt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a2sz2496kt]  a:hover, .top-row[b-a2sz2496kt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a2sz2496kt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a2sz2496kt] {
        justify-content: space-between;
    }

    .top-row[b-a2sz2496kt]  a, .top-row[b-a2sz2496kt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a2sz2496kt] {
        flex-direction: row;
    }

    .sidebar[b-a2sz2496kt] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a2sz2496kt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a2sz2496kt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a2sz2496kt], article[b-a2sz2496kt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a2sz2496kt] {
    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;
    min-width: 100vw;
    max-width: 100vw;
    z-index: 1000;
    height: 100vh;
    background: rgba(247, 166, 93,.6);
    backdrop-filter: blur(5px);
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    color: #000;
}

    #blazor-error-ui a[b-a2sz2496kt] {
        color: #fff;
    }

    #blazor-error-ui .dismiss[b-a2sz2496kt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



@media (min-width: 1400px) {
    .container[b-a2sz2496kt], .container-lg[b-a2sz2496kt], .container-md[b-a2sz2496kt], .container-sm[b-a2sz2496kt], .container-xl[b-a2sz2496kt], .container-xxl[b-a2sz2496kt] {
         max-width: calc(100vw - 314px) !important; 
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation Menu Container */
.nav-menu-container[b-wf6pyfxb8a] {
    transition: width 0.3s ease;
    overflow: hidden;
}

/* Header Styling */
.nav-header[b-wf6pyfxb8a] {
    height: 56px;
    padding: 0 12px;
    background-color: var(--tugela-orange) !important;
}

.nav-title[b-wf6pyfxb8a] {
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Navigation Content */
.nav-content[b-wf6pyfxb8a] {
    height: calc(100% - 56px);
    overflow-y: auto;
    overflow-x: hidden;
}

/* Navigation Item Styling */
[b-wf6pyfxb8a] .mud-nav-link {
    border-radius: 6px;
    margin: 4px 0;
    transition: background-color 0.2s, color 0.2s;
}

    [b-wf6pyfxb8a] .mud-nav-link.active {
        background-color: white;
        color: var(--tugela-orange);
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    [b-wf6pyfxb8a] .mud-nav-link:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

[b-wf6pyfxb8a] .mud-nav-link-text {
    font-size: 0.9rem;
}

/* Nav Group Styling */
[b-wf6pyfxb8a] .mud-nav-group {
    margin: 4px 0;
}

    [b-wf6pyfxb8a] .mud-nav-group.nav-group-highlighted .mud-nav-group-title {
        background-color: var(--tugela-orange);
        color: white;
        border-radius: 6px;
    }

[b-wf6pyfxb8a] .mud-nav-group-title {
    border-radius: 6px;
    transition: background-color 0.2s;
}

    [b-wf6pyfxb8a] .mud-nav-group-title:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

[b-wf6pyfxb8a] .mud-collapse-container {
    padding-left: 0;
}

/* Sub-link styling with dots */
.nav-sub-content[b-wf6pyfxb8a] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-dot[b-wf6pyfxb8a] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--tugela-orange);
    flex-shrink: 0;
}

[b-wf6pyfxb8a] .nav-sub-link {
    margin-left: 12px !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
}

    [b-wf6pyfxb8a] .nav-sub-link .mud-nav-link-text {
        font-size: 0.85rem;
    }

    [b-wf6pyfxb8a] .nav-sub-link.active {
        background-color: white;
        color: var(--tugela-orange);
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* Mobile Menu Styling */
.mobile-menu[b-wf6pyfxb8a] {
    width: 280px;
    height: 100vh;
}

.mobile-header[b-wf6pyfxb8a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    background-color: var(--tugela-orange) !important;
}

.mobile-nav[b-wf6pyfxb8a] {
    padding: 8px 12px;
}

[b-wf6pyfxb8a] .mobile-nav-link {
    margin: 4px 0;
    border-radius: 6px;
}

    [b-wf6pyfxb8a] .mobile-nav-link.active {
        background-color: white;
        color: var(--tugela-orange);
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

[b-wf6pyfxb8a] .mobile-nav-group {
    margin: 4px 0;
}

[b-wf6pyfxb8a] .mobile-sub-link {
    padding-left: 56px !important;
    font-size: 0.85rem;
}

    [b-wf6pyfxb8a] .mobile-sub-link.active {
        background-color: white;
        color: var(--tugela-orange);
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* Icon styling */
[b-wf6pyfxb8a] .mud-nav-link-icon {
    color: var(--tugela-orange) !important;
}

/* Make sidebar scrollable */
[b-wf6pyfxb8a] .mud-drawer-content {
    overflow-y: auto;
}

/* Custom scrollbar */
[b-wf6pyfxb8a]::-webkit-scrollbar {
    width: 5px;
}

[b-wf6pyfxb8a]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-wf6pyfxb8a]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    [b-wf6pyfxb8a]::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
    }
/* /Components/Pages/AssetRelationshipManager/AssetRelationshipManager.razor.rz.scp.css */
/* /Components/Pages/AssetRelationshipManager/FolderCard.razor.rz.scp.css */
.expense-type-dropdown-container[b-b495sigv8z] {
    position: relative;
    display: inline-block;
    z-index: 99999;
}

.expense-type-dropdown[b-b495sigv8z] {
    background-color: white;
    min-width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    bottom: 45px;
    right: 0;
}

.button-text[b-b495sigv8z] {
    font-family: 'Product Sans' !important;
    font-size: 14px !important;
}

.expense-type-dropdown.show[b-b495sigv8z] {
    display: flex;
    width: max-content;
}

.expense-type-dropdown[b-b495sigv8z]::after {
}

.expense-type-option[b-b495sigv8z] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    cursor: pointer;
    min-width: fit-content;
    transition: background-color 0.2s;
}

    .expense-type-option:hover[b-b495sigv8z] {
        color: #fff !important;
    }

    .expense-type-option:not(:last-child):hover[b-b495sigv8z] {
        background: var(--bs-primary) !important;
    }

    .expense-type-option:last-child:hover[b-b495sigv8z] {
        background: var(--bs-danger) !important;
    }

    .expense-type-option:not(:last-child)[b-b495sigv8z] {
        border-right: 1px solid #e0e0e0;
    }

    .expense-type-option span[b-b495sigv8z] {
        font-size: 24px;
    }

    .expense-type-option p[b-b495sigv8z] {
        margin: 0;
        font-weight: 500;
    }
/* /Components/Pages/CompletedEntries/CompletedEntries.razor.rz.scp.css */
.header-container[b-x42rbwyznp] {
    background-color: var(--tugela-orange);
    padding: 5px;
    margin-bottom: 20px;
}

.search-bar[b-x42rbwyznp] {
    background-color: lightgrey;
    padding: 10px;
}
/* /Components/Pages/CompletedPaymentRequests/CompletedPaymentRequests.razor.rz.scp.css */
/* /Components/Pages/CostOfAccounts/CostOfAccountsMain.razor.rz.scp.css */
.page-header[b-exd0r8eugr] {
    margin-bottom: 30px;
    background-color: var(--tugela-orange);
    border-radius: 0px;
}

.add-new-item[b-exd0r8eugr] {
    background-color: var(--tugela-orange);
    padding: 5px;
    border-radius: 10px;
}

.p-icon[b-exd0r8eugr] {
    background-color: var(--tugela-orange);
    border-radius: 10px;
}

input[b-exd0r8eugr] {
    border: 1px solid black;
}

.search-bar[b-exd0r8eugr] {
    background-color: lightgrey;
    padding: 15px;
    margin-bottom: 10px;
}
/* /Components/Pages/ExpenseInput/ExpenseInput.razor.rz.scp.css */
.new-entries-input[b-x7qptapukt] {
    background-color: lightgrey;
    padding: 20px;
}

.new-entries-header[b-x7qptapukt] {
    background-color: var(--tugela-orange);
}

.scan[b-x7qptapukt] {
    background-color: deepskyblue;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.add-manual[b-x7qptapukt] {
    background-color: orange;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

/*h6 {
    background-color: dimgrey;
    color: white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px;
}

h4 {
    background-color: dimgrey;
    color: white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px;
}

h5 {
    background-color: dimgrey;
    color: white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px;
}

h3 {
    background-color: dimgrey;
    color: white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px;
}

h2 {
    background-color: dimgrey;
    color: white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2px;
}*/

.invoice-section[b-x7qptapukt] {
    background-color: lightgrey;
    padding: 20px;
    margin-top: 10px;
}

.remove-item-button[b-x7qptapukt] {
    background-color: red;
    color: white;
    width: 100%;
    border-radius: 10px;
}

.split[b-x7qptapukt] {
    background-color: deepskyblue;
    padding: 10px;
    border-radius: 10px;
}

.add-supplier-button[b-x7qptapukt]{
    background-color: forestgreen;
    color: white;
    width: 100%;
    border-radius: 10px;
}

input[b-x7qptapukt] {
    margin-bottom: 10px;
}

.supplier-list[b-x7qptapukt]{
    max-width: 100%;
}

.is-invalid[b-x7qptapukt] {
    border: 1px solid red;
}
.item-heading[b-x7qptapukt] {
    height: 50px;
    margin-top: -10px;
    color: #000;
    /*line-height: 50px;*/
    padding: 10px;
    border-radius: 0;''
}

/* TEMP STYLING */

.item-heading[b-x7qptapukt] {
    background-color: #738ec425 !Important;
}

.section-heading-text[b-x7qptapukt] {
    background: var(--bs-primary) !important;
    color: #fff !important;
    padding: 5px 5px;
    font-size: 16px;
}
/* /Components/Pages/HomePage/Home.razor.rz.scp.css */
/* /Components/Pages/IncompletedPaymentRequests/IncompletedPaymentRequests.razor.rz.scp.css */
.pending-requests[b-l5510jcc8o] {
    background-color: lightgrey;
    padding: 10px;
    margin-top: 20px;
}

.sub-header[b-l5510jcc8o] {
    background-color: var(--tugela-orange);
    margin-bottom: 20px;
}

.dropdown[b-l5510jcc8o] {
    margin-bottom: 10px;
}

h6[b-l5510jcc8o] {
    background-color: dimgrey;
    color: white;
}

input[b-l5510jcc8o] {
    margin-bottom: 10px;
}

.approve[b-l5510jcc8o] {
    background-color: forestgreen;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
}

.decline[b-l5510jcc8o] {
    background-color: red;
    color: white;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
}

.attach-pop[b-l5510jcc8o] {
    background-color: blue;
    color: white;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
}

.add-documents[b-l5510jcc8o] {
    background-color: dimgrey;
    color: white;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
}
/* /Components/Pages/IncompleteEntries/IncompletedEntries.razor.rz.scp.css */
.header-container[b-rv7p7m2s0u] {
    background-color: var(--tugela-orange);
    padding: 5px;
    margin-bottom: 20px;
}

.search-bar[b-rv7p7m2s0u] {
    background-color: lightgrey;
    padding: 10px;
}


/* /Components/Pages/Questionnaire/AnswerDashboard.razor.rz.scp.css */
.statusIcon[b-gqvs1vqr4m] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-right: 4px;
    padding: 10px !important;
    border-radius: 10px;
    color: white;
    min-width: 80px !important;
}

.accordion-card[b-gqvs1vqr4m] {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.accordion-header[b-gqvs1vqr4m] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    width: 100%;
}

.sub-accordion-header[b-gqvs1vqr4m] {
    padding: 12px 20px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    border-radius: 6px;
    margin-bottom: 10px;
    border-bottom: none;
    width: 100%;
}

.answer-set-header[b-gqvs1vqr4m] {
    padding: 10px 20px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    border-bottom: none;
    width: calc(100% - 40px);
    border: none;
}

.accordion-title-section[b-gqvs1vqr4m] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.accordion-title[b-gqvs1vqr4m] {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
}

.answer-set-header .accordion-title[b-gqvs1vqr4m] {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}

.checklist-icon[b-gqvs1vqr4m] {
    color: #10b981 !important;
    font-size: 20px !important;
}

.question-icon[b-gqvs1vqr4m] {
    color: #3b82f6 !important;
    font-size: 20px !important;
}

.issue-count[b-gqvs1vqr4m] {
    color: #dc2626;
    font-weight: bold;
    font-size: 16px;
}

.count-badges[b-gqvs1vqr4m] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.count-badge[b-gqvs1vqr4m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: fit-content !important;
    height: 48px;
    text-align: center;
    flex: 1;
}

.answer-set-header .count-badge[b-gqvs1vqr4m] {
    height: 36px;
    padding: 6px 10px;
}

.count-number[b-gqvs1vqr4m] {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}

.answer-set-header .count-number[b-gqvs1vqr4m] {
    font-size: 16px;
}

.count-label[b-gqvs1vqr4m] {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.answer-set-header .count-label[b-gqvs1vqr4m] {
    font-size: 8px;
}

.obr-badge[b-gqvs1vqr4m] {
    color: #8b5cf6;
}

.near-miss-badge[b-gqvs1vqr4m] {
    color: #f59e0b;
}

.urgent-badge[b-gqvs1vqr4m] {
    color: #ef4444;
}

.action-badge[b-gqvs1vqr4m] {
    color: #3b82f6;
}

.expand-icon[b-gqvs1vqr4m] {
    margin-left: 8px;
    color: #6b7280;
}

    .expand-icon .material-symbols-outlined[b-gqvs1vqr4m] {
        font-size: 24px;
    }


.collapse-heading[b-gqvs1vqr4m] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
    border-bottom: none !important;
    padding-right: 30px;
    position: relative;
    margin-bottom: 0;
}

/* Enhanced Table Styling */
.inner-table[b-gqvs1vqr4m] {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    background: #fff;
}

.inner-table th[b-gqvs1vqr4m],
.inner-table td[b-gqvs1vqr4m] {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
}

.inner-table th[b-gqvs1vqr4m] {
    background: linear-gradient(135deg, var(--color-blue-500) 0%, var(--color-blue-500) 100%);
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #5a67d8;
}

.inner-table tbody tr[b-gqvs1vqr4m] {
    transition: all 0.2s ease;
}

.inner-table tbody tr:hover[b-gqvs1vqr4m] {
    background-color: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.inner-table tbody tr:last-child td[b-gqvs1vqr4m] {
    border-bottom: none;
}

.inner-table td[b-gqvs1vqr4m] {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.inner-table td:first-child[b-gqvs1vqr4m] {
    font-weight: 500;
    color: #1f2937;
}

/* Status Icons Container */
.status-icons-container[b-gqvs1vqr4m] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
}

/* Enhanced Status Icons */
.statusIcon[b-gqvs1vqr4m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: fit-content;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.statusIcon:hover[b-gqvs1vqr4m] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.statusIcon.near-miss[b-gqvs1vqr4m] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.statusIcon.obr[b-gqvs1vqr4m] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.statusIcon.urgent[b-gqvs1vqr4m] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.statusIcon.action-required[b-gqvs1vqr4m] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

/* Responsive Design */
@media (max-width: 768px) {
    .inner-table[b-gqvs1vqr4m] {
        font-size: 12px;
    }
    
    .inner-table th[b-gqvs1vqr4m],
    .inner-table td[b-gqvs1vqr4m] {
        padding: 12px 16px;
    }
    
    .statusIcon[b-gqvs1vqr4m] {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .status-icons-container[b-gqvs1vqr4m] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Table Header Improvements */
.main-headers th[b-gqvs1vqr4m] {
    position: relative;
    /*background: linear-gradient(135deg, var(--color-blue-300) 0%, var(--color-blue-500) 100%);*/
}

    .main-headers th[b-gqvs1vqr4m]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(135deg, var(--color-blue-300) 0%, var(--color-blue-500) 100%);
        display: none;
    }

/* Question and Answer Content Styling */
.question-text[b-gqvs1vqr4m] {
    font-weight: 500;
    color: #1f2937;
    line-height: 1.4;
}

.desired-text[b-gqvs1vqr4m] {
    color: #059669;
    font-style: italic;
    line-height: 1.4;
}

.response-text[b-gqvs1vqr4m] {
    color: #374151;
    line-height: 1.4;
    word-wrap: break-word;
}

.user-text[b-gqvs1vqr4m] {
    color: #4f46e5;
    font-weight: 500;
}
/* /Components/Pages/Questionnaire/AssetInquiry.razor.rz.scp.css */
body[b-pfnwgd8a5h] {
}
.inner-collapse[b-pfnwgd8a5h] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0 0 20px;
}
.drilldown-icon[b-pfnwgd8a5h] {
    font-size: 80px !important;
    color: var(--tugela-orange);
    margin-bottom: 20px;
}
label[b-pfnwgd8a5h] {
    font-weight: 800 !important;
    font-size: 16px !important;
}
label span[b-pfnwgd8a5h] {
    font-size: 14px !important;
}

.main-filter-heading[b-pfnwgd8a5h] {
    font-weight: 300;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 30px;
    border-bottom: none;
    background: #fff;
    color: #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.main-filter-subheading[b-pfnwgd8a5h] {
    font-weight: 300;
    /*font-style: italic;*/
    font-size: 16px;
}

.main-filter-subheading sup[b-pfnwgd8a5h] {
    color: var(--tugela-orange);
    font-size: 24px !important;
    top: 5px;
}

.collapse-content[b-pfnwgd8a5h] {
    padding-bottom: 0px !important;
    position: relative;
}
/* /Components/Pages/Questionnaire/InquiryAnswer.razor.rz.scp.css */
/* Container for the question slider */
.question-slider-container[b-ausw01ao5s] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    min-height: calc(100vh - 240px);
}

/* Each slider item (question) container */
.slider-item[b-ausw01ao5s] {
    flex: 1;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    position: relative;
}

    /* The center (active) question should be prominent */
    .slider-item.active[b-ausw01ao5s] {
        opacity: 1;
        transform: scale(1.0);
        z-index: 2;
    }

    /* The inactive items (previous and next) appear slightly opaque */
.slider-item.inactive[b-ausw01ao5s] {
    opacity: 0.5;
    transform: scale(0.9);
    filter: blur(1px);
    z-index: 1;
}

.left-item[b-ausw01ao5s]::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to right, #f5f5f5 20%, transparent 80%);
    height: 100%;
    width: 100%;
    content: '';
}



.right-item[b-ausw01ao5s]::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to left, #f5f5f5 20%, transparent 80%);
    height: 100%;
    width: 100%;
    content: '';
}
        /* Card styling for each question */
        .question-card[b-ausw01ao5s] {
            background: #f4f4f4;
            /*border: 1px solid #ddd;*/
            padding: 1.5rem;
            margin: 0.5rem;
            border-radius: 8px;
            /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
        }

    .question-card-heading[b-ausw01ao5s] {
        font-size: 30px;
    }
    /* Styling for the answer text box */
    .answer-box[b-ausw01ao5s] {
        width: 100%;
        min-height: 100px;
        margin-top: 1rem;
        padding: 0.5rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* Navigation button styling */
.navigation[b-ausw01ao5s] {
    text-align: center;
    margin-top: 1rem;
}

    .navigation button[b-ausw01ao5s] {
        margin: 0 1rem;
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        border: none;
        border-radius: 4px;
        background-color: #007bff;
        color: #fff;
        cursor: pointer;
    }

        .navigation button:disabled[b-ausw01ao5s] {
            background-color: #aaa;
            cursor: not-allowed;
        }

.question-answer-main-heading[b-ausw01ao5s]{
    text-align: center;
    font-weight: 200;
}
/* /Components/Pages/Questionnaire/SKUInquiry.razor.rz.scp.css */
body[b-nz9vxt41wo] {
}
/* /Components/Pages/Reports/ExportToolbar.razor.rz.scp.css */
.toolbar-container[b-d8dxkcz9fd] {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding: 20px 0;
}

.toolbar-container-option[b-d8dxkcz9fd] {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

    .toolbar-container-option:hover[b-d8dxkcz9fd] {
        background-color: var(--tugela-faded-orange)
    }

    .toolbar-container-option span[b-d8dxkcz9fd] {
        font-family: phosphorIcon;
        font-size: 25px;
        margin: 0;
    }

    .toolbar-container-option p[b-d8dxkcz9fd] {
        margin: 0;
        font-size: 12px;
    }
/* /Components/Pages/Reports/Reports.razor.rz.scp.css */
.reports-page[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

h6[b-yr7ld3z3ft] {
    display: flex;
    align-content: center;
    justify-content: center;
}

.p-icon[b-yr7ld3z3ft] {
    background-color: dimgrey;
}

.graph[b-yr7ld3z3ft] {
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
    margin-left: 35%;
    padding: 15px;
}

.list[b-yr7ld3z3ft] {
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
    margin-left: 35%;
    padding: 15px;
}

.expense-button[b-yr7ld3z3ft] {
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
    margin-left: 35%;
    padding: 5px;
    margin-bottom: 10px;
}

.asset-button[b-yr7ld3z3ft] {
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
    margin-left: 35%;
    padding: 5px;
}

.user-button[b-yr7ld3z3ft] {
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
    margin-left: 35%;
    padding: 5px;
}

.module-selector[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.sub-module-selector[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.format-selector[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.list-builder[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    border-radius: 20px;
}

.graph-builder[b-yr7ld3z3ft] {
    background-color: lightgrey;
    padding: 20px;
    border-radius: 20px;
}

.export-to-excel[b-yr7ld3z3ft] {
    margin-left: 38%;
    background-color: limegreen;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.export-to-pdf[b-yr7ld3z3ft] {
    margin-left: 38%;
    background-color: orangered;
    color: white;
    padding: 5px;
    border-radius: 20px;
}

.send-to-email[b-yr7ld3z3ft] {
    margin-left: 38%;
    background-color: cornflowerblue;
    padding: 5px;
    border-radius: 20px;
}

.save[b-yr7ld3z3ft] {
    margin-left: 38%;
    background-color: dimgrey;
    color: white;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.add-to-dashboard[b-yr7ld3z3ft] {
    margin-left: 38%;
    background-color: var(--tugela-orange);
    padding: 5px;
    border-radius: 20px;
}

.report-option[b-yr7ld3z3ft]{
    text-align: center;
    min-width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    margin: 5px !important;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
td[b-yr7ld3z3ft]{
    line-height: 40px;
}
/* /Components/Pages/SuppliersAndVendors/SuppliersAndVendors.razor.rz.scp.css */
/*.top-bar {
    background-color: var(--tugela-orange);
    padding: 5px;
    margin-bottom: 10px;
}

.main-container {
    background-color: lightgrey;
    padding: 10px;

}

.submit {
    background-color: lawngreen;
    margin-left: 80%;
    margin-top: 10px;
}

.close-new {
    background-color: red;
    margin-top: 10px;
}

.add-new-item {
    background-color: lightgrey;
    padding-top: 15px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 15px;
    align-items: center;
    margin: auto;
}

h5 {
    margin-top: 5px;
}

h3 {
    background-color: var(--tugela-orange);
    padding: 5px;
}*/
/* /Components/Pages/UserManagement/UserManagement.razor.rz.scp.css */
.add-new-user-form[b-ro7ys6n965] {
    background-color: var(--grey);    
    padding: 20px;
    min-height: fit-content;
}

.add-new-user-header[b-ro7ys6n965] {
    display: flex;
    /*height: 40px;*/
    align-items: center;
    justify-content: center;
    background-color: dimgrey;
    color: white;
    border-radius: 10px;
}

.close-new-user-button[b-ro7ys6n965] {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: right;
}

.close-new-user-button button[b-ro7ys6n965] {
    background: var(--red);
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.description-header-1[b-ro7ys6n965] {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: var(--tugela-orange) !important;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
}


.account-details[b-ro7ys6n965] {
    background-color: var(--tugela-orange);
    padding: 20px;
    min-height: fit-content;
}

.description-header-2[b-ro7ys6n965] {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: var(--tugela-orange);
    border-radius: 10px;
    margin: 10px 0 !important;
    min-width: 100%;
    color: #000 !important;
}

    .description-header-2 h3[b-ro7ys6n965] {
        color: rgba(0,0,0,0.6);
        font-weight: 400;
        font-size: 20px;
        margin: 0;
    }
   
    .button-toolbar[b-ro7ys6n965] {
        justify-content: right;
        align-self: end;
        display: flex;
        gap: 5px;
    }


.expense-form[b-ro7ys6n965] {
    background-color: var(--tugela-orange);
    padding: 20px;
}

.description-header-3[b-ro7ys6n965] {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: var(--tugela-orange);
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.general-button[b-ro7ys6n965] {
    background-color: dimgrey;
}

.search-container[b-ro7ys6n965] {
    background-color: var(--tugela-orange);
    padding: 20px;
    margin-top: 10px;
}

.search-header[b-ro7ys6n965] {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: var(--tugela-orange);
    border-radius: 10px;
}

.new-user-button[b-ro7ys6n965] {
    display: flex;
    margin-top: 25px;
    margin-bottom:25px;
    justify-content: right;
}

.search-button[b-ro7ys6n965]{
    justify-content: right;
    float: right;
    padding: 20px;
}

h5[b-ro7ys6n965], h2[b-ro7ys6n965]{
    margin: 0;
}
input[b-ro7ys6n965], select[b-ro7ys6n965] {
    height: 35px !important;
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid var(--tugela-orange) !important;
    padding-left: 5px !important;
}

.user-list-header[b-ro7ys6n965] {
    background-color: var(--tugela-orange);
    border-radius: 10px;
    margin-bottom: 20px;
}

.user-table-container[b-ro7ys6n965] {
    z-index: 2;
    left: 55%;
    top: 25%;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    min-width: fit-content;
    min-height: fit-content;
    background: lightgrey;
    padding: 20px;
    text-align: center;
}




/* /Components/Ui/Collapse.razor.rz.scp.css */
/* Collapse Component Styles */
.collapse-container[b-n8b9bscbn0] {
    margin-bottom: 0;
    /*border-radius: 0.375rem;*/
    /*overflow: hidden;*/
    background: #fff;
    padding: 0;    
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
}

.collapse-heading[b-n8b9bscbn0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding-right: 30px;
    position: relative;
    margin-bottom: 0;
}

.collapse-heading.small[b-n8b9bscbn0] {
    padding: 0.5rem 0.75rem;
}

.collapse-header-content[b-n8b9bscbn0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.collapse-heading-text[b-n8b9bscbn0] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.collapse-toggle-btn[b-n8b9bscbn0] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s;
    max-width: 50px;
}

.collapse-toggle-btn:hover[b-n8b9bscbn0] {
    background-color: rgba(0,0,0,0.05);
}

.collapse-toggle-btn:focus[b-n8b9bscbn0] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.collapse-icon[b-n8b9bscbn0] {
    font-family: 'phosphorIcon';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    color: #2b2b2b;
    transition: transform 0.2s ease;
}

.collapse-content[b-n8b9bscbn0] {
    padding: 0 1rem;
}

    .collapse-content.expanded[b-n8b9bscbn0] {
        padding: 1rem 2rem;
        border-top: none;
        min-height: fit-content !important;
    }

.collapse-content-aside[b-n8b9bscbn0] {
    font-style: italic;
    color: #6b7280;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.collapse-content-inner[b-n8b9bscbn0] {
    width: 100%;
}

.cursor-pointer[b-n8b9bscbn0] {
    cursor: pointer;
}

.sr-only[b-n8b9bscbn0] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Animation for smooth opening/closing */
.collapse-content.collapsed[b-n8b9bscbn0] {
    padding-top: 0;
    padding-bottom: 0;
}
/* /Components/Ui/ContextMenu.razor.rz.scp.css */
.context-menu[b-ifjenlfu6y] {
    background: #fff;
    position: absolute;
    top: 60px;
    padding: 5px;
    border-radius: 3px;
    min-width: 150px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    justify-content: start;
    background: var(--top-bar-grey) !important;
}
/* /Components/Ui/CustomSwitch.razor.rz.scp.css */
.toggle-container[b-xibs90g5tl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem;
    font-size: 0.95rem;
    user-select: none;
    border-top: none;
    border-bottom: 1px solid rgb(0,0,0,0.1);
    padding: 10px 0;
    margin-top: 10px;
    padding-bottom: 25px;
}

.toggle-label[b-xibs90g5tl] {
    min-width: 70px;
    text-align: center;
    margin: 0;
}

.toggle-switch[b-xibs90g5tl] {
    position: relative;
    width: 50px;
    height: 26px;
    margin: 0;
}

    .toggle-switch input[b-xibs90g5tl] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-xibs90g5tl] {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background-color: var(--tugela-faded-orange);
    border-radius: 34px;
    transition: background-color .25s;
}

    .slider[b-xibs90g5tl]::before {
        content: "";
        position: absolute;
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform .25s;
    }

.toggle-switch input:checked + .slider[b-xibs90g5tl] {
    background-color: var(--tugela-orange);
}

    .toggle-switch input:checked + .slider[b-xibs90g5tl]::before {
        transform: translateX(24px);
    }
/* /Components/Ui/DropDown.razor.rz.scp.css */
.select-left-button[b-o214fq06xk] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--tugela-faded-orange);
    width: 30px;
    height: 38px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ced4da;
    border-right: none;
    box-shadow: 2px 0 3px rgba(0,0,0,0.2);
    z-index: 999;
    transition: all .5s;
    color: var(--tugela-orange);
    position: relative;
}
    .select-left-button[b-o214fq06xk]::before {
        transition: all .7s;
        content: attr(data-tooltip-text);
        color: #fff;
        font-size: 12px;
        background: #646464;
        font-family: 'Product Sans' !important;
        position: absolute;
        top: -25px;
        left: 10px;
        padding: 5px 10px;
        border-radius: 5px 5px 5px 0px;
        opacity: 0;
    }
.select-left-button:hover[b-o214fq06xk]::before {
    opacity: 1;
}

    .select-left-button:hover[b-o214fq06xk] {
        background: var(--tugela-orange);
        color: #fff;
    }
    .search-dropdown input[b-o214fq06xk] {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-left: none;
        outline: none !important;
    }

/* /Components/Ui/NotificationContext.razor.rz.scp.css */
.notification-context-menu[b-1ti9tkc8jx] {
    position: absolute;
    top: 55px;
    padding: 2px 5px;
    border-radius: 3px;
    min-width: 200px;
    min-height: 100px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    justify-content: start;
    background: #fff !important;
}
/* /Components/Ui/SearchableMultiSelect.razor.rz.scp.css */
.multiselect-container[b-vc6c6631mh] {
    position: relative;
    font-family: Arial, sans-serif;
    width: 100%; /* Or a specific width like 300px */
    max-width: 100%; /* Example max-width */
}

.search-input[b-vc6c6631mh] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}

    .search-input:focus[b-vc6c6631mh] {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.dropdown-content[b-vc6c6631mh] {
    /*position: absolute;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.dropdown-item[b-vc6c6631mh] {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

    .dropdown-item:last-child[b-vc6c6631mh] {
        border-bottom: none;
    }

    .dropdown-item:hover[b-vc6c6631mh] {
        background-color: #f0f0f0;
    }

    .dropdown-item input[type="checkbox"][b-vc6c6631mh] {
        margin-right: 10px;
        cursor: pointer;
    }

    .dropdown-item span[b-vc6c6631mh] {
        flex-grow: 1;
        /* Removed <p> tags, so no need to reset their margins */
    }

.no-results[b-vc6c6631mh] {
    padding: 10px;
    color: #777;
    text-align: center;
}

.selected-items-display[b-vc6c6631mh] {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.selected-item-pill[b-vc6c6631mh] {
    background-color: #007bff;
    color: white;
    padding: 6px 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

    .selected-item-pill span[b-vc6c6631mh] {
        margin-right: 8px;
    }

.remove-item-btn[b-vc6c6631mh] {
    background: none;
    border: none;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

    .remove-item-btn:hover[b-vc6c6631mh] {
        color: #e0e0e0;
    }
