/** Squad Detail Page */

#content {
    margin: 0;
    padding: 0;
}

.a20-player-detail-complete-content-wrapper .a20-content-container-wrapper-down {
    background-color: white;
}

.a20-carousel-container {
    background-color: white;
}

.a20-content-container-wrapper,
.a20-player-detail-content-left,
.a20-player-detail-content-right {
    color: black;
    display: flex;
    width: 100%;
}

.a20-content-container-wrapper-down {
    display: flex;
    width: 100%;
}

.a20-player-info-updated-col {
    width: 100%;
}

.a20-content-container-wrapper-down .a20-player-detail-content-left {
    display: flex;
    justify-content: center;
}

.a20-content-container-wrapper-down .a20-player-detail-content-right {
    display: flex;
    justify-content: center;
}

.a20-player-detail-content-left,
.a20-player-detail-content-right {
    background-color: white;
    max-width: calc((100% - 409px) / 2);
}

.a20-player-info-value {
    font-weight: 700;
}

.a20-player-info-tile {
    text-transform: uppercase;
    padding: 16px;
}

.a20-content-container-wrapper .a20-player-info-tile {
    width: calc(100% / 3);
}

.a20-player-info-row {
    margin-bottom: 20px;
}

.a20-player-head-infos {
    padding: 104px;
}

.a20-player-detail-head-text {
    font-size: 40px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.a20-player-detail-head-number-row {
    display: flex;
    color: white;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.a20-player-head-position-text {
    font-size: 37px;
}

.a20-player-head-position-number {
    font-size: 70px;
    line-height: 41px;
    background-color: #BEA258;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 16px
}

.a20-player-head-image-container {
    display: flex;
    justify-content: center;
}

.a20-player-head-image-container>img {
    max-width: 290px;
    margin-top: -287px;
}

.a20-trapezoid-container {
    width: 409px;
    display: flex;
    height: 100px;
}

.a20-trapezoid-center {
    margin-top: 60px;
    width: 290px;
}

.a20-trapezoid-left,
.a20-trapezoid-right {
    width: 60px;
}

.a20-player-head-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.a20-trapezoid-left {
    border-bottom: 100px solid white;
    border-right: 50px solid transparent;
}

.a20-trapezoid-right {
    border-bottom: 100px solid white;
    border-left: 50px solid transparent;
}

.a20-content-container-wrapper {
    margin-top: -100px;
}


/** Squad Overview Page */

.a20-player-cards-container {
    margin-top: 0;
    border-bottom: 3px solid #c9ad69;
    flex-wrap: wrap !important;
    display: flex !important;
    text-decoration: none;
}

.a20-player-card-container:hover {
    text-decoration: none;
}

.a20-player-card-container {
    background-color: #fff;
    transition: 0.15s;
    max-width: 20em;
    margin: 0 0 3em 0;
    cursor: pointer;
    border-radius: 10px;
    color: #000;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    width: 192px;
    height: 290px;
    margin-left: 16px;
    margin-right: 16px;
    text-decoration: none !important;
}

.a20-player-card-player-img-wrapper {
    width: 192px;
    height: 222px;
}

.a20-player-overview-player-image {
    margin: auto;
}

.a20-player-card-container:hover {
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.a20-player-card-name {
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
}

.a20-player-card-forename {
    margin-bottom: 0;
}

.a20-player-card-surname {
    font-weight: 700;
}

.cards-title {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
}

.a20-player-card-container span.player-number {
    position: absolute;
    background: #c9ad69;
    padding: 0 0.6em 0 0.6em;
    border-top-left-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.ahz-season-buttons {
    text-align: center;
    display: flex;
    overflow: auto;
    justify-content: center;
}

.ahz-season-buttons {
    white-space: nowrap;
}

.ahz-season-buttons button {
    background: #fff;
    color: #bc9944;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    margin: .5em;
    padding: .6em 1.2em;
    cursor: pointer;
}

.ahz-season-buttons button.selected {
    color: #fff;
    background-color: #bc9944;
}


/** CAROUSEL STYLING **/

.a20-carousel {
    overflow: hidden;
    width: calc(80% - 40px);
    position: relative;
    height: 330px;
}

.a20-carousel-item-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.a20-carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.a20-carousel .a20-carousel-inner {
    display: flex;
    transition: 1s ease all;
}

.a20-carousel .a20-carousel-inner .item>div {
    text-align: center;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
    height: 189px;
}

.a20-carousel-item-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #1F1F1F;
    height: calc(100% - 30px);
}

.a20-carousel-player-name {
    color: black;
    text-transform: uppercase;
}

.a20-carousel-player-name-wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a20-chervron {
    max-width: 40px;
}

#a20-carousel-left-btn {
    display: none;
}

.a20-chevron-wrapper {
    width: 40px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.a20-carousel-player-number {
    color: white;
    font-size: 22px;
    background-color: #BEA258;
    padding: 7px;
    line-height: 15px;
}

.a20-carousel-player-number-wrapper {
    position: absolute;
    display: flex;
}

#a20-carousel1 .item {
    margin-left: 5px;
    margin-right: 5px;
}

#a20-carousel1 a {
    text-decoration: none !important;
}

.a20-chevron-wrapper {
    cursor: pointer;
}

.a20-player-info-updated-col {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.a20-player-info-updated-single-col {
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .a20-player-detail-content-left,
    .a20-player-detail-content-right {
        max-width: 50%;
    }
    .a20-trapezoid-container {
        display: none;
    }
    .a20-content-container-wrapper {
        margin-top: unset;
    }
    .a20-head-main-info-container {
        display: flex;
        justify-content: space-between;
    }
    .a20-player-head-image-container {
        display: flex;
        padding-right: 40px;
        align-items: flex-end;
    }
    .a20-player-head-image-container>img {
        object-fit: cover;
        max-height: 80%;
        margin-top: unset;
    }
    .a20-player-head-infos {
        padding: 80px;
    }
    .a20-player-detail-head-text {
        font-size: 30px;
    }
    .a20-player-head-position-text {
        font-size: 27px;
    }
    .a20-player-head-position-number {
        font-size: 40px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 19px;
        padding-right: 19px;
    }
}

@media (max-width: 991px) {
    .a20-content-container-wrapper {
        display: block;
    }
    .a20-player-detail-content-left,
    .a20-player-detail-content-right {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .a20-player-cards-container {
        justify-content: center;
    }
    .a20-player-head-infos {
        padding: 40px;
    }
    .a20-player-head-image-container {
        padding-right: 20px;
    }
    .a20-content-container-wrapper {
        display: block;
    }
    .a20-player-detail-content-left,
    .a20-player-detail-content-right {
        justify-content: center;
    }
    .a20-player-head-image-container>img {
        max-width: 150px;
    }
}

@media (max-width: 670px) {
    .a20-player-info-updated-col {
        display: block;
    }
    .a20-content-container-wrapper-down {
        display: block;
    }
    .a20-content-container-wrapper .a20-player-info-tile {
        width: unset;
    }
    .a20-player-info-updated-single-col {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .a20-player-head-position-text {
        font-size: 22px;
    }
    .a20-player-info-tile {
        padding-left: 40px;
    }
    .a20-player-detail-head-text {
        font-size: 21px;
        line-height: 25px;
    }
    .a20-player-head-position-number {
        font-size: 22px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .a20-player-info-value {
        overflow: unset;
        display: unset;
    }
    .a20-player-info-tile {
        height: unset;
    }
}

@media (max-width: 400px) {
    .a20-player-head-image-container>img {
        max-width: 100px;
    }
}
