::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.vpxLoader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #084574;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#vpxTopNavbar {
  background-color: #0c4c7e;
}

.vpxBlueText {
  color: #084574;
}

.vpxFs-14 {
  font-size: 15px;
}

#vpxDocContainer {
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

#vpxSelectSupplementsBtn option {
  background-color: #fff;
  color: black;
}

#vpxSelectSupplementsBtn {
  width: 250px;
}

#vpxSelectSupplementsBtn:focus-within {
  outline: none;
}

.vpxRightSidebar {
  margin-top: 50px;
  border-radius: 20px 0px 0px 20px;
  background-color: #e0e0e0;
}

#vpxFundsList li a {
  text-decoration: none;
  color: black;
}

#vpxFundsList li {
  padding: 5px;
}

#vpxFundSearch {
  border: 1px solid #a9a9a9;
  height: 35px;
}

/*for 768 and above*/
@media only screen and (min-width: 768px) {
  #hextoneLogodarkvpx {
    height: 25px;
  }

  #vpxUlList {
    flex-wrap: wrap;
  }

  .vpxLink {
    text-transform: uppercase;
    color: #084574;
    cursor: pointer;
    font-size: 14px;
  }
  .vpxLink:focus,
  .vpxLink:hover {
    color: #084574;
  }

  .vpxFundsNavbar {
    border-bottom: 1px solid rgb(206, 200, 200);
    padding: 0;
    background-color: white;
  }

  .vpxActive {
    color: #084574;
    border-bottom: 2px solid #22bdef !important;
  }
}

/*for 767 and below*/
@media screen and (max-width: 767px) {
  #hextoneLogodarkvpx {
    height: 20px;
  }

  .vpxLeftSidebar {
    background-color: #0c4c7e;
    margin-top: 58px;
  }

  .vpxLeftSidebar.offcanvas-start {
    max-width: 240px;
  }

  .vpxLink {
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
  }

  .vpxLink:focus,
  .vpxLink:hover {
    color: #fff;
  }

  .vpxList {
    border-bottom: 1px solid #fff;
  }

  .active {
    background-color: #2274b5;
    color: white;
  }

  .vpxRightSidebar {
    margin-top: 55px;
  }

  .vpxRightSidebar.offcanvas-end {
    max-width: 220px;
  }
}
