/*General CSS*/

.bb7 {
  background: #191922;
  font-family: "Noto Sans";
}

.wrapper.bb7 {
  display: block;
}

.bb7 .container {
  max-width: 1110px;
}

.bb7 .pt-30 {
  padding-top: 30px !important;
}

.bb7 .pb-30 {
  padding-bottom: 30px !important;
}

.bb7 .pt-20 {
  padding-top: 20px !important;
}

.bb7 .pb-20 {
  padding-bottom: 20px !important;
}

.bb7 .home-modal .modal-header {
  height: auto;
}

.bb7 .header-buttons {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bb7 .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bb7 .pt-30 {
    padding-top: 15px !important;
  }

  .bb7 .pb-30 {
    padding-bottom: 15px !important;
  }

  .bb7 .pt-20 {
    padding-top: 10px !important;
  }

  .bb7 .pb-20 {
    padding-bottom: 10px !important;
  }
}

/*Header CSS*/

.bb7 header {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.0099) 100%);
  height: 90px;
  display: flex;
  align-items: center;
}

.bb7 header .header-logo img {
  max-height: 40px;
  max-width: 200px;
}

.bb7 header .navbar-collapse {
  padding-left: 40px;
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
  margin-right: 35px;
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 18px;
  color: #63636f;
  padding: 0;
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-link:hover,
.bb7 header .navbar-expand-lg .navbar-nav .nav-link:focus,
.bb7 header .navbar-expand-lg .navbar-nav .nav-link:active {
  color: #fff;
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--bb7-primary-color);
  text-shadow: 0px 4px 19px rgba(87, 154, 255, 0.25);
  font-weight: bold;
}

.bb7 header .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.bb7 header .header-right .apk {
  color: var(--bb7-primary-color);
  text-shadow: 0px 4px 19px rgba(87, 154, 255, 0.25);
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
}

.bb7 header .header-right .apk img {
  margin-right: 8px;
}

.bb7 header .header-right .header-buttons {
  margin-left: 30px;
}

.bb7 header .header-right .header-buttons .btn:not(:last-child) {
  margin-right: 10px;
}

