@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* _content/FleetWeb/Pages/AddPart/AddPartForm.razor.rz.scp.css */
fieldset[b-oneudt8gy9] {
    margin-top: 1rem;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}

fieldset[b-oneudt8gy9]  form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

legend[b-oneudt8gy9] {
    font-size: 1.5rem;
    font-weight: bold;
}

.image-upload[b-oneudt8gy9] {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.image-upload .preview[b-oneudt8gy9] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--gray-5);
    padding: 0.5rem;
}
/* _content/FleetWeb/Pages/Assignments/Index.razor.rz.scp.css */
textarea[b-hrbn3hf9ux] {
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}
.type[b-hrbn3hf9ux] {
    color: var(--blue-7);
}
.name[b-hrbn3hf9ux] {
    color: var(--green-5);
}
.complete[b-hrbn3hf9ux] {
    background-color: var(--green-7);
}

.actions[b-hrbn3hf9ux] {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.work-orders[b-hrbn3hf9ux] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 15px;
}

@media (max-width: 600px) {
    .work-orders[b-hrbn3hf9ux] {
        grid-template-columns: 1fr;
    }
}

.work-order[b-hrbn3hf9ux] {
    border: 1px solid var(--gray-3);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    background-color: white;
}

.filters[b-hrbn3hf9ux] {
    width: 100%;
    max-width: 414px;
}

[aria-selected][b-hrbn3hf9ux] {
    background-color: var(--blue-5);
}
/* _content/FleetWeb/Pages/Assignments/WorkOrderDetails.razor.rz.scp.css */
hr[b-zniz3hqu9o] {
    border-color: var(--gray-3);
}

fieldset[b-zniz3hqu9o], details[b-zniz3hqu9o] {
    margin: var(--size-2) 0;
}

legend[b-zniz3hqu9o], summary[b-zniz3hqu9o] {
    font-size: 1.2rem;
    font-weight: bold;
}

details[b-zniz3hqu9o] {
    border: 1px solid var(--gray-5);
    border-radius: var(--radius-2);
    padding: var(--size-2);
}

summary[b-zniz3hqu9o] {
}

.complete[b-zniz3hqu9o] {
    background-color: var(--green-7);
}
.workorder-details[b-zniz3hqu9o] {
    display: flex;
    flex-direction: column;
}
.actions[b-zniz3hqu9o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: var(--size-4);
}
.worked-by[b-zniz3hqu9o] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

label[b-zniz3hqu9o] {
    margin: var(--size-2) 0;
}

[b-zniz3hqu9o] textarea {
    display: block;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    margin-top: var(--size-2);
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: var(--size-2);
}

.notes[b-zniz3hqu9o] {
    list-style: none;
    padding: var(--size-2);
    margin: 0;
}

.notes li[b-zniz3hqu9o] {
    margin: var(--size-2) 0;
    background-color: var(--gray-1);
    padding: var(--size-2);
    display: flex;
    justify-content: space-between;
}

.availability span[b-zniz3hqu9o] {
    display: inline-block;
    width: 116px;
}

.availability a[b-zniz3hqu9o] {
    cursor: pointer;
    text-decoration: underline;
}

.available[b-zniz3hqu9o] {
    color: var(--green-7);
}

.unavailable[b-zniz3hqu9o] {
    color: var(--red-7);
}

.catalog[b-zniz3hqu9o] {
    list-style: none;
    padding: 0;
    height: 180px;
    overflow-y: auto;
    border: 1px solid var(--gray-7);
    box-shadow: var(--shadow-1);
    background-color: var(--gray-1);
}

    .catalog li[b-zniz3hqu9o] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: var(--size-2);
        padding: var(--size-2);
        border-bottom: 1px solid var(--gray-6);
    }

    .catalog li:last-child[b-zniz3hqu9o] {
        border-bottom: none;
    }

    .catalog img[b-zniz3hqu9o] {
        width: 64px;
        height: 64px;
    }

    .catalog strong[b-zniz3hqu9o] {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.installations[b-zniz3hqu9o] {
    height: auto;
    box-shadow: none;
    border: none;
}

.quantity[b-zniz3hqu9o] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: var(--size-2);
}

    .quantity strong[b-zniz3hqu9o] {
        font-size: 1.2rem;
        text-align: center;
    }

    .quantity button[b-zniz3hqu9o] {
        padding: var(--size-1);
        background-color: transparent;
        color: var(--gray-7);
        box-shadow: var(--shadow-2);
    }

    .quantity button i[b-zniz3hqu9o] {
        margin: 0;
        font-size: 1.2rem;
    }
