@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: -apple-system, Montserrat; */
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; */
  /* font-family: 'Inter', sans-serif; */
  /* font-family: Noto Sans,Arial,Helvetica,sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #1C1F24;
  overflow-x: hidden;
}

.gm_login {
  font-size: 11px;
  /* color: #4acfa5; */
  height: 25px;
  border: 0;
  outline: 0;
  padding: 0 5px 0 6px;
  border-radius: 1px;
  /* background-color: #9abeb2; */
  display: inline-block;
  width: 100px;
  vertical-align: top;
  margin-right: 2px;
}

button.btn-bg {
  color: #FFC21D;
  font-size: 12px;
}

.border-all {
  /* border: 2px solid #000000; */
  border-radius: 11px;
}

.account-input {
  margin-top: 10px;
}

.amount-boxsecond input[type="number"] {
  border: none;
  background-color: #000;
  color: #fff;
  height: 55px;
  border-radius: 10px;
  margin-right: 30px;
}

.bank-wraper {
  background: #1e8067;
  width: 100%;
  height: 85px;
  border-radius: 11px;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-direction: column;
}

.payment-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.payment-text h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.light-t .account-input input, .light-t .custom-input {
color: #000;
}
.account-input input,
.custom-input {
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: none;
  height: 67px;
  border-radius: 10px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.motions-text h5 {
  text-transform: capitalize;
  font-size: 18px;
}

.betPlaceMarkup button.btn-stack.stack-rate {
  border: 1px solid #000000a6;
  border-radius: 10px;
  color: #fff !important;
  padding: 11px 11px;
  width: 98px;
  text-align: center !important;
}

.market-btn {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  overflow-x: auto;
  padding: 20px 0 10px 0px;
}

.top-menu-head {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  overflow: auto;
  /* padding-bottom: 10px; */
}
.top-menu-head::-webkit-scrollbar {
  display: none;
}

.top-menu-head a:focus {
  color: #939EB8;
}
.top-menu-head a {
  color: #939EB8;
  position: relative;
  font-size: 12px;
  font-family: 'Poppins';
  border: 1px solid #000;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
  font-weight: 600;
}
.top-menu-head .active, .top-menu-head .active:focus, .top-menu-head a:hover {
  background-color: #ffb80a; /* Change to your desired color */ /* Optional: Change text color when active */
  color: #000;
}

/* .top-menu-head a:active::before,
.top-menu-head a:focus::before,
.top-menu-head a:visited::before {
  height: 10px;
  width: 10px !important;
  content: "" !important;
  background: #fff !important;
  position: absolute;
  bottom: -20px;
  border-radius: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
} */

.motions-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.success-button {
  font-size: 14px;
  font-weight: 700;
  border: none;
  background-color: #1e8067 !important;
  border-radius: 5px;
  color: #ffffff !important;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  gap: 5px;
    /* display: flex; */
    top: 17px;
    position: relative;
}
.success-button-search{
  color: white;
    position: relative;
    right: 78px;
}
.submit-depoist button {
  width: 35%;
  font-size: 14px;
  font-weight: 700;
  height: 55px;
  border: none;
  background-color: #126157;
  border-radius: 5px;
  color: #fff;
}

.submit-depoist {
  /* background: #00b800; */
  border-color: #00b800;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 2px;
  width: 100%;
  display: flex;
  justify-content: center;

}

.light-t .market-button {
  color: #000;
}
.market-button {
  border: 1px solid #000000;
  color: #939EB8;
  font-size: 12px;
  /* min-width: 100px; */
  /* height: 36px; */
  text-align: center;
  font-weight: normal;
  padding: 10px;
  /* margin: 5px; */
  box-sizing: border-box;
  white-space: nowrap;
  font-family: 'Poppins';
}

.bank-wraper img {
  object-fit: cover;
  max-width: 100%;
  height: 40px;
}

.bets-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 27px;
  background: #191C28;
  border-radius: 12px;
  border: 2px solid #000000;
}

.content-wrap {
  /* justify-content: space-between; */
  /* align-items: center; */
  padding: 30px 18px;
  /* padding: 32px 16px 0px 22px; */
  background: #191C28;
  border-radius: 12px;
  border: 2px solid #000000;
}

.content-wrap h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-left: 7px;
  text-transform: capitalize;
}

.label-total {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.amount-total {
  color: #FFC11C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.right-content h5:last-of-type {
  color: #FFC11C;
  font-size: 20px;
  font-weight: 600;
}

.bank-wraper-color {
  background-color: #ffffff;
  width: 100%;
  height: 85px;
  border-radius: 11px;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin: 0 5px;
  flex-direction: column;
}

.left-content h5:last-of-type {
  color: #FFC11C;
  font-size: 20px;
  font-weight: 600;
}

.bets-wrap h5 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px
}

.account-border {
  border: 2px solid #000000;
  border-radius: 10px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left::before,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  z-index: 0;
  background: inherit;
  transform-origin: 0 0;
  pointer-events: none;
}

.rd-navbar-darker {
  /* background: #ca2128; */
  background: #383838;
  border-top: 1px solid;
}


img.card-img-top {
  height: 200px;
  object-fit: cover;
}

.gm_link {
  font-size: 11px;
  line-height: 25px;
  color: #ffdf1b;
  cursor: pointer;
}

.list_manage {
  padding: 4px 0px;
}

*+.isotope-filters-list-text {
  margin-top: 1px;
}

