.vlla {
    border-left: 3px solid black;
    height: 41px;
    margin-top: -9px;
    position: absolute;
}


.ta-ho-tex {
    text-align: center;
}


.chong {
    background: #1b65a6 !important;
    color: #ffffff;
}

.hong {
    background: #d90d32 !important;
    color: #ffffff;
}

.tb-vs {
    font-size: 32px;
}

.stremBadge-fnt-w {
    font-size: 0.8rem !important;
    width: 4.3rem;
}
.bg-court{
    background-color: #ff6a00;
}

.elementToFadeInAndOut {
    animation: fadeInOut 4s linear 5 forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}