html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;*/
}


.top-bar {
    position: fixed;
    top: 0;
    left: 230px;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid rgb(228 228 228 / 0%);
    z-index: 10;
    -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    transition: all 0.3s;
    /* display:flex;
    align-items:center;*/
}

    .top-bar.remove-left {
        left: 0px !important;
    }

    .top-bar.navbar {
        padding-top: 1rem !important;
    }

.sidebar {
    height: 100vh;
    position: fixed;
    width: 230px;
    border-right: 2px solid #f8f9fa;
    /* top: 80px;*/
    left: 0px;
    transition: all 0.3s;
}

    .sidebar.hidden {
        margin-left: -230px;
    }

#content-section {
    /*margin-top: 100px;*/
    position: relative;
    width: 50%;
    flex-grow: 8;
    margin-left: 230px;
    transition: all 0.3s;
}

    #content-section.full-width {
        /* width: calc(100% + 230px);*/
        margin-left: 0px;
    }

.accordion-body {
    padding: 0px;
}

.accordion-button-without-icon {
    text-decoration: none;
    padding: 15px;
    font-size: 14px;
    align-items: baseline;
    position: relative;
    display: flex;
    width: 100%;
    color: #000 !important;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

    .accordion-button-without-icon i {
        margin-right: 5px;
    }

.accordion-button {
    padding: 15px;
    font-size: 14px;
    align-items: baseline;
    color: #000 !important;
}

    .accordion-button i {
        margin-right: 10px;
        width: 15px;
    }

    .accordion-button::after {
        width: .85rem;
        height: .85rem;
        background-size: 0.85rem;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        font-weight: 600;
        background-color: #ebeef2;
        box-shadow: none;
    }

li.submenu {
    padding: 10px 0px 10px 35px;
    border-bottom: 1px solid #f4eeee;
    background-color: #fdfdfd;
}

.submenu a {
    position: relative;
    display: block;
    /*padding: 0px 0px 15px 0px;*/
    margin-left: 0px;
    font-size: 14px;
    text-decoration: none;
    color: #000 !important;
}

@media (max-width: 768px) {
    .brand-header-title h5 {
        font-size: 12px;
    }

    .sidebar {
        margin-left: -230px;
    }

        .sidebar.hidden {
            margin-left:0px;
        }

    #content-section {
        margin-left: 0px;
    }

        #content-section.full-width {
            margin-left: 230px;
        }

    .top-bar {
        left: 0px;
        width:100%;
    }

        .top-bar.remove-left {
            left: 230px !important;
        }

    .footer {
        left: 0px !important;
    }

        .footer.footer-remove-left {
            left: 230px !important;
        }

    .account-nav-link {
        display: none;
    }
}
