
/* Custom scroll bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808368;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #808368;
}

table.vgt-table {
  font-size: 14px !important;
}
.custom-multiselect .multiselect__content-wrapper{
  position: relative !important;
  display: block !important;
}