/* _content/CC.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
body[b-3sx4dpj1fk] {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.layout-container[b-3sx4dpj1fk] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-3sx4dpj1fk] {
    width: 90px;
    background-color: #492365;
    color: white;
    padding: 20px 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    transition: width 0.3s ease, padding 0.3s ease;
    scrollbar-width: none; 
}


.sidebar-nav[b-3sx4dpj1fk] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav-item[b-3sx4dpj1fk] {
    margin-bottom: 10px;
}

.sidebar-nav-link[b-3sx4dpj1fk] {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    color: white;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
}



    .sidebar-nav-link:hover[b-3sx4dpj1fk] {
        background-color: #4a494d !important;
        color: white;
    }

    .sidebar-nav-link.active[b-3sx4dpj1fk] {
        background-color: #1c7db8 !important;
    }

    .sidebar-nav-link:focus[b-3sx4dpj1fk],
    .sidebar-nav-link:active[b-3sx4dpj1fk] {
        outline: none;
        box-shadow: none;
        color: white;
        text-decoration: none;
    }

.sidebar-nav-icon[b-3sx4dpj1fk] {
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .sidebar-nav-icon i[b-3sx4dpj1fk] {
        font-size: 1.75em;
        line-height: 1;
        vertical-align: middle;
        color: #a595c4;
        transition: transform 0.2s ease, color 0.2s ease;
    }

.sidebar-nav-link:hover .sidebar-nav-icon i[b-3sx4dpj1fk] {
    color: #ffffff !important;
    transform: scale(1.1);
}

.sidebar-nav-text[b-3sx4dpj1fk] {
    font-size: 15px;
    font-weight: 400;
}

.main-content[b-3sx4dpj1fk] {
    margin-left: 90px; 
    flex: 1;
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s ease;
}

.content-header[b-3sx4dpj1fk] {
    background-color: #70569e;
    border-bottom: 1px solid #e1e8ed;
    padding: 10px 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-body[b-3sx4dpj1fk] {
    flex: 1;
}

.footer[b-3sx4dpj1fk] {
    background-color: white;
    border-top: 1px solid #e1e8ed;
    padding: 2px 3px;
    color: #666;
    position: relative;
    bottom: auto;
    width: auto;
    white-space: normal;
    line-height: normal;
}


