.menu {
    background-color: #221e1d;
}

.menu {
    color:white;
}

.menu td, .menu a {
    color:white;
}

.header {
    background-color: #001633;
}

.the-club {
    background-color: #424242;
}

.active {
    background-color: white;
    color:black !important;
}

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

.match {
    width:252px;
    margin-bottom: 2rem;
}

.match-header {
    text-align: center;
    color:white;
    background-color: rgb(86, 187, 255);
    
    border: 2px solid black;
    border-radius:5px;
    padding-top: 8px;
}

.top-header {
    display:flex;
    justify-content: center;
    align-items: center;
}

.score {
    background-color: white;
    border: 1px solid black;
    padding-left:10px;
    padding-right:10px;
}

.score a {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.week-info {
    margin-left:28px;
    margin-right:28px;
    font-weight: bold;
}


.week-info a {
    color:yellow;
}

.match-header .match-date {
    font-size: 11px;
}

.match-week {
    font-size: 16px;
}

.match-clubs {
    display:flex;
    justify-content: center;
    align-items: center;

    width:248px;
    min-height:45px;

    line-height:1.2;
}

.match-clubs p {
    width:125px !important;
}



.match-clubs a {
    color:black;
    font-weight:bold;
    font-size: 15px;
}


.buttons-tab {
    width: 1100px;
    margin: 0 auto;
    text-align: center;

    margin-top: 27px;
    margin-bottom: 27px;

}


.buttons-tab .btn {
    color:white;
    font-weight:bold;
}

.club-left-right-back {
    display:flex;
    justify-content: space-between;
    margin-top:7px;
}

.club-left-right-back p {
    min-width: 100px;
    margin-top:0;
    margin:0;
}

.club-right-back {
    text-align: left !important;
}

.club-left-back {
    text-align: right !important;
}

.club-defensive-midfield {
    display:flex;
    justify-content: space-between;
}

.right-left-midfield {
    width: 236px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 3.3rem;
    height: 16px;
}

.right-left-midfield p {
    margin:0 !important;
}

.names {
    width: 250px !important;
    padding-left: 12px !important;
    padding-right: 11px !important;
}

.names p {
    line-height: 1.5 !important;
    word-spacing: -1px;
}

.pitch-formation-players img {
    width:247px !important;
    left: 0px !important;
}

.right-pitch {
    margin-right: -1px !important;
    margin-left:0px;
}

.pitch-formation-players p {
    font-size: 11px;
    font-weight: bold;
    transform: scale(1, 1.2);
}

.pitch-formation-players div:first-child p {
    margin-bottom: unset !important;
    margin-top: unset !important;
}


.player-name {
    background-color: black;
    padding-left:5px;
    padding-right:5px;
    /* width:70px !important; */
    display: inline-block;
    min-width:70px;
    color:yellow;
    font-weight:bold;
}

/* .player-name-container {
    margin-top:-1px;
} */

.players a {
    color:yellow;
    font-weight:bold;
}

.photo-player {
    border:4px solid white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom:none;
}


.photo-player img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* SIMPLE FORMATION */

.simple-formation {
    width: 250px;
}

.simple-formation div:first-child p {
    padding-top: 5px !important;
}

.simple-formation div:nth-child(2) {
    margin-top: 20px;
}

.simple-formation div:nth-child(2) p:nth-child(2), .simple-formation div:nth-child(2) p:nth-child(3) {
    margin-top: -10px !important;
}

.simple-formation div:nth-child(3) {
    margin-top: 40px;
}

.simple-formation div:nth-child(4) {
    margin-top: 55px;
}
 


/* FIVE FORMATION */

.five-formation {
    width: 250px;
}

.five-formation div:first-child p {
    padding-top: 5px !important;
}

.five-formation div:nth-child(2) {
    margin-top: 20px;
}

.five-formation div:nth-child(2) p:nth-child(2), .five-formation div:nth-child(2) p:nth-child(3) {
    margin-top: -10px !important;
}


.five-formation div:nth-child(3) {
    margin-top: 20px !important;
}

.five-formation div:nth-child(4) {
    margin-top: 25px !important;
}


/* FULL FORMATION */

.full-formation {
    width: 250px !important;
}

.full-formation div:nth-child(2) {
    margin-top: -5px !important;
}

.full-formation .stopper {
    padding-top: unset !important;
}

.full-formation div:nth-child(3) {
    margin-top: -2px !important;
    position: relative;
}

.full-formation div:nth-child(3) p:first-child {
    position:absolute;
    left:12px;
}

.full-formation div:nth-child(3) p:nth-child(2) {
    position:absolute;
    right:138px;
}

.full-formation div:nth-child(3) p:nth-child(3) {
    position:absolute;
    left:138px;
}

.full-formation div:nth-child(3) p:nth-child(4) {
    position:absolute;
    right:12px;
}

.full-formation div:nth-child(3) p {
    padding-top: 8px;
}

.full-formation div:nth-child(3) p:nth-child(2), .full-formation div:nth-child(3) p:nth-child(3) {
    margin-top: -8px !important;
    padding-top: unset;
}


.full-formation div:nth-child(4) {
    margin-top: 15px !important;
}

.full-formation div:nth-child(5) {
    margin-top: 18px !important;
}


.full-formation div:nth-child(7) {
    margin-top: 9px !important;
}






.tab-sub {
    margin-top:50px;
}



/* MAIN TEAM */

.big-team-pitch {
    width: 600px;
    height:800px;
    margin: 0 auto;

    position: relative;
}

.players {
    /* position:relative; */
    z-index: 100;
}

/* .players a {
    color: yellow;
    font-weight:bold;
} */


/* .players:first-child {
    margin-top: -10px;
} */

.individual-player {
    width:150px;
    text-align: center;

    display:flex;
    flex-direction: column;
    justify-content: center;

    z-index: 100;
}

.photo-player {
    width:70px;
    height:70px;
    margin: 0 auto;
}


.goalkeeper {
    position:absolute;
    top:0;
    left:225px;
}

.swipper {
    position:absolute;
    top:6rem;
    left:225px;
}

.central-defender-right {
    position:absolute;
    top:8rem;
    left:8rem;
}

.central-defender-center {
    position:absolute;
    top:8rem;
    left:225px;
}

.central-defender-left {
    position:absolute;
    top:8rem;
    right:8rem;
}

.right-back {
    position:absolute;
    top:10rem;
    left:0rem;
}

.player-stopper {
    position:absolute;
    top:10rem;
    left: 225px;
}

.left-back {
    position:absolute;
    top:10rem;
    right:0rem;
}


.right-wing-back {
    position:absolute;
    top:14.5rem;
    left:0rem;
}
.left-wing-back {
    position:absolute;
    top:14.5rem;
    right:0rem;
}


.defensive-midfielder-right {
    position:absolute;
    top:15.5rem;
    left:6rem;
}

.defensive-midfielder-center {
    position:absolute;
    top:15.5rem;
    left:225px;
}

.dm-backward {
    top:14rem;
}

.defensive-midfielder-left {
    position:absolute;
    top:15.5rem;
    right:6rem;
}

.right-midfielder {
    position: absolute;
    top:22.4rem;
    left:0;
}

.central-midfielder-right {
    position:absolute;
    top:22.4rem;
    left:7rem;
}

.central-midfielder-center {
    position:absolute;
    top:23.4rem;
    left:225px;
}


.central-midfielder-left {
    position:absolute;
    top:22.4rem;
    right:7rem;
}

.central-midfielder-right-center {
    position:absolute;
    top: 22.4rem;
    left: 9rem;
}

.central-midfielder-left-center {
    position:absolute;
    top: 22.4rem;
    right: 9rem;
}


.excentered-right {
    position:absolute;
    top:22.4rem;
    left:6.3rem;
}

.excentered-left {
    position:absolute;
    top:22.4rem;
    right:6.3rem;
}


.left-midfielder {
    position: absolute;
    top:22.4rem;
    right:0;
}

.attacking-midfielder {
    position: absolute;
    top:28.1rem;
    left:225px;
}


.inside-right {
    position:absolute;
    top:31rem;
    left:8rem;
}

.inside-left {
    position:absolute;
    top:31rem;
    right:8rem;
}

.right-wing {
    position: absolute;
    top:35rem;
    left:1rem;
}

.left-wing {
    position: absolute;
    top:35rem;
    right:1rem;
}

.second-striker {
    position:absolute;
    top:35rem;
    left: 225px;
}

.center-forward-right {
    position: absolute;
    top:39rem;
    left:7rem;
}

.center-forward-center {
    position: absolute;
    top:41rem;
    left:225px;
}

.center-forward-left {
    position: absolute;
    top:39rem;
    right:7rem;
}

.background-pitch {
    position:absolute;
    top: 0;
    left:0;
    z-index: 0;
}


/* HOME & AWAY */
.pitches {
    display:flex;
    justify-content: space-around;
}

