.mt-10{margin-top: 10px;}
.mt-16{margin-top: 16px;}
.mb-10{margin-bottom: 10px;}
.ml-10{margin-left: 10px;}
.mr-10{margin-right: 10px;}


.p-0{padding: 0;}



.invalid-feedback{font-size: 0.75rem;}
.fg-light-primary{
    color: #bd9fcf;
}

.big-link.active {
    z-index: 2;
    color: #fff !important;
    background-color: #6A1B9A;
    border-radius: 20px 12px 12px 20px;
  }
  .sm-link.active {
    z-index: 2;
    color: #fff;
    background-color: #6A1B9A;
    border-radius: 10px 5px 5px 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .fas.active{
    color: #fff;
  }
  .fs-10{font-size: 10px;}

  
  .form:invalid>#submit {
    pointer-events: none;
  }

.active-item{
  background-color: #5a259745 !important;
}

.item{
  background-color: #b88dea45;
}
  .item:hover{
    cursor: pointer;
    background-color: #83749445;
  }

  .carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
  }
  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }
  
  .owl-carousel .item {
    text-align: center;
  }
  .owl-carousel .nav-button {
    height: 50px;
    width: 78px;
    cursor: pointer;
    position: absolute;
    top:-6px !important
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  .owl-carousel .owl-prev {
    left: -35px;
  }
  .owl-carousel .owl-next {
    right: -35px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
  }
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }

  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }