/* _content/Burstroy.Modules.Blazor.Analysis/Components/DetectedAccidentsTable.razor.rz.scp.css */
.not-found[b-jew076io39] {
    color: red;
}

.defect-image[b-jew076io39] {
    width: 100%;
    max-width: 200px;
    max-height: 100px;
}
/* _content/Burstroy.Modules.Blazor.Analysis/Pages/MainAnalysis.razor.rz.scp.css */
.main-wrapper[b-7o1lytngxt] {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 20px;
}

.control-wrapper[b-7o1lytngxt] {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.param[b-7o1lytngxt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-wrapper[b-7o1lytngxt] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
    max-height: 300px;
}

.param-slider[b-7o1lytngxt] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.analytic-wrapper[b-7o1lytngxt] {
    width: 70%;
}

[b-7o1lytngxt] .photo-input {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    width: 0px;
    height: 0px;
}

.photo-input-form .label[b-7o1lytngxt] {
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 1.2em;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
}

    .photo-input-form .label i[b-7o1lytngxt] {
        display: block;
        font-size: 42px;
        padding-bottom: 16px
    }

    .photo-input-form .label i[b-7o1lytngxt], .photo-input-form .label .title[b-7o1lytngxt] {
        color: grey;
        transition: 200ms color
    }

    .photo-input-form .label:hover[b-7o1lytngxt] {
        border: 2px solid var(--bs-white);
    }

        .photo-input-form .label:hover i[b-7o1lytngxt], .photo-input-form .label:hover .title[b-7o1lytngxt] {
            color: var(--bs-white);
        }
