.container-header {
    z-index: 10;
    /*background-color: #6591d2;*/
   background: hsla(216,55%,61%,0.9);
  background-image: none !important;
    /*background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 0%);*/
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

body {
    min-height: 100vh;
    position: relative;
  background-image: url("../../../../../images/basic_pics/svg_background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  --link-color: #ffffff;
  background-size: cover;
  }
.footer {
    color: #fff;
    background: hsla(216,55%,61%,0.9);
     background-image: none !important;
    margin-top: 1em;
}

.site-grid>[class^=container-], .site-grid>[class*=\ container-] {
        margin-top: 15px;
        column-gap: 1em;
        width: 100%;
        max-width: 600px;
        background: hsla(216,55%,61%,1.0);
  color: ffffff;
    }

.metismenu.mod-menu .metismenu-item {
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    color: #000000 !important;
    /* -webkit-text-stroke-width: 0.2px; */
    -webkit-text-stroke-color: black;
    background: #ebebeb;
    /* background-image: linear-gradient(#7eb784, #227b21); */
    margin-left: 5px;
    border-radius: 10px 0px 10px 0px;
}
.navbar {
    margin-top: 15px; 
    margin-bottom: 15px;
    padding: 0;
  margin-left: auto;
  margin-right:auto;
 
  }
.container-header .navbar-toggler {
    color: #000000;
    cursor: pointer;
    border: 1px solid #000000;
}
.blog-items {
  margin-left:10px;
  color: white;
  --link-color: #ffffff;
  }
.container-component>*+* {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
  
}

  }

.mod-list li a:hover {
 border-bottom: 1px solid;
    border-color: #000000; 
  color: #6591d2;
      text-decoration: none;
}
.mod-list li.active>a{
      border-bottom: 1px solid;
    border-color: #6591d2;
    color: #ffffff;
    text-decoration: none;
 /*background: hsla(216,55%,61%,0.6);*/
   background-color: #6591d2;
    padding-left: 5px;
    padding-right: 5px;
}

h1 {
  font-size: 30px;
  color: #ffffff !important;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  color: #ffffff !important;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  color: #ffffff !important;
}

h6 {
  color: #ffffff !important;
  font-weight: bold;
}
.offcanvas.show {
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, #30638d, var(--cassiopeia-color-hover));
}
@media (min-width: 992px) {
    .offcanvas-start {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .offcanvas .metismenu.mod-menu .metismenu-item > ul {
        position: relative;
        width: 100%;
        margin-top: 1rem;
    }
    .offcanvas .metismenu.mod-menu .mm-collapse {
        background-color: transparent;
    }
    .offcanvas .metismenu.mod-menu .metismenu-item > a {
        color: #fff;
    }
}
.offcanvas-header > *:only-child {
    margin-left: auto;
}
 .container-header .mod-menu {
    color: #ffffff;
  
}
.card {
  --card-bg: none;
  --card-border-color: none;
  }