@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: #fff;
  color: #000;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.footer-image img {
  width: -webkit-fill-available;
}
.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;
}
@media (min-width: 768px) and (max-width: 2000px) {
  .profile-icon {
    display: none !important;
  }

  .main-content {
    width: -webkit-fill-available !important;
    display: block;
    justify-content: center;
    margin-left: 22rem;
  }

  a.closebtn33 {
    display: none;
  }

  .fancy-table {
    margin-top: 10px;
    width: -webkit-fill-available !important;
    float: left !important;
    margin-left: 0 !important;
  }

  .mod-header.tab_bets {
    padding: 5px;
    background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
    width: -webkit-fill-available !important;
    margin-top: 5px;
  }

  section.right-bet-content {
    width: -webkit-fill-available !important;
    position: absolute !important;
    left: 22rem !important;
  }

  .collapse.in {
    display: block;
  }

  .caards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 70% !important;
    padding: 10px;
    position: absolute;
    margin-left: 20rem;
  }
}

@media (min-width: 800px) and (max-width: 1441px) {
  .main-inner {
    display: flex;
    width: 100% !important;
  }

  .logo.headerlogo.mobile-logo {
    width: 150px;
    top: 54px !important;
  }

  .balanceContainer {
    position: relative;
    top: -14px !important;
  }

  .profile-icon {
    position: relative;
    top: -3px !important;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .main-content {
    width: 100%;
    display: flex;
    margin-top: 0 !important;
  }

  .detail-row {
    position: absolute;
    top: 64px;
    width: 70%;
  }

  .page-wrapper.chiller-theme.toggled {
    padding-right: 5px;
    position: absolute;
    left: 0;
  }
}

@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;
  }
}

@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_container {
  background-size: cover;
  height: 100vh;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_wrapper-bg {
  align-items: center;
  margin: 0;
  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 0;
  padding: 0;
}

.login_wrapper .form-control {
  display: block;
  width: 275px;
  height: 45px;
  margin-bottom: 10px;
  border: none;
  box-sizing: border-box;
  color: #c1c1c1;
  font-size: 15px;
  border-radius: 0;
}

.login_wrapper .user_input {
  background-size: 18px;
}

.login_ftrmy {
  background: #232323;
  border-radius: 0 0 8px 8px;
  text-align: center;
  padding: 20px 0;
  margin-top: 70px;
}

.button-groups {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.button-groups .btn {
  color: #000;
  width: 275px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.betfairlogo {
  margin: 15px 0;
}

.betfairlogo img {
  width: 30%;
}

.apk-btn img {
  width: 25%;
  float: right;
}

.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: 0 2px;
  height: 35px;
  width: 35px;
  padding: 0;
  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;
}

header {
  background: #010203;
  height: 70px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-inner {
  display: flex;
  padding: 5px 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.headerlogo {
  width: 185px;
  text-align: center;
  position: relative;
}

.headerlogo:before {
  background-color: #fff;
}

.form-control {
  color: #000 !important;
}

.bars {
  display: none;
}

.bars span svg {
  margin-top: 10px;
  margin-left: -12px;
  width: 28px;
  height: 25px;
  fill: #fff;
}

.notification {
  width: 75px;
  display: flex;
  align-items: center;
}

.w-50 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 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;
}

a.site_title.endcooki {
  font-size: 18px;
  color: #fff;
  display: block;
}

.sidebar-content {
  background-color: white;
  padding: 11px 0 10px;
  overflow-y: auto;
  position: relative;
}

.closebtn33 {
  position: absolute !important;
  top: -13px !important;
  right: 14px !important;
  color: #b88831 !important;
  font-size: 47px !important;
  z-index: 999 !important;
}

.logo img {
  width: 150px;
  height: 39px;
}

::-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;
  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: #ffffff;
}

.page-wrapper.toggled .sidebar-wrapper {
  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 {
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 0 11px 15px;
  color: #fff;
  border-bottom: 1px solid #b88831;
  background: white;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 5px 0;
}

.sidebar-wrapper .sidebar-submenu ul li a {
  padding: 10px 10px 10px 20px;
}

.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 {
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.user-card_box {
  border-radius: 5px;
  padding: 1px 2px;
}

.user_detial {
  position: relative;
  top: 0;
  text-align: center;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sidebar-content .boxs-left .user_detial .user-dummy {
  fill: #000;
}

.user-dummy {
  position: absolute;
  bottom: 8px;
  width: 50px;
  border-radius: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.userName {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: -6px;
}

.sidebar-content .user_bal {
}

.Wallet span {
  margin-bottom: 5px;
  display: block;
}

.sidebar-content .user_bal a {
  color: white;
  display: flex;
  justify-content: space-between;
  width: 75%;
  background: #b88831;
  padding: 10px 10px;
  margin: -6px 0;
  border-radius: 2px;
}

.user_bal {
  margin-bottom: 5px;
  border: 0;
  position: relative;
  border-radius: 5px;
  padding: 5px 0;
  line-height: 15px;
}

.sidebar-content .logout_btn {
  border: solid 1px #b88831;
  color: #000000;
  background: #c6c6c6;
}

.sidebar-content .logout_btn.active {
  font-weight: 700;
  padding: 5px 9px;
  color: #fff;
  background: #b88831;
  border-radius: 2px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.logout_btn {
  width: 90%;
  display: block;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  margin: 10px auto 10px auto;
  text-decoration: none;
}

.game-head {
  position: relative;
  background-color: #fff;
  color: #243a48;
  font-size: 13px;
}

.match-btn {
  /* justify-content: space-between; */
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

.match-btn li {
  position: relative;
}

.match-btn a i {
  margin: 0 5px;
}

.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: 0;
  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: #b88831;
}

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;
  font-size: 9px;
}

.horn {
  position: absolute;
  left: 13px;
  width: 29px;
  top: 5px;
}

.text-success {
  color: #3c763d !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: 0;
}

.user-online-btn {
  float: right;
  padding: 7px;
  background: rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #000;
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831) !important;
}

.form-group.divshift.w-50 small {
  color: #ffb80c;
  margin-top: 10px;
  display: block;
}

.form-control:focus {
  outline: none;
  border-color: #0000008f;
  box-shadow: none;
}

.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-primary {
  background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f) !important;
  border-color: #ffb80c;
  color: #000;
}

.table_tittle .btn-primary {
  background: #000000 !important;
  color: #fff !important;
  font-weight: bold;
  border-color: #000000 !important;
}

.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: 0;
  position: relative;
  width: 40%;
  border: none;
  text-align: left;
}

.right_user-menu .dropdown-menu {
  top: 164%;
  left: -100px;
  border-radius: 0;
  padding: 0;
}

.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: 0 0;
}

.wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: visible;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.page-wrapper.chiller-theme.toggled {
  padding-right: 5px;
}

.main-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

.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 0;
  height: 86vh;
}

.right-bet-content {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 14px;
  flex-shrink: 0;
  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: 0;
  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;
  width: 100%;
}

.left-side .nav-tabs > li > a {
  font-weight: bold;
  text-transform: capitalize !important;
  font-size: 18px;
  background: #e2eaf0;
  margin-right: 0;
  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: 0;
  border-radius: 0;
  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: 0;
  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: 0;
}

.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: #000;
  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 table {
  background: #fff;
  margin-bottom: 0;
  font-size: 12px;
  color: #393933;
}

.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: 4px 8px;
  color: #fff;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  font-weight: bold;
  margin-bottom: 10px;
}

.table_tittle a {
  color: #fff;
}

.table-responsive table tbody tr td a {
  font-size: 12px;
}

.match-content .form-horizontal {
  padding: 5px 0;
  width: 100%;
  float: left;
}

.filter_head {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.filter_head .form-group {
  margin-bottom: 0;
}

.tableheader {
  display: flex;
  align-items: center;
  color: #444444;
  font-weight: 700;
  font-size: 18px;
}

span.inplay-content_logo-icon {
  margin-right: 5px;
}

.tableheader .title {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.tableheader .title .tabicon svg {
  fill: #fff;
}

.tableheader .one {
  width: 120px;
  text-align: center;
}

.match_box {
  display: flex;
  padding: 5px 15px 15px 15px;
}

.matchtime {
  padding: 5px 15px 0 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: 55px;
  height: 25px;
  margin: 2px;
}

.back.betting-blue {
  flex: 1;
  text-align: center;
  background: #23313e;
  padding: 5px 15px;
  width: 55px;
  height: 25px;
  margin: 2px;
}

.size .ng-binding {
  font-size: 9px;
  padding: 5px 0;
  font-weight: bold;
  color: #43444a;
}

.backbattingbox .back.betting-blue {
  margin: 1px;
  border-radius: 4px;
  padding: 5px 0;
  height: 48px;
}

.laybettingbox .lay.betting-pink {
  margin: 1px;
  border-radius: 4px;
  padding: 5px 0;
  height: 48px;
}

.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;
}

.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 > 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: 0;
  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: 14px;
  color: #000;
  width: 100%;
}

