p {
    margin-bottom: 0;
}

.ticket-calendar-header-container{
    border-bottom: 1pt solid #71769F;
    padding-bottom: 10px;
}

.tbd-text {
    font-size: 24px;
    font-weight: 500;   
}

.ticket-calendar-week {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.calendar-day-column {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #71769F;
    padding: 10px;
}

.calendar-cell {
    position: relative;
    aspect-ratio: 4/5;
    height: 100%;
    padding: 5px;
    transition: all 200ms ease-in-out;
}

.ticket-calendar-day-number.no-game {
    color: #D0D0D3;
}

.ticket-calendar-day-no-game {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: white;
    border: 0.5px solid #c2c0c0;
}

.ticket-calendar-day-no-game:hover {
    border-color: #0d98fd;
}

.calendar-empty-message {
    font-size: 22px;
    font-weight: 500;
    color: #5b6080;
    /* margin: 50px; */
    margin-top: 38px;
    padding-top: 20px;
}

.calendar-ticket-cell-container:hover {
    --homeColor: #0d98fd;
    --awayColor: #0d98fd;
    transform: scale(1.02);
}

.calendar-ticket-cell-container {
    width: 100%;
    height: 100%;
    color: white;
    transition: all 200ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;

    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
    transition: all 200ms ease-in-out;
    border-radius: 15px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    overflow: hidden;
    padding: 0px;
}

.calendar-ticket-cell-container .time-container {
    position: absolute;
    padding: 4px;
    top: 2%;
    right: 5%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.calendar-ticket-cell-container a {
    text-decoration: none !important;
}

.calendar-ticket-cell-container .time-container .day {
    /* padding: 3px 0px 1px 1px; */
    font-family: Roboto;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.calendar-ticket-cell-container .time-container .time {
    /* padding: 0px 3px 1px 1px; */
    font-family: Roboto;
    text-align: center;
    color: white;
    font-size: 10px;
}

.calendar-ticket-cell-container .text-important {
    font-size: 17px;
    font-weight: 500;
}

.calendar-ticket-cell-container .text-subtext {
    font-size: 13px;
    font-weight: 500;
}

.ticket-calendar-day-number {
    position: absolute;
    top: 9%;
    left: 12%;
    color: white;
    font-size: 20px;
    font-weight: 500;
    z-index: 100;
}

.ticket-bottom-text {
    color: white;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 17px;
}

.fixed-ticket-label {
    position: absolute;
    bottom: 2px;
}

.ticket-important {
    overflow-wrap: break-word;
    font-size: 26px;
    font-weight: 600;
}

.tickets-calender-month-name {
    color: #121317;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400 !important;
}

.tickets-calender-month {
    margin-bottom: 40px;
}


@media only screen and (max-width: 1400px) {
    .text-important{
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .under-text-card {
        font-size: 11px !important;
    }

    .fixed-ticket-label {
        margin-bottom: 0px !important;
    }
}