:root {
    --bs-primary: #23619e !important;
    --bs-secondary: #310e52 !important;

    --bs-primary-rgb: 35, 97, 158 !important;
    --bs-secondary-rgb: 49, 14, 82 !important;

    --bs-link-color: #23619e !important;
    --bs-link-color-rgb: 35, 97, 158 !important;
    --bs-link-hover-color: #310e52 !important;
    --bs-link-hover-color-rgb: 49, 14, 82 !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #23619e;
    --bs-btn-border-color: #23619e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3480c3;
    --bs-btn-hover-border-color: #3480c3;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f5185;
    --bs-btn-active-border-color: #1f5185;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #93bee6;
    --bs-btn-disabled-border-color: #93bee6;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #53267d;
    --bs-btn-border-color: #53267d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #652d9c;
    --bs-btn-hover-border-color: #652d9c;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #310e52;
    --bs-btn-active-border-color: #310e52;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d5bbf7;
    --bs-btn-disabled-border-color: #d5bbf7;
}

:root, [data-bs-theme=light] {
    --bs-border-radius: 0px;
    --bs-border-radius-sm: 0px;
    --bs-border-radius-lg: 0px;
    --bs-border-radius-xl: 0px;
    --bs-border-radius-xxl: 0px;
}


.form-control:focus, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--bs-primary);
    box-shadow: none !important;
}

.notific8-notification.family-legacy.lime, .notific8-notification.legacy.lime, .notific8-notification.ocho.lime {
    background-color: #b8e2d8;
    border-color: #b8e2d8;
    color: #fff;
}

