html, body {
    background: #f5f5f5 !important;
    box-sizing: border-box !important;
    min-height: 100% !important;
    font-family: 'Product Sans' !important;
}

* {
    box-sizing: border-box !important;
}

h3 {
    margin: 0;
}

/*:root {
    --cursor: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'>\
  <circle cx='12' cy='12' r='7' fill='none' stroke='black' stroke-width='2'/>\
  <circle cx='12' cy='12' r='3' fill='black'/>\
</svg>") 12 12, auto;
}
html, body, *, *::before, *::after {
    cursor: none !important;
}
    html, body, *, *::before, *::after {
        cursor: var(--cursor) !important;
    }*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 300;
    src: url('font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'phosphorIcon';
    src: url('font/phosphorregularnew.ttf') format('truetype');
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('font/productsans-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.filter-icon-container {
    display: flex;
    border: 1px solid rgba(0,0,0,0.1);
    min-width: max-content;
    justify-self: end;
    border-radius: 8px;
    overflow: hidden;
}

.filter-icon {
    font-family: phosphorIcon;
    font-size: 20px;
    /*padding: 0 15px;*/
    width: 50px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.filter-text-icon {
    font-family: 'Product Sans' !important;
    font-size: 16px;
    /*padding: 0 15px;*/
    width: max-content;
    text-align: center;
    margin: 0 !important;
    padding: 3px 10px !important;
    cursor: pointer;
}

.filter-icon.active {
    font-family: phosphorIcon;
    font-size: 20px;
    background: var(--tugela-orange);
    color: #000;
}

.filter-text-icon.active {
    background: var(--tugela-orange) !important;
    color: #000 !important;
}

.input-item {
    display: flex;
    position: relative;
}

    .input-item .icon {
        font-family: phosphorIcon;
        position: absolute;
        right: 5px;
        font-size: 20px;
        top: 3px;
    }

.p-icon {
    font-family: phosphorIcon;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    /*width: 100%;*/
    /*background: red !important;*/
}

    .p-icon::after {
        content: attr(data-text);
        font-family: 'Product Sans' !important;
        color: #fff;
        position: absolute;
        bottom: -20px;
        left: 0;
        font-size: 10px;
        width: 100%;
        text-align: center;
        /*background: #646464;*/
    }

.button-icon {
    font-size: 22px;
    font-family: phosphorIcon;
}

.inline-add {
    font-family: phosphorIcon;
    min-width: 100%;
    font-size: 25px;
    box-shadow: none;
    cursor: pointer;
}

    .inline-add:hover {
        color: var(--tugela-orange);
    }

.nav-icon {
    font-size: 22px;
    margin-right: 9px;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.btn {
    border-radius: 20px;
}

main {
    min-height: 100%;
}

.content {
    background: transparent;
    max-height: calc(100vh - 50px) !important;
    /*    max-width: calc(100vw - 250px) !important;*/
    box-sizing: border-box !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    padding-top: 1rem;
}

.btn-info, .btn-success, .btn {
    border-radius: 5px;
}

:root {
    --background-gradient: #fff;
    --bs-primary: #738ec4 !important;
    --bs-primary-dark: #313b4f !important;
    --bs-primary-faded: #738ec469 !important;
    --red: rgba(235, 87, 87, 1);
    --tugela-orange: var(--color-sky-500);
    --tugela-faded-orange: #2b7fff20;
    --grey: lightgrey;
    --light-grey: rgba(65,65,65, 0.1);
    --darker-grey: rgba(64,64,64, 1);
    --green: rgba(39, 174, 96, 1);
    --top-bar-grey: #3f3f3f;
    --success: rgba(39, 174, 96, 1);
    --bg-success: rgba(39, 174, 96, 1);
    --error: rgba(235, 87, 87, 1);
    --info: rgba(66, 133, 244, 1);
    --blue100: rgba(66, 133, 244, 1);
    --blue200: rgba(66, 133, 244, .8);
    --bs-danger-darker: maroon;
}

a, .btn-link {
    color: #006bb7;
    text-decoration: none;
}

.opposite-text {
    color: #fff;
}

a.opposite-text:hover {
    color: #fff;
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary) !important;
    border-color: transparent;
}

.btn-primary-outline {
    background: #fff;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary) !important;
    box-shadow: none !important;
    gap: 5px;
    transition: all 0.5s;
}

    .btn-primary-outline:hover {
        background: var(--bs-primary);
        color: #fff;
    }

