html {
    height: 100%;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
}

body {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    color: #383838;
    background: #eee;
    line-height: 1;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"], .disclaimer {
    display: none;
}

a, a:visited {
    text-decoration: none;
    color: inherit;
    transition: all .15s linear;
}

a:hover, .sub-text.status-green, .material-symbols-outlined.info {
    color: #51a331;
}

.material-symbols-outlined {
    font-size: 26px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.bold {
    font-weight: 700;
}

.negative, .sub-text.status-red {
    color: #e43b52;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #51a331;
    height: 50px;
    z-index: 9990;
}

.navbar-logo {
    height: 34px
}

.navbar-menu {
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
    color: #717171;
    bottom: 0;
    padding: 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    width: 100%;
    font-size: 14px;
    z-index: 999;
}

.navbar-menu-link {
    display: inline-block;
    text-align: center;
}

.navbar-menu .active {
    color: #51a331;
}

.navbar-menu-link-name {
    vertical-align: middle;
}

.header {
    position: fixed;
    width: 100%;
    margin-top: 50px;
    z-index: 1;
    border-bottom: 2px solid #e1e1e1;
}

.header-title {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    background: #51a331;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    font-size: 20px;
}

.header .header-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #51a331;
    color: #fff;
    padding: 0 5px 10px 5px;
}

.header-info .season-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding-right: 5px;
    font-size: 14px;
}

.header-info .header-img {
    display: inline-flex;
    position: relative;
    margin: 0 8px;
}

.header-info .header-img .header-logo {
    padding: 10px;
    border-radius: 100%;
    background: #fff;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.header-info .header-img .header-logo img {
    width: 100%;
    height: 100%;
}

