@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto");

body {
  /* background-color: gainsboro; */
  background-image: url(/assets/images/body-background.jpg);
  color: #000;
  font-weight: 500 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
}
.amount-container {
  background: #fb9201;
  padding: 4px;
  border-radius: 10px;
}
img.stairs {
  width: 7px;
  /* background: no-repeat; */
  filter: invert(1);
}
.valuename {
  margin-right: 5px;
}
.second_tab li {
  margin-left: 4px;
  /* flex: 1; */
  /* text-align: center; */
  background-image: url(/assets/images/cricket-bg.png);
  /* height: 100vh; */
  background-position: center;
  display: flex;
  background-size: cover;
  height: 36px;
  width: 80px !important;
}
@media screen and (min-width: 768px) and (max-width: 2000px) {
  .mike {
    width: 100% !important;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    line-height: 1;
    width: 97%;
    margin: auto;
    object-fit: fill;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 100% !important;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: 50px !important;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}

.blockUI.blockMsg.blockPage {
  border: none !important;
  background: none !important;
}

.blockUI.blockMsg.blockPage {
  border: none !important;
  background: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  left: 25% !important;
}

@media (min-width: 768px) and (max-width: 2000px) {
  .blockUI.blockMsg.blockPage {
    left: 45% !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 2000px) {
  /* *************************************** */
  div#betSidenav {
    width: -webkit-fill-available !important;
    margin-left: 22.5rem !important;
  }

  .bet_mob {
    display: flex;
    align-items: center;
    padding: 1px 6px;
    /* background: gainsboro; */
    color: #000;
    /* border-bottom: 1px solid #373e42; */
    justify-content: space-between;
  }
  ul.back-lay {
    display: flex;
    justify-content: space-around;
    width: 50%;
  }
  .right-bet-content {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    font-size: 14px;
    width: 420px;
    flex-shrink: 0;
    background-color: transparent !important;
    height: 100vh;
  }
  a.closebtn33 {
    display: none !important;
  }
  .userName {
    color: #000;
    font-size: 16px !important;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    top: 6px;
    /* bottom: 10px; */
  }
  .table-flex {
    display: flex;
  }
  .back.betting-blue {
    flex: 1;
    text-align: center;
    background: #23313e;
    padding: 5px 15px;
    width: 50px !important;
    height: 43px;
    margin: 2px;
  }
  .lay.betting-pink {
    flex: 1;
    text-align: center;
    /* background: #23313e; */
    padding: 5px 15px;
    width: 50px !important;
    height: 43px;
    margin: 2px;
  }
  div#deposit-container {
    padding: 5px 0px;
    display: flex;
    justify-content: inherit !important;
    align-items: center !important;
  }
  .deposit {
    background-color: #17c964;
    border-color: #17c964;
    color: white !important;
    font-weight: 600;
    width: 35% !important;
  }
  .withdraw {
    background-color: #cf3232;
    border-color: #cf3232;
    color: white !important;
    font-weight: 600;
    width: 35% !important;
  }
  .second_tab.nav-tabs li a {
    /* border-radius: 50px; */
    padding: 9px 15px !important;
    /* background: #c8c8c8 !important; */
    /* color: #000; */
    border: none;
    transition: 0.5s;
    text-transform: uppercase;
    background: cadetblue;
  }
  .header-inner {
    display: flex;
    padding: 5px 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
  }
  .Mini-Games {
    background: linear-gradient(
      90deg,
      #1e8067 0,
      rgba(255, 255, 255, 0) 100%
    ) !important;
    width: 100%;
    /* font-size: 16px !important; */
  }
  .grid-class img {
    width: 124px;
    height: 80px;
    margin: 7px -3px !important;
    border-radius: 4px;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    overflow: scroll;
    height: auto !important;
  }
}

/* ******************************************************** */
@media (min-width: 768px) and (max-width: 950px) {
  .caards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 140px !important;
    width: 190px !important;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
  }
}
@media (min-width: 951px) and (max-width: 1140px) {
  .caards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 109px !important;
    width: 134px !important;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
  }
}
@media (min-width: 951px) and (max-width: 2000px) {
  .caards {
    display: grid !important;

    gap: 30px !important;
    width: 100%;
    padding: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .caard-parent {
    display: flex;
    justify-content: center !important;
    gap: 60px !important;
  }
  .caards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 140px !important;
    width: 175px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
  }
}
/* ************************************ */
li.sidebar-dropdown a {
  font-size: 14px;
  font-weight: 700;
}
button.button-u-a a {
  color: black;
}
button.button-u-a {
  background: #f4d821;
}
span.Ref.\&.Earn {
  margin-left: 17px;
}
span.home-menu {
  margin-left: 3px;
}
img.client-listing {
  margin-left: 4px;
}
.nav > li > a > img {
  max-width: none;
  height: 15px !important;
  width: 15px !important;
  margin-right: 20px !important;
}
li.sidebar-dropdown img {
  height: 15px;
  width: 15px;
  margin-right: 20px;
}
.bank-details img {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.deposit-and-withdraw-new {
  display: flex;
  justify-content: space-around;
}
.deposit-and-withdraw-new span {
  color: white;
}
.new-withdraw-1 {
  background: green;
  border-radius: 10px;
}
.new-deposit-1 {
  background: green;
  border-radius: 10px;
}
img.logout {
  height: 15px;
  width: 15px;
  margin-right: 20px;
}
.strt-timeGame {
  display: none;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 2px 2px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: black !important;
}
button#updateUserChip {
  width: 150px;
}
.fa,
.fas {
  font-weight: 900;
  /* display: none; */
}
tbody#all-betting-data {
  height: 50px;
}
div#deposit-container {
  padding: 5px 0px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
div#deposit-container a {
  height: 40px;
  width: -webkit-fill-available;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inplay-fancy-name {
  /* display: none; */
}
.log-in-name {
  color: white;
  font-size: 21px;
  font-weight: 700;
  padding: 0px 0px 20px;
}
span#resend_text {
  color: white;
}
.tab-content {
  padding: 0px 4px;
  background: white;
}

.tabel-scroll {
  margin: 8px 0px;
}

.flex-one-one {
  display: flex;
  /* overflow-x: auto; */
}
.flex-one {
  display: flex;
  /* overflow-x: auto; */
}
/* .flex-one img {
    width: 124px;
    height: 80px;
    margin: -3px;
} */
.grid-class img {
  width: 124px;
  height: 80px;
  margin: -1px -3px;
  border-radius: 4px;
}
.footer-img {
  margin-top: 5px;
}
.grid-class {
  overflow-x: auto;
  padding-top: 5px;
  scrollbar-width: none;
}
div#spribe {
  background: #ff4500;
}
.footer-one {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.footer-one img {
  width: 100px;
  height: 110px;
  margin: 0px -3px;
  object-fit: inherit;
  border-radius: 5px;
}

a.head-link.endcooki {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid gainsboro;
  display: flex;
  padding: 12px !important;
  font-family: "Lato", sans-serif !important;
  align-items: center;
}
li.sidebar-dropdown {
  border-bottom: 1px solid gainsboro;
}
a.head-link.endcooki svg {
  margin-right: 8px;
}

i.fas.fa-user {
  font-size: 16px !important;
}
ion-icon.md.hydrated {
  font-size: 20px;
  margin: 0px 7px;
}

.logout-btn {
  padding: 12px 24px;
  background-color: #1e8067 !important;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
  float: none !important;
  text-align: center;
  font-size: 16px !important;
}
select#type {
  background: white !important;
}

.bank-details ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bank-details li {
  display: flex;
  justify-content: center;
  padding: 0px 2px;
  font-size: 18px;
  font-family: "Lato", sans-serif !important;
}
button.btn.btn-submit {
  background: #1e8067;
  color: white;
}

h3.demo1 {
  text-align: center;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 20px;
  font-weight: 700;
}

ul.balance-av {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px -5px;
}
ul.balance-av li {
  width: 17%;
  font-size: 15px;
  margin: 2px 0px;
}
.depositw {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 14px;
}
button.d-color {
  background: #1e8067;
  color: white;
  padding: 7px 16px;
  border: none;
  border-radius: 5px;
}

.heading-container {
  text-align: center;
}
a.btn.btn-success.btn-sm.add-new-btn {
  margin: 14px;
  width: 200px;
  font-size: 15px;
}

h2.m-b-20 {
  background: #f4d821;
  text-align: center;
  display: flex;
  margin: 0px;
  justify-content: center;
  padding: 7px 0px;
  font-size: 22px;
  align-items: center;
}
h2.Transaction.History {
  margin: 0px;
  background: #f4d821;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding: 9px 0px;
}

.col-md-12.new-col-md {
  margin-right: 10px;
}
.row.m-t-20.new-col-md {
  margin-right: 7px;
}
h2.heading {
  background: #f4d821;
  margin: 5px 0px;
  font-size: 24px;
  padding: 7px 68px;
}
a.btn.new-deposit-2 {
  padding: wi;
  width: 78px;
}
p.para-font {
  font-size: 11px;
}
@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");

a {
  color: #ffffff;
}

a:active,
a:focus {
  outline: none;
}

