/* /Components/CancelButton.razor.rz.scp.css */
[b-2efkogupwj] .cancel {
    width: 90px;
    height: 40px;
    font-size: 18px !important;
    letter-spacing: inherit;
    font-weight: 400;
}
/* /Components/DeleteButton.razor.rz.scp.css */
[b-wv5o16gby9] .delete {
    color: #0C60A5;
    border-color: #0C60A5;
}
/* /Components/EditButton.razor.rz.scp.css */
[b-j64pfxqlo8] .edit {
    color: #0C60A5;
    border-color: #0C60A5;
}
/* /Components/PageName.razor.rz.scp.css */
[b-bjvvfgnksx] .page-name {
    color: #0C60A5;
    font-size: var(--co-font-size-22);
    font-weight: var(--co-font-weight-400);
    font-family: var(--co-font-family);
    line-height: var( --co-line-height-15);
    white-space: nowrap;
    background-color: #F5F9FB;
}
/* /Components/SaveButton.razor.rz.scp.css */
.active-button[b-jt3u6s0a3g] {
    background-color: #0C60A5;
    color: white;
    border-radius: 5px;
    width: 60px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    letter-spacing : inherit;
    font-weight : 400;
}


.disable-button[b-jt3u6s0a3g] {
    background-color: grey;
    color: white;
    border-radius: 5px;
    width: 60px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    letter-spacing: inherit;
    font-weight: 400;
    pointer-events: none !important; /* Prevents mouse clicks */
    opacity: 0.6;
}
/* /Components/StoreSelector.razor.rz.scp.css */
/* Remove earlier broad height settings */

/* Container (unchanged) */
.store-dropdown-container[b-70ynb69pz2] {
    height: 50px;
}

[b-70ynb69pz2] .text {
    margin-right: 10px;
    color: #191a1a;
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 22px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0.05rem;
}

/* Width only on root wrapper */
.store-dropdown[b-70ynb69pz2]  .mud-input-root {
    width: 125px;
    box-sizing: border-box;
}

[b-70ynb69pz2] .mud-input.mud-input-outlined {
    width: 125px;
    height: 32px;
}

