.carousel .carousel-item {
    height: 125px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 130px;
}

.carousel-indicators {
    margin-bottom: 0;
}

.xs-event-datetime {
    color: black;
}

.event-banner {
    height: 125px;
    min-height: auto;
}

.overlay {
    -webkit-backdrop-filter: blur(2px);
}

.tickets-message {
    padding: 10px;
    border: 1px solid #eee;
    background-color: white;
    box-shadow: #ccc 0px 0px 15px;
    width: 80%;
    margin: 0 auto;
}

.event-page .banner {
    background-image: none;
}

.card.event-card .event-data .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 576px) {
    .carousel .carousel-item {
        height: 180px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 180px;
    }

    .event-banner {
        height: 180px;
        min-height: auto;
    }

}

@media (min-width: 768px) {

    .carousel .carousel-item {
        height: 245px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 245px;
    }

    .event-banner {
        height: 245px;
        min-height: auto;
    }

}

@media (min-width: 992px) {

    .carousel .carousel-item {
        height: 320px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 320px;
    }

    .event-banner {
        height: 320px;
        min-height: auto;
    }

}

@media (min-width: 1200px) {

    .carousel .carousel-item {
        height: 390px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 390px;
    }

    .event-banner {
        height: 390px;
        min-height: auto;
    }

}

@media (min-width: 1400px) {

    .carousel .carousel-item {
        height: 460px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 460px;
    }

    .event-banner {
        height: 460px;
        min-height: auto;
    }

}

.row.equalheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.equalheight>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.userLoginMsg {
    margin: 0;
    font-size: 0.75rem;
}

.blog-cover {
    width: 100%;
    border-radius: 11px;
}

.event-share-btn {
    height: 30px
}

.paymentIframe {
    height: 1000px;
}

#userBio {
    height:100px;
}
.user-ticket-item {
    background-color: #fff;
    margin-bottom: 10px;
}
.view-ticket {
    text-align: end;
}
.event-image img {
    width: 270px;
    height: 200px;
    border-radius: 12px;

}