.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important; }

.btn-small {
    padding: 5px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}