@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Noto+Serif+Bengali&family=Pacifico&family=Rubik:wght@700&display=swap");

.main_c {
    width: 100%;
    height: 210px;
    border-radius: 5px 5px 20px 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0 0 0 / 90%);
    background-color: white;
    z-index: -9;
}
.top {
    width: 100%;
    height: 28px;
    background-color: #0d3656 !important;
    font-family: sans-serif;
    font-size: 0.7rem;
}
.left_c {
    width: 33%;
    height: 28px;
    float: left;
    line-height: 28px;
}
.live {
    width: 34%;
    height: 28px;
    float: left;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}
.spinner {
    width: 50%;
    float: left;
    padding-top: 7px;
    padding-left: 5px;
    box-sizing: border-box;
    height: 28px;
    text-align: left;
}
.spinner-grow {
    height: 13px;
    width: 13px;
}
.lv {
    width: 50%;
    float: left;
    height: 28px;
}
.lv p {
    color: yellow !important;
}
.right_c {
    width: 33%;
    height: 28px;
    float: left;
    line-height: 28px;
    text-align: right;
}
.marq {
    height: 31px;
    width: 100%;
    box-sizing: border-box;
}
.marquee {
    height: 31px;
    width: 200px;
    margin: auto;
    line-height: 29px;
    font-size: 0.8rem;
    background-color: #0d3656 !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 11% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 11% 100%);
    padding: 0px 25px 0px 25px;
    font-family: "Rubik", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: white !important;
}
.ws {
    height: 10px;
    width: 100%;
}
.team {
    height: 79px;
    width: 100%;
}
.lteam {
    width: 30%;
    height: 79px;
    float: left;
    margin: auto;
    box-sizing: border-box;
}
.lteam img {
    height: 57px;
    width: 57px;
}
.cercale {
    height: 57px;
    width: 57px;
    margin: auto;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    overflow: hidden;
    box-sizing: border-box;
}
.cercale_vs {
    height: 79px;
    width: 79px;
    margin: auto;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    overflow: hidden;
    box-sizing: border-box;
}
/* .vs{
    width: 40%;
    height: 79px;
    float: left;
} */
.vs h1 {
    font-size: 3rem;
    text-align: center !important;
}
.rteam {
    width: 30%;
    height: 79px;
    float: left;
    box-sizing: border-box;
}
.rteam img {
    height: 57px;
    width: 57px;
}
.lef_t {
    width: 100%;
    height: 22px;
}
.lef_t p {
    font-size: 0.7rem;
    line-height: 12px;
    margin-bottom: 0px;
    text-align: center;
    font-family: rubik, sans-serif;
    color: black;
}
.rig_t p {
    font-size: 0.7rem;
    line-height: 12px;
    margin-bottom: 0px;
    text-align: center;
    font-family: rubik, sans-serif;
    color: black;
}
.rig_t {
    width: 100%;
    height: 22px;
}
/* .btn{
    height: 44px;
    width: 100%;
    margin: auto;
    padding:0px;
    padding-top:7px;
    font-family: rubik,sans-serif;
} */

@media only screen and (min-width: 768px) {
    .lef_t p {
        font-size: 1rem;
        margin-bottom: 0px;
        text-align: center;
        font-family: rubik, sans-serif;
        color: black;
    }
    .rig_t p {
        font-size: 1rem;
        margin-bottom: 0px;
        text-align: center;
        font-family: rubik, sans-serif;
        color: black;
    }
}