/* _content/FleetWeb/Pages/Catalog/Index.razor.rz.scp.css */
p[b-25fxbudr1j] {
    margin: 0;
}

ul[b-25fxbudr1j] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

[type=search][b-25fxbudr1j] {
    width: 100%;
}

.filters input[b-25fxbudr1j] {
    scale: 1.5;
    margin: 0.5rem;
}

.filters label[b-25fxbudr1j] {
    font-size: 1.5rem;
}

.catalog h3[b-25fxbudr1j] {
    margin: 0;
}

.part[b-25fxbudr1j] {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-areas:
        "img ."
        "img ."
        "quantity quantity";
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    width: 400px;
}

.part.danger-low[b-25fxbudr1j] {
    background: var(--red-1);
}

    .part img[b-25fxbudr1j] {
        grid-area: img;
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid var(--gray-5);
        padding: 0.5rem;
    }

.quantity[b-25fxbudr1j] {
    grid-area: quantity;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.quantity strong[b-25fxbudr1j] {
    font-size: 2.5rem;
    text-indent: 32px;
}

.cycling[b-25fxbudr1j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cycling input[b-25fxbudr1j] {
    width: 50px;
}

/* _content/FleetWeb/Pages/CatalogHistory/Index.razor.rz.scp.css */
details summary[b-ca5nuxvvw7] {
    cursor: pointer;
    padding: var(--size-2);
    border-radius: var(--size-1);
    border: 1px solid var(--gray-5);
    margin: var(--size-2) 0;
}

fieldset[b-ca5nuxvvw7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--size-3);
    align-items: center;
}

fieldset [type="search"][b-ca5nuxvvw7] {
    margin: 0;
}

a[b-ca5nuxvvw7] {
    cursor: pointer;
}

details[b-ca5nuxvvw7]  .trace-viewer .search {
    display: none;
}
/* _content/FleetWeb/Pages/EditPart/EditPartForm.razor.rz.scp.css */
fieldset[b-pj0wq0t5wg] {
    margin-top: 1rem;
    max-width: 700px;
    box-sizing: border-box;
}

fieldset[b-pj0wq0t5wg]  form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

legend[b-pj0wq0t5wg] {
    font-size: 1.5rem;
    font-weight: bold;
}

.image-upload[b-pj0wq0t5wg] {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.image-upload .preview[b-pj0wq0t5wg] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--gray-5);
    padding: 0.5rem;
}
/* _content/FleetWeb/Pages/EquipmentDetails/Index.razor.rz.scp.css */
h3[b-rmuk07q4gf] {
    margin: 0;
}

a[b-rmuk07q4gf] {
    cursor: pointer;
    text-decoration: underline;
}

legend[b-rmuk07q4gf], h3[b-rmuk07q4gf] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: var(--size-2);
}


[b-rmuk07q4gf] textarea {
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

.form[b-rmuk07q4gf] {
    display: grid;
    grid-template-columns: 160px 3fr;
    gap: 15px;
}

.reverse[b-rmuk07q4gf] {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--size-2);
    padding: 2%;
}

.complete[b-rmuk07q4gf] {
    background-color: var(--green-7);
}

.cancel[b-rmuk07q4gf] {
    background-color: var(--red-7);
}

