@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Loader.razor.rz.scp.css */
body[b-0xupvguxth] {
    background-color: #222;
}

#preloader[b-0xupvguxth] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#loader[b-0xupvguxth] {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin-b-0xupvguxth 2s linear infinite;
}

    #loader[b-0xupvguxth]:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin-b-0xupvguxth 3s linear infinite;
    }

    #loader[b-0xupvguxth]:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin-b-0xupvguxth 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-b-0xupvguxth {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* /Components/Loader2.razor.rz.scp.css */
/* Full screen loader styles */
#full-screen-loader[b-v1jduwaj5j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999; /* Ensure it is on top of other elements */
    background: #1d1b2d; /* Match the background color */
}

/* Vertical centered box */
.vertical-centered-box[b-v1jduwaj5j] {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .vertical-centered-box[b-v1jduwaj5j]::after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .vertical-centered-box .loader-content[b-v1jduwaj5j] {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 16px; /* Set a visible font size */
        color: white; /* Set text color to ensure visibility */
    }

/* Loader circle */
.loader-circle[b-v1jduwaj5j] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
    margin-left: -60px;
    margin-top: -60px;
    /* animation: fade 1.2s infinite ease-in-out; */
}

/* Loader line mask */
.loader-line-mask[b-v1jduwaj5j] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    animation: rotate-b-v1jduwaj5j 1.2s infinite linear;
}

    /* Loader line */
    .loader-line-mask .loader-line[b-v1jduwaj5j] {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    }

/* Particles background and foreground */
#particles-background[b-v1jduwaj5j],
#particles-foreground[b-v1jduwaj5j] {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    transform: scale3d(.5, .5, 1);
}

#particles-background[b-v1jduwaj5j] {
    background: #1d1b2d; /* Approximation for mix(#3f3251, #002025, 70%) */
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

/* Keyframes */
@keyframes rotate-b-v1jduwaj5j {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade-b-v1jduwaj5j {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade-in-b-v1jduwaj5j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* /Pages/AgentPortal/Components/ReportABugComponent.razor.rz.scp.css */
/* /Pages/BlobManager/BlobManager.razor.rz.scp.css */
.title-container[b-68mk6q5dq2] {
    text-align: center;
    margin-bottom:20px;
}

.title-text[b-68mk6q5dq2] {
    text-decoration: underline;
}

#filetable[b-68mk6q5dq2] 
{

background-color: green;

}
/* /Pages/BlobManager/Components/BlobManagerComponent.razor.rz.scp.css */
body[b-tqy7yttt5o] {
}


/* /Pages/Communications/FollowUps/FollowUpCallQueue.razor.rz.scp.css */
[b-puiu68yiyn] th.dark {
    color: white !important;
    background-color: black !important;
}

.flex-container[b-puiu68yiyn] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of the viewport */
    overflow: hidden;
    margin-top: 10px;
}

[b-puiu68yiyn] .mud-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Or 'auto' if you want a scrollbar when content overflows */
}

[b-puiu68yiyn] .mud-thead {
    flex: 0 0 auto; /* Prevent the header from growing and shrinking, making it "sticky" */
    /* Add additional styling for your sticky header if needed */
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

[b-puiu68yiyn] .mud-tbody {
    flex: 1 1 auto; /* Allow the body to grow and shrink as needed */
    overflow: auto; /* Add scrollbars as needed */
}

.select-header[b-puiu68yiyn] {
    border-bottom: 2px solid #A0A0A0;
}
/* /Pages/Communications/FollowUps/Schedule.razor.rz.scp.css */
.title-container[b-qqoplc02s4] {
    text-align: center;
    margin-bottom:20px;
}

.title-text[b-qqoplc02s4] {
    text-decoration: underline;
}
/* /Pages/Complaints/Components/ViewComplaintNotesComponent.razor.rz.scp.css */
[b-wxdx5idtze] .checkbox > div > label > p {
    font-size: .9em;
}
/* /Pages/Complaints/Tracker.razor.rz.scp.css */
[b-kzzsunfjgm] th.dark {
    color: white !important;
    background-color: black !important;
}

.flex-container[b-kzzsunfjgm] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of the viewport */
    overflow: hidden;
    margin-top: 10px;
}

[b-kzzsunfjgm] .mud-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Or 'auto' if you want a scrollbar when content overflows */
}

