.report-param-info {
    width: 150px;
    height: 350px;
    margin-top: 10px;
}

.dropdown-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure the container spans the full width */
}

.dropdown-container-center > label,
.dropdown-container-center > select {
    display: inline-block;
    width: auto;
    margin: 0 5px; /* Add some space between the label and the select */
}

.calendar-select-div {
}

.date-range-select {
    margin-left: 1rem;
}