﻿.meetings-table {
    border-spacing: 0.5rem 0.65rem;
    border-collapse: separate;
    width: 100%;
}

.meetings-table .cell-file-name {
    line-height: 15px;
}

.meetings-table tr {
    cursor: pointer;
}

.meetings-table tr td {
    height: 2.8rem !important;
    background-color: var(--root-input-bg-colour);
    border-radius: 5px;
}

.meetings-table thead th {
    border-bottom: 0 !important;
    padding: 0.5rem;
}

.meetings-table thead th:first-child {
    width: 9rem;
}

.meetings-table .cell {
    padding: 0.5rem;
}

.meetings-table .cell-icon {
    display: flex;
    justify-content: space-between;
}

.events-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event-cardciwm {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-date {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.event-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.event-time {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}