/********** NEW ***********/
#header{
    background-color: #28353D !important;
    /*height: 161px;*/
}

.dark #top-bar, #top-bar.dark {
    background-color: #1C262D;
}

.dark #header-wrap {
    background-color: #1C262D;
}

#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 44px;
    font-size: 13px;
}

.dark .top-links-item:hover {
    background-color: #333;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.top-links-item > a {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFF !important;
    letter-spacing: 0em;
}

.menu-link {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0em;
}

.menu-item:hover > .menu-link,  .menu-item.current > .menu-link {
    color: #35ad79 !important;
    background-color: unset !important;
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100px;
}

.theme-title, .tournament-title, h6 {
    padding-left: 15px;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #151515;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 3px;
    position: relative;
}
.tournament-title {
    margin-top: 40px !important;
}

.theme-title::before, .tournament-title::before, h6::before {
    content: '';
    position: absolute;
    top: 6px;
    /* bottom: 29px; */
    left: 0;
    border-left: 4px solid #35ad79;
    pointer-events: auto;
    height: 16px;
}

.progress-title {
    padding-left: 15px;
    color: #151515;
    border-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.progress-title::before {
    content: unset;
}

#content .row > *:not(.timeline-nodes > *):not(.postcontent-blog *) {
    /*
        padding-top: 2rem;
        padding-bottom: 2rem;
    */
}

.grid-container{
    margin-bottom: 40px;
}


.table-custom {
    width: 100%;
    text-align: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background: #fff;
}


.tabs-custom, .table-custom {
    margin-bottom: 40px;

}

/*
#tabs-team-1.tab-content .table-custom tbody tr td:nth-child(5) {
    display: none;
}
*/

.game-result__score {
    font-size: 4.28em;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
    color: #31404b;
    margin-top: 12px;
}


.matchsss .game-result__team-desc {
    font-size: 9px;
    margin: 0;
    overflow: hidden;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #31404b;
    font-weight: 700;
}

.game-result__team-desc {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #31404b;
}





.tab-content .game-result__team--first .game-result__team-info .game-result__team-logo-img {
    width: 100%;
    float: unset;
    margin: 0 15px 0 0;
    border: none;
}

.tab-content .game-result__team--second .game-result__team-info .game-result__team-logo-img {
    width: 100%;
    float: unset;
    margin: 0 15px 0 0;
    border: none;
}

.tab-content .game-result__team-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (min-width: 1200px) {
    .tab-content .game-result__team {
        width: 200px;
        padding: 10px 5px;
        border: 1px solid #e1e1e1;
    }
}





/** slider **/
    
    #slider{
        height: 600px !important;
    }

    @media (max-width: 767px) {
        #slider{
            height: 300px !important;
        }
    }

    .swiper-slide{
        white-space: normal;
    }

    .swiper-pagination {
        display: none;
    }

    .slider-arrow-left{
        transform-origin: 100% 100%;
        transform: skew(10deg);
        background: rgba(255, 255, 255, 0.18);
        color: #FFFFFF;
        width: 66px;
        height: 50px;
        border-radius: 0;
    }

    .slider-arrow-left > i{
        transform-origin: 100% 100%;
        transform: skew(-10deg);
    }

    .slider-arrow-right{
        transform-origin: 100% 100%;
        transform: skew(-10deg);
        background: rgba(255, 255, 255, 0.18);
        color: #FFFFFF;
        width: 66px;
        height: 50px;
        border-radius: 0;
    }

    .slider-arrow-right > i{
        transform-origin: 100% 100%;
        transform: skew(10deg);
    }

    .slider-arrow-left:hover ,.slider-arrow-right:hover{
        background-color: #35ad79 !important;
    }



/** slider **/





/********** NEW ***********/


.header-extras li .he-text span{
    font-size: 12px;
    color: rgb(221, 221, 221);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.header-extras li .he-text span a{
    color: #fff !important;
    font-weight: 600;
}
 .form-control:not(.not-dark),  .sm-form-control:not(.not-dark),  .form-select:not(.not-dark) {
    color: #151515 !important;
    background-color: #f8f9fa !important;
}




.grid-inner{
    background-color: transparent;
    margin-bottom: 18px;
}
.grid-inner .entry-image{
    margin-bottom: 0;
}

.entry-content, .entry-title{
    padding: 0 18px;
    margin: 18px 0;
}
.entry-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.entry-title h2{
    font-size: 16px;
    font-weight: bold;
}
.entry-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.grid-inner-blog{
    background-color: #fff;
    margin-bottom: 24px !important;
}
.entry-content{
    font-size: 13px;
    line-height: 1.733;
    text-align: left;
}

.entry-content::before{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: calc(100% - 36px);
    margin: 0 18px;
    border-top: 1px solid #d3d2d2;
}

.entry-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #a5a5a5;
}

.entry-content .button{
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    
    margin-left: 0px;
    margin-right: 0px;
    background-color: #F9F9F9;
    color: #333;
    border: 0;
    border-bottom: 3px solid #797979;
    padding-bottom: 5px;
}


