.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thumb-info-wrapper img{
    object-fit: cover;
}
.status-box{
    width: 15px;
    height:15px;
    border-radius:0.3rem;
    margin-right:5px;
}
.bg-booked{
    background-color: #28a745!important;
}
.bg-notBooked{
    background-color: #dc3545!important;
}
.bg-hold{
    background-color: #ffc107!important;
}


.stall-detail {
    position: relative;
}
.stall-detail p{
    margin-bottom: 0;
    color: white;
    width: 70px; white-space: nowrap; text-overflow: ellipsis;
    overflow: hidden;
}

.stall-num-list{
    flex-wrap: wrap;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    left: 12%;
    top: -56px;
    color: white;
    background-color: rgba(0,0,0,0.87);
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    border-radius: 4px;
    white-space: nowrap;
}

/* this is the pointer */
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 40%;
    top: 90%;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(0,0,0,0.87) transparent transparent;
  transform: rotate(270deg);
}

/* this triggers display */
.stall-detail:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    display: block;
}

.sponsor-image{
    height: 200px !important;
    width: 100%;
    object-fit: contain;
}

@media(max-width: 769px){
    .stall-num-list{
        flex-wrap: wrap;
    }
}
@media(max-width: 769px){
    .stall-num-list{
        flex-wrap: wrap;
    }
}

@media(max-width: 426px){
    .event-header-image{
        margin-bottom: 20px;
    }
}
.slider-img{
    height: calc(100vh - 101px);
}
.status{
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    padding: 5px;
    margin-top: 5px;
    color: white;
}

p.stall-booking-success{
    font-weight: 600;
}
