
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-family: Raleway;
  color: #AFB4BA;
}

/* line 5, resources/assets/styles/common/_global.scss */

a {
  color: #F2F3F3;
  font-size: 0.875rem;
  text-decoration: none;
}

/* line 11, resources/assets/styles/common/_global.scss */

ul {
  list-style-type: none;
  padding: 0;
}

/* line 16, resources/assets/styles/common/_global.scss */

ul li {
  list-style-type: none;
}

/* line 20, resources/assets/styles/common/_global.scss */

a:hover {
  color: #41a85f;
  text-decoration: none;
}

/* line 25, resources/assets/styles/common/_global.scss */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 29, resources/assets/styles/common/_global.scss */

.btn-custom {
  border-radius: 6px;
  background: #292B2E;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
}

/* line 38, resources/assets/styles/common/_global.scss */

.btn-custom:hover {
  color: #fff;
  background-color: #41a85f;
}

/* line 43, resources/assets/styles/common/_global.scss */

.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .banner .nav li.active .nav-link,
.banner .nav .navbar-light .navbar-nav li.active .nav-link,
.navbar-light .navbar-nav .nav-item.active .banner .nav a,
.banner .nav .navbar-light .navbar-nav .nav-item.active a,
.navbar-light .navbar-nav .banner .nav li.active a,
.banner .nav .navbar-light .navbar-nav li.active a,
.navbar-expand-md .navbar-nav .nav-item.active .nav-link,
.navbar-expand-md .navbar-nav .banner .nav li.active .nav-link,
.banner .nav .navbar-expand-md .navbar-nav li.active .nav-link,
.navbar-expand-md .navbar-nav .nav-item.active .banner .nav a,
.banner .nav .navbar-expand-md .navbar-nav .nav-item.active a,
.navbar-expand-md .navbar-nav .banner .nav li.active a,
.banner .nav .navbar-expand-md .navbar-nav li.active a {
  color: #41a85f !important;
}

/* line 48, resources/assets/styles/common/_global.scss */

.breadcrumb {
  background-color: transparent;
  color: #888;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  vertical-align: middle;
}

/* line 59, resources/assets/styles/common/_global.scss */

.page-breadcrumb {
  margin: 1rem 0;
  padding-left: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
}

/* line 70, resources/assets/styles/common/_global.scss */

.breadcrumb li {
  display: table-cell;
}

/* line 74, resources/assets/styles/common/_global.scss */

