/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Poppins", sans-serif !important;
  color: #000000;
}

a {
  color: #4D96F6;
}

a:hover {
  color: #1A4EAE;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
}

.bg-warning, .bg-primary {
  background-color: #4D96F6 !important;
}

.bg-primary.gradient-color {
  background: #4D96F6;
  background: linear-gradient(150deg, #4D96F6 50%, #1A4EAE 100%);
}

.primary-color {
  color: #4D96F6;
}

.border-warning, .border-primary, .btn-primary {
  border-color: #4D96F6 !important;
}

.secondary-color, .text-dark, strong {
  color: #1A4EAE;
}

.btn-primary {
  background-color: #4D96F6;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #4D96F6 !important;
}

.btn-primary-dark {
  color: #ffffff !important;
  background-color: #1A4EAE;
  border-color: #1A4EAE;
}

.btn-primary-dark:hover {
  background-color: #277FC0 !important;
  border-color: #277FC0 !important;
}

.btn-dark {
  color: #ffffff !important;
  background-color: #1A4EAE;
  border-color: #1A4EAE;
}

.btn-dark:hover {
  background-color: #277FC0 !important;
  border-color: #277FC0 !important;
}

.light-blue-color {
  color: #277FC0;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black * {
  color: #b1acac !important;
}

.bg-transparent {
  background-color: transparent;
}

.poppins-font {
  font-family: "Poppins", sans-serif !important;
}

.zoom-8 {
  zoom: 0.8;
}

.zoom-9 {
  zoom: 0.9;
}

.font-14 {
  font-size: 14px !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #000000;
  color: #ffffff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #4D96F6;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .back-to-top {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  color: #4D96F6;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.section-title.contact-us h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -16px;
  left: 0;
  right: 0;
  background-color: #4D96F6;
  transition: all 0.3s ease-in-out 0s;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

.title-border-center h2::before {
  margin: 0 auto !important;
}

.table-header-row td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#topbar {
  font-size: 14px;
  transition: all 0.5s;
  position: sticky;
  top: 0;
  z-index: 99999;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.29);
  width: 100%;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #4D96F6;
  padding: 10px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 10px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info a img {
  width: 200px;
  transition: all 0.1s ease-in 0s;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info ul li {
  display: inline-block;
  padding: 0;
}

#topbar .contact-info ul li+li {
  margin-left: 18px;
}

#topbar .contact-info i {
  color: #4D96F6;
  padding-right: 4px;
}

#topbar.topbar-scrolled .contact-info a img {
  width: 100px;
  padding: 15px 0px;
}

ul.c-header-nav {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 56px;
  padding: 0;
  margin-bottom: 0;
}

ul.c-header-nav li:first-child h3 {
  font-size: 22px !important;
  margin-bottom: 0;
  margin-top: 8px;
}

ul.c-header-nav li:first-child p {
  margin-bottom: 0px;
}

ul.c-header-nav .c-header-nav-item .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  padding: 0.5rem 1.5rem;
}

ul.c-header-nav .c-header-nav-item .dropdown-menu.show {
  left: auto !important;
  right: 0 !important;
  transform: unset !important;
  top: 70px !important;
}

ul.c-header-nav .c-header-nav-link:hover, ul.c-header-nav .c-header-nav-btn:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Header Profile section
--------------------------------------------------------------*/

.c-avatar img {
  border-radius: 100%;
  box-shadow: 1px 1px 5px #afafaf;
}

.betslip-box {
  opacity: 0;
}

.modal-warn-icon i, .modal-warn-icon svg {
  font-size: 2rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 58px;
  /*font-weight: 700;*/
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #4D96F6;
}

#hero .btn-get-started:hover {
  background: #4D96F6;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Table Boxes
--------------------------------------------------------------*/

.icon-boxes, .main-bet-section {
  position: relative;
}

.icon-boxes .shape-1, .main-bet-section .shape-1 {
  position: absolute;
  top: 22%;
  width: 160px;
  filter: brightness(0) invert(1);
}

.icon-boxes .shape-2, .main-bet-section .shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  filter: brightness(0) invert(1);
}

.dropdown-item .badge {
  font-size: 14px !important;
  margin-left: 10px !important;
}

