@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/AlainData/Pages/Reports/AddReport.razor.rz.scp.css */
.form-group[b-he3zw6goo3] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .form-group label[b-he3zw6goo3] {
        flex-basis: 30%;
        margin-right: 1em;
    }

    .form-group input[b-he3zw6goo3],
    .form-group select[b-he3zw6goo3] {
        flex-basis: 70%;
    }

.flex-container[b-he3zw6goo3] {
    display: flex;
    background-color: DodgerBlue;
}

    .flex-container > div[b-he3zw6goo3] {
        background-color: #f1f1f1;
        margin: 10px;
        padding: 20px;
        font-size: 30px;
    }

.form-check-item[b-he3zw6goo3] {
    display: inline-block;
    margin-right: 30px; /* adjust as needed */
}

.form-ComlexText-item[b-he3zw6goo3] {
    display: inline-block;
    margin-right: 200px; /* adjust as needed */
}

.signature-container[b-he3zw6goo3] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


/* Header 1 */
.h1[b-he3zw6goo3] {
    font-size: 32px;
    font-weight: bold;
    margin: 16px 0;
}

/* Header 2 */
.h2[b-he3zw6goo3] {
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0;
}

/* Header 3 */
.h3[b-he3zw6goo3] {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
}
/* Header 4 */
.h4[b-he3zw6goo3] {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0;
}

/* Header 5 */
.h5[b-he3zw6goo3] {
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0;
}

/* Header 6 */
.h6[b-he3zw6goo3] {
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0;
}


.a4-photo[b-he3zw6goo3] {
    width: 210mm;
    height: 297mm;
}

.a5-photo[b-he3zw6goo3] {
    width: 148mm;
    height: 210mm;
}

.a6-photo[b-he3zw6goo3] {
    width: 105mm;
    height: 148mm;
}
/* _content/AlainData/Shared/MainLayout.razor.rz.scp.css */


@media (min-width: 641px) {

    .top-left-menu[b-q0p3ebznnx] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
    }
}
/* _content/AlainData/Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        
        display: block;
    }
}
*/