.box_info {
  background: url(http://127.0.0.1/bongda/wp-content/themes/bongda/dist/images/bg-stadium.jpg) no-repeat;
  color: #fff;
  padding: 20px;
  font-size: 13px;
  position: relative;
  margin-top: 20px;
}

/* line 89, resources/assets/styles/common/_global.scss */

.match_events {
  font-size: 13px;
}

/* line 92, resources/assets/styles/common/_global.scss */

.match_events td {
  padding: 5px;
}

/* line 97, resources/assets/styles/common/_global.scss */

.match_events td[align="left"] img {
  margin-right: 5px;
}

/* line 101, resources/assets/styles/common/_global.scss */

.match_events td[align="left"] .inlineText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 109, resources/assets/styles/common/_global.scss */

.match_events td[align="right"] img {
  margin-right: 5px;
}

/* line 113, resources/assets/styles/common/_global.scss */

.match_events td[align="right"] .inlineText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 121, resources/assets/styles/common/_global.scss */

.match_statistics {
  font-size: 13px;
}

/* line 124, resources/assets/styles/common/_global.scss */

.match_statistics td {
  padding: 5px;
}

/* line 129, resources/assets/styles/common/_global.scss */

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 136, resources/assets/styles/common/_global.scss */

.wp-pagenavi span,
.wp-pagenavi a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 147, resources/assets/styles/common/_global.scss */

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 156, resources/assets/styles/common/_global.scss */

.wp-pagenavi span.current {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 164, resources/assets/styles/common/_global.scss */

.home .title_box {
  margin-top: 15px;
  margin-bottom: 0px;
  border-left: 0px;
  padding: 0px;
}

/* line 168, resources/assets/styles/common/_global.scss */

.home .title_box h1,
.home .title_box h2,
.home .title_box h3,
.home .title_box h4,
.home .title_box span {
  font-family: 'Oswald';
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(142deg, #BB5014 0%, #8B0000 100%);
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.625rem; /* 130% */
}

/* line 182, resources/assets/styles/common/_global.scss */

.home .title_box a {
  color: #fff;
}

/* line 5, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-right {
  text-align: right!important;
}


.card {
  border-radius: 0 !important;
}

.logo-banner {
  padding: 15px 0;

  /*background-color: #fff;*/
}

.logo-banner a {
  color: #000;
}

.logo-banner .left {
  width: auto;
  float: left;
  height: 50px;
  /*line-height: 90px;*/
  position: relative;
}

.logo-banner .right {
  width: auto;
  float: right;
  /*height: 55px;
  line-height: 90px;*/
}

.logo-banner .left a {
  display: block;
  vertical-align: middle;
}

.logo-banner .left .logo {
  max-width: 240px;
  max-height: 90px;
  position: relative;
  vertical-align: middle;
}

header {
  min-height: 56px;
}

.nav-menu {
  background: linear-gradient(90deg, rgb(31, 32, 35) 0%, rgb(30, 36, 55) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 56px;
  padding: 0;
}
.nav-mobile  {
  display: none;
}
.main-menu {
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.main-menu .logo {
  position: relative;
  width: 160px;
  background: unset !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-menu .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  right: 10px;
  bottom: 0;
  background-color: #0038AB;
  z-index: 1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.main-menu .logo img {
  height: 36px;
  width: auto;
  z-index: 2;
}
.main-menu ul.navbar-nav li.nav-item a{
  color: #FFF;
  font-family: 'Oswald';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
}
.main-menu ul.navbar-nav li.nav-item a:hover {
  color: #4FA747;
}

.main-menu .topnav__menu {
  gap: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
}
.main-menu .topnav__menu .menu-item {
  height: 100%;
  font-style: normal;
  position: relative;
  cursor: pointer;
}
.main-menu .topnav__menu .menu-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffffcf;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Oswald;
}
.main-menu .topnav__menu .menu-item.active a,
.main-menu .topnav__menu .menu-item:hover {
  color: #2FB925;
  font-weight: 700;
}
.main-menu .topnav__menu .menu-item.active:after,
.main-menu .topnav__menu .menu-item:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #2FB925;
}
.topnav-btn {
  gap: 10px;
  display: flex;
}
.topnav-btn a {
  width: 95px;
  height: 32px;
  color: #FFF;
  font-family: Oswald;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.topnav-btn a:hover {
  text-decoration: none;
  color: #4FA747;
}
.topnav-btn .btn-company {
  background: linear-gradient(102deg, #B3421E -7.82%, #8F1512 110.99%);
}
.btn-8xbet {
    padding: 4px 12px;
    position: relative;
    border-radius: 6px;
    background: linear-gradient(180deg,
            #f8111d 0%,
            #960b12 52.54%,
            #420808 100%);
    border: none;
    color: #ffea5f;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
    text-transform: uppercase;
    text-decoration: none;
}

.btn-8xbet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 3px;
    background: linear-gradient(180deg,
            #fee465 0%,
            #f7e938 49.5%,
            #7d3011 56%,
            #a65b19 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.btn-8xbet::after {
    content: "";
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    right: 0.5px;
    bottom: 0.5px;
    border-radius: 4.5px;
    background: transparent;
    border: 2px dotted #FDFBEB;
}

.btn-8xbet:hover {
    color: #ffea5f !important;
    background: linear-gradient(180deg,
            #420808 0%,
            #960b12 52.54%,
            #f8111d 100%);
}
a.btn-8xbet.ads-item {
    margin-left: 12px;
}
.main-menu .navbar-toggler {
  display: none;
  outline: 0;
}
.main-menu .navbar-toggler:focus {
  outline: 0;
}
.nav-mobile {
  background: #1A1D23;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.nav-mobile .navbar-light {
  background: #1A1D23;
  height: 56px;
}

.nav-mobile .logo-cnt {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-mobile .logo-cnt .logo {
  height: 32px;
  width: auto;
}

.nav-mobile .navbar-toggler:focus {
  outline: 0;
}
.nav-mobile .menu-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.nav-mobile .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.nav-mobile .nav-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav-mobile .nav-link {
  color: #fff;
  font-family: "Oswald";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 160% */
  text-transform: uppercase;
  padding: 10px;
}
.nav-mobile .nav-item.active .nav-link,
.nav-mobile .nav-link:hover,
.nav-mobile .nav-link:focus {
  background: linear-gradient(96deg, #008360 -2.23%, #49ec44 117.28%);
  color: #fff !important;
}
/* Menu Mobile */

@media(max-width: 1400px) {
  .main-menu .topnav__menu {
    gap: 15px;
  }

  .main-menu .topnav__menu .menu-item a {
    font-size: 13px;
  }
}

@media(max-width: 1199px) {
  .nav-menu {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .main-menu .topnav__menu {
    display: none;
  }
  .main-menu .navbar-toggler {
    display: block;
  }
}

#app {
  background-color: #141516;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-league {
  margin: 10px 0;
}

.nav-league .nav-tabs {
  border-bottom: 1px solid #41a85f !important;
}

.nav-league .nav-tabs .nav-item.show .nav-link,
.nav-league .nav-tabs .nav-link.active {
  border-color: #41a85f #41a85f #fff !important;
  color: #41a85f;
}

.nav-league .nav-tabs .nav-link:focus,
.nav-league .nav-tabs .nav-link:hover {
  border-color: #41a85f #41a85f #fff !important;
}

.news_box_top {
  margin-top: 10px;
}

.featured .thumb_big {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.featured .thumb_big a {
  display: block;
  width: 100%;
  height: 100%;
}

.featured .thumb_big a img {
  width: 100%;
  min-height: 100%;
}

.featured .thumb_big h2.title_news {
  background: rgba(0, 0, 0, 0.63);
  padding: 10px 15px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-left: 4px solid #41a85f;
}

.featured .thumb_big a h2.title_news {
  font-size: 1rem;
  line-height: 26px;
  color: #fff;
}

.featured .thumb_big a h2.title_news:hover {
  text-decoration: none;
}

.featured .description {
  margin-bottom: 15px;
  height: 60px;
  overflow: hidden;
}

.home_page .mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

.sub_featured {
  width: 100%;
  height: 420px;
  float: right;
}

.sub_featured ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  padding-right: 0;
}

.sub_featured ul li:hover {
  border-left: 3px solid #2ebb2e;
  padding-left: 9px;
}

.sub_featured ul li a {
  font-size: 0.875rem;
  font-weight: 500;
}

h2.title_name {
  font-size: 0.875rem;
}

.bot_featured {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box_info h1 {
  font-size: 2em;
  margin: 0.5rem 0;
  color: #ffd330;
  text-align: center;
}

.box_info p {
  padding: 0;
  margin: 0 0 10px;
}

.box_info a.wu-logo-su {
  background: #fff;
  display: block;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin: auto;
}

.box_info a.wu-logo-su img {
  width: 60px;
  height: 60px;
}

.league a {
  color: #000;
}

.league img {
  width: 18px;
  height: 18px;
  margin-right: 0.2rem;
}


.item_post {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.item_post:first-child {
  border: none;
}

.item_post .post-item-image {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f8f8f8;
}

.item_post .small-post-meta,.post-item-video .small-post-meta {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

.item_post .small-post-meta span,.post-item-video .small-post-meta span {
  list-style: none;
  float: left;
  margin-right: 8px;
  color: #b0b0b0;
  font-size: 0.675rem;
  display: block;
}

.item_post .description {
  color: #777;
  float: left;
  line-height: 22px;
  font-size: 0.875rem;
}

.item_post .item_small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_post .category-label {
  left: 15px;
  position: absolute;
  z-index: 10;
}

.category-label {
  background-color: #0a0a0a;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  position: relative;
  height: 1.8em;
  line-height: 1.8;
  padding: 0 0.7em;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
  white-space: nowrap;
}

.img-post {
  width: 100%;
  position: relative;
  display: block;
  height: 177px;
}

.post-item-video {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  border-radius: 2px;
  background: linear-gradient(0deg, #292B2E 0%, #292B2E 100%), lightgray 50% / cover no-repeat;
  color: #000;
}

.post-item-video .post-item-image {
  /*height: 185px;*/
  overflow: hidden;
  max-height: 165px;
}
.post-item-video .caption{
  padding: 10px 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.post-item-video .post-item-image >a{
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 100%;
}

.post-item-video .post-item-image-big {
  height: 410px;
  overflow: hidden;
}
.post-item-video svg {
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 9;
}
.post-item-video .overlay {
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.50) 0%, rgba(20, 20, 20, 0.00) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  will-change: opacity;
}
.post-item-video:hover .overlay{opacity: 0;}
.post-item-video h3.title_name {
  color: #F2F3F3;
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}

.post-item-video a h3 {
  color: #fff;
  line-height: 0;
  font-size: 1rem;
}

.post-icon-xl {
  width: 48px!important;
  height: 48px!important;
}

.post-icon {
  position: absolute!important;
  right: 0!important;
  left: 0!important;
  top: 0!important;
  bottom: 0!important;
  margin: auto!important;
  background: rgba(0,0,0,0.3)!important;
  border-radius: 100%!important;
  z-index: 10!important;
  pointer-events: none!important;
  float: none!important;
}

.sub_videos {
  width: 100%;
  height: 415px;
  float: right;
}

.news_content .meta {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}

.news_content .meta li {
  margin-right: 15px;
  display: inline-block;
}

.news_content .meta li:last-child {
  margin-right: 0;
}

.news_content .meta .fblike {
  width: 80px;
  vertical-align: bottom;
}

.news_content .summary {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  text-align: justify;
  color: #AFB4BA;
}

.news_content .content {
  font-size: 0.875rem!important;
  line-height: 1.5rem!important;
}

.news_content .content img {
  height: unset!important;
  width: 100%!important;
}

.news_content .post-tags {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.news_content .tags-title {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-right: 15px;
  line-height: 28px;
}

.news_content .tag-list {
  margin: 0;
  padding: 0;
}

.news_content .tag-list li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.news_content .tag-list li a {
  border: 2px solid #f0f0f0;
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 11px;
  padding: 8px;
  border-radius: 0.25rem;
}

.news_content .tag-list li a:hover {
  border-color: #41a85f;
  background-color: #41a85f;
  color: #fff!important;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #9c9c9c;
}

.bg-site {
  background-color: #41a85f;
}

.bg-white {
  background-color: #fff;
}

.bg-dedede {
  background-color: #dedede;
}

.bg-b1b1b1 {
  background-color: #b1b1b1;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.padding-sm {
  padding: 0 0.75rem;
}

.margin-top-lg {
  margin-top: 1.5rem;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem;
}

.margin-top-md {
  margin-top: 1rem;
}

.margin-bottom-md {
  margin-bottom: 1rem;
}

.margin-top-xs {
  margin-top: 0.5rem;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem;
}

.border_box {
  border: 1px #f7f7f7 solid;
}

.content_post {
  overflow: auto;
  border: 1px #f7f7f7 solid;
  padding: 20px;
  height: 300px;
}

.box_category {
  margin-bottom: 1rem;
}

.block_tag_padding {
  padding-left: 89px;
}

.block_tag {
  position: relative;
}

.block_tag .txt_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #1f1f1f;
  padding: 0 7px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.block_tag .list_tag_scroll {
  display: table-cell;
  vertical-align: middle;
}

.block_tag .list_tag_scroll h3 {
  display: table-cell;
  padding-right: 10px;
}

.block_tag .tag_item {
  display: block;
  font: 400 14px/36px arial!important;
  color: #fff;
  padding: 0 10px;
  background: #1f1f1f;
}

.block_tag .tag_item.active,.block_tag .tag_item:hover {
  background: #41a85f;
  text-decoration: none;
}

.block_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.block_scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #000;
}

.block_scroll::-webkit-scrollbar-thumb:horizontal {
  background-color: #41a85f;
}

.block_scroll::-webkit-scrollbar-track:horizontal {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #000;
}

.boxgun {
  width: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #ff0026;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  margin: auto;
}

.boxgun.w {
  background-color: #2ebb2e;
}

.boxgun.d {
  background-color: #9b9b9b;
}

.matches {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.t_vs_num span{
  width: 30px;height: 30px;display: flex;
  align-items: center;
  justify-content: center;
}

.t_vs_num span.winner {
  background: linear-gradient(136deg, #3effff, #166def 31.07%, #5968f7 45.94%, #ad1bf1 80.51%);
  stroke-width: 1px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(180deg, #151515 21.69%, #074eba), 
  linear-gradient(180deg, #043b8d 21.69%, #074eba);
  border: 0 solid;
  border-color: rgba(4, 59, 141, 0);
  border-radius: 50%;
  color: #fff;
}

.t_vs_num {display: flex;gap: 5px;}

.team-logo-group {
  display: flex;
  position: relative;
}
.team-logo-group img {
  object-fit: contain;
}
.team-logo-group-bg img {
  border-radius: 50px;
  background: #FFF;
}
.team-logo-group .serve-icon, .team-logo-group .tennis-serve-icon {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 5px);
 }
 .team-logo-group .badminton-serve-icon {
  bottom: -14px;
 }
 .team-logo-group .volleyball-serve-icon {
  bottom: -11px;
 }
.team-logo-group .team-logo-1 {
  margin-left: -14px;
}
.team-name-group {
  display: flex;
  flex-direction: column;
}
.col.text-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.team-live {
  background-image: url(../images/bg-match/bg-match-header-v2.png);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 260px 1.6fr 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  min-height: 116px;
  align-items: center;
  padding: 0 12px;
  gap: 24px;
}

.team-live-basketball {
  background-image: url(../images/bg-match/bg-match-header-basketball.png);
}

.team-live-tennis {
  background-image: url(../images/bg-match/bg-match-header-tennis.png);
}

.team-live-badminton {
  background-image: url(../images/bg-match/bg-match-header-badminton.png);
}

/* Start: t-incident Football */
.t-incident .t-incident-content {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.t-incident .incident-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #191B1F;
  outline: 0;
  border: none;
  border-radius: 20px;
  width: 77px;
  height: 23px;
  color: white;
}
/* End: t-incident Football */

/* Start: t-incident Basketball */
.t-incident-basketball {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  color: #FFF;
}

.t-incident-basketball .tib-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  gap: 4px;
  padding: 2px 10px;
}
.t-incident-basketball .tib-row .tib-column-value-ot,
.t-incident-basketball .tib-row .tib-home-ot,
.t-incident-basketball .tib-row .tib-away-ot {
  display: none;
}
.t-incident-basketball .tib-row-ot {
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
}
.t-incident-basketball .tib-row-ot .tib-column-value-ot,
.t-incident-basketball .tib-row-ot .tib-home-ot,
.t-incident-basketball .tib-row-ot .tib-away-ot {
  display: block;
}
.t-incident-basketball .tib-row-head {
  text-transform: uppercase;
  color: #C2E598;
}

.t-incident-basketball .tib-row-team {
  position: relative;
}

.t-incident-basketball .tib-row-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(360deg, #01a441, #1a1e23);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.t-incident-basketball .tib-column-name {
  color: #C2E598;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.t-incident-basketball .tib-column-value {
  text-align: center;
}

.t-incident-basketball .tib-row .tib-win {
  color: #00FF4B;
}
/* End: t-incident Basketball */

/* Start: t-incident tennis */
.t-incident-tennis {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  color: #ffffff;
}

.t-incident-tennis .tib-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  gap: 4px;
  padding: 2px 10px;
}

.t-incident-tennis .tib-row .tib-column-s4,
.t-incident-tennis .tib-row .tib-column-s5 {
  display: none;
}

.t-incident-tennis .tib-row-3 {
  grid-template-columns: 100px 1fr 1fr 1fr
}

.t-incident-tennis .tib-row-5 {
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr
}

.t-incident-tennis .tib-row-5 .tib-column-s4,
.t-incident-tennis .tib-row-5 .tib-column-s5 {
  display: block;
}

.t-incident-tennis .tib-row-head {
  text-transform: uppercase;
  color: #C2E598;
}

.t-incident-tennis .tib-row-team {
  position: relative;
}

.t-incident-tennis .tib-row-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  padding: 1px;
  background-image: linear-gradient(0deg, rgb(23, 30, 32) 0%, rgb(0, 93, 48) 50%, rgb(0, 153, 63) 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.t-incident-tennis .tib-column-name {
  color: #C2E598;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.t-incident-tennis .tib-column-value {
  text-align: center;
  position: relative;
}

.t-incident-tennis .tib-column-value .grab-7-points {
  position: absolute;
  top: -4px;
  font-size: 9px;
  padding-left: 3px;
}

.t-incident-tennis .tib-row .tib-win {
  color: #00FF4B;
}
/* End: t-incident tennis */

.team-vote h5 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#carousel-vote {
  padding-bottom: 10px;
}

#carousel-vote .vote-item {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#carousel-vote .vote-btn {
  width: 98px;
  height: 28px;
  flex-shrink: 0;
  outline: 0;
  border-radius: 4px;
  border: none;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}
#carousel-vote .vote-btn span {
  position: relative;
  z-index: 2;
}
#carousel-vote .vote-btn svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#carousel-vote .carousel-indicators {
  margin: 0;
  bottom: -20px;
}

#carousel-vote .carousel-indicators li {
  background-color: #D9D9D9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#carousel-vote .carousel-indicators li.active {
  background-color: #0954F6;
}

#carousel-vote .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

#carousel-vote .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#carousel-vote .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#carousel-vote .carousel-control-next .arrow {
  border-color: #0954F6;
}

#carousel-vote .carousel-control-prev,
#carousel-vote .carousel-control-next {
  background: transparent;
  height: 28px;
  width: 28px;
  outline: 0;
  border: none;
  top: 30px;
}

.teambox {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.teambox .grid-match__time {
  position: absolute;
  left: 0;
  top: -22px;
  transform: none;
  width: 100%;
  text-align: center;
  color: #00FF4B;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 2;
}

.teambox__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2px;
  min-width: 42px;
}

.teambox__center_playing {
  width: 100px;
}

.teambox__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.teambox__team-name {
  color: #FFF;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.teambox__team-home {
  justify-content: flex-end;
}

.teambox__team-home .team-name-group {
  text-align: right;
}

.teambox__team .team-name-group .teambox__team-name {
  width: 170px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teambox__team-home .team-logo-group {
  order: 1;
}

.teambox__competition {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
}

.teambox__day {
  border-radius: 2.25rem;
  border: 0.0625rem solid transparent;
  background: radial-gradient(94.75% 94.65% at 49.3% 5.36%, #040506 27.33%, #08115b 100%);
  color: #FFF;
  text-align: center;
  font-family: 'Roboto';
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: inherit;
  height: inherit;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  height: 42px;
  position: relative;
}
.teambox__day::before {
  background: linear-gradient(152deg,#1a850b 25%,#000 50%,#0048ff 90%);
  border-radius: 2.25rem;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff));
  -webkit-mask: linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);
  -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
  mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff));
  mask: linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: .8;
  padding: .0625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}

.teambox__day.t_vs_num{
  padding: 0;
}

.teambox__day span {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  flex: 1;
}
.teambox__day span.score-size-min {
  font-size: 20px;
}
.teambox__day span.vs {
  opacity: 0.5;
  width: 10px;
}

.teambox__day span.winner {
  height: 40px;
  width: 42px;
}

.teambox__status {
  display: none;
  border-radius: 2px;
  background: #009139;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
}

.teambox__team .team-logo-group img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}

.teambox__team .team-logo-group-2 img {
  width: 44px;
  height: 44px;
}

.teambox__team .team-logo-group-2 .team-logo-1 {
  margin-left: -16px;
}

.teambox_agg {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  text-align: center;
}

.teambox_agg span {
  color: #00EB1F;
  font-weight: 500;
}

.section-player {
  width: 100%;
}
.bg-pill {
  background: #1C1E1F;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
}

.hidechat .play_main_left {
  width: 100%!important;
  padding-right: 0;
}

.hidechat .play_main_right {
  display: none!important;
}

.play_main_left {
  padding-right: 15px;
  width: 75%;
  float: left;
}

.play_main_right {
  /* width: 25%; */
  float: right;
  gap: 12px;
}

.play_main_left ul {
  background: none;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  /* overflow: hidden; */
  border: 0px;
}

.play_main_left ul.nav li.nav-item {
  flex: 1;
  display: flex;
}

.play_main_left ul.nav-tabs button {
  background: #292B2E;
  gap: 10px;
  width: 100%;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
  text-transform: uppercase;
  color: #FFF;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 0px;
  position: relative;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  gap: 16px;
}

.play_main_left ul.nav-tabs button#live-player-tab {
  border-top-left-radius: 10px;
}

.play_main_left ul.nav-tabs button span {
  z-index: 1;
  background: linear-gradient(105deg, #FFF 0%, #FFF500 90.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.play_main_left ul.nav-tabs button.active, .play_main_left ul.nav-tabs button:focus {
  background: linear-gradient(180deg, #051E0A 0%, #002462 100%);
}

.play_main_left ul.nav-tabs .socialvn-share {
  width: 100%;
  border-left: 1px solid #4A4A4A;
}

.play_main_left ul.nav-tabs .cate-24h-foot-arti-deta-social,
.play_main_left ul.nav-tabs .btn-share-24h {
  height: 100%;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #292B2E;
  padding: 12px;
  position: relative;
  border-top-right-radius: 10px;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social span {
  background: linear-gradient(105deg, #FFF 0%, #FFF500 90.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Oswald;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  height:100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play_main_left ul.nav-tabs  .btn-share-24h .cv19-sha-social__tit:before {
  background: url('../images/live-tab-icon-share.svg') no-repeat;
  margin: 0 16px 0 0;
}

@media (max-width: 1444px) {
  .teambox__team .team-name-group .teambox__team-name {
    width: 140px;
  }
}

@media (max-width: 1300px) {
  .teambox__team .team-name-group .teambox__team-name {
    width: 110px;
  }
}

@media (max-width: 1200px) {
  .teambox__team .team-name-group .teambox__team-name {
    width: 150px;
  }

  .team-live {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
    background: none;
    gap: 20px;
  }

  .team-live .t-incident-column,
  .team-live .teambox,
  .team-live .team-vote {
    background-image: url(../images/bg-match/bg-match-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 12px 5px;
    background-position: center;
  }

  .team-live-basketball .t-incident-column,
  .team-live-basketball .teambox,
  .team-live-basketball .team-vote {
    background-image: url(../images/bg-match/bg-match-header-basketball.png);
  }

  .team-live-tennis .t-incident-column,
  .team-live-tennis .teambox,
  .team-live-tennis .team-vote {
    background-image: url(../images/bg-match/bg-match-header-tennis.png);
  }

  .team-live-badminton .t-incident-column,
  .team-live-badminton .teambox,
  .team-live-badminton .team-vote {
    background-image: url(../images/bg-match/bg-match-header-badminton.png);
  }

  .team-live .teambox {
    min-height: auto;
    min-height: 125px;
    gap: 12px;
  }

  .team-live .team-vote {
    min-height: 105px;
  }

  .teambox .grid-match__time {
    top: 12px;
  }

  .teambox_agg {
    bottom: 12px;
  }
}

@media (max-width: 992px) {
  .teambox__team .team-name-group .teambox__team-name {
    text-align: center;
  }

  .play_main_left .socialvn-share .pos-ab {
    right: 0;
  }

  .play_main_left {
    position: static !important;
    float: none;
    width: 100%;
  }

  .play_main_right {
    float: none;
  }

  #play_main {
    position: relative;
    padding-bottom: 520px
  }

  #play_main.simulation-show {
    padding-bottom: 0
  }

  #simulation-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #play_main.simulation-show #simulation-content {
    position: relative
  }
}

@media (max-width: 768px) {
  .teambox__team .team-name-group .teambox__team-name {
    width: 100px;
  }

  #play_main {
    position: relative;
    padding-bottom: 340px
  }

  .play_main_left .socialvn-share #list_item_menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center !important;
  }

  .play_main_left .socialvn-share .pos-ab {
    min-width: auto;
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
	.team-live {
		background: transparent !important;
	}
}

@media (max-width: 576px) {
  .team-live .teambox {
    gap: 6px;
  }

  .play_main_left ul.nav-tabs button {
    font-size: 13px;
    gap: 8px;
  }

  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social span {
    font-size: 13px;
  }

  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social__tit:before {
    margin: 0 8px 0 0;
  }
}


@media (max-width: 390px) {
  .play_main_left ul.nav-tabs button {
    font-size: 11px;
    gap: 4px;
    padding: 6px;
  }

  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social span {
    font-size: 11px;
    padding: 4px;
  }

  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social__tit:before {
    margin: 0 4px 0 0;
  }
}

@media (max-width: 576px) {
  .teambox__day {
    max-width: 80px;
    height: 36px;
  }

  .teambox__day span {
    font-size: 20px;
  }

  .teambox__day span.winner {
    width: 30px;
    height: 30px;
  }

  .teambox__team-name {
    width: 100px;
    overflow: hidden;
    text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
  }

  #carousel-vote .carousel-control-prev {
    left: -8px;
  }

  #carousel-vote .carousel-control-next {
    right: -8px;
  }

  #carousel-vote .vote-btn {
    font-size: 9.5px;
  }
}

@media (max-width: 375px) {
  #carousel-vote .vote-btn {
    width: 97px;
  }

  #carousel-vote .vote-item {
    gap: 4px;
  }
}

