.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.large-article>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.star-rating {
    display: flex;
}

.back-stars {
    display: flex;
    color: #CDD1D7;
    position: relative;
    align-items: center;
    line-height: 20px;
}

.front-stars {
    display: flex;
    color: #D99F21;
    overflow: hidden;
    position: absolute;
    top: 3px;
}

.star-rating strong, .player-desc .star-rating strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #BF860A;
    margin-right: 10px;
    max-width: 25px;
    position: relative;
    top: 1px;
}

.star-rating i.fa.fa-star+i.fa.fa-star {
    margin-left: 1px;
}

.votepanel {
    border: solid 1px rgba(31, 32, 36, .24);
    padding: 0 15px 15px;
}

.votepanel>div, .votepanel>h2 {
    padding: 5px 0;
    border-bottom: solid 1px rgba(31, 32, 36, .24)
}

.votepanel>div.last {
    border-bottom: 0
}

.votepanel .globalradiobtn {
    display: none
}

.votepanel .globalradiobtn+label {
    display: block;
    color: #1f2024;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    padding: 0 10px;
    background: 0 0;
    border-radius: 8px;
    border: solid 1px transparent;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.votepanel .globalradiobtn+label i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: solid 1px rgba(0, 0, 0, .26);
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    background: #fff;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .15) inset
}

.votepanel .globalradiobtn+label b {
    float: right;
    display: inline-block;
    line-height: 34px;
    position: absolute;
    z-index: 1;
    right: 10px;
}

.votepanel .globalradiobtn:checked+label i {
    border: solid 1px #0064cf;
    background: #0064cf
}

.votepanel .globalradiobtn:checked+label i:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.votepanel .globalradiobtn+label .completed {
    height: 100%;
    width: 50%;
    background: #0064cf;
    opacity: .12;
    position: absolute;
    left: 0;
    top: 0;
}

.votepanel .totalvote {
    font-size: 12px;
    color: rgba(31, 32, 36, .68);
    display: block;
    text-align: right
}

.votepanel .globalradiobtn+label .completed.per-74 {
    width: 74%!important
}

.votepanel .globalradiobtn+label .completed.per-8 {
    width: 8%
}

.votepanel .globalradiobtn+label .completed.per-18 {
    width: 18%
}

.votepanel.noborder .globalradiobtn:checked+label {
    border: solid 1px #0064cf
}

.votepanel.noborder>div {
    border-bottom: solid 1px transparent
}

.votepanel.withimage>div {
    border-bottom: solid 1px transparent
}

.votepanel.withimage .globalradiobtn+label .imagetag {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    background: rgba(31, 32, 36, .04);
    border-radius: 6px;
    overflow: hidden;
    padding-right: 15px
}

.votepanel.withimage .globalradiobtn+label .imagetag em {
    display: block;
    width: 80px;
    height: 80px;
    background: #ccc;
    float: left
}

.votepanel.withimage .globalradiobtn+label .imagetag em img {
    width: 100%;
    height: 100%
}

.votepanel.withimage .globalradiobtn+label b {
    margin: 23px 0
}

.votepanel .globalradiobtn+label .completed, .votepanel.withimage .globalradiobtn+label .imagetag em {
    background: #d9e5f0;
    opacity: 1
}

.votepanel.withimage .globalradiobtn+label .imagetag em {
    margin-left: 46px;
    z-index: 999
}

.votepanel.withimage .globalradiobtn+label .imagetag em img {
    margin-left: -46px
}

.votepanel {
    width: 100%;
    margin-left: 0;
    border: 0;
}

.votepanel .mainlabel {
    display: none
}

.votepanel .globalradiobtn+label {
    background: #f1f1f1;
}

.votepanel>h2 {
    border-top: 2px solid #818b9a;
}

.votepanel .globalradiobtn+label .completed {
    z-index: 0;
}

.votepanel .globalradiobtn+label i {
    z-index: 1;
}

.votepanel .globalradiobtn+label span {
    position: absolute;
    z-index: 1;
}

figure.large-img>p {
    background-color: #F2F3F5;
    padding: 0 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #546176;
}

figure.article-image>p {
    background-color: #F2F3F5;
    padding: 0 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #546176;
}

.original-retina-size .article-image {
    width: 65%;
}

.main-article img {
    height: auto;
}

.header-title-small {
    font-size: 32px;
}

.grey-border-top {
    border-top: 2px solid #818b9a;
}

/* Archive news article */

.news-archive-article {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 14px 0px;
}

.news-archive-article figure {
    flex-basis: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    max-width: 35%;
}

.news-archive-article figure img {
    width: 100%;
}

.news-archive-article>div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-archive-article h3 {
    color: rgba(3, 23, 53, 1);
    margin-bottom: 10px;
}

.news-archive-article:hover a h5 {
    text-decoration: underline;
}

.news-archive-article ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

.news-archive-article ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgba(3, 23, 53, 0.66);
    margin-right: 15px;
    position: relative;
}

.news-archive-article ul li:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(165, 212, 212, 0.66);
    font-size: 12px;
    line-height: 20px;
}

.news-archive-article ul li:last-child:after {
    display: none;
}

.news-archive-article {
    border-bottom: solid 1px #cdd1d7;
}

/* table-pagination */

.table-pagination {
    background: rgba(3, 23, 53, 0.03);
}

.table-pagination .border-bottom {
    border-bottom: solid 1px #cdd1d7;
}

.table-pagination ul {
    margin-bottom: 0px;
    list-style: none;
}

.table-pagination button {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
}

.table-pagination .pg-no button.btn {
    height: 30px;
    border-radius: 0;
    text-align: center;
}

.table-pagination .pg-no button.btn.crnt-page {
    position: relative;
    background: rgba(3, 23, 53, 0.08);
}

.table-pagination .pg-no button.btn.crnt-page:after {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    content: "";
    background: rgba(3, 23, 53, 0.66);
}

.table-pagination .prev-btn {
    margin-right: 10px;
}

.table-pagination .next-btn {
    margin-left: 10px;
}

.latestNews-panel>h2 {
    padding-top: 10px;
}

.inline-list-separator:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(165, 212, 212, 0.66);
    font-size: 12px;
    line-height: 20px;
}

.transfer-nieuws h1 {
    padding-top: 10px;
}

.player-tag-text {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #031735;
    display: inline-block;
}

.player-desc .player-information {
    color: #616161;
}

.playerList-box .player-club {
    width: 40px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.playerList-box .player-club i {
    font-size: 1.75em;
    color: #C7CBD2;
    margin-right: 5px;
}

.playerList-box.playerList-box-transfers .player-desc {
    max-width: calc(100% - 180px);
    padding: 0 5px 0 0;
}

.playerList-box .player-desc {
    padding: 0px 8px;
    width: 100%;
    max-width: calc(100% - 145px);
}

.playerList-box.type3 .player-desc {
    padding: 0px 5px;
    max-width: calc(100% - 135px);
}

.playerList-box {
    padding: 10px;
}

.player-tag.player-tag-gray {
    background: #cdd1d7;
    color: #031735;
}

h1.primary-title, h2.primary-title, h3.primary-title, h4.primary-title, h5.primary-title, h6.primary-title {
    color: #3d4d64;
}

.playerList-box .player-price {
    max-width: 80px;
    width: 80px;
}

.only-tag {
    font-size: 14px;
}

/** Author info **/

.author.author-archive {
    overflow: hidden;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 15px;
}

.author.author-archive .author-image {
    width: 115px;
    align-items: center;
    display: flex;
}

.author.author-archive .author-info {
    flex-direction: column;
    max-width: calc(100% - 115px);
}

.author.author-archive .header-title-small {
    margin-bottom: 10px;
}

.author.author-archive img {
    height: 82px;
    width: auto;
    border-radius: 50%;
    border: 6px solid #f2f3f5;
    float: left;
}

.author.author-archive a {
    color: #0E77C7;
}

.author.author-archive a:hover {
    text-decoration: underline;
}

/** Navigation **/

#header-part.new .header-top .social_lang .social .holder_social a {
    color: unset;
}

#header-part.new .header-top .social_lang .lang .lang_holder {
    background: unset;
    display: flex;
}

.breadcrumb ul li a:after {
    content: unset;
}

.breadcrumb ul li a {
    padding-right: unset;
}

/** Images **/

img {
    max-width: 100%;
    height: auto;
}

/** Responsive changes **/

