


body {
  font-size: 0.8rem !important;

}

#page-loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #e4f0f0;
  z-index: 900000000;
}

#page-loading-image {
  z-index: 100;
}

.my-primary-bg {
 background-color: #0046b7;
}

.my-light-bg {
  background-color: #d2daf4;
 }

 .my-secondary-bg {
  background-color: #db4259;
 }

#rating {
    --dir: right;
    --fill: gold;
    --fillbg: rgba(100, 100, 100, 0.15);
    --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 3rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
  }
  [dir="rtl"] #rating {
    --dir: left;
  }
  #rating::-moz-range-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
  }
  #rating::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
  }
  #rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
  }
  #rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
  }
  #rating, #rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
  }
  #rating-label {
    margin-block-end: 1rem;
  }

  /* NO JS */
  #rating--nojs::-moz-range-track {
    background: var(--fillbg);
  }
  #rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
  }
  #rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
  }
  #rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
  }
  [dir="rtl"] #rating--nojs::-webkit-slider-thumb {
    box-shadow: var(--w) 0 0 var(--w) var(--fill);
  }

  .main-sidebar {
     background-color: #404e67 ;
  }

  <!-- .main-sidebar .nav-sidebar .nav-item .nav-link.active
 {
   background-color: transparent !important;
    color: #fe8a7d !important;

  } -->


.nav-treeview
{
  /* background-color: #4d5564 !important; */
  /* background-color:rgb(77, 85, 100, 75%) !important */
}


.sidebar .nav-link:hover
{
  border-left: 3px solid #fe8a7d!important;
    border-left-style: solid;
    height: 100%;
    left: 0;
    top: 0;
}

 .menu-open
{
  border-left: 1px solid #fe8a7d !important;
    border-left-style: solid;
    height: 100%;
    left: 0;
    top: 0;
}
  .sidebar a {
    color: #dcdcdc !important;
}




.cardprofil {
    max-width: 250px;
    margin: 10px auto 0;
    background-color: #4c575e;
    box-shadow: 0 10px 90px #00000024;
    text-align: center;
    font-size: 20px;
    border-radius: 15px;
}

.cardprofil .card-header {
    position: relative;
    height: 48px;
}


.cardprofil .card-header .profile-img {
    width: 130px;
    height: 130px;
    border-radius: 1000px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #404e67;
    box-shadow: 0 0 20px #dcdcdc;
}

.cardprofil .card-header .profile-img:hover {
    width: 180px;
    height: 180px;
    border: 8px solid #dcdcdc;
}


.cardprofil .card-body {
    padding: 10px 10px;
}

.cardprofil .card-body .name {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #dcdcdc;
  margin-bottom: auto;
}

/* .cardprofil .card-body .name:hover {
    margin-top: 30px;
    font-size: 20px;
    color: #dcdcdc;
}*/

.cardprofil .card-body .mail {
    font-size: 14px;
    color: #c2bdbd;
}

/*.cardprofil .card-body .mail:hover {
    font-size: 16px;
    color: #ffffff;
}*/

.cardprofil .card-body .job {
    margin-top: 10px;
    font-size: 14px;
}


.cardprofil .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.cardprofil .social-links .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #c74385;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100%;
    text-decoration: none;
    margin: 0 13px 30px 0;
}

.cardprofil .social-links .social-icon:last-child {
    margin-right: 0;
}

.cardprofil .social-links .social-icon:hover {
    background-color: #d885af;
    height: 50px;
    width: 50px;
    text-decoration: none;
}


.cardprofil .card-footer {
    background-color: #c74385;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px 0 20px 0;
}

.cardprofil .card-footer .count {
    font-size: 14px;
}


@media screen and (max-width: 575px) {
    .cardprofil {
        width: 96%;
    }

    .cardprofil .card-body {
        padding: 10px 20px;
    }


.blockquote-custom {
  position: relative;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 19px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: black !important;
  border-bottom: 1px solid blue !important;
  background-color: white !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: black !important;
  background-color: white !important;
}