@charset "UTF-8";
/*!
 * Bootstrap Vertical Menu v0.0.3 (https://iqbalfn.github.io/bootstrap-vertical-menu/)
 * Copyright 2019 Iqbal Fauzi
 * Licensed under MIT (https://github.com/iqbalfn/bootstrap-vertical-menu/blob/master/LICENSE)
 */
.vertical-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*.vertical-menu ul:before {*/
/*  content: "";*/
/*  display: block;*/
/*  height: .7rem;*/
/*}*/

/*.vertical-menu ul:after {*/
/*  content: "";*/
/*  display: block;*/
/*  height: .7rem;*/
/*}*/

.vertical-menu ul ul {
  display: none;
}

.vertical-menu a {
  display: block;
  padding: 0 0.4rem 0 0rem;
  line-height: 2.5rem;
  white-space: nowrap;
  text-decoration: none;
}

.vertical-menu a > i:first-child {
  width: 2rem;
  display: inline-block;
}

.vertical-menu li.show > ul {
  display: block;
}

.vertical-menu-parent > a:before {
  content: "";
  font-family: FontAwesome;
  float: right;
}

.vertical-menu-parent.show > a:before {
  content: "";
}

.vertical-menu-dark {
  background: black;
}

.vertical-menu-dark li.show, .vertical-menu-dark li.active {
  background1: rgba(255, 255, 255, 0.03);
}

.vertical-menu-dark li.show > a, .vertical-menu-dark li.active > a {
  color: white;
}

.vertical-menu-dark a {
  color: rgba(158, 158, 158, 0.9);
}

.vertical-menu-dark a:hover, .vertical-menu-dark a:focus {
  color: rgba(255, 255, 255, 0.8);
  background11: rgba(255, 255, 255, 0.05);
}

.vertical-menu-light {
  background1: white;
}

.vertical-menu-light li.show, .vertical-menu-light li.active {
  background1: rgba(33, 33, 33, 0.03);
}

.vertical-menu-light li.show > a, .vertical-menu-light li.active > a {
  color: black;
}

.vertical-menu-light a {
  color: rgba(117, 117, 117, 0.9);
}

.vertical-menu-light a:hover, .vertical-menu-light a:focus {
  color: #424242;
  background1: rgba(33, 33, 33, 0.05);
}
/*# sourceMappingURL=bootstrap-vertical-menu.css.map */

.pl-30 {
    padding-left: 30px!important;
}
.pl-60 {
    padding-left: 60px!important;
}
.pl-90 {
    padding-left: 90px!important;
}
.pl-10 {
    padding-left: 10px!important;
}
.pl-20 {
    padding-left: 20px!important;
}
.pl-30 {
    padding-left: 30px!important;
}