[b-kzzsunfjgm] .mud-thead {
    flex: 0 0 auto; /* Prevent the header from growing and shrinking, making it "sticky" */
    /* Add additional styling for your sticky header if needed */
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

[b-kzzsunfjgm] .mud-tbody {
    flex: 1 1 auto; /* Allow the body to grow and shrink as needed */
    overflow: auto; /* Add scrollbars as needed */
}

.select-header[b-kzzsunfjgm] {
    border-bottom: 2px solid #A0A0A0;
}

[b-kzzsunfjgm] p.top-col {
    min-height: 1.5em;
    background-color: #f2f2f2;
}

[b-kzzsunfjgm] .button-container {
    display: flex;
    flex-direction: column;
    align-items: stretch; /* This makes the buttons stretch to fill the container */
}

    /* Optional: If you don't use a utility class for margin, you can specify it here */
    [b-kzzsunfjgm] .button-container > button {
        margin-bottom: 8px; /* Adjust as needed */
    }

        /* Remove bottom margin from the last button */
        [b-kzzsunfjgm] .button-container > button:last-child {
            margin-bottom: 0;
        }
/* /Pages/EpicAccountManagement/Components/UserDetail.razor.rz.scp.css */
.user-detail[b-mhq7rycylm] {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .user-detail.success[b-mhq7rycylm] {
        background-color: #e0f7fa;
        border-left: 5px solid #00796b;
    }

    .user-detail.warning[b-mhq7rycylm] {
        background-color: #fff3e0;
        border-left: 5px solid #f57c00;
    }

    .user-detail.error[b-mhq7rycylm] {
        background-color: #ffebee;
        border-left: 5px solid #d32f2f;
    }
/* /Pages/EpicAccountManagement/CreateUser.razor.rz.scp.css */
.select-header[b-3umknw995w] {
    border-bottom: 2px solid #A0A0A0;
}
/* /Pages/Fraud/BankingLookup.razor.rz.scp.css */
[b-7idp20g8si] th.dark {
    color: white !important;
    background-color: black !important;
}

.flex-container[b-7idp20g8si] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of the viewport */
    overflow: hidden;
}

[b-7idp20g8si] .mud-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Or 'auto' if you want a scrollbar when content overflows */
}

[b-7idp20g8si] .mud-thead {
    flex: 0 0 auto; /* Prevent the header from growing and shrinking, making it "sticky" */
    /* Add additional styling for your sticky header if needed */
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

[b-7idp20g8si] .mud-tbody {
    flex: 1 1 auto; /* Allow the body to grow and shrink as needed */
    overflow: auto; /* Add scrollbars as needed */
}

.select-header[b-7idp20g8si] {
    border-bottom: 2px solid #A0A0A0;
}
/* /Pages/Fraud/Components/FraudCallQComponent.razor.rz.scp.css */
[b-cbnuce403e] th.dark {
    color: white !important;
    background-color: black !important;
}
/* /Pages/Fraud/Tracker.razor.rz.scp.css */
[b-p3b9z4p3za] th.dark {
    color: white !important;
    background-color: black !important;
}

.flex-container[b-p3b9z4p3za] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of the viewport */
    overflow: hidden;
}

[b-p3b9z4p3za] .mud-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Or 'auto' if you want a scrollbar when content overflows */
}

