/* /Layouts/BaseLayout.razor.rz.scp.css */
.page[b-dlb74qlh1b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dlb74qlh1b] {
    flex: 1;
}

.sidebar[b-dlb74qlh1b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dlb74qlh1b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dlb74qlh1b]  a, .top-row[b-dlb74qlh1b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dlb74qlh1b]  a:hover, .top-row[b-dlb74qlh1b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dlb74qlh1b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dlb74qlh1b] {
        display: none;
    }

    .top-row.auth[b-dlb74qlh1b] {
        justify-content: space-between;
    }

    .top-row[b-dlb74qlh1b]  a, .top-row[b-dlb74qlh1b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dlb74qlh1b] {
        flex-direction: row;
    }

    .sidebar[b-dlb74qlh1b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dlb74qlh1b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dlb74qlh1b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dlb74qlh1b], article[b-dlb74qlh1b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layouts/BaseMenuLayout.razor.rz.scp.css */
.page[b-21kitq6ayb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-21kitq6ayb] {
    flex: 1;
}

.sidebar[b-21kitq6ayb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-21kitq6ayb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-21kitq6ayb]  a, .top-row[b-21kitq6ayb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-21kitq6ayb]  a:hover, .top-row[b-21kitq6ayb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-21kitq6ayb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-21kitq6ayb] {
        display: none;
    }

    .top-row.auth[b-21kitq6ayb] {
        justify-content: space-between;
    }

    .top-row[b-21kitq6ayb]  a, .top-row[b-21kitq6ayb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-21kitq6ayb] {
        flex-direction: row;
    }

    .sidebar[b-21kitq6ayb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-21kitq6ayb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-21kitq6ayb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-21kitq6ayb], article[b-21kitq6ayb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.current-organization-name[b-21kitq6ayb] {
    font-size: 28px; /* Larger font size for prominence */
    font-weight: 700; /* Bold font weight */
    color: #377dff; /* Color matching the theme */
    margin-right: 20px; /* Increased spacing between organization name and OfficeSeries */
    
}

.no-underline[b-21kitq6ayb], .no-underline:hover[b-21kitq6ayb] {
    text-decoration: none !important;
}



.office-series-name[b-21kitq6ayb] {
    text-decoration: none;
    color: #6c757d; /* More subdued color */
    font-size: 18px; /* Smaller font size */
    font-weight: 400; /* Normal font weight for a less prominent appearance */
    opacity: 0.8; /* Slightly lower opacity for a more subdued look */
    vertical-align: middle; /* Adjust vertical alignment */
    position: relative;
    top: 2px; /* Slightly lower the position */
}

/* /Layouts/SecurityLayout.razor.rz.scp.css */
.page[b-hnbwyv6hra] {
    position: relative;
    display: flex;
    flex-direction: column;
}


main[b-hnbwyv6hra] {
    flex: 1;

}

.sidebar[b-hnbwyv6hra] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hnbwyv6hra] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hnbwyv6hra]  a, .top-row[b-hnbwyv6hra]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hnbwyv6hra]  a:hover, .top-row[b-hnbwyv6hra]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hnbwyv6hra]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hnbwyv6hra] {
        display: none;
    }

    .top-row.auth[b-hnbwyv6hra] {
        justify-content: space-between;
    }

    .top-row[b-hnbwyv6hra]  a, .top-row[b-hnbwyv6hra]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hnbwyv6hra] {
        flex-direction: row;
    }

    .sidebar[b-hnbwyv6hra] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hnbwyv6hra] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hnbwyv6hra]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hnbwyv6hra], article[b-hnbwyv6hra] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Main/DirectoryDomainsAddDialog.razor.rz.scp.css */
