@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

/* *, *:before, *:after {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
 }
input, input:before, input:after {
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
 }
 */

:root {
  --primary-color:linear-gradient(180deg, #ffcc2e 0%, #ffbd14 100%);
  --secondary-color:linear-gradient(180deg, #474747 0%, #070707 100%);
  --primary-theme:#010101;
  --secondary-theme:#ffb80c;
  --nav-active:#ffdc7a;
  --secondary-light:#e2eece;
  --sec-light2:#fff0ca;
  --white-color:#000;
  --secondary-light2:rgb(255, 184, 12, 0.6);
}


body {
  font-family:Tahoma, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  overflow-x: hidden;
  color: #222;
  background: #eee;
}
button, input, optgroup, select, textarea {
  font-family: Tahoma, sans-serif !important;
}
a, button {outline: medium none !important; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:focus {text-decoration: none;}
a:hover {text-decoration: none;}
input {outline: medium none !important;}
ul,ol{margin: 0px;padding: 0px;}
ul li{list-style: none;} 
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {margin-top: 0px; font-weight: 700;}
  .h1 a, h1 a,
  .h2 a, h2 a,
  .h3 a, h3 a,
  .h4 a, h4 a,
  .h5 a, h5 a,
  .h6 a, h6 a {
    color: inherit; }

    .mt-30 {
      margin-top: 30px;
    }
    .f-11 {
      font-size:11px;
    }

    .btnblk {
      width: 100%;
      height: 37px;
      line-height: 12px;
      color:var(--secondary-theme);
      font-weight: 700;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
      background-color: #666;
      background-image: linear-gradient(-180deg,#666,#333);
      margin-left: 0;
      border: none;
  }


.loading-bar {
    width: auto;
    height: 25px;
    align-items: center;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 15px 0 12px;
    border-radius: 4px 0 0 4px;
}

.loading-bar span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1e1e1e;
  margin-right: 6px;
  opacity: 0;
  -webkit-animation: loadBar .8s ease infinite;
  animation: loadBar .8s ease infinite;
  display: inline-block;
  padding: 0 !important;
}
.loading-bar span {
  background-color: #ffb600;
}
.loading-bar span:first-of-type {
  opacity: .7;
  font-weight: normal;
}
.loading-bar span:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@-webkit-keyframes loadBar {
  0% {
      opacity: .1
  }

  50% {
      opacity: 1;
      -webkit-transform: scale(1.4);
      transform: scale(1.4)
  }

  100% {
      opacity: .1
  }
}


.loading-bar span:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.loading-bar span:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.loading-bar span:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.loading-bar span:nth-child(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.loading-bar span:nth-child(7) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.loading-bar span:nth-child(8) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  margin-right: 0;
}

.mobile-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  padding:0px !important;
}
.mobile-loader  span {
  width: 4px !important;
  height: 4px;
  margin-right: 6px !important;
  background-color:#1e1e1e !important;
}


.btn{
    font-family: Tahoma,Helvetica,sans-serif;
}
.main-header {
    background:var(--secondary-color);
}
.main-header .navbar-brand img {
  max-width: 168px;
  max-height: 54px;
}
.main-header .container-fluid {
  padding: 0px 20px;
}

.form-control {
  color: #1e1e1e;
  font-size: 12px;
  border: 0 solid #aaa;
  background: #fff;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
}

.main-header .form-control{
    height:25px;
    width:130px;
    margin-right:8px;
}
.right-side-inputs .btn {
  width: 80px;
  line-height:7px;
  background: linear-gradient(-180deg,#f72424,#bb1c00);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  height: 25px;
  border:none;
  padding:0px;
}
.right-side-inputs .btn img {
  margin-left: 3px;
}
button:focus {box-shadow:none !important;}
.right-side-inputs {position:relative;}
.right-side-inputs p.error-code {
  position: absolute;
  left: 0;
}

.right-side-inputs .btn2 {
  width: 80px;
  background-color: #666;
  background-image: linear-gradient(-180deg, #666666 0%, #333333 100%);
  margin-left: 8px;
  border: none;
  height: 25px;
  padding:0px;
}
.user-icon svg.icon {
  fill:var(--secondary-theme);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
}
.search-event {
  position: relative;
}
.search-event .search-icon {
  position: absolute;
  left: 5px;
  top: 3px;
}
.inplay-matches .suspended:after {
  display:none;
}

.search-event input.form-control {
  padding-left: 23px;
  width: 280px;
  line-height: 0;
  padding-top: 10px;
}
.navmenu {
  background:var(--primary-color);
  border-bottom: 1px solid #f0ece1;
}
.SoccerScore table tr td{
  color: #fff !important;
}
/* 
.navmenu ul.nav.nav-pills {
  width: 74%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: visible;
}

  nav * {
    scrollbar-width: auto;
    scrollbar-color: #212121 #ffc02d;
  }

  nav *::-webkit-scrollbar {
    width: 5px;
    height:5px;
  }

  nav *::-webkit-scrollbar-track {
    background: #ffc02d;
  }

  nav *::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 0px;
    border: 19px none #ffc02d;
  }
   */

.navmenu .nav .nav-item {border-right:1px solid rgba(69,32,7,.2);}
.navmenu .nav-pills .nav-link {
  font-weight: 600;
  color: var(--white-color);
  padding: 5px 13px;
  position: relative;
  display: inline-flex;
  line-height: 21px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding-top: 9px;
}

.navmenu .nav-pills .nav-link:hover{ text-decoration:underline;}

.navmenu .nav-pills .nav-link.active {
  background:var(--nav-active);
  box-shadow: inset 0 1px 3px 0 rgb(52 9 9 / 50%);
  color: #000;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 18px;
  font-size: 0px;
  top:0;
}
.owl-nav .owl-next {
  position: absolute;
  right: 18px;
  top:0;
  font-size: 0px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i{opacity:0.7;}
.owl-nav .owl-prev i {
  font-size: 32px;
  color: #fff;
}
.owl-nav .owl-next i {
  font-size: 32px;
  color: #fff;
}

.owl-nav .owl-prev:hover i, .owl-nav .owl-next:hover i {opacity:1;}

.game-box {position:relative;}
.game-box .des-text {position:absolute;}
.des-text{
  position: absolute;
  bottom: 0;
  height: 42px;
  width: 100%;
  border-bottom: 5px solid var(--secondary-theme);
  display: flex;
  background: linear-gradient(270deg,rgba(69,94,104,0) 4%,#000 97%);
}
.des-text h3{
  flex-grow: 1;
  padding-left: 1rem;
  line-height: 35px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.des-text button {
  width: 102px;
  padding-left: 19px;
  font-weight: 700;
  background:var(--secondary-theme);
  -webkit-clip-path: polygon(15% 0,101% 0,101% 101%,0 101%);
  clip-path: polygon(15% 0,101% 0,101% 101%,0 101%);
  font-size: 14px;
  line-height: 30px;
  border-radius: 0px;
}
.home-sections .row {
  --bs-gutter-x: 0.7rem;
}
.home-sections .game-box {
  margin-bottom: 10px;
  min-height: 255px;
  cursor: pointer;
}

.home-sections .game-box:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  animation: placeHolderShimmer 1.5s infinite;
  background: #ced5da linear-gradient(to right, #ced5da 2%, #d8dfe4 18%, #ced5da 40%);
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -500px 0
  }

  100% {
      background-position: 500px 0
  }
}

@media only screen and (max-width:1400px) {
  .home-sections .game-box {
    min-height: 200px;
}
}

@media only screen and (max-width:1199px) {
  .home-sections .game-box {
    min-height:160px;
}
}

@media only screen and (max-width:991px) {
  .home-sections .game-box {
    min-height:200px;
}
}

@media only screen and (max-width:576px) {
.home-sections .game-box {
  min-height: 140px;
}
}



.live-board {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  padding: 6px;
  background-image: linear-gradient(180deg,#000,rgba(0,0,0,.7) 82%,transparent);
}
.live-board dd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 7px;
}
.live-board dt{
  margin-bottom: 12px;
}
.live-board dt p{
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  background-image: linear-gradient(180deg,#fb3434,#e80505);
  border-radius: 3px;
  margin-bottom: 0;
  display: inline-flex;
}
.live-board p {margin-bottom:0px;}
.live-board dt span i {
  color: #e90808;
  font-size: 17px;
}
.live-board dt span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 3px;
  margin-right: 5px;
  background-image: linear-gradient(180deg,#fff,#e8e8e8);
  border-radius: 3px 0 0 3px;
}
.live-board dt span img {
  -webkit-animation: twinkling 1.4s infinite ease;
  animation: twinkling 1.4s infinite ease;
}

.live-board dd span {
  color: #333;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 1px 3px;
  min-width: 16px;
  height: 16px;
}
.socialmedian-icon {
  background-color: #fff;
  padding: 14px 0px;
  display: block; text-align:center;
}
.socialmedian-icon ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #616161;
  padding-bottom: 6px;
}
.socialmedian-icon ul li a {
  margin: 0px 8px;
  font-size: 28px;
  color: #c4c4c4;
}
.socialmedian-icon ul li a img {height:30px;}
.socialmedian-icon ul li a:hover {color:#616161;}
.extend-support {
  display: block;
  width: 690px;
  background-color: rgba(0,0,0,0);
  border-radius: 8px;
  margin: 0 auto 20px auto;
  padding: 5px 0px;
}
.extend-wrap {
  display: flex;
  justify-content: space-between;
  --bs-gutter-x: 7px;
}
.extend-btn {
  flex-basis: 49%;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 8px;
  border: 1px solid rgba(151,151,151,.5);
  font-size: 13px;
  justify-content: center;
  margin-bottom: 8px;
  text-align: center;
}
.extend-btn a {
  margin-right: 8px;
}
.extend-support a.split-line {
  border-left: 1px solid rgba(0,0,0,.5);
  padding-left: 10px;
}
.extend-support a {
  color: rgba(0,0,0,.5);
  line-height: 40px;
  text-align: center;
}
.extend-btn a:last-child {
  margin-right: 0;
}
.extend-btn img {
  height: 26px;
  margin-right: 5px;
  vertical-align: middle;
}





.betfair-box {
  display: flex;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 6px;
  padding: 10px;
}
.betfair-box .batfair-logo {
  margin-right: 10px;
  align-items: center;
  display: inline-flex;
  padding: 0;
  border-right: 1px solid rgba(0,0,0,.3);
  padding-right: 15px;
}
.betfair-box .betfair-content {
  color: rgba(0,0,0,.6);
}
.footer-browser-logo a {display:inline-flex; margin:0px 3px;}
.footer-browser-logo a img {
  width: 21px;
  filter: grayscale(0.2);
  opacity: 0.5;
}
.footer-browser-links p {
  color: rgba(0,0,0,.6);
  line-height: 16px;
  font-size: 12px;
}
.policy-link {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0,0,0,.3);
  padding-top: 10px;
  margin-bottom: 25px;
}
.policy-link li {display:inline-flex;}
.policy-link li a {
  position: relative;
  padding-right: 10px;
  margin-right: 15px;
  color: rgba(0,0,0,.6);
  text-decoration: underline;
}
.policy-link li a::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 6px;
  background-color: #616161;
  right: -5px;
  bottom: 10px;
}
.app-link {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.app-link a img {
  width: 155px;
  margin-bottom:0px;
}
.app-link span {
  color: rgba(0,0,0,.6);
  font-size:10px;
}
.mobileheader-login {display:none;}


.newloginmodal  .modal-dialog {
  width: 100%;
  margin: 0px;
}

.newloginmodal .modal-content {
  border: none;
  padding: 0px;
  background: transparent;
  border-radius: 0px;
}
.newloginmodal .modal-content .modal-body {
  padding: 0px;
}


.login-pop {
  padding: 0px;
  background-color: var(--secondary-theme);
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  z-index: 4;
}
.login-image-page {
  position: relative;
}
.login-image-page img.site-logo-image {
  position: absolute;
  top: 36%;
  left: 00;
  right: 0;
  margin: 0 auto;
  height: 120px;
}
.login-pop .signup-close {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: rgba(0,0,0,.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 7px;
  right: 7px;
  z-index: 2;
  border: none;
}
.login-pop .form-control {
  padding: 9px;
  height: 40px;
  border: none;
  box-shadow: inset 0 0.5333333333vw 0 0 rgba(0,0,0,.1);
  border-radius: 8px;
  font-family: Helvetica,Tahoma,sans-serif !important;
  font-size: 4vw;
}
.popup-login-form form {
  padding: 0px 35px;
  margin-top: 48px;
}

.login-pop .form-control:focus {
  color: #1e1e1e;
  background-color:var(--sec-light2);
  box-shadow: inset 0 0.2666666667vw 1.3333333333vw rgba(161,128,45,.6);
  border-color: #be7809;
}

.login-pop  .capcha_code {
  position: absolute;
  right: 9px;
  font-size: 25px;
  font-family: Helvetica,Tahoma,sans-serif;
  font-weight: 600;
  top: 15px;
  position: absolute;
  background-color: #fff;
  width: 16.666667vw;
  height: 7vw;
  right: 1.8666666667vw;
  top: 1.133333vw;
  padding-top: 1.3333333333vw;
  border-radius: 1.0666666667vw;
}

.popup-login-form .btnblk {
  background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
  border: 1px solid #222;
  height: 46px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 600;
}

.popup-login-form .policy-link {
  margin: 0;
  padding: 0px;
  text-align: center;
  color: #bbb;
}
.popup-login-form .policy-link li {
  margin-bottom: 1.33333vw;
}
.popup-login-form .policy-link a{
  color: rgba(0,0,0,0.7);
  text-decoration: underline;
}

.policy-link {
  border-top: none;
  padding-top: 15px;
  margin-bottom: 30px;
  padding: 0px 10px;
  padding-top: 8px;
  margin: 8px auto 15px;
  border-top: 1px solid rgba(0,0,0,.3);
}

.policy-link li a {
  padding-right: 10px;
  margin-right: 10px;
  color: rgba(0,0,0,.7);
  font-size: 12px;
  line-height: 21px;
  color: rgba(0,0,0,.6) !important;
  text-decoration: underline !important;
}

.policy-link li a::before {
  height: 0;
  width: 1px;
  background-color: transparent;
  right: 1px;
  bottom: 21px;
  content: "-";
  font-size: 15px;
}


.login-pop .form-group {margin-bottom:15px; position: relative;}
.footer-menu {display:none;}
.bg-black1 {  
   border: 0;
   border: 1px solid rgba(0,0,0,.8);  
  border-radius: 4px;
  color:var(--secondary-theme);
  background:linear-gradient(180deg,#444 13%,#1b1b1b 81%);
  box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 50%);
}

.login-pop .extend-btn {
  border: none;
  background-color: rgba(255,255,255,.6);
}
.login-pop .extend-support {
  width: 100%;
  padding: 0px 35px;
}
.login-pop .extend-btn img {
  height: 28px;
  filter: invert(1);
  opacity: 1;
  margin-right: 0;
}
.amout-dtls {
  display: flex;
  padding: 0px;
  color: var(--secondary-theme);
  padding-left: 6px;
  background: rgba(255,255,255,.1);
  height: 28px;
  border-color: #000 !important;
}
.amout-dtls li {
  display: inline-flex;
  align-items: center;
}
.amout-dtls li span.title {
  opacity: 0.7;
  padding: 0px;
  margin: 0px;
}
.amout-dtls  span.vendorQuantity {
  min-width:32px;
  height: 15px;
  font-size: 11px;
  line-height: 14px !important;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 3px;
  padding: 0 7px;
  border-color: rgba(255,182,0,.5);
  display: inline-flex;
  line-height: 6px;
  justify-content: center;
  font-family: Tahoma,Helvetica,sans-serif;
  font-weight: 800;
}
.amout-dtls .load-btn {
  display: inline-block;
  border-left: 1px solid rgba(0,0,0,.8);
  padding: 0px 7px;
  font-size: 18px;
  line-height: 7px;
  color: var(--secondary-theme);
  display: inline-flex;
  height: 100%;
  align-items: center;
  background-color: rgba(255,255,255,.1);
}
.amout-dtls .load-btn svg.icon {
  width: 14px;
  height:14px;
  fill:var(--secondary-theme);
}

.amout-dtls li span {
  margin-right: 8px;
  padding:3px;
}
.amout-dtls li span b {
  margin-left: 2px;
}

.drop-down button.btn-sm {
  background: rgba(255,255,255,.1);
  width: 110px;
  height: 28px;
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: inset 0 2px 0 0 rgba(255,255,255,.3);
  border-radius: 4px;
  padding: 0px;
  font-size: 12px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px;
}
.drop-down button.btn-sm:focus{
  box-shadow: inset 0 2px 0 0 rgba(255,255,255,.3) !important;
}
.drop-down button.btn-sm::after {
  border-top: .5em solid;
}
.drop-down button.btn-sm svg.icon {
  width: 14px;
  height:14px;
  fill:var(--secondary-theme);
}
.drop-down .dropdown-menu {
  right: 0;
  left: inherit;
  width: 220px;
  padding-top: 0px;
  font-family: Tahoma,Helvetica,sans-serif;
}
.recaptha-code span {
  position: absolute;
  right: 14px;
  top: 1px;
  color: #000;
  z-index: 222;
  font-weight: 700;
  font-size: 15px;
}
.drop-down li {
  padding: 4px 11px;
  border-bottom: 1px solid #e0e6e6;
  font-size: 12px;
  color: #242424;
}
.drop-down li:last-child {padding-bottom  :0px; border-bottom:0px;}
.drop-down li a{
  color: #242424;
}
.drop-down li:hover {background-color:#eaebeb;}
.usr-unfodrp {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 0px 8px;
  border-bottom:1px solid #7e97a7;
  color:#3b5160;
}
.usr-unfodrp p {
  padding: 4px 0px;
}
.usr-unfodrp p:last-child {
  border-left: 1px solid #c5d0d7;
  font-size: 11px;
  font-weight: 500;
  padding-left: 6px;
}

.drop-down li .logout-btn {
  background-color: #7e97a7;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  color: #fff !important;
  font-size: 14px;
  padding: 3px;
  font-family: Tahoma,Helvetica,sans-serif;
}

.setting-popup .dropdown-toggle::after {
display:none;
}
.right-setting-bet li {
  display: inline-flex;
  align-items: center;
  padding: 0px 4px;
  color:var(--white-color);
}
.right-setting-bet li span {
  color: rgba(0,0,0,.6);
}
.right-setting-bet li span b {
  color:#000;
}


.right-setting-bet li .btn-group.setting-popup button{
  color:var(--white-color); 
}
.right-setting-bet li.betactive {
  background: linear-gradient(180deg,#444 13%,#1b1b1b 81%);

  padding: 0px 8px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0px -2px 0 1px var(--secondary-theme);
}
.right-setting-bet li.betactive span {
  color:var(--secondary-theme) !important;
}
.right-setting-bet li .btn-group.setting-popup button svg.icon {
  fill:#000;
  width:13px;
  height:13px;
}

.betactive .icon-button-check {
  height: 17px;
  width: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(255,255,255,.2);
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  box-shadow: none;
}
.betactive .icon-button-check i{
display:none;
}
.betactive.checkmark .icon-button-check i {
  display:block;
}

.betactive .icon-button-check svg.icon {
  width:12px;
  height:12px;
  fill:#000;
  font-size: 12px;
}

.right-setting-bet li.betactive.checkmark {
  background: linear-gradient(180deg,#00c15d,#009347)!important;
  color: #000000;
}
.right-setting-bet li.betactive.checkmark span {
  color: #000000 !important;
}
.betactive.checkmark .icon-button-check {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.right-setting-bet li.betactive.checkmark i {
  color: #000;
}

.right-setting-bet li.betactive i {
  font-size: 14px;
  margin-right: 3px;
}
.betactive.checkmark .bi.bi-check-square-fill {
  display: inline-block;
}
span.game-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
span.game-icon img {
  width: 20px;
}
.coupon-table td:first-child .active {
  background-color: #28a745;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
}
.betactive.checkmark .bi.bi-check-square {
  display: none;
}
.bet-table table {
  width: 100%;
}
.bet-table table td {
  padding: 6px;
}
.bet-table table tr.bet-info.lay {
  background-color: #f3dce2 !important;
  border-bottom: 1px solid #d38e9c;
}
.bet-table table tr.bet-info.back {
  background-color: #beddf4 !important;
  border-bottom: 1px solid #7da7c6;
}
.bet-runner-name {
  display: flex;
  align-items: center;
}
.bet-runner-name p {margin-bottom:0px;}
.bet-runner-name span.bet-type{
  height: 30px;
  border-radius: 5px;
  padding: 6px 11px;
  margin-right: 7px;
}


.setting-popup .dropdown-menu {
  width: 285px;
  min-height: 100px;
  background-color: #e0e6e6;
  font-size: 11px;
  color: #3b5160;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  border: none;
  box-shadow: 0 4px 5px rgba(0,0,0,.5);
  top: 2px !important;
  font-family: Tahoma,Helvetica,sans-serif;
}

.border-1 {
  border-bottom: 1px solid #3b5160;
  border-bottom: 1px solid #7e97a7;
  box-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.bets-stk {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bets-stk form{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bet-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bet-edit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #7e97a7;
  color: #3b5160;
  box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 80%);
  margin-left: 0px;
  padding: 7px;
  height: calc(100% - 5px);
}
.btn-ok {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 7px;
  height: calc(100% - 5px);
  color: #ffb600 !important;
  border-color: #222;
  height: 45px;
  line-height: 45px;
  background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
  font-size: 12px;
  font-weight: 500;
}


.bet-edit img {
  margin-left: 5px;
}
.bet-button {
  margin-bottom: 5px;
  margin-right: 5px;
}
.bet-button button {
  color: #3b5160;
  background: #fff;
  padding: 2px 14px;
  border-radius: 4px;
  border: 1px solid #bbb;
  line-height: 12px;
  width: 50px;
  padding: 2px 0px;
  background-image: linear-gradient(0deg, #ffffff 0%, #ececec 89%);
  font-size: 11px;
  font-weight: 500;
  height: 20px;
}

.setting-popup .bet-button input.form-control {
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
  height: 20px;
  width: 50px;
  background-color: #fff;
  margin: 0px;
}

.btnlistrow {
  display: inline-flex;
  width: calc(100% - 44px);
  flex-wrap: wrap;
  justify-content: start;
}
.beteditbox {
  display: inline-flex;
  width: 44px;
}
.stakebet .form-check {
  height: auto;
  min-height: auto;
  margin: 0px;
  color: #1e1e1e;
}
.stakebet .form-check {
  height: auto;
  min-height: auto;
  margin: 0px;
}
.setting-popup .form-check-input {
  height: 13px;
  width: 13px;
  background-size: 15px;
}
.setting-popup .form-check-input:focus {
  box-shadow:none;
}
.popup-setting-bnt {display:flex; justify-content:space-between;}
.popup-setting-bnt a {
  box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 80%);
  width: 44%;
  display: inline-flex;
  border: 1px solid #7e8e97;
  border-radius: 3px;
  text-align: center;
  color: #243a48;
  justify-content: center;
  margin-top: 9px;
  padding: 2px;
  font-size:12px;
  background:linear-gradient(0deg, #ffffff 0%, #ececec 89%);
  box-shadow: inset 0 0px 0 0 rgba(255,255,255,.5);
  height:25px;
}
.popup-setting-bnt a.Save {
  border-color: transparent;
  background: linear-gradient(0deg, #474747 0%, #070707 100%);
  color: var(--secondary-theme);
  box-shadow: none;
}
.setting-popup .stakebet {
  padding: 3px 0px;
}
.setting-popup input.form-control {
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
  height: 20px;
  width: 73px;
  background-color: #fff;
}
.news-box {
  background: linear-gradient(-180deg, #2f424d 0%, #141e21 100%);
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.bet-info-div {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  height: 100%;
  display: none;
}
.news-title {
  padding: 3px;
  font-weight: 600;
  width: 80px;
  background-image: url('../images/path_arrow_new.webp');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 7px;
}
.news-content {
  width: calc(100% - 85px);
  align-items: center;
  font-weight: bold;
  color: #6ac2ff;
  display: flex;
}
  .vertical-match-list li.active {
    background-color:var(--secondary-light);
}
.drop-down li.active {
  background-color: #eaebeb;
}
.setting-sidenav {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  transition: 0.5s;
  z-index: 2;
  z-index: 9999;
  font-size:14px;
}
 
.ngx-pagination .current {
  padding: .1875rem .625rem;
  background: #444444 !important;
  color: #ffc11b !important;
  cursor: default;
}
.setting-sidenav.sidenav-open{right:0;     transition: 0.5s;}

#betpop {left:-101%; right:inherit;}
#betpop.sidenav-open {
  left: 0;
  transition: 0.5s;
}

.sidebar-title {
  background-color: #222;
  display:flex;
  justify-content:space-between;
}
.sidebar-title svg.icon {
  fill:var(--secondary-theme);
  height: 25px;
  width: 25px;
}
.sidebar-title p{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
}
.sidebar-close {
  color: var(--secondary-theme);
  font-size: 15px;
  padding: 10px;
  border-left: 1px solid var(--secondary-light2);
  cursor: pointer;
}
.setting-side-box .setting-side-title {
  background: linear-gradient(-180deg,#2e4b5e,#243a48 82%);
  color: #fff;
  padding: 4px 13px;
  font-size: 4vw;
  font-weight: 600;
}
.setting-side-box  .form-control {
  font-size: 14px;
  border: 1px solid #aaa;
  padding: 12px;
  width: auto;
}
.setting-side-box p {
  width:100%;
}
.qs-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.86667vw;
  width: 100%;
}
.btn-bet {
  background-image: linear-gradient(-180deg,#fff,#eee 89%);
  border: 1px solid #aaa;
  border-radius: 1.6vw;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.2;
  color: #1e1e1e;
}
.btn-bet.select-bet {
  color:var(--secondary-theme) !important;
  background: #444;
  border-color: #222;
}

 .qs-grid button.edit{
  grid-column: span 4;
}
.setting-side-box .form-switch .form-check-input {
  width: 37px;
  margin-left: -2.5em;
  background-image: url('../images/check-white-btn.webp') !important;
  background-position: left center;
  border-radius: 5px;
  transition: background-position .20s ease-in-out;
  box-shadow: inset 0 0.26667vw 0.8vw 0 rgb(0 0 0 / 50%);
  background-color: #a2b1ba;
  height: 37px;
  background-size: 16px;
  border: none;
  margin-top: 0px;
}
.setting-side-box .form-check-input:checked {
  background-color: #6bbd11;
  border-color: #6bbd11;
}
.setting-side-box .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url('../images/check-white-btn.webp') !important;
}
.setting-side-box .form-check-input:checked[type=checkbox] {
  background-image: url('../images/check-white-btn.webp') !important;
}

.betpop-matchs li {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
  font-weight: 600;
}
.betpop-matchs li a.betmatch-btn {
  display: inline-flex;
  height: 22px;
  width: 22px;
  border: 1px solid #d1d1d1;
  color: #000;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.pink bg a.match-title {
  position: relative;
  padding-left: 12px;
  color: #faa9ba;
}
.betpop-matchs a.match-title {
  position: relative;
  padding-left: 12px;
  color: #2789ce;
}

.betpop-matchs a.match-title:after {
  content: '';
  position: absolute;
  background-color: #9eceef;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  top: 3px;
}

.pink bg a.match-title:after {
  content: '';
  position: absolute;
  background-color: #faa9ba;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  top: 3px;
}
.bet-info-div .sidebar-title {
  background-color: #2a2a2a;
}
.bet-info-div a.sidebar-close {
  border-right: 1px solid #4b4b4b;
}


.bet-info-div.show-bet {display:block;}

.inplay-matches .nav-tabs {
  border: 1px solid #3b5160;
  display: inline-flex;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  margin: 8px 0px;
}
.inplay-matches .nav-tabs .nav-link {
  color: #3b5160;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 38px;
  border-right: 1px solid #3b5160;
  border-radius: 0px;
}
.inplay-matches .nav-tabs .nav-link.active {background-color:#3b5160; color:#fff;}
.inplay-matches .nav-tabs .nav-item:last-child .nav-link {
  border-right:0px;
}




/* Inplay New Matches css  */
.new_match_inplay {
  font-family: Tahoma,Helvetica,sans-serif;
}
.new_match_inplay .new_match_inplay_header {
  display: flex;
  flex-wrap: wrap;
  background-color: #ced5da;
  padding: 3px 10px;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
}
.new_match_inplay .new_match_inplay_games_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e6e6;
}
.new_match_inplay .new_match_inplay_games_list:hover {
  background-color: #eff2f2;
}
.new_match_inplay .new_match_inplay_game {
  width: 60%;
  display: flex;
}
.inplay_tennis .new_match_inplay_game {
  width: 72.5%;
  display: flex;
}
.new_match_inplay .new_match_lay_back {
  width: 12.5%;
  text-align: center;
}
.new_match_inplay .new_match_odds_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1px 2px;
  border-right: 1px solid #eee;
  height: 37px;
  position:relative;
}
.new_match_inplay .new_match_odds_row .suspend-box {
  border: 1px solid #d0021b;
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  background-color: #fff;
  color: #d0021b;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 5px;
  cursor: auto;
}
.new_match_inplay .new_match_odds_row .new_match_odds_box {
  width: 50%;
  background-color: #eee;
  font-size: 11px;
  line-height: 26px;
  padding: 4px 0;
  cursor: pointer;
  font-weight: 600;
  height: 35px;
  border: 1px solid #fff;
  position:relative;
}

.new_match_inplay .new_match_odds_row.suspended .new_match_odds_box::before {
  content: '';
  background: rgba(51,51,51,.2) url(../images/bg-disabled.webp);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor:not-allowed;
}



.new_match_inplay .new_match_odds_row .new_match_odds_box.lay {
  background-color:#faa9ba;
}
.new_match_inplay .new_match_odds_row .new_match_odds_box.back {
  background-color:#72bbef;
}
.new_match_inplay .new_match_odds_row .new_match_odds_box.lay:hover {
  background-color:#fbb7c6;
}
.new_match_inplay .new_match_odds_row .new_match_odds_box.back:hover {
  background-color:#80c2f1;
}
.new_match_inplay .new_match_pin_info {
  display: flex;
  align-items: center;
  margin-left: 0;
  width: 2.5%;
}

.new_match_inplay .new_match_pin_info a {
  background-image: url('../images/add-pin-s.webp');
  display: inline-block;
  width: 16px;
  height: 17px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.new_match_inplay .new_match_pin_info a:hover {
  background-image: url('../images/add-pin-s-hover.webp');
}
.new_match_inplay .new_match_pin_info a.select {
  background-image: url('../images/delete-pin-s.webp');
}

.new_match_inplay .new_matcheventInfo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 75%;
  padding-left: 20px;
  height: 37px;
  justify-content: center;
}
.new_match_inplay_game_type_status {display: flex; align-items: center;}
.new_match_inplay .new_match_inplay_game_type_status span {display:inline-flex; align-items:center; margin-right:4px;}
.new_match_inplay .new_match_inplay_game_type_status span.inplay {
  color: #508d0e;
  font-weight: 700;
}
.new_match_inplay .new_match_inplay_game_type_status span img {
  height: 16px;
}
.new_match_inplay .new_match_inplay_game_type_status span.ecircket img {
  height: 14px;
}
.new_match_inplay .new_match_inplay_game_name {
  width: 100%;
  display: flex;
  position:relative;
}
.new_match_inplay .new_matcheventInfo .new_match_inplay_game_name a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 13px);
  margin-bottom: 0px;
  line-height: 12px;
  color: #2789ce;
  padding-bottom: 2px;
  position:relative;
}
.new_match_inplay .new_matcheventInfo .new_match_inplay_game_name::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border: 1px solid #969ca0;
  display: inline-block;
  border-radius: 50%;
  background-color: #c5d0d7;
  left: -12px;
  top: 3px;
}

.new_match_inplay .new_matcheventInfo .new_match_inplay_game_name.live-active::before {
  background-color: #60ba1e;
  border: 1px solid #508d0e;
}
.new_match_inplay .new_matcheventInfo .new_match_inplay_game_name:hover {
  text-decoration:underline;
}
.new_match_inplay .new_match_inplaymateched {
  display: inline-flex;
  width: 24%;
  justify-content: end;
  align-items: center;
  height: 37px;
  color:#777;
}

.inplay-table .coupon-table {
  background-color: #fff;
}



.full-wrap {
  position: relative;
  min-width: 1350px;
  max-width: calc(100% - 40px);
  height: calc(100vh - 105px);
  margin: 0 auto;
}
.col-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 17.3611111111%;
}
.full-wrap .col-left {
  height: 100%;
  overflow: hidden;
}
.col-center {
  position: relative;
  margin-left: 17.3611111111%;
  margin-right: 26.0416666667%;
  padding: 0 15px;
}
.full-wrap .col-center {
  height: 100%;
  overflow: hidden;
}
.col-right {
  position: absolute;
  width: 26.0416666667%;
  top: 0;
  right: 0;
}
.full-wrap .col-right {
  height: 100%;
  overflow: hidden;
}
.inplaypage-design {
  height: 100%;
  overflow-y: auto;
}



.mobile-inplay-matches .shorting_tabs {
  display: flex;
  background: #e3e3e3;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.15);
  border-radius: 1.6vw;
  width: 80%;
  padding: 0.2666666667vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 3px auto;
}
.mobile-inplay-matches .shorting_tabs li {
  flex: 1;
  height: 8vw;
  border-radius: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-inplay-matches .shorting_tabs li.select {
  color: #0074c4;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
}




/* Inplay New Matches css  */







span.live {
  color: #508d0e;
  margin: 0px 4px;
}
/* .suspended:before {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(51,51,51,0.35) url('../images/bg-disabled.webp');
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index:-1;
}
.suspended {
  position: relative;
  cursor: not-allowed !important;
} */
a.pin-btn {
  color: #7e97a7;
  border: 1px solid #7e97a7;
  height: 18px;
  display: inline-block;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left:4px;
}
a.pin-btn:hover {color: #6bbd11;}
.inplay-matches .accordion-body {
  padding: 0px;
}
.inplay-matches button.accordion-button {
  padding: 0px 9px;
  color: #fff;
  background-color: #293841;
  font-size: 12px;
  border-radius: 0px !important;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 10px;
  height: 25px;
  margin-left: auto;
  content: "";
  background-image: url("../images/close_btn-game-spdemo.webp");
  background-repeat: no-repeat;
  background-size: 19px;
  margin-top: 0;
  transition: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/expand_btn-game.webp");
  transform:none;
}
.inplay-matches .accordion-item {margin-bottom:15px;}
.inplay-matches .accordion-button:focus {border:none; box-shadow:none;}

.sports-filter {
  position: relative;
  padding: 10px 12px;
  background-color: #E0E6E6;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 10px;
  display: flex;
  line-height: 24px;
}
.sports-filter label {
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}
.sports-filter ul li {
  display: inline-flex;
  position: relative;
  color: #243a48;
  padding-right: 9px;
  margin-right: 9px;
}
.sports-filter ul li::after {
  content: '';
  position: absolute;
  background: #7e97a7;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  right: -4px;
  top: 10px;
}
.sports-filter ul li:last-child::after{display:none;}
.fromto {
  margin: 0 5px;
  background-position: -20px -182px;
  height: 8px;
  width: 7px;
}
.game-list-col dt {
  width: 70px;
  color: #243a48;
  padding: 0px 0;
}
dl.game-list-col {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  justify-content: start;
  text-align: left;
}
dl.game-list-col  dd {
  margin-bottom: 0;
}

dl.game-list-col dd svg.icon {
  fill: #c0c1c1;
  width:12px;
  height:12px;
}

.game-list-col a {
  color: #2789ce;
}
.filter-btn a{
  width: 93px;
  display: block;
  background: #eee;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  line-height: 23px;
  font-size: 12px;
}
.result-table .table thead th {
  text-align: left;
  padding: 8px 15px;
}
.result-table .table tr td {text-align:left;  padding: 8px 15px;} 
.result-table tr td:first-child {
  padding-left: 15px !important;
}
.result-table .filter-select{
  line-height: 29px;
  height: 29px;
  margin: 0;
  width: 180px;
  color: #172832;
}

button.btn-sm.bg-black1.desposit-btn-new {
  height: 28px;
  font-size: 12px;
  font-weight: 300;
  background: rgba(255,255,255,.1);
}

.filterdropdown .dropdown-menu.dropdown-menu-end.show {
 border-radius: 4px;
  background-color: #fff;
  padding:8px;
  z-index: 3;
  box-shadow: 0 4px 5px rgba(0,0,0,.5);
  border: none;
}
.filterdropdown .dropdown-menu.dropdown-menu-end li {
  width: 45%;
  list-style: none;
}
.filterdropdown .dropdown-menu.dropdown-menu-end li::after {
  display: none;
}


.filterdropdown .dropdown-menu.dropdown-menu-end input {
  height: 14px;
  width: 14px;
  border-radius: 0px;
  margin-top: 6px; 
}
.filterdropdown .dropdown-menu.dropdown-menu-end input:focus {
  box-shadow:none;
}
.filterdropdown .dropdown-menu.dropdown-menu-end label {
  font-size: 12px;
  font-weight:500;
}
.filderbtn-group {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  margin-top: 4px;
}
.filderbtn-group button {
  height: 25px;
  display: inline-block;
  width: auto;
  font-size: 12px;
  padding: 2px 12px;
  background: linear-gradient(180deg, #474747 0%, #070707 100%);
  min-width: 106px;
}
.filderbtn-group .light-btn {
  background: #fbfbfb repeat-x;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e !important;
  font-weight: bold;
  line-height: 21px;
  padding: 2px 12px;
  box-shadow: inset 0 -5px 8px 0 #e7e7e7;
  margin-left: 1px;
  text-decoration: none !important;
}

.inplay-matches .competition_sports_type button.accordion-button {
  padding: 0 0 0 7px;
  line-height: 24px;
  background: #ced5da !important;
  box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,.1);
  color: #1e1e1e;
  font-weight: bold;
  border-radius: 0px !important;
  border: none;
  padding-left: 22px;
}
.inplay-matches .competition_sports_type button.accordion-button:focus {
  box-shadow: inset 0px 2px 0px 0px rgba(0,0,0,.1) !important;
}
.inplay-matches .competition_sports_type .accordion-button::after {
  background-image: url("../images/close_btn-game-black.webp");
  position: absolute;
  left: 7px;
  top: 0px;
}
.inplay-matches .competition_sports_type .accordion-button:not(.collapsed)::after {
  background-image: url("../images/expand_btn-game-black.webp");
  transform: none;
}
.inplay-matches .competition_sports_type .accordion-item {
  border:none;
  margin-bottom: 0px;
}

.box-title-tbl {
  color: #fff;
  background-color: #3b5160;
  padding: 3px 15px;
  font-weight: 700;
}
.match-list-inplay .news-title {
  width: 34px;
  color:var(--primary-theme);
  font-size: 14px;
}
.match-list-inplay .match-list-link ul {
  display: flex;
}
.match-list-inplay .match-list-link ul li {
  display: inline-flex;
  margin-right: 8px;
}
.match-list-inplay .match-list-link ul li a {
  color:var(--primary-theme);
  position: relative;
  background-image: url('../images/right-arrow.webp');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  padding: 3px 17px 3px 0px;
}
.match-list-inplay {
  background-color: #fff;
  height: calc(100vh - 105px);
}
.vertical-match-list li {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}
.vertical-match-list li a.link {
  color: #1b1b1b;
  padding: 2px 0px;
}
.vertical-match-list li.active{
  background-color: rgba(0,0,0,.6);
}
.vertical-match-list li.active a{
 color:#fff;
}


.match-list-inplay .match-list-link ul li:last-child a{padding-right:0px; background-image:none;}
.vertical-match-list li .Arrowbtn {
  color: #222;
  padding: 3px 6px;
  background-color: #fff;
}

.vertical-match-list li .Arrowbtn i {
  background-color:var(--primary-theme);
  color:var(--white-color);
  padding: 0;
  border-radius: 3px;
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: bolder;
}
.vertical-match-list li:hover {background-color:var(--secondary-light);}
.vertical-match-list li.sports_title {
  padding: 2px 10px;
  background: linear-gradient(180deg, #000 0%, #000 100%);
  color: #fff;
}
.mo-odd-block a{
  color: #1e1e1e;
}
.vertical-match-list li.sports_title-commom { padding: 3px 10px;
  background-color: #dddcd6;}

.heighlight-title {
  background-color:var(--primary-theme);
  color:var(--white-color);
  font-weight: bold;
  padding: 5px 15px;
  font-size: 12px;
}

.match-list-inplay .page-head {
  background: #000;
}
.match-list-inplay .page-head a {
  color: #fff;
  line-height: 25px;
  padding: 0px 9px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.Sports_header {
  background-color: #ffb80c;
  color: #1e1e1e;
  font-weight: bold;
  padding: 3px 2px 3px 10px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.Sports_header .viewby {
  display: inline-flex;
  align-items: center;
  width: 25%;
  justify-content: end;
}
.Sports_header .viewby label {
  font-weight: 500;
  color: #1e1e1e;
  display: inline-block;
  width: inherit;
  width: 52px;
}
.Sports_header .viewby select.form-select {
  width: 108px;
  height: 25px;
  border: 1px solid;
  border-color: rgba(0,0,0,.4);
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
  border-radius: 4px;
  background: rgba(255,255,255,.2);
  margin-right: 2px;
  position: relative;
  margin-left: 0px;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
}
.sportsinplay {
  background-color: #fff;
}


.myaccount-page .pagettl {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 0px;
}
.profile-section .profile-sec-heading {
  background: #7e97a7;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.profile-section {
  background-color: #fff;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 15px;
}
.profile-section dl {margin-bottom: 0px;}
.profile-section dl dt{
  width: 125px;
  padding: 5px 0 5px 10px;
  color: #243a48;
  font-size: 11px;
  font-weight: 400;
  float: left;
}

.profile-section dl dd {
  position: relative;
  min-height: 16px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #e0e6e6;
  margin: 0;
}
.profile-section dl .edit-pass{
  position: absolute;
  right: 10px;
  top: 1px;
  color: #2789ce;
  line-height: 25px;
  border-bottom-width: 0;
}

.profile-section dl .edit-pass svg.icon{
  fill: #2789ce;
  width:12px;
  height:12px;
  position: relative;
  top:-2px;
}

.profile-section h6 {
  font-size: 14px;
  color:#3b5160;
}
.profile-section h2 {
  font-size: 27px;
  margin-right: 6px;
  color: #2789ce;
}
.profile-section table thead th{
  color: #243a48;
  background-color: #e4e4e4;
  border: 1px solid #7e97a7;
  border-width: 1px 0;
  padding: 8px 10px;
}
.profile-section table thead{
  border-collapse: collapse;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 15px;
}
.changepassword-model .form_list {
  padding: 0 20px;
  margin-bottom: 10px;
}
.changepassword-model .form_list dt {
  width: 132px;
  margin-right: 10px;
  line-height: 24px;
  color: #1e1e1e;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: right;
}
.changepassword-model .form_list dd {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align:middle;
}

.changepassword-model  input, textarea {
  font-family: Tahoma, Helvetica, sans-serif;
  color: #1e1e1e;
  font-size: 12px;
  border: 0px #aaa solid;
  background: #fff;
  box-shadow: inset 0px 1px 0px rgba(0,0,0,0.5);
  border-radius: 4px;
  padding: 5px;
  box-sizing: border-box;
  width: 160px;
  margin: 0;
  padding: 4px 10px;
}
.changepassword-model  .modal-body {padding-bottom:0px;}
.changepassword-model .must {
  font-size: 13px;
  color: #d0021b;
}
.changepassword-model button.btn-close {
  background: no-repeat;
  height: 6px;
  width: 6px;
  background-color: #000;
  color: #fff;
  opacity: 1;
  font-size: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.changepassword-model .btn {
  border: 1px solid #bbb;
  border-radius: 4px;
  font-weight: bold;
  line-height: 21px;
  font-size: 12px;
  background: linear-gradient(180deg, #474747 0%, #070707 100%);
  color: #ffb600;
  border-color: #000;
  padding: 0px 31px;
}
.changepassword-model .modal-content {
  background-color: #eee;
  width: 400px;
}
.changepassword-model .modal-header {
  padding: 10px 15px;
  border:none;
}
.changepassword-model .modal-title {
  font-size: 16px;
  color: #3b5160;
}
.navmenu .nav .nav-item .livematch-btn {
  height: 14px;
  line-height: 13px;
  color: #fff;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 700;
  background-image: linear-gradient(180deg,#fb3434,#e80505);
  border-radius: 3px;
  margin-bottom: 0;
  display: inline-flex;
  position: absolute;
  top: -8px;
  right: 2px;
}
.navmenu .nav .nav-item .livematch-btn span.live-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2px;
  margin-right: 5px;
  background-image: linear-gradient(180deg,#fff,#e8e8e8);
  border-radius: 3px 0 0 3px;
  
}
.navmenu .nav .nav-item .livematch-btn span.live-icon img {
  -webkit-animation: twinkling 1.4s infinite ease;
  animation: twinkling 1.4s infinite ease;
}

@-webkit-keyframes twinkling {
  0%,100% {
      opacity: 1
  }

  50% {
      opacity: .3
  }
}

@keyframes twinkling {
  0%,100% {
      opacity: 1
  }

  50% {
      opacity: .3
  }
}


.navmenu .nav-pills .dark-menu .casino-button {
  /* background: linear-gradient(#4b4b4b, #1e1e1e); */
  background: black;
  border-radius: 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 22px;
}
.navmenu .nav-pills .dark-menu .casino-button::before {
  position: absolute;
  content: 'New';
  background-color: #f00;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding: 1px 14px;
  transform: rotate(-45deg);
  left: -13px;
  top: 4px;
}
.dark-menu .casino-button img {width:20px; margin-left:7px;}


.transfer-wrap-slider .available-wrap {
  display: flex;
  justify-content: center;
  justify-content: inherit;
}
.transfer-wrap-slider .available-wrap h4{
  height: 90px;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  padding: 15px 20px;
  width: 50%;
}
.transfer-wrap-slider .available-wrap h4:first-child {
  position: relative;
  border-right: 1px solid #c3d5e0;
}
.transfer-wrap-slider .available-wrap h4 span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.casinopop .modal-body {
  padding: 0px;
}
.casinopop  .modal-dialog {
  max-width: 540px;
}
.transfer-wrap-slider .available-wrap h4:last-child{
  text-align: right;
}
.transfer-wrap-slider .transfer-content {
  display: flex;
  border-top: 1px solid #8fa6b5;
  border-bottom: 1px solid #8fa6b5;
  margin-bottom: 10px;
  position: relative;
  background-color: #cde3f0;
  border-top: 1px solid #8fa6b5;
  border-bottom: 1px solid #8fa6b5;
  justify-content: center;
  align-items: center;
  height: 85px;
  border: 0;
}
.transfer-wrap-slider .amount-input {
  position: absolute;
  z-index: 1;
  top: -42px;
  left: 50%;
  line-height: 20px;
  background: #ffffff;
  border: 1px solid #da8700;
  border-radius: 4px;
  color: #5e7ea3;
  font-size: 20px;
  text-indent: 0;
  transform: translateX(-50%);
}
.transfer-wrap-slider .amount-input:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-bottom: 1px solid #da8700;
  border-right: 1px solid #da8700;
  transform: translate(-50%, -50%) rotate(45deg);
}
.transfer-wrap-slider .amount-input input{
  border: 0;
  box-shadow: none;
  margin: 0;
  width: 240px;
  padding: 5px;
  color: #2963a7;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.27);
}
.transfer-wrap-slider .slider {
  display: flex;
  width: 510px;
  height: 60px;
  line-height: inherit;
  border-right: 0;
  padding-left: 0;
}
.transfer-wrap-slider .slider li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 60px;
  background-image: linear-gradient(180deg, #fdfdfd 15%, #eee 100%);
  padding-right: 0;
}
.transfer-wrap-slider .slider li:first-child, .transfer-wrap-slider .slider li:last-child {
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.transfer-wrap-slider .slider li:first-child{
  border: 1px solid #bbbbbb;
  border-radius: 5px 0 0 5px;
}
.transfer-wrap-slider .slider li.col-slider {
  flex: 1;
  border-top: 1px solid #bbbbbb;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}
.transfer-wrap-slider .balance-percent {
  position: absolute;
  top: 0;
  width: 350px;
  display: flex;
  justify-content: space-between;
}
.transfer-wrap-slider .balance-percent div {
  display: block;
  width: 3px;
  height: 6px;
  background-color: rgb(184 202 223 / 59%);
  z-index: 99;
  position: relative;
}
.transfer-wrap .btn-wrap, .transfer-wrap-slider .btn-wrap {
  display: flex;
  padding: 7px 10px 10px;
  margin-bottom: 0;
  border-top: none;
  justify-content:space-between;
}
.btn-wrap .btn {
  background: #eee;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  line-height: 23px;
  font-size: 12px;
  padding: 2px 30px;
  width: 49%;
}
.casinopop .modal-title {
  color: #243a48;
  font-size: 16px;
}
.casinopop button.btn-close {
  background: no-repeat;
  height: 6px;
  width: 6px;
  background-color: #000;
  color: #fff;
  opacity: 1;
  font-size: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.casinopop  .modal-header {
  border-color: #243a48;
  padding: 12px;
}
.btn-wrap .btn:last-child {background:linear-gradient(-180deg,#666,#333); color:#ffb80c;}

.transfer-wrap-slider .slider-bar {
  position: relative;
  width: 350px;
  height: 12px;
  background: #d1dde5;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 5px;
  margin: 0;
}
.transfer-wrap-slider .slider-bar_fill {
  position: absolute;
  top: 0;
  height: 10px;
  background-image: linear-gradient(180deg, #ffb80c 15%, #ffa00c 100%);
  border: 1px solid #cb8009;
  border-radius: 5px;
  background-position: inherit;
}
.transfer-wrap-slider .slider-bar_handle {
  position: absolute;
  z-index: 3;
  top: -6px;
  width: 20px;
  height: 20px;
  background-image: var(--primary-color);
  border: 1px solid #cb8009;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
}
.transfer-wrap-slider .slider li:last-child {
  border: 1px solid #bbbbbb;
  border-radius: 0 5px 5px 0;
}

.myaccount-page table.table {
  width: 100%;
  margin-bottom: 0px;
}

.match-details .pin-refresh-btn {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.match-details .pin-refresh-btn button {
  position: relative;
  display: flex;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 100px;
  height: 25px;
  color: #fff;
  border: none;
  font-size: 16px;
  background-color:transparent;
}

.match-details .pin-refresh-btn button.pin{
  padding-left: 12px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="100" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M120 0l-8.293 17.752C109.837 21.755 104.738 25 100.33 25H19.669c-4.413 0-9.506-3.243-11.377-7.248L-.001 0h120z" fill="%233B5160"/></svg>');
}
.match-details .pin-refresh-btn button.refresh{
  padding-right: 12px;
  margin-left: 1px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="100" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M100 0l-8.293 17.752C89.837 21.755 84.738 25 80.33 25H-.331c-4.413 0-9.506-3.243-11.377-7.248L-20.001 0h120z" fill="%233B5160"/></svg>');
}
.match-details .market-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 15px;
}
.match-details .market-info .match-odds {
  display: flex;
  height: 30px;
  line-height: 30px;
  color: #243a48;
  font-weight: 700;
  padding-left: 10px;
  background-color: #c5d0d7;
  /* padding-right: 13px; */
  /* border-radius: 0px 22px 0px 0px; */
}
.match-details .market-info .inplay-indicator {
  display: flex;
  padding: 5px 10px;
  align-items: center;
}
.match-details .market-info .match-min-max{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 6px;
  margin: 7px 0;
  background-color: #bed5d8;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
}
.match-details .market-info .game-matched{
  padding: 2px 0;
}
.match-details .market-info .game-matched .bold{
  margin-left: .5rem;
  font-weight: 800;
}
.match-details .market-info .match-odds img{
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: -394px -3193px;
  height: 30px;
  width: 20px;
  background-image: url("../images/main-sprite.webp");
}
.match-details .market-info .inplay-indicator img{
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-position: -399px -2607px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
}
.match-details .mo-info{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.match-details .mo-info .mo-runner-row{
  display: flex;
  background: #fff;
  border-bottom: 1px solid #7e97a7;
}
.match-details .limit-tooltip{
  position: absolute;
  display: none;
  top: 0;
  right: 1.86667vw;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1.06667vw;
  align-items: flex-start;
  z-index: 9;
  box-shadow: 0 6px 10px rgba(0,0,0,.7);
}
.match-details .limit-tooltip.left{
  left: 0;
}
.match-details .limit-tooltip button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.66667vw;
  height: 6.66667vw;
}
.match-details .limit-tooltip div{
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: .26667vw solid #e0e6e6;
  padding: 0 1.86667vw 1.86667vw;
}

.match-details .limit-tooltip div>span{
  color: #577c94;
  font-size: 2.66667vw;
  line-height: 3.2vw;
  padding: .8vw 0 1.06667vw;
}
.match-details .limit-tooltip div p{
  line-height: 3.73333vw;
}

.match-details .mo-info .selection-count{
  flex-grow: 1;
}
.match-details .mo-info .selection-count{
  color: #7e97a7;
}
.match-details .mo-info .refer-bet, .mo-info .refer-book, .mo-info .selection-count{
  font-size: 11px;
}
.match-details .mo-info .refer-bet, .mo-info .refer-book{
  width: 22%;
}
.match-details .mo-info .back-all, .mo-info .lay-all{
  position: relative;
  width: 11%;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
}
.match-details .mo-info .back-all {
  border-right: 1px solid #fff;
  background-position: -274px -273px;
}
.match-details .mo-info.suspended [class^=back-], .mo-info.suspended [class^=lay-]{
  cursor: not-allowed!important;
}
.match-details .mo-info.suspended .back-all{
  background-position: -374px -251px;
}
.match-details .mo-info .back-all img, .mo-info .lay-all img{
  position: absolute;
  top: 0;
  width: calc(100% - 11px);
  height: 100%;
}
.match-details .mo-info .back-all img{
  left: 11px;
}
.match-details .mo-info.suspended .back-all img{
  background-image: url("../images/bg-backall-disabled.webp");
}

.match-details .mo-info .back-all .title, .mo-info .lay-all .title{
  position: absolute;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
}
.match-details .mo-info.suspended .lay-all{
  background-position: 100% -377px;
}
.match-details .mo-info.suspended .lay-all img{
  background-image: url("../images/bg-layall-disabled.webp");
}
/* .match-details .mo-info.suspended .mo-odd-block{
  pointer-events: none;
  background: rgba(51,51,51,.2) url("../images/bg-disabled.webp")!important;
} */

.mo-odd-block.suspended {
  background: rgba(51,51,51,.2) url("../images/bg-disabled.webp")!important;
  cursor: not-allowed !important;
}


.match-details .mo-info .lay-all img{
  right: 11px;
}
.match-details .mo-info .mo-runner-row .runner-name{
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 40px;
  padding: 9px 10px;
}
.match-details .mo-info .mo-runner-row .icon-predict {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: top;
  background-position: -398px -2048px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
}
.match-details .mo-info .mo-runner-row .back-3{
  background: #d7e8f4;
}

.match-details .mo-info .mo-runner-row>div:not(.runner-name) {
  width: 11%;
}
.match-details .mo-info .mo-runner-row .mo-odd-block {
  border-left: 1px solid #fff;
  height: 40px;
  color: #1e1e1e;
  padding: 3px 0 2px;
  display: block;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.match-details .mo-info .mo-runner-row .mo-odd-block span.span1 {
  font-size: 11px;
  font-weight: 500;
}
.match-details .mo-info .mo-runner-row .back-2{
  background: #b7d5eb;
}
.match-details .mo-info .mo-runner-row .back-1{
  background: #72bbef;
}
.match-details .mo-info .mo-runner-row .lay-1{
  background: #faa9ba;
}
.match-details .mo-info .mo-runner-row .lay-2{
  background: #efd3d9;
}
.match-details .mo-info .mo-runner-row .lay-3{
  background: #f6e6ea;
}
.match-details .mo-info .lay-all{
  background-position: 100% -399px;
}
.match-details .mo-info .mo-runner-row:hover {
  background: #eff2f2;
}
.match-details .mo-info .refer-book {
  width: 22%;
  text-align: right;
}
.live-match-table .suspended:before{display:none;}
.match-details .runner-name p{
  margin-bottom: 0;
}
.table-tabing-match .tab-markets{
  display: flex;
  background: transparent;
  border-bottom: 1px solid #21323d;
  margin-bottom: 5px;
  padding: 0 10px;
}
.table-tabing-match .tab-markets li{
  list-style: none;
  line-height: 22px;
  margin-right: 3px;
}
.table-tabing-match .tab-markets li a{
  display: block;
  width: 130px;
  text-align: center;
  color: #fff !important;
  background-position: -284px -205px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
}
.table-tabing-match .table-tabing-match .tab-markets li a.active{
  height: 23px;
  color: #243a48 !important;
  margin-bottom: -1px;
  background-position: -284px -706px;
}
.table-tabing-match .tab-markets li a:hover {
  color: #fff;
  text-decoration: underline;
}
.table-tabing-match .tab-markets li a.active:hover {
  color: #243a48;
  text-decoration: none;
}
.table-tabing-match .other-market{
  background-color: #fff;
  margin-bottom: 15px;
}
.table-tabing-match .other-market .topbar{
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 10px;
  background: #243a48;
}
.table-tabing-match .other-market .slip-head{
  background-color: #ced5da;
  padding: 0 10px;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
}
.table-tabing-match .other-market .odds-con{
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 31.78808%;
  padding: 5px 3px;
}
.table-tabing-match .other-market .odds-con .odd-block {
  width: 49%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 4px 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.table-tabing-match .other-market .runner-row .odds-con .odd-block span.span1 {
  font-size: 11px;
  font-weight: 500;
}
.table-tabing-match .other-market .slip-head .odds-con .odd-block{
  padding: 1px 0;
  font-weight: 400;
}
.table-tabing-match .other-market .runner-row{
  padding: 0 6px 0 10px;
  border-bottom: 1px solid #e0e6e6;
}
.table-tabing-match .other-market .runner-row .runner-name{
  padding: 5px 0;
  font-weight: 700;
  vertical-align: middle;
}
.table-tabing-match .other-market .runner-row .odds-con{
  padding: 2px 3px;
}
.table-tabing-match .other-market .runner-row .odds-con .odd-block{
  cursor: pointer;
}
.table-tabing-match .other-market .runner-row .odds-con .back{
  background: #72bbef;
}
.table-tabing-match .other-market .runner-row .odds-con .lay{
  background: #faa9ba;
}

.table-tabing-match .other-market .runner-row .odds-con.disable .back, .other-market .runner-row .odds-con.disable .lay {
  background-color: #ddd;
  color: #999;
  pointer-events: none;
}
.table-tabing-match .other-market .topbar .add-pin{
  display: block;
  margin: 0 7px 0 -10px;
  float: left;
  z-index: 1;
  background-position: -385px -1035px;
  height: 25px;
  width: 29px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
}

.match-details .pin-refresh-btn .pin.pin-select {
  /* color: #6bbd11 !important; */
  background-image: url('assets/images/inplay-bg-pin-green.webp') !important;
}
.table-tabing-match .other-market .topbar .add-pin.pin-select {
  /* color: #6bbd11 !important;   */
  background-position:-385px -1340px;
  height:30px;
}

.fancy-bet .fancy-head{
  display: flex;
  width: 100%;
  border-bottom: 3px solid #0a92a5;
}
.fancy-bet .fancy-head h4{
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 14px 0 30px;
  min-width: 72px;
  background: #0a92a5;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  margin-bottom:0;
}

.fancy-bet .fancy-head button, .fancy-head h4:before {
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
}
.fancy-bet .fancy-head button {
  height: 25px;
  width: 37px;
  background-position: -377px -1415px;
  border: none;
  font-size: 14px;
}
.fancy-bet .fancy-head h4:before {
  content: "";
  position: absolute;
  left: 8px;
  margin-top: 6px;
  height: 15px;
  width: 15px;
  background-position: -399px -2607px;
}
.fancy-bet .fancy-tabs{
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg,#087989 15%,#087989);
  box-shadow: inset 0 1px 0 0 rgba(0,0,0,.2);
}
.fancy-bet .fancy-tabs .fancy-ul{
  display: flex;
  margin-right: auto!important;
  margin-left: auto!important;
   background: unset !important;
  border-radius: 5px;
  margin: 3px;
  justify-content: center;
  align-items: center;
}
.fancy-bet .fancy-tabs .fancy-ul li{
  padding: 2px;
  cursor: pointer;
}
.fancy-bet .fancy-tabs .fancy-ul li a{
  display: block;
  text-align: center;
  min-width: 70px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px;
}
.fancy-bet .fancy-tabs .fancy-ul li a.active {
  background: #fff;
  text-decoration: none;
  color: #444;
}

.fancy-bet .fancy-pin-head {
  height: 25px;
  line-height: 25px;
  padding-left: 35px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  background: #243a48;
  background-position: -385px -1035px;
  background-image: url("../images/main-sprite.webp");
  background-repeat: no-repeat;
  font-size: 12px;
}
.fancy-bet .fancy-markets .fancy-grid{
  display: grid;
  grid-template-columns: 6fr 2fr 2fr;
  border-bottom: 1px solid #7e97a7;
  background: #fff;
}
.fancy-bet .fancy-markets .fancy-grid .fancy-odds-container{
  display: flex;
  position: relative;
}
.fancy-bet .fancy-markets .fancy-grid .fancy-odds-container p{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:0;
  flex-direction: column;
  cursor: pointer;
  flex: 1;
  font-weight: 700;
}
.fancy_bet .bet-all, .sportsbook_bet .bet-all, .bookmaker_bet .bet-all {
    line-height: 22px;
}


.fancy_bet .bets {
    width: 100%;
    margin-top: -24px;
    position: relative;
    background-color: #fff;
}
.fancy_bet .bets {
    table-layout: fixed;
    margin-top: 0;
}
.fancy_bet .bet-all {
    line-height: 22px;
}
.fancy_bet .bets td {
    width: 8.97436%;
    border-bottom: 1px solid #7e97a7;
    border-left: 1px solid #ddd;
    font-weight: bold;
    vertical-align: top;
}
.fancy_bet .bets .bet-all td {
    background-color: transparent;
    border-left-color: transparent;
    padding-bottom: 1px;
    text-align: center;
}
.fancy_bet .bets .refer-bet, .bets .refer-book {
    font-size: 11px;
    line-height: 22px;
    font-weight: normal;
}
.fancy_bet .bets td {
    width: 8.97436%;
    border-bottom: 1px solid #7e97a7;
    border-left: 1px solid #ddd;
    font-weight: bold;
    vertical-align: top;
}
.fancy_bet .bets th {
    position: relative;
    padding: 9px 10px;
    border-bottom: 1px solid #7e97a7;
}
.fancy_bet .bets th {
    padding: 4px 5px 3px 10px;
}
/* .fancy-th-layout {
  width: 100%;
  height: 22px;
  margin-bottom: 0;
} */
.fancy-th-layout {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 10px;
}
.fancy_bet .fany-left p {
  margin-bottom:8px;
}
.fancy-th-layout .btn-book {
  padding: 6px 12px;
  font-size: 12px;
}
.fancy-th-layout dt {
    flex: 1;
    margin-right: 5px;
    flex-wrap: wrap;
}
.fancy-th-layout button.btn-book.ng-tns-c94-0 {
  width: 42px;
  height: 27px;
  line-height: 27px;
  background-color: #9cc65a;;
  border: 1px solid #008E64;
  border-radius: 5px;
  color: #1e1e1e;
  text-decoration: underline;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: 100px;
}
.fancy-th-layout .dd-tips {
    width: 205px;
    justify-content: space-between;
}
.fancy_bet .bets td {
    width: 8.97436%;
    border-bottom: 1px solid #7e97a7;
    border-left: 1px solid #ddd;
    font-weight: bold;
    vertical-align: middle;
    padding: 0;
}
.fancy_bet .multi_select ul {
    border-bottom: 1px solid #7E97A7;
    display: flex;
    justify-content: space-between;
}
.fancy_bet .multi_select ul li {
    display: inline-flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.news-box .top-matchname {
  width: 100%;
  padding: 0px 11px;
}
.news-box .top-matchname h6 {
  font-size: 14px;
  margin-bottom: 0px;
}
.fancy_bet .bets .lay-1 {
    background-color: #faa9ba;
    border-left-color: #fff;
}
.fancy_bet .bets td a {
    position: relative;
    color: #1e1e1e;
    padding: 3px 0 2px;
    cursor: pointer;
    margin-bottom: 0px;
}
.fancy_bet .bets td span {
    font-weight: normal;
    font-size: 11px;
    display: block;
    line-height: 10px;
}
.fancy_bet .bets .back-1 {
    background-color: #72bbef;
    border-left-color: #fff;
}
.fancy_bet .td-fancy_merge {
    width: 17.94872%;
    border-left-width: 0;
    font-weight: normal;
    vertical-align: middle;
}
.fancy_bet td .fancy-info {
    width: calc(70% - 3%);
    margin-left: 4px;
    float: left;
    font-weight: 200;
    line-height: 19px;
    margin-bottom: 0px;
}
.fancy_bet td .fancy-info dt {
    font-size: 11px;
    font-weight: 200;
}
.fancy_bet td .fancy-info:last-of-type {
    width: calc(30% - 3%);
}



.signup-sec {
  /* background-color: #ffb808; */
  background-color:var(--primary-color);
  height: 100vh;
  width: 100%;
  font-family: system-ui;
}
.signup-sec .signup-logo {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.signup-sec p {font-size:14px;}
.signupbtn {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: #000;
  border-radius: 50px;
  padding: 18px;
  border: 2px solid #000;
  box-shadow: 4px 11px 0px #000;
  margin: 12px 0px;
  transition:0s all;
  position: relative;
}
.signupbtn:hover {color:#000; transform: translateY(-5px); transition:0s all;}
.signupbtn img {
  width: 26px;
  position: absolute;
  left: 17px;
  top: 13px;
}
.top-buttons a:first-child {
  background-color: #eee;
  padding: 5px;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  border: 1px solid #ccc;
}
.top-buttons a:last-child {
  background-color: #eee;
  padding: 5px 22px;
  color: #000;
  border-radius: 50px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #ccc;
}
.signpup-user-lgogo {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #000;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.signpup-user-lgogo img {
  overflow: hidden;
  border-radius: 50%;  
}
.signpup-user-lgogo a {
  font-size: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px #e1e1e1;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c41ff;
  position: absolute;
  right: -12px;
  top: -3px;
}

.signup-pop .modal-dialog {
  max-width: 600px;
}
.signup-pop .modal-dialog {
  max-width: 600px;
}
.signup-pop .modal-content {
  border-radius: 10px;
}
.signup-pop .nav-pills {
  border-bottom: 1px solid #eee;
  padding: 0px;
}
.signup-pop .nav-pills .nav-item {
  width: 33%;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.signup-pop .nav-pills { border-bottom: 1px solid rgb(233, 233, 233)6f8;}
.signup-pop .nav-pills .nav-item .nav-link {
  color: rgb(90 91 92);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.57;
  width: 100%;
  border-bottom: 2px solid #fff;
  border-radius: 5px 5px 0px 0px;
  background-color:transparent;
  padding: 10px;
  margin-bottom: 0px;
}
.signup-pop .nav-pills .nav-item .nav-link.active{border-color:#7c41ff; color:#7c41ff; }
.signup-pop .nav-pills .nav-item .nav-link.active:hover { background-color: #ebe1ff;}
.signup-pop .nav-pills .nav-item .nav-link:hover {background-color:#f5f6f8;}
.signup-pop .form-control {
  box-sizing: border-box;
  appearance: none;
  border-radius: 4px;
  color:#686d73;
  width: 100%;
  height: 48px;
  background-color: #f3f3f3;
  border: none;
  font-size: 16px;
  padding:10px
}
.signup-pop .form-control:focus {box-shadow:none; outline:none;  background-color: #f3f3f3;}
.signup-pop .form-control::placeholder {  color:#686d73; opacity:1;}
.signup-pop .form-check {
  margin: 22px 0px;
}
.signup-pop .form-check .form-check-input {
  height: 20px;
  width: 20px;
  margin-right: 16px;
}
.signup-pop .form-check label {
  display: inline;
  font-size: 14px;
  color: #2a2d2c;
}
.signup-pop .form-check label a {text-decoration:underline;}
.signup-pop .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.signup-pop .form-control.country-code {
  width: 66px;
  margin-right: 5px;
}
.signup-pop .form-check-input:focus {outline:none; box-shadow:none;}
.signup-pop .btn{
  color: #686d73;
  width: 100%;
  height: 48px;
  background-color: #f3f3f3;
  border: none;
  font-size: 16px;
  padding: 10px;
  font-weight: 600;
  font-family: system-ui;
}
.signup-pop .btn.active {background-color:#7c41ff; color:#fff;}
.signup-pop {  font-family: system-ui;}
.main-header nav.navbar.navbar-light {
  padding: 6px 0px;
  height: 74px;
}
.profile-menu-mobile .user-header {
  background-color: #1e1e1e;
  border-top: 1px solid #fff;
  color: #fff;
  display: flex;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  font-size: 3.4666666667vw;
  font-family: Helvetica,Tahoma,sans-serif;
  line-height: 10.666667vw;
}
.profile-menu-mobile .user-header .user-name img {
  margin-right: 2px;
}
.profile-menu-mobile .user-header .usergmt{
  border-left: 1px solid #4b4b4b;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}
.profile-menu-mobile .match-list {
  background-color: #fff;
}
.profile-menu-mobile .betpop-matchs a.match-title:after {display:none;}
.profile-menu-mobile .betpop-matchs a.match-title {
  padding-left: 0px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  font-family: Helvetica,Tahoma,sans-serif;
}
.profile-menu-mobile  .betpop-matchs li a.betmatch-btn {
  font-size: 17px;
}
.profile-menu-mobile li.logout-mobile {
  background: linear-gradient(-180deg,#e93522,#be2414);
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  height: 12.8vw;
  background-image: linear-gradient(-180deg, #e93522 0%, #be2414 100%);
  border: 1px solid #8a0011;
  border-width: 1px 0 1px 0;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-bottom: 5.3333333333vw !important;
  justify-content: center;
  align-items: center;
  font-family: Helvetica,Tahoma,sans-serif;
  text-transform: uppercase;
}
.profile-menu-mobile li.logout-mobile a {
  color: #fff;
  padding: 14px !important;
  display: inline-block;
  font-size: initial !important;
}
.nextgame {
  box-shadow: 0 2px 0 rgba(0,0,0,.1);
  background-image: linear-gradient(180deg, #2f4b5e 0%, #243a48 82%);
  display: flex;
  padding: 0px;
  height: 25px;
  align-items: center;
  color: #fff;
}
.nextgame span.title {
  padding: 0px 13px 0px 13px;
  margin-right: 5px;
  background-image: url("../images/path_arrow-upcome.webp");
  background-repeat: no-repeat;
  background-position: right;
  height: 25px;
  line-height: 23px;
}
.nextgame .game_name {
  display:flex;
  align-items:center;
}
.nextgame .game_name a{
  color:#75bff5;
  font-weight: 700;
}
.nextgame .game_name span {
  display: inline-flex;
  margin-right: 10px;
}


.commingup {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #7e97a7;
  line-height: 18px;
  padding: 6px 10px;
  align-items: center;
  font-family: Tahoma,Helvetica,sans-serif;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.commingup .title {
  font-size: 11px;
  line-height: 16px;
  color: #7e97a7;
  border: 1px solid #7e97a7;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 10px;
  width: 75px;
  display: inline-flex;
}
.commingup ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 85px);
  white-space: nowrap;
  overflow-y: auto;
}


.commingup ul::-webkit-scrollbar-track
{	
	background-color: #e2e2e2;
  border:none;
}

.commingup ul::-webkit-scrollbar
{
	width:6px;
	background-color: #F5F5F5;
  border:none;
  height:5px;
}

.commingup ul::-webkit-scrollbar-thumb
{
	background-color:var(--secondary-theme);
  border:none;
}

.commingup ul li{margin-right:15px; position:relative;}
.commingup ul li::before {
  content: '';
  background-color: #7e97a7;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 48%;
}
.commingup ul li:first-child::before {
  display:none;
}

.commingup ul li a {
  color: #2789ce;
  font-weight: 600;
}
.commingup ul li a:hover{
  text-decoration:underline;
}

.matchbetslip .bet-table table td {
  padding: 3px 9px;
}
.matchbetslip .bet-table .header-row {
  background-color: #CED5DA;
}
.matchbetslip {font-size:11px;}

.match-team{
  position: relative;
  display: block;
  padding: 0px 18px;
}
.match-team::before {
  content: '';
  height: 7px;
  width: 7px;
  background-color: #6bbd11;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 6px;
}


.betslip-box {
  font-size: 11px;
}
.match-box-des {  line-height: 14px;
  background-color: #f7e7eb;}

  .match-odd-list {
    display: flex;
    align-items: center;
    padding: 3px 6px;
}
.match-odd-list .teammatch-odd {
  display: inline-flex;
  align-items: center;
  width: 45%;
}
.match-odd-list .input-frp-match {
  width: 40%;
  display: flex;
}
.match-odd-list .teammatch-odd span {
  color: #70808b;
}
.match-odd-list .match-close a {
  background-color: #d0021b;
  color: #fff;
  height: 11px;
  display: inline-flex;
  width: 11px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  line-height: 4px;
}
.match-odd-list .match-close {
  margin-right: 10px;
}
.match-odd-list input.form-control {
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
  height: 22px;
  width: 75px;
}
.match-odd-list .match-profit{
  width: 14%;
  display: flex;
  justify-content: end;
}
.matchbet-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.matchbet-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #dfa3b3;
  background-color: #faeff2;
  padding: 0px 6px;
}
.side-bet-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}
.side-bet-buttons .btn-cancle {
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
  display: inline-flex;
  box-shadow: inset 0 0 2px #e8e8e8cc;
  border: 1px solid #bbb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  margin: 0 5px 0 0px;
  width: 40%;
  height: 25px;
  font-size:12px;
}
.side-bet-buttons .placebet-popup {
  background: linear-gradient(180deg, #474747 0%, #070707 100%);
  color: #ffc625;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  margin-left: 5px;
  height: 25px;
  width: 45%;
  font-size:12px;
}
.side-bet-buttons .placebet-popup:disabled {
  background-color: #b7b7b7;
  background: no-repeat;
  background-color: #a4a4a4;
  color: #e6dfcd;
}

.matchbet-btn button.btn {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  background: linear-gradient(0deg, #ffffff 0%, #ececec 89%);
  height: 20px;
  display: inline-flex;
  width: 16%;
  box-shadow: inset 0 0px 2px 0px hsl(0deg 0% 91% / 80%);
  border: 1px solid #bbbbbb;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 5px 0px;
}

.betslip-box tr.header-row {
  background: #ced5da;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.1);
}
.betslip-box tr.header-row td {
  padding: 3px 8px;
}
.match-box-des .min-bet {
  border-top: 1px solid #dfa3b3;
  border-bottom: 1px solid #dfa3b3;
  padding: 4px;
  text-align: right;
  font-size: 11px;
}
.betslip-box .iability {
  width: 100%;
  text-align: right;
  padding-right: 6px;
}
.back-odd .match-box-des {
  background-color: #beddf4;
}
.back-odd .matchbet-btn {
  border-color: #7dbbe9;
  background-color: #d4e8f8;
}
.back-odd .min-bet {
  border-color: #67afe5;
}
.matchbetslip .iability {
  padding: 2px 5px;
  text-align: right;
  font-size:12px;
}
.matchbetslip .iability span {
  color: #d50f0f;
}
.confirm-bet-checkbox {
  border-top: 1px solid #e0e6e6;
  padding: 10px 5px;
  margin-top: 13px;
}
.confirm-bet-checkbox .form-check .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-right: 7px;
}
.confirm-bet-checkbox .form-check {
  line-height: 13px;
  font-size:12px;
}


.inplay-side-bet-place .accordion-item {
  border: none !important;
}
.sports-center-container {
  height: calc(100vh - 105px);
  overflow-y: auto;
}
.inplay-side-bet-place {
  background-color: #fff;
  height: calc(100vh - 105px);
}
.match-details-info {
  background-color: #1c1c1c;
  color: #eee;
  padding: 7px 12px;
}
.match-details-info .game-heading.mb-0 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px !important;
}
/* .center-match-inplay {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
} */


.fancy-popup-bet .betpop-grp {
  display: flex;
  justify-content: end;
  background-color: #beddf4;
  width: 100%;
  align-items: center;
  border-top: 2px solid #abc6db;
  padding: 6px 15px;
}

.fancy-popup-bet .placebet-popup {
  background: linear-gradient(180deg,#444 13%,#1b1b1b 81%);
  color: #ffc625;
  width: 179px;
  height: 31px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
.fancy-popup-bet.pink-bg .betpop-grp {
  background-color: #f1d8de;
  border-color: #dfa3b3;
}
.fancy-popup-bet.pink-bg .btn-group {
  background-color: #f7e7eb;
  border-color: #dfa3b3;
}
.fancy-popup-bet .placebet-popup:disabled {
  background-color: #b7b7b7;
  background: no-repeat;
  background-color: #a4a4a4;
  color: #e6dfcd;
}
.fancy-popup-bet .fancy-bet-input {
  width: 100px;
  height: 31px;
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 50%);
  border-radius: 5px;
  margin-left: 5px;
}
.fancy-popup-bet .bet-input-value {
  border-radius: 5px;
  width: 100px;
  text-align: right;
  padding: 0;
  background-color: rgba(255,255,255,0.5);
  height: 31px;
  margin-left: 5px;
  align-items: baseline;
}
.fancy-popup-bet .btn-cancle {
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #fff;
  height: 31px;
  display: inline-flex;
  width: 100px;
  box-shadow: inset 0 0px 2px 0px hsl(0deg 0% 91% / 80%);
  border: 1px solid #bbbbbb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 8px;
}
.fancy-popup-bet .form-check {
  min-height: 11px;
  margin-bottom: 0;
  position: absolute;
  left: 13px;
}
.fancy-popup-bet .form-check-input {
  width: 14px;
  height: 14px;  
  border-radius: 0px !important;
  margin-right: 6px;
}
.fancy-popup-bet label.form-check-label {
  font-weight: 400;
}
.fancy-popup-bet .btn-group {
  background-color: #d4e8f8;
  border-top: 1px solid #7dbbe9;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}
.fancy-popup-bet .btn-group-pink {
  background-color: #d4e8f8;
  border-top: 1px solid #faa9ba;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}
.fancy-popup-bet .btn-group button.btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  height: 25px;
  display: inline-block;
  width: 115px;
  box-shadow: inset 0 0px 2px 0px hsl(0deg 0% 91% / 80%);
  border: 1px solid #bbbbbb;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 4px 2px;
  border-radius: 5px !important;
  vertical-align: middle;
  padding: 2px;
}
.fancy-bet-div {position:relative;}
.fancysuspend {
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

/***Bookmarket css ***/
.bookmarket .other-market .topbar {
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
}
.bookmarket .other-market .topbar span {
  font-weight: 300;
  display: inline-block;
  line-height: 13px;
  margin-left: 6px;
  padding-left: 8px;
  opacity: 0.7;
}
.bookmarket .book-min-max span {
  width: 51px;
  background-color: #bed5d8;
  border-radius: 3px;
  color: #3b5160;
  line-height: 11px !important;
  font-size: 10px;
  text-align: center;
  padding: 1px 0px !important;
  margin-right: 4px;
}
.bookmarket .book-min-max {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  padding-right: 10px;
}
.bookmarket .bets-bookmaker .bet-all {
  border-top: 1px solid #7e97a7;
  padding: 5px;
  height: 28px;
  font-weight: 700;
  text-align:center;
}
.bookmarket .bets-bookmaker tr, .bets-bookmaker .bet-all {
  background-color: #FAF8D8;
  border-bottom: 1px solid #7e97a7;
}
.bookmarket .bets-bookmaker .bets td, .bets-bookmaker  .bets-HS td, .bets-bookmaker  .bets-GH td {
  width: 8.97436%;
  border-bottom: 1px solid #7e97a7;
  border-left: 1px solid #ddd;
  font-weight: bold;
  vertical-align: top;
}
.bookmarket .bets-bookmaker td {
  border-left: none;
}
.bookmarket .bets-bookmaker thead, tbody, tfoot, tr, td, th {
  border-color: #7e97a7;
  padding: 0px;
}
.bookmarket table {width:100%;}
.bookmarket .bets-bookmaker .fancy-suspend-tr td {
  position: relative;
  height: 0;
  border-width: 0;
  margin-bottom: -1px;
  padding: 0;
}
.bookmarket .predict p {
  margin-bottom: 0px;
  padding-left: 10px;
}
.bookmarket .fancy-suspend-tr {border-bottom:none !important;}
.bookmarket .fancy-suspend, .fancy-suspend-white {
  position: absolute;
  width: 100%;
  background-color: rgba(36,58,72,0.4);
  z-index: 5;
}
.bookmarket .bets-bookmaker .fancy-suspend {
  height: 46px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.bookmarket .bets-bookmaker .fancy-suspend span{
  line-height: 46px;
}
.bookmarket .back-gradient, .lay-gradient {
  height: 46px;
  display: flex;
  background-image: linear-gradient(90deg, rgba(130,183,221,0.15) 0%, rgba(130,183,221,0.8) 65%);
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.bookmarket .back-gradient dd, .lay-gradient dd {
  flex: 1;
  padding: 2px;
  color: #59708D;
  justify-content: center;
  align-items: center;
  margin: 0px;
  font-weight: 700;
}
.bookmarket .back-gradient dd p, .lay-gradient dd p {
  margin-bottom: 0px;
  text-align: center;
}
.bookmarket .lay-gradient {
  background-image: linear-gradient(270deg, rgba(231,170,184,0.15) 5%, rgba(231,170,184,0.8) 60%);
}
.bookmarket .lay-gradient dd {
  color: #A9616D;
}
.bookmarket .bookmaker_bet .bets th {
  padding: 4px 5px 3px 10px;
}
.bookmarket .back-gradient dd a, .lay-gradient dd a {
  width: calc(100% - 4px);
  margin: 0;
  background-color: #72BBEF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: flex;
  padding: 7px;
  height: 39px;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  flex-direction: column;
}
.bookmarket .lay-gradient a {
  background-color: #faa9ba !important;
}
.bookmarket dl dd p span, .bookmarket dl dd a span {
  display: block;
  line-height: 13px;
}
.bookmarket dl dd p .span1, .bookmarket dl dd a .span1 {
  font-weight:400;
  font-size:11px;
}
/* input:focus-visible {
  box-shadow: inset 0 0 0 1px #000;
  outline: 0;
}
input:focus {
  box-shadow: inset 0 0 0 1px #000 !important;
  outline: 0;
  border: 2px solid !important;
  border: double !important;
}
input[type="checkbox"]:focus-visible {
  box-shadow: inset 0 0 0 1px #000;
  outline: 0;
  border: 2px solid !important;
  border: double !important;
}
input[type="checkbox"]:focus{
  box-shadow: none !important;
  outline: 0;
  border: none !important;
  border: none !important;
} */
.homebanner .owl-nav {
  display: none;
}
.homebanner .owl-dots {
  display: none;
}
.homebanner {
  margin-bottom: 15px;
}



.ball-part{
  text-align: right;
 }
  
 ul.ball-part  li{
   display: inline-block;
   background-color: #6a9a1f;
   width: 25px;
   text-align: center;
   height: 25px;
   line-height: 25px;
   border-radius: 50px;
   color: #fff;
   margin-left: 5px;
 }
  
 .betslip-loader {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-color: rgba(255,255,255,0.4);
   z-index: 999;
 }
 
 
 /* my bets css */
 .my-bets .my-report {
   position: relative;
   padding: 10px 12px 0;
   background-color: #E0E6E6;
   border-bottom: 1px solid #7e97a7;
   margin-bottom: 10px;
   border-top: 4px solid #3b5160;
   margin-top: -4px;
 }
 .my-bets .time-zone-section ul {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
 }
 .my-bets .time-zone-section ul li {
   display: inline-flex;
   margin-right: 16px;
 }
 .my-bets .my-report select {
   width: 120px;
   height: 25px;
   line-height: 25px;
   cursor: pointer;
 }
 .my-bets .my-report .form-check {min-height:auto;}
 .my-bets .my-report .form-check-input {
   width: 14px;
   height: 14px;}
 
 .my-bets .unmatched-title {
   background-color: #3b5160;
   border-bottom: 1px solid #7e97a7;
   color: #fff;
   line-height: 24px;
   font-weight: bold;
   padding: 0 10px;
   text-align: left;
 }
 .my-bets .profile-section table thead th {
   padding: 3px 10px;
 }
 .my-bets .time-zone-section ul li .form-inline {
   display: inline-flex;
 }
 .my-bets .inplay-matches .nav-tabs .nav-link {
   font-size: 13px;
 }
 
 .my-bets .time-zone-section  input.form-control {
   color: #1e1e1e;
   font-size: 12px;
   border: 0px #aaa solid;
   background: #fff;
   box-shadow: inset 0px 1px 0px rgb(0 0 0 / 50%);
   border-radius: 4px;
   padding: 5px;
   margin: 0 5px 5px 0;
   height: 25px;
   box-sizing: border-box;
   width:110px;
 }
 .my-bets .time-zone-section  input.form-control.time-date {
   width:45px;
 }
 .my-bets .cal-date {position:relative;}
 
 .my-bets  input[type="date"]::-webkit-inner-spin-button,
 .my-bets input[type="date"]::-webkit-calendar-picker-indicator {
     position: absolute;
     content: '';
     background-image: url("../images/calender-icon.webp");
     width: 16px;
     height: 16px;
     background-size: 16px;
     right: 0;
     top: 3px;
     z-index: 994;
     background-repeat: no-repeat;
     right: 4px;
 }

 .my-bets input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  width:0px;
  display:none;
}


 .my-bets .report-btn-group li {
   margin-right: 6px !important;
 }
 .my-bets .light-btn {
   background: #fbfbfb repeat-x;
   border: 1px solid #bbb;
   border-radius: 4px;
   color: #1e1e1e !important;
   font-weight: bold;
   line-height: 21px;
   font-size: 12px;
   padding: 2px 12px;
   box-shadow: inset 0 -5px 8px 0 #e7e7e7;
   min-width: 32px;
   height: 32px;
   margin-left: 1px;
   text-decoration: none !important;
 }
 .my-bets .report-btn-group button.btnblk {
   font-weight: 600;
 }
 .my-bets .report-btn-group button {
   height: 25px;
   padding: 0px 13px;
   font-weight: 400;
 }
 .my-bets .profit-loss-top {
   background-color: #fff;
   color: #3b5160;
   padding: 7px 10px 5px;
   border-bottom: 1px solid #7e97a7;
 }
 .my-bets .profit-main-wallet-dtls li {
   display: inline-flex;
   margin-right: 13px;
   color: #3b5160;
   align-items: center;
 }
 .my-bets .profit-main-wallet-dtls li i {
   font-size: 17px;
   margin-right: 4px;
   color:#7e97a7;
 }
 .my-bets .profit-main-wallet-dtls li svg.icon {
  fill:#7e97a7;
  width:16px;
  height:16px;
 }
 
 .profit-loss-top .nav-tabs .nav-link {
  padding: 5px 20px;
}

 .my-bets .profir-content h6 {
   font-size: 15px;
   font-weight: bold;
   margin-bottom: 7px;
 }
 .my-bets .profit-main-wallet-dtls li.time span {
   background-color: #7e97a7;
   width: 17px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   height: 17px;
   border-radius: 5px;
   margin-right:4px;
 }
 .my-bets .profit-main-wallet-dtls li.time span i {
   color: #fff;
   font-size: 12px;
   margin: 0px;
 }
 
 /* my bets css */
 
 .match-filter .my-report select {
   width: 120px;
   height: 25px;
   line-height: 25px;
   cursor: pointer;
   color: #1e1e1e;
   font-size: 12px;
   border: 0px #aaa solid;
   background: #fff;
   box-shadow: inset 0px 1px 0px rgb(0 0 0 / 50%);
   border-radius: 4px;
   padding: 5px;
   margin:0px;
   height: 25px;
   box-sizing: border-box;
 }
 .match-filter .time-zone-section input.form-control {
   margin:0px;
 }
 .back_blink {
   background: #DDDE46 !important;
 }
 
  .lay_blink {
   background: #50E3EC !important;   
  }
   
  span.match-game-time {
   color: #999;
 }
   
 a.pin-btn.multi-market {
   color: #fff !important;
   border: 1px solid #6bbd11 !important;
   background-color: #6bbd11 !important;
 }
 .match-details .pin-refresh-btn .pin.pin-select {
 /* color: #6bbd11 !important; */
 background-image: url('../images/inplay-bg-pin-green.webp') !important;
 }
 .table-tabing-match .other-market .topbar .add-pin.pin-select {
 /* color: #6bbd11 !important;   */
 background-position:-385px -1340px;
 height:30px;
 }
 
 .fancy-bet .fancy-markets .fancy-pin-head.select-fancy-bet {
 background-position: -385px -1365px;
 }
 
 .fancy-head .pin-off {
 position: relative;
 width: 10.66667vw;
 height: 8vw;
 margin-right: 0;
 background: url('data:image/svg+xml,<svg viewBox="0 0 40 30" preserveAspectRatio="xMinYMax" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h32l8 30H0z" fill="%23182832"/></svg>'), linear-gradient(-180deg, #0a92a5 0%, #087989 82%);
 background-repeat: no-repeat, no-repeat;
 background-position: left, right;
 background-size: cover, cover;
 }
 .fancy-head a.pin-off::before {
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><g fill="none" fill-rule="evenodd"><circle cx="12.5" cy="12.5" r="12.5" fill="rgb(59, 81, 96)"/><path fill="rgb(197,208,215)" d="M17.59 11.922c1.606.516 2.443 1.107 2.443 2.166 0 .373-.066.616-.2.73-.134.115-.402.173-.804.173h-5.425l-.823 8.016h-.536l-.784-8.015H6.038c-.402 0-.67-.064-.804-.193-.134-.13-.2-.365-.2-.71 0-1.058.77-1.65 2.377-2.165.09 0 .18-.03.27-.086.49-.172.802-.444.936-.816L9.82 5.95v-.216c0-.23-.222-.415-.668-.558l-.067-.043h-.067c-.536-.143-.804-.387-.804-.73 0-.402.09-.652.268-.753.18-.1.49-.15.938-.15h6.16c.447 0 .76.05.938.15.178.1.268.35.268.752 0 .344-.268.588-.804.73h-.067l-.067.044c-.446.143-.67.33-.67.558v.215l1.206 5.07c.134.372.446.644.937.816.09.057.18.086.27.086z"/></g></svg>') no-repeat center;
 background-size: cover;
 position: absolute;
 left: 1.6vw;
 top: 3px;
 display: block;
 width: 19px;
 height: 19px;
 background-size: cover;
 content: "";
 }
 .fancy-head a.selct-fancy-pin::before {
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><g fill="none" fill-rule="evenodd"><circle cx="12.5" cy="12.5" r="12.5" fill="rgb(107,189,17)"/><path fill="rgb(255,255,255)" d="M17.59 11.922c1.606.516 2.443 1.107 2.443 2.166 0 .373-.066.616-.2.73-.134.115-.402.173-.804.173h-5.425l-.823 8.016h-.536l-.784-8.015H6.038c-.402 0-.67-.064-.804-.193-.134-.13-.2-.365-.2-.71 0-1.058.77-1.65 2.377-2.165.09 0 .18-.03.27-.086.49-.172.802-.444.936-.816L9.82 5.95v-.216c0-.23-.222-.415-.668-.558l-.067-.043h-.067c-.536-.143-.804-.387-.804-.73 0-.402.09-.652.268-.753.18-.1.49-.15.938-.15h6.16c.447 0 .76.05.938.15.178.1.268.35.268.752 0 .344-.268.588-.804.73h-.067l-.067.044c-.446.143-.67.33-.67.558v.215l1.206 5.07c.134.372.446.644.937.816.09.057.18.086.27.086z"/></g></svg>') no-repeat;
 background-size: cover;
 position: absolute;
 left: 1.6vw;
 top: 3px;
 display: block;
 width: 19px;
 height: 19px;
 background-size: cover;
 content: "";
 }

 
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease;
  }
  
  .search-popup .searchtop-box {
  background-color:#fff;
  padding:12px;
  color:#222;
  display:flex ;
  align-items:center;
  }
  .searchtop-box a.ss-btn {
  font-size: 18px;
  color: #222;
  font-weight: bolder;
  width: 8%;
  display: inline-flex;
  align-items: center;
  }
  .search-popup .searchtop-box input {
  width:76%;
  border: none;
  font-size:16px;
  color:#222;
  height:36px;
  }
  .search-popup .searchtop-box input:focus, .search-popup .searchtop-box input:focus-visible {
  box-shadow:none !important;
  outline:none !important;
  border:none !important;
  }
  
  
/* one click bet css here */
.one_click-wrap {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999999;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 53;
}
.dialog-wrap, .dialog-wrap-w {
  background-color: rgba(0,0,0,0.85);
  border-radius: 8px;
  color: #fff;
  z-index: 20;
  width: 320px;
  box-shadow: 0 0 8px 8px rgb(255 255 255 / 70%);
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 46px;
}
.one_click-wrap .dialog-wrap, .one_click-wrap .dialog-wrap-w {
  z-index: 999;
  animation: upIn 0.8s ease;
}
.dialog-wrap h4 {
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 7px 0;
  margin-bottom: 0;
}
.dialog-content {
  font-size: 13px;
  line-height: 19px;
  padding: 5px 20px 8px;
  text-align: left;
}
.dialog-content p{
  margin-bottom:0px;
}
.dialog-wrap .btn-wrap, .dialog-wrap-w .btn-wrap {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 7px 10px 8px;
  margin-bottom: 0;
}
.dialog-wrap .btnblk {
  width: 130px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 25px;
  font-size: 12px;
  color: var(--secondary-theme);
  border: 1px solid #222;
  background: linear-gradient(180deg, #474747 0%, #070707 100%);
}

.dialog-wrap .btnblk:hover { background:linear-gradient(0deg, #474747 0%, #070707 100%);}


.arrow-dialog {
  position: absolute;
  margin-left: -6px;
  background-position: -398px -100px;
  height: 10px;
  width: 16px;
  background-image: url('../images/main-s17795665a2.webp');
  background-repeat: no-repeat;
}
.dialog-wrap .break li, .dialog-wrap-w .break li {
  width: 100%;
  margin-bottom: 3px;
  text-align: center;
}
.dialog-content .attention {
  color: #f8e71c;
}
.bet-stack-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99999999999;
}
.bet-stack-bottom .one_click-setting {
  color: #1e1e1e;
  width: 68.2%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  background: linear-gradient(180deg, #00bb5a 0%, #009246 100%);
  padding: 0px 10px;
  box-shadow: inset 0 1px 0 0 rgba(0,92,44,.6);
  height: 31px;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
}


.bet-stack-bottom .one_click-setting h4 {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 10px;
}
.right-setting-bet li.betactive i {
  font-size: 16px;
  margin-right: 3px;
}
.one_click-stake {
  background-image: url("../images/stake-1click.webp");
  background-repeat: no-repeat;
  height: 31px;
  width: 414px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  background-position: center;
}

.one_click-stake li {
  width: 65px;
  display:inline-block;
}
.one_click-stake li a.btn {
  border: 1px solid #005f2d;
  display: inline-block;
  padding: 1px 11px;
  font-size: 11px;
  line-height: 11px;
  width: 97%;
  background: #fff;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  margin: 0px;
  height: 19px;
  border-radius: 3px;
  line-height: 15px;
}

.one_click-stake li input {
  border: 1px solid #005f2d;
  display: inline-block;
  padding: 4px 11px;
  font-size: 11px;
  line-height: 11px;
  width: 97%;
  background: #fff !important;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  height: 19px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #174f00;
  background-color: #1f8c53;
  box-shadow: inset 0 2px 0 rgb(0 0 0 / 15%);
}

.one_click-stake li input:focus {
  border-color: #005f2d !important;
  background-color: #1f8c52 !important;
  color: #fff !important;
}
.one_click-stake li input:focus::placeholder {
  color: #fff !important;
}
.one_click-stake li a.btn.select {
  border: 1px solid #222;
  background: #444;
  color:#ffb400;;
}
.bet-stack-bottom .a-edit {
  width: 68px;
  height: 19px;
  border: 1px solid #164f00;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #1e1e1e;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 50%)
}
.bet-stack-bottom .a-edit svg.icon {
  height: 10px;
  width: 10px;
  margin-left: 3px;
  fill: #1e1e1e;
}


.bet-stack-bottom .a-edit.editsave {
  background: linear-gradient(-180deg,#606060,#000);
  color: #ffb400;
  font-weight: 600;
  box-shadow: none;
  height: 20px;
  border-radius: 4px;
}
.bet-stack-bottom .a-edit i {margin-left: 8px;}
/* one click bet css here */


/* match detaisl */
.web-bet-error-bookmaker {
  background-color: #d0021b;
  padding: 6px;
  font-weight: 600;
  color: #000;
  text-align: center;
  z-index: 9999999999;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 0;
  right: 0;
}
.web-bet-success-bookmaker{
  background-color: #6bbd11;
  padding: 6px;
  font-weight: 600;
  color: #000;
  text-align: center;
  z-index: 9999999999;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 0;
  right: 0;
}
.rules-wrap {
  position: absolute;
  left: 50%;
  width: 460px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  margin-left: -230px;
  z-index: 10;
}
.rules-wrap h3{
  height: 40px;
  background-color: #eee;
  padding: 11px;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
}
.rules-wrap .rules-content {
  height: 340px;
  padding: 8px 15px;
  line-height: 18px;
  color: rgba(36,58,72,0.9);
  overflow: hidden;
  overflow-y: auto;
}
.rules-wrap ol {
  margin: 0 0 10px 20px;
}
.rules-wrap ol li {
  margin-bottom: 5px;
}
.rules-content ol li {
  list-style-type:decimal;
}
.rules-wrap .btn-wrap {
  border-top: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.rules-wrap .btn-wrap li {
  width: 100%;
}
.bet-table {
  background-color:transparent !important;
}
.header-row{
  background-color: #ced5da;
  padding: 0 10px;
}
.fancy_bet .bets td a.betclose {
  position: absolute !important;
}


.bet-error-bookmaker {
  background-color: #d0021b;
  padding: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
}

.bet-success-bookmaker  {
  background-color: #6bbd11;
  padding: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.betclose{
  background-color: #212121;
  color: #fff;
  line-height: 10px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 9px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4px;
  top: 7px;
}
.scoreBord-part table{
  color: #fff !important;
}
.fancy-th-layout dt p {
  margin-bottom: 0px;
  line-height: 12px;
}


.videoclose {
  right: 15px;
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  width: 50px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  top: 15px;
  opacity:0;
  transition:0.2s ease-in-out;
}
.video:hover .videoclose{transition:0.2s ease-in-out;
opacity: 1;
}
.back {
  background-color: #72bbef!important;
}
.lay {
  background-color: #faa9ba!important;
}
/* .back {background-color:#CDE8FD;}
.lay {background-color:#FAE5EB;} */
.profile-section table tbody td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.fancy-book-table tr td:first-child { border-right:1px solid #fff;}


.download-pl-header {
  background-color: #1b2d38;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-pl-header h4 {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
}
.download-pl-header h4 span {
  background-color: #fff;
  color: #243a48;
  padding: 1px 8px;
  border-radius: 4px;
  margin: 0 5px;
  font-size: 15px;
  line-height: 25px;
}
.download-pl-header .download-pl-close {
  color: #fff;
  font-size: 18px;
  padding: 10px 0px;
  border-left: 1px solid #5F6C74;
  padding-left: 10px;
}
.download-pl-header .download-pl-close a{
  color: #fff;
}
.download-pl-header .download-pl-close a:hover{text-decoration:underline;}
.bg-blue {background-color:#beddf4 !important; text-align:center;}
.bg-pink {background-color:#f3dce2 !important; text-align:center;}
.scoreBord-part{
  padding: 0px 10px;
}


.ball-part .dot {
  background: #ffb80c;
}
.ball-part .four {
  background: #087f23;
}

.ball-part .six {
  background: #883997;
}

.ball-part .wicket {
  background: red;
}

.open-tv-wrap {
  height: 23px;
  line-height: 23px;
  background-image: linear-gradient(180deg, #1e5f89 0%, #194f72 100%);
  border-radius: 3px;
  color: #fff;
  padding: 0 7px;
  margin: 3px 7px 4px 7px;
  align-items: center;
  display: inline-flex;
}
.open-tv-wrap:hover{
  background-image:linear-gradient(180deg, #194f72 0%, #1e5f89 100%);
  color:#fff;
}

.open-tv-wrap:before {
  content: "";
  vertical-align: middle;
  margin-right: 5px;
  background-position: -396px -2868px;
  height: 15px;
  width: 18px;
  background-image: url("../images/main-s.webp");
  background-repeat: no-repeat;
}

.mobile-inplay-matches .mobile-in-mtach-dd-btn .open-tv-wrap {
  height: 23px;
  line-height: 23px;
  background-image: linear-gradient(180deg, #1e5f89 0%, #194f72 100%);
  border-radius: 3px;
  color: #fff;
  padding: 0 7px;
  margin: 3px 7px 4px 7px;
  align-items: center;
  display: inline-flex;
}


.mobile-inplay-matches .mobile-in-mtach-dd-btn .open-tv-wrap:before {
  content: "";
  vertical-align: middle;
  margin-right: 5px;
  background-position: -396px -2868px;
  height: 15px;
  width: 18px;
  background-image: url("src\assets\images\main-s17795665a2.webp");
  background-repeat: no-repeat;
}


@media only screen and (max-width:767px){
  .inplay-matches.mobile-inplay-matches {
      padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px){
  .mobile-inplay-matches .match-details {
      padding-bottom: 90px;
  }
  .videoclose {
      opacity: 1;
  }
  .scoreBord-part {
      background-color: #1e1e1e;
      padding: 10px 10px;
      color: #fff;
  }
  .scoreBord-part table {
      margin-bottom: 0px;
  }
  .scoreBord-part .ball-part {padding-left:0px;}
  .scoreBord-part .ball-part li {
      margin-left: 0;
      margin-right: 5px;
  }
  .SoccerScore {
      background-color: #1e1e1e;
      padding: 10px 10px;
  }
  .bookmaker-tooltip .limit-tooltip {
      right: 5px;
      left: inherit !important;
  }
  .bookmaker-tooltip .limit-tooltip p {
      color: #222;
  }
  .bookmaker-tooltip .minmax-button {
      background-color: transparent;
      font-size: 14px;      
  }
  .rules-wrap {
      position: absolute;
      left: 50%;
      width: 460px;
      background-color: #fff;
      border-radius: 0 0 8px 8px;
      margin-left: -230px;
      z-index: 10;
  }
  .rules-wrap h3{
      height: 40px;
      background-color: #eee;
      padding: 11px;
      font-size: 20px;
      line-height: 19px;
      text-align: center;
  }
  .rules-wrap .rules-content {
      height: 340px;
      padding: 8px 15px;
      line-height: 18px;
      color: rgba(36,58,72,0.9);
      overflow: hidden;
      overflow-y: auto;
  }
  .rules-wrap ol {
      margin: 0 0 10px 20px;
  }
  .rules-wrap ol li {
      margin-bottom: 5px;
  }
  .rules-content ol li {
      list-style-type:decimal;
  }
  .rules-wrap .btn-wrap {
      border-top: 1px solid #ccc;
      padding: 8px;
      text-align: center;
  }
  .rules-wrap .btn-wrap li {
      width: 100%;
  }
  .mobile-inplay-matches .mobile-in-mtach-dd-btn .open-tv-wrap {
      position: absolute;
      right: 0;
  }


  }

  .match-details .pin-refresh-btn button img {
    height: 13px;
}
.match-min-max span {
  color: #315195;
}

.match-details .runner-name p span {
    padding-left: 0;
}
  .mobile-fancyno{
          width: 200px;
          padding: 5px;
  }
  .game-wrap h4 {
      color: #fff;
  }
  .game-info {
      background-color: #243a48;
      background-image: linear-gradient(-180deg, #2e4b5e 0%, #243a48 82%);
      color: #7e97a7;
      line-height: 2.1;
      padding: 0 1.86667vw;
      justify-content: space-between;
  }
  .bet-inp-plus-minus {
      width: 28px;
      height: 10.66667vw;
      background-image: linear-gradient(-180deg, #fff 0%, #eee 89%);
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #1f72ac;
      height: 28px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      position: absolute !important;
  }
  .fancy-popup-bet .bet-input-value {
    position: relative;
    text-align: right;
    align-items: center;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 6px;
    justify-content: center;
    align-items: end;
}
  .oddsmallbtm-text{
      font-size: 10px;
  line-height: 12px;
  color: #222;
  opacity: 0.5;
  }
  .input-frp-match {
      position: relative;
      text-align:center;
  }
  .bet-inp-plus-minus.plusbtn {
      left: 5px;
      top: 3px;
  }
  .bet-inp-plus-minus.minusbtn {
      right: 5px;
      top: 3px;
  }

  .center-inplay-scroll {
      height: calc(100vh - 95px);
      overflow-y: scroll;
  }
  .match-odd-ttle-sts-rg{

  }

  .match-odd-ttle-sts-rg img {
       width: 11px;
  margin-right: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  }
  .match-odd-ttle-sts-rg span {
      display: inline-block !important;
      vertical-align: middle;
  }
  .match-details .mo-info .mo-runner-row .runner-name {
      line-height: 16px;
  }
  .bet-table.bettable-height {
      height: 450px;
      overflow-y: auto;
  }

/* match detaisl */


.newloginmodal .login-popup {
  background-color: #ffb80c;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
  overflow: hidden;
  align-items: center;
}
.newloginmodal .modal-dialog {
  transform: none;
  max-width: 540px;
  margin:0 auto;
}
.newloginmodal .modal-dialog .modal-content {
  background-color:transparent;
  box-shadow: none;
  border:none;
}
.newloginmodal .modal-dialog .modal-body {
  padding:0px;
  background-color:transparent;
  box-shadow: none;
  border:none;
}

.newloginmodal .login-popup .login-side-img {
  width: 47%;
}
.newloginmodal .login-page-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 85px;
  z-index: 999;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.newloginmodal .login-form {
  width: 51%;
  padding-left: 22px;
  padding-right: 38px;
}
.newloginmodal button.btn-close {
  background: no-repeat;
  background-color: #000;
  color: #fff;
  opacity: 1;
  font-size: 19px;
  padding: 1px;
  position: absolute;
  right: 9px;
  top: 8px;
}
.newloginmodal .login-form h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
.newloginmodal .login-form form {
  margin-top: 2px;
  display: inline-block;
  width: 100%;
}
.newloginmodal .login-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.newloginmodal .form-control {
  width: 100%;
  height: 33px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #aaa;
  box-shadow: inset 0px 2px 0px 0px rgb(0 0 0 / 10%);
  margin: 0;
}
.newloginmodal .login-form .form-group span {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 20px;
  font-weight: 700;
}
.newloginmodal .btnblk {
  width: 100%;
  height: 36px;
  line-height: 12px;
  color: #ffb400 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #666;
  background-image: linear-gradient(-180deg,#545454,#000);
  margin-left: 0;
  border: none;
  text-decoration: none !important;
}

.Casino-game-main .col-center {
  margin-right: 0px;
  padding-right: 0px;
  width: 82.6388888889%;
}
.Casino-game-main  .full-wrap {
  height: calc(100vh - 115px);
  margin: 0 auto;
}
.Casino-game-main .col-center .col-right-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.Casino-game-main .col-center .col-right-wrapper .casiono-pages-area {
  width: 70%;
  padding-right: 15px;
}
.Casino-game-main .col-center .col-right-wrapper .inplay-matches {
  width: 30%;
}








@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
  .full-wrap {
    position: relative;
      min-width: 100%;
  }


}


@media only screen and (max-width:1100px) {

  .amout-dtls .btn-sm svg.icon {
    width:22px;
    height:22px;
    fill:var(--secondary-theme);
  }
  .amout-dtls .btn-sm::after {display:none;}
  .amout-dtls li span {
    display: inline-block;
    width: 100%;
    padding:0px;
  }
  .login-header .left-logo {display:none !important;}
  .main-header.login-header {
    padding: 10px 0px;
  }
  .login-header .right-side-inputs {
    width: 100%;
  }
  .login-header .amout-dtls {
    width: 100%;
    justify-content: space-between;
  }
  .login-header .mobileheader-login {
    display: block;
  }
  .login-header .amout-dtls .dropdown-toggle {
    padding: 6px;
  }

  .login-header .amout-dtls li:first-child {
    width:29.3333333333vw;
}

  .login-header .amout-dtls li:nth-child(2) {
    
  }
  .login-header .amout-dtls li:last-child {
    
  }

  .login-header .amout-dtls  button.btn-sm.dropdown-toggle.tv-btn {
    background-color: #0a7b89;
    border: none;
    box-shadow: inset 0 0.2666666667vw 0 0 rgba(255,255,255,.4);
    border-radius: 0;
    height: 34px;
    padding: 0px 10px;
}
.login-header .amout-dtls  button.btn-sm.dropdown-toggle.tv-btn.tv-close {
  background-color: #df4000;
  border-color: rgba(0,0,0,.6);
}
.mobileheader-login .bg-black1 {
  background:inherit;
  border-color: #000;
  background-color: rgba(255,255,255,.1);
}
.mobileheader-login .amout-dtls {
  height: 36px;
}
.login-header .amout-dtls {
  padding: 0px;
  background-color: transparent;
}
.mobileheader-login .amout-dtls .load-btn {
  padding: 0px 9px;
  background: transparent;
}
.mobileheader-login .amout-dtls .load-btn svg.icon {
  width:18px;
  height:18px;
}
.mobileheader-login .amout-dtls .betbtn-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 600;
  padding-left: 5px;
  padding-right:5px;
  height: 36px;
  width: 100%;
}
.mobileheader-login .amout-dtls .betbtn-left svg.icon {
  width: 19px;
  height: 19px;
  margin-right:6px;
}
.mobileheader-login .amout-dtls .setting_bet {
  margin-right: 0;
}
.main_balance_header {
  display: flex;
  align-items: center;
  padding: 0px 7px;
  justify-content: space-between;
  width: 85%;
}
.main_balance_header div {
  display: flex;
  flex-direction: column;
}
.main_balance_header div span.title {
  width: auto;
}
.main_balance_section {
  width: 54%;
  display: flex;
  justify-content: space-between;
}
.mobileheader-login .amout-dtls li span {
  line-height: 14px;
  font-size: 10px;
}
.setting-sidenav .setting-side-box  .form-control {
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: inset 0 0.5333333333vw 0 0 rgba(0,0,0,.1);
  border-radius: 1.6vw;
  color: #1e1e1e;
  font-size: 16px;
  padding: 6px 10px;
  height: 39px;
  width: 100%;
}


.setting-sidenav .side-bet-buttons .btn-cancle {
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #fff;
  display: inline-flex;
  box-shadow: inset 0 0px 2px 0px hsl(0deg 0% 91% / 80%);
  border: 1px solid #bbbbbb;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 8px;
}
.setting-sidenav .side-bet-buttons .placebet-popup {
  background: linear-gradient(180deg,#444 13%,#1b1b1b 81%);
  color: #ffc625;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  margin-left: 5px;
}
.setting-sidenav .side-bet-buttons .placebet-popup:disabled {
  background-color: #b7b7b7;
  background: no-repeat;
  background-color: #a4a4a4;
  color: #e6dfcd;
}
.setting-sidenav  .side-bet-buttons {
  padding: 0px 4px;
  border-top: 1px solid #e0e6e6;
  flex-direction: column;
  width: 100%;
}
.setting-sidenav  .side-bet-buttons button {
  height: 35px;
  font-size: 14px;
  width: 100%;
  margin: 0px !important;
  font-family: Helvetica,Tahoma,sans-serif !important;
}
.setting-sidenav  .side-bet-buttons button.btn-bet.edit {
  color: #243a48;
  background: rgba(197,208,215,.4);
  border: 0.2666666667vw solid #7e97a7;
  box-shadow: inset 0 0.5333333333vw 0 0 rgba(255,255,255,.8);
  height: 40px;
}
.setting-sidenav .side-bet-buttons button.btn-bet.edit img {
  width: 14px;
  margin-left: 6px;
}
.setting-side-box .setting-side-title {
  padding: 5px 12px;
}
.setting-side-box .matchchecklist {
  padding: 5px 10px;
}
.setting-sidenav .popup-setting-bnt a {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 49%;
}
.popup-setting-bnt {
  border-top: 1px solid #e0e6e6;
}

.main-header nav.navbar.navbar-light {
  height: 14.6666666667vw;
  padding: 0px 9px;
}

.main-header.login-header nav.navbar.navbar-light {
  padding: 2.6666666667vw 1.8666666667vw 2.6666666667vw 0;
}
.news-content {
  font-size: 3.466667vw;
}



  .main-header .container-fluid {
    padding: 0px;
  }
  .main-header .form-control {
      width: 110px;
  }
  .search-event input.form-control {
    width: 250px;
}
.search-event {display:none;}
.desktop-header-login {display:none !important;}
.mobileheader-login {display:block;}
.navmenu {display:none;}
.live-board dd {
  margin-bottom: 3px;
}
.main-header .right-side-inputs .btn {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  max-width: 132px;
  height: 40px;
  border: 1px solid #710b0b;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
  line-height: 8.5333333333vw;
  padding: 0;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(-180deg, #f72424 0%, #bb1c00 100%);
  text-align: center;
  justify-content: center;
  width: 110px;
  font-size: 16px;
}
.main-header .right-side-inputs .btn img {
  margin-right: 8px;
}
.main-header .right-side-inputs .btn.btn2 {
  background-image: linear-gradient(-180deg, #666666 0%, #333333 100%);
  border-color: #000;
}
.sidebar-title p {
  padding: 4px 10px;
}
.sidebar-title svg.icon {
  height: 20px;
  width: 20px;
}


}


@media only screen and (max-width:991px) {

  
.mobile-inplay-matches .mobile-tab-box {
  padding: 0;
  background: #172832;
  display: flex;
  align-items: center;
}
.mobile-inplay-matches  .nav-tabs {
  border: 1px solid #ffffff;
  background-color: transparent;
  margin: 0px 0px;
  width: 100%;
}
.mobile-inplay-matches .nav-tabs li.nav-item:last-child .nav-link {border-right:0px;}


.mobile-inplay-matches  .nav-tabs .nav-link.active {
  background-color: #ffffff;
  color: #3b5160;
}


.mobile-inplay-matches button.accordion-button {
  padding: 7px;
  font-size: 14px;
  border-radius: 0px !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-bottom: 5px;
  background: linear-gradient(-180deg, #2e4b5e 0%, #243a48 82%);
  margin: 0;
}

.mobile-inplay-matches .accordion-button::after{display:none;}
.mobile-inplay-matches  .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-bottom: 3px solid #000;
  background-color: transparent;
}

.mobile-inplay-matches .nav-tabs {
  display: flex;
  justify-content: space-between;
  margin: 5px;
  height: 36px;
}
.mobile-inplay-matches .nav-tabs .nav-link {
  font-size: 3.46667vw;
  padding: 6px 0px;
  color: #fff;
  border-color: #fff;
  width: 100%;
  height: 100%;
}
.mobile-inplay-matches .nav-tabs li.nav-item {
  flex: 1;
}
.sportssearch-btn a {
  padding: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) !important;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-radius: 0;
  color: #fff;
  font-size: 21px;
  height: 49px;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  position: relative;
}
  .mobile-inplay-matches .matchboxlist {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e6e6;
    padding: 1.6vw 0 1.8666666667vw 0;
    justify-content: space-between;
}
.mobile-inplay-matches .matchboxlist .matchbox_event {
  width: calc(100% - 34px);
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 3px;
}
.mobile-inplay-matches .matchboxlist .matchlist_pin {
  width: 34px;
  text-align: center;
}
.mobile-inplay-matches .new_match_inplay_game_type_status span img {
  height: 15px;
}
.mobile-inplay-matches .new_match_inplay_game_type_status .ecircket img {
  height: 16px !important;
}
.mobile-inplay-matches .new_match_inplay_game_type_status {
  justify-content: space-between;
}

.mobile-inplay-matches .new_match_inplay_game_name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2789ce;
  width: 100%;
  display: block;
  font-size: 4vw;
  font-weight: 600;
  position: relative;
}
.mobile-inplay-matches .new_match_inplay_game_name {
  position:relative;
}
.mobile-inplay-matches .new_match_inplay_game_name::before {
  position: absolute;
  content: '';
  height: 9px;
  width: 9px;
  display: inline-block;
  border-radius: 50%;
  left: -15px;
  top: 5px;
  border: 1px solid rgba(51,51,51,.4);
  background-color: #c5d0d8;
  border: 1px solid #508d0e;
  background-color: #60ba1e;
}

.mobile-inplay-matches .new_match_inplay_game_name.live-active::before {
  border: 1px solid #508d0e;
  background-color: #60ba1e;
}
.mobile-inplay-matches .new_match_inplay_game_type_status div {
  display: flex;
  align-items: center;
}
.mobile-inplay-matches .new_match_inplay_game_type_status div span {
  margin-right:5px;
}
.mobile-inplay-matches .new_match_inplay_game_type_status div span.inplay{
  font-size: 3.2vw;
    line-height: 1.1;
    color: #777;
}



.sports-mobile-tab  .nav  li.nav-item  .nav-link  svg.icon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #000;
}
.sports-mobile-tab {
  width: calc(100% - 49px);
  white-space: nowrap;
  display: flex !important;
  overflow-x: auto;
  align-items: center;
  border: none;
}
.sports-mobile-tab .nav.nav-pills {
  height:50px;
  align-items: center;
  border-bottom: 2px solid #000;
}
.sports-mobile-tab .nav.nav-pills .nav-item {
  height: 49px;
  display: flex;
  align-items: center;
}
.sports-mobile-tab .nav.nav-pills .nav-item .nav-link {
  height: 49px;
}
.sports-mobile-tab .nav.nav-pills .nav-item .nav-link .livematch-btn {
  top: 5px;
  right: 2px;
}
.sportspage .sportssearch-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -34px;
  width: 34px;
  height: 49px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 110%);
  z-index: 9;
}
.sportspage .sportssearch-btn a {
  background-image: linear-gradient(180deg, #525252 0%, #2d2d2d 100%) !important;
}

  .social-media-part{
    padding-bottom: 70px;
}
  .betfair-box {
    display: none;
}
.home-sections .row {
  --bs-gutter-x: 0.3rem;
}

.des-text h3 {
  padding-left: 10px;
  font-size: 12px;
}
.des-text button {
  width: 78px;
  padding: 3px 3px  3px 10px;
  font-size: 12px;
}
.extend-btn {
  border: none;
}

.navbar {padding:0px;}
.footer-menu {display:block;}
.footer-menu {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(-180deg, #243a48 20%, #172732 91%);
}
.footer-menu ul {
  display: flex !important;
  justify-content: space-around;
  text-align: center;
}
.footer-menu ul li {
  width: 16%;
  position: relative;
  padding: 0px 3px;
}
.footer-menu ul a img {
  height: 20px;
}
.footer-menu ul li.animation img {
  width: 79px;
  height: auto;
  position: absolute;
  left: 9px;
  top: -17px;
}
.footer-menu ul li.animation::before {
  content: '';
  background-image: url('../images/game-nav-bg.svg');
  position: absolute;
  top: 0;
  width: 100%;
  height: 27px;
  background-size: 96px;
  background-repeat: no-repeat;
  top: -20px;
  left: -4px;
}
.footer-menu ul a {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  flex-direction: column;
  padding: 8px 0px;  
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-menu ul a.active{
  background: linear-gradient(-180deg, #32617f 20%, #1f4258 91%);
}
.footer-menu ul a i{
  font-size: 18px;
}
.footer-menu  .menu-title {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.extend-support {
  width: 85%;
}
.extend-btn img {
  height: 30px;
}


}
.bet-place-error{
  background: #d0021b;
  color: #fff;
  padding: 2px 5px;
}



/* Mobile Search btn */


.Search_modal .modal-dialog {
  transform: none;
  width: 100%;
  margin: 0px;
  border: none;
  padding: 0px;
  transform: none !important;
  transition: none !important;
}
.Search_modal .modal-content {
  border: none;
  border-radius: 0px;
  outline: 0;
  padding: 0;
}
.Search_modal.modal.show .modal-dialog {
  transform: none !important;
  transition: none !important;
}


.Search_modal .modal-content .modal-body {
  padding:0px;
  font-family: Helvetica,Tahoma,sans-serif;
}
.Search_modal .search-pop {
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.Search_modal .search-back {
  position: absolute;
  z-index: 2;
  display: block;
  width: 10.6666666667vw;
  height: 17.0666666667vw;
  background: url('../images/search-back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  background-position: center;
}
.Search_modal .search-input {
  width: calc(100% - calc(10.6666666667vw * 3));
  height: 17.0666666667vw;
  margin: 0;
  padding: 0 20.333333vw 0 2.666667vw;
  border-color: rgba(0,0,0,0);
  border-radius: 0;
  box-shadow: none;
  position: relative;
  background: #fff;
  border: 1px solid #aaa;
  color: #1e1e1e;
  font-size: 4vw;
  font-family: Helvetica,Tahoma,sans-serif;
  margin-left: 10vw;
  border: none;
}
.Search_modal .search-clear{
  top: 0;
  right: 10.6666666667vw;
  background: url('../images/cross-search.svg');
  background-size: 4.2666666667vw;
  border: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 10.6666666667vw;
  background-position: center;
  height: 17.0666666667vw;
  background-repeat: no-repeat;
}

.Search_modal .search-collapse {
  right: 0;
  background: url('../images/search-s.svg');
  background-size: 5.8666666667vw;
  border: 0;
  position: absolute;
  z-index: 2;
  background-position: center;
  display: block;
  width: 10.6666666667vw;
  height: 17.0666666667vw;
  top: 0;
  background-repeat: no-repeat;
}
.Search_modal .suggestion-wrap {
  max-height: 46.6666666667vw;
  border-top: 1px solid #d8d8d8;
  overflow-y: auto;
}
.Search_modal .suggestion-wrap li {
  height: 11.7333333333vw;
  line-height: 11.7333333333vw;
  list-style: none;
  text-indent: 3.7333333333vw;
}
.Search_modal .suggestion-wrap li a.ui-link {
  display: block;
  height: 100%;
  color: #2789ce;
  font-size: 4vw;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Search_modal .suggestion-wrap li a.ui-link span {
  margin-right: 1.8666666667vw;
  font-weight: normal;
  color: #777;
}
.no-matching {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 6.4vw 0;
  margin:0px;
}

.no-matching dt {
  flex: 0 0 100%;
  width: 6.4vw;
  height: 6.4vw;
  margin-bottom: 2.1333333333vw;
  background: url('../images/nomatch.svg');
  background-size: contain;
  background-position:center;
  background-repeat: no-repeat;
}
.no-matching dd {
  flex: 0 0 100%;
  color: #9b9b9b;
  font-size: 4.5333333333vw;
  text-align: center;
}

@media only screen and (max-width:991px) {

  .deposit-header-mobile {
    background-color: #000;
    padding: 4px;
    text-align: right;
  }
  button.btn-sm.bg-black1.desposit-btn-new {
    height: 26px;
    font-size: 13px;
    background: rgba(255,255,255,.2);
    line-height: 15px;
}

.main-header .navbar-brand img {
    max-height: 35px;
    height: auto;
    max-width: 120px;
}


.main-header .right-side-inputs .btn {
  height: 38px;
  width: 80px;
  font-size: 14px;
}

.footer-menu ul li.animation::before {
  height: 18px;
  background-size: 69px;
  background-repeat: no-repeat;
  top: -15px;
  left: -4px;
}
.footer-menu ul li.animation img {
  width: 70px;
  height: auto;
  left: 3px;
  top: -10px;
}

.mobile-inplay-matches .inplay-table .coupon-table tr td {
    text-align: right;
}
.mobile-inplay-matches  a.pin-btn {
  height: 26px;
  width: 26px;
  font-size: 19px;
  margin-right: 6px;
}
.live-board dd {
  font-size: 12px;
}
.live-board dd span {
  min-width: 15px;
  height: 15px;
}
.extend-btn img {
  height: 25px;
  filter: invert(1);
  opacity: 0.8;
}
.extend-support {
  width: 90%;
}
.footerdownload-btn {
  justify-content: center;
  align-items: start;
}
.app-link a img {
  width: 175px;
}
.footerdownload-btn .betfair-mobilebtn {
  background-color: rgba(255,255,255,.3);
  color: rgba(0,0,0,.5);
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 6px;
  padding: 4px 9px;
  margin-right:10px;
}
.extend-support a {
  line-height: 32px;
  color: rgba(0,0,0,.7);
}
.footer-menu  .menu-title {
  margin-top: 0px;
}
.news .container-fluid {margin: 0; padding: 0;}

.result-table .table thead th {
  text-align: left;
  padding: 6px 8px;
}
.result-table .table tr td {text-align:left;   padding: 6px 8px;} 
.result-table tr td:first-child {
  padding-left: 8px !important;
}
.result-table .col-lg-8{
  padding: 0;
}
.result-table .filter-select {
  height: 35px;
  margin-top: 7px;
  border-radius: 4px;
  width:100%;
}
.result-table li.nav-item {
  width: 50%;
}
.result-table .nav-tabs .nav-link {
  width: 100%;
}
.heighlight-title {
  background-color: #2e4b5e;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 15px;
  font-size: 14px;
  text-align: center;
}

.signup-sec .signup-logo {
  width: 104px;
  height: 104px;
}

.signupbtn {
  padding: 16px;
  border: 2px solid #000;
  box-shadow: 2px 7px 0px #000;
  margin: 8px 0px;

}
.myaccount-page {
  padding-bottom: 46px;
}

.mobile-inplay-matches .match-details .pin-refresh-btn {
  background-color: #e0e6e6;
  padding-bottom: 11px;
}
 
.bet-place-error{
  background: #d0021b;
  color: #fff;
  padding: 2px 5px;
}

.mobile-inplay-matches .match-details .live-match-table {
  background-color: #e0e6e6;
}

.mobile-inplay-matches .match-details .mo-info .mo-runner-row>div:not(.runner-name) {
  width:20%;
}

.mobile-inplay-matches .match-details .mo-info .back-all, .mo-info .lay-all {
  width: 20%;
  height: 35px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  background-image: none !important;
}
.mobile-inplay-matches .marketDepthBtn {
  position: absolute;
  left: 34%;
  top: 6px;
  display: inline-flex;
  align-items: center;
}
.mobile-inplay-matches .marketDepthBtn .matchpth {
  display: inline-flex;
  flex-direction: column;
  line-height: 12px;
  margin-left: 7px;
  color: #1e1e1e;
}
.mobile-inplay-matches .bookmarket .predict p {
  font-size: 4vw;
}
.mobile-inplay-matches .bookmarket .predict p.match-odd-ttle-sts-rg {
  font-size: 2.9333333333vw;
    font-weight: 400;
}
.mobile-inplay-matches .bookmarket .bets-bookmaker .bet-all {  
  height: 25px;
}

.table-tabing-match .row {
  --bs-gutter-x: 0px !important;
}

.minmax-button {
  border-radius: 50%;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-bottom: 4px;
  margin-top: 5px;
}

.minmax-button a {color:#fff;}

.mobile-inplay-matches .match-details .mo-info .mo-runner-row .runner-name {
  font-weight: 600;
  font-size: 4vw;
  width: 60%;
  line-height: 12px;
}
.mobile-inplay-matches  .fancy-bet .fancy-head {
  border-bottom: 3px solid #087989;
}
.mobile-inplay-matches  .fancy-head a.pin-off::before {  
  left: 1.9vw;
  top: 4px;
  width: 21px;
  height: 21px;
}

.mobile-inplay-matches .match-details .mo-info.suspended .lay-all img {
  background-image: none;
}

.mobile-inplay-matches .match-details .mo-info.suspended .lay-all {
  background-position: 100% -377px;
  background-image: none;
}

.mobile-inplay-matches .match-details .mo-info.suspended .back-all img{
  background-image: none;
}

.mobile-inplay-matches .match-details .mo-info.suspended .back-all {
  background-position: 100% -377px;
  background-image: none;
}

.mobile-inplay-matches .selection-count {position:relative;}

.mobile-inplay-matches .selection-count::before {
  position: absolute;
  content: '';
  height: 35px;
  width: 68%;
  background-color: #fff;
  right: -1px;
}

.mobile-inplay-matches .selection-count::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 35px solid white;
  border-left: 10px solid transparent;
  left: 28%;
  bottom: 0;
}
.table-tabing-match .other-market .topbar {
  background: #3b5160;
  font-size: 3.4666666667vw;
    line-height: 8.5333333333vw;
    height: 8.5333333333vw;
}
.mobile-inplay-matches .match-minimax-fancy td {
  border-left: none !important;
  width: 9%;
  font-size: 3.4666666667vw;
  line-height: 8vw;
  height: 8vw;
  color: #3b5160;
  border-left: none !important;
}
.mobile-inplay-matches .fancy-bet .fancy-head h4 {
  height: 8vw;
  line-height: 8vw;
  background: #087d8d;
}
.fancy-bet .fancy-head button, .fancy-head h4:before {
  background-image: url("../images/bg-fanctbet_rules.svg");
  background-repeat: no-repeat;
  background-position: left;
  height: 8vw;
  padding: 0px;
  background-size: contain;
  width: 65px;
  text-align: left;
  padding-left: 14px;
}

.mobile-inplay-matches .fancy-head .pin-off {
  background: url('data:image/svg+xml,<svg viewBox="0 0 40 30" preserveAspectRatio="xMinYMax" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h32l8 30H0z" fill="%23182832"/></svg>'), linear-gradient(-180deg, #087d8d 0%, #087d8d 82%);
}


.mobile-inplay-matches .fancy_bet .bets td a {
  padding: 0;
}

.mobile-inplay-matches .bookmaker-tooltip {
  top: -7px;
  right: 6px;
}
.match-details .suspended .mo-odd-block {
  pointer-events: none;
  background: rgba(51,51,51,.2) url("../images/bg-disabled.webp")!important;
}


.table-tabing-match .other-market .topbar .add-pin {
  display: block;
  margin: 5px 6px 0 -4px;
  float: left;
  z-index: 10;
  background-position: center;
  height: 26px;
  width: 26px;
  background-image: url("../images/book-pin.svg");
  background-repeat: no-repeat;
  position: relative;
}

.limit-tooltip2{
  position: absolute;
  top: 0 !important;
  left:0 !important;
  left: 0;
}
.match-details .limit-tooltip p {
  margin-bottom: 0px;
  font-size: 12px;
}
.limit-tooltip a.minmax-btn {
  color: #000;
  font-size: 13px;
  padding: 2px;
}
.mobile-inplay-matches  .fancy-bet .fancy-tabs {
  white-space: nowrap;
  overflow-x: auto;
  box-shadow: none;
}
.mobile-inplay-matches .match-details .runner-name p span {
  font-size: 2.9333333333vw;
  font-weight: 400;
}
.inplay-matches.mobile-inplay-matches{
  padding-bottom: 50px;
}
.homebanner {margin-bottom:8px;}
.home-area .container {padding:0px;}
.home-sections .container {padding:0px 6px;}
.main-header.login-header {
  padding: 0;
}
.login-header .amout-dtls{ 
padding:0px;
}
/* .inplay-table .coupon-table tr td a.text-dark {
  width: 100%;
  font-size: 14px;
  margin: 5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */




.mobile-inplay-matches .container-fluid {
  padding: 0px;
}
.match-details .pin-refresh-btn button {
  font-size: 13px;
}
.match-details .pin-refresh-btn button img {height:15px; margin-right:5px;}
.mobile-inplay-matches .match-details {
  height: calc(100vh - 140px);
  overflow-y: scroll;
  margin-top: 0px;
}
.match-details .pin-refresh-btn button {
  width: 100px;
  height: 28px;
}
.match-details .pin-refresh-btn button.pin{
  background-image: url("../images/bg-match-btn-left.webp");
  background-position:right;
}
.match-details .pin-refresh-btn button.refresh{
  margin-left:0px;
  background-image: url("../images/bg-match-btn-right.webp");
  background-position:left;
  position:relative;
}
.match-details .pin-refresh-btn button.refresh::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.5333333333vw;
  height:28px;
  background: rgba(22,40,49,.9);
  box-shadow: -1px 0 0 0 rgba(255,255,255,.3) inset;
}


.match-minimax-fancy {
  background-color: #e4f1f9;
}
.match-minimax-fancy .minmax-button {
  background: transparent;
  font-size: 15px;
  height: auto;
  width: auto;
  padding-right: 7px;
  top: -1px;
  position: relative;
  padding: 0;
  margin: 0px;
  right: 7px;
}

.match-minimax-fancy .limit-tooltip2 {
  left: inherit !important;
  left: 0;
  right: 8px !important;
  width: 120px !important;
}

.match-minimax-fancy td span {
  display: inline-block !important;
  line-height: 10px;
}
.match-minimax-fancy .limit-tooltip div {
  justify-content: start;
  width:100px;
  text-align: left;
}
.suspend-fancy-m {position:relative;}
.suspend-fancy-m .suspended {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: flex;
  z-index: 999;
  background-color: rgba(0,0,0,.4);
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-family: Helvetica,Tahoma,sans-serif;
}
.suspend-fancy-m .suspended span {
  font-size: initial !important;
  font-weight: 700 !important;
  opacity: 0.8;
}
.mobile-inplay-matches .bets-bookmaker th {
  width: 60%;
}
.mobile-inplay-matches .bets-bookmaker td {
  width: 20%;
}
.bookmaket-bet-table .btn-list {
  padding: 0 1.6vw 2.66667vw;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}
.bookmaket-bet-table .btn-list li {
  flex: 1 1 auto;
  margin: 1.6vw 0.8vw 0 0.8vw;
  overflow: hidden;
}
.bookmaket-bet-table .btn-list li:nth-child(1) {
  flex: 1;
}
.bookmaket-bet-table .btn-list p.dynamic-min-bet {
  margin-top: 0;
  padding: 0;
  font-size: 2.93333vw;
}
.bookmaket-bet-table .input-num {
  font-size: 4vw;
  line-height: 10.13333vw;
  font-weight: bold;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: inset 0 0.53333vw 0 0 rgba(0,0,0,0.1);
  border-radius: 1.6vw;
  cursor: text;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.bookmaket-bet-table .input-num span {
  font-size: 4vw !important;
  line-height: 10.13333vw !important;
  font-weight: bold !important;
} 
.bookmaket-bet-table input.disable, .input-num.disable {
  background-color: #dcdcdc;
  color: #666;
  box-shadow: none;
  border: 1px solid #bbb;
}
 
.bookmaket-bet-table .input-num.disable .typed {
  color: #999;
  font-size: 4vw !important;
  line-height: 10.13333vw;
  font-weight: bold;
}
.bookmaket-bet-table .btn-list li:nth-child(2) {
  flex: 1;
}
.bookmaket-bet-table .btn-list li p {
  text-align: center;
  margin-top: 1.33333vw;
  color: #1e1e1e;
  margin-bottom: 0px;
}
.bookmaket-bet-table .input-num a {
  width: 12vw;
  height: 10.66667vw;
  background-image: linear-gradient(-180deg, #fff 0%, #eee 89%);
  justify-content: center;
  align-items: center;
}
.bookmaket-bet-table .input-num.leftside-stack {
  background-color: #dcdcdc;
  color: #666;
  box-shadow: none;
  border: 1px solid #bbb;
}
.errorpop {
  background-color: #d0021b;
  color: #fff;
  position: absolute;
  top: 108px;
  width: 1416px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 9px;
  text-align: center;
  font-size: 14px;
}
.bookmaket-bet-table .input-num {
  background-color: #fff0ca;
  font-size: 4vw;
  line-height: 10.13333vw;
  font-weight: bold;
  /* background: #fff; */
  border: 1px solid #aaa;
  box-shadow: inset 0 0.53333vw 0 0 rgba(0,0,0,0.1);
  border-radius: 1.6vw;
  cursor: text;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.error-close {
  color: #fff;
  background-color: #2b2b2b;
  position: absolute;
  display: inline-flex;
  width: 14px;
  height: 14px;
  line-height: 2px;
  border-radius: 4px;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.bookmaket-bet-table  .input-num a {
  width: 12vw;
  height: 10.66667vw;
  background-image: linear-gradient(-180deg, #fff 0%, #eee 89%);
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #1f72ac;
}
.bookmaket-bet-table .btn-list li a {
  height: 10.93333vw;
  line-height: 10.93333vw;
  display: inline-flex;
}
.bookmaket-bet-table .coin-list {
  margin-bottom: 1.86667vw;
  background-image: linear-gradient(-180deg, #32617f 20%, #1f4258 91%);
  display:flex;
}
.bookmaket-bet-table .coin-list li {
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}
.bookmaket-bet-table .coin-list a {
  color: #fff !important;
  line-height: 2.46;
  background-image: linear-gradient(-180deg, #32617f 20%, #1f4258 91%) !important;
  font-weight: 300;
}
.bookmaket-bet-table .keyboard-wrap {
  display: flex;
  border-top: 1px solid #aaa;
  margin-bottom: 1.86667vw;
}
.bookmaket-bet-table .keyboard-wrap ul {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
}

.bookmaket-bet-table .keyboard-wrap li {
  flex: 1 1 16.66667%;
  display: inline-grid;
  width: 100%;
  text-align: center;
}
.bookmaket-bet-table .keyboard-wrap a {
  font-size: 4vw;
  color: #1e1e1e !important;
  line-height: 10.4vw;
  background-color: #fff;
  border: 1px solid #aaa;
  border-width: 0 0 1px 1px;
  font-weight: 300;
}
.bookmaket-bet-table .keyboard-wrap .btn-delete {
  flex: 0 1 14.66667vw;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  color: #000;
}
.bookmaket-bet-table .bottombtns .btn{
  background-image: linear-gradient(-180deg, #fff 0%, #eee 89%);
  border: 1px solid #aaa;
  border-radius: 1.6vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 2.6;
  color: #1e1e1e;
  height: 11.93333vw;
  line-height: 10.93333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookmaket-bet-table .bottombtns .btn-send {
  background-image: linear-gradient(-180deg, #464646 15%, #121212 100%);
  border-color: #000;
  color: #ffb80c;
  border: 1px solid #aaa;
  border-radius: 1.6vw;
  font-size: 4vw;
  font-weight: bold;
  height: 11.93333vw;
  line-height: 10.93333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookmaket-bet-table.back {
  background-color: #dceaf4;
}
.bookmaket-bet-table.lay {
  background-color: #f7e7eb;
}
.bookmaket-bet-table .form-check .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  width: 4.8vw;
  height: 4.8vw;
  background-color: #fff;
  box-shadow: inset 0 0.53333vw 0 0 rgb(0 0 0 / 40%);
  border: none;
  margin-right: 9px;
}
.bookmaket-bet-table  .form-check-input:checked {
  background-color: #ffb80c;
  border-color: #0d6efd;
}
.bookmaket-bet-table .acceptAnyOddsBox {
  background-color: #c7dbe9;
  display: flex;
  padding: 5px 0px;
  justify-content: space-between;
}
.bookmaket-bet-table  .acceptAnyOddsBox .max-odd  span {
  background-color: #000;
  display: inline-block;
  width: 13.33333vw;
  height: 5.33333vw;
  background-color: rgba(0,0,0,0.1);
  font-size: 3.46667vw;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 5.33333vw;
  text-align: center;
  margin-right: 1.33333vw;
  border-radius: 0.8vw;
}
.mobile-inplay-matches .row {
  --bs-gutter-x: 0;
}
.mobile-inplay-matches .mobile-in-mtach-dd-btn a {
  line-height: 9.0666666667vw;
  font-weight: bold;
  border: 1px solid #243a48;
  border-radius: 4.8vw;
  padding: 0 2.4vw;
  color: #1e1e1e;
  background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
  display: inline-block;
  padding: 0 2.9333333333vw 0 4vw;
  color: var(--secondary-theme);
}
.mobile-inplay-matches .mobile-in-mtach-dd-btn {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
}
.mobile-inplay-matches .bookmarket .fancy-suspend, .mobile-inplay-matches .fancy-suspend-white {
  background-color: rgba(0,0,0,.4);
}
.mobile-inplay-matches .bookmarket .bets-bookmaker .fancy-suspend {
  height: 46px;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-family: Helvetica,Tahoma,sans-serif;
}
.mobile-inplay-matches .bookmarket .bets-bookmaker .fancy-suspend span {
  opacity:0.8;
}

.recaptha-code span {
  right: 13px;
  top: 10px;
  font-size: 19px;
}
/* .popup-login-form .policy-link li:before {
  margin: 0 0.4vw;
  content: "|";
} */

.center-match-inplay {
  height:auto;
  padding-bottom: 0;
}
.match-details-mob-header {
  background-image: linear-gradient(-180deg, #2e4b5e 0%, #243a48 82%);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  font-weight: 500;
}

.Exposure-m {
  background-color: rgba(51, 51, 51, 0.4);
  box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 40%);
  padding: 0px 9px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  min-width: 150px;
}
.Exposure-m span {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

.bet-left-button-grp .btn-sm.bg-black1 {
  border-radius: 0px 4px 4px 0px;
  border-left: 0px;
}
.bet-left-button-grp .a-open_tv.ui-link {
  border-color: #062a2e;
  background-color: #0a7b89;
  box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 40%);
  border-radius: 4px 0px 0px 4px;
  border-right: 0px;
  padding: 7px 10px;
  border: 1px solid #062a2e;
}
.changepassword-model .modal-content {
  height: 100%;
  width: 100% !important;
}
.full-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.full-wrap .col-left {
  height: fit-content;
  overflow: visible;
  position: relative;
  width: 100%;
  left: inherit;
  top: inherit;
}
.full-wrap .col-right {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  left: inherit;
  top: inherit;
}
.full-wrap .col-center {
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.Casino-game-main .inplay-side-bet-place {
  height: auto;
}
.Casino-game-main .full-wrap .col-center {
  width: 100%;
  margin-top: 10px !important;
  height: fit-content;
}
.Casino-game-main .col-center .col-right-wrapper {
  flex-direction: column;
}
.Casino-game-main .col-center .col-right-wrapper .casiono-pages-area {
  width: 100%;
  padding-right: 0;
}
.Casino-game-main .col-center .col-right-wrapper .inplay-matches {
  width: 100%;
  margin-bottom: 30px;
}


.bet-error-bookmaker {
  background-color: #d0021b;
  padding: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.bet-success-bookmaker  {
  background-color: #6bbd11;
  padding: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}


}



@media screen and (min-device-width: 576px) and (max-device-width: 768px) {
  .container, .container-sm {
    max-width: 100% !important;
}

}



@media only screen and (max-width:767px) {
  .login-image-page img.site-logo-image {
    top: 30%;
    max-width: 220px;
    height: auto;
}
#LoginPoup {
  top:0 !important;
}
#LoginPoup .modal-content {
  max-height: 100% !important;
  height: 100% !important;
  border:none;
}
#LoginPoup .modal-body.login-pop {
  height: 100%;
  max-height: 100%;
}
.login-pop .extend-support {
  padding: 0px 18px;
}
.login-pop .extend-btn img {
  height: 25px;
  margin-right: 2px;
}
.main-header .right-side-inputs .btn {
  width: 80px !important;
}

.table-tabing-match .other-market .topbar .add-pin.pin-select {
  background-position: -385px -1670px;
  height: 25px;
}
.match-details .pin-refresh-btn .pin.pin-select {
/* color: #6bbd11 !important; */
background-image: url('../images/inplay-bg-pin-green.webp') !important;
}

.amout-dtls li span {
  margin-right: 1px;
}
.mobileheader-login .amout-dtls .betbtn-left {
  padding-left: 6px;
  padding-right: 5px;
}
.main_balance_section {
  width: 61%;
}

}


@media only screen and (max-width:375px) {
  .footer-menu ul li.animation::before {
    height: 14px;
    background-size: 53px;
    top: -11px;
    left: -1px;
}
.footer-menu ul li.animation img {
  width: 61px;
  height: auto;
  left: 2px;
  top: -5px;
}
.popup-login-form form {
  padding: 0px 30px;
}
.popup-login-form .btnblk {
  height: 41px;
  line-height: 16px;
}
.login-pop .form-group {
  margin-bottom: 11px;
}
.login-pop  .capcha_code {
  font-size: 22px;
}

.live-board {
  width: 133px;
}



}

/* search mobile inplay css here */



/* search mobile inplay css here */



@media only screen and (max-width:320px) {
  .main-header .navbar-brand img{
      width: 100px;
  }
  .main-header .right-side-inputs .btn {
      margin-left: 3px;
      padding: 3px;
      font-size: 12px;
  }
  .main-header .right-side-inputs .btn i {
    font-size: 14px;
    margin-right: 3px;
}
.footer-menu ul li.main-nav-home a.active:before {
  width:115%;
}

}



/* search mobile inplay css here */
@media only screen and (max-width:320px) {
  .main-header .navbar-brand img{
      width: 100px;
  }
  .main-header .right-side-inputs .btn {
      margin-left: 3px;
      padding: 3px;
      font-size: 12px;
  }
  .main-header .right-side-inputs .btn i {
    font-size: 14px;
    margin-right: 3px;
}
.footer-menu ul li.main-nav-home a.active:before {
width:115%;
}
  
}

.mobile_competition_title {
  display: flex;
  align-items: center;
  text-indent: 2.6666666667vw;
  background: #eff3f5;
  border-top: 1px solid #bfcad1;
  border-bottom: 1px solid #bfcad1;
  height: 8.5333333333vw;
}
.mobile_competition_title h4 {
  font-size: 3.4666666667vw;
  margin-bottom:0px;
}


.web-bet-error {
  position: fixed;
  z-index: 999999;
  top: 5px;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px;
  width: 97%;
  margin: 0 auto;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 700;
  font-family: system-ui;
}

.web-bet-error.web-bet-error-bookmaker {color:#dc3545 !important;}
.web-bet-error.web-bet-success-bookmaker {color:#198754 !important;}

.match-details .scocer_suspend {
  font-weight: 500;
  background: rgba(0,0,0,.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 40% !important;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-family: Helvetica, Tahoma, sans-serif;
  color: #d7d7d7;
  display:none;
}


@media only screen and (max-width:991px) {
  .match-details .scocer_suspend {   
    display:inline-flex;
  }
}