a:focus,
a:hover {
  color: #0088cc;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

/*login-css*/

.login_container {
  background-size: cover;
  height: 100vh;
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_wrapper-bg {
  align-items: center;
  margin: 0px;
  justify-content: center;
  position: relative;
  display: flex;
}

.lazy-container-login {
  margin: 30px auto;
  border-radius: 8px;
  border: 1px solid #757575;
  width: 500px;
  padding: 0;
  position: relative;
  background: #1c1c1c;
}

.rllogin-header {
  width: 100%;
  align-items: center;
  padding: 10px;
  background: #000;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.rllogin-header img {
  width: 60%;
}

.login_wrapper {
  width: 75%;
  margin: 20px auto 0px;
  padding: 0;
}

.login_wrapper .form-control {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  background: #1e8067;
  border: none;
  /* border-left: 3px solid #ffb80c; */
  border-bottom: 1px solid #f4d821;
  box-sizing: border-box;
  padding: 10px 45px;
  color: #c1c1c1;
  font-size: 15px;
  border-radius: 0px;
  -moz-box-shadow: 0 1px 0 0 #000;
  /* -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000; */
}

.login_wrapper .user_input {
  /* background: url(../assets/images/user-icon.png) 10px center no-repeat; */
  background-size: 18px;
}

.login_wrapper .pass_input {
  background: url(../assets/images/password-icon.png) 10px center no-repeat;
  background-size: 18px;
}

.login_ftrmy {
  background: #232323;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  padding: 20px 0px;
  margin-top: 70px;
}

.button-groups {
  padding: 14px 0px;
}

.button-groups .btn {
  width: 100%;
  font-size: 15px !important;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  position: relative;
  /* border-radius: 30px; */
  letter-spacing: 0.33px;
  height: 45px;
}

.betfairlogo {
  margin: 15px 0px;
}

.betfairlogo img {
  width: 30%;
}

.apk-btn img {
  width: 25%;
  float: right;
}

/*login-css-end*/

/*themecolor-css-start*/

.theme-custom a svg {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border: solid 1px #fff;
  border-radius: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.theme-custom .dropdown-menu li a {
  margin: 0px 2px;
  height: 35px;
  width: 35px;
  padding: 0px;
  position: relative;
  color: #fff;
  border: solid 2px #303030;
  border-radius: 100%;
  position: relative;
}

.theme-custom .dropdown-menu li a.active:before {
  background: #1e1e1e;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 0;
}

.theme-custom .dropdown-menu li a.active:after {
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.theme-custom .dropdown-menu li a.orange-theme:before,
.theme-custom .dropdown-menu li a.green-theme:before,
.theme-custom .dropdown-menu li a.red-theme:before,
.theme-custom .dropdown-menu li a.blue-theme:before,
.theme-custom .dropdown-menu li a.lightred-theme:before,
.theme-custom .dropdown-menu li a.yellow-theme:before {
  background: #1e1e1e;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  left: 0;
}

.theme-custom .dropdown-menu li a.orange-theme {
  background: #ff6400;
}

.theme-custom .dropdown-menu li a.green-theme {
  background: #147b45;
}

.theme-custom .dropdown-menu li a.red-theme {
  background: #af0000;
}

.theme-custom .dropdown-menu li a.blue-theme {
  background: #00adee;
}

.theme-custom .dropdown-menu li a.lightred-theme {
  background: #e0554e;
}

.theme-custom .dropdown-menu li a.yellow-theme {
  background: #ffb80c;
}

.theme-custom .dropdown-menu li {
  display: inline-block;
}

.theme-custom .dropdown-menu {
  left: -110px;
  text-align: center;
}

.stack-bottomright .alert-info.ui-pnotify-shadow {
  background: #92e1ff;
  color: #000;
}

.stack-bottomright .danger-info.ui-pnotify-shadow {
  background: #fd80aa;
  color: #000;
}

/*themecolor-css-End*/

/* header {
    background: #010203;
    height: 78px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f6a21e;
    position: relative;
} */

header {
  background: #010203;
  height: 70px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #f6a21e; */
  position: relative;
}

.header-inner {
  display: flex;
  padding: 5px 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 31px;
}

.headerlogo {
  width: 185px;
  text-align: center;
  position: relative;
}

.headerlogo:before {
  background-color: #fff;
}

.form-control {
  color: #000 !important;
  /* border: 1px solid #383d40; */
  /* background-color: #2c3235; */
}

.bars {
  display: none;
}

.bars span svg {
  margin-top: 23px;
  margin-left: -12px;
  width: 25px;
  height: 25px;
  fill: #fff;
}

.notification {
  width: 75px;
  display: flex;
  align-items: center;
}

.w-50 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.notification a {
  position: relative;
  margin-right: 10px;
}

.betnotify i {
  color: #fff;
  font-size: 25px;
}

.notification svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

.notification span.badge.badge-danger {
  position: absolute;
  top: -4px;
  right: -3px;
  font-size: 10px;
  width: 17px;
  height: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 17px;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
  border: none;
}

.headerlogo:after {
  background-color: #fff;
}

/* .headerlogo:after {
    position: absolute;
    width: 40px;
    content: " ";
    bottom: -9px;
    left: -6px;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 999999;
    height: 4px;
} */

/* 
.headerlogo:before {
    -webkit-clip-path: polygon(0 0, 48% 0, 41% 14%, 7% 14%);
    clip-path: polygon(0 0, 48% 0, 41% 14%, 7% 14%);
    position: absolute;
    width: 100%;
    height: 140px;
    content: "";
    display: block;
    bottom: -138px;
    left: 25%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99999;
} */

a.site_title.endcooki {
  font-size: 18px;
  color: #fff;
  display: block;
}

.sidebar-content {
  padding: 11px 14px 10px;
  overflow-y: auto;
  position: relative;
}

.closebtn33 {
  position: absolute !important;
  top: -13px !important;
  right: 14px !important;
  color: #000000 !important;
  font-size: 47px !important;
  /* display: none !important; */
  z-index: 999 !important;
}

.logo img {
  width: 110px;
  /* height: 34px; */
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: rgb(123, 129, 138, 0);
}

::-webkit-scrollbar-thumb {
  background: rgb(123, 129, 138, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(123, 129, 138, 0.2);
}

.sidebar-wrapper {
  width: 220px;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: -300px;
  z-index: 999;
  overflow: hidden;
}

.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

.chiller-theme .sidebar-wrapper {
  background: #e8e8e8;
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
  overflow: scroll;
  height: 100vh;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #1c1c1c;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-menu ul li a {
  align-items: center;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: flex;
  padding: 10px 30px 10px 10px;
  color: #fff;
  /* border-bottom: 1px solid #373e42; */
}

.sidebar-wrapper .sidebar-submenu ul li a {
  padding: 10px 10px 10px 20px;
  font-size: 15px;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  /* background: #fff;box-shadow: 0px 8px 10px 0px #d6d6d6; */
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  padding: 10px;
}

/* 
.sidebar-content .boxs-left {
    background-color: #b88831;
} */

.user-card_box {
  border-radius: 5px;
  /* margin-bottom: 20px; */
  padding: 1px 2px;
}

.user_detial {
  position: relative;
  top: 0px;
  text-align: center;
  /* width: 91px; */
  margin-bottom: 10px;
  height: 55px;
  border-bottom: 1px solid gainsboro;
}

.sidebar-content .boxs-left .user_detial .user-dummy {
  fill: #000;
}

.user-dummy {
  position: absolute;
  bottom: 14px;
  width: 50px;
  border-radius: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.userName {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  top: 6px;
  /* bottom: 10px; */
}

.sidebar-content .user_bal {
  background-color: white;
}

.Wallet span {
  margin-bottom: 5px;
  display: block;
}

.sidebar-content .user_bal a {
  color: black;
  display: flex;
  width: 100%;
  font-size: 15px;
  justify-content: space-between;
}
ul.deposit-w {
  display: flex;
  justify-content: space-around;
  padding-bottom: 10px;
  border-bottom: 1px solid gainsboro;
}
.deposit-w li {
  width: 42%;
  border: none;
  background: #1e8067;
  padding: 6px;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.deposit-w li a {
  color: white;
  font-size: 15px;
}

.user_bal {
  margin-bottom: 5px;
  border: 0;
  position: relative;
  border-radius: 5px;
  padding: 0px 12px;
  line-height: 15px;
}

.sidebar-content .logout_btn {
  border: solid 1px #32312e;
  color: #000000;
  background: #c6c6c6;
}

.sidebar-content .logout_btn.active {
  /* background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
    color: #000; */
  background: #c6c6c6;
  color: #000000;
}

.logout_btn {
  width: 90%;
  display: block;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 0px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  margin: 10px auto 10px auto;
  text-decoration: none;
}

.game-head {
  position: relative;
  /* background-color: #fff; */
  /* border-bottom: 1px solid #a52b2a; */
  color: #243a48;
  font-size: 13px;
}

.match-btn {
  /* justify-content: center; */
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
}

/* .match-btn li {
    position: relative;
    margin-bottom: 10px;
} */

.match-btn .btn-pin {
  /* background: url(../images/shape-left.svg); */
  background-size: cover;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  width: auto;
  display: inline-block;
  padding: 2px 3px 0px 5px;
  text-align: center;
}

.match-btn .btn-pin-user {
  /* background: url(../images/shape-center.svg); */
  /* background-size: cover; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* width: 132px; */
  /* display: inline-block; */
  /* padding: 2px 3px 0px 11px; */
  /* text-align: center; */
}

.match-btn .btn-refresh {
  /* background-image: url(../images/shape-right.svg); */
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 132px;
  display: inline-block;
  padding: 0px 5px 0px 0px;
  text-align: center;
}

.match-btn a i {
  margin: 0px 5px;
}
.match-btn li a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* width: 100px; */
  /* height: 25px; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* box-sizing: border-box; */
  /* color: #FFF !important; */
  /* font-size: 16px; */
  /* font-weight: bold; */
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  color: black;
  /* font-weight: 700; */
}

.match-btn li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
  color: #a52b2a;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #a52b2a;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 0px;
  font-size: 12px;
  font-weight: 500;
}

.sidebar-wrapper .sidebar-menu ul li a .fa.fa-user {
  font-size: 26px !important;
  color: #fadf00;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
  color: #a52b2a;
}

span.rules {
  text-align: center;
  width: 100%;
  display: block;
  padding: 14px;
  float: left;
}

span.rules a {
  color: #555;
}

.shadow.corner a {
  color: #fff;
}

.mike {
  display: flex;
}

.mike marquee {
  padding: 11px 15px;
  line-height: 0;
  color: #ffffff;
  /* padding: 15px 15px; */
  /* display: none; */
  font-size: 11px;
  /* color: #0b9279; */
  /*text-transform:lowercase;*/
}

.horn {
  position: absolute;
  left: 13px;
  width: 29px;
  top: 5px;
}
#otp::placeholder {
  color: white !important;
}
#referral_code::placeholder {
  color: white !important;
}
.text-success {
  color: white !important;
}

.text-danger {
  color: #e6271b !important;
}

.online_btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  background-color: #648626;
  border-color: #648626;
  box-shadow: inset 0 50px 25px -25px #93c638;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}

.online_btn span {
  line-height: 32px;
}

.online_btn:hover {
  color: #fff;
}

.online_btn:last-child {
  margin-right: 0px;
}

.user-online-btn {
  float: right;
  padding: 7px;
  background: rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: black;
  /* background: #a52b2a; */
  /* border-color: #a52b2a; */
  font-weight: 500;
  background-color: #f9df0f;
}

.form-group.divshift.w-50 small {
  color: #ffb80c;
  margin-top: 10px;
  display: block;
}

.form-control:focus {
  outline: none !important;
  border-color: #f4d821 !important;
  box-shadow: none !important;
  /* background: #1e8067 !important; */
}

.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-primary {
  background: #1e8067;
  border-color: #1e8067;
}

.table_tittle .btn-primary {
  background: #f4d821 !important;
  color: black !important;
  font-weight: bold;
  border-color: #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-horizontal .btn-success:before {
  background: rgba(0, 0, 0, 0.4);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0b0";
}

.form-horizontal .btn-danger:after {
  background: rgb(191 31 47);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f410";
}

.form-horizontal .btn-success:before,
.form-horizontal .btn-danger:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 1.8em;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

.form-horizontal .btn-success,
.form-horizontal .btn-danger {
  font-weight: 600;
  border-radius: 0px;
  position: relative;
  width: 40%;
  border: none;
  text-align: left;
}

.right_user-menu .dropdown-menu {
  top: 164%;
  left: -100px;
  border-radius: 0px;
  padding: 0px;
}

.right_user-menu .label-user {
  background: #28924e;
  color: #fff;
  padding: 2px 5px;
  border-bottom: solid 1px #28924e;
}

.right_user-menu .label-user a {
  color: #fff;
  padding: 2px 3px;
}

.right_user-menu .label-user i {
  color: #e2eaf0;
}

.right_user-menu .dropdown-menu > .label-user a:hover {
  background: transparent;
  color: #fff;
}

.dropdown-toggle .fa-user {
  background: #e2eaf0;
  color: #142740;
  height: 24px;
  width: 25px;
  text-align: center;
  padding: 5px;
  border-radius: 100%;
}

.right_user-menu {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 5px 15px;
  color: #212529;
  background-color: #fadf00;
  border-color: #fadf00;
  border-radius: 15px;
}

.right_user-menu .dropdown {
  float: right;
}

.menu {
  z-index: 99;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0px 0px;
}

.wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.page-wrapper.chiller-theme.toggled {
  padding-right: 5px;
}

.main-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

/* .main-inner {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    height: 100%;
    padding-left: 5px;
} */

.match-content {
  overflow-x: hidden;
  overflow-y: overlay;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  padding: 1em 8px 0px;
  height: 86vh;
}

.right-bet-content {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 14px;
  width: 420px;
  flex-shrink: 0;
  background-color: #f6a21e;
  height: 100vh;
}

.left-side .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgb(27, 113, 183);
}

.left-side .nav-tabs li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0px;
  z-index: 999;
}

.left-side .nav-tabs li.active > a {
  background-color: #4098c6;
  border: 1px solid #4098c6;
  color: #fff;
  margin-right: 0;
}

.tabicon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 5px;
}

.second_tab li a {
  display: flex;
}

span.tabicon {
  line-height: 0;
}

.left-side .nav-tabs > li > a {
  font-weight: bold;
  text-transform: capitalize !important;
  font-size: 18px;
  background: #e2eaf0;
  margin-right: 0px;
  color: #3b5160;
  border: transparent;
}

.left-side .nav-tabs > li > a img {
  width: 20px;
  cursor: pointer;
}

.left-side .nav-tabs > li > a:hover {
  background-color: #e2eaf0;
  border: transparent;
  margin-right: 0px;
  border-radius: 0px;
  color: #485c6b;
}

.right-bet-content iframe {
  width: 100%;
  height: 205px;
}

.search-box {
  position: relative;
}

.left-side input {
  position: relative;
  padding: 10px 30px 10px 10px;
  background: #ffffff;
  border: none;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7c8292;
  z-index: 22;
  border-radius: inherit;
  transition: box-shadow 240ms;
  margin: 0;
}

.search-box i {
  position: absolute;
  top: 8px;
  right: 5px;
  color: #000;
  z-index: 111;
  font-size: 18px;
}

.icon-sport {
  margin: 0 5px 0 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
}

.cricket-icon {
  background: url(../images/sport-sprite.png) 0 -238px no-repeat;
}

.tennis-icon {
  background: url(../images/sport-sprite.png) -18px -663px no-repeat;
}

.soccer-icon {
  background: url(../images/sport-sprite.png) -18px -136px no-repeat;
}

.horse-icon {
  background: url(../images/sport-sprite.png) -18px -459px no-repeat;
}

.livegame-icon {
  background: url(../images/sport-sprite.png) -18px -255px no-repeat;
}

.horce-icon {
  background: url(../images/sport-sprite.png) 0 -459px no-repeat;
}

.greyhound-icon {
  background: url(../images/sport-sprite.png) 0 -289px no-repeat;
}

.politics-icon {
  background: url(../images/sport-sprite.png) 0 -476px no-repeat;
}

.favorite-icon {
  background: url(../images/sport-sprite.png) 0 -612px no-repeat;
}

.cup-icon {
  background: url(../images/sport-sprite.png) 0 -833px no-repeat;
}

.set-icon {
  background: url(../images/sport-sprite.png) 0 -255px no-repeat;
}

.teenpatti-icon {
  background: url(../images/sport-sprite.png) -18px -681px no-repeat;
}

.cricketcasino-icon {
  background: url(../images/sport-sprite.png) -18px -766px no-repeat;
}

.match_count {
  float: right;
  display: flex;
  align-items: center;
  font-size: 10px;
  width: 15px;
  color: #fff;
  background-color: #1a6f38;
  cursor: pointer;
  padding: 3px 3px;
  overflow: hidden;
  border-radius: 2px;
}

.left-side .dropdown {
  border-bottom: 1px solid #e4e4e4;
}

.left-side .dropdown-menu .trigger {
  padding: 3px 10px 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.left-side .dropdown-toggle {
  color: #3b5160;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
}

.left-side .dropdown-menu {
  position: inherit;
  width: 100%;
  margin-bottom: 5px;
  box-shadow: 0 0 0 0 !important;
  background-color: #ccc;
  border-radius: 0px;
  border: transparent;
  color: #fff;
}

.left-side .dropdown-menu > li > a {
  color: #393933;
  cursor: pointer;
  text-decoration: none;
  font-size: 11px;
}

.left-side .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #393933;
}

.left-side .dropdown-submenu li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.75em;
  flex-shrink: 0;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 182, 146);
  border-image: initial;
}

.left-side .dropdown-submenu li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 1em;
  overflow: hidden;
}

