@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    background-color: #dbdbdb;
    color: #000;
}

.jl_car_home .jelly_cus_h619 .jl_car_wrapper .jl_car_img_front {
    padding-bottom: !important;
}
.jl_car_home .row.jelly_cus_h619 .col-md-3 {
    padding-right: 0.5px;
    padding-left: 0.5px;
}
.jl_car_home .row.jelly_cus_h619 {
    margin-right: -0.5px;
    margin-left: -0.5px;
}
.jl_car_home .row.jelly_cus_h619 .slick-arrow {
    display: none !important;
}
.jl_car_home .row.jelly_cus_h619 .slick-dots {
    display: none !important;
}  
#mainmenu > li > a,
#content_nav .menu_moble_slide > li a,
.header_layout_style3_custom .navigation_wrapper > ul > li > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a,
.navigation_wrapper .jl_main_menu > li li .label-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}
#content_nav .menu_moble_slide > li a {
    font-size: 13px !important;
}
.content_single_page p,
.single_section_content .post_content,
.single_section_content .post_content p {
    font-size: 16px !important;
}
.single_section_content .post_content blockquote p {
    font-size: 20px !important;
}
.wp-caption p.wp-caption-text {
    font-size: 14px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.postnav #prepost,
.postnav #nextpost,
.bbp-forum-title,
.single_post_arrow_content #prepost,
.single_post_arrow_content #nextpost {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.03em;
}
.navigation_wrapper #mainmenu.jl_main_menu > li li > a {
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
}
.cat-item-2 span {
    background: #ed1c1c !important;
}
.cat-item-3 span {
    background: #0015ff !important;
}
.cat-item-4 span {
    background: #d1783c !important;
}
.cat-item-5 span {
    background: #6b34ba !important;
}
.cat-item-6 span {
    background: #7fbc1e !important;
}
.cat-item-7 span {
    background: #d66300 !important;
}
.cat-item-8 span {
    background: #36c942 !important;
}
.cat-item-9 span {
    background: #d800f9 !important;
}

#blog-latest {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.line-1 {
  display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}
.line-2 {
  display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}
.line-3 {
  display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.blog-headlines-news .homepage_builder_3grid_post .d-flex .blog_grid_post_style {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    float: none;
    width: auto;
}

.standing-leagues table {
    margin-bottom: 0;
}
table thead th,
table tbody th {
    background-color: #dd4b39 !important;
    color: #FFF !important;
}

.standing-leagues table .bg-primary,
.standing-leagues table .bg-warning,
.standing-leagues table .bg-success,
.standing-leagues table .bg-danger,
.standing-leagues table .bg-info {
  background-color: transparent;
  padding-bottom: 0;
}
.standing-leagues table .bg-primary:after,
.standing-leagues table .bg-warning:after,
.standing-leagues table .bg-success:after,
.standing-leagues table .bg-danger:after,
.standing-leagues table .bg-info:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.standing-leagues table .bg-primary:after {
  background-color: #337ab7;
}
.standing-leagues table .bg-warning:after {
  background-color: #d66300;
}
.standing-leagues table .bg-success:after {
    background-color: #ea4c89;
}
.standing-leagues table .bg-danger:after {
    background-color: #bd081c;
}
.standing-leagues table .bg-info:after {
    background-color: #55acee;
}


.standing-leagues {
    position: relative;
}
.standing-leagues .slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 5;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.standing-leagues .jelly_pro_post_arrow_right.slick-arrow {
    left: 150px;
}
.standing-leagues .standing-group {
    padding: 0 25px;
}

#page-pagination {
    margin-bottom: 25px;
}

.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-loading .bar1 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax-loading .bar2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax-loading .bar3 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ajax-loading .bar4 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}


.row-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small [class*="col-"],
.row-small [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-normal [class*="col-"],
.row-normal [class*="col"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#header-megamenu {
  display: none !important;
  padding: 25px 35px !important;
  box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
  border-right: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}
#header-megamenu h3,
#header-megamenu h3 a {
    text-align: left;
    margin: 0 0 15px;
    font-size: 18px;
    padding: 0;
}
#header-megamenu h3 + ul {
    visibility: visible;
    position: relative !important;
    top: inherit;
    left: inherit;
    opacity: 1;
    background-color: transparent;
}
#header-megamenu h3 + ul li {
    min-width: inherit;
    min-height: inherit;
    visibility: visible;
    opacity: 1;
    max-width: inherit;
    border: none;
    padding: 0 !important;
    display: block !important;
}
#header-megamenu h3 + ul li a,
.navigation_wrapper .jl_main_menu > li li .label-text {
    color: #FFF;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#header-megamenu h3 + ul li a:hover {
  background-color: transparent !important;
  color: #dd4b39 !important;
}

/*.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover #header-megamenu {*/
.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li.show #header-megamenu.show,
.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li.show #header-megamenu.show:hover {
  display: block !important;
}

table {
  border: 1px solid rgba(255,255,255,.1);
}
th,
td {
  border-color: rgba(255,255,255,.1);
  font-size: 14px;
  letter-spacing: normal;
  line-height: inherit;
  background-color: transparent;
}
table#fixtures td,
table#fixture-modal td,
table#fixture_events td,
.api_football_modal_content,
.wg_modal_content {
  border-color: rgba(255,255,255,.1) !important;
}
.api_football_logo_xl {
  border: none !important;
}
.standing-item td,
.standing-item th {
  border-color: rgba(255,255,255,.1);
  font-size: 14px;
  letter-spacing: normal;
  line-height: inherit;
  background-color: transparent;
  color: #000;
  padding: 5px;
}
.standing-item tr.active td {
  background-color: #181818;
    color: #FFF;
}
.standing-item tr.active td a {
    color: #FFF;
}
.standing-item td.bg-primary,
.standing-item th.bg-primary,
.standing-item td.bg-danger,
.standing-item th.bg-danger {
  color: #FFF !important;
}

