.SlimPanelStyle {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    background-color: #01204d;
    min-height: 100vh}
.LeftPanelStyle {
    width: 220px;
    background-color: #01204d;
    min-height: 100vh}
.MainPanelStyle {
    min-height: 100vh}
.navbar .dropdown-menu {
  position: absolute; /* default Bootstrap */
}

.navbar .dropdown.position-static .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute !important; /* or static, depending on design */
}

.SoluStyle {
    background-image: url("../assets/images/banner/abstract-bgrnd.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover}
