@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/CombinedServices/Components/Layout/MainPage.razor.rz.scp.css */
.page[b-6l8r2x9a2q] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(20, 20, 20, 1);
    height: 100vh;
    max-height: 100vh;
}

.pageContainer[b-6l8r2x9a2q] {
    align-items: center;
    min-width: 1000px;
    display: flex;
    gap: 1px;
}

main[b-6l8r2x9a2q] {
    flex: 1;
}

.content[b-6l8r2x9a2q] {
    min-width: 700px;
    max-height: 100vh;
    padding: 10px;
    border-radius: 10px;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    background-image: url('/img/BG.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 10px;
}

    .content[b-6l8r2x9a2q]::-webkit-scrollbar {
        width: 10px;
    }

    .content[b-6l8r2x9a2q]::-webkit-scrollbar-thumb {
        background-color: rgba(128, 87, 50, 1);
        border-radius: 4px;
    }

        .content[b-6l8r2x9a2q]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }
/* _content/CombinedServices/Components/Layout/MenuBar.razor.rz.scp.css */
.nav-menu[b-yryb5ovm5r] {
    border-radius: 16px;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    display: block;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-item[b-yryb5ovm5r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-yryb5ovm5r] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-yryb5ovm5r] {
    padding-bottom: 1rem;
}

.nav-item[b-yryb5ovm5r]  a {
    text-decoration: none;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.7);
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    border-radius: 16px;
    transition: background-color 0.3s, border-color 0.3s;
    color: #e0e0e0;
}

.nav-item[b-yryb5ovm5r]  a:hover {
    background-color: #0aa;
    border-color: #2C6B29;
}
/* _content/CombinedServices/Components/Layout/ProfilesPage.razor.rz.scp.css */
.nav-scrollable[b-5aj6f5v3w8] {
    border-radius: 10px;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
    display: flex;
    flex-direction: column;
    max-height: 850px;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.profiles-holder[b-5aj6f5v3w8] {
    display: grid;
    gap: 30px;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.profiles-portrait[b-5aj6f5v3w8] {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
    background-color: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profiles-portrait[b-5aj6f5v3w8]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 16px solid transparent;
    border-image: url('/img/BorderTest2.png');
    border-image-slice: 64;
    border-image-repeat: stretch;
}

.nav-scrollable[b-5aj6f5v3w8]::-webkit-scrollbar {
    width: 0;
}

.nav-scrollable[b-5aj6f5v3w8]::-webkit-scrollbar-thumb {
    background-color: rgba(128, 87, 50, 1);
    border-radius: 4px;
}

.nav-scrollable[b-5aj6f5v3w8]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