@media (max-width: 767px) {
    .large-article {
        min-height: unset;
        padding-top: unset;
    }
    .mainarticle-bar3 .row.row-less-8 {
        margin-top: 0;
        padding-top: 0;
    }
    .mainarticle-bar .transfer-nieuws {
        padding-bottom: 0;
    }
    .mainarticle-bar .transfer-nieuws .col-md-4:last-child a:last-child .news-md-article {
        border-bottom: solid 1px #cdd1d7;
    }
    .table-pagination .pg-no button.btn {
        height: 40px;
        width: 30px;
    }
    .table-pagination .btn {
        padding: 0.15rem;
    }
    .table-pagination .prev-btn {
        margin-right: 0;
    }
    .table-pagination .next-btn {
        margin-left: 0;
    }
    article.main-article .image-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    #content-part {
        margin-top: 20px;
    }
    .homepage #content-part {
        margin-top: 55px;
    }
    .home-sticky-breaking-news {
        display: none;
    }
}

@media(min-width: 1024px) {
    /** Home **/
    div .article-half-height {
        height: 50%;
    }
    div .article-half-height:first-of-type {
        height: calc(50% - 15px);
    }
    #layout {
        overflow: visible;
    }
}

.home-sticky-breaking-news {
    margin-top: 700px;
}

.large-article-transparent .overlay-text {
    background: transparent;
}

.large-article-transparent .tag.tag-time i {
    background: url(../images/time.svg)no-repeat center;
}

.large-article-transparent .tag.tag-time {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .homepage #content-part {
        padding-top: 65px;
    }
    .mainarticle-bar-dark .large-article .overlay-text {
        margin-top: 0px;
    }
    .main-article li {
        font-size: 18px;
    }
    .authInfo p {
        font-size: 18px;
    }
    ul.list-separator li:not(:last-child)::after {
        margin: 10px 5px !important;
    }
}

@media only screen and (max-width: 550px) {
    ul.list-separator li:not(:last-child)::after {
        content: none !important;
    }
    article.main-article .author .authInfo ul li {
        width: 100%;
    }
}

article.main-article .author .authInfo ul li {
    color: rgba(3, 23, 53, 0.66);
}

#header-part.new nav>ul>li>a.no-arrow {
    background-image: none;
}

.main-article ul {
    margin-inline-start: 40px;
}

.main-article.archive ul {
    margin-inline-start: 0;
}

.main-article li {
    font-size: 18px;
    line-height: 29px;
    color: #031735;
}

ul.no-bullets li {
    list-style: none;
}

ul.no-bullets {
    list-style: none;
    margin-inline-start: 0;
}

ul.list-separator li {
    flex-direction: row;
    display: flex;
    align-content: center;
}

ul.list-separator li:not(:last-child)::after {
    content: "";
    display: flex;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(165, 212, 212, 0.66);
    font-size: 16px;
    line-height: 68px;
    margin: 13px 7.5px;
}

.authInfo p {
    font-size: 16px;
}

.grey {
    color: #59667a;
}

article.main-article .news-xs-article.first {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

@media only screen and (max-width: 767px)
{
    .mainarticle-bar5 .latestNews-panel-gray .news-xs-article.first {
        padding-top: 15px;
        align-items: center;
        justify-content: center;
        display: flex;
        border-bottom: none;
    }

    article.main-article .latestNews-panel .col-md-4 + .col-md-4 {
        border-top: solid 1px rgba(3, 23, 53, 0.2);
        padding: 0;
        margin: 0 15px;
    }
}

.link {
    color: #0E77C7;
}

address {
    font-size: 18px;
    line-height: 29px;
    color: #031735;
}

label.required:after {
    content: "*";
    color: #EEB2B2;
    margin-left: 3px;
}

.alert ul {
    margin-bottom: 0;
}

/** Article tables **/

figure.wp-block-table.is-style-stripes {
    font-size: 18px;
    line-height: 29px;
    color: #031735;
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.wp-block-table table {
    width: 100%;
}

.authors-content a {
    color: #000;
}

.authors-content a:hover {
    color: #0056b3;
}

@media only screen and (max-width: 576px) {
    .news-archive-article h3 {
        font-size: 16px!important;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .mainarticle-bar {
        padding: 0;
    }
    .mainarticle-bar .latestNews-panel, .mainarticle-bar .column-right .playerList-panel {
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .mainarticle-bar3 .section-4 {
        padding: 0;
    }
}

.news-no-border-bottom .news-md-article {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 0;
}

/** Tables **/

.table.leaguetable.mvp-table thead th:nth-child(2) {
    padding-left: unset;
    min-width: unset;
}

.table.leaguetable.mvp-table .value-tag {
    min-width: unset;
}

.table.leaguetable.mvp-table thead th:nth-child(1) {
    padding-left: unset;
}

.table.leaguetable.transfer-table thead th:nth-child(1) {
    padding-left: 5px;
}

.table.leaguetable.mvp-table .plyr-prfl-img {
    margin-right: 20px;
}

.table.leaguetable.mvp-table tbody th, .table.leaguetable.mvp-table tbody td {
    font-weight: 700;
}

.table.leaguetable.mvp-table tbody th, .table.leaguetable.mvp-table tbody td.age,
.table.leaguetable.mvp-table tbody th, .table.leaguetable.mvp-table tbody td.date {
    font-weight: 400;
}

.table.leaguetable.mvp-table thead th:nth-child(1) {
    width: 4%;
}
.table.leaguetable.mvp-table thead th:nth-child(2) {
    width: 41%;
}
.table.leaguetable.mvp-table thead th:nth-child(3) {
    width: 5%;
}
.table.leaguetable.mvp-table thead th:nth-child(4) {
    width: 30%;
}
.table.leaguetable.mvp-table thead th:nth-child(5) {
    width: 20%;
}

.table.leaguetable.transfer-table thead th:nth-child(1) {
    width: 35%;
    padding-left: 5px;
}
.table.leaguetable.transfer-table thead th:nth-child(2) {
    width: 5%;
}
.table.leaguetable.transfer-table thead th:nth-child(3) {
    width: 30%;
}
.table.leaguetable.transfer-table thead th:nth-child(4) {
    width: 15%;
}
.table.leaguetable.transfer-table thead th:nth-child(5) {
    width: 15%;
}

/** Transfers/Rumours **/
.table.leaguetable.transfer-rumour-table thead th:nth-child(1) {
    width: 25%;
    padding-left: 5px;
}
.table.leaguetable.transfer-rumour-table thead th:nth-child(2) {
    width: 5%;
}
.table.leaguetable.transfer-rumour-table thead th:nth-child(3) {
    width: 20%;
}
.table.leaguetable.transfer-rumour-table thead th:nth-child(4) {
    width: 10%;
}
.table.leaguetable.transfer-rumour-table thead th:nth-child(5) {
    width: 10%;
}
.table.leaguetable.transfer-rumour-table thead th:nth-child(6) {
    width: 10%;
}

.table.leaguetable.transfer-rumour-table .plyr-clb-img {
    margin-right: 0;
}

.table.leaguetable.transfer-rumour-table .plyr-clb-img img {
    margin-right: 8px;
}

.table.leaguetable.transfer-rumour-table i.plyr-clb-img {
    font-style: normal;
}


/** Transfers/PlayerContractExtensions **/
.table.contract-extensions-table thead th:nth-child(1) {
    width: 30%;
}
.table.contract-extensions-table thead th:nth-child(2) {
    width: 5%;
}
.table.contract-extensions-table thead th:nth-child(3) {
    width: 25%;
}
.table.contract-extensions-table thead th:nth-child(4) {
    width: 15%;
}
.table.contract-extensions-table thead th:nth-child(5) {
    width: 15%;
}
.table.contract-extensions-table thead th:nth-child(6) {
    min-width: 110px;
}

/** Players/SimilarPlayers **/
.table.leaguetable.mvp-table.similar-players-table thead th:nth-child(1) {
    width: 45%;
}
.table.leaguetable.mvp-table.similar-players-table thead th:nth-child(2) {
    width: 5%;
}
.table.leaguetable.mvp-table.similar-players-table thead th:nth-child(3) {
    width: 30%;
}
.table.leaguetable.mvp-table.similar-players-table thead th:nth-child(4) {
    width: 20%;
}

.table.leaguetable.mvp-table.similar-players-table thead th:nth-child(1) {
    padding-left: 5px;
}

.table.player-transfer-history-table tbody th, .table.player-transfer-history-table tbody td {
    padding: 5px;
}

.table.player-transfer-history-table th:nth-child(1) {
    width: 15%;
    text-align: center;
}

.table.player-transfer-history-table th:nth-child(2) {
    width: 35%;
}

.table.player-transfer-history-table th:nth-child(3) {
    width: 35%;
}

.table.player-transfer-history-table th:nth-child(4) {
    width: 15%;
    text-align: center;
}

.table.player-transfer-history-table td:nth-child(1), .table.player-transfer-history-table td:nth-child(4) {
    vertical-align: middle;
    text-align: center;
}

.table.player-transfer-history-table tr.total {
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
    font-family: 'Roboto', sans-serif;
    padding: 8px 5px;
    background: #ebecef!important;
}

.table.player-transfer-history-table tr.total td {
    font-size: 12px;
    font-weight: 700;
    color: rgba(3, 23, 53, 0.66);
}

.table.player-transfer-history-table tr.total td:nth-child(1), .table.player-transfer-history-table tr.total td:nth-child(2) {
    vertical-align: middle;
}

.table.player-transfer-history-table .plyr-clb-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}

.table.player-transfer-history-table td {
    height: 50.6px;
}

.table.player-transfer-history-table tr.total td {
    height: auto;
}

.table.leaguetable .plyr-clb-img img {
    width: 32px; 
    max-width: 32px;
}

/** Start ft-table **/
.table.ft-table thead th {
    border-top: 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
    font-family: 'Roboto', sans-serif;
    padding: 8px 5px;
    background: #ebecef;
    border-bottom: none;
    vertical-align: bottom;
}

.table.ft-table tbody th, .table.ft-table tbody td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 5px;
    color: #031735;
    vertical-align: middle;
    border-top: 1px solid #cdd1d7;
}

.table.ft-table.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}
.table.ft-table.table-striped tbody tr:nth-of-type(even) {
    background: rgb(224 224 224 / 15%);
}

.table.ft-table .d-hide {
    display: none;
}

.table.ft-table .plyr-prfl-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(3, 23, 53, 0.08);
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.table.ft-table .plyr-clb-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}