.left-side .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.open > .dropdown-menu .dropdown-submenu {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.left-side .dropdown-menu .dropdown-submenu.left {
  position: inherit;
  width: 100%;
}

.side-inner {
  overflow-y: scroll;
}

.match-tabs .nav-tabs {
  border-bottom: transparent;
  margin-bottom: 15px;
}

.match-tabs .nav-tabs li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mtodds td:nth-child(2) {
  width: 15%;
}

.match-tabs .nav-tabs li:last-child a {
  margin-right: 0px;
}

.match-tabs .nav-tabs li a img {
  width: 25px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.second_tab {
  display: flex;
  border: none;
  padding: 6px 3px;
  justify-content: space-between;
}

.second_tab.nav-tabs > li.active svg {
  fill: #fff;
}

.second_tab.nav-tabs > li.active > a,
.second_tab.nav-tabs > li.active > a:hover,
.second_tab.nav-tabs > li.active > a:focus {
  /* background: #e08943 !important; */
  color: white !important;
  transition: 0.5s;
  border: none;
}

.second_tab.nav-tabs li a {
  /* border-radius: 50px; */
  padding: 5px 15px;
  /* background: #c8c8c8 !important; */
  /* color: #000; */
  border: none;
  transition: 0.5s;
  text-transform: uppercase;
}

.dismiss_btn {
  position: absolute;
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffb80c;
  display: flex;
  align-items: center;
  border-color: #ffb80c;
  right: 5px;
  top: 4px;
  border-radius: 30px;
  padding: 1px 5px;
  height: 20px;
  width: 20px;
}

.dismiss_btn:hover {
  color: #000;
  background-color: #fad72c;
  border-color: #fad72c;
}

.tabel-scroll-4,
.tabel-scroll-2 {
  position: relative;
  width: 100%;
  float: left;
}

table > tbody > tr > td.empty::before {
  content: "\2013";
}

thead .deskaction span {
  width: 25px;
}

.match-tabs .tab-content .market-listing-table > tbody > tr > td.back {
  background-color: #72bbef;
}

.match-tabs .tab-content .market-listing-table > tbody > tr > td.lay {
  background-color: #faa9ba;
}

.market-listing-table thead {
  color: #fff;
  background: #0b9279;
}

.match-box .market-listing-table > tbody > tr > td .event-name {
  font-weight: bold;
  color: #393933;
}

/* 
.table-responsive thead {
    background: #ccc;
    color: #393933;
    font-weight: bold;
    font-size: 13px;
} */

.table-responsive table {
  background: #fff;
  margin-bottom: 0px;
  font-size: 12px;
  color: #393933;
  /* display: none; */
}

.market-listing-table > tbody > tr > td {
  border: 1px solid #dfdfdf;
  position: relative;
  border-bottom: transparent;
  border-right: transparent;
}

.market-listing-table > tbody > tr {
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;
  background: #27282c;
}

.table_tittle {
  padding: 8px;
  color: #fff;
  /* background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f); */
  background: black;
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.table_tittle a {
  color: #fff;
}

.table-responsive table tbody tr td a {
  /* font-weight: bold; */
}

.match-content .form-horizontal {
  padding: 5px 0px;
  width: 100%;
  float: left;
}

.filter_head {
  width: 100%;
  float: left;
  margin: 10px 0px;
}

.filter_head .form-group {
  margin-bottom: 0;
}

.tableheader {
  /* background: linear-gradient(45deg, #c1092f, black); */
  display: flex;
  align-items: center;
  padding: 5px 4px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  background: #257b23;
}

.tableheader .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  /* background-color: white; */
  padding: 6px 3px;
}

.tableheader .title .tabicon svg {
  fill: white;
}

.tableheader .one {
  width: 120px;
  text-align: center;
}

.match_box {
  display: flex;
  /* padding: 5px 15px 15px 15px; */
  border: 1px solid gainsboro;
}

.matchtime {
  /* padding: 5px 15px 0px 15px; */
  color: #c7c7c7;
  font-size: 11px;
}

.match_names a:hover {
  color: #dedede;
}

.match_names {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}

.odds-group {
  display: flex;
}

.match_box .backlay_box {
  display: flex;
  color: #fff;
  align-items: center;
}

.lay.betting-pink {
  flex: 1;
  text-align: center;
  /* background: #23313e; */
  padding: 5px 15px;
  width: 66px;
  height: 43px;
  margin: 2px;
}

.back.betting-blue {
  flex: 1;
  text-align: center;
  background: #23313e;
  padding: 5px 15px;
  width: 66px;
  height: 43px;
  margin: 2px;
}

.size .ng-binding {
  font-size: 9px;
  padding: 5px 0px;
  /* font-weight: bold; */
  color: #43444a;
}

.backbattingbox .back.betting-blue {
  margin: 1px;
  /* border-radius: 4px; */
  padding: 1px 0px;
  height: 38px;
}

.laybettingbox .lay.betting-pink {
  margin: 1px;
  /* border-radius: 4px; */
  padding: 1px 0px;
  height: 38px;
}

/* .back.betting-blue.firstround {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
} */

/* .lay.betting-pink.lasttround {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
} */

.table-responsive {
  width: 100%;
  float: left;
}

.market-listing-table thead tr th {
  color: #fff;
  padding: 10px 8px !important;
  text-align: center;
}

.market-listing-table thead tr th.title {
  color: #fff;
  padding: 10px 8px !important;
  text-align: left;
}

.market-listing-table > thead > tr > th.title i {
  width: 20px;
  font-size: 13px;
  display: inline-block;
  color: #e4c41e;
  cursor: pointer;
}

.market-listing-table {
  width: 100%;
  color: #393933;
  /* background: #fff; */
  /* border: 1px solid #a52b2a; */
}

.market-listing-table tbody {
  position: relative;
}

.market-listing-table > tbody > tr > td i {
  font-size: 15px;
  display: inline-block;
  float: left;
  line-height: 22px;
}

.market-listing-table > tbody > tr > td .fa-star {
  color: #176db5;
  width: 20px;
}

/* .market-listing-table>tbody>tr>td .event-name{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;width:45%;display:inline-block;float:left;font-weight: bold;letter-spacing: 0.5px;} */

.market-listing-table > tbody > tr > td > a small .red {
  color: red;
}

.market-listing-table > tbody > tr > td > a small .green {
  color: green;
}

.market-listing-table > tbody > tr > td > .odds_value {
  float: inherit;
  line-height: 22px;
  font-size: 12px;
  display: block;
  font-weight: bold;
}

.market-listing-table > tbody > tr > td > small {
  float: right;
  line-height: 22px;
}

.market-listing-table > tbody > tr > td > small time {
  font-size: 10px;
}

.match_status {
  display: inline-block;
}

.ng_value {
  float: right;
  font-size: 15px;
  margin-top: 0px;
  color: #ffffff;
  font-weight: 600;
}

.blue-extra-light {
  background-color: #c7e1ec !important;
  border-left-color: #fff;
}

.blue-light {
  background-color: #bde3f3 !important;
  border-left-color: #fff;
}

.pink-light {
  background-color: #fbd6de !important;
  border-left-color: #fff;
}

.pink-extra-light {
  background-color: #efdde1 !important;
  border-left-color: #fff;
}

.market-listing-table > tbody > tr > td.back {
  text-align: center;
  width: 63px;
  cursor: pointer;
  position: relative;
}

.market-listing-table > tbody > tr > td.lay {
  text-align: center;
  width: 63px;
  cursor: pointer;
  position: relative;
}

.market-listing-table > tbody > tr > td.mark-back {
  background-color: #72bbef;
}

.market-listing-table > tbody > tr > td.mark-lay {
  background-color: #faa9ba;
}

.market-listing-table > tbody > tr > td.empty {
  text-align: center;
}

.market-listing-table > tbody > tr > td .odds {
  font-weight: normal;
}

.market-listing-table > tbody > tr:hover {
  background-color: rgb(246, 246, 246);
}

.market-listing-table > tbody > tr > td.back.unhighlighted {
  background-color: #e3f3fe;
}

.market-listing-table > tbody > tr > td.lay.unhighlighted {
  background-color: #fdeef2;
}

.event-name {
  font-size: 11px;
  color: #000;
  width: 100%;
}

.open_bets-table .event-name {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  /* font-weight: 600;
    letter-spacing: 0.4px; */
}

.market-listing-table > tbody > tr > td .odds {
  font-weight: bold;
  font-size: 16px;
}

.market-listing-table > tbody > tr > td .size span {
  float: none !important;
  font-size: 10px;
}

.apl-table tbody > tr td:first-child {
  position: relative;
}

.fancybox table {
  margin-bottom: 0px;
}

.fancy_back,
.fancy_lay {
  position: relative;
}

.book_match {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -50%);
  color: #4d749e;
  cursor: pointer;
  padding: 2px 5px 5px 5px;
  background: #5c996f;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
    inset 0px -3px 0px rgba(0, 0, 0, 0.35),
    inset 0px 14px 14px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
    0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35),
    inset 0px 14px 14px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
    inset 0px -3px 0px rgba(0, 0, 0, 0.35),
    inset 0px 14px 14px rgba(255, 255, 255, 0.25);
  font-size: 13px;
}

.market-listing-table tbody tr > td.odds-placeholder {
  width: 93px;
  background: #f9f7f9 !important;
  color: #565457;
  text-align: left;
}

.balance-panel-body table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.balance-panel-body table:hover::-webkit-scrollbar-thumb {
  background-color: #848484;
}

.balance-panel-body table:hover::-webkit-scrollbar-track-piece {
  background-color: rgba(128, 128, 128, 0.5);
}

.right-bet-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.right-bet-content:hover::-webkit-scrollbar-thumb {
  background-color: #848484;
}

.right-bet-content:hover::-webkit-scrollbar-track-piece {
  background-color: rgba(128, 128, 128, 0.5);
}

.right-bet-content .mod-header .cls-btn {
  display: none;
}

.match-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.match-content:hover::-webkit-scrollbar-thumb {
  background-color: #a09c9c;
}

.match-content:hover::-webkit-scrollbar-track-piece {
  background-color: rgba(128, 128, 128, 0.5);
}

.side-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.side-inner:hover::-webkit-scrollbar-thumb {
  background-color: #a09c9c;
}

.side-inner:hover::-webkit-scrollbar-track-piece {
  background-color: rgba(128, 128, 128, 0.5);
}

.mod-header {
  background: #fff;
  color: #000;
  padding: 10px;
  position: relative;
  width: 100%;
  float: left;
}

.right-bet-content .mod-header {
  overflow: hidden;
  background: #59686f;
}

.mod-header.tab_bets {
  padding: 5px;
  background: #1e8067;
  border-color: #f6a21e;
  width: 100%;
  /* display: none; */
}

.table-responsive p {
  color: #040404;
}

.mod-header.tab_bets .nav-pills > li > a {
  color: #000000;
  padding: 0px 10px;
  /* border-radius: 5px; */
  /* border: solid 1px #f6a21e; */
}

.mod-header.tab_bets .nav-pills > li.active > a {
  background: white;
  /* border: 1px solid #7f8c92; */
  border-radius: 3px;
}

li.nav-item.full-screen a {
  padding: 3px 10px !important;
}

.mod-header .bat_counter {
  color: #000000;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

.mod-header button {
  color: #171515;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffb80c;
  border: solid 1px #ffb80c;
  border-radius: 13px;
  padding: 0px 6px;
  font-size: 13px;
}

.mod-header button i {
  color: #e2eaf0;
}

.bet-slip-box {
  color: #1e1e1e;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  float: left;
}

.bet_head {
  align-items: flex-start;
  padding: 3px;
  font-weight: bold;
  font-size: 13px;
}

.close_btn {
  float: right;
  color: #da161d;
  font-size: 15px;
  cursor: pointer;
}

.bet-box_inner {
  padding: 5px;
  width: 100%;
  float: left;
  background-color: white;
}

.profits,
.losss {
  width: 50%;
  float: left;
}

.profit_loss-head,
.inner-bet-section {
  width: 100%;
  float: left;
}

.oddds-stake-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oddds-stake-box .items {
  padding: 0px 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*bet-controll-btn*/

.closebtn span {
  font-size: 25px;
  border-radius: 3px;
  padding: 0px 15px;
}

.slider-menu-back p {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.button-wrapper {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  left: -19px;
  top: 16px;
}

.bet-box_inner .form-group {
  margin-bottom: 5px;
}

button.step-up {
  border-radius: 0 3px 0 0;
}

button.step-up {
  border-radius: 0 3px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-stack {
  position: relative;
}

.quantity input,
.quantity-stack input {
  height: 35px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: relative;
  height: 35px;
  width: 100%;
}

.plus_btn {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 11px;
}

.quantity-button.quantity-up {
  top: 0;
  position: absolute;
  cursor: pointer;
  padding: 9px 6px;
  color: #8e8e8e;
  border-top: transparent;
  border-bottom: transparent;
  border-left: solid 1px #f6a21e;
  background: #f6a21e;
}

.quantity-button.quantity-down {
  top: 0;
  position: absolute;
  cursor: pointer;
  padding: 9px 6px;
  color: #8e8e8e;
  border-top: transparent;
  border-bottom: transparent;
  border-left: transparent;
  border-right: solid 1px #f6a21e;
  background: #f6a21e;
}

.inc.plus_btn {
  right: 24px;
}

.dec.plus_btn {
  left: 0;
}

/*bet-controll-btn*/

.bet-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25em 0px;
}

.brt_btn {
  width: 23%;
  padding: 0px;
  margin: 1px 2px;
  flex: auto;
}

.bet-btns button {
  font-size: 12px;
  text-align: center;
  margin-right: 1em;
  width: 100%;
  color: rgb(255 255 255);
  cursor: pointer;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1e8067;
  border-image: initial;
  background: #1e8067;
  font-weight: bold;
  /* border-radius: 4px; */
}

.bet-box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bet-box-footer .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 2px;
  /* font-weight: bold; */
  /* border-radius: 20px; */
}

.bet-box-footer .place-bet {
  border-color: gainsboro;
  color: black;
  background: rgb(163, 160, 160);
  /* border-radius: 50px; */
  height: 43px;
}

.bet-box-footer .cancle-bet {
  border-color: gray;
  color: black;
  height: 43px;
  /* background: gainsboro; */
  /* border-radius: 50px; */
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fadf00 !important;
}

.item.items svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
  display: block;
  animation: shadowSlide 2s infinite;
  animation-fill-mode: both;
  transform: translate3d(0, 0, 0);
}

@keyframes shadowSlide {
  0%,
  100%,
  50% {
    text-shadow: 0 0 50px rgba(155, 105, 0, 0), 0 0 50px transparent,
      0 0 5px rgba(181, 123, 0, 0);
    fill: #ffd109;
  }

  25% {
    text-shadow: 0 0 54px #ffcf68, 0 0 50px rgba(0, 0, 0, 0.21),
      0 0 5px rgba(181, 123, 0, 0.39);
    fill: #fff;
  }
}

.owl-theme .owl-controls .owl-page span {
  border: 1px solid #fadf00 !important;
}

.market-listing-table > thead > tr > th.title img {
  margin-left: 10px;
  cursor: pointer;
}

.strt-time {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px 15px;
  background: #1e8067;
  color: #fff;
  font-size: 10px;
  border-bottom: 1px solid #57646b;
  /* border-left: 3px solid #f8db4f; */
}

.odds-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  border-bottom: 1px solid #373e42;
}