[b-p3b9z4p3za] .mud-thead {
    flex: 0 0 auto; /* Prevent the header from growing and shrinking, making it "sticky" */
    /* Add additional styling for your sticky header if needed */
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

[b-p3b9z4p3za] .mud-tbody {
    flex: 1 1 auto; /* Allow the body to grow and shrink as needed */
    overflow: auto; /* Add scrollbars as needed */
}

.select-header[b-p3b9z4p3za] {
    border-bottom: 2px solid #A0A0A0;
}
/* /Pages/Index.razor.rz.scp.css */
.list-group[b-jdc0xqvrnj], .sub-menu[b-jdc0xqvrnj] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuTitle[b-jdc0xqvrnj], .onHover[b-jdc0xqvrnj] {
    margin: 5px 0 0 0;
}

.menuLink[b-jdc0xqvrnj] {
    display: block;
    text-decoration: none;
    background: #fff;
    transform-origin: 0 0;
    transition: transform var(--duration) var(--easing), color var(--duration) var(--easing);
    transition-delay: var(--delay-out);
    border-radius: 4px;
    margin-left: 15px;
    padding: 1em 1.52em;
    color: #212529;
}

.onHover[b-jdc0xqvrnj] {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .onHover:hover[b-jdc0xqvrnj], .onHover:focus[b-jdc0xqvrnj], .onHover:active[b-jdc0xqvrnj] {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .onHover a[b-jdc0xqvrnj] {
        font-size: .9em;
        color: #666666;
        border-left: 0.5em solid #343a40;
        padding: .75em;
    }



header[b-jdc0xqvrnj] {
    font-weight: 600;
    display: block;
    background: rgba(255,255,255,.5);
    transform-origin: 0 0;
    transition: transform var(--duration) var(--easing), color var(--duration) var(--easing);
    transition-delay: var(--delay-out);
    border-radius: 4px;
    padding: 1em 1.52em;
}

.highlighted[b-jdc0xqvrnj] {
    padding: 5px;
}

.update[b-jdc0xqvrnj] {
    color: mediumpurple;
}

.new[b-jdc0xqvrnj] {
    color: white;
}

.inactive[b-jdc0xqvrnj] {
    color: gray;
}

.dev[b-jdc0xqvrnj] {
    color: darkgreen;
}
/* /Pages/Payments/LoanHistory.razor.rz.scp.css */
table[b-4m52l4rhwe] {
    border-collapse: separate;
    border-spacing: 0;
    border-color: black;
}

.table[b-4m52l4rhwe] {
    margin-bottom: unset !important;
}

    .table td[b-4m52l4rhwe] {
        text-align: center;
        vertical-align: middle;
    }

thead[b-4m52l4rhwe], tbody[b-4m52l4rhwe], tfoot[b-4m52l4rhwe], tr[b-4m52l4rhwe], td[b-4m52l4rhwe], th[b-4m52l4rhwe] {
    border: none !important;
}

thead[b-4m52l4rhwe] {
    position: sticky;
    top: 0px;
}

td[b-4m52l4rhwe] {
    opacity: 1;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}

tr[b-4m52l4rhwe] {
    opacity: 1;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}

.hide[b-4m52l4rhwe] {
    opacity: 0;
    line-height: 0px;
    padding: 0px;
}

th[b-4m52l4rhwe] {
    font-size: 14px;
}
.flex-container[b-4m52l4rhwe] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of the viewport */
    overflow: hidden;
    margin-top: 10px;
}
/* /Pages/QAForm/CallDownloader.razor.rz.scp.css */
body[b-phml7nld6w] {
    overflow: hidden !important;
}

.this-form-component[b-phml7nld6w] {
    width: 100%;
}

.this-search-button[b-phml7nld6w] {
    width: 100%;
}

.this-table-wrapper[b-phml7nld6w] {
    padding: 0px;
    width: calc(100vw - 72px);
    height: calc(100vh - 280px);
    margin-left: 0px;
}

table[b-phml7nld6w] {
    border-collapse: separate;
    border-spacing: 0;
}

.table[b-phml7nld6w] {
    margin-bottom: unset !important;
}

.table td[b-phml7nld6w] {
    text-align: center;
    vertical-align: middle;
}

thead[b-phml7nld6w] {
    position: sticky;
    top: 0px;
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .this-table-wrapper[b-phml7nld6w] {
        max-height: calc(100vh - 250px);
        overflow: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .this-table-wrapper[b-phml7nld6w] {
        max-height: calc(100vh - 370px);
        overflow: auto;
    }
}

@media (min-width: 1px) and (max-width: 575px) {
    .this-table-wrapper[b-phml7nld6w] {
        max-height: calc(100vh - 480px);
        overflow: auto;
    }
}

.select-header[b-phml7nld6w] {
    border-bottom: 2px solid #A0A0A0;
}
/* /Pages/QAForm/Components/LiveFormBottomControlsComponent.razor.rz.scp.css */
textarea[b-yzm20cmyd2], input[b-yzm20cmyd2] {
    border-width: unset;
}
/* /Pages/QAForm/Components/LiveFormQuestionComponent.razor.rz.scp.css */
input[b-yvnu1apqry] {
    border-width: unset;
}
/* /Pages/QAForm/DepartmentAgentStats.razor.rz.scp.css */
th.rotated-text[b-kb1l81m8bz] {
    height: 100px;
    white-space: nowrap;
    padding: 0 !important;
}

    th.rotated-text > div[b-kb1l81m8bz] {
        transform: translate(0px, 0px) rotate(270deg);
        width: 30px;
    }

        th.rotated-text > div > span[b-kb1l81m8bz] {
            padding: 5px 0px;
        }
.table-custom td[b-kb1l81m8bz], .table-custom th[b-kb1l81m8bz] {
    text-align: center;
    vertical-align: middle !important;
    border-bottom-width: 1px;

}
.table-custom td[b-kb1l81m8bz] {

    padding: 0.3em !important;
}
/* /Pages/QAForm/ReviewMonthlyOriginationScores.razor.rz.scp.css */
/*Remove borders from tables*/
.table td[b-giu6ot23ia], .table th[b-giu6ot23ia] {
    border-top: none;
}

.gooddot[b-giu6ot23ia] {
    height: 25px;
    width: 25px;
    background-color: darkgreen;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 16px;
}

.baddot[b-giu6ot23ia] {
    height: 25px;
    width: 25px;
    background-color: darkred;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 16px;
}

.agent[b-giu6ot23ia] {
    border: 1px solid #dee2e6;
}
/* /Pages/QAForm/ReviewMonthlyScores.razor.rz.scp.css */
/*Remove borders from tables*/
.table td[b-2fmly6osbz], .table th[b-2fmly6osbz] {
    border-top: none;
}

.gooddot[b-2fmly6osbz] {
    height: 25px;
    width: 25px;
    background-color: darkgreen;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 16px;
}

.baddot[b-2fmly6osbz] {
    height: 25px;
    width: 25px;
    background-color: darkred;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 16px;
}

.agent[b-2fmly6osbz] {
    border: 1px solid #dee2e6;
}
/* /Pages/QAForm/StartChat.razor.rz.scp.css */
textarea[b-enb5tkffux] {
    border-width: unset;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*Commented output stop fix sticky scroll*/
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}*/
/*Commented output stop fix sticky scroll*/
/*main {
    flex: 1;
    flex-shrink: 1;
    flex-grow: 1;
    overflow-x: auto;
}*/

.sidebar[b-1hfgbpuy6l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    flex-shrink: 0;
    flex-grow: 0;
}

.top-row[b-1hfgbpuy6l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1hfgbpuy6l]  a, .top-row[b-1hfgbpuy6l]  .btn-link {
        white-space: nowrap;
        margin-left: 4px;
        text-decoration: none;
    }

        .top-row[b-1hfgbpuy6l]  a:hover, .top-row[b-1hfgbpuy6l]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-1hfgbpuy6l]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: auto; 
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1hfgbpuy6l] {
        display: none;
    }

    .top-row.auth[b-1hfgbpuy6l] {
        justify-content: space-between;
    }

    .top-row[b-1hfgbpuy6l]  a, .top-row[b-1hfgbpuy6l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1hfgbpuy6l] {
        flex-direction: row;
    }

    .sidebar[b-1hfgbpuy6l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1hfgbpuy6l] {
        /*Commented output stop fix sticky scroll*/
        /*        position: sticky;*/
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1hfgbpuy6l]  a:first-child {
            margin-right: auto; /* Ensure this is applied */
        }

    .top-row[b-1hfgbpuy6l], article[b-1hfgbpuy6l] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}
/*Commented output stop fix sticky scroll*/
/*main {
    overflow-y: hidden;
}*/
/* /Shared/NavMenu.razor.rz.scp.css */

.sidebar[b-8lc0zsgz7e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
@media (min-width: 641px) {


    .sidebar[b-8lc0zsgz7e] {
        width: 250px;
/*        height: 100vh;*/
        position: sticky;
        top: 0;
    }

}

.navbar-toggler[b-8lc0zsgz7e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8lc0zsgz7e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8lc0zsgz7e] {
    font-size: 1.1rem;
}

.oi[b-8lc0zsgz7e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8lc0zsgz7e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8lc0zsgz7e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8lc0zsgz7e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8lc0zsgz7e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8lc0zsgz7e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8lc0zsgz7e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8lc0zsgz7e] {
        display: none;
    }

    .collapse[b-8lc0zsgz7e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-8lc0zsgz7e] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