.actions[b-rmuk07q4gf] {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.details-grid[b-rmuk07q4gf] {
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
}

.work-orders[b-rmuk07q4gf] {
    grid-area: work-orders;
}

.work-orders[b-rmuk07q4gf]  .santa-grid {
    min-height: 250px;
}

.create-work-order[b-rmuk07q4gf] {
    grid-area: create-work-order;
}

.trace[b-rmuk07q4gf] {
    grid-area: trace;
}

.usage[b-rmuk07q4gf] {
    grid-area: usage;
}

.update-assignment[b-rmuk07q4gf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-orders a i[b-rmuk07q4gf] {
    text-decoration: none;
    margin-left: var(--size-2);
}

.work-orders .selected[b-rmuk07q4gf] {
    background-color: var(--blue-2);
    padding: var(--size-2);
    align-self: center;
    justify-self: start;
}

.work-orders[b-rmuk07q4gf]  .santa-grid .header,
.work-orders[b-rmuk07q4gf]  .santa-grid .item {
    grid-template-columns: 60px repeat(auto-fit, minmax(60px, 1fr)) !important;
}

.selected-task[b-rmuk07q4gf] {
    color: var(--blue-7);
    text-decoration: underline;
}
/* _content/FleetWeb/Pages/EquipmentDetails/TraceViewer.razor.rz.scp.css */
.note[b-hr95b8tcq6] {
    box-shadow: var(--shadow-1);
    padding: var(--size-2);
    background-color: var(--yellow-1);
}
/* _content/FleetWeb/Pages/EquipmentHistory/Index.razor.rz.scp.css */
details summary[b-nbhtk8m62u] {
    cursor: pointer;
    padding: var(--size-2);
    border-radius: var(--size-1);
    border: 1px solid var(--gray-5);
    margin: var(--size-2) 0;
}

fieldset[b-nbhtk8m62u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--size-3);
    align-items: center;
}

fieldset [type="search"][b-nbhtk8m62u] {
    margin: 0;
}

a[b-nbhtk8m62u] {
    cursor: pointer;
}

details[b-nbhtk8m62u]  .trace-viewer .search {
    display: none;
}
/* _content/FleetWeb/Pages/EquipmentList/EquipmentListForm.razor.rz.scp.css */
header[b-gohel68998] {
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
}

fieldset[b-gohel68998]  form {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: var(--size-2);
}

@media (min-width: 391px) {
    fieldset[b-gohel68998]  form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        gap: var(--size-2);
    }
}

legend[b-gohel68998] {
    font-size: 1.2rem;
    font-weight: bold;
}

.search[b-gohel68998] {
    flex: 1;
}

.search input[b-gohel68998] {
    width: 100%;
}

.filters label[b-gohel68998] {
    margin-right: var(--size-2);
}

.filters label span[b-gohel68998] {
    position: relative;
    top: -7px;
}

.actions[b-gohel68998] {
    display: flex;
    justify-content: flex-end;
    margin: var(--size-3);
}

.selected[b-gohel68998] {
    background-color: var(--blue-1);
}

.hidden[b-gohel68998] {
    display: none;
}

input[type="checkbox"][b-gohel68998] {
    width: 25px;
    height: 25px;
}

.availability span[b-gohel68998] {
    display: inline-block;
    width: 116px;
}

.availability a[b-gohel68998] {
    cursor: pointer;
    text-decoration: underline;
}

.available[b-gohel68998] {
    color: var(--green-7);
}

.unavailable[b-gohel68998] {
    color: var(--red-7);
}
.allocation[b-gohel68998] {
    flex-direction: row;
    display: flex;
    gap: 10px;
}

.master-detail[b-gohel68998] {
    display: flex;
}

.master-detail:not(:has(.details))[b-gohel68998]  .santa-grid {
    flex-grow: 1;
}

.master-detail .details[b-gohel68998] {
    flex: 1;
}

.master-detail[b-gohel68998]  .santa-grid .header,
.master-detail[b-gohel68998]  .santa-grid .item {
    grid-template-columns: minmax(120px, 1fr) repeat(auto-fit, minmax(100px, 1fr));
}