.match_status span.going_inplay {
  background: #fff;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
}

.book-loadfancy-btn .btn-primary {
  font-weight: 600;
  border-color: #ffb80c !important;
  background: #ffb80c !important;
  color: #000 !important;
  padding: 5px 15px;
  border-radius: 20px;
}

span.match-name-team {
  width: 100%;
}

.bet_mob {
  display: flex;
  align-items: center;
  padding: 1px 6px;
  /* background: gainsboro; */
  color: #000;
  /* border-bottom: 1px solid #373e42; */
}

.maxminstake {
  flex-grow: 1;
  /* font-weight: 600; */
  font-size: 11px;
}

.player-draw {
  width: 100px;
}

.player-draw {
  width: 100px;
  color: #fff;
}

.odds_rows {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid gainsboro;
  position: relative;
}
.main-border {
  border: 1px solid gainsboro;
  /* padding: 4px; */
}

.w-56 {
  width: 58px;
  text-align: center;
  /* font-weight: 600; */
  font-size: 11px;
}

.events_odds {
  flex-grow: 1;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.odds_group {
  display: flex;
  position: relative;
}

.horce-pop-team .fas {
  margin-right: 5px;
}

/*.odds_value{color:#fff !important;}*/

.betting-blue:nth-child(1),
.betting-blue:nth-child(2) {
  background: #a7d8fd;
  color: #43444a;
}

.betting-pink {
  background: #f9c9d4 !important;
  color: #43444a;
}

.mark-back {
  /* background: #1e8067 !important; */
}

.mark-lay {
  background: #ffa4b9 !important;
  height: 55px;
}

.match-tittle img {
  width: 20px;
  margin-left: 5px;
}

.match-tittle span {
  /* font-weight: 700; */
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketTitle .match-name-team {
  font-size: 16px;
  /* font-weight: 700; */
  text-align: justify;
}

span.inplay_txt {
  color: #ffb80c;
  font-weight: 500;
  padding-left: 5px;
}

.partner_logo {
  border-top: 1px solid #606060;
  text-align: center;
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.partner_logo img {
  margin: 30px 15px;
}

.market-listing-table thead tr th.title span {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0px 3px;
  border-left: solid 1px #c2ddf3;
}

.no_border {
  border-left: transparent !important;
  margin-left: 10px;
  font-weight: normal;
}

.no_border a {
  margin: 3px 6px;
  display: inline-block;
}

.sm-nav .left-side {
  width: 60px;
}

.sm-nav .left-side .mob-hide {
  display: none;
}

.sm-nav .left-side .dropdown-toggle {
  text-align: center;
  font-size: 10px;
  padding: 8px 3px;
}

.sm-nav .left-side .match_count {
  display: none;
}

.stack_input_field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
ion-icon.md.hydrated {
  font-size: 20px;
  margin: 0px 0px !important;
}
ion-icon.decreament.md.hydrated {
  background: #1e8067;
  padding: 7px 8px;
  color: white;
  /* font-size: 12px;
    font-weight: 600; */
}
.stack_input_field .form-control[disabled] {
  background-color: transparent;
}

.stack_input_field input {
  text-align: center;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #fff;
  background-image: none;
  border: 1px solid gainsboro;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: hidden;
}

.plus_btns,
.minus_btns {
  display: none;
}

.sub_heading_tabel {
  background-color: #e2eaf0;
  color: #3b5160;
  padding: 10px;
  width: 100%;
  float: left;
}

.filter_page {
  background: #fff;
  width: 100%;
  float: left;
}

#mstruserid {
  width: 100%;
  float: left;
}

.search_btn {
  background: #ffb80c;
  color: #000;
  border-radius: 0px;
  padding: 7px 7px;
  border: none;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.number_pegination {
  margin: 10px 0px;
  color: #000;
}

.form-horizontal input,
.form-horizontal select {
  border-radius: 0px;
  border: 1px solid;
}

.usersech input {
  width: 85%;
  float: left;
  border-radius: 0px;
}

.footer-usersech {
  width: 15% !important;
  float: right;
  border-radius: 0px;
  position: relative;
}

.icon-mobile {
  display: none;
}

.cls-sort {
  color: #000000;
}

.toggle-star i {
  color: #186cb4;
}

.inpsize {
  width: 60px;
  text-align: center;
}

.paging_simple_numbers {
  display: block;
  float: left;
  margin: 10px 0px;
}

.paginate_button.current {
  color: #000 !important;
}

.paginate_button {
  background: #3b5160;
  border-radius: 3px;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff !important;
  border: solid 1px #3b5160;
}

.paginate_button:hover {
  color: #fff;
}

#userListForm {
  float: right;
  width: 100%;
}

#accordion .link {
  color: #ffffff;
  padding: 5px;
  background: linear-gradient(to bottom, #00549e, #1c75bc);
}

#accordion .link i {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.self-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px;
}

#cssmenu .nav > li > a:focus,
#cssmenu .nav > li > a:hover {
  background: transparent;
}

.select_account {
  padding: 2px;
}

.bootstrap-datetimepicker-widget {
  background:
        /*#fad72c*/ #fff;
  color: #333;
}

.m-bg i {
  float: right;
}

.deskaction {
  width: 200px;
  display: inline-block;
}

.runner-name {
  width: 40px;
}

.se_no {
  width: 10px;
}

.checkboxs {
  margin: 15px 0px;
  width: 100%;
  /* float: left; */
}

.tabel-scroll-1 {
  position: relative;
  width: 100%;
  float: left;
}

.open-toggle,
.closebtn {
  display: none;
}

.featured-box ul {
  margin: 0;
  padding: 0px;
}

/* #tv-box-popup{ width:350px;height: 250px;} */

#tv-box-popup video {
  width: 100% !important;
  height: 100% !important;
}

#tv-box-popup ul {
  width: 100% !important;
  height: 100% !important;
}

.controls {
  width: 100% !important;
}

.select-tv {
  position: relative;
}

.select-tv-ico img {
  width: 25px;
}

.tv-btn.activeTv {
  background-color: #ffe66c !important;
  color: #fff;
  border-color: #ffe66c !important;
}

.tv-btn {
  border-radius: 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #e2eaf0 !important;
  border: solid 1px #e2e2e2 !important;
  border-radius: 30px;
  color: #000 !important;
  font-weight: bold;
}

.controls {
  background: rgba(0, 0, 0, 0.5) !important;
}

.featured-box {
  width: 100%;
  float: left;
}

.book_position-btn {
  float: right;
}

.delate-icon {
  width: 15px;
}

/*popup-css*/

.close {
  color: #fff;
  opacity: 9;
}

.close i {
  color: #fff;
}

.modal-content {
  /* border-radius: 15px; */
  margin-top: 16rem;
  /* height: 34rem; */
  width: 100%;
  float: left;
}

.modal-content .bets-table {
  color: #fff;
}

.modal-content .modal-body {
  width: 100%;
  float: left;
  padding: 5px;
  padding: 20px;
  background: #1e8067;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal-content .col-md-12.form-group {
  float: right;
}

.col-md-12.row {
  margin: 8px 0px;
}

.modal-dialog .table_tittle #tital_change {
  color: #fff;
}

.title_popup {
  background: #f6a21e;
  color: #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}

.modal-content label {
  color: #000;
}

.modal-content input {
  border-radius: 0px;
  border-bottom: 1px solid #f4d821;
}

.account_boxs tr th {
  color: #000;
}

.fancy_bets table {
  margin-bottom: 0px;
}

.fancy_bets {
  overflow: hidden;
  overflow-x: scroll;
  background: #fff;
}

.fancy_bets td {
  font-weight: bold;
  color: #000;
  font-size: 11px;
}

.fancy_bets .mark-lay {
  background: #faa9ba;
}

.fancy_bets .mark-back {
  background: #72bbef;
}

#UserAccountInfo .modal-content {
  background: #fff;
}

#UserAccountInfo .modal-content label,
#UserAccountInfo .account_boxs tr th {
  color: #000;
}

.btn-info {
  color: #ffffff;
  /* background-color:#1e8067; */
  /* border-color:#1e8067; */
  padding: 0px 6px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 11px;
  text-transform: lowercase !important;
  /* display: none; */
}

.btn-info.focus,
.btn-info:focus {
  color: #ffb80c;
  background-color: transparent;
  border-color: #ffb80c;
  outline: none;
}

.btn-info:hover {
  color: #ffb80c;
  background-color: transparent;
  border-color: #ffb80c;
}

/*popup-css*/

/*on-off-button*/

.view_icon {
  background: #fad701;
  color: #000;
  padding: 7px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}

.toggle-label {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0px;
  border: 1px solid #808080;
  margin-right: 5px;
  float: left;
}

.toggle-label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.toggle-label input[type="checkbox"]:checked + .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00a651;
  /*green*/
}

.toggle-label input[type="checkbox"] + .back {
  background: #ed1c24;
  transition: background 150ms linear;
  height: 100%;
  width: 50%;
}

.toggle-label input[type="checkbox"]:checked + .back .toggle {
  display: block;
  position: absolute;
  content: " ";
  background: #fff;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
  border: 1px solid #808080;
  border-radius: 0;
}

.toggle-label input[type="checkbox"] + .back .toggle {
  margin-right: 30px;
  position: absolute;
  background: #3b5160;
  height: 100%;
  width: 50%;
}

.toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  color: #000;
  line-height: 23px;
  text-align: center;
  font-size: 10px;
}

.toggle-label .label.on {
  right: 0px;
}

.toggle-label .label.off {
  left: 0px;
}

.toggle-label input[type="checkbox"]:checked + .back .label.on {
  color: #fff;
}

.toggle-label input[type="checkbox"] + .back .label.off {
  color: #fff;
}

.toggle-label input[type="checkbox"]:checked + .back .label.off {
  color: #000;
}

/*on-off-button*/

/*custom-input-file*/

.fileContainer {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
  background: #2c3235 url(../images/select-file-icon.jpg) 0px center no-repeat;
  color: #fff;
  padding: 6px 15px 6px 45px;
  border-radius: 4px;
  background-size: 32px;
  width: 100%;
  border: 1px solid #383d40;
}

