.main {
    width: 450px;
    height: 140px;
    display: flex;
    align-items: center;
    z-index: -100;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.imgmain{
    margin-top: 18px;
    z-index: 100;
    height: 70px;
}

.logo{
    height: 100%;
    width: 100%;
}


.timer {
    background-color: white;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    margin-left: -40px;
    padding-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #203766;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.exxtimer {
    display: none;
    background-color: rgb(19, 84, 224);
    height: 35px;
    width: 60px;
    align-items: center;
    justify-content: center;
    padding-right: 25px;
    margin-left: -40px;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: white;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.home_name {
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    width: 90px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    margin-left: -40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #203766;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.score {
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    width: 90px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    margin-left: -20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #203766;
    font-size: 23px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

.away_name {
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    width: 90px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #203766;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}


/* Input Feilds Stype */

.nicha {
    background-color: white;
    margin-bottom: 5%;
}

.timDiv {
    width: 45%;
    display: flex;
    margin: auto;
    /* margin-top: 5%; */
    justify-content: center;
    align-items: center;
}

.tminn {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.timsecc {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.minSec {
    margin-left: 15px;
    text-align: center;
    width: 12%;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ht {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.at {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.namer {
    margin-left: 15px;
    text-align: center;
    width: 15%;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.NDiv {
    width: 45%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.mBtn {
    display: flex;
    justify-content: center;
}

.Btnn {
    height: 40px;
    width: 80px;
    margin: 5px;
    font-size: 23px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(5, 40, 178);
    background-color: rgb(0, 255, 132);
    border-radius: 8px;
}

.jLab {
    font-size: 23px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.Colorr {
    margin-left: 15px;
    text-align: center;
    width: 20%;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#flink {
    width: 500px;
}

.indi {
    width: 50px;
    height: 50px;
    background-color: red;
    margin: auto;
    margin-top: -10px;
}


.Logo {
    margin-left: 15px;
    width: 50%;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.divCAS {
    background-color: rgb(56, 232, 255);
    display: flex;
    padding-left: 3px;
    padding-right: 3px;
    justify-content: right;
    margin: 5px;
    border: 3px solid black;
    width: 60px;
    border-radius: 30px;
}

.circle {
    display: flex;
    background-color: rgb(215, 209, 209);
    width: 20px;
    border-radius: 50px;
    margin: 3px;
    border: 5px solid white;
}

.cAS {
    position: absolute;
    width: 60px;
    height: 30px;
    opacity: 0;
}

.lal {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}