/* _content/Burstroy.Modules.Blazor.RoadAccidents/Dialog/ConfirmDelete.razor.rz.scp.css */
.container[b-ixrhdafzse] {
   width:100%;
}
.form-button-group[b-ixrhdafzse] {
    display: flex;
    justify-content: center;
    
}
[b-ixrhdafzse] .rz-button {
    margin-right: 18px;
}
/* _content/Burstroy.Modules.Blazor.RoadAccidents/Dialog/EditingForm.razor.rz.scp.css */
.main_content[b-6wtvz9peot] {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.content_container[b-6wtvz9peot] {
    display: flex;
    justify-content: space-between;
}

.content_value[b-6wtvz9peot] {
    width: 204px;
}

.footer_buttons[b-6wtvz9peot] {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 10px;
}
/* _content/Burstroy.Modules.Blazor.RoadAccidents/Pages/AccidentsDataGrid.razor.rz.scp.css */
.main[b-3ey941wp2g] {
    overflow: auto;
    height: 100%;
    padding: 0px 10px;
}

.control_buttons[b-3ey941wp2g] {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

    .control_buttons[b-3ey941wp2g] >  .button {
        font-size: 12px;
        background-color: #5ba5ebf7 !important;
        padding: 0 12px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }


[b-3ey941wp2g] .rz-state-highlight > .new {
    background-color: var(--green-500) !important;
}

[b-3ey941wp2g] .rz-state-highlight > .closed {
    background-color: var(--blue-500) !important;
}

[b-3ey941wp2g] td.column {
    padding: 0;
}

[b-3ey941wp2g] .rz-cell-data {
    height: 100%;
}

.cell[b-3ey941wp2g] {
    height: 100%;
    color: #48606c;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
    text-align: center;
}

.title[b-3ey941wp2g] {
    margin-left: 5px;
}

.data-grid[b-3ey941wp2g] {
    margin-top: 20px;
}
/* _content/Burstroy.Modules.Blazor.RoadAccidents/Pages/AnalyticComponent.razor.rz.scp.css */
.analytic-date[b-zj5hlchwr9] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.analytic-grid[b-zj5hlchwr9] {
    border: 1px solid;
    max-height: 500px;
    overflow: auto;
}

.title-detail[b-zj5hlchwr9] {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

.body-detail[b-zj5hlchwr9] {
    display: flex;
    gap: 15px;
}

.table-title[b-zj5hlchwr9] {
    text-align: center;
}

.table-row[b-zj5hlchwr9] {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid grey;
}

.table-detail[b-zj5hlchwr9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 228px;
}
/* _content/Burstroy.Modules.Blazor.RoadAccidents/Pages/MainRoadAccidents.razor.rz.scp.css */
