html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.frontPageLogoContainer{
    width: 100%;
    
}

.quickViewOrderNumber {
    color: rgb(71,179,247);
}

.ticketCardOuterContainer {
    width: 100%;
    height: 100%;
    background-color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
}

.ticketCardContainer{
    width: 280px;
}

div.carousel-indicators button.active {
    opacity: 1;
    height: 7px;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(71,179,247);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgb(71,179,247);
}

.ticketFooter{
    min-height: 1rem;

}

.ticketVenueName{
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

.ticketVenueAddress{
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

.ticketEventDate{
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.accordion-button {
    font-weight: bold;
    color: rgb(71,179,247);
    background-color: #eee;
}

.accordion-button:not(.collapsed) {
        color: rgb(71,179,247);
        background-color: #fff;
}

.accordion-button:focus {

}

.accordian-button::after {
    background-color: #fff;

}


.myTicketsIndexEventContainer {
    max-width: 90%;
    padding: 5px;
    
}

.myTicketsIndexEventHeading{
    margin-top: 10px;
    margin-bottom: 10px;
    
    display:flex;
    justify-content: center;
    align-content: center;
}

.myTicketsIndexEventCard {
    margin-bottom: 5px;
}

.myTicketsIndexEventName {
    font-size: 1.2rem;
}

.myTicketsIndexEventDate {
    font-size: 0.8rem;
    margin-bottom: 1rem!important;
}

.myTicketsIndexVenueName {
    font-size: 0.9rem;
}

.myTicketsIndexVenueAddress {
    font-size: 0.7rem;
}

.myTicketsEventHeaderCard{
   
}

.myTicketsActionButtonRow{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card-img-overlay {
    text-align: center;
    top: unset;
    background-color: rgba(0,0,0,0.7);
    padding: 0;
}

.card-text {
    margin-bottom: 0.5rem;
}

.ticketActionButton{
    max-width: 30%;
    cursor:pointer;
}