
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
  cursor: pointer;
}

.nav-sidebar .nav-item-open > .nav-link:not(.disabled):not(:active),
.nav-sidebar > .nav-item-expanded > .nav-link:not(:active) {
		  
		  /* item open active cz 
		  background-color: var(--nav-link-hover-bg); 
  		  border-left: 3px solid;
		  border-left-color: #0c83ff;  */
	  
}

.nav-sidebar .activex a{
		font-weight: bold!important;
		/* color: #0c83ff !important; */
		background-color: var(--nav-link-hover-bg);
	
  		  border-left: 3px solid;
		  border-left-color: #0c83ff;
}

.table-sm {
    --table-cell-padding-y: 0.625rem !important;
    --table-cell-padding-x: 0.85rem !important;
}