.details[b-gohel68998]  .details-form {
    display: grid;
    gap: var(--size-2);
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: var(--size-4);
}

.master-detail[b-gohel68998]  .santa-grid .selected {
    background-color: var(--blue-1);
}
/* _content/FleetWeb/Pages/EquipmentList/Index.razor.rz.scp.css */
/* _content/FleetWeb/Pages/LifecycleAnalysis/Index.razor.rz.scp.css */
section[b-040d4q2ew6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--size-3);
}
/* _content/FleetWeb/Pages/OpenWorkOrders/Index.razor.rz.scp.css */
[b-jwt3ppplf6] .santa-grid .header,
[b-jwt3ppplf6] .santa-grid .item {
    grid-template-columns: repeat(5, 1fr) 32px;
}

input[type="checkbox"][b-jwt3ppplf6] {
    width: 24px;
    height: 24px;
}

fieldset[b-jwt3ppplf6] {
    margin-bottom: var(--size-2);
}

legend[b-jwt3ppplf6] {
    font-size: 1.2rem;
    font-weight: bold;
}

.unassigned[b-jwt3ppplf6] {
    font-weight: bold;
}
/* _content/FleetWeb/Pages/OutageReport/Index.razor.rz.scp.css */
details[b-mz33gf9a42] {
    margin-bottom: var(--size-2);
}

details summary[b-mz33gf9a42] {
    padding: var(--size-2);
    border: 1px solid var(--gray-4);
    border-radius: var(--radius-2);
    font-size: 1.25rem;
    color: var(--gray-8);
}

details section[b-mz33gf9a42] {
    margin-left: var(--size-2);
}

details dl[b-mz33gf9a42] {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: var(--size-1);
    align-items: center;
}

details dt[b-mz33gf9a42] {
    font-weight: bold;
}

.bar[b-mz33gf9a42] {
    background-color: var(--cyan-2);
    max-width: 100%;
    min-width: 64px;
    padding: var(--size-1);
    border-radius: var(--radius-2);
}
/* _content/FleetWeb/Pages/RecentlyAvailable/Index.razor.rz.scp.css */
iframe[b-k5yq21g3ar] {
    width: 100%;
    height: calc(100vh - 300px);
    border: 1px solid #ccc;
}
/* _content/FleetWeb/Pages/RoutineMaintenanceList/Index.razor.rz.scp.css */
.select-list[b-p3ohj21537] {
    --link-color: white;
    --link-background-color: var(--blue-6);
}
section[b-p3ohj21537] {
    margin-bottom: 1rem;
}
section header h2[b-p3ohj21537] {
    margin: 0;
    padding: 0;
}
[b-p3ohj21537] nav a {
    color: var(--link-color);
    background-color: var(--link-background-color);
    padding: var(--size-2);
    margin-right: 1px;
    text-decoration: none;
    line-height: 1.5rem;
    border-radius: 0;
    min-width: 50px;
    text-align: center;
}
[b-p3ohj21537] nav a:first-child {
    border-top-left-radius: var(--button-edges-radius-size);
    border-bottom-left-radius: var(--button-edges-radius-size);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[b-p3ohj21537] nav a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--button-edges-radius-size);
    border-bottom-right-radius: var(--button-edges-radius-size);
}

[b-p3ohj21537] nav a.active {
    filter: brightness(1.3);
    text-decoration: underline;
}

[b-p3ohj21537] nav a:hover {
    filter: brightness(1.1);
}
aside .select-list[b-p3ohj21537] {
    display: flex;
    row-gap: .3rem;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--size-4);
}
/* _content/FleetWeb/Pages/RoutineMaintenanceList/PrintList.razor.rz.scp.css */
main[b-ke1pbjoj2g] {
    max-width: 1366px;
    margin: 0 auto;
}

table[b-ke1pbjoj2g] {
    border: 1px solid black;
}