.fileContainer [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.custom_label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

/*custom-inpit-file*/

/*custom-checkbox*/

.Checkbox {
  width: 20px;
  height: 20px;
  position: relative;
}

.Checkbox > * {
  position: absolute;
}

.Checkbox-visible {
  border: 1px solid gray;
  width: 16px;
  height: 16px;
  margin: 2px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.Checkbox > input {
  z-index: 1;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translatex(-50%) translatey(-50%);
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.Checkbox > input:checked + .Checkbox-visible {
  background: #59cb59;
  border-color: #59cb59;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxNCAxNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+d2hpdGU8L3RpdGxlPjxwYXRoIGQ9J001LjM3OCAxMS4zN0wyIDcuNTlsMS40MzgtMS4yODZMNS4zNzQgOC40N2w1LjE4NS01Ljg0TDEyIDMuOTFsLTYuNjIyIDcuNDYnIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}

.Checkbox > input:hover + .Checkbox-visible {
  border-color: #cccccc;
}

.Checkbox > input:hover:checked + .Checkbox-visible {
  border-color: #0ca750;
}

.Checkbox > input:focus + .Checkbox-visible {
  border-color: #59cb59;
}

.checkbox input[type="checkbox"] {
  margin-left: inherit !important;
}

/*custom-checkbox*/

/*custom-radio-button*/

.radio {
  margin: 0.5rem;
  display: inline-block;
}

.radio-label {
  font-weight: bold !important;
  padding-left: 0px !important;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #1c72b9;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #1c72b9;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/*custom-radio-button*/

.green_table {
  padding-right: 5px;
}

.red_table {
  padding-left: 5px;
}

.widget .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.widget .table {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  font-size: 12px;
}

.widget.widget-table .table {
  margin-bottom: 0;
  border: none;
}

.widget.widget-table .widget-content {
  padding: 0;
}

.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  float: left;
}

.widget .widget-content {
  padding: 20px 15px 15px;
  background: #fff;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.widget .widget-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, #00549e, #1c75bc);
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white,
    inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.widget thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.widget .widget-header h3 {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  margin-top: 0px;
}

.widget .widget-header h3 img {
  width: 25px;
}

.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}

.widget .table-striped tfoot {
  background: linear-gradient(to bottom, #00549e, #1c75bc);
  color: #fff;
  font-weight: bold;
}

.widget .acco a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  font-size: 11px;
  font-weight: bold;
}

.accountste .form-horizontal .btn-success,
.accountste .form-horizontal .btn-danger {
  width: 31%;
}

.chip_history .form-horizontal .btn-success,
.chip_history .form-horizontal .btn-danger {
  width: 24%;
}

.profit_loss .form-horizontal .btn-success,
.profit_loss .form-horizontal .btn-danger {
  width: 31%;
}

.match-check {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  float: left;
}

.online_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-online-btn img {
  width: 20px;
}

/*fancy*/

.eventdesign {
  border-bottom: 3px solid #3b5160;
}

.eventdesign span {
  text-transform: capitalize;
  margin: 0px 5px;
}

.design {
  color: #fff;
  background: #3b5160;
  padding: 2px 20px 2px 5px;
  display: inline-block;
  width: auto;
  border-top-right-radius: 10px;
  font-size: 14px;
}

/* .fancybox{width:100%;float:left;} */

.fancy-table {
  /* margin-top: 10px; */
  width: 100%;
  float: left;
}

.fancy-heads,
.fancy-rows {
  width: 100%;
  float: left;
  /* background-color: #f6a21e; */
  position: relative;
  font-size: 12px;
  /* background: gainsboro; */
}

.show-toggle i {
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
}

.show-toggle.collapsed i {
  transform: rotate(180deg);
}

.fancy-heads .event-sports strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #1a6f38;
  padding: 9px 10px;
  width: auto;
  border-top-right-radius: 10px;
  font-size: 14px;
}

.fancy-rows {
  background: #fff;
  border: 1px solid gainsboro;
  /* border-top: none; */
}

.event-sports {
  float: left;
  width: calc(100% - 260px);
  padding: 5px;
  color: black;
}

.fancy-exp {
  color: #f00;
  /* font-size: 13px; */
  margin-left: 18px;
  /* display: none; */
  /* font-weight: bold; */
}

.empty-div {
  width: 8%;
  float: left;
}

.event-sports button {
  float: right !important;
  margin: 2px 5px;
  text-transform: capitalize;
}

.fancy_buttone .bet-button {
  margin: 1px;
  border-radius: 0px;
  padding: 5px 0px;
  height: 38px;
  /* width: 66px; */
}

.fancy-backs {
  padding: 5px;
  font-size: 12px;
  width: 66px;
  float: left;
  color: #000;
  text-align: center;
  background-color: #72bbef;
  cursor: pointer;
  position: relative;
}

.eventdesign img {
  margin: 0px 10px;
}

.fancy-lays {
  padding: 5px;
  font-size: 12px;
  width: 66px;
  float: left;
  color: #000;
  background-color: #faa9ba;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.fancy_buttons {
  width: 63px;
  float: left;
  text-align: center;
  position: relative;
}

.fancy_buttone {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}

.fancy_div {
  width: 126px;
  float: left;
  text-align: center;
  position: relative;
}

.event-sports-name {
  margin-top: 10px;
  /* padding: 0px 10px; */
  padding-left: 5px;
}

.ball-running-msg h1 {
  margin-top: 12%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.head-yes,
.head-no {
  width: 100% !important;
  /* color: #ffffff; */
  background: transparent;
  border: transparent !important;
}

.ball-running-msg {
  background: #fff;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #000;
  padding: 3px 0px;
  right: 0;
  height: 100%;
  font-weight: bold;
  border-radius: 5px;
}

.min-max-mobile {
  display: none;
}

.fancy-stake {
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  margin-top: 17px;
  margin-left: 15px;
  display: inline-block;
  color: #fff;
}

.min-max-mobile img {
  width: 15px;
}

.fancyTouch {
  display: none;
}

.size span {
  font-size: 9px;
}

/*fancy*/

.betting-pink h6,
.betting-blue h6 {
  background: #fff;
  opacity: 0.7;
  text-align: center;
  width: 117px;
  position: absolute;
  top: 0;
  color: #000;
  right: 0;
  height: 100%;
  line-height: 43px;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
  border-radius: 6px;
  margin: 0 auto;
  left: 0;
}

.m-bg span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f6a21e;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0px 5px 5px 0px;
  font-size: 10px;
  line-height: 18px;
}

.account_boxs {
  border: solid 1px #ddd;
  width: 100%;
  float: left;
  margin: 5px 0px;
}

.account_boxs .form-inline .form-group {
  margin: 5px 0px;
}

.account_boxs .form-inline .form-control {
  border-radius: 0px;
}

.account_boxs .btn {
  float: right;
}

.yello {
  background: #ecff4c !important;
}

.yellov {
  background: #ecff4c !important;
}

/***odds-change-animaton-start***/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s; */
}

/*score-box-css*/

/*loader-css-start*/

.spinner {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 11px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.report-loader .spinner {
  display: block !important;
  z-index: 999;
}

.report-loader:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #525452;
  margin: 0 auto;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  top: 0%;
  right: 0%;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.lds-dual-ring {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  position: relative;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*loader-css-end*/

.alert-danger,
.alert-success {
  width: 100%;
  float: left;
}

#MatchUnMatchBetaData .mark-lay.content_user_table {
  background: #faa9ba;
}

#MatchUnMatchBetaData .mark-back.content_user_table {
  background: #72bbef;
  height: 55px;
}

#MatchUnMatchBetaData .mark-lay.content_user_table td,
#MatchUnMatchBetaData .mark-back.content_user_table td {
  font-weight: 600;
  color: white;
  border: 1px solid;
}

#matchListClone ul {
  margin-bottom: 0px;
}

#matchListClone ul li {
  margin: 5px 0px;
  cursor: pointer;
  text-align: center;
  width: 50%;
  margin: 4px auto;
  font-weight: bold;
  color: #000;
}

#matchListClone ul li:hover {
  background: #c2ddf3;
}

.profit_loss-head .stack_input_field {
  display: inline-block;
}

.profit_loss-head {
  display: flex;
}

.profit_loss-head .items {
  flex: 1;
  margin-left: 5px;
}

.account-tittle {
  background-color: rgb(40, 146, 78);
  width: 100%;
  display: block;
  color: #fff;
  padding: 5px;
}

.Hyper,
.Super,
.Master {
  font-size: 10px;
}

.full-screen {
  float: right !important;
  background: #f6a21e;
}

.full-screen i {
  color: #ccc;
  font-size: 22px;
}

.coloredTable .mark-lay.content_user_table {
  background: #faa9ba;
}

.coloredTable .mark-back.content_user_table {
  background: #72bbef;
}

.coloredTable .mark-lay.content_user_table td,
.coloredTable .mark-back.content_user_table td {
  font-weight: 600;
  color: #000;
}

.bettoggle {
  display: none;
  color: #fff;
}

.notification {
  width: auto;
}

.runner-width {
  border: transparent !important;
}

.mobile-belance {
  display: none;
}

.in_play {
  font-weight: normal;
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
  /* background: linear-gradient(to top, #30ac28 0%, #2eae23 100%); */
  /* padding: 4px 15px; */
  border-radius: 20px;
  text-transform: uppercase;
}

.round-status {
  background: #c02323;
  font-size: 13px;
  border-radius: 16px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  text-align: center;
  height: 20px;
  margin: 0px 2px;
  font-weight: 500;
}

.teenpattis img {
  width: 100%;
}

.match-content iframe {
  width: 100%;
}

.match-content iframe video {
  width: 100% !important;
  left: 0;
  margin: 0 auto;
  height: 100% !important;
}

.teenpatti-row {
  width: 100%;
  float: left;
}

.teenpatti-row .patti-ammount {
  background: transparent;
}

.suspended-msg {
  background: #fff;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 1px;
  color: #000;
  padding: 3px 0px;
  right: 0;
  height: 100%;
}

.result_content {
  width: 100%;
  float: left;
}

.result_content ul {
  padding: 0px;
}

.result_content ul li {
  background: #fad72c;
  color: #000;
  border-radius: 100%;
  height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  margin: 5px;
  font-weight: bold;
  border: solid 1px #575757;
}

.patti-tittle {
  display: flex;
}

.patti-tittle div {
  flex: 1;
}

.btn_palynow {
  -webkit-transform: rotate(37deg);
  transform: rotate(40deg);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #142740;
  background-color: #fad72c;
  text-transform: uppercase;
  padding: 12px 100px;
  position: absolute;
  right: -102px;
  top: 10px;
  transition: 0.5s;
  display: none;
}

.items-teenpatti a:hover .btn_palynow {
  display: block !important;
}

.items-teenpatti {
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}

.modal-content ol {
  padding: 3px 3px 3px 30px;
}

.modal-content ol li {
  color: #000;
  list-style: decimal;
  font-size: 12px;
  padding: 5px 0px;
}

.world-cup-rules {
  width: 800px;
}

.world-cup-rules .table_tittle {
  padding: 9px;
  font-size: 22px;
  text-align: center;
}

.world-cup-rules .table_tittle i {
  color: #e2eaf0;
}

.world-cup-rules .rules-list {
  font-size: 16px;
  padding: 15px 10px;
  color: #fff;
}

.world-cup-rules .rules-list li {
  color: #000;
  margin: 0px 20px;
  font-size: 14px;
  padding: 2px 0px;
  position: relative;
}

.world-cup-rules .rules-list li:before {
  background: url(../images/sport-sprite.png) 0 -833px no-repeat;
  margin: 0 5px 0 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  content: "";
  position: absolute;
  left: -27px;
  top: 5px;
}

.world-cup-rules .modal-content {
  /*background: url(../images/worldcup-popup-bg.jpg)no-repeat;background-position:center center;*/
}

.world-cup-rules .rules-list p {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.mobilemarque {
  display: none;
}

.mobilemarque marquee {
  color: #ffffff;
}

.balancewallet {
  text-align: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.balancewallet a {
  color: #fff;
  margin: 0px 15px;
  display: block;
  text-align: left;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td {
  color: #393933;
}

label {
  color: #000;
}

#update_gen_val td {
  color: #3b5160;
}

strong.paginate_button {
  background: #e2eaf0;
  border-color: #e2eaf0;
  color: #3b5160 !important;
}

.bootbox-confirm .modal-body .close {
  color: #000;
  opacity: 9;
}

.bootbox-confirm .modal-body .bootbox-body {
  color: #3b5160;
}

/* 
footer {
    display: none;
    position: fixed;
    bottom: 0;
    background: #3b5160;
    width: 100%;
    padding: 3px 0px;
    text-align: center;
    z-index: 99;
} */

.bootbox-confirm .modal-body {
  padding: 15px;
}

/*** CRICKET CASINO **/

#casinolist ul {
  padding: 0;
}

#casinolist ul li {
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
  background: linear-gradient(to right, #2c5364, #203a43, #0f2027);
  position: relative;
}

#casinolist ul li:before {
  background-color: #fff;
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 5px;
  top: 16px;
}

#casinolist ul li a {
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
  padding: 10px 4px 10px 17px;
  cursor: pointer;
  display: block;
}

.market_rate {
  float: right;
  font-size: 13px;
  font-weight: normal;
}

.casino-heading {
  float: left;
  width: 100%;
  background: #000000;
  color: #fff;
  padding: 0px 9px;
}

.casino-heading h6 {
  font-size: 14px;
  font-weight: bold;
}

.numbers {
  float: left;
  width: 100%;
  margin-top: 5%;
}

