.required {
    color: #c0392b;
}

.errorMsg {
    color: #c0392b;
}

/* =======================================================
   AARYANS COMMANDO TRAINING CAMP - MILITARY THEME
   Primary:  #2d5016 (Army Green)
   Accent:   #c8a951 (Military Gold)
   Dark:     #1a1f0e (Dark Olive)
   Light BG: #f4f1eb (Sand/Khaki)
   Header:   #3b5323 (Forest Green)
======================================================= */

/* ============ GLOBAL ============ */
body {
    font-family: 'Roboto', sans-serif;
    background: #f4f1eb;
    color: #2c2c2c;
}

/* ============ DASHBOARD CARDS ============ */
.dash-card {
    border: none;
    border-radius: 12px;
    padding: 22px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 120px;
}
.dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.dash-card .dash-card-icon {
    font-size: 42px;
    opacity: 0.25;
    position: absolute;
    right: 20px;
    top: 18px;
}
.dash-card .dash-card-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 8px;
}
.dash-card .dash-card-value {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.dash-card-img {
    width: 55px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.2;
    position: absolute;
    right: 18px;
    top: 20px;
}

/* Card Gradient Variants - Military Palette */
.bg-gradient-primary { background: linear-gradient(135deg, #2d5016 0%, #4a7c26 100%); }
.bg-gradient-success { background: linear-gradient(135deg, #3b5323 0%, #6b8f3c 100%); }
.bg-gradient-danger  { background: linear-gradient(135deg, #8b1a1a 0%, #c0392b 100%); }
.bg-gradient-warning { background: linear-gradient(135deg, #b8860b 0%, #c8a951 100%); }
.bg-gradient-info    { background: linear-gradient(135deg, #2c5f7c 0%, #4a90b0 100%); }
.bg-gradient-dark    { background: linear-gradient(135deg, #1a1f0e 0%, #3b3f2e 100%); }
.bg-gradient-purple  { background: linear-gradient(135deg, #4a3728 0%, #6d5640 100%); }
.bg-gradient-teal    { background: linear-gradient(135deg, #2e6e4e 0%, #5dab56 100%); }
.bg-gradient-orange  { background: linear-gradient(135deg, #8b5e3c 0%, #c8a951 100%); }
.bg-gradient-pink    { background: linear-gradient(135deg, #7c2d2d 0%, #a04040 100%); }
.bg-gradient-indigo  { background: linear-gradient(135deg, #3d5a4c 0%, #5a8c6f 100%); }
.bg-gradient-cyan    { background: linear-gradient(135deg, #37616e 0%, #5a9aab 100%); }

/* ============ SECTION HEADERS ============ */
.section-heading {
    font-size: 17px;
    font-weight: 700;
    color: #2d5016;
    border-left: 4px solid #c8a951;
    padding-left: 12px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============ SIDEBAR - Dark Military ============ */
.sidebar {
    background: linear-gradient(180deg, #1a1f0e 0%, #2d3a1a 50%, #3b5323 100%) !important;
}
.sidebar .sidebar-menu ul > li > a {
    color: #c8d6b0 !important;
    border-radius: 6px;
    margin: 2px 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-size: 13px;
}
.sidebar .sidebar-menu ul > li > a:hover,
.sidebar .sidebar-menu ul > li.active > a {
    background: rgba(200, 169, 81, 0.2) !important;
    color: #c8a951 !important;
}
.sidebar .sidebar-menu ul > li > a i {
    color: #c8a951 !important;
    width: 22px;
    text-align: center;
    margin-right: 8px;
}
.sidebar .sidebar-menu ul > li.submenu ul > li > a {
    color: #a8b89a !important;
    padding-left: 45px;
    font-size: 12px;
}
.sidebar .sidebar-menu ul > li.submenu ul > li > a:hover {
    color: #c8a951 !important;
    background: rgba(200, 169, 81, 0.1) !important;
}
.sidebar .header-left {
    background: rgba(0,0,0,0.2);
    padding: 8px 0;
    border-bottom: 2px solid #c8a951;
}

/* ============ HEADER BAR - Dark Military ============ */
.header-outer,
div.header-outer {
    background: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 50%, #1a1f0e 100%) !important;
    background-image: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 50%, #1a1f0e 100%) !important;
    background-color: #1a1f0e !important;
}
.header-outer::before,
.header-outer::after {
    display: none !important;
    background: none !important;
    background-image: none !important;
}
.header,
div.header,
.header.header {
    background: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 50%, #1a1f0e 100%) !important;
    background-image: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 50%, #1a1f0e 100%) !important;
    background-color: #1a1f0e !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
    border-bottom: 3px solid #c8a951 !important;
}
/* Kill any purple/pink pseudo-elements from template */
.header::after {
    display: none !important;
    background: none !important;
    background-image: none !important;
}
.header .header-left,
div.header .header-left {
    background: rgba(0,0,0,0.25) !important;
    background-image: none !important;
    border-right: 1px solid rgba(200,169,81,0.2);
}
.header .header-left .logo img {
    filter: brightness(1.2);
}
.header .top-nav-search .form-control {
    border: 1px solid rgba(200,169,81,0.3) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,0.1) !important;
    background-image: none !important;
    padding-left: 15px;
    color: #e8e2d5 !important;
}
.header .top-nav-search .form-control::placeholder {
    color: rgba(200,214,176,0.6) !important;
}
.header .top-nav-search .form-control:focus {
    border-color: #c8a951 !important;
    background: rgba(255,255,255,0.15) !important;
    box-shadow: 0 0 0 2px rgba(200,169,81,0.2) !important;
}
.header .top-nav-search .btn {
    color: #c8a951 !important;
    background: transparent !important;
    background-image: none !important;
}
.header .nav > li > a,
.header .nav.user-menu > li > a {
    color: #c8d6b0 !important;
}
.header .nav > li > a:hover {
    color: #c8a951 !important;
}
.header .user-link span,
.header .nav-link span {
    color: #c8d6b0 !important;
    font-weight: 600;
}
.header .dropdown-menu a:hover {
    background: #f4f1eb !important;
    color: #2d5016 !important;
}
.header .nav.user-menu > li.nav-item.dropdown > a {
    background: transparent !important;
    background-image: none !important;
}
.header .user-img .status {
    background: #c8a951 !important;
    border-color: #1a1f0e !important;
}
.header #toggle_btn img {
    filter: brightness(0) invert(0.85) !important;
}
.header #mobile_btn i {
    color: #c8d6b0 !important;
}
.header .has-arrow .dropdown-toggle::after {
    border-top-color: #c8a951 !important;
}

/* ============ WELCOME BANNER ============ */
.ctc-welcome-banner {
    background: linear-gradient(135deg, #1a1f0e 0%, #2d5016 30%, #3b5323 60%, #2d5016 100%);
    border-radius: 16px;
    padding: 35px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    border: 1px solid rgba(200,169,81,0.15);
}
.ctc-welcome-banner::before {
    content: '\f3ed';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 140px;
    color: rgba(200, 169, 81, 0.07);
    line-height: 1;
}
.ctc-welcome-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #c8a951, #b8860b);
    border-radius: 16px 0 0 16px;
}
.ctc-welcome-banner h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.ctc-welcome-banner h2 i {
    color: #c8a951;
}
.ctc-welcome-banner p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 0;
}
.ctc-welcome-banner .banner-badge {
    display: inline-block;
    background: rgba(200, 169, 81, 0.2);
    border: 1px solid rgba(200, 169, 81, 0.4);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #c8a951;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* ============ DASHBOARD STAT SUMMARY ============ */
.ctc-stat-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.ctc-stat-item {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    border: 1px solid rgba(200, 169, 81, 0.3);
}
.ctc-stat-item .stat-num {
    font-size: 22px;
    font-weight: 700;
    color: #c8a951;
}
.ctc-stat-item .stat-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* ============ PAGE HEADER ============ */
.page-header {
    margin-bottom: 20px;
}
.page-header .page-title {
    color: #2d5016;
    font-weight: 700;
    font-size: 22px;
}
.breadcrumb-item a {
    color: #2d5016 !important;
}
.breadcrumb-item.active span {
    color: #c8a951;
}

/* ============ CARDS ============ */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s ease;
    border-top: 3px solid #2d5016;
}
.card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.card-header {
    background: #f9f7f2;
    border-bottom: 1px solid #e8e2d5;
    font-weight: 600;
    color: #2d5016;
}

/* ============ TABLE - Military Style ============ */
.table thead th {
    background: linear-gradient(135deg, #2d5016 0%, #3b5323 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none !important;
    padding: 12px 10px;
    white-space: nowrap;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f7f2;
}
.table-striped tbody tr:hover {
    background-color: #eee9dc !important;
    transition: background 0.2s ease;
}
.table td {
    vertical-align: middle !important;
    padding: 10px;
    font-size: 13px;
    border-color: #e8e2d5 !important;
}

/* ============ BADGES ============ */
.badge-paid {
    background: linear-gradient(135deg, #2d5016, #4a7c26);
    color: #fff;
    font-size: 11px;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 600;
}
.badge-unpaid {
    background: linear-gradient(135deg, #8b1a1a, #c0392b);
    color: #fff;
    font-size: 11px;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* ============ BUTTONS - Military ============ */
.btn {
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 12px;
}
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.btn-primary {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c26 100%);
    border: none;
    color: #fff;
}
.btn-primary:hover {
    background: linear-gradient(135deg, #234010 0%, #3b6320 100%);
    color: #fff;
}
.btn-danger {
    background: linear-gradient(135deg, #8b1a1a 0%, #c0392b 100%);
    border: none;
}
.btn-success {
    background: linear-gradient(135deg, #3b5323 0%, #6b8f3c 100%);
    border: none;
}
.btn-warning {
    background: linear-gradient(135deg, #b8860b 0%, #c8a951 100%);
    border: none;
    color: #fff;
}
.btn-warning:hover { color: #fff; }
.btn-info {
    background: linear-gradient(135deg, #2c5f7c 0%, #4a90b0 100%);
    border: none;
    color: #fff;
}
.btn-info:hover { color: #fff; }
.btn-secondary {
    background: linear-gradient(135deg, #5a6350 0%, #7a8570 100%);
    border: none;
    color: #fff;
}
.btn-secondary:hover { color: #fff; }

/* ============ FORM CONTROLS ============ */
.form-control {
    border-radius: 6px;
    border: 1px solid #ccc5b5;
    padding: 8px 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}
.form-control:focus {
    border-color: #2d5016;
    box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.15);
}
.form-control:disabled, .form-control[disabled] {
    background: #f4f1eb;
    color: #3b3f2e;
    font-weight: 500;
}
select.form-control {
    appearance: auto;
}

/* ============ FILTER BAR ============ */
.filter-bar {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 15px;
    border-left: 4px solid #c8a951;
}

/* ============ DROPDOWN MENUS ============ */
.dropdown-menu {
    border: 1px solid #e8e2d5;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 6px 0;
}
.dropdown-item {
    padding: 8px 18px;
    font-size: 13px;
    transition: background 0.2s ease;
}
.dropdown-item:hover {
    background: #f4f1eb;
    color: #2d5016;
}

/* ============ FOOTER - Military ============ */
.footer {
    background: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 100%) !important;
    color: #c8d6b0 !important;
    padding: 10px 0;
    font-size: 13px;
}
.footer b { color: #c8d6b0; }
.footer a { color: #c8a951 !important; }

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.animate-fadeInUp {
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f4f1eb; }
::-webkit-scrollbar-thumb { background: #2d5016; border-radius: 3px; }

/* ============ QUICK ACTIONS ============ */
.ctc-quick-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 18px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-left: 4px solid #c8a951;
}
.ctc-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #2d5016 0%, #4a7c26 100%);
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.ctc-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(45, 80, 22, 0.35);
    background: linear-gradient(135deg, #234010 0%, #3b6320 100%);
}
.ctc-action-btn i {
    font-size: 14px;
    color: #c8a951;
}

/* ============ DASH CARD PROGRESS BAR ============ */
.dash-card-bar {
    margin-top: 12px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    overflow: hidden;
}
.dash-card-bar-fill {
    height: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    transition: width 1s ease;
}

/* ============ ENHANCED DASH CARD ============ */
.dash-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.15) 100%);
    pointer-events: none;
    border-radius: 12px;
}

/* ============ LOGIN PAGE - Commando ============ */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1f0e 0%, #2d3a1a 35%, #3b5323 70%, #2d5016 100%);
    position: relative;
    overflow: hidden;
}
.login-wrapper::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(200, 169, 81, 0.08);
    border-radius: 50%;
    top: -150px;
    right: -150px;
}
.login-wrapper::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(200, 169, 81, 0.06);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}
.login-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px 35px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.6s ease-out;
    border-top: 4px solid #c8a951;
}
.login-card .login-logo {
    text-align: center;
    margin-bottom: 20px;
}
.login-card .login-logo img {
    max-width: 180px;
    border-radius: 10px;
}
.login-card .login-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.login-card .form-group label {
    font-weight: 600;
    color: #3b5323;
    font-size: 13px;
    margin-bottom: 6px;
}
.login-card .form-control {
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #ccc5b5;
}
.login-card .btn-login {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c26 100%);
    border: none;
    color: #fff;
    height: 46px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.login-card .btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 80, 22, 0.4);
}

/* ============ AMOUNT DISPLAY ============ */
.amount-positive { color: #2d5016; font-weight: 700; }
.amount-negative { color: #c0392b; font-weight: 700; }

/* =======================================================
   SHOW/VIEW PAGE - COMMANDO PROFILE CARDS
======================================================= */
.ctc-show-header {
    background: linear-gradient(135deg, #2d5016 0%, #3b5323 60%, #4a7c26 100%);
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px 10px 0 0;
    margin: -1.25rem -1.25rem 20px -1.25rem;
    position: relative;
    overflow: hidden;
}
.ctc-show-header::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border: 3px solid rgba(200,169,81,0.3);
    border-radius: 50%;
}
.ctc-show-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.ctc-show-header p {
    margin: 4px 0 0 0;
    font-size: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.ctc-section-title {
    background: linear-gradient(135deg, #2d5016, #3b5323);
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 15px 0;
    display: flex;
    align-items: center;
}
.ctc-section-title i {
    color: #c8a951;
    margin-right: 10px;
    font-size: 16px;
}

.ctc-field {
    background: #f9f7f2;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 12px;
    border-left: 3px solid #c8a951;
    transition: all 0.2s ease;
}
.ctc-field:hover {
    background: #f0ece2;
    border-left-color: #2d5016;
}
.ctc-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #7a8570;
    margin-bottom: 4px;
}
.ctc-field .ctc-value {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    word-break: break-word;
}
.ctc-field .ctc-value a {
    color: #2d5016;
    text-decoration: underline;
}

.ctc-terms-box {
    border: 2px solid #2d5016;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    background: #f9f7f2;
}
.ctc-terms-box h4 {
    color: #8b1a1a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    border-bottom: 2px solid #c8a951;
    padding-bottom: 8px;
}
.ctc-terms-box ol {
    padding-left: 20px;
    margin: 0;
}
.ctc-terms-box ol li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #3b3f2e;
}

.ctc-declaration-box {
    border: 2px solid #c8a951;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    background: #fffcf2;
}
.ctc-declaration-box h4 {
    color: #2d5016;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    border-bottom: 2px solid #2d5016;
    padding-bottom: 8px;
}

.ctc-medical-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px 15px;
}
.ctc-medical-grid label {
    font-size: 13px;
    color: #3b3f2e;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e8e2d5;
    transition: background 0.2s;
}
.ctc-medical-grid label:hover {
    background: #f4f1eb;
}

/* Show page info row used for simple show pages */
.ctc-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ctc-info-row .ctc-field {
    flex: 1 1 250px;
}

/* Follow-up history table improvements */
.table-history thead th {
    background: linear-gradient(135deg, #4a3728, #6d5640);
}

/* ============ PRINT BUTTON ============ */
.btn-ctc-print {
    background: linear-gradient(135deg, #c8a951, #b8860b);
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.btn-ctc-print:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200, 169, 81, 0.4);
}

/* ============ STATUS DOTS ============ */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.status-dot.active { background: #2d5016; }
.status-dot.inactive { background: #c0392b; }