/* Scrool Bar*/
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: 1px solid #ffffff;
  border-radius: 9px;
}
::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}
::-webkit-scrollbar-thumb:active {
  background: #6d7fcc;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 9px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #20c997 !important;
    border-color: #20c997 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.disabled {
    color: #6d7fcc !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-color: transparent !important;
}