.open_bets-table .event-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 66%;
  display: inline-block;
}

.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: 0;
}

.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), 0 1px 3px rgba(0, 0, 0, 0.18),
    inset 0px -3px 0 rgba(0, 0, 0, 0.35),
    inset 0 14px 14px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0 rgba(0, 0, 0, 0.35),
    inset 0 14px 14px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.18),
    inset 0px -3px 0 rgba(0, 0, 0, 0.35),
    inset 0 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;
  float: left;
}

.right-bet-content .mod-header {
  overflow: hidden;
  background: #59686f;
}

.mod-header.tab_bets {
  padding: 5px;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  width: 100%;
  margin-top: 5px;
}

.table-responsive p {
  color: #040404;
}

.mod-header.tab_bets .nav-pills > li > a {
  color: #ffffff;
  padding: 0 10px;
}

.mod-header.tab_bets .nav-pills > li.active > a {
  background: black;
  border-radius: 3px;
}

li.nav-item.full-screen a {
  padding: 3px 10px !important;
}

.mod-header .bat_counter {
  color: #ffffff;
  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: 0 6px;
  font-size: 13px;
}

.mod-header button i {
  color: #e2eaf0;
}

.bet-slip-box {
  color: #1e1e1e;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  float: left;
  position: absolute;
  z-index: 999;
}

.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;
}

.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: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.closebtn span {
  font-size: 25px;
  border-radius: 3px;
  padding: 0 15px;
}

.slider-menu-back p {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0;
}

.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-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25em 0;
}

.brt_btn {
  width: 23% !important;
  padding: 0;
  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: #b88831;
  border-image: initial;
  background: #b88831;
  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: 0 2px;
  font-weight: bold;
  border-radius: 20px;
}

.bet-box-footer .place-bet {
  background: green;
  color: white;
  border-radius: 50px;
}

.bet-box-footer .cancle-bet {
  color: white;
  background: red;
  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: 4px 15px;
  color: #000;
}

.odds-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
}

.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;
  background: #fff;
  color: #000;
}

.maxminstake {
  flex-grow: 1;
  width: 25%;
  font-size: 10px;
  padding-left: 20px;
}

.player-draw {
  width: 100px;
}

.player-draw {
  width: 100px;
  color: #fff;
}

.odds_rows {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}

.w-56 {
  width: 55px;
  text-align: center;
  font-weight: 600;
}

.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;
}

.betting-blue:nth-child(1),
.betting-blue:nth-child(2) {
  background: #b1e1ff !important;
  color: #43444a;
}

.betting-pink {
  background: #ffd5da !important;
  color: #43444a;
}

.mark-back {
  background: #b1e1ff !important;
}

.mark-lay {
  background: #ffd5da !important;
}

.match-tittle img {
  width: 20px;
}

.match-tittle span {
  font-weight: normal;
  font-size: 12px;
}

.marketTitle .match-name-team {
  font-weight: 500;
}

span.inplay_txt {
  color: #ffb80c;
  font-weight: 500;
  padding-left: 5px;
}

.partner_logo {
  border-top: 1px solid #606060;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.partner_logo img {
  margin: 30px 15px;
}

.market-listing-table thead tr th.title span {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0 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;
}

.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 #f6a21e;
  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: 0;
  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 0;
  color: #000;
}

.form-horizontal input,
.form-horizontal select {
  border-radius: 0;
}

.usersech input {
  width: 85%;
  float: left;
  border-radius: 0;
}

.footer-usersech {
  width: 15% !important;
  float: right;
  border-radius: 0;
  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 0;
}

.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: #fff;
  color: #333;
}

.m-bg i {
  float: right;
}

.deskaction {
  width: 200px;
  display: inline-block;
}

.runner-name {
  width: 40px;
}

.se_no {
  width: 10px;
}

.checkboxs {
  width: 100%;
}

.tabel-scroll-1 {
  position: relative;
  width: 100%;
  float: left;
}

.open-toggle,
.closebtn {
  display: none;
}

.featured-box ul {
  margin: 0;
  padding: 0;
}

#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: 0;
  -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;
}

.close {
  color: #fff;
  opacity: 9;
}

.close i {
  color: #fff;
}

.modal-content {
  border-radius: 15px;
  height: 100vh;
  width: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content .bets-table {
  color: #fff;
}

.modal-content .col-md-12.form-group {
  float: right;
}

.col-md-12.row {
  margin: 8px 0;
}

.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: 0;
}

.account_boxs tr th {
  color: #000;
}

.fancy_bets table {
  margin-bottom: 0;
}

.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: #a52b2a;
  border-color: #a52b2a;
}

.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;
}

.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: 0;
  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;
}

.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: 0;
}

.toggle-label .label.off {
  left: 0;
}

.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;
}

.fileContainer {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
  background: #2c3235 url(../images/select-file-icon.jpg) 0 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;
}

.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;
}

.radio {
  margin: 0.5rem;
  display: inline-block;
}

.radio-label {
  font-weight: bold !important;
  padding-left: 0 !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;
}

.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: 0;
}

.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;
}

.eventdesign {
  border-bottom: 3px solid #3b5160;
}

.eventdesign span {
  text-transform: capitalize;
  margin: 0 5px;
}

.design {
  color: #fff;
  background: #3b5160;
  padding: 2px 20px 2px 5px;
  display: inline-block;
  width: auto;
  border-top-right-radius: 10px;
  font-size: 14px;
}

.fancy-table {
  margin-top: 10px;
  width: 100%;
  float: left;
}

.fancy-heads,
.fancy-rows {
  width: 100%;
  position: relative;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  display: flex;
  align-items: center;
}

.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-top: none;
}

.event-sports {
  float: left;
  width: calc(100% - 260px);
  padding: 5px;
  color: #fff;
}

.fancy-exp {
  color: #f00;
  font-size: 13px;
  margin-left: 18px;
  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;
  padding: 7px;
  height: 40px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.fancy-backs {
  padding: 5px;
  font-size: 14px;
  width: 48%;
  float: left;
  color: #000;
  text-align: center;
  background-color: #72bbef;
  cursor: pointer;
  position: relative;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.eventdesign img {
  margin: 0 10px;
}

.fancy-lays {
  padding: 5px;
  font-size: 14px;
  width: 48%;
  float: left;
  color: #000;
  background-color: #faa9ba;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.fancy_buttons {
  width: 63px;
  float: left;
  text-align: center;
  position: relative;
}

.fancy_buttone {
  width: 100%;
}

.fancy_div {
  width: 126px;
  float: left;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.event-sports-name {
  margin-top: 10px;
  padding: 0 10px;
}

.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 0;
  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: 10px;
}

.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: 0 5px 5px 0;
  font-size: 10px;
  line-height: 18px;
}

.account_boxs {
  border: solid 1px #ddd;
  width: 100%;
  float: left;
  margin: 5px 0;
}

.account_boxs .form-inline .form-group {
  margin: 5px 0;
}

.account_boxs .form-inline .form-control {
  border-radius: 0;
}

.account_boxs .btn {
  float: right;
}

.yello {
  background: #ecff4c !important;
}

.yellov {
  background: #ecff4c !important;
}

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 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.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);
  }
}

.alert-danger,
.alert-success {
  width: 100%;
  float: left;
}

#MatchUnMatchBetaData .mark-lay.content_user_table {
  background: #faa9ba;
}

#MatchUnMatchBetaData .mark-back.content_user_table {
  background: #72bbef;
}

#MatchUnMatchBetaData .mark-lay.content_user_table td,
#MatchUnMatchBetaData .mark-back.content_user_table td {
  font-weight: 600;
  color: #000;
}

#matchListClone ul {
  margin-bottom: 0;
}

#matchListClone ul li {
  margin: 5px 0;
  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;
  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: 0 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 0;
  right: 0;
  height: 100%;
}

.result_content {
  width: 100%;
  float: left;
}

