/* =====================================================================
   Sistema de Contabilidad Perú — Hoja de estilos principal
   Paleta inspirada en el diseño aprobado (teal/verde + acentos)
   ===================================================================== */
:root {
    --teal-1: #2563eb;
    --teal-2: #1e3a8a;
    --teal-3: #172554;
    --blue-1: #2563eb;
    --blue-2: #1e3a8a;
    --blue-3: #172554;
    --sidebar-grad: linear-gradient(180deg, #1e3a8a 0%, #172554 55%, #0f172a 100%);
    --orange: #f5a623;
    --orange-soft: #fff3df;
    --indigo: #3b3f8f;
    --indigo-2: #4338ca;
    --green: #10b981;
    --red: #ef4444;
    --bg: #eef2f7;
    --card: #ffffff;
    --text: #1f2937;
    --muted: #8a94a6;
    --border: #e8edf3;
    --shadow: 0 8px 24px rgba(31, 41, 55, .06);
    --shadow-lg: 0 14px 40px rgba(31, 41, 55, .10);
    --radius: 18px;
    --sidebar-w: 256px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Inter', 'Segoe UI', Roboto, system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 14px;
    line-height: 1.5;
}

a { text-decoration: none; color: inherit; }

/* ----------------------------- Layout ------------------------------ */
.layout { display: flex; min-height: 100vh; }

/* ----------------------------- Sidebar ----------------------------- */
.sidebar {
    width: var(--sidebar-w);
    background: var(--sidebar-grad);
    color: #eafffb;
    position: fixed;
    inset: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    padding: 22px 16px;
    z-index: 50;
    box-shadow: 4px 0 24px rgba(15, 23, 42, .25);
    overflow-y: scroll;
    overscroll-behavior: contain;
}
/* Scrollbar visible dentro del menú */
.sidebar::-webkit-scrollbar { width: 10px; }
.sidebar::-webkit-scrollbar-track { background: rgba(0, 0, 0, .12); border-radius: 8px; }
.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .55); border-radius: 8px;
    border: 2px solid transparent; background-clip: content-box;
}
.sidebar::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .8); background-clip: content-box; }
.sidebar { scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .6) rgba(0, 0, 0, .12); }

.brand {
    display: flex; align-items: center; gap: 10px;
    padding: 6px 8px 22px;
    font-weight: 700; font-size: 18px; letter-spacing: .3px;
}
.brand .logo-box {
    width: 38px; height: 38px; border-radius: 11px;
    background: rgba(255, 255, 255, .18);
    display: grid; place-items: center; font-size: 18px;
}

.nav-section {
    font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
    opacity: .65; margin: 16px 12px 8px;
}

.nav { list-style: none; display: flex; flex-direction: column; gap: 3px; }
.nav a {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 14px; border-radius: 12px;
    color: #e7fffb; font-weight: 500;
    transition: background .15s, transform .15s;
}
.nav a .ic { width: 20px; text-align: center; opacity: .92; }
.nav a:hover { background: rgba(255, 255, 255, .14); }
.nav a.active {
    background: #ffffff; color: var(--teal-2); font-weight: 600;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.sidebar-footer { margin-top: auto; padding-top: 16px; }
.btn-logout {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 11px; border-radius: 12px;
    background: rgba(255, 255, 255, .16); color: #fff; font-weight: 600;
    border: none; cursor: pointer; transition: background .15s;
}
.btn-logout:hover { background: rgba(255, 255, 255, .28); }

/* ------------------------------ Main ------------------------------- */
.main {
    margin-left: var(--sidebar-w);
    flex: 1;
    display: flex; flex-direction: column;
    min-width: 0;
}

.topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 30px;
    position: sticky; top: 0; background: rgba(238, 242, 247, .85);
    backdrop-filter: blur(8px); z-index: 30;
}
.topbar h1 { font-size: 22px; font-weight: 700; }
.topbar .sub { color: var(--muted); font-size: 13px; }

.search {
    display: flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid var(--border);
    border-radius: 12px; padding: 9px 14px; width: 280px;
    box-shadow: var(--shadow);
}
.search input { border: none; outline: none; width: 100%; font-size: 13px; background: transparent; }

