@charset "UTF-8";

:root {
    --bs-body-bg-rgb: 240, 242, 245;
    --bs-body-bg: #d8ecf7 !important;
}

.bg-primary {
    /*background-color: #d8ecf7 !important; !* Use !important for specificity *!*/
    background-color: #b0ddf4 !important; /* Use !important for specificity */
    background-color: #6fb2dc !important; /* Use !important for specificity */
    /*background-color: #2f77a7 !important; !* Use !important for specificity *!*/
    /*background-color: #f2c641 !important; !* Use !important for specificity *!  */
}

.bg-dark {
    background-color: #2f77a7 !important;
}

.btn-light {
    background-color: #f2c641 !important;
}
