.rs-num li.active:hover, .rs-num li:hover {
    color: transparent
}

.slide-from-left-enter-active, .slide-from-left-leave-active, .slide-from-right-enter-active, .slide-from-right-leave-active {
    transform: translateX(0);
    transition: transform .25s cubic-bezier(.53, .13, .28, .98), opacity .25s
}

.slide-from-left-enter-from, .slide-from-left-leave-to, .slide-from-right-enter-from, .slide-from-right-leave-to {
    transition: transform .25s cubic-bezier(.53, .13, .28, .98), opacity .25s
}

.slide-from-left-leave-to {
    opacity: 0;
    transform: translateX(100%)
}

.slide-from-left-enter-from, .slide-from-right-leave-to {
    transform: translateX(-100%);
    opacity: 0
}

.slide-from-right-enter-from {
    transform: translateX(100%);
    opacity: 0
}

.dropdown-popup-enter-from, .dropdown-popup-leave-to, .fade-enter-from, .fade-leave-to, .form-popup-enter-from, .form-popup-leave-to, .popup-pending .ts-popup-controller .ts-btn-2 i, .popup-pending .ts-popup-controller .ts-btn-2 svg, .ts-popup-component[v-cloak], .user-bar-enter-from, .user-bar-leave-to {
    opacity: 0
}

.fade-enter-active, .fade-leave-active {
    transition: .05s
}

.user-bar-enter-active, .user-bar-leave-active {
    transition: .1s
}

.ts-popup-content-wrapper > .ts-form-group:empty, .ts-popup-content-wrapper > form > .ts-form-group:empty, .ts-user-bar[v-cloak] {
    display: none
}

.vx-popup.elementor {
    position: unset !important
}

