/* For ticketDetails.html template */
.larger-icon {
    font-size: 4rem; 
}
.whiteloBlue-color{
    background-color: #093244;
}
.whitelotRed-color{
    background-color: #E63946;
}
.centered-container {
    display: flex;
    justify-content: center;
    height: 20%; 
}
.inner-container {
    padding: 2%; 
}
.icon-with-text {
    display: flex;
}
.larger-icon-with-space {
    margin-right: 5%;
}
#barcode-display {
    width: 30%; 
    height: 5%;
}
/* For whitelotInfoMessageTemplate.html template */
.whitelot-icon{
    filter: brightness(0) invert(1);
    width: 400px; 
    height: 200px;
    object-fit: cover;
    object-position: center;
    vertical-align: middle; 
    display: block; 
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 2%;

}
.custom-button {
    align-items: center;
    justify-content: center; 
    border: none;
    border-radius: 4px; 
    background-color: white;
    padding: 1% 1%;
    margin-top: 1%; 
    cursor: pointer;
    display: inline-flex; 
}

.button-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
}

.icon-button {
    font-size: 1.5rem;
    margin-right: 45px; 
}

.button-text {
    font-size: 1.5rem;
}

.wl-button {
    color: black;
    background-color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    border-radius: 8px;
    margin: 4px 2px;
}