@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-size-adjust: none;
}

body,
select,
input {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: black;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  text-decoration: none;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
  margin: 0px;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
  border-radius: 0px;
  color: black;
}

input[type="submit"],
input[type="button"] {
  appearance: none;
  color: black;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

:focus {
  outline: 0px;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

*,
::after,
::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #2d4358;
  font-family: "Montserrat", sans-serif;
  font-weight: normal !important;
  font-style: normal;
  font-size: 13px;
  height: auto;
}

body p {
  padding-bottom: 10px;
  font-size: 13px;
}

.clearfloat {
  zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
  content: "";
  display: table;
}

.clearfloat::after {
  clear: both;
}

.form-control:focus,
.form-control:active {
  background: transparent;
}

input:visited {
  background-color: transparent;
  color: black;
}

input:focus {
  background-color: transparent;
  color: black;
}

input {
  background-color: transparent;
  border: 1px solid #d7d8db;
  padding: 5px;
  border-radius: 3px;
  color: black;
}

input:-webkit-autofill {
  background-color: #23313c !important;
  color: black;
}

.filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Add spacing between rows */
}

.date-range {
  display: flex;
  gap: 10px;
}

.date-range input {
  flex: 1;
  color: black;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
  background-color: #66fd4d;
  border-radius: 5px;
}

input:autofill {
  background-color: #23313c !important;
  color: black;
}

::placeholder {
  color: black;
  opacity: 1;
}

::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

.app-bet-time::-webkit-scrollbar {
  display: none;
}

.app-bet-time::-webkit-scrollbar-track {
  background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb {
  background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb:hover {
  background: rgb(4, 1, 27);
}

a {
  outline: none;
}

a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.clearfloat {
  zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
  content: "";
  display: table;
}

.clearfloat::after {
  clear: both;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.rotate-image {
  animation: rotateAnimation 2s linear infinite;
}

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

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

#app {
  background-color: #0a101c;
  width: 100%;
  max-width: 540px;
  min-height: 100vh;
  position: relative;
  margin: auto;
}

.app-container {
  background-color: #16202c;
  width: 100%;
  max-width: 540px;
  min-height: 100vh;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}

main {
  padding-bottom: 75px;
}

.header-navbar {
  background-color: #23313c;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 540px;
}

.header-sidebar {
  background-color: #fff;
  margin-bottom: 5px;
  max-width: 540px;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 1000%;
  z-index: 999999;
  overflow-y: auto;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease-out allow-discrete;
  transition: 200ms linear 50ms;
}

.main-header {
  background-color: #16202c;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
}

#logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo img {
  max-width: 180px;
}

#menu {
  width: 40px;
  cursor: pointer;
}

#menu img {
  width: 24px;
}

#accessAccount {
  display: flex;
  align-items: center;
}

.authetication {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.authetication a {
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.authetication a.login {
  background-color: #66fd4d;
  color: #16212d;
}

.authetication a.join {
  color: #e3e5e6;
  background-color: #2d4358;
}

.banner-caption {
  width: 100%;
}

.banner-caption #owl-demo .item img {
  border-radius: 8px;
}

#playingNow {
  background-color: #23313c;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
  position: relative;
}

.notification {
  background-color: #23313c;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: absolute;
  right: 0;
}

.notification img {
  width: 20px;
}

.playerwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  height: 25px;
  font-size: 13px;
  width: auto;
}

.playername {
  color: #2c3172;
  width: auto;
}

.playertext {
  color: #bdbdbd;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

.simply-scroll {
  width: 100%;
  max-width: 540px;
  height: 30px;
}

.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 30px;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  height: 20px;
  min-width: 200px;
  width: auto;
}

/* ----------------form--------------------*/

.pageheader {
  margin-bottom: 10px;
}

#accountwrapper {
  width: 100%;
  /* min-height: 90vh; */
}

.account-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 90vh;
}

.change-account-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 40vh;
}

.account-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.account-heading h1 {
  font-size: 24px;
}

.password-form-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  max-width: 420px;
  padding: 20px;
  width: 100%;
}

.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: auto;
  max-width: 420px;
  padding: 5px;
  width: 100%;
  border-radius: 15px;
}

.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.requires-validation {
  width: 100%;
}

.requires-validation .form-button button {
  width: 100%;
}

.form-content .form-items {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-content h3.form-title {
  margin-bottom: 30px;
}

.form-content p {
  color: black;
  text-align: left;
  font-weight: 300;
  line-height: 120%;
}

.form-content label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: black;
  line-height: 130%;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}

.form-content input[type="text"],
.form-content input[type="password"],
.form-content input[type="email"],
.form-content input[type="phone"],
.form-content select {
  width: 100%;
  padding: 10px 20px;
  padding-left: 35px;
  text-align: left;
  outline: 0;
  border-radius: 6px;
  background-color: #2d4358;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.form-content input[type="phone"]:focus {
  background-color: transparent;
  color: black;
}

.btn-primary {
  background-color: #66fd4d;
  outline: none;
  border: 0px;
  box-shadow: none;
  color: #212529;
  border-radius: 7px;
  font-size: 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #495056;
  background-color: #66fd4d;
  outline: none !important;
  border: none !important;
  box-shadow: none;
  color: #212529;
}

.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}

.form-content textarea:hover,
.form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8d8d8d;
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: #ff606e;
}

.valid-feedback {
  color: #2acc80;
}

.btn {
  padding: 10px 20px;
}

.form-content label a {
  color: #66fd4d;
  text-transform: capitalize;
}

.requires-validation {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 48%;
  left: 10px;
}

.input-icon img {
  width: 20px;
}

.phone-input {
  flex: 1 1 auto;
  /* take up remaining space */
  min-width: 0;
  /* fixes overflow on small screens */
}

.input-icon-right {
  position: absolute;
  top: 48%;
  right: 10px;
  /* right: 10px; */
}

.input-icon-right img {
  width: 20px;
}

.input-icon-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.input-icon-left img {
  width: 20px;
}

.otpvalidation a {
  font-weight: 600;
}

.validation-input {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

/* ----------------gamesicons--------------------*/

#gamesicons {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.games-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  white-space: nowrap;
  overflow-y: hidden;
  justify-content: space-between;
  overflow-x: scroll !important;
}

.game-icon-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.game-icon {
  width: 94px;
  display: flex;
}

.game-icon a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.game-icon a img {
  border-radius: 10px;
  width: 94px;
}

.game-icon a h6 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}

#games_navigation {
  width: 100%;
  padding-top: 0px;
}

.navigation {
  background-color: #16202c;
  width: 100%;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: flex-start;
  gap: 3px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll !important;
  border-radius: 5px;
}

.navigation-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  border-radius: 5px;
}

.selectgame {
  position: relative;
  padding: 0px 17px;
  border-radius: 25px;
  color: #66fd4d;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 300;
  margin: 0 1px;
  background-color: #2d4358;
}