small.ptn-text {
  color: #000000;
}

.bet-tab-list, .winner-title {
  height: 51px;
}

.list-tab .list-group-item, .main-bet-section .list-tab .list-group-item {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #1A4EAE !important;
  padding: 10px 20px;
  line-height: 1.8;
  margin-right: 10px;
  border-radius: 100px !important;
}

.list-tab .list-group-item.active, .main-bet-section .list-tab .list-group-item.active {
  color: #ffffff;
  background-color: #1A4EAE;
  border: 2px solid #1A4EAE !important;
  border-radius: 0;
}

.list-tab .current-points-balance {
  background-color: #ffab00;
  border-radius: 10px !important;
}

.list-tab .pool-time {
  color: #1a4eae !important;
}

.icon-boxes .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.1s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-boxes .icon-box .b-img {
  content: "";
  position: absolute;
  bottom: 0;
  top: 19px;
  left: 0;
  right: 0;
  background: url("../assets/img/l-ball.png") top center no-repeat;
}

.icon-boxes .icon-box i, .icon-boxes .icon-box svg {
  font-size: 50px;
  color: #4D96F6;
}

.icon-boxes .icon-box:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  background: #4D96F6;
  cursor: pointer;
}

.icon-boxes .icon-box:hover .b-img {
  content: "";
  position: absolute;
  bottom: 0;
  top: 18px;
  left: 0;
  right: 0;
  background: url("../assets/img/b-ball.png") top center no-repeat;
}

.icon-boxes .icon-box:hover i, .icon-boxes .icon-box:hover svg {
  color: #ffffff !important;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #4D96F6;
}

.icon-boxes .title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-boxes .title a {
  color: #1A4EAE;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

.icon-boxes .table td, .icon-boxes .table th {
  vertical-align: middle !important;
}

.icon-box-col {
  position: relative;
}

.icon-box-col .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: center;
}

.icon-box-col .icon-overlay span {
  color: #ffffff;
  margin-bottom: 30px;
}

.icon-box-col .icon-box, .icon-box-col .title {
  opacity: 0.5;
}

.icon-box-col.active .icon-overlay {
  display: none;
}

.icon-box-col.active .icon-box, .icon-box-col.active .title {
  opacity: 1;
}

.table-responsive.bg-white.nba-final-listbox {
  overflow: hidden;
}

.card-deck .card {
  box-shadow: 4px 4px 9px 3px #00000029 !important;
}

.card-pricing {
  border: 0px solid transparent;
}

.card-pricing.popular {
  z-index: 1;
}

.card-pricing .pooldetail-list li {
  font-size: 15px !important;
  margin-bottom: 1.5rem;
}

.avatar-img.rounded-circle {
  width: 50px;
  border: 2px solid #7b7b7b;
}

@media (max-width: 575.98px) {
  .table-responsive.bg-white.nba-final-listbox {
    overflow: auto;
  }
}

/*--------------------------------------------------------------
# How it Works
--------------------------------------------------------------*/

.work {
  position: relative;
}

.work .shape-3 {
  position: absolute;
  top: 40%;
  left: 11.8%;
  width: 110px;
}

.work .carousel {
  box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 10px;
  border-radius: 10px;
}

.work .carousel-inner {
  border-radius: 10px;
}

.work .carousel-text {
  background: #4D96F6;
  position: absolute;
  left: -100px;
  bottom: 0;
  right: 0;
  max-width: 350px;
  border-radius: 10px;
}

.work .carousel-control-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.work .carousel-control-arrow .carousel-control-icons {
  background: #4D96F6;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.work .carousel-control-arrow .carousel-control-icons img {
  margin: 10px auto;
  width: 15px;
}

.work .carousel-control-arrow .carousel-control-icons i {
  line-height: 40px;
  font-size: 24px;
  color: #ffffff;
}

.work .carousel-control-arrow .carousel-control-icons:hover {
  background: #4D96F6;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.work .carousel-control-arrow .carousel-control-icons:hover i {
  line-height: 40px;
  font-size: 24px;
  color: #ffffff;
}

.work .carousel-control-next {
  left: 50px;
}

.work .carousel-control-next, .work .carousel-control-prev {
  opacity: 1;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  position: relative;
}