.btn-primary-opposite {
    background-color: #fff;
    color: var(--bs-primary);
    border-color: transparent;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*.content {
    padding-top: 1.1rem;
    max-height: 100%;
}*/

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.button {
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    /*height: 30px !important;*/
    min-width: fit-content !important;
}

.close-button, .delete-button {
    background: var(--red) !important;
    color: #000;
}

.delete-button-outline {
    color: var(--red) !important;
    background: transparent;
    border: 1px solid var(--red);
    box-shadow: none;
    gap: 5px;
}

    .delete-button-outline:hover {
        background: var(--red) !important;
        color: #fff !important;
        border: 1px solid var(--red);
        box-shadow: none;
        gap: 5px;
    }

.save-button {
    background: var(--green) !important;
    color: #fff;
}

.blue-100-button {
    min-width: 100%;
    background: var(--blue100) !important;
    color: #000;
    font-weight: 400;
}

.orange-button {
    background: var(--tugela-faded-orange) !important;
    color: var(--tugela-orange) !important;
    font-weight: 900;
}

.orange-button-fill {
    color: #000;
    background: var(--tugela-orange) !important;
    font-weight: 900;
}


.blue-200-button {
    min-width: 100%;
    background: var(--tugela-orange);
}


.general-button {
    background: dimgrey !important;
    color: white;
}

.general-button-outline {
    border: 1px solid dimgrey !important;
    color: dimgray !important;
    background: #fff;
    color: white;
}

.add-button {
    background-color: var(--success);
    color: #fff;
    font-weight: 500;
}

.add-button-outline {
    border: 1px dashed var(--success);
    color: var(--success) !important;
    background: rgb(39 174 96 / 10%) !important;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 50px !important;
}

.save-button {
    border: 1px solid var(--success);
    background: var(--success) !important;
    color: #fff;
    font-weight: 500;
    width: 100%;
    /*height: 50px !important;*/
    /*margin-top: 10px;*/
}

.page-header {
    /*background-color: var(--tugela-orange);*/
    padding: 5px;
    border-radius: 10px !important;
}

    .page-header h1 {
        color: #000;
        margin: 0;
    }

.item-card {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 100%;
    min-height: fit-content !important;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative !important;
}

.item-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tugela-orange);
    border-radius: 10px;
}


input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    min-width: 100%;
    max-width: 100%;
    min-height: 35px;
    padding: 5px !important;
    border-radius: 5px !important;
    background: #f9f9f9;
    border: 1px solid rgba(65,65,65, 0.1)
}

label {
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600 !important;
}

.description-header {
    box-sizing: border-box !important;
    height: 25px;
    background-color: var(--darker-grey);
    border-radius: 5px;
    min-width: 100%;
    color: #fff;
    display: block;
    overflow: auto;
    margin-bottom: 20px;
}

    .description-header h5 {
        margin: 0;
        text-align: center;
    }

.main-headers {
    background-color: #282828 !important;
    border-radius: 3px;
}

    .main-headers, .main-headers th {
        color: #000;
        font-weight: 500 !important;
        font-family: 'Product Sans';
        padding: 5px;
    }

tr {
    /*border: 1px solid black;*/
}

    tr button {
        border: none;
        border-radius: 5px;
        height: fit-content;
        box-shadow: none !important;
        line-height: 1;
        margin: 5px 0;
    }

td {
    align-content: center;
    padding: px 5px;
}

tr:nth-child(odd) {
    background-color: #eaeaea;
}

td button {
    padding: 5px !important;
    min-width: fit-content;
}

.custom-list-view {
    margin-top: 20px;
}

.custom-list-view-item {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-content: center;
    cursor: pointer;
    padding: 5px 10px;
}

    .custom-list-view-item button {
        padding: 2px 5px;
    }

    .custom-list-view-item:hover {
        background: var(--tugela-faded-orange);
    }

    .custom-list-view-item.active {
        background: var(--tugela-orange);
        color: #000;
    }

    .custom-list-view-item p {
        margin: 0 !important;
        align-self: center;
    }


