.sidebar-dashboard-container {
  height: 100%;
}

.sidebar-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}



/* .v-navigation-drawer__content  {
  overflow-x: hidden;
  height: 100%;
  position: relative;
} */

.sidebar-simplebar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.leftsidebar-pin {
  float: right;
  margin: 4px;
}

.leftsidebar-minify {
  position: absolute;
  right: 4px;
  bottom: 5px;
}

.cs-nav-drawer .v-navigation-drawer__content {
  overflow-y: hidden;

}

.sidebar-active-tile {
  background-color: red;
}

.cs-sidebar-list .v-icon.theme--light {
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}

.sidebar .navbar-footer-text {
  font-size: 80%;
}

.sidebar .navbar-footer-icon {
  font-size: 100%;
}

.sidebar .tooltip-multiline {
  white-space: pre-line;
}

.v-application--is-ltr .v-list-item__action:first-child {
  margin-right: 14px !important;
}

.sidebar-menu-list-item {
  padding: 0 !important;
}

.v-application--is-ltr
  .v-list-group--no-action
  > .v-list-group__items
  > div
  > .v-list-item {
  padding-left: 58px !important;
}

.v-list-group--active
  > .v-list-group__header
  .v-list-group__header__prepend-icon
  .v-icon
  > .v-list-group__header
  .v-list-item,
.v-list-group__header .v-list-item__content {
  font-weight: 600;
}

/* .list__group__header__append-icon {
  display:none;
} */
