.homepage-position {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
}
.homepage-search-container {
    display: flex;
    gap: 10px;
}

.homepage-search-address-icon {
    background: url(/assets/front/images/address.png) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.homepage-search-address {
    min-width: 150px;
}
.homepage-search-address option {
    color: grey;
}
.select2-icon {
    display: inline-block;
    float: right;
    margin-top: -3px;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    border-radius: 13px;
    background-color: #1461ba9c;
}

.select2-dropdown {
    font-size: 16px;
    border-radius: 20px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 20px;
    border-width: 0;
    color: #808080;
    font-size: 16px;
    padding-left: 10px;

}
.select2-container--default .select2-selection--single {
    border: unset;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: unset;
}
.select2-results__option[aria-selected] {
    color: grey;
    padding: 15px 20px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    width: 250px !important;
    left: -65px;
}
.select2-search--dropdown {
    padding: 8px;
}
.homepage-search-date-icon {
    background: url(/assets/front/images/calendar.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.homepage-search {
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    width: max-content;
    padding: 8px 12px;
    border-radius: 1000px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    max-height: 45px;
}
.homepage-search:hover {
    background-color: #dcdcdc;
}
.homepage-date-range-picker {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: -1;
    width: 0;
    height: 0;
    padding: unset !important;
    background: transparent;
    border: unset;
}

.homepage-search-date-select {
    color: white;
    background: transparent;
    border-radius: 20px;
    min-width: 150px;
    -webkit-appearance: none;
    border: 0 solid rgba(255, 0, 0, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.homepage-search-date-select option {
    background-color: white;
    color: grey;
    border-radius: 30%;
}

.homepage-search-date-select:after {
    border-radius: 30%;
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 32%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(/assets/front/images/arrow_left_nav_icon.svg) no-repeat;
    left: 30px;
    scale: 2;
}

.owl-carousel .next-slide {
    background: url(/assets/front/images/arrow_right_nav_icon.svg) no-repeat;
    right: 10px;
    scale: 2;
}
[dir="rtl"] .owl-carousel {
    direction: ltr !important;
}

[dir="rtl"] .owl-carousel .owl-stage {
    direction: rtl !important; 
}

[dir="rtl"] .owl-carousel .owl-item {
    float: right !important;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block !important;
}
.empty-search {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 40%;
}
.empty-search-text {
    font-weight: 700;
}
.loading-skeleton {
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    align-items: center;
}

.loading-skeleton .homepage_image_container {
    background-color: #dcdcdc;
}

.loading-skeleton .events_group_section {
    flex: 1;
}

.loading-skeleton .events_name_h4 {
    width: 70%;
    height: 20px;
    background-color: #dcdcdc;
    border-radius: 4px;
}
.homepage_group_title {
    line-height: unset !important;
}

@media only screen and (max-width: 1024px) {
    .loading-skeleton .homepage_image_container {
        width: 17.472vw;
    }
}
@media only screen and (max-width: 1023px) {
    .homepage-position {
        display: block;
        padding-top: 26px;
    }
    #page_homepage .select2-container {
        height: unset !important;
    }
}
@media only screen and (max-width: 515px) {
    .popular_performers_boxes.owl-carousel li:not(:first-child) {
        display: none;
    }
    .empty-search {
        font-size: 15px;
    }
    .homepage-search-container {
        flex-direction: column;
        align-items: center;
        padding: 0 46px;
    }
    .homepage-search {
        width: 100%;
        justify-content: space-between;
    }
    .homepage-search-container hr {
        display: none;
    }
}