/*#standing-leagues .standing-item {
  margin-bottom: 25px;
}*/

.form-win,
.form-draw,
.form-lose {
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
.form-win {
    background-color: #3c763d;
}
.form-lose {
  background-color: #a94442;
}
.form-draw {
  background-color: #999;
}
.standing-group-labels .d-flex > span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.standing-group-labels .d-flex > span.bg-primary {
    background-color: #337ab7;
}
.standing-group-labels .d-flex > span.bg-warning {
    background-color: #d66300;
}
.standing-group-labels .d-flex > span.bg-success {
    background-color: #ea4c89;
}
.standing-group-labels .d-flex > span.bg-danger {
    background-color: #bd081c;
}
.standing-group-labels .d-flex > span.bg-info {
    background-color: #55acee;
}

.blog-tabs.mb-50 {
  margin-bottom: 50px !important;
}
.blog-tabs.mb-0 {
  margin-bottom: 0 !important;
}
.blog-tabs .btn {
  color: #000;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: #d3d6d9;;
  border: none;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.blog-tabs .btn.active,
.blog-tabs .btn:hover {
  background-color: #00805a;
  color: #FFF;
  font-weight: 700;
  text-decoration: none !important;
}

.text-white {
  color: #FFF !important;
}
.text-wht {
  color: #FFF;
}

.blog-sub-title {
  margin: 0 0 25px;
}

#league-fixtures-results.hidden {
  max-height: 830px;
  overflow: hidden;
}
#league-fixtures-results #wg-api-football-fixtures,
#league-fixtures-results #wg-api-football-games {
  display: none;
}
#wg-api-football-fixtures table tr:nth-child(even) td,
#wg-api-football-games table tr:nth-child(even) td {
  background-color: #e6e9ec;
  color: #000;
}
#wg-api-football-fixtures table tr:nth-child(odd) td,
#wg-api-football-games table tr:nth-child(odd) td {
  background-color: #FFF;
  color: #000;
}
#wg-api-football-fixtures table td,
#wg-api-football-games table td {
  padding: 5px 3px;
  font-size: 14px;
  line-height: 18px;
}

table#fixtures tr td:nth-child(9) > span, table#livescore tr td:nth-child(9) > span,
#wg-api-football-games table td .wg_info {
    background-color: #dd4b39;
}
#wg-api-football-games table td .wg_logo {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

#wg-api-football-fixtures table td.api_football_header,
#wg-api-football-games table td.api_football_header,
#wg-football-data .wg_header,
#wg-football-game-modal .wg_header {
    padding: 0.3rem;
    font-weight: 600;
    background-color: #FFF !important;
    color: #000 !important;
    padding: 10px 0;
    font-size: 14px;
}
.api_football_arrow_up {
  display: none;
}
.livescore-event,
.livescore-event-1 {
    cursor: pointer;
    z-index: 9;
}

#wb-api-football-modal,
#wb-football-modal {
  background-color: rgba(255,255,255,.2) !important;
  z-index: 9999 !important;
}
#wb-api-football-modal tr:last-child .api_football_header {
  display: none;
}
#fixture-modal {
  margin-bottom: 10px;
}
#fixture-modal tr:last-child .api_football_header {
  /*background-color: #e81f3e;*/
  color: #FFF;
  padding: 10px;
}
#fixture-modal .api_football_header .api_football_active {
  background: #e81f3e;
}
.api_football_modal_content h6 {
  display: inline-block;
}

/*.single_section_content {
  background-color: #333;
  color: #FFF;
}*/
.single_section_content.p-0 {
  padding: 0 !important;
}

.jl_single_style4 {
  background-color: #000;
}
.single_content_header {
  max-width: 1600px;
  margin: 0 auto;
}

.box-border {
  border: 1px solid rgba(255,255,255,.2);
}
.box-border ul {
  list-style-type: none;
  padding: 0;
}
.box-border ul li {
  padding-bottom: 5px;
}
.box-border ul li:last-child {
  padding-bottom: 0;
}