.table.ft-table .plyr-clb-img img {
    width: 32px;
    max-width: 32px;
}

.table.ft-table .plyr-prfl-img {
    margin-right: 20px;
}

.table.ft-table .plyr-prfl-img>img {
    border-radius: 50%;
    background: var(--grey_img_back);
    height: 40px;
    width: auto;
    margin: 0 auto;
}

table.ft-table .player-image-holder.country-img,
table.ft-table .player-image-holder.tournament-img {
    width: 50px;
}

table.ft-table .plyr-prfl-img.team-img, table.ft-table .plyr-prfl-img.team-img>img,
table.ft-table .plyr-prfl-img.country-img, table.ft-table .plyr-prfl-img.country-img>img,
table.ft-table .plyr-prfl-img.tournament-img, table.ft-table .plyr-prfl-img.tournament-img>img {
    background: unset;
    border-radius: 0;
}

table.ft-table .plyr-prfl-img.country-img, table.ft-table .plyr-prfl-img.country-img>img {
    width: 32px;
    height: auto;
}

table.ft-table .plyr-prfl-img.tournament-img, table.ft-table .plyr-prfl-img.tournament-img>img {
    width: auto;
    height: 32px;
}

.table.ft-table a {
    color: #031735;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.table.ft-table .skill-tag:before, .table.ft-table .value-tag:before {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
    margin-right: 5px;
    content: "";
    background: url(../images/widgetpage/union-dark-gray.svg)no-repeat center;
}

.ft-table span.sub-text a {
    color: #031735;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.ft-table tr.row-dark {
    background-color: #ebecef !important;
}

/** End ft-table **/

.player-career-table.table thead th, .player-career-table.table tbody td {
    padding: 4px 5px;
}

.player-career-table.player-career-table-large.table thead th, .player-career-table.player-career-table-large.table tbody td {
    padding: 4px 5px;
}

.table-striped-rowspan tbody tr.odd {
    background-color: rgb(224 224 224 / 15%);
}

/** Blokken dichter bij elkaar **/
.player-career-table th, .player-career-table td {
    width: 70px;
    text-align: left;
}

.player-career-table td {
    height: 31px;
}

.career-statistics-group-3 .player-career-table th:nth-child(4), .career-statistics-group-3 .player-career-table td:nth-child(4) {
    width: 80px;
}

.career-statistics-group-4 .player-career-table th:nth-child(7), .career-statistics-group-4 .player-career-table td:nth-child(7) {
    width: 105px;
}

.career-statistics-group-4 .player-career-table th:nth-child(8), .career-statistics-group-4 .player-career-table td:nth-child(8) {
    width: 90px;
}

.career-statistics-group-4 .player-career-table th:nth-child(9), .career-statistics-group-4 .player-career-table td:nth-child(9) {
    width: 90px;
}

.player-career-table th:last-child, .player-career-table td:last-child {
    width: unset;
    min-width: 70px;
}

.player-career-table th:nth-child(1) {
    width: 325px;
}

.player-career-table td:nth-child(1) {
    border-right: 2px solid #dee2e6;
}
.player-career-table td[colspan]:nth-child(1) {
    border-right: none;
}
.player-career-table th[data-toggle], .player-career-table td span[data-toggle] {
    cursor: pointer;
}

.player-career-table tr.season-row {
    background-color: rgb(224 224 224 / 15%);
}

.player-career-table tr.season-row td {
    font-weight: 600;
}

.player-career-table tr.team-row {

}

.player-career-table tr.team-row td {

}

.player-career-table tr.tournament-row {

}

.player-career-table tr.tournament-row td {

}

.player-career-table tr.tournament-row .tournament-name {
    margin-left: 38px;
}

.table-hover tbody tr:hover a.main-entity-link, .leaguetable a:hover, .ft-table a:hover, .ft-table span.sub-text a:hover {
    color: var(--blue_hover);
    text-decoration: underline;
}

.player-career-table .career-team-information {
    display: flex;
    align-items: center;
}

.player-career-table .career-team-information img {
    height: 20px;
    width: auto;
}

.player-career-table .career-team-information img.country-image {
    height: 14px;
}

.team-overview-table th:nth-child(1) {
    width: 40%;
}
.team-overview-table th:nth-child(2) {
    width: 25%;
}
.team-overview-table th:nth-child(3) {
    width: 20%;
}
.team-overview-table th:nth-child(4) {
    width: 15%;
}

.table-filter {
    background: rgba(3, 23, 53, 0.03);
}

