/* begin license *
 *
 * "Gustos-DB" records, monitors and notifies client-sent statistics
 *
 * All rights reserved.
 *
 * Copyright (C) 2026 Seecr (Seek You Too B.V.) https://seecr.nl
 *
 * This file is part of "Gustos-DB"
 *
 * end license */

.date-select-container {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

@media only screen and (max-width: 600px) {
  .date-select-container {
    flex-direction: column;
    align-items: center;
  }
}
