﻿html {
    font-size: 16px
}


.toc-container {
    background: #f7f9fc; 
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}
  

.layout-menu-item .collapse {
    background-color: #ffffff21
}

@media screen and (min-width: 768px) {
    html {
        font-size:14px
    }
}

body {
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #494949
}

.text-primary {
    color: #494949 !important
}

.text-secondary {
    color: #09e !important
}

.btn-primary {
    --bs-btn-bg: #494949;
    --bs-btn-border-color: #494949;
    --bs-btn-hover-bg: #0099ee;
    --bs-btn-hover-border-color: #0099ee;
    --bs-btn-active-bg: #0099ee;
    --bs-btn-active-border-color: #0099ee
}

.btn-outline-primary {
    --bs-btn-bg: transparent;
    --bs-btn-color: #494949;
    --bs-btn-border-color: #494949;
    --bs-btn-hover-bg: #494949;
    --bs-btn-hover-border-color: #494949;
    --bs-btn-hover-color: white;
    --bs-btn-active-bg: #494949;
    --bs-btn-active-border-color: #494949;
    --bs-btn-active-color: white
}

.layout {
    display: flex;
    flex-direction: row;
    min-height: 100vh
}

.layout.layout-expanded .layout-sidebar {
    width: 260px
}

.layout.layout-expanded .layout-sidebar .layout-sidebar-body {
    left: 0
}

@media screen and (max-width: 992px) {
    .layout.layout-expanded {
        overflow:hidden
    }

    .layout.layout-expanded .layout-sidebar {
        position: fixed;
        height: 100%;
        z-index: 9999
    }

    .layout.layout-expanded .layout-content {
        transform: translateX(260px)
    }
}

.layout-sidebar {
    width: 0px;
    flex: 0 0 auto;
    transition: all .3s ease
}

.layout-sidebar .layout-sidebar-body {
    width: 260px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: -260px;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background-color: #0e0e0e;
    transition: all .3s ease
}

.layout-sidebar .layout-sidebar-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 8px;
    background-color: #0e0e0e;
    position: sticky;
    top: 0;
    z-index: 999
}

.layout-sidebar .layout-sidebar-heading-wrapper .layout-sidebar-logo {
    height: 70px
}

.layout-sidebar .layout-sidebar-heading-wrapper .layout-sidebar-logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    text-align: center
}

.layout-sidebar .layout-sidebar-content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 8px 0 32px
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 15px 8px;
    background-color: rgba(0,0,0,0);
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 1px solid white;
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-link:hover {
    background-color: #ffffff1f;
    color: white
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-toggle {
    position: relative;
    display: flex;
    align-items: center
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-toggle::after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "󰅀";
    font-size: 1.5rem;
    position: absolute;
    right: 8px
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-toggle.collapsed::after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "󰅂";
    font-size: 1.5rem;
    position: absolute;
    right: 8px
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-item {
    margin-left: 0px
}

.layout-sidebar .layout-sidebar-content-wrapper .layout-menu-item .layout-menu-item .layout-menu-item {
    margin-left: 12px
}

.layout-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    width: 100%;
    background-color: #fff;
    transform: translateX(0);
    transition: all .3s ease
}

.layout-content .layout-header {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    height: 70px;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    left: auto;
    right: 0;
    z-index: 9999;
    background-color: #212529;
    color: #1e1e1e
}

.layout-content .layout-header .layout-header-menu-toggle {
    border: 1px solid white;
    color: white;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all .3s ease
}

.layout-content .layout-header .layout-header-menu-toggle i {
    font-size: 1.75rem
}

.layout-content .layout-header .layout-header-menu-toggle:hover {
    background-color: rgba(30,30,30,.15)
}

.layout-content .layout-body {
    display: flex;
    flex-direction: column;
    /*align-items:center;*/
    /*justify-content:center;*/
    flex: 1 1 0%;
    max-width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px
}

# sourceMappingURL=layout.css.map