/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 22px;
    color: #3498db;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    align-items: center;
}



a.list-group-item.list-group-item-action.bg-light.menu-list {
    margin: 0.6rem 0;
}


#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.img-menu-side {
    text-align-last: center;
}


.img-menu-side img{
    width: 7.25rem;
    height: 7.25rem;
    border-radius: 50%;
}


.bg-light {
    background-color: #e6ecf8 !important;
}

.menu-list{
    font-weight: 600;
}

span.menu-name {
    vertical-align: middle;
    margin-left: 0.6rem;
    font-size: 1.125rem;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 0px!important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #e6ecf8 !important;
    color: #3498db!important;
}
.list-group-item-action {
    color: #6d8aa9!important;
}

.list-space{
    border-width: 0 0 2px!important;
    border: solid 2px #dee0e4;
    display: block;
    margin: 15px 35px;
}

.list-group-item {
    padding: 0.6rem 1.25rem!important;
}
