

::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar-thumb {
  background: rgb(105, 45, 191);
  border-radius: 1em;
}
/* ::-webkit-scrollbar-hover {
  -webkit-animation:
} */
.form-control:required + label::after {
  color: red;
  content: " *";
}
