:root {
    --regionpro-primary: #1d294d;
    --regionpro-primary-rgb: 29, 41, 77;
    --regionpro-secondary: #366fb6;
    --regionpro-secondary-rgb: 54, 111, 182;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #000000;
    background-color: #6d84c8;
    border-color: #5e77c2;
}

.alert-primary hr {
    border-top-color: #4c68bb;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #1d294d;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #0f1527;
}

.bg-primary {
    background-color: #1d294d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0f1527 !important;
}

.border-primary {
    border-color: #1d294d !important;
}

.btn-primary {
    color: #fff;
    background-color: #1d294d;
    border-color: #1d294d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #131b33;
    border-color: #0f1527;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 77, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1d294d;
    border-color: #1d294d;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f1527;
    border-color: #0a0f1c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 77, 0.5);
}

.btn-outline-primary {
    color: #1d294d;
    background-color: transparent;
    border-color: #1d294d;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1d294d;
    border-color: #1d294d;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 77, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1d294d;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d294d;
    border-color: #1d294d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 41, 77, 0.5);
}

.list-group-item-primary {
    color: #000000;
    background-color: #5e77c2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #4c68bb;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #5e77c2;
}

.table-hover .table-primary:hover {
    background-color: #4c68bb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #4c68bb;
}

.text-primary {
    color: #1d294d !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0f1527 !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #193557;
    background-color: #c9d9ee;
    border-color: #b9cfea;
}

.alert-secondary hr {
    border-top-color: #a5c1e4;
}

.alert-secondary .alert-link {
    color: #0e1d30;
}

.badge-secondary {
    color: #fff;
    background-color: #366fb6;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    background-color: #2a578e;
}

.bg-secondary {
    background-color: #366fb6 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #2a578e !important;
}

.border-secondary {
    border-color: #366fb6 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #366fb6;
    border-color: #366fb6;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2d5e9a;
    border-color: #2a578e;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 111, 182, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #366fb6;
    border-color: #366fb6;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2a578e;
    border-color: #264f82;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 111, 182, 0.5);
}

.btn-outline-secondary {
    color: #366fb6;
    background-color: transparent;
    border-color: #366fb6;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #366fb6;
    border-color: #366fb6;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 111, 182, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #366fb6;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #366fb6;
    border-color: #366fb6;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 111, 182, 0.5);
}

.list-group-item-secondary {
    color: #193557;
    background-color: #b9cfea;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #193557;
    background-color: #a5c1e4;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #193557;
    border-color: #193557;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #b9cfea;
}

.table-hover .table-secondary:hover {
    background-color: #a5c1e4;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #a5c1e4;
}

.text-secondary {
    color: #366fb6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #2a578e !important;
}

.link-primary {
    color: RGBA(var(--regionpro-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--regionpro-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--regionpro-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
    color: RGBA(var(--regionpro-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--regionpro-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--regionpro-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}