#left-col{
    float: none;
    margin: 0 !important;
}

.main-container{
    padding: 50px 10px 0 10px;
}

.MainCon {
    width: 100%;
    margin: auto;
}

/* 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{
    width:50%;
    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: 100%;
    height: max-content;
    background-color: rgb(244, 244, 244);
}

.headBann{
    width: inherit;
    margin-top: 10px;
}

.MatchBoard {
    width: 95%;
    height: inherit;
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
    margin-top: 20px;
}

.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;
    cursor: pointer;
    font-size: 100%;
}

.Mnav {
    border-radius: 12px 0px 0px 0px;
    background-color: #850606;
    color: #FFF;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
}

.Mnav:hover,.Mnav2:hover {
    background-color: #850606;
    color: white;
}

.Mnav2:hover a {
    color: white;
}

.teamsheet{
    width: 100%;
    height: max-content;
    background-color: rgb(244, 244, 244);
    border-top: 1px solid #dddbdb;
}

.teamStats{
    width: inherit;
    display: flex;
    justify-content: center;
    background-color: rgb(255 255 255);
}

.CountryPhoto {
    width: 100%;
    display: grid;
    place-items: center;
}

.pCon {
    width: 15vw;
    height: 15vw;
}

.pCon img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.playStats {
    display: flex;
    justify-content: center;
    text-align: center;
}

.MatchesPlayed {
    width: 20vw;
    align-items: end;
    margin: 10px 0px;
    display: grid;
}

.MatchesPlayed1 {
    width: 15vw;
    align-items: end;
    margin: 10px 0px;
    display: grid;
}

.MatchesPlayed2 {
    width: 35vw;
    align-items: end;
    margin: 10px 0px;
    display: grid;
}

.MatchesPlayed h1{
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.teamfixtureResults{
    display: block;
    height: inherit;
}

.teamfixtureResults h2{
    font-size: 20px;
    margin-left: 20px;
}

.fixturesCon{
    width: 96%;
    height: auto;
    background-color: rgb(255, 252, 252);
    margin: auto;
}

.fixInn{
    margin: auto;
    overflow: auto;
}

.matchDayCon{
    display: grid;
    padding-top: 10px;
    place-items: center;
    margin-bottom: 10px;
}

.Fixdays{
    width: 100%;
    font-size: 18px;
    margin-bottom: 4px;
    text-align: center;
}

.FixDate{
    font-weight: 700;
}

.DateVenue{
    font-size: 14px;
}

.FixMatch{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FixMatchb{
    background-color: gainsboro;
}

.Time{
    width: 20%;
    text-align: center;
}

.team1, .team2{
    width: 40%;
    display: flex;
    justify-content: left;
    gap: 4px;
}

.team2{
    justify-content: right;
    text-align: right;
}

.team1b{
    background-color: aliceblue;
}

.groupTableCon{
    width: 100%;
    height: 200px;
    margin: auto;
}

.StandingsCon{
    min-height: 180px;
    background-color: white;
    margin-top: 18px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.GroupA{
    width: 95%;
    height: inherit;
    margin: auto; 
    padding-top: 12px;
}

.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: 14px;
    margin-left: 10px;
}

.box-pts{
    font-weight: 700;
}

.points{
    display: flex;
    font-size: 14px;
}

.points div {
    width: 6VW;
    height: 30px;
    display: grid;
    place-items: center;
}


/* CSS for groups */


.groupsContainer{
    background-color: rgb(240, 240, 240);
    padding: 30px 20px 10px;
    margin-top: 50px;
}

.grptext {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.grps{
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
}

.grpTMS {
    width: inherit;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 1px;
}

.groupNAME{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    background-color: rgb(133, 12, 12);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #ffffff;
}

.TM{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 20px 25px;
}

.TMflag{
    height: 28px;
    cursor: pointer;
}

.TMflag img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.TMname{
    cursor: pointer;
}

.TMname:hover{
   border-bottom: 3px solid black;
}
.mp-MP, .mp-GS, .mp-WDL{
    font-size: 13px;
}
.grpTable img, .FixMatch img {
    height: 20px;
    width: auto;
}
.grpTable .col1:nth-child(2n-1) {
    background-color: #FFF;
}