@import '_content/SCSM.Prototypes/SCSM.Prototypes.fwjaa9etq5.bundle.scp.css';
@import '_content/SCSM.RazorComponents/SCSM.RazorComponents.n88nomxf5m.bundle.scp.css';

/* _content/SCSM.WebApplication/Components/Account/Pages/Manage/ProfileImage.razor.rz.scp.css */
.upload-container[b-xo0vn56syz],
.upload-container > div:first-child[b-xo0vn56syz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-file-icon[b-xo0vn56syz] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label[b-xo0vn56syz] {
    font-weight: 500;
    font-size: 1rem;
}

.flex-box[b-xo0vn56syz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dropzone-external.dropzone-hover[b-xo0vn56syz] {
    border-style: solid;
    background-color: #e0e0e0;
}

.previous-images[b-xo0vn56syz] {
    margin-top: 20px;
}

.profile-image-container[b-xo0vn56syz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.upload-section[b-xo0vn56syz] {
    width: 100%;
    max-width: 500px;
}

.image-list[b-xo0vn56syz] {
    display: grid; /* Use grid for flexible multi-column layout */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust column count automatically */
    gap: 15px; /* Spacing between items */
    width: 100%;
    max-width: 1000px; /* Constrain the overall width on desktop */
    margin: auto; /* Center the grid on larger screens */
}

.image-block[b-xo0vn56syz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.image-block.selected[b-xo0vn56syz] {
    border-color: #007bff;
    background-color: #e7f3ff;
}

@media (max-width: 768px) {
    .image-list[b-xo0vn56syz] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Adjust for smaller screens */
    }

    .warning-text[b-xo0vn56syz] {
        color: #ff0000;
        font-size: 0.9rem;
        margin: 10px 0;
    }

    .drop-file-icon[b-xo0vn56syz] {
        background-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-position: center center;
        background-color: #adb5bd;
        width: 48px;
        height: 48px;
        -webkit-mask-image: url("../images/icons/drop-file.svg");
        mask-image: url("../images/icons/drop-file.svg");
    }

    .drop-file-label[b-xo0vn56syz] {
        font-weight: 500;
        font-size: 1rem;
    }
}
/* _content/SCSM.WebApplication/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tudrx9q6jx] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-tudrx9q6jx] .icon-back {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-tudrx9q6jx] .content {
    overflow: auto;
}

[b-tudrx9q6jx] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-tudrx9q6jx] .layout-sidebar {
        grid-area: header/header/header/header !important;
    }
}
/* _content/SCSM.WebApplication/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-aiusfszb6u] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-aiusfszb6u] .sidebar-header {
    padding: 0.5rem 0.5rem;
}

.logo[b-aiusfszb6u] {
    text-align: center;
}

[b-aiusfszb6u] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-aiusfszb6u] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-aiusfszb6u] .menu {
    background-color: inherit;
}

    [b-aiusfszb6u] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-aiusfszb6u] .menu-item {
    color: var(--bs-white);
}

[b-aiusfszb6u] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-aiusfszb6u] .home-icon {
    background-image: url("images/home.svg");
    filter: invert(1);
}


[b-aiusfszb6u] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-aiusfszb6u] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-aiusfszb6u]  .layout-item {
    display: block;
}

#sidebar.expanded[b-aiusfszb6u]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-aiusfszb6u] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-aiusfszb6u] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-aiusfszb6u]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-aiusfszb6u] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-aiusfszb6u]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-aiusfszb6u] {
        text-align: inherit;
    }

    [b-aiusfszb6u] .menu-button-container {
        display: block;
    }

    [b-aiusfszb6u] .layout-item {
        display: none;
    }

    [b-aiusfszb6u] .footer {
        display: none;
    }
}

.dxbl-menu-item .search[b-aiusfszb6u] {
    min-width: 123px
}

.dxbl-menu-item-tmpl > .search[b-aiusfszb6u] {
    position: relative;
}

.user-profile .logo-container[b-aiusfszb6u] {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn[b-aiusfszb6u] {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.menu-icon-user-profile[b-aiusfszb6u] {
    opacity: 0.75;
}

.user-profile .menu-icon-user-profile[b-aiusfszb6u] {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-name-container .tm-8[b-aiusfszb6u] {
    opacity: 0.8;
}