#content .content-wrap {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.content-wrap{
    background-color: $body-bg;
}
.fbox-icon i {
    font-size: 46px;
}
.fbox-content h3{
    font-size: 40px;
}
.dark .fbox-content p {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.467;
    text-align: center;
}
.fbox-icon i, .fbox-icon img {
    background-color: unset; 
}
.fbox-center .fbox-icon {
    margin-bottom: unset;
}
.slider-caption p{
    font-weight: 600;
}
.entry-content p{
    margin-bottom: 0;
}

@media (min-width: 768px){
    .ps-md-4 {
        padding-left: unset !important;
    }
}
.blog-image{
    margin-bottom: 30px;
}






#header.transparent-header.semi-transparent #header-wrap {
    background-color: rgba(255, 255, 255, 0.6);
}

.grid-inner-info {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: unset;
    border: unset;
    border-radius: unset;
    margin: unset;
}

.grid-inner-playlist {
    margin-bottom: 0;
    padding: 10px;
}

.grid-inner-playlist .entry-title {
    padding: 0;
    margin: 0;
}
#copyrights a {
    color: rgba(255, 255, 255, 0.4);

}

@media (max-width: 575px) {

}

@media (max-width: 768px){

    .mobilesearch{
        display: none !important;
    }
    .mobilesearch .header-search-form{
        width: 100%;
    }
}




.portfolio-desc{
    padding: 20px 20px 1px 20px !important;
    background-color: #FFFFFF;
}