@media only screen and (max-width: 991px) {
    /** Start ft-table **/

    .table.ft-table .m-hide {
        display: none;
    }
    .table.ft-table .d-hide {
        display: table-header-group;
    }

    .table.ft-table .player-image-holder + .text {
        width: 100%;
        max-width: calc(100% - 50px);
    }
    .table.ft-table tbody th, .table.ft-table tbody td {
        padding: 4px 5px;
    }

    /** End ft-table **/

    .player-career-table.table thead th, .player-career-table.table tbody td,
    .player-career-table.player-career-table-large.table thead th, .player-career-table.player-career-table-large.table tbody td {
        padding: .35rem;
        min-width: 25px;
        font-size: 10px;
    }

    .player-career-table.table .ml-4 {
        margin-left: 1rem!important;
    }

    .team-overview-table th:nth-child(1) {
        width: 60%;
    }
    .team-overview-table th:nth-child(3) {
        width: 20%;
    }
    .team-overview-table th:nth-child(4) {
        width: 20%;
    }

    .table.leaguetable.mvp-table thead.change-header th:nth-child(1), 
    .table.leaguetable.mvp-table thead th:nth-child(1), 
    .table.leaguetable.mvp-table tbody th:nth-child(1), 
    .table.leaguetable.mvp-table tbody td:nth-child(1), 
    .table.leaguetable.mvp-table.type2.sub1 thead th:nth-child(1), 
    .table.leaguetable.mvp-table.type2.sub1 tbody th:nth-child(1), 
    .table.leaguetable.mvp-table.type2.sub1 tbody td:nth-child(1), 
    .table.leaguetable.mvp-table.type2 thead th:nth-child(1), 
    .table.leaguetable.mvp-table.type2 tbody th:nth-child(1), 
    .table.leaguetable.mvp-table.type2 tbody td:nth-child(1) {
        width: 25px;
    }

    .f-icon, .small-icon-image {
        left: 35px;
        bottom: 7px;
    }

    .table.leaguetable.mvp-table tbody th:nth-child(4), .table.leaguetable.mvp-table tbody td:nth-child(4) {
        width: 87px;
    }

    .table.leaguetable.mvp-table thead th:nth-child(2) {
        width: calc(75% - 25px);
    }

    .table.leaguetable.mvp-table thead th:nth-child(3) {
        width: 110px;
    }

    .table.leaguetable.mvp-table thead th.skill-tag:nth-child(3) {
        width: 70px;
    }

    /** Players/SimilarPlayers **/
    .table.leaguetable.mvp-table.similar-players-table thead th:nth-child(1) {
        width: 90%;
    }
    .table.leaguetable.mvp-table.similar-players-table thead th:nth-child(2) {
        width: 10%;
        min-width: 65px;
    }

    .table.leaguetable.mvp-table.transfer-table thead th:nth-child(1),
    .table.leaguetable.mvp-table.transfer-table thead th:nth-child(2),
    .table.leaguetable.mvp-table.transfer-table thead th:nth-child(3),
    
    .table.leaguetable.mvp-table.transfer-table tbody td:nth-child(1),
    .table.leaguetable.mvp-table.transfer-table tbody td:nth-child(3),
    .table.leaguetable.mvp-table.transfer-table tbody td:nth-child(4),

    .table.contract-extensions-table thead th:nth-child(1),
    .table.contract-extensions-table thead th:nth-child(2),
    .table.contract-extensions-table thead th:nth-child(3),
    
    .table.contract-extensions-table tbody td:nth-child(1),
    .table.contract-extensions-table tbody td:nth-child(3),
    .table.contract-extensions-table tbody td:nth-child(4)
    {
        width: 33%;
    }

    .table.leaguetable.mvp-table.transfer-table tbody td:nth-child(3)
     {
        display: table-cell;
    }

    .latest-contract-extension-team {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .player-transfer-history-table .player-img.no-border-radius.d-flex.align-items-center {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .f-icon {
        position: absolute;
        left: 30px;
        bottom: 0;
        display: block;
        margin-bottom: 0;
        border-radius: 50%;
        overflow: hidden;
    }
}

.table-hover.no-cursor tbody tr:hover {
    cursor: unset;
}

.player-image-holder {
    position: relative;
}

.transfer-content-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.transfer-content-holder .club-from {
    width: 15%;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.transfer-content-holder .club-from .plyr-clb-img {
    margin-right: 0;
}

.transfer-content-holder .club-to {
    width: 55%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.transfer-icon-caret {
    font-size: 1.5em;
    margin: 0 10px;
    color: #c7cbd2;
}

@media only screen and (max-width: 991px) {
    .transfer-content-holder .club-from, .transfer-content-holder .club-to {
        width: 45%;
        justify-content: center;
    }

    .transfer-icon-caret {
        margin: 0 5px;
    }

    .transfer-content-holder .club-to .plyr-clb-img {
        margin-right: 0;
    }
}

.small-icon-image {
    bottom: -15px;
    left: 35px;
    position: absolute;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.small-icon-image img {
    height: 18px;
    width: 18px;
    object-fit: cover;
}

span.sub-text {
    color: rgba(3, 23, 53, 0.66);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.btn-secondary {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.32px;
    padding: 8px 20px;
    border-radius: 20px;
}

.btn-outline-secondary {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.32px;
    padding: 8px 20px;
    border-radius: 20px;

    color: rgba(3, 23, 53, 0.5);
    background-color: #fff;
    border-color: rgba(3, 23, 53, 0.5);
    transition: unset;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(3, 23, 53, 0.5);
    border: 1px solid transparent;
}

.btn-brand {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.32px;
    padding: 8px 20px;
    border-radius: 20px;

    color: #031735;
    background-color: #a5d4d4;
    border: 1px solid transparent;
    transition: unset;
}

.btn-brand:hover {
    color: #031735;
    background-color: rgb(165 212 212 / 75%);
    border: 1px solid transparent;
}

ul.pagination_placeholder {
    margin-inline-start: 0;
}

.table_pagination  .btn.disabled, .table_pagination  .btn:disabled {
    cursor: default;
}

.table.leaguetable.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}

.table.leaguetable.table-striped tbody tr:nth-of-type(even) {
    background: rgb(224 224 224 / 15%);
}

@keyframes placeholderAnimate {
    0%{ background-position: -775px 0; }
    100%{ background-position: 775px 0; }
}

.player-table-loading {
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #fff;
    background: linear-gradient(to right, #fff 2%, rgb(0 0 0 / 12%) 18%, #fff 33%);
}

@media only screen and (max-width: 991px)
{
    .rating i:nth-child(2), .rating i:nth-child(3), .rating i:nth-child(4), .rating i:nth-child(5) {
        display: none;
    }
}

.probability {
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    padding: 4px;
    min-width: 55px;
    color: #031735;
}

.probability-low {
    background-color: #EEB2B2;
}

.probability-medium {
    background-color: #EEDAB2;
}

.probability-high {
    background-color: #8DC1BF;
}

.team-squad-info tr.position-group-row {
    background-color: rgb(224 224 224/50%);
}
.team-squad-info tr.position-group-row td {
    font-weight: 600;
}

.team-squad-info .table tbody tr:hover,
table.ending-contracts-table tbody tr:hover,
.matchList-box:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.075)!important;
}

.team-squad-info .table tbody tr.odd {
    background: rgb(224 224 224 / 15%);
}

.team-squad-info .squad-option-1 th:nth-child(1),
.team-squad-info .squad-option-2 th:nth-child(1),
.ending-contracts-table th:nth-child(1) {
    width: 400px;
}

.team-squad-info .squad-option-3 th:nth-child(1) {
    width: 325px;
}

.team-squad-info .squad-option-1 th:last-child,
.team-squad-info .squad-option-2 th:last-child,
.team-squad-info .squad-option-3 th:last-child,
table.ending-contracts-table thead th:last-child {
    text-align: right;
    padding: 8px;
}

.team-squad-info .squad-option-1 tr:not(.position-group-row) td:last-child,
.team-squad-info .squad-option-2 tr:not(.position-group-row) td:last-child,
.team-squad-info .squad-option-3 tr:not(.position-group-row) td:last-child,
.ending-contracts-table td:last-child {
    text-align: right;
}

.team-squad-info .player-tag,
.ending-contracts-table .player-tag {
    margin: 0 15px;
}


/** Menu **/

#header-part.new .menu nav ul li .submenu ul li.head {
    font-size: 14px;
    margin: 0;
}

#header-part.new .menu nav ul li .submenu a.li.live-button
{
    color:#CC4949;
}

@media only screen and (max-width: 991px) {
    .large-article h2.m-smaller-text {
        font-size: 18px!important;
        line-height: 26px;
    }

    .large-article .overlay-text.m-smaller-text {
        padding: 10px 15px !important;
        background: #031735;
    }
}

#header-part, #header-part.new .menu nav ul li .submenu {
    z-index: 2147483400!important;
}

.breadcrumb {
    z-index: 2147483399!important;
}

.ob-smartfeed-wrapper {
    float: left;
}

/** viafoura changes **/

.viafoura h1, .viafoura .h1, .viafoura h2, .viafoura .h2, .viafoura h3, .viafoura .h3, .viafoura h4, .viafoura .h4, .viafoura h5, .viafoura .h5, .viafoura h6, .viafoura .h6 {
    font-weight: 700!important;
}

.viafoura h1, .viafoura .h1 {
    font-size: 2.3em!important;
}

.viafoura h2, .viafoura .h2 {
    font-size: 1.43em!important;
}

.viafoura h3, .viafoura .h3 {
    font-size: 1.14em!important;
}

.viafoura h4, .viafoura .h4 {
    font-size: 1em!important;
}

.viafoura h5, .viafoura .h5 {
    font-size: 1em!important;
}

.viafoura h6, .viafoura .h6 {
    font-size: 1em!important;
}

.all-posts .vf-content-layout__left {
    display: none !important;
}

.all-posts .vf-user-badge__moderator-badge {
    display: none !important;
}

.all-posts .vf-post-details__name {
    display: none !important;
}

.all-posts .vf-label-with-dot:before {
    display: none !important;
}

.all-posts .vf-content-layout__right {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
}

.all-posts .vf-comment__content-editor {
    flex-grow: 1;
}

.all-posts .vf-comment__content-editor .vf-content-html__content {
    width: 100%;
}

.all-posts .vf-comment__content-editor .vf-content-html__content ul li {
    list-style: disc;
    margin-inline-start: 40px;
}

.all-posts .vf3-comment__header {
    padding: 0 15px !important;
    min-width: 150px;
}

.all-posts .vf-post-details__time {
    margin: 0 !important;
    display: flex !important;
    font-size: 14px !important;
    line-height: 29px !important;
    color: #3d4d64 !important;
    letter-spacing: 0px !important;
    font-weight: 600;
}

.all-posts .vf-post-details i.stopwatch {
    font-size: 14px;
    margin-right: 5px;
}

.all-posts .vf-post-details .vf-pin-badge {
    display: none !important;
}

.viafoura .vf-tray-trigger--floating {
    display: none!important;
}

.vf-trending-articles-list .vf-item-layout__content p {
    line-height: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .all-posts .vf-content-layout__right {
        flex-direction: column !important;
    }

    /* .all-posts .vf-post-details {
        flex-direction: row;
    } */

    .all-posts .vf3-comment__header {
        padding: 0 !important;
    }

    .viafoura .vf-tray-trigger--floating {
        right: 0!important;
        top: 100px!important;
        bottom: unset!important;
        display: block!important;
    }
}

.all-posts .vf-conversations-list__pinned-comments {
    background-color: #076aff45;
}

.all-posts .vf-conversations-list__pinned-comments .vf-content-focus-container__contents .vf-content-focus-container {
    border-color: #0c53bd;
    border-radius: 0;
}

.all-posts .vf-post-details__time:before {
    content: "\f2f2" !important;
    font-family: "Font Awesome 5 Free" !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px !important; 
    margin-right: 5px !important;

    background-color: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: inline-block !important;
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
}

.vf-trending-articles p {
    font-size: unset;
}

/** Comments **/

.viafoura-comments li.vf3-conversations-list--pinned--list {
    border-color: #0c53bd;
    border-radius: 0;
    border-top: 1px solid;
}

.viafoura-comments ol.vf-conversations-list__pinned-comments.vf3-conversations-list.vf3-conversations-list--no-separator {
    background-color: #076aff45;
}

.viafoura-comments time.vf-post-details__time.vf-label-with-dot.vf-post-details__short.vf-label.vf-label-upper {
    display: flex !important;
    font-size: 14px !important;
    color: #3d4d64 !important;
    letter-spacing: 0px !important;
    font-weight: 600;
}

.viafoura-comments .vf-post-details__time:before {
    content: "\f2f2" !important;
    font-family: "Font Awesome 5 Free" !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px !important; 
    margin-right: 5px !important;

    background-color: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: inline-block !important;
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
    line-height: 18px;
}

.viafoura-comments em.vf-icon.vf-icon-mod.vf-icon-medium.vf-user-badge__moderator-badge, .vf-comments-trending-articles {
    display:none!important;
}

.viafoura .vf-tray-slide-wrapper {
    position: fixed;
    z-index: 2147483401!important;
}

h2.vf-trending-articles__header.vf-subheading-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
}

.viafoura.comment-counter {
    line-height: 29px;
    color: #0E77C7;
    font-size: 16px;
    font-weight: inherit;
    font-family: inherit;
}

article.main-article .viafoura.comment-counter span {
    margin-left: 0;
    color: #0E77C7;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    article.main-article .viafoura.comment-counter span {
        font-size: 14px;
        line-height: inherit;
    }
}

