@media (min-width: 576px) {
    html {
        font-size: 0.5rem !important;
    }
    .sidebar {
        width: 230px;
        padding: 5px 0;
    }
    .b-sidebar {
        position: inherit;
        height: 100% !important;
        background-color: white !important;
        width: 230px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 0.6rem !important;
    }
    .sidebar {
        width: 260px;
        padding: 10px 0;
    }
    .b-sidebar {
        position: inherit;
        height: 100% !important;
        background-color: white !important;
        width: 260px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 0.7rem !important;
    }
    .sidebar {
        width: 290px;
        padding: 15px 0;
    }
    .b-sidebar {
        position: inherit;
        height: 100% !important;
        background-color: white !important;
        width: 290px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 0.8rem !important;
    }
    .sidebar {
        width: 320px;
        padding: 20px 0;
    }
    .b-sidebar {
        position: inherit;
        height: 100% !important;
        background-color: white !important;
        width: 320px;
    }
}

.wrapper {
    position: relative;
}

.list-style-none {
    list-style: none
}

.text-muted {
    color: #adb5bd !important;
}

ul {
    padding-bottom: 20px;
}

ul li a img {
    background: #66BB6A;
    top: 0;
    border: none;
    width: 20px;
}

.sidebar ul li {
    padding: 6px;
}

.sidebar ul li a {
    color: black;
    display: block;
}

.sidebar ul li a .fas {
    width: 30px;
    color: #bdb8d7 !important;
}

.sidebar ul li a .far {
    width: 30px;
    color: #bdb8d7 !important;
}

.sidebar ul li:hover {
    background: #4E091C;
    color: white !important;
}

.sidebar ul li a:hover {
    text-decoration: none;
    color: white !important
}

.color-transp{
    color: transparent !important;
}

.redBack {
    background-color: #4E091C !important;
}

.border-bottom-1 {
    border-bottom: 1.7px solid gray;
}

.border-bottom-2 {
    border-bottom: 1.3px solid #8080803b;
}


.transition {
    opacity: 1;
    transition: opacity 8s linear;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #424242;
    color: white;
    height: 30px;
    padding: 0;
}

.b-sidebar-body {
    border: solid;
    border-color: gray;
    border-radius: 3px;
}

.icon24px{
    font-size: 24px;
}

.box-shadow {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.2);
    transition: 0.3s
}

.b-sidebar-outer {
    float: left;
    position: sticky;
    top: 0;
    height: 100% !important;
}

.componentStyle {
    /*background-color: #E9ECEF;*/
    padding: 10px 10px 10px 10px;
}