body {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #4B568E !important;
}

.astroid-component {
 background:  rgba(255,255,255, 0.95);
  padding: 0px 15px;
}

#fs-1528971627712 {
  background-color: #4B568E;
  color: rgb(255, 255, 255);
}

.module-title {
  background:  rgba(255,255,255, 0.9);
  
}
.astroid-header-section, .astroid-sidebar-header {
  background-color: rgb(255, 255, 255, .95);
}

.nav a {
  
  background: #000;
  margin: 0px 10px 0px 0px;
  border-radius: 8px;
  color: #fff;
}

.astroid-nav .nav-link {
  color: rgba(255, 255, 225, 1);
}

.astroid-nav .nav-link.active {
  color: rgba(255,255,255, 1);
background: #4B568E;
}