@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
/* Progress Bar Colors*/
html {
  scroll-behavior: smooth;
  overflow-y: hidden;
}

.collapse {
  transition-duration: 300ms;
  transition-delay: 0ms;
}

/* Responsive half Columns */
@media screen and (min-width: 968px) {
  .col-lg-0-5 {
    flex: 0 0 auto;
    width: 4.166666665%;
  }
  .col-lg-6-5 {
    flex: 0 0 auto;
    width: 54.166666665%;
  }
  .col-lg-11-5 {
    flex: 0 0 auto;
    width: 95.833333335%;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 968px) {
  .col-lg-0-5 {
    display: none;
  }
  html {
    overflow-y: scroll;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
#sideNavCol {
  position: relative;
}

.bottomMost {
  position: absolute;
  bottom: 60px;
  left: 0px;
  padding-left: inherit !important;
}

.SideNavLink {
  border: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: inherit !important;
}

.SideNavLink:nth-child(1) {
  top: 0px;
}

.SideNavLink:nth-child(2) {
  top: 68px;
}

.SideNavLink:nth-child(3) {
  top: 136px;
}

.SideNavLink:nth-child(4) {
  top: 204px;
}

.nav-bg-black {
  background-color: #000000;
}/*# sourceMappingURL=general.min.css.map */