@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';
@import '_content/UcpmComponentLibraryEx/UcpmComponentLibraryEx.ftv56eftzr.bundle.scp.css';

/* /Components/Modals/AiDocUploadModal.razor.rz.scp.css */
.file-drop-zone[b-njt0z0pexl] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-njt0z0pexl] {

}

.image-container[b-njt0z0pexl] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-njt0z0pexl] {
        width: 50%;
    }

[b-njt0z0pexl] input[type=file] {
    position: absolute;
    opacity: 0;
    width: 100%;
    padding: 20px;
}

.load-files-label[b-njt0z0pexl] {
    padding: 4px 7px 4px 7px;
    background-color: #ebebeb;
    color: #000;
    border-color: #000;
    border-radius: 2px;
    cursor: pointer;
    margin: 1rem;
    display: block;
    z-index: 1;
}
/* /Components/Modals/ManualUpdateModal.razor.rz.scp.css */
.file-drop-zone[b-k6zybhoyai] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-k6zybhoyai] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-k6zybhoyai] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-k6zybhoyai] {
        width: 50%;
    }

[b-k6zybhoyai] input[type=file] {
    width: 100%;
    padding: 20px;
}
/* /Shared/InsuredUserLayout.razor.rz.scp.css */
.page[b-4xop9g0u2d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4xop9g0u2d] {
    flex: 1;
}

.top-row[b-4xop9g0u2d] {
    background-color: #CFCDCD;
    /*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4xop9g0u2d]  a, .top-row[b-4xop9g0u2d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-4xop9g0u2d]  a:hover, .top-row[b-4xop9g0u2d]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-4xop9g0u2d]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4xop9g0u2d] {
        display: none;
    }

    .top-row.auth[b-4xop9g0u2d] {
        justify-content: space-between;
    }

    .top-row[b-4xop9g0u2d]  a, .top-row[b-4xop9g0u2d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4xop9g0u2d] {
        flex-direction: row;
    }

    .sidebar[b-4xop9g0u2d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4xop9g0u2d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-4xop9g0u2d]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-4xop9g0u2d], article[b-4xop9g0u2d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2qmrdblkou] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2qmrdblkou] {
    flex: 1;
}

.top-row[b-2qmrdblkou] {
    background-color: #CFCDCD;
    /*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2qmrdblkou]  a, .top-row[b-2qmrdblkou]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-2qmrdblkou]  a:hover, .top-row[b-2qmrdblkou]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-2qmrdblkou]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2qmrdblkou] {
        display: none;
    }

    .top-row.auth[b-2qmrdblkou] {
        justify-content: space-between;
    }

    .top-row[b-2qmrdblkou]  a, .top-row[b-2qmrdblkou]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2qmrdblkou] {
        flex-direction: row;
    }

    .sidebar[b-2qmrdblkou] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2qmrdblkou] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2qmrdblkou]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2qmrdblkou], article[b-2qmrdblkou] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
