body{
    font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 30px 0;
}

.header-extras li .he-text span{
    font-size: 10px;
    font-family: "Source Sans Pro";
    color: #FF171E;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}
.header-extras li .he-text span a{
    color: #fff !important;
    font-weight: 700;
}
.header-extras li .he-text span a:hover{
    color: #FF171E !important;
}
.form-control:not(.not-dark),  .sm-form-control:not(.not-dark),  .form-select:not(.not-dark) {
    /*color: #000084 !important;
    background-color: #f8f9fa !important;*/
}
.menu-link {
    font-size: 14px;
    font-weight: 700;
    font-family: "Source Sans Pro";
    color: #FFFFFF;
    line-height: 1.2;
    text-align: left;
}
.menu-item:hover > .menu-link,  .menu-item.current > .menu-link {
    color: #FF171E  !important;
    /*background-color: #000084  !important;*/
}

.theme-title  {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 20px 10px 20px 10px;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    border-left: 5px solid #000084;
    border-right: 5px solid #000084;
    height: auto;    
    font-weight: bold;
}

.dark .theme-title  {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 20px 10px 20px 10px;
    position: relative;
    /* border-bottom: 1px solid #062a51; */
    overflow: hidden;
    background-color: #000084;
    border: 1px solid #0e447e;
    border-radius: 4px;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    height: auto;
    font-weight: bold;
}

.theme-title-section{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.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-family: "Source Sans Pro";
    font-weight: bold;
    line-height: 1;
}

.entry-title h1, .entry-title h2{
    color: #000084;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1em;
    text-transform: none;
    letter-spacing: -0.03em;
    font-style: normal;
    margin: 0;
}
.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;
    border: 1px solid #e6e6f0;
    border-radius: 5px;
}
.entry-content{
    font-size: 13px;
    font-family: "Source Sans Pro";
    line-height: 1.733;
    text-align: left;
}
.entry-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}
#content .content-wrap {
    position: relative;
    padding: 40px 0 80px 0;
}
.fbox-icon i {
    font-size: 46px;
}
.fbox-content h1, .fbox-content h3{
    font-size: 40px;
    margin-bottom: 0 !important;
}
.dark .fbox-content p {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Source Sans Pro";
    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;*/
    line-height: 16px !important;
}

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


#header #header-wrap {
    /*background-color: rgba(5, 32, 60, 0.8);*/
    background-color: #000084;
}

.dark #header-wrap {
    /* background-color: #000084; */
    background-color: rgba(0, 0, 0, 0.4);
}



.dark #top-bar, #top-bar.dark {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: #020D3C;
}

.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: 768px){

    .mobilesearch{
        display: block !important;
    }
    .mobilesearch .header-search-form{
        width: 100%;
    }
}
.portfolio-desc h3{
    text-align: center;
}
.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: cover;  
}
input.header-mobile__search-control {
     /*border-radius: unset; */
}

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

.top-search-form input {
    font-size: 14px;
    pointer-events: unset;
    background-color: #020B32 !important;
}


.tabs-custom {
    text-align: left;
    background-color: #FFFFFF;
}

.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-family: "Source Sans Pro", sans-serif !important;
    font-size: 16px;
}

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

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

.table-custom, .game-result__team-desc, .game-result__score-label, .game-result__score {
    font-family: "Source Sans Pro", sans-serif !important;
}

.table-roster tbody tr:first-child td, .table-roster tbody tr td {
    font-size: 14px;
}

.table-custom{
        background: unset;
}

.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;
}

/**** TIMELINE ****/
.timeline {
    padding: 40px;
    position: relative;
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.team_2_action {
    flex-direction: row-reverse;
}
.timeline h1, .timeline h3, .timeline p {
    padding: 5px 15px;
} 
.timeline h1, .timeline h3{
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 700;
    background: #2DA64E;
    margin-bottom: 0;
    padding: 5px 17px;
}
.timeline p, .timeline time {
    color: #2DA64E;
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px solid #9b9b9b;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    font-size: 14px;
    border: 1px solid #2DA64E;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 15px 0px rgb(10 55 90 / 20%);
    padding: 0;
}
.team_1_action h1,
.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 #2DA64E;
    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 #2DA64E;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    */
}
.timeline-image {
    position: relative;
    z-index: 100;
    font-size: 20px;
    font-weight: 600;
    color: #9b9b9b;
    line-height: 20px;
    padding-top: 20px;
}
.timeline-image::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 75%;
    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 h1, .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: 10%;
        width: 0;
        border-left: 2px solid #9b9b9b;
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h1, .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute !important;
        left: 0%;
        top: 60px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        /*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 #2DA64E;
        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 #2DA64E;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        */
        
    }
    .team_2_action .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}

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




.timeline-goal  .timeline-content {
    border: 1px solid #2DA64E;
}
.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 h1, .timeline-goal h3, .timeline-goal .sum_button, .timeline-goal .timeline-number{
    background: #2DA64E;
}

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

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

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

.timeline-goal p{
    color: #000084;
}

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

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

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


.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{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 20px 10px 20px 10px;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    border-left: 5px solid #000084;
    height: auto;
    font-weight: bold;
    border-right: 5px solid #000084;
}


