/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5d4hoccd90] {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-areas:
        "aside main";
    grid-template-columns: min-content minmax(0, 1fr);
}


main[b-5d4hoccd90] {
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "header"
        "content";
}

[b-5d4hoccd90] main > header {
    grid-area: head;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding: 0 1rem 0 0;
}

aside[b-5d4hoccd90] {
    grid-area: aside;
    background-color: rgb(18, 63, 106);
    overflow-y: auto;
    transition: width 0.3s ease;
    max-width: 75px;
    font-size: 15px;
}

    aside.expand[b-5d4hoccd90] {
        min-width: 250px;
    }

.content[b-5d4hoccd90] {
    margin: 1rem;
    grid-area: content;
    overflow-y: auto;
    padding: 0;
    transition: padding 0.3s ease;
    transition: box-shadow 0.3s ease;
}


    .content.expand[b-5d4hoccd90] {
        margin: 1rem;
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); */
    }

.toggler[b-5d4hoccd90] {
    background-color: transparent;
    border: none;
    color: azure;
    font-size: 20px;
    margin-bottom: 1rem;
    white-space: nowrap;
    padding: 0;
    font-weight: 500;
    margin-left: -0.25rem;
}
/* /Components/Pages/Admin/Accounts/AccountCodeBulkAdd.razor.rz.scp.css */
.table-collapsed-account-code-bulk[b-jsyds5wrcc] {
    max-height: calc(100vh - 15rem );
    overflow: auto;
}

.expand .table-collapsed-account-code-bulk[b-jsyds5wrcc] {
    max-height: calc(100vh - 15rem - var(--navbar-height) );
    overflow: auto;
}
/* /Components/Pages/Admin/Accounts/AccountCodeMap.razor.rz.scp.css */
select[b-dw55vt0ku1] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-dw55vt0ku1] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-dw55vt0ku1] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-dw55vt0ku1]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-dw55vt0ku1]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-dw55vt0ku1] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-dw55vt0ku1] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-dw55vt0ku1] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }


[b-dw55vt0ku1] .table-collapsed-account-code-map {
    max-height: calc(100vh - 19rem);
    overflow: auto;
}

[b-dw55vt0ku1] .expand .table-collapsed-account-code-map {
    max-height: calc(100vh - 19rem - var(--navbar-height) );
    overflow: auto;
}
/* /Components/Pages/Admin/Company/CompanyPage.razor.rz.scp.css */
select[b-1tao90hk14] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-1tao90hk14] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-1tao90hk14] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-1tao90hk14]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-1tao90hk14]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-1tao90hk14] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-1tao90hk14] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-1tao90hk14] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }
/* /Components/Pages/Admin/Company/ListItems.razor.rz.scp.css */
select[b-02fm4veh0g] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-02fm4veh0g] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-02fm4veh0g] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-02fm4veh0g]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-02fm4veh0g]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-02fm4veh0g] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-02fm4veh0g] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-02fm4veh0g] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }
/* /Components/Pages/Admin/Company/LookupItems.razor.rz.scp.css */
select[b-ctnztoz3ub] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-ctnztoz3ub] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-ctnztoz3ub] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-ctnztoz3ub]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-ctnztoz3ub]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-ctnztoz3ub] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-ctnztoz3ub] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-ctnztoz3ub] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }
/* /Components/Pages/Admin/Company/ParametersTable.razor.rz.scp.css */
/* /Components/Pages/Admin/Settings/JournalDetails/JournalDetails.razor.rz.scp.css */
select[b-0n5pgt8goy] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-0n5pgt8goy] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-0n5pgt8goy] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-0n5pgt8goy]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-0n5pgt8goy]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-0n5pgt8goy] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-0n5pgt8goy] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-0n5pgt8goy] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }
/* /Components/Pages/Admin/Settings/Settings.razor.rz.scp.css */
select[b-n8aabhc434] {
    width: 100%;
    margin-top: 1rem;
}