.result_content ul {
  padding: 0;
}

.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 0;
}

.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: 0 20px;
  font-size: 14px;
  padding: 2px 0;
  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 {
}

.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: 0 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;
}

.bootbox-confirm .modal-body {
  padding: 15px;
}

#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: 0 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: 0;
  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 0;
  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: 0;
  padding: 0;
}

.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: 0;
  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;
}

.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: 0;
}

.betdata {
  position: relative;
}

.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 0;
  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: 0;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  float: left;
}

.result_content {
  width: 100%;
  float: left;
  padding: 5px 0;
}

.result_content ul {
  padding: 0;
  margin: 0;
  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: 0 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 0;
  width: 100%;
  float: left;
}

.team_lay_value {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  color: #000;
}

.team_back_value {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}

.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: 0 5px;
  height: 18px;
  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;
}

.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 0;
  margin: 10px 0;
}

.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: 0;
  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: 0;
}

.view_result_btn {
  color: #fff;
}

.marketTitle {
  margin: 1px 0;
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  padding: 7px 0;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  color: #000;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketTitle::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  position: absolute;
  left: -10px;
  top: 0;
  transform: skew(339deg);
}

.marketTitle::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  position: absolute;
  right: -10px;
  top: 0;
  transform: skew(-339deg);
}

.marketTitle svg {
  width: 20px;
  height: 13px;
  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: 0 10px;
}

.owl-game {
  margin-bottom: 15px;
}

.owl-wrapper {
  display: flex;
}

.owl-game .owl-item {
  flex: 1;
}

.owl-game .items {
  margin: 0 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: 0;
  padding: 2px 0;
}

.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;
}

.overlay-table {
  background: rgba(0, 0, 0, 0.49);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 3px 0;
  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: 0;
  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;
}

.team-details {
  width: 100%;
  float: left;
}

.odds_value {
  font-weight: bold;
}

.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;
  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: block !important;
    text-align: left;
    position: absolute;
    right: 50px;
    top: 5px;
    border-radius: 5px;
    font-weight: bold;
  }

  .match_names {
    width: 100%;
  }

  .bracket-score {
    width: 10%;
  }

  .horse-icon-img {
    width: 18%;
  }

  .horce-pop-team {
    width: auto;
  }

  .bars {
    display: block;
    float: right;
    position: relative;
    right: auto;
  }

  .headerlogo:after {
    display: none;
  }

  .headerlogo:before {
    display: none;
  }

  .page-wrapper.toggled .sidebar-wrapper {
    right: 0;
    overflow: scroll;
    height: 100vh;
  }

  .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: 0;
  }

  .owl-game .items {
    width: 55px;
    height: 55px;
  }

  .item.items svg {
    height: 30px;
    width: 30px;
  }

  .w-56 {
    display: none;
  }

  .player-draw {
    display: block;
  }

  .notification svg {
    fill: #ffffff;
    width: 25px;
    height: 25px;
  }

  .events_odds {
    padding: 0 5px;
  }

  .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;
  }
}

.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: 0;
  font-weight: 500;
}

.currunt_sc {
  color: #2bcc20;
  font-weight: bold;
  margin-bottom: 0;
  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: 0;
  padding: 10px 0;
}

.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;
}

.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-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: 0 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;
  padding: 5px 0;
}

.points-item {
  position: relative;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #0c0;
  font-weight: 700;
  padding: 5px 0;
}

.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;
}

.description-sc {
  display: flex;
  float: right;
}

.cell {
  font-size: 10px;
  color: #9d9d9d;
  height: 35px;
  padding: 0;
  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: 0;
}

.time-goal {
  text-align: center;
  margin: 0;
  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: 0;
}

.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: 0;
  padding: 0;
  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-header {
  background: #00b489;
  border-radius: 0;
  border-bottom: transparent;
  color: #fff;
}

#score-board .modal-content {
  border-radius: 0;
}

#score-board .modal-body {
  padding: 0;
}

#score-board .modal-content::-webkit-scrollbar {
  width: 0;
}

#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;
}

.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;
}

.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: 0;
}

.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;
  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;
  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 {
}

.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: #000000;
  color: #b88831;
  font-weight: bold;
  font-size: 13px;
  width: 232px !important;
}

.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;
}

.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;
  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;
}

.fancy_buttone h6 {
  background: #fff;
  opacity: 0.7;
  text-align: center;
  width: 164px;
  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;
}

[data-value] {
  color: green;
}

[data-value^="-"] {
  color: red;
}

.blue_button {
  background: #d3e89c;
  border: transparent;
  padding: 7px 9px;
  border: solid 1px #d3e89c;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}

.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: #980000;
  border: solid 1px #980000;
  text-decoration: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}

.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: 0;
  margin-left: 0;
  background: white;
  border-radius: 10px;
}

.table-scroll p {
  display: inline-block;
  float: left;
  font-weight: 500;
  color: #000;
}

.table-scroll table {
  width: 100% !important;
  margin-bottom: 0;
}

.table-scroll {
  overflow: scroll;
  margin: 0 auto;
}

.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);
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5 em;
  padding: 0 !important;
  margin-left: 0 !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: 0 !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 {
  -webkit-box-shadow: 0 0 0 1000px black inset;
}

.balanceContainer {
  display: none;
}

select {
  color: #000 !important;
}

input {
  color: #000 !important;
}

.runner_amount {
  font-weight: 600;
}

.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 only screen and (max-width: 600px) {
  footer {
    display: block !important;
  }
}

footer {
  content: "";
  background-image: radial-gradient(
    circle at 50% 3px,
    transparent 35px,
    #292525 35px
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 5px 0;
  position: fixed;
}

.menu-links li.home_nav_icon_footer {
  position: absolute;
  height: 6rem;
  width: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: #000;
  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;
}

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 {
}

footer .item a.active img {
  width: auto;
  display: block;
  height: 18px;
}

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 {
  font-size: 14px;
  font-weight: bold;
}

.home_nav_icon_footer::before {
  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;
  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: 0;
}

.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: 0;
}

.blinking_green {
  animation: 2s blink-green ease infinite;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #00ff00;
}

@keyframes blink-green {
  50% {
    transform: scale(1.25);
  }
}

.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 {
  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 {
  height: 65px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.rolling_button {
  position: relative;
  top: 5px;
  right: 69px;
}

.log-pass-div {
  right: 8px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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;
  animation: simple-scale 1s linear 1s infinite alternate;
}

a.whatsapp_link {
  position: fixed;
  left: 4%;
  bottom: 50px;
  z-index: 99;
}

a.whatsapp_link {
  position: fixed;
  left: 4%;
  bottom: 50px;
  z-index: 99;
}

@keyframes simple-scale {
  100% {
    transform: scale(1.2);
  }
}

a.whatsapp_link img {
  width: 50px;
  animation: simple-scale 1s linear 1s infinite alternate;
}

.button-611 {
  color: #b88831;
  align-items: center;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  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;
}

@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;
    margin-left: 23rem;
    margin-top: -102.5rem;
  }
}

.rolling_awc_image {
  border-radius: 5px;
  width: 152px;
  height: 70px;
}

.rolling_awc_image_admin {
  border-radius: 5px;
  width: 150px;
  height: 70px;
  margin: 1px;
}

.img_setup {
  width: 120px;
  height: 60px;
  border-radius: 5px;
  margin: 2px 2px;
}

@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 0;
  margin-left: -9px;
}

.landing-footer-desktop {
  width: 100%;
  background: linear-gradient(45deg, yellow, red);
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.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-column-gap: 11px;
    grid-row-gap: 31px;
    padding: 0;
  }

  .landing-footer-desktop__companies-logos-row,
  .landing-footer-desktop__companies-logos-row.last {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wrapper .form-field input {
  width: 100%;
  display: block;
  border: 1px solid white;
  outline: none;
  font-size: 1.2rem;
  color: white !important;
  padding: 10px 15px 10px 10px;
}

.wrapper a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #000000;
}

.user-card_boxs.boxs-left {
  width: 100%;
  height: 6rem;
  background: #000;
}

.user-card_boxs {
  padding: 1px 2px;
}

.image_logo_css {
  height: 25px;
  width: 150px;
  float: left;
  margin-left: 6px;
  margin-top: 2rem;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

@media (max-width: 47.9375rem) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    margin-bottom: 0.0625rem;
  }
}

.item {
  cursor: pointer;
  padding: 0;
  border: none;
  margin: 0;
  display: inline-block;
}

