/* RRHH Custom Brand Colors
   Primary: #0253b6  |  Accent: #790495
   Overrides Sneat defaults */

:root {
    --bs-primary: #0253b6 !important;
    --bs-primary-rgb: 2, 83, 182 !important;
}

/* Buttons */
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0253b6 !important;
    border-color: #0253b6 !important;
}
.btn-primary:hover {
    background-color: #01408f !important;
    border-color: #01408f !important;
}
.btn-outline-primary {
    color: #0253b6 !important;
    border-color: #0253b6 !important;
}
.btn-outline-primary:hover {
    background-color: #0253b6 !important;
    border-color: #0253b6 !important;
    color: #fff !important;
}

/* Links */
a {
    color: #0253b6;
}
a:hover {
    color: #790495;
}

/* Sidebar */
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    background-color: rgba(2, 83, 182, 0.16) !important;
    color: #0253b6 !important;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link .menu-icon {
    color: #0253b6 !important;
}
.bg-menu-theme .menu-inner .menu-item .menu-link:hover {
    color: #0253b6 !important;
}
.bg-menu-theme .menu-inner .menu-sub .menu-item.active > .menu-link {
    color: #0253b6 !important;
}
.bg-menu-theme .menu-inner .menu-item.open > .menu-link {
    color: #0253b6 !important;
}

/* Sidebar brand area */
.app-brand .app-brand-text {
    color: #0253b6 !important;
}

/* Section headers with accent */
.menu-header-text {
    color: #790495 !important;
    font-weight: 600 !important;
}

/* Badges and misc */
.bg-primary {
    background-color: #0253b6 !important;
}
.text-primary {
    color: #0253b6 !important;
}
.border-primary {
    border-color: #0253b6 !important;
}

/* Page header accent bar */
.bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#0253b6 10%, rgba(2,83,182,0.1) 60%, rgba(2,83,182,0) 100%) !important;
}

/* Form focus states */
.form-control:focus,
.form-select:focus {
    border-color: #0253b6 !important;
    box-shadow: 0 0 0.25rem 0.05rem rgba(2, 83, 182, 0.1) !important;
}
.form-check-input:checked {
    background-color: #0253b6 !important;
    border-color: #0253b6 !important;
}

/* Dropdown active */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0253b6 !important;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #0253b6 !important;
    border-color: #0253b6 !important;
}

/* Accent gradient for special elements */
.rrhh-accent-gradient {
    background: linear-gradient(135deg, #0253b6, #790495) !important;
}
