.text-booked {
    color: rgb(13, 110, 253, 0.9);
}

.text-full {
    color:rgba(248, 15, 18, 0.9);
}

.text-attention {
    color: rgb(215, 163, 7, 0.9);
}

.text-chill {
    color: rgb(25, 135, 84, 0.9);
}

.event-time {
  width: 110px;
}

.event-capacity {
  width: 100px;
}

.event-status {
  width: 69px;
}

.carousel-caption {
    top: 20px;
    bottom: auto;
    padding: 0px;
    margin: 0px;
}
