/* PENGATURAN SIDEBAR LEFT ( L ) */

#sidebar-wrapper-L {
  z-index: 1000!important;
  position: fixed!important;
  left: 250px!important;
  width: 0!important;
  height: 100%!important;
  margin-left: -250px!important;
  overflow-y: auto!important;
  background: #ffffff !important;
  -webkit-transition: all 0.5s ease!important;
  -moz-transition: all 0.5s ease!important;
  transition: all 0.5s ease!important;
  /*border: 0.3px solid #d8d8d9!important;*/
}

#wrapper-L.toggled-L #sidebar-wrapper-L {
  width: 250px!important;
}

#wrapper-L {
  padding-left: 0px!important;
  -webkit-transition: all 0.5s ease!important;
  -moz-transition: all 0.5s ease!important;
  transition: all 0.5s ease!important;
}

#wrapper-L.toggled-L {
  padding-left: 250px!important;
}

@media (min-width:768px) {
  #wrapper-L.toggled-L #sidebar-wrapper-L {
    width: 250px!important;
  }
}

@media (min-width:768px) {
  #wrapper-L {
    padding-left: 250px!important;
  }
}

@media (min-width:768px) {
  #wrapper-L.toggled-L {
    position: relative!important;
    margin-right: 0px!important;
    padding-left: 0px!important;
  }
}

@media (min-width:768px) {
  #sidebar-wrapper-L {
    width: 250px!important;
  }
}

@media (min-width:768px) {
  #wrapper-L.toggled-L #sidebar-wrapper-L {
    width: 0px!important;
  }
}

/* PENGATURAN ICON SIDEBAR LEFT ( L ) */

.icon-sidebar-L {
  color: #f3f3f4;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  /*border: 0.5px solid #434f67;*/
  background: var(--bs-primary);
}

.smsp-icon-sidebar {
  width: 20px;
}

.smsp-text-sidebar {
  margin-bottom: 10px;
  color: #625F5F;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.item-1.collapse-show-item-accordion-L.smsp-sub-sidebar {
  /*background-color: #E4F0FC;*/
}

.sidebar-heading {
  background-color: #fff;
  padding: 25px;
}

.logo-sidebar {
  width: 80px;
}

.menu-sidebar.active {
  //styleName: Body/BodyText2/SemiBold;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  border-radius:0px;
  color: #883DCF !important;
}

.card-header-accordion-L.active {
  color: #883dcf;
  border-left: 2px solid #883dcf;
  padding: 16px 24px 16px 24px;
  margin-bottom: -1px!important;
  background-color: #e7d8f5;
  border-top: 0.8px solid #f0f7fd;
}

.menu-sidebar {
  border-radius: 0px !important;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #74788D !important;
}

.icon-accordion {
  margin-right: 10px;
  font-size: 16px;
  color: #74788d;
}

.dropdown-sidebar {
  color: #74788d;
}

.dropdown-sidebar.active {
  color: #883dcf;
}

.paragraph-hello-apps {
}