/* Actual input (outlined) fixed compact height */
.store-dropdown[b-70ynb69pz2]  .mud-input.mud-input-outlined,
.store-dropdown[b-70ynb69pz2]  .mud-input {
    height: 32px;
    min-height: 32px;
    padding: 0 8px !important; /* Reduce vertical padding */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* Slot centers content */
.store-dropdown[b-70ynb69pz2]  .mud-input-slot {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0;
    padding: 0;
    line-height: 1.1;
}

/* Inner text/value */
.store-dropdown[b-70ynb69pz2]  .mud-input-slot .mud-select-input,
.store-dropdown[b-70ynb69pz2]  .mud-input-slot span,
.store-dropdown[b-70ynb69pz2]  .mud-input-slot input {
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

/* List alignment (kept) */
[b-70ynb69pz2] .mud-list-item-text-extended {
    text-align: center !important;
}

[b-70ynb69pz2] .mud-popover .mud-list .mud-list-item {
    justify-content: center !important;
    text-align: center !important;
}

[b-70ynb69pz2] .mud-select-extended .mud-list-item.mud-selected {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0;
}
/* /Components/TerminalCategorySelector.razor.rz.scp.css */
.terminalCategory-dropdown-container[b-1by5qldlwz] {
    height: 50px;
}

[b-1by5qldlwz] .text {
    margin-right: 10px;
    color: #191a1a;
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 22px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0.05rem;
}

/* Width only on root wrapper */
.terminalCategory-dropdown[b-1by5qldlwz]  .mud-input-root {
    width: 125px;
    box-sizing: border-box;
}

[b-1by5qldlwz] .mud-input.mud-input-outlined {
    width: 280px;
    height: 32px;
}

/* Actual input (outlined) fixed compact height */
.terminalCategory-dropdown[b-1by5qldlwz]  .mud-input.mud-input-outlined,
.terminalCategory-dropdown[b-1by5qldlwz]  .mud-input {
    height: 32px;
    min-height: 32px;
    padding: 0 8px !important; /* Reduce vertical padding */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* Slot centers content */
.terminalCategory-dropdown[b-1by5qldlwz]  .mud-input-slot {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0;
    padding: 0;
    line-height: 1.1;
}

    /* Inner text/value */
    .terminalCategory-dropdown[b-1by5qldlwz]  .mud-input-slot .mud-select-input,
    .terminalCategory-dropdown[b-1by5qldlwz]  .mud-input-slot span,
    .terminalCategory-dropdown[b-1by5qldlwz]  .mud-input-slot input {
        margin: 0;
        padding: 0;
        line-height: 1.1;
    }

/* List alignment (kept) */
[b-1by5qldlwz] .mud-list-item-text-extended {
    text-align: center !important;
}

[b-1by5qldlwz] .mud-popover .mud-list .mud-list-item {
    justify-content: center !important;
    text-align: center !important;
}

[b-1by5qldlwz] .mud-select-extended .mud-list-item.mud-selected {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0;
}
/* /Components/TerminalSelector.razor.rz.scp.css */
.terminal-dropdown-container[b-t7sqnf3e0q] {
    height: 50px;
}

[b-t7sqnf3e0q] .text {
    margin-right: 10px;
    color: #191a1a;
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 22px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0.05rem;
}

/* Width only on root wrapper */
.terminal-dropdown[b-t7sqnf3e0q]  .mud-input-root {
    width: 125px;
    box-sizing: border-box;
}

[b-t7sqnf3e0q] .mud-input.mud-input-outlined {
    width: 125px;
    height: 32px;
}

/* Actual input (outlined) fixed compact height */
.terminal-dropdown[b-t7sqnf3e0q]  .mud-input.mud-input-outlined,
.terminal-dropdown[b-t7sqnf3e0q]  .mud-input {
    height: 32px;
    min-height: 32px;
    padding: 0 8px !important; /* Reduce vertical padding */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* Slot centers content */
.terminal-dropdown[b-t7sqnf3e0q]  .mud-input-slot {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0;
    padding: 0;
    line-height: 1.1;
}

    /* Inner text/value */
    .terminal-dropdown[b-t7sqnf3e0q]  .mud-input-slot .mud-select-input,
    .terminal-dropdown[b-t7sqnf3e0q]  .mud-input-slot span,
    .terminal-dropdown[b-t7sqnf3e0q]  .mud-input-slot input {
        margin: 0;
        padding: 0;
        line-height: 1.1;
    }

/* List alignment (kept) */
[b-t7sqnf3e0q] .mud-list-item-text-extended {
    text-align: center !important;
}

[b-t7sqnf3e0q] .mud-popover .mud-list .mud-list-item {
    justify-content: center !important;
    text-align: center !important;
}

[b-t7sqnf3e0q] .mud-select-extended .mud-list-item.mud-selected {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0;
}
/* /Components/TierSelector.razor.rz.scp.css */
[b-ak7t8ez7is] .mud-input {
    height: 32px !important;
}

.dialog[b-ak7t8ez7is] {
    height: 50px;
    width: 100%;
    
}
.co-store[b-ak7t8ez7is] {
    height: 50px;
    width: 200px;
    justify-content: center;
    align-items: center;
}
[b-ak7t8ez7is] .text {
    margin-right: 10px;
    color: #191a1a;
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 22px;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: 0.05rem;
}
/* /Components/UpsertButton.razor.rz.scp.css */
[b-zwp3vaaotc] .Add {
    background-color: #0C60A5;
    color: white;
    font-size: var(--co-font-size-18);
}

[b-zwp3vaaotc] .no-uppercase {
    text-transform: none !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.global-error-bar[b-tmtjyhoj9g] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    border-radius: 0;
    box-shadow: var(--mud-elevation-4);
    /* Ensure text wraps nicely */
    white-space: pre-line;
}
.page[b-tmtjyhoj9g] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    min-width : 500px;
}
.header[b-tmtjyhoj9g] {
    height: 64px;
    width: 100%;  
}

.bodyContainer[b-tmtjyhoj9g] {
    height: calc(100vh - 64px);
    background-color: #F5F9FB;
}

@media (max-width: 599px) {
    /* Styles for Xs */
    .header[b-tmtjyhoj9g] {
        height: 44px;
    }
    .bodyContainer[b-tmtjyhoj9g] {
        height: calc(100vh - 44px);
    }
    .userName[b-tmtjyhoj9g] {
        font-size: var(--co-font-size-14);
    }
}

/* Small devices (tablets) 600px to 959px */
@media (min-width: 600px) and (max-width: 959px) {
    /* Styles for Sm */
    .header[b-tmtjyhoj9g] {
        height: 46px;
    }

    .bodyContainer[b-tmtjyhoj9g] {
        height: calc(100vh - 46px);
    }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
    /* Styles for Md */
    .header[b-tmtjyhoj9g] {
        height: 64px;
    }

    .bodyContainer[b-tmtjyhoj9g] {
        height: calc(100vh - 64px);
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-ix3q6mlxqe] .mud-nav-link{
    padding : 0;
}
[b-ix3q6mlxqe] .mud-nav-item.image  {
    padding: 0;
    width: 150px;
    height: 64px;
}
.userName[b-ix3q6mlxqe] {
    font-size: var(--co-font-size-22);
    font-weight: var(--co-font-weight-400);
    font-family: var(--co-font-family);
    line-height: var( --co-line-height-15);
    margin-right: 18px;
    white-space: nowrap;
    margin-left: 10px;
}

.navbar[b-ix3q6mlxqe] {
    padding: 0;
    background-color: #0C60A5;
    height: 64px;
}

.container-fluid[b-ix3q6mlxqe] {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-text[b-ix3q6mlxqe] {
    font-weight: 650;
    font-size: 30px;
    white-space: nowrap;
    font-size: var(--co-font-size-26);
    text-align: center;
}

@media (max-width: 599px) {
    /* Styles for Xs */
    .header[b-ix3q6mlxqe] {
        height: 44px;
    }
    [b-ix3q6mlxqe] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 44px;
    }
    .meijerLogo[b-ix3q6mlxqe] {
        width: 88px;
        height: 44px;
    }
    .userName[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-14);
    }
    .navbar[b-ix3q6mlxqe] {
        height: 44px;
    }
    .navbar-text[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-18);
    }
}

/* Small devices (tablets) 600px to 959px */
@media (min-width: 600px) and (max-width: 959px) {
    /* Styles for Sm */
    .header[b-ix3q6mlxqe] {
        height: 46px;
    }
    [b-ix3q6mlxqe] .mud-nav-item.image {
        padding: 0;
        width: 120px;
        height: 46px;
    }
    .userName[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-16);
    }
    .meijerLogo[b-ix3q6mlxqe] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-ix3q6mlxqe] {
        height: 46px;
    }
    .navbar-text[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-22);
    }
}

