div #first-line-data{
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
    margin-right: 5px;
}

div #abs-tbl{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
    background-color: white;
}

div #abs-card{
    background-color: transparent;
}

div #abs-title{
    margin: auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    padding: 10px 40px;
    /* background-color: white; */
    background: linear-gradient(0deg, rgb(129, 149, 240) 12%, rgb(0, 98, 179) 79%)!important;
    color: #ffffff;
}
div #abs-body-card{
    padding-bottom: 10px;
}


#dashboard-first-icon{
    font-size: 20px;
    color: #ffffff !important;
    background: linear-gradient(0deg, rgb(129, 149, 240) 12%, rgb(0, 98, 179) 79%)!important;
    padding: 3px 5px;
    /* margin-bottom: 5px; */
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 10px;
}

#payroll-list-card-body{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
}

#icons-titles{
    margin-top:7px;
}

#first-line-card-body{
    padding-top:10px;
    padding-bottom: 20px;
}

#printableArea{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
}

#payroll-table-parent {
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    margin-bottom: 0;
}

#payroll-tables{
    border: 2px solid darkslategray;
}

.blockquote, hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

#set-salary-title{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    /* background: linear-gradient(0deg, rgba(118,219,126,1) 12%, rgb(71 155 83) 79%)!important; */
    border-radius: 10px;
    margin-bottom: 0;
    color: #780606;
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;

}

.motion_image{
    border-radius: 20px;
    transition: 0.5s;
    width: 100px;
}

.motion_image:hover{
    transform :scale(2);
}


div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-left: 5px;
}


#cke_ckeditor{
    width:100%;
}


/* .checkbox-wrapper-32:hover .check {
    stroke-dashoffset: 0;
  } */

  .checkbox-wrapper-32 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .checkbox-wrapper-32 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    appearance: none;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }

  .checkbox-wrapper-32 input[type=checkbox]:hover {
    cursor: pointer;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .checkbox-wrapper-31 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    appearance: none;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }

  .checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }

  .select2-results__group {
    color: red; /* Change the font color to your desired color */
    font-weight: 900;
  }

.neon {
    color: rgb(31, 52, 240);
    border-radius: 10px;
    border: #780606 solid 1px;
    box-shadow: rgba(6, 4, 128, 0.445) 0px 10px 20px, rgba(6, 4, 128, 0.445) 0px 6px 6px;
}

thead {
    background-color: lightblue;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 /* select2 for dark theme */
 .select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: white;
    color: black !important;
    height:38px;
 }
 body[data-theme=dark] .card-footer, body[data-theme=dark] .left-part, body[data-theme=dark] .right-part.mail-compose, body[data-theme=dark] .right-part.mail-details, body[data-theme=dark] .right-part.mail-list, body[data-theme=dark] .select2-dropdown, body[data-theme=dark] .typeahead.form-control {
    background-color: white !important;
    color: black;
 }


 .custom-card{
    width: 32%;
    margin-bottom: 20px;
    box-shadow: rgb(237 255 120 / 24%) 0px 3px 8px !important;
    border-radius: 20px !important;
}

@media (max-width: 915px) { /* Smaller screens */
    .custom-card {
        width: 100%; /* Full width on small screens */
    }
}

h3.card-title {
    color: lightyellow !important;
}

h3 > span{
    color: lightskyblue  !important;
}

h4.card-title {
    color: lightgreen !important;
}

h4 > a ,h4 > span  {
    color: lightgreen !important;
}

h5{
    color: lightgreen !important;
}
li > div.custom-box{
    background-color: transparent !important;
    box-shadow: rgb(244 250 65 / 53%) 0px 1px 1px 1px !important;
}

li > div.custom-box > span{
    color: lightgoldenrodyellow !important;
}

li > div.custom-box > a{
    background-color: lightgoldenrodyellow !important;
    color: black;
}

li > div.custom-box > span > span{
    color: lightgreen !important;
}

h6 > span.text-muted{
    color: lightgoldenrodyellow !important;
}

h6 > span{
    color: lightgreen !important;
}

ul > div.card > div.card-body{
    padding: 5px 5px !important;
    box-shadow: rgb(255 251 83 / 35%) 0px 0px 3px 3px !important;
    border-radius: 10px !important;
}

input{
    background-color: white !important;
    color: black !important;
}