.contact .container-fluid {
  padding: 3em 0;
}

.contact .container {
  position: relative;
}

.contact .shape-4 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 110px;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: transparent;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #277FC0;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #277FC0;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 14px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  border-style: none;
}

.contact .php-email-form .invalid-feedback-msg {
  padding-left: 14px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Games & A Sport Page
--------------------------------------------------------------*/

/* Common Games & A Sport Page
--------------------------------------------------------------*/

.game-page #pageTitle {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  padding-top: 110px;
}

.game-page .title {
  margin-top: -20px !important;
}

.game-page .leftsidebar-main {
  align-items: start;
  height: 100%;
  position: relative;
}

.game-page .left-game-menubar {
  background-color: #000000;
  height: 100%;
  z-index: 10;
}

.game-page .left-game-menubar * {
  color: #ffffff;
  background-color: #000000;
}

.game-page .left-game-menubar>.page-wrapper {
  width: 100%;
}

.game-page .icon-boxes .icon-box {
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #4d96f6;
  top: -60px;
  position: absolute;
  left: 0;
  right: 0;
}

.game-page .icon-boxes .icon-box .b-img {
  top: 29px;
  filter: brightness(0) invert(1);
}

.game-page .icon-boxes .icon-box:hover {
  background-color: #4d96f6;
}

.game-page .icon-boxes .icon-box:hover .b-img {
  top: 29px !important;
}

.game-page .icon-boxes .icon-box.yellow-hover:hover {
  background-color: #277FC0;
}

.game-page .main-game-section {
  overflow: unset !important;
  width: 100%;
  padding-top: 0;
  position: relative;
  display: flex;
  background-color: #000000;
}

.game-page .main-game-section .fixed-top {
  position: absolute;
  top: 0px !important;
  width: 100%;
}

.game-page .main-game-section .main-bet-section {
  padding-top: 0px;
  overflow: unset;
  width: 100%;
  position: relative;
}

.main-bet-section .shape-2 {
  display: none !important;
}

.main-bet-section .breadcrumb {
  height: 50px;
  background-color: #000000;
}

.main-bet-section .breadcrumb a, .main-bet-section .breadcrumb span {
  margin-right: 5px;
}

.main-bet-section .breadcrumb .breadcrumb__end {
  color: #277FC0 !important;
}

.main-bet-section .betgame-section {
  display: flex;
}

.main-bet-section .game-pool-lists {
  width: calc(100% - 430px);
  margin-left: 15px;
  margin-right: 15px;
}

.main-bet-section .game-pool-lists .game-title {
  color: #ffffff !important;
}

.main-bet-section .game-pool-lists .bet-message {
  color: #1a4eae !important;
  font-size: 14px;
  font-weight: 600 !important;
}

.main-bet-section .game-pool-lists .bet-num {
  font-size: 16px;
}

.main-bet-section .game-pool-lists .bet-num.outcome-num {
  margin-left: 10px;
}

.main-bet-section .game-pool-lists .bet-num.badge {
  font-weight: 400 !important;
}

.main-bet-section .game-bet-slip {
  width: 100%;
  margin-left: 15px;
  max-width: 430px;
}