.selectgame.active {
  background-color: #66fd4d;
  border-radius: 25px;
  border: #000 solid 1px;
  font-weight: 600;
  color: #2d4358;
}

.selectgame a {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  margin: 0 1px;
}

.selectgame .spec-icon.new {
  background: linear-gradient(
    90deg,
    rgb(101, 225, 56) 0%,
    rgb(5, 186, 53) 100%
  );
}

.selectgame .spec-icon {
  padding: 2px 0.08rem;
  border-radius: 0.14rem 0.14rem 0.14rem 0.04rem;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 10px;
  text-align: center;
}

#games-lobby {
  width: 100%;
  padding-top: 10px;
}

.game-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.333%;
  row-gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.game_id {
  width: 32%;
  border-radius: 10px;
  position: relative;
}

.home_game_id {
  width: 32%;
  border-radius: 10px;
  position: relative;
}

.game_image {
  width: 100%;
  position: relative;
}

.game_image img {
  border-radius: 8px;
}

.game-activies {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#add-to-favourite {
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: self-end;
}

#add-to-favourite img {
  width: 24px;
  cursor: pointer;
}

/* .user-playing {
    background-color: #2c3172;
    background: #2c3172;
    max-width: 50px;
    min-width: 20px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
} */

.user-playing {
  /* background-color: #2c3172; */
  /* background: rgba(0, 0, 0, .4); */
  max-width: 50px;
  min-width: 20px;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.user-playing img {
  width: 10px;
}

.game_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  gap: 5px;
  position: relative;
  bottom: 5px;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}

.game_cta a {
  text-transform: capitalize;
  padding: 5px 5px;
  text-align: center;
  display: block;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.game_cta #demo {
  width: 52px;
  display: block;
}

.game_cta #demo a {
  border: 2px solid #2c3172;
  background-color: #2c3172;
  color: #fff;
}

.game_cta #playnow {
  width: 100%;
  display: block;
}

.game_cta #playnow a {
  border: 2px solid #66fd4d;
  background-color: #66fd4d;
  color: #fff;
}

footer {
  background-color: #23313c;
  width: 100%;
  max-width: 540px;
  padding: 0px 0;
  position: fixed;
  bottom: 0;
}

#mainfooter {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}

.footermenu {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footermenu:first-child {
  justify-content: flex-start;
}

.footermenu:last-child {
  justify-content: flex-end;
}

.footermenu a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #66fd4d;
}

.footermenu a h6 {
  font-size: 14px;
  font-weight: 600;
}

.footermenu img {
  width: 30px;
}

.profile-details-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.back_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.back_btn img {
  width: 10px;
}

.back_btn a {
  background-color: #543c1e;
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proflie-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}

.account_name {
  color: #febf10;
}

#offer {
  width: 100%;
}

.offerwrapper-jackpot {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex-wrap: wrap; */
  color: #e3e5e6;
  border-bottom: solid 1px #c9ccce;
  padding: 0px 0px 10px 0px;
  width: 100%;
}

.offerwrapper-jackpot-live {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #e3e5e6;
  padding: 0px 0px 5px 0px;
  width: 100%;
}

.offerwrapper {
  background-color: #23313c;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#offer .offerdetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#offer .offerdetails p {
  font-style: italic;
  font-size: 12px;
  padding-bottom: 0;
}

#claimNow {
  background-color: #febf10;
}

#claimNow.offertype {
  text-wrap: nowrap;
  word-wrap: normal;
}

.offertype {
  color: #e3e5e6;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  border-radius: 7px;
  height: 45px;
}

.progress {
  background-color: #154725;
  border-radius: 10px;
  height: 10px;
}

.progress-bar {
  background-color: #3ac267;
  height: 10px;
  padding: 2px 10px;
}

.myaccount-details {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  /* color: #fff; */
  color: var(--bs-dark) !important;
}

.myaccount-tab {
  width: 100%;
}

.tab {
  overflow: hidden;
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
}

.tab-home-rounded {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 10px;
  padding: 10px 0;
  scrollbar-width: thin;
}

.tab-home-rounded::-webkit-scrollbar {
  height: 6px;
}

.tab-home-rounded::-webkit-scrollbar-thumb {
  background-color: #dfe1e6;
  border-radius: 10px;
}

.tab-home-rounded::-webkit-scrollbar-track {
  background-color: #181d2a;
}

.tab-home-rounded button {
  background-color: #181d2a;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  flex-shrink: 0;
  transition: 0.3s;
}

.tab-home {
  overflow: hidden;
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
}

.tab button {
  background-color: #23313c;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  color: #fff;
  border: solid #23313c 2px;
}

.tab-home button {
  background-color: #181d2a;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 6px;
  transition: 0.3s;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  color: #fff;
}

.tab button .bi {
  font-size: 30px;
}

.tab-home button .bi {
  font-size: 30px;
}

.tab-home-rounded button .bi {
  font-size: 30px;
}

.tab button .text {
  font-weight: 600;
  font-size: 14px;
}

.tab-home button .text {
  font-weight: 500;
  font-size: 14px;
}

.tab-home-rounded button .text {
  font-weight: 500;
  font-size: 14px;
}

.tab button:hover {
  background-color: #23313c;
  color: #66fd4d;
}

.tab-home button:hover {
  background-color: #23313c;
  color: #66fd4d;
}

.tab button.active {
  background-color: #23313c;
  color: #66fd4d;
}

.tab-home button.active {
  background-color: #23313c;
  color: #66fd4d;
}

.tabcontent {
  display: none;
  padding: 0;
  border-top: none;
  color: #fff;
}

.myaccount-details-wrapper {
  width: 100%;
}

.myaccount-details-wrapper h5 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.card {
  background-color: #2d4358;
  color: #e3e5e6;
  border-radius: 6px;
  padding: 7px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: solid #23313c 1px;
}

