#header .header-bg-container {
    left: auto;
}
.header-wrapper {
    background: linear-gradient(90deg,rgba(57, 127, 58, 1) 0%, rgba(55, 176, 57, 1) 100%);
}
.header-bottom .flex-center > ul.nav {
    justify-content: space-between;
    background: #206600;
}
.header-bottom .flex-center {
    width: 100%;
}
.header-bottom .flex-center > ul.nav > li {
    margin: 0;
    flex: 1;
}
.header-bottom .flex-center > ul.nav > li > a {
    width: 100%;
    position: relative;
    border-right: 1px solid #00000038;
    text-align: center;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    height: 45px;
}
.header-bottom .flex-center > ul.nav > li.active > a {
    background: #f6f6f6;
    color: #206600;
}
.header-bottom .flex-center > ul.nav > li:hover a {
    background-color: #00000070;
}
.absolute-footer {
    padding: 15px;
    border-top: solid 1px #313131;
}
.copyright-footer {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
}
footer {
    padding-top: 30px;
    background: #000;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer .section-title-normal span{
    color: #e33416;
}
.ux-menu-link__link {
    font-size: 15px;
    min-height: auto;
}
.ux-menu-link__link:hover {
    text-decoration: underline;
    padding-left: 5px;
}
.sapo {
    border: 1px solid #397f3a;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 4px rgb(56 164 57 / 41%);
    margin-bottom: 20px;
    background: #fff;
}
.sapo * {
    margin-bottom: 0;
}
.content-home {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    scrollbar-width: thin;
    scrollbar-color: #397f3a transparent;
    height: 1600px;
    overflow-y: auto;
    border: solid 1px #397f3a;
}
.widget-area {
    background: #fff;
    padding: 10px !important;
    box-shadow: 0 2px 4px rgb(205 205 205 / 74%);
}
.post-item .box {
    background: #fff;
    box-shadow: 0 2px 4px rgb(205 205 205 / 74%);
}
.post-item .box .box-text {
    padding: 12px;
}
.widget-area .fixture_vote .fixture-vote-container__content__vote .vote-action__team,
.widget-area .fixture_vote .fixture-vote-container__content .vote-team__time__time {
    font-size: 10px;
}
.widget-area .fixture_vote .fixture-vote-container__content .vote-team__name {
    font-size: 11px;
}
.widget-area .embed-ranking .ranking-select-leagues>div {
    background: #fff;
    border: solid 1px #777;
    border-radius: 10px;
    padding: 5px 10px;
}
.widget-area .embed-ranking .ranking-title-widget {
    margin-bottom: 10px;
    background: var(--primary-color);
}
.widget-area .ranking-list .ranking-table-body-list .rank {
    width: 30px !important;
}
.widget-area .embed-ranking .ranking-text-left {
    font-size: 12px;
    color: #000;
}
.widget-area .ranking-list .played, .sidebar-wrapper .ranking-list .win, .widget-area .ranking-list .draw, .widget-area .ranking-list .lose, .widget-area .ranking-list .goals {
    display: none;
}
.widget-area .embed-ranking .ranking-list .ranking-head, #comments {
    display: none;
}
.widget-area .embed-ranking .ranking-list .ranking-table .ranking-table-head, .widget-area .embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    background: #f7f7f7;
}
.widget-area .embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background: var(--primary-color);
}
.breadcrumb {
    background: #fff;
    padding: 10px 0;
    font-size: 13px;
}
.breadcrumb div * {
    margin: 0;
    padding: 0;
}
.page-template-default #content >.row>.col>.col-inner {
    background: #fff;
    padding: 20px;
}
.contentnotehome {
    margin-top: 20px;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background: var(--primary-color) !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.blog-single article {
    background: #fff;
    padding: 15px;
}
.mobile-nav li a {
    background: #e53417;
}