.btn_chat {
  margin: 10px 0;
  width: 100%;
}

.btn_chat .text-right {
  text-align: right;
}

.live-relative {
  position: relative;
}

.live-player,.chat-player {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.live-player:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.live-player .video-js,.live-player iframe,.chat-player iframe {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.chat-player:before {
  padding-top: 168.5%;
  content: "";
  display: block;
}

#tv_links {
  overflow-x: auto;
}

#tv_links a {
  border-radius: 0.125rem;
  background: #505861;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  padding: 0.44rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

#tv_links a.playing {
  background: #41a85f;
}

.btn-box {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 10px;
  text-align: center;
}


.table {
  margin-bottom: 0!important;
}

.table td,.table th {
  border: none!important;
}

.box_live {
  background-color: #f7f7f7;
  border-bottom: 3px solid #41a85f;
}

.sopace {
  background-color: #f7f7f7;
  position: relative;
  clear: both;
  padding: 0.2em;
  word-wrap: break-word;
  margin: 4px;
  overflow: hidden;
  right: 0;
  font-size: 0.875rem;
  transition: background 300ms ease-in,opacity 300ms ease-in,filter 300ms ease-in;
  border-bottom: solid 1px #41a85f;
}

.title_text {
  padding: 0.75rem;
  font-weight: 700;
}