.card h6 {
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.account_bal {
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.account_bal img {
  width: 34px;
  opacity: 0.4;
}

.amount_bal,
.bonus_bal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.bonus_bal {
  padding-left: 20px;
}

.amount_bal .text,
.bonus_bal .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}

.deposit-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.deposit-btn-bet {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.funds .deposit-btn button {
  color: #202020;
  border: 1px solid #d7d8db;
  background-color: #f4f5f0;
  border-radius: 4px;
  font-size: 14px;
}

.deposit-btn button {
  flex: 1 1 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 5px 0px;
  border-radius: 7px;
  background-color: #23313c;
  border: 1px solid #8d8d8d;
  font-size: 15px;
  color: #fff;
}

.deposit-btn-bet button {
  flex: 1 1 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 5px 0px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  font-size: 15px;
  color: #e3e5e6;
}

.account-deposit-funds .choose-amount p,
.account-withdraw-funds .choose-amount p {
  text-align: left;
  padding-bottom: 0px;
}

.amount-field button {
  width: 100%;
  padding: 7px 20px;
  font-size: 19px;
  --bs-btn-border-radius: 0.5rem;
  font-weight: 600;
}

.deposit-btn button.submit-deposit {
  background-color: #66fd4d;
  border: 2px solid #66fd4d;
  color: #181d2a;
}

.deposit-btn-bet button.submit-deposit {
  background-color: #66fd4d;
  border: 2px solid #66fd4d;
  color: #181d2a;
}

.amount-field {
  width: 100%;
}

.button-increase {
  width: 30px;
  height: 10px;
  background-color: #2d4358;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: #66fd4d;
}

.selected {
  width: 30px;
  height: 30px;
  background-color: #66fd4d;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: #000;
}

.selected .alias {
  color: #000 !important;
}

.picks-counter {
  float: right;
  background-color: #121d2a;
  color: #66fd4d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.picks-counter-clear {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-increase span span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.button-increase span strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

/* .alias{
  color:white !important; font-size: 8px !important;
} */

.pagelink {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pagelink a {
  width: 100%;
  border-bottom: 1px solid #3c3a3a;
  color: #9794ae;
  font-size: 17px;
  text-transform: capitalize;
  padding: 5px 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pagelink a .text {
  font-size: 16px;
}

.pagelink a:hover {
  color: #9794ae;
}

.pagelink a .bi {
  padding: 20px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.referrals-header {
  display: grid;
  justify-content: space-between;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  padding: 15px 10px;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #154725;
  margin-bottom: 10px;
}

.referrals-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.referrals-number,
.referrals-points,
.referrals-amount {
  color: #66fd4d;
  font-weight: 600;
  font-size: 21px;
}

.referrals-text {
  color: #8d8d8d;
  font-size: 14px;
}

.referrals-tab {
  overflow: hidden;
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
}

.referrals-tab button {
  background-color: #181d2a;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  color: #fff;
}

.referrals-tab button .text {
  font-weight: 600;
  font-size: 14px;
}

.referrals-tab button:hover {
  background-color: #23313c;
  color: #66fd4d;
}

.referrals-tab button.active {
  background-color: #23313c;
  color: #66fd4d;
}

.referralstab-content {
  display: none;
  padding: 0;
  border-top: none;
  color: #fff;
}

.referrals-content {
  width: 100%;
  padding-top: 10px;
}

.copylink {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copylink .form-control-lg {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  width: 100%;
  height: 40px;
}

.copylink button {
  background-color: #66fd4d;
  border: 1px solid #66fd4d;
  color: #181d2a;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 82px;
  height: 42px;
}

.summary_table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.summary_table td,
th {
  border: 1px solid #3c3a3a;
  text-align: left;
  padding: 8px;
}

.summary_table tr:nth-child(even) {
  background-color: #3c3a3a;
  background-color: #0a101c;
}

.summary_table {
  width: 100%;
}

#faqsAccordion {
  width: 100%;
  margin: 0;
  color: #9794ae;
}

.accordion-item {
  background-color: transparent;
  color: #111;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.accordion-header {
  padding: 0 3rem 0 0;
  min-height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #9794ae;
  font-size: 15px;
  border-bottom: 1px solid #0a101c;
}

.accordion-header::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  color: #9794ae;
}

.accordion-header.active::after {
  content: "\2212";
}

.accordion-body {
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #9794ae;
  display: flex;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.accordion-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
}

.rewards-header {
  display: grid;
  justify-content: space-between;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 10px;
  padding: 15px 0;
  align-items: center;
  border-radius: 7px;
}

.rewards-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px 10px;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #154725;
}

.rewards-number,
.rewards-points,
.rewards-amount {
  color: #66fd4d;
  font-weight: 600;
  font-size: 21px;
}

.rewards-text {
  color: #ffffff;
  font-size: 14px;
}

.offer_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  gap: 5px;
}

#transaction_details {
  width: 100%;
  display: none;
}

.list_deposit,
.list_withdraw,
.list_commission {
  background-color: #23313c;
  border-radius: 7px;
  color: #9794ae;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-transform: capitalize;
}

.list_deposit .header .header-bets,
.list_withdraw .header .header-bets,
.list_commission .header .header-bets {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #292d42;
  padding: 15px 10px;
  padding-bottom: 5px;
  font-size: 14px;
}

.list_deposit .details,
.list_withdraw .details,
.list_commission .details {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  padding: 10px 10px;
}

.list_deposit .open,
.list_withdraw .open,
.list_commission .open {
  background-color: #35374c;
  transition: all 0.3s;
}

.list_deposit .open .details,
.list_withdraw .open .details,
.list_commission .open .details {
  padding-top: 0.2rem;
  max-height: 10rem;
}

.details-wrap,
.extra,
.count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_deposit .footer,
.list_withdraw .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #292d42;
  padding: 5px 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 14px;
}

#moreDetails {
  cursor: pointer;
}

.terms {
  width: 100%;
}

.terms p {
  width: 100%;
  transition: max-height 0.2s ease-out;
  color: var(--bs-dark);
  display: flex;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.terms li {
  /* color: white; */
  color: var(--bs-dark);
}

.terms h5 {
  /* color: white; */
  color: var(--bs-dark);
}

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

.card h3 {
  width: 100%;
  justify-content: flex-start;
}

.contact_us p {
  width: 100%;
}

.contact_us a {
  color: #66fd4d;
}

.social_media {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.social_icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
}

.social_icon a {
  font-size: 27px;
}

.important-links {
  width: 100%;
  margin-bottom: 10px;
}

.messages {
  margin-bottom: 10px;
}

.notifications-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}

.notifications-container a {
  color: #9794ae;
}

.notifications-container h6 {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.unread-notifications-number {
  background-color: #66fd4d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a101c;
  font-size: 12px;
  font-weight: 600;
}

dialog {
  padding: 0;
  background: #66fd4d;
  width: 90%;
  max-width: 520px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 5px 30px 0 #3837374d;
  animation: fadeIn 1s ease both;
}

dialog::backdrop {
  animation: fadeIn 1s ease both;
  background: #3331314d;
  z-index: 999999;
  backdrop-filter: blur(9px);
}

dialog .x {
  filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: ease filter, transform 0.3s;
  cursor: pointer;
  transform-origin: center;
}

dialog .x:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

dialog h2 {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1rem;
}

dialog p {
  font-size: 1rem;
  line-height: 1.3rem;
}

dialog p a:visited {
  color: #000;
}

.bottom-footer {
  background-color: #101c2c;
}

.notifications {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notification-text a {
  color: #66fd4d;
}

#accountBal {
  width: 100%;
  margin-bottom: 10px;
}

# {
  background-color: #0a101c;
  width: 100%;
  max-width: 540px;
  min-height: 100vh;
  margin: auto;
  padding: 1px;
}

#iframe .pageheader {
  padding-top: 1px;
}

/* .iframe-container {
  width: 100%;
  height: calc(100vh - 41px);
} */

.iframe-container {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  border: 2px solid #181d2a;
  position: relative;
}

