/* ROBUST365 BLUE FORCE OVERRIDE - LOADED LAST */
:root {
    --color-customColor: #0A66C2 !important;
    --bs-primary: #0A66C2 !important;
    --bs-primary-rgb: 10, 102, 194 !important;
}

* {
    --color-customColor: #0A66C2 !important;
}

.login-bg-img,
.bg-login,
.bg-primary,
body.custom-color .bg-primary,
section.bg-primary,
.main-banner.bg-primary {
    background: #0A66C2 !important;
    background-color: #0A66C2 !important;
    background-image: none !important;
    color: white !important;
}

.btn-primary,
body.custom-color .btn-primary,
button.btn-primary,
a.btn-primary,
input[type="submit"].btn-primary {
    background: #0A66C2 !important;
    background-color: #0A66C2 !important;
    background-image: none !important;
    border-color: #0A66C2 !important;
    color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #084f99 !important;
    background-color: #084f99 !important;
    border-color: #084f99 !important;
    color: white !important;
}

.text-primary,
a.text-primary,
body.custom-color .text-primary {
    color: #0A66C2 !important;
}

