/* width */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 10px;
}



/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dadada; 
  border-radius: 10px;
}
.alert {
    padding: 15px!important;
    border: 1px solid transparent;
}
.error{
    color: rgb(255 0 0);
    font-weight: 500;
}
.mt-2{
    margin-top: 2rem;
}
