.btn-custom {
    background-color: #004674 !important;
    border-color: #004674 !important;
    color: #fff;
}

.btn-custom:hover {
    opacity: 0.8;
    background-color: #004674 !important;
    border-color: #004674 !important;
    color: #fff;
}

.btn-custom-outline {
    border-color: #004674 !important;
    background-color: unset !important;
    color: #004674 !important;
}

.btn-custom-outline:hover {
    border-color: #004674 !important;
    background-color: #004674 !important;
    color: #fff !important;
}


.text-success {
    color: #004674 !important;
}
.bg-custom  , .bg-success {
    background-color: #004674 !important;
}
.fw-bolder {
    font-weight: 900 !important;
}
.btn-success {
    border-color: #004674 !important;
    background-color: #004674 !important;
}
.custom-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.text-gray {
    color: gray;
}
.bg-warning {
    background-color: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    color: #004674 !important;
}
