@import url("https://cdn.jsdelivr.net/npm/@flaticon/flaticon-uicons@3.3.1/css/all/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');

:root {
  --body-color-bg: #f5f5f5;
  --primary-color: #ffffff;
  --secondary-color: #cfcfcf;
  --dark-color: #111827;
  --font-size-small: 11px;
  --font-size: 14px;
  --sub-heading-font-size: 16px;
  --heading-font-size: 21px;
  --large-font-size: 24px;
  --rain-icon-font-size: 76px;
  --link-color: #EF7D2F;
  --header-height: 4em;
}

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: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body,
select,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

input, textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

* {
  box-sizing: border-box;
}

.clearfloat {
  zoom: 1;
}

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

.clearfloat:after {
  clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.form-control input {
  background-color: #292932;
}

.form-control input:-webkit-autofill {
  background-color: #292932;
  color: var(--primary-color);
}
.form-control input:autofill {
  background-color: #292932 ;
  color: var(--primary-color);
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5d5d75;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5d5d75;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5d5d75;
  opacity: 1; /* Firefox */
}

::-webkit-scrollbar {
  display: none;
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
}
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 1;
}

a {
  outline: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

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

.clearfloat {
  zoom: 1;
}

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

.clearfloat:after {
  clear: both;
}

.fi {
  vertical-align: middle;
  line-height: 0;
}

body {
  background-color: #13131a;
  background-image: url("../images/bg-pattern.png");
  line-height: 1;
  -webkit-text-size-adjust: none;
  color: #e6eef8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

body p {
  padding-bottom: 0;
  line-height: 120%;
  font-size: 16px;
}

#app {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  display: grid;
  gap: 0;
}

.container__wrapper {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 10px;
}

header {
  width: 100%;
}

#appHeader {
  width: 100%;
  background-color: #1c1c24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}

.header {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: grid;
  margin: auto;
  gap: 0.5rem;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo {
  width: 100%;
  max-width: 200px;
}

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

.account-details {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1f1e25;
  border: 1px solid #26262e;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 10px;
  max-width: 200px;
}

.chat__icon {
  font-size: 24px;
}

.comments {
  color: #37b34a;
  cursor: pointer;
  display: none;
}

.account__balance {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#mainContent {
  width: 100%;
  height: calc(100vh - var(--header-height));
  padding: 10px;
}

#mainContent .container__wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: flex-start;
  background-color: #1c1c24;
  border-radius: 18px;
  padding: 10px;
  height: 100%;
}

#gameContainer {
  grid-column: 3 span / 3 span;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.game__content__wrap {
  width: 100%;
  background-color: #11111a;
  padding: 10px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.canvas-wrapper {
  width: 100%;
}

.game__canvas {
  width: 100%;
  position: relative;
  /* background-image: url("../images/stage-image.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  border: 1px solid #26262e;
  height: 50vh;
}

canvas {
  background-color: transparent;
  border-radius: 12px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#multiplier {
  font-size: 72px;
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#status {
  margin: 5px;
  font-size: 18px;
}

.games-elements {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  align-items: center;
  height: 100%;
  max-height: 400px;
}
.controls {
  margin-top: 10px;
}

.controls button {
  margin: 5px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: #6ee7ff;
  font-weight: 600;
  cursor: pointer;
}

.adds-area {
  width: 100%;
}

.winning-multiplier {
  width: 100%;
}

/* --------------#charts Bar----------- */
#sideBar {
  grid-column: 1 span / 1 span;
  width: 100%;
  overflow-y: scroll;
  height: 90vh;
  z-index: 50;
}

.sidebar__content {
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
  height: 98%;
  background-color: #11111a;
  border-radius: 18px;
  border-top: 2px solid #37b34a;
}

.chat-container {
  background-color: #11111a;
  position: relative;
  width: 100%;
  height: 88vh;
  overflow-y: scroll;
}

.chat-container .card-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #11111a;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  height: 4em;
}

.chat-container .card {
  background-color: #11111a;
  height: 98%;
}

.chat-container .card-body {
  display: flex;
  flex-direction: column;
  color: #e6eef8;
  position: relative;
  height: 92vh;
  gap: 10px;
  overflow-y: scroll;
  overflow-x: hidden !important;
  padding: 0 0;
  padding-top: 1em;
  padding-bottom: 4em;
}

.chat-container .card-body img.avatar {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-container .card-header {
  color: var(--primary-color);
  height: 4em;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}

.chat-container .card-header .text-wrap {
  line-height: 1;
  text-align: left;
}

.chat-container .card-header small {
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.chat-container .card-header .close-btn {
  display: none;
}

.input-group {
  width: 100%;
}

#button-addon2 {
  height: 40px;
  margin: 0;
  background-color: #1f1e25;
  color: var(--secondary-color);
  font-size: 21px;
}

.input-group input.form-control {
  height: 40px;
  background-color: #1c1c24;
  border: 1px solid #26262e;
  color: #fff;
}

.text-messege-wrap {
  width: 100%;
}

.text-messege {
  background-color: #1f1e25;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  justify-content: flex-start;
  text-align: left;
}

.message-action span {
  background-color: #1c1c24;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #26262e;
  font-size: 16px;
  position: relative;
}

.message-action span.indicator {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ff0000;
  padding: 5px;
  border-radius: 50%;
  border: none;
}

.message-action i {
  background-color: #1c1c24;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #26262e;
  font-size: 16px;
  cursor: pointer;
}

.user__number {
  font-size: 11px;
  color: #37b34a;
  font-weight: 700;
}

.social-icon {
  width: 30px;
  color: #292932;
  font-size: 21px;
  cursor: pointer;
}

.social-icon img {
  width: 24px;
  cursor: pointer;
}

/*------------------- #mybets----- */
#mybets {
  grid-column: 1 span / 1 span;
  width: 100%;
  height: 90vh;
}

.mybets-panel {
  width: 100%;
  background-color: #11111a;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  height: 98%;
}

.mybets-panel-wrapper {
  height: 98vh;
  overflow-y: scroll;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.mybets-panel .tab {
  background-color: #1f1e25;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  height: 50px;
  padding: 10px;
}

.mybets-panel .tab button {
  background-color: #1f1e25;
  border: 1px solid #26262e;
  color: var(--primary-color);
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
  flex: 1 1;
  text-align: center;
  font-weight: 700;
  border-radius: 24px;
  margin: 0;
  line-height: 1;
  height: 35px;
}

.mybets-panel .tab button.active {
  background-color: #111119;
  color: #a0d183;
  padding: 10px 10px;
  height: 35px;
}

.mybets-panel .bets-content {
  display: none;
  padding: revert-layer;
  border-top: none;
}

.bets-content-header,
.bets-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.user__id {
  grid-column: 2 span / 2 span;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.bets-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 85vh;
  overflow-y: scroll;
}

.user__avator {
  width: 24px;
  display: flex;
}

.bets-content-header {
  padding: 8px 10px;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #37b34a;
  margin-bottom: 10px;
  border-radius: 10px;
}

.bets-wrapper {
  border-radius: 20px;
  padding: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--secondary-color);
}

#betCashedout {
  width: 100%;
  background-color: #203212;
}

#betInPlay {
  width: 100%;
  background-color: #26262e;
}
small,
.small {
  font-size: 0.75em;
}