.match-date-item {
  position: relative;
  /*overflow: hidden;*/
}
.match-date-item input {
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  line-height: inherit !important;
  opacity: 0;
  width: 1px !important;
  height: 1px;
  padding: 0 !important;
  margin: 0 !important;
}
.match-date-item a.active,
.match-date-item a:hover,
.match-date-item a:focus,
.match-date-item a:active,
.match-date-item .input-group-append label.active {
    color: #dd4b39;
    font-weight: bold;
}
.match-date-item a.btn.active {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
.match-date-item a.active:after,
.match-date-item .input-group-append label.active:after {
    bottom: -5px;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid rgba(255,138,0,0);
    border-bottom: solid #dd4b39;
    border-width: 5px 7px;
    margin-left: -7px;
}
.match-date-item .input-group-append label.active:after {
  bottom: -5px;
}
.match-dates {
    border-bottom: 1px solid #dd4b39;
}

.api_football_modal_close:hover {
  color: #dd4b39 !important;
}

.position-relative {
  position: relative;
}

.league-selections .league-item {
  background-color: #181818;
  color: #fff;
  border: 1px solid #222; 
  padding: 10px 15px;
  font-size: 14px;
}
.league-selections .league-item.active {
  background-color: #dd4b39;
}

.mt-center-score {
  font-weight: bold;
  font-size: 22px;
}
.mt-center-score .status-short {
  font-size: 16px;
  font-weight: normal;
}
.mt-center-score .time-play {
  font-size: 16px;
}

.event-icon {
  width: 15px;
  height: 15px;
  line-height: normal;
}
.event-icon i {
  font-size: 16px;
}
.match-info-item {
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.match-info-item:last-child {
  padding-bottom: 25px;
}
.event-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.h2h-date {
  background: #232323;
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

.main_title_wrapper.jl_na_bg_title .categories-title.title + p,
.main_title_wrapper.jl_na_bg_title .categories-title.title + small {
  line-height: 18px;
}

.progress-bar {
  flex: none !important;
}
.progress {
  height: 5px;
  border-radius: 0;
  background-color: #222;
}
.progress .progress-bar {
  background-color: #dd4b39;
}
.progress.loss .progress-bar {
  background-color: #aaa;
}
.progress-right {
  border-left: 1px solid #000;
}
.progress-left {
  border-right: 1px solid #000;
}

.match-lineups-label,
.match-lineups-value {
  padding: 10px 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.match-lineups-label {
  font-weight: 700;
}
.team-description-value,
.text-color {
  color: #0084ff !important;
}

.team-lineups {
  line-height: 18px;
}
.squad-number {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 25px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.squad-number i {
  color: #e3e5e6;
  position: absolute;
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: -1;
}

.blog-tabs.sub-tabs,
.top-tab-menu-mobile .blog-tabs {
  padding: 0 20px;
}
.top-tab-menu-mobile .blog-tabs {
  padding: 0 30px 0 20px;
}
/*.blog-tabs.sub-tabs .btn,
.top-tab-menu-mobile .blog-tabs .btn {
  background-color: #0084ff !important;
  color: #000 !important;
}*/
/*.blog-tabs.sub-tabs .btn.active,
.blog-tabs.sub-tabs .btn:focus,
.blog-tabs.sub-tabs .btn:active,
.top-tab-menu-mobile .blog-tabs .btn.active,
.top-tab-menu-mobile .blog-tabs .btn:focus,
.top-tab-menu-mobile .blog-tabs .btn:active {
  background-color: #337ab7 !important;
  color: #FFF !important;
}*/
.blog-tabs.sub-tabs .jelly_pro_post_arrow_left,
.blog-tabs.sub-tabs .jelly_pro_post_arrow_right,
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_left,
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_right {
  position: absolute;
  top: 2px;
  font-size: 18px;
  color: #dd4b39;
  cursor: pointer;
  font-weight: bold;
}
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_left,
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_right {
  top: -2px;
}
.blog-tabs.sub-tabs .jelly_pro_post_arrow_left,
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_left {
  left: 0;
}
.blog-tabs.sub-tabs .jelly_pro_post_arrow_right,
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_right {
  right: 0;
}
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_left {
  left: 5px;
}
.top-tab-menu-mobile .blog-tabs .jelly_pro_post_arrow_right {
  right: 10px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid rgba(255,255,255,.1) !important;
}

.badge.bg-info {
  background-color: #337ab7;
}
.badge.bg-success {
  background-color: #3c763d;
}
.badge.bg-warning {
  background-color: #d66300;
}

.match-item.active {
  color: #0084ff;
  font-weight: bold;
}

.player-stats-tab-content {
  display: none;
}

#league-top-scorers td a:hover {
  text-decoration: none !important;
}
#league-top-scorers td {
  line-height: 18px;
}

.navigation_wrapper .jl_main_menu > li li .label-text {
  border-top: 0;
  box-shadow: none;
  float: none;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 6px 22px;
  pointer-events: none;
}

.menu-league-container .menu-league-item {
  margin-bottom: 25px;
}
.menu-league-container .menu-league-item:last-child {
  margin-bottom: 0;
}
.feature-post-list:after {
  display: none;
}

#section-predictions #match-predictions a:hover {
  text-decoration: none !important;
}
#section-predictions .feature-image-link.image_post img {
  width: auto;
  max-height: 100px;
}

.jl_grid5_wrapper .jl_grid5_container:after,
.load-container:after {
  content: "";
  display: block;
  clear: both;
}

.jl_main_with_right_post .jl_main_post_style_padding {
  width: 60%;
}
.jl_list_post_wrapper {
  width: 40%;
}
.jelly_homepage_builder #content {
  padding-right: 15px;
}

#predictions-widget .widget-title h2 {
  margin-bottom: 0;
}
#predictions-widget .feature-post-list li {
  margin-top: 20px;
  margin-bottom: 0;
}

.preview-livescores {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  padding-right: 15px;
}
.preview-livescores::-webkit-scrollbar {
    width: 1px !important;
}
.preview-livescores::-webkit-scrollbar-track {
    background-color: rgb(51, 51, 51, 0.1);
}

#wg-football-toolbar {
  padding: 15px 5px;
  background-color: #222;
  color: #fff;
}

.wg_modal_content > h6 {
  float: left;
}
.wg_modal_close {
  line-height: normal;
}
.wg_modal_close:hover {
  color: #FFF !important;
}
.wg_active {
  background-color: #e81f3e !important;
}
.wg_button_toggle_game {
  margin-left: 0 !important;
}
.wg_button_toggle_game:first-child {
  margin-left: -5px !important;
}
#wg-football-toolbar .wg-dropdown {
  display: none;
}
#wg-api-football-games {
  display: none;
}