.alert {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 1.25rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

@media (max-width: 47.9375rem) {
  .sidebar-content .user_bal a {
    color: white;
    display: flex;
    justify-content: space-between;
    width: 75%;
    background: #b88831;
    padding: 10px 10px;
    margin: -6px 0;
    border-radius: 2px;
  }

  .new-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 18px;
  }
}

.login_wrapper-bg {
  align-items: center;
  margin: 0;
  justify-content: center;
  position: relative;
  display: unset;
}

.login_wrapper {
  all: unset;
}

body {
  padding-bottom: 0 !important;
}

@media (pointer: coarse) {
  .modal-mt50 {
    margin-top: 21%;
  }
}

.logout_btn {
  color: #ffffff;
  background: #b88831;
}

.user_bal span {
  display: block;
  margin-bottom: 0.3125rem;
}

body {
  padding-bottom: 0 !important;
}

@media (pointer: coarse) {
  .modal-mt50 {
    margin-top: 21%;
  }
}

.wrapper {
}

.modal-header {
}

.wrapper1 {
  width: 25rem;
  max-width: 35.625rem;
  min-height: 3.125rem;
  max-height: 3.125rem;
  margin: 5rem -4.375rem;
  padding: 0 0 0 0;
  background-color: #ecf0f3;
  border-radius: 3.125rem;
  box-shadow: 0.8125rem 0.8125rem 1.25rem #5b5b5b,
    -0.8125rem -0.8125rem 1.25rem #5b5b5b;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
}

.logo1 {
  width: 5.9375rem;
  margin: 6.25rem, 6.25rem;
}

.logo2 {
  width: 5.9375rem;
  margin: 12.5rem, 12.5rem;
}

.footerimg {
  max-width: 10%;
  max-height: 10%;
}

.logo1 img {
  width: 70%;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0.1875rem #5f5f5f, 0 0 0 0.3125rem #ecf0f3;
}

.logo2 img {
  width: 100%;
  height: 5.625rem;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0.1875rem #5f5f5f, 0 0 0 0.3125rem #ecf0f3,
    0.5rem 0.5rem 0.9375rem #a7aaa7, -0.5rem -0.5rem 0.9375rem #fff;
}

.wrapper .name {
  font-weight: 600;
  font-size: 22.4px;
  letter-spacing: 0.0813rem;
  padding-left: 0.625rem;
  color: #555;
}

#login_username::placeholder {
  color: white;
}

#login_password::placeholder {
  color: white;
}

.form-control input[type="text"]:focus {
  background-color: black;
  color: white;
  outline: none;
}

.lazy-container-login,
.login_ftrmy {
  all: unset;
}

.wrapper .form-field input {
  width: 275px;
  display: block;
  border: none;
  outline: none;
  background: white;
  font-size: 16px;
  color: black !important;
  padding: 11px 10px;
  margin: 0.3125rem 0;
  height: 42px;
  border-radius: 2px;
}

.wrapper .form-field .fas {
  color: #555;
}

.wrapper .btn {
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 0.3125rem;
  letter-spacing: 0.0813rem;
}

.wrapper a:hover {
  color: #039be5;
}

.alert {
  padding: 0.5rem 1.125rem;
  margin-bottom: 16px;
  border: 0.0625rem solid transparent;
  border-radius: 4px;
}

.alert-danger,
.alert-success {
  width: 100%;
  margin-left: 0;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 624.9375rem;
  height: 0.0625rem;
  background: grey;
}

.strike > span:before {
  right: 100%;
  margin-right: 0.9375rem;
}

.strike > span:after {
  left: 100%;
  margin-left: 0.9375rem;
}

.contact_support_div {
  margin: 0.875rem auto;
  border-radius: 0.5rem;
  border: 0.0625rem solid #757575;
  width: 87%;
  padding: 0;
  position: relative;
  background: #ffffff61;
  border: 0.0625rem solid #757575;
}

.contact_title {
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  padding: 0.375rem;
  border-bottom: 0.0625rem solid #757575;
}

.contact-body {
  padding: 0.375rem;
}

@media (pointer: fine) {
  .contact_support_div {
    width: 21.875rem !important;
  }
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px 7px !important;
}

.table {
  margin-bottom: 0 !important;
}

.button-61:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.125rem 0.25rem -0.0625rem,
    rgba(0, 0, 0, 0.14) 0 0.25rem 0.3125rem 0,
    rgba(0, 0, 0, 0.12) 0 0.0625rem 0.625rem 0;
}

.button-61:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
    rgba(0, 0, 0, 0.12) 0 0 0 0;
  color: rgba(0, 0, 0, 0.37);
  cursor: default;
  pointer-events: none;
}

.button-61:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.125rem 0.25rem -0.0625rem,
    rgba(0, 0, 0, 0.14) 0 0.25rem 0.3125rem 0,
    rgba(0, 0, 0, 0.12) 0 0.0625rem 0.625rem 0;
}

.button-61:active {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.3125rem 0.3125rem -0.1875rem,
    rgba(0, 0, 0, 0.14) 0 0.5rem 0.625rem 0.0625rem,
    rgba(0, 0, 0, 0.12) 0 0.1875rem 0.875rem 0.125rem;
  background: #f6a21e;
}

@media (min-width: 48rem) {
  .main-wrapper {
    width: 100%;
  }
}

@media screen and (min-device-width: 48rem) and (max-device-width: 63.9375rem) {
  .main-content {
    width: 1288px;
    margin-top: -2168px;
  }
}

@media screen and (min-width: 64rem) {
  .main-content {
    width: 1768px;
  }
}

@media only screen and (min-width: 64rem) and (max-height: 85.375rem) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-content {
    width: 67%;
  }

  .col-md-3 {
    width: 31%;
    margin-top: 16px;
  }
}

@media screen and (min-device-width: 48rem) and (max-device-width: 63.9375rem) {
  .main-contents {
    width: 100%;
  }
}

@media screen and (min-width: 64rem) {
  .main-contents {
    width: 100%;
  }
}

@media only screen and (min-width: 64rem) and (max-height: 85.375rem) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-contents {
    width: 100%;
  }
}

@media (min-width: 62rem) {
  .col-md-3 {
    width: 12%;
    margin-top: 16px;
  }
}

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: 0.0625rem solid white;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 62.5rem #ffff inset;
}

@media only screen and (min-width: 62rem) {
  .headerlogo {
    top: 10px;
  }

  .balanceContainer {
    margin-top: 37px;
    margin-left: 77%;
  }

  .page-wrapper.chiller-theme.toggled {
    position: absolute;
    left: 0;
  }

  header.header_css.mobile_header {
    height: 75px !important;
  }

  .exchange-menu-wrapper.d-md-none {
    display: none;
  }
}

.bars {
  top: 0.3125rem;
}

@media (max-width: 47.9375rem) {
  .logo img {
    margin-top: 0;
    margin-left: 0;
  }
}