.title {
  font-size: 1.5rem;
}

.title_box h1,.title_box h2,.title_box h3,.title_box h4,.title_box span {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  font-family: inherit;
}

.league_box {
  margin: 1rem 0;
}

.league_title {
  width: 100%;
  margin: 1rem 0;
  font-weight: 700;
}

.d-mobile-none {
  display: block;
}

.d-mobile-block {
  display: none;
}

.mg-bt-05 {
  margin-bottom: 0.5rem;
}

.ad_banners {
  display: block;
  margin: 0 auto;
}

.ad_banners a {
  display: block;
}

#banner_FloatLeft,#banner_FloatRight {
  z-index: 1000;
  width: 350px;
  height: 100px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(/img/opacity70.png) repeat 0 0;
  color: #eee;
  border: 1px solid #000;
}

#banner_FloatLeft {
  bottom: 0;
  left: 0;
}

#banner_FixLeft ul,#banner_FixRight ul,#wap_bottombanner ul,#banner_FloatLeft ul,#banner_FloatLeft ul li,#banner_FloatRight ul,#banner_FloatRight ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#banner_FloatLeft .closebtn,#banner_FloatRight .closebtn,#ad_player .closebtn,#wap_bottombanner_content .closebtn {
  position: absolute;
  right: 0;
  background: #efefef;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  font-size: 15px;
  cursor: pointer;
  opacity: 0.7;
}

#banner_FloatLeft .closebtn:hover,#banner_FloatRight .closebtn:hover,#ad_player .closebtn:hover,#wap_bottombanner_content .closebtn:hover {
  opacity: 1;
}

#wap_bottombanner {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  width: 100%;
  height: 0;
}

#wap_bottombanner_content {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #eee;
  border: 1px solid #000;
}

.unique-color-dark {
  background-color: #212121!important;
}

.content_post_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #f7f7f7 solid;
  padding: 1rem;
  margin: 1.5rem 0;
}

.box_temp {
  border-bottom: 3px solid;
  border-bottom-color: #41a85f;
  background: #e9ffe8;
}

.box_temp .fact p {
  padding-left: 1rem;
}

