/*******************************************************************************
* COPYRIGHT (C) 726 TECHNOLOGY INC, 2017 - 2024            ALL RIGHTS RESERVED *
*******************************************************************************/
/* CART CSS */
#CartOuterWrapper { width: 100%; text-align: center; color: white; 
                    font-weight: bold; font-size: 1.5vh; }

.CartLabelBold { font-size: 2vh; font-weight: bold; margin: 2vh 0; display: block; }

.CartMessageText { width: 100%; color: #fff; text-align: center; }
.CartMessageText.bold { font-weight: bold; }

.CartStandardText { font-size: 1.5vh; }

.lottoball {
    display: flex; align-items: center; justify-content: center; 
    border-radius: 50%; height: 6vh; width: 6vh; font-size: 2vh; 
    font-weight: bold; color: #fff; background-color: #00a1ff55;
    border: calc(0.25vh + 0.25vw) solid #00a1ff22;
    transition: opacity 1500ms;
}

#LivestreamTicketStatus {
    font-size: 2vh; 
    text-align: center;
}

.qr-img { max-width: calc(12vw + 12vh); }

.centered { text-align: center; }

.SpacerBar { background-color: #3333337f; padding: 0 6%; font-size: 1vh;
              display: flex; justify-content: space-between; border: calc(0.25vh + 0.25vw) solid #5552; }
@media screen and (min-width: 1100px) {
    .SpacerBar { padding: 0 2vw;  }
}
.SpacerBar.grower { flex-grow: 2; }