::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
  background: none; 
}
 
::-webkit-scrollbar-thumb {
  background: #777777; 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #777777; 
}

.form-label-optional {
  color: #777777;
  font-style: italic;
}

.background-gradient {
    background: linear-gradient(0deg, rgba(152, 224, 161, 1) 0%, rgba(8, 79, 140, 1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-off {
    --bs-btn-bg: #ffffff;
    --bs-btn-hover-bg: #86b7ee;
}