.padding-lr-1 {
  padding: 0 1rem;
}

footer.page-footer {
  bottom: 0;
  color: #AFB4BA;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  background: #141516;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  color: #AFB4BA;
  text-align: center;
  font-family: Raleway;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 169.231% */
  opacity: 0.5;
}

img {
  text-indent: -9999px;
  color: transparent;
}

.match_events .match-row {
  display: flex;
  padding: 2px 55px 2px 4px;
  position: relative;
}

.match_events .match-row:nth-child(even) {
  background-color: #fff;
}

.match_events .match-row:nth-child(odd) {
  background-color: #f7f7f7;
}

.match_events .match-row .min {
  flex: 0 0 2rem!important;
}

.match_events .match-row.match-row__inc .sco {
  flex: 0 0 4rem;
}

.match_events .match-row .ply {
}

.match_events .inc {
  width: 2rem;
  padding: 0.2rem;
  position: relative;
}

.match_events .match-row .sco {
  flex: 0 0 3rem;
  text-align: center;
}

.match_events .match-row.match-row__inc .sco .inc {
  margin-top: -5px;
  display: inline-block;
}

.match_events .match-row.match-row__inc .sco .score {
  display: inline-block;
  width: 4rem;
}

.match_events .match-row .min,.match_events .match-row .min-short {
  display: flex;
  align-items: center;
  align-self: center;
}

.match_events .match-row .min,.match_events .match-row .ply,.match_events .match-row .sco {
  flex: 1;
  box-sizing: border-box;
}

.match_events .match-row,.match_events .match-row-group .star-container,.match_events .row-tall,h3.title {
  border-bottom: solid 1px #41a85f78;
}

.groupname {
  margin: 1rem 0 0.5rem;
  text-align: center;
  font-weight: 700;
}

#ranks .rules {
  font-style: italic;
  margin: 0.5rem 0;
}

#ranks .table_header {
  text-align: center;
  -webkit-box-shadow: 0 8px 6px -6px #ccc;
  -moz-box-shadow: 0 8px 6px -6px #ccc;
  box-shadow: 0 8px 6px -6px #ccc;
  height: 25px;
  line-height: 25px;
  font-weight: 700;
}

#ranks .table_header .rank {
  text-align: left;
  width: 5%;
  float: left;
}

#ranks .table_header .team {
  text-align: left;
  width: 65%;
  float: left;
}

#ranks .table_header .p {
  width: 10%;
  float: left;
}

#ranks .table_header .hs {
  width: 10%;
  float: left;
}

#ranks .table_header .pts {
  width: 10%;
  float: left;
}

.rank_list table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.rank_list table tr td {
  text-align: center;
  padding: 2px 5px;
}

.rank_list table tr td.tt {
  text-align: left;
  width: 5%;
}

.rank_list table tr td.doibong {
  text-align: left;
  width: 65%;
}

.rank_list table tr td.tran {
  width: 10%;
}

.rank_list table tr td.hs {
  width: 10%;
}

.rank_list table tr td.diem {
  width: 10%;
}

.widget *,.widget :after,.widget :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget .table-header {
  background: #41a85f78;
  color: #fff;
}

.widget .widget-body {
  fill: #000;
}

.widget .padding-medium {
  padding: 0.5rem!important;
}

.widget .margin-bottom {
  margin-bottom: 5px!important;
}

.widget .no-padding {
  padding: 0!important;
}

.widget .padding-bottom {
  padding-bottom: 5px!important;
}

.widget .padding-right-medium {
  padding-right: 0.2rem!important;
}

.widget .padding-left-medium {
  padding-left: 0.2rem!important;
}

.widget .padding-top {
  padding-top: 5px!important;
}

.widget .no-margin {
  margin: 0!important;
}

.widget .margin-right {
  margin-right: 5px!important;
}

.widget .margin-left {
  margin-left: 5px!important;
}

.widget .list-inline,.widget .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.widget .list-border li {
  border-top: 1px solid #b3b3b3;
}

.widget .list-border li:first-of-type {
  border-top: none;
}

.widget .flex-items-xs-middle {
  align-items: center;
}

.widget .no-wrap,.widget .no-wrap-all * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget .inline {
  display: inline!important;
}

.widget .image-medium img,.widget .image-medium svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
}

.widget .button-group .button-group-item {
  overflow: hidden;
  flex: 1 1 0;
}

.widget .button-group .button-group-item.bgi-full-width {
  display: flex;
  flex: 1 1 20%;
}

.widget .button-group .button-group-item button {
  flex: 1 1 auto;
}

.btn.btn-toolbar,.widget .btn.btn-toolbar.dropdown-toggle,.widget .btn.btn-toolbar.focus,.widget .btn.btn-toolbar:focus {
  color: #fff;
  fill: #fff;
  background: #41a85f78;
  border: none;
}

.widget .btn.btn-toolbar svg,.widget .btn.btn-toolbar.dropdown-toggle svg,.widget .btn.btn-toolbar.focus svg,.widget .btn.btn-toolbar:focus svg {
  fill: #fff;
}

.widget .btn.btn-toolbar.active {
  color: #fff;
  fill: #fff;
  background: #a7140578;
  border: none;
}

.widget .btn.btn-toolbar.active svg {
  fill: #fff;
}

.widget .btn.btn-toolbar:hover {
  color: #fff;
  fill: #fff;
  background: #a7140578;
  border: none;
}

.widget .btn.btn-toolbar:hover svg {
  fill: #fff;
}

.widget .btn.btn-toolbar.dropdown {
  border: none;
}

.widget .btn.btn-toolbar.dropdown.open>.dropdown-toggle {
  color: #fff;
  fill: #fff;
  background: #a71405;
  border: none;
}

.widget .btn.btn-toolbar.dropdown.open>.dropdown-toggle.focus,.widget .btn.btn-toolbar.dropdown.open>.dropdown-toggle:focus,.widget .btn.btn-toolbar.dropdown.open>.dropdown-toggle:hover {
  color: #fff;
  fill: #fff;
  background: #c00;
  border: none;
}

.widget .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  line-height: 1.42857;
  border-radius: 0;
}

@media(max-width: 1199px) {
  .widget .btn.btn-toolbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .widget .btn.btn-toolbar span.icon-span {
    display: inline-block;
  }
}

@media(max-width: 991px) {
  .teambox__team-name {max-width: 100%;}
  .post-item-video .post-item-image-big {
    height: 253px;
  }

  .post-item-video .post-item-image {
    height: 100px;
  }

  .featured .thumb_big {
    height: 260px;
  }

  .sub_videos {
    height: 253px;
  }
}

@media(max-width:768px) {
  .widget .visible-xs {
    display: block!important;
  }

  .widget .hidden-xs {
    display: none!important;
  }

  .post-item-video .post-item-image-big,.post-item-video .post-item-image {
    height: 128px;
  }

  .sub_featured {
    height: unset;
  }

  .featured .thumb_big {
    height: 260px;
  }

  .sub_videos {
    height: 350px;
  }

  .bot_featured,.sidebar_right,#turnOffChat {
    display: none;
  }

  .play_main_left {
    width: 100%;
    padding-right: 0;
  }

  .d-mobile-none {
    display: none;
  }

  .d-mobile-block {
    display: block;
  }

  .item_post h2.title_name {
    margin-top: 10px;
  }
}

@media  only screen and (max-width: 630px) {
  #wap_bottombanner,#banner_wap_supper {
    display: block;
  }

  #banner_FloatLeft,#banner_FloatRight {
    display: none;
  }
}

@media(max-width: 576px) {
  .match_events .col-11.home-left {
    padding-left: 5px;
    padding-right: 10px;
  }
}

@media(min-width:768px) {
  .match {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625em;
  }


  .match:focus,.match:hover {
    background-color: #f7f7f7;
  }

  .match--is-hot:focus,.match--is-hot:hover {
    background-color: #0f75bc;
  }

  .teambox__status {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    display: block;
  }

  .teambox__competition,.teambox__hour,.teambox__status {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
  }

  .page-breadcrumb {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

/* line 8, resources/assets/styles/layouts/_header.scss */

.nav-mobile .navbar-nav .nav-link,
.nav-mobile .navbar-nav .banner .nav a,
.banner .nav .nav-mobile .navbar-nav a {
  font-size: 1rem;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

#wap_bottombanner {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  /* line 9, resources/assets/styles/layouts/_footer.scss */

  #wap_bottombanner {
    display: block;
  }
}

/* line 11, resources/assets/styles/layouts/_footer.scss */

#wap_bottombanner_content {
  width: 320px;
  position: relative;
  margin: 0 auto;
  color: #EEE;
  border: 1px solid #000;
}

