﻿/*Style form setupGame.cshtml*/

.time-select {
    display: inline-block; /* Align horizontally */
    margin-right: 5px; /* Spacing between selectors */
}

.time-divider {
    display: inline-block;
    padding: 0 10px; /* Space around the hyphen */
    line-height: 38px; /* Align vertically with selects */
    font-size: 16px; /* Size of the hyphen */
}

.input-group .form-control {
    width: auto; /* Only take as much width as needed */
}
/* Ensure no gap at the bottom of the input group */
.input-group {
    flex-wrap: nowrap;
}