h2[b-xk6459bab7]{
    font-weight:bold;
    font-size:1.1em;
}
h3[b-xk6459bab7]{
    margin-top:30px;
}
.console[b-xk6459bab7] {
    background-color: #000;
    color: #0f0;
    padding: 10px;
    font-family: monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.timeline[b-xk6459bab7] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline-step[b-xk6459bab7] {
    margin-bottom: 25px;
    position: relative;
}

    .timeline-step[b-xk6459bab7]::before {
        content: '';
        background: #ddd;
        position: absolute;
        left: 15px;
        width: 2px;
        height: 100%;
        z-index: -1;
    }

.timeline-icon[b-xk6459bab7] {
    background: #ddd;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

.timeline-content[b-xk6459bab7] {
    margin-left: 50px;
}

/* /Pages/Samples/GroupsMenuComponent.razor.rz.scp.css */
[b-8uxuxkul3x] i.rzi.rz-navigation-item-icon-children  {
    visibility: hidden;
    width: 0px;
    color: dodgerblue;
}

h1[b-8uxuxkul3x]{
    color:red;
}
/* /Pages/Samples/NavMenuOrig.razor.rz.scp.css */
.navbar-toggler[b-ll30oun993] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ll30oun993] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ll30oun993] {
    font-size: 1.1rem;
}

.oi[b-ll30oun993] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ll30oun993] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ll30oun993] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ll30oun993] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ll30oun993]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ll30oun993]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ll30oun993]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ll30oun993] {
        display: none;
    }

    .collapse[b-ll30oun993] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/Security/SignIn.razor.rz.scp.css */
.account-type-tile[b-xm99kyye6i] {
    cursor: pointer;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    min-width: 350px;
    transition: background-color 0.3s ease;
}

    .account-type-tile:hover[b-xm99kyye6i] {
        background-color: #e9e9e9;
    }
/* /Pages/Security/SwitchOrganization.razor.rz.scp.css */
/* Add this to wwwroot/css/app.css or SwitchOrganization.razor.css */
.tenant-tiles[b-iyaxwkm6gx] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Increased gap for better spacing */
    justify-content: start; /* Align tiles to the start */
}

