/* Darken all form control borders */
.form-control,
.form-select,
textarea.form-control {
    border: 1px solid #555 !important;
    font-size: 0.85rem !important;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
    border-color: #333 !important;
    box-shadow: none !important; 
}


body {
    font-size: 0.85rem !important;
}

.table,
.tabulator,
.tabulator-row,
.tabulator-cell {
    font-size: 0.80rem !important;
}


/* Reduce cell padding */
.tabulator-cell {
    padding: 3px 6px !important;
}

/* Reduce header height */
.tabulator-col-title {
    padding: 4px 6px !important;
    font-size: 0.78rem !important;
}

/* Reduce row height */
.tabulator-row {
    min-height: 22px !important;
}

/* Increase size of boxicons inside sidebar */
#sidebar-nav i.bx {
    font-size: 1.4rem !important;   /* default is 1rem */
    width: 28px;                    /* aligns all icons cleanly */
    text-align: center;
}


.card {
    border: 1px solid #c7c7c7 !important;   /* stronger border */
    border-radius: 6px !important;          /* smooth corners */
}
.card-header {
    background: #f6f9ff !important;
    border-bottom: 1px solid #d8dae4 !important;
    color: #012970 !important;        /* dark navy used in NiceAdmin headings */
    font-weight: 600 !important;
    font-size: 15px;
}
