
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
    display: none !important;
}

.bg-dark {
  --bs-dark-rgb: 0, 130, 203 !important;
}


.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(0 130 203) !important;
}