td[b-ke1pbjoj2g], th[b-ke1pbjoj2g] {
    border: 1px solid black;
}

/* _content/FleetWeb/Pages/RoutineMaintenanceList/RoutineMaintenanceListForm.razor.rz.scp.css */
.some-bs[b-quoq0rykc9] +  ul {
    padding: 0;
    margin: var(--size-3) 0;
}

.some-bs[b-quoq0rykc9] +  ul .draggable {
    display: flex;
    align-items: center;
    background-color: var(--blue-3);
    padding: 1px;
    margin-bottom: var(--size-1);
}

.some-bs[b-quoq0rykc9] +  ul .draggable--content {
    flex: 1;
}

.some-bs[b-quoq0rykc9] +  ul .draggable--anchor {
    cursor: grab;
    padding: var(--size-2);
}

.task[b-quoq0rykc9] {
    display: grid;
    grid-template-columns: 85% 12%;
    align-items: center;
    background-color: white;
}

.task span[b-quoq0rykc9] {
    display: inline-block;
    padding: var(--size-2);
}

.task button[b-quoq0rykc9] {
    margin: var(--size-1) 0;
}

.actions[b-quoq0rykc9] {
    margin: var(--size-1) 0;
    display: flex;
    justify-content: end;
}

label[for="description"][b-quoq0rykc9] {
    display: grid;
    grid-template-columns: 100px repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    margin-bottom: var(--size-2);
    gap: var(--size-2);
}

.add-task[b-quoq0rykc9] {
    float: left;
}
/* _content/FleetWeb/Pages/RoutineMaintenanceList/Sheet.razor.rz.scp.css */
@property --circle-size {
    syntax: '<length>';
    initial-value: 20px;
    inherits: false;
}
@property --button-edges-radius-size {
    syntax: '<length>';
    initial-value: 25px;
    inherits: false;
}
dl[b-fbzd17ihpf] {
    margin-bottom: 3rem;
    background-color: white;
    border-radius: 15px;
    padding: 1rem;
}

dd[b-fbzd17ihpf] {
    border-bottom: 1px solid var(--gray-4);
    padding: .5rem;
    margin: 0;
}
dd input[type="checkbox"][b-fbzd17ihpf] {
    width: var(--circle-size);
    height: var(--circle-size);
    appearance: none;
    border-radius: var(--circle-size);
    margin: 0;
}
dd input[type="checkbox"]:checked[b-fbzd17ihpf] {
    background-color: var(--blue-6);
    position: relative;
}
dd input[type="checkbox"]:checked[b-fbzd17ihpf]::before {
    content: "✓";
    font-weight: 1000;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    line-height: 1rem;
    color: white;
}
dd input[type="checkbox"]:disabled[b-fbzd17ihpf] {
    background-color: var(--gray-6);
}
dd label[b-fbzd17ihpf] {
    cursor: pointer;
}
dd[b-fbzd17ihpf] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.hidden[b-fbzd17ihpf] {
    display: none;
}
dl dd:last-child[b-fbzd17ihpf] {
    display: block;
}

[b-fbzd17ihpf] dd textarea {
    height: 100%;
    min-height: 100px;
    width: 100%;
    font-size: 1rem;
    padding: 0;
}
[b-fbzd17ihpf] time {
    font-size: 1rem;
    opacity: .8;
    background-color: var(--gray-3);
    padding: .25rem .25rem;
    border-radius: 4px;
}
.select-list[b-fbzd17ihpf] {
    --link-color: white;
    --link-background-color: var(--blue-6);
}
section header[b-fbzd17ihpf] {
    margin-bottom: 1rem;
}
[b-fbzd17ihpf] nav button {
    color: var(--link-color);
    background-color: var(--link-background-color);
    padding: var(--size-2);
    margin-right: 1px;
    text-decoration: none;
    line-height: 1.5rem;
    border-radius: 0;
}
[b-fbzd17ihpf] nav button:first-child {
    border-top-left-radius: var(--button-edges-radius-size);
    border-bottom-left-radius: var(--button-edges-radius-size);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[b-fbzd17ihpf] nav button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--button-edges-radius-size);
    border-bottom-right-radius: var(--button-edges-radius-size);
}

