
    .indx-vdo{
        width: 85px;
        height: 70px;
        border-radius: 14px;
    }
    /* player cover   */
    .player-cover {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .player-cover .pict {
        width: 20%;
        height: auto;
        text-align: center;
    }
    .player-cover .pict .a {
        width: 100%;
        height: auto;
    }
    .player-cover .pict .b {
        width: 35%;
        margin-top: -2.5em;
        margin-right: -5em;
    }
    .player-cover .name {
        color: white;
        font-weight: bold;
    }
    .player-cover .pos {
        padding: .25em 0;
        display: flex;
        border: 1px solid white;
        border-radius: 5px;
    }
    .player-cover .pos span {
        border-right: 1px solid white;
        width: auto;
        display: block;
        padding: .25em 0.5em;
        color: white;
        font-weight: bold;
        text-align: center;
        width: 65px;
    }
    .player-cover .pos span:last-child {
        border-right: none;
    }


    /* player menu */
    .player-menu {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .player-menu li {
        display: inline-block;
        min-width: 33% !important;
        text-align: center;
    }
    .player-menu li.active a {
        color: #D6CED9;
        border-bottom: .25em solid #D6CED9;
    }
    .player-menu li a {
        color: #AC4CB7;
        font-weight: bold;
        display: block;
        padding: .75em 1em;

    }

    /* player stats main */
    .player-stats-main {
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .player-stats-main .box {
        width: 50%;
        height: 150px;
        text-align: center;
        border-color: #E5E5E5;
    }
    .player-stats-main .box:first-child {padding: 1em 4em 4em 2em}
    .player-stats-main .box:nth-child(2) {padding: 1em 2em 4em 4em}
    .player-stats-main .box:nth-child(4) {padding: 4em 4em 1em 2em}
    .player-stats-main .box:nth-child(5) {padding: 4em 2em 1em 4em}
    .player-stats-main .progress-circle::after {
        background-color: #722275;
    }
    .player-stats-main .progress-circle > span:hover {
        color: white;
    }
    .player-stats-main .progress-circle > span {
        display: flex;
        flex-direction: column;
        font-size: 10pt;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        line-height: 1;
        white-space: normal;
    }

    /* player stats detail */
    .player-stats-detail h3 {
        border-radius: .5em .5em 0 0;
    }
    .player-stats-detail ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .player-stats-detail ul li {
        display: flex;
        align-items: center;
        padding: 1em;
    }
    .player-stats-detail ul li:not(:last-child) {
        border-bottom: 1px solid #E5E5E5;
    }
    .player-stats-detail ul li span:first-child {
        font-weight: bold;
    }
    .player-stats-detail ul li span:last-child {
        margin-left: auto;
        display: inline-block;
        color: #AC4CB7;
        border: 1px solid #AC4CB7;
        border-radius: 1.5em;
        text-align: center;
        font-weight: bold;
        padding: .25em .5em;
        width: 15%;
    }

    .btn-cta-premium {
        color: grey;
        display: inline-block;
        padding: 0.75em 1em;
        min-width: 30% !important;
        text-align: center;
        background-color: white;
        border: 1px solid #D6CED9;
    }

    .btn-cta-premium.active {
        background-color: #AC4CB7;
        color: white;
        border: 1px solid #AC4CB7;
    }

    .min-gutter {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .min-gutter > [class*='col-'] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }



    /* stats advance ================ */
    .btn-cta-premium {
        color: grey;
        display: inline-block;
        padding: 0.75em 1em;
        min-width: 30% !important;
        text-align: center;
        background-color: white;
        border: 1px solid #D6CED9;
    }

    .btn-cta-premium.active {
        background-color: #AC4CB7;
        color: white;
        border: 1px solid #AC4CB7;
    }

    .min-gutter {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .min-gutter > [class*='col-'] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    /* back button */
    .back-btn {
        padding: 15px 20px;
        background-color: #9c25a8;
    }
    .back-btn a {
        display: inline-flex;
        align-items: center;
        color: white;
        text-decoration: none;
    }
    .back-btn a img {
        margin-right: .5em;
    }

    /* detail match custom */
    .detail-match-header {
        color: #333;
        background-color: transparent;
    }
    .detail-match-header .sec-3 .card table {
        color: #333;
    }

    /* match stats */
    .detail-match-stats-group {
        margin: 15px 0;
    }
    .detail-match-stats-group h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0;
        text-transform: uppercase;
        position: relative;
    }
    .detail-match-stats-group h3::before {
        content: '';
        position: absolute;
        height: 5px;
        display: block;
        border-top: 1px solid black;
        top: 50%;
        left: 0;
        right: 0;
    }
    .detail-match-stats-group h3 span {
        background-color: whitesmoke;
        position: relative;
        z-index: 99;
        padding-left: 5px;
        padding-right: 5px;
    }
    .detail-match-stats-item {
        margin-bottom: 10px;
    }
    .detail-match-stats-item-point {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .detail-match-stats-item-point .point-left {
        font-weight: bold;
        text-align: left;
    }
    .detail-match-stats-item-point .point-center {
        text-align: center;
    }
    .detail-match-stats-item-point .point-right {
        font-weight: bold;
        text-align: right;
    }
    .detail-match-stats-item .progress {
        border-radius: 50rem;
        background-color: #7CD327;
        height: 10px;
    }
    .detail-match-stats-item .progress .progress-bar {
        background: #9E1AAD;
        border-right: 5px solid white;
    }

    .premium {
        -webkit-mask-image: linear-gradient(to top,rgba(0, 0, 0, 0) -5%,rgba(0, 0, 0, 1) 50%);
        max-height: 500px;
        overflow-y: hidden;
    }

    .premium-alert {
        background-color: white;
        padding: 1.5em;
        text-align: center;
    }
    .premium-alert h3 {
        margin-top: 0;
        line-height: normal;
        font-size: 21px;
        margin-bottom: 8px;
    }

    /* handToHand css */

    .handToHand{
        margin: 0px;
        padding: 0px;
        top: 5px;
        text-align: center;
    }

    .handToHandimg{
        height: 27px;
        padding: 2px;
        margin: 2px;
    }
    .ctr{
        font-size: 34px;
        line-height: 34px;
        color: #1d2e47;
        font-family: Open Sans Condensed,sans-serif;
        font-weight: 700;
        letter-spacing: -.3px;
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        vertical-align: middle;
        min-width: 28px;
    }
    .bdr1 {
        border-right: 1px solid #9eafc1;
    }


    .player-states{
        height: 23px;
        background: rgb(217, 0, 75);
        color: white;
        /* line-height: 3; */
        padding: 0px 10px;
    }
    .player-img{
        height: 25px;
        width: 25px;
    }

       /* prediction =========================*/

    .bg-win2 {
        background-color: hsl(11, 92%, 59%)!important;
    }
    .bg-lose2 {
        background-color: #970000!important;
    }
    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }
    .fa.pull-right {
        margin-left: 0.3em;

    }
    .fa, .fas {
        font-weight: 900;
    }
    .pull-right {
        margin-right: 5px;
        float: right!important;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .title-pred {
        background: #d9004b;
        padding: 10px;
        color: #fff;
    }
    .liner {
        border-bottom: 1px solid #4d0053;
        height: 1px;
        clear: both;
        margin-bottom: 10px;
    }
    element.style {
        width: 53.95%;
    }

    .bg-default {
        background-color: #f5f5f5!important;
    }

    .bg-lose {
        background-color: #a8d5b3!important;
    }

    .bg-win {
        background-color: #159b3e!important;
    }
       .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #337ab7;
        -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }
    .fsize-3 {
        font-size: 1.6rem!important;
    }
    .text-win {
        color: #4d0053!important;
    }
    .widget-content .widget-content-right {
        float: right;
    }
    .widget-content .widget-content-middle {
        margin: auto;
    }
    .text-muted {
        color: #6c757d!important;
    }
       * {
        margin: 0;
        padding: 0;
        outline: none !important;
    }
    .widget-content .widget-content-left, .widget-content .widget-content-middle, .widget-content .widget-content-right {
        font-size: 1.2rem;
    }
    .opacity-6 {
        opacity: .6!important;
    }
    .widget-content .widget-content-wrapper {
        display: flex;
        flex: 1;
        position: relative;
        align-items: center;
    }
    .liner {
        border-bottom: 1px solid #4d0053;
        height: 1px;
        clear: both;
        margin-bottom: 10px;
    }
    /* menu ========================================================= */
    .menu {
        display: flex;
        justify-content: center;
        margin-bottom: 3em;
    }
    .menu-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 .5em;
    }
    .menu a {text-align: center}
    .menu-link a img {
        width: 80%;
        margin-bottom: .5em;
    }

    /* my team ====================================================== */
    .my-team {
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1em;
        margin-top: -3.75em;
    }
    .my-team span {
        width: 25%;
        font-size: 11pt;
        text-align: center;
    }
    .my-team ul {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .my-team ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 .25em;
        width: 23%;
        height: 23%;
    }
    .my-team ul li img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    .my-team > a {
        display: flex;
        justify-content: center;
        max-width: 15% !important;
        max-height: 15% !important;
    }
    .my-team > a img {
        height: 100%;
        width: 100%;
    }

    /* filter-days ================================================== */
    .filter-days {
        padding: .5em 0;
        margin: .5em 0;
        white-space: nowrap;
        overflow-x: auto;
    }
    .filter-days li {
        /* color: grey; */
        display: inline-block;
        padding: .75em 1em;
        min-width: 30% !important;
        text-align: center;
        margin-right: .5em;
        /* background-color: white; */
    }
    .filter-days > .filter-days-active {
        background-color: #AC4CB7;
        color: white;
    }

    /* filter-league ================================================ */
    .filter-league > .btn {
        padding: .75em;
    }


    /* contest ====================================================== */
    .contest {
        padding: 1em;
        margin-bottom: 1em;
        text-align: center;
        background: url(/assets/img/stadium.png) no-repeat, linear-gradient(to bottom, rgb(28, 51, 8), black);
        background-size: 100% 100%, cover;
        background-position: 0 0;
    }
    .activ{
        background-color: #781783;
        color: white;
    }

     .date_active{
        background-color: #781783;
        color: white !important;
    }
    .contest .club-left, .contest .club-right { color: white }
    .contest .club-left .logo, .contest .club-right .logo {
        background-color: white;
        padding: .5em;
        border-radius: 50%;
    }
    .contest .club-left img, .contest .club-right img { width: 60px; }
    .contest .mid { text-align: center; color: white; }
    .contest .mid .date {
        background-color: #575757;
        border: 1px solid white;
        border-radius: 5px 5px 0 0;
        font-size: 9pt;
    }
    .contest .mid .place {
        background: transparent;
        border: 1px solid white;
        border-top: 0;
        border-radius: 0 0 5px 5px;
        font-size: 9pt;
    }

    /* timeline start */
    .timeline {
        position: relative;
    }
    .timeline:before {
        content: '';
        display: block;
        background-color: #A3A3A3;
        width: 3px;
        position: absolute;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 0;
    }
    .timeline .timeline-header {
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        z-index: 5;
    }
    .timeline .timeline-header::before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #A3A3A3;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .timeline .timeline-header h3 {
        display: inline-block;
        margin: 0;
        font-size: 18px;
        border: 2px solid #A3A3A3;
        text-transform: uppercase;
        color: #72227C;
        padding: 5px 10px;
        border-radius: 50rem;
        line-height: normal;
        letter-spacing: 1px;
        font-weight: bold;
        background-color: #F5F5F5;
        position: relative;
        z-index: 9;

    }
    .timeline .timeline-group {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        position: relative;
        z-index: 5;
    }
    .timeline .timeline-group:nth-child(odd) {
        margin-left: 20px;
    }
    .timeline .timeline-group:nth-child(even) {
        margin-right: 20px;
    }
    .timeline .timeline-group:nth-child(odd) .timeline-group-header::before {
        right: 20px;
    }
    .timeline .timeline-group:nth-child(even) .timeline-group-header::before {
        left: 20px;
    }
    .timeline .timeline-group:nth-child(odd) .timeline-match-header::before {
        right: 20px;
    }
    .timeline .timeline-group:nth-child(even) .timeline-match-header::before {
        left: 20px;
    }
    .timeline .timeline-group-header {
        background-color: #AC4CB7;
        color: #FFFFFF;
        padding: 10px 8px;
        border-radius: 8px 8px 0 0;
        clear: both;
        position: relative;
    }
    .timeline .timeline-group-header::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #AC4CB7;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -10px;
    }
    .timeline .timeline-group-header.header-player {
        background-color: #72227C;
    }
    .timeline .timeline-group-header.header-player::before {
        background-color: #72227C;
    }
    .timeline .timeline-group-header.header-transfer {
        background-color: #7CD327;
    }
    .timeline .timeline-group-header.header-transfer::before {
        background-color: #7CD327;
    }

    .timeline .timeline-group-header a {
        color: #FFFFFF;
    }
    .timeline .timeline-group-content {
        margin-top: 0;
    }
    .timeline .timeline-group-content .thumbail-news {
        width: 115px;
        height: 100px;
        position: relative;
    }
    .timeline .timeline-group-content .thumbail-news img {
        object-fit: cover;
        object-position: center top;
        width: 100%;
        height: 100%;
    }
    .timeline .timeline-group-content .thumbail-news::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 100%;
        top: 0;
        right: -10px;
        z-index: -1;
        background: #FFFFFF;
        transform-origin: bottom left;
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
        z-index: 9;
    }
    .timeline .timeline-group-content .media-body {
        padding: 10px 10px 10px 0;
        position: relative;
        z-index: 10;

    }
    .timeline .timeline-group-content .media-body .media-heading {
        line-height: 24px;
        font-size: 16px;
        text-transform: uppercase;
        white-space: pre-wrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .timeline .timeline-match {
        background-image: url('../img/home-match-bg.png');
        background-position: center center;
        padding: 0 10px 10px 10px;
        color: #FFFFFF;
    }
    .timeline .timeline-match .timeline-match-header {
        font-size: 12px;
        position: relative;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .timeline .timeline-match .timeline-match-header::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: black;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -10px;
    }
    .timeline .timeline-match .timeline-match-header .timeline-header-logo img {
        width: 100%;
        max-width: 90px;
    }
    .timeline .timeline-match .timeline-match-label {
        background-color: #6F1CFF;
        color: #FFFFFF;
        padding: 2px 5px;
        display: block;
        position: absolute;
        right: -8px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .timeline .timeline-match .timeline-match-label.red {
        background-color: #FF1C1C;
    }
    .timeline .timeline-match .timeline-match-team {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    .timeline .timeline-match .timeline-match-team li {
        list-style: none;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        display: flex;
        align-items: center;
    }
    .timeline .timeline-match .timeline-match-team li:last-child {
        border-bottom: 0;
    }
    .timeline .timeline-match .timeline-match-team li .team-img {
        width: 50px;
        height: auto;
        max-height: 50px;
        display: inline-block;
        background-color: #FFFFFF;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 8px;
        margin-right: 10px
    }
    .timeline .timeline-match .timeline-match-team li .team-img img {
        max-width: 100%;
    }
    .timeline .timeline-match .timeline-match-team li .team-score {
        position: relative;
        margin-left: auto;
        float: right;
    }
    /* timeline end */

    .min-gutter {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .min-gutter > [class*='col-'] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .hide{
        display: none;
    }

 /* league */
 .container-league {
    margin: 1em 0;
}
.league {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: .5em;
    margin-bottom: 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.league:hover {
    background-color: whitesmoke;
}
.league-logo {
    display: flex;
    justify-content: center;
    width: 20%;
    height: 50px;
    padding: 0 .75em;
}
.league-logo img {
    max-width: 100%;
    height: 100%;
}
.league-title {
    padding: 0 1em;
}
.league-arrow {
    margin-left: auto;
    margin-right: 1em;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #D6CED9;
}
/* league */
 /* league cover */
 .league-cover {
    background-image: url(./assets/img/884.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-league-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ac4cb7ca;
    padding: 1em;
}
.inner-league-cover .logo {
    width: 80px;
    height: 80px;
    padding: 1.25em;
    border-radius: 50%;
    background-color: white;
}
.inner-league-cover .logo img {
    width: 100%;
    height: 100%;
}
.inner-league-cover .name {
    color: white;
    font-weight: bold;
}
.inner-league-cover span {
    color: white;
    font-weight: lighter;
    font-size: 11pt;
}
  /* league menu */
  .league-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.league-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.league-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.league-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

 /* league highlight */
 .league-highlight h5 {
    font-weight: bold;
    font-size: 11pt;
}
.league-highlight ul {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.league-highlight ul li {
    display: inline-block;
    padding: .75em 1em;
    margin-right: .5em;
    background-color: white;
    min-width: 25% !important;
    border-radius: 5px;
    text-align: center;
}
.league-highlight ul li span:first-child {
    display: block;
    font-size: 15pt;
    font-weight: bolder;
}
.league-highlight ul li span:last-child {
    font-size: 9pt;
    color: #A3A3A3;
}

.tag {
    text-align: center;
    font-weight: bolder;
}
.tag span {
    display: inline-block;
    padding: .75em 1em;
}

 /* league top player */
 .league-top-player ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
    padding: 0;
}
.league-top-player ul li {
    display: inline-block;
    white-space: normal;
    list-style: none;
    text-align: center;
    margin: 0 1em;
    min-width: 20%;
}
.league-top-player ul li .cover-img {
    padding: .5em;
    width: inherit;
    height: 80px;
}
.league-top-player ul li .cover-img img {
    max-width: 100%;
    height: 100%;
}
.league-top-player ul li span {
    display: block;
    font-size: 9pt;
    font-weight: lighter;
}
.league-top-player ul li span.btn-pill {
    line-height: 1;
    padding: .5em;
    background-color: #7CD327;
    color: white;
}

/* matches */
.matches {
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    background: url(/assets/img/stadium.png) no-repeat, linear-gradient(to bottom, rgb(28, 51, 8), black);
    background-size: 100% 100%, cover;
    background-position: 0 0;
}
.matches .club-left, .matches .club-right {color: white}
.matches .club-left .logo, .matches .club-right .logo {
    background-color: white;
    padding: .5em;
    border-radius: 50%;
}
.matches .club-left img, .matches .club-right img {width: 60px}
.matches .mid {
    font-size: 10pt;
    color: white;
}

    /* club cover */
    .club-cover {
        background-image: url(../../assets/img/asd.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .club-cover-mask {
        background-color: #ac4cb7ca;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner-club-cover {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1.5em;
        z-index: 1;
    }
    .inner-club-cover .line {
        display: flex;
        padding: .5em;
    }
    .inner-club-cover .line.bg-purple {
        padding-top: 3em;
        padding-bottom: 1em;
        border-radius: 5px 5px 0 0;
        background-color: #72227C;
    }
    .inner-club-cover .line.bg-white {
        border-radius: 0 0 5px 5px;
    }
    .inner-club-cover .line .box:first-child {
        border-right: 1px solid #E5E5E5;
    }
    .inner-club-cover .line .box {
        padding: .5em 2em;
        width: 50%;
    }
    .inner-club-cover .line .box > h5 {margin: 0}
    .inner-club-cover .line .box > span {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .inner-club-cover .line .box > span img {
        width: 20px;
        height: 20px;
        margin-left: .75em;
    }
    .inner-club-cover .club-logo {
        width: 75px;
        height: 75px;
        padding: 1em;
        margin: 0 auto;
        z-index: 1;
        margin-bottom: -2.5em;
        border-radius: 50%;
        background-color: white;
    }
    .inner-club-cover button {
        width: 50%;
        color: white;
        margin: 0 auto;
        margin-top: 2em;
        border-radius: 50px;
        border: .1em solid white;
        background-color: transparent;
    }
    .inner-club-cover button:focus {outline: none !important; color: white;}
    .inner-club-cover button:hover {
        color: black;
        background-color: white;
    }

    /* club menu */
    .club-menu {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .club-menu li {
        display: inline-block;
        min-width: 33% !important;
        text-align: center;
    }
    .club-menu li.active a {
        color: #D6CED9;
        border-bottom: .25em solid #D6CED9;
    }
    .club-menu li a {
        color: #AC4CB7;
        font-weight: bold;
        display: block;
        padding: .75em 1em;
    }

    /* club highlight */
    .club-highlight h5 {
        font-weight: bold;
        font-size: 11pt;
    }
    .club-highlight ul {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .club-highlight ul li {
        display: inline-block;
        padding: .75em 1em;
        margin-right: .5em;
        background-color: white;
        min-width: 25% !important;
        border-radius: 5px;
        text-align: center;
    }
    .club-highlight ul li span:first-child {
        display: block;
        font-size: 15pt;
        font-weight: bolder;
    }
    .club-highlight ul li span:last-child {
        font-size: 9pt;
        color: #A3A3A3;
    }

    .tag {
        text-align: center;
        font-weight: bolder;
    }
    .tag span {
        display: inline-block;
        padding: .75em 1em;
    }

    /* club top player */
    .club-top-player ul {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
        padding: 0;
    }
    .club-top-player ul li {
        display: inline-block;
        white-space: normal;
        list-style: none;
        text-align: center;
        margin: 0 1em;
        min-width: 20%;
    }
    .club-top-player ul li .cover-img {
        padding: .5em;
        width: inherit;
        height: 80px;
    }
    .club-top-player ul li .cover-img img {
        max-width: 100%;
        height: 100%;
    }
    .club-top-player ul li span {
        display: block;
        font-size: 9pt;
        font-weight: lighter;
    }
    .club-top-player ul li span.btn-pill {
        line-height: 1;
        padding: .5em;
        background-color: #7CD327;
        color: white;
    }

    /* matches */
    .matches {
        padding: 1em;
        text-align: center;
        background: url(/assets/img/stadium.png) no-repeat, linear-gradient(to bottom, rgb(28, 51, 8), black);
        background-size: 100% 100%, cover;
        background-position: 0 0;
    }
    .matches .club-left, .matches .club-right {color: white}
    .matches .club-left .logo, .matches .club-right .logo {
        background-color: white;
        padding: .5em;
        border-radius: 50%;
    }
    .matches .club-left img, .matches .club-right img {width: 60px}
    .matches .mid {
        font-size: 10pt;
        color: white;
    }

    /* competion history */
    .competion-hstr {background-color: white}
    .competion-hstr h3 {margin: 0}
    .competion-hstr ul {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0;
        padding: .5em;
    }
    .competion-hstr li {
        display: inline-block;
        white-space: normal;
        list-style: none;
        text-align: center;
        margin: 0 1em;
        min-width: 20%;
    }
    .competion-hstr li .cover-img {
        padding: .5em;
        width: inherit;
        height: 80px;
    }
    .competion-hstr li .cover-img img {
        max-width: 100%;
        height: 100%;
    }
    .competion-hstr li span {
        display: block;
        color: #A4A3A3;
        font-size: 9pt;
        font-weight: lighter;
    }
     /* club cover */
     .club-cover {
        /*background-image: url(../../assets/img/asd.png);*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    .club-cover-mask {
        background-color: #ac4cb7ca;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner-club-cover {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1.5em;
        z-index: 1;
    }
    .inner-club-cover .line {
        display: flex;
        padding: .5em;
    }
    .inner-club-cover .line.bg-purple {
        padding-top: 3em;
        padding-bottom: 1em;
        border-radius: 5px 5px 0 0;
        background-color: #72227C;
    }
    .inner-club-cover .line.bg-white {
        border-radius: 0 0 5px 5px;
    }
    .inner-club-cover .line .box:first-child {
        border-right: 1px solid #E5E5E5;
    }
    .inner-club-cover .line .box {
        padding: .5em 2em;
        width: 50%;
    }
    .inner-club-cover .line .box > h5 {margin: 0}
    .inner-club-cover .line .box > span {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .inner-club-cover .line .box > span img {
        width: 20px;
        height: 20px;
        margin-left: .75em;
    }
    .inner-club-cover .club-logo {
        width: 75px;
        height: 75px;
        padding: 1em;
        margin: 0 auto;
        z-index: 1;
        margin-bottom: -2.5em;
        border-radius: 50%;
        background-color: white;
    }
    .inner-club-cover button {
        width: 50%;
        color: white;
        margin: 0 auto;
        margin-top: 2em;
        border-radius: 50px;
        border: .1em solid white;
        background-color: transparent;
    }
    .inner-club-cover button:focus {outline: none !important; color: white;}
    .inner-club-cover button:hover {
        color: black;
        background-color: white;
    }



    /* standings */
    .standings table thead {
        text-align: center;
        font-size: 9pt;
    }
    .standings table tbody tr {
        background-color: white;
    }
    .standings table tbody tr:nth-child(even) {
        background-color: #FAFAFA;
    }
    .standings table tbody td {
        border: none;
        vertical-align: middle;
        text-align: center;
        font-size: 9pt;
    }
    .standings table tbody .desc {
        display: flex;
        align-items: center;
    }
    .standings table tbody .desc .team {
        line-height: normal;
        text-align: left;
    }
    .standings table tbody .desc .team span {
        font-size: 10pt;
    }
    .standings table tbody img {
        max-width: 20%;
        height: auto;
        margin-right: .5em;
    }

       /* league cover */
       .league-cover {
        background-image: url(./assets/img/884.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .inner-league-cover {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #ac4cb7ca;
        padding: 1em;
    }
    .inner-league-cover .logo {
        width: 80px;
        height: 80px;
        padding: 1.25em;
        border-radius: 50%;
        background-color: white;
    }
    .inner-league-cover .logo img {
        width: 100%;
        height: 100%;
    }
    .inner-league-cover .name {
        color: white;
        font-weight: bold;
    }
    .inner-league-cover span {
        color: white;
        font-weight: lighter;
        font-size: 11pt;
    }

    /* league menu */
    .league-menu {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .league-menu li {
        display: inline-block;
        min-width: 33% !important;
        text-align: center;
    }
    .league-menu li.active a {
        color: #D6CED9;
        border-bottom: .25em solid #D6CED9;
    }
    .league-menu li a {
        color: #AC4CB7;
        font-weight: bold;
        display: block;
        padding: .75em 1em;
    }

 /* league cover */
 .league-cover {
    background-image: url(./assets/img/884.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-league-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ac4cb7ca;
    padding: 1em;
}
.inner-league-cover .logo {
    width: 80px;
    height: 80px;
    padding: 1.25em;
    border-radius: 50%;
    background-color: white;
}
.inner-league-cover .logo img {
    width: 100%;
    height: 100%;
}
.inner-league-cover .name {
    color: white;
    font-weight: bold;
}
.inner-league-cover span {
    color: white;
    font-weight: lighter;
    font-size: 11pt;
}

/* league menu */
.league-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.league-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.league-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.league-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

.tag {
    text-align: center;
    font-weight: bolder;
}
.tag span {
    display: inline-block;
    padding: .75em 1em;
}

.league-player-rank ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.league-player-rank ul li {
    display: flex;
    align-items: center;
    padding: 1em 1em 1em 0;
}
.league-player-rank ul li:nth-child(even) {
    background-color: #fbfbfb;
}
.league-player-rank ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.league-player-rank ul li > span:first-child {
    font-weight: bold;
    width: 8%;
}
.league-player-rank ul li > span:last-child {
    margin-left: auto;
    display: inline-block;
    color: #AC4CB7;
    border: 1px solid #AC4CB7;
    border-radius: 1.5em;
    text-align: center;
    font-weight: bold;
    padding: .25em .5em;
    width: 15%;
}
.league-player-rank .desc {
    display: flex;
    align-items: center;
}
.league-player-rank .desc .cover-img {
    width: 25%;
    border: 1px solid #D6CED9;
    border-radius: 50%;
    margin-right: .5em;
}

    /* standings */
    .standings table thead {
        text-align: center;
        font-size: 9pt;
    }
    .standings table thead td:nth-child(even) {
        background-color: #4B4B4B;
    }
    .standings table tbody td:not(:first-child):nth-child(odd) {
        background-color: #D8D8D8;
    }
    .standings table tbody tr {
        background-color: white;
    }
    .standings table tbody tr:nth-child(even) {
        background-color: #FAFAFA;
    }
    .standings table tbody td {
        border: none;
        vertical-align: middle;
        text-align: center;
        font-size: 9pt;
    }
    .standings table tbody td.smw {
        min-width: 30px !important;
    }
    .standings table tbody .desc {
        display: flex;
        align-items: center;
        width: max-content;
    }
    .standings table tbody .desc .team {
        line-height: normal;
        text-align: left;
    }
    .standings table tbody .desc .team span {
        font-size: 10pt;
    }
    .standings table tbody .desc .team ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .standings table tbody .desc .team ul li {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 2px;
        color: white;
        text-align: center;
        font-size: 9pt;
        margin-right: -2px;
    }
    .standings table tbody img {
        max-width: 25%;
        height: auto;
        margin-right: .5em;
    }
    .standings .caret-up {
        transform: rotate(-180deg);
    }
    /* league cover */
    .league-cover {
        background-image: url(./assets/img/884.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .inner-league-cover {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #ac4cb7ca;
        padding: 1em;
    }
    .inner-league-cover .logo {
        width: 80px;
        height: 80px;
        padding: 1.25em;
        border-radius: 50%;
        background-color: white;
    }
    .inner-league-cover .logo img {
        width: 100%;
        height: 100%;
    }
    .inner-league-cover .name {
        color: white;
        font-weight: bold;
    }
    .inner-league-cover span {
        color: white;
        font-weight: lighter;
        font-size: 11pt;
    }

    /* league menu */
    .league-menu {
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
        margin: 0;
    }
    .league-menu li {
        display: inline-block;
        min-width: 33% !important;
        text-align: center;
    }
    .league-menu li.active a {
        color: #D6CED9;
        border-bottom: .25em solid #D6CED9;
    }
    .league-menu li a {
        color: #AC4CB7;
        font-weight: bold;
        display: block;
        padding: .75em 1em;
    }

    .league-team {
        display: flex;
        flex-wrap: wrap;
        background-color: #F3F3F3;
    }
    .league-team .team {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
        padding: 1em;
    }
    .league-team .team .cover-img {
        width: 100%;
        padding: 1em;
        border: 1px solid #D6CED9;
        border-radius: 50%;
        background-color: white;
        overflow: hidden;
    }
    .league-team .team .cover-img img {
        width: 100%;
        height: auto;
    }

  /* league cover */
  .league-cover {
    background-image: url(./assets/img/884.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-league-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ac4cb7ca;
    padding: 1em;
}
.inner-league-cover .logo {
    width: 80px;
    height: 80px;
    padding: 1.25em;
    border-radius: 50%;
    background-color: white;
}
.inner-league-cover .logo img {
    width: 100%;
    height: 100%;
}
.inner-league-cover .name {
    color: white;
    font-weight: bold;
}
.inner-league-cover span {
    color: white;
    font-weight: lighter;
    font-size: 11pt;
}

/* league menu */
.league-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.league-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.league-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.league-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

/* main news */
.main-news .carousel-caption {
    background-color: white;
    position:initial;
    text-align: left;
    padding: 1em 1em 2em;
}
.main-news .carousel-caption p {
    margin: .5em 0 0;
    color: grey;
    font-size: 10pt;
}
.main-news .carousel-caption h3 {
    margin: 0;
    color: black;
    font-size: 15pt;
}
.main-news .carousel-indicators {bottom: 0;}
.main-news .carousel-indicators li {background-color: grey;}
.main-news .carousel-indicators .active {background-color: #781783;}

/* news */
.news {
    display: flex;
    align-items: center;
}
.news .news-cover {
    margin-right: 1em;
    width: 50%;
    height: auto;
}
.news .news-cover img {
    width: 100%;
    height: auto;
}
.news .news-title h5 {
    font-weight: bold;
}
.news .news-title span {
    font-size: 9pt;
    color: grey;
}
.news-devider {
    display: block;
    margin: 1em 0;
    border-bottom: 2px solid #E5E5E5;
}

   /* player cover */
   .player-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.player-cover .pict {
    width: 20%;
    height: auto;
    text-align: center;
}
.player-cover .pict .a {
    width: 100%;
    height: auto;
}
.player-cover .pict .b {
    width: 35%;
    margin-top: -2.5em;
    margin-right: -5em;
}
.player-cover .name {
    color: white;
    font-weight: bold;
}
.player-cover .pos {
    padding: .25em 0;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
}
.player-cover .pos span:first-child {border-right: 1px solid white;}
.player-cover .pos span:first-child,
.player-cover .pos span:last-child {
    width: 50%;
    display: block;
    padding: .25em 1em;
    color: white;
    font-weight: bold;
}

/* player menu */
.player-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.player-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.player-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.player-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

/* matches */
.matches {
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    background: url(/assets/img/stadium.png) no-repeat, linear-gradient(to bottom, rgb(28, 51, 8), black);
    background-size: 100% 100%, cover;
    background-position: 0 0;
}
.matches .club-left, .matches .club-right {color: white}
.matches .club-left .logo, .matches .club-right .logo {
    background-color: white;
    padding: .5em;
    border-radius: 50%;
}
.matches .club-left img, .matches .club-right img {width: 60px}
.matches .mid {
    font-size: 10pt;
    color: white;
}

/* player info */
.player-highlight h5 {
    font-weight: bold;
    font-size: 11pt;
}
.player-highlight ul {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.player-highlight ul li {
    display: inline-block;
    padding: .75em 1em;
    margin-right: .5em;
    background-color: white;
    min-width: 25% !important;
    border-radius: 5px;
    text-align: center;
}
.player-highlight ul li span:first-child {
    display: block;
    font-size: 15pt;
    font-weight: bolder;
}
.player-highlight ul li span:last-child {
    font-size: 9pt;
    color: #A3A3A3;
}

/* player info */
.player-info .name {
    padding: .5em;
    color: white;
    text-align: center;
    background-color: #7CD327;
}
.player-info .tag {
    padding: .75em .5em;
    color: white;
    text-align: center;
    background-color: #1F1F1F;
}
.player-info table {margin: 0}
.player-info table tr td {border: 0}
.player-info table tr td:last-child {
    text-align: right;
    color: #1F1F1F;
    font-weight: 900;
}
.player-info .personal,
.player-info .career {
    padding: 0.75em 1em;
}

.player-info ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
    padding: 0;
}
.player-info ul li {
    display: inline-block;
    white-space: normal;
    list-style: none;
    text-align: center;
    margin: 0 1em;
    min-width: 20%;
}
.player-info ul li .cover-img {
    padding: .5em;
    width: inherit;
    height: 80px;
}
.player-info ul li .cover-img img {
    max-width: 100%;
    height: 100%;
}
.player-info ul li span {
    display: block;
    color: #A4A3A3;
    font-size: 9pt;
    font-weight: lighter;
}
.player-info .club-hstr,
.player-info .competion-hstr {
    background-color: white;
    padding: 1em;
}
.player-info .competion-hstr h3 {
    margin: .25em 0;
}
 /* player cover */
 .player-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.player-cover .pict {
    width: 20%;
    height: auto;
    text-align: center;
}
.player-cover .pict .a {
    width: 100%;
    height: auto;
}
.player-cover .pict .b {
    width: 35%;
    margin-top: -2.5em;
    margin-right: -5em;
}
.player-cover .name {
    color: white;
    font-weight: bold;
}
.player-cover .pos {
    padding: .25em 0;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
}
.player-cover .pos span:first-child {border-right: 1px solid white;}
.player-cover .pos span:first-child,
.player-cover .pos span:last-child {
    width: 50%;
    display: block;
    padding: .25em 1em;
    color: white;
    font-weight: bold;
}

/* player menu */
.player-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.player-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.player-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.player-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

/* player stats main */
.player-stats-main {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}
.player-stats-main .box {
    width: 50%;
    height: 150px;
    text-align: center;
    border-color: #E5E5E5;
}
.player-stats-main .box:first-child {padding: 1em 4em 4em 2em}
.player-stats-main .box:nth-child(2) {padding: 1em 2em 4em 4em}
.player-stats-main .box:nth-child(4) {padding: 4em 4em 1em 2em}
.player-stats-main .box:nth-child(5) {padding: 4em 2em 1em 4em}
.player-stats-main .progress-circle::after {
    background-color: #722275;
}
.player-stats-main .progress-circle > span:hover {
    color: white;
}
.player-stats-main .progress-circle > span {
    display: flex;
    flex-direction: column;
    font-size: 10pt;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: normal;
}

/* player stats detail */
.player-stats-detail h3 {
    border-radius: .5em .5em 0 0;
}
.player-stats-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.player-stats-detail ul li {
    display: flex;
    align-items: center;
    padding: 1em;
}
.player-stats-detail ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.player-stats-detail ul li span:first-child {
    font-weight: bold;
}
.player-stats-detail ul li span:last-child {
    margin-left: auto;
    display: inline-block;
    color: #AC4CB7;
    border: 1px solid #AC4CB7;
    border-radius: 1.5em;
    text-align: center;
    font-weight: bold;
    padding: .25em .5em;
    width: 15%;
}


 /* player cover */
 .player-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.player-cover .pict {
    width: 20%;
    height: auto;
    text-align: center;
}
.player-cover .pict .a {
    width: 100%;
    height: auto;
}
.player-cover .pict .b {
    width: 35%;
    margin-top: -2.5em;
    margin-right: -5em;
}
.player-cover .name {
    color: white;
    font-weight: bold;
}
.player-cover .pos {
    padding: .25em 0;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
}
.player-cover .pos span:first-child {border-right: 1px solid white;}
.player-cover .pos span:first-child,
.player-cover .pos span:last-child {
    width: 50%;
    display: block;
    padding: .25em 1em;
    color: white;
    font-weight: bold;
}

/* player menu */
.player-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.player-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.player-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.player-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

/* player match */
.player-match table thead {
    font-size: 9pt;
}
.player-match table tbody td {
    vertical-align: middle;
    font-size: 9pt;
}
.player-match .c-league .cover-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.player-match .c-league .cover-img img {
    height: 100%;
}
.player-match .c-competion {
    display: flex;
    justify-content: center;
}
.player-match .c-competion img {width: 25px}
.player-match .c-competion span {display: block}
.player-match .c-competion .score {
    max-width: 50%;
    margin-top: .5em;
}
.player-match .c-competion .clubr,
.player-match .c-competion .clubl {
    padding: 0 .5em;
    font-weight: bolder;
}

.club-cover {
    background-image: url(../../assets/img/asd.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.club-cover-mask {
    background-color: #ac4cb7ca;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-club-cover {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5em;
    z-index: 1;
}
.inner-club-cover .line {
    display: flex;
    padding: .5em;
}
.inner-club-cover .line.bg-purple {
    padding-top: 3em;
    padding-bottom: 1em;
    border-radius: 5px 5px 0 0;
    background-color: #72227C;
}
.inner-club-cover .line.bg-white {
    border-radius: 0 0 5px 5px;
}
.inner-club-cover .line .box:first-child {
    border-right: 1px solid #E5E5E5;
}
.inner-club-cover .line .box {
    padding: .5em 2em;
    width: 50%;
}
.inner-club-cover .line .box > h5 {margin: 0}
.inner-club-cover .line .box > span {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.inner-club-cover .line .box > span img {
    width: 20px;
    height: 20px;
    margin-left: .75em;
}
.inner-club-cover .club-logo {
    width: 75px;
    height: 75px;
    padding: 1em;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -2.5em;
    border-radius: 50%;
    background-color: white;
}
.inner-club-cover button {
    width: 50%;
    color: white;
    margin: 0 auto;
    margin-top: 2em;
    border-radius: 50px;
    border: .1em solid white;
    background-color: transparent;
}
.inner-club-cover button:focus {outline: none !important; color: white;}
.inner-club-cover button:hover {
    color: black;
    background-color: white;
}

/* club menu */
.club-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}
.club-menu li {
    display: inline-block;
    min-width: 33% !important;
    text-align: center;
}
.club-menu li.active a {
    color: #D6CED9;
    border-bottom: .25em solid #D6CED9;
}
.club-menu li a {
    color: #AC4CB7;
    font-weight: bold;
    display: block;
    padding: .75em 1em;
}

/* standings */
.club-stats {
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.club-stats table thead {
    text-align: center;
    font-size: 13px;
    background-color: #EFD8F2;
    font-weight: bold;
}
.club-stats table thead .club-stats-title {
    width: 50%;
}
.club-stats table tbody tr {
    background-color: white;
}
.club-stats table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
.club-stats table tbody td {
    border: none;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}
.club-stats table tbody td.text-left {
    text-align: left;
}
.club-stats table tbody td.text-right {
    text-align: right;
}




