:root {
    --bs-success-rgb:34,139,34;
    --bs-danger-rgb:255,69,0;
    --bs-primary: #194b7e !important;
}

footer {
    text-align: center;
    width: 100%;
}

nav {
    padding: 40px;
}
.container.custom-border {
    border-bottom: 4px solid #ee7f00 !important;
}

.nav-link.active {
    background: #194b7e !important;
    color: #FFFFFF;
}

.nav-link:not(.active) {
    background: #FFFFFF !important;
    border-color: #194b7e !important;
    color: #194b7e;
}

.btn-outline-primary {
    color: #194b7e !important;
    border-color: #194b7e ;
}

.btn-outline-primary:hover {
    background: #194b7e !important;
    border-color: #194b7e !important;
    color: #FFFFFF !important;
}

.btn-outline-primary.active {
    background: #194b7e !important;
    border-color: #194b7e !important;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    color: #194b7e !important;
    border-color: #194b7e ;
}

.btn-primary {
    background: #FFFFFF !important;
    color: #194b7e !important;
    border-color: #194b7e ;
}

.btn-primary:hover {
    background: #194b7e !important;
    border-color: #194b7e !important;
    color: #FFFFFF !important;
}

.form-check-input:checked {
    background-color: #194b7e !important;
}

main, .table, .text-primary, .select {
    color: #194b7e !important;
}

