:root {--v-primary: 166 154 139; --v-secondary: 166 154 139; }

.v-body { background-image: url('https://valei.s3.eu-north-1.amazonaws.com/book/1872/background?240705105100'); }

.v-addbooking {
    display: none;
}
/*.v-button-book-another {
   display: none;
}*/
.v-card button.xl\:hidden {
    display: inline-block;
}
.v-card button.xl\:flex {
    display: none;
}
.v-button-addservice {
    display: none;
}
.v-icon-info {
    display: none;
}
.v-section-alert {
        border-width: medium;
        background-color: white;
}

.v-section-alert button {
    color: white;
    background-color: #495057;
}


.v-section-alert button:hover {
    color: black;
    background-color: #e5e7eb;
}

/*@media (max-width: 768px) {
    .v-groupbookinginfo-freeslots .hidden {
        display: flow !important;
        max-width: 100%;
    }
}*/
.v-card .truncate {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
}

.v-timeslot-groupbooking div:first-child div {
    overflow: unset;
    white-space: unset;
    margin-top: 0.75rem;
    max-width: 100%;
    word-wrap: break-word;
}

@media (min-width: 640px) {
    .v-timeslot-groupbooking div button {
   margin-right: -0.75rem;
   margin-top: -0.5rem;
   position: absolute;
   right: 0.3rem; 
   top: 0.1rem;
   margin-right: 0;
   margin-left: 0;
    }
}

div.v-groupbookinginfo > .v-groupbookinginfo-freeslots > span.text-gray-400:nth-child(2) {
    display: none;
}
