﻿/* ============================================================
   TABLE & MISC
   ============================================================ */
.no-pointer {
    pointer-events: none;
}

.action-col {
    width: 40px;
    min-width: 40px;
    max-width: 60px;
    white-space: nowrap;
}

.parent-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden; /* <-- important */
}

.table-responsive thead th {
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Mobile menu button animation */
#mobileMenuBtn.open .bi-list {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}
