body{
}
:root { --sidebar-bg: #2b2171; }

.sidebar {
  color: white;
  --text-color: white;
  --sidebar-menu-color: white;
  --sidebar-menu-icon-color: white;
  --sidebar-menu-active-item-color: #9f13d2;
  --bs-link-color-rgb: white;
  --link-hover-color: #9f13d2;
}
#main-menu .menu .menu-item:hover{
  background-color: rgba(255, 255, 255, 0.52);
}
.pasa-modal .modal-content{
  border-radius: 0;
  border:0;
}

.pasa-modal .modal-header{
  background-color: #352071;
  color:white;
  padding: 10px;
  border-radius: 0;
}
.pasa-modal .modal-header h5{
  color:white;
}

.modal-footer{
  margin: 0;
}