@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Authentication/SignInModal.razor.rz.scp.css */
.sign-in-content[b-hc2g5ywnp9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
}

.sign-in-text[b-hc2g5ywnp9] {
    font-size: larger;
    text-align: center;
}

.fa-dropbox[b-hc2g5ywnp9] {
    font-size: 3rem;
}
/* /Components/Common/ModalBase.razor.rz.scp.css */
.modal-background[b-1957c37x30] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-window[b-1957c37x30] {
    top: 10vh;
    max-height: 80vh;
    margin: 0 auto;
    background-color: white;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.modal-content[b-1957c37x30] {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: none;
}
/* /Components/Common/NavMenu.razor.rz.scp.css */
.nav-item[b-jclex3utum] {
    margin-right: 1.5rem;
    padding: 0.5rem;
    border-radius: 1rem;
}

    .nav-item[b-jclex3utum]  a.active .nav-text {
        color: white;
    }

    .nav-item:hover[b-jclex3utum] {
        background-color: rgba(200,200,200, 0.1);
    }

.nav-text[b-jclex3utum] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
}

    .nav-text > *[b-jclex3utum] {
        margin-right: 0.5rem;
    }

.access-warning[b-jclex3utum] {
    background: #F9A38A;
    margin: -2rem 0 1rem 0;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
}
/* /Components/Employees/AddEmployeeComponent.razor.rz.scp.css */
.modal-buttons[b-95efh41bbm]
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}

.edit-field[b-95efh41bbm]
{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.edit-content[b-95efh41bbm]{
    display: flex;
    flex-direction: column;
}
/* /Components/Employees/DeleteEmployeeComponent.razor.rz.scp.css */
.delete-model-content[b-mhaw0yrtsx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.employee-info-container[b-mhaw0yrtsx] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    text-align: center;
}

.employee-info[b-mhaw0yrtsx] {
    padding: 0.5rem;
    background-color: #ededed;
    border-radius: 0.5rem;
    width: 100%;
}

.info-group[b-mhaw0yrtsx]{
    margin: 0.5rem;
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.modal-buttons[b-mhaw0yrtsx] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}
/* /Components/Employees/EditEmployeeComponent.razor.rz.scp.css */
.modal-buttons[b-31bipt0psv] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}

.edit-field[b-31bipt0psv] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.edit-content[b-31bipt0psv] {
    display: flex;
    flex-direction: column;
}
/* /Components/Employees/EmployeeComponent.razor.rz.scp.css */
.card-body[b-3vixvwzws4] {
    background-color: #ededed;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 2px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    text-align: center;
}

.employee-info[b-3vixvwzws4] {
    padding: 0.5rem;
    background-color: white;
    border-radius: 0.5rem;
    width: 100%;
    border: 1px solid black;
}

.info-group[b-3vixvwzws4] {
    margin-right: 0.5rem;
    flex: 4 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.button-group[b-3vixvwzws4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex: 1 1 auto;
}

.icon-button[b-3vixvwzws4]{
    padding-top: 0.5rem;
}
/* /Components/Reports/EditReportSideBar.razor.rz.scp.css */
.sidebar[b-btw92kxgpf] {
    background-color: #555555;
    color: white;

    width: 250px;
    height: 91.2vh;

    border-right: 2px solid black;

    margin-top: -1.5rem;
    padding: 1.5rem 0.5rem 1rem 0.5rem;

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.settings-group[b-btw92kxgpf] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 3rem;
    gap: 2px;
}

.checkbox[b-btw92kxgpf] {
display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}
/* /Components/Reports/EditWorkdayComponent.razor.rz.scp.css */

.info-row[b-jwz1vvs2n5] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    justify-items: center;
    align-items: end;
    flex: 1 1 auto;
    margin-bottom: 0.5rem;
}

.info-group[b-jwz1vvs2n5] {
    margin-right: 0.5rem;
    flex: 4 1 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}

.button-group[b-jwz1vvs2n5] {
    flex: 1 1 10%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.hr[b-jwz1vvs2n5] {
    border-top: 3px dashed #bbb;
}
/* /Components/Vehicles/AddVehicleComponent.razor.rz.scp.css */
.modal-buttons[b-9bjqvzkyg2] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}

