.sidebar-wrapper {
    padding: 60px 0;
    background: #000000;
    box-shadow: none;
}

.sidebar-wrapper .logo {
    display: table;
    margin: 0 auto 40px;
    position: relative;
    padding: 0 0 16px;
}

.sidebar-wrapper .logo:after {
    content: '';
    background: #ffffff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sidebar-wrapper ul li a {
    color: white !important;
    padding: 15px 25px;
    display: block;
    font-size: 15px;
    transition: .3s all;
}

.sidebar-wrapper ul li a img {
    margin-right: 15px;
}

.sidebar-wrapper ul li a.active {
    background: #282B71;
}

.sidebar-wrapper ul li a:hover {
    background: #282b7175;
    color: white;
}
    /* Arrow style */
    .menu-arrow {
        margin-left: auto;
        transition: transform 0.1s ease;
        font-size: 10px;
    }
    /* Rotate when submenu is open */
    .collapsed .menu-arrow {
        transform: rotate(0deg);
    }
    .menu-arrow.rotate {
        transform: rotate(90deg);
    }

.sidebar-wrapper ul li ul {}

.sidebar-wrapper ul li ul li {}

.sidebar-wrapper ul li ul li a {
    font-size: 14px;
    padding-left: 70px;
    position: relative;
}

.sidebar-wrapper ul li ul li a:before {
    content: '';
    height: 1px;
    width: 8px;
    background: white;
    position: absolute;
    left: 54px;
    top: 0;
    bottom: 0;
    margin: auto;
}




 .sidebar {
      width: 250px;
      min-height: 100vh;
      /* padding: 15px; */
    }
    .nav-link {
      display: flex;
      align-items: center;
      cursor: pointer;
    }
 .menu-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
  }
  .nav-link[aria-expanded="true"] .menu-arrow {
    transform: rotate(90deg);
  }


  .scrollbar
{
    /* margin-left: 30px; */
    float: left;
    /*height: 451px;*/
    width: 100%;
    /* background: #F5F5F5; */
    /*overflow-y: scroll;*/
    /* margin-bottom: 25px; */
}

.force-overflow
{
    /*min-height: 450px;*/
}



/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #000;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #000;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #395c2b;
}

.sidebar-wrapper .logout-ico {color: white;padding: 15px 30px;display: block;transition: .3s all;clear: both;position: absolute;bottom: 30px;}

.sidebar-wrapper .logout-ico a {
    color: white;
    font-size: 1.4rem;
}

.sidebar-wrapper .logout-ico a img {margin-right: 5px;}