.numbers .value-button {
  display: block;
  border: 1px solid #ddd;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 0px;
  flex: 1;
  background: #0f2027;
  background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
  background: linear-gradient(to right, #2c5364, #203a43, #0f2027);
  background: -webkit-linear-gradient(to right, #f5af19, #f12711);
  background: linear-gradient(to right, #f5af19, #f12711);
  color: #fff;
}

.numbers .value-button:hover {
  cursor: pointer;
}

.numbers form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.numbers form {
  display: flex;
  align-items: center;
}

.numbers input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  flex: 1;
  font-size: 130px;
  line-height: 0;
  color: #f12f11;
  cursor: pointer;
}

.numbers input[type="number"]::-webkit-inner-spin-button,
.numbers input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** CRICKET CASINO END**/

.betsound-btn {
  background: #e2eaf0;
  color: #000;
  border-radius: 24px;
  padding: 2px 6px;
}

.match-box {
}

.match-odds-tittle {
}

.odds-item {
}

.lable-item {
  display: block;
  font-size: 14px !important;
}

.tab_bets {
  margin-bottom: 0px;
}

.betdata {
  position: relative;
}

/* 
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
} */

/*login css end*/

.teenpatti-row {
  width: 100%;
  float: left;
}

.teenpatti-row .patti-ammount {
  background: transparent;
}

.suspended-msg {
  background: #fff;
  opacity: 0.7;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 1px;
  color: #000;
  padding: 3px 0px;
  right: 0;
  height: 100%;
}

.header_teenpatti {
  width: 100%;
  background: #054146;
  padding: 10px;
  float: left;
}

.game_name,
.round_no,
.timer_game {
  float: left;
  color: #fff;
  font-size: 14px;
}

.round_no {
  margin-left: 10px;
  color: #0dd7e8;
}

.timer_game {
  float: right;
}

.game_video {
  width: 100%;
  float: left;
}

.game_result {
  width: 100%;
  float: left;
}

.game_result h2 {
  width: 100%;
  background: #054146;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  float: left;
}

.result_content {
  width: 100%;
  float: left;
  padding: 5px 0px;
}

.result_content ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  float: right;
}

.result_content ul li {
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 9px;
  background: #bbb;
  color: #000;
  margin-right: 10px;
  float: left;
  padding: 0px 10px;
  font-size: 14px;
}

.team_name p {
  color: #000;
}

.team_name .runner_amount {
  color: #000;
}

.teenpatti_data .team_name {
  color: #000;
  font-weight: bold;
}

.border_teenpatti {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.teenpatti_data {
  width: 100%;
  float: left;
  position: relative;
}

.team_name {
  width: 60%;
  float: left;
}

.team_lay_value .size {
  margin: 5px 0px;
  width: 100%;
  float: left;
}

.team_lay_value {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
  color: #000;
}

.team_back_value {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
}

.team_lay_value strong {
  height: 15px;
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.team_back_value strong {
  height: 15px;
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.team_lay_value .size span {
  width: 100%;
  float: left;
  font-size: 10px;
  font-weight: normal;
}

.team_back_value .size span {
  width: 100%;
  float: left;
  font-size: 10px;
  font-weight: normal;
}

.layhead {
  background: #329ae7;
}

.backhead {
  background: #f77791;
}

.teenpatti_data .suspended-msg {
  line-height: 39px;
  font-size: 16px;
  font-weight: bold;
}

.amountint {
  width: 35px;
  padding-left: 5px;
  float: left;
}

.qtyplus {
  padding: 0 5px;
  height: 18px;
  border-radius: 0;
  float: left;
  border-left: 0;
  line-height: 14px;
}

.qtyminus {
  padding: 0px 5px;
  height: 18px;
  /* FLOAT: left; */
  float: left;
  border-radius: 0;
  border-right: 0;
  line-height: 14px;
}

#playStopButton {
  height: 30px;
  width: 70px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  color: black;
  background-color: lightsteelblue;
  outline: none;
  cursor: pointer;
}

.teenpatti_rows .div-figure {
  flex: 1;
  margin: 10px;
}

.div-figure img {
  width: 100%;
}

.teenpatti_rows {
  display: flex;
}

/*teenpatti-result-css*/

.patti_results .modal-header {
  padding: 10px;
  font-size: 20px;
}

.patti_results .close {
  color: #000 !important;
  font-size: 40px;
  line-height: 0;
  margin-top: 11px;
}

.paati_boxs {
  text-align: center;
  border-right: solid 1px #ddd;
  padding: 5px 0px;
  margin: 10px 0px;
}

.paati_boxs h6 {
  font-size: 18px;
}

.result_btn {
  cursor: pointer;
}

.card-Img-box img {
  width: 40px;
  margin: 0 auto;
}

.winner-team {
  background: #28a745;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 10px auto;
}

.id_result {
  text-align: center;
}

.id_result h2 {
  font-weight: normal;
  font-size: 25px;
}

.patti_results .modal-content {
  width: 100%;
  float: left;
}

.game_video {
  position: relative;
}

.player-cardbox {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 135px;
  padding: 10px;
  color: #fff;
  z-index: 1;
}

.player-cardbox p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2px;
}

.player-cardbox ul {
  padding: 0px;
  display: flex;
}

.player-cardbox ul .card-item {
  background: #fff;
  padding: 3px;
  margin-left: 5px;
  flex: 1;
  float: left;
  list-style: none;
  height: 40px;
  color: #000;
}

.player-cardbox ul .card-item img {
  width: 100%;
}

.player-cardbox ul .card-item:first-child {
  margin-left: 0px;
}

.view_result_btn {
  color: #fff;
}

/*teenpatti-result-css*/
.market-div {
  background: black;
}
.marketTitle {
  /* background: #292525; */
  color: #fff;
  height: 100%;
  padding: 7px 0px;
  font-size: 15px;
  position: relative;
  /* border-bottom: 1px solid #5a656b; */
  text-align: center;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-score {
  background: #1e8067;
  display: flex;
  justify-content: space-around;
  color: white;
  align-items: center;
  padding: 6px 0px;
  /* margin-top: 4px; */
}
.strt-timematch {
  display: contents;
}
.live-one {
  /* border-bottom: 2px solid #f8de0d; */
  width: 50%;
}
.live-two {
  width: 50%;
  /* border-bottom: 1px solid; */
  text-align: center;
}
.live-one ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.marketTitle svg {
  width: 18px;
  height: 18px;
  /* fill: #fadf00; */
}

.marketTitle .btn.btn-xs.btn-danger {
  position: absolute;
  right: 30px;
  top: 3px;
}

.blinking {
  animation: blinkingText 0.8s infinite;
}

#remoteVideo {
  width: 100% !important;
  height: 200px !important;
}

@keyframes blinkingText {
  0% {
    color: #c2e884;
  }

  20% {
    color: #c2e884;
  }

  40% {
    color: #ff7f00;
  }

  60% {
    color: #ff7f00;
  }

  80% {
    color: #36cb3b;
  }

  100% {
    color: #36cb3b;
  }
}

@keyframes blinkingHoverText {
  0% {
    color: red;
  }

  20% {
    color: red;
  }

  40% {
    color: #08c;
  }

  60% {
    color: #08c;
  }

  80% {
    color: #000;
  }

  100% {
    color: #000;
  }
}

@keyframes blinkingHoverWhite {
  0% {
    color: red;
  }

  20% {
    color: red;
  }

  40% {
    color: #ff0;
  }

  60% {
    color: #ff0;
  }

  80% {
    color: blue;
  }

  100% {
    color: blue;
  }
}

.live-tv-icons,
.live-tv-icon {
  display: none;
}

.betslip-tittle {
  width: 100%;
  float: left;
  background: #28924e;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
}

.betslip-tittle button {
  float: right;
  background: #f6c028;
  color: #000;
  border: transparent;
  border-radius: 10px;
  padding: 0px 10px;
}

/*gameslide*/

.owl-game {
  margin-bottom: 15px;
  /* border-bottom: 1px solid #373e42; */
}

.owl-wrapper {
  display: flex;
}

.owl-game .owl-item {
  flex: 1;
}

.owl-game .items {
  margin: 0px 8px;
  background-color: #f6a21e;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  border-radius: 50px;
  border: solid 1px #585858;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.casinoowl p {
  color: #d0d0d0;
  text-align: center;
  margin-top: 7px;
  font-weight: normal;
}

.casinoowl .owl-pagination {
  display: none;
}

.casinoowl .owl-buttons {
  display: none;
}

.owl-game .items.Binary {
  background: #f6a21e;
}

.owl-game .items.Binary p {
  color: #fff;
}

.owl-game .items.Binary .swing {
  background: #f3bc27;
  color: #000;
}

.owl-game .items img {
  width: 50px !important;
  margin: 0 auto;
}

.owl-game .items p {
  color: #e0e0e0;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 2px 0px;
}

.swing {
  animation: swing ease-in-out 0.5s infinite alternate;
  transform-origin: center -20px;
  background: red;
  font-size: 13px;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 0 7px 1px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: relative;
  display: block;
}

.cumming-btn {
  background: #34495e;
  font-size: 10px;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 0 7px 1px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  position: relative;
  display: block;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: block !important;
  border-radius: 50% !important;
  height: 36px;
  text-align: center;
  cursor: pointer;
  color: #2980b9;
  width: 36px;
  opacity: 9 !important;
}

.owl-prev {
  left: -1rem;
  background: #fff url(../images/games-img/right-errow.png) no-repeat !important;
  background-size: cover;
}

.owl-next {
  right: -1rem;
  background: #fff url(../images/games-img/left-errow.png) no-repeat !important;
  background-size: cover;
}

.owl-pagination {
  display: none;
}

.modal-dialog.lg {
  width: 98%;
  margin: 10px auto;
}

.modal-dialog.lg .modal-header {
  border-bottom: transparent;
  background: rgb(226, 180, 82);
  background: linear-gradient(
    90deg,
    rgba(226, 180, 82, 1) 0%,
    rgba(218, 188, 76, 1) 19%,
    rgba(243, 227, 139, 1) 50%,
    rgba(226, 180, 82, 1) 80%,
    rgba(218, 188, 76, 1) 100%
  );
  padding: 5px;
}

.modal-dialog.lg .modal-header .close {
  background: black;
  height: 25px;
  width: 25px;
}

.modal-dialog.lg .modal-body {
  background: rgb(226, 180, 82);
  background: linear-gradient(
    90deg,
    rgba(226, 180, 82, 1) 0%,
    rgba(218, 188, 76, 1) 19%,
    rgba(243, 227, 139, 1) 50%,
    rgba(226, 180, 82, 1) 80%,
    rgba(218, 188, 76, 1) 100%
  );
}

.home-banner {
  background: url(../images/load-popup.jpg);
  text-align: center;
  position: relative;
  display: block;
  max-height: 90vh;
  background-position: center;
  height: 90vh;
  width: 100%;
  background-size: cover;
  background: cover;
  background-color: #fff;
  background-repeat: no-repeat;
}

/*gameslide*/

.overlay-table {
  background: rgba(0, 0, 0, 0.49);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 3px 0px;
  right: 0;
  height: 100%;
  line-height: 116px;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
  left: 0;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tv-box-popup {
  position: fixed;
  z-index: 99999;
  background-color: #f1f1f1;
  text-align: center;
  top: 20%;
  left: 13%;
}

.select-tv {
  background-color: #232323;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-tv span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.tv-btn.activeTv {
  background: #da3d4b;
  color: #000;
  width: 100%;
}

.controls {
  background: #232323 !important;
  width: 100% !important;
}

#tv-box-popupheader {
  cursor: move;
  z-index: 10;
  width: 350px;
  height: 260px;
}

#tv-box-popupheader iframe {
  width: 100%;
  margin: 0px;
  border: transparent;
}

#close {
  position: absolute;
  background: #ef333f;
  height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  right: -11px;
  top: -11px;
  font-size: 16px;
}

.select-tv button {
  padding: 5px 14px;
  border: transparent;
  background: #c99d1e;
}

/*horse-element*/

.team-details {
  width: 100%;
  float: left;
}

.odds_value {
  font-weight: bold;
  display: none;
}

.bracket-score {
  width: 3%;
  float: left;
  text-align: center;
}

.horse-icon-img {
  width: 4%;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 24px;
  margin: 3px 5px;
  border: 1px solid #efefef;
}

.horse-icon-img img {
  width: 100%;
}

.jockey_name {
  font-weight: 200;
}

.horce_popup {
  display: none;
}

.horce-pop-team {
  cursor: pointer;
}

.horce_popup {
  position: absolute;
  background: #f6a21e;
  width: 160px;
  border: solid 1px #777777;
  z-index: 999;
  padding: 5px;
  left: 53px;
  text-transform: capitalize;
  font-weight: bold;
  /* box-shadow: 0px -1px 11px 5px #ddd; */
  display: none;
  top: 50px;
}

.horce_popup h6 {
  font-size: 14px;
  margin: 2px;
  font-weight: 600;
}

.horce-pop-team:hover .horce_popup {
  display: block;
}

@media (max-width: 767px) {
  #tvPlayer {
    height: 230px !important;
  }

  .balanceContainer {
    display: flex !important;
    /* width: 13rem; */
    text-align: center;
    position: absolute;
    /* left: 207px; */
    right: 20px;
    top: 5px;
    /* height: 46px; */
    /* padding-left: 5px; */
    border-radius: 5px;
    justify-content: center;
    font-weight: 100;
    /* border: 1px solid #96a3b5; */
  }
  .balanceContainer {
    top: 8px !important;
  }
  .balance button {
    margin-left: 4px;
    background-color: white;
  }
  .balance a {
    color: black !important;
  }
  .deposit-btn a {
    color: black !important;
  }
  .deposit-btn button {
    background: #f4d821;
  }
  .balanceContainer button {
    height: 41px;
    width: 75px;
    border: none;
    line-height: normal !important;
    font-size: 12px;
    /* background: red; */
  }
  .match_names {
    width: 36%;
    padding-left: 5px;
  }
  .table-flex {
    display: flex;
    width: 45%;
  }
  .bracket-score {
    width: 10%;
  }

  .horse-icon-img {
    width: 18%;
  }

  .horce-pop-team {
    width: auto;
    margin-left: 10px;
  }

  .bars {
    display: block;
    float: right;
    position: relative;
    right: auto;
    /* top: 5px; */
  }

  .headerlogo:after {
    display: none;
  }

  .headerlogo:before {
    display: none;
  }

  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    overflow: scroll;
    height: 100vh;
    /* padding: 10px; */
    background-color: white;
  }

  .page-wrapper.chiller-theme.toggled {
    padding: 0;
  }

  .sidebar-wrapper {
    width: 0;
    position: fixed;
  }

  .main-inner {
    padding: 0;
  }

  .notification {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bettoggle {
    display: block;
  }

  .headerlogo {
    width: 50px;
    text-align: center;
    position: absolute;
    left: 36px;
    top: auto;
    margin: auto;
  }

  .logo img {
    margin-top: 20px;
    margin-left: 0px;
  }

  .owl-game .items {
    width: 55px;
    height: 55px;
  }

  .item.items svg {
    height: 30px;
    width: 30px;
  }

  .w-56 {
    display: none;
  }

  .player-draw {
    display: block;
    color: black;
  }

  .notification svg {
    fill: #ffffff;
    width: 25px;
    height: 25px;
  }

  /* .backbattingbox {line-height: 0;}
.laybettingbox {line-height: 0;} */
  .odds_rows {
    padding: 0px 0px;
  }

  .events_odds {
    padding: 0px 0px;
  }

  .closebtn33 {
    display: block !important;
  }

  .lazy-container-login {
    width: 95% !important;
  }

  .partner_logo {
    display: inherit;
    text-align: center;
    border-top: transparent;
    position: inherit;
  }

  .login_container {
    height: auto !important;
    display: inherit !important;
  }

  .partner_logo img {
    margin: 10px 15px;
  }
}

