.FixandSTANDCon{
    width: 100%;
    margin: auto;
}

.innerCon{
    width: inherit;
    display: grid;
}

/* CSS for Top Banner */

.Topbanner{
    width: inherit;
    height: max-content;
    background-color:#900c31 ;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

.qatarlogo{
    width: inherit;
    display: flex;
    justify-content: center;
}

.Topbanner img{
    max-width: 60%;
}

/* CSS for Navigations */
.NavCon{
    width:100%;
    display: inline-block;
    place-items: center;
    height: max-content;
    text-align: center;
    margin-top: 8px;
    position: relative;
}

.nav{
    padding: 0px 10px;
    height: inherit;
    font-size: 24px;
    font-weight: 400;
    display: inline;
    cursor: pointer;
}

.nav:hover{
    color: white;
}

/* CSS for Carousel & MatchBoard */

.headCon{
    width: inherit;
    height: 750px;
    background-color: rgb(255, 255, 255);
    height: max-content;
}

.headBann{
    width: inherit;
    margin-top: 20px;
}

.MatchBoard {
    width: 100%;
    height: inherit;
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
}


.BoardNav{
    display: block;
    width:inherit;
    height: 42px;
}

.BoardNavInn{
    width: 95%;
    display: flex;
    height: inherit;
    margin: auto;
}

.Mnav, .Mnav2{
    background-color: #dddbdb;
    width: 50%;
    display: grid;
    place-items: center;
}

.Mnav{ 
    border-radius: 12px 0px 0px 0px;
}
.Mnav:hover a {
    color: #FFF;
}

.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 {
    display: grid;
    place-items: center;
    width: 100%;
    height: max-content;
    background-color: rgb(244, 244, 244);
}

.teamsheetInn{
    width: 100%;
    margin: auto;
    display: grid;
    place-items: center;
    gap: 10px;
}


.StandingsCon{
    width: 100%;
    height:max-content;
    background-color: white;
    border-radius: 2px;
}

.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%;
    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: 4VW;
    height: 30px;
    display: grid;
    place-items: center;
}

.grpTable img{
    height: 20px;
    width: auto;
}
.grpTable .col1:nth-child(2n-1){
    background-color: #FFF;
}

.teamsheetInn h2{
    margin-bottom: 0;
}