.bb7 header .header-right .header-buttons .btn_1 {
  border: 1px solid #2e2e3d;
  border-radius: 15px;
  background-color: transparent;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

.bb7 header .header-right .header-buttons .btn_2 {
  background: var(--bb7-primary-color);
  box-shadow: 0px 4px 19px rgba(87, 154, 255, 0.25);
  border-radius: 15px;
  padding: 15px 30px;
  color: var(--bb7-text-primary-color);
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .bb7 header {
    height: auto;
  }

  .bb7 header .navbar {
    padding: 5px;
    justify-content: flex-start;
  }

  .bb7 .header-logo {
    order: 2;
  }

  .bb7 .navbar-light .navbar-toggler {
    order: 1;
  }

  .bb7 .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .bb7 header .header-logo img {
    max-height: 30px;
  }

  .bb7 header .header-right {
    order: 3;
    width: 100%;
  }

  .bb7 header .header-right .header-buttons {
    margin-left: 10px;
  }

  .bb7 header .header-right .header-buttons .btn_1,
  .bb7 header .header-right .header-buttons .btn_2 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {}

/*Home Page*/

/*News Bar*/

.bb7 .home .news-bar {
  background: rgba(17, 178, 75, 0.06);
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #27d365;
  padding: 10px 13px;
  display: flex;
  width: 100%;
  height: auto;
}

.bb7 .home .news-bar img {
  margin-right: 12px;
  height: 15px;
}

/*Sport List*/

.bb7 .home .sport-list .all-sports-list {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #444 #222;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.bb7 .home .sport-list .all-sports-list::-webkit-scrollbar {
  height: 4px;
}

.bb7 .home .sport-list .all-sports-list::-webkit-scrollbar-track {
  background: #444;
}

.bb7 .home .sport-list .all-sports-list::-webkit-scrollbar-thumb {
  background-color: #222;
}

.bb7 .home .sport-list .all-sports-list .sport-list-item {
  flex: 0 0 auto;
  height: 120px;
  width: 120px;
  margin-right: 15px;
  background: linear-gradient(134.28deg,
      rgba(255, 255, 255, 0.08) 3.18%,
      rgba(255, 255, 255, 0.0264) 75.13%);
  border-radius: 20px;
}

.bb7 .home .sport-list .all-sports-list .sport-list-item img {
  height: 50px;
  max-width: 50px;
}

.bb7 .home .sport-list .all-sports-list .sport-list-item i {
  font-size: 50px;
}

.bb7 .home .sport-list .sport-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: #fbb03b;
  text-shadow: 0px 4px 19px rgba(251, 176, 59, 0.25);
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb7 .home .sport-list .sport-title i {
  margin-right: 10px;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .bb7 .home .sport-list .all-sports-list .sport-list-item {
    height: 80px;
    width: 80px;
  }

  .bb7 .home .sport-list .all-sports-list .sport-list-item img {
    height: 30px;
    max-width: 30px;
  }

  .bb7 .home .sport-list .all-sports-list .sport-list-item i {
    font-size: 20px;
  }
}

/*Casino List*/

.bb7 .home .casino-list .casino-list-tabs {
  background: linear-gradient(172.3deg,
      rgba(255, 255, 255, 0.08) -9.5%,
      rgba(255, 255, 255, 0.0264) 107.82%);
  border-radius: 20px;
  padding: 10px;
}

.bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-item {
  flex: 1 1 auto;
}

.bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-item:not(:last-child) {
  margin-right: 10px;
}

.bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-link {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-link.active {
  background: var(--bb7-primary-color);
  color: var(--bb7-text-primary-color);
}

.bb7 .home .casino-list .bb7-casino-list img {
  padding: 0 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .bb7 .home .casino-list .casino-list-tabs {
    padding-bottom: 0;
  }

  .bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }

  .bb7 .home .casino-list .casino-list-tabs .nav-pills .nav-link {
    padding: 10px 0;
  }
}

/*Swipper Carousal*/

.bb7 .swiper {
  width: 100%;
  height: 100%;
}

.bb7 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bb7 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.bb7 .swiper-pagination-bullet {
  width: 30px !important;
  height: 3px !important;
  border-radius: 4px !important;
  background: rgba(163, 185, 227, 0.15) !important;
  opacity: 0.5 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.bb7 .swiper-pagination-bullet-active {
  background: var(--bb7-primary-color) !important;
  box-shadow: 0px 0px 11px rgba(87, 154, 255, 0.3) !important;
  width: 60px !important;
}

.bb7 .swiper-horizontal>.swiper-pagination-bullets,
.bb7 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
}

/*Sport Odds*/

.bb7 .home .sport-odds-list-tabs {
  background: linear-gradient(172.3deg,
      rgba(255, 255, 255, 0.08) -9.5%,
      rgba(255, 255, 255, 0.0264) 107.82%);
  border-radius: 20px;
  padding: 10px;
}

.bb7 .home .sport-odds-list-tabs .nav-pills .nav-item:not(:last-child) {
  margin-right: 10px;
}

.bb7 .home .sport-odds-list-tabs .nav-pills .nav-link {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.bb7 .home .sport-odds-list-tabs .nav-pills .nav-link.active {
  background: var(--bb7-primary-color);
  color: var(--bb7-text-primary-color);
}

.bb7 .home .sport-odds-list-tabs .hooper-slide {
  display: flex;
}

.bb7 .home .sport-odds .bet-table {
  background: linear-gradient(134.28deg,
      rgba(255, 255, 255, 0.08) 3.18%,
      rgba(255, 255, 255, 0.0264) 75.13%);
  border-radius: 20px;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.bb7 .home .sport-odds .bet-table-header {
  background: linear-gradient(232.19deg,
      rgba(255, 255, 255, 0.05) 13.76%,
      rgba(255, 255, 255, 0.0165) 72.02%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.bb7 .home .sport-odds .bet-table-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bb7 .home .sport-odds .bet-table-row {
  padding: 20px;
}

.bb7 .home .sport-odds .bl-box {
  border-radius: 10px;
}

.bb7 .home .sport-odds .back {
  background: #579aff;
  box-shadow: 0px 4px 19px rgba(87, 154, 255, 0.25);
}

.bb7 .home .sport-odds .lay {
  background: #03b37f;
  box-shadow: 0px 4px 19px rgba(3, 179, 127, 0.25);
}

@media only screen and (max-width: 767px) {
  .bb7 .home .sport-odds-list-tabs .nav-pills {
    overflow-x: hidden;
    flex-wrap: nowrap;
  }

  .bb7 .home .sport-odds-list-tabs .nav-pills .nav-item {
    flex: 0 0 auto;
  }

  .bb7 .home .sport-odds .bet-table {
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .bb7 .home .sport-odds .bet-table .bet-table-box {
    background-color: transparent;
  }
}

/*Top Wiiners*/

.bb7 .home .top-winners .sport-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #17d19a;
  text-shadow: 0px 4px 19px rgba(23, 209, 154, 0.2);
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb7 .home .top-winners .winners-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bb7 .home .top-winners .winners-box {
  background: linear-gradient(142.27deg,
      rgba(255, 255, 255, 0.08) -3.69%,
      rgba(255, 255, 255, 0.0264) 88.41%);
  border-radius: 20px;
  padding: 20px;
  width: calc(20% - 16px);
  margin-bottom: 20px;
  margin-right: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.bb7 .home .top-winners .winners-box:nth-child(5n) {
  margin-right: 0;
}

.bb7 .home .top-winners .winners-box-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bb7 .home .top-winners .winners-box-top img {
  margin-right: 15px;
}

.bb7 .home .top-winners .winners-box-top h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.bb7 .home .top-winners .winners-box-top span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.bb7 .home .top-winners .winners-box-bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bb7 .home .top-winners .winners-box-bottom h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
}

.bb7 .home .top-winners .winners-box-bottom h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
  color: #fdcf13;
}

@media only screen and (max-width: 767px) {
  .bb7 .home .top-winners .winners-box {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}

/*Payment*/

.bb7 .home .payment .sport-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: #4a68df;
  text-shadow: 0px 4px 19px rgba(74, 104, 223, 0.25);
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb7 .home .payment .sport-title img {
  margin-right: 10px;
}

.bb7 .home .payment .payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .bb7 .home .payment .payment-icons {
    justify-content: center;
  }

  .bb7 .home .payment .payment-icons>div {
    margin: 10px;
  }
}

/*Footer*/

.bb7 footer {
  background: rgba(0, 0, 0, 0.1);
  padding: 35px 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.bb7 footer .footer-top {
  border-bottom: 0;
}

.bb7 footer .footer-top-left {
  display: flex;
  flex-wrap: wrap;
}

.bb7 footer .footer-menu ul li {
  float: left;
}

.bb7 footer .footer-menu ul li::after {
  display: none;
}

.bb7 footer .footer-menu ul li a {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bb7 footer .footer-top-left {
    justify-content: space-between;
  }
}

/*Modal*/

.bb7 .modal-login-new .modal-header {
  height: auto;
}

/*Proud Partners*/

.bb7 .home .proud-partners .sport-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: #fbb03b;
  text-shadow: 0px 4px 19px rgba(251, 176, 59, 0.25);
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-link svg {
  height: 42px;
  transform: rotate(10deg);
}

.bb7 header .navbar-expand-lg .navbar-nav .nav-link svg .cls-1 {
  -moz-animation: blinkmenu normal 1s infinite ease-in-out;
  -webkit-animation: blinkmenu normal 1s infinite ease-in-out;
  -ms-animation: blinkmenu normal 1s infinite ease-in-out;
  animation: blinkmenu normal 1s infinite ease-in-out;
}

.bb7-content-title {
  color: #fbb03b;
  text-decoration: underline;
}

.bb7-home-content {
  background: #ffffff0f;
  border-radius: 12px;
  border: 1px solid #ffffff1c;
}