.LiveScore{
    padding: 1.6rem 0;
    background-color: var(--livescorbg);
    padding-bottom: 1rem;
}

.owl-item{
    padding: 7px 12px;
}

.PresentMatch {
    background: #ffffff;
    padding: 3px;
    border-radius: 10px;
    box-shadow: 0 0 5px #d9dadd;
}

.PresentMatch:hover {
    border: 1px solid var(--comola);
}

.PresentMatch p{
    margin-bottom: 0px!important;
}

.DateTime{
    background: white;
    color: #4472c4;
    font-weight: 700;
    align-items: center;
    text-align: center;
    padding-top: 14px;
    justify-content: center;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.Date{
    font-size: 21px;
    color: #f49c00;
}

.Team{
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 11px 10px;
    color: rgb(36, 36, 36);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.Team span{
    font-weight: 700;
    font-size: 14px;
}

.Team1,
.Team2{
    display: flex;
}

.vs{
    width: 70%;
}

.owl-carousel .owl-item img {
    display: inline-block;
    /* width: 100%; */
}

.Team1 img,
.Team2 img{
    vertical-align: middle;
    width: 25px !important;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 3px;
    margin-right: .3rem;
    border: 1px solid #fffefe;
}

.Team1 span,
.Team2 span{
    margin-top: -0.1rem;
}

@media screen and (max-width: 991px) {
    .Team1 span,
    .Team2 span{
        font-size: 14px !important;
    }
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .Team1 span, 
    .Team2 span {
        margin-top: 2px;
    }
    
    .Team span {
        font-weight: 700;
        font-size: 14px;
    }

    .Date {
        font-size: 22px;
    }

    .DateTime {
        font-size: 11px;
        padding-top: 19px;
    }

    .vs {
        width: 75%;
        font-size: 14px !important;
    }

}

@media screen and (max-width: 375px) {
    .vs{
        width: 90%;
    }
}


/* colors var */
:root {
    --orange: #f49c00;
    --hpverblue: #a66a01;
    --whiteblue: #f7bb53;
    --white: #ffffff; 
    --black: #000000;
    --comola: #F79E00;
    --lightcomola: #ffb941;
    --livescorbg: #f49c00;
}