.ts-popup-root, .ts-user-bar-root {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 500000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.ts-popup-content-wrapper {
    max-height: 400px
}

.elementor-element-main-nav .ts-popup-content-wrapper {
    max-height: fit-content
}

.ts-sticky-top {
    position: sticky;
    top: 0;
    z-index: 999999
}

.ts-multilevel-dropdown {
    display: grid;
    grid-template-columns:1fr
}

.ts-multilevel-dropdown ul {
    grid-row-start: 1;
    grid-column-start: 1;
    max-width: 100%;
    overflow: hidden;
    grid-auto-rows: min-content;
    display: grid
}

.ts-availability-wrapper .ts-field-popup, .ts-booking-range-wrapper .ts-field-popup {
    min-width: 650px !important
}

.ts-availability-wrapper .ts-popup-content-wrapper, .ts-booking-range-wrapper .ts-popup-content-wrapper {
    max-height: none !important
}

.dropdown-popup-enter-active, .dropdown-popup-leave-active {
    transition: opacity .1s
}

.ts-field-popup-container {
    position: relative;
    z-index: 50;
    width: 100%;
    margin: 10px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ts-emoji-list .ts-form-group, .ts-popup-content-wrapper > .ts-form-group, .ts-popup-content-wrapper > form > .ts-form-group {
    padding: 15px 15px 0
}

.ts-popup-content-wrapper > .ts-form-group textarea, .ts-popup-content-wrapper > form > .ts-form-group textarea {
    min-width: 100%;
    width: 100% !important;
    height: auto
}

.ts-field-popup {
    background: #fff;
    border: 1px solid var(--ts-shade-4);
    border-radius: 7px;
    width: 100%;
    left: 0;
    top: 0;
    min-width: 230px;
    overflow: hidden
}

.ts-field-popup.popup-md {
    min-width: 300px
}

.ts-field-popup .ts-popup-controller {
    padding: 10px 15px;
    border-color: var(--ts-shade-5)
}

.ts-field-popup .ts-popup-controller .ts-btn {
    position: relative
}

.ts-field-popup .ts-popup-controller .ts-btn .ts-loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.ts-field-popup .ts-popup-controller ul {
    grid-gap: 10px
}

.popup-pending .ts-popup-controller .ts-btn-2 {
    color: transparent !important
}

.popup-pending .ts-popup-controller .ts-btn-2 .ts-loader-wrapper, .rs-num li:hover span {
    opacity: 1
}

.popup-pending .ts-popup-controller .ts-btn-2 .ts-loader-wrapper .ts-loader {
    border-color: #fff #fff hsla(0, 0%, 100%, .2784313725);
    width: 20px;
    height: 20px;
    border-width: 2px
}

.ts-booking-range-wrapper .ts-field-popup {
    min-width: 660px
}

.ts-field-popup input, .ts-field-popup input:focus, .ts-field-popup input:hover {
    background: 0 0
}

.uib {
    border: 0 solid var(--ts-shade-5)
}

.uib.b-top {
    border-top-width: 1px
}

.uib.b-bottom {
    border-bottom-width: 1px
}

.ts-popup-head {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--ts-shade-5);
    padding: 10px 15px;
    max-height: 50px
}

.ts-popup-head .ts-icon-btn {
    margin-left: 5px;
    width: 36px;
    height: 36px
}

.ts-popup-name {
    align-items: center;
    flex-wrap: nowrap;
    grid-gap: 7px;
    min-width: 0
}

.ts-popup-name i {
    font-size: 24px;
    color: var(--ts-shade-4)
}

.rs-num li, .rs-stars li span, .ts-notification-list li a, .ts-notification-list li a .notification-details b, .ts-popup-name > span {
    font-size: var(--e-global-typography-text-font-size)
}

.ts-popup-name > span {
    font-weight: 600;
    color: var(--ts-shade-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ts-popup-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 30px
}

.ts-popup-name svg {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-shade-4)
}

.rs-num li, .rs-stars li {
    position: relative;
    width: 20%
}

.ts-search-portal .ts-filter-wrapper {
    padding: 0 !important;
    flex-wrap: wrap !important
}

.ts-popup-root > div {
    pointer-events: all
}

.ts-popup-root > div:after {
    pointer-events: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    animation-name: smooth;
    animation-fill-mode: forwards;
    animation-duration: .2s;
    opacity: 0;
    will-change: opacity;
    transform: translateZ(0)
}

@keyframes smooth {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.pac-container {
    border-radius: 8px;
    margin-top: 5px
}

.pac-container .pac-item:first-child {
    border: none !important
}

.ts-popup-content-wrapper .ts-form-group:last-child {
    padding-bottom: 15px
}

.ts-no-grow {
    flex-grow: 0 !important
}

.ts-media-library .ts-popup-content-wrapper {
    min-height: 339px
}

.ts-media-library .ts-field-popup {
    min-width: 350px
}

.dialog-type-lightbox {
    z-index: 9999999 !important
}

.vx-full-popup .ts-popup-root > div:after {
    background-color: #0000008F !important
}

@media (max-width: 768px) {
    .hide-m {
        display: none
    }

    .ts-create-collection {
        order: 2
    }

    .ts-availability-wrapper .ts-booking-date, .ts-booking-range-wrapper .ts-booking-date {
        margin-bottom: 20px
    }

    .ts-popup-content-wrapper, .ts-popup-content-wrapper .ts-term-dropdown {
        flex-grow: 1;
        display: flex;
        flex-direction: column
    }

    .ts-popup-content-wrapper .ts-term-dropdown .ts-term-dropdown-lists {
        flex-grow: 1;
        display: flex
    }

    body:not(.page-template-page_search-widget) .ts-popup-content-wrapper {
        max-height: none !important
    }

    body:not(.page-template-page_search-widget) .ts-field-popup-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        margin: 0 !important;
        height: -moz-available;
        height: -webkit-fill-available;
        height: fill-available;
        height: stretch;
        height: 100dvh;
        display: flex;
        align-items: flex-end
    }

    body:not(.page-template-page_search-widget) .ts-field-popup-container .ts-field-popup {
        --vx-popup-height: 50dvh;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border: none !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: var(--vx-popup-height);
        max-height: 90%;
        position: relative;
        min-width: 100% !important
    }

    body:not(.page-template-page_search-widget) .ts-field-popup-container.vx-filter-popup .ts-field-popup {
        --vx-popup-height: 90dvh;
    }

    body:not(.page-template-page_search-widget) .ts-field-popup-container:after {
        display: none !important
    }

    .ts-field-popup .ts-popup-controller ul li {
        margin: 0
    }

    .ts-popup-controller.ts-form-group {
        padding-bottom: 0
    }

    .slide-from-left-leave-active, .slide-from-right-leave-active {
        position: absolute;
        width: 100%;
        height: auto
    }

    .ts-form .ts-field-popup {
        animation-name: slide-up;
        animation-fill-mode: forwards;
        animation-duration: .3s;
        animation-timing-function: cubic-bezier(.22, .68, 0, 1);
        will-change: transform
    }

    @keyframes slide-up {
        0% {
            transform: translateY(50px) translateZ(0)
        }

        to {
            transform: translateY(0) translateZ(0)
        }
    }

    .ts-popup-root > div:after {
        background: rgba(49, 49, 53, .631372549)
    }
}

@media (min-width: 768px) {
    .hide-d, .ts-popup-close {
        display: none
    }

    .ts-name-col {
        border-bottom: none
    }

    .ts-form .ts-field-popup {
        animation-name: smooth-reveal;
        animation-fill-mode: forwards;
        animation-duration: .3s;
        animation-timing-function: cubic-bezier(.22, .68, 0, 1);
        opacity: 0;
        will-change: transform
    }

    @keyframes smooth-reveal {
        0% {
            opacity: 0;
            transform: scale(.95) translateZ(0)
        }
        to {
            opacity: 1;
            transform: scale(1) translateZ(0)
        }
    }
}

.ts-emoji-popup .ts-popup-content-wrapper {
    height: 360px
}

.vx-noevent {
    pointer-events: none
}

.ts-social-share .ts-share-facebook .ts-term-icon svg {
    fill: #4267b2 !important
}

.ts-social-share .ts-share-twitter .ts-term-icon svg {
    fill: #1da1f2 !important
}

.ts-social-share .ts-share-linkedin .ts-term-icon svg {
    fill: #0e76a8 !important
}

.ts-social-share .ts-share-pinterest .ts-term-icon svg {
    fill: #bd081c !important
}

.ts-social-share .ts-share-reddit .ts-term-icon svg {
    fill: #ff4500 !important
}

.ts-social-share .ts-share-tumblr .ts-term-icon svg {
    fill: #35465c !important
}

.ts-social-share .ts-share-whatsapp .ts-term-icon svg {
    fill: #25d366 !important
}

.ts-social-share .ts-share-telegram .ts-term-icon svg {
    fill: #08c !important
}

.ts-notification-list li {
    transition: .15s
}

.ts-notification-list li:hover {
    background: var(--ts-shade-6)
}

.ts-notification-list li a {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px;
    color: #0c162c;
    align-items: center
}

.ts-notification-list li a .notification-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--ts-shade-5);
    overflow: hidden
}