/* --------------Winning Multiplier------------ */

.winning-multiplier {
  width: 100%;
}

.winning-multiplier .wonbet {
  color: #37b34a;
}

.winning-multiplier .lostbet {
  color: #ff0000;
}

.winning-multiplier .livebet {
  color: #c5c5da;
}

.winning-multiplier .pendingbet {
  color: #34b4ff;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #1f1e25;
  border: 1px solid #26262e;
  color: var(--primary-color);
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border-radius: 24px;
  margin: 0;
  line-height: 1;
  height: 35px;
}

.scroll-text {
  display: flex;
  will-change: transform;
  animation: scrollText 15s linear infinite;
  font-size: 11px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 500;
}

@keyframes scrollText {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}


/* ----------Add Container---------- */

.add-container {
  width: 100%;
  display: flex;
}

.add-container a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #521681;
  background-image: linear-gradient(43deg, #521681 5%, #351152 80%);
  border: 1px solid #521681;
  color: var(--primary-color);
  outline: none;
  cursor: pointer;
  padding: 7px 20px;
  transition: 0.3s;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  border-radius: 24px;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.add-container .icon {
  font-size: 21px;
}

.add-container .icon.learmmore {
  color: #a0d183;
}

/* ------------stake wrapper */

.stake__wrapper {
  width: 100%;
  display: grid;
  margin: auto;
  gap: 0.5rem;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stake__controller {
  background-color: #1f1e25;
  padding: 10px;
  border-radius: 24px;
}

.choose-amount_btn_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.25rem;
  justify-content: center;
}

.choose-amount-to-bet {
  width: 100%;
  display: grid;
  margin: auto;
  gap: 0.5rem;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choose-amount_btn_wrapper small {
  opacity: 1;
  text-align: center;
  width: 100%;
  display: flex;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
}

.stake-input {
  width: 100%;
  overflow: hidden;
  grid-column: span 1 / span 1;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.stake_input_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
  max-width: 200px;
}

.stake-input .quantity {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 2px;
  align-items: center;
  background-color: #13131a;
  padding: 5px 5px;
  border-radius: 20px;
}

.stake-input .input-box {
  width: 100%;
  text-align: center;
  padding: 0.25rem 0.25rem;
  border-radius: 4px;
  font-size: 18px;
  outline: none;
  background-color: transparent;
  border: none;
  color: #9494a6;
  box-shadow: none;
  font-weight: 800;
}

.stake-input .quantity button {
  background-color: transparent;
  border: none;
  color: #5c5c67;
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  line-height: 0;
  box-shadow: none;
  padding: 0;
}

.placebet-btn {
  width: 100%;
  height: 100%;
  display: flex;
}

.placebet-btn button {
  color: #ffffff;
  outline: none;
  width: 100%;
  max-width: 200px;
  padding: 10px 5px;
  font-weight: 500;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  cursor: pointer;
  font-size: 16px;
  gap: 1px;
  height: 100%;
  text-transform: uppercase;
}

.placebet-btn button#playBtn {
  background-color: #30a81f;
  border: 1px solid #a0d183;
}

.placebet-btn button#cashoutBtn {
  background-color: #d17206;
  border: 1px solid #ebb77e;
}