/* Article table */

.article-table table {
    color: #212529;
}

.article-table table th {
    border-top: 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
    font-family: 'Roboto', sans-serif;
    padding: 8px 5px;
    background: #ebecef;
    border-bottom: none;
    vertical-align: bottom;
}

.article-table table tbody tr:nth-of-type(odd) {
    background: transparent;
}

.article-table table tbody tr:nth-of-type(even) {
    background: rgb(224 224 224 / 15%);
}

.article-table table tbody td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #031735;
    vertical-align: middle;
    border-top: 1px solid #cdd1d7;
    padding: 4px 5px;
}

/** ADS **/
.mobile-leaderboard-top, .mobile-rectangle-incontent {
    display: none;
    min-height: 250px;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .mobile-leaderboard-top, .mobile-rectangle-incontent {
        display: block;
    }

    .leaderboard-top  {
        display: none;
    }
}

.outstream-video-block {
    min-height: 250px;
}

/** Content full-height **/
#layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content-part {
    flex-grow: 1;
}

.font-normal {
    font-weight: 400;
}

/** Player page **/
.plyr-team-img {
    width: 26px;
    height: 26px;
}

.playerList-box .player-img.no-border-radius > img {
    border-radius: 0;
    background: none;
}

.playerList-box-header {
    border-top: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
    font-family: 'Roboto', sans-serif;
    padding: 8px 5px;
    background: #ebecef;
    border-bottom: none;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .playerInfoTop-bar {
        padding: 35px 0px 8px;
    }

    .playerInfoTop-bar .title h1 span {
        margin-bottom: 0px;
        display: block;
        margin-top: 5px;
    }

    .playerInfoTop-bar .title h1.h1-medium {
        margin-right: 0;
        line-height: 34px;
    }
}

.no-list-style {
    list-style: none;
}

.playerProfile-panel .tp-trophy i, .rumordesc-panel .tp-trophy i {
    top: 0px;
    background-color: #EDDAB2;
    z-index: 10;
}

.playerProfile-panel img.team-logo {
    height: 32px;
    margin-right: 5px;
    width: auto;
}

.playerProfile-panel .only-tag {
    font-weight: normal;
    color: #031735;
}

.playingRole-panel {
    margin-bottom: 24px;
}

.progress {
    height: 6px;
    border-radius: 6px;
    background-color: #CDD1D7;
}

.progress-bar {
    background-color: #031735;
}

.rumor-box > div:nth-child(1) {
    width: 100%;
    max-width: calc(100% - 55px);
}

.rumor-box > div:nth-child(2) {
    width: 100%;
    max-width: 55px;
}

@media only screen and (min-width: 1024px) {
    body.sticky #layout .bglayer {
        position: relative;
        padding-top: 171px;
    }

    body.homepage.sticky #content-part {
        border-top: none;
        margin-top: 140px;
    }

    body.sticky #content-part {
        border-top: none;
        margin-top: 160px;
    }

    body.sticky #content-part.player-page {
        border-top: unset;
        margin-top: unset;
    }
}

/** Pitch **/
.pitch_pos_small {
    position: relative;
    width: 286.16px;
    height: 194.91px;
}

/** columns */
.pos_gk {
    left: 19px;
}

.pos_dr, .pos_dc, .pos_dl {
    left: 64px;
}

.pos_dmr, .pos_dmc, .pos_dml {
    left: 109px;
}

.pos_mr, .pos_mc, .pos_ml {
    left: 154px;
}

.pos_amr, .pos_amc, .pos_aml {
    left: 200px;
}

.pos_fr, .pos_fc, .pos_fl {
    left: 245px;
}

/** rows */
.pos_dr, .pos_dmr, .pos_mr, .pos_amr, .pos_fr {
    top: 141px;
}

.pos_gk, .pos_dc, .pos_dmc, .pos_mc, .pos_amc, .pos_fc {
    top: 87px;
}

.pos_dl, .pos_dml, .pos_ml, .pos_aml, .pos_fl {
    top: 32px;
}

/** circles */
.pitch_pos_el {
    position: absolute;
    display: inline-block;
    background: rgb(25 31 31);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    opacity: 0.1;
    cursor: pointer;
}

.pitch_pos_small .rated {
    border: 2px solid #225B57;
    opacity: 100;
}

.pitch_pos_small .rated::after {
    position: absolute;
    top: 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    left: -6px;
    width: 32px;
}

.pitch_pos_small .rate_1 {
    background-color: #8DBEBC;
}

.pitch_pos_small .rate_2 {
    background-color: #6AAFAC;
}

.pitch_pos_small .rate_3 {
    background-color: #2D918B;
}

.pitch_pos_small .rate_4 {
    background-color: #225B57;
}

/** labels */
.pos_gk.rated::after {
    content: "GK";
}
.pos_dr.rated::after {
    content: "DR";
}
.pos_dc.rated::after {
    content: "DC";
}
.pos_dl.rated::after {
    content: "DL";
}
.pos_dmr.rated::after {
    content: "DMR";
}
.pos_dmc.rated::after {
    content: "DMC";
}
.pos_dml.rated::after {
    content: "DML";
}
.pos_mr.rated::after {
    content: "MR";
}
.pos_mc.rated::after {
    content: "MC";
}
.pos_ml.rated::after {
    content: "ML";
}
.pos_amr.rated::after {
    content: "AMR";
}
.pos_amc.rated::after {
    content: "AMC";
}
.pos_aml.rated::after {
    content: "AML";
}
.pos_fr.rated::after {
    content: "FR";
}
.pos_fc.rated::after {
    content: "FC";
}
.pos_fl.rated::after {
    content: "FL";
}

