/* Style for dropdown/select */
.modal-body select {
    width: 40%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Style for date inputs */
.modal-body input[type="date"] {
    width: 40%;
    margin-right: 34px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Style for buttons */
.modal-footer button {
    margin-right: 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.modal-footer .btn-default {
    background-color: #ccc;
    color: #fff;
}

.modal-footer .btn-primary {
    background-color: #119c18;
    color: #fff;
}

/* Style for the date range container */
.date-range-container {
    margin-top: 10px; /* Adjust this value as needed */
}
.glass-type-container {
    margin-top: 10px;
}
/* Style for filter summary */
.filter-summary {
    font-size: 14px;
    color: #333;
}

/* Style for the selected date range */
.filter-summary span {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
