
body {
    font-family: 'Roboto'; /*Domine', serif;*/
    max-width: 100% !important;
    overflow-x: hidden;
}

p {
    margin-bottom: 8px;
}

.ticket-box-logo {
    aspect-ratio: 1/1;
    width: 75%;
    height: 75%;
}

.spacing-divider {
    border: 1px solid #FAFEFF;
    margin: 3rem auto;
}

.calendar-ticket-cell-container , .circle-border {
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}

.calendar-ticket-cell-container {
    margin-left: 15px;
    margin-right: -8px;
    background: rgba(217, 217, 217, 0.31);
}

.calendar-ticket-cell-container {
    margin-right: 15px;
    margin-left: -8px;
    background: rgba(217, 217, 217, 0.31);
}

.teams-main-img {
    height: 100%;
    aspect-ratio: 1;
    padding: 0px
}