::-webkit-scrollbar {
  background-color: rgba(78, 115, 223, .5);
  width: 5px;
  border-radius: 16px;
}

::-webkit-scrollbar:vertical {
  width: 5px;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

/* Remove buttons */
::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0, .3);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0, 0);
  border-image: initial;
  border-radius: 16px;
}

::-webkit-scrollbar-track {
  background-color: rgb(0, 0, 0, 0);
}

.border-bottom {
  border-bottom-style: dotted !important;
  border-bottom-color: rgba(0, 0, 0, .2) !important;
}

/* .bootstrap-select, */
.form-control,
input, select {
  border-color: #e3e !important;
  border-width: 1px !important;
  border-style: inset !important;
}