.ddl-row {
    justify-content: center; 
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--bs-sub-color);
}

.ddl-row .dropdown button {
    border: 1px solid #c2c1c1;
    color: var(--bs-base-color);
    width: 100%;
}

.dropdown-item:active {
    background-color: var(--bs-base-color);
    color: white;
}

.form-floating button {
    border: 1px solid #c2c1c1;
    color: var(--bs-base-color);
}

.dropdown-item {
    text-align: center;
}

.dropdown-item:active {
    background-color: var(--bs-base-color);
    color: white;
}

.table {
    border-radius: 8px;
    overflow: hidden;
}

.table thead th {
    background-color: var(--bs-secondary-color);
    color: var(--bs-secondary-sub-color);
}

.table tbody td {
    text-align: center;
    vertical-align: middle;
}

.table-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: auto;
}