.filter-div{
    box-shadow: rgb(255 251 83 / 35%) 0px 3px 7px 4px !important;
    border-radius: 20px;
}

form{
    background-color: transparent !important;
}

thead ,.main-title {

    background-color: lightyellow !important;
    color: black !important;
}

div.main-div{
    background-color: transparent !important;
}

body[data-theme=dark] .table-bordered td,
body[data-theme=dark] .table-bordered  {
    border-color: darkgrey !important; /* Change the border color for cells */
}

body[data-theme=dark] .table-bordered th{
    border-color: black !important;
}

.modal-radio{
box-shadow: rgb(237 255 120 / 24%) 0px 3px 5px 3px !important;
    background-color: #00000052 !important;
}

input[type="file"] {
    background-color: transparent !important;
    color: #b2b9bf !important;
}

.page-link {
    color: lightskyblue;
}
.page-item.active .page-link{
    background-color: lightskyblue !important;
    color: black;
    border-radius: 15PX;
}
.pagination + p {
    color: lightcyan !important;
    font-weight: bold;
}
select{
    background-color: white !important;
    color: black !important;
}
textarea{
    background-color: white !important;
    color: black !important;
}

/* a {
    color: lightgreen !important;
} */

a > span {
    color: lightgreen !important;
}

tfoot > tr.main-tr{
    background-color: lightyellow !important;
    color: black !important;
}

table{
    text-align: center !important;
}

@media print {
    body * {
        color: black;
    }
}

/* Navbar enhancements */
.navbar-brand-bg {
    background-color: #ffffffab;
}

.user-name {
    color: black !important;
}

/* Modern Light Dropdown Menu */
.user-dd {
    background-color: #ffffff !important;
    border: 1px solid #e3e8f5 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    padding: 0 !important;
    overflow: hidden;
    min-width: 280px !important;
}

.user-dd .with-arrow {
    display: none;
}

.user-dd .bg-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 12px 12px 0 0;
    padding: 20px;
}

.user-dd .profile-dis {
    padding: 10px 0;
    background-color: #ffffff;
}

.user-dd .dropdown-item {
    padding: 12px 20px !important;
    color: #4a5568 !important;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-dd .dropdown-item:hover {
    background: linear-gradient(90deg, #f7fafc 0%, #edf2f7 100%) !important;
    color: #2d3748 !important;
    transform: translateX(4px); /* RTL: move right on hover */
}

.user-dd .dropdown-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin-right: 12px;
    color: #718096;
    transition: color 0.3s ease;
}

.user-dd .dropdown-item:hover i {
    color: #667eea;
}

.user-dd .dropdown-divider {
    margin: 8px 0;
    border-top: 1px solid #e2e8f0 !important;
}