.topbar-right { display: flex; align-items: center; gap: 16px; margin-left: auto; justify-content: flex-end; }
.topbar-company-select {
    background: #1e3a8a;
    color: #ffffff;
    border: 1px solid #1e3a8a;
    font-weight: 600;
    padding: 8px 14px;
    font-size: 0.88rem;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon-btn {
    width: 42px; height: 42px; border-radius: 12px; background: #fff;
    display: grid; place-items: center; box-shadow: var(--shadow);
    border: 1px solid var(--border); cursor: pointer; position: relative;
}
.icon-btn .dot {
    position: absolute; top: 10px; right: 11px;
    width: 8px; height: 8px; border-radius: 50%; background: var(--orange);
    border: 2px solid #fff;
}
.user-chip { display: flex; align-items: center; gap: 10px; }
.avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--indigo); color: #fff;
    display: grid; place-items: center; font-weight: 700;
}
.user-chip .meta strong { display: block; font-size: 13px; }
.user-chip .meta span { font-size: 12px; color: var(--muted); }

.content { padding: 4px 30px 40px; width: 100%; box-sizing: border-box; }

/* ----------------------------- Cards ------------------------------- */
.grid { display: grid; gap: 20px; width: 100%; max-width: 100%; box-sizing: border-box; }
.card {
    background: var(--card); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 22px; border: 1px solid var(--border);
    width: 100%; max-width: 100%; box-sizing: border-box; overflow: hidden;
}
.card-title { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.card-sub { color: var(--muted); font-size: 12px; margin-bottom: 16px; }

/* KPI / Stat cards */
.kpi-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 20px; width: 100%; max-width: 100%; box-sizing: border-box; }
@media (max-width: 1100px) { .kpi-row { grid-template-columns: 1fr 1fr; gap: 14px; } }
@media (max-width: 640px) { .kpi-row { grid-template-columns: 1fr; gap: 12px; } }

.profile-card {
    display: flex; align-items: center; gap: 16px;
}
.profile-card .big-avatar {
    width: 60px; height: 60px; border-radius: 16px;
    background: var(--indigo); color: #fff; font-weight: 700; font-size: 20px;
    display: grid; place-items: center; flex-shrink: 0;
}
.profile-card .hello { font-size: 12px; color: var(--muted); }
.profile-card .name { font-size: 18px; font-weight: 700; word-break: break-word; }

