@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600;700&display=swap');
/*IE only*/
/*Fonts*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #000000;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #E8E7E7;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-spacing: 0px;
}
@media (max-width: 1360px) {
  body {
    font-size: 16px;
  }
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@media (max-width: 767px) {
  p {
    margin-bottom: 10px;
  }
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 600ms all;
}

h1,
h2 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
}

h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 26px;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 50px;
  margin: auto;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 600ms all;
  z-index: 10;
  background-color: #ffffff;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .container .logo {
  position: relative;
  z-index: 2;
}
header .container .logo a img {
  max-width: 300px;
}
@media (max-width: 1199px) {
  header .container .logo a img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  header .container .logo a img {
    max-width: 200px;
  }
}
header .container .nav-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .container .nav-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  header .container .nav-wrap .navbar-expand-lg {
    display: none;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-right: 12px;
  margin-top: -10px;
  margin-right: 45px;
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-toggler {
    margin-top: -7px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 7px;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 9px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav {
    background-color: #e6ecf4;
    padding: 25px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav {
    padding: 15px 5px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  margin: 0 5px;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #000000;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000000;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link img {
  margin-right: 10px;
  transition: 600ms all;
}
@media (max-width: 1199px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link img {
    width: 20px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  background-color: #0069FF;
  color: #ffffff;
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover img, header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active img {
  filter: grayscale(0) invert(1);
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  margin-top: 19px;
  border-radius: 4px;
  left: inherit;
  right: 0;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
@media (max-width: 1199px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: transparent;
  color: #0069FF;
}
@media (max-width: 991px) {
  header .container .nav-wrap .search-btn {
    position: absolute;
    right: 12px;
    top: -1px;
  }
}
header.fixed-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search_box {
  clear: both;
  width: 100%;
  background: #fff;
  padding: 0 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  display: flex;
}
.search_box.active {
  height: auto;
  padding: 10px 0;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
.search_box input {
  width: 100%;
  height: 40px;
  font-size: 1em;
  margin: 0px;
  padding: 10px 15px;
  border: none;
  background: #e6ecf4;
  box-shadow: none;
  outline: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search_box .search_icon {
  clear: both;
  width: 40px;
  height: 40px;
  padding: 1%;
  margin: 0;
  float: right;
  border: medium none;
  color: #FFF;
  cursor: pointer;
  background: #0069FF;
  opacity: 1;
  transition: 400ms all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search_box .search_icon:hover {
  background: #000000;
}

.mob-nav {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  display: none;
  padding: 5px 0 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mob-nav {
    display: flex;
  }
}
.mob-nav li {
  width: 20%;
  text-align: center;
  padding: 0 5px;
}
.mob-nav li a {
  display: block;
  border-radius: 4px;
  text-align: center;
}
.mob-nav li a img {
  width: 20px;
  height: auto;
  transition: 600ms all;
}
.mob-nav li a .icon {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: -3px;
  transition: 600ms all;
}
.mob-nav li a .icon img {
  width: 20px;
  height: auto;
  transition: 600ms all;
}
.mob-nav li a span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 420px) {
  .mob-nav li a span {
    font-size: 11px;
  }
}
.mob-nav li a:hover .icon {
  background-color: #0069FF;
  color: #ffffff;
}
.mob-nav li a:hover .icon img {
  filter: grayscale(0) invert(1);
}
.mob-nav li a:hover span {
  color: #0069FF;
}
.mob-nav li.active a .icon {
  background-color: #0069FF;
  color: #ffffff;
}
.mob-nav li.active a .icon img {
  filter: grayscale(0) invert(1);
}
.mob-nav li.active a span {
  color: #0069FF;
}
.mob-nav li.dropdown-toggle::after {
  display: none;
}
.mob-nav li .dropdown-menu {
  border-radius: 4px;
  font-size: 13px;
  min-width: 100px;
  margin-right: 0 !important;
  margin-bottom: 2px !important;
  border-color: rgba(0, 0, 0, 0.08);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.mob-nav li .dropdown-menu li {
  width: 100%;
  margin: 6px 0;
}
.mob-nav li .dropdown-menu li a {
  text-align: center;
  padding: 0 5px;
}
.mob-nav li .dropdown-menu li a:hover {
  background-color: transparent;
  color: #0069FF;
}

.more-btn {
  padding: 10px 20px;
  background-color: #3c4757;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.more-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.top-section {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .top-section {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .top-section .main-row {
    flex-direction: column-reverse;
  }
}

.up-coming {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .up-coming {
    margin-bottom: 20px;
  }
}
.up-coming .match-nav {
  padding: 0 33px;
  margin-bottom: 10px;
}
.up-coming .match-nav .slick-slide {
  margin: 0 10px 0 1px;
  font-size: 13px;
  padding: 0px 10px 1px;
  border-radius: 20px;
  transition: 600ms all;
}
@media (max-width: 575px) {
  .up-coming .match-nav .slick-slide {
    font-size: 12px;
    margin-right: 5px;
  }
}
.up-coming .match-nav .slick-slide:hover {
  background-color: #0069FF;
  color: #ffffff;
}
.up-coming .match-nav .slick-slide.slick-active {
  background-color: #0069FF;
  color: #ffffff;
}
.up-coming .match-nav .slick-prev {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #000000;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.up-coming .match-nav .slick-prev:before {
  content: "‹";
  color: #464555;
  font-size: 16px;
}
.up-coming .match-nav .slick-next {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.up-coming .match-nav .slick-next:before {
  content: "›";
  color: #464555;
  font-size: 16px;
}
.up-coming .match {
  padding: 0;
}
.up-coming .match .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.up-coming .match .owl-carousel .owl-nav {
  margin-top: 0;
  opacity: 0;
  transition: 400ms all;
}
.up-coming .match .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.up-coming .match .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.up-coming .match .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.up-coming .match .owl-carousel .item .inner {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  transition: 600ms all;
  border: 1px solid #ffffff;
}
@media (max-width: 575px) {
  .up-coming .match .owl-carousel .item .inner {
    padding: 12px;
  }
}
.up-coming .match .owl-carousel .item .inner p {
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
}
.up-coming .match .owl-carousel .item .inner ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.up-coming .match .owl-carousel .item .inner ul li {
  font-weight: 500;
}
.up-coming .match .owl-carousel .item .inner ul li.teamA {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .up-coming .match .owl-carousel .item .inner ul li.teamA {
    font-size: 13px;
    line-height: 18px;
  }
}
.up-coming .match .owl-carousel .item .inner ul li.teamA img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
.up-coming .match .owl-carousel .item .inner ul li.teamB {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .up-coming .match .owl-carousel .item .inner ul li.teamB {
    font-size: 13px;
    line-height: 18px;
  }
}
.up-coming .match .owl-carousel .item .inner ul li.teamB img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.up-coming .match .owl-carousel .item .inner ul li.time {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 575px) {
  .up-coming .match .owl-carousel .item .inner ul li.time {
    font-size: 13px;
    line-height: 18px;
  }
}
.up-coming .match .owl-carousel .item .inner ul li.time .kick-off {
  color: green;
  display: block;
  font-weight: 600;
}
.up-coming .match .owl-carousel .item .inner ul li.time .date {
  color: #464555;
  display: block;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-box a {
  padding: 15px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .article-box a {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .article-box a {
    display: flex;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .article-box a {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .article-box a .image {
    width: 122px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
  }
}
@media (max-width: 575px) {
  .article-box a .image {
    width: 80px;
  }
}
.article-box a .image img {
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .article-box a .image img {
    object-fit: cover;
  }
}
.article-box a h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .article-box a h2 {
    font-size: 15px;
  }
}
.article-box a p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.article-box a p span {
  font-weight: 400;
  color: #464555;
}

.article-right .article-box {
  margin-bottom: 12px;
}
.article-right .article-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .article-right .article-box:last-child a {
    margin-bottom: 0;
  }
}
.article-right .article-box a {
  padding: 15px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
}
@media (max-width: 575px) {
  .article-right .article-box a {
    padding: 12px;
  }
}
.article-right .article-box a .image {
  margin-right: 15px;
  flex-shrink: 0;
}
.article-right .article-box a .image img {
  border-radius: 6px;
  width: 154px;
}
@media (max-width: 1400px) {
  .article-right .article-box a .image img {
    width: 122px;
  }
}
.article-right .article-box a .details h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
@media (max-width: 575px) {
  .article-right .article-box a .details h2 {
    font-size: 15px;
  }
}

.what-we {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .what-we {
    padding-bottom: 15px;
  }
}
.what-we h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .what-we h2 {
    margin-bottom: 10px;
  }
}
.what-we p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .what-we p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .what-we p {
    font-size: 13px;
    line-height: 20px;
  }
}

footer {
  background-color: #ffffff;
  padding-top: 30px;
  border-top: 1px solid rgba(70, 69, 85, 0.2);
}
footer .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .nav-row {
    display: block;
    text-align: center;
  }
}
footer .nav-row .foot-logo {
  width: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  footer .nav-row .foot-logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
footer .nav-row .foot-nav {
  margin-left: 30px;
}
@media (max-width: 991px) {
  footer .nav-row .foot-nav {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer .nav-row .foot-nav {
    padding: 0;
  }
}
footer .nav-row .foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  footer .nav-row .foot-nav ul {
    justify-content: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .nav-row .foot-nav ul {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f5f5f5;
    padding: 12px;
    margin-top: 30px;
    justify-content: flex-start;
    text-align: left;
  }
}
footer .nav-row .foot-nav ul li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  footer .nav-row .foot-nav ul li {
    margin: 3px 5px;
    width: calc(50% - 10px);
  }
}
footer .nav-row .foot-nav ul li a {
  font-size: 14px;
}
@media (max-width: 575px) {
  footer .nav-row .foot-nav ul li a {
    font-weight: 500;
  }
}
footer .aware {
  margin: 30px 0;
  text-align: center;
}
footer .aware p {
  color: #464555;
  margin: 15px 0 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  footer .aware p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .copy {
  background-color: #000000;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer .copy {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
footer .copy p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copy p {
    color: #464555;
  }
}
@media (max-width: 575px) {
  footer .copy p {
    font-size: 13px;
    line-height: 20px;
  }
}

.mr-tp-24 {
  margin-top: 24px;
}

/*==============================================Prediction page style======================================================*/
.predictions {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .predictions {
    padding-bottom: 30px;
  }
}
.predictions .left-section {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .predictions .left-section {
    padding-right: 12px;
    margin-top: 25px;
    display: none;
  }
}
.predictions .left-section .left-bar-wrap {
  position: sticky;
  top: 100px;
}
@media (max-width: 1366px) {
  .predictions .left-section .left-bar-wrap {
    position: relative;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .predictions .left-section .left-bar-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.predictions .left-section .league-box {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.predictions .left-section .league-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .predictions .left-section .league-box:last-child {
    margin-bottom: 15px;
  }
}
.predictions .left-section .league-box h2 {
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #3c4757;
  color: #ffffff;
}
.predictions .left-section .league-box h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #3c4757;
  color: #ffffff;
}
.predictions .left-section .league-box.left ul li a {
  padding: 0px 0 5px;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .predictions .left-section .league-box.left ul li a {
    font-size: 15px;
  }
}
.predictions .left-section .league-box.left ul li a span {
  margin-right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 0px;
  overflow: hidden;
  padding: 2px;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 1400px) {
  .predictions .left-section .league-box.left ul li a span {
    width: 30px;
    height: 30px;
  }
}
.predictions .left-section .league-box.left ul li a span img {
  width: auto;
  max-height: 28px;
  max-width: 28px;
}
.predictions .left-section .league-box.left ul li a:hover {
  color: #0069FF;
}
.predictions .left-section .league-box ul {
  padding: 10px 20px 20px;
}
@media (max-width: 1400px) {
  .predictions .left-section .league-box ul {
    padding: 10px 15px 15px;
  }
}
.predictions .left-section .league-box ul li {
  margin: 5px 0;
}
.predictions .left-section .league-box ul li:first-child {
  margin-top: 0;
}
.predictions .left-section .league-box ul li:last-child {
  margin-bottom: 0;
}
.predictions .left-section .league-box ul li:last-child a {
  padding-bottom: 0;
}
.predictions .left-section .league-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1400px) {
  .predictions .left-section .league-box ul li a {
    font-size: 15px;
  }
}
.predictions .left-section .league-box ul li a .arrow {
  width: 5px;
  height: 11px;
  margin-left: 10px;
  filter: grayscale(1);
  transition: 400ms all;
}
.predictions .left-section .league-box ul li a:hover {
  color: #0069FF;
}
.predictions .left-section .league-box ul li a:hover .arrow {
  filter: none;
}
.predictions .left-section .league-box ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}
.predictions .middle-section.home-page .accu-tips {
  margin-top: 30px;
}
.predictions .middle-section.home-page .accu-tips .accu-tip-text {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .predictions .middle-section.home-page .accu-tips .accu-tip-text {
    padding: 15px;
  }
}
.predictions .middle-section.home-page .accu-tips .accu-tip-text p:last-child {
  margin-bottom: 0;
}
.predictions .middle-section.home-page .accu-tips .accu-tip-text .author {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section.home-page .accu-tips .accu-tip-text .author span {
  font-weight: 400;
  color: #464555;
}
.predictions .middle-section .row {
  margin: 0 -6px;
}
.predictions .middle-section .row .col-12 {
  padding: 0 6px;
}
.predictions .middle-section .sub-section {
  margin-bottom: 25px;
}
.predictions .middle-section .sub-section.prediction {
  margin-bottom: 0;
}
.predictions .middle-section .sub-section.prediction .btn-wrap {
  margin-top: 0;
}
.predictions .middle-section .sub-section .featured-box {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .predictions .middle-section .sub-section .featured-box {
    margin-bottom: 15px;
  }
}
.predictions .middle-section .sub-section .featured-box a {
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.predictions .middle-section .sub-section .featured-box a ul {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.predictions .middle-section .sub-section .featured-box a ul li {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
}
.predictions .middle-section .sub-section .featured-box a ul li img {
  max-width: 75px;
  max-height: 75px;
}
.predictions .middle-section .sub-section .featured-box a ul li p {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  margin: 5px 0 0;
}
.predictions .middle-section .sub-section .featured-box a .details {
  background-color: #ffffff;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: 15px 20px;
}
.predictions .middle-section .sub-section .featured-box a .details h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.predictions .middle-section .sub-section .featured-box a .details p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.predictions .middle-section .sub-section .featured-box a .details p span {
  font-weight: 400;
  color: #464555;
}
.predictions .middle-section .sub-section.tips {
  display: none;
}
@media (max-width: 767px) {
  .predictions .middle-section .sub-section.tips {
    display: block;
    margin-top: 20px;
  }
}
.predictions .middle-section .sub-section.arti {
  margin-top: 15px;
  margin-bottom: 0;
}
.predictions .middle-section .sub-section .tip-box {
  margin-bottom: 12px;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .predictions .middle-section .sub-section .tip-box:last-child {
    margin-bottom: 0;
  }
}
.predictions .middle-section .sub-section .tip-box a {
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.predictions .middle-section .sub-section .tip-box a ul {
  display: flex;
  justify-content: space-between;
}
.predictions .middle-section .sub-section .tip-box a ul li {
  padding: 15px;
  color: #000000;
  transition: 400ms all;
}
@media (max-width: 1199px) {
  .predictions .middle-section .sub-section .tip-box a ul li {
    padding: 15px 11px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .sub-section .tip-box a ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
  }
}
.predictions .middle-section .sub-section .tip-box a ul li span {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .predictions .middle-section .sub-section .tip-box a ul li span {
    margin-right: 5px;
  }
}
.predictions .middle-section .sub-section .tip-box a ul li span img {
  transition: 600ms all;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  filter: brightness(0);
}
.predictions .middle-section .sub-section .tip-box a ul li:last-child {
  padding-left: 12px;
  margin-left: 10px;
  border-left: 0.2px solid rgba(0, 0, 0, 0.2);
  display: flex;
}
@media (max-width: 1199px) {
  .predictions .middle-section .sub-section .tip-box a ul li:last-child {
    margin-left: 10px;
  }
}
.predictions .middle-section .sub-section .tip-box a ul li:last-child img {
  margin-right: 0;
  filter: grayscale(1);
  opacity: 0.8;
  transition: 600ms all;
}
.predictions .middle-section .sub-section .tip-box a:hover ul li {
  color: #0069FF;
}
.predictions .middle-section .sub-section .tip-box a:hover ul li span img {
  filter: brightness(1);
  animation: rotate 3s linear;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.predictions .middle-section .sub-section .tip-box a:hover ul li:last-child img {
  filter: grayscale(0);
  opacity: 1;
}
.predictions .middle-section .sub-section .btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .predictions .middle-section .sub-section .btn-wrap {
    margin-top: 15px;
  }
}
.predictions .middle-section .sub-section .bet-of-day {
  margin-bottom: 24px;
}
.predictions .middle-section .sub-section .bet-of-day .inner {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
.predictions .middle-section .sub-section .bet-of-day .inner h2 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .predictions .middle-section .sub-section .bet-of-day .inner h2 {
    font-size: 16px;
  }
}
.predictions .middle-section .sub-section .bet-of-day .inner .inner-box {
  background-color: #464555;
  padding: 20px 50px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .predictions .middle-section .sub-section .bet-of-day .inner .inner-box {
    padding: 15px;
  }
}
.predictions .middle-section .sub-section .bet-of-day .inner .inner-box h2 {
  margin-bottom: 5px;
}
.predictions .middle-section .sub-section .bet-of-day .inner .inner-box h2 span {
  color: #ffffff;
}
.predictions .middle-section .sub-section .bet-of-day .inner .inner-box p {
  color: #ffffff;
}
.predictions .middle-section .sub-section .bet-of-day .inner .inner-box a {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  display: block;
}
@media (max-width: 575px) {
  .predictions .middle-section .sub-section .bet-of-day .inner .inner-box a {
    font-size: 14px;
  }
}
.predictions .middle-section .head {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .predictions .middle-section .head {
    margin: 10px 0 20px;
  }
}
.predictions .middle-section .head span {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  background-color: #ffffff;
  flex-shrink: 0;
}
.predictions .middle-section .page-top {
  background-color: #ffffff;
  padding: 20px 25px 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .predictions .middle-section .page-top {
    padding: 10px 15px 15px;
  }
}
.predictions .middle-section .page-top .breadcrumbs {
  display: flex;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .predictions .middle-section .page-top .breadcrumbs {
    display: none;
  }
}
.predictions .middle-section .page-top .breadcrumbs li {
  font-size: 14px;
  margin-right: 10px;
}
.predictions .middle-section .page-top .breadcrumbs li a {
  color: #0069FF;
}
.predictions .middle-section .page-top .breadcrumbs li a:hover {
  color: #0069FF;
}
.predictions .middle-section .page-top h1 {
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .predictions .middle-section .page-top h1 {
    padding-top: 8px;
  }
}
.predictions .middle-section .page-top p:last-child {
  margin-bottom: 0;
}
.predictions .middle-section .mobile-back {
  display: none !important;
  display: flex;
  align-items: center;
  color: #0069FF;
}
.predictions .middle-section .mobile-back img {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .predictions .middle-section .mobile-back {
    display: inline-block !important;
  }
}
.predictions .middle-section .date-bar {
  display: block;
  text-align: center;
  background-color: #ffffff;
  padding: 9px 70px 10px;
  border-radius: 6px;
  margin: 25px 0;
  display: flex;
  position: relative;
  text-align: center;
}
@media (max-width: 575px) {
  .predictions .middle-section .date-bar {
    padding: 9px 70px 11px;
  }
}
.predictions .middle-section .date-bar .slide-v {
  width: 100%;
}
.predictions .middle-section .date-bar .button-container button {
  position: absolute;
  left: 5px;
  top: 3px;
  background-color: #3c4757;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.predictions .middle-section .date-bar .button-container button.next {
  left: inherit;
  right: 5px;
}
.predictions .middle-section .prediction-match .prediction-match-row {
  margin-bottom: 15px;
}
.predictions .middle-section .prediction-match .head {
  display: flex;
  align-items: center;
  margin: 8px 0 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match .head {
    margin: 15px 0 15px;
  }
}
.predictions .middle-section .prediction-match .head span {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.predictions .middle-section .prediction-match .wrapper-nav {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}
.predictions .middle-section .prediction-match .list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}
.predictions .middle-section .prediction-match .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  color: #efefef;
  vertical-align: middle;
}
.predictions .middle-section .prediction-match .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 13px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}
.predictions .middle-section .prediction-match .upcoming {
  margin: 30px 0;
}
.predictions .middle-section .prediction-match .upcoming h6 {
  margin-bottom: 10px;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-stage-outer {
  position: relative;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-stage-outer::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: rgb(245, 245, 245);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%, rgb(0, 20, 34) 100%);
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-nav {
  margin-top: 0;
  opacity: 0;
  transition: 400ms all;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  transition: 600ms all;
  border: 1px solid #ffffff;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner {
    padding: 12px;
  }
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner p {
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li {
  font-weight: 500;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamA {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamA {
    font-size: 13px;
    line-height: 18px;
  }
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamA img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamB {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamB {
    font-size: 13px;
    line-height: 18px;
  }
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.teamB img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.time {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.time {
    font-size: 13px;
    line-height: 18px;
  }
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.time .kick-off {
  color: green;
  display: block;
  font-weight: 600;
}
.predictions .middle-section .prediction-match .upcoming .owl-carousel .item .inner ul li.time .date {
  color: #464555;
  display: block;
}
.predictions .middle-section .prediction-match .match-nav {
  padding: 0 33px;
  margin-bottom: 10px;
}
.predictions .middle-section .prediction-match .match-nav .slick-slide {
  margin: 0 10px 0 1px;
  font-size: 14px;
  padding: 0px 10px 1px;
  border-radius: 20px;
  transition: 600ms all;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .match-nav .slick-slide {
    margin-right: 5px;
  }
}
.predictions .middle-section .prediction-match .match-nav .slick-slide:hover {
  background-color: #0069FF;
  color: #ffffff;
}
.predictions .middle-section .prediction-match .match-nav .slick-slide.slick-active {
  background-color: #0069FF;
  color: #ffffff;
}
.predictions .middle-section .prediction-match .match-nav .slick-prev {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #000000;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.predictions .middle-section .prediction-match .match-nav .slick-prev:before {
  content: "‹";
  color: #464555;
  font-size: 16px;
}
.predictions .middle-section .prediction-match .match-nav .slick-next {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.predictions .middle-section .prediction-match .match-nav .slick-next:before {
  content: "›";
  color: #464555;
  font-size: 16px;
}
.predictions .middle-section .prediction-match .match .prediction-box {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match .match .prediction-box:last-child {
    margin-bottom: 0;
  }
}
.predictions .middle-section .prediction-match .match .prediction-box a {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  padding: 15px;
}
@media (max-width: 1400px) {
  .predictions .middle-section .prediction-match .match .prediction-box a {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .predictions .middle-section .prediction-match .match .prediction-box a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .match .prediction-box a {
    padding: 12px;
  }
}
.predictions .middle-section .prediction-match .match .prediction-box a .team ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.predictions .middle-section .prediction-match .match .prediction-box a .team ul li:first-child {
  margin-bottom: 10px;
}
.predictions .middle-section .prediction-match .match .prediction-box a .team ul li img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.predictions .middle-section .prediction-match .match .prediction-box a .time {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 0.2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1400px) {
  .predictions .middle-section .prediction-match .match .prediction-box a .time {
    padding-left: 9px;
    margin-left: 7px;
    width: 69px;
  }
}
@media (max-width: 1199px) {
  .predictions .middle-section .prediction-match .match .prediction-box a .time {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .match .prediction-box a .time {
    width: 92px;
  }
}
.predictions .middle-section .prediction-match .match .prediction-box a .time .time-box p {
  margin-bottom: 0;
  color: #464555;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match .match .prediction-box a .time .time-box p {
    font-size: 13px;
    line-height: 18px;
  }
}
.predictions .middle-section .prediction-match .match .prediction-box a .time .time-box p span {
  font-weight: 600;
  color: #000000;
}
.predictions .middle-section .prediction-match.tips .tip-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .date-bar {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .prediction-match.tips .tip-wrap .date-bar i {
  margin-right: 5px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .head {
  align-items: flex-start;
  margin: 30px 0 0 !important;
  font-size: 20px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .head span {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap {
  background-color: #ffffff;
  border-radius: 0px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap:last-child {
  border-bottom-right-radius: 0;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 5px;
  border-radius: 0;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box div {
  padding: 10px 15px;
}
@media (max-width: 500px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box div {
    padding: 10px 10px;
  }
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 10px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons ul {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons ul {
    flex-direction: column;
  }
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons ul li {
  margin: 0 5px;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons ul li {
    margin: 2px 0;
  }
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons ul li img {
  width: 25px;
  height: 25px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  transition: 600ms all;
}
@media (max-width: 991px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box h2 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p {
  margin-bottom: 0;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p a {
  color: #0069FF;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .arrow {
  margin-left: auto;
  width: 35px;
  height: 100%;
  padding: 10px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .arrow img {
  filter: grayscale(1);
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .arrow:hover img {
  filter: none;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box a:hover {
  color: #0069FF;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .bet-box {
    padding: 15px;
  }
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box:last-child {
  margin-bottom: 0;
}
.predictions .middle-section .prediction-match .accu-tips {
  margin-top: 30px;
}
.predictions .middle-section .prediction-match .accu-tips h2 {
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .prediction-match .accu-tips .accu-tip-text {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match .accu-tips .accu-tip-text {
    padding: 15px;
  }
}
.predictions .middle-section .prediction-match .accu-tips .accu-tip-text .author {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .prediction-match .accu-tips .accu-tip-text .author span {
  font-weight: 400;
  color: #464555;
}
.predictions .middle-section .prediction-match.preview .accu-tips {
  margin-bottom: 30px;
  scroll-margin-top: 90px;
}
.predictions .middle-section .prediction-match.preview .upcoming {
  margin: 30px 0 20px;
}
.predictions .middle-section .featured-box {
  margin-bottom: 15px;
}
.predictions .middle-section .featured-box a {
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  overflow: hidden;
}
.predictions .middle-section .featured-box a ul {
  padding: 40px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .predictions .middle-section .featured-box a ul {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .featured-box a ul {
    padding: 20px 20px 20px;
  }
}
.predictions .middle-section .featured-box a ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 575px) {
  .predictions .middle-section .featured-box a ul li {
    padding: 0 5px;
  }
}
.predictions .middle-section .featured-box a ul li:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .featured-box a ul li img {
  max-width: 75px;
  max-height: 75px;
}
@media (max-width: 991px) {
  .predictions .middle-section .featured-box a ul li img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .featured-box a ul li img {
    max-width: 40px;
    max-height: 40px;
  }
}
.predictions .middle-section .featured-box a ul li p {
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
  line-height: 20px;
}
.predictions .middle-section .featured-box a ul li p span {
  color: #464555;
  font-weight: 500;
}
.predictions .middle-section .featured-box a ul li p.place {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .predictions .middle-section .featured-box a ul li p.place {
    margin-top: 10px;
  }
}
.predictions .middle-section .featured-box a ul li .time {
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.8;
}
.predictions .middle-section .featured-box a ul li .date {
  font-weight: 500;
}
.predictions .middle-section .featured-box a .stadium {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .featured-box a .stadium ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .predictions .middle-section .featured-box a .stadium ul {
    padding: 6px 6px 7px;
    text-align: center;
  }
}
.predictions .middle-section .featured-box a .stadium ul li {
  width: auto;
  white-space: nowrap;
  border-right: none;
}
@media (max-width: 991px) {
  .predictions .middle-section .featured-box a .stadium ul li {
    padding: 0 10px;
  }
}
.predictions .middle-section .featured-box a .stadium ul li span:first-child {
  padding-right: 20px;
}
.predictions .middle-section .epl-prediction-box .date-head {
  margin-top: 20px;
}
.predictions .middle-section .epl-prediction-box .accu-tips {
  padding: 0 6px;
  margin-top: 20px;
}
.predictions .middle-section .epl-prediction-box .accu-tips .accu-tip-text {
  /*padding: 25px;*/
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .predictions .middle-section .epl-prediction-box .accu-tips .accu-tip-text {
    /*padding: 15px;*/
  }
}
.predictions .middle-section .epl-prediction-box .accu-tips .accu-tip-text .author {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 0;
}
.predictions .middle-section .epl-prediction-box .accu-tips .accu-tip-text .author span {
  font-weight: 400;
  color: #464555;
}
.predictions .middle-section .articles-wrap .article-box {
  margin-bottom: 12px;
}
.predictions .middle-section .articles-wrap .article-box .inner {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
.predictions .middle-section .articles-wrap .article-box .inner a {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .predictions .middle-section .articles-wrap .article-box .inner a {
    display: block;
  }
}
@media (max-width: 767px) {
  .predictions .middle-section .articles-wrap .article-box .inner a .image {
    width: 100%;
  }
}
.predictions .middle-section .articles-wrap .article-box .inner a .image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.predictions .middle-section .articles-wrap .article-box .inner a h2 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .predictions .middle-section .articles-wrap .article-box .inner a h2 {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 575px) {
  .predictions .middle-section .articles-wrap .article-box .inner a h2 {
    font-size: 14px;
  }
}
.predictions .middle-section .articles-wrap .article-box.single {
  margin-top: 24px;
  margin-bottom: 24px !important;
}
.predictions .middle-section .articles-wrap .article-box.single h2 {
  font-weight: 600;
}
.predictions .middle-section .articles-wrap .article-box.single .inner {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}
.predictions .middle-section .articles-wrap .article-box.single .inner .image {
  margin-bottom: 15px;
}
.predictions .middle-section .articles-wrap .article-box.single .inner .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .predictions .middle-section .articles-wrap .article-box.single .inner .image img {
    height: 240px;
  }
}
.predictions .middle-section .articles-wrap .article-box.single .inner .share {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .articles-wrap .article-box.single .inner .share ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0069FF;
}
.predictions .middle-section .articles-wrap .article-box.single .inner .share ul li {
  color: #3c4757;
}
.predictions .middle-section .articles-wrap .article-box.single .inner .share ul li .share-box {
  background-color: #3c4757;
  padding: 7px 15px;
  border-radius: 4px;
  color: #ffffff;
}
.predictions .middle-section .related-article .item a {
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}
.predictions .middle-section .related-article .item a .image {
  width: 120px;
  display: flex;
  flex-shrink: 0;
  margin-right: 6px;
  border-radius: 8px;
  overflow: hidden;
}
.predictions .middle-section .related-article .item a .image img {
  object-fit: cover;
}
.predictions .middle-section .related-article .item a .details h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.predictions .middle-section .related-article .item a .details p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.predictions .middle-section .related-article .item a .details p span {
  font-weight: 400;
  color: #464555;
}
.predictions .middle-section .related-article:hover .owl-nav {
  opacity: 1;
}
.predictions .middle-section .related-article .owl-nav {
  margin-top: 0;
  opacity: 0;
  transition: 400ms all;
}
.predictions .middle-section .related-article .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.predictions .middle-section .related-article .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: #0069FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
}
.predictions .middle-section .contact {
  margin: 25px 0;
  padding: 25px 0;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .predictions .middle-section .contact {
    padding: 15px;
  }
}
.predictions .middle-section .contact h2 {
  font-weight: 600;
}
.predictions .middle-section .contact form .form-field {
  margin-bottom: 15px;
}
.predictions .middle-section .contact form .form-field:last-child {
  margin-bottom: 0;
}
.predictions .middle-section .contact form .form-field label {
  margin-bottom: 5px;
}
.predictions .middle-section .contact form .form-field input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  padding: 15px;
}
.predictions .middle-section .contact form .form-field input:focus {
  outline: 1px solid #0069FF;
}
.predictions .middle-section .contact form .form-field input.btn {
  width: auto;
  display: inline-block;
  background-color: #0069FF;
  color: #ffffff;
  border-color: #0069FF;
  padding: 8px 50px;
}
.predictions .middle-section .contact form .form-field textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  padding: 15px;
}
.predictions .middle-section .contact form .form-field textarea:focus {
  outline: 1px solid #0069FF;
}
.predictions .middle-section .contact-content {
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .predictions .middle-section .contact-content {
    padding: 15px;
  }
}
.predictions .middle-section .contact-content a {
  color: #0069FF;
}
.predictions .right-section {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .predictions .right-section {
    padding-left: 12px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .predictions .right-section {
    display: none;
  }
}
.predictions .right-section .add-wrap {
  position: relative;
  top: 0;
}
@media (max-width: 1366px) {
  .predictions .right-section .add-wrap {
    position: relative;
    top: inherit;
  }
}

.right-section {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .right-section .add-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.right-section .add-wrap .add-box {
  min-height: 200px;
  background-color: #e8e8e8;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
@media (max-width: 1199px) {
  .right-section .add-wrap .add-box {
    margin: 0 12px;
    width: calc(33.333% - 24px);
  }
}
.right-section .add-wrap .add-box:last-child {
  margin-bottom: 0;
}
.right-section .add-wrap .add-box .bet-wrap {
  position: relative;
  border-radius: 8px;
  padding: 0px;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 15px;
}
.right-section .add-wrap .add-box .bet-wrap.a-color {
  background-color: #057b5b;
}
.right-section .add-wrap .add-box .bet-wrap.a-color .bet-footer button {
  background-color: #ffe417;
  transition: 400ms all;
}
.right-section .add-wrap .add-box .bet-wrap.a-color .bet-footer button:hover {
  background-color: #ffffff;
}
.right-section .add-wrap .add-box .bet-wrap.b-color {
  background-color: #020b22;
}
.right-section .add-wrap .add-box .bet-wrap.b-color .bet-footer button {
  background-color: #7ec50c;
  transition: 400ms all;
}
.right-section .add-wrap .add-box .bet-wrap.b-color .bet-footer button:hover {
  background-color: #ffffff;
}
.right-section .add-wrap .add-box .bet-wrap.d-color {
  background-color: #313131;
}
.right-section .add-wrap .add-box .bet-wrap.d-color .bet-footer button {
  background-color: #f66212;
  transition: 400ms all;
}
.right-section .add-wrap .add-box .bet-wrap.d-color .bet-footer button:hover {
  background-color: #ffffff;
}
.right-section .add-wrap .add-box .bet-wrap .bet-logo {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.right-section .add-wrap .add-box .bet-wrap .bet-logo img {
  width: auto;
  height: 50px;
  object-fit: cover;
}
.right-section .add-wrap .add-box .bet-wrap .bet-logo span img {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  max-width: inherit !important;
}
.right-section .add-wrap .add-box .bet-wrap .bet-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
.right-section .add-wrap .add-box .bet-wrap .bet-terms {
  font-size: 10px;
  line-height: 14px;
  margin: 10px 0;
  color: #ffffff;
  opacity: 0.7;
}
.right-section .add-wrap .add-box .bet-wrap .bet-promo {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 5px 7px;
}
.right-section .add-wrap .add-box .bet-wrap .bet-promo span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.right-section .add-wrap .add-box .bet-wrap .bet-footer {
  margin-top: 5px;
  display: inline-block;
}
.right-section .add-wrap .add-box .bet-wrap .bet-footer button {
  border: none;
  border-radius: 4px;
  padding: 6px 20px;
  font-weight: 600;
}

.prediction-box {
  margin-bottom: 12px;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .prediction-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .prediction-box:last-child {
    margin-bottom: 0;
  }
}
.prediction-box a {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  padding: 15px;
}
@media (max-width: 1400px) {
  .prediction-box a {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .prediction-box a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .prediction-box a {
    padding: 13px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .prediction-box a {
    padding: 12px;
  }
}
.prediction-box a .team ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}
.prediction-box a .team ul li:first-child {
  margin-bottom: 10px;
}
.prediction-box a .team ul li img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.prediction-box a .time {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 0.2px solid rgba(0, 0, 0, 0.1);
  width: 85px;
}
@media (max-width: 1400px) {
  .prediction-box a .time {
    padding-left: 9px;
    margin-left: 7px;
    width: 69px;
  }
}
@media (max-width: 1199px) {
  .prediction-box a .time {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .prediction-box a .time {
    width: 92px;
  }
}
.prediction-box a .time .time-box {
  font-size: 13px;
  line-height: 18px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .prediction-box a .time .time-box {
    font-size: 12px;
  }
}
.prediction-box a .time .time-box p {
  margin-bottom: 8px;
  color: #464555;
}
.prediction-box a .time .time-box p:last-child {
  margin-bottom: 0;
}
.prediction-box a .time .time-box p span {
  color: #000000;
}

.midd-add-box {
  width: 100%;
  display: inline-block;
  background: #e8e8e8;
  border-radius: 6px;
}
.midd-add-box:last-child {
  margin-bottom: 0;
}
.midd-add-box .bet-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.midd-add-box .bet-wrap.a-color {
  background-color: #057b5b;
}
.midd-add-box .bet-wrap.a-color .bet-footer button {
  background-color: #ffe417;
  transition: 400ms all;
}
.midd-add-box .bet-wrap.a-color .bet-footer button:hover {
  background-color: #ffffff;
}
.midd-add-box .bet-wrap.b-color {
  background-color: #020b22;
}
.midd-add-box .bet-wrap.b-color .bet-footer button {
  background-color: #7ec50c;
  transition: 400ms all;
}
.midd-add-box .bet-wrap.b-color .bet-footer button:hover {
  background-color: #ffffff;
}
.midd-add-box .bet-wrap.c-color {
  background-color: #313131;
}
.midd-add-box .bet-wrap.c-color .bet-footer button {
  background-color: #f66212;
  transition: 400ms all;
}
.midd-add-box .bet-wrap.c-color .bet-footer button:hover {
  background-color: #ffffff;
}
.midd-add-box .bet-wrap .top {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .top {
    display: block;
    text-align: center;
  }
}
.midd-add-box .bet-wrap .top .bet-logo {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  margin-right: 15px;
  width: 150px;
  height: 50px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .top .bet-logo {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .top .bet-logo img {
    max-width: 100px;
  }
}
.midd-add-box .bet-wrap .top .bet-logo span img {
  max-width: 100px;
}
.midd-add-box .bet-wrap .top .bet-title {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .top .bet-title {
    margin-bottom: 8px;
  }
}
.midd-add-box .bet-wrap .top .bet-promo {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
}
.midd-add-box .bet-wrap .top .bet-promo span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  display: block;
}
.midd-add-box .bet-wrap .top .bet-footer {
  padding: 10px;
  margin-left: auto;
  display: inline-block;
}
.midd-add-box .bet-wrap .top .bet-footer button {
  background-color: #ffe417;
  border: none;
  width: 100%;
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .top .bet-footer button {
    padding: 8px 25px;
  }
}
.midd-add-box .bet-wrap .bet-terms {
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .midd-add-box .bet-wrap .bet-terms {
    text-align: center;
  }
}
.midd-add-box .bet-wrap.sl .bet-logo {
  background-color: #000000;
}
.midd-add-box .bet-wrap.sl .bet-footer button {
  background-color: #000000;
}

.mr-bt-0 {
  margin-bottom: 0 !important;
}

.mr-tp-24 {
  margin-top: 24px !important;
}

.table {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.table p {
  margin-bottom: 0;
}

.nav-tab-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.nav-tab-wrap .nav-tabs {
  border: none;
}
.nav-tab-wrap .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 3px 10px;
  border-radius: 0;
  color: #000000;
  background-color: #EDECEE;
}
.nav-tab-wrap .nav-tabs .nav-item .nav-link.active {
  background-color:  #1a73e8;
  color: #ffffff;
}
.nav-tab-wrap .nav-tabs .nav-item .nav-link a i {
  font-size: 10px;
}
.nav-tab-wrap .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tab-wrap .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tab-wrap .next-prev {
  margin-left: auto;
  display: flex;
}
.nav-tab-wrap .next-prev a {
  display: flex;
  align-items: center;
  margin: 0 2px;
}
.nav-tab-wrap .next-prev a i {
  font-size: 10px;
  margin: 0 3px;
  padding: 11px 12px 8px;
  border-radius: 4px;
  background: #edecee;
}
.nav-tab-wrap .next-prev a:hover {
  color: #0069FF;
}

.bet-wrap {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .bet-wrap {
    padding: 15px;
  }
}
.bet-wrap h2 {
  font-weight: 600;
}

.select-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .select-wrap {
    flex-direction: column;
  }
}
.select-wrap h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .select-wrap h2 {
    margin-bottom: 10px;
  }
}
.select-wrap .form-select {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  box-shadow: none !important;
  outline: none !important;
  background-color: #EDECEE;
  font-size: 14px;
  border: none;
  height: 33px;
}

table {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  table {
    font-size: 13px;
  }
}
table > :not(caption) > * > * {
  padding: 0px 5px;
}
table th {
  font-weight: 600;
}
table p {
  margin-bottom: 0;
  line-height: 20px;
}
table.status td {
  padding: 0;
}
table.status td .td-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  table.status td .td-wrap {
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
  }
}
table.status td .td-wrap p {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  table.status td .td-wrap p {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}
table.status td .td-wrap p:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
table.status td .td-wrap p.win {
  font-weight: 600;
}

.predictions-single table .oddsvalue {
  font-size: 18px;
}

.predictions-single table,
.predictions-single table .green,
.predictions-single table .red,
.predictions-single table .yellow,
.predictions-single .bet-box table.status tr td:last-child div{
    font-size: 16px !important;

}


.green {
  padding: 5px;
  border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .green {
    padding: 10px 8px;
  }
}
@media (max-width: 575px) {
  .green {
    padding: 10px;
  }
}
.green span {
  background-color: #00935A;
  padding: 3px 15px;
  color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .green span {
    padding: 3px 15px;
  }
}

.red {
  padding: 5px;
  border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .red {
    padding: 10px 8px;
  }
}
@media (max-width: 991px) {
  .red {
    padding: 10px;
  }
}
.red span {
  background-color: #DF2B00;
  padding: 3px 15px;
  color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .red span {
    padding: 3px 15px;
  }
}

.yellow {
  padding: 5px;
  border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .yellow {
    padding: 10px 8px;
  }
}
@media (max-width: 575px) {
  .yellow {
    padding: 10px;
  }
}
.yellow span {
  background-color: #ea9800;
  padding: 3px 15px;
  color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .yellow span {
    padding: 3px 15px;
  }
}

.pagination-wrap .pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: none;
}
.pagination-wrap .pagination .page-item:first-child .page-link, .pagination-wrap .pagination .page-item:last-child .page-link {
  background-color: #0069FF;
  border-color: #0069FF;
  color: #ffffff;
}
.pagination-wrap .pagination .page-item:first-child .page-link.dots, .pagination-wrap .pagination .page-item:last-child .page-link.dots {
  color: #000000 !important;
}

.related-arti {
  margin-top: 12px;
}
.related-arti .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.league-box-mobile {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  overflow: hidden;
  display: inline-block;
  width: 100%;
  display: none;
}
.league-box-mobile:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .league-box-mobile {
    display: block;
  }
}
.league-box-mobile h2 {
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #3c4757;
  color: #ffffff;
}
.league-box-mobile.left ul li a {
  padding: 0px 0 5px;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .league-box-mobile.left ul li a {
    font-size: 15px;
  }
}
.league-box-mobile.left ul li a span {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .league-box-mobile.left ul li a span {
    width: 30px;
    height: 30px;
  }
}
.league-box-mobile.left ul li a:hover {
  color: #0069FF;
}
.league-box-mobile ul {
  padding: 20px;
}
@media (max-width: 1400px) {
  .league-box-mobile ul {
    padding: 15px;
  }
}
.league-box-mobile ul li {
  margin: 5px 0;
}
.league-box-mobile ul li:first-child {
  margin-top: 0;
}
.league-box-mobile ul li:last-child {
  margin-bottom: 0;
}
.league-box-mobile ul li:last-child a {
  padding-bottom: 0;
}
.league-box-mobile ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1400px) {
  .league-box-mobile ul li a {
    font-size: 15px;
  }
}
.league-box-mobile ul li a .arrow {
  width: 5px;
  height: 11px;
  margin-left: 10px;
  filter: grayscale(1);
  transition: 400ms all;
}
.league-box-mobile ul li a:hover {
  color: #0069FF;
}
.league-box-mobile ul li a:hover .arrow {
  filter: none;
}
.league-box-mobile ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}

.prediction-tab {
  display: flex;
  align-items: center;
  margin: 5px 0px;
  position: sticky;
  top: 85px;
  background-color: #fff;
  z-index: 1;
  padding: 10px; 
	border-radius:10px;
}
@media (max-width: 1199px) {
  .prediction-tab {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .prediction-tab {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .prediction-tab {
    top: 51px;
  }
}
@media (max-width: 575px) {
  .prediction-tab {
    margin: 25px 0;
  }
}
.prediction-tab li {
  /*margin: 0 10px;*/
}
@media (max-width: 575px) {
  .prediction-tab li {
    margin: 0;
  }
}
.prediction-tab li a {
  padding: 6px 15px;
  border-radius: 6px;
  display: inline-block;
}
.prediction-tab li a.active {
  background-color: #1a73e8;
  color: #ffffff;
}

.predictions-single .prediction-tab{
  background-color: #E8E7E7;
  justify-content: center; 
}   

.bet {
  scroll-margin-top: 100px;
}

.custom-box {
	/* padding:20px; */
	border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  margin-top: 15px;
  scroll-margin-top: 100px;
}
/*@media (max-width: 767px) {
  .custom-box {
    padding: 15px;
  }
}*/
.custom-box p:last-child {
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-box p {
    font-size: 16px;
    text-align: left;
	padding: 0px 15px 0px 15px;
	background-color:#fff;
}
#analysis{
	border-radius:10px 10px 10px 10px;
	background-color: #fff;
}
#analysis p {
    font-size: 16px;
    text-align: justify;
}
.predictions-single #analysis .author{
  border-radius: 10px;
}

@media (max-width: 1360px) {
  #analysis p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
}
.custom-box h2 {
	font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px;
    letter-spacing: 0px;
    font-size: 19px;
    color: #000;
   /* background-color: #4B4242;*/
    border-radius: 10px 10px 0px 0px;
}
.custom-box .author {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.custom-box .author span {
  font-weight: 400;
  color: #464555;
}
.custom-box .bet-box {
  padding-bottom: 20px;
	background-color:#fff;
}
.custom-box .bet-box:last-child {
  border-radius: 0px 0px 10px 10px;
	padding-bottom:15px;
}
.custom-box .bet-box p{padding:0px;}
.custom-box .bet-box p strong {
	width: 100%;
    display: block;
    font-weight: 600;
    background-color: #c9ddfa;
    color: #000000;
    padding: 10px 15px;
    /* border-radius: 3px; */
    font-size: 17px;
}

.predictions-single .custom-box{
  border-radius: 10px;
}
.predictions-single .custom-box h3{
  font-weight: 600;
  letter-spacing: 0px;
}



.mob-add {
  margin: 50px 0 20px;
  display: none;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .mob-add {
    display: block;
  }
}
@media (max-width: 991px) {
  .mob-add {
    margin: 25px 0 20px;
  }
}
@media (max-width: 767px) {
  .mob-add {
    margin: 30px 0 20px;
  }
}
.mob-add .mob-add-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -3px;
}
.mob-add .mob-add-wrap ul li {
  margin: 0 3px;
}
.mob-add .mob-add-wrap ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bet-modal .modal-dialog {
  margin: 0;
  max-width: 100vw;
}
#bet-modal .modal-dialog .modal-content {
  width: 100vw;
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#bet-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
#bet-modal .modal-dialog .modal-content .modal-header .btn-close {
  filter: brightness(0) invert(1);
  box-shadow: none;
  outline: none;
  opacity: 1;
}
#bet-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element {
  width: 100%;
  display: flex;
  justify-content: center;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box {
  min-height: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 320px;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box:last-child, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box:last-child, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box:last-child, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box:last-child {
  margin-bottom: 0;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  margin: 0;
  text-align: center;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.a-color, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.a-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.a-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.a-color {
  background-color: #057b5b;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.a-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.a-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.a-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.a-color .bet-footer button {
  background-color: #ffe417;
  transition: 400ms all;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.a-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.a-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.a-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.a-color .bet-footer button:hover {
  background-color: #ffffff;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.b-color, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.b-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.b-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.b-color {
  background-color: #020b22;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.b-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.b-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.b-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.b-color .bet-footer button {
  background-color: #7ec50c;
  transition: 400ms all;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.b-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.b-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.b-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.b-color .bet-footer button:hover {
  background-color: #ffffff;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.c-color, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.c-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.c-color, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.c-color {
  background-color: #313131;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.c-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.c-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.c-color .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.c-color .bet-footer button {
  background-color: #f66212;
  transition: 400ms all;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap.c-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap.c-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap.c-color .bet-footer button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap.c-color .bet-footer button:hover {
  background-color: #ffffff;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-logo, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-logo, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-logo, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-logo {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-logo img, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-logo img, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-logo img, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-logo img {
  width: 100px !important;
  height: 70px;
  object-fit: cover;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-title, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-title, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-title, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-promo, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-promo, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-promo, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-promo {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-promo span, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-promo span, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-promo span, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-promo span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  display: block;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-terms, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-terms, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-terms, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-terms {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 15px;
  color: #ffffff;
  opacity: 0.7;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .item .add-box .bet-wrap .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider element .add-box .bet-wrap .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .item .add-box .bet-wrap .bet-footer button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider element .add-box .bet-wrap .bet-footer button {
  background-color: #057b5b;
  border: none;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  font-weight: 600;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .owl-nav, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .owl-nav {
  display: flex;
  justify-content: center;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .owl-nav button, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 400ms all;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .owl-nav button span, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .owl-nav button span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
#bet-modal .modal-dialog .modal-content .modal-body .bet-modal-slider .owl-nav button:hover, #bet-modal .modal-dialog .modal-content .modal-body .slick-slider .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-carousel .owl-stage {
  display: flex;
  overflow: hidden;
}

body.modal-open .mob-add {
  position: relative;
  z-index: 9999;
  border-bottom-color: transparent;
}

table.status td .td-wrap p .league-icon-sm {
  height: auto;
  max-height: 24px;
}

.pagination-wrap nav ul.pagination a.page-link {
  color: #000;
}

.bet-box table tr {
   /*border: 1px solid rgba(0, 0, 0, 0.08);*/
  white-space: nowrap;
}
.bet-box table tr th {
  padding: 5px 10px;
}
.bet-box table tr td {
  padding: 5px 15px;
}

table.status td .td-wrap.team-vs {
  flex-direction: column;
  text-align: left;
  padding: 9px 10px;
  display: block;
}
table.status td .td-wrap.team-vs p {
  margin: 0;
  padding: 0;
  border: none;
}

.predictions .middle-section .page-top .wp-block-heading.has-text-align-center {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #3c4757;
  padding: 15px;
  color: #fff;
  border-radius: 0;
  margin: 20px 0 2px;
}

table.mytable {
  width: 100%;
}
@media (max-width: 767px) {
  table.mytable {
    font-size: 13px;
  }
}

table.mytable thead {
  background: #0069FF;
}

table.mytable thead tr th {
  padding: 10px;
  color: white;
}

table.mytable tbody tr td {
  padding: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

table.mytable tbody tr:nth-of-type(2n) {
  background-color: #0069FF;
}

table.mytable tbody tr {
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  border-bottom: 5px solid #fff;
  background: rgba(0, 0, 0, 0.08);
}

table.mytable tbody tr:nth-of-type(2n) {
  background: #e7f1ff;
}

table.mytable tbody tr td img {
  max-width: 80px;
  max-height: 40px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  table.mytable tbody tr td img {
    max-width: 60px;
    max-height: 25px;
  }
}

@media (max-width: 767px) {
  body.page-id-1029 .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bet-table-wrap {
    overflow-x: scroll;
  }
}

table.mytable tbody tr td.tab-col.li-offer {
  font-weight: 600;
}

table.mytable tbody tr td.tab-col.li-claim a {
  padding: 5px 10px;
  background: #00935A;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
}

.predictions .middle-section .page-top p {
  font-size: 16px;
  line-height: 20px;
}

.titled-box {
  font-size: 13px;
  line-height: 20px;
}

.middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a, .bet-box table tr td a {
  background-color: #0069FF;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a, .bet-box table tr td a {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    font-size: 0;
  }
}
.middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a::after, .bet-box table tr td a::after {
  position: absolute;
  content: ">";
  left: 11px;
  right: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  display: none;
}
@media (max-width: 575px) {
  .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a::after, .bet-box table tr td a::after {
    display: block;
  }
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td .bookie_logo, .bet-box table tr td .bookie_logo {
  width: 60px;
  border-radius: 4px;
}

.bet-box table tr span.oddsvalue {
  font-weight: 600;
}

@media (max-width: 991px) {
  .bet-box table tr th span.hidden-input input.tinyinput {
    width: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .menu-football-tips-container {
    margin-bottom: 12px;
  }
  table.bet-table {
    text-align: center;
  }
}
@media (max-width: 991px) {
  table {
    font-size: 13px;
  }
}

.bet-box table.status tr td:last-child div {
  padding: 14px 0;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .bet-box table.status tr td:last-child div {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .bet-box table.status tr td:last-child div {
    font-size: 13px;
    padding: 5px 0;
  }
}

.bet-box table.bet-table tr td:first-child, .bet-box table.bet-table tr th:first-child {
  width: 90px;
}

.bet-box table.status tr td:first-child .td-wrap {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .bet-box table.status tr td:first-child .td-wrap {
    padding: 5px 0;
  }
}
@media (max-width: 575px) {
  .bet-box table.status tr td:first-child .td-wrap {
    padding: 0 0;
  }
}

.bet-box table.bet-table tr td:last-child, .bet-box table.bet-table tr th:last-child {
  width: 88px;
}
@media (max-width: 575px) {
  .bet-box table.bet-table tr td:last-child, .bet-box table.bet-table tr th:last-child {
    width: 70px;
  }
}

.bet-box table.status tr td:first-child {
  width: 150px !important;
}
@media (max-width: 991px) {
  .bet-box table.status tr td:first-child {
    width: 72px !important;
  }
}
.bet-box table.status tr td:last-child {
  width: 103px !important;
}
@media (max-width: 991px) {
  .bet-box table.status tr td:last-child {
    width: 72px !important;
  }
}

@media (max-width: 575px) {
  table.status td .td-wrap {
    padding: 0;
  }
}

@media (max-width: 575px) {
  table.status td .td-wrap.team-vs {
    padding: 0;
  }
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table {
  text-align: center;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:first-child {
  width: 90px;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:last-child {
  width: 90px;
}
@media (max-width: 575px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:last-child {
    width: 70px;
  }
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr th {
  font-weight: 400;
}

.bet-box .bet-table {
  text-align: center;
}

.bet-box .bet-table tr th {
  font-weight: 400;
}

b, strong {
  font-weight: 600;
}
.custom-box ul
{
  padding-left:15px;
}
.custom-box ul li {
  list-style-position: inside !important;
  padding-right: 5px;
  padding-left: 5px;
}

.custom-box h5 {
  margin-bottom: 0;
}

.predictions-single .custom-box ul {
  margin-left: 20px;
  margin-bottom: 0px !important;
  padding-top: 20px;
}

.predictions-single .custom-box ul li  {
  list-style-position: outside !important;
  padding-left: 5px;
  padding-bottom: 15px;
  padding-right: 5px;
  font-size: 16px;
}
.predictions-single .custom-box{
  margin-bottom: 0px !important;
}


/*===========================================================================================================*/
.new-mob-list {
  margin: 25px 0;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  display: none;
}
@media (max-width: 767px) {
  .new-mob-list {
    display: block;
  }
}
.new-mob-list h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.new-mob-list ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}
.new-mob-list ul#menu-football-tips-1 {
  margin-bottom: 0;
}
.new-mob-list ul li {
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
  .new-mob-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.new-mob-list ul li:last-child {
  border-right: none;
  padding-bottom: 0;
}
.new-mob-list ul li a {
  display: block;
  padding: 10px;
}
@media (max-width: 500px) {
  .new-mob-list ul li a {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }
}
.new-mob-list ul li a span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .new-mob-list ul li a span {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.new-mob-list ul li a span img {
  transition: 400ms all;
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
@media (max-width: 500px) {
  .new-mob-list ul li a span img {
    width: 15px;
    height: 15px;
  }
}
.new-mob-list ul li a:hover {
  color: #0069FF;
}

/*==================Mobile Add box Style=================*/
.midd-mob-add-box {
  display: none;
}

@media (max-width: 767px) {
  .midd-add-box.new {
    display: none;
  }
  .midd-mob-add-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
    border-radius: 6px;
    background-color: transparent;
  }
  .midd-mob-add-box .bet-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: calc(50% - 6px);
    margin: 3px;
  }
  .midd-mob-add-box .bet-wrap.a-color {
    background-color: #057b5b;
  }
  .midd-mob-add-box .bet-wrap.a-color .bet-footer button {
    background-color: #ffe417;
    transition: 400ms all;
  }
  .midd-mob-add-box .bet-wrap.a-color .bet-footer button:hover {
    background-color: #ffffff;
  }
  .midd-mob-add-box .bet-wrap.b-color {
    background-color: #020b22;
  }
  .midd-mob-add-box .bet-wrap.b-color .bet-footer button {
    background-color: #7ec50c;
    transition: 400ms all;
  }
  .midd-mob-add-box .bet-wrap.b-color .bet-footer button:hover {
    background-color: #ffffff;
  }
  .midd-mob-add-box .bet-wrap.c-color {
    background-color: #930202;
  }
  .midd-mob-add-box .bet-wrap.c-color .bet-footer button {
    background-color: #f66212;
    transition: 400ms all;
  }
  .midd-mob-add-box .bet-wrap.c-color .bet-footer button:hover {
    background-color: #ffffff;
  }
  .midd-mob-add-box .bet-wrap.d-color {
    background-color: #313131;
  }
  .midd-mob-add-box .bet-wrap.d-color .bet-footer button {
    background-color: #f66212;
    transition: 400ms all;
  }
  .midd-mob-add-box .bet-wrap.d-color .bet-footer button:hover {
    background-color: #ffffff;
  }
  .midd-mob-add-box .bet-wrap .top {
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
  }
  .midd-mob-add-box .bet-wrap .top .bet-logo {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
  }
  .midd-mob-add-box .bet-wrap .top .bet-logo img {
    height: 35px;
    width: auto;
  }
  .midd-mob-add-box .bet-wrap .top .bet-title {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding: 0 0 5px;
    color: #fff;
    padding-right: 0;
  }
  .midd-mob-add-box .bet-wrap .top .bet-promo {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 10px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .midd-mob-add-box .bet-wrap .top .bet-promo span {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
  .midd-mob-add-box .bet-wrap .top .bet-footer {
    padding: 0;
    margin-top: 5px;
  }
  .midd-mob-add-box .bet-wrap .top .bet-footer button {
    padding: 1px 9px 1px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    background-color: #ffe417;
    border: none;
    border-radius: 3px;
    font-weight: 600;
  }
  .midd-mob-add-box .bet-wrap .bet-terms {
    font-size: 8px;
    line-height: 9px;
    padding: 10px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/*================= New style 2024 ==================*/
@media (max-width: 1199px) {
  body .top-section {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  body .top-section {
    margin-top: 30px;
  }
}
body.new-prediction-preview-page .custom-box.new-custom-box {
  margin-top: 5px;
}
body.new-prediction-preview-page .custom-box.new-custom-box h3 {
  width: 100%;
  display: block;
  font-weight: 600;
  background-color: #c9ddfa;
  color: #000000;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 20px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-img-wrap {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item {
  border: none;
}
body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item .accordion-header .accordion-button {
  padding: 10px 0 !important;
  font-size: 16px;
  margin-bottom: 0 !important;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: transparent;
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 575px) {
  body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 22px;
  }
}
body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item .accordion-body {
  padding: 20px 0 0;
}
body.new-prediction-preview-page .custom-box.new-custom-box .preview-page-acco .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
body.new-prediction-preview-page .custom-box.new-custom-box p {
  font-size: 15px;
  line-height: 26px;
}
body.new-prediction-preview-page .custom-box.new-custom-box ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
body.new-prediction-preview-page .custom-box.new-custom-box ul li {
  font-size: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 1rem;
}
body.new-prediction-preview-page .custom-box.new-custom-box ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 10px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap {
  margin-top: 20px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .head div {
  width: 33.333%;
  font-weight: 600;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .head div:nth-of-type(2) {
  text-align: center;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .head div:last-child {
  text-align: right;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #000000;
  padding: 0;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box div {
  width: 33.3333%;
  color: #000000;
  font-weight: 600;
  padding: 10px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box div:nth-of-type(2) {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box div:last-child {
  text-align: right;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box div a {
  background-color: rgba(255, 255, 255, 0.568627451);
  color: #000000;
  padding: 9px 10px;
  border-radius: 4px;
  font-size: 13px;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box div a:hover {
  background-color: #0069FF;
  color: #ffffff;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box.green {
  background-color: #aed9ce;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box.dark-green {
  background-color: #c1cfcb;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box.yellow {
  background-color: #e7dbbe;
}
body.new-prediction-preview-page .custom-box.new-custom-box .new-bet-box-wrap .new-bet-box .details-box.black {
  background-color: #e4e4e4;
}
body.new-prediction-preview-page .custom-box.new-custom-box .h2-btn-wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
body.new-prediction-preview-page .custom-box.new-custom-box .h2-btn-wrap p {
  width: 100%;
  margin-bottom: 0;
}
body.new-prediction-preview-page .custom-box.new-custom-box .h2-btn-wrap a.h2h-btn {
  color: #000000;
  display: inline-block;
  border-radius: 6px;
  margin-top: 0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/*New style 13--2024*/
header {
  border-bottom: 1px solid #e4e4e4;
}
header .container .logo {
  position: absolute;
  left: 12px;
  top: 0;
}
@media (max-width: 991px) {
  header .container .nav-wrap {
    position: relative;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .search-btn {
    top: 0;
  }
}
@media (max-width: 767px) {
  header .container .nav-wrap .navbar-expand-lg {
    display: flex;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0);
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 9px;
    display: block !important;
  }
}
@media (max-width: 767px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 14px;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 11px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  margin: 0 15px;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    padding-bottom: 0;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 5px 0px 0px;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 5px 0px 6px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link img {
  width: 20px;
  margin-right: 0;
  margin-left: 5px;
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
  border-bottom: 2px solid #0069FF;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    border-bottom: none;
    color: #0069FF;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #0069FF;
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover img {
  filter: none;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link img {
    width: 15px;
  }
}
header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .mob-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  footer .copy {
    padding-bottom: 20px;
  }
}
footer .aware {
  text-align: left;
}
@media (max-width: 991px) {
  footer .aware {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .aware img {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  footer .aware img {
    max-width: 170px;
  }
}
footer .aware p {
  margin-top: 5px;
}
footer .nav-row {
  align-items: flex-start;
}
footer .nav-row .foot-logo ul {
  display: flex;
  align-items: center;
  margin: 20px -6px 0;
}
@media (max-width: 991px) {
  footer .nav-row .foot-logo ul {
    justify-content: center;
    margin: 10px -6px 20px;
  }
}
footer .nav-row .foot-logo ul li {
  padding: 0 6px;
}
footer .nav-row .foot-logo ul li a img {
  width: 20px;
}
footer .nav-row .foot-nav ul li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  footer .nav-row .foot-nav ul li {
    margin: 3px 5px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 380px) {
  footer .nav-row .foot-nav ul li {
    width: 100%;
    text-align: center;
  }
}

.predictions .middle-section .page-top h1 {
  margin-bottom: 0;
}
.predictions .middle-section .page-top p {
  margin-top: 10px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .title {
  background-color: #e3efff;
  padding: 10px 12px;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .title li h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
}
.predictions .middle-section .league-box {
  margin-top: 15px;
}
.predictions .middle-section .league-box .inner {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.predictions .middle-section .league-box .inner .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.predictions .middle-section .league-box .inner .sub {
  margin: 10px 0 5px;
  color: #0069FF;
  font-weight: 600;
}
.predictions .middle-section .league-box .inner ul.sub-list {
  padding-left: 15px;
}
.predictions .middle-section .league-box .inner ul li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 20px;
}
.predictions .middle-section .league-box .inner ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid #0069FF;
  border-radius: 20px;
  transition: 400ms all;
}
.predictions .middle-section .league-box .inner ul li:hover::before {
  background-color: #0069FF;
}
.predictions .middle-section .league-box .inner ul.league-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.predictions .middle-section .league-box .inner ul.league-list li {
  padding: 5px 10px;
  border-bottom: none;
  padding-left: 0;
}
.predictions .middle-section .league-box .inner ul.league-list li::before {
  display: none;
}
.predictions .middle-section .league-box .inner ul.league-list li a {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}
.predictions .middle-section .league-box .inner ul.league-list li a:hover {
  background-color: #0069FF;
  color: #ffffff;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:first-child {
  width: 135px;
}

.bet-box table tr td .bookie_logo {
  width: 113px !important;
  max-width: 113px !important;
  height: 34px !important;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .title {
  background-color: #d3e9ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 5px 20px 6px;
}

.searchform_wrap.custom-box {
  padding: 0;
  margin-bottom: 20px;
}

.searchform_wrap.custom-box form {
  margin-top: 5px;
}

.predictions .middle-section .page-top article {
  margin-bottom: 20px;
}

.predictions .middle-section .page-top article h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.predictions .middle-section .articles-wrap .article-box.single {
  margin-top: 5px !important;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p a b {
  font-weight: normal;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p {
  line-height: 20px;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box h2 {
  line-height: 22px;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .icons {
  border-right: none;
  padding-right: 0;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td .bookie_logo, .bet-box table tr td .bookie_logo {
  border-radius: 0;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box {
  padding: 0px 10px 10px;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table {
  background-color: #fff7ee;
  border-radius: 3px;
  overflow: hidden;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table thead {
  background: #fff1e1;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table thead tr th {
  font-weight: 600;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box:last-child {
  border-bottom: none;
}

/* .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a, .bet-box table tr td a {
  background-color: #ffffff;
  padding: 4px 10px 6px;
  border: 1px solid #ebdbc9;
  color: #000000;
} */

.middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a::after, .bet-box table tr td a::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
 
.predictions .left-section .league-box h2 {
  padding: 7px 15px;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:last-child a {
  float: right;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table thead tr th:first-child {
  text-align: left;
}

.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td span {
  padding: 6px 10px;
  border: 1px solid #ebe4db;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:first-child {
  text-align: left;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td:last-child {
  width: auto;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td[colspan="3"] {
  font-size: 14px;
  font-weight: 400;
  white-space: break-spaces;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a {
  font-size: 14px;
}
.predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a:hover {
  background-color: #0069FF;
  color: #ffffff;
}

header {
  position: relative;
}
header.fixed-nav {
  position: sticky;
}

.tip-header {
  background-color: #ffffff;
  padding: 12px 0;
}
@media (max-width: 991px) {
  .tip-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container {
    padding: 0;
  }
}
.tip-header .tip-nav-container .tip-nav {
  padding: 6px 6px 0px;
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container .tip-nav {
    border-top: none;
    overflow-x: scroll;
    padding: 0;
  }
}
.tip-header .tip-nav-container .tip-nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 -12px;
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container .tip-nav ul {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 0 12px;
  }
}
.tip-header .tip-nav-container .tip-nav ul li {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container .tip-nav ul li {
    padding: 0 3px;
  }
}
.tip-header .tip-nav-container .tip-nav ul li:last-child {
  padding-right: 0;
}
.tip-header .tip-nav-container .tip-nav ul li a {
  color: #000000;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container .tip-nav ul li a {
    padding: 2px 10px 3px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    background-color: #ffffff;
  }
}
.tip-header .tip-nav-container .tip-nav ul li a:hover {
  color: #0069FF;
}
@media (max-width: 991px) {
  .tip-header .tip-nav-container .tip-nav ul li a:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

body.toggle-slide-open {
  overflow: hidden;
}
body.toggle-slide-open .toggle-slide-overlay {
  left: 0;
}

header .container .nav-wrap {
  margin-left: auto;
  padding-right: 50px;
}
@media (max-width: 991px) {
  header .container .nav-wrap {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg {
    padding: 0;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav {
    background-color: transparent;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -12px !important;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav {
    margin: 0 -6px !important;
  }
}
@media (max-width: 575px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
@media (max-width: 400px) {
  header .container .nav-wrap .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
}

header .container .toggle-nav {
  margin-left: 15px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
}
@media (max-width: 991px) {
  header .container .toggle-nav {
    top: 0;
  }
}
header .container .toggle-nav svg {
  width: 25px;
  height: 25px;
}

.toggle-slide-overlay {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(32, 40, 50, 0.5);
  transition: 500ms all;
  z-index: 99;
}

.toggle-slide {
  position: fixed;
  top: 0;
  right: -355px;
  width: 350px;
  height: 100vh;
  background-color: #202832;
  transition: 500ms all;
  z-index: 9999;
}
.toggle-slide.show {
  right: 0;
}
.toggle-slide .toggle-nav {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 105, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
}
.toggle-slide .toggle-nav svg {
  filter: brightness(0) invert(1);
}
.toggle-slide .inner {
  height: 100%;
  padding: 100px 40px 40px;
}
.toggle-slide .inner ul li a {
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  display: block;
}
.toggle-slide .inner ul li a:hover {
  color: #0069FF;
}
.toggle-slide .inner ul li .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}
.toggle-slide .inner ul li .dropdown .dropdown-toggle:hover {
  color: #0069FF;
}
.toggle-slide .inner ul li .dropdown .dropdown-menu {
  position: relative !important;
  transform: none !important;
  background: transparent;
  padding-left: 20px;
  box-shadow: none;
  border: none;
}
.toggle-slide .inner ul li .dropdown .dropdown-menu li .dropdown-item {
  background-color: transparent;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.top-section {
  margin-top: 35px !important;
}
@media (max-width: 1199px) {
  .top-section {
    margin-top: 35px !important;
  }
}

.predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p a {
  font-size: 15px;
}

@media (max-width: 991px) {
  header .container .nav-wrap .search-btn {
    right: 50px;
  }
  body .top-section {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box .arrow img {
    filter: grayscale(1);
    width: 5px;
  }
  .predictions .middle-section .mobile-back {
    display: none !important;
  }
  .predictions .middle-section .page-top h1 {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .toggle-slide {
    width: 100vw;
    right: -100vw;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p a {
    font-size: 12px;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .title {
    padding: 5px 15px 6px;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .title li {
    font-size: 13px;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td {
    font-size: 14px;
  }
  header .container .logo a img {
    max-width: 160px;
  }
  .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a::after, .bet-box table tr td a::after {
    display: block;
  }
  .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a:hover::after, .bet-box table tr td a:hover::after {
    display: block;
    border-color: #ffffff;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td a {
    font-size: 0;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .tip-box-wrap .tip-box p a {
    font-size: 13px;
  }
  .predictions .middle-section .prediction-match.tips .tip-wrap .bet-box table tr td[colspan="3"] {
    font-size: 13px;
    line-height: 18px;
  }
}
/*==============================New Prediction page style====================================*/
.date-grid-wrap {
  background: #3c4757;
  padding: 10px;
  margin: 20px 0;
  border-radius: 30px;
}
.date-grid-wrap .date-nav {
  padding: 0 33px;
}
.date-grid-wrap .date-nav .slick-slide {
  margin: 0 10px 0 1px;
  font-size: 14px;
  border-radius: 20px;
  transition: 600ms all;
}
@media (max-width: 575px) {
  .date-grid-wrap .date-nav .slick-slide {
    margin-right: 5px;
  }
}
.date-grid-wrap .date-nav .slick-slide a {
  padding: 2px 10px 3px;
  background-color: #5c6879;
  color: #ffffff;
  border-radius: 20px;
}
.date-grid-wrap .date-nav .slick-slide:hover a {
  background-color: #ffffff;
  color: #000000;
}
.date-grid-wrap .date-nav .slick-slide.slick-active a {
  background-color: #ffffff;
  color: #000000;
}
.date-grid-wrap .date-nav .slick-prev {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  color: #000000;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.date-grid-wrap .date-nav .slick-prev:before {
  content: "‹";
  color: #464555;
  font-size: 16px;
}
.date-grid-wrap .date-nav .slick-next {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #ffffff;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.date-grid-wrap .date-nav .slick-next:before {
  content: "›";
  color: #464555;
  font-size: 16px;
}

.predictions .middle-section .prediction-match .match-nav .slick-slide.slick-active {
  background-color: #0069FF !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .predictions .middle-section .prediction-match .match-nav .slick-slide:focus {
    background-color: transparent;
    color: #000000;
  }
}/*# sourceMappingURL=main_style.css.map */
/*# sourceMappingURL=main_style.css.map */

.no-match p:last-child{
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}