.header-info .header-small-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.header-info .header-small-img .header-medal {
    position: relative;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.header-info .header-small-img .header-medal img {
    position: absolute;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabs {
    display: flex;
    padding: 0 10px;
    overflow: auto;
    position: relative;
    background: #51a331;
}

.tabs ::-webkit-scrollbar {
    height: 12px;
}

.tabs ::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.tabs ::-webkit-scrollbar-thumb {
    background: #ececec;
}

.tabs ::-webkit-scrollbar-thumb:hover {
    background: #d9f1d5;
}

.tabs .tab {
    text-transform: uppercase;
    background: none;
    padding: 5px 0 8px;
    color: rgba(255, 255, 255, .5);
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all .15s linear;
    cursor: pointer;
}

.tabs .tab:not(:last-child) {
    margin-right: 10px;
}

.tabs .tab.active {
    color: #fff;
    border-bottom-color: #51a331;
}

.main {
    padding: 70px 5px 80px 5px;
}

.header + .main {
    padding-top: 104px;
}

.header.has-info + .main {
    padding-top: 221px;
}

.container {
    display: none;
    height: 100%;
    word-wrap: break-word;
}

.container:first-child {
    display: block;
}

.panel {
    box-shadow: 0 1px 2px 1px #e1e1e1 !important;
    border-radius: 2px !important;
    margin-bottom: 12px;
    background-color: #fff;
}

.panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 6px 10px;
    background-color: #f9f9f9;
    line-height: 22px;
    font-size: 14px;
    color: #383838;
}

.panel-img {
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.panel-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.panel-body {
    position: relative;
    padding: 12px;
    border-top: 1px solid #ececec;
    background-color: #fff;
}

.panel-more-btn {
    padding: 6px;
    background-color: #f9f9f9;
    font-size: 14px;
    text-align: center;
}

.grid, .list {
    padding: 0;
}

.flex-item-grid {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.flex-item-grid .flex-item {
    flex-basis: 25%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.flex-item-grid .flex-item.w50 {
    flex-basis: 50%;
    padding: 0;
}

.flex-item-grid .flex-item.w50 a {
    display: block;
    margin: 0 2px;
}

.flex-item-grid .team-logo {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

.flex-item-grid .comp-logo {
    margin: 15px auto 5px;
    width: 68px;
}

.flex-item-grid .team-name {
    font-size: 14px;
    word-break: break-word;
    margin-top: 10px !important;
}

.flex-item-grid .comp-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 2px;
    margin-bottom: 15px;
}

.flex-item-list .flex-item {
    display: flex;
    align-items: center;
    padding: 6px 5px;
    position: relative;
}

.flex-item-list .flex-item.ranking,
.flex-item-list .flex-item.compet {
    align-items: flex-start;
    padding: 6px 10px;
}

.flex-item-list .flex-item:not(:first-child) {
    border-top: 1px solid #ececec;
}

.flex-item-list .flex-item .season-box {
    padding: 2px 8px;
    color: #717171;
}

.flex-item-list .flex-item .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.flex-item-list .flex-item .logo-box .team-logo,
.flex-item-list .flex-item .logo-box .comp-logo {
    width: 30px;
}

.flex-item-list .flex-item.ranking .logo-box .team-logo,
.flex-item-list .flex-item.compet .logo-box .comp-logo {
    width: 36px;
}

.flex-item-list .flex-item .team-box,
.flex-item-list .flex-item .comp-box {
    padding: 2px 8px;
}

.flex-item-list .flex-item .flag {
    width: 26px;
    vertical-align: middle;
    margin: 0 -2px;
}

.flex-item-list .flex-item .team-box .main-text,
.flex-item-list .flex-item .comp-box .main-text {
    font-size: 18px;
    vertical-align: middle;
}

.sub-text {
    color: #717171;
    font-size: 14px;
    line-height: 16px;
    word-break: break-word;
    margin-top: 5px;
}

.sub-text.status-black {
    color: #383838;
}

.flex-item-list .flex-item.ranking .sub-text,
.flex-item-list .flex-item.compet .sub-text {
    margin-top: 0;
}

.flex-item-list .flex-item.ranking .sub-text:first-of-type,
.flex-item-list .flex-item.compet .sub-text:first-of-type {
    color: #383838;
}

.group-title {
    background: #51a331;
    color: #fff;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
}

.table {
    width: 100%;
    text-align: center;
    color: #383838;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

.table .table-tinywidth {
    width: 1px;
}

.table tr {
    border-bottom: 1px solid #ececec;
}

.table-head {
    width: 100%;
    background-color: #ecf8ea;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    color: #383838;
}

.table .row-head {
    background-color: #d9f1d5;
    height: 20px;
}

.table .row-body:hover {
    background-color: #ecf8ea;
}

.table .row-body td {
    padding: 4px 5px;
    position: relative;
}

.table .row-body td.green {
    background-color: #ecf8ea;
}

.table .row-body .number-box {
    width: 20px;
    padding: 0;
}

.table .row-body .number-box .arrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: translateX(-50%);
}

.table .row-body .number-box .arrow.up:before {
    border-bottom: 4px solid #fff;
}

.table .row-body .number-box .arrow.down:before {
    border-top: 4px solid #fff;
}

.table .row-body .number-box div {
    width: 20px;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #bcbcbc;
}

.table .row-body .number-box.qualif1 div,
.box.qualif1 {
    background: #4ACB2A;
}

.table .row-body .number-box.qualif2 div,
.box.qualif2 {
    background: #38D996;
}

.table .row-body .number-box.qualif3 div,
.box.qualif3 {
    background: #FCA6A1;
}

.table .row-body .number-box.qualif4 div,
.box.qualif4 {
    background: #ED3B46;
}

.table .row-body td.td-logo {
    width: 30px;
    padding: 4px 1px;
}

.table .row-body td.td-logo .team-img {
    margin: 0 -5px 0 auto;
    width: 30px;
    height: 30px;
    padding: 4px;
}

.table .row-body td.td-logo .team-img img {
    width: 100%;
}

.table .row-body .name {
    font-size: 16px;
    width: 50%;
    text-align: left;
    word-break: break-all;
}

.medals .title-tr {
    border-bottom: none;
    font-weight: 700;
    text-transform: uppercase;
}

.medals .team-logo {
    width: 40px;
    margin-top: 5px;
    margin-right: 15px;
}

.medals .medal-img {
    width: 50px;
}

.medals .season-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
}

.medals .season-wrapper .season {
    flex-basis: 20%;
    margin-top: 10px;
    color: #717171;
}

.caption {
    padding: 5px;
    font-size: 14px;
}

.caption .caption-item {
    display: flex;
    line-height: 30px;
}

.caption .caption-item .box {
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 4px;
}

.head-select {
    position: relative;
}

.head-select:after {
    display: block;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 43%;
    right: 15px;
    border: solid #51a331;
    border-width: 2px 0 0 2px;
    width: 5px;
    height: 5px;
    margin: -6px;
    transform-origin: 4px 5px;
    transform: rotate(225deg);
}

.head-select .select {
    margin: 0;
    border: 0;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    padding: 10px 1.4em 10px .8em;
    appearance: none;
    background: #f1f1f1;
}

.head-select .select:focus {
    color: #51a331;
    outline: 0;
}

.rodada {
    display: none;
}

.rodada.show {
    display: flex;
    flex-wrap: wrap;
}

a.match-link {
    display: block;
    padding: 3px 0 10px;
    width: 100%;
}

.match-link + .match-link {
    border-top: 1px solid #e1e1e1;
}

.match-link .info-head {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    margin-bottom: 2px;
    min-height: 12px;
}

.match-link .info-head .left-info,
.match-link .info-head .right-info {
    flex-basis: 30%;
}

.match-link .info-head .middle-info {
    flex-basis: 60%;
    font-size: 12px;
    color: #717171;
}

.match-link .right-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-link .tag {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 12px;
    padding: 1px;
}

.match-link .tag.end {
    background: #a7a7a7;
}

.match-link .tag.live {
    background: #51a331;
}

.match-link .team-info {
    width: calc(50% - 34px);
    position: relative;
}

.match-link .team-info,
.match-link .team-name,
.match-link .score {
    display: inline-block;
    vertical-align: middle;
}

.match-link .team-name {
    width: calc(100% - 30px);
    font-size: 14px;
}

.match-link .team-name .name {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 2px;
    word-wrap: break-word;
}

.match-link .winner {
    font-weight: 700;
}

.match-link .team-logo {
    width: 24px;
    padding: 3px 0;
    vertical-align: middle;
}

.match-link .score {
    width: 62px;
    text-align: center;
    font-size: 25px;
}

.match-link .score .hour,
.match-link .date {
    color: #717171;
}

.match-link .score .live {
    color: #51a331
}

.match-link .date {
    margin-top: 3px;
    margin-bottom: -5px;
    font-size: 12px;
    text-transform: uppercase;
}