.stat {
    border-radius: var(--radius); padding: 18px 20px; color: #fff;
    display: flex; flex-direction: column; justify-content: space-between;
    min-height: 110px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
    width: 100%; box-sizing: border-box;
}
.stat .ico { font-size: 22px; opacity: .9; }
.stat .label { font-size: 13px; opacity: .92; }
.stat .value { font-size: clamp(20px, 5vw, 30px); font-weight: 800; line-height: 1.1; margin-top: 6px; word-break: break-word; overflow-wrap: anywhere; }
.stat.orange { background: linear-gradient(135deg, #f7b733, #f59e0b); }
.stat.indigo { background: linear-gradient(135deg, #4f46e5, #312e81); }
.stat.teal { background: linear-gradient(135deg, #2563eb, #1e3a8a); }

/* Dashboard grids */
.dash-row { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; width: 100%; max-width: 100%; box-sizing: border-box; }
@media (max-width: 980px) { .dash-row { grid-template-columns: 1fr; gap: 16px; } }

.mini-row { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 20px; width: 100%; max-width: 100%; box-sizing: border-box; }
@media (max-width: 980px) { .mini-row { grid-template-columns: 1fr; gap: 16px; } }

.ring-card { display: flex; align-items: center; gap: 18px; }
.ring {
    --val: 60; --col: var(--orange);
    width: 92px; height: 92px; border-radius: 50%; flex: none;
    background: conic-gradient(var(--col) calc(var(--val) * 1%), #eef0f4 0);
    display: grid; place-items: center; position: relative;
}
.ring::before {
    content: ''; position: absolute; inset: 11px; border-radius: 50%; background: #fff;
}
.ring span { position: relative; font-weight: 800; font-size: 18px; }

/* Contenedores de gráficos — altura controlada y responsiva */
.chart-box { position: relative; width: 100%; height: 300px; }
.chart-box canvas { position: absolute; inset: 0; }
.chart-box--donut { height: 240px; max-width: 280px; margin: 0 auto; }
.chart-box--trend { height: 110px; }
@media (max-width: 980px) {
    .chart-box { height: 260px; }
    .chart-box--donut { height: 220px; }
}
@media (max-width: 560px) {
    .chart-box { height: 220px; }
    .chart-box--donut { height: 200px; }
}

.legend { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; justify-content: center; }
.legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; margin-right: 6px; }
.legend span { font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; }

/* ----------------------------- Tables ------------------------------ */
.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 13px; }
table.data thead th {
    text-align: left; padding: 12px 14px; color: var(--muted);
    font-weight: 600; border-bottom: 2px solid var(--border); white-space: nowrap;
}
table.data tbody td { padding: 13px 14px; border-bottom: 1px solid var(--border); }
table.data tbody tr:hover { background: #fafcff; }

.badge {
    display: inline-block; padding: 4px 11px; border-radius: 999px;
    font-size: 11px; font-weight: 600;
}
.badge.green { background: #dcfce7; color: #15803d; }
.badge.orange { background: var(--orange-soft); color: #b45309; }
.badge.red { background: #fee2e2; color: #b91c1c; }
.badge.blue { background: #e0e7ff; color: #3730a3; }
.badge.gray { background: #eef2f7; color: #64748b; }

.text-right { text-align: right; }
.muted { color: var(--muted); }
.amount { font-variant-numeric: tabular-nums; font-weight: 600; }

/* Page header + actions */
.page-actions { display: flex; gap: 10px; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: 11px; font-weight: 600; font-size: 13px;
    border: 1px solid var(--border); background: #fff; cursor: pointer; color: var(--text);
    transition: transform .12s, box-shadow .12s;
}
.btn:hover { box-shadow: var(--shadow); transform: translateY(-1px); }
.btn.primary { background: var(--teal-2); color: #fff; border-color: var(--teal-2); }
.btn.primary:hover { background: var(--teal-3); }

.empty {
    text-align: center; padding: 50px 20px; color: var(--muted);
}
.empty .big { font-size: 40px; margin-bottom: 10px; }

/* Messages */
.messages { list-style: none; margin-bottom: 16px; }
.messages li {
    padding: 12px 16px; border-radius: 11px; margin-bottom: 8px; font-size: 13px;
}
.messages li.success { background: #dcfce7; color: #166534; }
.messages li.error { background: #fee2e2; color: #991b1b; }
.messages li.info { background: #e0f2fe; color: #075985; }

/* ============================== LOGIN ============================== */
.login-page {
    min-height: 100vh; display: grid; grid-template-columns: 1.05fr 1fr;
    background: var(--bg);
}
@media (max-width: 860px) { .login-page { grid-template-columns: 1fr; } }

.login-hero {
    background: var(--sidebar-grad); color: #fff;
    padding: 60px; display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
}
.login-hero::after {
    content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%;
    background: rgba(255, 255, 255, .08); bottom: -120px; right: -100px;
}
.login-hero .logo-box {
    width: 54px; height: 54px; border-radius: 14px; background: rgba(255, 255, 255, .2);
    display: grid; place-items: center; font-size: 26px; margin-bottom: 28px;
}
.login-hero h2 { font-size: 34px; font-weight: 800; line-height: 1.15; margin-bottom: 14px; }
.login-hero p { opacity: .9; max-width: 420px; font-size: 15px; }
.login-hero .feats { margin-top: 34px; display: flex; flex-direction: column; gap: 14px; }
.login-hero .feats div { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.login-hero .feats .ic {
    width: 34px; height: 34px; border-radius: 10px; background: rgba(255, 255, 255, .18);
    display: grid; place-items: center;
}

.login-form-wrap { display: grid; place-items: center; padding: 40px; }
.login-card { width: 100%; max-width: 380px; }
.login-card h1 { font-size: 26px; font-weight: 800; margin-bottom: 6px; }
.login-card .lead { color: var(--muted); margin-bottom: 28px; }

.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; }
.field .control {
    display: flex; align-items: center; gap: 10px;
    border: 1px solid var(--border); border-radius: 12px; padding: 0 14px;
    background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field .control:focus-within {
    border-color: var(--teal-1); box-shadow: 0 0 0 4px rgba(37, 99, 235, .15);
}
.field .control .ic { color: var(--muted); }
.field input {
    border: none; outline: none; padding: 13px 0; width: 100%; font-size: 14px; background: transparent;
}
.login-card .btn-block {
    width: 100%; justify-content: center; padding: 14px; font-size: 15px; margin-top: 6px;
}
.login-row { display: flex; justify-content: space-between; align-items: center; margin: 6px 0 20px; font-size: 13px; }
.login-row a { color: var(--teal-2); font-weight: 600; }
.login-hint {
    margin-top: 22px; padding: 12px 14px; background: #f3f7fa; border-radius: 11px;
    font-size: 12px; color: var(--muted); text-align: center;
}
.errorlist { list-style: none; color: var(--red); font-size: 12px; margin-bottom: 10px; }

/* ============================ Formularios ========================== */
.inp {
    width: 100%; padding: 10px 12px; border: 1px solid var(--border);
    border-radius: 11px; font-size: 13.5px; background: #fff; color: var(--text);
    font-family: inherit; outline: none; transition: border-color .15s, box-shadow .15s;
}
.inp:focus { border-color: var(--teal-1); box-shadow: 0 0 0 4px rgba(37, 99, 235, .15); }
select.inp { cursor: pointer; }

.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.form-grid .fg { display: flex; flex-direction: column; gap: 6px; }
.form-grid .fg label { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.form-grid .fg-wide { grid-column: 1 / -1; }
@media (max-width: 860px) { .form-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

.btn-icon {
    display: inline-grid; place-items: center; width: 32px; height: 32px;
    border-radius: 99px; border: 1px solid var(--border); background: #fff;
    cursor: pointer; font-size: 14px; text-decoration: none; line-height: 1;
}
.btn-icon:hover { background: #f3f7fa; }

/* Totales */
.totales, .invoice-totals {
    margin-top: 18px; margin-left: auto; max-width: 320px;
    display: flex; flex-direction: column; gap: 8px;
}
.totales div, .invoice-totals div { display: flex; justify-content: space-between; font-size: 14px; }
.totales span, .invoice-totals span { color: var(--muted); }
.totales b, .invoice-totals b { font-variant-numeric: tabular-nums; }
.total-final {
    border-top: 2px solid var(--border); padding-top: 8px; margin-top: 4px;
    font-size: 17px !important; font-weight: 700;
}
.total-final span { color: var(--text) !important; font-weight: 700; }

/* Comprobante imprimible */
.invoice-head { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: flex-start; }
.inv-empresa { font-size: 18px; font-weight: 700; }
.inv-box { border: 2px solid var(--teal-2); border-radius: 12px; padding: 12px 22px; text-align: center; }
.inv-tipo { font-weight: 700; color: var(--teal-3); font-size: 13px; margin: 4px 0; }
.inv-num { font-size: 18px; font-weight: 800; }
.invoice-meta {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border);
}
.invoice-meta > div { display: flex; flex-direction: column; }
.invoice-meta span { font-size: 11px; }
@media (max-width: 640px) { .invoice-meta { grid-template-columns: 1fr 1fr; } }
.text-center { text-align: center; }

@media print {
    .sidebar, .topbar, .no-print, .overlay { display: none !important; }
    .main { margin-left: 0 !important; }
    .content { padding: 0 !important; }
    .card { box-shadow: none !important; border: none !important; }
    body { background: #fff !important; }
}

/* ===================================================================
   RESPONSIVE — escritorio, tableta y celular
   =================================================================== */
.topbar-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.hamburger {
    display: none; width: 42px; height: 42px; flex: none;
    border: 1px solid var(--border); background: #fff; color: var(--text);
    border-radius: 12px; cursor: pointer; place-items: center; box-shadow: var(--shadow);
}
.overlay {
    position: fixed; inset: 0; background: rgba(15, 23, 42, .45);
    opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 45;
}
.overlay.show { opacity: 1; visibility: visible; }

.sidebar { transition: transform .28s ease; }

/* --- Tableta y móvil: el menú se vuelve deslizable --- */
@media (max-width: 992px) {
    .sidebar { transform: translateX(-100%); }
    .sidebar.open { transform: translateX(0); }
    .main { margin-left: 0; }
    .hamburger { display: grid; }
    .topbar { padding: 14px 18px; }
    .content { padding: 4px 18px 32px; }
    .topbar h1 { font-size: 19px; }
    .search { width: 200px; }
}

/* --- Móvil --- */
@media (max-width: 640px) {
    .topbar { flex-wrap: nowrap; justify-content: space-between; gap: 8px; padding: 10px 12px; width: 100%; }
    .search { display: none; }
    .topbar-left { min-width: 0; flex: 1; display: flex; align-items: center; gap: 8px; }
    .topbar-right { gap: 8px; flex-wrap: nowrap; flex-shrink: 0; margin-left: auto; justify-content: flex-end; }
    .topbar-company-select { min-width: 0 !important; max-width: 150px !important; font-size: 0.82rem !important; padding: 6px 10px !important; margin-right: 0 !important; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .user-chip .meta { display: none; }
    .topbar h1 { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; }
    .topbar .sub { display: none; }
    .content { padding: 4px 10px 24px; }
    .card { padding: 16px; }
    .login-hero { padding: 40px 28px; }
    .login-hero h2 { font-size: 26px; }
    .login-form-wrap { padding: 28px 20px; }

    /* Fix para el menú desplegable de notificaciones en teléfonos móviles */
    .notif-dropdown-menu {
        position: fixed !important;
        top: 60px !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        margin: 0 auto !important;
        box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
        border-radius: 16px !important;
        z-index: 99999 !important;
    }
}

.kpi-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .kpi-row-3 { grid-template-columns: 1fr; } }

/* =====================================================================
   Estilos Limpios y Control de Tamaño para Paginación Laravel
   ===================================================================== */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 4px;
    align-items: center;
    margin: 0;
}
.pagination li a, .pagination li span, nav[role="navigation"] a, nav[role="navigation"] span {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #ffffff;
    color: #334155;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}
.pagination li.active span, .pagination li a:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}
.pagination li.disabled span {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e2e8f0;
    cursor: not-allowed;
}
.pagination svg, nav svg, nav[role="navigation"] svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
}

/* Ocultar texto informativo redundante de paginación (Showing X to Y of Z results) */
nav[role="navigation"] p,
nav[role="navigation"] div > p,
.pagination-info,
p.text-sm.text-gray-700,
p.small.text-muted {
    display: none !important;
}

nav[role="navigation"] {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

@media (max-width: 400px) {
    .topbar h1 { font-size: 15px; }
    .topbar-company-select { max-width: 105px !important; font-size: 0.75rem !important; }
    .stat .value { font-size: 24px; }
}

/* =====================================================================
   Botones de Acción SVG Estéticos para Tablas (Editar / Eliminar / Ver)
   ===================================================================== */
.btn-act {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background: #ffffff;
    cursor: pointer;
    transition: all .15s ease;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    font-style: normal;
}
.btn-act svg {
    width: 17px;
    height: 17px;
}
.btn-act.edit {
    color: #2563eb;
    background: #eff6ff;
    border-color: #bfdbfe;
}
.btn-act.edit:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(37,99,235,0.25);
}
.btn-act.delete {
    color: #ef4444;
    background: #fef2f2;
    border-color: #fecaca;
}
.btn-act.delete:hover {
    background: #ef4444;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(239,68,68,0.25);
}
.btn-act.view {
    color: #1e3a8a;
    background: #f8fafc;
    border-color: #cbd5e1;
}
.btn-act.view:hover {
    background: #1e3a8a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(30,58,138,0.25);
}
.btn-act.print {
    color: #0284c7;
    background: #f0f9ff;
    border-color: #bae6fd;
    font-size: 15px;
}
.btn-act.print:hover {
    background: #0284c7;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(2,132,199,0.25);
}
.btn-act.bill {
    color: #16a34a;
    background: #f0fdf4;
    border-color: #bbf7d0;
    font-size: 15px;
}
.btn-act.bill:hover {
    background: #16a34a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(22,163,74,0.25);
}