/* line 17, resources/assets/styles/layouts/_footer.scss */

#wap_bottombanner_content p {
  margin-bottom: 0px;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

#wap_bottombanner_content .closebtn {
  position: absolute;
  z-index: 99;
  top: -24px;
  right: 0;
  height: 24px;
  width: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAABhdJREFUeJzFWllIa1cUvVGjVsV5HuIc57Eq4oSz1gEtGmccEESJCnX6eFrEgh/2q1CHttD6fJBCocJr/fLz0Q/Rj5YqLVYRxbF1ngeqOd07EOuLN8Z7bkw2bALJPeeufc4e1j4nDMNTpFKpeWxs7IdisbjLzs5u3NHR8Xdra+t/LCws7oyMjIihoSExNzeXw3cH8Nuftra2Ml9f308jIyMT6+vrrfm+n0r29vaYnJwcLwDSBqBnTU1Nb+FrwkWNjY3lYMwf3t7evQkJCUGjo6MCnYBPTU2Ndnd3fwOgz7iCfsKYawcHh7dgSMaLAe/t7bVANwF3ONQWcFU1MTG5gB0Zkkgk9loDPjIyIoiJiUmwtLT866WAqyos0g7EyMe1tbWGvMCfn58zoaGh9WZmZru6Aq9UcKsLPz+/V0NDQ3RGLC4uCoKDg7sgi/yra/BKFQgEch8fny8HBgZMOYHHlQfw3UKh8FJf4JUKC3gLcTEsk8mMngV+YmJCEB4e3qDPlVdV2AkC7jTQ2tqq2QgMWPD5PX2DVlXIUNcQjxVPgu/r67PQZbbhqrCwB0VFRW5qDYA836lvkJpUJBJ9xQo+IyMj+iWLlLYUEstNVFRUyXvgj4+PGVdX19c0E2KAAUlTfHIZh2MMDAyojLC3t38H9eH/gM7OzvaCIKHiNuXl5WRra0vx+VwjkpOTFWO6urqoDMAMGRcXl3RvAKSoNpqJgHyRw8NDgnJwcEAgwDSOgReTlZUVxZirqytSUlJCZQR4zBenp6cM09bWZoGUmKvb4IorwSvl8vKSwG6qHRcREUGAir83Bo3AneDqTtBv/F1YWOjJQEBEc+Xz6L/b29uETTY3NwkkhEdjwsLCyMLCAusYqPwEKj8nA3ARQ0JCyjB1dnPdPhxcVlZG9vf3WQHhzqSnp98/DwWIrK+vsz6Lu0azA6iQUr9hoCsap/FBNCI/P59cXFywAtvY2FC4E9BiMj8/z/rM3d0daWlpIdh60mCwsrL6hcEelmawUqFDI6urq6wAb25uyNnZGetvJycnBHpi6veiQuxeMNiA85kENTExkezu7rICVec2NTU1nGuHqkLPQBg8PeBrACqmVGV6fEqOjo5IRUUFb/D3Sut/6tzp+vpaLXi5XE4aGhq0Bx4Vz220NVlQUBABWqLWgNvbW5KVlaU98Kh46KSNiXx9fcns7KxGF1pbWyNJSUnaMwBS0QHfSYCKkOXlZY3glYLVOCUlhTd4hffgcR+fSQICAsjc3Jxan0e3YRMsbA+LHY3a2NhcYyH7nnYCoCFkZ2eHFSBWYwzY3NxctVUYi2BeXh51UEP3OMfgQSvNYEybS0tLrMAwzz9MleguyFbVuVNpaSmVEcBIJxg8JVYUBA4DnZycFHyeTTALVVVVPQKUlpamoBdsgtUa+RJXA/z9/esYPOLGU2IuA5F49fT0PMr56O91dXVqVzMzM/MRd8IxIyMjhOsiQoN/DClZzKB4eXn10riRRCK5NwLdprm5WeOYgoKCexaL4Ds6Oqjcx8XFZXxqaspAYUB8fHwQHnHTGNHd3a3g852dnc9ilQgWDUe3GR4epgIPHnAXHh7+EaOUsbExAaTTtzQGoDtBY8GJzyNo9HmhUMj5fahAQH8DGm7CPBRglJl4Pk8zoS4VdvkWjG9m2MTHx+dzfQPUpM7Ozj/OzMwIWQ2orKx0wMsFfYNUp+gh0OWFsoJXCgRHMV4u6BusqgLvkQcGBnY8CR6lsbHREKrzKwhKrbBUbamnp+d31dXVH2g0AEUmkxkCwxzGywV9A8eFdHd3/7m9vf154JXS399vijcjeM2jTwPc3Nx+Al5Fd2uJ1zrANz6D4LnRNXD0eZFI9G1TUxO3+zFVgUprhDcjeLmgK/CwYJdisfiT8vJyfuAfSnFxsZuHh8cYns+/FHAsUsAIfoAe4ulUyUegiSm1s7N7p81LQOQ20Nr+ihV2enr6ebeRfGRwcNAoNjY2CY+48ZSYtqOConkMQToeFhaWK5VKTVhf9pICjJIBeiyClSuDgPsazyqhtzhj4/bIVKGHvYJnZgH0a0gOtTk5OeLJyUle/1L5D0GWNN+LN9NbAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 99999px;
  border-radius: 50%;
}

/* line 32, resources/assets/styles/layouts/_footer.scss */