[b-fbzd17ihpf] nav button.selected {
    filter: brightness(1.3);
    text-decoration: underline;
}

[b-fbzd17ihpf] nav button:hover {
    filter: brightness(1.1);
}
[b-fbzd17ihpf] nav button {
    min-width: 50px;
    text-align: center;
}
aside .select-list[b-fbzd17ihpf] {
    display: flex;
    row-gap: .3rem;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--size-4);
}
aside header[b-fbzd17ihpf] {
    margin-right: 1rem;
}
aside header h3[b-fbzd17ihpf] {
    font-weight: normal;
    opacity: .8;
    text-transform: uppercase;
}
/* _content/FleetWeb/Pages/Team/Index.razor.rz.scp.css */
.name[b-lsz71d1ftr] {
    text-transform: capitalize;
}
.delete[b-lsz71d1ftr] {
    width: 50px;
    background-color: red;
}
/* _content/FleetWeb/Pages/Usage/Usage.razor.rz.scp.css */
.form[b-ige0v73t6t] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--size-3);
}

.form button[b-ige0v73t6t] {
    margin-left: auto;
    margin-right: var(--size-3);
}

strong[b-ige0v73t6t] {
    display: block;
    font-size: 1.1rem;
    width: 80px;
}

.counters[b-ige0v73t6t] {
    display: flex;
}

.counter span[b-ige0v73t6t] {
    display: inline-block;
    /* Blazor won't animate this when the number changes :cry: */
    animation: topDown-b-ige0v73t6t 0.5s ease-in-out;
}

.digit[b-ige0v73t6t] {
    border: 1px solid var(--gray-4);
    border-radius: 5px;
    padding: var(--size-2);
    font-weight: bold;
    font-size: 1.2rem;
    background-color: white;
    overflow: hidden;
}

.counter[b-ige0v73t6t] {
    display: flex;
    margin-left: 12px;
}

@keyframes topDown-b-ige0v73t6t {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
/* _content/FleetWeb/Pages/VehicleRegistration/VehicleRegistrationForm.razor.rz.scp.css */
.document-list[b-10yv07v1jr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--size-2);
}

.document[b-10yv07v1jr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--size-2);
}

.document h4[b-10yv07v1jr] {
    margin: var(--size-1);
}

.document[b-10yv07v1jr]  input[type="file"] {
    display: none;
}

.document .upload-label[b-10yv07v1jr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    border: 2px dashed var(--blue-6);
    border-radius: var(--size-1);
    cursor: pointer;
    color: var(--blue-6)
}

.upload-label i[b-10yv07v1jr] {
    font-size: 24px;
    padding: var(--size-2);
}

.document .actions[b-10yv07v1jr] {
    display: flex;
    gap: var(--size-2);
    align-items: center;
}

.document .actions a[b-10yv07v1jr] {
    padding: var(--size-2);
    border-radius: var(--radius-3);
    border: 1px solid var(--blue-4);
    text-decoration: none;
}

/* _content/FleetWeb/Pages/Warranty/Index.razor.rz.scp.css */
.actions[b-tho9uoccda] {
    display: flex;
    flex-direction: row-reverse;
}

.warranty[b-tho9uoccda] {
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
}
/* _content/FleetWeb/Pages/Welcome/Index.razor.rz.scp.css */
button[b-1i75lyap30], .btn-link[b-1i75lyap30] {
    width: 100%;
}

form[b-1i75lyap30] {
    display: flex;
    flex-direction: column;
    gap: var(--size-3);
}

.welcome[b-1i75lyap30] {
    max-width: 820px;
}

.error[b-1i75lyap30] {
    color: var(--red-7);
}