.match .player-info-corporate::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 240px;
    width: 300%;
    /* background-image: url(../cimages/page-heading.jpg); */
    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: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 280px;
    width: 300%;
    /* background-image: url(../cimages/page-heading.jpg); */
    background-size: auto 280px;
    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: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    height: 308px;
    width: 300%;
    /* background-image: url(../cimages/page-heading.jpg); */
    background-size: auto 308px;
    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: unset;
}

.player-info-main .player-info-title {
    color: unset;
}

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

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

.list-statictics > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all .3s;
    font-size: 14px;
}

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

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

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

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

.list-statictics .list-statictics-counter {
    margin-left: 20px;
}


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

@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;
}

.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;
}
#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 140px;
}
#page-title .breadcrumb{
    right: unset !important;
}
.table-scorer tbody , .table-card tbody{
    background-color: #fff;
}
.game-result__team-desc{
    display: none !important;
}

.tournament-title  {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 20px 10px 20px 10px;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    border-left: 5px solid #000084;
    border-right: 5px solid #000084;
    height: auto;    
    font-weight: bold;

}

.dark .tournament-title  {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-style: normal;
    padding: 20px 10px 20px 10px;
    position: relative;
    /* border-bottom: 1px solid #000084; */
    overflow: hidden;
    background-color: #000084;
    border: 1px solid #0e447e;
    border-radius: 4px;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    height: auto;
    font-weight: bold;
}

.team-inline a{
    color: #000084;
}


.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;
}

@media (min-width: 992px) {
  .game-result__score--lg {
    font-size: 34px;
  }
}

.content-wrap .header-stick {
    margin-top: -2rem !important;
}






.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: #000084;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}



.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;
}

.game-result__team-desc, .player-info-subtitle{
    display: none;
}


@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: 1px solid #9a9da2;
    }

    .game-result__team--second .game-result__team-info .game-result__team-logo-img {
        width: 80%;
        float: none;
        margin: 0 0 0 20%;
        border: 1px solid #9a9da2;
    }
    .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: #000084;
        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-bottom: 30px;
    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;
}

a.button.button-border.button-rounded.button-more {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    /* letter-spacing: 1px; */
    border: none;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 20%); */
    color: #FFFFFF;
    /* padding: 5px 13px; */
    /* font-size: 10px; */
    /* line-height: 1.5em; */
    /* border-radius: 2px; */
    color: #fff;
    background-color: #000084;
    border-color: transparent;
    vertical-align: middle;
}
.owl-dots {
    display: none;
}
.testi-image {
    float: left;
    margin-right: 15px;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    float: none;
}
.testi-content p {
    margin-bottom: 0;
    font-family: "Source Sans Pro", serif;
    font-style: italic;
    width: 70%;
    text-align: center;
    font-size: 18px;
    margin: auto;
}
.testi-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.dark .section, .section.dark {
    background-color: #000084;
}

.blog-title {
    font-size: 20px;
    margin-top: 0;
}

h2 {
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-style: normal;
}

#content p {
    line-height: 26px;
    margin-bottom: 15px;
}

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

@media (max-width: 767.98px) {
    .header-misc:not([class*=order-]) {
        order: unset;
    }
    div#logo {
        margin: auto;
    }
    .topbar-left ul.top-links-container {
        justify-content: center;
    }
    .topbar-right ul.top-links-container {
        justify-content: center;
    }
}





/* 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: #000084;
}

.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: #000084;
}

.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: 14px;
  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: #000084;
}

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

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

.progress-title {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  margin-top: 0;
  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: #000084;
  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: #000084;
}

.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%;
}





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



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

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




#bracket {
    padding: 0;
    padding-top: 30px;
}


.tabs-custom, .table-custom {
    margin-bottom: 0;
}

.section:first-child {
    margin: 0 0 1rem 0;
    padding: 0;
}

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

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




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


#tabs-team-1.tab-content .table-custom tbody tr td:nth-child(5) {
    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;
}



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

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


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

.table-roster thead th::before {
    content: "";
    display: unset;
    position: unset;
    width: unset;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: unset;
    border-radius: unset;
}

.table-custom-responsive{
    border: 1px solid #e1e1e1;
}


.tabs-horizontal.tabs-corporate .ui-tabs-active .nav-link::before,
.tabs-horizontal.tabs-corporate .nav-link.active::before,
.tabs-horizontal.tabs-corporate .nav-link:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}


.menuactive {
    background-color: #0722d1;
}


#leagueselect {
    margin-bottom: 46px;
}

.fluid-width-video-wrapper{
    padding-top: 56.25% !important;
}


.game-result-score-hl {
    position: relative;
    font-size: 1.28em;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
.game-result-team-first, .game-result-team-second{
    min-width: 115px;
}
@media (max-width: 1200px){
    .game-result-team-first, .game-result-team-second{
        min-width: 60px;
    }
}
@media (max-width: 992px){
    .game-result-team-first, .game-result-team-second{
        min-width: 115px;
    }
}

.game-result-team-first > .game-result-team-name {
    /* color: #151515; */
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

.game-result-team-second > .game-result-team-name {
    /* color: #151515; */
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}


.player-info-modern-figure img {
    max-width: inherit;
    width: 70%;
    transition: all 0.3s;
    will-change: transform;
    margin-left: 15%;
}

h1.player-info-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}


.player-info-modern-title h1 a, .player-info-modern-title .h1 a {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.player-info-modern-title h1, .player-info-modern-title .h1 {
    color: #fff;
    margin: 0;
    font-size: 14px;
}