.d-block {
  display: block !important;
}

.navigation_wrapper .jl_main_menu > li .header-megamenu-tabs li .menu-league-item h6 a {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.navigation_wrapper .jl_main_menu > li .header-megamenu-tabs li .menu-league-item h6 {
  margin: 0;
}
.navigation_wrapper .jl_main_menu > li .header-megamenu-tabs li .menu-league-item h6 a.active,
.navigation_wrapper .jl_main_menu > li .header-megamenu-tabs li .menu-league-item h6 a:hover {
  background-color: #f6f7f9;
  color: #000;
}

.menu-league-items {
  display: none;
}
.menu-league-items.active {
  display: block;
}

#header-megamenu {
  max-height: calc(100vh - 100px);
  overflow-y: auto !important;
}
.menu-league-items img {
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  height: auto;
}

.single_section_content .post_content a,
.detail-content a {
  color: #0084ff;
}

.jl_fontsize22 .sidebar-news .image-post-title {
  font-size: 18px;
}

.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}

.navigation_wrapper .jl_main_menu > li li a.view-more:hover {
  color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}
.text-center {
  text-align: center !important;
}

.jl_cat_mid_title img {
  max-height: 50px;
}

/*#league-teams .team-box {
  background-color: #232323;
  border-radius: 10px;
  overflow: hidden;
}*/
#league-teams .team-box a:hover {
  text-decoration: none !important;
}
#league-teams .team-venue {
  height: 162px;
}
#league-teams .team-venue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#league-teams .team-info {
  padding: 0 15px 10px;
}*/
/*#league-teams .team-name {
  font-size: 18px;
  padding-top: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
#league-teams .venue-name {
  font-size: 14px;
}*/
/*#league-teams .team-name,
#league-teams .venue-name {
  color: #FFF;
}*/
#league-teams .team-logo {
  position: relative;
}
/*#league-teams .team-logo img {
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}*/

.w-100 {
  width: 100%;
}
.league-logo {
  max-height: 25px;
  width: auto;
}

.overlay-sidebar,
.header-sidebar {
  display: none;
}

.mobile-nav-menu {
  display: none;
}

.mobile-header-title h1 {
  font-size: 16px;
  margin: 0;
}

.league-selections .league-item a img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #FFF;
    padding: 2px;
}
.league-child-item a {
  padding-left: 25px;
}

.menu_mobile_icons {
  display: none;
}

.detail-content h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.detail-content h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.detail-content h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.wrapper-find-container {
  padding: 25px 0;
}

.search_form_menu_personal .searchform_theme {
  top: 20%;
  height: calc(100vh - 20%);
  overflow-y: auto;
}
.find-txt {
  line-height: 20px;
}


.pl-20 {
  padding-left: 20px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-200 {
  padding-left: 200px;
}

.position-static {
  position: static !important;
}

.wg_tooltip:before {
  max-width: inherit !important;
  min-width: 150px !important;
}

#page-find h2 {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 3rem;
}

#page-find .wrapper-find-items {
  margin-bottom: 30px;
}

.table-responsive {
  border: none;
}
.post_content ul li,
.post_content ol li,
.detail-content ul li,
.detail-content ol li {
  word-break: break-all;
}
.post_content img,
.detail-content img {
  max-width: 100% !important;
  height: auto !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  color: #000;
}

.last-match-team img {
  width: auto;
  height: 25px;
  max-width: inherit;
}

.last-match-container small {
  line-height: 16px;
  display: block;
}
.last-match-container .match-h2h-item {
  border-top: 1px solid #FFF;
}

.blog-predictions {
  border-top: 2px solid #292929;
  border-bottom: 2px solid #292929;
  margin: 30px 0;
  padding: 30px 0;
}
.blog-predictions ul {
  margin: 0;
  padding-left: 20px;
}
.blog-predictions h4 {
  font-size: 16px;
}
.blog-predictions ul li {
  margin-bottom: 0;
}
.blog-predictions ul li a {
  font-weight: normal !important;
  font-size: 14px;
  color: #FFF !important;
}
.blog-predictions ul li a span {
  font-size: 16px;
  color: #0084ff !important;
}

.detail-content table td {
  vertical-align: top;
}

