<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field_slot_btn {
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    width: 210px;
    text-align: center;
}
.field_option_date_row {
    position: relative;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    user-select: none;
    cursor: pointer;
    scrollbar-color: rgba(0,0,0,0.5);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.field_option_date_row::-webkit-scrollbar {
    display: none;
}
.field-filter-btn {
    height: 44px !important;
    padding: 12px 18px;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-radius: 8px;

    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
}
.field-filter-btn-border-primary {
    border-color: #9E0620 !important;
}
.field-slide-calendar-item {
    padding: 14px 4px;
    min-width: 70px;
}
.field-slide-calendar-item-selected {
    background: #9E0620;
    border-radius: 10px;
}
.field-slide-calendar-item-margin-d {
    margin-right: 16px;
}
.field-slide-calendar-item-margin-m {
    margin-right: 6px;
}
.field-slide-calendar-item-day {
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #A0A4A8;
}
.field-slide-calendar-item-day-selected {
    color: #FFF !important;
}
.field-slide-calendar-item-date {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
}
.field-slide-calendar-item-date-selected {
    color: #FFF !important;
}
.field-slide-calendar-item-date-disabled {
    color: #CACCCF !important;
    cursor: initial;
}
.field-slot-item {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 12px 8px;
}
.field-slot-item-disabled {
    border: none !important;
    cursor: default !important;
}
.field-slot-item-selected {
    background: #FAF3F4 !important;
    border: 1px solid #9E0620 !important;
}
.duration-per-session-text {
    color: #A0A4A8;
    text-align: center;
    font-family: Rubik;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.1px;
    display: block;
}
.duration-per-session-text-selected {
    color: #9E0620 !important;
}
.field-slot-item-time {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
}
.field-slot-item-time-disabled {
    color: #A0A4A8 !important;
}
.field-slot-item-time-selected {
    color: #9E0620 !important;
}

.field-slot-item-price-strike {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #A0A4A8;
    display: block;
    text-decoration: line-through;
    font-size: 12px!important;
    line-height: 10px!important;
    margin-top: 5px;
    margin-bottom: 2px;
}

.field-slot-item-time-selected-strike,
.field-slot-item-price-strike-selected {
    color: #9E0620 !important;
}


.field-slot-item-price {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #52575C;
}
.field-slot-item-price-disabled {
    color: #A0A4A8 !important;
}
.field-slot-item-price-selected {
    color: #9E0620 !important;
}
.field-slot-item-check {
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 15px;
    right: calc(10% - 0.5%);
}
.field-slot-item-check-selected {
    display: block !important;
}
#field-full-calendar {
    min-width: 680px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(37, 40, 43, 0.08);
    border-radius: 8px;
    padding: 24px !important;
    border: none;
    left: 25%;
}
.field-full-calendar-month-title {
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #25282B;
}
.field-full-calendar-day-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 36px;
    height: 36px;
}
.field-full-calendar-day-title span {
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #A0A4A8;
}
.field-full-calendar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 1px;
    width: 36px;
    height: 36px;
}
.field-full-calendar-item:hover {
    cursor: pointer;
}
.field-full-calendar-item-selected {
    background: #9E0620 !important;
    border-radius: 100% !important;
}
.field-full-calendar-item-day {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #25282B;
}
.field-full-calendar-item-day-selected {
    color: #FFFFFF !important;
}
.field-full-calendar-item-day-disabled {
    color: #CACCCF !important;
}
.field-full-calendar-item-day-weekend {
    color: #F44335 !important;
}
.field-full-calendar-item-price {
    font-weight: 400;
    font-size: 9px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #A0A4A8;
}
.field-full-calendar-item-price-lowest {
    color: #00C48C !important;
}
.field-full-calendar-item-price-selected {
    color: #FFFFFF !important;
}
.field-full-calendar-item-price-disabled {
    color: #CACCCF !important;
}
#mobile-calendar-overlay {
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9999998;
}
#mobile-calendar-container {
    background-color: white;
    position: absolute;
    z-index: 9999999;

    border-radius: 8px;
    height: calc(100vh - 64px);
    width: 100vw;
    bottom: 0;
    padding: 16px;

    transition: all 1s;
}
#mobile-calendar-action-container {
    background-color: white;
    position: absolute;
    z-index: 9999999;

    width: 100vw;
    bottom: 0;
    padding: 16px;
}
#mobile-calendar-action-btn {
    background: #9E0620;
    border-radius: 8px;
    padding: 16px;
}
#mobile-calendar-action-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

    display: table;
    margin: 0 auto;
}
.field-mobile-calendar-day-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
}
.field-mobile-calendar-day-title span {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #A0A4A8;
}
.mobile-calendar-month-title {
    padding: 0;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #25282B;
}
.field-mobile-calendar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 40px;
    height: 40px;
}
.field-mobile-calendar-item-selected {
    background: #9E0620 !important;
    border-radius: 100% !important;
}
.field-mobile-calendar-item-day {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #25282B;
}
.field-mobile-calendar-item-day-disabled {
    color: #CACCCF !important;
}
.field-mobile-calendar-item-day-weekend {
    color: #F44335 !important;
}
.field-mobile-calendar-item-day-selected {
    color: #FFFFFF !important;
}
.field-mobile-calendar-item-price {
    font-weight: 400;
    font-size: 9px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #A0A4A8;
    margin-top:3px;
}
.field-mobile-calendar-item-price-lowest {
    color: #00C48C !important;
}
.field-mobile-calendar-item-price-disabled {
    color: #CACCCF !important;
}
.field-mobile-calendar-item-price-selected {
    color: #FFFFFF !important;
}
#mobile-calendar-body {
    position: relative;
    height: calc(100% - 81px);
    overflow-x: hidden;
    overflow-y: scroll;
}
#field-time-filter {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(37, 40, 43, 0.08);
    border-radius: 8px;
    padding: 0 !important;
    border: none;
    width: 360px;
}
.field-time-filter-content {
    padding: 16px;
}
.field-time-filter-title {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
}
.time-filter-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
.time-filter-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.time-filter-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.time-filter-slider:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .time-filter-slider {
    background-color: #9E0620;
}
input:focus + .time-filter-slider {
    box-shadow: 0 0 1px #9E0620;
}
input:checked + .time-filter-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.time-filter-slider.round {
    border-radius: 12px;
}
.time-filter-slider.round:before {
    border-radius: 50%;
}
.time-filter-item {
    padding: 8px 4px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 104px;
    margin-bottom: 10px;
    text-align: center;
}
.time-filter-item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #25282B;
}
.time-filter-item-selected {
    border: 1px solid #9E0620 !important;
    background: #9E0620 !important;
}
.time-filter-item-selected span {
    color: white !important;
}
#field-time-filter-action-container {
    border-top: 1px solid #E8E8E8;
    padding: 16px;
}
#field-time-filter-action-btn {
    background: #9E0620;
    border-radius: 8px;
    padding: 16px;
}
#field-time-filter-action-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

    display: table;
    margin: 0 auto;
}
#mobile-time-filter-overlay {
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9999998;
}
#mobile-time-filter-container {
    background-color: white;
    position: absolute;
    z-index: 9999999;

    border-radius: 8px 8px 0 0;
    height: auto;
    width: 100vw;
    bottom: 0;
    padding: 0;

    transition: all 1s;
}
.mobile-time-filter-content {
    padding: 16px;
}
.mobile-time-filter-title {
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #25282B;
}
.mobile-time-filter-item {
    padding: 8px 4px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 104px;
    margin-bottom: 10px;
    text-align: center;
}
.mobile-time-filter-item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #25282B;
}
.mobile-time-filter-item-selected {
    border: 1px solid #9E0620 !important;
    background: #9E0620 !important;
}
.mobile-time-filter-item-selected span {
    color: white !important;
}
#field-mobile-time-filter-action-container {
    border-top: 1px solid #E8E8E8;
    padding: 16px;
}
#field-mobile-time-filter-action-btn {
    background: #9E0620;
    border-radius: 8px;
    padding: 16px;
}
#field-mobile-time-filter-action-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

    display: table;
    margin: 0 auto;
}
.mobile-field-title {
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #25282B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-field-desc {
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #A0A4A8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-field-slot-desc {
    line-height: 18px;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.see-field-photo-btn {
    padding: 2px 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.see-field-photo-btn span {
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

img.rating_star:first-child {
    margin-left: 16px;
}

img.rating_star:last-child {
    margin-right: 16px;
}

#confirm-change-venue-modal .modal-content {
    border-radius: 8px;
    padding:24px;
    border: 0;
    font-family: 'Rubik';
    max-width: 400px;
    margin: 0 auto !important;
}

#confirm-change-venue-modal .modal-header {
    margin-bottom: 20px;
}

#confirm-change-venue-modal .confirm-modal-title h5 {
    font-size: 18px;
}