.iframe-container iframe {
  height: calc(100dvh - 30px);
  width: 100%;
}

.iframe-icons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 30px;
  background: #101c2c;
  backdrop-filter: blur(10px);
}

.bets-history-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.iframe-icons {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.game-icon.hotgames img {
  background-color: #571f1b;
  width: 50px;
}

.footermenu.promogif img {
  position: absolute;
  width: 60px;
}

.footermenu.promogif a h6 {
  position: absolute;
  bottom: 5px;
}

#jackpot_pools {
  width: 100%;
}

.jackpot_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1px;
  width: 100%;
}

.jackpot_type {
  width: 32%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jackpot_type a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 5px;
  gap: 5px;
  color: #fff;
}

#minorJackpot {
  background: #090979;
  background: linear-gradient(90deg, #090979, #6710d5);
  /* background-image: url('../images/jackpotmajor.png'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#grandJackpot {
  background-color: #930677;
  background: linear-gradient(90deg, #ff446c, #930677);
  height: 50px;
  /* background-image: url('../images/jackpotgrand.png'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#megaJackpot {
  background: #393939;
  background: linear-gradient(90deg, #020024, #00d4ff);
  /* background-image: url('../images/jackpotmega.png'); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jackpot_icon {
  width: 40px;
  display: flex;
}

.jackpot_icon img {
  width: 100%;
  width: 30px;
}

.jackpot_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  gap: 3px;
}

.jackpot_text h1 {
  font-size: 15px;
}

.jackpot_text h3 {
  font-size: 13px;
  font-weight: 500;
}

/*---------------------- Media Querries---------------------- */

@media handheld, only screen and (max-width: 480px) {
  .game_id {
    width: 32%;
  }

  .home_game_id {
    width: 32%;
  }

  .game-icon {
    width: 80px;
  }

  .game-icon a img {
    width: 70px;
  }
}

@media handheld, only screen and (max-width: 380px) {
  .game-icon a img {
    width: 70px;
  }

  .game-icon-wrap {
    gap: 5px;
  }
}

.feature-icon-item-wrapper {
  padding: 1px 0px;
}

.feature-icon-item-wrapper .bi {
  font-size: 30px;
}

.feature-icon-item-wrapper .txt {
  font-size: 10px;
  font-weight: 500;
}

.feature-icon-item-wrapper a {
  white-space: nowrap;
}

.icon-container {
  margin-top: 10px;
  background-color: #16202c;
  width: 50px;
  height: 25px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.menu-icon-sports-svg {
  width: 30px;
  height: 30px;
}

.odd-btn {
  width: 30%;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 0.2rem;
  border: solid #212529 1px;
}

.custom-odd {
  width: 30%;
  padding: 2px 4px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 0.2rem;
  border: solid #212529 1px;
}
.icons-wrapper-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 7px;
  background-color: #23313c;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 60px;
}

.menu-item i {
  font-size: 14px;
}

.menu-item strong {
  font-size: 10px;
}

.bethistory-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bet-history-modal {
  width: 98%;
  max-width: 540px;
  height: 90%;
  border-top: solid #000 1px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slide-up 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

/* This is the main container for all content */
.bet-history-list {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: calc(100% - 80px);
  /* Account for headers */
  display: flex;
  flex-direction: column;
}

/* Style for the content wrapper */
.bet-history-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

/* Style for the actual scrollable area */
.scroll-wrapper {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 5px;
}

/* Style for individual bet items */
.list_history {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 12px;
  border-bottom: solid 1px #bebcbc80;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
}

.header-bets {
  display: flex;
  justify-content: space-between;
}

.footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  color: #bebcbc;
}

.title {
  font-weight: 600;
}

.state {
  color: #66fd4d;
  font-weight: 500;
}

/* Animation for modal */
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.betslip-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bet-slip-modal {
  width: 96%;
  max-width: 540px;
  height: 100%;
  border-top: solid #000 1px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slide-up 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.bet-slip-list {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: calc(65vh - 160px);
}

.bet-slip-form {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #16202c;
  color: #fff;
  padding: 10px;
}

.bet-slip-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 20;
}

.stake-input-group {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.stake-input-group input {
  text-align: center;
  width: 100px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.stake-btn-right {
  background-color: #fff;
  color: #000;
  border: solid #ccc 1px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.stake-btn-left {
  background-color: #fff;
  color: #000;
  border: solid #ccc 1px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.stake-btn:hover {
  background-color: #e88900;
}

.deposit-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.deposit-modal {
  width: 100%;
  max-width: 540px;
  height: auto;
  background-color: #23313c;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slide-up 0.3s ease-in-out;
}

.minimized-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.minimized-modal {
  width: 100%;
  max-width: 540px;
  height: auto;
  background-color: #23313c;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slide-up 0.3s ease-in-out;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.account-btn {
  flex: 1;
  padding: 5px;
  background-color: #2d4358;
  color: #66fd4d;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border: solid #66fd4d 1px;
}

.account-btn:hover {
  background-color: #66fd4d;
  color: #111827;
}

.home-account-btn {
  flex: 1;
  padding: 5px;
  background-color: #2d4358;
  color: #66fd4d;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border: solid #66fd4d 1px;
}

.account-btn:hover {
  background-color: #66fd4d;
  color: #111827;
}

.home-account-btn {
  flex: 1;
  padding: 5px;
  background-color: #2d4358;
  color: #66fd4d;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border: solid #66fd4d 1px;
}

.home-account-btn:hover {
  background-color: #66fd4d;
  color: #fff;
}

.top-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999999999;
}

.top-modal {
  background-color: #16202c;
  width: 96%;
  max-width: 540px;
  max-height: 60vh;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: solid #bebcbc 1px;
}

.filter-top-modal {
  background-color: #16202c;
  width: 96%;
  max-width: 540px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: solid #bebcbc 1px;
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.sports-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
}

.sports-list {
  display: flex;
  gap: 10px;
  width: max-content;
}

.sport-button {
  padding: 5px 15px;
  border-bottom: solid #23313c 2px;
  background-color: #fff;
  color: #e3e5e6;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  margin-top: -15px;
  margin-bottom: 5px;
  font-weight: 800;
}

.sport-button:hover {
  border-bottom: solid #66fd4d 2px;
  color: #66fd4d;
  font-weight: 800;
}

.home-games-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  align-items: flex-start;
}

.home-game-item {
  flex: 0 0 auto;
}

.home-game-img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
}

.custom-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.freebet-col {
  width: 100%;
}

.custom-col {
  flex: 0 0 80%;
  width: 80%;
}

.custom-card {
  width: 100%;
  border-radius: 6px;
  background-color: #23313c;
  color: #bebcbc;
}

.upper-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.game-odds {
  flex: 1;
  text-align: center;
}

.custom-btn {
  width: 100%;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 0.2rem;
  border: solid #23313c 1px;
  color: #66fd4d;
}