/** Player Articles **/ 

.player-page .news-md-article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.player-page .news-md-article .text {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 42%;
}

.player-page .full-height-offset-border .news-md-article .text {
    height: 58%;
}

.full-height-offset-border .news-md-article {
    height: calc(100% - 15px);
}

@media only screen and (max-width: 767px) {
    .playingRole-panel {
        margin-bottom: 0;
    }

    .player-page .news-md-article {
        display: flex;
        flex-direction: row;
        height: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }

    .player-page .row.row-less-8.row-eq-height .full-height .news-md-article {
        padding-bottom: 15px;
        padding-top: 15px;
        border: none;
    }

    .player-page .row.row-less-8.row-eq-height.news-no-border-bottom .full-height .news-md-article {
        border-top: solid 1px #cdd1d7;
    }


    .desktop-show {
        display: none;
    }

    .desktop-show.show, .desktop-show.collapsing {
        display: block;
    }
}

/** Modifiers **/
@media only screen and (min-width: 768px) {
    .desktop-show, .collapse.desktop-show {
        display: block;
    }

    thead.desktop-show {
        display: table-header-group;
    }

    tbody.desktop-show {
        display: table-row-group;
    }

    .desktop-hide {
        display: none;
    }

    tbody.collapse {
        display: none !important;
    }

    tbody.collapse.show {
        display: table-header-group !important;
    }
}

.tp-trophy ul li a {
    color: #031735;
}
.tp-trophy ul li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#allPlayerTrophies {
    transition: unset!important;
}

.collapse-text[aria-expanded=false], .collapsed-text[aria-expanded=true] {
    display: none;
}

.collapse-text[aria-expanded=true], .collapsed-text[aria-expanded=false] {
    display: block;
}

/** Text changes **/
.text-bold {
    font-weight: 600!important;
}

.text-normal {
    font-weight: normal!important;
}

/** Form changes **/
input.no-placeholder:focus::-webkit-input-placeholder { color:transparent; }
input.no-placeholder:focus:-moz-placeholder { color:transparent; }
input.no-placeholder:focus::-moz-placeholder { color:transparent; }
input.no-placeholder:focus:-ms-input-placeholder { color:transparent; }
input.no-placeholder:focus::placeholder { color: transparent; }

/** Header changes **/

a.header-entity-link {
    display: flex;
    color: white;
}

a.header-entity-link:hover {
    text-decoration: underline;
}

a.header-entity-link div {
    margin-top: 1px;
}


/** Team changes **/
.playerInfoTop-bar .team-img {
	max-width: 120px;
	height: 120px;
	width: 100%;
	overflow: hidden;
}

.playerInfoTop-bar .team-country-img {
    width: 26px;
    height: auto;
}

.team-page .playerInfo-bar .section-3:after {
    content: unset;
}

.team-page .section-1 h2,
.team-page .section-2 h2,
.team-page .section-3 h2,
.team-page .section-4 h2,
.team-page .section-5 h2,
.team-page .section-6 h2
{
    padding: 9px 0;
    margin-bottom: 0;
    color: #3d4d64;
    border-top: 2px solid rgba(3,23,53,.5);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

/*
.matchList-box {
    padding: 4px 5px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #cdd1d7;
}
*/

.matchList-box div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-matches-table .team-img {
	width: 40px;
	height: 40px;
}

.team-matches-table .team-desc {
    display: flex;
    color: #031735;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.match-link {
    align-items: center;
    display: flex;
}

a.match-link:hover .team-desc {
    color: var(--blue_hover);
    text-decoration: underline;
}

.team-matches-table .match-date {
    color: #acb2bc;
    width: 15%;
    justify-content: flex-start;
}

.team-matches-table .match-score {
    padding: 0 10px;
    flex-shrink: 0;
    min-width: 75px;
}

.team-matches-table thead th:nth-child(1) {
    width: 20%;
}

.team-matches-table thead th:nth-child(2) {
    width: 40%;
    text-align: right;
}

.team-matches-table thead th:nth-child(3) {
    text-align: center;
}

.team-matches-table thead th:nth-child(4) {
    width: 40%;
    text-align: left;
}

.team-matches-table tbody td:nth-child(3) {
    text-align: center;
}


.team-matches-table .team1 {
    justify-content: flex-end;
}

.team1 .team-desc  {
    margin-right: 10px;
    justify-content: flex-end;
}

.team-matches-table .team2 {
    justify-content: flex-start;
}

.team2 .team-desc {
    margin-left: 10px;
    justify-content: flex-start;
}

.team1.match-won .team-desc, .team2.match-won .team-desc {
    font-weight: bold;
}

.team-page .section-5 .team-matches-table tbody tr:nth-child(even) {
    background-color: rgb(224 224 224 / 15%);
}

tbody#allEndingContractPlayers tr:nth-child(odd) {
    background-color: rgb(224 224 224 / 15%);
}
tbody#allEndingContractPlayers tr:nth-child(even) {
    background-color: transparent;
}

.playerInfoTop-bar .player-desc ul li span.player-tag, .player-tag {
    display: inline-flex;
    justify-content: center;
    color: #031735;
    flex-grow: 0;
    min-width: 50px;
}

.player-tag .mln-suffix, .price .mln-suffix {
    color: #031735;
}

.playerInfoTop-bar .player-value-large span.player-tag {
    display: flex;
    font-size: 22px;
    line-height: 26px;
    padding: 4px 2px;
    margin: 0px 20px;
}

.playerInfoTop-bar .player-value-large span.player-tag:before {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -1px;
    width: 18px;
    height: 100%;
    content: "";
    background: url(../images/left-corner-medium.svg)no-repeat center;
}
.playerInfoTop-bar .player-value-large span.player-tag:after {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -2px;
    width: 22px;
    height: 100%;
    content: "";
    background: url(../images/right-corner-medium.svg)no-repeat center;
}

.player-tag-green {
    background-color: #54ca90;
    color: #fff;
}
.player-tag.player-tag-green:before {
    background: url(../images/left-corner-green.svg)no-repeat center;
}
.player-tag.player-tag-green:after {
    background: url(../images/right-corner-green.svg?v=1)no-repeat center;
    margin-left: -2px;
}

.player-tag-red {
    background-color: #BA4444;
    color: #fff;
}
.player-tag.player-tag-red:before {
    background: url(../images/left-corner-red.svg)no-repeat center;
}
.player-tag.player-tag-red:after {
    background: url(../images/right-corner-red.svg?v=1)no-repeat center;
    margin-left: -2px;
}

.player-tag-orange {
    background-color: #e1ad53;
    color: #fff;
}
.player-tag.player-tag-orange:before {
    background: url(../images/left-corner-orange.svg)no-repeat center;
}
.player-tag.player-tag-orange:after {
    background: url(../images/right-corner-orange.svg?v=1)no-repeat center;
    margin-left: -2px;
}

.player-tag-dark-opaque {
    background-color: rgba(3,20,48,.5);
    color: #fff;
    font-size: 28px;
    padding: 4px;
    line-height: 32px;
}
.player-tag.player-tag-dark-opaque:before {
    background: url(../images/left-corner-dark-opaque.svg)no-repeat center;
    height: 40px;
    width: 20px;
}
.player-tag.player-tag-dark-opaque:after {
    background: url(../images/right-corner-dark-opaque.svg)no-repeat center;
    margin-left: -2px;
    height: 40px;
    width: 20px;
}

.player-tag-empty {
    font-weight: normal;
    background: unset;
    color: unset;
}

.player-tag-empty:before {
    right: 100%;
    width: 12px;
    background: unset;
    margin-right: -1px
}

.player-tag-empty:after,.player-tag-empty:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%
}

.player-tag-empty:after {
    left: 100%;
    width: 14px;
    background: unset;
    margin-left: -1px
}

.team-about a {
    color: #031735;
}
.team-about a:hover {
    color: #0056b3;
    text-decoration: underline;
}


.quick-standings {
    display:flex;
    flex-direction: column;
}

.quick-standings thead th {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: rgba(3, 23, 53, 0.66);
    font-family: 'Roboto', sans-serif;
    padding: 4px 5px;
    vertical-align: bottom;
}

