body {
    background-color: #001633;
}

.main-menu-wrapper a {
    z-index: 1000;
}

.header {
    background-color: #001633 !important;
    border-bottom:4px solid #d68400;
}

.section-name {
    width:230px;
    min-height:65px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index:100;
}
.section-name p {
    width:210px;
    font-size: 30px;
    font-weight:900;
    text-align: center;
    color:white;
    z-index: 10;
    text-shadow: -1px 1px 2px rgba(44,42,48,0.9);
    margin-right:0;
    line-height:1;
}


.section-name img {
    position: absolute;
    z-index: 0;
    height: 80px;
    width:230px;
    left:0;
    top:0rem;
}


.left-column-flag {
    width:170px;
    height:120px;
}

.left-column-country-info {
    width: 140px;
    margin-left:1rem;
    height:unset !important;
}

.left-column-country-name {
    font-size: 25px !important;
}

.left-column-country-info div p {
    font-size:22px;
}

.button-wrapper {
    margin-bottom:2rem;
    display:flex;
    justify-content: space-evenly;
}

.button-wrapper .btn {
    width:500px;
    padding:0.6rem;
    color:white;
    font-weight: bold;
}

.active {
    background-color: #00b4f0;
}

table {
    width:1300px;
    margin:0 auto;
}

thead {
    /* background-color: #00b4f0; */
    color:white;
}

thead tr {
    height:35px !important;
    border: none;
}

td {
    color:#008cba;
}

.club-name {
    font-size:16px;
    font-weight:bold;
    padding-left: 5px;
    color:white;
}

tr {
    height:50px !important;
    max-height:50px !important;
    min-height:35px;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
}

.page-container {
    margin-top:5rem;
}

p {
    margin-bottom:0;
}

.nbr {
    text-align: center;
    border-left:1px solid grey;
    border-right:1px solid grey;
}

.stats {
    padding-left: 5px;
    padding-right: 5px;
    color:white;
}

.pos {
    color:white;
}

.table-wrapper {
    position: relative;
    width:1350px;
    margin: 0 auto;
    border-radius:10px;
    padding:10px;
    /* background-color:#001633d4; */
}

.fond-voile {
    position: absolute;
    top: 0;
    left:0;
    opacity:0.15;
    border-radius: 5px;
    z-index:-1000;
}

.top-scorer {
    width: 55px;
    font-size: 10px;
    line-height:1.3;
    transform: scale(1, 1.2);
    background-color: yellow;
    padding-left:3px;
    padding-right:3px;
    color:black;
    border-radius:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:1px;
}

.header-buttons {
    height: 120px; 
    width:100px;
    position:relative;

    border-radius: 5px;
    padding: 3px;
    padding-left: 5px;
    margin-left:1rem;
}

.table-black-button {
    width:90px; 
    position:relative;
}

.table-black-button a {
    font-size: 12px;
    color:white;
    position:absolute;
    top:4px;
}

.buttons-voile {
    border-radius: 5px;
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    object-fit: fill;
    opacity:0.75;
}





.flex-photos {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.club-photo {
    width:600px;
    margin-bottom:2rem;
}

.flex-photos .club {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

.club-stadium {
    display:flex;
    color:white;
    align-items: center;
    justify-content: space-between;
}

.club img {
    width:50px;
    height:50px;
}

.flex-photos .club a:last-child {
    font-size: 20px;
    color:white;
    font-weight:bold;
    margin-left:10px;
    transform: scale(1, 1.5)
}

.team-img {
    border: 0.5px solid gray;
    height:330px;
    position: relative;
}

.smile {
    position:absolute;
    top:40%;
    left:40%;
    z-index: 0;
}


.odd {
    background-color: rgba(38, 64, 94, 0.96);
}

.rooster-holder {
    /* 420 */
    width:500px;
    margin-bottom:3rem;

    border:1px solid white;
    border-radius: 5px;
}
 
.rooster-container {
    /* 420px */
    width:500px;
    /* height:100%; */
    padding:5px;
    margin-bottom:7rem;

    /* border:2px solid white; */
    border:2px solid grey;
    border-radius: 10px;

}

/* .rooster-container table td {
    color:rgba(255, 255, 255, 0.7);
} */


.stats-nbrs {
    text-align:center;
    /* width:22px; */
    width:17px;
    font-size:12px;
}