/* Medium devices (small laptops) 960px to 1279px */
@media (min-width: 960px) {
    /* Styles for Md */
    [b-ix3q6mlxqe] .mud-nav-item .meijerLogo {
        width: 118px;
        height: 64px;
    }

    .header[b-ix3q6mlxqe] {
        height: 64px;
    }
    .userName[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-18);
    }
    [b-ix3q6mlxqe] .mud-nav-item.image {
        padding: 0;
        width: 150px;
        height: 64px;
    }
    .meijerLogo[b-ix3q6mlxqe] {
        width: 98px;
        height: 46px;
    }
    .navbar[b-ix3q6mlxqe] {
        height: 64px;
    }
    .navbar-text[b-ix3q6mlxqe] {
        font-size: var(--co-font-size-26);
    }
}
/* /Pages/ChangeOrderStoreSetup.razor.rz.scp.css */
.page[b-dyicx9yt4m] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}

[b-dyicx9yt4m] .co-table th,
[b-dyicx9yt4m] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
}

[b-dyicx9yt4m] .co-table th {
    background-color: #0C60A5;
    color: #E6F0FA !important;
}

[b-dyicx9yt4m] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}
/* /Pages/ChangeOrderStoreUpsertDialog.razor.rz.scp.css */
.title[b-shv59a8nlh] {
    font-size: var(--co-font-size-24) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: 2 !important;
    white-space: nowrap !important;
    color: #095f75 !important;
}

[b-shv59a8nlh] .text-box label {
    font-size: var(--co-font-size-26) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-15) !important;
    white-space: nowrap !important;
    color: #3c5b75 !important;
}

[b-shv59a8nlh] .text-box input {
    font-size: var(--co-font-size-18) !important;
    font-weight: 350 !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-10) !important;
    white-space: nowrap !important;
    color: #333333 !important;
    border-bottom: 2px solid #0C60A5 !important;
    height: 35px !important;
    padding-bottom: 0px !important;
}



    [b-shv59a8nlh] .text-box input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid black;
    }
[b-shv59a8nlh] .mud-input-control-input-container{
    height: 80px !important;
}
/* /Pages/ChangeOrderTierSetup.razor.rz.scp.css */
.page[b-tcfkhww2j0] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}
[b-tcfkhww2j0] .add-tier {
    background-color: #0C60A5;
    color: white;
}
[b-tcfkhww2j0] .edit-button {
    color: #0C60A5;
    border-color: #0C60A5;
}

[b-tcfkhww2j0] .co-table th,
[b-tcfkhww2j0] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
}

[b-tcfkhww2j0] .co-table th {
    background-color: #0C60A5 !important;
    color: #E6F0FA !important;
}

[b-tcfkhww2j0] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}