.quick-standings tbody td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 5px;
    color: #031735;
    vertical-align: middle;
    border-top: 1px solid #cdd1d7;
}

.quick-standings .team-img {
    width: auto;
    height: 24px;
}

.quick-standings thead th:nth-child(4) {
    min-width: 60px;
}

.quick-standings a, .playerProfile-panel a, .player-about-panel a {
    color: #031735;
}
.quick-standings a:hover, .playerProfile-panel a:hover, .player-about-panel a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.quick-standings tr.current-team td {
    font-weight: bold;
}
.quick-standings tr td:nth-child(2) a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* .teamskill-panel .flex-column {
    margin-bottom: 10px;
}

.teamskill-panel .flex-column div:first-child {
    font-size: 14px;
    line-height: 22px;
    color: #031735;
} */

.teamskill-panel .d-flex.justify-content-between {
    line-height: 28px;
}

@media only screen and (max-width: 1024px) {
    .teamInfoTop-bar .player-desc ul.left-ul li:last-child {
        display: block
    }

    /* .teamInfoTop-bar .player-desc ul.left-ul {
        margin-left: unset;
    } */

    .team-squad-info:before {
        display: none
    }

    .team-page .section-1 h2, .team-page .section-2 h2, .team-page .section-3 h2, .team-page .section-4 h2, .team-page .section-5 h2, .team-page .section-6 h2 {
        border-top: none;
    }

    .team-page .section-1, .team-page .section-2, .team-page .section-3, .team-page .section-4, .team-page .section-5, .team-page .section-6 {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ico-spacer {
        width: 35px;
        height: 35px;
        float: left;
        display: inline-block;
        margin-right: 10px;
    }
    
    a.header-entity-link div {
        margin-top: unset;
    }

    .team-matches-table thead th:nth-child(1) {
        min-width: 60px;
    }

    .team-matches-table thead th:nth-child(3) {
        width: unset;
    }

    .team-matches-table thead th:nth-child(2),
    .team-matches-table thead th:nth-child(4) {
        min-width: 100px;
    }

    .team-matches-table .team-img {
        width: 24px;
        height: 24px;
    }

    .team-matches-table .player-tag {
        min-width: 35px;
    }

    .teamInfoTop-bar .title span {
        margin-top: 10px;
    }

    .teamInfoTop-bar .team-img {
        max-width: 64px;
        height: 64px;
    }

    .teamInfoTop-bar .value-skill-potential {
        margin-top: 15px;
    }

    .team-squad-info .squad-option-1 th:nth-child(1), .team-squad-info .squad-option-2 th:nth-child(1), .ending-contracts-table th:nth-child(1) {
        width: 200px;
    }

    .team-squad-info .squad-option-2 th:nth-child(4) {
        width: 100px;
    }

    .team-squad-info thead th.value-tag {
        width: 115px;
    }

    .team-squad-info thead th {
        padding: 5px!important;
    }

    .team-squad-info .rating-desc {
        flex-wrap: nowrap;
    }

    .team-squad-info .rating-desc b {
        margin-right: 3px;
    }

    .team-squad-info .squad-option-1 thead th:nth-child(3),
    .team-squad-info .squad-option-1 thead th:nth-child(4),
    .team-squad-info .squad-option-1 tbody td:nth-child(3),
    .team-squad-info .squad-option-1 tbody td:nth-child(4),

    .team-squad-info .squad-option-2 thead th:nth-child(2),
    .team-squad-info .squad-option-2 thead th:nth-child(3),
    .team-squad-info .squad-option-2 tbody td:nth-child(2),
    .team-squad-info .squad-option-2 tbody td:nth-child(3),

    .team-squad-info .squad-option-3 thead th:nth-child(2),
    .team-squad-info .squad-option-3 thead th:nth-child(3),
    .team-squad-info .squad-option-3 tbody td:nth-child(2),
    .team-squad-info .squad-option-3 tbody td:nth-child(3),

    .ending-contracts-table thead th:nth-child(2),
    .ending-contracts-table thead th:nth-child(5),
    .ending-contracts-table tbody td:nth-child(2),
    .ending-contracts-table tbody td:nth-child(5)
    {
        display:none;
    }

    .team-matches-table .team-desc {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .team-matches-table .team1 .team-desc {
        text-align: right;
    }
    .team-matches-table .team2 .team-desc {
        text-align: left;
    }

    .btn-brand, .btn-outline-secondary {
        padding: 8px;
    }

    .similar-players-filter {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .btn-brand, .btn-outline-secondary {
        line-height: 20px;
        font-size: 12px;
    }
}

.mc-modal {
    z-index: 2147483400!important;
}

@media only screen and (max-width: 990px) {
    .mc-banner {
        top: 65px!important;
    }
}

/** Search header **/
#header-part.new .search-panel{
    text-align: right;
    width: auto;
    border-radius: 0px;
    overflow: inherit;
}
#header-part.new .search-panel .fa-search{
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    opacity:0.8;
    cursor: pointer;
}
#header-part.new .search-panel.active .fa-search{
    color: #000;
}
#header-part.new .search-panel .fa-search:hover{
    opacity:1.0;
}
#header-part.new .search-panel input{
    width: 350px;
    max-width: 400px;
    border-radius: 5px;
    height: 34px;
    padding: 5px 35px 5px 13px;
    background: #263959;
    transition: all 120ms linear;
}
#header-part.new .search-panel input:focus, #header-part.new .search-panel.active input{
    width: 600px;
    max-width: 600px;
    background: #fff;
    color: #000;
    height: 40px;
    line-height: 40px;
    margin-top: -5px;
}

body.sticky #header-part.new .search-panel input:focus, body.sticky #header-part.new .search-panel.active input{
    width: 400px;
    max-width: 400px;
}
body.sticky #header-part.new .search-panel{
    top: 10px;
}

#header-part.new .search-panel input:focus::placeholder, #header-part.new .search-panel.active input::placeholder{
    color: #000;
}
#header-part.new .fa-times, #header-part.new .fa-arrow-left{
    display: none;
    color: #031735;
}

body.sticky #header-part.new .search-panel input{
    margin-top: -6px;
}

body.sticky #header-part.new .search-panel .fa-search{
    top: 4px;
}

#header-part.new .player-image-holder .plyr-prfl-img.article-search {
    height: auto;
}