/* General tile styling */
.tenant-tile[b-iyaxwkm6gx] {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

    /* Hover effect for non-current tenants */
    .tenant-tile:not(.current-tenant):hover[b-iyaxwkm6gx] {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    /* Styling for the current tenant */
    .tenant-tile.current-tenant[b-iyaxwkm6gx] {
        border-color: #007bff;
        border-width: 1px; /* Adjusted width of the highlighted border */
        cursor: default; /* Changes cursor to default to indicate non-interactivity */
    }

/* Icon styling */
.material-icons[b-iyaxwkm6gx] {
    font-size: 24px;
}

/* Current tenant icon */
.current-icon[b-iyaxwkm6gx] {
    color: #007bff;
}

/* /Pages/SignUp/SignUp.razor.rz.scp.css */
/* /Pages/SignUp/WarningMessage.razor.rz.scp.css */

div[b-7x51jftpkl]{
    color: orangered;  
}
/* /Pages/Teams/TeamsMenuComponent.razor.rz.scp.css */
[b-yzl3w55uln] i.rzi.rz-navigation-item-icon-children  {
    visibility: hidden;
    width: 0px;
    color: dodgerblue;
}

h1[b-yzl3w55uln]{
    color:red;
}
/* /Pages/Teams/TimesheetReports/TeamTimeReportOptionsSelectionAutoRefresh.razor.rz.scp.css */
.small-apply-button[b-jzpltngrn4] {
    margin: 0;
}


.top-menu[b-jzpltngrn4] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 45px;
    flex-wrap: wrap;
    padding: 6px;
    box-shadow: 0 2px 8px #cccccc;
    background-color: #ebebeb;
}

.menu-item[b-jzpltngrn4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
    background-color: white;
}

    .menu-item:hover[b-jzpltngrn4] {
        transform: scale(1.05);
        background-color: #e9ecef;
        background-color: white;
    }

    .menu-item img materialicons[b-jzpltngrn4] {
        width: 1.6rem;
        margin-bottom: 50px;
    }


    .menu-item h5[b-jzpltngrn4] {
        margin: 0;
        font-size: 0.875rem;
        color: #333;
    }

    .menu-item p[b-jzpltngrn4] {
        margin: 3px 0;
        font-size: 0.75rem;
        color: #666;
    }

    .menu-item button[b-jzpltngrn4] {
        margin-top: 5px;
        font-size: 0.75rem;
    }

    .menu-item.active[b-jzpltngrn4] {
        transform: scale(1.05);
        /* background-color: lightgrey;*/
        background-color: #d1e7dd;
        border: 1px solid #87c0a5;
    }
/* /Pages/Teams/TimesheetReports/TeamTimesheetReportHeader.razor.rz.scp.css */
.report-header[b-noqrsrskyv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 20px;
    border: 1px solid #dae0e7;
}

    .report-header h1[b-noqrsrskyv] {
        font-size: 1.7em;
        font-weight: 600;
        padding-top: 10px;
        padding-left: 8px;
    }

    .report-header h3[b-noqrsrskyv] {
        font-size: 0.9rem;
        margin: 0 10px 0 0;
        flex: 1 1 100%;
        padding-left: 9px;
    }

    .report-header p[b-noqrsrskyv] {
        margin: 5px 10px;
        flex: 1 1 auto;
    }

        .report-header p strong[b-noqrsrskyv] {
            font-weight: bold;
        }
/* /Pages/Teams/TimesheetReports/TeamTimesheetReports.razor.rz.scp.css */
.top-menu[b-zbm0eom15d] {
    display: flex;
    gap: 10px;
    background-color: #f8f9fa;
    padding: 5px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 1px;
}

.menu-item[b-zbm0eom15d] {
    display: flex;
    flex-direction: column;
    padding:12px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
    border-radius: 4px;
    
}

    .menu-item:hover[b-zbm0eom15d] {
        transform: scale(1.05);
        background-color: #e9ecef;
    }
    .menu-item .material-icons[b-zbm0eom15d] {
        font-size: 20px; /* Adjust the size of the icon */
        margin-bottom: 8px;
    }
    .menu-item img[b-zbm0eom15d] {
        width: 2rem;
        width:20px;
        margin-bottom: 5px;
    }

    .menu-item h5[b-zbm0eom15d] {
        margin: 0;
        font-size: 0.859rem;
        color: #333;
    }

    .menu-item p[b-zbm0eom15d] {
        margin: 3px 0;
        font-size: 0.75rem;
        color: #666;
    }

    .menu-item button[b-zbm0eom15d] {
        margin-top: 5px;
        font-size: 0.75rem;
    }

    .menu-item.active[b-zbm0eom15d] {
        background-color: #d1e7dd;
        transform: scale(1.05);
    }
/* /Pages/Timesheets/Reports/TimesheetReports.razor.rz.scp.css */

.top-menu[b-5ed6ucvbpg] {
    display: flex;
    justify-content: flex-start; /* Align items to the left */
    /* align-items: flex-start;*/
    background-color: #f8f9fa;
    padding: 5px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    background-color: #ebebeb;
}

.menu-item[b-5ed6ucvbpg] {
    display: flex;
    flex-direction: column;
    text-align: left; /* Align text to the left */
    padding: 5px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
    /*border-radius: 5px;*/
    padding:6px;
    min-width:180px;
    margin-right: 20px; /* Add some space between items */
    background-color:white;
}

    .menu-item:hover[b-5ed6ucvbpg] {
        transform: scale(1.05);
        background-color: aliceblue;
    }

    .menu-item img[b-5ed6ucvbpg] {
        width: 2rem;
        margin-bottom: 5px;
    }

    .menu-item h5[b-5ed6ucvbpg] {
        margin: 0;
        font-size: 0.875rem;
        color: #333;
    }

    .menu-item p[b-5ed6ucvbpg] {
        margin: 3px 0;
        font-size: 0.75rem;
        color: #666;
    }

    .menu-item button[b-5ed6ucvbpg] {
        margin-top: 5px;
        font-size: 0.75rem;
    }

    .menu-item.active[b-5ed6ucvbpg] {
        background-color: #d7eae1; /* Complementary color of #d1e7dd */
        color: white;
        transform: scale(1.05);
        border: 1px solid #86c1a5;
    }
/* /Pages/Timesheets/TimesheetEntryGridView.razor.rz.scp.css */

.table-container[b-4s10990ju0] {
    display: inline-block; /* Set the display to inline-block */
    max-width: 100%; /* Limit the width to the available space */
    overflow: auto; /* Add horizontal scroll if necessary */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow */
    padding: 10px 25px 10px 15px; /* Adjust padding as needed */
    margin: 10px; /* Add margin for spacing */
    background-color: #F9F9F9; /* Optional background color */
    border-radius:3px;

}


.delete-button[b-4s10990ju0] {
     /* Light gray background */
    border: none; /* Remove border */
    color: #f44336; /* Red text */
    width: 20px; /* Width of the button */
    height: 20px; /* Height of the button */
    cursor: pointer;
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);*/ /* Slightly raised effect */
    /*transition: background-color 0.3s ease, box-shadow 0.3s ease;*/
}

    .delete-button:hover[b-4s10990ju0] {
        background-color: #E0E0E0; /* Darker gray background on hover */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* More raised effect on hover */
    }

    .delete-button i[b-4s10990ju0] {
        font-size: 14px;
    }