.placebet-btn button .text {
  font-weight: 600;
  font-size: 18px;
}

.select__amount__btns {
  width: 100%;
  display: grid;
  margin: auto;
  gap: 0.25rem;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.select__amount__btns button {
  width: 100%;
  background-color: #13131a;
  color: var(--primary-color);
  border-radius: 36px;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
}

.toogle_autoplay__btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.toogle_autoplay {
  background-color: #13131a;
  padding: 5px 7px;
  border-radius: 30px;
}

.toogle_autoplay .btn {
  padding: 5px 40px;
  border: none;
  background-color: transparent;
  color: #777878;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 30px;
  text-transform: capitalize;
}

/* Active button style */
.toogle_autoplay .btn.active {
  background-color: #1f1e25;
  color: var(--primary-color);
}

/* switch button style */
.switch__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  gap: 20px;
}

.switch__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.switch-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.switch {
  position: relative;
  width: 31px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-color: #13131a;
  border-radius: 34px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  background-color: #5c5c67;
  border-radius: 50%;
  transition: 0.4s;
}

/* When checked */
input:checked + .slider {
  background-color: #ccc;
}

input:checked + .slider::before {
  transform: translateX(12px);
}

#autoMultiplier {
  width: 61px;
  background-color: #13131a;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  color: #5c5c67;
}

#autoMultiplier input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 600;
  color: #fff;
}

/* Pop Up Overlay */

body.noscroll {
  overflow: hidden; /* lock body scroll */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.overlay.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.resultspopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 768px;
  text-align: center;
  padding: 10px;
}

.resultspopup.show {
  opacity: 1;
}

.results_module{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  width: 100%;
  font-size: 13px;
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 10px;
}

.module__header{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  background-color: #26262e;
  padding: 13px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
}

.results__round__multiply__and__time{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.results__round__multiply__and__time .results__round{
  font-weight: 700;
  color: var(--primary-color);
  text-align: left;
  font-size: 14px;
}

.results__round{
  overflow-x: scroll;
}

.results__multiply{
  padding: 5px 10px;
  color: #BD59BD;
  background-color: #13131A;
  border-radius: 30px;
}

button#closeResultsPopup{
  font-size: 16px;
  color: var(--secondary-color);
}

.module__footer{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  background-color: #26262e;
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
}

