/* Custom styles for the SweetAlert2 modal */
.swal2-started {
    max-width: 90% !important;
}

.started-wrap {
    text-align: left;
}

.started-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 10px;
}

#started-search {
    max-width: 300px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.table-container {
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.table-started {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.table-started th,
.table-started td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-started thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-started tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-started .text-end {
    text-align: right;
}
.table-started .text-center {
    text-align: center;
}
.table-started .text-muted {
    color: #6c757d;
}
.table-started .fw-bold {
    font-weight: 600;
}