.date-tile[b-4s10990ju0] {
    width: 100%; /* Full width of the parent */
    height: 80px; /* Height of the tile */
    background-color: #F0F0F0; /* Light gray background */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    border-radius: 0; /* No rounded corners */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Slightly raised effect */
    border-right: 1px solid #E0E0E0; /* Thin light gray border on the right */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none; /* Remove underline */
    color: inherit; /* Use parent's text color */
}

    .date-tile:hover[b-4s10990ju0] {
        background-color: #E0E0E0; /* Darker gray background on hover */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* More raised effect on hover */
    }

    .date-tile:last-child[b-4s10990ju0] {
        border-right: none; /* No border on the right for the last tile */
    }

.timesheet-hours-input[b-4s10990ju0] {
    width: 65px;
}

    .timesheet-hours-input.has-value[b-4s10990ju0] {
        background-color: #D1E8E6;
        font-weight: 600;
    }

    .timesheet-hours-input.no-value[b-4s10990ju0] {
        background-color: #FFFFFF;
    }

.note-icon[b-4s10990ju0] {
    font-size: 16px;
    margin-left:2px;
}
    .note-icon.empty[b-4s10990ju0] {
        color: grey;
    }

    .note-icon.filled[b-4s10990ju0] {
        color: mediumseagreen;
    }

    .note-icon.hover[b-4s10990ju0] {
        cursor: pointer;
    }

    .note-icon.size[b-4s10990ju0] {
        font-size: 12px;
    }
.time-entry-info[b-4s10990ju0] {
    color: #FF8C00; 
/*    color:darkgrey;*/
    font-size: 14px;
    cursor: pointer;
    margin-left:2px;
}

/* /Pages/Timesheets/TimesheetMenu.razor.rz.scp.css */

.top-menu[b-wjjxy6pmix] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f8f9fa;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.menu-item[b-wjjxy6pmix] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
    transition: transform 0.2s, background-color 0.2s;
    cursor: pointer;
    border-radius: 5px;
}

    .menu-item:hover[b-wjjxy6pmix] {
        transform: scale(1.05);
        background-color: #e9ecef;
    }

    .menu-item img[b-wjjxy6pmix] {
        width: 2rem;
        margin-bottom: 5px;
    }

    .menu-item h5[b-wjjxy6pmix] {
        margin: 0;
        font-size: 0.875rem;
        color: #333;
    }

    .menu-item p[b-wjjxy6pmix] {
        margin: 3px 0;
        font-size: 0.75rem;
        color: #666;
    }

    .menu-item button[b-wjjxy6pmix] {
        margin-top: 5px;
        font-size: 0.75rem;
    }

    .menu-item.active[b-wjjxy6pmix] {
        background-color: #d1e7dd;
        transform: scale(1.05);
    }


/* /Pages/Timesheets/TimesheetProjectAllocations.razor.rz.scp.css */
h2[b-m1judywv8q] {
    font-family: 'Arial', sans-serif;
    text-align: left;
    font-size:1.2em;
}

.table[b-m1judywv8q]{
    max-width:1900px;
}

.table-bordered[b-m1judywv8q] {
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-spacing: 5px;
    background-color: #f8f9fa; /* Light gray */
}

    .table-bordered th[b-m1judywv8q],
    .table-bordered td[b-m1judywv8q] {
        border: 1px solid #dee2e6;
        padding: 10px;
    }

    .table-bordered thead th[b-m1judywv8q] {
        border-bottom-width: 2px;
        width: 25px; /* Reduce the width of the date columns */
        text-align: center;
    }

.project-column[b-m1judywv8q] {
    width: 480px;
    font-weight: bold;
    background-color: #f8f9fa; /* Light gray */
    border-right: 2px solid #dee2e6; /* Add a right border */
}