[b-tcfkhww2j0] .responsive-stack {
    flex-direction: row !important;
}

@media (max-width: 990px) {
    [b-tcfkhww2j0] .responsive-stack {
        flex-direction: column !important;
    }
}
/* /Pages/ChangeOrderTierUpsertDialog.razor.rz.scp.css */
.title[b-oys9cz0khz] 
{
    font-size: var(--co-font-size-24) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var(--co-line-height-15) !important;
    white-space: nowrap !important;
    color: #095f75 !important;
}

[b-oys9cz0khz] .text-box label 
{
    font-size: var(--co-font-size-22) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var(--co-line-height-15) !important;
    white-space: nowrap !important;
    color: #3c5b75 !important;
}

[b-oys9cz0khz] .text-box input 
{
    font-size: var(--co-font-size-14) !important;
    font-weight: 350 !important;
    font-family: var(--co-font-family) !important;
    line-height: var(--co-line-height-10) !important;
    white-space: nowrap !important;
    color: #333333 !important;
    border-bottom: 2px solid #0C60A5 !important;
}

[b-oys9cz0khz] .text-box input :focus 
{
    outline: none;
        box-shadow: none;
        border-bottom: 1px solid black;
}
/* /Pages/CheckLanesDrawerBaseSetup.razor.rz.scp.css */
[b-jqlm2aw3r7] .responsive-stack {
    flex-direction: row !important;
}

@media (max-width: 990px) {
    [b-jqlm2aw3r7] .responsive-stack {
        flex-direction: column !important;
    }
}
.page[b-jqlm2aw3r7] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}

[b-jqlm2aw3r7] .co-table th,
[b-jqlm2aw3r7] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
}

[b-jqlm2aw3r7] .co-table th {
    background-color: #0C60A5 !important;
    color: #E6F0FA !important;
    z-index: 1;
    position: sticky;
}

[b-jqlm2aw3r7] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}
/* /Pages/CheckLanesDrawerLimitSetup.razor.rz.scp.css */
.page[b-0hgu5w6eba] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
}

[b-0hgu5w6eba] .add-tier {
    background-color: #0C60A5;
    color: white;
}

[b-0hgu5w6eba] .edit-button {
    color: #0C60A5;
    border-color: #0C60A5;
}

[b-0hgu5w6eba] .co-table th,
[b-0hgu5w6eba] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

[b-0hgu5w6eba] .co-table th {
    background-color: #0C60A5 !important;
    color: #E6F0FA !important;
    z-index: 1;
    position: sticky;
}

[b-0hgu5w6eba] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}

[b-0hgu5w6eba] .co-table-sm {
    max-width: 1200px;
    margin: auto;
}
/* /Pages/DrawerBaseUpsertDialog.razor.rz.scp.css */
.title[b-uj7gtehtdh] {
    font-size: var(--co-font-size-24) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: 2 !important;
    white-space: nowrap !important;
    color: #095f75 !important;
}

[b-uj7gtehtdh] .text-box label {
    font-size: var(--co-font-size-26) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-15) !important;
    white-space: nowrap !important;
    color: #3c5b75 !important;
}

[b-uj7gtehtdh] .text-box input {
    font-size: var(--co-font-size-18) !important;
    font-weight: 350 !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-10) !important;
    white-space: nowrap !important;
    color: #333333 !important;
    border-bottom: 2px solid #0C60A5 !important;
    height: 35px !important;
    padding-bottom: 0px !important;
}



    [b-uj7gtehtdh] .text-box input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid black;
    }

[b-uj7gtehtdh] .mud-input-control-input-container {
    height: 80px !important;
}
/* /Pages/DrawerLimitUpsertDialog.razor.rz.scp.css */
.title[b-rxvdh411ti] {
    font-size: var(--co-font-size-24) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: 2 !important;
    white-space: nowrap !important;
    color: #095f75 !important;
}

[b-rxvdh411ti] .text-box label {
    font-size: var(--co-font-size-26) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-15) !important;
    white-space: nowrap !important;
    color: #3c5b75 !important;
}

[b-rxvdh411ti] .text-box input {
    font-size: var(--co-font-size-18) !important;
    font-weight: 350 !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-10) !important;
    white-space: nowrap !important;
    color: #333333 !important;
    border-bottom: 2px solid #0C60A5 !important;
    height: 35px !important;
    padding-bottom: 0px !important;
}



    [b-rxvdh411ti] .text-box input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid black;
    }
