/* navigation active menu item */
.active-page {
    position: relative;
}

.active-page:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 2px;
    margin-left: -3px;
}

/* nice select general styles */
.nice-select {
    float: none;
    background: transparent;
    border: none;
    height: auto;
    line-height: inherit;
    font-size: inherit;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
}

.nice-select ul.list {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 200px;
    overflow-y: auto;
}

/* nice scroll general styles */
.nicescroll-cursors {
    border: none !important;
}

.nice-select ul.list {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 200px;
    overflow-y: auto;
}

/* signup step 6 social dropdown nice-select customization */
.social-links .nice-select li.option {
    padding: 0 5px 0 10px;
}

/* 
Home page 
*/
/* Select country */
.select2-container--default .select2-selection--single {
    background-color: #1f6e34 !important;
    border: 1px solid #1f6e34;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    min-width: 120px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-selection__placeholder {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #fff !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    position: relative;
    top: auto !important;
    right: auto;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #fff transparent transparent transparent !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: transparent;
    border-radius: 99px;
    font-size: 12px;
    border-color: #fcfcfc;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #fff transparent !important;
}

.select2-container--open .select2-dropdown--above,
span.select2-dropdown.select2-dropdown--below {
    background: #191919;
    border: none;
    color: #fff;
}

.select2-container--default .select2-results__option {
    color: #7c7c7c;
    border-bottom: 1px solid #272727;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: #1f6e34 !important;
}

.country-list .select2 .selection .select2-selection {
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 0;
}

/* .country-list
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
} */

/* events page nice select and select2 styles */
.events-city .nice-select {
    color: #a4ba26;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
}

#select2-event-country-container {
    color: #07a407;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 18px !important;
    line-height: 1.25 !important;
    /* font-weight: bold; */
}

#select2-event-city-container {
    color: gold;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 18px !important;
    line-height: 1.25 !important;
    /* font-weight: bold; */
}

.events-city .nice-select:after {
    width: 10px;
    height: 10px;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

.events-city .nice-select ul.list li.option {
    color: #141414;
    min-height: auto;
    font-size: 1.25rem;
    line-height: 1.5;
}

.events-city-select2 .select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1) !important;
    height: auto;
    border-radius: 0;
}

.events-city-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff;
    font-size: 0.8em !important;
    line-height: 1;
}

.events-city-select2 .select2-container {
    width: auto !important;
    min-width: 100px !important;
}

/* card image */
.card-image {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Listing slider nav and dots */
.listing-slider.owl-carousel .owl-nav button.owl-prev,
.listing-slider.owl-carousel .owl-nav button.owl-next {
    font-size: 24px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: #1f1f1f !important;
    line-height: 1 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-slider.owl-carousel .owl-nav button.owl-prev span,
.listing-slider.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -2px;
}

/* create event */
.select2-element .select2-container {
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
}

.select2-element .select2-selection {
    border-color: transparent;
}

.select2-element
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: transparent;
}

.select2-element
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    font-size: 1.5rem;
    line-height: 1;
    right: -20px;
    margin-top: 3px;
}

/* favourites page */
#other-filters .select2-container,
#other-filters .select2-container .selection,
#other-filters .select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 35px !important;
    display: flex !important;
    line-height: 35px !important;
    font-size: 14px !important;
}

#other-filters #slider.ui-slider-horizontal {
    height: 4px;
}

#other-filters #slider span.ui-slider-handle.ui-corner-all {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: -6px;
    background-color: #fff !important;
    z-index: 2;
    outline: none !important;
    border: none !important;
    position: absolute;
}

#other-filters
    #slider
    span.ui-slider-handle.ui-corner-all.ui-state-active.ui-state-focus,
#other-filters #slider span.ui-slider-handle.ui-corner-all.ui-state-focus,
#other-filters #slider span.ui-slider-handle.ui-corner-all.ui-state-hover {
    color: #fff;
    background-color: #fff !important;
    outline: none !important;
    border: none !important;
}

#other-filters #slider span.ui-slider-handle.ui-corner-all::before {
    content: "";
    height: 1em;
    width: 320px;
    right: 6px;
    background: #b5c174;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0px;
    border: none;
}

#other-filters #slider span.ui-slider-handle.ui-corner-all::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff !important;
    position: absolute;
    left: 0;
    top: 0;
}

.md\:left-30 {
    left: 30%;
  }

.md\:left-15 {
    left: 15%;
}

  .lg\:.z-\[999\] {
    z-index: 999;
  }
  .lg\:z-999 {
    z-index: 999;
  }

  .lg\:text-base {
    font-size: 16px;
  }

