#sport-types svg {
    width: 40px;
}

.sport-select {
    width: 100px;
    height: 75px;
}

.select-btn.date-select {
    width: 110px;
    height: 60px;
    font-size: 1em;
    font-weight: 300;
}

.date-slider {
    overflow: auto;
}

.sport-slider {
    overflow: auto;
}

.space-slider {
    overflow: auto;
}

#date-types {
    width: max-content;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sport-types {
    width: max-content;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#space-types {
    width: max-content;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.space-select {
    font-size: 1.1em !important;
    font-weight: 300 !important;;
}

.select-btn.time-select {
    width: 90px;
}

.thumb-modern-border .remove {
    margin-top: -80px;
    padding: 10px;
}

.loader-div {
    background-color: rgba(255, 255, 255, 0.44);
    position: absolute;
    z-index: 2;
}

.venue-loading {
    margin-top: 10em;
}
.no-height {
    line-height: 1;
}

.btn.add_to_cart {
    text-transform: uppercase;
}

.btn.waitlist-mode {
    background: #e67e22;
    font-weight: 700;
    letter-spacing: .4px;
}

.duration_btn {
    padding: 0px 10px;
    line-height: 30px;
}
#duration_time {
    display: inline-block;
    width: 8em;
    text-align: center;
    line-height: 30px;
}
.btn.btn-primary.btn-sm.duration_btn {
    margin-bottom: 4px;
}
.duration-block {
    padding: 5px 5px;
    border: 1px solid #d7d7d8;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

/* ── Waitlist full-slot styling ─────────────────────────────────── */
/* Label stays identical in size; badge is absolutely positioned     */
.select-btn.wl-full {
    position: relative !important;
    border-color: #e67e22 !important;
    border-style: dashed  !important;
    opacity: .85;
}
.select-btn.wl-full:hover,
input:checked + .select-btn.wl-full {
    opacity: 1;
}
.wl-badge {
    position: absolute;
    top:   -1px;
    right: -1px;
    background: #e67e22;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px 2px 4px;
    border-radius: 0 3px 0 5px;
    letter-spacing: .4px;
    text-transform: uppercase;
    pointer-events: none;
}
