/* Para o Firefox */
* {
  font-family: Inter, sans-serif;
  scrollbar-color: transparent transparent !important;
  scrollbar-width: 0.5px;
  /* scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important; */
}

body {
  font-size: 14px;
  overflow: auto;
  background: #101011;
}

html {
  background: black;
  font-family: url("../fonts/aviator-bold.ttf") format("truetype");
}

@media (min-width: 576px) {
  html {
    background: black;
    font-family: url("../fonts/aviator-bold.ttf") format("truetype");
  }
}

/* @font-face {
  font-family: "ALK Sanet";
  src: url("../fonts/ALKSanet.woff2") format("woff2"),
    url("../fonts/ALKSanet.woff") format("woff"),
    url("../fonts/ALKSanet.ttf") format("truetype"),
    url("../fonts/ALKSanet.svg#ALKSanet") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Rubik";
  src: url("../fonts/apicar.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-disxlay: swap;
}

.font-sansserif {
  font-family: Inter, sans-serif;
}

.chat-nickname {
  margin-right: 6px;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  line-height: normal;
  box-sizing: border-box;
  user-select: text;
  word-break: break-word;
  margin-top: 3px;
  color: #b1b7bd;
}

.chat-header {
  background: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  z-index: 9999999;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  padding: 7px 13px;
  height: 38px;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  gap: 2px;
}

.online-ball {
  width: 6px;
  height: 6px;
  background: #28a909;
  border-radius: 50%;
  margin: 0 3px;
}

.chat-header-wrapper {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #fff;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  position: absolute !important;
  left: 50%;
  transform: translate(-50%);
  font-size: 14px;
}

.message-block {
}

.chat-message {
  font-weight: 400;
  text-align: left;

  text-rendering: optimizeLegibility;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
  font-size: 13px;
  line-height: normal;
  user-select: text;
  word-break: break-word;
  color: #b1b7bd;
  padding: 2px 10px 5px 4px;
  box-sizing: border-box;
}

.scroll-restyle .scroll-y:hover {
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
}

.chat-input-area {
  position: relative;
  margin: 0 auto;
  background: black;
  border-top: 1px solid #2a2b2e;
  display: flex;
  flex-direction: "column";
  height: "fit-content";
  min-height: 67px;
  max-height: 67px;
}

#chatText {
  margin: 7px 0 0 12px;
  border: 0;
  resize: none;
  width: 100%;
  display: block;
  height: 34px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  background: unset;
  position: relative;
  overflow: hidden;
}

#send-message {
  opacity: 0.3;
  outline: none !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  background-size: contain;
  height: 16px;
  padding: 0;
  width: 11px;
  cursor: pointer;
}

.chat-smile {
  width: 14px;
  height: 14px;
  cursor: "pointer";
}

.chat-gif {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #747474;
  font-size: 13px;
  box-sizing: border-box;
  cursor: pointer;
  width: 25px;
  height: 14px;
  margin-left: 5px;
  background: none;
}

.chat-limit {
  font-weight: 400;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #747474;
  font-size: 13px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 5px;
  cursor: auto;
  line-height: 1;
}

.chat-tools {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 5px;
  left: 14px;
  color: #747474;
  display: flex;
  align-items: flex-end;
  font-size: 13px;
}

#chat-area {
  scrollbar-color: transparent transparent !important;
  /* scroll-behavior: smooth; */
  height: calc(100% - 67px);
  overflow: auto;
  padding: 0.5rem;
  color: white;
  font-size: large;
}

.chat-bar {
  max-height: 100vh !important;
  position: relative;
  height: calc(100% + 38px);
  margin-top: -38px;
  width: 280px !important;
  min-width: 280 !important;
  max-width: 280px !important;
  background: black;
}

.secondary-font {
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: "ALK Sanet"; */
}

.btn-danger {
  border: solid 1px #ff7171;
  background-color: #cb011a;
  box-shadow: inset 0 1px 1px #ffffff80;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.custm-btn-2 {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
}

.fixed-bottom-btn {
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 10px 100px;
  background: url(../images/play_desktop_bg.svg) no-repeat rgb(209, 46, 64);
  box-shadow: rgb(230 63 109 / 30%) 0px 10px 20px;
  border-radius: 15px 15px 0px 0px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  height: 80px;
  background-size: 190%;
  background-position: top center;
}

.fixed-bottom-btn:hover {
  color: #fff;
}

.md-btn {
  min-width: 200px;
}

