.lavcon-texture {
    background-image: url("/static/images/bg_jeansroxo.png");
}

.btn.btn-filter-submit {
    max-height: 42px;
}

.laudry-image {
    max-width: 500px;
    max-height: 300px;
    min-height: 150px;
    min-width: 300px;
    height: 300px;
}

.invisible-link {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

.fs-8 {
    font-size: 0.8em;
}


.Booked {
    border-color: darkblue !important;
    color: darkblue;
}

.Available {
    border-color: black !important;
    color: black;
}

.Working {
    border-color: darkred !important;
    color: darkred;
}

.Maintenance {
    color: gray;
}

.logo-tag {
    position: absolute;
    top: 65%;
    left: 54%;
    font-weight: bold;
    color: #8138de;
    font-size: 0.8em;
}

.text-wrapper {
    max-width: 15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title-empty{
    color: var(--bs-primary) !important;
    font-size: 4rem;
}

option:checked {
    background-color: var(--bs-primary);
    color: white;
}