[b-rxvdh411ti] .mud-input-control-input-container{
    height: 80px !important;
}
/* /Pages/EmailConfigurationSetup.razor.rz.scp.css */
.page[b-9i3v2tf3um] {
    background-color: #F5F9FB;
    height: 100%;
    box-sizing: border-box;
    overflow-y:hidden;
    overflow-x:auto;
}
[b-9i3v2tf3um] .add-tier {
    background-color: #0C60A5;
    color: white;
}
[b-9i3v2tf3um] .edit-button {
    color: #0C60A5;
    border-color: #0C60A5;
}

[b-9i3v2tf3um] .co-table th,
[b-9i3v2tf3um] .co-table td {
    font-family: Source Sans Pro, Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px;
}

[b-9i3v2tf3um] .co-table th {
    background-color: #0C60A5;
    color: #E6F0FA !important;
}

[b-9i3v2tf3um] .co-table tr {
    background-color: #f5f5ff;
    border-radius: 8px;
}

[b-9i3v2tf3um] .mud-table-head th {
    background-color: #0C60A5 !important;
    color: #E6F0FA !important;
    font-family: "Source Sans Pro", Helvetica Neue, tahoma, arial, sans-serif !important;
    font-size: 20px !important;
}
/* /Pages/EmailConfigurationUpsertDialog.razor.rz.scp.css */
.title[b-b0yye6wrjn] 
{
    font-size: var(--co-font-size-24) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-15) !important;
    white-space: nowrap !important;
    color: #095f75 !important;
}

[b-b0yye6wrjn] .text-box label 
{
    font-size: var(--co-font-size-22) !important;
    font-weight: var(--co-font-weight-400) !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-15) !important;
    white-space: nowrap !important;
    color: #3c5b75 !important;
}

[b-b0yye6wrjn] .text-box input 
{
    font-size: var(--co-font-size-14) !important;
    font-weight: 350 !important;
    font-family: var(--co-font-family) !important;
    line-height: var( --co-line-height-10) !important;
    white-space: nowrap !important;
    color: #333333 !important;
    border-bottom: 2px solid #0C60A5 !important;
}

[b-b0yye6wrjn] .text-box input :focus 
{
    outline: none;
        box-shadow: none;
        border-bottom: 1px solid black;
}

[b-b0yye6wrjn] .mud-input-control {
    height: 70px !important;
}
/* /Pages/Home.razor.rz.scp.css */
[b-dpml6ky433] .menu-wrapper {
    background-color: #F5F9FB;
    border-color: #d3d7db;
    width: 60%;
    min-width: 490px;
}

[b-dpml6ky433] .menu-item:hover .arrow-icon,
[b-dpml6ky433] .menu-item.default-hover .arrow-icon {
    opacity: 1;
}

[b-dpml6ky433] .mud-nav-item.menu-link {
    padding-right:26px;
    padding-left :12px;
    background: none !important;
}

[b-dpml6ky433] .mud-nav-link {
    background: none !important;
    height: 100%;
    align-items: center;
}

[b-dpml6ky433] .menu-divider {
    border-color: #e1e4e8 !important;
}

[b-dpml6ky433] .menu-item {
    position: relative;
    color: #0C60A5;
    font-weight: 600;
    background-color: #F5F9FB;
    border-color: transparent;
    transition: all 0.3s ease;
    font-family: var(--co-font-family);
    font-size: 1.5rem;
    z-index: 1;
    height: 70px;
}

    /* Hover style */
    [b-dpml6ky433] .menu-item:hover {
        background-color: #e1ecf9;
    }

        [b-dpml6ky433] .menu-item:hover::before {
            background-color: #0C60A5;
        }

/* Default hover style on the first menu */
[b-dpml6ky433] .menu-wrapper:not(:hover) .menu-item.default {
    background-color: #e1ecf9;
}

    [b-dpml6ky433] .menu-wrapper:not(:hover) .menu-item.default::before {
        background-color: #0C60A5;
    }

/* Decorative left border */
[b-dpml6ky433] .menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    z-index: -1;
}

/* Rounded corners for first and last */
[b-dpml6ky433] .menu-item.first:hover::before,
[b-dpml6ky433] .menu-wrapper:not(:hover) .menu-item.first.default::before {
    border-top-left-radius: 8px;
}

[b-dpml6ky433] .menu-item.last:hover::before,
[b-dpml6ky433] .menu-wrapper:not(:hover) .menu-item.last.default::before {
    border-bottom-left-radius: 8px;
}

.no-access[b-dpml6ky433] {
    color: red;
    margin-top: 25px;
    font-weight: 600;
}
/* /Pages/MailIdConfiguration.razor.rz.scp.css */
h3[b-ice0py1c4m] {
    color: black;
}
