/* Hafatra avy amin'ny PHP ($success_msg) */
.resultat {
    background-color: #e8f8f5;
    color: #117a65;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}
.resultat:empty {
    display: none;
}

/* --- BLOC B: TABILAO --- */
.bloc_B h1 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #2c3e50;
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 10px;
}

/* Trano misy Scroll (Overflow) */
.table-wrapper_2 { 
    background-color: white; 
    height: 550px;                 /* Haavo voafetra miteraka scroll */
    max-height: 550px;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    overflow-y: auto;              /* Scroll midina ihany raha feno */
    overflow-x: hidden;            /* Tampenana ny scroll mitsivalana amin'ny PC */
    position: relative;            /* Ilaina amin'ny fahamarinan'ny sticky header */
}

/* Fanatsarana ny Scrollbar (mba ho manify) */
.table-wrapper_2::-webkit-scrollbar {
    width: 6px;
    height: 6px;                   /* Ho an'ny scrollbar mitsivalana raha misy */
}
.table-wrapper_2::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.table-wrapper_2::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.table-wrapper_2::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Scroll ho an'ny finday mba tsy hivoaka ny tabilao */
.table-wrapper_2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-absence th {
    position: -webkit-sticky;      /* Mba handeha amin'ny Safari */
    position: sticky;
    top: 0;
}

.table-absence {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Tazonina mahitsy tsara ny tsanganana */
}

.table-absence th, .table-absence td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.95rem;
}

.table-absence th {
    background-color: #f8fafc;
    color: #64748b;
    font-weight: 600;
}

.table-absence tbody tr {
    color: green;
}

.table-absence tbody tr:hover {
    color: blue;
    background-color: #f8fafc;
}

/* --- BOKOTRA FITARIHANA (NAVIGATION BARS) --- */
.pan_buton_2 {
    display: flex;
    flex-wrap: wrap; /* Mivadika roa laharana raha tery ny finday */
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.pan_buton_2 a {
    text-decoration: none;
}

.btnretorner {
    background-color: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    padding: 10px 14px;
    font-size: 0.85rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.btnretorner:hover {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}
