body {
    font-family: 'Roboto', sans-serif;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 15px;
    padding-left: 15px;
}
.main{
    border-right:1px solid #ebebeb;
}
.sidebar {
    width: 300px;
    min-height: calc(100vh - 54px);
    padding: 0;
}
.toggle-icon{
    padding: 15px 0;
    min-width: 50px;
    cursor: pointer;
}
.tab-title{
    font-size: 16px;
    color: #000000;
    padding: 25px 20px;    
    font-weight: 700;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
    .tab-title.active {
        background-color: #f5b88321;
    }
.tab-menus li{
    border-bottom: 1px solid #ebebeb;
}
.tab-menus li a{
    padding: 20px 0 20px 50px ;
    display: block;
    color: #000;
}
    .tab-menus li a.active {
        font-weight: 700;
        color: #4f2e73;
    }

@media(max-width: 991px){
    .sidebar-main {
        width: 300px;
        position: fixed;
        background: #fff;
        min-height: 100vh;
        top: 0;
        left: 0;
        transform: translateX(-300px);
        z-index: 1051;
    }

    .sidebar-main {
        border-right: 0;
    }
    .tab-menus li a {
        padding: 20px 0 20px 30px;
    }
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0 !important;
    }

}