#medsection0{
    padding: 0;
}

.FixandSTANDCon{
    width: 1245px;
}

.innerCon{
    width: inherit;
    display: grid;
}

/* CSS for Top Banner */

.Topbanner{
    width: inherit;
    height: 135px;
    background-color:#900c31 ;
    display: grid;
    place-items: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

/* CSS for Navigations */
.NavCon {
    display: inline-block;
    margin-top: 15px;
    margin-left: 47px;
}

.nav {
    padding: 0px 10px;
    height: inherit;
    font-size: 20px;
    display: inline;
    cursor: pointer;
}

.nav:hover{
    color: #850606;
}

/* CSS for Carousel & MatchBoard */

.headCon{
    width: 1245px;
    height: 750px;
    background-color: bisque;
    height: max-content;
}

.headBann{
    width: inherit;
    margin-top: 10px;
}

.MatchBoard {
    width: 95%;
    height: inherit;
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
}


.BoardNav{
    display: block;
    width:inherit;
    height: 40px;
}

.BoardNavInn{
    margin-right: 20px;
    width: 400px;
    display: flex;
    height: inherit;
    float: right;
}

.Mnav, .Mnav2{
    background-color: #ffffff;
    width: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.Mnav{ 
    border-radius: 12px 0px 0px 0px;
}
.Mnav:hover a {
    color: #FFF;
    font-size: 20px;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
    background-color: #850606;
    color: #FFF;
}
.Mnav2 a{
    color: #FFF;
} 

.Mnav:hover,.Mnav2:hover {
    background-color: #850606;
    color: white;
}

.Mnav a, .Mnav2 a{
    text-decoration: none;
}
.Mnav a:hover, .Mnav2 a:hover{
    color: inherit;
}

.teamsheet{
    padding: 30px 20px;
    background-color: rgb(244, 244, 244);
    float: left;
}

.teamsheetInn{
    width: 827px;
    display: grid;
    gap: 10px;
    float: left;
}

.StandingsCon{
    height:max-content;
    background-color: white;
    border-radius: 2px;
    padding-bottom: 8px;
}

.GroupA{
    width: 95%;
    height: inherit;
    margin: auto;
}

.grpNameCon{
    font-size: 16px;
    font-weight: 700;
    display:grid;
    place-items: center;
    justify-content: left;
    height: 30px;
}

.col1, .col3{
    display: flex;
    height: 30px;
    margin-bottom: 6px;
    background-color: rgb(244, 244, 244);
}

.col2, .col4, .col{
    display: flex;
    height: 30px;
    margin-bottom: 6px;
}

.CountryName{
    width: 40%;
    /* background-color: green; */
    display: flex;
    align-items: center;   
}

.CountryName div, span{
    cursor: pointer;
}

.CountryName div:hover{
   border-bottom: 0.5px solid black;
}

.CountryName div{
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}

.box-pts{
    font-weight: 700;
}

.points{
    justify-content: space-evenly;
    width: 60%;
    display: flex;
    font-size: 14px;
}

.points div{
    width: 34px;
    height: 30px;
    display: grid;
    place-items: center;
}

.StandingsCon img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.FixandSTANDCon a:hover{
    text-decoration: none;
}

.grpTable .col1:nth-child(2n-1){
    background-color: #FFF;
}

.nav.active {
    color: #850606;
}

.right{
    float: left;
    width: 300px;
    min-height: 250px;
    background: #ececec;
    margin-left: 15px;
    margin-top: 51px;
}