.allocation-column[b-m1judywv8q] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:200px;
    padding-left: 10px; /* Add some padding to the left of the allocation column */
}

    .allocation-column .allocation-info[b-m1judywv8q] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .allocation-column .allocation-period[b-m1judywv8q] {
        margin-top: 5px;
    }

    .allocation-column .material-icons[b-m1judywv8q] {
        cursor: pointer;
        color: #006400; /* Dark green */
    }

.allocation-cell[b-m1judywv8q] {
    background-color: #98FB98; /* Pale green */
    color: #006400; /* Dark green */
}

.no-allocation[b-m1judywv8q] {
    color: #dcdcdc; /* Slightly darker than the background */
    font-weight: 600; /* Slightly bold */
    text-align: center;
    vertical-align: middle;
}
/* /Shared/Auto/AutoDisplayForm.razor.rz.scp.css */
.loader1[b-j1zavmckbq] {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: keyframes1-b-j1zavmckbq 1s linear infinite;
}

@keyframes keyframes1-b-j1zavmckbq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader2[b-j1zavmckbq] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: keyframes2-b-j1zavmckbq 2s infinite linear alternate;
}

@keyframes keyframes2-b-j1zavmckbq {
    0% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0D6EFD
    }

    33% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0D6EFD
    }
}

.loader3[b-j1zavmckbq] {
    width: 80px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#0D6EFD 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: keyframes3-b-j1zavmckbq 1.75s infinite linear;
}

@keyframes keyframes3-b-j1zavmckbq {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}
/* /Shared/Auto/AutoEditForm.razor.rz.scp.css */
div:focus-visible[b-vq06afqdhr] {
    outline: none;
}


.loader1[b-vq06afqdhr] {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: keyframes1-b-vq06afqdhr 1s linear infinite;
}

@keyframes keyframes1-b-vq06afqdhr {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader2[b-vq06afqdhr] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: keyframes2-b-vq06afqdhr 2s infinite linear alternate;
}

@keyframes keyframes2-b-vq06afqdhr {
    0% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0D6EFD
    }

    33% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0D6EFD
    }
}

.loader3[b-vq06afqdhr] {
    width: 80px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#0D6EFD 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: keyframes3-b-vq06afqdhr 1.75s infinite linear;
}

@keyframes keyframes3-b-vq06afqdhr {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}
/* /Shared/Auto/AutoHeader.razor.rz.scp.css */
.auto-header[b-rwr8nny6r1] {
    margin-bottom: 20px;
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

    .auto-header h1[b-rwr8nny6r1] {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .auto-header h2[b-rwr8nny6r1] {
        font-size: 1.1em;
        /*color: gray;*/
        margin-top: 12px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .auto-header i[b-rwr8nny6r1] {
        font-size: 1em;
        vertical-align: middle;
        font-weight: normal;
    }
/* /Shared/Auto/Loading.razor.rz.scp.css */
.loader1[b-665epekwwq] {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: keyframes1-b-665epekwwq 1s linear infinite;
}

@keyframes keyframes1-b-665epekwwq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader2[b-665epekwwq] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: keyframes2-b-665epekwwq 2s infinite linear alternate;
}

@keyframes keyframes2-b-665epekwwq {
    0% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0D6EFD
    }

    33% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0D6EFD
    }
}

.loader3[b-665epekwwq] {
    width: 80px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#0D6EFD 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: keyframes3-b-665epekwwq 1.75s infinite linear;
}

@keyframes keyframes3-b-665epekwwq {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}
/* /Shared/Auto/Loading2.razor.rz.scp.css */
.loader1[b-tuccnwr1pd] {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: keyframes1-b-tuccnwr1pd 1s linear infinite;
}

@keyframes keyframes1-b-tuccnwr1pd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader2[b-tuccnwr1pd] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: keyframes2-b-tuccnwr1pd 2s infinite linear alternate;
}

@keyframes keyframes2-b-tuccnwr1pd {
    0% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0D6EFD
    }

    33% {
        box-shadow: 20px 0 #0D6EFD, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #0D6EFD;
        background: #0D6EFD
    }
}

.loader3[b-tuccnwr1pd] {
    width: 80px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#0D6EFD 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: keyframes3-b-tuccnwr1pd 1.75s infinite linear;
}

@keyframes keyframes3-b-tuccnwr1pd {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}