.game-bet-slip-small-screen {
  width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.main-bet-section .game-bet-slip .info-player {
  background: #26282b;
  position: relative;
}

.main-bet-section .game-bet-slip .info-player ul.player-list {
  position: absolute;
  list-style: none;
  padding: 20px;
  height: 140px;
  top: 10px;
  overflow: hidden;
  width: 100% !important;
  background: #26282b;
  z-index: 1;
  transition: height 0.3s ease 0s, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  display: inline-grid;
  grid-template-columns: auto auto;
  transform: translate(0px, 0px);
}

.main-bet-section .game-bet-slip .info-player ul.player-list:hover {
  overflow-y: auto;
  /* height: 250px;
  box-shadow: 0px 6px 6px 3px #000000b8;
  transform: translate(0px, 0px); */
}

.main-bet-section .game-bet-slip .info-player ul.player-list:hover .view-more {
  display: none;
}

.main-bet-section .game-bet-slip .info-player ul.player-list li {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  width: 190px;
}

.main-bet-section .game-bet-slip .info-player ul.player-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.main-bet-section .game-bet-slip .info-player ul.player-list li .position {
  width: 20px !important;
  display: inline-block;
}

/* Pool Table for Betting
------------------------------*/

.game-listbox {
  box-shadow: 0px 4px 20px 1px #0000003b;
  margin-bottom: 1rem;
  padding: 0px 10px 10px 5px;
}

.game-listbox table {
  border-spacing: 3px !important;
  border-collapse: separate;
}

.game-listbox table th {
  border-top: none;
}

.game-listbox table td {
  padding: 0px 2px 2px 1px;
  border-top: none;
}

.game-listbox table td:first-child {
  width: 30%;
}

.game-listbox table td .action-td {
  background-color: #efefef;
  color: #000000 !important;
  margin: 0px 0px 3px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
}

.game-listbox table td .action-td:hover, .game-listbox table td .action-td.active {
  opacity: 0.8;
  cursor: pointer;
  background-color: #000000;
  color: #efefef !important;
}

.game-listbox table .game-name, .game-listbox table .game-datetime {
  padding: 5px 5px 5px 15px;
}

.game-listbox table .game-datetime {
  color: #4d96f6 !important;
  margin: 4px 0px 2px;
  font-size: 15px;
  font-weight: 500;
}

.game-listbox table .game-name .small {
  color: #4d96f6 !important;
}

/* Top Scorer Table 
------------------------------*/

.winners-list-group-small-screen {
  width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.winners-list-group .leading-scorer-header {
  background-color: #1b1e21;
  border-top: 4px solid #ffffff;
}

.winners-list-group .leading-scorer-header .winner-title {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #ffffff !important;
}

.winners-list-group .leading-scorer-header span {
  color: #ffffff !important;
}

.winners-list-group .winners-list {
  height: 436px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.winners-list-small-screen {
  display: none;
}

.pool-top-scorer-table .winners-list-group {
  position: relative;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9999 !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons {
  background: #ffffff !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons i {
  line-height: 40px;
  font-size: 24px;
  color: #4D96F6 !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons:hover {
  background: #ffffff !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons:hover i {
  line-height: 40px;
  font-size: 24px;
  color: #4D96F6 !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-next, .pool-top-scorer-table .winners-list-group .carousel-control-prev {
  opacity: 1;
}

/* Bet Slip
------------------------------*/

.betslip-box {
  background-color: #000000;
  margin-top: 10px;
}

.stickey-box {
  width: 29% !important;
  position: fixed !important;
  top: 150px !important;
  right: 15px !important;
  z-index: 9999 !important;
}

.stickey-box-small-screen {
  width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 9999 !important;
}

.betslip-box .bet-slip-header {
  background-color: #1b1e21;
  border-top: 4px solid #ffffff;
}

.betslip-box .list-group .list-group-item {
  border-radius: 0 !important;
}

.betslip-box .list-group .list-group-item:first-child {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.betslip-box .list-group .list-group-item:last-child {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.betslip-box .list-group .list-group-item.active {
  background-color: #4d96f6;
  border-color: #4d96f6;
}

.stickey-box-small-screen .bet-slip-header {
  cursor: pointer;
}

.betslip-box .bet-slip-header .winner-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 10px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 10px;
}

.betslip-box .clear-betslip .clear-p a {
  color: #adadad;
}

.betslip-box .btn-primary {
  color: #ffffff !important;
}

.betslip-items .betslip-items-accordion *:focus {
  outline: none;
  box-shadow: none;
}

.betslip-items {
  height: 280px !important;
  padding: 15px;
  padding-top: 0px !important;
  overflow: hidden;
}

.betslip-items:hover {
  overflow-y: auto;
}

.betslip-items .btn-primary.save-bet-btn, .betslip-items .btn-primary.save-bet-btn:hover {
  background-color: #4d96f6 !important;
  border-color: #4d96f6 !important;
}

.betslip-box-items-small-screen {
  display: none;
}

.betslip-items #betSlipAccordion .card {
  margin-bottom: 15px;
  border: 1px solid #1b1e21 !important;
  border-bottom: 1px solid #1b1e21 !important;
}

.betslip-items #betSlipAccordion .card .card-header {
  background-color: #1b1e21;
}

.betslip-items #betSlipAccordion .card .card-header h2 button {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: left;
}

.betslip-items #betSlipAccordion .card .card-header h2 button:hover {
  color: #277FC0;
  text-decoration: none;
}

.betslip-items #betSlipAccordion .card .card-body * {
  font-size: 14px !important;
}