.user-dd h4 {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

/* Logout button specific styling */
.user-dd form .dropdown-item {
    color: #e53e3e !important;
}

.user-dd form .dropdown-item:hover {
    background: linear-gradient(90deg, #fed7d7 0%, #fc8181 20%) !important;
    color: #c53030 !important;
}

.user-dd form .dropdown-item i {
    color: #fc8181;
}

.user-dd form .dropdown-item:hover i {
    color: #c53030;
}

/* Password change link styling */
.user-dd .dropdown-item[aria-label="Change password"] {
    color: #3182ce !important;
}

.user-dd .dropdown-item[aria-label="Change password"]:hover {
    background: linear-gradient(90deg, #bee3f8 0%, #90cdf4 20%) !important;
    color: #2c5282 !important;
}

.user-dd .dropdown-item[aria-label="Change password"] i {
    color: #63b3ed;
}

.user-dd .dropdown-item[aria-label="Change password"]:hover i {
    color: #2c5282;
}

/* Smooth animations */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-dd .dropdown-item {
    animation: slideIn 0.3s ease forwards;
}

/* Remove extra dividers for cleaner look */
.user-dd .dropdown-divider:last-child {
    display: none;
}

/* Ensure buttons look clickable */
.logout-btn {
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
}

/* ============================================
   Modern Sidebar Styling
   ============================================ */

/* Sidebar links modern hover effect */
.sidebar-link {
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
    position: relative !important;
    padding: 12px 15px !important;
    margin: 2px 8px !important;
    color: #cbd5e0 !important;
}

.sidebar-link:hover {
    background: linear-gradient(90deg, #f7fafc 0%, #edf2f7 100%) !important;
    transform: translateX(3px) !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15) !important;
    color: #1a202c !important;
}

.sidebar-link.active {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
    font-weight: 600 !important;
}

.sidebar-link.active i {
    color: #ffffff !important;
}

/* For sidebar in dark theme */
body[data-theme=dark] .sidebar-link {
    color: #e2e8f0 !important;
}

body[data-theme=dark] .sidebar-link:hover {
    background: linear-gradient(90deg, #2d3748 0%, #4a5568 100%) !important;
    color: #f7fafc !important;
}

body[data-theme=dark] .sidebar-link.active {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
}

/* Modern notification badges */
.notification-badge,
.notification-badge-payments {
    padding: 4px 8px !important;
    background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
    min-width: 20px !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(245, 101, 101, 0.4) !important;
    animation: pulse 2s infinite !important;
}

/* Different color for payments badge */
.notification-badge-payments {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%) !important;
    box-shadow: 0 2px 6px rgba(237, 137, 54, 0.4) !important;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Notification Bell Styles */
.navbar .fa-bell {
    position: relative;
    transition: transform 0.3s ease;
}

.navbar .fa-bell:hover {
    transform: scale(1.1);
    animation: bellShake 0.5s ease;
}

@keyframes bellShake {
    0%, 100% { transform: rotate(0deg); }
    10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
    20%, 40%, 60%, 80% { transform: rotate(10deg); }
}

/* Notification Badge on Bell */
.topbar .nav-link .noti {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    min-width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    background: #dc3545 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.5) !important;
    animation: pulse 2s infinite !important;
}

/* For RTL support */
[dir="rtl"] .topbar .nav-link .noti {
    right: auto !important;
    left: 8px !important;
}

/* Notification dropdown styles */
.notifications-body .message-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.notifications-body .message-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.notifications-body .btn-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.notifications-body .mail-contnet {
    flex: 1;
}

.notifications-body .message-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d3748;
}

.notifications-body .mail-desc {
    font-size: 12px;
    color: #718096;
}

/* Section headers (nav-small-cap) */
.nav-small-cap {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    padding: 14px 15px !important;
    margin: 12px 8px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
    border-left: 4px solid #a78bfa !important;
    position: relative;
    overflow: hidden;
}

.nav-small-cap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.nav-small-cap i {
    margin-left: 8px !important;
    opacity: 0.9 !important;
    font-size: 14px !important;
}

.nav-small-cap .hide-menu {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Add subtle animation on hover */
.nav-small-cap:hover {
    transform: translateX(-2px) !important;
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4) !important;
}

/* Sidebar icons modern styling */
.sidebar-link i {
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    width: 24px !important;
    text-align: center !important;
    margin-left: 8px !important;
}

.sidebar-link:hover i {
    transform: scale(1.15) !important;
    color: #667eea !important;
}

.sidebar-link i {
    color: #cbd5e0 !important;
}

/* For icons in dark theme */
body[data-theme=dark] .sidebar-link i {
    color: #cbd5e0 !important;
}

body[data-theme=dark] .sidebar-link:hover i {
    color: #667eea !important;
}

/* Icon animations for sidebar */
.sidebar-item {
    transition: all 0.2s ease;
}

.sidebar-item:hover {
    transform: translateX(2px);
}

/* Smooth scrolling for sidebar */
.scroll-sidebar {
    scrollbar-width: thin !important;
    scrollbar-color: #cbd5e0 #f7fafc !important;
}

.scroll-sidebar::-webkit-scrollbar {
    width: 6px !important;
}

.scroll-sidebar::-webkit-scrollbar-track {
    background: #f7fafc !important;
    border-radius: 10px !important;
}

.scroll-sidebar::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #cbd5e0 0%, #a0aec0 100%) !important;
    border-radius: 10px !important;
}

.scroll-sidebar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #a0aec0 0%, #718096 100%) !important;
}

/* ============================================
   Unified Light Blue Theme Overrides
   ============================================ */
.left-sidebar,
.left-sidebar .scroll-sidebar,
.left-sidebar .sidebar-nav {
    background-color: #ffffff !important;
}

.left-sidebar .sidebar-nav ul,
.left-sidebar .sidebar-nav li {
    background-color: transparent !important;
}

.left-sidebar .sidebar-item {
    border-radius: 10px !important;
    margin: 4px 8px !important;
}

.left-sidebar .sidebar-link {
    color: #1a1a1a !important;
}

.left-sidebar .sidebar-link:hover,
.left-sidebar .sidebar-link.active {
    background: rgba(0, 98, 179, 0.12) !important;
    color: #0a4f94 !important;
}

.left-sidebar .sidebar-link i {
    color: #0a4f94 !important;
}

.left-sidebar .sidebar-link:hover i,
.left-sidebar .sidebar-link.active i {
    color: #0062b3 !important;
}

html,
body {
    background-color: #f5f7fb;
    color: #1a1a1a;
    min-height: 100%;
}

#main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-wrapper > .container-fluid {
    flex: 1;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, label, strong,
th, td, .text-dark, .text-muted {
    color: #1a1a1a !important;
}

.text-muted {
    color: #6c7684 !important;
}

a,
a:hover,
.sidebar-link:hover,
.sidebar-link.active,
.nav-small-cap,
.nav-small-cap .hide-menu {
    color: #0a4f94 !important;
}

.card,
.custom-card,
.modal-content,
.filter-div,
.dataTables_wrapper .card,
.table-responsive,
.dropdown-menu,
.user-dd,
.select2-dropdown {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    border-radius: 16px !important;
    border: 1px solid rgba(0, 98, 179, 0.08) !important;
    box-shadow: 0 18px 45px rgba(0, 98, 179, 0.12) !important;
}

.card-header,
.nav-small-cap,
.bg-primary,
.card .card-header,
.modal-header {
    background: linear-gradient(135deg, #0062b3 0%, #1c7dd9 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
}

.card-header .card-title,
.card-header h3,
.card-header h4,
.card-header h5,
.modal-header .modal-title {
    color: #ffffff !important;
}

.card-title,
.card h3,
.card h4,
.card h5,
.card h6,
.main-title,
p,
span,
li,
table {
    color: #1a1a1a !important;
}

thead,
tfoot,
.table thead,
.table tfoot {
    background-color: #e8f1fb !important;
    color: #1a1a1a !important;
}

th,
.table thead th {
    background: linear-gradient(135deg, #667eea 0%, #0a4f94 100%) !important;
    color: #ffffff !important;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-light,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-light {
    background: linear-gradient(135deg, #0062b3 0%, #1c7dd9 100%) !important;
    border: 1px solid #0062b3 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0, 98, 179, 0.25) !important;
    transition: all 0.3s ease !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: linear-gradient(135deg, #1c7dd9 0%, #4093e6 100%) !important;
    border-color: #1c7dd9 !important;
    box-shadow: 0 10px 24px rgba(28, 125, 217, 0.3) !important;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-light {
    color: #0062b3 !important;
    background: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-info:hover,
.btn-outline-warning:hover,
.btn-outline-danger:hover,
.btn-outline-light:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0062b3 0%, #1c7dd9 100%) !important;
}

input,
select,
textarea {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
    border: 1px solid rgba(0, 98, 179, 0.4) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #1c7dd9 !important;
    box-shadow: 0 0 0 3px rgba(28, 125, 217, 0.15) !important;
}

.page-link,
.page-item.active .page-link {
    background-color: #0062b3 !important;
    border-color: #0062b3 !important;
    color: #ffffff !important;
}

.sidebar-link,
.sidebar-link i {
    color: #1a1a1a !important;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: rgba(0, 98, 179, 0.12) !important;
    color: #0a4f94 !important;
}

.sidebar-link.active i,
.sidebar-link:hover i {
    color: #0a4f94 !important;
}

.user-name,
.navbar .nav-link,
.nav-small-cap {
    color: #1a1a1a !important;
}

.notification-badge,
.notification-badge-payments,
.topbar .nav-link .noti {
    background: #0062b3 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.table {
    background-color: #ffffff !important;
}

.modal-radio {
    background-color: rgba(0, 98, 179, 0.08) !important;
    box-shadow: 0 6px 20px rgba(0, 98, 179, 0.18) !important;
}

.pagination + p,
.pagination li,
.pagination a {
    color: #1a1a1a !important;
}

.scroll-sidebar {
    background-color: transparent !important;
}

/* Ensure consistent white text on dark header backgrounds */
.card-header a,
.card-header span,
.card-header .badge {
    color: #ffffff !important;
}