.user_detials {
  position: relative;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.sidebar-contents {
  overflow-y: auto;
  position: relative;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #040404;
  font-size: 13px;
  z-index: 999;
  background-image: radial-gradient(
    circle at 50% 3px,
    transparent 35px,
    #000 35px
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-links li.home_nav_icon_footer {
  position: absolute;
  height: 60px;
  width: 16%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 8px;
}

.bottom-tabs ul li a img {
  width: auto;
  height: 1.125rem;
  display: inline-block;
  margin: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bottom-tabs ul li a {
  top: 0;
  color: var(--primary-text-color);
  cursor: pointer;
  position: relative;
}

.bottom-tabs ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  -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;
}

.bottom-tabs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #040404;
  font-size: 0.8125rem;
  z-index: 99;
  background-image: radial-gradient(
    circle at 50% 0.1875rem,
    transparent 2.1875rem,
    #000 2.1875rem
  );
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.bottom-tabs .bottom-image {
  content: "";
  background-image: radial-gradient(
    circle at 50% 0.1875rem,
    transparent 2.1875rem,
    #000 2.1875rem
  );
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.logo.headerlogos {
  position: absolute;
  top: 28px;
  left: 20px;
}

a.button-611 {
  font-size: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid white;
}

header.header_css.mobile_header {
  height: 62px !important;
  background: #0c0f0e;
}

.mobile-logo img {
  width: 125px !important;
  height: 32px !important;
  object-fit: cover !important;
}

a.button-61.login-button {
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  background: #b88831;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

a.button-61.register-button {
  font-weight: 600;
  padding: 5px 10px;
  color: #b88831 !important;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 5px;
}

.sport-menu {
  display: flex;
  background: #202020;
  border-bottom: 0 solid #ddd;
  white-space: nowrap;
  overflow-x: auto;
}

.sport-menu__item {
  display: flex;
  align-items: center;
  margin-left: -6px;
}

.sport-menu__link {
  padding: 2px 20px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.sport-menu__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b88831;
}

.exchange-menu-wrapper {
  background: #dedddd;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .exchange-menu-wrapper .subnav {
    width: 100%;
    max-width: max-content;
    margin: 0 auto 3px;
    overflow-y: hidden;
    overflow-x: overlay;
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    scrollbar-width: none;
  }
}

.exchange-menu-wrapper .subnav {
  font-weight: 700;
  font-size: 12px;
  padding: 0;
}

@media (max-width: 767px) {
  .exchange-menu-wrapper ul.subnav li {
    display: inline-flex;
    border: 0;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px;
    line-height: normal;
    border-right: 1px solid #ccc;
  }
}

.exchange-menu-wrapper ul.subnav li {
  list-style: none;
}

@media (max-width: 767px) {
  .exchange-menu-wrapper .subnav .subnav-link {
    line-height: inherit;
    text-shadow: inherit;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 400;
    text-transform: capitalize;
  }
}

.exchange-menu-wrapper .subnav .subnav-link {
  padding: 0 10px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .exchange-menu-wrapper ul.subnav li img {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: auto;
    padding-bottom: 2px;
    width: 18px;
  }
}

.exchange-menu-wrapper ul.subnav li.active,
.exchange-menu-wrapper ul.subnav li:focus,
.exchange-menu-wrapper ul.subnav li:hover {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
}

input::placeholder {
  color: gray !important;
}

#otpBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-field.refer_code {
  display: flex;
  justify-content: center;
}

.form-field.pswd_input {
  display: flex;
  justify-content: center;
  align-items: center;
}

span#resend_text {
  color: white;
}

.inplay-header-color {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  display: inline-flex;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.inplay-popular-header {
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 15px;
  margin: 1px 0;
  width: 100%;
  position: relative;
  padding: 5px 10px;
}

.inplay-popular-header__logo {
  display: flex;
  align-items: center;
}

.inplay-popular-header__logo-icon {
  font-size: 20px;
  width: 24px;
  height: 30px;
  font-style: normal;
  padding-right: 3px;
  line-height: 30px;
  color: white;
}

.inplay-popular-header__logo-text {
  font-size: 12px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp-solid,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

ul.live_virtual {
  list-style: none;
  padding: 0;
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 15%;
  width: auto;
  margin: 0;
}

ul.live_virtual li {
  display: inline;
}

ul.live_virtual li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

ul.live_virtual li label {
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

ul.live_virtual li label {
  border: 1px solid #b88831;
  color: black;
  border-radius: 25px;
  white-space: nowrap;
  margin: 0 1px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 400;
}

ul.live_virtual li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 2px;
  content: "\f067";
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.game-list {
  display: flex;
  background-color: #fff;
}

.bet-icon {
  background-color: transparent;
  border: 0;
  padding: 0;
  flex-shrink: 0;
  font-size: 14px;
  margin: 0 0.5em;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 20px;
  margin-right: 0;
}

.game-icon {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.bet-header-right {
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex-grow: 1;
  cursor: pointer;
  min-width: 0;
  font-size: 12px;
  padding: 0.2em 5px 0.5em 10px;
  position: relative;
  background: #dedddd;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
}

.team-1 {
  line-height: normal;
}

.team-1,
.team-1 a,
.team-2,
.team-2 a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  cursor: pointer;
}

.team-2 {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  line-height: 1;
}

.team-1,
.team-1 a,
.team-2,
.team-2 a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  cursor: pointer;
}

.team-2 span {
  display: flex;
  align-items: center;
  font-size: 9px;
  justify-content: center;
}

.in_play_date {
  color: green;
}

.team-2 div {
  display: flex;
  align-items: center;
}

.logout-btn {
  padding: 12px 24px;
  background-color: #b88831 !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;
}

.fancy-game-link {
  font-weight: 900 !important;
  font-style: normal !important;
  font-size: 8px !important;
  height: 18px;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 0;
  color: #fff !important;
  background: #b88831 !important;
  border-radius: 50px;
  text-align: center;
}

.in__play {
  animation: in__play 1s linear infinite;
}

@keyframes in__play {
  0% {
    color: green;
  }

  50% {
    color: darkgreen;
  }

  100% {
    color: palegreen;
  }
}

img.list-image {
  width: 17.5px;
  height: 17.5px;
}

.balanceContainer {
  font-size: 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.balanceHeading {
  background-color: #b88831;
  padding: 5px 10px;
  border-radius: 30px;
}

.deposit-withdraw-button {
  display: flex;
  padding: 0 !important;
  margin: 2px 0 !important;
  /* margin-bottom: 2px !important; */
  border-radius: 0 !important;
}

.deposit {
  background: darkgreen !important;
  border-color: darkgreen !important;
  color: white !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
}

.log-pass-div.new-log-pass-div {
  position: absolute;
}

.main-content {
  width: 100%;
}

a.new-button.btn.btn-xs.btn-primary.pull-right {
  margin-left: 5px;
  width: auto !important;
  height: auto;
  font-size: 14px !important;
  border: none !important;
  background: #000 !important;
  font-weight: 500;
}

a.new-view.dropdown-toggle.btn.btn-xs.btn-success {
  width: 100px;
  height: 26px;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  margin: 5px;
  font-size: 12px;
  font-weight: 500;
  padding: 2px;
  color: black !important;
}

td {
  padding: 8px !important;
}

button.new-generate.btn.btn-info.btn-sm {
  width: 120px;
  font-size: 14px;
  letter-spacing: 0;
  height: 32px;
  border: none;
  background: #7f7f7f !important;
  border-radius: 0;
}

.modal-dialog.modal-dialog-centered {
  overflow-y: auto;
}

button.new-btn-close.btn.btn-secondary {
  width: 70px;
  height: 40px;
  border: none;
  background: red !important;
  color: white;
}

button.new-btn-change.btn.btn-primary {
  width: 130px;
  height: 40px;
  border: none;
  background: green !important;
  color: white;
}

.new-modal.modal-content {
  background: #cfcfcf;
  height: 100vh;
  width: 100%;
  max-width: 80%;
  align-items: center;
  align-content: center;
  border-radius: 0;
  margin-left: 35px;
}

.new-modal-footer.modal-footer {
  padding: 0;
  border: none;
  margin-top: -14px;
  margin-right: 40px;
}

div#userModel {
  margin-top: 63px;
  overflow: auto;
  height: 80vh;
}

.new-image-css {
  display: flex;
  justify-content: flex-start;
  margin: 0px 0;
  gap: 0px;
}

.empty-space {
  height: 80px;
}

.strt-timematch {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.market-name-col {
  text-transform: uppercase;
  width: 70%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  padding: 6px 0 6px 6px;
  position: relative;
  height: 32px;
  color: #000 !important;
  font-weight: 600;
  font-size: 12px;
}

.market-name-col::after {
  content: "";
  width: 15px;
  height: 100%;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  position: absolute;
  right: -8px;
  top: 0;
  transform: skew(25deg);
}

a.btn-pin-user.\33 1057636 {
  color: #ffffff;
  width: 220px;
  display: block;
  font-size: 10px;
  margin-left: 5px;
}

a.cashout-btn {
  text-transform: uppercase;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 4px;
  background: #000;
  color: #fff !important;
  font-weight: 700;
  border: 1px solid #fff;
}

.list-item.fancy_220239.f_m_31057636.f_m_undefined {
  width: 100%;
}

li.active.fancy-nav-item {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  color: #000 !important;
  text-align: center;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 10px;
  text-transform: uppercase;
}

a.fancy-nav-link.active {
  color: black;
  font-weight: 700px;
}

ul.nav.nav-pills.fancy-navbar.int_sub_navbar {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  width: auto;
  box-shadow: inset 0 0 0 1px #b88831;
  margin-bottom: 3px;
  margin-top: 3px;
}

.int_sub_navbar li {
  display: inline-block;
}

.int_sub_navbar li {
  border-right: 1px solid #b88831;
}

.SportMarketTabs__header__item {
  text-transform: uppercase;
  cursor: default;
  font-size: 14px;
}

.int_sub_navbar li a.active,
.int_sub_navbar li a:hover {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f) !important;
  color: #000 !important;
}

.int_sub_navbar li a {
  line-height: normal !important;
  text-transform: capitalize;
  font-size: 12px;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  color: #000;
  font-weight: 600;
}

span.bet-label {
  color: white;
}

.new-li {
  display: flex;
}

.new-img-li {
  display: flex;
  width: 50%;
  align-items: center;
}

a.btn-pin.\33 1057636 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  display: block;
  margin-left: 5px;
  font-size: 10px;
}

.SportMarketStandard__inningIcon.disabled {
  color: var(--disabled-icon);
}

.SportMarketStandard__inningIcon:before {
  content: "ꀕ";
}

.new-log-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-color {
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831) !important;
}

.text-center.fs-6 {
  box-shadow: none;
  font-size: 16px;
  width: 275px;
  height: 40px;
  font-weight: 700;
  color: #000;
  border-radius: 0.3125rem;
  letter-spacing: 0.0813rem;
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831) !important;
}

.forget-pass {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

img.center {
  height: 48px;
  width: 48px;
  margin-top: 50px;
  margin-left: 240px;
}

a.whatsapp_link {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

a.btn.withdraw {
  border-radius: 0;
}

.profile-icon {
  width: 32px;
  background: #b88831;
}

svg.ionicon {
  width: 20px;
  height: 20px;
}

.profile-icon {
  width: 30px;
  background: #b88831;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 10%;
  margin-top: 15px;
}

.table_tittle.lastdetail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.change-password {
  font-weight: 700;
  padding: 5px 9px;
  color: #fff !important;
  background: #b88831;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6px;
}

a.new-payment-method.btn.btn-success.btn-sm.add-new-btn {
  width: 100px;
  height: 35px;
  margin: 6px 1px;
  color: white;
}

button.new-back-button.btn.btn-xs.btn-primary {
  width: 60px;
  height: 30px;
}

.change-table-title {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}

.change-password-form {
  display: flex;
  flex-direction: column;
}

.for-submit-reset {
  display: flex;
}

button.new-reset-button.btn.btn-primary {
  width: 70px;
  background: red !important;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}

button.new-submit-button.btn.btn-primary {
  width: 70px;
  background: green !important;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

h2.new-deposit-rules {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 20px;
}

ol.list-group.list-group-numbered {
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px gray;
  margin: 8px;
  color: red;
}

.new-submit-button {
  display: none;
  background: green !important;
  color: white !important;
  width: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.btn.deposit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 35px;
  width: 50%;
}

a.btn.withdraw {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 35px;
  width: 50%;
}

h2.new-withdraw-request {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 0;
  padding-bottom: 5px;
  background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  text-align: center;
  padding: 8px 8px;
  margin-top: -6px;
  margin-bottom: 0;
}

a.head-link.endcooki {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin: 2px 0;
  border-bottom: 1px solid lightslategray;
}

.new-live-tv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
}

.new-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-scorecard {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2.new-add-payment-heading {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  padding: 8px 8px;
  margin: 0;
  font-size: 20px;
  text-align: center;
}

h2.heading {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  padding: 8px 8px;
  margin: 8px 0px;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.new-btn-save {
  padding: 8px 20px;
  font-size: 14px;
  border: none;
  background: green;
  color: white;
  border-radius: 5px;
}

.alert.alert-success {
  display: block !important;
  background: #aee2ae;
  color: #1d540a;
  padding: 10px;
  border-radius: 2px;
  width: 80% !important;
  box-shadow: 1px 2px 6px #4b8041;
  margin-top: -12px;
}

a.btn.btn-xs.btn-primary.new-back-button {
  width: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px !important;
  margin: 0 !important;
  font-size: 14px !important;
  height: auto;
}

button.btn.btn-xs.btn-primary.new-refresh-button {
  width: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px !important;
  margin: 0 !important;
  font-size: 14px !important;
  height: auto;
}

button.btn.btn-xs.btn-info.new-bet-place-button {
  width: 50px;
  font-size: 12px;
  height: auto;
  padding: 3px 0;
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831) !important;
  border: none;
}

.deposit-and-withdraw-new {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.new-deposit-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  width: 48%;
  color: white !important;
  height: 40px;
}

.new-withdraw-1 {
  display: flex;
  width: 48%;
  background: green;
  justify-content: center;
  align-items: center;
  height: 40px;
}

a.btn.new-deposit-2 {
  color: white;
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn.new-withdraw-2 {
  color: white;
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table_tittle.new-table-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.col-md-4.col-xs-6.new-filter-clear {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin-top: 7px;
}

button.btn.btn-success.new-filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #34608a !important;
  padding: 6px 2px;
  margin: 2px;
  height: auto;
}

a.btn.btn-danger.new-filter-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #b30101 !important;
  padding: 6px 2px;
  margin: 2px;
  height: auto;
}

ul#betsalltab {
  display: flex;
  align-items: center;
  overflow: auto;
  border: 1px solid #b88831;
  padding: 0;
}

.col-md-12.col-sm-12.col-xs-12.new-betsalltab {
  padding: 0;
  margin: 0;
}

li.nav-item.new-nav-item {
  padding: 0 !important;
  background: #000000;
  width: 100%;
  height: auto;
  font-size: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.new-nav-link.nav-link {
  color: white;
  padding: 2px 20px;
}

button.btn.btn-success.new-load-button {
  background: #b88831 !important;
  margin: 0;
}

.modal-content.new-modal-content {
  background: black;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.modal-header.mod-header.new-mode-header {
  display: flex;
  padding: 7px 0;
  width: 100%;
  height: auto;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  border-radius: 10px 10px 0 0;
}

div#chipUpdate {
  top: 65px;
  padding: 18px !important;
}

div#chip-moddal-body {
  padding: 0;
  margin: 0;
}

.modal-footer.new-modal-footer {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-center.new-text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn.btn-success.add-new-chip-button {
  background: #b88831 !important;
  width: 40%;
  font-size: 14px;
  padding: 5px 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 1px solid #b88831;
}

button.btn.btn-success.update-new-chip-button {
  background: white !important;
  width: 60%;
  font-size: 14px;
  padding: 5px 10px;
  color: #b88831;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}

.side.new-side {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
}

.sides.new-sides {
  border-radius: 10px;
  width: 100%;
  background: #b88831;
  padding: 0;
  margin: 0;
  gap: 1px;
  height: 45px;
}

button.new-button.btn.btn-primary.pull-right {
  width: auto;
  height: auto;
  padding: 2px 10px;
  font-size: 14px;
}

center {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.new-button.btn.btn-warning.btn-sm.edit-chip {
  width: auto;
  height: auto;
}

button.new-button.btn.btn-danger.btn-sm {
  width: auto;
  height: auto;
}

a.btn.btn-success.btn-sm.add-banner-btn {
  width: auto;
  height: auto;
  margin: 2px;
  color: white;
  background: black !important;
}

.col-md-3.col-xs-12.new-filter-clear-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.new-button-2.btn.btn-primary.btn-xs {
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831) !important;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

th {
  color: white;
}

.live-tv-scorecard {
  background: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1px;
}

.log-pass-div.new-log-pass-div-desktop {
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: 28px;
}

a.button-611.new-login-desktop {
  border-radius: 5px;
  background: #b88831;
  border: none;
  margin: 0 3px;
}

a.button-611.new-register-desktop {
  border-radius: 5px;
  background: white;
  border: none;
  color: #b88831;
}

a.whatsapp_link.whatsapp-for-desktop-nav {
  background: none !important;
  border: none !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-evenly !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #b88831 !important;
}

.img_setup_desktop {
  width: 200px;
  height: 100px;
}

.new-layout {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.horce-pop-team.new-horce-pop-team {
  font-size: 10px;
}

.back.betting-blue.mark-back.\310301_0availableToBack0_price_1190470587.new-betting-box {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  flex-direction: column;
}

.container-manual-odds {
  width: 100%;
  max-width: 82%;
  margin-left: 220px;
}

.main-heading {
  width: 100% !important;
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: white;
}

.starting-section {
  display: flex;
  background: black;
  color: white;
  padding: 5px;
  margin-top: 2px;
  justify-content: center;
}

select.new-section {
  width: 200px;
  margin-left: 15px;
}

.bet-list {
  display: flex;
  justify-content: space-around;
}

ul.bet-list-ul li {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.total-run {
  display: flex;
  justify-content: space-around;
}

.total-run-2 {
  display: flex;
  justify-content: space-around;
}

.total-score {
  display: flex;
  justify-content: space-around;
}

.odd-even {
  display: flex;
  justify-content: space-around;
}

.total-score {
  display: flex;
  justify-content: space-around;
}

.total-score-odd-even {
  display: flex;
  justify-content: space-around;
}

.dropdown-header-new {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-header:hover {
}

.arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow.rotate {
  transform: rotate(90deg);
}

.bet-list {
  display: none;
}

.bet-list.show {
  display: block;
}

.betting-box {
  display: inline-block;
  margin-left: 10px;
}

span {
  cursor: pointer;
}

span:hover {
}

input.bet-value {
  width: 60px;
  display: flex;
  height: 30px;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 10px;
  text-align: center;
  background: #b1e1ff;
  border: 1px solid #b1e1ff;
  border-radius: 2px;
}

input#eventDateTime {
  border: 1px solid #b88831;
  border-radius: 2px;
  padding: 2px;
}

.event {
  margin: 4px 0;
  padding: 8px 0;
  border-bottom: 1px solid #b88831;
}

.event-team {
  margin: 4px 0;
  padding: 8px 0;
  border-bottom: 1px solid #b88831;
}

input.event-team-input {
  border: 1px solid #b88831;
  border-radius: 2px;
  padding: 4px 0 4px 4px;
}

button.event-save-button {
  background: green;
  border: 1px solid green;
  padding: 4px 10px;
  color: white;
  border-radius: 2px;
}

.event-odds {
  margin: 4px 0;
  padding: 8px 0;
  border-bottom: 1px solid #b88831;
}

input.event-odds-input {
  border: 1px solid #b88831;
  border-radius: 2px;
  padding: 4px 0 4px 4px;
}

.team-selection {
  margin: 4px 0;
  padding: 8px 0;
  border-bottom: 1px solid #b88831;
}

tbody.new-tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

tr.new-tr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  background: #ffeed9;
}

tr.new-tr-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  background: #ffd39c;
}

td.new-td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
}

.break-line {
  width: 100%;
  border-bottom: 1px solid;
}

.total-run {
  display: none;
}

.total-run.show {
  display: block;
}

.arrow-total-run {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run.rotate {
  transform: rotate(90deg);
}

.odd-even {
  display: none;
}

.odd-even.show {
  display: block;
}

.arrow-odd-even {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even.rotate {
  transform: rotate(90deg);
}

.total-score {
  display: none;
}

.total-score.show {
  display: block;
}

.arrow-total-score {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score.rotate {
  transform: rotate(90deg);
}

.total-score-odd-even {
  display: none;
}

.total-score-odd-even.show {
  display: block;
}

.arrow-total-score-odd-even {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-odd-even.rotate {
  transform: rotate(90deg);
}

.table_tittle.table-title-runners {
  background: white;
  margin: 0;
  padding: 0;
}

.runners-heading {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  padding: 8px 8px;
  margin-bottom: 10px;
}

button.btn.btn-success.btn-sm.new-save-button {
  background: green !important;
  width: auto;
  height: auto;
  color: white;
  padding: 4px 8px;
}

button.btn.btn-success.btn-sm.new-update-button {
  background: #001080 !important;
  width: auto;
  height: auto;
  color: white;
  padding: 4px 8px;
}

.new-select {
  margin-bottom: 10px;
}

button.btn.btn-success.btn-xs.new-update-button {
  background: green !important;
  width: auto;
  height: auto;
  padding: 4px 8px;
  color: white;
}

button.btn.btn-danger.btn-xs.new-bet-cancel-button {
  background: #970000 !important;
  width: auto;
  height: auto;
  padding: 4px 8px;
  color: white;
}

.add-btn {
  color: white !important;
  background: black !important;
  width: auto !important;
  padding: 4px 20px;
}

.result-container-20over {
  display: none;
}

.result-container-20over.show {
  display: block;
}

.arrow-result {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-result.rotate {
  transform: rotate(90deg);
}

.result-container {
  display: none;
}

.result-container.show {
  display: block;
}

.arrow-result-20 {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.arrow-result-20.rotate {
  transform: rotate(90deg);
}

.over-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.over-box input {
  width: 70px;
  text-align: center;
  margin: 4px 0;
  border-radius: 2px;
  padding: 4px 0;
  height: 22px;
}

td.result-td {
  display: flex;
  flex-direction: column;
  width: auto;
}

.main-ok-edit-button {
  display: flex;
  justify-content: center;
}

button.ok-button {
  margin-right: 2px;
  background: green;
  border: 1px solid green;
  color: white;
}

button.edit-button {
  background: #ffca00;
  border: 1px solid #ffca00;
  color: white;
}

tr.result-tr {
  display: flex;
  justify-content: space-around;
}

.space {
  height: 40px;
}

.with-edit-btn {
  display: flex;
}

.start-over {
  border-radius: 10px;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  padding: 10px;
  box-shadow: 1px 2px 1px lightgray;
  margin-bottom: 15px;
}

.editable-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.content-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.content-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.content-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.content-1 input {
  width: 20px;
}

.editable-content input {
  width: 50px;
  text-align: center;
  padding: 4px 0;
  margin: 4px;
  border: 1px solid #f6a21e;
  border-radius: 2px;
}

.start-heading {
  width: 100%;
  border-bottom: 1px solid;
  margin: 5px 0;
}

button.edit-button-new {
  width: auto;
  padding: 3px 8px;
  background: #b6842d;
  border: #b6842d;
  border-radius: 2px;
  color: white;
  margin-left: 10px;
}

span.edit-here {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.edit-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.edit-modal-content {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 70vh;
  overflow-x: auto;
}

.round-close-btn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-left: 90%;
}

.round-close-btn svg {
  fill: black;
}

.round-close-btn:hover {
  transform: rotate(90deg);
  background-color: #d32f2f;
}

.team-select {
  width: 200px;
  border: 1px solid #b88831;
  border-radius: 2px;
  padding: 4px 0 4px 4px;
}

.arrow-team-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-team-2.rotate {
  transform: rotate(90deg);
}

.bet-list-team-2 {
  display: none;
}

.bet-list-team-2.show {
  display: block;
}

.arrow-total-run-team-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-team-2.rotate {
  transform: rotate(90deg);
}

.total-run-team-2 {
  display: none;
}

.total-run-team-2.show {
  display: block;
}

.arrow-odd-even-team-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-team-2.rotate {
  transform: rotate(90deg);
}

.odd-even-team-2 {
  display: none;
}

.odd-even-team-2.show {
  display: block;
}

.arrow-total-score-team-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-team-2.rotate {
  transform: rotate(90deg);
}

.total-score-team-2 {
  display: none;
}

.total-score-team-2.show {
  display: block;
}

.arrow-total-score-odd-even-team-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-odd-even-team-2.rotate {
  transform: rotate(90deg);
}

.total-score-odd-even-team-2 {
  display: none;
}

.total-score-odd-even-team-2.show {
  display: block;
}

.arrow-20over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-20over.rotate {
  transform: rotate(90deg);
}

.bet-list-optional {
  display: none;
}

.bet-list-optional.show {
  display: block;
  background: none;
}

.arrow-total-run-20over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over.rotate {
  transform: rotate(90deg);
}

.optional {
  display: none;
}

.optional.show {
  display: block;
  background: none;
}

.arrow-total-run-20over-option-1 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over-option-1.rotate {
  transform: rotate(90deg);
}

.total-run-20over {
  display: none;
}

.total-run-20over.show {
  display: block;
}

.option-1 {
  display: flex;
}

.option-2 {
  display: flex;
}

.arrow-total-run-20over-option-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over-option-2.rotate {
  transform: rotate(90deg);
}

.total-run-20over-second {
  display: none;
}

.total-run-20over-second.show {
  display: block;
}

.dropdown-header-new.optional.show {
}

.dropdown-header-new.odd-even-optional.show {
}

.arrow-odd-even-20over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over.rotate {
  transform: rotate(90deg);
}

.odd-even-optional {
  display: none;
}

.odd-even-optional.show {
  display: block;
  background: none;
}

.odd-even-option-1 {
  display: flex;
}

.odd-even-option-2 {
  display: flex;
}

.arrow-odd-even-20over-option-1 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over-option-1.rotate {
  transform: rotate(90deg);
}

.odd-even-20over {
  display: none;
}

.odd-even-20over.show {
  display: block;
}

.arrow-odd-even-20over-option-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over-option-2.rotate {
  transform: rotate(90deg);
}

.odd-even-20over-second {
  display: none;
}

.odd-even-20over-second.show {
  display: block;
}

.arrow-total-score-20over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-20over.rotate {
  transform: rotate(90deg);
}

.total-score-20over {
  display: none;
}

.total-score-20over.show {
  display: block;
}

.arrow-total-score-odd-even-20over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-odd-even-20over.rotate {
  transform: rotate(90deg);
}

.total-score-odd-even-20over {
  display: none;
}

.total-score-odd-even-20over.show {
  display: block;
}

.dropdown-header-new {
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  padding: 2px 30px 3px 5px;
  width: fit-content;
}

span.event-team-heading {
  background: #b88831;
  padding: 4px;
  color: white;
  margin-right: 2px;
}

span.event-odds-heading {
  background: #b88831;
  padding: 4px;
  color: white;
  margin-right: 2px;
}

span.event-team-selection-heading {
  background: #b88831;
  padding: 4px;
  color: white;
  margin-right: 2px;
}

.arrow-bet-list-20over-option-1 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-bet-list-20over-option-1.rotate {
  transform: rotate(90deg);
}

.bet-list-20over {
  display: none;
}

.bet-list-20over.show {
  display: block;
}

.arrow-bet-list-20over-option-2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-bet-list-20over-option-2.rotate {
  transform: rotate(90deg);
}

.bet-list-20over-second {
  display: none;
}

.bet-list-20over-second.show {
  display: block;
}

.dropdown-header-new table tbody span {
  background: none;
}

.bet-list-optional span {
  background: none;
}

.optional span {
  background: none;
}

.odd-even-optional span {
  background: none;
}

span.selection-type {
  font-size: 30px;
}

.result-heading {
  padding: 7px;
  border: 2px solid #c8a24e;
  border-radius: 5px;
}

.for-border {
  padding: 7px;
  border: 2px solid #c8a24e;
  border-radius: 5px;
  margin-right: 200px;
  margin-left: 100px;
}

.arrow-20over-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-20over-team2.rotate {
  transform: rotate(90deg);
}

.bet-list-optional-team2 {
  display: none;
}

.bet-list-optional-team2.show {
  display: block;
  background: none;
}

.arrow-bet-list-20over-option-1-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-bet-list-20over-option-1-team2.rotate {
  transform: rotate(90deg);
}

.bet-list-20over-team2 {
  display: none;
}

.bet-list-20over-team2.show {
  display: block;
  background: none;
}

.arrow-bet-list-20over-option-2-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-bet-list-20over-option-2-team2.rotate {
  transform: rotate(90deg);
}

.bet-list-20over-second-team2 {
  display: none;
}

.bet-list-20over-second-team2.show {
  display: block;
  background: none;
}

.arrow-total-run-20over-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over-team2.rotate {
  transform: rotate(90deg);
}

.optional-team2 {
  display: none;
}

.optional-team2.show {
  display: block;
  background: none;
}

.arrow-total-run-20over-option-1-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over-option-1-team2.rotate {
  transform: rotate(90deg);
}

.total-run-20over-team2 {
  display: none;
}

.total-run-20over-team2.show {
  display: block;
  background: none;
}

.arrow-total-run-20over-option-2-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-run-20over-option-2-team2.rotate {
  transform: rotate(90deg);
}

.total-run-20over-second-team2 {
  display: none;
}

.total-run-20over-second-team2.show {
  display: block;
  background: none;
}

.arrow-odd-even-20over-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over-team2.rotate {
  transform: rotate(90deg);
}

.odd-even-optional-team2 {
  display: none;
}

.odd-even-optional-team2.show {
  display: block;
  background: none;
}

.arrow-odd-even-20over-option-1-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over-option-1-team2.rotate {
  transform: rotate(90deg);
}

.odd-even-20over-team2 {
  display: none;
}

.odd-even-20over-team2.show {
  display: block;
  background: none;
}

.arrow-odd-even-20over-option-2-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-odd-even-20over-option-2-team2.rotate {
  transform: rotate(90deg);
}

.odd-even-20over-second-team2 {
  display: none;
}

.odd-even-20over-second-team2.show {
  display: block;
  background: none;
}

.arrow-total-score-20over-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-20over-team2.rotate {
  transform: rotate(90deg);
}

.total-score-20over-team2 {
  display: none;
}

.total-score-20over-team2.show {
  display: block;
  background: none;
}

.arrow-total-score-odd-even-20over-team2 {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-total-score-odd-even-20over-team2.rotate {
  transform: rotate(90deg);
}

.total-score-odd-even-20over-team2 {
  display: none;
}

.total-score-odd-even-20over-team2.show {
  display: block;
  background: none;
}

.new-event-container {
  width: 100%;
  max-width: 82%;
  margin-left: 220px;
}

.new-event-heading {
  width: 100% !important;
  background: linear-gradient(94deg, #b88831, #ebda8d 55%, #b88831);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: white;
}

table.new-event-table {
  border: 1px solid;
}

table.new-event-table th {
  background: black;
  color: white;
  padding: 2px;
  text-align: center;
}

table.new-event-table td {
  text-align: center;
  padding: 0 !important;
}

button.new-event-edit {
  width: auto;
  background: #d5b31a;
  border: 1px solid #d5b31a;
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-left: 55px;
}

button.new-event-edit a {
  color: white;
}

button.new-event-edit a:hover {
  color: white;
}

.welcome-banner-close {
  width: 100%;
  background: linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
}

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;
}

.over-heading {
  padding: 7px;
  border: 2px solid #c8a24e;
  border-radius: 5px;
  margin-top: 10px;
}

.arrow-over {
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: white;
  stroke: 1px black;
  text-shadow: 1px 1px 1px black;
}

.arrow-over.rotate {
  transform: rotate(90deg);
}

.over-container {
  display: none;
}

.over-container.show {
  display: block;
}

.arrow-over-20 {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.arrow-over-20.rotate {
  transform: rotate(90deg);
}

.caards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 10px;
}

.caards .red {
  background-color: darkgreen;
}

.caards .blue {
  background-color: darkred;
}

.caards .green {
  background-color: #22c55e;
}

.caards .orange {
  background-color: #f6a21e;
}

.caards .voilet {
  background-color: #9932cc;
}

.caards .maroon {
  background-color: #cd5c5c;
}

.caards .navy {
  background-color: #000080;
}

.caards .tan {
  background-color: #f44336;
}

.caards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 70px;
  width: 160px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
}

.caards .card p.tip {
  font-size: 1em;
  font-weight: 600;
}

.caards .card p.second-text {
  font-size: 0.7em;
}

.caards .card:hover {
  transform: scale(1.1, 1.1);
}

.caards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}

.caard-parent {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.min-width-150 {
  min-width: 150px;
}

#placeBetSilp {
  height: 24rem;
}

.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;
}

.svgIcon {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 600;
}

.h-75 {
  height: 75px;
}
.h-80 {
  height: 80px;
}

.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;
  }
}

.amount-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
}
input#checkbox {
  margin: 0;
}
span.cashExposureAmount {
  font-size: 14px;
  margin-left: 7px;
}

.main-inner {
  margin-bottom: 80px;
}

.main-wrapper {
  margin-bottom: 80px;
}

ul.admin-footer li img {
  filter: invert(1);
}

ul.dropdown-menu {
  min-width: 200px;
}

/* .tv-disable{
    pointer-events: none;
} */

button.btn.btn-outline-primary.quick-amount {
  background: #f4d821;
  color: #000000;
}


div#collapseFourscore {
    display: none;
}

.teams-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 20px;
}
.score-main {
    width: 100%;
    /* padding: 5px; */
    /* background-image: url('../../assets/images/scorecard-bg.png'); */
    background-color: #172832;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    /* margin-left: 4px; */
    /* margin-right: 4px; */
}
.teams-status {
    display: flex;
    justify-content: space-between;
    background: #00000073;
}
div#targetdiv {
    display: flex;
    flex-direction: column;
    /* margin: 0 20px; */
    /* background: ; */
    padding: 10px;
    line-height: 20px;
}
.active-score {
    color: #8eea29;
}
.inactive-score {
    color: #fff;
}
.ball-update {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bold-font-class{
    font-size: 14px !important;
    font-weight: 700 !important;
}
.row-for-score{
  padding: 0 10px;
}