.betslip-items .betsbets {
  border: 1px solid;
  margin-bottom: 5px;
}

.betslip-items .betsbets .sub-head-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #424242;
  padding: 5px 15px;
  margin: 0px 0px 0px;
}

.betslip-items .betsbets .sub-head-bet p {
  margin-bottom: 0px;
}

.betslip-items .sub-head-bet .close-bet {
  color: #ffffff !important;
  font-size: 16px !important;
}

.betslip-items .betsbets .bet-input-box>div {
  text-align: center;
}

.betslip-items .betsbets .bet-input-box select.form-select {
  padding: 5px;
  width: 150px;
  color: #000000 !important;
}

.betslip-items .betsbets .bet-input-box select.form-select * {
  color: #000000 !important;
}

.betslip-items .betsbets .bet-input-box .bet-amt-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0px !important;
}

.betslip-items .betsbets .bet-input-box .bet-amt-box input {
  /*width: 80px;*/
  color: #000000 !important;
}

.betslip-total {
  margin-top: 30px;
  padding: 15px;
  padding-bottom: 30px;
}

.betslip-total>div {
  display: flex;
  justify-content: space-between;
}

.betslip-total .total-odds, .betslip-total .total-payout, .betslip-total .total-wager {
  font-size: 14px;
  text-align: left;
  color: #adadad;
}

.betslip-total .total-payout {
  align-items: flex-end !important;
}

@media screen and (max-width: 991px) {
  .betslip-items {
    height: 250px !important;
  }
}

/* Scrollbar Style */

.betslip-items::-webkit-scrollbar, .main-bet-section .game-bet-slip .info-player ul.player-list::-webkit-scrollbar, .winners-list-group .winners-list::-webkit-scrollbar {
  width: 8px;
}

.betslip-items::-webkit-scrollbar-track, .main-bet-section .game-bet-slip .info-player ul.player-list::-webkit-scrollbar-track, .winners-list-group .winners-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(27, 30, 33, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.betslip-items::-webkit-scrollbar-thumb, .main-bet-section .game-bet-slip .info-player ul.player-list::-webkit-scrollbar-thumb, .winners-list-group .winners-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(69, 77, 84, 0.8);
  box-shadow: inset 0 0 6px rgba(27, 30, 33, 0.5);
}

.betslip-items::-webkit-scrollbar-thumb:window-inactive, .main-bet-section .game-bet-slip .info-player ul.player-list:window-inactive, .winners-list-group .winners-list:window-inactive {
  background: rgba(69, 77, 84, 0.8);
}

/* End Scrollbar Style */

/* Login Form Modal Style */

.modal.login-form-modal {
  z-index: 99999 !important;
}

/* Login Form Modal Style */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

@media screen and (max-width: 767px) {
  .work .carousel-text {
    position: initial !important;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.footer-section {
  background: #151414;
  position: relative;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer .footer-cta {
  border-bottom: 1px solid #373636;
}

footer .single-cta i {
  color: #4D96F6;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

footer .cta-text {
  padding-left: 15px;
  display: inline-block;
}

footer .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

footer .cta-text span {
  color: #757575;
  font-size: 15px;
}

footer .footer-content {
  position: relative;
  z-index: 2;
}

footer .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

footer .footer-logo {
  margin-bottom: 30px;
}

footer .footer-logo img {
  max-width: 200px;
}

footer .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

footer .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

footer .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

footer .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

footer .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

footer .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #4D96F6;
}

footer .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

footer .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

footer .footer-widget ul li a:hover {
  color: #4D96F6;
}

footer .copyright-area {
  background: #202020;
  padding: 25px 0;
}

footer .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

footer .copyright-text p a {
  color: #277FC0;
}

footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

footer .footer-menu li a {
  font-size: 14px;
  color: #878787;
}

footer .footer-menu li:hover a {
  color: #277FC0;
}

/* main footer */

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.red-border {
  border: 3px solid #ff0000 !important;
}

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