.choose-outcome {
  color: #e3e5e6;
  margin-bottom: 10px;
}

.balance-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.modal-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sport-item-country {
  padding: 6px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
}

.sport-item-country:hover {
  padding: 6px;
  color: #66fd4d;
  font-weight: 600;
  padding-bottom: 10px;
}

.sport-item {
  background: #23313c;
  padding: 6px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
}

.sport-item:hover {
  background: #23313c;
  padding: 6px;
  text-align: center;
  color: #66fd4d;
  font-weight: 600;
  border-radius: 5px;
}

.modal-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background: #16202c;
  color: #ffffff;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 363px) {
  .offerwrapper-jackpot {
    flex-wrap: nowrap;
  }
}

.custom-btn .alias-text {
  color: #fff;
}

.custom-btn.bs-yellow .alias-text {
  color: #000 !important;
}

.odd-btn .alias-text {
  color: #fff;
}

.odd-btn.bs-yellow .alias-text {
  color: #000 !important;
}

.odd-btn .alias {
  color: #fff;
  font-size: 8px !important;
}

/* .odd-btn.bs-yellow .alias {
  color: #000 !important;
  font-size: 8px !important;
} */

.bs-yellow {
  background-color: #66fd4d !important;
  color: #000 !important;
}

.progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  padding: 10px 5px;
  position: relative;
  border-radius: 6px;
}

.progress-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  position: relative;
  margin-top: -5px;
  border-radius: 6px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #666;
  background-color: #0e1824;
}

.progress-step.completed .circle {
  background-color: #66fd4d;
  border-color: #66fd4d;
}

.progress-step.active .circle {
  border-color: #66fd4d;
}

.progress-step p {
  color: #66fd4d;
  font-size: 12px;
  margin-top: 6px;
  white-space: nowrap;
}

/* Lines between steps */
.line {
  flex: 1;
  height: 2px;
  background-color: #666;
  margin: 0 0px;
  z-index: 1;
}

.completed-line {
  background-color: #66fd4d;
}

.auth-alert {
  background-color: #bebcbc;
  color: #000;
  border-radius: 6px;
}

.auth-alert-2 {
  background-color: #000;
  color: #ffffff;
  border-radius: 6px;
}

.home-content {
  background-color: #23313c;
  color: #66fd4d;
}