/*horse-element*/

/*score*/

.score_main {
  background: #303030;
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
}

.score_main .col {
  text-align: center;
}

.score_main .col img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(205deg)
    brightness(108%) contrast(101%);
  width: 50px;
}

.score_main .matchName {
  margin-bottom: 0px;
  font-weight: 500;
}

.currunt_sc {
  color: #2bcc20;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 25px;
}

.currunt_trget {
  display: block;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 20px;
  color: yellow;
}

.score_main .teamtype .active {
  filter: inherit;
}

.score_main .row {
  margin: 0px;
  padding: 10px 0px;
}

.score-over ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

.score-over ul li {
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  color: #000;
}

.score-over ul li:first-child {
  background: transparent;
  border-radius: inherit;
  color: #fff;
}

.w-color {
  background: #d00 !important;
  color: #fff !important;
}

/* .6-color {
    background: #2bcc20 !important;
    color: #fff !important;
} */

.score-over ul li p {
  margin-bottom: 0;
  font-size: 18px;
}

.score-over ul li span {
  display: block;
  text-align: center;
  font-size: 13px;
  width: 22px;
  line-height: 22px;
  /* border: dashed 1px #fff; */
  border-radius: 100%;
  font-weight: 600;
  height: 22px;
}

.score-over {
  overflow: hidden;
  border-radius: 5px;
  background: transparent;
}

.score-over-fter {
  color: #fff;
  z-index: 99;
  width: 100%;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
}

.over-status,
.commantry-status {
  flex: 1;
}

.matchScore .score_team {
  width: 100%;
  background: -webkit-linear-gradient(
    315deg,
    #303030 37%,
    #1e1e1e 0,
    #1e1e1e 50%,
    #303030 0,
    #303030 87%,
    #1e1e1e 0,
    #1e1e1e
  );
  background: linear-gradient(
    135deg,
    #303030 37%,
    #1e1e1e 0,
    #1e1e1e 50%,
    #303030 0,
    #303030 87%,
    #1e1e1e 0,
    #1e1e1e
  );
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
  color: #fff;
}

.soccer-line {
  border-bottom: 1px solid #454545;
  display: flex;
  align-items: center;
}

.home-runner {
  font-weight: bold;
  flex: 1;
  padding: 5px 10px;
}

.dot-cls {
  color: #0c0;
  float: right;
}

.ui-set-home,
.cell {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border-right: 1px solid #454545;
  /* display: flex; */
  padding: 5px 0px;
}

.points-item {
  position: relative;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #0c0;
  font-weight: 700;
  padding: 5px 0px;
}

.points-item span {
  position: absolute;
  width: 50p;
  left: 0;
  right: 0;
  bottom: -10px;
  font-size: 12px;
}

.current_set {
  background-color: #303030;
  text-align: center;
  color: #0c0;
  font-size: 13px;
  padding: 5px;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.score-compontent {
  display: flex;
  /* float: right; */
}

.description-sc {
  display: flex;
  float: right;
}

.cell {
  font-size: 10px;
  color: #9d9d9d;
  height: 35px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  text-transform: capitalize;
}

.points-sc {
  color: #0c0;
}

.soccer-socre {
  background: #303030;
  position: relative;
  color: #fff;
  width: 100%;
  background: -webkit-linear-gradient(
    315deg,
    #303030 37%,
    #1e1e1e 0,
    #1e1e1e 50%,
    #303030 0,
    #303030 87%,
    #1e1e1e 0,
    #1e1e1e
  );
  background: linear-gradient(
    135deg,
    #303030 37%,
    #1e1e1e 0,
    #1e1e1e 50%,
    #303030 0,
    #303030 87%,
    #1e1e1e 0,
    #1e1e1e
  );
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
}

.soccer-team-name {
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  padding: 10px;
  letter-spacing: 0.5px;
}

.soccer-team-goals {
  color: #0c0;
}

.score-team_events {
  font-size: 13px;
  font-weight: 600;
  margin: 0px;
}

.time-goal {
  text-align: center;
  margin: 0px;
  color: #00cc00;
}

.progress.progress-match {
  height: 5px;
  background: linear-gradient(0deg, #9c9c9c, #fff);
  flex: 1;
  margin-left: 10px;
}

.progress.progress-match:first-child {
  margin-left: 0px;
}

.soccer-team-progress {
  display: flex;
  padding: 15px 10px;
  border-top: solid 1px #989898;
  background-color: #303030;
  position: relative;
}

.progress-match .progress-bar {
  width: 50%;
  background: linear-gradient(0deg, #087d0e, #0c0);
  -ms-filter: progid: dximagetransform.microsoft.gradient(startColorstr="#0c0", endColorstr="#087d0e", GradientType=0);
  position: relative;
}

.time-elapsed {
  padding-bottom: 5px;
}

.score-footer {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 10px 15px;
  background: #1e1e1e;
}

.item-score {
  flex: 1;
}

.item-score ul {
  margin-bottom: 0px;
  padding: 0px;
  flex-grow: 1;
}

.item-score ul li {
  margin-right: 5px;
}

.item-score ul li img,
.bollerstatus img {
  height: 18px;
  width: 18px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(255deg)
    brightness(110%) contrast(102%);
  margin-right: 5px;
}

.item-score ul li.active {
  color: #2bcc20;
}

.batsman {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #score-board .modal-dialog{margin:0px;} */

#score-board .modal-header {
  background: #00b489;
  border-radius: 0px;
  border-bottom: transparent;
  color: #fff;
}

#score-board .modal-content {
  border-radius: 0px;
}

#score-board .modal-body {
  padding: 0px;
}

#score-board .modal-content::-webkit-scrollbar {
  width: 0px;
}

#score-board .modal-content::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#score-board .modal-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

.score-btn {
  padding: 0;
  display: none;
  margin: 5px auto;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  border: none;
  align-items: center;
  background: #fff;
}

.board-text {
  padding: 2px 5px;
}

.board-icon {
  background: yellow;
  padding: 3px;
  display: flex;
}

.score-btn img {
  width: 20px !important;
  filter: inherit !important;
}

.Goal {
  background: transparent url(../images/spritescore_.png) no-repeat 0 -1542px;
  width: 12px;
  height: 13px;
  margin-left: -6px;
  top: -10px;
}

.Goal.bottom {
  top: 4px;
}

.YellowCard.top {
  top: -10px;
}

.YellowCard {
  background: transparent url(../images/spritescore_.png) no-repeat 0 -1512px;
  top: 4px;
}

.YellowCard {
  width: 10px;
  height: 12px;
  margin-left: -5px;
}

.YellowCard,
.Goal {
  width: 10px;
  height: 12px;
  float: left;
  clear: left;
  position: absolute;
}

.timeline {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.soccer-team-progress .progress {
  overflow: inherit;
}

.score-tooltip {
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  opacity: 0;
  color: #1e1e1e;
  padding: 3px;
  display: flex;
}

.score-tooltip .Goal {
  top: 0;
  margin-right: 15px;
}

.timeline span:hover .score-tooltip {
  opacity: 1;
}

.target-score .currunt_sc,
.target-score .currunt_over {
  display: block;
}

/*score*/

.tv-setting-box .tv-boxes {
  width: 100% !important;
}

.tv-setting-box {
  border: solid 2px #f6a21e;
  margin-bottom: 20px;
}

.tv-setting-box .panel-heading {
  background: #f6a21e;
  color: #fff;
}

.tv-save-btn {
  margin: 40px;
  padding: 4px 50px;
  font-size: 20px;
}

.save-button {
  text-align: center;
}

.click-tv .tv-icons {
  width: 30px;
}

.fancy_message {
  color: red;
  display: none;
}

/*game-provider-tabs-css*/

.game-provider-tabs .tab-content {
  padding-top: 20px;
}

.game-provider-tabs .nav-tabs li a {
  color: #fff;
  padding: 5px;
  border: none;
}

.game-provider-tabs .nav-tabs li {
  display: flex;
  align-items: center;
  padding: 5px;
}

.game-provider-tabs .nav-tabs li input {
  margin: 0px;
}

.game-provider-tabs .nav-tabs > li.active > a,
.game-provider-tabs .nav-tabs > li.active > a:focus,
.game-provider-tabs .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: #ff7b25;
}

.dream-boxes {
  background: url(../images/bg-dream-casion.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border: solid 2px #fff;
  border-radius: 2px;
  position: relative;
  height: 300px;
  /*height: 240px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dream-boxes img {
  width: 100%;
  height: 100%;
}

.dream-boxes a {
  font-family: "Aclonica", sans-serif;
  /* padding: 90px 10px; */
  color: #fff;
  display: flex;
  font-size: 35px;
  text-shadow: 2px 3px 4px #ff21b0;
  height: 100%;
  font-weight: bold;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.dream-boxes .block_game {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  z-index: 999;
}

.carousel-inner {
  /* margin-bottom: 15px; */
}

.carousel-inner img {
  width: 100%;
}

.side-bar-thumb img {
  width: 100%;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slick {
  position: relative;
  overflow: hidden;
}

.slick .item {
  float: left;
  background-color: green;
  text-align: center;
}

.slick .item img {
  display: block;
  margin: 0 auto;
}

.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
}

.slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}

.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-arrow {
  display: none !important;
}

.slick-arrow {
  position: absolute;
  top: 48%;
  z-index: 1;
  width: 15px;
  height: 30px;
  font-size: 0;
  background-size: 100% 100%;
}

table thead {
  background: #1e8067;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.custom-check div {
  float: left;
  color: #fff;
  background-color: #fff;
}

.clock2digit {
  max-width: 300px;
  bottom: -25px;
  position: absolute !important;
  right: -37px;
  width: auto !important;
  transform: scale(0.6);
  top: auto;
}

.video-overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  left: 0;
  content: "";
  top: 0;
  padding: 5px;
}

.video-overlay.right {
  right: 0;
  left: auto;
  text-align: right;
}

.video-overlay h3 {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.video-overlay .card-inner {
  margin-bottom: 5px;
}

.video-overlay img {
  width: 20px;
  height: auto;
  margin-right: 2px;
  margin-left: 2px;
}

.text-white {
  color: white;
}

/* @media (pointer: coarse) {
    .video-overlay .card-inner {
        margin-bottom: 2px;
    }
    .video-overlay h3 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 2px;
        text-transform: uppercase;
    }
    .video-overlay img {
        width: 25px;
        height: auto;
        margin-right: 2px;
        margin-left: 2px;
    }
} */

.ball-runs.playera {
  background: #355e3b;
  color: #ff4500;
}

.ball-runs.playerb {
  background: #355e3b;
  color: #ffff33;
}

.ball-runs.playerc {
  background: #355e3b;
  color: #08c;
}

.result-image img,
.player-type img,
.sixplayer-image img,
.andar-bahar-image {
  width: 50px;
}

.nrow {
  display: flex;
  justify-content: center;
}

.br1 {
  border-right: 1px solid #bfbfbf;
}

.winner-icon i {
  font-size: 26px;
  box-shadow: 0 0 0 var(--secondary-bg);
  -webkit-animation: winnerbox 2s infinite;
  animation: winnerbox 1.5s infinite;
  border-radius: 50%;
  color: #169733;
}

@-webkit-keyframes winnerbox {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(29, 127, 30, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 127, 30, 0);
  }
}