.ts-notification-list li a .notification-image i {
    color: var(--ts-shade-2);
    font-size: 22px
}

.ts-notification-list li a .notification-image svg {
    fill: var(--ts-shade-2);
    width: 22px;
    height: 22px
}

.ts-notification-list li a .notification-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.ts-notification-list li a .convo-avatar img {
    width: 40x;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.ts-notification-list li a .notification-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 10px;
    min-width: 0;
    grid-gap: 3px
}

.ts-notification-list li a .notification-details span {
    font-size: 14px;
    color: var(--ts-shade-3);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    overflow: hidden
}

.ts-notification-list li a .notification-details div {
    display: flex;
    flex-wrap: wrap
}

.ts-notification-list li a .notification-details b {
    margin: 0;
    width: 100%;
    font-weight: 400;
    color: var(--ts-shade-1)
}

.ts-notification-list li.ts-new-notification a b, .ts-notification-list li.ts-unread-notification a b, .ts-notification-list li.ts-unread-notification b {
    font-weight: 600
}

.ts-notification-list li.ts-new-notification a .notification-image {
    background: var(--ts-accent-1);
    border: 4px solid var(--ts-accent-1)
}

.ts-notification-list li.ts-new-notification a .notification-image i {
    color: #fff
}

.ts-notification-list li.ts-new-notification a .notification-image svg {
    fill: #fff
}