.edit-field[b-9bjqvzkyg2] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.edit-content[b-9bjqvzkyg2] {
    display: flex;
    flex-direction: column;
}
/* /Components/Vehicles/DeleteVehicleComponent.razor.rz.scp.css */
.delete-modal-content[b-wwhvv0179b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.vehicle-info-container[b-wwhvv0179b] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    text-align: center;
}

.vehicle-info[b-wwhvv0179b] {
    padding: 0.5rem;
    background-color: #ededed;
    border-radius: 0.5rem;
    width: 100%;
}

.info-group[b-wwhvv0179b] {
    margin: 0.5rem;
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.modal-buttons[b-wwhvv0179b] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}
/* /Components/Vehicles/EditVehicleComponent.razor.rz.scp.css */
.modal-buttons[b-v5vb85ppcy] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 3rem;
    gap: 0.5rem;
}

.edit-field[b-v5vb85ppcy] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.edit-content[b-v5vb85ppcy] {
    display: flex;
    flex-direction: column;
}
/* /Components/Vehicles/VehicleComponent.razor.rz.scp.css */
.card-body[b-ve4q7xzn5w] {
    background-color: #ededed;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 2px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    text-align: center;
}

.vehicle-info[b-ve4q7xzn5w] {
    padding: 0.5rem;
    background-color: white;
    border-radius: 0.5rem;
    width: 100%;
    border: 1px solid black;
}

.info-group[b-ve4q7xzn5w] {
    margin-right: 0.5rem;
    flex: 4 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.button-group[b-ve4q7xzn5w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex: 1 1 auto;
}

.icon-button[b-ve4q7xzn5w] {
    padding-top: 0.5rem;
}
/* /Pages/EditEmployees.razor.rz.scp.css */
.employees-container[b-is0uz9k1cb] {
    display: flex;
    flex-flow: row wrap;
    padding: 0 1rem 0 1rem;
}

.employee-info-container[b-is0uz9k1cb] {
    flex: 1 1 45%;
    min-width: 20rem;
    min-height: 5rem;
    margin: 0.5rem;
}

.fa-user-plus[b-is0uz9k1cb] {
    font-size: 3rem;
}

.search-area[b-is0uz9k1cb] {
    padding-left: 2rem;
}

#employee-search[b-is0uz9k1cb]{
    min-width: 20rem;
}
/* /Pages/EditRedDays.razor.rz.scp.css */
.reddays-container[b-uwee4522hi] {
    display: flex;
    flex-flow: row wrap;
    padding: 0 1rem 0 1rem;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.reddays-info-container[b-uwee4522hi] {
    background-color: #ededed;
    padding: 0.5rem;
    border-radius: 1rem;
    border: 2px solid black;
    text-align: center;
}

.reddays-info[b-uwee4522hi] {
    margin: auto;
}

.reddays-text-container[b-uwee4522hi] {
    margin-left: 1rem;
}
/* /Pages/EditReports.razor.rz.scp.css */
.edit-reports-page[b-d34y8xyew8] {
    display: flex;
    flex-direction: row;
    
}

.edit-reports-content[b-d34y8xyew8] {
    padding: 1rem;
    margin-top: -1.5rem;
    width: 100%;
    overflow-y: scroll;
    max-height: 91.2vh;
}

.load-workdays-spinner[b-d34y8xyew8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5rem;
    font-size: 5rem;
}

.report-content[b-d34y8xyew8] {
    width: 21cm;
    padding: 10mm 25mm 10mm 25mm;
    /* to centre page on screen*/
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.dark-background[b-d34y8xyew8] {
    background-color: #888888;
}

.unsaved-edits-warning[b-d34y8xyew8] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 21cm;
    background-color: #F9A38A;
    text-align: center;
    min-height: 5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: 1px solid black;
}
/* /Pages/EditVehicles.razor.rz.scp.css */
.vehicles-container[b-monnhjdxzd] {
    display: flex;
    flex-flow: row wrap;
    padding: 0 1rem 0 1rem;
}

.vehicle-info-container[b-monnhjdxzd] {
    flex: 1 1 45%;
    min-width: 20rem;
    min-height: 5rem;
    margin: 0.5rem;
}

.fa-truck[b-monnhjdxzd] {
    font-size: 3rem;
}

.fa-plus[b-monnhjdxzd]{
    font-size: 2rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