#confirm-change-venue-modal p {
    color: #52575C;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    font-style: normal;
}

#confirm-change-venue-modal .modal-content .row{
    margin-right: -15px !important;
    margin-left: -15px !important;
}

#confirm-change-venue-modal .modal-content .btn-ayo-white {
    color: #25282B;
}

.loading {
    background: lightgrey;
    min-height: 30px;
    position: relative;
    overflow: hidden;
}

.loading::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #d7d7d7, transparent);
    transform: translateX(-100%);
    animation: loading 1s infinite;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}




/* Venue field loading style */
.field-image-placeholder {
    width: 100%;
    height: 220px;
    border-radius: 8px;
}

.empty-field-info {
    width: 100%;
    height: 320px;
    border-radius: 8px;
/*    background: #eee;*/
}

.empty-field-name {
    width: 18rem;
    height: 2rem;
}

.empty-field-description {
    width: 28rem;
    height: 1.5rem;
    margin-top:10px;
}

.empty-field-info ul {
    margin-top:10px;
    padding-left: 0;
}

.empty-field-info ul li {
    list-style: none;
    margin-bottom: 5px;
}

.empty-field-info ul li .empty-field-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.empty-field-info ul li .empty-field-text {
    height: 20px;
    border-radius: 4px;
    margin-left: 10px;
}

.empty-field-slot-button {
    height: 40px;
    width: 12rem;
}

 @media (max-width: 450px) {
    #empty-field-list-container {
        padding-left: 0;
        padding-right: 0;
    }
    #empty-field-list-container .col-md-4 {
        width: 33.33% !important;
        padding-left: 0 !important;
    }

    .field-image-placeholder {
        height: 76px;
    }

    #empty-field-list-container .col-md-8 {
        width: 66.66%;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;

    }

    #empty-field-list-container .col-md-8 .placeholder:not(.empty-field-icon, .empty-field-text, .empty-field-slot-button) {
        width: 100% !important;
    }

    .empty-field-name {
        height: 1.25rem;
    }
    .empty-field-description {
        height: 1rem;
    }
    .empty-field-info {
        height: 6.25rem;
    }
    .empty-field-info ul,
    .empty-field-slot-button {
        display: none;
        visibility: hidden;
    }
 }

</pre></body></html>