.greeting[b-1i75lyap30] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}
/* _content/FleetWeb/Pages/WorkOrderHistory/Index.razor.rz.scp.css */
/* _content/FleetWeb/Shared/MainLayout.razor.rz.scp.css */
main[b-i5ak5kur5j] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 5rem auto;
    grid-template-areas:
                       "header"
                       "sidebar"
                       "article";
}

header[b-i5ak5kur5j] {
    grid-area: header;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
}

aside[b-i5ak5kur5j] {
    grid-area: sidebar;
}

article[b-i5ak5kur5j] {
    grid-area: article;
}

header[b-i5ak5kur5j], article[b-i5ak5kur5j] {
    padding: 0 .5rem;
    box-sizing: border-box;
    max-width: 100vw;
}

footer[b-i5ak5kur5j] {
    height: 200px;
}

@media (min-width: 821px) {
    main[b-i5ak5kur5j] {
        grid-template-columns: auto 1fr;
        grid-template-rows: 5rem auto;
        grid-template-areas:
                           "header header"
                           "sidebar article";
    }

    aside[b-i5ak5kur5j] {
        min-height: calc(100vh - 5rem);
        width: 250px;
    }

    header[b-i5ak5kur5j], article[b-i5ak5kur5j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    
}
/* _content/FleetWeb/Shared/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-jckmxm5kdx] {
    background-image: linear-gradient(180deg, rgb(0, 0, 0, .85) 60%, #3B7238 100%); 
    height: 100%;
}

.navbar-toggler[b-jckmxm5kdx] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px;
    margin-left: 8px;
    position: relative;
    top: -8px;
}

.collapse nav[b-jckmxm5kdx] {
    display: none;
}

i[b-jckmxm5kdx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

[b-jckmxm5kdx] a {
    display: block;
    font-size: 0.9rem;
    padding: 0 8px;
    margin: 8px;
    text-decoration: none; 
}

[b-jckmxm5kdx] a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

[b-jckmxm5kdx] a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

[b-jckmxm5kdx] a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 821px) {
    .navbar-toggler[b-jckmxm5kdx] {
        display: none;
    }

    .collapse nav[b-jckmxm5kdx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/FleetWeb/Shared/SantaGrid/GridColumnHeader.razor.rz.scp.css */
.grid-column-header a[b-hv3tfyl081] {
    cursor: pointer;
}

.grid-column-header a:hover[b-hv3tfyl081] {
    text-decoration: underline;
}

.grid-column-header a i[b-hv3tfyl081] {
    margin-left: 4px;
}
/* _content/FleetWeb/Shared/SantaGrid/Paginator.razor.rz.scp.css */
.pager[b-ntn90p79ld] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--size-2);
}
/* _content/FleetWeb/Shared/SantaGrid/SantaGrid.razor.rz.scp.css */
.header[b-6ozwrdzxl8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: var(--size-1);
    font-weight: bold;
}

.item[b-6ozwrdzxl8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: var(--size-1);
}
/* _content/FleetWeb/Shared/ShopLayout.razor.rz.scp.css */
header[b-x99g9w4aiz] {
    border-bottom: 1px solid #e7e7e7;
    padding: var(--size-2);
    display: flex;
    justify-content: space-between;
}
[b-x99g9w4aiz] header h1,
[b-x99g9w4aiz] header p {
    padding: 0;
    margin: 0;
}
[b-x99g9w4aiz] section > header {
    text-align: center;
    width: 100%;
    border-bottom: solid 1px var(--gray-6);
}

.bottom.navigation nav[b-x99g9w4aiz] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}

.bottom.navigation nav[b-x99g9w4aiz]  a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #888888;
    font-size: 12px;
    background: inherit;
}
.bottom.navigation nav[b-x99g9w4aiz]  a.active {
    color: var(--green-10);
    font-weight: 500;
}

.bottom.navigation nav[b-x99g9w4aiz]  a:hover {
    color: var(--gray-9);
}

.bottom.navigation nav[b-x99g9w4aiz]  a i {
    font-size: 24px;
    margin-bottom: 4px;
}