.ball-runs {
  background: #08c;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: inline-block;
  /* line-height: 20px; */
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.betting-pink h6,
.betting-blue h6 {
  /* background: #fff;
    opacity: 0.7;
    text-align: center;
    width: 117px;
    position: absolute;
    top: 0;
    color: #000;
    right: 0;
    height: 100%;
    line-height: 43px;
    font-size: 15px;
    font-weight: bold;
    z-index: 0;
    border-radius: 6px;
    margin: 0 auto;
    left: 0; */

  background: rgba(0, 0, 0, 0.6);
  color: #ff0000;
  /* opacity: 0.7; */
  text-align: center;
  width: 136px;
  position: absolute;
  top: 0;
  /* color: #000; */
  right: 0;
  height: 100%;
  line-height: 43px;
  font-size: 12px;
  font-weight: 900;
  z-index: 1;
  border-radius: 6px;
  margin: 0 auto;
  left: 10;
  text-transform: capitalize;
}

.fancy_buttone h6 {
  background: rgba(0, 0, 0, 0.6);
  color: #ff0000;
  /* opacity: 0.7; */
  text-align: center;
  width: 136px;
  position: absolute;
  top: 0;
  /* color: #000; */
  right: 0;
  height: 100%;
  line-height: 43px;
  font-size: 12px;
  font-weight: 900;
  z-index: 1;
  border-radius: 6px;
  margin: 0 auto;
  left: 10;
  text-transform: capitalize;

  /* width: 136px;
    position: absolute;
    right: 1px;
    text-align: center;
    z-index: 1;
    color: #ff0000;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 900;
    font-size: 12px;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    font-weight: 600;
    text-transform: capitalize; */
}

[data-value] {
  color: green;
}

[data-value^="-"] {
  color: red;
}

.blue_button {
  background: #d3e89c;
  border: transparent;
  padding: 7px 10px;
  border: solid 1px #d3e89c;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #33b85f;
  border-color: #33b85f;
  text-decoration: none;
}

.red_button {
  padding: 7px 10px;
  color: #232323;
  display: inline-block;
  text-align: center;
  background: #d3e89c;
  border: solid 1px #d3e89c;
  text-decoration: none;
  border-radius: 5px;
}

.right_col {
  min-height: auto !important;
}

.title_popup {
  width: 100%;
  display: inline-block;
  background: #232323;
  padding: 5px 10px;
  color: #fff;
  float: left;
}

.modal .blue_button {
  background: #d3e89c;
  color: #000;
  border: transparent;
  padding: 10px 20px;
  border-radius: 3px;
}

.modal .red_button {
  background: #d3e89c;
  color: #000;
  border: transparent;
  padding: 10px 20px;
  border-radius: 3px;
}

.content_popup {
  display: inline-block;
  width: 100%;
}

.popup_form_row {
  display: inline-block;
  width: 100%;
  float: left;
}

.popup_col_1 {
  width: 10%;
  float: left;
  padding: 5px 5px;
}

.popup_col_3 {
  width: 30%;
  float: left;
  padding: 5px 5px;
}

.popup_col_4 {
  width: 32%;
  float: left;
  padding: 5px 10px;
}

.popup_col_6 {
  width: 50%;
  float: left;
  padding: 5px 10px;
}

.popup_col_12 {
  width: 100%;
  float: left;
}

.block_2 {
  width: 25%;
  float: left;
  padding: 5px 10px;
  position: relative;
}

.popup_col_2 {
  width: 15%;
  float: left;
  padding: 5px 5px;
  position: relative;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.table-scroll p {
  display: inline-block;
  float: left;
  font-weight: 500;
  color: #000;
}

.table-scroll table {
  width: 100% !important;
  /* margin-bottom: 0px; */
  height: auto;
}

.table-scroll {
  overflow: scroll;
  margin: 0 auto;
}

/*loader-css-start*/

.spinner {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 11px;
  position: fixed;
  left: 50%;
  display: none;
  top: 50%;
  z-index: 10000;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.report-loader .spinner {
  display: block !important;
  z-index: 999;
}

.report-loader:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.loader {
  position: absolute;
  top: 0%;
  right: 0%;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 34px 100px 34px 115px;
}

.loader-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.loader-inner.box1 {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #f88e1f;
}

.loader-inner.box2 {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #f88e1f;
}

.loader-inner.box3 {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #f88e1f;
}

@keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #afb763;
  margin: 0 auto;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*loader-css-end*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5 em;
  padding: 0px !important;
  margin-left: 0px !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
  color: #333;
  border: 1 px solid transparent;
  border-radius: 2 px;
}

.paginate_button {
  margin-right: 0px !important;
}

.plus {
  color: green;
}

.minus {
  color: red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid black; */
  -webkit-box-shadow: 0 0 0px 1000px #1e8067 inset;
  /* -webkit-text-fill-color: black; */
  -webkit-box-shadow: 0 0 0px 1000px #1e8067 inset;
  /* transition: background-color 5000s ease-in-out 0s; */
}

.balanceContainer {
  display: none;
}

select {
  color: #000 !important;
}

input {
  color: #000 !important;
}

.runner_amount {
  /* font-weight: 600; */
  /* display: none; */
}

.yellow {
  background-color: rgba(246, 231, 54, 0.5) !important;
}

.pr-6 {
  padding-right: 6px;
}

.last-result {
  float: right;
}

.error {
  color: red !important;
  font-weight: 600;
}

/* @media (pointer :coarse) { */

@media only screen and (max-width: 600px) {
  footer {
    display: block !important;
  }
}

/* 
footer {
    background: #000;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    border-top: 0px solid #c18400;
    padding: 3px 0px;
    display: none;
    z-index: 11;
} */
/* 
footer ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

footer {
  content: "";
  background-image: radial-gradient(
    circle at 50% 3px,
    transparent 35px,
    #1e8067 35px
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 5px 0px;
  position: fixed;
}

.menu-links li.home_nav_icon_footer {
  position: absolute;
  height: 6rem;
  /* width: calc(18% - 5px); */
  width: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: #1e8067;
  border-radius: 50%;
}

.menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

footer img {
  width: 20px;
  margin: 0 auto;
  display: inherit;
  filter: invert(1);
}

footer .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

footer .item a {
  text-decoration: none;
}

footer .item a.active {
  /* background: #000; */
  /* background: linear-gradient(to top, #30ac28 0%, #2eae23 100%);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border: solid 1px #d9ecdf; */
}

footer .item a.active img {
  width: 35%;
  /* line-height: 82px; */
  display: block;
  /* margin-top: 4px; */
  filter: invert(1);
}

footer .item a span {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

.fanewfont {
  font-size: 21px !important;
  display: block !important;
  color: #fff;
}

footer .item .badge {
  /* color: black; */
  /* font-size: 14px; */
  /* padding: 1px 4px !important; */
}

.home_nav_icon_footer::before {
  /* content: ""; */
  position: absolute;
  top: -4.26667vw;
  width: 100%;
  height: 4.53333vw;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  background-image: url(/assets/app/homemenu.png);
}

.d-flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: baseline;
}

.action_icon a {
  margin-left: 12px;
}

.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 73px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 3px 4px 3px #999; */
  /* left: 15px; */
  right: 10px;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

.scorecard {
  background-color: #f2f2f2;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background-image: url("../images/scorecard-mobile-bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.team-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.container-fluid-5,
.container-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.container-fluid {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.score-inner {
  position: relative;
}

.text-right {
  text-align: right !important;
}

.ball-runs {
  background: #ffc21d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
}

.lock_lay_overlay {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  right: 0;
  width: 50% !important;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  color: #000;
  font-size: 27px;
  font-weight: bold;
  margin-top: 0px;
}

.lock_back_overlay {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  right: 50%;
  width: 50% !important;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  color: #000;
  font-size: 27px;
  font-weight: bold;
  margin-top: 0px;
}

.blinking_green {
  animation: 2s blink-green ease infinite;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #257b23 !important;
  background-color: #00ff00;
}

@keyframes blink-green {
  50% {
    transform: scale(1.25);
    /* opacity: 0 */
  }
  /* 100%   {
        transform: scale(1.5);
        opacity: 0
      } */
}

.home-animated:hover {
  color: #000;
}

.home-animated span:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radisu: 10px;
  background: linear-gradient(90deg, #fff400, #fff);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.home-animated span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #05fb33, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.home-animated span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ff7d88, #fff);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.home-animated span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(0deg, #05d8fb, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* 
    .home-animated {
    width: 71px;
    top: -25px;
    position: relative;
    padding: 3px 10px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px; 
    background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
    left: 8px;
    bottom: 7px;
    font-size: 9px;
    text-transform: uppercase;
    animation: zoom-in-zoom-out 1s ease-out infinite;
    } */
.home-animated {
  position: absolute;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  background: #a52b2a;
  right: 8px;
  bottom: 7px;
  font-size: 9px;
  text-transform: uppercase;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
.home-animateds:hover {
  color: #000;
}

.home-animateds span:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fbff00, #fff);
  animation: animate1 2s linear infinite;
}

.home-animateds span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #05fb33, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
.home-animateds span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ff7d88, #fff);
  animation: animate3 2s linear infinite;
}
.home-animateds span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(0deg, #05d8fb, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.home-animateds {
  position: absolute;
  padding: 3px 10px;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  background: #a52b2a !important;
  right: 23px;
  bottom: 7px;
  font-size: 9px !important;
  text-transform: uppercase;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
.header_css {
  background: #1e8067;
  height: 67px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px 10px 0px;
}

.rolling_button {
  position: relative;
  top: 5px;
  right: 69px;
}

.log-pass-div {
  margin-top: 28px;
  margin-right: -14px;
}

a.whatsapp_link {
  position: fixed;
  left: 4%;
  bottom: 50px;
  z-index: 99;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a.whatsapp_link img {
  width: 75px !important;
  animation: simple-scale 1s linear 1s infinite alternate;
  margin-top: 5rem;
  margin-right: 2rem;
}

a.whatsapp_link {
  position: fixed;
  left: 4%;
  bottom: 50px;
  z-index: 99;
}

a.whatsapp_link {
  position: fixed;
  left: 5%;
  bottom: 25px;
  z-index: 99;
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}

@keyframes simple-scale {
  100% {
    transform: scale(1.2);
  }
}

a.whatsapp_link img {
  width: 45px;
  animation: simple-scale 1s linear 1s infinite alternate;
}
.whtsp-icon {
  width: 45px;
}
.button-61:not(:disabled) {
  background-color: #f4d821;
  height: 40px;
  color: black !important;
  font-weight: 400;
  border-radius: 4px;
}

.button-61 {
  background-color: #fff;
  color: #b88831;
  align-items: center;
  appearance: none;
  /* border-radius: 4px; */
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px, rgba(0, 0, 0, 0.14) 0 2px 2px 0,
    rgba(0, 0, 0, 0.12) 0 1px 5px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.0892857em;
  line-height: normal;
  min-width: 64px;
  outline: none;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  /* text-transform: uppercase; */
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  will-change: transform, opacity;
}

.wrapper a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #000000;
  /* float: left; */
}

@media only screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .main-wrapper {
    width: 16%;
  }

  .main-content {
    width: 54.5rem;
    /* Adjusted width for iPad Mini */
    margin-left: 23rem;
    /* Adjusted margin for iPad Mini */
    margin-top: -102.5rem;
    /* Adjusted margin for iPad Mini */
  }
}

/* .rolling_awc_image {
    border-radius: 5px;
    width: 170px;
    height: 80px;
    margin: 2px 4px;
} */
.rolling_awc_image {
  border-radius: 5px;
  width: 175px;
  height: 36px;
  /* max-height: 36px; */
  margin: 2px 0px;
  /* aspect-ratio: 4; */
  object-fit: unset;
  /* background-size: cover; */
}
.rolling_awc_image_admin {
  border-radius: 5px;
  width: 110px;
  height: 60px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.img_setup {
  width: 178px;
  /* height: 60px; */
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (width: 820px) and (height: 1180px) {
  .main-content {
    width: 109.5rem;
    margin-left: 21rem;
    margin-top: -60.5rem;
  }
}

.sports_css {
  margin: 0 0 0px;
  margin-left: -9px;
}

.landing-footer-desktop {
  width: 100%;
  background: black;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}

.landing-footer-desktop__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}

.landing-footer-social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 50%;
}

@media (max-width: 767px) {
  .landing-footer-desktop__companies {
    flex-direction: column;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.icons_images_app {
  width: 43px;
  border-radius: 39px;
  margin-right: 10px;
}

.landing-footer-desktop__companies-info {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  padding: 17px;
  text-align: justify;
}

.landing-footer-desktop__companies-logos-rows-wrapper {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-row-gap: 11px;
  row-gap: 11px;
  padding: 16px 44px 0 73px;
  border-bottom: 1px solid #282828;
}

@media (max-width: 767px) {
  .landing-footer-desktop__companies-logos-row {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-column-gap: 11px;
    grid-row-gap: 31px;
    padding: 0px;
  }

  .landing-footer-desktop__companies-logos-row,
  .landing-footer-desktop__companies-logos-row.last {
    grid-template-columns: repeat(2, 1fr);
    /* grid-row-gap: 27px;
        grid-column-gap: unset; */
  }

  /* .landing-footer-desktop__companies-logos-rows-wrapper {
        grid-row-gap: 27px;
        padding: 0 2% 50px 10%;
    } */
}

/* .wrapper .btn {
    box-shadow: none;
    font-size: 18px;
    width: 100%;
    height: 40px;
    font-weight: 700;
    color: #000;
    border-radius: 25px;
    letter-spacing: 1.3px;
    background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
} */

.wrapper .form-field input {
  width: 100%;
  display: block;
  border: 1px solid white;
  outline: none;
  background: none;
  font-size: 1.2rem;
  color: white !important;
  padding: 10px 15px 10px 10px;
  /* border: 1px solid red; */
}
a.whatsapp_link.head-link.endcooki {
  margin-top: 30px;
}

.wrapper a {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  /* float: left; */
  font-weight: 500;
}

.user-card_boxs.boxs-left {
  width: 100%;
  height: 6rem;
  background: #a52b2a;
}

.user-card_boxs {
  /* border-radius: 5px; */
  /* margin-bottom: 20px; */
  padding: 1px 2px;
}

.image_logo_css {
  height: 25px;
  width: 150px;
  float: left;
  margin-left: 6px;
  margin-top: 2rem;
}
.welcome-banner-close {
  width: 100%;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  /* position: fixed; */
}
button.btn.btn-secondary.welcome-close-button {
  width: 100%;
  height: auto;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f) !important;
  display: flex;
  justify-content: flex-end;
}

.loader_cashout {
  position: absolute;
  top: 0%;
  right: 0%;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 34px 100px 34px 115px;
}

ul.match-btn li {
  display: flex;
  align-items: center;
}

.cash-out-container {
  padding: 5px;
  text-transform: uppercase;
  color: #000;
  border: none !important;
  background-color: #f4d821;
  font-size: 10px;
  border-radius: 2px;
  margin: 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.amount-container {
  background: #f4d821;
  padding: 4px 13px;
  border-radius: 2px;
  display: flex;
  margin-left: 25px;
}
input#checkbox {
  margin: 0px;
}
span.cashExposureAmount {
  margin-left: 4px;
}

/* Score card */
#data-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  text-align: center;
}
img.apk-img {
  width: 20px;
}

/* .tv-disable{
    pointer-events: none;
} */

button.close {
  position: absolute;
  right: 14px;
}

button.btn.btn-outline-primary.quick-amount {
  background: #f4d821;
  color: #000000;
}
.img_setup {
  width: 178px;
  /* height: 60px; */
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