.sk_float_left,
.sk_float_right {
  position: fixed;
  text-align: center;
  z-index: 1;
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

.sk_float {
  margin-bottom: 5px;
  position: relative;
}

/* line 38, resources/assets/styles/layouts/_footer.scss */

.sk_float .flbancl {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 46, resources/assets/styles/layouts/_footer.scss */

.sk_float p {
  margin-bottom: 0px !important;
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

.sk_balloon {
  position: fixed;
  z-index: 99;
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.sk_balloon p {
  margin-bottom: 0px !important;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.sk_balloon .flbancl {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

/* line 60, resources/assets/styles/layouts/_footer.scss */

.sk_balloon_left {
  left: 0px;
  bottom: 0px;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.sk_balloon_right {
  right: 0px;
  bottom: 0px;
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

.show-is-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  /* line 70, resources/assets/styles/layouts/_footer.scss */

  .sk_balloon,
  .sk_float {
    display: none;
  }

  /* line 71, resources/assets/styles/layouts/_footer.scss */

  .hide-is-mobile {
    display: none !important;
  }

  /* line 72, resources/assets/styles/layouts/_footer.scss */

  .show-is-mobile {
    display: block;
  }
}

/* line 2, resources/assets/styles/layouts/_pages.scss */

.table-offer thead {
  background: #41a85f;
}

/* line 4, resources/assets/styles/layouts/_pages.scss */

.table-offer thead th {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #FFFFFF;
}

/* line 10, resources/assets/styles/layouts/_pages.scss */

.table-offer thead th:first-child {
  width: 13%;
}

/* line 13, resources/assets/styles/layouts/_pages.scss */

.table-offer thead th:nth-child(2) {
  width: 30%;
}

/* line 16, resources/assets/styles/layouts/_pages.scss */

.table-offer thead th:nth-child(3) {
  text-align: center;
}

/* line 19, resources/assets/styles/layouts/_pages.scss */

.table-offer thead th:last-child {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  /* line 4, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th {
    font-size: 16px;
  }

  /* line 24, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:first-child {
    padding-left: 27px;
  }

  /* line 27, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:last-child {
    padding-right: 26px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 4, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th {
    font-size: 0px;
    line-height: 1;
  }

  /* line 34, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:first-child {
    font-size: 0px;
    text-align: left;
  }

  /* line 37, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:first-child:before {
    content: 'XH';
    font-size: 14px;
  }

  /* line 42, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:nth-child(2) {
    width: auto;
  }

  /* line 44, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:nth-child(2):before {
    content: 'Nh\E0   c\E1i';
    font-size: 14px;
  }

  /* line 49, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:nth-child(3) {
    width: auto;
  }

  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .table-offer thead th:nth-child(3):before {
    content: '\110\E1nh gi\E1';
    font-size: 14px;
  }
}

/* line 61, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating:nth-child(odd) {
  background: #282828;
}

/* line 64, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating:nth-child(even) {
  background: #383838;
}

/* line 67, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating td {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  vertical-align: middle;
}

/* line 75, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating td:last-child {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  /* line 67, resources/assets/styles/layouts/_pages.scss */

  .table-offer tbody .offer-rating td {
    padding: 9px;
  }

  /* line 80, resources/assets/styles/layouts/_pages.scss */

  .table-offer tbody .offer-rating td:first-child {
    padding-left: 27px;
  }

  /* line 83, resources/assets/styles/layouts/_pages.scss */

  .table-offer tbody .offer-rating td:last-child {
    padding-right: 26px;
  }
}

/* line 89, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 94, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating__logo {
  width: 58px;
  height: 38px;
  background: #fff;
  border-radius: 2px;
  margin-right: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 103, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}

/* line 108, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-rating__btn {
  background: #FFBA00;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #212529;
  border: 0px;
  padding: 11px 15px;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  /* line 124, resources/assets/styles/layouts/_pages.scss */

  .table-offer tbody .offer-rating__name {
    display: none;
  }

  /* line 125, resources/assets/styles/layouts/_pages.scss */

  .table-offer tbody .offer-rating__btn {
    padding: 5px;
  }
}

/* line 128, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 136, resources/assets/styles/layouts/_pages.scss */

.table-offer tbody .offer-score__number {
  margin-bottom: 6px;
}

/* line 143, resources/assets/styles/layouts/_pages.scss */

.offer {
  background: #2c3034;
  height: 110px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

/* line 156, resources/assets/styles/layouts/_pages.scss */

.offer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

/* line 160, resources/assets/styles/layouts/_pages.scss */

.offer__number {
  position: absolute;
  left: 0;
  top: 0;
  background: #0A7FD0;
  border-radius: 2px;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 171, resources/assets/styles/layouts/_pages.scss */

.offer__number span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}

/* line 184, resources/assets/styles/layouts/_pages.scss */

.offer__logo {
  width: 115px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 52px;
}

/* line 191, resources/assets/styles/layouts/_pages.scss */

.offer__logo img {
  width: 100%;
}

/* line 194, resources/assets/styles/layouts/_pages.scss */

.offer__logo a {
  background: #fff;
  border-radius: 2px;
}

/* line 199, resources/assets/styles/layouts/_pages.scss */

.offer .score__text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

/* line 210, resources/assets/styles/layouts/_pages.scss */

.offer .score__stars i {
  color: #FFBA00;
  font-size: 16px;
  font-size: 1rem;
}

/* line 212, resources/assets/styles/layouts/_pages.scss */

.offer .score-component {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-right: 20px;
}

/* line 220, resources/assets/styles/layouts/_pages.scss */

.offer .offer__buttons {
  position: absolute;
  right: 0px;
  bottom: 0;
}

/* line 224, resources/assets/styles/layouts/_pages.scss */

.offer .offer__buttons .offer__btn {
  position: relative;
  z-index: 1;
  margin-left: 3px;
  min-width: 118px;
  min-width: 7.375rem;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #212529;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

/* line 241, resources/assets/styles/layouts/_pages.scss */

.offer .offer__buttons .offer__btn:before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
  background: #0A7FD0;
  position: absolute;
  z-index: -1;
  left: 0px;
}

/* line 251, resources/assets/styles/layouts/_pages.scss */

.offer .offer__buttons .offer__btn:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #0A7FD0;
  position: absolute;
  z-index: -1;
  right: -20px;
}

/* line 263, resources/assets/styles/layouts/_pages.scss */

.offer:first-child .offer__number {
  background: #FFBA00;
}

/* line 265, resources/assets/styles/layouts/_pages.scss */

.offer:first-child .offer__number span {
  color: #000;
}

/* line 9, resources/assets/styles/layouts/_posts.scss */

.block-news .post-item .post-thumbnail a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

/* line 16, resources/assets/styles/layouts/_posts.scss */

.block-news .post-item .post-title h3 {
  border-bottom: 0px;
  margin-top: 5px;
}

/* line 19, resources/assets/styles/layouts/_posts.scss */

.block-news .post-item .post-title h3 a {
  display: block;
  line-height: 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
}

/* line 30, resources/assets/styles/layouts/_posts.scss */

.block-news .post-featured .post-title h3 {
  margin-top: 10px;
}

/* line 32, resources/assets/styles/layouts/_posts.scss */

.block-news .post-featured .post-title h3 a {
  font-size: 1rem;
}

/* line 55, resources/assets/styles/layouts/_posts.scss */

.news_content .content h1,
.news_content .content h2,
.news_content .content h3,
.news_content .content h4,
.news_content .content h5 {
  font-weight: 400;
  line-height: 1.15;
}

/* line 60, resources/assets/styles/layouts/_posts.scss */

.news_content .content h1 {
  margin-top: 0;
  font-size: 1.802em;
}

/* line 65, resources/assets/styles/layouts/_posts.scss */

.news_content .content h2 {
  font-size: 1.602em;
}

/* line 67, resources/assets/styles/layouts/_posts.scss */

.news_content .content h3 {
  font-size: 1.424em;
}

/* line 69, resources/assets/styles/layouts/_posts.scss */

.news_content .content h4 {
  font-size: 1.266em;
}

/* line 71, resources/assets/styles/layouts/_posts.scss */

.news_content .content h5 {
  font-size: 1.125em;
}

/* line 72, resources/assets/styles/layouts/_posts.scss */

.news_content .content figure {
  max-width: 100%;
}

/* line 73, resources/assets/styles/layouts/_posts.scss */

.news_content .content small,
.news_content .content .text_small {
  font-size: 0.889em;
}

@media screen and (max-width: 991px) {
  /* line 78, resources/assets/styles/layouts/_posts.scss */

  .figure,
  .wp-caption,
  .wp-caption {
    width: auto !important;
  }
}

/* line 1, resources/assets/styles/layouts/_lives.scss */

.title_box {
  position: relative;
}

/* line 4, resources/assets/styles/layouts/_lives.scss */

/* line 43, resources/assets/styles/layouts/_lives.scss */

.events_box {
  /* background-color: #1C1E1F; */
  border-radius: 20px;
}

/* line 46, resources/assets/styles/layouts/_lives.scss */

.events_box .title_box h1 {
  color: #fff;
}

/* line 48, resources/assets/styles/layouts/_lives.scss */

.events_box p {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  /* line 318, resources/assets/styles/layouts/_lives.scss */

  .play_main_right {
    width: 100%;
  }

  /* line 321, resources/assets/styles/layouts/_lives.scss */

  .play_main_right .chat-player {
    height: 350px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/layouts/_custom.scss */

.match_statistics {
  border-bottom: 0;
}

/* line 6, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline {
  padding-bottom: 0.25em;
}

/* line 10, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline .stnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6em;
  padding: 0.5em 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 18, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline .stbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  padding: 0px;
}

/* line 24, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline .stbar span {
  width: 50%;
  background-color: #FFF;
}

/* line 29, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline .stbar span:first-child {
  background: #f00;
}

/* line 33, resources/assets/styles/layouts/_custom.scss */

.match_statistics .stline .stbar span:last-child {
  background: #03BE49;
}

.section-about .entry-content {
  color: #F2F3F3;
  font-family: Raleway;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  height: 100%;
  background-color: #292B2E;
  border-radius: 0 6px 6px 6px;
  padding: 15px 0 15px 15px;
}

.section-about .entry-content .overflow-scroll {
  max-height: 750px;
  overflow: auto;
  padding-right: 15px;
}

.section-about .entry-content .wp-caption {
  max-width: 100%;
}

.section-about .entry-content h2 {
  font-size: 1.6em;
}

.teambox__odds .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teambox__odds .company .pointer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 78px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 2px 28px;
  padding: 0.125rem 1.75rem;
  margin: 0 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 78.9299px;
}

.teambox__odds .company .pointer.active,
.teambox__odds .company .pointer:hover {
  background: #009B3A;
  border: 1px solid #009B3A;
  color: #fff;
}

.teambox__odds .company span {
  font-size: 12px;
  font-family: Raleway;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.teambox__odds .soccer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.teambox__odds .soccer .item .green {
  color: #63fe16 !important;
}
.teambox__odds .soccer .item .orange {
  color: #ff775f !important;
}

.teambox__odds .soccer .item > div {
  background: #2A3038;
  border-radius: 4px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 11px;
  color: #AFB4BA;
}

.teambox__odds .soccer .item .center {
  width: 40px;
  padding: 3px 0;
  margin: 0 8px;
}

.teambox__odds .soccer .item .left,
.teambox__odds .soccer .item .right {
  width: 190px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.teambox__odds .soccer .item span {
  font-style: normal;
  font-size: 13px;
  line-height: 11px;
  padding: 8px 0;
  text-align: center;
  color: #AFB4BA;
}

.single .title_box {
  margin-top: 0;
  padding: 0;
  position: relative;
}

.single .title_box:before {
  content: none !important;
  background: #4FA747;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: -20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.title_box h1,.title_box h2,.title_box h3,.title_box h4,.title_box span {
  color: #FFF;
  font-family: 'Oswald';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  display: block;
}
.content_page .title_box {padding-left: 20px;}
.content_page .title_box:before {
  content: '';
  background: #4FA747;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.play_main_left .title_box h1 {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

.play_main_left .title_box span {
  color: #AFB4BA;
  font-family: 'Raleway';
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.125rem;
}

.play_main_left .btn-odds {
  border-radius: 0.125rem;
  background: linear-gradient(180deg, #FF7F23 0%, #FFBC09 100%);
  color: #1A1D23;
  font-family: 'Raleway';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem; /* 150% */
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
}

.play_main_right .card-header {
  padding: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.play_main_right .card-header a {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 7px 21px;
  text-align: center;
}

.play_main_right .card-header a.primary {
  background: #0F4CD9;
}

.play_main_right .card-header a.success {
  background: #009B3A;
}

.play_main_right .card-header a.danger {
  background: #E11D23;
}
.home-page .sports-bars .btn-livescore {
  width: 131px;
  height: 32px;
}
.custom-dropdown-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /* width: 7.21px;
  height: 13.51px; */
  width: 9.12px !important;
  height: 10px !important;
  border: solid #00eb1f;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.grid-match__league img{
  width: 14px !important;
  height: 14.27px !important;
  object-fit: cover;
}
.main-menu .topnav__menu .menu-item.active:after, .main-menu .topnav__menu .menu-item:hover:after {
  height: 1px !important;
}
.grid-matches__item .grid-match__footer {
  padding: 0px 15px !important;
}
#app .grid-matches__item .grid-match {
  padding: 8px 10px 0px !important;

}

.grid-matches__item .grid-match__team .grid-match__team--name {
  color: #fff;
  font-family: 'Roboto';
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
/* .t_vs_num span {
  width: 26px !important;
  height: 26px !important;
} */
#app .row .box .flex-1 .align-items-center img.oddType.img-fluid{
  width: 148.52px !important;
  height: 45px !important;
}
.home-page .sports-bars .btn-livescore::before {
  /* background-image: linear-gradient(7.9deg, rgb(0, 200, 244) 6.4%, rgb(66, 83, 243) 95.05%); */
  background-image: unset !important;
  border: 1px solid #3a3a3a !important;
}
.home-page .list-filter li a .num {
  background: #151618 !important;
}
.grid-matches__item .grid-match__league .text-ellipsis {
  font-size: 11px !important;
}

#app .grid-match .grid-match-football  {
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #1B4F14, #000000, #0C3AAF) 1;
}
#app .home-page .sports-bars ul li button {
  gap: 10px !important;
}
#app .home-page .sports-bars{
  padding: 16px 16px 10px 16px;
}
#app .grid-matches__item .grid-match__status .grid-match__vs.t_vs_num span {
  font-size: 16.5px !important;
}
#app .grid-matches__item .grid-match__status .grid-match__vs.t_vs_num span.score-size-min {
  font-size: 14.5px !important;
}
#app .grid-matches__item .grid-match__odds .grid-match__odds-item{
  line-height: 14px !important;
}


 #app .embed-responsive.embed-responsive-16by9 {
  border-radius: 3px !important;
}
#app .bg-pill {
  padding: 13px;
}

#app .grid-matches__item .grid-match__body {
  padding: 3px 13px 11px;
}
#app .grid-match__footer-right .odds-comp img {
  height: 19px;
}
.custom-dropdown-trigger span {
  font-size: 13px !important;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#app .custom-dropdown-trigger {
  background-color: #202537 !important;
}
 #app .custom-dropdown-trigger::after {
  top: 46% !important;
}
#app .grid-match__time .progress-bar {
  top: 0px;
}
#app svg.icon.fs-12 {
  margin-top: -3px;
}
#app .grid-matches__item .grid-match__header {
  padding: 0 3px !important;
}
#app .grid-match__time .progress-bar {
    top: 0px;
    height: 26.5px;
}
#carousel-vote .carousel-control-next .arrow {
  border-color: #fff !important;
  opacity: 1 !important;
}
#carousel-vote .carousel-indicators li.active {
  background-color: #ffff !important;
}


