body {
    overflow-x: hidden;
}

/* ------------------ Sidebar ------------------ */
#sidebar-wrapper {
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    z-index: 3;
    color: rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: auto;
    margin-left: -250px;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    min-height: 100vh;
}

@media (max-width: 991px) {
    #sidebar-wrapper {
        height: calc(100vh - 101.5px);
        top: 56.5px;
        min-height: calc(100vh - 101.5px);
    }
}

#sidebar-wrapper #sidebar-heading {
    font-size: 1.2rem;
}

#sidebar-content{
    min-height: max-content;
}

#sidebar-content {
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}
#sidebar-wrapper #sidebar-heading ,
#sidebar-wrapper .list-group {
    width: 250px;
}

#sidebar-footer{
    margin-top: auto;
    margin-bottom: 20px;
}

#page-content-wrapper {
    min-width: 100vw;
}
#wrapper.settings #sidebar-wrapper,
#wrapper.summary #sidebar-wrapper,
#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
}

/* ------------------ Content Wrapper ------------------ */
div#content-wrapper {
    padding-top: 2em;
}

div#content-wrapper .content-header {
    margin-bottom: .5em;
}

@media (max-width: 992px) {

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    div#content-wrapper {
        padding-left: 265px;
    }
}


/* ------------------ Content customizations ------------------ */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    min-height: 56.5px;
}
/*
#sidebar-wrapper .sidebar-logo,
#sidebar-wrapper .user-name {
    margin-left: 50px;
}
*/
#sidebar-wrapper .sidebar-divider {
    border: 1px solid #f2f2f2;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Sidebar links */
#sidebar-wrapper .sidebar-navigation a {
    display: block;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

#sidebar-wrapper #sidebar-footer a {
    display: block;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

/* Active/current link */
#sidebar-wrapper .sidebar-navigation a.active {
    color: rgb(255, 81, 0);
}

/* Links on mouse-over */
#sidebar-wrapper .sidebar-navigation a:hover:not(.active) {
    color: rgb(0, 0, 0);
    background:rgb(36, 34, 34, 0.05);
}

#sidebar-wrapper #sidebar-navigation-contextual {
    width: 80%;
    margin: 0 auto;
}

#sidebar-wrapper a.sidebar-navigation-account {
    /* background-color: #e0e0e0; */
    margin: .5em 2em;
    /* border-radius: 3px; */
    padding: 1em;
   /* padding-left: 25px;*/
}

#sidebar-wrapper .sidebar-navigation .oi {
    padding-right: .8em;
}

#wrapper.summary #sidebar-wrapper .sidebar-navigation  {
    display: none;
}

#wrapper.settings #sidebar-wrapper #sidebar-navigation-contextual  {
    display: none;
}

#sidebar-wrapper{
    text-align: center;
}

#companyLogo{
    margin-top: 20px;
    max-height: 90px;
    max-width: 130px;
    object-fit: scale-down;
}

.logo-content{
    width: 80%;
    margin: 0 auto;
}