.portfolio-desc h3{
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.image-effect{
    opacity: 0.6;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.image-effect:hover{
    opacity: 1;
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#page-title{
  background-size: contain;  
}

#page-title h2{
    color: #FFFFFF !important;
    font-size: 40px;
    line-height: 1;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(0 0 0 / 60%), 0 0 5px black;
}

input.header-mobile__search-control {
     border-radius: unset; 

}

.header-mobile__search-submit {
    color: #000;
}

.top-search-form input {
    font-size: 20px;
    pointer-events: unset;

}



.tabs-horizontal.tabs-corporate .nav-tabs {
    margin-bottom: 0;
}

.tab-container {
    position: relative;
    padding: 0;
}

.game-result{
    width: 100%;
}

.game-result + .game-result {
    margin-top: 0px;
}

.tabs-horizontal.tabs-corporate .nav-item {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    flex-grow: 1;
    text-align: center;
}

.tabs-horizontal.tabs-corporate .nav-item {
    margin-top: unset;
    will-change: transform;
}

.tabs-corporate .nav-link {
    font-size: 16px;
    font-weight: 400;
}

.team-figure {
    float: left;
    width: 31px;
    padding-left: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.table-roster tbody tr:first-child td, .table-roster tbody tr td {
    font-size: 14px;
    color: #9b9b9b;
    text-align: left;
}



.player-info-table table {
    color:  unset;
}
.player-info-table table th:nth-child(even), .player-info-table table td:nth-child(even) {
    color:  unset;
    white-space: nowrap;
}



.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px !important;
    color: #FFF;
    text-shadow: none;
    border: 1px solid #FFF;
    overflow: hidden;
}


/**** TIMELINE ****/
.timeline {
    padding: 35px;
    position: relative;
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.team_2_action {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
    margin-top: 0;
    margin-bottom: 10px;
} 
.timeline h3{
    font-weight: lighter;
}
.timeline p, .timeline time {
    color: #35ad79;
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed #35ad79;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    background-color: unset;
}
.timeline-content {
    border: 1px solid #35ad79;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
    padding: 0;
}
.team_1_action h3,
.team_1_action p {
    text-align: right !important;
}
.team_1_action .timeline-date {
    text-align: left;
}
 
.team_2_action .timeline-date {
    text-align: right !important;
}
.team_1_action .timeline-content::after {
    /*
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid #35ad79;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    */
}
.team_2_action .timeline-content::after {
    /*
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #35ad79;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    */
}
.timeline-image {
    position: relative;
    z-index: 100;
    font-size: 26px;
    font-weight: 600;
    color: #9b9b9b;
    line-height: 26px;
    text-align: center;
}
.timeline-image::before {
    content: "";
    width: 60px;
    height: 60px;
    border: 2px solid #35ad79;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: -1;
}
.timeline-image img {
    position: relative;
    z-index: 100;
}
/*small device style*/

@media (max-width: 767px) {
    .team_1_action h3,
        .team_1_action p {
        text-align: left;
    }
    .team_2_action {
        flex-direction: row;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px solid #4d5c6d;
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute !important;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }
    .team_1_action .timeline-content::after {
        /*
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid #35ad79;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        */
    }
    .team_2_action .timeline-content::after {
        /*
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid #35ad79;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        */
        
    }
    .team_2_action .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 9%;
    }
    .timeline-image {
        position: absolute;
        left: -5%;
        }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}







.timeline-goal  .timeline-content {
    border: 1px solid #35ad79;
}
.timeline-critical  .timeline-content {
    border: 1px solid #ff7e1f;
}
.timeline-yellow_card  .timeline-content {
    border: 1px solid #e1d311;
}
.timeline-red_card  .timeline-content {
    border: 1px solid #f34141;
}

.timeline-goal h3, .timeline-goal .sum_button, .timeline-goal .timeline-number{
    background: #35ad79;
}

.timeline-critical h3, .timeline-critical .sum_button, .timeline-critical .timeline-number{
    background: #ff7e1f;
}

.timeline-yellow_card h3, .timeline-yellow_card .sum_button, .timeline-yellow_card .timeline-number{
    background: #e1d311;
}

.timeline-red_card h3, .timeline-red_card .sum_button, .timeline-red_card .timeline-number{
    background: #f34141;
}

.timeline-goal p{
    color: #35ad79;
}

.timeline-critical p{
    color: #ff7e1f;
}

.timeline-yellow_card p{
    color: #e1d311;
}

.timeline-red_card p{
    color: #f34141;
}


.team_1_action .sum_button{
    float: right;
    margin-left: 10px;
}

.team_2_action .sum_button{
    float: left;
    margin-right: 10px;
}






.tab-content > .container > .row > .col-lg-12{
    text-align: center;
}


.table-roster thead th{
    height: 53px;
    padding: 0 15px 0 30px;
    font-size: 1.17em;
    color: #fff;
    background: #35ad79;
    text-align: left;
}


.match .player-info-corporate::before {
    content: unset;
    /*
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 240px;
    width: 300%;
    background-size: auto 240px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #fff;

    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    */
}

.team .player-info-corporate::before {
    content: unset;
    /*
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 315px;
    width: 300%;
    
    background-size: auto 315px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #fff;

    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    */
}

.player .player-info-corporate::before {
    content: unset;
    /*
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 315px;
    width: 300%;
    
    background-size: auto 315px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #fff;

    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(228,231,237) 100%);
    */
}


.player-info-corporate .game-result__score, .player-info-corporate .game-result__team-name, .player-info-corporate .game-result__score-label{
    color: #31404b !important;
    margin-bottom: 0;
}

.player-info-corporate .game-result__score:hover, .player-info-corporate .game-result__team-name:hover, .player-info-corporate .game-result__score-label:hover{
    color: #35ad79 !important;
}

.player-info-main .player-info-title {
    color: unset;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.player-info-main .block-number {
    display: none;
}

.player-info-subtitle img{
    display: inline-block;
    height: 22px;
    margin-bottom: 2px;
}

h3.player-info-title{
    margin: 0;
}

.list-statictics > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4px 20px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.list-statictics > li a {
    color: #151515;
}

.list-statictics > li a:hover {
    color: #033A9F;
}

.list-statictics > li:hover {
    /*background: #f5f5f5;*/
}

.list-statictics > li + li {
    border-top: none;
}

.list-statictics .list-statictics-counter {
    margin-left: 20px;
    color: #35ad79;
}


.player-info-corporate + .player-info-corporate {
  margin-top: 30px;
}


.player-info-corporate {
    margin-top: 40px;
    margin-bottom: 40px;
}


.player-info-figure {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #26353c;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
  .player-info-corporate {
    display: flex;
  }

  .player-info-figure {
    flex-basis: 50%;
    max-width: 300px;
  }

  .player-info-main {
    padding: 24px;
    flex-basis: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .player-info-figure {
    max-width: 370px;
  }

  .player-info-main {
    flex-basis: calc(100% - 370px);
    flex: 1;
  }
}

/*
.player-info-main {
    border: unset;
    height: unset;
}
*/

.player-info-subtitle{
    color: unset;
    /*display: none;*/
}

.seasonbannerbg h1 {
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.button-arsiv{
    padding: 80px 0 !important;
}

.postcontent-blog{
    background-color: #fff;
    padding: 30px;    
}
.sidebar {
     padding: 0 30px 30px  30px;
}

#page-title .breadcrumb{
    right: unset !important;
}
.table-scorer tbody , .table-card tbody{
    background-color: #fff;
}


.team-inline a{
    color: #31404b;
}


.player-info-table table td span {
    color: #35ad79;
}

.game-result-live-w .game-result__content{
    padding: 20px;
}

.game-result-live-w .game-result__team-name {
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.game-result-live-w .game-result__team--first .game-result__team-info .game-result__team-logo-img, .game-result-live-w .game-result__team--second .game-result__team-info .game-result__team-logo-img{
    display: inline-block;
    float: unset;
}


.content-wrap .header-stick {
    margin-top: -4rem !important;
    margin-bottom: 40px;
}






.game-result__team {
    float: left;
    width: 37%;
    margin-bottom: 0;
    padding-right: 0;
}

.game-result__score-result--winner {
    display: unset;
    position: unset;
    top: unset;
    right: unset;
}

.game-result__score-wrap {
    float: left;
    width: 26%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.game-result__team--second {
    float: right;
    text-align: right;
}

.game-highlights-title{
    text-align: center;
    color: #31404b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.tab-content {
    background-color: #FFFFFF;
}



@media (max-width: 991px) {
    .game-result__content {
        padding: 20px;
    }
    .game-result__team {
        float: left;
        width: 34%;
        margin-bottom: 0;
        padding-right: 0;
    }
    .game-result__score-wrap {
        float: left;
        width: 26%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .game-result__score {
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .game-result__score-label {
        line-height: unset;
        font-size: unset;
    }
    .game-result__score-result--winner, .game-result__score-result--loser {
        display: unset;
        position: unset;
        top: unset;
        right: unset;
    }
    .game-result__team-name {
        font-size: 18px;
    }
    .game-result__team-desc {
        font-size: 10px;
    }
    .game-result__team--second {
        float: right;
        text-align: right;
    }
    .game-result__team--second .game-result__team-info {
        padding-top: 0;
        float: right;
    }
    .game-result__score-dash {
        display: inline;
    }
    .game-result__team--first .game-result__team-info .game-result__team-logo-img {
        width: 80%;
        float: none;
        margin: 0 20% 0 0;
        border: 0;
    }

    .game-result__team--second .game-result__team-info .game-result__team-logo-img {
        width: 80%;
        float: none;
        margin: 0 0 0 20%;
        border: 0;
    }
    .game-result__score-label a.button{
        padding: 0 9px;
        font-size: 9px;
        height: 28px;
        line-height: 28px;
    }

    .game-result__score-label a.button i{
        display: none;
    }

    .game-result__team-name {
        color: #31404b;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .game-result__score-wrap {
        width: 32%;
    }

    .tabs-corporate .tab-content {
        padding: 30px 0 0 0;
    }

}



@media (min-width: 992px) {
    .game-result__content {
        padding: 50px 100px;
    }

    .game-result__content_single {
        padding: 98px 100px;
    }

    .game-result__team {
        float: left;
        width: 37%;
        margin-bottom: 0;
        padding-right: 0;
    }
    .game-result__score-wrap {
        float: left;
        width: 26%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .game-result__score {
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .game-result__team--second .game-result__team-info {
        padding-top: 0;
        float: right;
    }
}


.player-info-corporate .player-img {
    position: relative;
    z-index: 1;
    margin: auto;
    border-radius: 4px;
    /* height: 170px; */
}

.timeline-number{
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 18px;
}






/* Progress Bars
/* ------------------------- */
.progress-stats {
  overflow: hidden;
  position: relative;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-stats .progress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

.progress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  background-color: #ecf0f6;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 2px;
}

.progress__bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 6px;
  color: #fff;
  background-color: #38a9ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.progress__label,
.progress__number {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em;
}

.progress__label {
  color: #31404b;
}

.progress__label + .progress {
  margin-left: 10px;
}

.progress__label.progress__label--color-default {
  color: #9a9da2;
}

.progress__number {
  font-weight: normal;
}

.progress__number.progress__number--color-highlight {
  color: #31404b;
}

.progress + .progress__number {
  margin-left: 10px;
}

.progress__label-top {
  display: block;
  text-align: right;
}

.progress__bar--secondary {
  background-color: #c2ff1f;
}

.progress__bar--success {
  background-color: #9fe900;
}

.progress__bar--info {
  background-color: #0cb2e2;
}

.progress__bar--warning {
  background-color: #ff7e1f;
}

.progress__bar--danger {
  background-color: #f34141;
}

.progress__bar--aqua-gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0683d3), to(#3ffeca));
  background-image: linear-gradient(to right, #0683d3, #3ffeca 100%);
}

.progress__bar--blue-pink {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#189aff), to(#f21956));
  background-image: linear-gradient(to right, #189aff, #f21956 100%);
}

.progress__bar--custom-color-1 {
  background-color: #fff7ca;
}

.progress__bar--custom-color-clovers {
  background-color: #aaf20e;
}

.progress-double-wrapper + .progress-double-wrapper {
  margin-top: 12px;
}

.progress-double-wrapper .progress--battery {
  margin-bottom: 0;
}

.progress-double-container .progress-double-wrapper + .progress-double-wrapper {
  margin-top: 29px;
}

.progress-double-wrapper--fullwidth .progress--battery {
  background-image: none !important;
}

.progress-inner-holder {
  display: table;
  width: 100%;
  padding-bottom: 3px;
}

.progress__digit {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  font-weight: 400;
}

.progress__digit--40 {
  width: 40px;
}

.progress__digit--40.progress__digit--left {
  padding-right: 0;
}

.progress__digit--40.progress__digit--right {
  text-align: right;
  padding-left: 0;
}

.progress__digit--38 {
  width: 38px;
}

.progress__digit--38.progress__digit--left {
  padding-right: 0;
}

.progress__digit--38.progress__digit--right {
  text-align: right;
  padding-left: 0;
}

.progress__digit--highlight {
  color: #31404b;
}

.progress__digit--left {
  padding-right: 20px;
}

.progress__digit--right {
  padding-left: 20px;
}

.progress-title {
  font-size: 10px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
}

.progress-title--lg {
  font-size: 11px;
  margin-bottom: 1.4em;
}

.progress__double {
  display: table-cell;
}

.progress__double .progress {
  width: 50%;
  float: left;
  margin-bottom: 0;
  top: 3px;
}

.progress__double .progress:first-child {
  border-radius: 3px 0 0 3px;
}

.progress__double .progress:first-child .progress__bar {
  margin-left: auto;
  border-radius: 3px 0 0 3px;
}

.progress__double .progress:last-child {
  border-radius: 0 3px 3px 0;
}

.progress__double .progress:last-child .progress__bar {
  border-radius: 0 3px 3px 0;
}

.progress__double .progress.progress--battery:first-child {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 2px;
  width: calc(50% - 2px);
}

.progress__double .progress.progress--battery:first-child .progress__bar {
  margin-left: 0;
}

.progress__double .progress.progress--battery:last-child {
  margin-left: 2px;
  width: calc(50% - 2px);
}

.progress__double--label-center .progress-title {
  float: left;
  width: 38%;
}

.progress__double--label-center .progress {
  width: 31%;
}

.progress-stats--top-labels {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}

.progress-stats--top-labels .progress__label {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.progress-stats--top-labels .progress {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0 !important;
  margin-top: 12px;
  margin-bottom: 10px;
}

.progress-stats--top-labels .progress__number {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 700;
}

.progress--lg {
  height: 9px;
  border-radius: 5px;
}

.progress--lg .progress__bar {
  border-radius: 5px;
}

.progress--lg .progress__double .progress:first-child {
  border-radius: 5px 0 0 5px;
}

.progress--lg .progress__double .progress:first-child .progress__bar {
  border-radius: 5px 0 0 5px;
}

.progress--lg .progress__double .progress:last-child {
  border-radius: 0 5px 5px 0;
}

.progress--lg .progress__double .progress:last-child .progress__bar {
  border-radius: 0 5px 5px 0;
}



/* Progress - Lines */
.progress--lines {
  height: 20px;
  border-radius: 0;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.progress--lines::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: transparent;
  background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 6px);
  background-size: 6px 20px;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.progress--lines .progress__bar {
  line-height: 20px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

/* Progress Table */
.progress-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  padding: 0;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.progress-table tr + tr {
  border-top: 36px solid transparent;
}

.progress-table td {
  vertical-align: middle;
}

.progress-table--sm-space tr + tr {
  border-top-width: 28px;
}

.progress-table__progress-bar {
  width: 27%;
}

.progress-table__progress-bar .progress {
  margin-bottom: 0;
  top: 0;
}

.progress-table__progress-bar--first .progress__bar {
  margin-left: auto;
}

.progress-table__progress-bar--first .progress--battery {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.progress-table__progress-bar--first .progress--battery .progress__bar {
  margin-left: 0;
}

.progress-table__progress-label {
  width: 34px;
  text-align: center;
  font-size: 11px;
  padding: 0 10px;
  color: #9a9da2;
}

.progress-table__progress-label--highlight {
  color: #31404b;
}

.progress-table__title {
  width: 1px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

/* Progress Table: one progress bar */
.progress-table--simple tr + tr {
  border-top-width: 12px;
}

@media (min-width: 992px) {
  .progress-table--simple tr + tr {
    border-top-width: 18px;
  }
}

.progress-table--simple .progress-table__progress-bar {
  width: 100%;
}

.progress-table--simple .progress-table__title {
  text-align: left;
  padding: 0 14px 0 0;
}

/* Progress Table: Full Width */
.progress-table--fullwidth .progress-table__progress-label:first-child {
  text-align: left;
  padding-left: 0;
}

.progress-table--fullwidth .progress-table__progress-label:last-child {
  text-align: right;
  padding-right: 0;
}

.progress-table--fullwidth .progress-table__progress-bar {
  width: 43%;
}

.progress__bar-width-100 {
  width: 100%;
}

.progress__bar-width-90 {
  width: 90%;
}

.progress__bar-width-80 {
  width: 80%;
}

.progress__bar-width-70 {
  width: 70%;
}

.progress__bar-width-60 {
  width: 60%;
}

.progress__bar-width-50 {
  width: 50%;
}

.progress__bar-width-40 {
  width: 40%;
}

.progress__bar-width-30 {
  width: 30%;
}

.progress__bar-width-20 {
  width: 20%;
}

.progress__bar-width-10 {
  width: 10%;
}




/* Widget: Game Result */
.widget-game-result .widget__content {
  padding: 0;
}

.widget-game-result__section-inner {
  padding: 24px 24px;
}

.widget-game-result__section-inner-alt {
  padding: 0;
}

.widget-game-result__section-inner-alt .table-responsive {
  margin-bottom: 0;
}

.widget-game-result__extra-stats {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-game-result__extra-stats.active {
  max-height: 400px;
}

.widget-game-result__header {
  text-align: center;
  margin-bottom: 15px;
}

.widget-game-result__title {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: .25em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .widget-game-result__title {
    font-size: 14px;
  }
}

.widget-game-result__date {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .widget-game-result__date {
    font-size: 10px;
  }
}

.widget-game-result__header--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e7ed;
  padding: 10px 24px;
}

.widget-game-result__header--alt .widget-game-result__title {
  font-size: 9px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
}

@media (min-width: 992px) {
  .widget-game-result__header--alt .widget-game-result__title {
    font-size: 9px;
  }
}

.widget-game-result__header--alt .widget-game-result__date {
  font-size: 9px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-weight: 400;
}

@media (min-width: 992px) {
  .widget-game-result__header--alt .widget-game-result__date {
    font-size: 9px;
  }
}

.widget-game-result__main {
  margin-bottom: 6px;
  display: table;
  width: 100%;
}

.widget-game-result__team {
  display: table-cell;
  text-align: center;
  width: 26%;
}

.widget-game-result__team-logo {
  height: 70px;
  display: block;
  position: relative;
}

.widget-game-result__team-logo img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.widget-game-result__team-info {
  padding: 6px 0 0 0;
}

.widget-game-result__team-name {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  margin: 0 auto 0.1em auto;
}

@media (min-width: 480px) {
  .widget-game-result__team-name {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .widget-game-result__team-name {
    font-size: 13px;
    max-width: 85px;
  }
}

.widget-game-result__team-desc {
  display: block;
  font-size: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.widget-game-result__score-wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 46%;
}

.widget-game-result__score {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  letter-spacing: -0.04em;
}

@media (min-width: 768px) {
  .widget-game-result__score {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .widget-game-result__score {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__score {
    font-size: 26px;
  }
}

.widget-game-result__score-result {
  position: relative;
}

.widget-game-result__score-result--winner::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid #38a9ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .widget-game-result__score-result--winner::before {
    left: -10px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__score-result--winner::before {
    left: -20px;
  }
}

.widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 992px) {
  .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
    left: auto;
    right: -10px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__score-dash + .widget-game-result__score-result--winner::before {
    left: auto;
    right: -20px;
  }
}

.widget-game-result__score-result--loser {
  color: #9a9da2;
}

.widget-game-result__score-label {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  line-height: 1.2em;
}

.widget-game-result__score-video-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 24px;
  background-color: #9a9da2;
}

.widget-game-result__score-video-icon:hover {
  background-color: #1892ed;
  color: #fff;
}

.widget-game-result__score-video-icon .fa,
.widget-game-result__score-video-icon .fab,
.widget-game-result__score-video-icon .fas {
  margin-left: 2px;
}

.widget-game-result__main--vertical .widget-game-result__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 12px;
  margin-left: -24px;
  margin-right: -24px;
}

.widget-game-result__main--vertical .widget-game-result__team + .widget-game-result__team {
  border-top: 1px solid #e4e7ed;
}

.widget-game-result__main--vertical .widget-game-result__team:last-child {
  padding-bottom: 0;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-style: normal;
  line-height: 1em;
}

@media (min-width: 1200px) {
  .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
    font-size: 48px;
  }
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner {
  color: #31404b;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.15em;
  margin-right: 0.5em;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #38a9ff;
}

@media (min-width: 992px) {
  .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
    margin-right: 0.2em;
  }
}

@media (min-width: 1200px) {
  .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
    margin-right: 0.5em;
  }
}

@media (min-width: 480px) {
  .widget-game-result__main--vertical .widget-game-result__team {
    padding: 20px 24px;
  }
}

.widget-game-result__main--vertical .widget-game-result__team-logo {
  width: 80px;
  margin-right: 10px;
}

.widget-game-result__main--vertical .widget-game-result__team-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.widget-game-result__main--vertical .widget-game-result__team-name {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (min-width: 992px) {
  .widget-game-result__main--vertical .widget-game-result__team-name {
    font-size: 14px;
    max-width: none;
  }
}

.widget-game-result__main--vertical .widget-game-result__team-desc {
  font-size: 10px;
  font-style: normal;
}

.widget-game-result__table-stats .table {
  margin-bottom: 0;
  border-top: 1px solid #e4e7ed;
}

.widget-game-result__section-inner .widget-game-result__table-stats .table {
  border-left: none;
  border-right: none;
}

@media (min-width: 992px) {
  .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    font-size: 12px;
  }
}

.widget-game-result__table-stats .table > tbody > tr > th {
  text-transform: none;
}

.widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__table-stats .table > tbody > tr > th:first-child {
  padding-left: 12px;
}

@media (min-width: 992px) {
  .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 24px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 45px;
  }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
  padding-left: 5px;
}

@media (min-width: 992px) {
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 18px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__table-stats .table > tbody > tr > th:last-child {
  padding-right: 12px;
  color: #31404b;
}

@media (min-width: 992px) {
  .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 24px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 45px;
  }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
  padding-right: 5px;
  color: #31404b;
}

@media (min-width: 992px) {
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 18px;
  }
}

@media (min-width: 1199px) {
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
  .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 24px;
  }
}

.player-details {
  display: table;
  width: 100%;
  height: 100%;
}

.player-details__info {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.player-details__photo {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
}

@media (min-width: 375px) {
  .player-details__photo {
    width: 40px;
    height: 40px;
  }
}

.player-details__info-holder {
  display: inline-block;
  vertical-align: middle;
}

.player-details__name {
  font-size: 10px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
}

@media (min-width: 992px) {
  .player-details__name {
    font-size: 12px;
  }
}

.player-details__name > a {
  color: #31404b;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.player-details__name > a:hover {
  color: #1892ed;
}

.player-details__position {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  display: block;
  line-height: 1em;
}

@media (min-width: 992px) {
  .player-details__position {
    font-size: 9px;
  }
}

.player-details__stats {
  display: table-cell;
  width: 50%;
}

.player-details__circular {
  float: left;
  width: 33.3%;
  padding: 0 2px;
  vertical-align: top;
  margin: 0;
}

@media (min-width: 768px) {
  .player-details__circular {
    padding: 0 6px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .player-details__circular {
    padding: 0 1px;
  }
}

.player-details__circular .circular__bar {
  width: 100%;
  height: 100%;
}

.player-details__circular .circular__percents {
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
}

.player-details__circular .circular__percents small {
  display: block;
  text-transform: none;
  font-size: 8px;
  line-height: 1em;
  color: #9a9da2;
}

/* Vertical Timeline - Soccer */
.df-timeline-wrapper {
  overflow: hidden;
  margin-bottom: 1px;
}

.df-timeline {
  position: relative;
  padding-bottom: 15px;
}

.df-timeline::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 3px;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #e4e7ed;
}

.df-timeline__event {
  position: relative;
  min-height: 26px;
  overflow: hidden;
  margin-bottom: 16px;
}

.df-timeline__event--start {
  position: relative;
  text-align: center;
}

.df-timeline__event--start::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  overflow: hidden;
  background-color: #e4e7ed;
}

.df-timeline__event--start .df-timeline__team-1 {
  text-align: center;
}

.df-timeline__event--start .df-timeline__time {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.df-timeline__team-shirt {
  position: relative;
  z-index: 1;
}

.df-timeline__event--empty {
  height: 8px;
  min-height: auto;
  overflow: hidden;
}

.df-timeline__event--empty::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e4e7ed;
}

.df-timeline__team-1,
.df-timeline__team-2 {
  width: 50%;
}

.df-timeline__team-1 {
  float: left;
  text-align: right;
  padding-right: 28px;
}

.df-timeline__team-1 .df-timeline__event-icon {
  margin-left: 10px;
}

.df-timeline__team-2 {
  float: right;
  padding-left: 28px;
}

.df-timeline__team-2 .df-timeline__event-icon {
  margin-right: 10px;
}

.df-timeline__time {
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  color: #31404b;
  background-color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.df-timeline__event-info {
  display: inline-block;
  vertical-align: middle;
}

.df-timeline__event-name {
  font-size: 10px;
  color: #31404b;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
}

.df-timeline__event-desc {
  font-size: 7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.df-timeline__event-icon {
  display: inline-block;
  vertical-align: middle;
}

.widget-game-result .progress-double-wrapper + .progress-double-wrapper {
  margin-top: 24px;
}

.widget-game-result__extra-stats .progress-double-wrapper {
  margin-top: 24px;
}

.widget-game-result__stack-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 15px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-game-result__stack-item + .widget-game-result__stack-item {
  border-top: 1px solid #e4e7ed;
}

.widget-game-result__stack-item .widget-game-result__stack-value {
  color: #31404b;
}

.widget-game-result__stack-item--teams {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-game-result__stack-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-game-result__stack-team--second {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.widget-game-result__stack-team--second .widget-game-result__stack-team-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 14px;
}

.widget-game-result__stack-team-logo {
  margin-right: 14px;
}

.widget-game-result__stack-team-name {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.widget-game-result__stack-team-place {
  display: block;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: 400;
}

.widget-game-result__stack-result {
  font-size: 11px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget-game-result__stack-result-team {
  display: inline-block;
  position: relative;
}

.widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
  content: "-";
  display: inline-block;
  margin: 0 .3em 0 .05em;
  color: #31404b;
}

.widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
  display: none;
  left: auto;
  right: -8px;
  border-left: none;
  border-right: 3px solid #38a9ff;
}

@media (min-width: 1200px) {
  .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::after {
    right: -14px;
  }
}

.widget-game-result__stack-result-team.win {
  color: #31404b;
}

.widget-game-result__stack-result-team.win::after {
  display: block;
}

.widget-game-result__stack-result-team::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #38a9ff;
}

@media (min-width: 1200px) {
  .widget-game-result__stack-result-team::after {
    left: -14px;
  }
}

.widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team {
  color: #31404b;
}

.widget-game-result__stack-result--divider-slash .widget-game-result__stack-result-team + .widget-game-result__stack-result-team::before {
  content: "/";
}



@media (max-width: 767.98px) {
  .header-misc:not([class*=order-]) {
    order: unset;
  }
  div#logo {
    margin: auto;
  }
}

.topbar-left ul.top-links-container {
    justify-content: start;
}


.topbar-right ul.top-links-container {
    justify-content: end;
}


.modal-content {
    width: 560px;
    height: 332px;
}

.modal-content-league {
    width: 560px;
    height: unset;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 560px;
    }
}


.matchup-qf {
    padding-top: 90px !important;
}



.round-two .matchup:last-child {
    padding: 50px 0 0 0;
}

.round-three .matchup:last-child {
    padding: 130px 0 80px 0;
}


#bracket {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #FFF;
    border: 1px solid #e1e1e1;
}






.section {
    margin: 0;
    padding: 0;
}

.section.dark {
    margin: 2rem 0 4rem 0 !important;
    padding: 0;
}





.player-info-corporate .player-info-main .list-statictics li:nth-child(4){
    display: none;
}





@media (max-width: 575.98px){
    .player-inline, .team-inline {
        min-width: 130px;
    }

    .table-standings th:nth-child(7), .table-standings th:nth-child(8), .table-standings th:nth-child(9),
    .table-standings td:nth-child(7), .table-standings td:nth-child(8), .table-standings td:nth-child(9) {
        display: none;
    }
}

.bracketdiv{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}



.progress-double-wrapper:last-child{
    margin-bottom: 40px;
}


.button-videojs{
    /*
    margin-top: 40px;
    margin-bottom: 40px;
    */
}






img.game-result__team-logo-img:not(.matchsss *) {
    display: block;
    width: 50% !important;
    float: unset !important;
    margin: auto !important;
}

.game-result__team.game-result__team--first:not(.matchsss *), .game-result__team.game-result__team--second:not(.matchsss *) {
    width: 200px;
    height: 200px;
    margin: 0 !important;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.game-result__team-info:not(.matchsss *) {
    float: none !important;
    text-align: center !important;
    padding: 0 !important;
    padding-top: 21% !important;
}

.game-result__content:not(.matchsss *) {
    padding: 15px;
    display: inline-flex;
    width: 80%;
    justify-content: center;
}

.game-result__score-wrap:not(.matchsss *) {
    margin-top: 3%;
    width: 200px;
}

.game-result-live .game-result__score-wrap:not(.matchsss *) {
    margin-top: 3%;
    width: 37%;
}

.game-result-live .game-result__score {
    font-size: 2em;
}

.game-result-live .game-result__team.game-result__team--first:not(.matchsss *),  .game-result-live .game-result__team.game-result__team--second:not(.matchsss *) {
        width: 34%;
        height: unset;
    }

.game-result__team-name{
    line-height: 1;
}


.player-info-modern{
    margin-bottom: 40px;
}

.menu-item.menu-title .menu-link div {
    border-radius: 10px;
    background-color: #35ad79;
    padding: 0 3px 0 12px;
}

.icofont-arrow-right.menu-title {
    font-size: 18px;
    top: 2px;
    margin-right: 0;
}

#leagueselect{
    margin: auto;
    padding-bottom: 50px;
}

.full-screen {
    min-height: calc(100vh - 205px) !important;
}

.masonry-thumbs{
    padding: 0 !important;
}

.masonry-thumbs .grid-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.dark #footer, #footer.dark {
    color: rgba(255, 255, 255, 0.75);
    background-color: #333;
    border-top-color: rgba(255, 255, 255, 0.15);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
    width: 150px;
}

#footer{
    font-size: 14px;
}

.footer-widgets-wrap > .row > .col-lg-4:nth-child(1){
    background: url(../cimages/world-map.png) left 65% no-repeat;
}
.footer-widgets-wrap > .row > .col-lg-4:nth-child(2){
    width: 23.33333333%;
}
.footer-widgets-wrap > .row > .col-lg-4:nth-child(3){
    width: 43.33333333%;
}

.dark .copyright-links a {
    display: block;
    margin: 0;
    color: #CCC;
    padding: 0 10px 10px 10px;
    background: url(../cimages/widget-link-dark.png) left top no-repeat;
}

 @media (max-width: 991px) {

    .game-result__score {
        font-size: 3em;
    }

    .game-result__score-wrap:not(.matchsss *) {
        width: 32%;
    }

    .game-result__team.game-result__team--first:not(.matchsss *), .game-result__team.game-result__team--second:not(.matchsss *) {
        width: 34%;
        height: unset;
    }


    .footer-widgets-wrap > .row > .col-lg-4:nth-child(1){
        background: url(../cimages/world-map.png) center 65% no-repeat;
        width: 100%;
        text-align: center;
    }
    .footer-widgets-wrap > .row > .col-lg-4:nth-child(2){
        width: 100%;
        text-align: center;
    }
    .footer-widgets-wrap > .row > .col-lg-4:nth-child(3){
        width: 100%;
        text-align: center;
    }

    .dark .copyright-links a {
        display: block;
        margin: 0;
        color: #CCC;
        padding: 0 10px 10px 10px;
        background: none;
    }
}

.dark #copyrights, #copyrights.dark {
    display: none;
}

.player-info-main {
    height: unset;
}