.module__content{
  background-color: #1C1C24;
  width: 100%;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.result__with__icon__and__text{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 10px;
}

.result__text{
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  line-height: 110%;
  font-size: 14px;
}

.result__text .heading_text{
  font-weight: 900;
  color: var(--primary-color);
  text-transform: capitalize;
}

.result__with__icon__and__text img{
  width: 50px;
}

.result__number{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  background-color: #13131A;
  padding: 10px 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  overflow-x: scroll;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}


.player__seed{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  background-color: #13131A;
  padding: 5px 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  overflow-x: scroll;
  align-items: center;
  text-transform: capitalize;
  font-size: 14px;
}

.player__number{
  font-weight: 800;
  color: var(--primary-color);
}

.player__seed__heading{
  font-weight: 600;
  text-transform: capitalize;
}

.player__seeds__wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.player__avator{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player__seed__type{
  text-transform: uppercase;
}

/* --------------------------------------------------@media screen-------------------------------------------------- */

@media screen and (max-width: 1280px) {
  #mainContent .container__wrapper {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #gameContainer {
      width: 100%;
  }

  .comments{
    display: block;
  }

  .panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    color: #fff;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%); /* Hidden off-screen */
    transition: transform 0.4s ease;
    display: none;
}

/* Show + slide in */
.panel.active {
    display: block;
    transform: translateX(0);
}

.account-details {
    padding: 5px;
}

.chat-container .card-header .close-btn {
  display: block;
}
}

@media screen and (max-width: 1024px) {
  #mainContent .container__wrapper {
      display: grid;
      flex-direction: column;
      text-align: center;
  }
  #gameContainer {
      grid-column: 4 span / 4 span;
      order: 1;
  }
  #mybets {
      grid-column: 2 span / 2 span;
      width: 100%;
      order: 2;
      height: 100vh;
  }
  #sideBar {
      grid-column: 2 span / 2 span;
      display: block;
      order: 3;
  }

  .comments{
    display: none;
  }

  .panel{
    transform: translateX(0);
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #mybets {
      grid-column: 4 span / 4 span;
  }

  #sideBar {
      grid-column: 4 span / 4 span;
      z-index: 1000;
      height: 100vh;
  }

  .sidebar__content {
      height: 100vh;
      border-radius: 0;
      border-top: 0;
  }

  .chat-container .card-header .close-btn {
      display: block;
  }
  .panel{
    transform: translateX(-100%);
    position: fixed;
  }

  .comments{
    display: block;
  }
  .chat-container .card-header{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  :root {
      --header-height: 3em;
  }
  .stake__wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .stake-input .quantity button {
      font-size: 21px;
  }

  .stake-input .quantity {
      padding: 2px 10px;
  }

  .stake_input_wrapper {
      gap: 2px;
  }

  .stake-input .input-box {
      padding: 0.15rem;
  }

  .toogle_autoplay {
      padding: 2px 5px;
  }

  .toogle_autoplay .btn {
      padding: 5px 40px;
      height: 27px;
      line-height: 1;
  }

  .stake__controller {
      padding: 5px 5px;
      border-radius: 10px;
  }

  .switch__wrapper {
      padding-top: 5px;
  }

  .add-container .text {
      max-width: 85%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      white-space: normal;
      font-size: 11px;
  }

  .select__amount__btns {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.15rem;
  }

  #mainContent {
      padding: 2px;
  }

  #mainContent .container__wrapper {
      padding: 5px;
      border-radius: 8px;
  }

  .game__content__wrap {
      padding: 5px;
      border-radius: 8px;
  }

  .scroll-container {
      height: 24px;
      padding: 4px 10px;
  }

  .add-container a {
      padding: 5px 10px;
      gap: 5px;
  }

  .container__wrapper {
      padding: 5px 10px;
  }

  .access__account {
      gap: 5px;
      padding: 5px 5px;
      justify-content: flex-end;
  }

  .placebet-btn button {
      border-radius: 8px;
  }
}

@media screen and (max-width: 496px) {
  .games-elements {
      max-height: 75%;
  }

  .game__canvas {
      height: 30vh;
      border-radius: 10px;
  }

  canvas {
      height: 100%;
  }

  .chat-container {
      height: 96vh;
  }

  .chat-container .card-body {
      height: 90vh;
  }

  .chat-container .card-header {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

}


@media screen and (max-width: 386px) {
  .chat-container {
    height: 90vh;
  }

  .results__round{
    max-width: 100px;
  }
  .header{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  
  .logo{
    grid-column: 2 span / 2 span;
  }

  .logo {
    max-width: 100%;
  }

  .access__account{
    grid-column: 3 span / 3 span;
  }

  
}


@media screen and (max-width: 360px) {
  .results__round{
    max-width: 80px;
  }

  .account__balance {
    font-size: 14px;
  }

  .chat__icon {
    font-size: 20px;
  }

  .account-details{
    gap: 5px;
    padding: 5px;
  }

  
}


@media screen and (max-width: 340px) {
  .account__balance {
    font-size: 12px;
  }

  .chat__icon {
    font-size: 16px;
}
}