@media only screen and (max-width:1201px){
    #header-part.new .search-panel{
        right: calc((100% - 960px)/2); 
    }
}
@media only screen and (max-width:1024px){ /*mobiel*/
    #header-part.new .fndItems .newItem .team-image-holder{
        min-width: 63px;
    }
    #header-part.new .search-panel{
        right: 55px;
        position: absolute;
        top: 11px;
    }
    #header-part.new .search-panel input{
        display: none;
    }
    #header-part.new .search-panel .fa-search{
        font-size: 28px;
        top: 6.5px;
        right: 20px;
    }
    .header-bar .btn-toggle{
        padding-top: 8px; 
    }
    
    /*MOBIEL ACTIEF*/
    #header-part.new .search-panel.active input{
        display: block;
        width: 100vw;
        max-width: inherit;
        height: 65px;
        line-height: 65px;
        border-radius: 0px;
        font-size: 20px;
        border-bottom: 3px solid #02122a;
        padding-left: 55px;
        margin-top: 0px;
    }
    #header-part.new .search-panel.active{
        width: 100vw;
        left: 0px;
        top: 0px;
        height: 65px;
    }
    #header-part.new .search-panel.active .fa-search{
        display: none;
    }
    #header-part.new .search-panel.active .fa-times, #header-part.new .search-panel.active .fa-arrow-left{
        display: inline-block;
    }
    #header-part.new .search-panel.active .fa-arrow-left{
        top: 21px;
        left: 14px;
        position: absolute;
        font-size: 22px;
    }
    #header-part.new .search-panel.active .fa-times{
        top: 21px;
        right: 14px;
        position: absolute;
        font-size: 22px;			
    }
    #header-part.new .search-panel.active .fndItems .newItem span.sub-text{
        display: block;
        font-size: 14px;
    }
    #header-part.new .search-panel.active .fndItems .newItem{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    #header-part.new .search-panel.active .player-image-holder .plyr-prfl-img{
        margin-right: 23px;
    }
    #header-part.new .search-panel.active .fndItems .newItem a{
        font-size: 16px;
    }
    #header-part.new .search-panel.active .fndItems .newItem .pl_value{
        right: 12px;
        font-size: 16px;
    }
    #header-part.new .search-panel.active .fndItems .newItem{
        padding-left: 10px;
    }
    #header-part.new .search-panel.active .fndItems .newItem .text{
        margin-left: 0px;
    }
    #header-part.new .searchResults{
        height: calc( 100vh - 60px);
        max-height: calc(100vh - 60px) !important;
        box-shadow: none !important;
    }
    
}
@media only screen and (max-width:576px){ /*mobiel small*/
    #header-part.new .search-panel{
        right: 40px;
        top: 15px;
    }
    #header-part.new .search-panel .fa-search{
        font-size: 20px;
        top: 7px;
        right: 12px;
    }
}
#header-part.new .searchResults{
    background: #fff;
    margin-top: -4px;
    z-index: 99999999999999999999999;
    position: absolute;
    width: 100%;
    /*min-height: 100px;*/
    border-top: 1px solid #d7d7d7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: left;
    box-shadow: 4px 4px 4px 2px #00000030;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
}
#header-part.new .fndItems{
    display: table;
    width: 100%;
}
#header-part.new .fndItems .newItem{
    display: inline-flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 12px;
    position: relative;
    cursor: pointer;
}
#header-part.new .fndItems .newItem .text{
    margin-left: 3px;
    padding-right: 10px;
}
#header-part.new .player-image-holder .plyr-prfl-img{
    margin-right: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(3, 23, 53, 0.08);
    border-radius: 100%;
    vertical-align: middle;
}
#header-part.new .fndItems .newItem a{
    color: #031735;
    font-weight: 700;
}
#header-part.new .fndItems .newItem a:hover{
    color: var(--blue_hover);
    text-decoration: underline;
}
#header-part.new .fndItems .newItem .pl_value{
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    color: #031735;
    flex-grow: 0;
    min-width: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    background: #A5D4D4;
    padding: 1px 2px;
    margin: 0px 10px;
    top: 8px;
}
#header-part.new .fndItems .newItem .pl_value:before{
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 12px;
    height: 100%;
    background: url(../images/left-corner.svg)no-repeat center;
    margin-right: -1px;
}
#header-part.new .fndItems .newItem .pl_value:after{
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 14px;
    height: 100%;
    background: url(../images/right-corner.svg)no-repeat center;
    margin-left: -1px;
}
#header-part.new .fndItems .newItem span.sub-text{
    letter-spacing: 0.1px;
    font-size: 13px;
}
#header-part.new .fndItems .newItem:nth-of-type(even){
    background: rgb(224 224 224 / 15%);
}
#header-part.new .fndItems a.newItem:hover{
    background-color: var(--grey_hover);
}
#header-part.new .fndItems .newItem .team-image-holder{
    height: 40px;
    width: 60px;
    min-width: 60px;
}
#header-part.new .fndItems .newItem.news .team-image-holder{
    width: 60px;
    min-width: 60px;
}
#header-part.new .fndItems .newItem .team-image-holder .plyr-clb-img img{
    height: 100%;
}
#header-part.new .fndItems .newItem .team-image-holder .small-icon-image{
    bottom: -10px;
    left: 47px;
}
#header-part.new .fndItems .newItem b{
    color: var(--black_title);
}
#header-part.new .fndItems a.newItem:hover b{
    color: var(--blue_hover);
    text-decoration: underline;
}
#header-part.new .note{
    line-height: 38px;
    padding-left: 10px;
    color: rgba(3, 23, 53, 0.66);
}
#header-part.new .note a{
    color: var(--blue_hover);
}
#header-part.new .note a:hover{
    color: var(--blue_hover);
    text-decoration: underline;
}

/** Search results **/
.searchResults.endpage .playerList-panel>a:nth-child(even) .playerList-box {
    background-color: var(--grey_hover);
}
.searchResults.endpage .playerList-panel>a:nth-child(odd) .playerList-box {
    background-color: white;
}
.searchResults.endpage .playerList-box .player-img>i{
    width: 20px;
    height: 20px;
    right: -14px;
}
.searchResults.endpage .playerList-box .player-img>i img{
    width: 20px;
    height: 20px;
}
.searchResults.endpage .playerList-box{
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchResults.endpage .playerList-box .player-desc{
    padding-left: 3px;
}
.searchResults.endpage .playerList-box.type2 .player-desc .ttl span{
    font-size: 13px;
}
.searchResults.endpage .playerList-box.news{
    display: block;
    width: 100%;
}
.searchResults.endpage .playerList-box.news .player-img {
    width: 53px;
    margin-right: 7px;
    display: inline-block;
}
.searchResults.endpage .playerList-box.news .player-img img{
    width: 100%;
    border-radius: 0px;
}
.searchResults.endpage .playerList-box.news .player-desc{
    max-width: none;
    display: inline-block;
    width: auto;
}
.searchResults.endpage .playerList-box.team .player-desc{
    max-width: calc(100% - 63px);
}
.searchResults.endpage .total-results{
    padding-top: 10px;
    letter-spacing: 0.2px;
    color: rgba(3, 23, 53, 0.66);
    border-top: 1px solid rgba(3,23,53,.5);
    font-size: 13px;
}
.search-advanced{
    margin-bottom: 20px;
}
.search-advanced .option{
    display: inline-block;
    padding-left: 10px;
}
.search-advanced input.search-field{
    color: #495057;
    height: 40px;
    line-height: 40px;					
    border-radius: 5px;
    padding: 5px 35px 5px 13px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    width: 400px;
    display: inline-block;
    margin-right: 10px;
}
.search-advanced .search-options{
    margin-top: 10px;
    font-size: 16px;
}
@media only screen and (max-width:1024px){ /*mobiel*/
    .searchResults.endpage .ttl span{
        display: block !important;
    }
    .search-advanced input.search-field{
        width: 100%;
        margin-bottom: 10px;
    }
    .searchResults.endpage{
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .searchResults.endpage .playerList-box.news .player-desc{
        width: calc(100% - 66px);
    }
    .searchResults.endpage .total-results{
        padding-left: 15px;
    }

    #PopupSignupForm_0 {
        display: none;
    }
}

#header-part.new .search-panel input::placeholder {
    color: white;
}

.sharethis-inline-share-buttons {
    margin-bottom: 15px;
}

.flex-auto {
    flex: 1 1 auto;
}

.center-checkbox-start {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1024px) {
    h1.h4 {
        font-size: 18px!important;
    }
}

/** Matches **/

@media only screen and (min-width: 1024px) {
    body.sticky #content-part.match-content {
        border-top: none;
        margin-top: 0;
    }
}

.match-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.match-information .team1-name, .match-information .team2-name {
    min-width: 150px;
}

.match-information .team1-name {
    text-align: right;
}

.match-information .team2-name {
    text-align: left;
}

.match-information .match-details {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    background-color: rgba(3,20,48,.5);
    border-radius: 6px;
    color: white;
}

.match-overview .playerList-panel h2 {
    padding: 15px 0;
}

.match-team-squad {
    width: 30%;
    flex: 1 1 auto;
}

.match-statistics {
    width: 40%;
    flex: 1 1 auto;
}

.match-statistics-table th, .match-statistics-table td  {
    padding: .5rem;
}

.match-statistics-table  td {
    border: none;
}

.match-statistics-table tbody {
    background: rgb(224 224 224 / 15%);
}

.match-statistics-table thead {
    background-color: #f7f8f9;
}

.match-statistics-table thead img {
    height: 46px;
    width: auto;
}

.match-statistics-table thead th:nth-child(1) {
    width: 30%;
    text-align: left;
    text-align: -webkit-left;
}

.match-statistics-table thead th:nth-child(2) {
    width: 40%;
}

.match-statistics-table thead th:nth-child(3) {
    width: 30%;
    text-align: right;
    text-align: -webkit-right;
}

.match-statistics-table tbody td:nth-child(1) {
    text-align: left;
    text-align: -webkit-left;
}
.match-statistics-table tbody td:nth-child(2) {
    text-align: center;
    text-align: -webkit-center;
}
.match-statistics-table tbody td:nth-child(3) {
    text-align: right;
    text-align: -webkit-right;
}

.fa-card-yellow, .fa-card-red {
    transform: scale(1, 1.25);
}

.fa-card-yellow {
    color: yellow;
}

.fa-card-red {
    color: yellow;
}

.match-statistics .playerList-panel .ft-table a {
    font-weight: normal;
}

.match-statistics .playerList-panel .ft-table tr.text-bold td, .match-statistics .playerList-panel .ft-table tr.text-bold a {
    font-weight: bold;
}