/* Reset default styles */
select[b-n8aabhc434] {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container styles */
.select-container[b-n8aabhc434] {
    position: relative;
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 8px;
    background-color: #ffffff;
    width: 200px; /* Adjust as needed */
}

    /* Dropdown arrow icon */
    .select-container[b-n8aabhc434]::after {
        content: '\25BC'; /* Unicode for down arrow */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

/* Styling the dropdown list */
select:focus + .select-container[b-n8aabhc434]::after {
    color: #0078d4; /* Fluent UI primary color */
}

select:focus[b-n8aabhc434] {
    border: 1px solid #0078d4; /* Fluent UI primary color */
    box-shadow: 0 0 0 1px #0078d4; /* Fluent UI primary color */
}

/* Style the options */
select option[b-n8aabhc434] {
    background-color: #ffffff;
    color: #333;
}

    /* Style the selected option */
    select option:checked[b-n8aabhc434] {
        background-color: #0078d4; /* Fluent UI primary color */
        color: #fff;
    }
/* /Components/Pages/Admin/Update/UpdatePage.razor.rz.scp.css */

[b-msl3r4p73p] .row {
    margin-left: 0rem;
    margin-right: 0rem;
}


[b-msl3r4p73p] .col {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

[b-msl3r4p73p] .col-4 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

[b-msl3r4p73p] .col-8 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

[b-msl3r4p73p] td {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.alert[b-msl3r4p73p] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  

}

.table-container-update[b-msl3r4p73p] {
    max-width: 1024px;
}

.table-row[b-msl3r4p73p] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/User/Dashboard/Index.razor.rz.scp.css */

.logo[b-1v6cnjckwd] {
 
 
    object-fit: contain;
 
}

td[b-1v6cnjckwd] {
    line-height : 1rem;
    vertical-align: middle;
}
 
div.indicator[b-1v6cnjckwd] {
    width: 1.25em;
    height: 1.25rem;
 
    border-radius: 50%;
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.indicator-green[b-1v6cnjckwd] {     
    background-color: green;  
}
.indicator-yellow[b-1v6cnjckwd] {
    background-color: orange;
}
.indicator-red[b-1v6cnjckwd] {
    background-color: red;
}

table.measures td[b-1v6cnjckwd], th[b-1v6cnjckwd] {
    padding-left: 1rem;
    padding-right: 1rem;
}

table.measures th[b-1v6cnjckwd] {
    background-color: aliceblue;
}
/* /Components/Pages/User/Reports/GLE/GLE.razor.rz.scp.css */
/* /Components/Pages/User/Reports/GLE/JournalDrilldown.razor.rz.scp.css */
/* /Components/Pages/User/Reports/TB/TB.razor.rz.scp.css */
/* /Components/Pages/User/Schedules/SchedulesPage.razor.rz.scp.css */
/* /Components/Shared/NavMenuComponents/NavGroup.razor.rz.scp.css */
ul[b-36mypt9j6b] {
    list-style: none;
    padding-left: 0;
}

 
[b-36mypt9j6b] li {
    padding-left: 1.25rem;
}
 
/* /Components/Shared/NavMenuComponents/NavMenu.razor.rz.scp.css */
ul[b-bfqj241uhm] {
    list-style: none;
    padding: 0;
}

    /* If the menu is collapsed, remove the offset padding for submenus */
    ul.menu-collapsed > li[b-bfqj241uhm]  li {
        padding-left: 0;
    }

[b-bfqj241uhm] li > a {
    display: block;
    /*gap between menu items */
    padding: 0.65rem 0;
}

[b-bfqj241uhm] li {
    border-left: transparent 3px ridge;
}

    [b-bfqj241uhm] li:has( > a.active) {
        background-color: #0288d1;
        font-weight: 500;
    }

[b-bfqj241uhm] a.active {
    color: white;
}

   

[b-bfqj241uhm] li.menu-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.3);
}

[b-bfqj241uhm] a.nav-group:hover {
    color: white;
    background: rgba(255, 255, 255, 0.3);
}

[b-bfqj241uhm] i {
    color: silver;
    width: 3rem;
}


[b-bfqj241uhm] a {
    text-decoration: none;
    color: silver;
    white-space: nowrap;
}

[b-bfqj241uhm] hr{
    margin: 0 0;
}
/* /Components/Shared/VarianceTile.razor.rz.scp.css */
