﻿body {
}

.selected-row {
    background-color: #f7c16f !important;
}

.table-header {
    font-weight: 500 !important;
}

.edit-table-info {
    margin-top: 5px !important;
    font-style: italic;
    font-size: 0.8rem !important;
}

.edit-table-buttons {
    display: flex;
    gap: 12px;
    justify-content: end;
}
