/* FONT GLOBAL */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size:14px;
}

/* SWEET ALERT */
.swal2-popup {
    font-family: inherit;
    border-radius:12px;
}

/* CARD */
.card {
    border-radius:14px;
    border: none !important;
}

/* HEADER */
.header-bar {
    background:#0d6efd;
    color:#fff;
    padding:12px;
    border-radius:12px;
}

/* STICKY BUTTON */
.sticky-action {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    padding:10px;
    box-shadow:0 -2px 10px rgba(0,0,0,0.1);
    display:flex;
    gap:10px;
}

/* TABLE */
.table td, .table th {
    vertical-align:middle;
}

/* EMPTY STATE */
.empty {
    text-align:center;
    padding:20px;
    color:#888;
}

.swal2-confirm.swal2-styled {
    background: #0d6efd;
}

.nav-tabs {
    font-weight: bold;
}