.row-30>* {
  margin-bottom: 10px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-bottom {
  padding: 0;
}

a:hover {
  color: #ee7518;
}

.isotope-filters-info {
  padding: 5px 28px;
}

.sprite.sprite-sport-icon-01 {
  background-position: 2px 0px;
  width: 22px;
  height: 24px;
  background-size: 244px 26px;
}

table.coupon-table th,
table.coupon-table td {
  padding: 5px;
}

.coupon-table {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

.bet-odds input {
  width: 50px;
  height: 25px;
}

.bet-odds .form-group {
  display: flex;
}

.bet-odds .custom-btn-spinner {
  height: 13px;
  padding: 1px;
  font-size: 14px;
  width: 20px;
}

.coupon-table i {
  font-style: normal;
}

.coupon-table .value-buttons button {
  width: calc(20% - 4px);
  font-size: 9pt;
  margin-bottom: 5px;
}

.coupon-table td {
  padding: 5px !important;
}

[class*='Back'] .btn-outline,
[class*='Lay'] .btn-outline {
  background-color: transparent;
  padding: .2rem .75rem;
}

[class*='Back'] .form-control-outline,
[class*='Back'] .btn-outline {
  border: 1px solid #9db0e0;
  color: #9db0e0;
}

[class*='Lay'] .form-control-outline,
[class*='Lay'] .btn-outline {
  border: 1px solid #faa9ba;
  color: #faa9ba;
}

*/

/* start priyanka */
[class*='Lay'] .form-control-outline,
[class*='Lay'] .btn-outline {
  border: 1px solid #e88fd0;
  color: #e88fd0;
}

/* end priyanka */
.button-green-outline {
  color: #fff;
  background-color: #64b000;
}

.text-danger {
  color: #ff4f2e;
}

.stepper-sm .stepper {
  /* width: 70px;
  max-width: 70px; */
  width: 86px;
  max-width: 86px;
}

.stepper-sport.stepper-sm .stepper input[type="number"] {
  width: 40px;
  max-width: 50px;
  height: 35px;
  min-height: 25px;
  font-size: 9pt;
  padding: 0;
  line-height: 0;
  border-radius: 0;
}

.Bookmarkplus {
  font-size: large;
  color: #000;
  background-color: #ffb80a;
  padding: 7px;
  width: 30px;
  min-height: 30px;
  text-align: center;
}

.Bookmarkmins {
  font-size: large;
  color: #000;
  background-color: #ffb80a;
  padding: 7px;
  width: 30px;
  min-height: 30px;
  text-align: center;
}

.stepper-sport.stepper-sm .stepper .stepper-arrow {
  width: 30px;
  height: 35px;
  min-height: 30px;
  line-height: 40px;
  font-size: 9pt;
  border-radius: 0;
}

.button-container {
  display: flex;
  flex-wrap: wrap;
}

.button-container button {
  border-radius: 1rem;
  margin: 2px;
}

.pr-15 {
  padding-right: 15px;
}

.team-rate-lay,
.team-rate-back {
  display: table-cell;
  padding: 10px 10px;
  line-height: 1.5 !important;
  font-size: 12pt;
  color: #404040;
}

.game-rate:hover {
  background-color: white;
}

.team-rate-lay {
  /* background-color: rgba(250, 169, 186, 0.75); */
  background-color: #fac9d4;
}

.team-rate-back {
  /* background-color: rgb(114, 187, 239); */
  background-color: #a6d8ff;
}

.p-bg-1 {
  background-color: #c7eeff;
}

.p-bg-2 {
  background-color: #a5e4ff;
}

.p-bg-3 {
  background-color: #fdcad3;
}

.p-bg-4 {
  background-color: #f9d9de;
}

.p-bg-5 {
  /* background-color: rgb(255, 255, 255); */
  /* background-color: #000; */
}

.p-bg-6 {
  margin-left: 8px;
}

.p-bg-7 {
  /* color: #151515; */
}

.place-bet-tb {
  width: 35%;
  text-align: left;
}

.place-bet-tb-1 {
  width: 25%;
  text-align: left;
}

.place-bet-tb-2 {
  width: 15%;
  text-align: left;
}

.place-bet-tb-3 {
  width: 15%;
  text-align: right;
}

.bet-p {
  padding: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

.bet-table {
  font-size: 9pt;
}

.bet-table td {
  padding: 1px;
  vertical-align: middle;
  line-height: 1.1;
  /* font-family: sans-serif;
  font-size: 14px; */
}

/* .pt-4, .py-4 {
  padding-top: 0.1rem!important;
} */
.pt-1,
.py-1 {
  padding-top: -0.55rem !important;
}

small {
  font-size: 10px;
  /* font-weight: 700; */
}

.bet-table th {
  padding: 1px;
  vertical-align: middle;
}

th.text-center.heading-color {
  padding: 5px;
}

.CricketBetting-head h1 {
  font-size: 25px;
  color: #fff;
  margin: 15px 0 10px;
  font-weight: 600;
}

.CricketBetting h2 {
  color: #ffb80a;
  font-weight: 800;
  font-size: 30px;
  margin-top: 30px;
}

.content-area h4 {
  color: #ffb80a;
  font-weight: 800;
  font-size: 15px;
  margin-top: 10px;
}

/* .content-area{
  border: 1px solid black;
  border-radius: 5px; */
/* height: 150px; */
/* background-color: #bbabab; */
/* } */
.whatsapp-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #585454;
  height: 200px;
}

.content-area p {
  color: #fff;
  font-weight: 600;
}

.whatsapp-inner-block {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
  width: 70%;
  height: 150px;
}

.whatsapp-inner-block h5 {
  color: #000;
  font-weight: 900;
}

.PROMO-code {
  display: flex;
}

.bonus-form {
  padding: 20px;
  background-color: #622121;
}

.depositbtn {
  display: flex;
  margin: 30px 0px;
  flex-direction: column;
}
.depositbtn input {
  background-color: #fff;
 }

button.btn-border {
  border-radius: 10px !important;
  background-color: #191C28;
  border: 2px dashed #fff;
  color: #FFC11C;
  font-size: 14px;
  height: 40px;
  width: 100%;
  margin-right: 20px;
}

.card-title {
  display: flex;
  color: white;
  font-weight: 700;
}

button.btn-border img {
  width: 20px;
  margin-right: 10px;
}

.log-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  /* margin-top: -100px; */
  /* padding-top: 10px; */
}

.log-pagelogo {
  height: 30px;
}

.masterbg {
  cursor: pointer;
  background-size: cover;
  background-image: url("/assets/images/mastrimg.jpg");
}

.master-available {
  text-align: center;
  padding: 5%;
}

.master-bottom {
  padding: 5%;
  text-align: center;
}

.master-bottom span {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: gray;
}

.master-available span {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  background: -webkit-linear-gradient(270deg, #ff9103, #fdd500 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.depositamt {
  padding: 6px;
  margin: 4px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  background: transparent;
}

.depositamt:hover {
  padding: 6px;
  margin: 4px;
  color: #ffffff;
  background-color: #ffb80c;
  border: 1px solid #ffb80c;
  border-radius: 20px;
}

button.d-btn {
  margin-right: 10px;
  /* background: linear-gradient(#9fd895, #47793f);   */
  background: #f9df10;
  border: 0px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border-radius: 20px;
}

.depositC {
  color: #000;
  background-color: #1c1f24;
  padding-bottom: 100px;
}

.deposithead {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.foramount {
  color: #ffffff;
}

.PROMO-code h4 {
  margin: 0 20px;
  font-weight: 700;
  color: #fff;
}

.Bonus {
  font-size: 40px;
  color: #fff;
  margin: 15px 0 15px;
  font-weight: 500;
}

.PROMO-code h1 {
  color: #adad00;
  font-weight: 700;
}

.button-box {
  display: flex;
  justify-content: center;
}

.bonus-button {
  height: 50px;
  border-radius: 20px;
  width: 50%;
  font-weight: 900;
  background-color: #ffb80a !important;
}

.number-field {
  display: flex;
}

.num-input {
  width: 90%;
  height: 45px;
  padding: 0 20px;
  border-radius: 10px;
}

.pass-input {
  width: 90%;
  height: 45px;
  padding: 0 20px;
  border-radius: 10px;
}

.Bonus-colm {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.sign-up {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 20px 0px;
}

.inner-form {
  border: 1px solid black;
  border-radius: 20px;
  padding: 20px 80px;
}

.Bet-App h4 {
  font-size: 30px;
  color: #fff;
  margin: 15px 0 15px;
  font-weight: 500;
}

.home-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffff60;
}

.home-head-item a {
  margin: 0 10px;
  font-weight: 800;
  color: #000;
}

.how-Play {
  border: 1px solid black;
  border-radius: 5px;
  background-image: url("/assets/images/yellow-grunge.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}

.online-exchange {
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 10px;
  background-image: url("/assets/images/yellow_diagonal.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.how-Play-heading {
  text-align: center;
  margin-top: 5px;
}

.how-Play-heading h2 {
  font-size: 30px;
  color: #fff;
  margin: 15px 0 0 0px;
  font-weight: 600;
}

.how-Play-heading h1 {
  font-size: 30px;
  color: #fff;
  margin: 15px 0 0 0px;
  font-weight: 600;
}

.rstm-tree-item {
  color: white !important;
  border-bottom: 0px solid black !important;
}

.bg-lay {
  /* background-color: #faa9ba; */
  /* background-color: #fac9d4; */
  /* background-color: #f0a7b7; */
  /* background-color: #f2bee4; */
  /* background-color: #e88fd0; */
  color: #000000c7;
}

.CricketBetting p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.guest-login {
  color: #ffb80c !important;
  font-size: 12px;
  background-color: unset !important;
  font-weight: unset !important;
  margin-top: 20px;
}

.DownloadApp {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.DownloadApp a {
  color: #000;
  background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);
  font-size: 30px;
  font-weight: 800;
  width: 60%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.DownloadApp img {
  display: inline-block;
  max-width: 100%;
  height: 30px;
  margin-left: 20px;
}

.icn-box-new {
  height: 90%;
  border: 1px solid #3c3c3c;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  min-height: 320px;
  font-weight: 300;
  background: #00000070;
}

.icn-box-new h2 {
  color: #fff;
  font-size: 16px;
  font-family: inter;
  margin-top: 20px;
}

.icn-box h3 {
  color: #fff;
  font-size: 20px;
  font-family: inter;
  margin-top: 10px;
  border-bottom: 1px solid;
}

.bg-back {
  /* background-color: #9db0e0; */
  /* background-color: #a6d8ff; */
  /* background-color: #73b6f2; */
  /* background-color: #d2ddf3; */
  /* background-color: #9db0e0; */
  /* background-color: #9db0e0; */
  color: #000000c7;
}

.matched-bb .bg-back,
.matched-bb .bg-lay {
  color: #000;
}

.stack-rate {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: black !important;
  border-radius: 0;
  min-height: 30px !important;
  padding: 0px;
}

.stack-btn {
  width: 24% !important;
  margin-left: 25% !important;
  margin-right: 24px !important;
}
.light-t .g-name {
  color: #000;
}
.g-name {
  font-size: 15px;
  font-style: normal;
  /* color: #2789ce; */
  color: #000000;
  font-weight: bold;
  /* line-height: 18px; */
  cursor: pointer;
}
.light-t span.event-dot {
  color: #000;
}
span.event-dot {
  font-size: 10px;
  /* color: #ffffff82; */
  text-transform: initial;
  margin-top: 2px;
  font-weight: 400;
  font-family: 'Poppins';
}

.ad-change.home .g-name.cc-span {
  /* vertical-align: text-top */
}

.ad-change.home .g-name {
  display: inline-flex;
  /* float: revert; */
  /* margin-bottom: 3px; */
  flex-direction: column;
  vertical-align: middle;
  /* justify-content: space-evenly; */
  text-transform: capitalize;
  justify-content: center;
    font-size: 9.5px;
  font-family: 'Poppins';
  /* height: 40px; */
}

.g-rate-name {
  /* font-family: tahoma, Helvetica, sans-serif; */

  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* font-family: -apple-system, Montserrat; */
  font-size: 12px;
  font-style: normal;
  color: #23282c;
  /* font-weight: 700; */
  /* font-family: Montserrat;
  font-weight: bold;
  color: #222222;
  font-style: normal;
  size: 14px; */
}

.tbl-head-bgc {
  background-color: #efefef;
}

.tbl-thead-width {
  width: 65px;
}

.t-width {
  font-size: 12px;
}

/* rate font size */
.r-font-size {
  font-size: 14px;
  font-weight: 600 !important;
}

.e-height {
  height: 300px;
}

.e-height:hover {
  overflow: auto;
}
.light-t .ad-change th,
.light-t .ad-change td {
  background-color: #fff;
}
.ad-change th,
.ad-change td {
  background-color: #eceaea;
}

.light-t td.overlay {
  background: #ffffff87;
  color: #000 !important;
}

.overlay {
  position: absolute;
  background: #0000006b;
  left: 50%;
  right: 21%;
  height: inherit;
  text-align: center;
  color: white;
  font-size: 9pt;
  font-weight: bold;
}

.footer-menu {
  background: #303030;
  cursor: "pointer";
  color: white;
  padding: 10px !important;
  display: flex;
  justify-content: space-between;
}

.footer-menu a {
  text-transform: capitalize;
}

.main-container-betfair {
  position: relative;
}

.main-container-betfair .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000006b;
}

.opening-account h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffb80a;
  line-height: 1.33333;
}

.opening-account table,
h5 {
  color: #ffb80a;
}
.light-t td.overlay-bookmaker {
  background: #ffffff87;
  color: #000 !important;
}
td.overlay-bookmaker {
  position: absolute;
  background: #00000099;
  right: 0px;
  width: 421px;
  border-radius: 5px;
  height: inherit;
  text-align: center;
  color: #fff !important;
  font-size: 10pt;
  font-weight: bold;
  padding: 18px 0px !important;
  font-weight: 700 !important;
  font-size: 14px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking {
  animation: blink 1s infinite;
}

.fastwidtdrawl {
  color: #ffb80a;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 5px;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
}

.join-now {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.footerSupot {
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #ffb80a;
  /* background-color: #ffb80a; */
}

.footerSupot h4 {
  margin: 0;
  color: #ffb80a;
  font-weight: 800;
  /* padding-left: 20px; */
}

.join-now h4 {
  color: #fff;
  font-weight: 800;
  margin: 10px;
  font-size: 25px;
}

.join-now span {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.join-now h4 span {
  color: #EC6618;
  font-weight: 800
}

.join-whatsapp-master {
  display: flex;
  justify-content: center;
}

.join-whatsapp span {
  color: #03A155;
  font-size: 47px;
  font-weight: 800;
  letter-spacing: 3px;
}

.join-whatsapp {
  color: #03A155;
  border-radius: 10px;
  margin: 20px;
  height: 75px;
  padding: 0px 30px 0 0px;
  background-color: #fff;
}

.join-whatsapp img {
  position: relative;
  height: 85px;
  right: 40px;
  bottom: 15px;
}

.form-container {
  /* border: 2px solid #EC6618; */
  border-radius: 10px;
  margin: 0 200px 50px 200px;
  /* background-color: #272A35; */
}

.game-img img {
  margin: 10px 0 10px 20px;
  height: 450px;
}

.join-form input {
  height: 40px;
  /* width: 90%; */
  margin: 0;
  background-color: #272A35;
}

.join-form Label {
  font-size: 12px;
  color: #a7a7a7;
  font-weight: 500;
  margin: 3px 0;
}

.masterfield {
  color: #000 !important;
  font-size: 16px;
}

.mastertitle {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.close-Modal .close span {
  color: #000;
}

.light-t td.overlay-f1 {
  background: #ffffff87 !important;
  color: #000 !important;
}

.overlay-f1 {
  position: absolute;
  background: #00000099;
  right: 15px;
  width: 155px;
  height: inherit;
  text-align: center;
  font-size: 10pt !important;
  padding: 18px 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px;
}

.light-t td.overlay-f {
  background: #ffffff87 !important;
  color: #000 !important;
}

.overlay-f {
  position: absolute;
  background: #00000099 !important;
  right: 0px;
  width: 145px;
  border-radius: 5px;
  height: inherit;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  padding: 18px 0px !important;
  font-weight: 700 !important;
  font-size: 14px;
}

body{
  background-color: #eceaea;
}

body.light-t {
  background-color: #eff6ff;
}

.light-t td.overlay-md {
  background: #ffffff87 !important;
  color: #000 !important;
}

.light-t td.overlay-sm {
  background: #ffffff87 !important;
  color: #000 !important;
}

.overlay-md {
  position: absolute;
  background: #00000099 !important;
  right: 0px;
  width: 441px;
  border-radius: 5px;
  height: inherit;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  padding: 18px 0px !important;
  font-weight: 700 !important;
  font-size: 14px;
}

.light-t td.overlay-md-other {
  background: #ffffff87 !important;
  color: #000 !important;
}

.overlay-md-other {
  position: absolute;
  /* background:#ffff00b3; */
  background: #0000006b;
  left: 33%;
  right: 2%;
  height: inherit;
  text-align: center;
  /* color: #f30d0d; */
  color: white;
  font-size: 10pt;
  font-weight: bold;
  padding: 20px !important;
}

.btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.relative-row {
  position: relative;
}

.txt-success {
  color: green;
}

.text-danger {
  color: red;
}

.p-t {
  padding: 6px;
}

.odd_bg span {
  background-color: rgba(114, 187, 239, .5) !important;
}

.back1 span {
  background-color: rgba(114, 187, 239, .75);
}

/* .lay1 span {
  background-color: #e88fd0 !important;
} */
.lay1 span {
  background-color: rgba(250, 169, 186, .75);
}

/* .lay2 span {
  background-color: #e88fd0 !important;
} */
.lay2 span {
  background-color: rgba(250, 169, 186, .5);
}

.menu_show {
  display: block !important;
}


.modal-content .modal-header.login-main button.close {
  opacity: 1;
  color: #c1b8b8 !important;
  background: transparent !important;
  top: 0;
  border-radius: 21px !important;
  font-size: 15px;
  right: 0;
}

.dep-with .modal-content .modal-header .close,
.signupModal .modal-content .modal-header .close,
.loginModal .modal-content .modal-header .close {
  border-radius: 5px !important;
  padding: 10px !important;
  height: 30px;
  top: 15px;
  width: 30px;
  right: 25px;
  font-size: 14px;
  color: #ec6617 !important;
  background: #fff;
  opacity: 1;
  font-weight: 700;
}

.modal-content .modal-header .close {
  border-radius: 5px !important;
  padding: 10px !important;
  height: 30px;
  top: 5px;
  width: 30px;
  right: 25px;
  font-size: 16px;
  color: #000 !important;
  background: transparent !important;
  /* opacity: 1;
  font-weight: 700; */
}

.isotope-wrap .owl-theme .owl-nav {
  margin-top: 0px;
}

a.g-name.mob-name {
  font-size: 14px;
}

/* span.evnt-name {
  font-size: 12px;
} */

.inner-content {
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 20px;
}

h3.ids {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid #a79f9f;
  margin-bottom: 10px;
}

.scrolable {
  min-height: 250px;
  height: 400px;
  overflow: auto;
}

.scrolable .item {
  display: block;
  width: 100%;
  float: left;
  margin: 10px 0px;
  border-bottom: 1px solid #eae5e5;
  padding-bottom: 10px;
}

.btn-container button {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  height: 30px;
  border: none;
  color: #fff;
}

.btn-container {
  display: block;
  float: right;
  width: 100%;
}

button.dep {
  background: linear-gradient(to right, #87d682, #73c06e);
  cursor: pointer;
  color: #fff;
}

button.passchange {
  background: linear-gradient(to right, #778ee9, #627eea);
  cursor: pointer;
  color: #fff;
}

button.with {
  background: linear-gradient(to right, #d36565, #ff0808);
  cursor: pointer;
  color: #fff;
}

.scrolable .item .port-btn-sec p {
  margin: 0;
  text-align: right;
  padding: 0 20px;
  font-size: 12px;
}

.scrolable .port-img-sec {
  width: 10%;
  float: left;
}

.scrolable .port-title-sec {
  width: 60%;
  float: left;
}

.scrolable .port-btn-sec {
  float: left;
  width: 30%;
}

.scrolable .port-img-sec {
  width: 10%;
  float: left;
  height: 55px;
  border: 1px solid #b0b0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
}

.scrolable .port-img-sec img {
  width: 100%;
  background: #000;
  height: 100%;
  object-fit: contain;
}

.scrolable .item h3 {
  font-size: 12px;
  font-weight: 900;
}

.scrolable .create-id {
  padding: 10px 15px;
}

p.item-l {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.item-l span.d-data {
  color: #f6ab04;
}

.main-head-p h2 {
  text-align: center;
  /* font-weight: 900; */
  background: -webkit-linear-gradient(#ffb80a, #ec6618);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img.p-img-t {
  width: 150px;
}

.main-head-p p {
  font-size: 12px;
  margin-bottom: 10px;
}

.bet-stake input,
.stepper input {
  margin: 0;
  border: none !important;
  background: #000000 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.bet-stake {
  margin-top: 20px;
}

.Lay-screen .stepper input.stack-rate {
  color: #fff !important;
}

.Back-screen .stepper input.stack-rate {
  color: #fff !important;
}

.main-head-sec .item {
  background-size: cover;
  background-position: center;
  min-height: 350px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.item-inner-s.right {
  right: 10%;
  left: auto;
}

.item-inner-s .port-btn-sec button {
  width: auto;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 5px;
  margin-top: 10px;
  /* min-width: 28%; */
  /* width: 28%; */
}

.item-inner-s .port-btn-sec {
  width: 100% !important;
}

.item-inner-s {
  width: 35%;
  position: absolute;
  left: 10%;
  background: #000000;
  padding: 20px;
  border-radius: 20px;
}

h3.list-u {
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-transform: none;
}

.item-inner-s p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.item-inner-s .port-title-sec {
  padding: 0;
}

.item-inner-s .port-img-sec {
  width: 145px;
}

.list-u i {
  cursor: pointer;
}

/* h1.head-mm {
  text-align: center;
  font-weight: 900 !important;
  background: -webkit-linear-gradient(#ffe7b8, #ec6618);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 40px 0 30px;
} */

h1.head-mm {
  text-align: center;
  font-weight: 900 !important;
  /* background: #c3e302; */
  background: #f6ab04;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Rampart One', cursive;
}

.wallets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

.multiwallet-option {
  background-size: cover;
  background-position: top;
  overflow: hidden;
  min-height: 350px;
}

a.btn-cent.nav-link {
  border: 2px solid #ffb80a !important;
  padding: 5px 20px !important;
  border-radius: 35px;
  color: #ffb80a !important;
  font-weight: 700;
  margin: 20px auto;
  width: 220px;
}

a.btn-cent.nav-link:hover {
  border: 2px solid #ffb80a !important;
  background-color: #ffb80a !important;
  font-weight: 700;
  color: #000 !important;
}

a.btn-cent.nav-link {
  background: #ed6611;
  color: #fff;
  border-radius: 10px;
  animation-name: clr_change;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* position: absolute;
  bottom: 0;
  width: 200px;
  margin: 20px auto; */
}

@keyframes clr_change {
  0% {
    background-color: #48c859;
  }

  50% {
    background-color: #0726b4;
  }

  /* 50% {
      background-color: #854919;
  } */
  100% {
    background-color: #fdcf13;
  }

  /* 100% {
      background-color: #ed6611;
  } */
}

/* .main-po {
  background: #000000cc;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: column;
} */

/* .main-po {
  background: #0000007d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  border-radius: 0 0 100px 100px;
  flex-flow: column;
  margin: 0 auto;
  background-image: linear-gradient(#00000045, #000000ad, #000000ad, #00000042);
  box-shadow: 0 0 57px #000;
} */

.main-po {
  /* background: #0000007d; */
  background-image: radial-gradient(#000, #000000c7, #00000033);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  border-radius: 100px;
  flex-flow: column;
  margin: 0 auto;
  /* background-image: linear-gradient(#00000045, #000000ad, #000000ad, #00000042); */
  box-shadow: 0 0 57px #000;
}

img.w-img {
  width: 20%;
  margin-right: 70px;
}

.user-col label {
  color: #fff !important;
}

.user-col label,
.user-col input {
  width: 100%;
  float: left;
}

h1.t-head {
  /* padding: 20px 20px 0; */
  color: #f3a905;
  font-size: 18px;
  font-weight: 900;
}

.desk-padding-form {
  padding: 0 30%;
}

.desk-padding-form form {
  border: 1px solid;
  padding: 0px 0px;
  /* backdrop-filter: blur(5px); */
  -webkit-backdrop-filter: blur(5px);
  background: none;
  border: none;
  border-radius: 0px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, .1); */
  position: relative;
  width: 111%;
}

/* button.login-bttn:hover,
button.login-bttn:focus,
button.login-bttn:active {
  background-color: #ffb80a;
  color: #13151E;
} */

button.login-bttn {
  background-color: transparent;
  /* border-radius: 10px; */
  color: #ffecc6;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 20px;
  font-family: 'Poppins';
  text-transform: math-auto;
}
button.login-bttn :hover{
background-color: transparent;
}

.mob_hide button.login-bttn {
  padding: 12px 12px;
  background: #f9df10;
  color: black;
  font-weight: 500;
    border: none;
    border-radius: 2px;
    text-transform: math-auto;
    font-family: sans-serif;
    font-size: 13px;
}

.m-top {
  border-top: 2px solid #000;
  padding-top: 10px;
}

.c-transaction {
  background: #00FF00;
  padding: 0 10px;
  display: block;
  width: 70px;
  text-align: center;
  color: #000;
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 0;
}

.d-transaction {
  background: #FF0000;
  padding: 0 10px;
  display: block;
  width: 70px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 0;
}

/* DOB */

.login-section .form-control{
  color: #f9df0d !important;
  background-color: transparent !important;
}
.login-section .form-control:focus {
  color: #f9df0d !important;
  background-color: transparent !important;
}

.login-section input#user_captcha_input,
input#user_captcha_input:focus {
  color: #fff;
  background: transparent !important;
}

.prof-user{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
  color: #fff;
}

.prof-name{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgb(0, 123, 255);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}

span.c-white {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.guest-btn {
  background: transparent !important;
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400 !important;
  padding: 0 !important;
}


.light-t .loginModal.dd-modal .modal-content {
  background: #fff;
}
.loginModal.dd-modal .modal-content {
  /* background: #272a35; */
}

.error.from-d {
  color: red;
  font-size: 12px;
}

.sport-table-header.in-play-sec {
  font-size: 16px;
  padding: 12px;
}

.t-header {
  background: #000;
}

.casino-iimg {
  cursor: pointer;
}

.sport-table-header.abc.mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}

tr.pointer {
  cursor: pointer;
}

/* New latest code implementation */
footer.b-foot.footer {
  /* margin-top: 50px; */
  margin: 0;
}

span.bonus-sec {
  padding: 5px 10px;
  color: #f79e1b;
  font-weight: 700;
  float: left;
  width: 100%;
  /* background: black; */
}

.refer-icon {
  background: #f4901a;
}

span.txt-container {
  font-size: 15px;
  margin-left: 15px;
}

span.bonus-container {
  float: right;
}

.bg-back-bl {
  background: #000;
}

.header-logo {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo::before {
  position: absolute;
  content: "";
  border-top: 35px solid #272a35;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  height: 0;
  /* background-color: #1C1F24; */
  top: 50px;
  width: 100%;
  left: 0;
}

/* .header-logo img.brand-logo-light.logo-size {
  width: 120px;
  height: 75px;
  position: absolute;
  top: 10px;
} */
button.b-cancel {
  background-color: #FFFFFF !important;
  color: #000 !important;
  border: 1px solid #777777 !important;
  border-radius: 3px;
  height: 40px;
  margin: 0 !important;
  font-weight: 600;
  text-transform: capitalize;
}

/* button.b-cancel:hover {
  background-color: #ffb80a !important;
  color: #000 !important;
  border: 1px solid #ffb80a !important;
  border-radius: 20px;
  height: 40px;
  margin: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
} */

.login-head {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.login-head h4 {
  /* font-weight: 800;
  color: #fed434 ; */
}

.switch-btn.form-group {
  display: flex;
}

.login-form input {
  height: 40px;
}

.signup-form i.fa.fa-eye,
.signup-form i.fa.fa-eye-slash {
  position: absolute;
  right: 25px;
  top: 7px;
  color: #000;
  cursor: pointer;
}

.login-form i.fa.fa-eye,
.login-form i.fa.fa-eye-slash {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #000;
  cursor: pointer;
}

a#reload_href {
  font-weight: 800;
  margin: 10px 0;
  font-size: 18px;
  color: #ffb80c !important;
}

input#user_captcha_input:focus {
  background-color: #fff;
}

input#user_captcha_input {
  color: #495057;
  width: 100%;
  font-weight: 600;
  border: 1px solid #ffb80a;
  border-radius: 10px;
  background-color: #272a35;
  padding: 0 10px;
}

.login-form label {
  display: inline-flex;
  text-align: left;
  top: 22px;
  left: 12px;
  color: #a7a7a7;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .5px;
}
.light-t .joinUs-bg .form-container.form-wrapper {
  background-color: #272A35;
  padding: 0 20px;
}
.light-t .login-form {
  background-color: #272A35;
  padding: 0 20px;
}
.login-form {
  border: 1px solid #000000 !important;
    margin: 0% 35% 0% 36%;
    background-color: #1e8067;
    padding: 10px 20px 0px 20px;
    border-radius: 0px;
}

button.b-bet {
  background: #777777 !important;
  color: #fff !important;
  /* border: 1px solid #ffb80a !important; */
  /* border-radius: 10px; */
  height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  /* margin-left: 10px; */
}

/* 
button.b-bet:hover {
  background: #ffb80a;
  color: #000 !important;
  border: 1px solid #ffb80a !important;
  border-radius: 20px;
  height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
} */

span.c-name-i {
  font-size: 12px;
  font-weight: 700;
  /* display: flex; */
  /* align-items: flex-start; */
  /* flex-direction: column; */
  /* justify-content: flex-end; */
}

span.stepper-arrow.up {
  background: linear-gradient(#f79e1b, #ec6717) !important;
  color: #FFC11C !important;
  /* border-radius: 73px !important; */
  background: #1D253E !important;
}

span.stepper-arrow.down {
  /* background: linear-gradient(#f79e1b, #ec6717) !important; */
  /* color: #000 !important; */
  background: #1D253E !important;
}

.f-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sport-table.betPlaceMarkup {
  /* background: #9db0e0; */
}

/* .sport-table.betPlaceMarkup {
    background: #F0B6CE;
} */

.LayText-screen div .button-container .btn-stack.stack-rate,
.Lay-screen div .button-container .btn-stack.stack-rate {
  background-color: #1e8067 !important;
}

.BackText-screen div .button-container .btn-stack.stack-rate,
.Back-screen div .button-container .btn-stack.stack-rate {
  background-color: #1D253E !important;
}

.back-lay {
  width: 50%;
  display: flex;
  justify-content: center;

}

.matchOdd-head {
  display: flex;
}

.sport-table-header span.small-txt,
.sport-table-header span.n-margin {
  /* color: #fff; */
  /* color: #ffb80a; */
  font-weight: 600;
  font-family: 'Poppins';
}

.th-padding span.identity,
.tbl-thead-width span.identity {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}


header.section.page-header.rd-navbar-dark {
  position: absolute;
    width: 100%;
    top: 0;
    padding: 40px 0;
    border-bottom: none;
    height: 140px;
}
.side-nav-sec {
  position: fixed;
  width: 16.66%;
}

.desktop-strm {
  position: fixed;
  width: 19%;
  float: left;
}

section.main-section {
  margin-top: 145px;
}

.login-section section.main-section {
  margin-top: 30px;
}

p.game-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.light-t table.ad-change.bet-table th,
.light-t table.ad-change.bet-table td {
  color: #000;
}

table.ad-change.bet-table th,
table.ad-change.bet-table td {
  color: #fff;
  font-weight: 400;
}

span.far.fa-info-circle.fa-1x {
  /* color: #e5a108; */
  color: #000;
}

.sport-table-header.abc {
  margin-top: 0;
}

.dropdown-menu.show button.dropdown-item,
.dropdown-menu.show a {
  color: #000;
}

.dropdown-menu-mob-style{
  transform: translate3d(28px, 24px, 0px) !important;
}

.dropdown-menu.show {
  background: #ffffff;
  /* box-shadow: 1px 0px 5px -1px #f6ab04; */
  position: absolute !important;
  transform: translate3d(946px, 60px, 0px);
  top: 75px !important;
  left: 0px !important;
  will-change: transform;
  width: 25%;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #bababa !important;
  color: #000;
  cursor: pointer;
}

.betLoader .modal-content {
  background: transparent;
}

.betLoader .modal-content .modal-body {
  text-align: center;
}
.light-t .h-box table {
  background: #fff;
}
.h-box table {
  /* background: #1a1c28; */
}

.soc-img{
  margin-right: 10px;
  height: auto;
  width: 40px;
}

.h-box {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 20px;
  /* border-top-left-radius: 10px; */
}
.light-t .h-box table.ad-change.bet-table th,
.light-t  .h-box table.ad-change.bet-table td {
  color: #000;
  border-bottom: 2px solid #fff;
  /* padding: 2px 2px; */
  /* border-top: none; */
}

.h-box table.ad-change.bet-table th,
.h-box table.ad-change.bet-table td {
  color: #000;
  /* border-bottom: 2px solid #000000; */
  padding: 2px 2px;
  border-top: none;
}

.inner-container {
  min-height: 100vh;
  /* padding-top: 20px; */
  /* min-height: 100vh; */
  background-size: cover;
  background-position: center;
  /* background-color: #1C1F24; */
  /* background-image: url('/assets/images/bg-gray.png'); */
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.inputSection {
  display: flex;
  align-items: center;
}

.themechange {
  padding: 5px 15px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #ffb80a;
  cursor: pointer;
  color: #ffb80a;
  background: none;
  font-weight: bold;
  margin-left: 15px;
}

.inputSection input {
  height: 40px;
  width: 100%;
  padding: 15px 45px;
  border: none;
  background: #1c1f24;
  border-radius: 20px;
  color: #ffb80a;
}

.inputSection .icon {
  color: #ffb80a;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  left: -45px;
  cursor: pointer;
}

.home-sec {
  background: #000000a6;
  padding: 20px 0px;
}

span.min-max-item {
  font-size: 12px;
  /* font-weight: bold; */
  /* color: #867226; */
  padding-left: 10px;
}

.bet-table th.v-align {
  vertical-align: middle;
}

.vs-img{
  margin: 0 5px;
}

.prof-bg-color{
  color:#007bff;
  font-size: 16px;
  text-transform: capitalize;
}
.light-t .my-market-table td,
.light-t .my-market-table td a {
  color: #000 !important;
}
.my-market-table td {
  color: #000000 !important;
}
.my-market-table td a{
  color: #1e8067 !important;
}

table.account-statement {
  /* background: #fff; */
  /* border-top-left-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 10px; */
}

.cstm-des table.coz-color.account-statement td,
.cstm-des table.coz-color.account-statement th {
  /* color: #000; */
}

.no-found,
.cstm-des table.account-statement td,
.cstm-des table.account-statement th {
  /* border: 2px solid #000000; */
}

.light-t .cstm-des table td,
.light-t .cstm-des table th {
  background-color: #fff;
  color: #000;
}
.cstm-des table td,
.cstm-des table th {
  background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #1E8067;
}
.headeraccountstate {
  color: #1e8267;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0px 10px 1px;
  /* position: relative;
  top: 20px; */
}
.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-select {
  appearance: none; /* Removes default dropdown arrow */
  width: 100%;
  padding-right: 30px; /* Space for icons */
}

.up-icon, .down-icon {
  position: absolute;
  right: 12px;
  font-size: 10px;
  color: #343a40;
  pointer-events: none; /* Prevent click */
}

.up-icon {
  top: 15%;
}

.down-icon {
  bottom: 10%;
}
@media (max-width: 768px) {
  .select-wrapper {
    width: 100%;
  }
}
.cstm-de table td,
.cstm-des table th {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  /* padding: 8px; */
}

.widt {
  width: 140vh
}
.light-t .cstm-des .form-control {
  color: #000 !important;
}
.cstm-des .form-control {
  background: #ffffff;
    color: #000000 !important;
    padding: 5px !important;
    height: 35px;
    /* width: 200px; */
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-family: 'nunito';
}
.acc-para{
  color: #000;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

span.round-sec.b-balance {
  background: linear-gradient(#62c231, #518238);
  color: #fff !important;
}

span.round-sec.b-bonus {
  background: linear-gradient(#ff0000, #f55e5e);
  color: #fff !important;
}

.see-bets {
  background: transparent !important;
  color: #000 !important;
  padding: 5px !important;
  font-size: 10px !important;
}

.item-badge {
  background: #f6ab04 !important;
  border: 1px solid #000;
  color: #000 !important;
  padding: 5px;
}

i.fa.fa-university {
  color: #fff;
  margin-right: 5px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

/* .siz{
  height :40%;
  justify-content: center;
  align-items: center;
} */

@media only screen and (max-width:576px) {
  .theme-bg {
    width: 100% !important;
    /* height: 100vh; */
  }

  /* .login-section .inner-container { */
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */

  /* display: flex;
    background-image: url(https://media.sportsx9.com/home-img/view-soccer.png);
    justify-content: center;
    align-items: center;
    background-position: inherit;
    background-size: initial;
    background-repeat: round; */
  /* } */
  .login-backImg {
    /* height: 100vh; */
    /* width:  100%; */
    padding: 20px 10px;
  }

  .form-wrapper {
    /* position: relative;
    border-radius: 20px; */
    /* Adjust as needed */
    /* padding: 10px; Adjust based on your desired border width */
    /* background-color: #272a35 !important; */
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    /* Match this to .form-wrapper */
    padding: 3px;
    /* Adjust based on your desired border width */
    /* background: linear-gradient(to bottom right, #343959ff, #63646Aff, #2A4D3Aff); */
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }

  .login-form {
    /* The background color of the form */
    border: none !important;
    border-radius: 0px;
    /* Match this to .form-wrapper */
    padding: 0;
    /* Adjust as needed */
    position: relative;
    z-index: 2;
    background-color: #1e8067;
    /* Ensure form content is above the pseudo-element */
    /* Other styles for your form */
  }


  /* .login-form{
 border: 3px solid !important;
 border-image:  linear-gradient(to bottom right, blue, grey, green) 1 !important;
 border-radius: 20px !important;
} */

  .joinUs-bg {
    /* background-image: url('https://media.sportsx9.com/home-img/view-soccer.png');
  height: 100%;
  padding-top: 30px; */
  }

  .joinUs-mob {
    justify-content: end;
  }

  .mob-view {
    display: flex;
    justify-content: center;
  }

  .login-submit {
    font-weight: 400 !important;
  }

  .not-mob {
    display: none;
  }

  .form-group {
    text-align: center;
    margin-top: 12px;
  }

  .demo-mob {
    margin-top: 10px;
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #ffb80a !important;
  }

  .mob-view-label {
    font-size: 10px !important;
  }

  .mob-cap {
    text-align: center;
  }

  .mob-demo {
    background-color: transparent !important;
    border: 1px solid #ffb80a;
    color: #ffb80a !important;
  }

  /* .form-control {
    text-align: center !important;
    border-color: gray !important;
  } */

  .mob-foot {
    color: #ffb80a;
    display: flex;
    gap: 3px;
  }


  .login-backImg {
    /* background-image: url('https://media.sportsx9.com/home-img/view-soccer.png'); */
  }

  ul.social-icon {
    margin-left: 10px
  }

  .join-submit {
    font-weight: 400 !important;
  }

  .apps-item-otp.btn {
    font-weight: 600 !important;
  }

  .not-mob-foot {
    display: none;
  }

  a#reload_href {
    font-size: 10px;
  }

  input#user_captcha_input {
    border-color: gray;
    text-align: center;
    border-radius: 30px;
  }

  .form-control {
    /* border-radius: 30px !important; */
  }

}

@media (min-width:577px) {
  .mob-head-view {
    display: none;
  }

  .mob-lower-view {
    display: none;
  }

  .mob-foot {
    display: none;
  }
}

.pic-bg-sec {
  background: #0000008c;
  margin-bottom: 0;
}

.Account-Details li,
.Account-Details label {
  color: #fff;
}

.Account-Details.no-border {
  border: none;
}

.Account-Details.no-border h4 {
  color: #f3a904;
  font-weight: 700;
}

.acc-modal h5.modal-title {
  color: #ffffff;
  font-weight: 700;
}

.acc-modal .modal-header {
  border-bottom: none;
}

.no-match {
  /* background: #1c1f24 !important; */
  color: #fff;
  margin-top: 10px;
  padding: 0 !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 16px;
  right: 0px;
  display: flex;
  align-items: center;
  background-color: #25D366; /* Green background */
  color: white;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 48px; /* Initial width */
  height: 48px;
  cursor: pointer;
  z-index: 9999; /* High z-index to bring it to the front */
}

.whatsapp-button.hovered {
  width: 144px; /* Expanded width on hover */
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  left: 18px;
}

.whatsapp-text {
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-left: 8px;
}

.whatsapp-text.visible {
  opacity: 1;
}


.no-match h1 {
  color: #1e8067;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  padding: 0px 0;
  text-transform: none;
}

.light-t .ad-change.home.bet-table td {
  background-color: #ffffff;
}

.ad-change.home.bet-table td {
  /* padding: 5px; */
  background-color: #fff;
}

footer .side-nav {
  background: transparent;
}

footer .side-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 0 0;
  color: #fff;
  font-size: 10px;
}

footer .side-nav a:not([href]):not([tabindex]) {
  color: #ffb80a;
}

.scrol-sec {
  display: none;
}

/* .t-top{
  position: fixed;
  right: 20px;
  bottom: 61px;
  background: #00000047;
  border: none;
  color: #FEF;
  height: 20px;
  width: 20px;
  border: 1px solid #606364;
  border-radius: 23px;
  cursor: pointer;
  font-size: 10px;
} */
.t-top {
  position: fixed;
  right: 15px;
  bottom: 58px;
  background: #fff;
  border: none;
  color: #48c859;
  height: 20px;
  width: 20px;
  border: 1px solid #48c859;
  border-radius: 23px;
  cursor: pointer;
  font-size: 10px;
  z-index: 99999;
  padding: 0;
}

#fancyBookRunModal .modal-header {
  /* border: none; */
}

#fancyBookRunModal .modal-header h4 {
  color: #f79e1b;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
}

#fancyBookRunModal .modal-dialog {
  max-width: 400px;
}

#fancyBookRunModal .modal-header {
  /* background-color: #f6ab04; */
  /* background: linear-gradient(90deg, #f6ab04 0%, rgb(0 0 0 / 97%) 110%); */
  /* background-color: #272A35; */
}

#fancyBookRunModal .modal-body th,
#fancyBookRunModal .modal-body td {
  padding: 5px 10px;
}

table.book-table {
  /* border: 2px solid #ec661836; */
  border-radius: 10px;
  margin: 0;
}

#fancyBookRunModal .modal-body {
  background-color: #272A35;
  padding: 0;
}

.f-sec {
  margin-bottom: 10px;
}

.menu-item-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-c a {
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.menu-item-c .mnu-icn {
  width: 25px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.side-nav-sec ul.side-menu-items {
  overflow-y: auto;
  height: 85vh;
  overflow-x: hidden;
}

::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #8f776836;
}

.pl-item img.r-im {
  border: 1px solid #ed6b183d;
}

.iframe-height {
  height: 100vh;
}

.fancy1-here .betPlaceMarkup button.btn-stack.stack-rate,
.fancy-here .betPlaceMarkup button.btn-stack.stack-rate {
  width: 75px;
  /* border-radius: 10px !important; */
}

.ball-by-ball-here .betPlaceMarkup .f-show-only,
.odd-even-here .betPlaceMarkup .f-show-only,
.fancy1-here .betPlaceMarkup .f-show-only,
.fancy-here .betPlaceMarkup .f-show-only {
  display: block !important;
  font-weight: 800;
  font-size: 10px;
}

th.bg-back .identity,
th.bg-lay .identity {
  height: 30px !important;
  padding: 10px !important;
  line-height: 10px;
}

img.siz {
  height: 400px;
}

.exch-sec {
  padding: 30px 10%;
}

.basic-head {
  padding: 0.75rem;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #f4aa05;
}

.internal-item .item {
  margin-bottom: 10px;
}

.internal-item {
  background: #fff;
  padding: 20px;
  color: #000;
}

.item-label span.hint {
  width: 100%;
  float: left;
  font-size: 10px;
  color: #857272;
  font-style: italic;
}

.internal-item .item-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

th.d-sm-none.pl-2 {
  vertical-align: middle;
}

.internal-item .item-input {
  width: 50%;
  height: 40px;
}

button.af-btn.btn {
  margin-right: 10px;
  background: linear-gradient(#f79e1b, #ec6717);
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  height: 40px;
}

.internal-item .item-label {
  width: 100%;
  margin-bottom: 10px;
}

ul.item-dd {
  margin: 20px 0 !important;
  /* display: flex; */
  flex-wrap: unset !important;
  overflow: scroll;
  scrollbar-width: none;
}

.Toastify__toast--success {
  background: #48c859 !important;
  font-weight: 500;
  font-size: 14px;
}

i {
  font-style: initial;
}

.mid-way h4 {
  color: #f6ab05;
}

#fancyBookRunModal .modal-body {
  /* background-color: #5a5a5a; */
  /* padding: 10px; */
}

#fancyBookRunModal .table thead th,
#fancyBookRunModal .table tbody td {
  /* border: 1px solid #dee2e6; */
  /* border: none !important; */
}
#fancyBookRunModal table th:first-child {
  border-radius: unset;
}
#fancyBookRunModal table th:last-child {
  border-radius: unset;
}
.amount-bold,
.amount-bold:focus {
  font-weight: 700;
  background: transparent;
  color: #fff !important;
}

/* .inner-label {
  color: #f6ab04 !important;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
} */
.betPlaceMarkup .amount-box {
  margin: 10px 0;
}
.amount-box {
  background-color: white;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0px 0px;
}

.amount-box label {
  width: 100%;
  color: #000;
  font-family: 'Poppins';
}

.withdraw-form label {
  font-weight: 700;

}

.amount-box input[type="number"] {
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  margin: auto;
  width: 85% !important;
}

.amount-box img {
  width: 15px;
  cursor: pointer;
}


.amount-boxsecond input[type="number"]::placeholder {
  font-weight: 400;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  display: none;
}

.light-t .form-control {
  background-color: transparent;
}
.form-control {
  border: 1px solid #1D253E;
  background-color: #272A35;
  /* color: #fff; */
  /* margin: 10px 0; */
  height: 35px;
  font-family: 'Poppins';
  /* border-radius: 10px !important; */
}

input.form-control-sm.form-control::placeholder {
  color: #A2A3A5;
  font-weight: 600;
}

/* .form-group .btn {
  color: #000;
  font-weight: 700;
  border-radius: 20px;
} */

i.float-sec.fa.fa-check {
  color: green;
}

/* .b-details-items li img {
  width: 30px;
} */
/* .deposit-items img{
  width: 359px !important;
  height: 519px !important;
} */
.b-details-items li img {
  height: 70% !important;
}

.b-details-items li {
  color: #000 !important;
  width: 220px;
  height: 175px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px 15px;
  border: 1px solid #ffb80a;
  border-radius: 35px;
  color: #000;
  font-weight: 800;
  margin-right: 15px;
  justify-content: space-evenly;
}

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

.hide-item {
  display: none;
}

label.imageproof-label i.fa.fa-camera {
  margin-right: 10px;
}

label.imageproof-label {
  width: 100%;
  float: left;
  /* margin: 10px 0; */
  background-color: #1d253e;
  /* border: 1px solid #ffb80a; */
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

ul.stack-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

li.s-item {
  /* width: 10%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(#f79e1b, #ec6717); */
  margin: 10px 0;
  background: #000000;
  border-radius: 10px;
  padding: 12px 75px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: white;
  border: 2px solid #1D253E;
}

.betting-container {
  margin: 30px 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR_onhRKfKKI1pNrT1QjTPjnZltFDp_Ti1HzdWY0aALpgb0sge34zVxBPpbpZsFrLmfOq0&usqp=CAU");
  transform: rotate(-180deg);
}
.light-t .accordion-button::after {
  filter: invert(1);
}
.accordion-button::after {
  flex-shrink: 0;
  /* width: 4px; */
  /* height: 10px; */
  margin-left: auto;
  content: "";
  background-image: url(https://lotus365.blue/assets/img/submenu-arrow.svg);
  background-repeat: no-repeat;
  background-size: 27px 16px;
  /* transition: transform .2s ease-in-out; */
  position: relative;
  top: 2px;
  right: -10px;
}

.home-Faq-box {
  border-radius: 10px;
  margin-bottom: 20px !important;
}

.Faq-qus {
  font-size: 18px;
  color: #fff !important;
  margin: 5px 0 0 15px;
}

.Faq-qus h2 {
  font-size: 18px;
  text-transform: none;
  color: #fff !important;
  /* margin: 5px 0 0 15px; */
}

.Faq-qus h3 {
  font-size: 14px;
  color: #fff !important;
  margin: 10px 0 0 0px;
}

.Faq-con {
  font-size: 12px;
  color: #fff !important;
  margin: 5px 0 0 15px;
}

.home-Faq h1 {
  font-size: 14px;
  color: #fff;
}

.home-Faq {
  color: #fff !important;
  background-color: #00000070 !important;
  font-size: 16px;
  font-family: 'Inter';
}

.Faq-data {
  background-color: #8080801c;
}

.home-Faq-content {
  color: #fff !important;
  padding-top: 10px !important;
  font-size: 12px;
  font-family: 'Inter';
}

.home-Faq-content h2 {
  color: #fff !important;
  /* padding-top: 10px !important; */
  text-transform: none;
  font-size: 12px;
  font-family: 'Inter';
}

/* DOB */
.login-dialog .modal-content {
  padding: 0 !important;
  border: none !important;
}

.login-dialog button.close {
  top: -5px;
  right: 5px;
}

.login-dialog button.close span {
  background: red !important;
  /* height: 10px !important; */
  padding: 8px;
  border-radius: 50px;
  color: #fff;
  opacity: 0.8 !important;
  font-size: 10px;
}

.login-dialog .welcome-pop.modal-body {
  padding: 0;
}

.real-casino-maintenance {
  background-size: cover;
  background-position: center;
  background-image: url(https://media.sportsx9.com/front/real-id.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
}

.casino-maintenance {
  background-size: cover;
  background-position: center;
  background-image: url(https://media.sportsx9.com/front/casino_maintenance.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
}

ul.login-foot {
  width: 150px;
}

ul.social-media {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

ul.social-icon {
  display: flex;
  justify-content: space-between;
  width: 140px;
}

img.social-item {
  width: 45px;
}

img.social-icon {
  width: 28px;
}

img.mob-icon {
  width: 12px;
}

li.social-media-item {
  width: auto !important;
}

.d-sm-none-add {
  display: none;
}

.user-col h2 {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  text-transform: capitalize;
}

.user-col h1 {
  color: #ffb80a;
  font-size: 18px;
  margin: 10px 0;
  text-transform: capitalize;
}

.points {
  font-size: 24px;
}

.withdraw-form input {
  width: 65%;
  height: 45px;
}

.form-control, .form-control:focus {
  font-weight: 700;
  color: yellow;
}

a.orange-ham img {
  height: 50px;
}

.thead-dark td {
  border: none;
  background-color: #272A35;
}

/* .account-statement thead:after {
  content: "-";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
} */

table th:first-child {
  border-radius: 5px 0 0 5px;
}

table th:last-child {
  border-radius: 0 5px 5px 0;
}

.account-statement tbody {
  border: 1px solid #000000;
  border-radius: 5px !important;
}

.account-statement tbody tr {
  border-bottom: 1px solid #000000;
}

tr.bg-lay td,
tr.bg-back td {
  color: #000 !important;
}
.bg-lay td {
  background-color: #faa9ba !important;
}
.bg-back td {
  background-color: #9db0e0 !important;
}

.account-Notification tbody {
  border: 1px solid #ffb80a;
  border-radius: 5px !important;
}

.account-Notification thead:after {
  content: "-";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}

.table-bordered,
.table-bordered th {
  border: none;
}

.light-t .table-bordered td {
  color: #000;
  background-color: #fff;
}
.table-bordered td {
  color: #1e8067;
  background-color: #ffffff;
  border: none;
}
button.btn.btn-editamount.btn.btn-secondary {
  background: #1e8067;
}
.cricket-table td {
  border: 1px solid #fff !important;
}

.mob-view-label {
  color: initial;
}

.mob-view-label.focused {
  color: #ffb80a;
}

@media (max-width: 425px) {

  /* .footerSupot {
    margin-bottom: 100px;
} */
  .masterhide {
    display: none;
  }
}

@media (max-width: 768px) {
  .login-password {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login-otp {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobfast {
    display: none;
  }

  .b-details-items li {
    /* display: inline-block; */
    margin-bottom: 10px;
    width: 120px;
    height: 65px;
  }

  .submt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
  }

  .login-submit {
  }

  .login-form input {
    height: 35px;
  }

  .join-submit {
    width: 100% !important;
  }

  .login-form label {
    font-size: 15px;
  }

  .join-now h4 {
    color: #fff;
    font-weight: 800;
    margin: 5px 10px;
    font-size: 15px;
  }

  .footerSupot {
    padding: 5px 0px !important;
  }

  .join-form Label {
    font-size: 15px;
    margin: 0;
  }

  .col-sm-7.col-md-7.col-lg-7.signup-form {
    padding: 0;
  }

  .join-form input {
    /* height: 30px; */
  }

  form.pt-2.join-form {
    /* margin-bottom: 10px; */
  }
}

@media (min-width: 768px) {
  .ipl-head{
    display: none !important;
  }
}

@media (min-width: 768px) {
  .well11.container-lg .check-card img {
    /* height: 150px; */
  }

  #bet-chart {
    justify-content: unset !important;
  }

  #profi {
    margin-left: 40px
  }

 

  .landingpage .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 10.33333%;
  }

  .landingpage .col-md-9 {
    flex: 0 0 75%;
    max-width: 73%;
  }

  .landingpage .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .menu-burger {
    display: none;
  }

  .show-mobile-limit .showbalance {
    display: none;
  }

  .tabs-horizontal.tabs-corporate .nav-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: #f6ab04;
  }

  .logo-size {
    width: 40%;
    margin-left: 0px;
  }
  img.brand-logo-light.logo-size{
    margin-left: 0px;
  }
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
  color: #fff;
  background: #f6ab04;
  border-color: #f6ab04;
}

.isotope-filters-toggle,
.isotope-filters-toggle:focus,
.isotope-filters-toggle:active {
  color: #fff;
  border-color: #f6ab04;
  background-color: #f6ab04;
}

.rstm-tree-item--active {
  background: #f6ab04 !important;
}

.rstm-tree-item {
  padding: 0.0rem 1rem !important;
}

.rstm-tree-item.rstm-tree-item-level0 {
  font-size: 16px !important;
}

.table thead th {
  /* border-bottom: 0px solid #dee2e6; */
}

.score-position {
  float: right;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin: -25px 0 0 -25px;
  left: calc(50% - 26px);
  top: calc(50% - -50px);
  /* top: calc(50% - 65px); */
}

.loader-casino {
  border: 5px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin: -25px 0 0 -25px;
  left: calc(50% - 26px);
  top: calc(50% - -50px);
  /* top: calc(50% - 65px); */
}

.loaderBet {
  border: 5px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin: -25px 0 0 -25px;
  left: calc(50% - 26px);
  /* top: calc(50% - -50px); */
  /* top: calc(50% - 65px); */
}

.betLoader .modal-content {
  border: 0px;
}

.loader-img {
  position: absolute;
  left: calc(50% - 184px);
  top: calc(50% - 70px);
  width: 23%;
}

.loader-container {
  height: 100vh;
  background: black;
  display: table-cell;
  width: 100vw;
  position: relative;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

span.red {
  font-size: 10px;
  width: 100%;
  float: left;
  /* margin-bottom: 10px; */
  color: red;
  text-transform: none;
}

span.green {
  font-size: 12px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #48ff48;
  text-transform: none;
}

a.login-bttn {
  border: 2px solid #ffb80a !important;
  padding: 5px 20px !important;
  border-radius: 35px;
  background-color: #000;
  color: #ffb80a !important;
  font-weight: 700;
}

a.login-bttn:hover {
  margin-left: 10px;
  border: 2px solid #ffb80a !important;
  background-color: #ffb80a !important;
  padding: 5px 20px !important;
  font-weight: 700;
  color: #000 !important;
  border-radius: 35px;
}
/* .light-t .signup-bttn, .light-t .signup-bttn:hover, .light-t a.signup-bttn,  .light-t a.signup-bttn:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
} */
button.signup-bttn,
a.signup-bttn {
  border: 2px solid #000;
  background-color: #000;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: unset;
}

button.signup-bttn:hover,
a.signup-bttn:hover {
  border: 2px solid #000;
  /* padding: 5px 5px ; */
  /* border-radius: 1px; */
  color: #FFFFFF !important;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 600;
  /* line-height: 28.92px; */
  /* text-align: left; */
  background-color: #000 !important;

}

.ipl-head{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.ipl-head .ipl-mob{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #223577;
}
.ipl-head .lok-mob{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #bb1919;
}
.light-t .hide-side-nav {
  background-color: #fff;
  color: #000;
}
.hide-side-nav {
  /* background-color: #3289f2; */
  background-color: #1e8067;
  display: none;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border-bottom: 0;
  color:white;
}
.hide-side-nav .nav-item {
  padding: 10px 0;
  flex: auto;
}

.hide-side-nav .nav-item1{
  padding: 10px 0;
}

.hide-side-nav .nav-link {
  color: white;
  border: 0;
  border-right: 1px solid white;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 8px;
  /* font-weight: bold; */
  text-transform: us;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .m-game-name {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .sport-table-header.abc.mobile {
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    display: flex; 
  }

  .b-details-items li {
    /* width: 30%; */
    border-radius: 20px;
    margin-right: 10px;
  }

  .Account-Details.qr {
    width: 100%;
    text-align: center;
  }

  .b-details-items {
    /* display: inline-block; */
    justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
  }

  .b-details-items li img {
    width: 25px;
    /* border-radius: 45px; */
    margin-right: 5px;
  }

  .themed-container .ad-change.bet-table .bg-back span.identity,
  .themed-container .ad-change.bet-table .bg-lay span.identity {
    height: 37px;
    width: 55px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
  }

  .themed-container .sport-table-header {
    font-size: 12px;
    padding: 5px 14px 5px;
    letter-spacing: 0;
  }

  span.n-margin {
    margin: 0 !important;
  }

  span.small-txt {
    /* font-size: 12px; */
  }

  .img-res {
    width: 500px;
  }

  .loader {
    border: 5px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 1px);
    margin: -25px 0 0 -25px;
    /* top: calc(50% - 10px); */
    top: calc(50% - -150px);
  }

  .loader-casino {
    border: 5px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 1px);
    margin: -25px 0 0 -25px;
    /* top: calc(50% - -150px); */
  }

  .loaderBet {
    border: 5px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 12px);
    margin: -25px 0 0 -25px;
    /* top: calc(50% - 10px); */
    /* top: calc(50% - -150px); */
  }

  .loader-img {
    position: absolute;
    left: calc(50% - 126px);
    top: calc(50% - 90px);
    width: 68%;
  }

  .table-width {
    width: 100% !important;
  }

  .bet-pl {
    padding-left: 0px !important;
  }

  .h-pd {
    padding-right: 1px !important;
  }

  login_b {
    display: block !important;
  }

  .menu-mr {
    margin-left: 0px !important;
  }

  .r-font-size {
    font-size: 14px;
  }

  .score-refresh {
    margin-left: -16px;
  }

  .score-position {
    margin-right: 11px;
  }

  .dropdown-w {
    /* width: 155px; */
  }

  .logo-size {
    /* width: 106px;
    height: 41px; */
  }

  /* .m-logo {
    margin-top: 16px !important;
  } */

  .bet-button {
    width: 150px;
  }

  .bg-lay.g-rate-name {
    width: 55px;
  }

  .bg-back.g-rate-name {
    width: 55px;
  }

  .g-name-size {
    /* width: 46%; */
    /* width: 64%; */
    /* width: auto; */
  }

  .f-name-size {
    /* width: 61%; */
  }

  .tbl-thead-width {
    /* width: 10%; */
    /* width: 0%; */
    width: 55px !important;
  }

  .f-tbl-back-width {
    /* width: 14.7%; */
    /* width: 0%; */
    width: 55px;
  }

  .f-tbl-lay-width {
    /* width: 17.5%; */
    width: 55px;
    /* width: 0; */
  }

  .f-name-size {
    /* width: 62%; */
  }

  .f1-tbl-back-width {
    width: 17.7%;
  }

  .f1-tbl-lay-width {
    width: 17.5%;
  }

  .f1-name-size {
    width: 62%;
  }

  /* #event.rstm-tree-item-group.rstm-tree-item {
    padding-left: 0px !important;
    color:red;
  } */

  /* .menu-mobile {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    background: #fff;
    margin-bottom: -8px;
  } */

  .t-w {
    width: 1200px;
  }

  .casino-menu-mobile {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    background: black;
    margin-bottom: -8px;
  }

  .casino-w {
    cursor: pointer;
    /* color: white;
    padding: 5px; */
    width: 116px;
  }

  /* .overlay-sm {
    position: absolute;
    background: #0000006b;
    right: 15px;
    height: inherit;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 15px !important;
  } */

  .light-t td.overlay-sm-other {
    background: #ffffff87 !important;
    color: #000 !important;
  }

  .overlay-sm-other {
    position: absolute;
    /* background:#ffff00b3; */
    background: #0000006b;
    left: 46%;
    right: 7%;
    height: inherit;
    text-align: center;
    /* color: #f30d0d; */
    color: white;
    font-size: 11pt;
    font-weight: bold;
    padding: 10px !important;
  }

  .light-t td.overlay-f1-sm {
    background: #ffffff87 !important;
    color: #000 !important;
  }

  .overlay-f1-sm {
    position: absolute;
    background: #0000006b;
    left: 63%;
    right: 2%;
    height: inherit;
    text-align: center;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    padding: 18px 0 !important;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .img-res {
    width: 500px;
  }

  .login_hide1 {
    display: none !important;
  }

  .login_b {
    display: none !important;
  }

  .logo-size {
    width: 40%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .img-res {
    width: 500px;
  }

  .login_hide1 {
    display: none !important;
  }

  login_b {
    display: none !important;
  }

  .logo-size {
    width: 40%;
  }
}

.badge-success {
  color: #fff;
  background-color: #4dbd74;
}

.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-txt-size {
  font-weight: 500;
  font-size: small;
}

.overlay-placebet {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* .carousel-item img {
  width: 1310px;
  height: 200px;
} */

.highlight-text span {
  background-color: #ffa500 !important;
}

@media (min-width: 768px) {

  .img-res {
    width: 500px;
  }

  .mar {
    margin-left: 66%;
  }
}

a.my-market-in,
.my-market-inn {
  color: #000;
  padding: 0.25rem 1.5rem;
}

.fix-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9;
  /* border-radius: 25px; */
  background-color: #212129;
  border-top-right-radius: 30px;
  overflow: hidden;
  border-top-left-radius: 30px;
}

.close {
  color: #720303;
  /* opacity: 1; */
  position: relative !important;
  border-radius: 0 !important;
  width: 30px !important;
  color: #dacfcf;
  display: block !important;
  height: 34px !important;
  background-color: red !important;
}

nav .rd-nav-link {
  color: #ffffff !important;
}

.rd-nav-link {
  text-transform: none;
  font-weight: 400;
  /* font-family: -apple-system, Montserrat !important; */
  padding: 0.3rem 1.5rem;
}
/* .showbalance.balance{
  background-color: #f9df10;
    border-radius: 10px;
    display: grid;
    font-size: xx-small;
    width: 80px;
    text-align: center;
    padding: 4px 0;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: white;
}

.logo-time {
  display: flex;
  align-items: center;
  gap: 15px;
}

.balance-exposure {
  display: flex;
  gap: 10px;
  align-items: center;
}

.balance-btn,
.exposure-btn {
  background-color: yellow;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logout-btn {
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.lotusnav{
 display: flex;
 justify-content: center;
 
}

span.time {
  margin-right: 120%;
  font-size: smaller;
  font-family: 'fontawesome';
} */

.showbalance span.amount {
  font-size: 14px;
  line-height: 0px;
  color: #000000;
}
.showbalance span.title{
  color: #000000;
}

iframe#myId-score {
  background: #000;
}

iframe.tv-live {
  max-height: 250px;
  height: 210px;
}

iframe#myId {
  /* height: 210px;
  background: #000; */
  width: 100%;
  float: left;
  border: none;
}

.strm-header {
  background: #303030;
  padding: 4px 22px;
  color: #fff;
}

.event-side-list.wow-ind {
  display: block !important;
  padding: 20px 0;
}

.show-desktop-limit .show-mobile {
  display: none;
}

.show-desktop-limit {
  margin: 0 15px 0 0;
}

span.streming-icon-mobile {
  display: none;
}

.check-hpone {
  margin: 0;
  padding: 0;
}

.ad-change.bet-table .bg-back {
  /* background-color: transparent; */
}

.ad-change.bet-table .bg-back span.identity,
.ad-change.bet-table .bg-lay span.identity {
  height: 45px;
  width: 70px;
  padding: 10px 15px;
  float: left;
  /* color: #fff; */
  /* border-radius: 5px; */
  font-family: "Roboto Condensed", sans-serif;
}

.ad-change.bet-table .bg-lay span.identity {
  /* background-color: #e88fd0; */
  /* background-color: #1D253E; */
  /* color: #FFFFFF; */
}

.ad-change.bet-table .bg-back span.identity {
  /* background-color: #9db0e0; */
  /* background-color: #9db0e0; */
  /* color: #70C7F1; */
}

.mob {
  display: none;
}

.ad-change.home .mob {
  display: none;
}

.home-side.mob-no-pad {
  padding: 0 30px;
}

span.no-bg {
  padding: 10px 15px;
  width: 65px;
  float: left;
  color: #fff;
  height: 45px;
  border-radius: 5px;
}

table.ad-change.home td.bg-back.g-rate-name,
table.ad-change.home td.bg-lay.g-rate-name {
  /* width: 50px; */
  /* padding: 5px; */
  /* background-color: #000; */
  padding: 1px 0px 0px 0px;
}

.ad-change.home.bet-table td {
  /* border-bottom: 2px solid #000000;
  border-top: none;
  border: none; */
  /* border: 1px solid #ddd; */
}

.no-bg-c.identity {
  /* background-color: transparent !important; */
}

i.icons {
  font-size: 20px;
}

.fullscreen.sport-table.p-bg-5 {
  position: relative;
}

.full-betLoader .modal-content {
  height: 90vh;
}

.full-betLoader.modal-lg {
  max-width: 80%;
}

button.fullscreen-sec {
  padding: 0 0px;
  margin: 0;
  background: none;
  position: absolute;
  right: 30px;
  z-index: 9;
  border: none;
  color: #fff !important;
  top: 4px;
  cursor: pointer;
}

nav .dropdown-menu.show button,
nav .dropdown-menu.show a {
  cursor: pointer;
  color: #000;
  width: 100%;
  display: block;
}

nav .dropdown-menu.show a:hover {
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #f6ab04;
}

i.fa:before {
  font-style: initial !important;
}

i.icons:before {
  font-style: initial !important;
}

.social-sec ul li {
  display: inline-block;
  margin: 10px 5px !important;
}

.logo-foot-sec img {
  width: 45%;
  /* height: 65px; */
}

.bottom-bar {
  /* background: #f6ab04; */
  /* background: #f6ab04; */
  background: linear-gradient(to right, #141414, black);
  padding: 5px;
}

a.foot-links {
  display: block;
  margin: 5px 0 8px;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

.payment-sec ul li {
  display: inline-block;
}

/* .payment-sec ul {
  padding: 12px 0;
  width: 70%;
} */

.payment-sec img {
  width: 50px;
  margin-bottom: 10px;
}

h4.foot-heads {
  font-weight: 900;
  /* color: #c92127; */
  color: #f6ab04;
}

.foot-container {
  /* padding-top: 60px; */
  padding: 40px 40px 0 40px;
}

p.disclaimer {
  font-size: 12px;
  line-height: 35px;
  font-weight: 300;
  padding: 32px 13px;
  color: #8b8b8b;
  text-align: center;
  margin-left: 4%;
  font-family: 'Poppins';
  position: relative;
  bottom: 30px;
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 100px;
  margin: 20px 0px 20px 0px;
}

.payment-methods img {
  width: auto; /* Maintain aspect ratio */
  max-height: 50px; /* Adjust height as needed */
}

/* Responsive: Two images per row on smaller screens */
@media (max-width: 768px) {
  .payment-methods {
    justify-content: center;
    gap:10px;
  }

  .payment-methods img {
    width: 48%; /* Makes 2 images fit in one row */
    max-height: 40px;
    gap: 10px;
  }
}


.foot-container {
  background: #141414 !important; /* Ensure background remains black */
  padding-bottom: 20px; /* Adjust to prevent white space */
}



section.webpages {
  padding: 25px;
  border-top: 2px solid #00000014;
}

section.webpages h1 {
  color: #ffb80a;
  font-weight: 800;
  font-size: 36px;
}

section.webpages h4 {
  color: #fff;
  font-weight: 800;
}

section.webpages p,
section.webpages li {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.accordion .accordion-header button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 14px;
  color: #ffb80a;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: 'Poppins';
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  cursor: pointer;
  background: #8080801c;
}

.accordion-item {
  border: 1px solid;
  /* margin: 20px 0px; */
  border-bottom: 2px solid #efefef;
  width: 161px;
  left: -29px;
}

.accordion-body {
  padding: 20px;
}

.casino-sec {
  /* background: #dfdfdf; */
  /* padding: 10px 20px 0px 20px; */
  margin-bottom: 10px;
}

.home-origin {
  padding: 10px 10px 0px 0px;
}

.home-origin img {
  object-fit: cover;
  border: 1px solid #2c2c2c;
  width: 100%;
}

.live-casino-head {
  text-transform: initial;
  color: #f6ab04;
}

.th-padding {
  height: 30px;
  margin: 5px;
  /* border-radius: 5px; */
  padding: 1px !important;
}

.fancy-tab td,
.fancy1-tab td,
.ballbyball-tab td {
  font-size: 14px;
  font-family: 'Poppins';
  /* font-weight: bold !important; */
}

.fancy-tab span.min-max-tap,
.fancy1-tab span.min-max-tap,
.ballbyball-tab span.min-max-tap {
  font-size: 10px;
}

.loginModal .modal-content .form-control,
.signupModal .modal-content .form-control,
.modal-dialog.dep-with .modal-content .form-control {
    font-weight: 500;
    color: #000;
    background-color: #FFF;
    border: 0px;
    border-bottom: 1px solid yellow;
    border-radius: 0px;
}

.loginModal .modal-content,
.signupModal .modal-content,
.modal-dialog.dep-with .modal-content,
.acc-modal .modal-content {
  /* background-image: url('/assets/images/modal-bg.jpg'); */
  /* background-size: cover; */
  /* background-position: center; */
  /* box-shadow: 0px 0px 20px -10px;
  border-radius: 30px;
  background: #000000b8; */
  background-position: center;
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* background: hsla(0, 0%, 100%, .2); */
  background: #1e8067;
  /* border: 1px solid hsla(0, 0%, 100%, .3); */
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, .1); */
  /* padding: 1rem; */
  position: relative;
  width: 100%;
}

.loginModal h5,
.loginModal label,
.loginModal .signup-link,
.signupModal h5,
.signupModal label,
.signupModal .signup-link {
  color: #fff !important;
  font-size: 16px;
}

.exposure {
  /* color: #ffb80a; */
}

.icn li {
  background: #f6ab04;
  border-radius: 100%;
  padding: 1px;
}

.icn ul {
  margin: 20px 0px;
}

.font-italic {
  font-style: italic;
}

.landingfooter .wa-icon a i.fa.fa-whatsapp.whatsapp-icon {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.15s infinite linear;
  -o-animation: bounce 1.5s infinite linear;
  -webkit-animation: bounce 0.15s infinite linear;
  animation: bounce 1.5s infinite linear;
  background: #48c859;
  padding: 0 12px;
  border-radius: 40px;
}

.wa-icon a i.fa.fa-whatsapp.whatsapp-icon {
  display: inline-block;
  position: relative;
  /* -moz-animation: bounce 0.15s infinite linear;
  -o-animation: bounce 1.5s infinite linear;
  -webkit-animation: bounce 0.15s infinite linear;
  animation: bounce 1.5s infinite linear; */
  background: #48c859;
  padding: 0 12px;
  border-radius: 25px;
}

a.whatsapp_float {
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background: #48c859; */
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 50px;
  cursor: pointer;
  z-index: 9999;
}

form i.fa.fa-whatsapp.whatsapp-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 30px;
  background: #48c859;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 50px;
  cursor: pointer;
}

.sidepanel img {
  cursor: pointer;
  width: 100%;
}

.modal img.brand-logo-light.logo-size {
  margin-bottom: 10px;
  width: 200px;
}

img.brand-logo-light.logo-size {
  width: 175px;
  height: auto;
  margin-left: 110px;
}
@media only screen and (max-width: 600px) {
  .logo-size {
    display: flex
;
    /* left: 0px; */
    position: relative;
    /* left: -82px; */
    right: 110px;
    /* margin-top: 18px; */
    margin-top: 26px;
    max-width: 140px;
    /* height: 141px; */
    top: -12px;
}
}
a#ui-to-top {
  display: none;
}

a.deposit-btn {
  text-decoration: underline;
  color: #c81f25;
}

span.round-sec {
  /* padding: 10px 20px;
  background: #ff000052; */
}

.padding-mid {
  padding: 0 10%;
}

.padding-mid h4 {
  color: #ffb80a !important;
  font-weight: 700;
}

.round-sec.green {
  background: linear-gradient(#62c231, #518238);
  float: none;
}

.round-sec.yellow {
  background: linear-gradient(#f79e1b, #ec6717);
  float: none;
}

span.round-sec {
  padding: 10px 25px;
  color: #000 !important;
  background: #ffb80a;
  display: inline-block;
  width: auto !important;
  margin: 5px 0;
  margin-right: 20px;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
}

.modal-btn a.deposit-btn:hover,
.modal-btn a.withdrawl-btn:hover {
  color: #f6f6f6;
}

.modal-btn a.deposit-btn,
.modal-btn a.withdrawl-btn {
  cursor: pointer;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  margin: 10px;
  display: inline-block;
}

.modal-btn a.withdrawl-btn {
  background: #f6ab04;

}

.modal-btn a.deposit-btn {
  background: #48c859;
}

.user-col a {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

.user-col.showdetails {
  text-align: center;
}

.user-col {
  text-transform: none;
  color: #fff;
  font-size: 24px;
}

.welcome-pop span.round-sec {
  background: #f6ab04;
  color: #fff;
}

.welcome-pop .cstm-txt {
  color: #fff;
  font-size: 12px;
}

a.whatsapp_float-signup {
  padding: 10px;
  background: #48c859;
  color: #fff;
  border-radius: 5px;
}

a.whatsapp_float-signup i {
  font-size: 20px;
}

span.cc-copy i {
  font-style: unset !important;
  cursor: pointer;
  color: #106257;
  font-size: 15PX;
}

/* span.time-box {
  width: 80px;
  float: left;
} */
span.time-box {
  width: 80px;
  display: flex;
  height: 40px;
  background-color: #1c1f24;
  border-radius: 5px;
  font-weight: 300;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}

.container-fluid.footer {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: calc(100% + 30px);
}

#myId.myId.scoreboard {
  /* height: 180px; */
  border: none;
}

#myId.scoreboard {
  /* height: 110px; */
}

.modal-dialog.dep-with {
  max-width: 500px;
  padding: 20px;
}

.modal-dialog.dep-with .modal-content {
  /* background: #000000e3;
  box-shadow: 0px 0px 60px -10px;
  border-radius: 20px; */
}

.welcome-pop.top {
  /* padding: 1rem 1rem; */
}

.welcome-pop {
  /* padding: 4rem 1rem; */
}

.dep-with button.close,
.loginModal button.close,
.signupModal button.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  font-weight: unset;
  z-index: 9;
}

.dep-with .modal-header,
.loginModal .modal-header,
.signupModal .modal-header {
  padding: 0;
  border: none;
}

.fancy-pop-s {
  padding: 5px;
}

.live-casino-head {
  font-size: 44px;
  /* font-family: fantasy; */
  text-align: center;
  /* padding: 20px 0; */
  text-shadow: 2px 2px 0px #000;
}

.why-us .item {
  padding: 15px;
  background-color: #000000;
  margin: 15px 0;
  color: #fff;
}

.why-us .icons {
  font-size: 80px;
  color: #fff;
}

.why-us .title-head h5 {
  margin: 0 0 14px;
  color: #f6ab04;
  font-size: 20px;
  font-weight: 900;
}

h2.title-sec {
  text-align: center;
  /* font-family: fantasy; */
  color: #fff;
}

.leading-1 h4 {
  color: #f6ab04;
  text-decoration: underline;
}

.row.leading-1 {
  background: #000;
  padding: 50px 0;
}

.leading-1 span:before {
  content: "";
  background: #f6ab04;
  height: 203px;
  width: 14px;
  position: absolute;
  left: 10px;
  top: 0;
}

.leading-1 span:after {
  content: "";
  background: #f6ab04;
  height: 203px;
  width: 14px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.leading-1 span {
  font-size: 100px;
  width: 100%;
  font-weight: 900;
  /* font-family: auto; */
  letter-spacing: -5px;
  padding: 20px;
  text-transform: uppercase;
  background: linear-gradient(to left, #f6ab04 22%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.btn-click {
  padding: 20px 50px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #fff;
}

.showbalance.balance {
  /* color: #ffb80a; */
}

nav ul.rd-navbar-nav li {
  text-align: center;
}

.item-inner {
  border: 5px solid #f6ab04;
  padding: 10px;
  text-align: center;
  min-height: 285px;
}

.m-logo .toogle_img {
  object-fit: contain;
}

.m-logo {
  display: flex;
  align-items: center;
  /* padding: 10px 0; */
}

.check-card img {
  width: 100%;
  /* height: 250px; */
}

.check-card .cursor {
  padding: 10px !important;
}

.table .thead-dark th {
  color: #000;
  font-weight: 700;
  background-color: #DDDDDD;
  /* border: none; */
}
.light-t .matched-bet .thead-dark th {
  background: #fff !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  color: #000 !important;
}
.matched-bet .thead-dark th {
  background: #191C28 !important;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  color: #fff !important;
}

.table.account-statement .thead-dark th {
  /* padding: 0.75rem !important; */
  /* color: #fff; */
  /* background-color: #616161; */
  /* border-color: #616161; */
  /* background: #f6ab04; */
  color: #000;
  /* background: #1D253E; */
  /* border: 2px solid #000; */
}

.light-t .matched-bet .bg-lay td {
  color: #e98fd0 !important;
  background: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.matched-bet .bg-lay td {
  color: #f0b6ce !important;
  background: #1e8067 !important;
  border-bottom: 1px solid #000 !important;
}

.light-t .matched-bet .bg-back td {
  color: #9eb0e0 !important;
  background: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.matched-bet .bg-back td {
  color: #9db0e0 !important;
  background: #1e8067 !important;
  /* background: #9db0e0 !important; */
  border-bottom: 1px solid #000 !important;
  /* border-top: 1px solid #000 !important; */
}

.thead-drk {
  color: #fff;
  /* background-color: #616161; */
  /* border-color: #616161; */
  /* background: #f6ab04; */
}

.d-w.sport-table-header {
  /* background-color: #f6ab04 !important; */
}


.btn-success,
.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active,
.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active,
.page-link:hover,
.page-link:focus,
.page-link:active {
  background-color: #000000;
  border: 1px solid #1D253E;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 6px;
}

.row+.row {
  margin-top: 20px;
}

.casino-sec .casino-w {
  width: 100%;
}

nav .rd-nav-link {
  font-size: 16px;
  /* font-weight: 900 !important; */
  /* font-family: 'Kanit' !important; */
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; */
  /* text-shadow: 5px 4px 9px; */
}

.top-provider-not {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-provider-not li.pls.pl-item.item p {
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.top-provider-not li.pls.pl-item.item {
  width: 98%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background: #141B2F;
  border-radius: 20px;
  padding: 15px 0;
  position: relative;
}

.top-provider-not li.pls.pl-item.item:after {
  content: "";
  width: 60%;
  height: 2px;
  box-shadow: 0px -1px 4px 0px #FFD321;
  position: absolute;
  bottom: 0px;
  background: #FFC21C;
}

.top-provider-not li img {
  width: 50px !important;
  height: 50px;
  object-fit: scale-down !important;
  border-radius: unset !important;
}

.mini-t .owl-carousel .owl-item img {
  border-radius: 0px;
}

.mini-c-list {
  position: relative;
  cursor: pointer;
}

.mini-c-list p {
  position: absolute;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0px !important;
  color: #fff;
  bottom: 10px;
  text-align: center;
  background: #13151e87;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.casino-sec ul.casino-menu-mobile {
  text-align: center;
}

.drp-item1 .dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
}

.drp-item1 .dropdown-menu ul {
  width: 100%;
  float: left;
  min-height: 200px;
  height: 200px;
  overflow-y: auto;
}

.drp-item1 .dropdown-menu.show {
  left: -120px !important;
  top: 10px !important;
}

li.li-head,
li.li-head:hover {
  background: #ea2323c2 !important;
  color: #fff !important;
}
.login-image-container {
  margin: 10px 20px 12px 0px;
  width: 200px;
  height: 35px;
}
.drp-item1 .dropdown-menu ul li {
  padding: 0.5rem 1.5rem;
  font-size: 12px;
  border-bottom: 1px solid #eaeaea;
  color: #000;
  width: 250px;
}

.drp-item1 i.fa-solid.fa-bell {
  font-style: inherit;
  color: #eb2424;
  font-size: 24px;
}

.drp-item1 i.fa.fa-envelope {
  font-style: inherit;
  color: #eb2424;
  font-size: 24px;
}

.drp-item1 .dropdown-toggle::after {
  display: none;
}

.drp-item {
  /* min-width: 250px; */
  width: auto;
  float: left;
  padding: 5px 0;
}

.drp-item1 a#dropdownMenuLink {
  padding: 0;
  line-height: initial;
}

.drp-item1 {
  width: 30px;
  float: left;
  position: relative;
}

.drp-item2 {
  /* width: 155px; */
  float: left;
  margin-left: 10px;
}

.badge-tem {
  position: absolute;
  right: 0px;
  top: 0;
  background: #fff;
  color: #000;
  height: 15px;
  width: 15px;
  font-size: 9px;
  text-align: center;
  border-radius: 10px;
}

.drp-item1 .dropdown-menu ul li:hover {
  background: #eaeaea;
}

span.pending-status {
  padding: 5px;
  background: #f6ab04;
  color: #fff;
}

span.approved-status {
  padding: 5px;
  background: #008000;
  color: #fff;
}

.foot .whatsapp-icon {
  font-size: 25px;
  background: #48c859;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  line-height: 30px;
  cursor: pointer;
}

span.bookmarketname {
  width: 100%;
  float: left;
  font-size: 10px;
  font-style: italic;
}

.row.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
}

/* Portal page css*/
ul.portal-tabs {
  width: 100%;
  float: left;
  display: block;
}

ul.portal-tabs .nav-item {
  width: 50%;
  float: left;
}

ul.portal-tabs .nav-item a:hover {
  color: #fff;
}

ul.portal-tabs .nav-item a {
  text-align: center;
  background: #000;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
  cursor: pointer;

}

.portal-tab-content h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  color: #f6ab04;
}

.landing-menu .rd-nav-link {
  padding: 0;
  color: #f6c905;
}

.landingpage .home-origin img {
  /* height: 170px; */
}

.landing-menu .rd-nav-item:hover {
  /* background: #f6ab04; */
  background: transparent;
  transition-duration: 0.3s;
}

.landing-menu .rd-nav-item {
  padding: 15px 0;
}


.portal-casino.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: fill;
}

.landing-menu {
  background: #383838;
}

.landing-menu .rd-navbar-darker {
  /* background: transparent; */
}

.bg-back-portal .row+.row {
  margin-top: 10px;
}

.details-sec p {
  color: #fff;
  margin: 0;
  font-weight: 900;
  font-size: 14px;
}

.details-sec p i {
  font-size: 22px;
}

.d-data i {
  font-style: normal !important;
  cursor: pointer;
}

.create-id {
  color: #fff !important;
  background: #f6ab04;
  /* background: #009247; */
  border-radius: 50px;
  font-size: 14px !important;
  text-decoration: none;
  padding: 10px 25px;
}

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

a.btn.create-id.withdrawal {
  background: #008000;
  text-decoration: none;
}

.portal-tab-content a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

ul.portal-tabs .nav-item a.active {
  background: #f6ab04;
  /* background: #f6ab04; */
  color: #fff;
}

.portal-tab-content img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background-color: #303030; */
  object-fit: contain;
  /* border: 1px solid #fff; */
  padding: 5px;
}

.bg-item.row {
  background: #000000;
  border-radius: 20px;
  color: #fff;
}

.port-img-sec {
  width: 10%;
}

.port-title-sec {
  width: 60%;
  padding-left: 20px;
  padding-top: 10px;
}

.port-btn-sec {
  width: 30%;
}

button.btn.create-id.done {
  background: green;
}

.landingpage {
  background: #fff;
}

.home-lii i {
  font-size: 30px;
  color: #ffffff;
  font-weight: 100 !important;
}

.landingpage .landing-menu .rd-navbar-main.menu-mobile {
  display: block;
}

.landingpage .rd-navbar-main.menu-mobile {
  display: none;
}

/* Portal page css*/

.loginc i.fa.fa-eye,
.loginc i.fa.fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  cursor: pointer;
}

.casinoscreen.page {
  min-height: fit-content;
}

.Back-screen .stack-rate,
.BackText-screen .stack-rate,
.Lay-screen .stack-rate,
.LayText-screen .stack-rate {
  border: 1px solid #fff;
  color: #000 !important;
}

.LayText-screen .stack-rate,
.BackText-screen input.stack-rate {
  /* margin: 0; */
  /* border-radius: 0px !important; */
  /* height: 20px; */
  /* min-height: 30px !important; */
  /* background-color: #fff; */
}

button.btn-stack.stack-rate {
  background-color: #fff;
  margin: 7px;
}

.Back-screen input.stack-rate,
.Lay-screen input.stack-rate,
.BackText-screen input.stack-rate,
.LayText-screen input.stack-rate {
  color: #000 !important;
  width: 130px;
  text-align: center;
  padding: 0 5px;
}

.Back-screen,
.BackText-screen {
  background: #fff;
  padding: 10px 0;
  /* box-shadow: 2px 0px 15px 5px #9eb0e0; */
  /* border-radius: 10px; */
  /* border: 1px solid #9eb0e0; */
}

.bg-lay,
.bg-back {
  color: #1e8067 !important;
}

.Lay-screen,
.LayText-screen {
  background: #fff !important;
  padding: 10px 0;
  /* box-shadow: 2px 0px 15px 5px #9eb0e0; */
  /* border-radius: 10px; */
  /* border: 1px solid #e98fd0; */
}

span.evnt-name {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  float: left;
  font-weight: 300;
  width: 100%;
}

.Toastify__toast--error {
  background: #dc3545 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* .light-t .marquee-text {
  color: #000;
} */
.marquee-text {
  color: #fff;
  padding: 0px 5px;
}
/* .light-t .rd-navbar-dark {
  background: #fff;
} */
.rd-navbar-dark {
  background: #1e8067;
  border-bottom: 1px solid #2c2c2c;
}

.marquee-text marquee {
  width: 100%;
  display: block;
  font-size: 12px;
}

.bet-button.sec-btn {
  width: 48%;
  /* border-radius: 10px; */
  margin: 0 1% !important;
}

.form-section h1 {
  font-size: 18px;
  color: #fff;
  text-transform: unset;
}

.form-section label,
.form-section button {
  font-size: 12px;
}

.form-section input {
  padding: 0 10px;
  font-size: 12px;
  height: 35px;
  margin-bottom: 10px;
}



@media screen and (min-width: 992px) {
  .fancy-pop-s {
    padding: 2px;
    font-size: 10px;
  }

  .trm-header.mobile {
    padding-top: 10px;
  }

  .mobilestreaming,
  .mobilescore {
    display: none;
  }

  .show-desktop-limit span.nav-item {
    margin-right: 10px;
  }

  /* span.loggedinlink {
    border: 2px solid #fff;
    padding: 10px 5px;
    border-radius: 20px;
  } */

  .modal-Lg {
    max-width: 1500px;
    max-height: 800px;
  }

  .img-res {
    width: 500px;
  }

  /* New css */
  /* .my-market-out {
    display: block;
  } */
  .my-market-in {
    display: none;
  }

  /* New css */
}

@media screen and (max-width: 992px) {

  .main-head-sec .item {
    background-position: left;
  }

  .landingpage .row+.row {
    margin-top: 10px;
  }

  .menu-mobile {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    /* background: #fff; */
    margin-bottom: -8px;
  }

  .strm-header {
    border-top: 1px solid !important;
  }

  span.devider:before {
    content: "";
    height: 40px;
    width: 1px;
    color: #fff;
    background: #fff;
    position: absolute;
    top: -10px;
    right: 50%;
  }

  .row.sticky {
    position: unset;
    width: 100%;
    margin: 0 !important;
  }

  .mobile-fix {
    padding: 0;
  }

  .drp-item .showbalance {
    text-align: inherit;
    width: auto;
    margin-right: 10px;
  }

  .col-md-10.sports-page {
    flex: 100%;
    max-width: 100%;
  }

  .mob {
    display: block;
  }

  .desk {
    display: none;
  }

  .ad-change.home .desk {
    display: table-row;
  }

  .themed-container section {
    margin-bottom: 20px;
  }

  span.streming-icon-mobile {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
  }

  .macthed-bed {
    padding: 10px 0;
  }

  .desktop-strm {
    display: none;
  }

  .mobilestreaming,
  .mobilescore {
    display: block;
  }

  .showbalance {
    /* text-align: right; */
    /* width: 100%; */
    /* float: left; */
  }

  .showbalance span.amount {
    font-size: 10px;
  }

  nav .dropdown-menu.show {
    left: auto;
    right: 0 !important;
    width: 250px;
  }

  span.mr-3.showbalance.nav-item {
    float: left;
    width: 100%;
    text-align: right !important;
  }

  span.dropdown-toggle.loggedinlink {
    /* width: 100% !important;
    float: left !important;
    text-align: right; */
  }

  .login_hide_sidebar {
    display: none;
  }

  .event-side-list.login_hide {
    display: none;
  }

  .menu-burger {
    display: block;
  }

  /* New css */
  .my-market-out {
    display: none;
  }

  .my-market-in {
    display: block;
  }

  /* New css */
}

/* a.d-btn {
  margin-right: 10px;
  background: #48c859;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
} */

a.d-btn {
  margin-right: 12px;
  /* background: linear-gradient(#9fd895, #47793f); */
  background: #f9df10;
  /* border: 1px solid #ffb80a; */
  padding: 12px 20px;
  font-size: 15px;
  color: #000000;
  /* border-radius: 20px; */
  /* margin-top: 30px; */
  /* padding: 0px; */
  position: relative;
  top: 0px;
  height: auto;
}

.mob-menu span,
.web-menu span {
  cursor: pointer;
}

.mob-menu .dropdown-menu.show,
.web-menu .dropdown-menu.show {
  z-index: 9999;
}

.carousal-container .owl-item .item img {
  /* height: 380px; */
}

/* .ad-change.home tbody tr {
  border-left: 1px solid #fff !important;
} */
.ad-change.home td.bg-back span.identity,
.ad-change.home td.bg-lay span.identity {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: 'Poppins';
  font-family: "Roboto Condensed", sans-serif;
}

.event-dot span.t-icons {
  color: #ffb80a !important;
  margin: 0 0 0 5px;
  float: unset;
  display: none;
}

span.t-icons {
  font-size: 14px;
  /* float: left; */
  margin: 0 5px;
  color: #fff;
  font-weight: 400;
}

/* span.check-span {
  display: inline-flex;
  font-size: 10px;
  height: 40px;
  width: 70px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 10px 10px 0px;
  background-color: #7D7D7D;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
} */



span.cancel.pending-status,
.cancel.approved-status {
  background: red;
}

td.text-right.danger {
  color: red;
}

td.text-right.warning,
td.text-right.success {
  color: green;
}

.mob-menu {
  display: none;
}

.type-loader.direct {
  flex-direction: column;
}

h1.loader-text {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}

.type-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-top: 80px;
}

@media (max-width: 991px) {

  .masterbg {
    height: 70vh;
  }

  .login_hide_web {
    display: none;
  }

  .mob-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .mob_hide {
    /* display: block !important; */
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .mobb_hide{
    display: flex !important;
    flex-direction: row;
  }

  .master-available {
    text-align: center;
    padding: 10% 7%;
  }

  .master-dd.carousal-container .owl-item .item img {
    height: 260px;
    object-fit: cover;
  }

  .mob-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 240px; */
  }
}

@media (max-width: 767px) {
  .main-content {
    padding: 0 5px;
    /* padding-top: 50px; */
    overflow-x: hidden;
  }
  .casino-set header {
    overflow: hidden;
  }
  
  .casino-set header {
    position: unset !important;
  }
  .casino-set section.main-section {
    margin-top: 0px;
  }
  .userbox input {
    height: 50px;
    background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 2px solid #f9df0d;
  }
  .light-t .fa.fa-television.d-sm-none {
    color: #000;
  }
  i.fa.fa-television.d-sm-none {
    position: absolute;
    color: #fff;
    right: 10px;
    top: 3px;
    font-size: 20px;
  }
  .bet-button.sec-btn {
    width: 46%;
    margin: 2% !important;
  }
  .side-menu.open {
    left: 0;
  }
  .side-mob-menu #sidebar-option {
    margin: 0;
  }
  .overlay-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .cstm-des table td,
  .cstm-des table th,
  .light .no-found,
  .cstm-des table.account-statement th {
    font-size: 10px !important;
  }

  .masterbg {
    height: 70vh;
  }

  .enter-amount {
    padding: 0 5px;
  }

  .ui-stack-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .section.main-section {
    margin-top: 0px;
  }

  .border-around-all {
    border: 1px solid #000000;
  }

  .form-group {
    text-align: left;
  }

  .border-all {
    border: none;
  }
  
  .Account-Details li,
  .Account-Details label {
    /* font-size: 10px !important; */
  }

  .account-input {
    margin-top: 0;
  }


  .cstm-des .form-control {
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
  }

  .amount-box input[type="number"] {
    border: none;
    background-color: #e9ecef;
    color: #000;
    /* border-radius: 10px; */
    font-size: 10px;
    width: 75% !important;
  }

  label.imageproof-label {
    padding: 20px;
  }

  .mobile-wrap {
    display: block;
  }

  .amount-boxsecond input[type="number"] {
    border: none;
    background-color: #000;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    margin-right: 30px;
    height: 38px;
    margin-top: 7px;
    font-size: 10px;
  }
  .light-t .account-input input,
  .light-t .custom-input {
    color: #000;
  }
  .account-input input,
  .custom-input {
    background-color: transparent;
    /* border: 2px solid #000000; */
    box-shadow: none;
    height: 50px;
    border-radius: 10px;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
  }

  .stack-items {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    /* Adjust as needed */
  }

  ul.stack-items li:last-child {
    margin: 0 !important;
    /* Remove right margin */
  }

  .submit-depoist {
    display: unset;
  }

  .submit-depoist button {
    width: 100%;
    /* margin-top: 10px; */
  }


  .gamecricket img {
    width: 100px;
    object-fit: scale-down;
    padding: 0;
    margin: 0;
    height: 40px !important;
  }

  .amount-box {
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    border-radius: 10px;
    /* padding: 5px; */
  }

  .amount-box label {
    width: 100%;
    color: #000;
    font-size: 10px;
  }

  .market-button {
    min-width: unset;
    /* Adjust minimum width for mobile view */
    font-size: 10px;
    /* Adjust font size for mobile view */
  }

  .motions-text h5 {
    text-transform: capitalize;
    font-size: 12px;
  }

  .BackText-screen div .button-container .btn-stack.stack-rate,
  .Back-screen div .button-container .btn-stack.stack-rate {
    background-color: #1e8067 !important;
    /* border-radius: 6px; */
  }

  .bets-wrap {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    background: #191C28;
    border-radius: 12px;
    border: 2px solid #000000;
  }


  .content-wrap {
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 6px 17px;
    /* padding: 32px 16px 0px 22px; */
    background: #191C28;
    border-radius: 12px;
    border: 2px solid #000000;
    display: none;
  }

  .ad-change.bet-table .bg-lay span.identity {
    /* background-color: #F0B6CE; */
    /* background-color: #1D253E; */
    /* color: #191C28 !important; */
    /* color: #191C28; */
    /* color: #FFFFFF; */
  }

  .content-wrap h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    margin-left: -5px;
    text-transform: capitalize;
  }

  .label-total {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
    margin: 0px -11px 0px;
    text-transform: capitalize;
    /* margin-bottom: 8px; */
  }

  .bets-wrap h5 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .left-content h5:last-of-type {
    color: #FFC11C;
    font-size: 20px;
    font-weight: 500;
  }

  .right-content h5:last-of-type {
    color: #FFC11C;
    font-size: 20px;
    font-weight: 500;
  }

  .has-search {
    display: none;
  }

  .bal-wraper {
    border-radius: 11px !important;
    padding: 26px 14px !important;
  }

  .bal-wraper.withdraw-bal {
    /* display: none; */
  }

  .withdraw-wrap {
    display: none;
  }

  /* .bets-wrap {
    display: none;
  } */

  .amount-total {
    color: #FFC11C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .card-text {
    color: #939EB8;
    font-size: 11px;
    margin: 0px 0px 0px -6px;
  }

  .hr-line {
    /* display: none; */
  }

  .num {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
  }

  .num-wraper {
    border-radius: 11px !important;
    padding: 24px 14px !important;
  }

  span.check-inplay {
    display: flex;
    /* width: 40px; */
    align-items: center;
  }
  .light-t .d-sm-none.cc,
  .light-t tr.d-sm-none.vv {
    background-color: #fff;
  }
  tr.d-sm-none.cc,
  tr.d-sm-none.vv {
    display: flex;
    position: relative;
    /* background-color: #fff; */
  }
  tr.d-sm-none.cc {
    /* border-bottom: 1px solid #000; */
  }
  .bookmarks.sm {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
    /* margin-left: 5px; */
  }

  .mob-tap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .basket {
    display: none;
  }

  .match_imag {
    left: 58px !important;
    margin-top: 10px;
  }

  .bank-wraper {
    background: #1e8067;
    width: 100%;
    /* height: 76px; */
    border-radius: 11px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-top: 0px;
    flex-direction: column;
}

  .bank-wraper-color {
    background-color: #ffffff;
    width: 100%;
    height: 85px;
    border-radius: 11px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    margin: 0 5px;
    flex-direction: column;
}

  .add_favourities {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 20px;
  }

  .img_favour {
    max-width: 100%;
    height: auto;
  }

  .soccer_imag {
    left: 156px !important;
    top: 5px !important;
  }

  .teniss_img {
    margin-left: -52%;
    margin-top: 12px;
  }

  .web-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .desktop-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .mobile-search {
    display: block;
  }

  .amount-bank {
    display: flex;
    padding: 0 7px;
  }

  /* .toogle_img {
    width: 8% !important;
    height: 30px !important;
    position: fixed;
    top: 20px;
    z-index: 12;
    left: 20px
  } */
  /* 
  img.brand-logo-light.logo-size {
    width: 94px;
    height: auto;
    position: fixed;
    top: 10px;
    left: 70px;
    z-index: 10;
  } */

  button.btn-border {
    border-radius: 10px !important;
    background-color: #191C28;
    border: 2px dashed #fff;
    color: #FFC11C;
    font-size: 10px;
    padding-right: 32px;
    margin-right: 24px;
    margin-left: -9px !important;
  }

  .bank-wraper img {
    object-fit: cover;
    max-width: 59%;
    padding: 0px;
    height: 40px;
  }

  .signup-phone.input-group {
    width: 100% !important;
  }

  .master-available span {
    font-size: 60px;
  }

  .master-bottom span {
    font-size: 40px;
  }

  .signup-form i.fa.fa-eye,
  .signup-form i.fa.fa-eye-slash {
    right: 20px;
  }

  .join-form input {
    width: 100%;
  }

  .login-section section.main-section {
    margin: 0 !important;
  }

  span.t-icons {
    font-size: 11px;
  }

  .event-dot .t-icons {
    display: inline-block !important;
  }

  .mob-menu .item1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
  }

  .DownloadApp a {
    padding: 10px;
    width: 80% !important;
    font-size: 14px !important;
  }

  span.c-name-i {
    min-height: 30px;
    display: block;
  }

  .accordion .accordion-header button {
    padding: 5px;
  }

  .fancy-tab .overlay-f,
  .fancy1-tab .overlay-f,
  .ballbyball-tab .overlay-f {
    /* padding: 16px 0 !important; */
  }

  button.login-bttn,
  a.signup-bttn {
    /* font-size: 12px; */
    /* font-size: 10px; */
    /* font-weight: 600; */
    /* font-family: Poppins; */
    /* line-height: 28.92px; */
  }

  .inplay-mob {
    width: 50%;
  }

  /* .login-head{
    margin-top: 20px !important;
  } */
  .login-form {
    margin: 12px !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 90vh;
  }

  .ad-change.home .g-name {
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #000;
  }

  .card1 {
    margin: 0 !important;
  }

  .teenPatigame {
    padding: 0 !important;
  }

  /* span.check-span{
    width: auto;
  } */
  .home-side.mob-no-pad {
    /* margin-top: 10px; */
    padding: 0 0px;
  }

  .login-section .inner-container {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */

    display: flex;
    background-image: url(https://media.sportsx9.com/home-img/view-soccer.png);
    justify-content: center;
    align-items: center;
    background-position: inherit;
    background-size: cover;
  }

  .dropdown-menu.show {
    font-size: 12px;
    position: relative;
    top: 0px !important;
  }

  .mid-header {
    display: none;
  }

  /* .heading-mobView {
    display: flex;
  } */

  .inputSection {
    display: none;
  }

  .inner-container .g-details {
    padding: 0px;
  }

  .owl-carousel .owl-item img {
    border-radius: 10px;
  }

  .casino-set .item2.show .dropdown-menu.show {
    position: fixed !important;
    left: unset !important;
    right: 0;
  }

  .real-casino-maintenance {
    background-size: contain;
    background-position: center;
    background-image: url(https://media.sportsx9.com/front/casino_maintenance.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .casino-maintenance {
    background-size: contain;
    background-position: center;
    background-image: url(https://media.sportsx9.com/front/casino_maintenance.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .support-sec p.disclaimer {
    text-align: center !important;
    font-size: 12px;
    line-height: 15px;
    margin: 20px 0 15px;
    font-weight: 200;
  }

  a.foot-links {
    width: 100%;
    font-size: 16px !important;
    line-height: 33px;
  }

  .ftr-heading {
    margin: 20px 0 20px !important;
  }

  .game-heading {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
  }

  /* grey box  */

  .grey-box {
    padding: 5% 5% 8% 5%;
  }

  .row .grey-box h3 {
    font-size: 22px;
  }

  .row .grey-box h2 {
    font-size: 28px;
  }

  .row .grey-box img {
    height: 85px;
  }

  .ylo-gradient-btn {
    font-size: 18px;
  }

  /*  */
  .row .icn-box {
    padding: 30px 20px;
    min-height: auto;
    margin: 15px 0 20px;
  }

  .center-heading {
    text-align: center;
  }

  /* .testimonial button.owl-prev, .testimonial button.owl-next {
    position: unset;
    top: 0;
  } */

  .row .top-provider li {
    width: 50% !important;
    padding: 5px;
  }

  .mob-menu .showbalance {
    /* margin: 0 10px 0 0; */
    font-size: 10px;
    /* padding: 5px; */
  }

  .section .right-content {
    padding: 15px;
  }

  .mob-menu .item2 {
    margin-left: 0px;
    display: flex;
  }

  .mob-menu .dropdown-toggle.loggedinlink img {
    height: 20px;
    margin-right: 5px;
  }

  button.orange-ham.mobile {
    display: block;
    margin-left: 8px;
    margin-right: 0;
  }

  .m-logo {
    /* margin: 10px 0; */
    /* display: unset; */
  }



  div.dropdown-toggle.loggedinlink {
    padding: 8px;
    display: flex;
    align-items: center;
    height: 38px;
  }

  /* button.orange-ham,
  .side-nav,
  .mob-menu a.d-btn {
    display: none;
  } */
  /* button.orange-ham, */
  .side-nav {
    display: none;
  }

  .home-seach input {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* .form-control,
  .form-control:focus {
    font-weight: 500;
    text-align: center;
    border: none;
    margin-top: 22px;
    font-size: 9px !important;
    background-color: black;
    box-shadow: none;
  } */

  .search_icon {
    top: 8px !important;
    left: 20px !important;
    height: 17px !important;
    position: absolute !important;
  }

  .contentDark {
    font-size: 12px !important;
    margin: 0 10px !important;
  }

  /* .mob-menu span.showbalance.nav-item.balance, .mob-menu span.showbalance.nav-item.exposure {
    display: grid;
  } */

  .casinoscreen .marquee-text {
    display: none;
  }

  .caison-land .footer.fix-footer {
    position: unset !important;
  }

  .type-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
  }

  .type-loader img {
    width: 50px;
  }

  a.login-bttn,
  a.signup-bttn {
    padding: 5px 10px !important;
    font-size: 12px;
  }

  a.login-bttn:hover {
    padding: 5px 10px !important;
    font-size: 12px;
  }

  button.signup-bttn {
    padding: 12px 12px !important;
    font-size: 13px;
    background-color: white;
    border: none;
    color: black;
    height: 45px;
    margin: 0px -9px 0px 5px;
    font-weight: 500;
}

  button.signup-bttn:hover {
    padding: 5px 10px !important;
    background-color: transparent !important;
    font-size: 12px;
  }

  .multiwallet-option {
    background-size: cover;
    min-height: 185px;
    border-radius: 10px;
  }

  .wallets {
    margin: 10px;
  }

  .main-po {
    width: 95%;
  }

  a.btn-cent.nav-link {
    /* margin: 10px 0; */
    /* animation-name: clr_change; */
    /* animation-duration: 2s; */
    /* animation-iteration-count: infinite; */
    /* position: absolute; */
    /* bottom: 30px; */
    /* font-size: 10px; */
    /* padding: 5px 12px; */
  }

  .main-head-sec {
    padding: 0;
  }

  img.w-img {
    width: 28%;
    margin-right: 8px;
  }

  h1.head-mm {
    /* padding: 20px 0 10px; */
    font-size: 24px;
    letter-spacing: 0;
  }

  .item-inner-s {
    position: unset;
    width: 90%;
    margin: 0 auto;
    box-shadow: 12px 10px 200px 4px;
  }

  .Account-Details {
    min-height: 350px !important;
    padding: 10px !important;
    width: 100% !important;
  }

  span.check-inplay,
  span.check-span {
    /* margin-top: 5px; */
  }

  td.bg-back.text-center.g-rate-name {
    /* margin: 0 5px; */
  }

  span.t-icons {
    color: inherit;
  }

  .mob-tap .check-span {
    /* font-size: 10px; */
  }

  .mob-tap .g-name {
    text-align: center;
  }

  .g-name {
    font-size: 12px;
  }

  span.evnt-name {
    font-size: 10px;
    width: 100%;
    float: left;
    margin: 5px 0px 3px 0px !important;
  }

  .carousal-container .owl-item .item img {
    /* height: auto; */
  }

  .col-md-10.sports-page.p-0.p-0 {
    padding: 0px 10px !important;
  }

  .sports-page .ad-change.home.bet-table .bg-back span.identity,
  .sports-page .ad-change.home.bet-table .bg-lay span.identity {
    width: 49px;
  }

  .landingpage .marquee-text {
    margin-top: 10px;
  }

  .landingfooter a.whatsapp_float {
    bottom: 60px;
    right: 0px;
  }

  a.whatsapp_float {
    bottom: 40px;
    right: 8px;
    /* left: 15px; */
  }

  .Toastify__toast--error {
    font-weight: 500;
    font-size: 14px;
  }

  .ad-change.home.bet-table .bg-back {
    /* background-color: #9db0e0 !important; */
  }

  .ad-change.home.bet-table .bg-lay {
    /* background-color: #e88fd0 !important; */
  }

  .portal-tab-content img {
    height: 100%;
    padding: 0px;
  }

  .casino-sec {
    /* padding: 5px 0; */
    margin: 0;
  }

  .landingpage .landing-menu .rd-navbar-main.menu-mobile {
    display: none;
  }

  .themed-container {
    padding-bottom: 80px;
  }

  .themed-container.p-0 {
    padding-bottom: 60px !important;
  }

  .bottom-bar {
    padding: 5px 5px 10px 5px !important;
    font-size: 10px;
  }

  .landingpage .rd-navbar-main.menu-mobile {
    display: block;
  }

  .home-lii i {
    font-size: 24px;
  }

  .portal-tab-content h3 {
    font-size: 14px;
  }

  .port-title-sec a {
    font-size: 12px;
  }

  .create-id {
    padding: 5px 10px;
  }

  .portal-tab-content h3 {
    line-height: 20px;
  }

  .details-sec {
    text-align: center;
    margin-top: 10px;
  }

  .drp-item1 a#dropdownMenuLink {
    padding: 0.375rem 0.75rem;
  }

  .badge-tem {
    right: -10px;
    top: 5px;
  }

  .drp-item1 .dropdown-menu.show {
    left: -50px !important;
  }

  .drp-item.mobile {
    width: 100%;
    float: revert;
  }

  .check-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .check-card .cursor {
    padding: 10px !important;
  }

  .leading-1 span {
    font-size: 35px;
    letter-spacing: 0px;
    padding: 0px;
  }

  .live-casino-head {
    font-size: 26px;
  }

  .home-origin {
    padding: 5px 5px 0px 0px
  }

  .home-origin img {
    padding: 0px;
    width: 100%;
    /* height: 150px; */
  }

  .loginModal,
  .signupModal {
    padding: 10px 20px;
  }

  .support-sec p,
  .support-sec .text-center {
    text-align: left !important;
  }

  .support-sec .text-center {
    font-size: 14px !important;
  }

  .support-sec img {
    height: 27px !important;
    position: relative;
    top: -35px;
    left: 88px;
    /* position: absolute; */
  }

  /* img.brand-logo-light.logo-size {
    width: 120px;
    height: auto;
  } */

  .logo-foot-sec img {
    width: 150px;
    height: 70px;
    display: none;
  }

  .social-sec ul li {
    display: inline-block;
    margin: 5px 5px !important;
  }

  .social-sec li a img {
    width: 26px;
  }

  .foot-container {
    /* padding-top: 10px; */
    padding: 12px;
  }

  .payment-sec img {
    width: 60px;
    margin: 0px 10px 0px 0px;
  }

  .payment-sec ul {
    padding: 0;
  }

  p.disclaimer {
    margin: 0;
    padding: 5px 0;
    line-height: 10px;
    font-size: 8px;
  }

  h4.foot-heads {
    margin-top: 5px;
  }

  .foot-container a.foot-links {
    margin: 0;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }

  .fancy1-tab {
    /* padding: 0; */
  }

  .padding-mid {
    padding: unset;
  }

  .xxx.bet-table th.text-center.d-sm-none.f-tbl-back-width {
    width: auto;
  }

  .menu-mobile .rd-nav-link {
    font-size: 10px;
  }

  .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    width: 50px;
  }

  .ad-change.bet-table .bg-back span.identity,
  .ad-change.bet-table .bg-lay span.identity {
    height: 45px;
    width: 65px;
    padding: 10px;
    /* font-family: "Poppins", sans-serif; */
  }

  .sport-table-header {
    font-size: 12px;
  }

  footer a.rd-nav-link {
    padding: 0;
  }

  nav .rd-nav-item img {
    margin-bottom: 0px;
    height: 30px;
  }

  nav .rd-nav-link {
    padding: 5px 1rem;
  }

  /* .game-items{
    margin: 0 3px !important;
  } */

.login-submit{
  color: #000;
  width: 100%;
  border-radius: 0px !important;
  padding: 8px;
  font-weight: 500 !important;
  /* background: #ffb80a; */
  background-color: #f9df10 !important;
  margin-bottom: 10px;
  box-shadow: 0 5.5px 0px 0px rgba(0, 0, 0, .25) !important;
}
.login-submitt {
  color: #000;
  width: 100%;
  border-radius: 4px !important;
  padding: 8px;
  font-weight: 500 !important;
  /* background: #ffb80a; */
  background-color: white !important;
  margin-bottom: 0px;
  box-shadow: 0 5.5px 0px 0px rgba(0, 0, 0, .25) !important;
  margin-top: 0px;
}

.login-submitt:hover {
  background-color: #f9df10 !important; /* Yellow */
}

.otp-submt-btn {
  display: flex;
  justify-content: space-between;
}
.otp-login-submit {
  border-radius: 10px !important;
  padding: 8px;
  width: 48%;
  font-weight: 500 !important;
  color: #ffb80a !important;
  margin-bottom: 10px;
  background: transparent !important;
  border: 2px solid #ffb80a;
  color: #ffb80a;
}
.otp-login-submit.active-tab {
  color: #000 !important;
  background-color: #ffb80a !important;
}
.login-password{
  color: #000;
  width: 100%;
  border-radius: 5px !important;
  padding: 10px;
  text-align: center;
  font-weight: 500 !important;
  background: #ffb80a;
  margin-right: 2px !important;
}
.login-otp{
  color: #000;
  width: 100%;
  border-radius: 5px !important;
  padding: 10px;
  text-align: center;
  font-weight: 500 !important;
  background: #ffb80a;
  margin-left: 2px !important;
}
.userbox input.form-control-sm.form-control{
  border: none !important;
  text-align: left !important;
  background: transparent !important;
  border-bottom: 2px solid #f9df0d;

}
.userbox input.form-control{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: left !important;
  border-bottom: 2px solid #f9df0d;
}
.userbox{
  padding: 1px 0px;
  margin: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #f9df0d;
}
.userbox input::placeholder {
  color: white !important;
  opacity: 1; /* Ensures full visibility in some browsers */
    font-weight: 100;
    font-size: 12px;
}
.opt-container i.fa-angle-down {
  cursor: pointer;
}
.opt-container>i {
  font-size: 25px;
}
.opt-container {
  position: absolute;
  top: 12px;
  right: 10px;
}

.opt-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 9;
}
ul.opt-btn li {
  background: #282a35;
  padding: 5px 30px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  border: 1px solid #0000004f;
}
.join-submit{
  color: #000;
  width: 50%;
  border-radius: 10px !important;
  padding: 8px;
  font-weight: 700;
  background: #ffb80a;
  margin-bottom: 10px;
}
.submit{
  width: 50%;
  color: #000;
  border-radius: 10px !important;
  margin-top: 30px !important;
  font-weight: 700;
  background: #ffb80a;
  margin-bottom: 10px;
}
.signup-submit {
  color: #ffb80a !important;
  border-radius: 20px;
  font-weight: 700;
  /* background: unset !important; */
  /* text-decoration: underline; */
  margin-bottom: 10px;
}




  .gamecricket {
    padding: 0 30px !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  li.m-logo {
    margin: 0;
    padding: 0;
  }

  footer span.fa:before,
  footer span.fas:before {
    font-weight: 400;
    font-family: fontawesome;
    font-size: 15px;
  }

  /* img.brand-logo-light.logo-size {
    height: 60px;
  } */

  .rd-nav-item img {
    height: 30px;
  }

  .rd-nav-link {
    padding: 0.5rem 2rem;
  }

  .home-li {
    display: none !important;
  }

  .show-mobile-limit .showbalance {
    display: block;
  }

  .show-desktop-limit {
    margin: 0;
  }

  .show-desktop-limit .show-mobile {
    display: block;
  }

  .show-desktop-limit .show-desktop {
    display: none;
  }

  .show-mobile-limit span.title {
    width: 100%;
    float: left;
  }

  .switches-container {
    width: 100% !important;
    top: 80px;
  }

  .top-menu-head a {
    font-size: 10px;
    margin-right: 20px;
  }

  header.section.page-header.rd-navbar-dark {
    background: #1e8067;
    padding: 0;
    height: 56px;
  }

  .logo-col {
    position: absolute;
    top: 0px;
    z-index: 2;
    /* bottom: 700px; */
    left: 0;
    width: 50%;
  }

  .toggleStyle {
    display: none;
  }

  .sidebar-menu {
    display: none;
  }

  .top-navbar {
    /* flex-direction: column-reverse;
    position: relative; */
    /* height: 60px; */
  }

  .dropdown.lang-dropdown {
    display: none;
  }

  h5,
  .heading-5 {
    font-size: 12px;
    line-height: 1.35;
    /* text-align: center; */
  }

  .motions-text {
    margin-top: 0px;
    /* display: none; */
  }

  .motions-text.withdraw-promo {
    display: none;
  }

  .mob-card {
    display: none;
  }

  .image-container {
    text-align: center !important;
  }

  button.btn-bg {
    color: #FFC21D;
    font-size: 10px;
  }

  .payment-text h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px -12px;
    text-transform: capitalize;
  }

  .payment-text {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .image-container img {
    display: inline-block !important;
    margin: 0 5px !important;
    max-width: 100% !important;
  }

  .footer-content {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    /* text-align: left; */
    text-align: center !important;
  }

  .reserved {
    color: white;
    font-family: 'Poppins';
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 17px !important;
    text-align: center !important;
  }

  .btn-search {
    position: absolute;
    top: 9px !important;
    padding: 0 !important;
    right: 20px;
    right: 12px !important;
    border: none;
    font-size: 10px;
    color: #3289F2;
  }

  .main-card {
    display: flex;
    overflow: scroll;
    padding: 0px;

  }

  img.card-img-top {
    height: auto;
    object-fit: cover;
  }

  .card-title {
    display: flex;
    color: white;
    font-weight: 600;
    margin: 0px 0px 0px -6px;
    text-transform: capitalize;
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .port-title-sec {
    padding-top: 0;
  }
}

@media (min-width: 575px) {

  .d-sm-none,
  .fancy-mob {
    display: none !important;
  }
}

@media (max-width: 574px) {
  .handle-name-mob {
    width: 60%;
  }
  .icon-text {
    margin-top: 0;
  }
  .ad-change.home.bet-table td {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .internal-item .item-input {
    width: 100%;
  }

  /* .fancy-tab td,
  .fancy1-tab td,
  .ballbyball-tab td,
  .g-rate-name {
    font-size: 13px !important;
  } */

  .evnt-name.m-time {
    font-size: 12px;
    font-style: normal;
    font-weight: 700 !important;
    font-family: sans-serif;
  }

  .main-head-sec .item {
    min-height: 250px;
    background-image: unset !important;
  }

  .drp-item2 {
    width: 155px;
  }

  .overlay-bookmaker {
    padding: 16px 0 !important;
  }

  .overlay-sm {
    width: 138px;
  }

  .overlay-bookmaker {
    width: 138px !important;
  }

  .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    height: 25px;
  }

  .ad-change.home .desk {
    display: none;
  }

  .mob_hide .col-lg-6.col-md-6.col-sm-6 {
    width: 50% !important;
  }

  .login_hide {
    display: none !important;
  }
}

@media (max-width: 420px) {
  span.cc-copy {
    width: 100%;
    text-align: right;
  }

  .Account-Details {
    /* min-height: 450px !important; */
  }

  .portal-tab-content img {
    height: 80%;
    padding: 0px;
  }

  .show-mobile-limit .my-market {
    padding: 0px 10px;
    border-radius: 30px;
    border: 2px solid #762629;
    width: 100%;
    text-align: center !important;
    line-height: 40px;
  }

  /* .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    width: 62px;
  } */
}

@media (max-width: 375px) {

  .sports-page .ad-change.home.bet-table .bg-back span.identity,
  .sports-page .ad-change.home.bet-table .bg-lay span.identity {
    width: 49px;
  }

  .mob-name {
    max-width: 225px;
  }
}

@media (max-width: 320px) {

  span.dropdown-toggle.loggedinlink,
  .dropdown-toggle.loggedinlink {
    padding: 0px;
  }

  .showbalance span.amount {
    font-size: 8px;
  }

  .home-origin {
    padding: 5px 5px 0px 5px;
  }

  .portal-tab-content img {
    height: 70%;
    padding: 0px;
  }


}

@media (max-width: 281px) {

  .sports-page .ad-change.home.bet-table .bg-back span.identity,
  .sports-page .ad-change.home.bet-table .bg-lay span.identity {
    width: 35px;
  }

  .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    width: 45px;
    height: 40px;
  }


  .g-rate-name {
    font-size: 12px;
  }
}

/* .modal-content {
  box-shadow: 0px 0px 2px 2px yellow
} */

*+.row {
  margin-top: 0px
}

.carousel,
.carousel-inner {
  height: 100%;
}

/* .carousel-wrapper {
  transition: set-nth($carousel-transition, 1, height);
} */

.prr {
  padding-right: 0px !important;
  padding-left: 15px !important
}

.prl {
  padding-right: 0px !important;
  padding-left: 13px !important;
}

.casino-bg {
  /* background: rgb(48, 48, 48); */
  cursor: pointer;
  color: white;
  padding: 5px;
  width: 100px;
  /* border-radius: 10px; */
}

.casino-bg-active {
  background: #f6ab04;
  cursor: pointer;
  /* color: white; */
  padding: 5px;
  width: 100px;
  border-radius: 10px;
}

.pl {
  margin-left: -11px !important;
}

.cursor {
  cursor: pointer;
}

.casino-active {
  background: #f6ab04;
  cursor: pointer;
  color: white;
}

.slick-slider .slick-slide {
  padding: 0 3px;
  cursor: pointer;
}

.d-c {
  padding: 10px;
  margin-left: -15px;
  width: 380px;
  background: black;
  color: white;
}

.rstm-toggle-icon {
  display: none !important;
}

.r-im {
  border-radius: 5px;
  /* border: 4px solid green; */
}

.pp {
  padding-bottom: 0px !important;
}

.casino-modal .modal-content {
  background-color: #000000bd;
  color: white;
  box-shadow: none;
}

.themed-container.no-pad {
  padding: 0;
}

.head-top-btn {
  border: none;
  font-weight: normal;
  font-size: 12px;
  color: #ffefcf;
}

.head-top-btn:hover {
  border: none;
}

.ad-change.bet-table .bg-lay {
  /* background-color: transparent; */
}

.lay1 span,
.lay2 span {
  padding: 10px 15px;
  width: 65px;
  float: left;
  height: 45px;
  border-radius: 5px;
}

.ui-to-top {
  background: #f6ab04;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .ui-to-top {
    bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .col-sm-5.col-md-5.col-lg-5.game-img {
    display: none;
  }
}

/* 6 july 2022 */

.rd-nav-item {
  margin-left: 0px !important;
  transition-duration: 0.3s;
}

.rd-nav-item img {
  margin: 0 auto;
  /* display: block; */
  height: 30px;
  /* background: #ffffffe8; */
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 5px;
}

.rd-navbar-nav {
  margin: 0 auto;
}

.rd-nav-item:hover {
  /* background: #f6ab04; */
  background: #f6ab04;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.rd-nav-item:hover .rd-nav-link {
  color: #fff !important;
}

.rd-navbar-wrap .rd-navbar-classic {
  background: #000000;
}

/* Sidebase adjustment on games page*/
li.rstm-tree-item.rstm-tree-item-level0 {
  background: #332f2f;
  padding: 5px 10px !important;
}

li.rstm-tree-item.rstm-tree-item-level1 {
  background: #766666 !important;
  padding: 5px 10px 5px 25px !important;
}

li.rstm-tree-item.rstm-tree-item-level2 {
  background: #bfb2b3d6;
  padding: 5px 10px 5px 35px !important;
}

.rstm-tree-item--active {
  background: #5e1e21 !important;
}

li.rstm-tree-item.rstm-tree-item-level3 {
  background: #db6d70a1;
  padding: 5px 10px 5px 35px !important;
}

/* Sidebase adjustment on games page*/

/* Login Modal Fixes */
.loginc h5,
.signupC h5 {
  padding: 0 0 20px 0;
  text-transform: none;
}

.loginc.modal-body {
  padding: 20px 30px;
    height: 380px;
}
.loginc.withdrawal.modal-body {
  padding: 20px;
}

.signupC.modal-body {
  padding: 0px 40px;
}

.login-submit {
  color: #000;
  width: 100%;
  border-radius: 0px !important;
  padding: 8px;
  font-weight: 500 !important;
  /* background: #ffb80a; */
  background: #f9df10;
  margin-bottom: 10px;
  box-shadow: 0 5.5px 0px 0px rgba(0, 0, 0, .25) !important;
}
.login-submitt{
  color: #000;
  width: 100%;
  border-radius: 4px !important;
  padding: 8px;
  font-weight: 500 !important;
  /* background: #ffb80a; */
  background-color: white !important;
  /* margin-bottom: 10px; */
  box-shadow: 0 5.5px 0px 0px rgba(0, 0, 0, .25) !important;
}
.login-submitt:hover {
  background-color: #f9df10 !important; /* Yellow */
}

.login-password {
  color: #000;
  width: 100%;
  border-radius: 5px !important;
  padding: 10px;
  text-align: center;
  font-weight: 500 !important;
  background: #ffb80a;
  margin-right: 2px !important;
}

.login-otp {
  color: #000;
  width: 100%;
  border-radius: 5px !important;
  padding: 10px;
  text-align: center;
  font-weight: 500 !important;
  background: #ffb80a;
  margin-left: 2px !important;
}

.userbox input.form-control-sm.form-control {
  border: none !important;
  text-align: left !important;
  border-bottom: 2px solid #f9df0d;
}

.userbox input.form-control {
  border: none !important;
  text-align: left !important;
}

.userbox {
  padding: 1px 0px;
  margin: 0;
  /* background-color: #1a1a1a;
  border: #1a1a1a; */
  background: transparent !important;
  text-align: left;
  border-bottom: 2px solid #f9df0d;
}
.userbox input::placeholder {
  color: white !important;
  opacity: 1; /* Ensures full visibility in some browsers */
  font-weight: 100;
  font-size: 12px;
}

.join-submit {
  color: #000;
  width: 50%;
  border-radius: 10px !important;
  padding: 8px;
  font-weight: 700;
  background: #ffb80a;
  margin-bottom: 10px;
}

.submit {
  width: 50%;
  color: #000;
  border-radius: 10px !important;
  margin-top: 30px !important;
  font-weight: 700;
  background: #ffb80a;
  margin-bottom: 10px;
}

.signup-submit {
  color: #000 !important;
  border-radius: 20px;
  font-weight: 700;
  /* background: unset !important; */
  /* text-decoration: underline; */
  margin-bottom: 10px;
}

.loginc label,
.signupC label {
  color: #f6ab04;
}

.signupC label {
  color: #f6ab04;
}

a.signup-link {
  color: #f6ab04;
  /* margin-left: 5px; */
}

span.stepper-arrow.down,
span.stepper-arrow.up {
  top: 0px !important;
  padding: 0px;
}

/* Login Modal Fixes */


/* Header nbalance adjudtment  */

.showbalance {
  /* text-align: left !important; */
}

.showbalance span.title {
  font-size: 15px;
}

.show-mobile-limit .showbalance span.amount {
  font-size: 12px;
  line-height: 0px;
}

a.user-sign::after {
  content: "";
  color: #5e1e21;
}

a.user-sign.nav-link {
  padding: 7px 20px !important;
  border: 2px solid #762629 !important;
  border-radius: 20px;
  margin-right: 30px;
}

i.nav-icon.icon-user {
  font-weight: 900;
}

/* Header nbalance adjudtment  */
.password-icons i {
  position: absolute;
  right: 0;
  background: #edeff4;
  width: 35px;
  /* height: 100%; */
  text-align: center;
  line-height: 35px;
  right: -2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ced4da;
}

.menu-burger img {
  position: absolute;
  left: 20px;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 5px;
  top: -29px;
  z-index: 999;
}

.menu-burger {
  position: relative;
}

.my-market {
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid #762629;
}

.my-market a {
  color: #762629;
}

table.my-market-table a {
  color: #762629;
}

table.my-market-table .btn-success {
  color: #fff;
  background: #762629;
}

.owl-nav,
.owl-dots {
  margin-top: 0 !important;
}

button.owl-prev {
  background: #995223 !important;
  height: 20%;
  margin: 0 !important;
  padding: 0 !important;
  width: 40px;
}

button.owl-next {
  background: #995223 !important;
  height: 20%;
  margin: 0 !important;
  padding: 0 !important;
  width: 40px;
}

.owl-next span,
.owl-prev span {

  display: none;
}

.owl-next::before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  border-left: 8px solid #ffffff78;
}

.owl-prev::before {
  /* display:none; */
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  border-right: 8px solid #ffffff78;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

.blink {
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


/* span.t-icons {
  font-size: 16px;
  color: #fff;
} */
td.t-time {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

td.t-time.live {
  color: #62f358;
}

.t-time {
  /* background-color: #383838 !important; */
}

tr.desk th {
  padding: 6px;
  color: #fff;
}

.h-box.my-bets {
  border: 2px solid #000000;
}

.my-bets select {
  border-radius: unset !important;
}

.light-t .h-box .sport-table-header {
  color: #000;
  background-color: #fff;
}
.h-box .sport-table-header {
  color: #fff;
  font-size: 14px;
  margin-bottom: 1px;
  background-color: #1e8067;
  font-family: 'Poppins';
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.h-box.my-bets .sport-table-header {
  background: #000;

}

.h-box.my-bets .sport-table-header .small-txt {
  color: #FFF !important;
}

.light-t .sport-table-header {
  color: #000;
}
.sport-table-header {
  color: #000000;
    font-size: 20px;
    /* font-weight: 700; */
    text-transform: capitalize;
    padding: 5px 10px;
    font-family: 'nunito';
}

.sport-table-header.abc {
  /* color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  background-color: #272A35 */
}

.d-sm-none.footer.fix-footer a:focus,
.d-sm-none.footer.fix-footer a:active,
.d-sm-none.footer.fix-footer a:hover {
  color: #f6ab04;
}


span.book-hint {
  font-size: 12px;
  margin-left: 5px;
}

.apps-item-otp.btn {
  background: #ffb80a;
  color: #000;
  /* float: right; */
  margin: 0;
  border-radius: 30px;
  font-size: 14px;
}

.light-t .mid-way form h2,
.light-t .Account-Details h2 {
  color: #000;
}
.mid-way form h2,
.Account-Details h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: 700;
}

.mid-way form {
  margin: 0 auto;
  /* border: 2px solid;
  border-radius: 10px; */
  min-height: 350px;
}

.Account-Details {
  /* border: 2px solid; */
  margin-bottom: 20px;
  /* border-radius: 10px; */
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
  float: left;
  padding-left: 20%;
}

.Account-Details.qr.p-4 {
  /* padding-left: 20% !important; */
}

.m-logo.m {
  margin: 0;
}

.web-menu {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0%;
}

.web-menu-set {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.showbalance {
  /* border: 1px solid #ffb80a; */
  /* padding: 10px; */
  /* margin-right: 15px; */
  /* border-radius: 20px; */
}

a.my-market-inn {
  width: 100%;
  float: left;
}

.green-dot-pos {
  position: relative;
}

.green-dot:before {
  content: "";
  background: #48c859;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  margin-left: 0px;
  border-radius: 10px;
  top: 10px;
}

.green-dot {
  padding-left: 15px !important;
}

.scorepage header {
  display: none;
}

.scorepage footer {
  display: none;
}

.scorepage #sr-widget {
  width: 100%;
  height: 100%;
}

.hide-fancy-set {
  display: none;
}

.zoom-in-out-box {
  border-radius: 100%;
  border: 5px solid #000;
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0 auto;
  animation: linear;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  25% {
    transform: scale(1.5, 1.5);
    opacity: 0.7;
  }

  50% {
    transform: scale(2, 2);
    opacity: 0.4;
  }

  75% {
    transform: scale(2.5, 2.5);
    opacity: 0.1;
  }

  100% {
    transform: scale(3, 3);
    opacity: 0;
  }
}

.verifymsg-msg {
  color: red !important;
}

.b-down {
  font-size: 11px;
  color: #ff003b;
  line-height: 20px;
}

span.b-down.exp {
  /* line-height: 18px; */
  /* text-decoration: underline; */
}



/* new layout css */

button.orange-ham {
  padding: 0px;
  background: transparent;
  border: none;
  margin: 0 15px 0 10px;
}

a.d-btn img {
  height: 15px;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
}

.side-nav ul img {
  height: auto;
  width: 20px;
  margin-bottom: 5px;
}

span.dropdown-toggle.loggedinlink,
.dropdown-toggle.loggedinlink {
  border: 1px solid #ffb80a;
  /* padding: 12px; */
  border-radius: 20px;
}

.side-nav {
  background-image: linear-gradient(to right, #090909, #141414);
}

.side-nav ul li img {
  height: auto;
  width: 20px;
  margin-bottom: 5px;
}

.side-nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
}

.side-nav ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
}

.side-nav .active {
  background: linear-gradient(270deg, rgba(236, 102, 24, 0.27) 0%, rgba(248, 172, 26, 0.03) 50%);
}

.side-nav ul li:hover {
  background: linear-gradient(270deg, rgba(236, 102, 24, 0.27) 0%, rgba(248, 172, 26, 0.03) 50%);
}

.bet-table .text-center.heading-color {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 10px;
}

.bet-table .text-center.heading-color img {
  width: 26px;
  margin-right: 8px;
  height: auto;
}

.home-table .table th,
.home-table .table td {
  /* padding: .75rem;
  vertical-align: top; */
  border-bottom: 1px solid #141414;
  border-top: none;
}

.right-content {
  padding: 35px;
}

.txt-underline {
  width: 60px;
  height: 3px;
  margin-top: 5px;
  background: #ffb80a;
}

.game-heading {
  font-size: 25px;
  color: #fff;
  /* margin: 50px 0 25px; */
  font-weight: 500;
  /* display: flex; */
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
}

.center-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.top-provider ul {
  margin-top: 20px;
}

.top-provider li {
  width: 16.666%;
  width: 20%;
  list-style: none;
  float: left;
  padding: 10px 10px 0 0;
}

/*  */

/* Testimonials */

.testimonial-sec img {
  max-width: 100px;
  min-width: 100px;
  margin: 0 auto;
}

.testimonial-sec h3 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
}

.testimonial-sec p.designation {
  color: #CFD0CF;
  font-weight: 400;
  margin: 0;
}

.testimonial-sec p {
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
}

.testimonial-sec {
  background-image: url('/assets/images/testimonial-bg.png');
  text-align: center;
  padding: 0 30px 60px;
  transform: scale(0.8);
  background-size: 100% 100%;
}

.testimonial .owl-item.active.center .testimonial-sec {
  transform: scale(1.0);
  transition-duration: 0.3s;
}

.grey-box {
  background: #0d0d0d;
  margin: 30px 0;
  padding: 4% 5% 5% 5%;
  text-align: center;
  border-radius: 8px;
}

.grey-box img {
  height: 100px;
  width: auto;
}

.grey-box h3 {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  font-family: 'Inter';
}

.grey-box h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.ylo-gradient-btn {
  background-image: linear-gradient(#f8ab1a, #ec6618);
  border: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 3px;
}

.icn-box {
  border: 1px solid #3c3c3c;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  min-height: 320px;
  font-weight: 300;
  background: #00000070;
}

.icn-box h2 {
  color: #fff;
  font-size: 16px;
  font-family: 'Inter';
  margin-top: 20px;
}

.testimonial .owl-nav.disabled {
  display: block !important;
}

/* .testimonial button.owl-prev,
.testimonial button.owl-next {
  position: absolute;
  top: 0;
} */

.all-banner img {
  border: 1px solid #2c2c2c;
  /* padding: 8px; */
  margin-top: 35px;
  width: 100%;
}

/* .all-banner {
  padding: 0 10px;
} */

.ftr-heading {
  font-size: 14px;
  color: #fff;
  margin: 20px 0 30px;
  font-weight: 500;
  padding: 0;
  font-family: 'Poppins';
}

.ftr-sec-one p {
  color: #fff;
  line-height: 18px;
  font-weight: 300;
  padding: 8px 0;
  font-family: 'Poppins';
}

.ftr-sec-one {
  margin-bottom: 30px;
}

.payment-sec ul li {
  width: 50%;
}

a,
a:focus,
a:active {
  color: #ffb80a;
}

.btm-ftr {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  font-weight: 300;
  padding: 20px 20px;
  color: #fff;
}

.mob-menu .amount {
  color: #ffb80a;
}

.bet-table li.text-center.heading-color {
  width: 20%;
  margin: 10px 15px 10px 0;
}

button.mob-bet-show {
  display: none
}

.sport-table-header img {
  width: 20px;
}

.fancy-pop-s,
.fancy-pop-s:focus,
.fancy-pop-s:active {
  padding: 0px 2px;
  background: linear-gradient(90deg, #f6ab04 0%, rgba(248, 172, 26, 0.03) 110%);
  border: 1px solid;
  color: #665c48;
  font-size: 14px;
}

/* #fancyBookRunModal table.table td, #fancyBookRunModal table.table th {
  border-bottom: 1px solid #ff000057;
} */
/* #fancyBookRunModal table.table,#fancyBookRunModal .modal-content {
  background: #000000;
} */
#fancyBookRunModal .modal-header {
  padding: 10px;
}

#fancyBookRunModal .modal-header button.close {
  position: absolute !important;
}

.no-match-sec {
  min-height: 100px;
  background: #ffffffde;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-match-sec p {
  color: #000;
}

.light-t .deposit-section h4 {
  color: #000;
}
.deposit-section h4 {
  color: #000;
}

@media(max-width:767px) {
  .accordion-item{
    width: 230px;
  }
}

.input-container input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.input-container sapn.input-text {
  color: #fff;
}

.input-container input[type="radio"] {
  accent-color: #f6ab04;
}

.deposit-items {
  width: 100%;
  display: block;
  background: #e9ecef;
  float: left;
  /* text-align: center; */
  border-radius: 10px;
  padding-top: 20px;
}

span.cc-copy {
  float: right;
  font-weight: normal;
}

.b-blink {
  font-size: 14px;
  font-weight: 700;
  animation: blinker 3s linear infinite;
  border: 1px solid;
  background: red;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
}

.statament.b-blink {
  border: none;
  padding: 5px;
  Font-size: 12px;
  font-weight: 400;
  display: block;
  text-align: left;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.light-t .deposit-items .d-item {
  color: #000;
}
.deposit-items .d-item {
  width: 100%;
  display: flex;
  color: #222;
  font-size: 10px;
  margin-bottom: 10px;
  /* border: 2px solid black; */
  border-radius: 10px;
  padding: 10px;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.fancy-pop-s {
  color: #5e0909;
  font-weight: 800;
}

label.notification-wait {
  font-size: 12px;
  font-style: normal;
  color: red !important;
}

button.skip-btn {
  background: transparent;
  float: right;
  color: #f6ab04;
  text-decoration: underline;
}

/* .ad-change thead tr th:last-child,
.ad-change tbody tr td:last-child {
  padding-right: 10px !important;

} */

.ad-change thead tr th:first-child,
.ad-change tbody tr td:first-child {
  padding-left: 10px !important;
}

td.b-p-sec {
  padding: 0px !important;
}

.fancy-tab .sport-table-header,
.fancy1-tab .sport-table-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.fancy-tab .fancy.bet-table,
.fancy1-tab .fancy.bet-table {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

select.select-box {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  background: #fff;
  padding: 0 10px;
  color: #000;
  border-color: #1d253e;
}

.next-link, .next-link:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #126157;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 7px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.9s;
  text-transform: uppercase;
}
 
@media(max-width:767px) {
  .only-mob-des{
    display: none;
  }
}

.casino-container-item {
  cursor: pointer;
}

.light-t .side-g-name.small-txt {
  color: #000;
}
.side-g-name.small-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000;
  padding: 10px;
  /* background: #3289f2; */
  text-transform: capitalize;
}


/* .teams-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
} */

.team-item {
  flex: 1;
  max-width: max-content;
  text-align: center;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.light-t .vs-img {
  filter: invert();
}
.vs-img {
  height: 20px; /* Adjust as needed */
  width: auto;
  margin: 0 5px; /* Spacing around the vs image */
}
.soc-color{
  color: #fff;
}
.my-bets select,
.my-bets select:active,
.my-bets select:focus {
  border-radius: unset !important;
  background: #13151e;
  color: #fff;
  text-align: center;
  box-shadow: none;
  border: none;
}


.fancy-t-sec table th,
.fancy-t-sec table tr {
  position: relative;
}

.fancy-t-sec .sport-table-header span.small-txt,
.fancy-t-sec .sport-table-header span.n-margin {
  color: #3289F2;
}

.fancy-t-sec .h-box {
  margin-bottom: 0;
}

.fancy-t-sec .h-box .sport-table-header {
  background-color: #000;
  margin-bottom: 0;
}
.light-t .fancy-t-sec .ad-change th,
.light-t .fancy-t-sec .ad-change td {
  background-color: #fff;
}
.fancy-t-sec .ad-change th,
.fancy-t-sec .ad-change td {
  /* background-color: #000; */
}
.light-t .fancy-t-sec .h-box table.ad-change.bet-table th,
.light-t .fancy-t-sec .h-box table.ad-change.bet-table td {
  border-bottom: 2px solid #fff;
}
.fancy-t-sec .h-box table.ad-change.bet-table th,
.fancy-t-sec .h-box table.ad-change.bet-table td {
  /* border-bottom: 2px solid #191C28; */
}

.button-wrapper{
  background-color: #1e8067;
}

.fancy-line-exp {
  position: relative;
}
span.fancy-line img {
  position: absolute;
  right: 10px;
  top: 40%;
}
.m-count {
  position: absolute;
  bottom: 0;
  top: 5px;
  color: #000 !important;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}
.light-t .check-span {
  background-color: #7D7D7D;
}
span.check-span {
  display: inline-flex;
  font-size: 10px;
  height: 30px;
  width: 70px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 5px 10px 5px 0px;
  background-color: #131b30;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  border: 1px solid #00000073;
}
span.check-inplay {
  display: inline-flex
;
  font-size: 10px;
  height: 30px;
  /* width: 111px; */
  /* text-transform: none; */
  color: green;
  /* margin: 0px 0px 0px 116px; */
  /* background-color: #fe0000; */
  text-align: center;
  border-radius: 0px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  float: right;
}
.toggle_img {
  width: 30px;
  height: 30px;
}
.f-head {
  color: #3289f2;
  font-size: 14px;
  font-weight: 600;
}
.desktop-strm .h-box {
  padding-top: 0;
}
.m-name {
  width: 80%;
}
.g-head-name {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.g-head-date {
  font-size: 10px;
  font-weight: 300;
}
.head-title-tag {
  background: #1e8067 !important;
}
.head-title-tag.sport-table-header .small-txt {
  color: #fff;
}
.accordion-body h1 {
  font-size: 12px;
  padding: 10px;
}
.top-menu-head img {
  display: none;
}
.top-menu-head a.active img, .top-menu-head a:hover img {
  position: absolute;
  display: block;
  bottom: -7px;
  width: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.username-sec {
  display: flex;
  background: transparent;
  padding: 8px 10px;
  /* border-radius: 0px; */
  /* border: 1px solid #000; */
  color: #ffecc6;
  font-size: 12px;
}
/* .dateee, .balancebuttonn, .exposureebutton, .searchevents {
  margin-right: 10px;
} */
.logouttt {
  display: flex
;
  color: rgb(255, 236, 198);
  font-size: 12px;
  background: transparent;
  /* padding: 8px 10px; */
  border-radius: 0px;
  border: 0px solid #000;
  font-weight: 400;
}
.user-info p{
  margin: 0px 16px 0px 0px;
  font-size: 10px;
}
.searchevents {
    background-color: #ffffff;
    color: green;
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 8px 12px 8px 35px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/svgs/solid/search.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 98%;
    font-weight: 300;
    font-size: 12px;
    margin: 0px 25px 0px 0px;
}
.searchevents::placeholder {
  color: grey; /* Placeholder color */
  opacity: 1; /* Full visibility */
}
.searchevents:focus{
  background-color: #ffffff;
    color: green;
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 8px 12px 8px 35px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/svgs/solid/search.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 98%;
    font-weight: 300;
    font-size: 12px;
    margin: 0px 25px 0px 0px;
}
.exposure-box {
  background-color: #f9df10;
  padding: 0px 5px;
  border-radius: 5px;
  text-align: center;
  width: fit-content;
  width: 88px;
  position: relative;
  right: -187px;
}

.exposure-title {
  font-size: 12px;
  /* font-weight: bold; */
  margin: 0px 0px 0px 0px;
  color: #000;
  position: relative;
  top: 3px;
}
.exposure-value {
  font-size: 12px;
  /* font-weight: bold; */
  margin: 0;
  color: #000;
}
.balance-box {
  background-color: #f9df10;
  padding: 0px 5px;
  border-radius: 5px;
  text-align: center;
  width: fit-content;
  width: 88px;
  position: relative;
  right: -170px;
}

.balance-title {
  font-size: 12px;
  /* font-weight: bold; */
  margin: 0px 0px 0px 0px;
  color: #000;
  position: relative;
  top: 3px;
}

.balance-value {
  font-size: 12px;
  /* font-weight: bold; */
  margin: 0;
  color: #000;
}
.timee {
  font-size: 12px;
  position: relative;
  right: -90px;
  top: 12px;
  margin: 0px -40px 0px 0px;
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.no-item {
  min-width: 15%;
  display: flex;
  justify-content: center;
}
.heading-mobView.space {
  width: 50%;
}
.bb-fancy {
  width: 5%;
}

.animated-l-text {
  display: inline-block;
}

/* .animated-l-text span {
  opacity: 0;
  display: inline-block;
  animation: fadeInOut 2s forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
} */

/* Keyframes for fade-in and fade-out effect */
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blink-container {
  animation: blink 1s infinite; 
}

/* Add animation delay for each letter */
/* .animated-l-text span:nth-child(1) {
  animation-delay: 0.1s;
}
.animated-l-text span:nth-child(2) {
  animation-delay: 0.2s;
}
.animated-l-text span:nth-child(3) {
  animation-delay: 0.3s;
}
.animated-l-text span:nth-child(4) {
  animation-delay: 0.4s;
} */
.stack-rate::placeholder {
  font-size: 14px;
}
.light-t .sidebar-menu {
  background-color: #fff;
}

span.heading-side {
  background: #141B2F;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #FFC11C;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
.toggleStyle .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #fff;
}
.loginModal .d-btn {
  border-radius: 5px;
}
.change-code-btn {
  text-align: right;
  padding: 0 20px;
  text-decoration: underline;
}
/* DOB media */
@media (max-width: 1120px) {}

@media (max-width: 991px) {
  .top-menu-head {
    padding-bottom: 10px;
  }
  .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .matches::-webkit-scrollbar {
    display: none;
  }
  .button-wrapper::-webkit-scrollbar {
    display: none;
  }
  .market-btn::-webkit-scrollbar {
    display: none;
  }
  .light-t .matches.casino-list .gamecricket {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
  }
  .matches.casino-list .gamecricket {
    padding: 10px !important;
    border-radius: 10px;
    background: #141B2F;
    border: 1px solid #141B2F;
    color: #939EB8;
    width: auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .matches.casino-list .casino-img-item {
    position: absolute;
    margin: auto;
    top: -20px;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    object-fit: scale-down;
  }
  .matches {
    overflow: auto;
    /* margin: 0 !important; */
    padding-top: 25px;
  }
  section.main-section {
    margin-top: 140px;
  }
  .side-menu{
    height: 100%;
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px; /* Initially hidden off-screen */
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 1000;
  }
  .side-nav-bet {
    display: block !important;
  }

  .d-sm-none-add {
    display: block;
  }
}

@media (max-width: 767px) {
  .register-title {
    color: #ffb601;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }
  /* .casino-set .m-top {
    display: none !important;
  } */
  .hide-side-nav {
    display: flex;
  }
  .f-item { 
    top: 8px;
    width: 18px;
  }
  .m-item { 
    top: 14px;
    width: 23px;
  }
  .b-item { 
    top: 20px;
    width: 28px;
  }
  .side-menu-items .s-item {
    content: "";
    position: absolute;
    background: #fff;
    color: #fff;
    height: 2px;
    right: 0;
    border-radius: 10px;
  }
  .side-menu-items {
    /* background: #fff !important; */
    height: 30px;
    width: 30px;
    margin-right: 10px;
    /* border-radius: 20px; */
    position: relative;
  }
  .accordion-body .no-match {
    margin-top: 5px;
  }
  section.main-section {
    margin-top: 60px;
  }
  .button-wrapper {
    overflow-x: auto;
  }
  .handlemob-live {
    width: 20%;
  }
  .handle-name-mob {
    width: 80%;
  }
  input[type="number"] #text-field-container {
    unicode-bidi: normal;
    background-color: black;
    width: 58%;
    height: 92%;
    border-radius: 7px;
    margin: 0 auto;
  }

  .footerSupot {
    /* position: fixed; */
    bottom: 60px;
  }

  /* ul.login-foot {
    width: 120px;
  } */
  .h-box {
    margin-bottom: 5px;
  }

  .h-box .sport-table-header {
    font-size: 14px;
    /* margin-top: 10px; */
  }

  .login-section .form-container {
    margin: 10px !important;
  }

  .form-container {
    margin: 10px !important;
  }

  .game-img img {
    margin: 5px 0;
  }

  .sport-table-header {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .b-details-items li img {
    width: auto;
  }

  .mob-show-btns {
    display: block !important;
  }

  .exch-sec {
    padding: 30px 0;
  }

  .b-foot {
    margin-bottom: 60px;
  }

  #fancyBookRunModal .modal-dialog {
    padding: 20% 10%;
  }

  .loginc.modal-body,
  .signupC.modal-body {
    padding: 20px;
    height: 455px;
  }

  .mid-way form h2,
  .Account-Details h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-weight: 500;
  }

  li.s-item {
    padding: 10px 35px 10px 34px;
    /* margin-right: 14px; */
    width: 30%;
    font-size: 10px !important;
  }
}

.Account-Details li,
.Account-Details label {
  /* font-size: 12px; */
}

.showbalance span.title {
  font-size: 10px;
}

a.d-btn {
  padding: 10px;
  font-size: 13px;
  height: 0px;
  position: relative;
  top: 9px;
  right: -5px;
}

span.dropdown-toggle.loggedinlink,
.dropdown-toggle.loggedinlink {
  border: none;
  /* padding: 5px; */
}

.casino-set .inner-container {
  min-height: 80vh;
  height: 80vh;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

/* .casino-set .iframe-height {
  height: 100%;
} */

ul.items-foot-container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
  padding: 10px 0;
}

.items-foot-container .items-foot.support-item:after {
  display: none;
}

.items-foot-container .items-foot:after {
  content: "";
  width: 2px;
  height: 48px;
  z-index: 9999;
  display: block;
  position: absolute;
  background: linear-gradient(59deg, #ffffff -220%, rgba(248, 172, 26, 0.03) 165%);
  right: -35px;
}

.items-foot-container .items-foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.matched-bets-modal {
  top: 10%;
}

.matched-bets-modal .modal-body {
  padding: 0;
  background: #000;
}

.matched-bets-modal .modal-header .close {
  padding: 20px 30px !important;
  color: #000;
}

.matched-bets-modal .modal-header .modal-title {
  color: #fff;
  font-weight: 500;
}

.bet-table .text-center.heading-color img {
  width: 18px;
}

.mob-menu .nav-item .title {
  /* display: flex; */
  /* align-items: center; */
}

button.mob-bet-show {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 9;
  background: black;
  color: #fff;
  border-radius: 30px;
  font-size: 10px;
}

.t-top {
  /* left: 55px; */
  right: 15px;
  bottom: 110px;
}

/* section.main-section {
  margin-top: 90px;
} */

/* scrolable menu */
.scrol-sec .rd-nav-item:hover {
  background: linear-gradient(270deg, rgba(236, 102, 24, 0.27) 0%, rgba(248, 172, 26, 0.03) 50%);
}

.scrol-sec {
  display: block;
}

.scrol-sec {
  background: #12121200;
  padding: 10px 10px;
}

ul.scroll-items {
  overflow: scroll;
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
}

ul.scroll-items li a {
  color: #fff;
  padding: 0;
  width: 65px;
  float: left;
  font-size: 10px;
  text-align: center;
}

/* scrolable menu */

footer .side-nav {
  display: block;
}

footer .side-nav img {
  width: 22px;
}

.pl-0.h-box.fancy-tab {
  padding: unset;
}

.btm-ftr {
  line-height: 20px;
  font-weight: 200;
  padding: 10px 10px;
}

.dot {
  /* height: 9px;
    width: 9px; */
  background-color: rgb(27, 216, 27);
  border-radius: 50%;
  display: inline-block;
}

.bet-table li.text-center.heading-color {
  width: 33.33%;
}

.mob-no-pad {
  padding: 0;
}

.desktop-menu {
  display: none;
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 3.33333%;
    margin-top: 50px;
    max-width: 51%;
  }
}
/* @media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: -21.33333%;
  }
} */
.col-12 {
  flex: 0 0 100%;
  max-width: 87%;
}
.game-name-column {
  width: 40%; /* Increase width for game name */
  min-width: 200px; /* Ensure it doesn’t shrink too much */
}
@media (max-width: 600px) {

  /* section.main-section {
    margin-top: 100px;
    overflow: hidden;

  } */
}

@media only screen and (min-width: 676px) and (max-width: 1240px) {

  .showbalance,
  a.d-btn {
    padding: 4px !important;
    /* border: none !important; */
  }

  .desktop-menu .loggedinlink {
    padding: 4px !important;
    border: none !important;
  }

  .themechange {
    padding: 0% !important;
    /* border: none !important; */
  }
}

@media only screen and (max-width: 600px) and (min-width: 575px) {
  .overlay-sm {
    padding: 17px !important;
  }
}

@media (max-width: 575px) {

  /* .mo-lay.g-rate-name,
  .bg-lay.g-rate-name {
    padding-right: 10px !important;
  } */

  small {
    font-size: 13px;
    font-weight: 600;
  }

  .join-whatsapp {
    color: #03A155;
    border-radius: 10px;
    margin: 20px;
    height: 45px;
    padding: 0px 30px 0 0px;
    background-color: #fff;
  }

  .join-whatsapp img {
    position: relative;
    height: 50px;
    right: 20px;
    bottom: 8px;
  }

  .join-whatsapp span {
    color: #03A155;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 3px;
  }

  .betPlaceMarkup button.btn-stack.stack-rate {
    border: 1px solid #000000a6;
    /* border-radius: unset; */
    color: #FFFFFF !important;
    width: 23% !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    text-align: center !important;
    margin: 2% 1% !important;
    padding: 0;
  }

  .items-foot-container .items-foot:after {
    right: -35px;
  }

  .desk-padding-form {
    padding: 0 0px;
  }

  .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .scrol-sec {
    height: 70px;
  }

  .items-foot-container .items-foot:after {
    right: -20px;
    display: none;
  }

  .master-available span {
    font-size: 30px;
  }

  .master-bottom {
    padding: 10%;
    text-align: center;
  }

  .master-bottom span {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .items-foot-container .items-foot:after {
    right: -15px;
  }

  span.book-hint {
    font-size: 10px;
  }

  /* span.small-txt {
    font-size: 10px;
  } */
}

@media (max-width: 375px) {
  span.check-inplay, span.check-span {
    width: 50px;
    font-size: 9px;
  }
  .ad-change.home.bet-table .bg-back span.identity,
  .ad-change.home.bet-table .bg-lay span.identity {
    width: 45px;
  }

  .join-whatsapp img {
    position: relative;
    height: 50px;
    right: 15px;
    bottom: 5px;
  }

  .join-whatsapp {
    color: #03A155;
    border-radius: 10px;
    margin: 20px;
    height: 40px;
    padding: 0px 30px 0 0px;
    background-color: #fff;
  }

  .join-whatsapp span {
    color: #03A155;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .amount-box {
    padding: 5px 10px;
  }
}

@media (max-width: 320px) {

  /* .g-name {
    font-size: 10px;
  } */

  .ad-change.home.bet-table td {
    padding: 0;
  }

  a.login-bttn,
  a.signup-bttn {
    padding: 5px 5px !important;
    font-size: 10px;
  }

  button.signup-bttn {
    padding: 3px 5px 3px 5px !important;
    margin: 12px 8px 0px 0px;
    font-size: 10px;
    border: none !important;
    z-index: 99;
    background: transparent !important;
    border: none;
  }

  .mob-menu .showbalance {
    /* margin: 0 5px 0 0; */
  }

  .items-foot-container .items-foot:after {
    right: -7px;
  }

  footer .side-nav a {
    font-size: 8px;
  }

  .bet-table li.text-center.heading-color {
    margin: 10px 5px 10px 0;
  }

  /* .fancy-tab td,
  .fancy1-tab td,
  .ballbyball-tab td {
    font-size: 10px;
  } */
}

@media (max-width: 767px) {
  span.check-inplay, span.check-span {
    margin: 5px 0;
  }
  .m-icon-mob .icon-text {
    background: #ffb601;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    margin: 0;
    margin-right: 5px;
  }
  .bookmarks.sm .icon-wrapper {
    display: none;
  }
  span.m-icon-mob {
    display: flex;
    align-items: center;
  }
  .ad-change .liveImgMob {
    border-radius: 15px;
  }
  .Bet-App h4,
  .CricketBetting-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    color: #fff;
    margin: 15px 0 15px;
    font-weight: 500;
  }

  .withdraw-form input {
    width: 100%;
  }

  .Account-Details.qr.p-4 {
    /* padding: 0 !important; */
  }

  .CricketBetting-head h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }

  .CricketBetting h1 {
    margin: 15px 0 0px;
  }

  .CricketBetting h2 {
    color: #ffb80a;
    font-weight: 700;
    font-size: 15px;
    margin-top: 28px;
  }

  .content-area p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }

  .content-area h4 {
    color: #ffb80a;
    font-weight: 800;
    font-size: 12px;
    margin-top: 10px;
  }
}

.applink a {
  color: #000 !important;
}

.applink {
  background: #fff;
  /* opacity: 0.5; */
  color: #000 !important;
  text-align: center;
  width: 100%;
  float: left;
}

.applink span.cross-btn {
  position: absolute;
  color: #fff !important;
  background: red;
  width: 20px;
  right: 0;
  border: 0;
}

.dark-light {
  margin: 0 10px;
  padding: 5px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #ffb80c;
  cursor: pointer;
  color: #ffb80c;
  background: none;
  font-weight: bold;
}
.dark-lightmob img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.dark-lightmob img.light-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.dark-lightmob {
  margin-left: 5px;
  padding: 2px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #4D4D4D;
  cursor: pointer;
  color: #ffb80c;
  background: #21193E;
  font-weight: bold;
  width: 30px;
}

.mo-back.g-rate-name span,
.bg-back.g-rate-name span {
  background: #a7d8fd;
  color: #000 !important;
  position: relative;
}

.mo-back.g-rate-name span:focus:before,
.bg-back.g-rate-name span:focus:before {
  position: absolute;
  width: 20px;
  height: 10px;
  content: "";
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #9eb0e0;
}

.mo-lay.g-rate-name span,
.bg-lay.g-rate-name span {
  background: #f9c9d4 !important;
  color: #000 !important;
  position: relative;
}

.mo-lay.g-rate-name span:focus:before,
.bg-lay.g-rate-name span:focus:before {
  position: absolute;
  width: 20px;
  height: 10px;
  content: "";
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #e98fd0;
}

.b-listing {
  /* padding: 0 10px; */
}

/* DOB media */


/* theme change */
.light {
  background-color: #fff;
  color: #000;
}

.light .exchangeBtnDark,
.light .casinoBtnDark {
  color: #ffb80a;
}

.light .exchangeBtn,
.light .casinoBtn {
  background-color: #000000;
}

.light .gameTypeDark {
  color: #ffb80a !important;
}

.light .gameType button {
  background-color: #000000;
  border: 1px solid #fff;
}

.light .gameType div,
.light .exchange-casino div {
  background-color: #fff;
}

.light .cricketHeading {
  color: #ffb80a;
  font-size: 1rem;
  font-weight: 600;
  background-color: #000000;
}

.light .check-inplay {
  color: #00723b;
  font-weight: 700;
  background-color: #c4c6cd;
}

.light .g-name {
  color: #000;
  font-weight: 500;
}

.light .ad-change.home.bet-table td {
  border-bottom: 2px solid #7b560342;
}

.light .event-dot {
  color: #000;
}



.light .check-span {
  color: #000;
  background-color: #c4c6cd;
  font-size: 12px;
  font-weight: 600;
}

.light span.t-icons {
  color: #000;
  font-weight: 600;
}

.light .Faq-data {
  background-color: #ebebeb;
}

.light .Faq-con,
.light .home-Faq,
.light .Faq-qus h1,
.light .Faq-qus h3 {
  color: #000 !important;
}

.light .home-Faq-content,
.light .Faq-qus,
.light .home-Faq-content h2 {
  color: #000 !important;
}

.light .marquee-text {
  color: #000;
  /* background-color: #fff; */
  padding: 0px;
  font-weight: 600;
}

.light p.game-title {
  /* color: #000; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.light .game-heading {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.light-t .no-found {
  color: #000 !important;
}

.light-t .cstm-des table.account-statement th {
  color: #000;
}
.cstm-des table.account-statement th {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #fff;
}

.light .cstm-des table.account-statement td {
  color: #000;
}

.light .deposit-section h4 {
  color: #000 !important;
}



.light .dropdown-menu.show {
  background: #fff;
  color: #000;
}

.light .dropdown-menu.show button.dropdown-item,
.light .dropdown-menu.show a {
  color: #000;
}

.light .t-header {
  background-color: #ebebeb;
}

.light .h-box .sport-table-header {
  /* color: #000; */
  font-size: 14px;
  margin-bottom: 1px;
  background-color: #1a1c28;
}

.light .sport-table.betPlaceMarkup {
  background: #c4c6cd;
}

.light .h-box table.ad-change.bet-table td {
  color: #1a1c28;
}

.light .theme-bg {
  padding-bottom: 2%;
  background-color: #1c1f24;
}

.light .sport-table-header {
  background: linear-gradient(90deg, #000 0%, rgba(248, 172, 26, 0.03) 110%);
}

.light .deposit-items .d-item {
  color: #000;
}

.light .inplay-bg {
  background: #000;
}

.light .themebg {
  background: #000;
}

.light .inplay-themebg {
  background: #fff;
}

.light .dropdown-item {
  font-weight: 600;
}

.grecaptcha-badge {
  visibility: hidden;
}

.dark-mode-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.toggle-label {
  margin-left: 10px;
}

/* .toggle-icon {
  font-size: 18px;
} */

/* theme change */
/* sukhdeep CSS */
.live-nav-container button {
  padding: 0 4px;
  border: none;
  position: absolute;
  right: 0;
  top: -40px;
}

.live-nav-container button.live-prev {
  margin-right: 40px;
}

.border-game {
  border: 1px solid #000;
  margin: 20px 0;
  padding: 19px;
  position: relative;
  text-align: center;
  border-radius: 11px;
}

.border-game img {
  height: 36px;
  width: 36px;
  position: absolute;
  left: 40%;
  top: -24px;
  object-fit: cover;
}

.border-game a {
  font-weight: 600;
}

img.promotion-img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}

#sidebar-option .accordion-item {
  background: transparent;
  border: none;
  color: #fff !important;
  border-radius: unset;
  margin: 0;
  border-bottom: 2px solid #efefef;
}

.light-t #sidebar-option .accordion-button {
  color: #000;
}
#sidebar-option .accordion-button {
  width: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  color: #222222;
  padding: 21px 17px;
  box-shadow: none;
  font-size: 11px;
  /* border: none; */
}
#sidebar-option .accordion-button:hover {
  /* transform: scale(1.05); */
  animation: vibrate 0.2s linear(0 0%, 0.92 93.26%, 1 100%) infinite;
  /* box-shadow: 0px 5px 15px rgb(182 174 174); */
  /* background-color: rgb(66 30 30); */
  font-size: 14px;
  /* color: beige; */
  background-color: aliceblue; /* Correct way to apply background color */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.lotus-images-container {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  padding: 8px 0px 0px 0px;
  /* overflow-x: auto; */
  white-space: nowrap;
}

.lotus-images-container img {
  width: 101%;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
  margin: -6px 0px 0px 0px;
  max-width: 167px;
}

.image-box {
  position: relative;
  width: 205px;
  /* max-width: 100%; */
}

.image-label {
  position: absolute;
  bottom: -4px;
  left: 4px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); */
}

/* Small screens ke liye responsive */
@media (max-width: 600px) {
  .lotus-images-container {
    flex-wrap: nowrap;
    /* overflow-x: auto; */
    display: flex;
    gap: 3px;
    justify-content: space-between;
    align-items: center;
}
}

.image-overlay {
  position: absolute;
  bottom: 3px;
  left: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
img.overlay-icons {
  height: 18px;
  width: 18px;
  position: relative;
  top: -17px;
  left: 2px;
}
.in-play-content {
  display: flex;
  justify-content: center;
  width: 100%;
}

.promotion-buttons {
  display: grid
;
  grid-template-rows: repeat(2, auto);
  gap: 3px;
  max-height: 300px;
  /* overflow-y: hidden; */
  overflow-x: auto;
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.promotion-row {
  display: flex
;
  gap: 0px;
  /* overflow-x: auto; */
  /* width: 100%; */
}

.promotion-button {
  position: relative;
  flex: 0 0 50%;
  border: none;
  background: transparent;
  padding: 0px 0px 0px 0px;
  min-width: 108px;
}

.promotion-button__content {
  width: 99%;
  height: 110px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .promotion-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns per row */
    gap: 10px;
    justify-content: center;
  }

  .promotion-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    display: contents;
  }

  .promotion-row button {
    width: 100%;
    max-width: 210px;
    position: relative;
}

.promotion-button__content {
  width: 105%;
  max-width: 200px;
  height: 71px;
  object-fit: cover;
  /* flex: 0 0 50%; */
  /* display: flex
; */
  /* position: relative; */
  /* min-width: 67%; */
  border-radius: 3px;
}
}

/* Customize the scrollbar */
.promotion-row::-webkit-scrollbar {
  height: 8px; 
}

.promotion-row::-webkit-scrollbar-thumb {
 background-color: #a9a9a9;
  border-radius: 10px;
}

.promotion-row::-webkit-scrollbar-thumb:hover {
  background-color: #a9a9a9; 
}


#sidebar-option .accordion-body {
  padding: 0px 10%;
  background-color: white;
}

.btn-img {
  margin: 5px 7px 0px 0px;
  width: 16px;
  /* object-fit: none; */
  height: 16px;
}

#buttons_new {
  background-color: transparent;
  border: none;
  color: #939EB8;
  text-align: left;
  font-weight: 600;
}

.btn-imges {
  /* margin-right: -5px; */
  margin-left: -8px;
  margin-right: 4px;
}

.light-t .btns_chat a, .light-t .whatsapp a {
  color: #000;
}
.btns_chat {
  /* background-color: blue; */
  border-color: #fa2084;
  border-radius: 5px;
  color: white;
  margin-top: 9px;
  font-size: 15px;
  height: 60px;
  width: 100%;
  font-family: 'Poppins';
}

.whatsapp {
  /* background-color: green; */
  border-color: cornflowerblue;
  border-radius: 5px;
  color: white;
  margin-bottom: 10px;
  height: 60px;
  font-family: 'Poppins';

}

.toogle-btn {
  text-align: center;
}


.search_icon {
  top: 32px;
  left: 17px;
  position: absolute;
}

/* .form-control,
.form-control:focus {
  font-weight: 500;
  text-align: left;
  border: none;
  margin-top: 22px;
  font-size: 12px;
  background-color: black;
  box-shadow: none;
  margin-left: 3px;
} */
.has-search {
  position: relative;
  margin-top: 1rem;
}

.has-search .form-control,
.has-search .form-control:focus {
  font-weight: 500;
  text-align: left;
  border: none;
  font-size: 12px;
  background-color: black;
  box-shadow: none;
}

.has-search input {
  border: 2px solid #262626;
  padding: 0 40px;
}

.img-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
}

.btn-search {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0;
  border: none;
  color: #3289F2;
}

.light-t .depoists-btn {
  color: #000;
}
.depoists-btn {
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #000;
  border-color: #000000;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  text-align: left;
  color: #939EB8;
  font-family: 'Poppins';
  padding: 10px 0;
}

.images_multiple {
  margin-right: 5px;
}
.light-t .images_multiple {
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
  width: 10em;
  height: 3em;
  margin-left: -25.5em;
  background-image: var(--bs-form-switch-bg);
  background-color: #252A39;
  border: none;
  /* color: yellow; */
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

.home-seach input {
  margin: 20px 0;
  padding: 30px 0;
}

.img-promo-casnio img {
  width: 100%;
}

/* Import default react-toggle styles if needed */
/* Maintain existing CSS rules */
.toggleStyle .react-toggle-track {
  width: 80px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  /* Default background color */
}

.toggleStyle .react-toggle-thumb {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #21193E;
  /* Default thumb color */
}

.toggleStyle .react-toggle--checked .react-toggle-thumb {
  left: 40px;
  border-color: #19AB27;
}

.toggleStyle .react-toggle-track-check {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
  z-index: 9;
}

.toggleStyle .react-toggle-track-x {
  position: absolute;
  width: 20px;
  height: 10px;
  top: 0px;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
  z-index: 999;
}

/* New styles to conditionally change background color */
.toggleStyle .toggle-dark .react-toggle-track {
  background-color: #21193E;
  /* Background color when dark mode is active */
}

.toggleStyle .toggle-light .react-toggle-track {
  background-color: white;
  /* Background color when light mode is active */
}

.toggleStyle .toggle-dark .react-toggle-thumb {
  background-color: white;
  /* Thumb color when dark mode is active */
}

.toggleStyle .toggle-light .react-toggle-thumb {
  background-color: #21193E;
  /* Thumb color when light mode is inactive */
}

.toggleStyle1 .react-toggle-track {
  width: 80px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  /* Default background color */
}

.toggleStyle1 .react-toggle-thumb {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #21193E;
  /* Default thumb color */
}

.toggleStyle1 .react-toggle--checked .react-toggle-thumb {
  left: 40px;
  border-color: #19AB27;
}

.toggleStyle1 .react-toggle-track-check {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
  z-index: 9;
}

.toggleStyle1 .react-toggle-track-x {
  position: absolute;
  width: 20px;
  height: 10px;
  top: 0px;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
  z-index: 999;
}

/* New styles to conditionally change background color */
.toggleStyle1 .toggle-dark .react-toggle-track {
  background-color: #21193E;
  /* Background color when dark mode is active */
}

.toggleStyle1 .toggle-light .react-toggle-track {
  background-color: white;
  /* Background color when light mode is active */
}

.toggleStyle1 .toggle-dark .react-toggle-thumb {
  background-color: white;
  /* Thumb color when dark mode is active */
}

.toggleStyle1 .toggle-light .react-toggle-thumb {
  background-color: #21193E;
  /* Thumb color when light mode is inactive */
}

/* sukhdeep CSS */
.matches {
  display: flex;
  margin-bottom: 10px;
}


.toggleStyle .react-toggle--checked .react-toggle-track-x {
  opacity: 1 !important;
}

.toggleStyle .react-toggle--checked .react-toggle-track {
  background-color: #21193E !important;
}
.toogle-style1 .react-toggle-track {
  background-color: #13151E;
}

.toogle-style1 .react-toggle-track {
  width: 150px;
  height: 60px;
}

* {
  box-sizing: border-box;
}

:root {
  --switches-bg-color: #252A39;
  --switches-label-color: white;
  --switch-bg-color: #FFB600;
  --switch-text-color: #252A39;
}

.switches-container {
  width: 19rem;
  position: relative;
  display: flex;
  padding: 0;
  background: var(--switches-bg-color);
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}


.image-container img {
  margin-right: 26px;
}

.image-container img:last-child {
  margin-right: 0;
}

.skrill {
  height: 27px;
}

.light-t .files h5 {
  color: #000;
}
.files {
  margin-top: 33px;
}

opening-account table,
h5 {
  color: white;
}

.logo-foot-sec img {
  width: 26%;
}

.footer-content {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;

}

.reserved {
  color: white;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;

}

.disclaimer_img {
  position: absolute;
  top: 35px;
  width: 100%;  /* Ensure it expands */
  max-width: 400px; /* Adjust as needed */
  height: auto; /* Maintain aspect ratio */
}

.disclaimer_img img {
  width: 52%;
    height: auto;
    object-fit: contain;
    left: 40px;
    position: absolute;
    bottom: 0px;
}


.disclaimer {
  color: white;
  font-size: 12px;
  width: 90% !important;
  padding: 20px 0;
}
.col-sm-12{
  position: relative;
}

.sports {
  color: #ffb80a;
  margin-left: 21px;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}

.react-toggle--focus .react-toggle-thumb {
  box-shadow: none !important;
}

.t-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.light-t .bold-hr hr {
  border: 5px solid #fff;
}
.bold-hr hr {
  border: 5px solid #000;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 145px;
  min-height: 105px;
}

/* Bootstrap 4 text input with search icon */


.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* .live_chat {
  background-color: red;
  width: 93%;
} */

/* .bg-lay.text-center.g-rate-name {
  padding-right: 20px !important;
} */

.sidebar_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
}

/* .toogle_img {
  width: 100%;
  height: 45px;
} */

.toogle-style1 {
  display: flex;
  align-items: center;
  /* margin-left: 36px;
  margin-right: 8%; */
}

.promotion-text {
  font-size: 24px;
  position: absolute;
  top: 30px;
  left: 34px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.bookmarks {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2px;
}

.B-icon {
  width: 20px;
  height: auto;
  min-width: 20px;
}

.icon-text {
  margin-top: 8px;
  font-size: 10px;
  text-align: center;
}

.favourities_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.match_imag {
  position: absolute;
  left: 107px;
  top: -5px !important;
}

.soccer_imag {
  position: absolute;
  left: right;
  top: -5px;
  left: 252px;
}

.teniss_img {
  position: absolute;
  left: 401px;
  top: -4px;
}

.basket {
  position: absolute;
  left: 41%;
  top: -7px;
}

.dropdown-menu {
  width: 13rem;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
  text-decoration: none;
  font-size: 12px;
  /* color: #333; */
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
  color: #0f2327;
  /* width: 114%; */
}

/* .dropdown-item:hover {
  background-color: #f8f9fa;
} */

.hot_games {
  display: flex;
}


.providerContent {
  display: flex;
  background-color: #ff4500;
  align-items: left;
  justify-content: flex-start;
}


.hot_games {
  margin-left: auto;
  gap: 6px;
}


.topProvider {
  padding: 10px 0;
}

.providerContent img {
  max-width: 100%;
  height: auto;
}

.contentDark,
.contentLight {
  margin: 0;
}


.hot_games img {
  max-width: 100%;
  height: auto;
}
.light-t .home-bg-sec {
  background-color: #ebebeb;
  border: 2px solid #fff;
}

.home-bg-sec {
  border-radius: 10px;
  /* border: 2px solid #000; */
}

/* .react-toggle-track:hover .react-toggle-track-x span img {
  filter: invert(1);
} */

.light-t .line-game-listing li {
  color: #000;
}
.line-game-listing li {
  color: #8c1000;
  border-bottom: 2px solid #939eb83d;
  cursor: pointer;
  position: relative;
}
.depositbuttonn {
  background-color: green;
  color: white;
  border-radius: 0px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  display: flex;
  gap: 8px;
  /* text-align: center; */
  /* align-items: center; */
  justify-content: center;
}
.deposit-icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
}
.withdrawbuttonn {
  background-color: red;
  color: white;
  border-radius: 0px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  display: flex;
  gap: 8px;
  /* text-align: center; */
  /* align-items: center; */
  justify-content: center;
}
.line-game-listing {
  padding: 0 0 0 0px;
}

.line-game-listing li:hover {
  color: #8c1000;
  background-color: #f3e9e7;
  /* font-weight: bold; */
}

.line-game-listing li::before {
  /* content: ">"; */
  position: absolute;
  font-size: 20px;
  left: -20px;
  top: -4px;
  font-weight: 700;
  color: #ffb80a;
}
.line-game-listing li {
  color: #8c1000;
  border-bottom: 2px solid #efefef;
  cursor: pointer;
  position: relative;
  padding: 6px 8px;
  font-size: 11px;
  background: url(https://lotus365.blue/assets/img/submenu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 12px;
}
.r-count {
  position: relative;
}

.liveImgMob{
  height: 45px;
  width: max-content;
  background-color: transparent !important;
}



/* .ad-change th, .ad-change td {
  background-color: #1a1c28;
} */
.light-t .h-box-container {
  border: 1px solid #fff;
  background: #fff;
}
.h-box-container {
  /* border-radius: 10px !important; */
  overflow: hidden;
  /* border: 1px solid #000; */
  /* padding: 10px 0; */
  /* background: #1a1c28; */
}

span.head-identity-b.r-font-size, .ll-back {
  color: #000000;
  font-size: 12px;
}
span.small-txt {
  color: black;
}
span.head-identity-l.r-font-size,
.ll-lay {
  color: #000000;
  font-size: 12px;
}

.mo-back.g-rate-name,
.bg-back.g-rate-name {
  /* padding-left: 10px !important; */
}

.ad-change.fancy .bg-back.g-rate-name {
  /* padding-right: 10px !important; */
  /* padding-left: 2px !important; */
}

/* .ad-change.fancy .bg-lay.g-rate-name {
  padding-left: 10px !important;
  padding-right: 2px !important;
} */

/* .mo-lay.g-rate-name,
.bg-lay.g-rate-name {
  padding-right: 10px !important;
} */

/* .mo-back.g-rate-name span,
.bg-back.g-rate-name span {
  color: #9db0e0 !important;
} */

.mo-lay.g-rate-name span,
.bg-lay.g-rate-name span {
  /* color: #e98fd0 !important; */
}

button.market-button.selected {
  background: #FFC11C;
  color: #000;
  position: relative;
  font-family: 'Poppins';
}

button.market-button.selected img {
  position: absolute;
  bottom: -7px;
  width: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.fancy-btn {
  display: flex;
  align-items: center;
  overflow: auto;
}

.fancy-button {
  border: none;
  color: #fff;
  font-size: 12px;
  height: 36px;
  text-align: center;
  font-weight: 600;
  padding: 5px 12px;
  margin: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: 'Poppins';
  /* background: #141B2F; */
  z-index: 9;
}

button.fancy-button.selected {
  background: linear-gradient(180deg, #f9df10, #f9df10 100%) !important;
  color: #000;
  position: relative;
  font-family: 'Poppins';
}

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

.mobile-search {
  display: none;
}

.mobile-view {
  display: none;
}


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

.toggle-wraper {
  margin: 0px 28px 0 28px;
}

.num-wraper {
  background: #1e8067;
  padding: 50px 20px;
  border-radius: 20px;
}

.bal-wraper {
  background: #1e8067;
  padding: 50px 20px;
  border-radius: 20px;
}

.but-live {
  border: 1px solid #1e8067 !important;
  padding: 3px 12px !important;
  color: #1e8067;
  margin-left: 5px;
  font-weight: 400;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  right: 0%;
}

.num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sport-menu {
    display: flex;
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.sport-menu__item {
  display: flex;
  align-items: center;
}
.sport-menu__link {
  padding: 5px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #440a57;
  text-shadow: 0 1px 0 #f6e4fc;
  font-family: 'Lato';
  white-space: nowrap;
}
}
.card-text {
  color: #939EB8;
}

.text-details {
  color: #FFC11C;
  font-size: 11px;
}

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

.btn-bg img {
  margin-left: 5px;
}

.card-bg {
  background-color: #191C28;
  border: none;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top: none;
  border-radius: 12px;
}


.bank-wraper h5 {
  padding: 0 30px;
  text-transform: capitalize;
  /* color: #282828; */
}

.form-check {
  margin-left: auto;

}


.bank-wraper-color h5 {
  padding: 0 30px;
  text-transform: capitalize;
  color: #000;
  font-family: 'Poppins';
}

.bank-wraper-color img {
  object-fit: cover;
  max-width: 100%;
  height: 40px;
  /* background: #000000 !important; */
}

.copy_text {
  color: #FFC11C;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 13px;
  border: none;
  font-weight: 400;
  /* background-color: #1D253E; */
}

.copy-wrap-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Focused input styling */
.account-input input:focus,
.custom-input:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid #000000;

}
.light-t .custom-input::placeholder {
  font-weight: 300;
  color: #000;
}
.custom-input::placeholder {
  font-weight: 300;
  color: #FFFFFF;
}

.main-card {
  display: flex;
}

.num-wraper.num h5 {
  text-transform: capitalize;
  font-family: 'Poppins';
}

.bal-wraper.num h5 {
  text-transform: capitalize;
  font-family: 'Poppins';
}

.withdraw-wrap {
  background: #191C28;
  padding: 47px 27px;
  border-radius: 12px;
  border: 2px solid #000000;
}

.withdraw-wrap h5 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Poppins';

}

.withdraw-wrap h5:last-of-type {
  color: #FFC11C;
  font-size: 20px;
  font-weight: 600;
}

/* 
.bets-wrap {
  background: #191C28;
  padding: 50px 27px;
  border-radius: 12px;
  border: 2px solid #000000;
} */

/* 
.bets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.deposit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 27px;
  background: #191C28;
  border-radius: 12px;
  border: 2px solid #000000;
}

.deposit-wrap h5 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px
}

.left-content,
.right-content {
  display: flex;
  flex-direction: column;
}



h2 {
  margin-bottom: 20px;
}

.content-columns {
  display: flex;
  justify-content: space-between;

}

.left-column,
.right-column {
  flex: 1;


}

.left-column p,
.right-column p {
  margin: 0 0 10px;
}

.accordion-body strong {
  color: #000;
  cursor: pointer;
  font-weight: 500;

}


.Toastify__toast--error {
  background: #ff0000 !important;
}

.Toastify__toast {
  margin: 0;
  border-radius: 20px !important;
}

.top-count {
  display: flex;
  position: absolute;
  right: 5px;
  top: -5px;
}

.bankingUi{
  background: #fff;
  box-shadow: none;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 20px;
}

.bankingUi .upi-bank {
  text-align: center;
}

.payment-issues p b {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.payment-issues {
  background: #8a4e00;
  border-radius: 15px;
  padding: 10px !important;
  text-align: center;
}

.payment-issues p i {
  font-size: 12px;
  color: #fff;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom-in-zoom-out;
  animation-timeline: auto;
  animation-range-start: normal;
  font-weight: 700;
}

.payment-issues{
  text-align: center;
}

.upi-bank p b {
  color: #8a4e00;
  text-shadow: 0 8px 10px #a4a4a4, 0 -2px 0px #ffffff;
}

.game-items {
  position: relative;
}

.inplay-count {
  background: #fff;
  color: #000;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 17px;    
  border: 1px solid #000;
}

.total-count {
  background: #ffb80c;
  color: #000;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 700;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 17px;    
  border: 1px solid #000;
}
.light-t .gamecricket {
  background-color: #fff;
  color: #000;
}
.active.gamecricket {
  background: #ffb80a;
  color: #000;
  /* border: 2px solid #000; */
}

.gamecricket {
  padding: 0 10px;
  border-radius: 30px;
  border-color: #E4E4E4;
}

.gamecricket img {
  width: 50px;
  object-fit: scale-down;
  padding: 0;
  margin: 0;
  height: 50px;
}
.game-fancy{
  padding: 0;
}

.close-button{
  height: 0;
  border: none;
}

/* .login-section input:-webkit-autofill, .login-section input:-webkit-autofill:hover, .login-section input:-webkit-autofill:focus, .login-section input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 20px #1a1a1a inset !important;
  -webkit-text-fill-color: white !important;
  border-radius: unset !important;
} */
/* theme change */

/* lotus 365 css */

/* .whatsapp-icon-lotus{
  height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
} */
.whatsappbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure full width for centering */
  margin-top: 20px; /* Adjust spacing as needed */
}

.whatsapp-noww {
  display: flex
;
  align-items: center;
  /* background-color: #25D366; */
  color: white;
  border: none;
  /* padding: 10px 20px; */
  font-size: 16px;
  /* font-weight: bold; */
  /* border-radius: 5px; */
  cursor: pointer;
  gap: 8px;
  justify-content: center;
  margin: -40px 0px 0px 0px;
}

.whatsapp-noww img {
  width: 50px;  /* Adjust size as needed */
  height: 50px;
  flex-shrink: 0; /* Prevent shrinking */
}

/* Ensure button stays centered on all screen sizes */
@media (max-width: 768px) {
  .whatsappbutton {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.regulationss {
  margin: 30px 0px 30px 0px;
  position: relative;
  left: 45%;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  /* background-color: black; */
}

.footer-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* Image Section */
.footer-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-image img {
  max-width: 100%;
  height: auto;
  width: 200px;
}

/* Text Section */
.footer-text {
  flex: 5;
  color: white;
  font-size: 13px;
  text-align: left;
}

/* Responsive: Stack image above text on small screens */
@media (max-width: 768px) {
  .footer-content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-text {
    text-align: center;
  }
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  font-size: 9px;
  font-weight: 400;
  line-height: 22px;
  float: right;
}
.custom-table{
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse;

}
.custom-table th {
  background: none !important;
  text-align: left;
  padding: 10px 4px;
  font-weight: 600;
  font-size: 12px;
}
.custom-table .player-draw {
  text-align: center !important; /* Ensures "X" is centered */
}

.custom-table th{
  background: none !important;
    text-align: left;
    padding: 9px 5px;
    font-weight: 600;
    font-size: 12px;
}
.custom-table td {
  vertical-align: middle !important;
    padding: 0px 0px 0px 0px;
}
/* Sport Icon */
.sport-icon {
  width: 30px; /* Adjust size as needed */
  height: 30px;
  margin-right: 10px;
}

/* Dynamic Sport Name */
.sport-name {
  font-size: 24px;
  color: black;
  font-weight: bold;
}

/* Hide "1X2 Match" on Mobile */
@media (max-width: 768px) {
  .match-1x2 {
    display: none;
  }

  .but-live {
    border: 1px solid #1e8067 !important;
    padding: 3px 12px !important;
    color: #1e8067;
    /* margin-left: -67px; */
    font-weight: 400;
    position: relative;
    left: 0px;
    margin: 0px 0px 0px 0px;
}
}
.mobile-dynamictext{
  padding: 5px 0px 0px 0px;
  background-color: white;
}
.game-links-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  background: #ffffff;
  padding: 0px 0;
  border-bottom: 1px solid #ccc;
  margin: 24px 0px 0px 0px;
  height: 40px;
  border-bottom: 1px solid #E91E63;
  border-top: 1px solid #E91E63;
}
/* Full-width orange bar */
.most-popular-container {
  width: 100%;
  background-color: #ff4500;
  padding: 7px 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
  height: 42px;
  border-radius: 3px;
}

/* Centered Text */
.most-popular {
  color: white;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
}

/* Icon */
.fa-play-circle {
  font-size: 24px;
  margin-right: 8px;
}


.game-links {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
}

.game-links a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2d2d2d;
  padding: 5px 15px;
  line-height: 20px;
  text-shadow: 0 1px 0 #f6e4fc;
}

.game-links a:hover {
  color: #f00; /* Red on hover */
}

.game-links span {
  color: #6c757d; /* Grey dots */
  font-weight: bold;
}

/* Hide on small screens */
@media (max-width: 991px) {
  .game-links-container {
    display: none;
  }
}
.toggle-container {
  position: relative;
  width: 102%;
  min-width: 300px;
  top: 75px;
  margin: 0;
}
.toggle-container-button{

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
/* Header Styling */
.toggle-header {
  background-color: #1e8067;
  color: white;
  padding: 5px 0px;
  display: flex
;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 0px 0px 0 0;
  text-decoration: none;
  transition: background-color 0.3s ease;
  top: -58px;
  position: relative;
  font-weight: lighter;
}

/* Hover Effect - Text Always White */
.toggle-header:hover {
  background-color: #146552;
  color: white;
}

/* Toggle Icon Box */
.toggle-icon {
  background-color: #ffffff;
  padding: 0px 0px 0px 4px;
  border-radius: 0px;
  color: black;
  height: 22px;
  width: 20px;
  position: relative;
  right: -52px;
}

.toggle-icon {
  font-size: 15px;
}
/* Dropdown Content */
.toggle-content {
  position: absolute;
  top: -26px;
  left: 0px;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  z-index: 1000;
 overflow: hidden;
}
.toggle-container.active .toggle-content {
  max-height: 200px; /* Adjust based on content height */
}
.toggle-container-wrapper {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* List Styling */
.list-wrap {
  list-style: none;
  padding: 10px 20px;
  border: 1px solid #1e8067;
  box-shadow: none;
  width: 100%;
  transform-origin: center top;
  /* position: relative; */
}
.list-wrap li {
  padding: 0px 0px;
  color: #1e8067;
  font-size: 12px;
  font-weight: 400;
  font-family: sans-serif;
}
.list-wrap .text-success {
  color: green;
}
.social-icons-lotus {
  /* position: sticky; */
  /* top: 207%; */
  left: 2px;
  transform: translateY(-50%);
  display: flex
;
  flex-direction: column;
  gap: 3px;
  position: fixed;
  margin-top: 100px;
  z-index: 5;
}

.social-icons-lotus a img {
  width: 40px; /* Adjust size as needed */
  height: 40px;
  transition: transform 0.3s ease-in-out;
}

/* .social-icons-lotus a img:hover {
  transform: scale(1.1);
} */
button.favouritebuttonn {
  border: none;
  color: black;
  gap: 5px;
  display: flex
;
  font-size: 12px;
  font-weight: 500;
}
.favourites-newbutton {
  background-color: white;
  border-bottom: 2px solid #ddd;
  padding: 10px 0px 10px 0px;
}
.favourite-icon {
  width: 20px;
  height: 20px;
}
.menu-container {
  position: relative;
}

/* Overlay for the */
.zeynep {
  position: absolute;
  top: 0;
  right: -100%; /* Initially hidden */
  width: 100%; /* Same width as accordion */
  max-width: 400px; /* Optional: To prevent it from becoming too wide */
  height: 100%;
  background: #fff;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
}

.zeynep.opened {
  right: 0; /* Slide in */
}

.zeynep-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.zeynep.right-slide {
  position: absolute;
  top: 0%;
  right: -30px;
  width: 101%;
  height: 100%;
  background: #fff;
  box-shadow: none;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 1000;
  padding: 0px;
  display: none;
}
.zeynep.right-slide.opened {
  transform: translateX(0);
  display: block;
  /* position: absolute; */
  right: 0px;
  background: transparent;
}
.zeynep.opened + .zeynep-overlay {
  display: block;
}
.games-listing {
  padding: 0px;
  background: #ffffff;
  right: 0px;
  position: relative;
  overflow-y: auto;
  max-height: 120%;
  height: 110%;
  overflow-x: hidden;
}
.back-button {
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #f00;
  color: #fff;
  border: none;
  cursor: pointer;
}
label.listing-title {
  font-size: 12px;
  color: #8c1000;
  display: block;
  padding: 6px 10px;
  background: #f3e9e7;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.zeynep .submenu-header {
  background: #8c1000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0px;
  text-align: left;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
  right: 0px;
  font-weight: 600;
}

/* Background Image for 'Previous' */
.zeynep .submenu-header a {
  display: inline-block;
  padding-left: 30px; /* Space for the image */
  /* background-image: url("https://lotus365.blue/assets/img/menu-back.png"); */
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  text-decoration: none;
  color: white;
}
img.submenu-icon {
  height: 18px;
  width: 19px;
  position: relative;
  left: -17px;
}
.left-pane {
  height: 100%;
  width: 164px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  right: 0px;
  position: relative;
  left: 15px;
  /* margin-left: 22px; */
}
img.sidemenu-icons {
  width: 20px;
  height: auto;
}
.metismenu li {
  position: relative;
  display: block;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 12px 0;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: #ccc 1px solid;
  margin-left: 15px;
  margin-right: 15px;
}
.metismenu li span {
  margin-left: 10px;
  color: black;
}
.menu-inner {
  overflow-y: scroll;
  height: 100%;
}
.main-menu {
  /* height: calc(100% - 100px); */
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 12px 0 0 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.sidebar-menu-lotus {
  left: 0;
  top: 0;
  z-index: 99;
  height: 100vh;
  width: 302px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 32px rgba(0, 0, 0, .05);
  /* transition: all 0.9s ease-out; */
}
@media (max-width: 768px) {
  .social-icons-lotus {
    display: none;
  }
}
@media (max-width: 767px) {
  .lotus-changepass {
      padding: 8px 0px;
      font-size: 14px;
      font-weight: 500;
      font-size: 18px;
      font-weight: 700;
      color: black;
      margin: 15px 22px -20px;
      /* position: relative; */
      left: -73px;
      top: 25px;
      font-family: sans-serif;
      /* margin-top: 20px; */
      /* float: left; */
      text-align: left;
      display: flex;
      justify-content: left;
      text-align: left;
  }
}
.page-container-lotus{
  background: url("https://lotus365.blue/assets/img/back.jpg");
}
.form-control-changepass {
  border: 1px solid rgba(170, 170, 170, .3);
  background-color: #ffffff;
  /* color: #fff; */
  margin: 10px 0;
  height: 35px;
  font-family: 'Poppins';
  /* border-radius: 10px !important; */
  font-size: 14px;
  font-weight: 400;
  width: 106%;
}
.form-group .submit-changepass-lotus {
  color: #ffffff;
  font-weight: 700;
  background-color: #1e8067;
  border-radius: 0px;
  width: 50%;
  font-weight: 500;
  justify-content: center;
  display: flex
;
  margin: 24px 0 auto auto;
  height: 36px;
  align-items: center;
  border-radius: 2px;
  position: relative;
  right: 36px;
}
.search-box-lotus {
  /* width: 27px; */
  /* height: 27px; */
  font-size: 22px;
    margin: 0px 10px 0px 0px;
  }
  
  @media (max-width: 768px) {
    body.login-modal-open .custom-login-modal {
      overflow-x: hidden;
      background: grey !important;
      overflow-y: hidden;
      height: 106vh;
      margin: -30px 0px 0px 0px;
    }
  
    .login-image-container {
      /* width: 180px; */
      height: 35px;
      max-width: 150px;
      display: inline-block;
    }
  
    .loginform-mobile {
      color: #fff;
      margin-bottom: 20px;
      font-size: 20px;
      text-align: left;
      display: block;
      margin-top: 31px;
      width: 100%;
      font-weight: 600;
      text-transform: capitalize;
    }
  }
.balance-price {
    color: #000;
    font-size: 10px;
    font-weight: 500;
}
.balance-text-left {
  flex-basis: 50%;
  font-size: 9px;
  line-height: 1rem;
  color: #000;
  font-weight: 500;
}
.balance-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 5px;
  line-height: 32px;
}
.balance-information {
  border-bottom: 1px solid #1e8067;
  padding-bottom: 3px;
  padding-top: 4px;
  border-top: 1px solid gray;
}
.ab_rae_btns {
  padding: 5px 0;
  border-bottom: 1px solid #1e8067;
  text-align: center;
  /* width: 100%; */
}
button.ab_btns {
  border-radius: 100px;
  padding: 5px;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  border: 1px solid #1e8067;
  color: #1e8067;
  margin: 0 auto;
  width: 95%;
  font-weight: 400;
}
button.rae_btns {
  margin: 5px auto 0;
  border: 1px solid #1e8067;
  background: #1e8067;
  color: white;
  border-radius: 100px;
  padding: 5px;
  font-size: 10px;
  display: block;
  width: 95%;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* Right Side Menu */
.right-side-menu {
  position: fixed;
  top: 0;
  right: -250px; /* Initially hidden */
  width: 250px;
  height: 100%;
  background: #fff;
  /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); */
  padding: 0px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}

.right-side-menu.open {
  right: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 20px;
  border: none;
  background: none;
  cursor: pointer;
  color: black;
}

/* Sidebar Items */
.right-side-menu .dropdown-item {
  display: block;
  /* padding: 10px; */
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #333;
  font-weight: bold;
  background: none;
  width: 100%;
  cursor: pointer;
  padding-inline-start: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  /* padding: 0; */
  /* --border-width: 1px; */
  /* padding-inline-end: 11px; */
  /* cursor: pointer; */
}

.right-side-menu .dropdown-item:hover {
  background: #f4f4f4;
}

/* Logout Button */
.logout-btn {
  color: red;
  font-weight: bold;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.balance-price {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.balance-text-left {
flex-basis: 50%;
font-size: 9px;
line-height: 1rem;
color: #000;
font-weight: 500;
}
.balance-row {
display: flex;
align-items: center;
font-size: 12px;
font-weight: 700;
padding: 4px 5px;
line-height: 32px;
}
.balance-information {
border-bottom: 1px solid #1e8067;
padding-bottom: 3px;
padding-top: 4px;
border-top: 1px solid gray;
}
.ab_rae_btns {
padding: 5px 0;
border-bottom: 1px solid #1e8067;
text-align: center;
/* width: 100%; */
}
button.ab_btns {
border-radius: 100px;
padding: 5px;
font-size: 11px;
display: block;
text-transform: uppercase;
border: 1px solid #1e8067;
color: #1e8067;
margin: 0 auto;
width: 95%;
font-weight: 400;
}
button.rae_btns {
margin: 5px auto 0;
border: 1px solid #1e8067;
background: #1e8067;
color: white;
border-radius: 100px;
padding: 5px;
font-size: 10px;
display: block;
width: 95%;
font-weight: 400;
}
.dropdown-item-icons {
  margin-left: 10px;
  color: #1e8067;
  margin-right: 7px;
  font-size: 15px;
}
.dw_user_btns {
  margin-top: 12px;
  display: block;
  text-align: center;
  width: 100%;
}
.dw_user_btns button {
  height: 35px;
  width: 92%;
  margin: 3px auto;
  border: none;
  background: #1e8067;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 6px 15px;
  font-size: 14px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.dw_user_btns button img {
  width: 20px;
  filter: invert(1);
  margin-right: 5px;
}
.dropdown-username {
  color: black;
  margin: 0 15px;
  padding: 5px 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.user-profile-btn {
  position: relative;
  border-radius: 2px;
  height: 40px;
  width: 60px;
  background: white;
  top: 2px;
  padding-top: 6px;
}
img.user-profile-btn__icon {
  width: 13px;
  height: 13px;
  filter: invert(1);
}
.user-profile-btn__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.user-profile-btn__wrapper span {
  padding-top: 3px;
  color: #000;
}
}
.clock .time > time {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 5px 20px;
  font-weight: bold;
}
.clock .clock-timezone-settings a {
  text-decoration: none;
  color: #ffefcf;
}
.clock .clock-timezone-settings .wrap-dd-menu {
  display: inline;
  padding: 2px 0;
}
.wrap-dd-menu {
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
.clock .clock-timezone-settings {
  display: inline;
  font-size: 12px;
}
a.dropdown-togglee {
  color: #ffefcf;
}
.clock {
  position: relative;
  /* margin: 0px 46px 0px 0px; */
  right: 42%;
}

.date-loggedout{
  font-size: 12px;
}
.placeholder-wrapper {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* display: flex
; */
  right: 0%;
}
/* clock when logged in */

.clock-loggedin{
  position: relative;
    /* margin: 0px 46px 0px 0px; */
    right: -25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clock-loggedin .time > time {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 5px 20px;
  font-weight: bold;
}
.clock-loggedin .clock-timezone-settings a {
  text-decoration: none;
  color: #ffefcf;
}
.clock-loggedin .clock-timezone-settings .wrap-dd-menu {
  display: inline;
  padding: 2px 0;
}
.clock-loggedin .clock-timezone-settings {
  display: inline;
  font-size: 12px;
}
h6.heading-bonus {
  color: #1e8067;
  text-transform: math-auto;
  font-weight: 400;
  margin: 13px 0;
  font-size: 12px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #1e8067;
}
.bet-manager-container {
  display: block;
  position: relative;
  margin-top: 0px;
  top: 45px;
}
.bet-manager {
  width: 100%;
}
h4.betslip-text {
  font-size: 14px;
  text-transform: math-auto;
  border-bottom: 1px solid rgba(15, 35, 39, 0.4);
  padding: 0 0 10px 0;
  color: #142326;
  margin-bottom: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ffffff;
  color: #142326;
  border-radius: 0;
}
.bet-manager > .tabs > li {
  float: left;
  border-top: 1px solid rgba(192, 192, 192, 0.1);
  border-right: 1px solid rgba(192, 192, 192, 0.1);
  margin-bottom: -1px;
  text-decoration: none;
  background-color: rgba(15, 35, 39, 0.1);
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  font-size: 12px;
}
.bet-manager > .tabs > li > a {
  display: block;
  padding: 8px 20px;
  color: #142326;
  text-decoration: none;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.bet-manager > .tabs > li:last-child {
  border: none;
  background: none;
  float: right;
  padding-top: 2px;
}
button.apl-btn.apl-btn-primary._pull-right {
  background: #1e8067;
  color: white;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  /* right: 9px; */
  top: 44px;
  border-radius: 3px;
  line-height: 26px;
  padding: 0 10px;
}
/* @media (min-width: 992px) {
  .col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 54.33333%;
  }
} */
.no-credit {
  margin-top: -109px;
}
.flex-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.addaccount-header{
  color: #ffffff;
  /* font-size: 20px; */
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 10px;
  font-family: 'nunito';
  background-color: #8a4e00;
}
.formgroup-addaccount{
  border: none;
  background-color: transparent;
  /* color: #fff; */
  /* margin: 10px 0; */
  height: 35px;
  font-family: 'Poppins';
  /* border-radius: 10px !important; */
  border-bottom: 1px solid #ddd;
  color: #9c9c9c;
  font-weight: 300;
}
.formgroup-addaccount:focus{
  color: #9c9c9c;
  background-color: transparent;
  font-weight: 500;
}
label.label-header {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}
.addaccount-submit{
  color: #ffffff;
    font-weight: 400;
    /* background-color: #f9df10; */
    border-radius: 3px;
    background-color: #8a4e00;
    border: none;
}
.card-body.text-left {
  color: red;
    background: white;
    padding: 15px;
    border-radius: 20px;
    /* padding-left: 25px; */
    margin-bottom: 12px;
    box-shadow: none;
    font-size: 10px;
}
.col-md-12.text-center.pt-3.logo-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #1e8067;
  text-align: center;
  margin-left: 0px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
#addAccountButton::before {
  content: '+';
  margin-right: 11px;
  height: 21px;
  width: 22px;
  display: inline-block;
  /* background: var(--theme-primary); */
  background: #b90000;
  color: #fff;
  border-radius: 50px;
  line-height: 21px;
  font-weight: 500;
  vertical-align: bottom;
}
.payment-issues p i {
  font-size: 12px;
  color: #fff;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-weight: 700;
}
.deposit-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 101%;
  height: 100vh;
  background: #ececec;
  display: flex
;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.deposit-info {
  font-size: 12px;
  color: red;
}

.open-deposit-btn {
  padding: 10px 15px;
  background: #1e8067;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.open-deposit-btn:hover {
  background: #146552;
}

.close-btn {
  background: red;
  color: white;
  border: none;
  padding: 2px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}
.col-md-10.card.amount-div {
  background-color: white;
  border-radius: 25px;
  border: 1px solid #eee;
  padding: 0px 0px 0px 0px;
  padding: 5px;
  margin-top: 25px;
}
.card.deposit-info{
  margin-top: 15px;
  border-radius: 35px;
  margin-right: 0px;
  margin-left: 0px;
}
.card-body.text-left.deposit-info {
  color: red;
  background: white;
  padding: 15px;
  /* border-radius: 17px; */
  font-size: 10px;
  box-shadow: none;
  line-height: 10px;
}
input#amount {
  color: black;
  background-color: #acacac;
  border: 1px solid #ced4da;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  text-align: left;
  border-radius: 5px;
  opacity: 1;
}
button#basic-addon2 {
  background: #1e8067;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #1e8067;
}
.card.amount-div.mb-3 {
  border-radius: 25px;
  padding: 15px;
  /* position: relative; */
  margin-top: 25px;
}
.banking-tabs{
  background: white;
  margin-bottom: 10px;
  border: none;
  border-radius: 15px;
  padding: 10px 0;
  max-height: 125px;
}
td.g-rate-name.g-name-size {
  background: white;
  /* width: 0%; */
}

input.login-input-desktop.form-control-sm.form-control {
  background: transparent;
  color: #f9df10;
}
.customer-link-a{
position: fixed;
}
img.customer-link-img {
  width: 75px;
  position: fixed;
  top: 84%;
  left: 2%;
  animation: scaleAnimation 1.5s infinite ease-in-out; /* Smooth zoom-in & zoom-out */
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.0);
  }
}
.toggle-alternate {
  position: relative;
  width: 65px;
  height: 27px;
  background: #ccc;
  border-radius: 30px;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
  transition: background 0.3s;
  top: 32px;
  left: 0%;
}

.toggle-bg.off {
  background: #ccc;
}

.toggle-bg.on {
  background: #4caf50;
}

.switch {
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  left: 5px;
}

.toggle-bg.on .switch {
  transform: translateX(30px);
}

input[type="radio"] {
  display: none;
}

.label-button {
  font-size: 12px;
  position: absolute;
  left: 72%;
  transform: translateX(-50%);
  color: #000000;
}

.toggle-text {
  font-size: 12px;
  font-weight: 300;
  color: rgba(15, 35, 39, 0.65);
  position: absolute;
  left: 75px;
  top: 65px;
  z-index: 1;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allows elements to wrap on smaller screens */
}

/* Left Section */
.left-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.clock-loggedin, .balance-box, .exposure-box {
  text-align: center;
}
.right-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.search-container {
  flex: 1;
}
.header {
  background-color: #f1f1f1;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
  margin-right: 50px;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: flex;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