.sidebar[b-a2sz2496kt] {
    background-image: linear-gradient(305deg, #3d3d3d 0%, #212121 70%) !important;
    overflow-y: auto;
}

.table > :not(caption) > * > * {
    padding: 0 .5rem;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.custom-expansion-holder {
    padding: 10px;
    background: var(--grey);
}

.top-row {
    background-color: transparent !important;
    border-bottom: none !important;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 999 !important;
}

.top-bar-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-avatar {
    display: flex;
    align-content: center;
}

.top-bar-avatar-icon {
    background: var(--tugela-orange);
    color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    font-size: 20px;
}

.top-bar-avatar-name {
    /*color: #fff;*/
    font-size: 18px;
    margin: 0;
    height: fit-content;
    align-self: center;
    padding: 0 5px;
    font-weight: 400 !important;
}


.top-bar {
    background-color: var(--tugela-orange);
    padding: 10px;
}

.home-page-top {
    background-color: lightgrey;
    padding: 20px;
}

h4 {
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: var(--tugela-orange);
    padding: 5px;
    border-radius: 10px;
}

/*button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    background-color: grey;
}*/

.home-page-bottom {
    background-color: lightgrey;
    padding: 20px;
}

.initial-buttons {
    font-size: 30px;
    margin-top: 10px;
}

.nav-heading {
    color: #000;
    background: transparent;
}

.home-nav-item {
    align-content: center;
}

    .home-nav-item .disabled {
        background: var(--tugela-orange);
        border: none;
        color: #000;
        pointer-events: none;
        filter: blur(2px) opacity(.9);
    }

        .home-nav-item .disabled span {
            color: #fff;
        }

    .home-nav-item h4 {
        border-radius: 3px 3px 0px 0px;
        background: var(--tugela-orange);
        margin: 0;
    }

    .home-nav-item .dash-card {
        all: unset;
        background: transparent;
        border: 1px solid var(--tugela-orange);
        border-right: 10px solid var(--tugela-orange);
        color: #000;
        width: 100%;
        border-radius: 26px;
        font-size: 22px;
        margin: 30px auto;
        display: block;
        max-width: 100%;
        box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
        display: flex;
        align-content: center;
        cursor: pointer;
        transition: all 0.3s;
        min-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

        /*.home-nav-item .dash-card::before {
            content: '';
            height: 100%;
            position: absolute;
            width: 20px;
            right: 0;
            top: 0;
            background: var(--tugela-orange);
        }*/

        .dash-card-stat {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 40px;
        }

    .dash-card-stat .material-symbols-outlined {
        font-size: 100px;
        color: var(--color-sky-500);
        z-index: 0;
        position: absolute;
        left: 20px;
        top: 16%;
        opacity: 0.2;
    }

.dash-card-copy {
    color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.home-nav-item button {
    all: unset;
    background: var(--tugela-orange);
    border: 1px solid var(--tugela-orange);
    color: #000;
    width: 100%;
    border-radius: 16px;
    font-size: 22px;
    margin: 30px auto;
    display: block;
    max-width: 100%;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    display: flex;
    align-content: center;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 150px;
}

    .home-nav-item button.clear {
        max-width: 100% !important;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .home-nav-item button.clear:hover {
        max-width: 100% !important;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
    }

        .home-nav-item button.clear img {
            margin: 0 auto !important;
        }

        .home-nav-item img {
            max-width: 100% !important;
            display: block;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            margin: 50px auto !important;
        }

    .home-nav-item button:hover {
        transform: scale(1.02);
        box-shadow: 0 0 5px rgba(0,0,0,1);
    }

        .home-nav-item button h4 {
            background: transparent;
            text-align: left !important;
            margin: 0;
            padding: 0;
            align-self: center;
            font-weight: 400;
        }

        .home-nav-item button span {
            font-family: phosphorIcon;
            filter: opacity(0.6);
            font-size: 50px;
            margin: 0 10px;
            padding: 0;
            color: #fff;
            align-self: center;
            text-shadow: 0 0 5px rgba(0,0,0,0.6);
        }


.card-toolbar-buttons {
    display: flex;
    width: 100%;
    justify-content: end;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 10px;
}

.card-toolbar-divider {
    content: '';
    background: var(--grey);
    height: 20px;
    min-width: 1px;
    align-self: center;
    margin: 0 5px;
}

.card-toolbar-buttons p {
    color: var(--top-bar-grey);
}

@media (max-width: 768px) {
    /* Adjust toolbar button layout for smaller screens */
    .card-toolbar-buttons {
        justify-content: flex-start; /* Left align for mobile */
        gap: 5px; /* Smaller gap for mobile */
        flex-wrap: wrap; /* Allow items to wrap onto the next line */
    }

    .card-toolbar-divider {
        height: 10px; /* Smaller divider on mobile */
        margin: 0 3px; /* Reduce margin for mobile */
    }

    /* Optional: Adjust the export button for mobile */
    .export-btn {
        width: 100%; /* Full width button for mobile */
        margin-top: 10px; /* Space between the button and the toolbar */
    }

    /* Stack items vertically */
    .card-toolbar-buttons p {
        margin: 5px 0; /* Adjust the margins between paragraphs */
        font-size: 14px; /* Reduce text size for mobile */
    }
}

.custom-checkbox {
    display: flex;
    align-content: center;
}

    .custom-checkbox input {
        max-height: 35px;
        max-width: 35px;
        min-height: 35px;
        min-width: 15px;
        margin: 0;
        padding: 0;
        align-self: center;
    }

    .custom-checkbox label {
        margin: 0px 5px;
        padding: 0;
        align-self: center;
        line-height: 35px;
    }

.input-with-add {
    display: flex;
}

    .input-with-add .add-button {
        all: unset;
        font-family: phosphorIcon;
        font-size: 25px;
        background: var(--bs-success);
        color: #fff;
        border-radius: 3px 0px 0px 3px;
        text-align: center;
        width: 30px;
        cursor: pointer;
    }

    .input-with-add .add-input {
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }

.button span {
    align-self: center;
    margin-left: 10px;
}

.icon-input {
    display: flex;
    max-height: 35px;
}

.col-sm-3 label {
    margin-top: 5px !important;
}

.icon-input span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--top-bar-grey);
    color: #fff;
    font-size: 20px;
    min-width: 35px;
    border-radius: 3px 0 0 3px;
    font-weight: 100;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    z-index: 99;
}

.icon-input {
    max-width: calc(100% - 35px);
    border-radius: 0px 3px 3px 0px !important;
}

    .icon-input input {
        border-radius: 0 5px 5px 0 !important;
    }

.option-container {
}

    .option-container .option-button {
        background: var(--grey);
        margin: 10px 0;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
    }

        .option-container .option-button.active {
            background: var(--top-bar-grey);
            color: #fff;
            box-shadow: 0 0 2px rgba(0,0,0,0.6);
        }

.file-list {
}

    .file-list .file-list-item {
        display: flex;
        min-width: 100%;
        align-items: center;
        gap: 5px;
        margin: 5px 0;
    }

        .file-list .file-list-item p {
            margin: 0;
            margin-right: 20px;
        }

        .file-list .file-list-item span {
            font-family: phosphorIcon;
            background: var(--bg);
            border-radius: 5px;
            height: 25px;
            width: 25px;
            font-size: 18px;
            text-align: center;
            color: #fff;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
            cursor: pointer;
        }

.collapse-heading-type {
    position: absolute;
    left: -8px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(-90deg);
    color: rgba(0,0,0,0.3);
    font-size: 12px;
}

.back-header {
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .back-header .back-icon {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .back-header .back-icon span {
            margin: 0;
            font-size: 25px;
            max-width: fit-content;
        }

        .back-header .back-icon p {
            margin: 0;
            font-size: 15px;
        }

    .back-header h5 {
        margin: 10px 0;
    }


.table-order-buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 100%;
    align-items: center;
    align-self: center;
    vertical-align: central;
    border: none;
}

.table-order-button {
    font-family: phosphorIcon;
    border-radius: 3px;
    margin: 0 auto;
    /*border: 1px solid rgba(0,0,0,0.4);*/
    line-height: .5;
    background: transparent;
    color: #fff;
}

    .table-order-button.up {
        background: var(--green);
        width: 100%;
    }

    .table-order-button.down {
        background: var(--red);
        width: 100%;
    }

.scanning-background-shadow {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}

.scanning-modal-box h3 {
    z-index: 99999;
    background: transparent !important;
    color: #000 !important;
    text-align: center;
    margin-left: 150px;
}

.scanning-modal-box p {
    z-index: 99999;
    background: transparent !important;
    color: rgba(0,0,0,0.6);
    text-align: center;
    margin-left: 150px;
}

.background-shadow {
    position: fixed;
    background: rgba(0,0,0,0.4);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
}

.email-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    display: grid;
    align-content: center;
    padding: 50px;
}

.email-modal-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.email-modal input {
    max-width: 350px !important;
    min-width: 350px !important;
    margin: 0 auto;
}

.email-modal label {
    max-width: 350px !important;
    min-width: 350px !important;
    margin: 10px auto;
}

.email-modal button {
    max-width: 350px !important;
    min-width: 350px !important;
    margin: 0 auto;
    margin-top: 20px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .checkbox label {
        margin: 0;
    }

.section-heading-text {
    background: var(--tugela-orange);
    width: 100%;
    border-radius: 5px;
    padding: 5px 5px;
}

.mud-chart-bar {
    stroke-width: 8px !important;
}

.mud-charts-yaxis {
    padding-right: 30px;
}

.context-menu-item {
    display: flex;
    align-items: center;
    padding: 5px 40px;
    justify-content: start;
    cursor: pointer;
    color: #fff;
}

    .context-menu-item:hover {
        background: var(--tugela-faded-orange);
        color: #fff;
    }

.context-menu-icon {
    font-family: phosphorIcon;
    font-size: 20px;
    margin: 0;
    margin-right: 10px;
}

.context-menu-text {
    margin: 0;
}

.fullscreen-backdrop {
    position: fixed;
    background: var(--tugela-orange);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden !important;
    display: flex;
    align-items: center;
}

.fullscreen-content {
    max-width: fit-content;
    max-height: fit-content;
    display: block;
    margin: 0 auto;
}

    .fullscreen-content p {
        font-size: 18px;
        font-weight: 800;
    }

    .fullscreen-content input {
    }

    .fullscreen-content button {
        background: #fff;
        width: 100%;
        margin-top: 20px;
    }

.custom-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: var(--accent);
    color: #fff;
    border-radius: 100vw;
    padding: 5px 10px;
}

.custom-modal-backdrop {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(2px); /* Adjust the blur intensity as needed */
    /*background: rgba(255, 255, 255, 0.3);*/ /* Optional: Add a semi-transparent background */
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    overflow: hidden !important;
    background: #fff;
    border-radius: 16px/16px;
    box-shadow: 2px 2px 10px rgba(0 0 0 / 35%);
    z-index: 9999999999;
}

.custom-modal-title {
    padding: 10px !important;
}

    .custom-modal-title h1 {
        font-size: 30px;
    }

.custom-modal-body {
    padding: 10px !important;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto !important;
}

.custom-modal-footer {
    display: flex;
    gap: 10px;
    justify-content: end;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    margin-top: 10px;
    padding: 10px !important;
    background: rgba(0, 0, 0, 0.05) !important;
}

    .custom-modal-footer button {
    }

.notification-bell {
    position: relative;
    cursor: pointer;
    font-size: 1.0rem;
    color: #333;
}

    .notification-bell .fa-bell {
        font-size: 1.5em;
    }

#notification-dropdown {
    position: absolute;
    top: 0rem;
    right: 5px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
}

.notification-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
    z-index: 999;
}

    .notification-item:hover {
        background-color: #f0f0f0;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

.notification-time {
    font-size: 0.8rem;
    color: #777;
}

.no-notifications {
    text-align: center;
    color: #888;
    font-size: 1rem;
    padding: 20px;
}

.location {
    flex-grow: 1;
    font-size: 1.7rem
}

@media (max-width: 768px) {
    .location {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.top-bar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bell-icon {
    font-size: 1.5em;
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 0.8em;
    border-radius: 50%;
    padding: 2px 6px;
}

.export-btn {
    background-color: #1d6f42;
    max-height: 30px;
    margin-top: 2px;
    border-radius: 5px;
    align-content: center;
    color: white;
    padding: 5px;
    align-self: end;
    justify-self: end;
    width: 230px;
}

.part-list {
    width: 100%;
}

.part-list-item {
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
}

    .part-list-item p {
        margin: 0;
    }

    .part-list-item div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .part-list-item div span {
            background: var(--tugela-faded-orange);
            color: var(--tugela-orange);
            font-family: phosphorIcon;
            font-size: 25px;
            max-height: fit-content;
            line-height: 1.5;
            border-radius: 5px;
        }

        .part-list-item div h4 {
            display: flex;
            background: transparent;
            margin: 0;
        }

/*Folder items*/

.folder-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 230px;
    height: fit-content;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2)
}

.folder-header {
    margin-bottom: 10px;
    width: 100px;
}

.folder-type {
    font-size: 12px;
    padding: 3px 8px;
    background-color: #17a2b8;
}

.folder-top-bar {
    padding: 5px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
}

.folder-middle-button {
    margin-bottom: 10px;
}

.add-folder-button {
    margin-bottom: 15px;
}


.question-stats {
    font-size: 14px;
    color: black;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 3px;
    background-color: #f1f1f1;
    border-radius: 100vw;
    font-size: 0.9rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

    .tag-item button {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        line-height: 0;
        text-align: center;
        padding: 0;
        display: flex;
        align-items: center;
        background: var(--tugela-orange);
        border: 1px solid var(--tugela-orange);
        color: var(--tugela-orange) !important;
        font-weight: 400;
        color: #fff !important;
    }

.tag-icon {
    font-size: 10px;
    padding: 0;
    line-height: 0;
    text-align: center;
    margin: 0;
    color: #fff !important;
}

/*.tag-item {
    display: inline-block;
    background-color: black;
    color: #333;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    font-size: 0.9rem;
}*/


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 101;
    width: 60%;
    max-width: 500px;
}

.zxing-container {
    margin: 0 auto;
    max-width: fit-content;
}

.zxing-video-container {
    margin: 0 auto;
    max-width: fit-content;
}

.discrepancy {
    border: 2px solid red;
}

.label-discrepancy {
    color: red;
    font-weight: bold;
}

.label-ok {
    color: green;
    font-weight: bold;
}

.approve-button {
    background-color: green;
    color: white;
}

.recount-button {
    background-color: orange;
    color: white;
}

.selected-heading-dropzone {
    border: 2px dashed var(--tugela-orange);
    min-height: 500px;
}

.selected-heading-options {
    border: 1px solid var(--tugela-orange);
    min-height: 500px;
}

.selected-heading-dropzone .mud-drop-item .mud-paper {
    background-color: var(--tugela-orange);
}

.toolbar-container {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding: 20px 0;
}

.toolbar-container-option {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

    .toolbar-container-option:hover {
        background-color: var(--tugela-faded-orange)
    }

    .toolbar-container-option span {
        font-family: phosphorIcon;
        font-size: 25px;
        margin: 0;
    }

    .toolbar-container-option p {
        margin: 0;
        font-size: 12px;
    }


.fullscreen-drawer {
    height: 100vh;
    width: 100vw;
    background-color: #2c2c2c;
    color: white;
}

    .fullscreen-drawer .mud-nav-link {
        color: white;
    }

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.custom-col-table {
    margin: 1px 0;
    border-radius: 5px;
    background: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

@media (max-width: 768px) {
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }

    .custom-col-table {
        margin: 1px 0;
        border-radius: 5px;
        background: transparent;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}

.invoice-overview {
    position: fixed;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 1);
    right: 20px;
    bottom: 20px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 15px 0;
    background: #646464b9;
    border: 1px solid #646464;
    backdrop-filter: blur(5px);
}

    .invoice-overview:hover {
        height: fit-content;
        width: 90px;
    }

        .invoice-overview:hover::after {
            display: block;
        }

        .invoice-overview:hover p {
            display: block !important;
        }

        .invoice-overview:hover h1 {
            display: none !important;
        }

    .invoice-overview .filter-icon {
        color: #fff;
        font-size: 25px;
        margin: 0;
        line-height: 20px;
        font-weight: 900;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    }

    .invoice-overview::after {
        background: #fff;
        color: var(--tugela-orange);
        content: 'GO TO';
        position: absolute;
        top: -12px;
        font-weight: 600;
        left: 17%;
        padding: 0 5px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        display: none;
    }

    .invoice-overview h6 {
        background: var(--tugela-orange) !important;
        color: #000 !important;
    }

    .invoice-overview p {
        cursor: pointer;
        padding: 0 5px;
        border-radius: 3px;
        margin: 0;
        /*text-decoration: underline;*/
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        display: none;
    }

        .invoice-overview p:hover {
            background: var(--tugela-orange);
            color: #fff;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
        }

.item-heading {
    background: var(--tugela-faded-orange) !important;
    color: #000;
    margin: -10px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.applicable {
    border: 2px solid limegreen;
}

.not-applicable {
    border: 2px solid gray;
}

.input-bottom-button {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-top: -4px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.arm-card-buttons {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 2px !important;
    margin-top: 2px;
    /*padding: 10px 8px !important;*/
    padding-bottom: 5px !important;
}

    .arm-card-buttons button {
        padding: 10px 0 10px 0;
        margin: 0 2px;
    }

    .arm-card-buttons button {
        flex: 1;
        border-radius: 0;
        font-size: 20px;
    }

        .arm-card-buttons button:first-of-type {
            border-bottom-left-radius: 5px !important;
        }

        .arm-card-buttons button:last-of-type {
            border-bottom-right-radius: 5px !important;
        }

.folder-type {
    padding: 10px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    width: calc(100% - 8px);
    margin: 4px;
    margin-bottom: 0 !Important;
}

.folder-tabs {
    margin-top: 0;
    display: flex;
    /*border: 1px solid rgba(0,0,0,0.4);*/
    border-bottom-left-radius: 6px;
    gap: 4px;
    padding: 2px 4px;
}

.folder-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--tugela-orange);
    border-right: 1px solid var(--tugela-orange);
    border-left: 1px solid var(--tugela-orange);
    border-top: 1px solid var(--tugela-orange);
    border-bottom-left-radius: 6px;
    margin-bottom: 2px;
}

    .folder-tab .badge {
        border-radius: 0;
        border-bottom: 1px solid var(--tugela-orange);
    }

    .folder-tab .badge {
        background: var(--tugela-orange) !important;
    }

.item-tab .badge {
    background: #000 !important;
}

.item-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom-right-radius: 6px;
    margin-bottom: 2px;
}

    .item-tab .badge {
        border-radius: 0;
        border-bottom: 1px solid #000;
    }

.question-stats {
    text-align: center;
}


button:disabled {
    filter: grayscale(0.4);
    cursor: not-allowed;
}

    button:disabled::before {
        backdrop-filter: blur(1px) grayscale(0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        /*background: rgba(255,255,255,0.2);*/
    }

    button:disabled::after {
        filter: blur(0);
        content: attr(data-validation-text);
        color: #000;
        position: absolute;
        top: -20px;
        font-style: italic;
        font-weight: 100;
        color: red;
    }

.required {
    color: red;
    font-size: 12px;
}

.dropdown-menu {
    position: relative !important;
}

.dropdown-item {
    position: relative;
    cursor: pointer !important;
}
/*.close-button {
    background: red;
    position: absolute;
    max-width: fit-content;
    z-index: 9999;
    right: 4px;
    top: 4px;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
}*/

.copy-btn {
    background: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    margin-left: auto;
    transition: background 0.3s ease-in-out;
    width: fit-content;
    padding-bottom: 5px;
}

    .copy-btn:hover::after {
        content: attr(data-tooltip);
    }

    .copy-btn.copied {
        color: green;
    }

.expense-type-card {
    width: 100%;
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .expense-type-card h1 {
        margin-bottom: 50px;
        font-weight: 400;
        font-size: 25px;
    }

.expense-type-button {
    flex: 1;
    display: flex;
    align-self: center;
    justify-self: center;
    flex-direction: column;
}

    .expense-type-button .material-symbols-outlined {
        font-size: 180px;
        align-self: center;
        justify-self: center;
        width: fit-content;
        text-align: center !important;
        transition: text-shadow 0.5s;
        margin: 0 auto;
    }

    .expense-type-button h1 {
        font-size: 30px;
        text-align: center !important;
        margin-top: 20px;
        align-self: center;
        font-weight: 300;
        justify-self: center;
        transition: text-shadow 0.5s;
    }

    .expense-type-button:hover h1, .expense-type-button:hover .material-symbols-outlined {
        text-shadow: 0 0 50px var(--tugela-orange);
    }

.expense-row {
    background: transparent;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

/*.expense-row:nth-child(2n+1) {
        background: var(--tugela-faded-orange);
    }*/

.expense-row-card {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.expense-row-card-item {
    display: flex;
    gap: 15px;
    width: fit-content;
    min-width: 220px;
    max-width: 220px;
}



.inner-table tr {
    background-color: #fff;
}

    .inner-table tr:nth-child(2n+1) {
        background-color: #f1f1f1;
    }

.approval-shadow {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9500;
}

.approval-item {
    position: relative;
    z-index: 9501 !important;
    transition: all 0.5s;
}

    .approval-item .item-card {
        border: 3px solid #efefef;
        box-shadow: 0 0 35px rgba(255,255,255,0.4) !important;
    }

.approvalnext {
    position: absolute;
    bottom: -45px !important;
    right: 220px;
    width: 200px;
    font-size: 18px;
    /*z-index: 9502 !important;*/
    border-radius: 8px;
}

.approvalreject {
    position: absolute;
    bottom: -45px !important;
    right: 10px;
    width: 200px;
    font-size: 18px;
    /*z-index: 9502 !important;*/
    border-radius: 8px;
    background: var(--bs-danger);
}

.approved {
    color: #fff;
    /*border: 1px solid var(--success);*/
    background: var(--bs-primary);
}

.pending {
    background: #fff;
    /*border: 1px solid #646464;*/
    color: #69696988;
}

.audit-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 55px;
    position: relative;
}

    .audit-item p {
        margin: 0 !important;
        padding: 0 20px !important;
        line-height: 1;
        font-size: 16px !important;
    }


    .audit-item span {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1;
        font-size: 40px !important;
        border-radius: 50%;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
        padding: 5px !important;
        background: var(--tugela-faded-orange) !important;
        color: var(--tugela-orange) !important;
    }

    .audit-item:not(:last-child) .material-symbols-outlined::after {
        position: absolute;
        content: 'arrow_downward';
        bottom: -38px;
        left: calc(50% - 15px);
        color: #646464;
        font-size: 30px !important;
    }

.no-value-text {
    margin-top: 10px;
    font-style: italic;
    color: #646464;
}

.dropdown-shadow {
    display: none;
    content: '.';
    height: 100vh;
    width: 100vw;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999 !important;
    /*display: block;*/
    backdrop-filter: blur(2px);
    transition: all 0.5s;
}

.expense-row.above {
    z-index: 9999;
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

    .expense-row.above::before {
        z-index: -1;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        content: '.';
        top: -5px;
        left: -5px;
        filter: blur(2px)
    }

.expense-type-dropdown.show::before {
    background: #fff;
    content: attr(data-prompt);
    position: absolute;
    top: -20px;
    left: -1px;
    border: none;
    font-weight: 800;
    padding: 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hint-text {
    color: var(--bs-primary) !important;
    font-style: italic !important;
}

.filter-dropdown {
    display: flex;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    max-height: fit-content;
    width: 100%;
    background: var(--bs-primary);
    color: #fff;
    align-items: center;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
}

.filter-container {
    transition: all 0.5s !important;
    overflow: hidden !important;
}

.filter-dropdown p {
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.filter-dropdown .material-symbols-outlined {
    font-weight: 800;
    line-height: 0;
}

.no-access {
    pointer-events: none !important;
    filter: blur(2px) !important;
    cursor: not-allowed !important;
}

.supporting-document-container {
    /*margin: 10px 0;*/
    margin-top: 10px;
    display: flex;
    min-width: fit-content;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
}

.supporting-document-type-icon {
    background: var(--bs-primary) !important;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.supporitng-document-copy {
}

.supporitng-document-download {
    color: var(--bs-success);
    display: flex;
    justify-content: end;
    align-content: end;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .supporitng-document-download .material-symbols-outlined {
        color: rgba(0,0,0,0.2);
        font-size: 35px;
        text-align: right;
        cursor: pointer !important;
        transition: all 0.5s;
    }

        .supporitng-document-download .material-symbols-outlined:hover {
            color: var(--success);
        }

.supporitng-document-copy .type {
    font-weight: 800;
}

.supporitng-document-copy .name {
    font-weight: 400;
}

.attachment-memo {
    /*resize: none;
    border: none;
    outline: none;
    min-height: fit-content !important;*/
}

/* Container style for the progress bar background */
.progress-bar {
    width: 100%; /* total width of the progress bar */
    height: 20px; /* height of the progress bar */
    background: var(--bs-primary-faded) !important; /* light gray background */
    border-radius: 3px; /* rounded corners */
    overflow: hidden; /* hide overflow for rounded effect */
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    margin: 0px 0;
    border: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.progress-bar-text {
    position: absolute;
    top: .6px;
    right: 15px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,1);
}

    .progress-bar-text p {
        margin: 0;
    }
/* Inner bar representing the progress */
.progress {
    display: flex;
    justify-content: center;
    line-height: 1.2;
    font-size: 14px;
    align-content: center;
    height: 100%;
    background-color: var(--bs-primary) !important; /* progress bar color */
    width: 0%; /* initial progress value */
    transition: width 0.5s ease-in-out; /* smooth transition */
}

.action-modal-heading {
    text-align: center;
    font-weight: 300;
    margin-top: 80px;
}

.action-modal-subheading {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

@media (min-width: 641px) {
    .sidebar[b-a2sz2496kt] {
        width: unset;
        height: 100vh;
        position: sticky;
        top: 0;
        max-width: fit-content;
    }
}

@media (max-width: 960px) {
    .nav-menu-container {
        display: none !important;
    }
}

.navbar-collapse-icon {
    font-size: 28px;
    margin: 0 !important;
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
}

.table > :not(caption) > * > * {
    padding: 0;
    border-bottom-width: 0;
}

.display-overall {
    position: fixed;
    background: #f5f5f5;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.display-overall-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid var(--bs-danger);
    color: var(--bs-danger);
    padding: 0 10px;
    border-radius: 5px;
}

    .display-overall-close:hover {
        background: var(--bs-danger);
        color: #fff;
    }

.checklist-count-button {
    background: var(--tugela-orange);
    width: fit-content;
    padding: 10px 15px;
    margin-bottom: 10px;
    ;
}

.new-table {
}

    /*.new-table .main-headers {
        background: var(--tugela-orange) !Important;
    }*/

    .new-table thead tr td {
        padding: 10px 5px !important;
        text-align: left;
    }

    .new-table tbody tr td {
        padding: 10px 5px !important;
        text-align: left;
    }

        .new-table tbody tr td:first-child {
            text-align: center;
            justify-content: center;
        }

            .new-table tbody tr td:first-child span {
                margin: 5px !important;
                cursor: pointer !important;
                font-size: 28px;
            }

                .new-table tbody tr td:first-child span:nth-child(1) {
                    color: #646464;
                }

                    .new-table tbody tr td:first-child span:nth-child(1):hover {
                        color: #2c2c2c;
                    }

                .new-table tbody tr td:first-child span:nth-child(1) {
                    color: #646464;
                }

                .new-table tbody tr td:first-child span:nth-child(2) {
                    color: var(--bs-primary)
                }

                    .new-table tbody tr td:first-child span:nth-child(2):hover {
                        color: var(--bs-primary-dark);
                    }

                .new-table tbody tr td:first-child span:nth-child(3) {
                    color: var(--bs-danger)
                }

                    .new-table tbody tr td:first-child span:nth-child(3):hover {
                        color: var(--bs-danger-darker)
                    }

    .new-table tbody tr:nth-child(2n+1) {
        background: rgba(0,0,0,0.1);
    }

.new-table {
}

.new-table {
}

.new-table {
}

.new-table {
}

.new-table {
}

.mud-nav-link.active {
    background-color: white !important;
    color: var(--tugela-orange) !important;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


element.style {
}

.mud-appbar {
    padding: 0;
    width: 100%;
    display: flex;
    z-index: var(--mud-zindex-appbar);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: row;
    color: #fff !important;
    background-color: var(--tugela-faded-orange) !important;
    transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms, width 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

    .mud-appbar h6 {
        font-size: 14px !important;
    }

.mud-navmenu.mud-navmenu-primary .mud-nav-link-expand-icon.mud-transform {
    fill: #fff !important;
}

.mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link {
    padding-left: 24px;
    padding-inline-start: 12px !important;
    padding-inline-end: unset;
}

@media (min-width: 600px) {
    .mud-toolbar-gutters {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

input[type="checkbox"] {
    max-height: 25px !important;
    max-width: 25px !important;
    min-height: 25px !important;
    min-width: 25px !important;
}

#mud-snackbar-container {
    position: fixed;
    z-index: 9999999999999 !important;
    pointer-events: none;
}

.mud-drawer {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    flex: 0 0 auto;
    outline: 0;
    position: fixed;
    z-index: var(--mud-zindex-drawer);
    overflow-y: auto;
    flex-direction: column;
    color: #fff;
    background-image: linear-gradient(305deg, #3d3d3d 0%, #212121 70%) !important;
    min-width: 90vw;
    min-height: 100vh;
    --mud-drawer-content-height: 0;
}

    .mud-drawer .mud-icon-root.mud-svg-icon {
        fill: var(--tugela-orange);
    }

    .mud-drawer.mud-drawer-temporary.mud-drawer-pos-left.mud-drawer--closed {
        left: 0;
    }

.top-bar-container button .mud-icon-button-label .mud-icon-root.mud-svg-icon {
    fill: #3d3d3d !important;
}

.stopped-folder {
    /*    width: 100%;
    height: 100%;*/
    background-color: #FFD700;
    background-image: repeating-linear-gradient( 45deg, #FFD700 0, #FFD700 10px, #000000 10px, #000000 20px );
}

    .stopped-folder .folder-icon {
        opacity: 0.9;
        position: relative;
    }

        .stopped-folder .folder-icon::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px dashed #ef4444;
            border-radius: 5px;
            pointer-events: none;
        }

.folder-stopped-indicator {
    background-color: rgba(239, 68, 68);
    border-radius: 4px;
    padding: 2px 6px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
}


.tag-input-container {
    position: relative;
    margin-bottom: 15px;
}

.input-group {
    display: flex;
    align-items: center;
}

.tag-content i {
    color: #646464 !important;
    margin: 0 10px;
}

.tag-add-button {
    background-color: var(--tugela-orange);
    border: none;
    border-radius: 0 5px 5px 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 35px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .tag-add-button:hover {
        background-color: #e38956;
    }

    .tag-add-button i {
        font-size: 24px;
    }

.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*border-right: none;*/
}

.google-search-results-modal {
    /*width: 1000px !important;*/
    max-width: 80vw !important;
    min-width: unset;
}

.search-results-list div {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    cursor: pointer;
}

.selected-company {
    background: rgb(79, 128, 196, 1) !important;
}

    .selected-company h6, .selected-company p {
        color: #fff !important;
    }

    .selected-company span {
        color: #fff !important;
        font-weight: 200;
    }

.thinking-text {
    position: relative;
    color: transparent;
    background: linear-gradient(90deg, #646464, #989898 10%, #646464 50% );
    background-size: 200% 100%;
    animation: shimmer 3.5s infinite ease-in-out;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.visual-aid-icon {
    width: 80px !important;
    height: 50px !important;
    text-align: center;
    /*border: 1px solid rgba(0,0,0,0.4) !important;*/
    border-bottom-width: 1px !important;
    margin-bottom: 20px;
}

    .visual-aid-icon::after {
        content: attr(data-sub);
        position: absolute;
        font-family: 'Product Sans' !important;
        font-size: 10px;
        left: 0;
        bottom: 5px;
        text-align: center;
        width: 100%;
    }

.status-item {
    display: flex;
    justify-content: center;
    max-width: fit-content;
    /*margin-bottom: 50px;*/
    gap: 5px;
}

    .status-item .material-symbols-outlined {
        /*background: var(--bs-warning);*/
        padding: 10px 2px;
        border-radius: 3px;
        position: relative;
        font-size: 30px
    }

        .status-item .material-symbols-outlined:hover::before {
            content: attr(data-tooltip);
            position: absolute;
            top: -20px;
            left: -10px;
            background: #000;
            color: #fff;
            font-size: 16px;
            font-family: 'Product Sans' !important;
            z-index: 999;
            padding: 3px 8px;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0,0,0,0.4);
        }
