.bg-filling1 {
    background-color: #EFF6FC !important;
}

.bg-filling2 {
    background-color: #FFFFFF !important;
}

:root {
    --bs-primary: #12A1DE;
    --bs-secondary: #2D538F;
    --bs-primary-rgb: 18, 161, 222;
    --bs-secondary-rgb: 45, 83, 143;
}

.btn-primary {
    --bs-btn-bg: #12A1DE;
    --bs-btn-border-color: #12A1DE;
}