.ts-notification-list .ts-notification-actions {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 10px;
    grid-gap: 5px
}

.review-categories {
    --active-accent: var(--ts-accent-1)
}

.review-categories label span {
    color: var(--ts-shade-3)
}

.rs-num li, .rs-num li span {
    display: grid;
    place-items: center;
    transition: .2s;
    color: var(--ts-shade-1)
}

.rs-stars {
    justify-content: center;
    --side-radius: 5px
}

.rs-stars li {
    justify-content: center;
    text-align: center;
    grid-gap: 5px;
    border: 1px solid var(--ts-shade-4);
    padding: 5px;
    height: 40px
}

.rs-num li:first-child, .rs-stars li:first-child {
    border-top-left-radius: var(--side-radius);
    border-bottom-left-radius: var(--side-radius)
}

.rs-num li:last-child, .rs-stars li:last-child {
    border-top-right-radius: var(--side-radius);
    border-bottom-right-radius: var(--side-radius)
}

.rs-num li:not(:last-child), .rs-stars li:not(:last-child) {
    border-right: none
}

.rs-stars li .ts-star-icon {
    transition: .2s;
    display: flex;
    align-items: center
}

.rs-stars li .ts-star-icon i, .rs-stars li .ts-star-icon svg {
    color: var(--ts-shade-4);
    fill: var(--ts-shade-4);
    width: 22px;
    height: 22px;
    font-size: 22px;
    transition: .3s
}

.rs-stars li span {
    font-weight: 400
}

.rs-stars li:hover .ts-star-icon {
    transform: scale(1.3)
}

.rs-stars li.active i, .rs-stars li.active svg {
    color: var(--active-accent);
    fill: var(--active-accent)
}

.rs-num {
    flex-wrap: nowrap;
    --side-radius: 5px
}

.rs-num li {
    padding: 10px;
    overflow: hidden;
    flex-shrink: 1;
    border: 1px solid var(--ts-shade-4);
    height: 40px
}

.rs-num li span {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 14px;
    opacity: 0
}

.rs-num li:hover {
    flex-grow: 1;
    width: 30%
}

.rs-num li.active, .rs-num li.active span {
    color: var(--active-accent)
}

.rs-num li.active {
    box-shadow: inset 0 -2px 0 var(--active-accent);
    font-weight: 600
}

.ts-quicksearch-popup .ts-popup-content-wrapper {
    max-height: 512px
}

.qs-top .ts-icon-btn {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 20px
}

.quick-search-list .ts-term-icon {
    width: 28px;
    height: 28px
}

.quick-search-list > li > a {
    height: 45px
}

.quick-cpt-select li {
    margin: 0
}

.quick-cpt-select li a {
    padding: 7px 10px;
    border-radius: 50px
}

.quick-cpt-select .ts-tab-active a {
    color: var(--ts-shade-1);
    background: var(--ts-shade-6)
}

.ts-field-popup .ts-sticky-top {
    padding: 15px
}

.ts-field-popup .ts-sticky-top input {
    border: 1px solid var(--e-global-color-accent);
    border-radius: 6px;
    height: 48px
}

.vx-full-popup .ts-popup-root {
    position: fixed !important
}

.vx-full-popup .elementor-element.ts-form {
    position: static !important;
    width: auto !important;
    max-width: 960px;
}

.vx-full-popup .ts-field-popup {
    min-width: 569px
}