.video-teaser-ticketmaster .container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#categoryFilters {
    display: flex;
    /* gap: 10px; */
    align-items: flex-start;
}

.no-result {
    font-size: 20px;
    color: lightgray;
    text-align: center;
    width: 100%;
    padding: 50px 0;
}

.searchInput {
    background: #fff;
    width: 100%;
    border-radius: 0px;
    position: relative;
    box-shadow: 0px;
    color: #c00;
}

.searchInput input {
    padding-left: 20px;
    background-color: #ffffff !important;
    border: 3px solid #bc151f !important;
    outline: none;
    font-size: 18px !important;
    font-weight: 400;
    color: #bc151f;
    border-radius: 0 !important;
    width: 100%;
    height: 55px;
    outline: none;
    box-shadow: 0px;
}


#city,
#search {
    border-left-width: 0px !important;
}
#city {
    border-right-width: 0px !important;
}


.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .icon {
    color: #c00;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    cursor: default;
    pointer-events: auto;
}

.searchInput .resultBox {
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
}


#countryInput.searchInput.active .resultBox,
#genreInput.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    /* border-radius: 3px; */
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    box-shadow: 0;
    color: #fff;
    border: 3px solid #ba151f;
    background-color: rgba(26, 26, 26, 0.8);
    border-top: 0px;
    width: 430px;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    text-align: left;
    pointer-events: all;
}

.resultBox li:hover {
    color:#cc0000;
    background-color: transparent;
}

.searchInput.active .resultBox li {
    display: block;
    width: 50%;
    float: left;
}


/* Button Filter Category */
.video-teaser-ticketmaster .dropdown.loading .icon-filter {
    display: inline-block;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.video-teaser-ticketmaster .dropdown.loading .icon-filter:before {
    content: "\e90a";
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

 .video-teaser-ticketmaster .dropdown-toggle::after {
    display: none;
}

.video-teaser-ticketmaster .category-checkbox-item {
    width: 50%;
    float: left;
}

.video-teaser-ticketmaster .city-checkbox-item {
    width: 50%;
    float: left;
}

.categories-dropdown-menu[x-placement^="top"] {
    border-top: 3px solid #ba151f;
    border-bottom: 0;
}

.video-teaser-ticketmaster .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/* custom input checkbox*/
.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom-label:hover,
.checkbox-custom-label:active {
    border: none;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 3px solid #ba151f;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border-radius: 3px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "x";
    font-weight: 900;
    font-size: 12px;
    background: #fff;
    color: #000;
    line-height: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

/* All videos  */
.video-teaser-ticketmaster .all-videos {
    margin-top: 30px;
}

.video-teaser-ticketmaster .related-post-description {
    background-color: #000;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;

}

.default-template-page .video-teaser-ticketmaster h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.default-template-page .video-teaser-ticketmaster h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-template-page .video-teaser-ticketmaster .tag a {
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #4d4d4d;
    border-radius: 5px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    margin: 0 3px 3px 0;
    display: block;
    float: left;
}

.default-template-page .video-teaser-ticketmaster .video-length-banner {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.default-template-page .video-teaser-ticketmaster img {
    width: 100%;
    height: auto;
}

.similar-media-mediathek .related-posts {
    margin-left: 20px;
    margin-right: 20px;
}

.video-teaser-ticketmaster .related-post-container .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -91px;
    margin-left: -35px;
    opacity: 0.8;
    font-size: 50px;
}

.video-teaser-ticketmaster .related-post-container:hover .play-btn {
    opacity: 1;
}

.video-teaser-ticketmaster button.load-more {
    max-width: 310px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.video-teaser-ticketmaster .plus {
    font-size: 30px;
    line-height: normal;
    margin-left: 10px;
}

/* Ads */

.ax-loaded {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Litepicker daterange styles */

:root {
    /* change background color for .container__months */
    --swiper-theme-color: #ba151f!important; 
    --litepicker-day-color-hover: #fff!important; 
    --litepicker-button-reset-color:#fff!important; 
    --litepicker-button-reset-color-hover:#9e9e9e!important; 
    --litepicker-button-prev-month-color: #fff!important; 
    --litepicker-button-next-month-color: #fff!important; 
    --litepicker-button-prev-month-color-hover: #9e9e9e!important; 
    --litepicker-button-next-month-color-hover: #9e9e9e!important; 
    --litepicker-month-weekday-color: #fff!important; 
    --litepicker-month-week-number-color: #fff!important; 
    --litepicker-day-color: #fff!important; 
    --litepicker-month-header-color: #fff!important; 
    --litepicker-is-today-color: #f44336;
    --litepicker-is-in-range-color: #ba152077;
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #ba151f;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #ba151f;

  }

.container__months {
    background-color: rgba(26, 26, 26, 0.85)!important;
    color: #fff;
    border: 3px solid #ba151f;
    border-top: 0;
    width: 554px!important;
}
.container__months[x-placement^="top"] {
    border-top: 3px solid #ba151f!important;
    border-bottom: 0!important;
}

@media (max-width: 767.98px)  {
   #countryInput.searchInput.active .resultBox, #genreInput.searchInput.active .resultBox {
        width: 330px;
        padding: 0px;
    }  

    #categoryFilters {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    #city, #search, #genre {
        border: 3px solid #bc151f !important;
        border-top-width: 0px !important;
    }
}