.green-btn {
  background-image: linear-gradient(0deg, #87bc17, #88c504);
  box-shadow: 0 10px 30px rgb(135 187 24 / 40%);
}

.green-btn:hover {
  background-image: linear-gradient(0deg, #92c91d 0, #9ada0f);
  box-shadow: 0 20px 30px rgb(135 187 24 / 40%);
  color: #fff;
}

.orange-btn {
  background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
  box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

.orange-btn:hover {
  background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
  box-shadow: 0 20px 30px rgb(250 65 0 / 40%);
  color: #fff;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.custom-badge {
  font-weight: 700 !important;
  background-color: #00000080;
  padding: 2px 6px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 24px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.bg1 {
  background: black;
  /* background: #6b07d2; */
  /* color: #6b07d2; */
  color: rgb(145, 62, 248);
  /* color: #d7c3eb; */
}

.bg2 {
  background: black;
  /* background: #900087; */
  /* color: #900087; */
  color: rgb(192, 23, 180);
  /* color: #e9c2e7; */
}

.bg3 {
  background: black;
  /* background: #005d91; */
  /* color: #afd9ed; */
  color: rgb(52, 180, 255);
  /* color: #005d91; */
}

a,
a:hover {
  color: #83878e;
  text-decoration: none;
}

.lh-13 {
  line-height: 13px;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-40 {
  font-size: 40px;
}

.f-30 {
  font-size: 30px;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 48;
}

.bg-color1 {
  background: #2c2d30;
}

.header-top {
  display: flex;
  height: 60px;
  justify-content: space-between;
  background-image: linear-gradient(
    0deg,
    rgba(16, 16, 17) 0,
    var(--color-second-blue) 73%,
    var(--color-second-blue) 98%
  );
  background-color: #101011;
  border-bottom: 1px solid #2a2b2e;
  box-shadow: 0 6px 10px #00000080;
  align-items: center;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-bottom {
  width: calc(100% - 280px);
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 38px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  justify-content: space-between;
  background-color: #1b1c1d;
  box-shadow: 0 6px 10px #00000080;
}

.header-left {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  justify-content: space-evenly;
}

.question {
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  user-select: none;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
  text-shadow: none;
  color: #5f3816;
  box-sizing: border-box;
  vertical-align: middle !important;
  display: inline-block !important;
  background: url(../images/question-gray.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-image: url(../images/question-brown.svg);
}

#how-to-play-text {
  font-family: inherit;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  user-select: none;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
  text-shadow: none;
  color: #5f3816;
  box-sizing: border-box;
  vertical-align: middle !important;
  display: inline-block !important;
}

@media (max-width: 795px) {
  .question-how {
    display: inline-block !important;
  }
}

.question-how {
  display: none;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url("../images/question-gray.10476c54b3bdaed7.svg") no-repeat
    center center;
}

.how-to-play-mobile {
  display: none;
  text-shadow: none;
  cursor: pointer;
  margin-left: 2px;
  border-radius: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.how-to-play-btn {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
  scrollbar-width: thin;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: none !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
  box-shadow: none !important;
  padding: 0 !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  border-radius: 20px;
  cursor: pointer;
  text-shadow: none;
  margin-left: 20px;
  color: #5f3816;
  background-color: #e69308;
  display: block;
}

.modal-dialog {
  margin: auto;
}

.chat-x-close {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-family: inherit;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #97a4ae;
  text-shadow: 0 1px 0 #97a4ae;
  cursor: pointer;
  box-sizing: border-box;
}

.chat-button-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #97a4ae;
  text-shadow: 0 1px 0 #97a4ae;
  cursor: pointer;
}

.container-message-wrapper {
  padding-right: 0px !important;
  color: #fff;
  box-sizing: border-box;
  height: fit-content;
  width: 100%;
  max-width: 360px;
  margin: 0;
  position: relative;
  padding-top: 10px;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  overflow-x: hidden;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.message-wrapper {
  font-size: 13px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  /* padding: 0 10px 0 8px; */
  align-items: flex-start;
  border-radius: 8px;
  line-height: normal;
}

.avatar-block {
  box-sizing: border-box;
  text-align: center;
}

.msg-block {
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2px 10px 5px 4px;
}

.msg-data {
  box-sizing: border-box;
}

.text-canSelect {
  user-select: text;
  word-break: break-word;
  margin-top: 3px;
  color: #b1b7bd;
}

.name-wrapper {
  user-select: text;
  word-break: break-word;
  color: #b1b7bd;
  box-sizing: border-box;
  margin-right: 6px;
  align-items: center;
}

.name-canSelect {
  text-rendering: optimizeLegibility;
  font-size: 13px;
  line-height: normal;
  word-break: break-word;
  box-sizing: border-box;
  user-select: text;
  color: #ffffff80;
  cursor: pointer;
}

.likes-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 32px;
}

.spribe-footer {
  margin-left: -5px;
  width: calc(100% + 15px);
  display: flex;
  min-height: 25px;
  max-height: 25px;
}

.footer-sp {
  max-height: 25px;
  min-height: 25px;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #000;
  border: 1px solid #2a2b2e;
  font-size: 11px;
  color: #5e6269;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.provably-fair-block {
  display: flex;
  height: 16px;
}

.provably-fair {
  user-select: none;
  font-size: 11px;
  color: #5e6269;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.i-share {
  margin-left: 5px !important;
  background: url("../images/share.e0096e2d85d728ea.svg") no-repeat center
    center/contain;
  width: 16px;
  height: 14px;
  cursor: pointer;
}

.amt {
  font-size: 14px !important;
  color: #ffffff80 !important;
  font-weight: 400;
  user-select: none;
}

.bet-amt {
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left !important;
  font-family: Inter, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  user-select: none !important;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
  font-size: 14px !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

.rotateimage {
  position: absolute;
  z-index: 1;
}

.amount-my-bet {
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 42%;
  padding-right: 10px;
  opacity: 1;
}

.i-fair {
  user-select: none;
  font-size: 11px;
  color: #5e6269;
  cursor: pointer;
  box-sizing: border-box;
  background: url("../images/icon-provabyfair.652dcfd9d89241e2.svg") no-repeat
    center center/contain;
  width: 14px;
  height: 16px;
  margin: 0 4px 0 6px;
}

.text-provably-fair {
  font-weight: 400;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 12px;
  color: #bbbfc5;
  line-height: 1px;
}

.btn-block {
  width: 100%;
  margin-top: 4px;
  height: 12px;
  display: flex;
  justify-content: center;
  color: #767b85;
}

.i-logo {
  background: url("../images/logo.eba496b407593c0e.svg") no-repeat center center /
    contain;
  width: 34px;
  height: 14px;
  margin-left: 4px;
  cursor: pointer;
}

.logo-black {
  display: flex;
  height: 14px;
}

.btn-like {
  user-select: none;
  font-size: 13px;
  line-height: normal;
  color: #767b85;
  box-sizing: border-box;
  height: 100%;
  width: 12px;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
  background-image: var(--urlImgLike);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  --urlImgLike: url("../images/like.bce1e56708107e40.svg");
  --urlImgLikeH: url("../images/like-h.c93fa2bd77581a8c.svg");
}

.h-26 {
  height: 26px;
}

.logo {
  margin-left: 10px;
  width: 84px;
}

.logo1 {
  width: 175px;
}

.login-btn,
.register-btn,
.deposite-btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  height: 42px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  font-size: 18px;
  box-shadow: none !important;
}

.register-btn {
  background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
  box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

.login-btn {
  background-image: linear-gradient(0deg, #428cdc 0, #509aea 97%, #509aea);
}

.deposite-btn {
  color: #000000;
  background: #ffba00;
  /*box-shadow: 0 11px 27px rgb(255 186 0 / 43%);*/
}

.header-right {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  display: flex !important;
  height: 26px;
}

.wallet-balance {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
  scrollbar-width: thin;
  overflow: hidden;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  box-sizing: border-box;
  font-weight: 800 !important;
  font-size: 16px;
  color: #28a909;
}

.wallet-currency {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  color: #9b9c9e !important;
  font-size: 12px !important;
}

.wallet-balance span {
  color: #28a909;
  font-size: 16px;
  font-weight: 600;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.menu-icon {
  color: #9b9c9e;
  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 48;
}

.caret-none {
  height: 26px;
  width: 40px;
  border-radius: 20px;
}

.caret-none.dropdown-toggle::after {
  display: none;
}

.profile-dropdown {
  min-width: 270px;
  background: #2c2d30;
}

.profile-head {
  padding: 1rem 1rem;
  background: #383a3e;
}

.avtar-ico {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.chat-avtar {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  border-radius: 50%;
}

.profile-name {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
}

.change-avatar-btn {
  padding: 5px 7px;
  border-radius: 6px;
}

.change-avatar-btn:hover {
  background: #2c2d30;
}

.profile-dropdown li {
  border-top: solid 1px rgba(255, 255, 255, 0.07);
}

.profile-dropdown li.divider {
  height: 3px;
  background: #383a3e;
}

.profile-dropdown li a {
  padding: 0.5rem 0.5rem;
  display: flex;
  color: #cdcdcd;
  font-weight: 500;
  align-items: center;
}

.profile-dropdown li a .ico {
  color: #7c7c7c;
  font-size: 24px;
  width: 24px;
  margin-right: 5px;
}

.profile-dropdown li:hover,
.profile-dropdown li a:hover,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background: #191b1d;
}

.profile-dropdown li.profile-head:hover {
  background: #383a3e;
}

.profile-dropdown li.divider:hover {
  background: #383a3e;
}

.form-switch.lg-switch .form-check-input {
  width: 35px;
  height: 18px;
}

.lg-switch .form-check-input:focus {
  box-shadow: none;
}

.lg-switch .form-check-input {
  background-position: left center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.lg-switch .form-check-input:checked {
  background-color: #229607;
  border-color: #229607;
}

.lg-switch .form-check-input {
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.main-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #101011;
}

@media (max-width: 767px) {
  .logo1 {
    width: 100px;
  }
  .login-btn,
  .register-btn,
  .deposite-btn {
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
  }
  .caret-none {
    width: auto;
  }

  .chat-bar {
    max-height: 100vh !important;
    z-index: 9999999;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    background: black;
  }
}

@media (max-width: 767px) {
}

footer {
  background: #101011;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: inline-block;
  width: 100%;
}

.footer-bottom,
.footer-top {
  justify-content: space-between;
  display: flex;
  margin: 20px;
  flex-wrap: wrap;
}

.footer-logo img {
  max-width: 266px;
  width: 75%;
}

.footer-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 auto;
}

.footer-column_center,
.footer-column_left {
  flex-grow: 1;
}

.darkblue-bg {
  background-color: #09437f;
  padding: 0 30px;
  height: 45px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon_monocolor {
  width: 20px;
  fill: #1183d3;
  transition: 0.3s ease;
  cursor: pointer;
}

.footer-icon_monocolor:hover {
  fill: #428cdc;
}

.footer-icon_monocolor svg {
  fill: inherit;
  width: 100%;
  stroke-width: inherit;
  height: 100%;
}

.social-icons .footer-icon_monocolor {
  height: 28px;
  min-width: 36px;
}

.age_limit {
  border: 2px solid #09437f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  color: #1183d3;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.ftr-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ftr-nav a {
  margin-right: 30px;
  color: #1183d3;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-middle .footer-top {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.footer-highlight {
  padding: 10px;
  background-color: #04386e;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}

.providers-icons {
  flex: 1 1 auto;
}

.providers .footer-icon {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  height: 27px;
}

.providers .footer-icon svg {
  fill: inherit;
  width: 100%;
  stroke-width: inherit;
  height: 100%;
}

.footer-bottom .footer-column {
  align-items: flex-start;
}

.antillephone {
  max-width: 206px;
}

.footer__antillephone-license {
  width: 30px;
  height: 50px;
}

.antialis-inner {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 60px;
  min-width: 50px;
}

.ftr-txt {
  color: #36699e;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  min-width: 140px;
}

.footer-sponsors-list {
  margin: 0;
  border-radius: 0;
}

.footer-sponsors-list {
  margin: 0;
  border-radius: 0;
}

.footer-highlight {
  padding: 10px;
  background-color: #04386e;
}

.games {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.games .footer-icon {
  height: 56px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 11.11111%;
  margin: 5px;
}

.games .footer-icon.fifa {
  max-width: 79px;
}

.games .footer-icon.nhl {
  max-width: 40px;
}

.games .footer-icon.wta {
  max-width: 57px;
}

.games .footer-icon.fiba {
  max-width: 61px;
}

.games .footer-icon.atp {
  max-width: 49px;
}

.games .footer-icon.uefa {
  max-width: 71px;
}

.games .footer-icon.iihf {
  max-width: 99px;
}

.games .footer-icon.nba {
  max-width: 68px;
}

.games svg {
  fill: #628eb9;
  width: 100%;
  stroke-width: inherit;
  height: 100%;
}

@media (max-width: 575px) {
  .footer-icon_monocolor {
    margin-left: 10px !important;
  }
  .social-icons .footer-icon_monocolor {
    height: 18px;
    min-width: 22px;
    display: flex;
    align-items: center;
    margin-left: 5px !important;
  }
  .ftr-nav a {
    font-size: 10px;
    margin: 0 15px 10px;
  }
}

@media (max-width: 991px) {
  .providers .footer-icon {
    height: 12px;
    width: auto;
    flex-basis: auto;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .darkblue-bg {
    padding: 0 10px;
  }
}

.main-container {
  display: flex;
  height: calc(100vh - 38px);
}

.left-sidebar {
  min-width: 410px !important;
  max-width: 410px !important;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.right-sidebar {
  display: flex;
  width: calc(100% - 410px) !important;
}

.tabs-navs,
.tabs-navs1 {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
}

.spacer {
  height: 2px;
  background-color: #141516;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.loading-full {
  position: absolute;
  z-index: 9999999;
  background: black;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.loading-conn-text {
  color: white;
  font-size: 15px;
}

.tabs-navs .nav-item button,
.tabs-navs1 .nav-item button {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: none !important;
  cursor: pointer;
  height: 100%;
  position: relative;
  text-align: center;
  background: none;
  border: none;
  color: #9ea0a3;
  padding: 0;
  width: 100px;
}

.nav-pills {
  flex-wrap: nowrap;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  box-sizing: border-box;
  height: 100%;
  background: #141516;
  border-radius: 10px;
  border: solid 1px #141516;
  position: relative;
  overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

.my-bets-list {
  height: 100% !important;
  overflow-y: scroll !important;
  margin: 0 5px;
}

.bet-item {
  display: flex !important;
  align-items: center !important;
  height: 34px;
  margin-top: 2px;
  border-radius: 8px;
  background-color: #101112;
  border: solid 1px #101112;
  font-size: 14px;
  color: #fff;
}

.my-bet-date {
  min-width: 50px;
  max-width: 50px;
  font-size: 12px;
  color: #bbbfc5;
  line-height: 1;
  padding-left: 5px !important;
}

.my-bet-flex {
  margin-right: 25px;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.multiplier-block {
  display: flex !important;
  align-items: center !important;
  font-size: 12px;
}

.bubble-multiplier {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  font-weight: 700 !important;
  background-color: #00000080;
  padding: 2px 11px;
  border-radius: 11px;
  color: rgb(145, 62, 248);
}

.amount-block-bet {
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 42%;
  padding-right: 10px;
  opacity: 0.5;
}

.my-icons-bet {
  display: flex !important;
  align-items: center !important;
  padding-right: 5px !important;
  /* min-width: 40px;
  max-width: 40px; */
}

.cash-out {
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  flex: 1;
  padding: 0 10px;
  text-align: right;
  white-space: nowrap;
}

.my-bets-bet-col {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.my-bets-bet-amount-wrapper {
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 42%;
  padding-right: 10px;
  opacity: 0.5;
}

.my-bets-bet-multiplier-wrapper {
  color: #fff;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  font-size: 12px;
}
.my-bets-bet-multiplier-bubble {
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  font-size: 12px;
  box-sizing: border-box;
  font-weight: 700 !important;
  background-color: #00000080;
  padding: 2px 11px;
  border-radius: 11px;
  color: rgb(52, 180, 255);
}

.bet-header-my {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  text-rendering: optimizeLegibility;
  user-select: none;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  display: flex !important;
  width: 100% !important;
}

.bet-col {
  font-weight: 400;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  min-width: 42%;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

.tabs-navs .active-line,
.tabs-navs1 .active-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  /* width: 50%; */
  /* mehul */
  height: 22px;
  border-radius: 10px;
  background: rgb(44, 45, 48);
  transition: all ease-in-out 0.5s;
}

.tabs-navs .nav-item:nth-child(1).active ~ .active-line,
.tabs-navs1 .nav-item:nth-child(1).active ~ .active-line {
  left: 0%;
}

.tabs-navs .nav-item:nth-child(2).active ~ .active-line,
.tabs-navs1 .nav-item:nth-child(2).active ~ .active-line {
  left: 33.333%;
  /* left: 50%; */
  /* mehul */
}

.tabs-navs .nav-item:nth-child(3).active ~ .active-line,
.tabs-navs1 .nav-item:nth-child(3).active ~ .active-line {
  left: 66.666%;
}

.contents-blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #1b1c1d;
  border-radius: 10px 10px 0 0;
  /* background-image: url(../images/grey-texture-bg.png); */
  /* border-radius: 20px 20px 0 0; */
  /* border: 1px solid #2a2b2e; */
  border-bottom: 0;
  min-height: 0;
  color: #7b7b7b;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0px;
}

.bets-count {
  color: #fff;
}

.previous-history {
  font-weight: 400;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  line-height: 1.2;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 20px;
  font-size: 12px;
  padding: 0 8px 0 3px;
  white-space: nowrap;
  color: #9ea0a3;
  border-radius: 17px;
  border: solid 1px #414148;
  background-color: #252528;
  cursor: pointer;
}

.previous-history.selected {
  border: solid 1px #e90000;
  background-color: #600;
}

.previous-history.selected .history-icos,
.previous-history .close-icos {
  display: none;
}

.previous-history.selected .close-icos {
  display: block;
}

.ml-1 {
  margin-left: 5px !important;
}

#history-icos {
  line-height: 1.2;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  color: #767b85;
  width: 17px;
  height: 16px;
  background: url("../images/history.a8377d083674a681.svg") no-repeat center
    center/contain;
}

#history-icos-2 {
  line-height: 1.2;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  color: #767b85;
  width: 17px;
  height: 16px;
}

.rotation-180 {
  transform: rotate(180deg);
}

.active-red-color {
  color: red !important;
}

.i-hist-2 {
  color: #9da1ad;
  width: 14px;
  height: 13px;
  margin-right: 5px;
}

.i-hist {
  color: #767b85;
  width: 14px;
  height: 13px;
  background: url("../images/history.a8377d083674a681.svg") no-repeat center
    center / contain;
  margin-right: 5px;
}

#hist-wrapper:hover #history-icos {
  color: red;
}

.history-arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.5s;
}

.dd-icon {
  width: 10px;
  height: 10px;
  transition: transform 0.5s;
  /* background: url("../images/dd.4cbd6ffb2c52a810.svg") no-repeat center center /
    contain; */
}

.hist-p {
  font-weight: 400;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  line-height: 1.2;
  font-size: 12px;
  white-space: nowrap;
  color: #9ea0a3;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 5px !important;
}

.user-header {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  width: 19%;
}
.bet-header {
  font-weight: 400;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  min-width: 35%;
  /* padding-right: 10px; */
  text-align: right;
  white-space: nowrap;
}

.x-header {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
}

.bets-amount {
  font-size: 14px;
  color: #bbbfc5;
  box-sizing: border-box;
}

.multiplier-header {
  font-weight: 400;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 11px;
  color: #7b7b7b;
  box-sizing: border-box;
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.list-header {
  margin-left: 5px;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  font-size: 11px;
  color: #7b7b7b;
  height: 20px;
}

.scrollbox {
  width: calc(100% + 5px) !important;
  max-height: calc(100vh - 161px);
  /* height: 840px; */
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
  scrollbar-width: thin;
  overflow: auto !important;
  visibility: hidden !important;
}

.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible !important;
}

.scroll-div4 {
  margin: 0 0px 5px 0px;
}

@media (min-height: 1054px) {
  .scroll-div4 {
    max-height: 100%;
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden;
    margin: 0 0 5px 0px;
    scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
    scrollbar-width: thin;
    overflow: hidden;
  }
}

.scroll-div4::-webkit-scrollbar-track {
  background: inherit !important;
  border-radius: 10px !important;
}

.scroll-div4::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.scroll-div4::-webkit-scrollbar-thumb {
  background-color: rgba(163, 180, 190, 0.1) !important;
  border-radius: 10px !important;
}

.scroll-div4::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) !important;
}

.scroll-div4::-webkit-scrollbar-corner {
  background-color: transparent !important;
}

.scroll-div4::-webkit-scrollbar {
  width: 6px !important;
}

.scroll-div4::-webkit-scrollbar {
  width: 6px !important;
}

.slimScrollDiv {
  height: auto !important;
}

.list-body {
  max-height: calc(100vh - 170px);
  /* max-height: calc(100vh - 100px); */
  height: 100% !important;
}

.list-body2 {
  max-height: calc(100vh - 120px);
  height: 100% !important;
}

.column-1 {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}

.column-2 {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: end;
  gap: 12px;
}

.column-2-50 {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}

.amount-center {
  padding-right: 5px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.legend-column {
  font-size: 11px !important;
  color: #7b7b7b !important;
  height: 20px !important;
}

.column-3,
.column-4 {
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

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

.flex-user {
  max-width: 73px;
  display: flex !important;
  align-items: center !important;
  gap: 2px;
}

.list-items {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 34px;
  margin-top: 2px;
  border-radius: 8px;
  background-color: #101112;
  border: solid 1px #101112;
}

.column-2 .btn {
  /* font-size: 13px; */
  color: #bbbfc5;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  width: fit-content;
  /* color: #fff !important; */
}

.list-items.active {
  border: solid 1px #427f00;
  background: #123405;
}

.list-second {
  padding: 5px;
}

.column-1.users,
.column-1.users1 {
  margin-left: 2px;
}

.column-1.users1 {
  min-width: 80px;
  width: 80px;
  align-items: center;
}

.column-1.users .avatar,
.column-1.users1 .avatar {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
}

.column-3.w-auto,
.column-4.w-auto {
  color: #6b6b6b;
}

.list-items.active .column-2 .btn {
  border: none;
}

.list-second {
  height: auto;
}

.custom-tabs .nav-tabs {
  border: none;
}

.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link {
  color: #fff;
  background: transparent;
}

.custom-tabs .nav-tabs .nav-link.active {
  border: 1px solid #fff;
}

.custom-tabs .nav-tabs .nav-link {
  /* user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  outline: none !important;
  height: 100%;
  position: relative;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  cursor: default;
  width: 100px; */
}

.tooltip-inner ul {
  list-style: none;
  padding: 0;
  min-width: 150px;
}

.tooltip-inner ul li {
  display: flex;
  justify-content: space-between;
}

.tooltip-inner ul li span {
  color: #b0bbc8;
  font-size: 12px;
  font-weight: normal;
}

.tooltip-inner ul li span span {
  color: #fff;
  font-size: 14px;
}

.tooltip.show {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

.fairness .material-symbols-outlined {
  color: #57b314;
}

.fairness:hover:after {
  content: attr(data-title);
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  min-width: 115px;
  padding: 0 5px;
  height: 28px;
  border-radius: 6px;
  background-color: #57b314;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 50%;
  color: #fff;
  font-weight: normal;
  transform: translate(-105%, -50%);
}

.bet-item-date {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  color: #9ea0a3;
  box-sizing: border-box;
  margin-left: 10px !important;
  min-width: 45%;
  max-width: 45%;
}

.date-times {
  color: #a6a9b1;
  font-size: 12px;
  font-weight: normal;
}

.bet-coef-item {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  color: #9ea0a3;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.text-purple {
  color: #900087;
}

.bet-item-coef-flex-center {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  height: 34px;
  margin-top: 2px;
  background-color: #101112;
  font-size: 12px;
  color: #9ea0a3;
}

.bet-item-coef-date {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  color: #9ea0a3;
  box-sizing: border-box;
  margin-left: 10px !important;
  min-width: 45%;
  max-width: 45%;
}

.bet-item-mult-container {
  position: relative;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  color: #9ea0a3;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

.history-top {
  z-index: 10;
  min-height: 22px;
  max-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-items-list {
  position: relative !important;
  overflow-y: scroll !important;
  margin: 0 0 0 5px;
  scrollbar-width: thin !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent !important;
}

.top-list-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.stats {
  height: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
  z-index: 1;
}

.stats .payouts-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 52px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.stats .payouts-wrapper .payouts-block {
  display: flex;
  align-items: center;
  transform: translateX(0);
}

.stats .payouts-wrapper .payouts-block .custom-badge {
  margin-right: 4px; /* Define o gap entre os badges */
  transition:
    margin-right 0.5s ease-in-out,
    opacity 0.5s ease-in-out,
    transform 0.8s ease-in-out;
  transform-origin: center;
}

.shadow-history {
  position: absolute;
  right: 56px;
  width: 65%;
  height: 22px;
  opacity: 0.7;
  background-image: linear-gradient(to left, #0d0d0d, rgba(0, 0, 0, 0.2));
  box-shadow: 0 0.5rem 1rem #00000026 !important;
  z-index: 3;
}

.stats .button-block {
  height: 100%;
  width: 52px;
}

.stats .button-block .button {
  margin-left: 6px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 22px;
  border-radius: 13px;
  border: solid 1px #414148;
  background: #252528;
  cursor: pointer;
}

.stats .button-block .button .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats .button-block .button .trigger .material-symbols-outlined {
  color: #fff;
  font-size: 16px;
  width: 14px;
  height: 13px;
  opacity: 0.5;
}

.stats .button-block .button .trigger .material-symbols-outlined.dd-icon {
  width: 10px;
  height: 10px;
  font-size: 18px;
  transition: transform 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.date {
  font-weight: 400;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  box-sizing: border-box;
  padding-left: 5px !important;
  min-width: 50px;
  max-width: 50px;
  font-size: 12px;
  color: #bbbfc5;
  line-height: 1;
}

.stats .payouts-wrapper .payouts-block .custom-badge {
  opacity: 0.5;
  font-weight: 700 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(1) {
  /* margin-right: 0px; */
  opacity: 1;
  z-index: 2;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(2) {
  opacity: 0.9 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(3),
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(4) {
  opacity: 0.8 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(5) {
  opacity: 0.75 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(6) {
  opacity: 0.7 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(7) {
  opacity: 0.65 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(8) {
  opacity: 0.6 !important;
}

.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(9) {
  opacity: 0.55 !important;
}

.history-dropdown {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  background: #1f2128;
  box-shadow: 0 2px 20px #00000080;
  border-radius: 16px;
  /* margin: 0 10px; */
  display: none;
  z-index: 10;
}

.history-dropdown .custom-badge {
  margin-bottom: 6px;
  margin-right: 6px;
}

.history-bg-payouts {
  scrollbar-color: transparent transparent !important;
  color: rgba(255, 255, 255, 1) !important;
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 16px;
  background: #1f2128;
}

.bg-lighter-payouts {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #262830;
}

.pa-5 {
  padding: 10px;
}

.histry-toggle {
  height: 100%;
  width: 52px;
}

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

.game-play {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: hidden;
  padding: 0 10px 10px;
  height: calc(100vh - 38px);
}

.button-block.show {
  margin-top: 7px;
}

.button-block.show .history-dropdown {
  display: block;
}

.button-block.show .material-symbols-outlined {
  color: red !important;
}

.button-block .material-symbols-outlined.dd-icon {
  font-size: 25px !important;
}

.dd-icon {
  color: #9da1ad;
}

.up-arrow.dd-icon {
  color: #9da1ad;
  display: none !important;
}

.button-block.show .up-arrow.dd-icon {
  color: #9da1ad;
  display: flex !important;
}

.button-block.show .down-arrow.dd-icon {
  display: none !important;
}

.stage-board {
  height: calc(100vh - 265px);
  /* height: 400px; */
  position: relative;
}

.stage-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #2a2b2e;
  overflow: hidden;
}

.bet-controls {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 10px;
}

.bet-controls .controls {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bet-control.double-bet:first-child {
  padding-right: 5px;
}

.bet-controls .bet-control {
  width: 100%;
  min-height: 150px;
  max-width: 750px;
  min-width: 310px;
  border-radius: 20px;
}

.bet-controls .bet-control .controls {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #1b1c1d;
  height: 100%;
  margin: 0 auto;
  border: solid 1px transparent;
}

/* ///TTT */
.controls .navigation {
  height: 24px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.navigation-switcher {
  height: 100%;
  background: #141516;
  border-radius: 10px;
  border: solid 1px #141516;
  position: relative;
}

.navigation-switcher .slider {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.navigation-switcher .active-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 24px;
  border-radius: 10px;
  background: rgb(44, 45, 48);
  transition: all ease-in-out 0.5s;
  z-index: 0;
}

.navigation-switcher .slider:nth-child(2).active ~ .active-line {
  left: 50%;
}

.r-20 {
  border-radius: 20px !important;
}

.bet-box-action {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  color: rgb(89 89 90);
}

.bet-box-action.add {
  color: #29a909;
}

.bg-blur-img {
  width: 100%; 
  height: 100%;
  /* top: 50%; */
  /* left: 50%; */
  /* position: relative; */
  /* transform: translate(-50%, -50%); */
}

.inc-color-blue {
  color: #34B4FF;
}

.inc-color-purple {
  color: #913EF8;
}

.inc-color-pink {
  color: #C017B4;
}

.bg-blur,
.second-blur {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: url('../images/blur.svg');
  background-position: center;
  background-repeat: no-repeat; */

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  z-index: 2;
  transition: color 0.5s ease;
}

@media (max-width: 991px) {
  .bg-blur {
    display: none;
    font-size: 16px;
  }

  .f-40 {
    font-size: 18px !important;
  }

  .waiting-text {
    font-size: 18px !important;
  }
}

.first-row.auto-game-feature {
  width: calc(100% - 20px);
  max-width: 390px;
  display: flex;
  justify-content: center;
  margin: 0 auto auto;
}

.bet-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
}

.spinner {
  height: 34px;
  font-size: 18px;
  /* font-size: 22px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.1s;
  border-radius: 22px;
  background-color: #000000;
  color: #fff;
  /* border: solid 1px #3c3c42; */
  font-weight: 700;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.spinner .input {
  display: flex;
  align-items: center;
  width: calc(100% - 35px);
  height: 100%;
}

.spinner .input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: inherit;
  padding: 0;
  font-weight: 600;
}

:focus-visible {
  outline: none;
}

.spinner .qty-buttons {
  display: inline-flex;
  align-items: center;
}

.spinner .qty-buttons button {
  margin: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  min-width: 18px;
  min-height: 18px;
  color: #000000;
  text-align: center;
  line-height: 18px;
  background: #747474;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner .qty-buttons button.plus {
  margin-left: 3px;
}

.increment-button {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  min-width: 18px;
  min-height: 18px;
  color: #000000b3;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  background-color: transparent;
  background-image: url("../images/plus-in-circle.3440127f08f179fd.svg");
}

.decrement-button {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  min-width: 18px;
  min-height: 18px;
  color: #000000b3;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  background-color: transparent;
  background-image: url("../images/minus-in-circle.de5c67298d5ab197.svg");
}

.spinner .qty-buttons button .material-symbols-outlined {
  font-size: 15px;
}

.spinner .qty-buttons button .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 48;
}

.btn-sm.bet-opt {
  font-size: 14px;
  width: 64px;
  height: 18px;
  margin-top: 4px;
  line-height: 1;
  padding: 0;
  border: none;
  /* border: 1px solid #36363c; */
  border-radius: 100px;
  background-color: #141516;
  /* background-color: #252528; */
  color: #83878e;
  text-align: center;
  box-shadow: none;
}

.btn-sm.bet-opt:hover {
  box-shadow: none;
  background-color: #36363c;
}

.controls .first-row .buttons-block {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  box-sizing: border-box;
  width: calc(100% - 145px);
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.height-70 {
  height: 70%;
}

.controls .first-row .buttons-block button {
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.buttons-block .btn.btn-success {
  border: solid 1px #b2f2a3;
  background-color: #28a909;
  box-shadow: inset 0 1px 1px #ffffff80;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
/* .buttons-block .btn.btn-success {
  border: 0;
  background-color: #28a909;
 box-shadow: 0 10px 15px -10px #28a909, inset 0 1px 1px #ffffff80;
  box-shadow: inset 0 1px 1px #ffffff80;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  border-radius: 20px;
} */

.buttons-block .btn.btn-warning {
  /* mehul */
  border: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  border-radius: 20px;
}

.controls .second-row {
  display: none;
  width: 100%;
  max-width: 390px;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  color: #9ea0a3;
}

.controls .second-row.show {
  display: flex;
}

.controls .second-row .auto-bet-wrapper .auto-bet .auto-play-btn {
  height: 22px;
  width: 100px;
  padding: 0;
}

.auto-play-btn {
  border: 1px solid #36363c;
  border-radius: 100px;
  background-color: #252528;
  color: #83878e;
  text-align: center;
  box-shadow: none;
  text-transform: uppercase;
}

.auto-play-btn:hover {
  box-shadow: none;
  background-color: #36363c;
}

.controls .second-row .cashout-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5px;
}

.controls .second-row .auto-bet-wrapper {
  margin-left: 5px;
}

.input-switch.off {
  border: 1px solid rgba(255, 255, 255, 0.51);
  background: none;
  justify-content: flex-start;
}

.input-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0 2px;
  justify-content: flex-end;
  width: 36px;
  height: 18px;
  border-radius: 9px;
  border: solid 1px #60ae05;
  background-color: #229607;
}

.input-switch span.oval {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  box-shadow: inset 0 0 7px #00000029;
  background-color: #fff;
  border: solid 2px #a3b98a;
  border-radius: 50%;
}

.controls .second-row .auto-bet-wrapper .auto-bet label {
  margin: 0 5px 0 0;
  display: block;
}

.controls .second-row .auto-bet-wrapper .auto-bet {
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
}

.super-input {
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2;
}

.controls .second-row .cashout-block .cash-out-switcher {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.controls .second-row .cashout-block .cash-out-switcher label {
  font-size: 12px;
  margin: 0 5px 0 0;
  text-align: center;
}

.controls .second-row .cashout-block .cash-out-switcher .form-switch {
  padding: 0;
}

.controls .second-row .cashout-block .cash-out-switcher .form-check-input {
  width: 35px;
  height: 18px;
  margin-right: 0px;
  margin-left: 0;
}

.auto-withdraw {
  color: #9ea0a3;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px 2px 0;
  display: block;
}

.plus-auto-bet {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  box-shadow: inset 0 1px 1px #ffffff80;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  background: #427f00 url("../images/plus.165877be2653aaf8.svg") no-repeat
    center center;
}

.controls .second-row .cashout-block .cashout-spinner-wrapper {
  color: #9ea0a3;
  margin-left: 5px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.1s;
  border-radius: 22px;
  background-color: #000000b3;
  font-weight: 700;
  font-size: inherit;
  line-height: 1;
}

.cashout-spinner-2 {
  height: 30px;
  width: 80px;
}

.buttons {
  display: inline-flex;
  align-items: center;
}

.controls .second-row .cashout-block .cashout-spinner-wrapper .cashout-spinner {
  height: 30px;
  width: 80px;
  display: flex;
  font-size: 16px;
}

.spinner.small {
  padding-right: 5px;
}

.spinner .input.full-width {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 10px);
}

.f-input-bold {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  outline: none !important;
  font-weight: 700 !important;
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  letter-spacing: -0.1em;
  text-align: inherit;
  padding: 0;
  opacity: 0.5;
}

.full-opacity {
  opacity: 1;
}


.spinner .input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: inherit;
  padding: 0;
}

.spinner .input input:disabled {
  opacity: 0.5;
}

.spinner .text.text-x {
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  padding: 0;
  font-size: 16px;
}

.spinner .text.text-x {
  font-size: 16px;
}

.spinner .text.text-x .material-symbols-outlined {
  font-size: 16px;
}

.spinner .text.text-x .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 48;
}

.btn-tooltip {
  font-size: 14px;
  color: #ffffffb3;
  text-align: center;
}

.btn.btn-danger {
  border-radius: 5px;
}

@media (max-width: 1399px) {
  .right-sidebar {
    width: calc(100% - 370px) !important;
  }
  .tabs-navs .nav-item button,
  .tabs-navs1 .nav-item button {
    width: 90px;
  }
}

@media (min-width: 320px) {
  .right-sidebar {
    display: flex;
  }
}

@media (max-width: 991px) {
  .right-sidebar {
    width: 100% !important;
    order: 1;
  }
  body {
    overflow-y: auto;
  }
  .main-container {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    flex-wrap: wrap;
  }
  body {
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .bet-control.double-bet:first-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .bet-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 5px !important;
  }
  .m-font-0 {
    font-size: 0 !important;
  }
  button.m-font-0 {
    padding: 0 !important;
    width: 26px;
    justify-content: center;
  }

  .game-play {
    padding: 0 6px 6px !important;
  }

  button.m-font-0 .material-symbols-outlined {
    margin: 0 !important;
  }
}

@media (max-width: 629px) {
  .bet-control.double-bet:first-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .bet-controls {
    flex-direction: column;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    gap: 5px;
    padding-top: 5px !important;
  }
  .m-font-0 {
    font-size: 0 !important;
  }
  button.m-font-0 {
    padding: 0 !important;
    width: 26px;
    justify-content: center;
  }

  .game-play {
    padding: 0 5px 5px !important;
  }

  button.m-font-0 .material-symbols-outlined {
    margin: 0 !important;
  }
}

.mCSB_inside > .mCSB_container {
  margin: 0;
}

.chat-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 14px;
  left: 0;
  top: 38px;
  z-index: 999;
  color: #0f0f11;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0.5;
}

.modal-header {
  padding: 10px;
  background: #2c2d30;
  color: #fff;
  border: none;
}

.modal-header .modal-title {
  font-size: 16px;
}

.modal-content {
  background: #383a3e;
}

.modal-body {
  color: #ffffff;
}

.item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.item-wrapper .rounded-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #000000;
  background: #2c2d30;
  margin: 0 auto;
}

.item-wrapper .rounded-block .main-row {
  height: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}

.item-wrapper .rounded-block .main-row .green-circle {
  border-radius: 50%;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(to bottom, #78a013, #428a12);
  cursor: default;
  flex-shrink: 0;
}

.item-wrapper .cash-block .cash-block__text {
  margin-left: 17px;
}

.modal-content .free-bets-header {
  margin: 12px auto 0;
  padding: 0 10px;
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
}

.modal-content .free-bets-header .archive-btn {
  display: flex;
  margin-left: auto;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  color: #b8b8b7;
}

.modal-content .content__none {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.modal-content .content__none .free-bet-image {
  width: 64px;
  height: 64px;
}

.modal-body iframe {
  width: 100% !important;
}

.steps-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.steps-container .step {
  flex: 0 0 240px;
}

.steps-container h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
}

.steps-container .step .step-text {
  margin-top: 10px;
  background: url(../images/01-bet.svg) no-repeat top left;
  background-size: 36px 36px;
  padding-left: 40px;
  min-height: 36px;
  font-weight: 700;
}

.steps-container .step .step-text span {
  color: red;
}

.steps-container .step .step-bg-img {
  width: 240px;
  height: 140px;
  border-radius: 20px;
  border: 1px solid #4e4e4e;
}

.list-ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}

.list-ul li:before {
  background: url(../images/red-arrow.svg);
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 13px;
  background-size: 8px;
  background-repeat: no-repeat;
}

.modal-body .column-1 {
  width: 20%;
}

.modal-body .column-5 {
  width: 8%;
}

.btn.btn-warning {
  background-color: #e69308;
  box-shadow: 0 10px 15px -10px #d07206;
  border-color: #e69308;
  color: #5f3816;
}

.play-rules.step {
  display: flex;
  color: #5f3816;
  margin-top: 15px;
}

.play-rules.step .bullet {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/01-bet.svg) no-repeat right;
  background-size: 40px 40px;
  min-width: 65px;
  max-width: 65px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.limit-rules .list-group-item {
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #b0bbc8;
}

.list-group-item:first-child {
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.limit-rules .list-group-item span.badge.badge-success {
  border-radius: 12px;
  background-color: #229607;
  font-size: 12px;
}

.l-modal .modal-dialog {
  max-width: 300px;
}

.login-header {
  justify-content: flex-start;
  padding: 15px;
  background: #fff;
  color: #000;
}

.modal-header.login-header .modal-title {
  font-size: 15px;
  font-weight: 600;
}

.login-header .material-symbols-outlined {
  margin-right: 10px;
  color: #9ea7b2;
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
}

/*.login-form {

    margin: 10px;

}*/

.login-controls {
  background-image: linear-gradient(0deg, #fff 0, #fff 74%, #e8ecf1);
  position: relative;
  border-width: 2px;
  border-style: solid;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  border-color: #dde4ec;
  margin-bottom: 10px;
}

.login-controls.input-focus {
  border-color: #09519e;
}

.login-controls label {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  width: 100%;
}

.login-controls label span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login-controls label .input-ico {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  margin-right: 3px;
  flex: 0 0 auto;
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
  color: #9ea7b2;
  font-size: 20px;
}

.login-controls.input-focus label .input-ico {
  color: #09519e;
}

.login-controls label input {
  color: #000;
  font-size: 14px;
  flex: 1 1 auto;
  width: 0;
  font-weight: 500;
  padding: 4px 6px;
  min-height: 32px;
  align-self: stretch;
  text-decoration: none;
  text-indent: 22px;
  direction: ltr;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: none;
}

.login-controls label input::placeholder {
  color: #cbd4df;
}

.login-controls .form-control:focus {
  box-shadow: none;
  background: transparent;
}

.l-modal .modal-content {
  background: #fff;
  border-radius: 15px;
}

.checkforlogin {
  color: #094b95;
  font-weight: 500;
}

.link-text {
  color: #094b95;
  font-weight: 500;
}

.link-text:hover {
  color: #1183d3;
}

.md-switch .form-check-input {
  width: 28px;
  height: 18px;
}

.md-switch .form-check-input:checked,
.md-switch .form-check-input:focus {
  box-shadow: none;
}

.md-switch .form-check-input:checked {
  background-color: #084b94;
  border-color: #084b94;
}

.login-footer {
  background: #e8ecf1;
  padding: 1rem;
}

.darkblue-txt {
  color: #084b94;
}

.text-indent-0 {
  text-indent: 0 !important;
}

@media (max-width: 575px) {
  .login-header {
    flex-direction: column;
  }
  .login-header .modal-title {
    margin-top: 10px;
  }
}

.register-modal-popup .modal-dialog {
  max-width: 780px;
}

/*.register-modal-popup .modal-content{

    overflow:auto;

}*/

.register-modal-popup .modal-content,
.register-modal-popup .login-header {
  background: #003265;
  color: #fff;
}

.pa-40 {
  padding: 40px;
}

.register-title {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.close-absolute {
  position: absolute;
  right: 15px;
  top: 15px;
}

.close-absolute .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
  color: #458ad7;
}

.register-tabs .nav-tabs {
  border: none;
}

.register-tabs .nav-tabs li {
  width: 25%;
}

.register-tabs .nav-tabs li button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 20px 0px;
}

.register-tabs .nav-tabs li button .material-symbols-outlined {
  margin-right: 5px;
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
  color: #458ad7;
}

.material-symbols-outlined.bold-icon {
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
}

.register-tabs .nav-link {
  border: none;
  color: #fff;
}

.register-tabs .nav-link.active,
.register-tabs .nav-link:hover {
  background: #022449;
  background-image: linear-gradient(#003265, #022449);
  border: none;
  color: #f8ce00;
}

.register-tabs .nav-link.active .material-symbols-outlined {
  color: #fff;
}

.register-tabs .tab-content {
  background: #012348;
  padding: 30px;
}

.register-form .input-group {
  border: 2px solid #113b70;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.register-form .input-group.promocode input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #458ad7;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.register-form .input-group .input-group-text {
  background: no-repeat;
  border: none;
  color: #fff;
}

.register-form .input-group.promocode .input-group-text {
  background: no-repeat;
  border: none;
}

.check-btn,
.check-btn:hover {
  color: #458ad7;
  font-weight: 600;
  font-size: 14px;
}

#total_bets {
  font-weight: 400;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}
#total_bets_prev {
  display: none;
  font-weight: 400;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}

.all-bets-block {
  font-weight: 400;
  text-align: left;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-bottom: 5px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  font-size: 14px;
  line-height: 1.2;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  font-weight: 600;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: #012348;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 180px;
  overflow: auto;
  margin-top: 2px;
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 10px;
  font-weight: 600;
}

.options li:hover {
  background-color: #458ad7;
  color: white;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
}

.CheckButton-icon {
  width: 1em;
  height: 1em;
  fill: #fff;
  flex: 0 0 auto;
}

.CheckButton-icon svg {
  fill: inherit;
  width: 100%;
  stroke-width: inherit;
  height: 100%;
}

.checks-bg {
  background: #003265;
  padding: 10px;
}

.checks-bg .pretty {
  white-space: normal;
}

.checks-bg .pretty .state label:before {
  border-color: #5e9fe6;
  border-width: 2px;
  top: 0;
}

.checks-bg .pretty.p-svg .state .svg,
.checks-bg .pretty .state label:after,
.checks-bg .pretty .state label:before {
  width: 20px;
  height: 20px;
  top: 0px;
}

.checks-bg .pretty .state label {
  text-indent: 0;
  color: #5e9fe6;
  font-weight: 600;
  line-height: 14px;
  padding-left: 30px;
  line-height: 20px;
}

.checks-bg .pretty .state label a {
  color: #fff;
}

.modal-ico {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.dice-ico {
  top: -30px;
  right: 70px;
  width: 50px;
  height: 65px;
  background-image: url(../images/dice.png);
}

.chip-ico {
  top: 120px;
  left: -50px;
  width: 90px;
  height: 85px;
  background-image: url(../images/chips.png);
  z-index: 9;
}

.ychip-ico {
  top: 40px;
  right: -50px;
  width: 80px;
  height: 75px;
  background-image: url(../images/coin.png);
  z-index: 9;
}

.ball-ico {
  top: -90px;
  left: -60px;
  width: 120px;
  height: 125px;
  background-image: url(../images/football.png);
  z-index: 9;
}

@media (max-width: 991px) {
  .register-tabs .nav-tabs li button {
    flex-direction: column;
  }
  .ychip-ico {
    top: 40px;
    right: -20px;
    width: 50px;
    height: 55px;
  }
  .chip-ico {
    top: 40px;
    left: -21px;
    width: 60px;
    height: 55px;
  }
  .dice-ico {
    top: -25px;
    right: 48px;
    width: 30px;
    height: 45px;
  }
  .ball-ico {
    top: -30px;
    left: 30px;
    width: 50px;
    height: 65px;
  }
}

@media (max-width: 991px) {
  .register-modal-popup .modal-dialog {
    max-width: 85%;
  }
  .pretty .state label:after,
  .pretty .state label:before {
    top: 0;
  }
}

@media (max-width: 640px) {
  .register-tabs .nav-tabs {
    justify-content: space-between;
  }
  .register-tabs .nav-tabs li button {
    font-size: 9px;
    padding: 10px 7px;
  }
  .register-tabs .nav-tabs li button .material-symbols-outlined {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .register-tabs .nav-tabs li {
    display: flex;
    width: auto;
  }
  .register-tabs .tab-content {
    padding: 15px 10px;
  }
  .input-group-text span {
    font-size: 16px;
  }
  .checks-bg .pretty .state label {
    font-size: 12px;
  }
  .checks-bg .pretty.p-svg .state .svg,
  .checks-bg .pretty .state label:after,
  .checks-bg .pretty .state label:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}

@media (max-width: 460px) {
  .register-tabs .nav-tabs li button {
    font-size: 9px;
    padding: 10px 3px;
  }
}

.OneClickCredentialsModal {
  background-color: #448ede;
  display: flex;
  justify-content: center;
  margin: 0 10px 10px;
  padding: 20px;
}

.userCredentials {
  flex-basis: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
}

.userCredentials:first-of-type {
  border-right: 2px solid #559be6;
}

.credentialsText {
  color: #afd5ff;
  font-size: 16px;
}

.credentialsText span {
  color: #fff;
}

.bg-darkblue {
  background: #012348;
}

.cc-picker-code-list {
  z-index: 9999 !important;
}

.cc-picker {
  padding: 0 10px;
}

.cc-picker-code-select-enabled::after {
  border-top: 5px solid #ffffff;
}

.phone-field::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #458ad7;
}

.cc-picker-code {
  width: 25px;
}

.lig-txt {
  color: rgb(109, 163, 222);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .OneClickCredentialsModal {
    display: inline-block;
    width: 100%;
  }
  .userCredentials:first-of-type {
    border: none;
    margin-bottom: 10px;
  }
  .userCredentials {
    justify-content: flex-start;
  }
  .modal-content .login-btn {
    height: 45px;
  }
  .mob-p-1 {
    padding: 1rem;
  }
  .fixed-bottom-btn {
    width: 90%;
    bottom: 5px;
    border-radius: 10px;
    background: url(../images/button-bg-img.png) no-repeat rgb(209, 46, 64);
    background-size: contain;
    background-position: top right;
    height: 65px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .register-title {
    font-size: 20px;
  }
  .OneClickCredentialsModal {
    padding: 10px;
  }
  .credentialsText {
    font-size: 14px;
  }
}

/*---Deposite CSS---*/

.deposite-container {
  margin-top: 60px;
}

.pay-tabs {
  color: #fff;
}

.pay-tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.custom-tabs-link {
  padding: 10px;
  margin: 0 10px;
  position: relative;
  color: #fff;
}

.custom-tabs-link.active,
.custom-tabs-link:hover {
  color: #ffba00;
}

.custom-tabs-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  z-index: 1;
  background: #ffba00;
}

.dark-bg-main {
  background: #012348;
}

.grid-view {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  grid-gap: 20px;
  align-items: flex-start;
  justify-content: start;
  padding: 0 0 20px 0;
  background: var(--color-main-white);
  border-radius: 0 0 15px 15px;
  position: relative;
}

.payment-btn {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  background: #dde4ec;
  border-radius: 15px;
  border: 3px solid #e8ecf1;
  margin-bottom: 0;
}

.payment-btn.active {
  filter: drop-shadow(0 5px 20px rgba(251, 93, 2, 0.25));
  border: 3px solid #ffba00;
  transition: all 0.2s linear;
  background: #fff;
}

.payment-btn img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.PaymentCard_limit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #6b7d8e;
}

.deposite-box .d-box {
  padding: 15px 10px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 20px;
}

.deposite-box {
  display: none;
  width: 100%;
  position: relative;
}

.deposite-box.show {
  display: block;
}

.limit-txt {
  color: #6b7d8e;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.limit-txt span {
  padding-left: 4px;
  color: #09519e;
}

.Input_currency {
  position: absolute;
  right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #cbd4df;
  pointer-events: none;
  font-style: normal;
}

.text-i10 {
  text-indent: 10px !important;
}

.h42 {
  height: 42px;
}

.amount-tooltips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 40px;
}

.amount-tooltips-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin: 8px 5px 0;
  padding: 7px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #cbd4df;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #09519e;
}

.amount-tooltips-btn:hover,
.amount-tooltips-btn.active {
  color: #fff;
  background-color: #09519e;
}

.deposite-blc {
  font-size: 14px;
  font-weight: 600;
  color: #6b7d8e;
  margin-top: 10px;
}

.dopsite-vlue {
  color: #fb5e01;
  font-size: 18px;
  margin-top: 5px;
}

.orange-shadow {
  filter: drop-shadow(0 10px 20px rgba(251, 93, 2, 0.2));
}

@media (max-width: 767px) {
  .grid-list .register-btn {
    height: 42px;
  }
}

.faq-box {
  height: 45px;
  padding: 10px;
  background: #fff;
  color: #09519e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .payment-btn img {
    max-width: 70%;
  }
  .payment-btn {
    height: 150px;
  }
}

.bg-main {
  background: #dde4ec;
}

.sub-header {
  background-image: linear-gradient(0deg, #0a519e 50%, #101011 98%);
  background-color: #0a519e;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-header h2 {
  color: #fff;
  font-size: 20px;
}

.EmptyProfileWarning {
  margin-bottom: 20px;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.EmptyProfileWarning_icon {
  width: 40px;
  height: 40px;
  fill: #9ea7b2;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

.Icon_icon {
  fill: inherit;
  width: 100%;
  stroke-width: inherit;
  height: 100%;
}

.EmptyProfileWarning_header {
  font-weight: 500;
  line-height: 30px;
  font-size: 23px;
  text-transform: uppercase;
  color: #202020;
}

.EmptyProfileWarning_text {
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #202020;
  text-align: center;
}

.EmptyProfileWarning_link {
  color: #09519e;
  text-decoration: none;
}

.EmptyProfileWarning_btn {
  max-width: 340px;
  width: 100%;
  padding: 0 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #fa4d00;
  background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
  box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

.pay-static-form {
  display: none;
}

.form-back {
  cursor: pointer;
}

.form-back span {
  color: #1183d3;
}

.white-box {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  font-weight: 500;
}

.barcode-img {
  width: 250px;
  margin: 0 auto 10px;
}

.white-box .link-text {
  color: #1183d3;
}

.blues-box {
  padding: 15px;
  border-radius: 15px;
  background: rgba(0, 49, 102, 0.7);
  font-weight: 500;
}

.option-2 {
  flex-direction: column;
  height: auto;
  padding: 20px 0;
  color: #60a6f1;
  font-weight: 500;
}

.accordian-header {
  color: #fff;
  background: #101011;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}

.accordian-header h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.accordian-header button span {
  color: #1183d3 !important;
  transform: rotateZ(-180deg);
}

.accordian-body {
  background: #fff;
}

.acc-row {
  width: 100%;
  padding: 15px 20px;
}

.acc-row:nth-child(2n) {
  background-color: #e8ecf1;
}

.row-controls {
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.row-controls .left {
  display: flex;
  align-items: center;
  width: 52%;
  margin-right: 2px;
}

.row-controls .right {
  justify-content: flex-end;
  width: 48%;
  display: flex;
  align-items: center;
}

.lh-18 {
  line-height: 18px;
}

.profile-row {
  display: flex;
}

.Profile_column {
  flex-direction: column;
  width: 100%;
}

.Profile_divide {
  min-width: 20px;
}

.left em {
  color: red;
  padding-left: 1px;
}

.transparent-select {
  background: none;
  border: none;
  min-height: 32px;
  padding: 0 10px;
}

.select-caret select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.m-modal .modal-dialog {
  max-width: 360px;
}

.w-480 .modal-dialog {
  max-width: 480px;
}

.absolute-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.yellow-btn {
  background-image: linear-gradient(0deg, #fa9400 0, #fab600);
  box-shadow: 0 10px 30px rgb(250 148 0 / 40%);
  min-width: auto;
  font-size: 18px !important;
}

.yellow-btn:hover {
  background-image: linear-gradient(0deg, #ffa017 0, #ffc93a);
  box-shadow: 0 20px 30px rgb(250 148 0 / 40%);
  color: #fff;
}

/*.picker-2 .cc-picker {

    padding-right:0;

}*/

.picker-2 .cc-picker-code {
  color: #000;
}

.picker-2 .cc-picker-code-select-enabled::after {
  border-top: 5px solid #000;
}

.picker-2 input {
  border: none;
  background: none;
}

.picker-2 input::placeholder {
  color: #ccc;
}

.accordian-header .material-symbols-outlined {
  display: none;
}

@media (max-width: 991px) {
  .profile-row {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .accordian-header .material-symbols-outlined {
    display: block;
  }
}

.custom-accordian.active .accordian-body {
  display: none;
}

.custom-accordian.active .accordian-header button span {
  transform: rotateZ(0deg);
}

.stage-board {
  border-radius: 20px;
  border: 1px solid #2a2b2e;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.game-wrapper {
  /*display: flex;

    align-items: center;

    justify-content: center;*/
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
  align-items: flex-end;
  justify-content: flex-start;
}

.game-wrapper.show {
  display: flex;
}

.crash-game {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.crash-game__stroke {
  stroke-width: 6;
  stroke: #f00b3e;
  stroke-linejoin: round;
  filter: blur(0.1);
  fill: none;
}

.crash-game__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 4.375em);
  height: 27.8125em;
}

.crash-game__pin {
  position: absolute;
  top: -67px;
  left: 120px;
  /*top: -80px;

    left: 39px;*/
  z-index: 1;
  width: 10em;
  height: 6em;
  pointer-events: none;
  will-change: transform, bottom, left;
}

@keyframes mymove {
  from {
    bottom: 0;
    left: 0;
  }
  to {
    bottom: 61%;
    left: 80%;
  }
}

.animation-plane .crash-game__pin {
  background: url(../images/plane-0.svg) no-repeat;
}

.animation-plane1 .crash-game__pin {
  background: url(../images/plane-1.svg) no-repeat;
}

.animation-plane2 .crash-game__pin {
  background: url(../images/plane-2.svg) no-repeat;
}

.animation-plane3 .crash-game__pin {
  background: url(../images/plane-3.svg) no-repeat;
}

@-webkit-keyframes steps-sprite {
  to {
    background-position-x: 100%;
  }
}

@keyframes steps-sprite {
  to {
    background-position-x: 100%;
  }
}

#path400 {
  stroke: red;
  stroke-width: 5;
  fill: none;
}

#path309 {
  width: 0;
  overflow: hidden;
}

#heart {
  fill-opacity: 0.6;
}

.graphs {
  position: absolute;
  bottom: -5px;
  left: 0px;
}

.game-wrapper svg {
  /*width: 90em;

    height: 30.625em;*/
  /*width: 100%;

   

    margin-top:auto;

    position:absolute;

    left:0;

    bottom:0;*/
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.axis-y {
  height: 95%;
  width: 1px;
  background: #2a2b2e;
  position: absolute;
  left: 21px;
  top: -2px;
  display: block;
}

.axis-x {
  height: 1px;
  width: 100%;
  background: #2a2b2e;
  position: absolute;
  left: 20px;
  bottom: 19px;
  display: block;
}

.crash-game__coordinate {
  text-anchor: middle;
  fill: #fff;
}

.blue-circle {
  fill: #1197d6;
}

.x-axis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/x-axis.png);
  background-position: 0px 0px;
}

.y-axis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/y-axis.png);
  background-position: 0px 0px;
}

.x-axis-animation {
  position: absolute;
  height: 8px;
  width: 100%;
  overflow: hidden;
  bottom: 3px;
  left: 20px;
}

.y-axis-animation {
  position: absolute;
  height: 100%;
  width: 8px;
  overflow: hidden;
  left: 7px;
  bottom: 20px;
}

#open-chat,
#burg {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  height: 100% !important;
  width: 19px;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
}

.open-chat-wrapper,
.burg-wrapper {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;

  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  height: 100% !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  border-left: 1px solid #464648;
}

.animations-x {
  animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;
  -o-animation: animatedBackground 10s linear infinite;
}

.animations-y {
  animation: animatedBackgroundY 10s linear infinite;
  -moz-animation: animatedBackgroundY 10s linear infinite;
  -webkit-animation: animatedBackgroundY 10s linear infinite;
  -ms-animation: animatedBackgroundY 10s linear infinite;
  -o-animation: animatedBackgroundY 10s linear infinite;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@keyframes animatedBackgroundY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 300px;
  }
}

@-moz-keyframes animatedBackgroundY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 300px;
  }
}

@-webkit-keyframes animatedBackgroundY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 300px;
  }
}

@-ms-keyframes animatedBackgroundY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 300px;
  }
}

@-o-keyframes animatedBackgroundY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 300px;
  }
}

.rotateimage {
  position: absolute;
  z-index: 0;
}

.rotateimage.rotatebg {
  z-index: 0;
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}

@media (max-width: 1024px) {
  .rotateimage {
    top: -450px;
    left: -860px;
    width: 240%;
  }
  .crash-game__pin {
    background-size: 100% !important;
  }
}

@media (max-width: 991px) {
  .crash-game__pin {
    background-size: 90% !important;
  }
}

@media (max-width: 640px) {
  .rotateimage {
    top: -340px;
    left: -720px;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 680px) {
  .graphs {
    bottom: 1px;
    left: 6px;
  }
}

.loading-center-partner {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .logo {
    margin-left: 5px !important;
    width: 72px;
  }

  .controls .second-row {
    margin: 0 !important;
  }

  .modal-inner {
    padding: 6px !important;
    margin: 0px !important;
  }

  .stage-board {
    height: calc(40vh - 38px) !important;
  }
  .graphs {
    bottom: 4px;
    left: 8px;
  }
  .crash-game__pin {
    width: 106px;
    height: 60px;
  }

  .h-176 {
    height: 176px !important;
    max-height: 176px !important;
  }

  /* ///TTT */
  .bet-control {
    min-height: 150px !important;
    max-height: 170px !important;
    /* height: 150px !important; */
  }

  #extra_bet_section {
    padding-left: 0px !important;
  }

  .loading-game .center-loading {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .left-sidebar {
    height: 80vh !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
  }

  .scrollbox {
    height: 100%;
    scrollbar-color: rgba(87, 96, 102, 0.5) #2c2d31 !important;
    scrollbar-width: initial !important;
  }

  .scrollbox-content {
    margin: 0 5px;
    transform: translateZ(0);
    will-change: scroll-position;
    display: block;
    position: relative;
    overflow: auto !important;
    scrollbar-color: rgba(87, 96, 102, 0.5) #2c2d31 !important;
    scrollbar-width: initial !important;
  }
}

#extra_bet_section {
  padding-left: 5px;
}

@media (max-width: 420px) {
  .graphs {
    bottom: 9px;
    left: 13px;
  }
}

@media (max-width: 520px) {
  .graphs {
    bottom: 6px;
    left: 10px;
  }
}

@media (max-width: 420px) {
  #planes {
    transform: scale(0.45);
  }
  /*.stage-board {

        height: 150px;

    }*/
}

@media (max-width: 400px) {
  .graphs {
    bottom: 9px;
    left: 13px;
  }
}

.letter-2 {
  letter-spacing: 2px;
}

/*14-10-2022 New CSS Added*/

.loading-game-v2 {
  display: none;
  z-index: 2;
}

.loading-game-v2.show {
  display: block;
}

.loading-game {
  display: none;
  z-index: 2;
}

.loading-game.show {
  display: block;
}

.loading-game .center-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-loading svg {
  transform: rotate(0deg);
  animation: loading-spinner 2s linear infinite !important;
  -webkit-animation: loading-spinner 2s linear infinite !important;
  transform-origin: center;
}

@-webkit-keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.line-loader {
  margin: auto;
  width: 190px;
  height: 5px;
  background: #262830;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 611px) {
  .loading-center-partner  svg{
    width: 140px;
    height: 70px;
  } 

  .line-loader {
    margin-top: 4px;
    margin-bottom: 8px;
  }
}

.fill-line {
  width: 100%;
  height: 7px;
  background: #e50539;
  animation: line-fill 10s linear;
}

@keyframes line-fill {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@media (min-width: 991px) and (max-width: 1422px) {
  .bottom-left-plane {
    bottom: 23px !important;
    left: 10px !important;
  }

  .plane-static {
    width: 100px !important;
    height: 48px !important;
  }
}

@media (max-width: 991px) {
  .bottom-left-plane {
    bottom: 23px !important;
    left: 10px !important;
  }

  .plane-static {
    width: 100px !important;
    height: 48px !important;
  }
}

.bottom-left-plane {
  z-index: 1000;
  position: absolute;
  /* bottom: 29px;
  left: 29px; */
  bottom: 23px !important;
  left: 10px !important;
}

.plane-static {
  width: 150px;
  height: 71px;
}

@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#avtr-loading {
  width: 120px;
  height: 120px;
}

@media (max-height: 500px) {
  #avtr-loading {
    width: 65px !important;
    height: 65px !important;
  }
}

@media (max-height: 700px) {
  #avtr-loading {
    width: 65px !important;
    height: 65px !important;
  }

  .waiting-text {
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  #avtr-loading {
    width: 70px;
    height: 70px;
  }

  .waiting-text {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  .waiting-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .waiting-text {
    font-size: 18px !important;
  }
  .center-loading svg {
    width: 180px;
    height: 80px;
  }
  .plane-static {
    width: 100px;
  }
  .how-to-play-btn {
    display: none;
  }
  .how-to-play-mobile {
    display: inline-block;
  }
}
@media (min-width: 991px) {
  .how-to-play-mobile {
    display: none;
  }
}

@media (max-width: 480px) {
  .loading-game .center-loading {
    margin-top: -30px;
  }
}

canvas {
  z-index: 2;
  background-color: transparent;
}

.flew_away_section {
  font-size: 36px;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.waiting-text {
  white-space: nowrap;
  font-size: 30px;
  letter-spacing: 1px;
}

#auto_increment_number_div #auto_increment_number {
  line-height: 80px;
  z-index: 9;
  letter-spacing: 0px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .custom-badge {
    font-size: 12px;
    line-height: 18px;
    height: 20px;
    padding: 0 7px;
  }
}

@media (max-width: 991px) {
  .verify-control {
    flex-direction: column;
  }
  .verify-control .left,
  .verify-control .right {
    width: 100%;
  }
  .verify-control .right {
    margin-top: 10px;
  }
}

.verify-btn {
  background-color: #e8ecf1;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.verify-btn .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 600,
    "GRAD" 0,
    "opsz" 48;
}

@media (max-width: 640px) {
  .custom-badge {
    font-size: 11px;
    line-height: 20px;
    height: 18px;
    padding: 0 10px;
  }
}

@media (max-width: 640px) {
  .list-body {
    height: 430px !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.disabled-bets {
  opacity: 0.3;
  pointer-events: none;
}

.dullEffect {
  animation: blink 1s linear infinite;
}

.collection-page {
  margin-top: 60px;
  width: 100%;
  display: inline-block;
  color: #fff;
}

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

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #666 !important;
  border-radius: 10px;
  margin: 0 5px;
}

.owl-dots .owl-dot.active {
  background: #428cdc !important;
}

.game-list-boxs {
  border-radius: 10px;
  background-color: #09519e;
  overflow: hidden;
  transition: all 0.15s;
}

.game-list-boxs p {
  color: #87bcf5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.game-list-boxs:hover {
  transform: scale(1.05, 1.045) translateZ(0);
  box-shadow: 0 12px 28px rgb(12 95 184 / 30%);
}

.demo-btns {
  /* display: flex; */
  align-items: center;
  /* position: absolute; */
  bottom: -20px;
  /*left: 50%;*/
  right: 10px;
  background: #fa4d00;
  height: 35px;
  border-radius: 35px;
  color: #fff;
  border: 1px solid transparent;
  /* transform: translateX(-50%);*/
  box-shadow: 0 11px 27px rgb(250 65 0 / 63%);
  background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
  font-size: 18px;
  padding-top: 3px;
}

.demo-btns:hover {
  color: #fff;
  /* border: 1px solid #fff;

    background: transparent;*/
}

.demo-btns .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}

.title-bg1 {
  background-color: #101011;
  background-image: linear-gradient(0deg, #101011 0, #101011 20%, #101011);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 8px;
}

.title-bg1 h2 {
  font-size: 20px;
  text-shadow:
    0 0 12px #448ede,
    0 0 12px #448ede,
    0 0 12px rgb(68 142 222 / 40%),
    0 0 12px rgb(68 142 222 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.title-bg1 .material-symbols-outlined {
  text-shadow: none;
  color: #449eff;
}

.swal-icon--error {
  border-color: #f27474;
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
.swal-icon--error__x-mark {
  position: relative;
  display: block;
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
.swal-icon--error__line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal-icon--error__line--left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal-icon--error__line--right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal-icon--warning {
  border-color: #f8bb86;
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
.swal-icon--warning__body {
  width: 5px;
  height: 47px;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: #f8bb86;
}
.swal-icon--warning__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -4px;
  bottom: -11px;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
.swal-icon--success {
  border-color: #a5dc86;
}
.swal-icon--success:after,
.swal-icon--success:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal-icon--success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal-icon--success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
.swal-icon--success__ring {
  width: 80px;
  height: 80px;
  border: 4px solid hsla(98, 55%, 69%, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal-icon--success__hide-corners {
  width: 5px;
  height: 90px;
  background-color: #fff;
  padding: 1px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal-icon--success__line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal-icon--success__line--tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.swal-icon--success__line--long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.swal-icon--info {
  border-color: #c9dae1;
}
.swal-icon--info:before {
  width: 5px;
  height: 29px;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}
.swal-icon--info:after,
.swal-icon--info:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #c9dae1;
}
.swal-icon--info:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}
.swal-icon {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  margin: 20px auto;
}
.swal-icon:first-child {
  margin-top: 32px;
}
.swal-icon--custom {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
.swal-icon img {
  max-width: 100%;
  max-height: 100%;
}
.swal-title {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
.swal-title:first-child {
  margin-top: 26px;
}
.swal-title:not(:first-child) {
  padding-bottom: 0;
}
.swal-title:not(:last-child) {
  margin-bottom: 13px;
}
.swal-text {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.swal-text:first-child {
  margin-top: 45px;
}
.swal-text:last-child {
  margin-bottom: 45px;
}
.swal-footer {
  text-align: right;
  padding-top: 13px;
  margin-top: 13px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
}
.swal-button {
  background-color: #7cd1f9;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
.swal-button:not([disabled]):hover {
  background-color: #78cbf2;
}
.swal-button:active {
  background-color: #70bce0;
}
.swal-button:focus {
  outline: none;
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px rgba(43, 114, 165, 0.29);
}
.swal-button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.swal-button::-moz-focus-inner {
  border: 0;
}
.swal-button--cancel {
  color: #555;
  background-color: #efefef;
}
.swal-button--cancel:not([disabled]):hover {
  background-color: #e8e8e8;
}
.swal-button--cancel:active {
  background-color: #d7d7d7;
}
.swal-button--cancel:focus {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px rgba(116, 136, 150, 0.29);
}
.swal-button--danger {
  background-color: #e64942;
}
.swal-button--danger:not([disabled]):hover {
  background-color: #df4740;
}
.swal-button--danger:active {
  background-color: #cf423b;
}
.swal-button--danger:focus {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px rgba(165, 43, 43, 0.29);
}
.swal-content {
  padding: 0 20px;
  margin-top: 20px;
  font-size: medium;
}
.swal-content:last-child {
  margin-bottom: 20px;
}
.swal-content__input,
.swal-content__textarea {
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 13px;
  border-radius: 2px;
  transition: border-color 0.2s;
}
.swal-content__input:focus,
.swal-content__textarea:focus {
  outline: none;
  border-color: #6db8ff;
}
.swal-content__textarea {
  resize: vertical;
}
.swal-button--loading {
  color: transparent;
}
.swal-button--loading ~ .swal-button__loader {
  opacity: 1;
}
.swal-button__loader {
  position: absolute;
  height: auto;
  width: 43px;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.swal-button__loader div {
  display: inline-block;
  float: none;
  vertical-align: baseline;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  margin: 2px;
  opacity: 0.4;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.9);
  transition: background 0.2s;
  -webkit-animation: swal-loading-anim 1s infinite;
  animation: swal-loading-anim 1s infinite;
}
.swal-button__loader div:nth-child(3n + 2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.swal-button__loader div:nth-child(3n + 3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes swal-loading-anim {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes swal-loading-anim {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.swal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.swal-overlay:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.swal-overlay--show-modal {
  opacity: 1;
  pointer-events: auto;
}
.swal-overlay--show-modal .swal-modal {
  opacity: 1;
  pointer-events: auto;
  box-sizing: border-box;
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
  will-change: transform;
}
.swal-modal {
  width: 478px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10001;
  transition:
    opacity 0.2s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.2s;
  transition:
    transform 0.3s,
    opacity 0.2s,
    -webkit-transform 0.3s;
}
@media (max-width: 500px) {
  .swal-modal {
    width: calc(100% - 20px);
  }
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

label.error {
  color: #fa0000;

  font-size: 14px;

  font-weight: 500;
}

#success_msg {
  color: #6b7d8e !important;

  text-align: center !important;

  font-size: 14px !important;

  font-weight: 500 !important;
}

.okbtn {
  min-width: auto;

  font-size: 18px !important;
}

.tab_title {
  padding: 10px;
}

.tab-content > .active {
  display: contents;
}

.avatar_img {
  padding: 10px;
}

#image_div {
  text-align: -webkit-center;
}

.side_logo {
  width: 60px;
}

.balance_btn {
  background-color: #003364;
}

#invite_link_btn {
  color: #003364;

  background-color: #fff;
}

.copy_owner_details:hover {
  color: #0c5396;
}

.blink_section {
  opacity: 0.5 !important;
}

.stage-board {
  background-color: #000;
}

body {
  -webkit-touch-callout: none;

  /* iOS Safari */

  -webkit-user-select: none;

  /* Safari */

  -khtml-user-select: none;

  /* Konqueror HTML */

  -moz-user-select: none;

  /* Old versions of Firefox */

  -ms-user-select: none;

  /* Internet Explorer/Edge */

  user-select: none;

  /* Non-prefixed version, currently

  supported by Chrome, Edge, Opera and Firefox */
}

/* toastr START */

.custom-toaster {
  position: fixed;

  top: 50px;

  transform: translateX(-50%);

  left: 50%;

  z-index: 99999;
}

.cashout-toaster1,
.cashout-toaster2 {
  opacity: 0;
  display: none;
}

.error-toaster1 {
  height: 55px;

  border-radius: 55px;

  min-width: 300px;

  background-color: #b3021b;

  border-color: #b3021b;

  display: flex;

  align-items: center;

  transition: all 0.4s;

  padding: 0 0 0 15px;

  text-align: center;

  font-size: 12px;

  margin-bottom: 10px;

  opacity: 0;

  margin-bottom: -55px;

  visibility: hidden;
}

.error-toaster1.show {
  margin: 0;

  opacity: 1;

  visibility: visible;
}

.error-toaster2 {
  height: 55px;

  border-radius: 55px;

  min-width: 300px;

  background-color: #b3021b;

  border-color: #b3021b;

  display: flex;

  align-items: center;

  transition: all 0.4s;

  padding: 0 0 0 15px;

  text-align: center;

  font-size: 12px;

  margin-bottom: 10px;

  opacity: 0;

  margin-bottom: -55px;

  visibility: hidden;
}

.error-toaster2.show {
  margin: 0;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.error-toaster-custom {
  height: 55px;
  border-radius: 55px;
  min-width: 300px;
  background-color: #b3021b;
  border-color: #b3021b;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  padding: 0 0 0 15px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0;
  margin-bottom: -55px;
  visibility: hidden;
}

.error-toaster-custom.show {
  margin: 0;

  opacity: 1;

  visibility: visible;
}

.cashout-toaster2 {
  margin-top: 10px;
}

.cashout-stop {
  color: #d2d2d2;
}

.stop-number {
  color: #fff;

  font-size: 14px;

  font-weight: 600;
}

.got-block {
  width: 120px;

  height: 45px;

  background: #4eaf11;

  border-radius: 45px;

  margin-left: 10px;

  overflow: hidden;
}

.star-left {
  width: 30px;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0.6;
}

.star-right {
  width: 30px;

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0.6;
}

.got-amout {
  font-size: 13px;

  line-height: 16px;

  color: #fff;

  font-weight: 500;

  z-index: 2;
}

.custom-toaster .material-symbols-outlined {
  color: #72836b;

  font-size: 20px;

  margin-left: 5px;

  cursor: pointer;

  font-variation-settings:
    "FILL" 0,
    "wght" 700,
    "GRAD" 0,
    "opsz" 48;
}

.custom-toaster-error {
  background-color: #b3021b;

  border-color: #b3021b;

  border-radius: 10px;

  color: white;

  font-size: 14px;

  font-weight: bold;
}

/* toastr END */

.hide {
  display: none !important;
}

/* .game-play div {

  pointer-events: none;

} */

.load-txt {
  position: fixed;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: #000;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  color: #fff;

  z-index: 90;
}

#loader-top {
  margin-top: 5% !important;
}

.bet-item-top {
  color: #9ea0a3;
  font-size: 12px;
  margin-top: 5px !important;
}

.round-multiplier {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
}

.bet-item-main-container {
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  height: 80px;
  background: #101112;
}

.bet-item-absolute-m-4 {
  box-sizing: border-box;
  position: absolute !important;
  margin-left: 30px !important;
}

.bet-item-footer {
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 28px;
  background: #000000;
}

.bet-item-footer-flex {
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
}

.bet-item-footer-ml-2-mr-3 {
  margin-left: 10px !important;
  margin-right: 20px !important;
}

.bet-item-footer-share {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 5px !important;
  width: 50px;
  height: 20px;
  border-radius: 17px;
  border: solid 1px #414148;
  background-color: #252528;
  cursor: pointer;
}

.bet-item-photo {
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  position: absolute !important;
  margin-left: 30px !important;
}

.fairness-i {
  background: url("../images/icon-provabyfair.652dcfd9d89241e2.svg") no-repeat
    center center / contain;
  min-width: 14px;
  max-width: 14px;
  height: 16px;
  cursor: pointer;
  right: 0;
  top: 0;
  margin-right: 10px !important;
  margin-top: 10px !important;
  position: absolute;
}

.share-i {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute !important;
  background: url("../images/share-wide.eeb21ff9eb22b3b5.svg") no-repeat center
    center/contain;
  width: 34px;
  height: 14px;
}

.bet-item-flex {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

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

.bet-item-align-center {
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
}

.bet-item-avtr {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-style: none;
}

.bet-item-w50-flex-end {
  user-select: none;
  scrollbar-color: transparent transparent !important;
  color: #9ea0a3;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-end !important;
  width: 50% !important;
  margin-left: 20px !important;
}

.bet-item-username {
  font-size: 13px;
}

.bet-item-amount {
  font-size: 14px;
  color: #fff;
  margin-left: 5px !important;
}

.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40%;
}

.loading-spinner {
  width: 1.7rem;
  height: 1.7rem;
  animation: spin 1s linear infinite;
  fill: #e74c3c;
  color: #ad021c;
  margin: 0 auto;
}

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

.disconnect {
  display: none;
  z-index: 999999999999999999999999999999999999999999999999999999999999999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100vw;
  height: 100vh;
}

.disconnect-wrapper {
  height: 100vh;
  max-height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.disconnect-icon {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  box-sizing: border-box;
  background: url("../images/error-page.4aa561fd98783d15.svg") no-repeat center;
  width: 120px;
  height: 120px;
  background-size: contain;
  margin-bottom: 40px;
}

.disconnect-alert {
  position: relative;
  margin-bottom: 1rem;
  color: #fff;
  box-shadow: 0 0 8px #0000004d;
  background-color: #1b1c1d;
  max-width: 600px;
  width: 100%;
  min-height: 204px;
  border-radius: 10px;
  border: 1px solid #2a2b2e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
}

.disconnect-text {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.stop-action {
  pointer-events: none;

  opacity: 0.7;
}

.top-40 {
  /* top: 40% !important; */
  top: 45% !important
}

.counter-num {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 100px;

  font-weight: 700;

  color: #fff;

  z-index: 6;
}

.counter-num span {
  font-size: 80px;
  z-index: 6;
  font-weight: 700;

  margin-left: 5px;
}

/* .list-body {

  max-height: 500px !important;

} */

.text-danger {
  color: #f7001f !important;
}

@media (max-height: 500px) {
  #auto_increment_number_div #auto_increment_number {
    font-size: 60px;
    line-height: 40px;
  }

  #auto_increment_number_div .flew_away_section {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  #auto_increment_number_div .flew_away_section {
    font-size: 17px;
    margin-bottom: 20px;
  }

  #auto_increment_number_div #auto_increment_number {
    font-size: 70px;
    line-height: 40px;
  }

  .center-loading svg {
    width: 100px;

    height: 50px;
  }

  .game-play {
    height: auto;
  }

  footer {
    display: none;
  }
}

.mr-auto {
  margin-right: auto;
}

.bet-border-red {
  border-color: #f7001f !important;
}

.controls.border-red {
  border: solid 1px #cb011a !important;
}

.flexx-end {
  width: 42%;
  display: flex;
  justify-content: end;
  margin-right: 5px;
}

.flexa {
  display: flex;
}

.bet-border-yellow {
  border: solid 1px #e69308 !important;
}

.top-tab {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 5px !important;
  min-height: 24px;
  max-height: 24px;
  line-height: 1;
}

.tabs-opt {
  font-size: 13px !important;
  font-family: Inter, sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.opt-active {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: none !important;
  cursor: pointer;
  height: 100%;
  border-radius: 20px;
  background: none;
  color: #fff;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 4px 2px;
  border-color: #e50539;
}
.opt-active:hover {
  color: white !important;
}

.top-tab-content {
  outline: none !important;
  cursor: pointer;
  height: 100%;
  background: none;
  color: #fff;
  padding: 4px 2px;
  white-space: normal;
}

.top-tab-second-type {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: none !important;
  cursor: pointer;
  height: 100%;
  border-radius: 20px;
  background: none;
  color: #fff;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 4px 2px;
}

.top-tab-third-type {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: none !important;
  cursor: pointer;
  height: 100%;
  border-radius: 20px;
  background: none;
  color: #fff;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 4px 2px;
}

.top-tab-third-type:hover {
  color: #d0021b;
}

.top-tab-second-type:hover {
  color: #d0021b;
}

.top-tab-content:hover {
  color: #d0021b;
}

.opt-wrapper {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 5px !important;
  min-height: 24px;
  max-height: 24px;
  line-height: 1;
}

.bets-top {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.main-btn-bet {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 20px;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.currency {
  font-weight: 400;
  user-select: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 18px;
}

.amount {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  font-size: 24px;
  margin-top: 2px;
}

.celebrated {
  border-color: #427f00;
  background-color: #123405;
  color: #fff;
}

@media (min-width: 1399.98px) {
  .left-sidebar {
    min-width: 410px !important;
    max-width: 410px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .left-sidebar {
    min-width: 370px !important;
    max-width: 370px !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .left-sidebar {
    min-width: 320px !important;
    max-width: 320px !important;
  }
}

@media (max-width: 991px) {
  .left-sidebar {
    /* padding-right: 10px; */
    padding: 5px 5px 0px 5px !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 629px) {
  .left-sidebar {
    margin-top: 4px !important;
    padding: 10px 5px 0px 5px !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .spribe-footer {
    min-height: auto !important;
    max-height: auto !important;
  }
}

.brl {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 991px;
  --breakpoint-lg: 991px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-family: Inter, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  box-sizing: border-box;
}


.ng-tns-c29-3 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-weight: 400;
  text-align: left;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  pointer-events: auto;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  background-color: #0707084d;
  padding: 12px 20px;
  display: flex;
}
.value-input-hash {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  scrollbar-color: transparent transparent !important;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
}

.result-hash {
  display: none;
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .result-hash {
    visibility: visible;
    display: block;
    scrollbar-color: rgba(87, 96, 102, 0.5) #2c2d31 !important;
    font-weight: 400;
    text-align: left;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: none;
    pointer-events: auto;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 20px !important;
    flex-direction: column;
    width: 100%;
    display: flex;
  }
  .title-hash {
    font-weight: 400;
    text-align: left;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: none;
    pointer-events: auto;
    line-height: 14px;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
    color: #ffffff80;
    justify-content: center;
  }
  .value-hash {
    font-weight: 400;
    text-align: left;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: none;
    pointer-events: auto;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 6px;
    background-color: #0707084d;
    display: flex;
    padding: 12px 0;
    justify-content: center;
    margin-bottom: 10px;
  }
}