﻿@@font -face {
    font-family: 'Poppins';
    src: url('/Fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, table, .form-control, .btn {
    font-family: 'Poppins', sans-serif !important;
}

.bg-primary {
    background-color: #308e87 !important;
    font-family: 'Poppins', sans-serif !important;
}

/* TABLE HEADER */
.dataTables_wrapper table.dataTable th {
    padding: 6px 10px !important;
}

.table thead th {
    background: #308e87 !important;
    color: white;
    text-align: center;
    white-space: nowrap;
    font-size: 10px; /* smaller font */
    padding: 6px !important;
    vertical-align: middle !important;
}

/* TABLE BODY */
.table td {
    vertical-align: middle;
    font-size: 12px; /* smaller font */
    padding: 5px !important;
}

/* BADGES */
.badge {
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 3px;
}

/* ACTION ICONS */
.action-icons i {
    cursor: pointer;
    margin-right: 6px;
    font-size: 12px;
}

/* TABLE COMPACT */
#trainingTable {
    white-space: nowrap;
    font-size: 12px;
}

/* Reduce row height globally */
.table > :not(caption) > * > * {
    padding: 3px 6px !important;
}

.content-wrapper {
    padding: 10px;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.action-buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

    .action-buttons .btn {
        padding: 4px 8px;
        font-size: 11px;
    }

.training-title {
    color: #308e87;
    text-decoration: none;
    font-weight: 500;
}

    .training-title:hover {
        text-decoration: underline;
    }
