.text-client {
    color: #004f82 !important;
}

.bg-client {
    background-color: #004f82 !important;
}

.btn-client {
    background-color: #004f82 !important;
    color: white;
}

.btn-client:hover {
    background-color: #01569b !important;
    color: white;
}

.toast-alert {
    width: 100% !important;
    /* position: absolute; */
}

.toast-alert img {
    width: 2em;
}

.toasts-messages {
    position: absolute;
}