.top-header .register-menu a {
  display: block;
  background: linear-gradient(to right,#100059,#1f1757);
  padding: 7px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.top-header .login-menu a {
    display: block;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #00e4ff;
    text-shadow: 0 1px 4px #00e4ff;
}

.top-header .top-menu-item {
  margin-right: 15px;
  font-size: 14px;
}
#header-top-menu {
  height: 40px;
  background-color: #232323;
}
.header_magazine_full_screen .search_header_menu {
  margin-right: 0;
}

.faq-item {
  background-color: #e6e9ec;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
}
.faq-item .table-line a {
  display: block;
}
.faq-item .table-line:hover,
.faq-item .table-line:hover a,
.faq-item .table-line a:hover,
.faq-item .table-line a.active {
  color: #2a1272;
  font-weight: 700;
  text-decoration: none !important;
  outline: none;
}
.faq-item .table-line a:focus,
.faq-item .table-line a:active {
  outline: none;
}
.toggle-content {
  display: none;
  padding-top: 10px;
}
.faq-list .faq-item {
  margin-bottom: 10px;
}
.faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.top-tab-menu-mobile .blog-tabs {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.competition-match h3 {
  background: #303030;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.competition-match h3 img {
  height: 20px;
}
.competition-match .blue-card-outer-outer {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.5));
    padding-bottom: 3px;
}
.competition-match .blue-card-outer {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.5));
    padding-bottom: 3px;
}
.match-card {
    background-color: #484848;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.match-card .card-body {
    padding: 19px 0 27px;
}
.match-card .match-preview {
    position: relative;
    width: 100%;
    text-align: center;
}
.match-card .match-preview .img-holder {
    text-align: center;
}
.match-card .match-preview .img-holder img {
    /*width: 60px;*/
    height: 60px;
}
.match-card .match-preview img {
    max-height: 100%;
}
.img-fluid, .img-thumbnail, .match-card .match-preview img {
    max-width: 100%;
    height: auto;
}
/*.match-card .match-preview .match-preview-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}*/
.accumulator-rows .accumulator-btn button,
.btn, .match-card .match-preview .successfully-predicted,
.match-card .match-preview .successfully-predicted-wdw,
.match-stream-preview-button,
.match-card .preview-button,
.offer-card .offer-btn,
.outline-success-btn,
.short-accumulator-card .short-accumulator-btn {
    display: inline-block;
    font-weight: 600;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0.46rem 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 5px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.accumulator-rows .accumulator-btn button, .btn-success, .match-card .match-preview .successfully-predicted, .match-card .match-preview .successfully-predicted-wdw, .match-stream-preview-button, .match-card .preview-button, .offer-card .offer-btn, .short-accumulator-card .short-accumulator-btn {
    color: #fff;
    background: #00ab54 -webkit-gradient(linear,left top,left bottom,from(#019551),to(#00ab54)) repeat-x;
    background: #00ab54 linear-gradient(180deg,#019551,#00ab54) repeat-x;
    border-color: #00ab54;
}
.accumulator-rows .accumulator-btn button, .btn, .match-card .match-preview .successfully-predicted, .match-card .match-preview .successfully-predicted-wdw, .match-stream-preview-button, .match-card .preview-button, .offer-card .offer-btn, .outline-success-btn, .short-accumulator-card .short-accumulator-btn {
    font-size: 14px;
}
.accumulator-rows .accumulator-btn button, .btn-success, .match-card .match-preview .successfully-predicted, .match-card .match-preview .successfully-predicted-wdw, .match-stream-preview-button, .match-card .preview-button, .offer-card .offer-btn, .short-accumulator-card .short-accumulator-btn {
    background-image: linear-gradient(254deg,#3bba5b,#00ab54);
}
.match-card .match-preview .match-preview-date, .table-steaks tbody tr .amount-td .amount-wrapper, .text-nowrap {
    white-space: nowrap!important;
}
.match-card .match-preview .match-preview-date {
    text-transform: uppercase;
    color: #3bbb5c;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.match-card .match-preview .countdown {
    border: 2px solid rgba(255,255,255,.5);
    /*opacity: .5;*/
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.4;
}
.match-card .preview-button {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    bottom: -20px;
}

.match-card .match-stream-preview-button {
    position: absolute;
    left: 50%;
    margin-left: -135px;
    bottom: -20px;
}
.match-stream-preview-button {
    width: 270px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.btn-success-glowing{
  -webkit-animation:glowing 1.5s infinite;
  animation:glowing 1.5s infinite;
}
.livescore-glowing{
  -webkit-animation:glowing_livescore 1.5s infinite;
  animation:glowing_livescore 1.5s infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-image: linear-gradient(254deg, #3bba5b, #00ab54);
        box-shadow: 0 0 3px #3bba5b;
    }
    50% {
        background-image: linear-gradient(254deg, #40c862, #00b458);
        box-shadow: 0 0 25px #3bba5b;
    }
    to {
        background-image: linear-gradient(254deg, #3bba5b, #00ab54);
        box-shadow: 0 0 3px #3bba5b;
    }
}
@keyframes glowing {
    0% {
        background-image: linear-gradient(254deg, #3bba5b, #00ab54);
        box-shadow: 0 0 3px #3bba5b;
    }
    50% {
        background-image: linear-gradient(254deg, #40c862, #00b458);
        box-shadow: 0 0 25px #3bba5b;
    }
    to {
        background-image: linear-gradient(254deg, #3bba5b, #00ab54);
        box-shadow: 0 0 3px #3bba5b;
    }
}
@-webkit-keyframes glowing_livescore {
    0% {
        background-image: linear-gradient(254deg, #f74539, red);
        box-shadow: 0 0 1px #f74539;
    }
    50% {
        background-image: linear-gradient(254deg, #40c862, red);
        box-shadow: 0 0 10px #f74539;
    }
    to {
        background-image: linear-gradient(254deg, #f74539, #00ab54);
        box-shadow: 0 0 1px #f74539;
    }
}
@keyframes glowing_livescore {
    0% {
        background-image: linear-gradient(254deg, #f74539, #00ab54);
        box-shadow: 0 0 1px #f74539;
    }
    50% {
        background-image: linear-gradient(254deg, #40c862, red);
        box-shadow: 0 0 10px #f74539;
    }
    to {
        background-image: linear-gradient(254deg, #f74539, #00ab54);
        box-shadow: 0 0 1px #f74539;
    }
}

.single_content_header .image-post-thumb img {
  max-width: inherit;
  width: 100%;
}

/*.box.blog_grid_post_style .image-post-thumb > a > img {
  height: 233px;
  object-fit: cover;
}*/

.match-odds-item {
  background-color: #232323;
  padding: 5px 25px;
  border-radius: 30px;
  color: #FFF;
}
.match-odds-item label {
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 0;
  margin-right: 15px;
}

.match-preview-label {
  background-color: #0084ff;
  color: #000;
  padding: 5px 10px;
  border-radius: 0 0 15px 0;
}

.single_section_content.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.single_section_content.pb-0 {
  padding-bottom: 0 !important;
}

.btn-bet {
  background-color: #e74c3c;
  color: #FFF;
}
.btn-large {
  padding: 10px 25px;
}
.btn-border {
  border: 1px solid #FFF;
}
.bg-dark {
  background-color: #303030;
}
.border-top {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.match-odds-item,
.match-prediction-tips {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

#menu_bottom {
    background-color: #160c41;
    display: none;
}
#menu_bottom ul {
  list-style-type: none;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
#menu_bottom ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
#menu_bottom ul::-webkit-scrollbar-thumb,
#menu_bottom ul::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
#menu_bottom ul li {
  padding: 8px 0;
}
#menu_bottom ul li a {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 700;
  white-space: nowrap;
  border-right: solid 1px rgba(255, 255, 255, .3);
  border-left: solid 1px rgba(255, 255, 255, .3);
  line-height: 25px;
}

.header_magazine_full_screen #menu_bottom .navigation_wrapper .jl_main_menu > li > a {
    height: 30px;
    line-height: 30px;
    text-transform: none !important;
}

.widget_categories ul li a:hover {
    text-decoration: none !important;
    color: #00e4ff;
    text-shadow: 0 1px 4px #00e4ff;
}

ul.social-media {
    list-style-type: none;
}
ul.social-media li a {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    color: #00e4ff;
    text-shadow: 0 1px 4px #00e4ff;
}
ul.social-media li a:after {
    content: "";
    display: table;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #FFF;
    position: absolute;
}
ul.social-media li:last-child a {
    padding-right: 0;
    margin-right: 0;
}
ul.social-media li:last-child a:after {
    display: none;
}
footer .widget .widget-title img {
    max-height: 40px;
}

..featured-tips {
    gap: 0 10px;
}

.feat-list {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    max-height: 280px;
}
.feat-list .feat-img {
    display: inline-flex;
    transition: all 0.3s;
    justify-content: center;
    width: 100%;
    min-height: 280px;
}
.feat-list .feat-img img {
    max-width: inherit;
    object-fit: cover;
    height: auto;
    min-width: 100%;
}
.feat-list .feat-title {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    width: 97%;
    bottom: 6px;
    left: 1.5%;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.3s;
}
.feat-list .feat-title .feat-teams {
    flex: 1 1;
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    line-height: 26px;
}
.feat-list .feat-title .feat-teams span {
    display: inline-flex;
    align-items: center;
}
.feat-list .feat-title .feat-teams img {
    width: 20px;
    max-height: 20px;
    min-width: auto;
    margin-right: 5px;
}
.feat-list .feat-title .feat-subtitle {
    flex: 0 auto;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: 400;
}
.feat-list .feat-title .feat-subtitle span {
    margin-bottom: 2px;
    font-size: 12px;
    text-align: center;
}
.feat-list .feat-title .feat-subtitle .feat-button {
    background-color: #0084ff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.feat-list .feat-title .betlist-date {
    color: #fff;
    margin: 0 0 5px;
    border-color: #666;
}
.feat-list .feat-title .betlist-date .timedate i {
    font-size: 18px;
}

.bettip-tag {
    font-size: 10px;
    font-weight: 700;
    background-color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    border-radius: 5px;
    color: #000;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 2;
}

.feat-list:hover .bettip-tag {
    opacity: 1;
}
.feat-list:hover .feat-title {
    background-color: rgba(0, 0, 0, 0.7);
}
.feat-list:hover .feat-img {
    -webkit-transform: scale(1.1);
}

.content-block {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.content-block .content-block {
    padding: 0;
    box-shadow: none;
}
.content-block h1 {
    margin: 0 0 13px;
    font-weight: 700;
    color: #0D0E10;
}

.betblock {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.betblock-text {
    flex-basis: 60%;
}

.betblock-img {
    flex-basis: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}
.leftimg .betblock-text {
    padding-left: 10px;
}

.rightimg .betblock-text {
    padding-right: 10px;
}

.title-bordered, .content-block .title-bordered, .title-bordered-green, .content-block .title-bordered-green {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 25px;
    display: flex;
    position: relative;
    align-items: center;
}

.medium-btn {
    display: inline-block;
    padding: 7px 5px;
    border-radius: 5px;
    font-size: 16px;
}
.dark-grey-btn {
    color: #000;
    background-color: #d3d6d9;
}
.btn-layout a, .btn-layout a:visited {
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.betlist-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #e6e9ec;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.5s;
    border: solid 1px #e6e9ec;
}

.betlist-date {
    flex-basis: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 3px;
    margin: 0 0 10px;
    border-bottom: solid 1px #ccc;
}
.betlist-date .timedate {
    display: inline-flex;
    align-items: center;
}
.betlist-date .timedate i {
    font-size: 20px;
    margin-right: 5px;
}
.betlist-date .betlist-league {
    display: inline-flex;
    align-items: center;
}
.betlist-date .betlist-league img {
    width: 18px;
    margin-left: 5px;
}

.betlist-teams {
    flex: 1 1;
    display: inline-flex;
    flex-direction: column;
}
.betlist-teams span {
    display: inline-flex;
    align-items: center;
    line-height: 25px;
}
.betlist-teams span img {
    flex: 0 0 20px;
    min-width: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.betlist-btn {
    flex: 0 auto;
    text-align: center;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 700;
    background-color: #d0d3d6;
    transition: all 0.5s;
}

.betlist-item:hover {
    background-color: #fff;
}

.betlist-item:hover .betlist-btn {
    background-color: #00805a;
    color: #fff;
}

.betlist-item-full {
    background: none;
}
.betlist-item-full .betlist-teams {
    flex-direction: row;
}
.betlist-item-full .betlist-teams span {
    flex-basis: 40%;
    font-size: 16px;
    line-height: 35px;
}

.betlist-container .span_12 .betlist-btn {
    padding: 0 75px;
}

.pre-gray-18, .pre-18, .pre-18-border, .pre-gray-16, .pre-16, .pre-16-border {
    display: flex;
    min-height: 41px;
    align-items: center;
    line-height: 30px;
    padding: 5px 10px;
    margin: 0 0 5px;
}
.pre-gray-18, .pre-18, .pre-18-border {
    font-size: 18px;
}
.pre-gray-18, .pre-gray-16 {
    background-color: #e6e9ec;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content--block {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blockbet {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.content__widgets {
    margin-bottom: 15px;
    position: relative;
}
.dark--grey--btn {
    box-shadow: none;
    border: 1px solid #ccc;
}
.dark__grey__btn {
    background-color: #f5f5f5 !important;
}
.feat--subtitle {
    background-color: #283c73;
}
.content-widgets-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
}
.content-widgets-terms {
    font-size: 1rem;
}
.button.t--col.t--teams {
    background-color: #3aaa35;
    border-color: #3aaa35;
    color: #fff;
    margin: 3px 0;
    padding-right: 25px;
    padding-left: 25px;
    display: block;
}
.feat--list img {
    object-fit: contain;
}
.button.t--col.t--teams:hover {
    text-decoration: none;
    background-color: #00805a;
    border-color: #00805a;
    color: #fff;
}

.table-row {
    display: -ms-flexbox;
    display: flex;
    line-height: 25px;
    display: flex;
    padding: 5px 10px;
    flex: 1;
}
.table-row:nth-child(odd) {
    background-color: #e6e9ec;
}
.table-row span {
    overflow: hidden;
    white-space: nowrap;
}
.table-row-loneups:nth-child(odd) {
    background-color: #e6e9ec;
}
.table-row-loneups span {
    overflow: hidden;
}
.lineup-row {
    display: -ms-flexbox;
    display: flex;
    line-height: 25px;
    display: flex;
    padding: 5px 10px;
    flex: 1;
}


.home {
    text-align: right;
}

.vs-teams {
    flex-basis: 10%;
    text-align: center;
    font-weight: 700;
}

.fxs-table {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.fxs-table a, .fxs-table a:visited {
    color: #000;
    font-weight: 400;
}
.fxs-table .green-button {
    color: #fff !important;
}

.fxs-info,
.fxs-game,
.fxs-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fxs-info {
    flex-basis: 29%;
}

.fxs-info > * + * {
    margin-left: 5px;
}

.fxs-game {
    flex-basis: 42%;
}
.fxs-game span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.fxs-game .vs-teams {
    flex-basis: 14%;
}

.fxs-team {
    flex-basis: 43%;
}

.fxs-btn {
    flex-basis: 29%;
    justify-content: flex-end;
}
.fxs-btn a, .fxs-btn a:visited {
    display: inline-flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    border-radius: 5px;
}
.fxs-btn .confirmed {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 160px;
    background-color: #2a1272;
    color: #fff !important;
}
.fxs-btn .green-button {
    color: #fff;
    min-width: 160px;
}
.fxs-btn .yellow-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 160px;
    min-width: 160px;
    background-color: #f9bf3f;
    color: #000 !important;
}

.table-for-previews .fxs-btn .green-btn {
    border-radius: 5px;
    background-color: #2a1272;
    padding: 0 10px;
    color: #fff;
}
.table-for-previews .fxs-btn .yellow-btn {
    border-radius: 5px;
    padding: 0 10px;
}
.table-for-previews .fxs-btn .green-btn, .table-for-previews .fxs-btn .yellow-btn {
    min-width: 142px;
    display: inline-flex;
    justify-content: space-between;
}

.greentext {
    color: #2a1272 !important;
}

.green-button, .green-button:visited {
    background-color: #2a1272;
    color: #fff;
}

.yellow-button, .yellow-button:visited {
    background-color: #f9bf3f;
    color: #000;
}

.date-headline {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 5px;
    line-height: 1.4rem;
}

.livestreams {
    margin-bottom: 20px;
    border-top: solid 1px #d3d6d9;
}
.livestreams:nth-last-child(1) {
    margin-bottom: 0;
}
.livelist {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    line-height: 16px;
}
.livelist:nth-child(even) {
    background-color: #e6e9ec;
}

.livedate {
    flex-basis: 20%;
    display: inline-flex;
    align-items: center;
}
.livedate i {
    font-size: 20px;
    margin-right: 5px;
}

.livematch {
    flex-basis: 50%;
}

.liveleague {
    flex-basis: 30%;
}

.livecomp {
    flex-basis: 15%;
    display: inline-flex;
    justify-content: flex-end;
}
.livecomp span {
    display: inline-flex;
    width: 100%;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}
.bet-yellow {
    background-color: #f9bf3f;
    color: #000;
}

.block__content {
    font-size: 1.2rem;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 700;
}
.block__content i {
    font-size: .9rem;
    color: #f74539;
}

.text-underline {
    text-decoration: underline;
}

.titletop {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #0D0E10;
    line-height: 35px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.titletop span {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.livehead {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    border-bottom: solid 2px #e6e9ec;
    margin: -10px -10px 10px;
    color: #000;
    align-items: center;
}
.livetitle {
    font-size: 18px;
    display: inline-flex;
    font-weight: 700;
}

.livedropmenu {
    width: 100%;
    border-radius: 2px;
    border: none;
    background: #fff;
    padding: 0.5em 4.5em 0.5em 1em;
    border: solid 2px #e6e9ec;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.livedropmenu:active,
.livedropmenu:hover,
.livedropmenu:focus {
    box-shadow: none;
    outline: none;
}
.custom-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2.7em;
    height: 100%;
    background-color: #e6e9ec;
    pointer-events: none;
}
.custom-arrow::before, .custom-arrow::after {
    --arrowsize: 0.4em;
    --arrowcolor: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-arrow::before {
    border-left: var(--arrowsize) solid transparent;
    border-right: var(--arrowsize) solid transparent;
    border-bottom: var(--arrowsize) solid var(--arrowcolor);
    top: 41%;
}
.custom-arrow::after {
    border-left: var(--arrowsize) solid transparent;
    border-right: var(--arrowsize) solid transparent;
    border-top: var(--arrowsize) solid var(--arrowcolor);
    top: 63%;
}

.dark-header, .gray-header, .green-header {
    font-size: 18px;
    line-height: 17px;
    padding: 9px 10px;
    margin-bottom: 5px;
    background-color: #01634c;
    position: relative;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.gray-header {
    color: #000;
    background-color: #e6e9ec;
}
.tipbox_item {
    padding: 20px 20px 10px;
    border: solid 2px #e6e9ec;
    margin: 10px 0 0;
    border-radius: 2px;
}
.tipbox_item:nth-child(even) {
    background-color: #e6e9ec;
    border-color: #ddd;
}
.tipsbox_header {
    padding: 0 0 10px;
    align-items: center;
    border-bottom: solid 2px #e6e9ec;
}
.prev_tips_item .tipsbox_header {
    border: none;
}
.tipbox_item:nth-child(even) .tipsbox_header {
    border-color: #ddd;
}
.tipsbox_title {
    display: flex;
}
.tipsbox_title i {
    font-size: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tipsbox_title > h3 {
    font-size: 18px;
    display: inline-flex;
    flex-direction: column;
    line-height: 18px;
}
.tipsbox_title > h3 > .tipsbox_meta {
    font-size: 13px;
}
.read_tip,
.read_tip:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    border: solid 2px #00805a;
    color: #00805a;
    border-radius: 5px;
    font-weight: 700;
}
.read_tip i,
.read_tip:visited i {
    margin-left: 5px;
}
.tipsbox_title > h3 img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

#wg-api-football-fixtures #fixtures .api_football_text_center {
    text-align: left !important;
}

.widget-bottom-ads {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.widget-bottom-ads img {
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 999;
}
.mobile-livescore {
  display: none;
}

.match-info-item:nth-child(odd) {
    background-color: #e6e9ec;
}

@media (min-width: 992px) {
  .col-xl--5,
  .col-lg--5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.article_text a {
  color: #0084ff;
}
.article_text a:hover {
  text-decoration: underline;
}

.btn.btn-success {
  color: #FFF !important;
}
.btn.btn-success:hover {
  text-decoration: none !important;
}

.htable-title {
    font-size: 14px;
}
.htable-row {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    border-bottom: solid 1px #ddd;
    padding: 0 5px;
}
.htable-position {
    flex-basis: 10%;
    justify-content: center;
    border-right: solid 1px #ddd;
}
.htable-row div {
    display: inline-flex;
    align-items: center;
}
.htable-team {
    flex-basis: 75%;
    padding-left: 2%;
    white-space: nowrap;
    overflow: hidden;
}
.htable-point {
    flex-basis: 15%;
    justify-content: center;
}
.htable-more, .htable-more:visited {
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    padding: 0 10px 0 8px;
}
.htable-logo img {
    max-width: 18px;
    margin-right: 3px;
    vertical-align: middle;
    height: auto;
}

.load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.load-more-container > a,
.load-more-container a:visited {
    padding: 0 10px;
    background: #e6e9ec;
    border-radius: 5px;
    color: #000;
    line-height: 29px;
    font-size: 12px;
    font-weight: 700;
}
.more {
    display: inline-flex;
    align-items: center;
}
.less {
    display: none;
    align-items: center;
}
.more i,
.less i {
    margin-left: 5px;
}

#mainmenu .menu-item .sub-menu {
  position: fixed !important;
  top: 60px !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  padding: 15px 10% !important;
}
#mainmenu .menu-item .sub-menu .menu-item .dropdown-item {
  text-align: center;
  border-radius: 5px;
}
#mainmenu .menu-item .sub-menu .menu-item img,
#mainmenu-mobile .menu-item img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  min-width: 35px;
  min-height: 35px;
  object-fit: contain;
  display: inline-block;
}
#mainmenu .menu-item .sub-menu .menu-item .dropdown-item:hover img {
  background-color: #FFF;
  border-radius: 5px;
}
.