.stake-input-wrapper {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.stake-input-wrapper button {
  flex: 1;
  /* Equal width for buttons */
  padding: 8px 0;
  border-radius: 8px;
  border: none;
  background-color: #1c2a36;
  color: #e3e5e6;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.stake-input-wrapper button.submit-deposit {
  background-color: #ccc;
  color: #181d2a;
}

.stake-input {
  flex: 1.5;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  background-color: #ccc;
  color: #181d2a;
  text-align: center;
  min-width: 0;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(
    32,
    142,
    14,
    0.83
  ); /* Slightly adjusted for better readability */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; /* Initially disable pointer events */
  z-index: 10;
}

.game_image {
  position: relative;
  cursor: default; /* Ensure the image doesn't look clickable */
}

.game_image:hover .hover-overlay {
  opacity: 1;
  animation: enableInteraction 1s forwards;
  animation-delay: 0.8s; /* Wait 0.8s before allowing interaction */
}

/* Animation to enable interaction after delay */
@keyframes enableInteraction {
  to {
    pointer-events: auto;
  }
}

/* Make buttons initially invisible and fade them in with delay */
.hover-overlay .btn {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  width: 80px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.game_image:hover .hover-overlay .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s; /* Buttons appear after 1s */
}

.hover-overlay .btn-demo {
  background-color: #66fd4d;
  color: #2d4358;
}

.hover-overlay .btn-play {
  background-color: #2d4358;
  color: #fff;
}

/* Add hover effects for the buttons */
.hover-overlay .btn:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

.amount-btn {
  border-radius: 999px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 16px;
  font-weight: bold;
  font-size: 13px;
}

.amount-btn:hover {
  background-color: var(--bs-deepgreen);
  color: #000;
}

.date-top-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-top-modal {
  background-color: #16202c;
  width: 96%;
  max-width: 540px;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: solid #bebcbc 1px;
}

.calendar {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.day-name {
  text-align: center;
  font-weight: bold;
}

.calendar-cell {
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  color: #f1f1f1;
  background-color: #23313c;
  user-select: none;
}

.calendar-cell.today {
  border: 2px solid #66fd4d;
}

.calendar-cell.calselected {
  background-color: #66fd4d;
  color: #23313c;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
}

.calendar-cell.empty {
  background-color: transparent;
  cursor: default;
}

.rotate {
  animation: spin 1s linear infinite;
}

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

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

.home-accordion-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.home-accordion-item {
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-bottom: 10px;
  background-color: transparent;
}

.home-accordion-header {
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.home-accordion-title {
  flex: 1;
  margin-left: 10px;
}

.home-accordion-body {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  background-color: transparent;
  color: #fff;
}

.profile-tabs {
  background-color: #2d4358;
  height: 26px;
}

.responsible-accordion-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.responsible-accordion-item {
  margin-bottom: 10px;
  background-color: #2d4358;
}

.responsible-accordion-header {
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.responsible-accordion-title {
  flex: 1;
  margin-left: 10px;
  color: #198754;
  font-weight: 700;
}

.responsible-accordion-body {
  padding: 12px 16px;
  background-color: #0a101c;
  color: #fff;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

label input:checked + span {
  background-color: #2196f3;
}

label input:checked + span span {
  transform: translateX(16px);
}

.nav-item-sidebar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-yellow {
  color: yellow;
}

.mainoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.overlay-content {
  width: 100%;
}

#menu img {
  cursor: pointer;
}

/* Smooth transition for height changes */
.dynamic-navbar-spacer {
  transition: margin-top 0.3s ease;
}

.dynamic-navbar-spacer {
  transition: margin-top 0.3s ease;
}

/* SLIDER NAVIGATION STYLES */
/* .carousel-section {
  margin-top: 0;
  
}

.carousel-inner {
 
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black; 
  border-radius: 50%;
  width: 30px;
  height: 30px;
} */

.carousel-container {
  position: relative;
  width: 100%;
  /* If you know your slider's aspect ratio, you can set it here */
}
.carousel-inner {
  display: grid;
}
.carousel-inner > .carousel-item {
  grid-area: 1 / 1;
}
.carousel-item {
  opacity: 0;
}
.carousel-item.active {
  opacity: 1;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.carousel-section {
  margin-top: 0;
}

/* SLIDER NAVIGATION STYLES */

.custom-notification {
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background-color: #f8d7da;
  padding: 9px 10px;
  z-index: 9999;
  color: #000;
  width: 90%;
  font-weight: 600;
  border-radius: 6px;
  font-size: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.custom-notification.success {
  color: green;
}

.custom-notification.error {
  color: red;
}

.self-deposit-custom-notification {
  background-color: #f8d7da;
  padding: 9px 10px;
  z-index: 9999;
  color: #000;
  width: 90%;
  font-weight: 600;
  border-radius: 6px;
  font-size: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.self-deposit-custom-notification.success {
  color: green;
}

.self-deposit-custom-notification.error {
  color: red;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 12px;
  cursor: pointer;
  font-size: 18px;
}

.custom-checkbox-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

.custom-checkbox {
  opacity: 0;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.custom-checkbox + .custom-box {
  width: 38px;
  height: 38px;
  background-color: #2d4358;
  border-radius: 6px;
  border: 2px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-checkbox:checked + .custom-box {
  background-color: #66fd4d;
  color: #16202c;
  border: 2px solid #66fd4d;
}

.custom-checkbox:checked + .custom-box::before {
  content: "✓";
}

.check-transaction-input {
  width: 211px;

  height: 32px;

  border-radius: 6px;

  padding: 6px;

  background-color: var(--bs-light);
}

.check-transaction-input::placeholder {
  font-weight: bold;
}

.status-btn {
  width: 121px;

  height: 32px;
  background-color: #66fd4d;
  border-radius: 6px;
  padding: 6px;
}

.tooltip-box {
  position: absolute;
  bottom: 40%;
  left: 15%;
  background-color: #1c2a38;
  color: #fff;
  padding: 16px;
  border: 1px solid #3a4b5c;
  border-radius: 8px;
  width: 270px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 14px;
}

.tooltip-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tooltip-content p {
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
}

.green {
  color: #40e36a;
  font-size: 11px;
}

.close {
  cursor: pointer;
  font-weight: bold;
}

.social-btn {
  border: none;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  margin: 5px;
  border-radius: 8px;
  cursor: pointer;
}

.social-btn i {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.bet-details-page {
  background-color: #111827;
  color: #fff;
  min-height: 100vh;
  padding: 1rem;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #66fd4d;
  font-weight: 700;
}

.back-icon {
  width: 23px;
  height: 23px;
  border: solid #66fd4d 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-icon img {
  width: 12px;
  height: 12px;
}

.bet-details-container {
  border-radius: 8px;
  overflow: hidden;
}

.bet-header {
  background-color: #2d4358;
  padding: 5px;
  display: flex;
  color: #bebcbc;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2d3748;
}

.bet-id-label {
  font-size: 0.75rem;
  color: #66fd4d;
  background-color: rgba(102, 253, 77, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
}

.bet-title {
  display: flex;
  align-items: center;
}

.bet-title h1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.cancel-bet {
  display: flex;
  align-items: center;
  color: #cbd5e0;
  cursor: pointer;
}

.cancel-icon {
  margin-left: 5px;
  font-size: 1.25rem;
}

.bet-info {
  background-color: #1e293b;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.bet-date-id,
.bet-status-odds {
  grid-column: span 1;
}

.bet-stake {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.potential-win {
  font-size: 1.25rem;
  font-weight: bold;
  color: #66fd4d;
}

.status span {
  color: #66fd4d;
}

.bet-actions {
  grid-column: span 2;
  display: flex;
  gap: 5px;
  margin-top: 0px;
}

.share-btn,
.rebet-btn {
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #4a5568;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  flex: 1;
}

.cashout-btn {
  padding: 2px 5px;
  border-radius: 5px;
  border: none;
  background-color: #66fd4d;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  flex: 2;
}

.cashout-btn.disabled-btn {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

.events-section {
  background-color: #1e293b;
  padding: 20px 15px;
}

.events-section h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.win-ratio {
  color: #cbd5e0;
}

.event-cards {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.event-card {
  background-color: #2d4358;
  border-radius: 8px;
  margin-bottom: 10px;
}

.event-info {
  flex: 2;
}

.event-date {
  font-size: 0.75rem;
  color: #cbd5e0;
  margin-bottom: 5px;
}

.event-teams {
  font-weight: 600;
  margin-bottom: 5px;
}

.event-pick {
  font-size: 0.85rem;
  color: #cbd5e0;
}

.event-pick span {
  color: #66fd4d;
}

.event-outcome {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.event-outcome p:first-child {
  font-size: 0.75rem;
  color: #cbd5e0;
  margin-bottom: 5px;
}

.event-score {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.outcome-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.event-result {
  font-size: 0.85rem;
}

.jackpot-btn {
  border-bottom: solid #e8edf4 2px;
  height: 32px;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.jackpot-btn:hover {
  height: 32px;
  color: #66fd4d;
  border-bottom: solid #66fd4d 2px;
}

.active-tab {
  font-weight: 600;
  color: #66fd4d !important;
}

.transactions-active-tab {
  font-weight: 600;
  color: #fff !important;
}

.transactions-tab {
  font-weight: 600;
  color: #66fd4d !important;
}

.deactivated-game {
  display: flex;
  width: 100%;
  font-size: 11px;
  background-color: #ffcdd2;
  color: #ff0404;
  padding: 1px 1em;
  font-weight: 400;
  border-radius: 7px;
}

.cashout-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.betdetails-modal-content {
  background: #1e293b;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  color: white;
}

.cashout-amount {
  font-size: 1.2rem;
  margin: 1rem 0;
  color: #66fd4d;
}

.betdetails-modal-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.confirm-btn,
.cancel-btn {
  flex: 1;
  padding: 0.8rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.confirm-btn {
  background: #66fd4d;
  color: #1e293b;
}

.cancel-btn {
  background: #2d4358;
  color: white;
}

.error-message {
  color: #ff4444;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.promotions {
  padding: 10px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
  color: #000000;
}

/* .card {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e0e0e0;
} */

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  padding-top: 14px;
}

.content {
  width: 100%;
  /* background-color: var(--bs-green) !important; */
  /* padding: 15px; */
}

.card h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.view-offer {
  width: 100%;
  /* background-color: #12cc1b; */
  background-color: rgb(102, 253, 77) !important;
  font-weight: bold;
  color: black;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 6px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
}

.view-offer:hover {
  background-color: #0ea60f;
}

/* TOURNAMENTS STYLINGS */
@media (max-width: 576px) {
  .must-play-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tournament-must-play {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.shimmer-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

.shimmer-card {
  height: 80px;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    var(--grey-overlay) 8%,
    #e0e0e0 18%,
    var(--grey-overlay) 33%
  );
  background-size: 800px 104px;
  animation: shimmer 1.5s infinite linear;
  border-radius: 10px;
}

@keyframes shimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}

.image-container {
  position: relative;
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
}

.image-prize-fund {
  max-width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer; /* Optional: shows it's interactive */
}

.game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.game-image-fund {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.active-badge {
  position: absolute;
  top: 10px;
  right: 3px;
  background-color: #28a745;
  color: white;
  padding: 5px 6px;
  font-size: 14px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 10px;
  z-index: 3; /* Ensure badge stays on top */
}

/* Dark overlay - hidden by default */
.image-prize-fund::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Text content - hidden by default */
.image-fund-over {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* Show overlay and text on hover */
.image-prize-fund:hover::before {
  opacity: 1;
}

.image-prize-fund:hover .image-fund-over {
  opacity: 1;
}

/* .cattit {
  cursor: pointer;
  margin-right: 10px;
}

.cattit.active {
  color: white !important;
} */

.tab-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background-color: #cbdced; */
  background-color: #16202c;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-radius: 10px;
  /* padding: 8px; */
  padding: 4px 6px;
  margin-left: auto;
  margin-right: auto;
  /* gap: 10px;  */
  gap: 8px;
  /* height:36px; */
  height: 40px;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #b3d4fc #cbdced;
}

/* Scrollbar for Webkit (Chrome, Safari) */
.tab-container::-webkit-scrollbar {
  height: 5px;
}

.tab-container::-webkit-scrollbar-track {
  background: #cbdced;
  border-radius: 10px;
}

.tab-container::-webkit-scrollbar-thumb {
  background: #b3d4fc;
  border-radius: 10px;
}

.tab-item {
  cursor: pointer;
  padding: 8px 16px;
  /* padding: 6px 14px; */
  /* background-color: #b3d4fc; */
  /* background-color: #66FD4D; */
  color: #66fd4d;
  border: 1px solid #66fd4d;
  background-color: #2d4358;
  border-radius: 10px;
  font-size: 12px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin-top: 10px;
}

.tab-item.tab-active {
  background-color: #66fd4d;
  color: #2d4358;
  font-weight: 600;
}

.content-section {
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}

/* Prizes Section */
.prizes {
  background: #23313c;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.prizes-2{
    background: linear-gradient(to right, #66fd4d, #208e0e);

  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.prizes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all {
  color: blue;
  cursor: pointer;
  font-size: 12px;
}

.prize-item {
  display: flex;
  align-items: center;
  /* background: #f8f9fa; */
  background: #2d4358;
  border: 1px solid #66fd4d;
  justify-content: space-between;
  /* padding: 5px; */
  border-radius: 10px;
  margin-bottom: 5px;
}

.prize-item2 {
  display: flex;
  align-items: center;
  /* background: #f8f9fa; */
  background: #2d4358;
  border: 1px solid white;
  justify-content: space-between;
  /* padding: 5px; */
  border-radius: 10px;
  margin-bottom: 5px;
}

.prize-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.prize-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-top: 10px;
  padding-right: 10px;
}

.prize-place {
  font-weight: bold;
  font-size: 14px;
  color: #66fd4d;
}

.prize-amount {
  font-size: 12px;
  color: whitesmoke;
  text-align: left;
}

.games-container {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;

  scrollbar-width: none; /* Hide scrollbar */
}

.games-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome/Safari */
}

.game-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  /* background: #2d4358; */

  width: 150px;
  /* background: white; */
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.game-img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
}

.game-info {
  padding: 2px;
  /* background: #2d4358; */
  /* border:1px solid #66FD4D; */
  margin-top: 5px;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.game-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #66fd4d;
}

.game-provider {
  font-size: 10px;
  color: whitesmoke;
  margin: 0;
}

.conditions {
  background: #2d4358;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.condition-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
  /* flex-wrap: wrap; */
  font-size: 14px;
  color: whitesmoke;
}

.condition-number {
  font-weight: bold;
  margin-right: 3px;
  flex-shrink: 0;
}

.condition-item {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.game-category-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 10px;
  /* width:100%; */
}

.game-category-card {
  background: #2d4358;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  /* width:auto; */
}

.game-category-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}

.game-category-info {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.game-category-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #66fd4d;
  text-align: left;
}

.game-category-provider {
  font-size: 12px;
  color: whitesmoke;
  text-align: left;
}

.table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.side-icon-svg {
  width: 20px;
}

.table th {
  background-color: #2d4358 !important;
  color: #66fd4d;
  font-weight: 600;
}

.table td {
  color: #555;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.05);
  border-bottom: 1px solid white;
}

.countdown-container {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.countdown-title {
  font-size: 12px;
  /* font-weight: bold; */
  /* color: #1c2243; */
  color: white;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 2px;
  flex-wrap: wrap;
  max-width: 100%;
}

.countdown-box {
  /* background-color: #5d7b95; */
  background-color: #557e9e;
  color: white;
  font-size: 13px;
  font-weight: bold;
  /* padding: 12px 16px; */
  padding: 6px 8px;
  border-radius: 8px;
  display: inline-block;
  min-width: 19px;
  /* min-width:32px; */
  text-align: center;
}

.countdown-box-2{
    /* background-color: #557e9e; */
  color: #66fd4d;
  font-size: 15px;
  font-weight: bold;
  /* padding: 12px 16px; */
  /* padding: 6px 8px; */
  /* border-radius: 8px; */
  display: inline-block;
  /* min-width: 19px; */
  /* min-width:32px; */
  text-align: center;
}
.progress-card {
  background: #23313c;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  /* border: 1px solid #e5e5e5; */
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.progress-title {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 15px;
}

.progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  flex-wrap: wrap;
}

.progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  /* flex: 1; */
  min-width: 120px;
}

.progress-icon {
  width: 50px;
  height: 50px;
}

.progress-label {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.progress-value {
  font-size: 20px;
  font-weight: bold;
  color: whitesmoke;
}

.progress-next-stage {
  font-size: 12px;
  color: whitesmoke;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .progress-content {
    flex-direction: row;
  }

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

  .progress-icon {
    width: 40px;
    height: 40px;
  }

  .progress-value {
    font-size: 18px;
  }
}
.affiliate-button {
  background-color: #66fd4d;
  border-radius: 0.5rem;
  color: #101c2c !important;
  padding: 0.3rem 0.5rem !important;
}

.tabs {
  font-size: 12px;
  width: 15;
  color: #9c8ead;
}

.activeTab {
  border-bottom: 2px solid green;
  font-weight: bold;
  color: #009d80;
}

.today-container {
  background-color: var(--primary-bg-light);
  border-radius: 9px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.today {
  width: 100%;
  display: flex;
  justify-content: around;
}

.today-left {
  width: 100%;
}
.bg-success-custom {
  background-color: #2d4358;
  border-radius: 5px;
  margin: 2px;
}

.today-left-counter {
  color: #bebcbc;
  font-weight: bolder;
  /* font-size: 18px; */
  font-size: 12px;
  padding: 2px;
}

.today-left-text {
  color: #bebcbc;
  font-size: 14px;
}

.today-left .col {
  padding: 0; /* remove default padding */
}

.today-left-text {
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  color: var(--white);
}

.commission-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.commission-right-paid-unpaid {
  width: 100%;
}

.transfer-wallet {
  width: 100%;
  color: #8a8a8a;
  background-color: #ffffff !important;
  border: 1px solid;
  border-radius: 3px;
}

.transfer-text {
  text-align: center;
  font-size: 12px;
  color: var(--white);
  margin-top: 10px;
}

.icon {
  font-size: 46px;
  text-align: center;
  color: #66fd4d;
}

.icon-p {
  text-align: center;
  color: #66fd4d;
  font-weight: 600;
  margin-top: 10px;
}

.words-span {
  font-size: 7px;
  white-space: normal;
  word-wrap: break-word;
  color: var(--white);
}

.copy-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.affiliate-button {
  cursor: pointer;
  text-align: center;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
  background-color: #2d4358;
}

.loading-spinner {
  font-size: 3rem;
  color: #66fd4d;
  animation: spin 1s linear infinite;
}

.loading-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.shimmer-container {
  padding: 10px;
}

.shimmer-item {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 10px;
  background: #1a242d;
  border-radius: 8px;
  animation: shimmer 1.5s infinite linear;
}

.shimmer-content {
  width: 45%;
}

.shimmer-odds {
  width: 50%;
  display: flex;
  gap: 10px;
}

.shimmer-line {
  background: #2a3a48;
  height: 12px;
  margin-bottom: 6px;
  border-radius: 4px;
}

.short {
  width: 40%;
}
.medium {
  width: 60%;
}
.long {
  width: 80%;
}

.shimmer-button {
  width: 60px;
  height: 40px;
  background: #2a3a48;
  border-radius: 6px;
  float: right;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.shimmer-item {
  background: linear-gradient(90deg, #1a242d 25%, #22303d 50%, #1a242d 75%);
  background-size: 200% 100%;
}

.accordion-content {
  padding: 12px;
  background-color: #2d3748;
  border-top: 1px solid #4a5568;
}

.picked-item {
  padding: 8px 0;
  border-bottom: 1px solid #4a5568;
}

.picked-item:last-child {
  border-bottom: none;
}

.match-info {
  font-size: 12px;
  margin-bottom: 4px;
}

.market-info {
  font-size: 11px;
  display: flex;
  gap: 6px;
}

.score-info {
  font-size: 11px;
  color: #a0aec0;
}

.match-date {
  font-size: 10px;
  color: #718096;
  margin-top: 2px;
}

.text-green {
  color: #66fd4d;
}
.text-red {
  color: #f56565;
}
.text-orange {
  color: #ed8936;
}

/* APP PAGE STYLES */

.app-container {
  background-color: #181d2a;
}

.maincontent {
  min-height: 130vh !important;
}

.app-header {
  background-color: #23313c;
  padding: 10px;
  margin-top: 0;
}

.app-container .app-header .main-content {
  width: 90%;
}

.app-image {
  width: 116px;
  height: 116px;
  background-color: #16202c;
  border: solid #66fd4d 2px;
  padding: 5px;
  border-radius: 21px;
}

.app-info {
  margin-top: 20px;
  /* width: 60%; */
  text-align: center;
  margin-left: 10px;
}

.app-info h4 {
  color: white;
  font-weight: bold;
}

.app-info h5 {
  color: white;
}

/* Download button section */
.download-btn {
  background-color: #66fd4d;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.download-btn h3 {
  font-weight: 800;
  font-size: 16px;
  color: #181d2a;
  margin: 0;
}

.download-btn small {
  color: #181d2a;
  font-size: 12px;
}

.download-btn img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

/* Mobile adjustments for screens with width up to 400px */
@media screen and (max-width: 400px) {
  .app-info {
    /* width: 80%; */
    margin-top: 10px;
  }

  /* .d-flex > div{
    flex: 1 1 10%;
    flex:none;
    
  } */

  .download-btn {
    width: 100%;
    max-width: none;
    padding: 10px;
    justify-content: space-between;
  }

  .download-btn h3 {
    font-size: 14px;
  }

  .download-btn small {
    font-size: 10px;
  }

  .download-btn img {
    width: 24px;
    height: 24px;
  }
}

.features-list {
  list-style-type: disc;
  padding-left: 20px;
  color: white;
}

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

.odd-btn.locked {
  opacity: 0.5;
  cursor: not-allowed;
}
.odd-btn.locked .alias,
.odd-btn.locked strong {
  display: none;
}
.welcome-modal-overlay {
  position: fixed;
  inset: 0; /* shorthand for top/right/bottom/left = 0 */
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 1rem; /* so content never touches the edges */
}

.welcome-modal-content {
  margin-top: 120px;
  position: relative;
  background: transparent; /* you already have the image as the background */
  border-radius: 12px;
  overflow: hidden;
  /* let the content size itself around the image */
  max-width: 80vw;
  max-height: 80vh;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.welcome-modal-image {
  display: block;
  /* width: 100%;                
  height: auto;             */
  max-width: 50vmin;
  object-fit: contain;
  max-height: 60vh;
}

.close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #66fd4d;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex; /* center the “×” */
  align-items: center;
  justify-content: center;
}

.freebet-lp {
  color: #66fd4d;
  font-weight: 900;
  text-align: center;
}

.freebet-lp-sign {
  color: white;
  font-weight: 600;
  text-align: center;
}

.get-link {
  /* width: 352px; */
  /* height: 127px; */
  width: 90%;
  background: linear-gradient(to right, #66fd4d, #208e0e);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.link-content-refer {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 90%;
}

.link-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60%;
}

.images-container {
  position: absolute;
  /* top: -100px;  */
  top: -110px;
  /* top: 0px;  */
  left: -20px; /* Adjust this value to control the horizontal position */
  z-index: 0;
  display: flex;
  flex-direction: row;
}

.image {
  width: 121px;
  height: 249px;
  object-fit: contain;
  /* margin-right: -20px;   */
}

.image-per {
  margin-left: -220px;
}
.slanted-text {
  /* font-size: 18px; */
  font-weight: 800;
  /* color: white; */
  transform: rotate(-50deg);
  display: inline-block;
}

.up-to {
  color: #66fd4d;
  text-shadow: 4px 4px 4px black;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 900;
}

.amount-refer {
  color: #66fd4d;

  text-shadow: 4px 4px 4px black;
  font-size: 40px;
  font-weight: 900;
  /* margin-top:-60px; */
}

.bonus-text {
  font-size: 12px;
  color: black;
  font-weight: 600;
  text-align: right;
  font-style: italic;
  margin-top: 3px;
  /* margin: 5px 0; */
}

.btn-get-link {
  background-color: #23313c;
  color: #ffff;
  font-size: 12px;
  font-weight: bold;
  /* padding: 8px 15px; */
  border: none;

  padding: 8px 8px;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  float: right;
}

.btn-get-link:hover {
  background-color: #66fd4d;
  color: #23313c;
}

.terms-refer {
  font-size: 10px;
  color: #23313c;
  text-align: right;
  margin-top: 5px;
  font-weight: 600;
}

.lp-refer-link {
  color: #66fd4d;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.lp-refer-link:hover {
  color: #66fd4d;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.disc {
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (min-width: 375px) and (max-width: 391px) {
  .image-per {
    margin-left: -190px;
  }
}