#carousel-vote .carousel-indicators li {
  background-color: #575757;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.carousel-control-next{
  opacity: 1 !important;
}
button.carousel-control-next {
  opacity: 1 !important;
}
.carousel-control-prev {
  color: #2c2b30 !important;
  opacity: 1 !important;
}
#app .teambox__team-name {
  font-family: "Raleway", sans-serif;
  font-size: 15px !important;
}
/*
#app span.corner-home {
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}
*/
.play_main_left ul.nav-tabs button {
  padding: 9px !important;
}

#app .teambox__odds {
  margin-bottom: 16px;
}
.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social {
  border-top-right-radius: 6px;
}
.play_main_left ul.nav-tabs button#live-player-tab {
  border-top-left-radius: 6px;
}
#app .play_main_left .bg-pill #live-player-content {
  border-radius: 0 0 6px 6px !important;
  border: 1px solid #343940;
}
#app .bg-pill .mt-3 #simulation-content{
  border-radius: 6px !important;
}
.bg-pill{
  border: 1px solid #343940 !important;
}
.bg-pill #live-player-content{
  border-radius:  0 0 6px 6px !important;
}
div#live-player-content {
  border-radius: 0 0 6px 6px !important;
}
/* button#vote-btn-6 {
  border: 1px solid transparent !important;
  border-image: linear-gradient(to bottom, #AA5517, #8B1D05) 1 !important;
  background: transparent !important;
} */

#vote-btn-3 svg{
  display: block !important;
} 
.teambox__odds .box .col {
  font-family: "Raleway", serif !important;
  font-size: 12px !important;
}

#app ._pup {
  margin-right: 10px !important;
}
#app .oddContent {
  position: relative;
  font-size: 12px;
  font-family: "Raleway", serif;
  font-weight: 400;
}
.grid-matches__item .grid-match__status {
  padding: 0px 15px !important;
}
#app span._pup {
  margin-right: 10px !important;
} 

._3-8_._6a._6b {
  margin-left: 10px !important;
}
@media screen and (max-width: 991px) {
  #tv_links a {
    font-size: 0.6rem;
    padding: 0.44rem 0.45rem;
  }
  .teambox {
    justify-content: center;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
  }

  .teambox__team {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }

  .teambox__team-home {
    justify-content: flex-end;
  }

  .teambox__team-home .team-name-group {
    text-align: center;
    order: 2;
  }

  .teambox__team-home img {
    order: 1;
  }
  .teambox__team .team-logo-group {
    margin-bottom: 0px;
  }
  .teambox__team .team-logo-group img {
    width: 50px;
    height: 50px;
  }
  .teambox__odds {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .teambox__team-name a {
    color: #FFF;
    text-align: center;
    font-family: 'Raleway';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
  }
  .teambox__day span {
    font-size: 14px !important;
  }
  .teambox__odds .company .pointer {
    font-weight: 600;
    padding: 1px 18px;
  }
  .teambox__odds .soccer .item .left,
  .teambox__odds .soccer .item .right {
    width: 152px;
    max-width: 100%;
  }
  .teambox__odds .soccer .item span {
    padding: 6px 0;
  }

  .teambox__odds .company {
    margin-bottom: 9px !important;
  }

  .teambox__day {
    margin-bottom: 0;
  }
  .page-breadcrumb {
    white-space: inherit;
  }
}
@media screen and (min-width: 1360px) {
  .carousel-control-prev {
    left: -5px;
  }
  
  .carousel-control-next {
    right: -5px;
  }
}

/*# sourceMappingURL=main.css.map*/
