.aside {
  display: flex;
  flex-direction: column;
  box-shadow: var(--bs-aside-box-shadow);
  padding: 0;
  background-color: #e5eaec;
}

.aside .aside-logo {
  background-color: #3699FF;
}

.aside .aside-toggle i,
.aside .aside-toggle .svg-icon {
  color: #ffffff;
}

.aside-menu .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: #3699FF;
  color: #ffffff;
}

.aside-menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .aside-menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.2s ease;
  background-color: #3699FF;
  color: #ffffff;
}

.aside-menu .menu-item.here > .menu-link {
  transition: color 0.2s ease;
  background-color: #3699FF;
  color: #ffffff;
}

.aside-menu .menu-item.show > .menu-link {
  transition: color 0.2s ease;
  background-color: #3699FF;
  color: #ffffff;
}

.aside .btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  background-color: rgba(63, 66, 84, 0.35);
}



.btn-check:checked + .aside .btn-custom, .btn-check:active + .aside .btn-custom, .aside .btn-custom:focus:not(.btn-active), .aside .btn-custom:hover:not(.btn-active), .aside .btn-custom:active:not(.btn-active), .aside .btn-custom.active, .aside .btn-custom.show, .show > .aside .btn-custom {
  color: #333;
  background-color: rgba(63, 66, 84, 0.35) !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    transition: left 0.3s ease;
    background-color: #3699FF;
  }
  
  .header-fixed .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #3699FF;
    box-shadow: var(--bs-header-fixed-box-shadow);
    height: 65px;
    padding: 0;
  }
  
.header .header-menu .menu > .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: #3699FF;
    color: #ffffff;
  }
  
  .header .header-menu .menu > .menu-item > .menu-link .menu-title {
    color: #ffffff;
  }
  
  .header .header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .header .header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: #207565;
    color: #ffffff;
  }
  
  
  
.topbar .topbar-item i,
.topbar .topbar-item .svg-icon {
  color: #ffffff;
}
.topbar .show > .topbar-item i,
.topbar .show > .topbar-item .svg-icon,
.topbar .topbar-item:hover i,
.topbar .topbar-item:hover .svg-icon,
.topbar .topbar-item.show i,
.topbar .topbar-item.show .svg-icon {
  /*color: #73e3ab;*/
  color: gold;
}  
  