@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";
:root {
  --color-text-faded: #aeb3c7;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark-grey-0: #1c2433;
  --color-dark-grey-1: #141c26;
  --color-dark-grey-2: rgb(28, 36, 51);
  --color-dark-grey-3: #353b52;
  --color-dark-grey-4: #444a5f;
  --color-dark-grey-5: #54596d;
  --color-mid-grey-1: #63687a;
  --color-mid-grey-2: #737787;
  --color-mid-grey-3: #747f96;
  --color-mid-grey-4: #9296a2;
  --color-mid-grey-5: #a2a5af;
  --color-light-grey-1: #b1b4bc;
  --color-light-grey-2: #c1c3ca;
  --color-light-grey-3: #d0d2d7;
  --color-light-grey-4: #e0e1e4;
  --color-light-grey-5: #eff0f2;
  --color-pr900: #4c1d03;
  --color-pr800: #722c05;
  --color-pr700: #983b06;
  --color-pr600: #be4908;
  --color-pr500: #2cb834;
  --color-pr400: #24962b;
  --color-pr300: #f88d50;
  --color-pr200: #faa97c;
  --color-pr100: #fcc6a7;
  --color-pr050: #fde2d3;
  --color-su900: #012605;
  --color-su800: #034c0a;
  --color-su700: #04720f;
  --color-su600: #069815;
  --color-su500: #07be1a;
  --color-su400: #09e41f;
  --color-su300: #50f861;
  --color-su200: #7cfa88;
  --color-su100: #a7fcb0;
  --color-su050: #d3fdd7;
  --color-da900: #6c0000;
  --color-da800: #a20000;
  --color-da700: #d70000;
  --color-da600: #ff0e0e;
  --color-da500: #ff4444;
  --color-da400: #ff6363;
  --color-da300: #ff8282;
  --color-da200: #ffa2a2;
  --color-da100: #ffc1c1;
  --color-da050: #ffe0e0;
  --color-at900: #4c4203;
  --color-at800: #726305;
  --color-at700: #988406;
  --color-at600: #bea508;
  --color-at500: #e4c609;
  --color-at400: #f6da24;
  --color-at300: #f8e150;
  --color-at200: #fae97c;
  --color-at100: #fcf0a7;
  --color-at050: #fdf8d3;
  --color-wa900: #4c1d03;
  --color-wa800: #722c05;
  --color-wa700: #983b06;
  --color-wa600: #be4908;
  --color-wa500: #e45809;
  --color-wa400: #f67024;
  --color-wa300: #f88d50;
  --color-wa200: #faa97c;
  --color-wa100: #fcc6a7;
  --color-wa050: #fde2d3;
  --color-in900: #060e2a;
  --color-in800: #0c1b52;
  --color-in700: #12297b;
  --color-in600: #1736a3;
  --color-in500: #1d44cc;
  --color-in400: #355be2;
  --color-in300: #5d7ce8;
  --color-in200: #869dee;
  --color-in100: #aebef3;
  --color-in050: #d7def9;
  --color-vi900: #1f002b;
  --color-vi800: #3d0055;
  --color-vi700: #5c0080;
  --color-vi600: #7b00aa;
  --color-vi500: #9900d5;
  --color-vi400: #b800ff;
  --color-vi300: #d055ff;
  --color-vi200: #dc80ff;
  --color-vi100: #e7aaff;
  --color-vi050: #f3d4ff;
  --color-b090: #000000e6;
  --color-b080: #000000cc;
  --color-b070: #000000b3;
  --color-b060: #00000099;
  --color-b050: #00000080;
  --color-b040: #00000066;
  --color-b030: #0000004d;
  --color-b020: #00000033;
  --color-b010: #0000001a;
  --color-b005: #0000000d;
  --color-b002: #00000005;
  --color-dgz090: #060e2ae6;
  --color-dgz080: #060e2acc;
  --color-dgz070: #060e2ab3;
  --color-dgz060: #060e2a99;
  --color-dgz050: #060e2a80;
  --color-dgz040: #060e2a66;
  --color-dgz030: #060e2a4d;
  --color-dgz020: #060e2a33;
  --color-dgz010: #060e2a1a;
  --color-dgz005: #060e2a0d;
  --color-dgz002: #060e2a05;
  --color-text-primary: #ffffff;
  --gradient-black-top: linear-gradient(180deg, #000000e6 0%, #00000000 100%);
  --gradient-black-right: linear-gradient(90deg, #00000000 0%, #000000e6 100%);
  --gradient-black-bottom: linear-gradient(
    180deg,
    #00000000 0%,
    #000000e6 100%
  );
  --gradient-black-left: linear-gradient(270deg, #00000000 0%, #000000e6 100%);
  --gradient-primary-top: linear-gradient(180deg, #e45809ff 0%, #e4580900 100%);
  --gradient-primary-right: linear-gradient(
    270deg,
    #e45809ff 0%,
    #e4580900 100%
  );
  --gradient-primary-bottom: linear-gradient(
    360deg,
    #e45809ff 0%,
    #e4580900 100%
  );
  --gradient-primary-left: linear-gradient(90deg, #e45809ff 0%, #e4580900 100%);
  --gradient-dark-grey-0-top: linear-gradient(
    180deg,
    #060e2aff 0%,
    #060e2a00 100%
  );
  --gradient-dark-grey-0-right: linear-gradient(
    270deg,
    #060e2aff 0%,
    #060e2a00 100%
  );
  --gradient-dark-grey-0-bottom: linear-gradient(
    360deg,
    #060e2aff 0%,
    #060e2a00 100%
  );
  --gradient-dark-grey-0-left: linear-gradient(
    90deg,
    #060e2aff 0%,
    #060e2a00 100%
  );
  --gradient-dark-grey-1-top: linear-gradient(
    180deg,
    #161d37ff 0%,
    #161d3700 100%
  );
  --gradient-dark-grey-1-right: linear-gradient(
    270deg,
    #161d37ff 0%,
    #161d3700 100%
  );
  --gradient-dark-grey-1-bottom: linear-gradient(
    360deg,
    #161d37ff 0%,
    #161d3700 100%
  );
  --gradient-dark-grey-1-left: linear-gradient(
    90deg,
    #161d37ff 0%,
    #161d3700 100%
  );
  --gradient-dark-grey-2-top: linear-gradient(
    180deg,
    #252c45ff 0%,
    #252c4500 100%
  );
  --gradient-dark-grey-2-right: linear-gradient(
    270deg,
    #252c45ff 0%,
    #252c4500 100%
  );
  --gradient-dark-grey-2-bottom: linear-gradient(
    360deg,
    #252c45ff 0%,
    #252c4500 100%
  );
  --gradient-dark-grey-2-left: linear-gradient(
    90deg,
    #252c45ff 0%,
    #252c4500 100%
  );
  --gradient-dark-grey-3-top: linear-gradient(
    180deg,
    #353b52ff 0%,
    #353b5200 100%
  );
  --gradient-dark-grey-3-right: linear-gradient(
    270deg,
    #353b52ff 0%,
    #353b5200 100%
  );
  --gradient-dark-grey-3-bottom: linear-gradient(
    360deg,
    #353b52ff 0%,
    #353b5200 100%
  );
  --gradient-dark-grey-3-left: linear-gradient(
    90deg,
    #353b52ff 0%,
    #353b5200 100%
  );
  --shadow-1: 0px 1px 2px 0px #00000052, 0px 0px 1px 0px #00000052;
  --shadow-2: 0px 4px 8px 0px #0000003d, 0px 0px 1px 0px #00000052;
  --shadow-3: 0px 8px 16px 0px #0000003d, 0px 0px 1px 0px #00000052;
  --shadow-4: 0px 12px 24px 0px #0000003d, 0px 0px 1px 0px #00000052;
  --shadow-5: 0px 24px 32px 0px #0000003d, 0px 0px 1px 0px #00000052;
  --shadow-6: 0px 40px 64px 0px #0000003d, 0px 0px 1px 0px #00000052;
  --illumination-1: 0px 1px 2px 0px #e4580952, 0px 0px 1px 0px #e4580952;
  --illumination-2: 0px 4px 8px 0px #e4580952, 0px 0px 1px 0px #e4580952;
  --illumination-3: 0px 8px 16px 0px #e458093d, 0px 0px 1px 0px #e4580952;
  --illumination-4: 0px 12px 24px 0px #e458093d, 0px 0px 1px 0px #e4580952;
  --illumination-5: 0px 24px 32px 0px #e458093d, 0px 0px 1px 0px #e4580952;
  --illumination-6: 0px 40px 64px 0px #e458093d, 0px 0px 1px 0px #e4580952;
  --color-text-faded: #aeb3c7;
  --color-border: rgba(88, 92, 131, 0.3);
  --color-black-10: #454b61;
  --color-background-missions: #1a799f;
  --color-text-ghost: #52586f;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
  background-color: var(--color-dark-grey-0);
  color: var(--color-light-grey-5);
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
}
body #app {
  overflow-y: visible;
  position: fixed;
  width: 100vw;
}
:root {
  --sectionPadding: 16px;
  --gap-xs: 4px;
  --gap-s: 8px;
  --gap-m: 16px;
  --gap-l: 24px;
  --nav-height: 54px;
  --nav-sidebar-width: 64px;
}

:-webkit-scrollbar {
  display: none;
}

@media (max-width: 1280px) {
  :root {
    --nav-sidebar-width: 0;
  }
}

@media (min-width: 768px) {
  :root {
    --gap-xs: 6px;
    --gap-s: 12px;
    --gap-m: 24px;
    --gap-l: 36px;
    --nav-height: 64px;
  }
}

@media (min-width: 960px) {
  :root {
    --gap-xs: 8px;
    --gap-s: 16px;
    --gap-m: 32px;
    --gap-l: 48px;
  }
}

@media (min-width: 1248px) {
  :root {
    --gap-xs: 10px;
    --gap-s: 20px;
    --gap-m: 40px;
    --gap-l: 60px;
  }
}

body,
html {
  height: 100vh;
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
  background-color: var(--color-dark-grey-0);
  color: var(--color-light-grey-5);
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
}

body #app {
  overflow-y: visible;
  position: fixed;
  width: 100vw;
}

section {
  margin: 0 auto;
  max-width: 1400px;
  min-width: 320px;
  padding: 0 16px;
  width: 100%;
}

button {
  background: 0 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.hideScrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.scrollContainer {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.scrollSection {
  display: flex;
  margin: 0 -16px;
  overflow-x: auto;
  padding: 2px 18px;
  scroll-padding: 0 16px;
  scroll-padding-inline-end: 16px;
  scroll-padding-inline-start: 16px;
}

ul {
  list-style: none;
  padding: 0;
}

form,
ul {
  margin: 0;
}

a {
  text-decoration: none;
}

cashier-web-component {
  display: block;
  height: 0;
  width: 0;
}

#m-modal-wrapper {
  left: 0;
  top: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid 2px solid #1c2433;
}

input:-internal-autofill-selected,
input:-internal-autofill-selected:active,
input:-internal-autofill-selected:focus,
input:-internal-autofill-selected:hover,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: all 9999s ease-in-out 0s;
  transition-property: background-color, color;
}

.SupportPage {
  color: var(--color-text-faded);
  padding: 20px 16px 30px;
}

@media (min-width: 590px) {
  .SupportPage {
    padding: 25px 16px 35px;
  }
}

@media (min-width: 768px) {
  .SupportPage {
    padding: 30px 16px 40px;
  }
}

@media (min-width: 960px) {
  .SupportPage {
    padding: 30px 16px 60px;
  }
}

.SupportPage-Introduction {
  color: var(--color-light-grey-1);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 768px) {
  .SupportPage-Introduction {
    margin-left: auto;
    margin-right: auto;
    width: 73%;
  }
}

@media (min-width: 1248px) {
  .SupportPage-Introduction {
    width: 58%;
  }
}

.SupportPage-Card {
  background: var(--color-dark-grey-1);
  margin-bottom: 16px;
  width: 100%;
}

.SupportPage-Card:last-child {
  margin-bottom: 0;
}

.SupportPage-CardTitle {
  color: var(--color-light-grey-5);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .SupportPage-CardTitle {
    font-size: 20px;
  }
}

.SupportPage-CardText {
  color: var(--color-light-grey-1);
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .SupportPage-Offers {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .SupportPage-Offers {
    grid-gap: 11px;
  }
}

@media (min-width: 1248px) {
  .SupportPage-Offers {
    grid-gap: 14px;
  }
}

.SupportPage-Offer {
  padding: 34px 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .SupportPage-Offer {
    margin-bottom: 0;
    padding: 26px 24px;
  }
}

@media (min-width: 960px) {
  .SupportPage-Offer {
    padding: 34px 30px;
  }
}

@media (min-width: 1248px) {
  .SupportPage-Offer {
    padding: 45px 40px;
  }
}

.SupportPage-OfferIcon {
  height: 72px;
  margin-bottom: 29px;
  width: 62px;
}

@media (min-width: 768px) {
  .SupportPage-OfferIcon {
    height: 58px;
    margin-bottom: 22px;
    width: 50px;
  }
}

@media (min-width: 960px) {
  .SupportPage-OfferIcon {
    height: 72px;
    margin-bottom: 29px;
    width: 62px;
  }
}

@media (min-width: 1248px) {
  .SupportPage-OfferIcon {
    height: 94px;
    margin-bottom: 38px;
    width: 82px;
  }
}

.SupportPage-OfferTitle {
  margin-bottom: 14px;
}

@media (min-width: 1248px) {
  .SupportPage-OfferTitle {
    margin-bottom: 18px;
  }
}

.SupportPage h1,
.SupportPage h2,
.SupportPage h3,
.SupportPage h4 {
  color: var(--color-white);
}

.SupportPage h4 {
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.SupportPage ul {
  counter-reset: list1;
  line-height: 1.44;
  margin-bottom: 41px;
}

.SupportPage li {
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 19px;
  position: relative;
}

@media (min-width: 320px) {
  .SupportPage li {
    padding-left: 35px;
  }
}

.SupportPage li:before {
  color: var(--color-white);
  content: counter(list1) ".";
  counter-increment: list1;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -1px;
}

.SupportPage ul ul {
  counter-reset: list2;
}

.SupportPage ul ul li {
  display: block;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
}

.SupportPage ul ul li:before {
  content: counters(list1, ".") "." counters(list2, ".") ".";
  counter-increment: list2;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}

.SupportPage ul ul li::marker {
  font-weight: 700;
}

.SupportPage a,
.SupportPage a:active,
.SupportPage a:hover,
.SupportPage a:visited {
  color: var(--color-main-default);
}

.Title {
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.18;
  text-transform: capitalize;
}

.Title--type-h1 {
  font-size: 24px;
}

@media (min-width: 590px) {
  .Title--type-h1 {
    font-size: 18px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .error.login {
    min-width: 100% !important;
  }
  .text-error {
    width: 80% !important;
  }
  .game-header:not(.game-header--mobile) {
    position: relative !important;
  }
  .game-header__name {
    font-size: 12px !important;
  }
  .game-item__content {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .Title--type-h1 {
    font-size: 28px;
  }
}

@media (min-width: 960px) {
  .Title--type-h1 {
    font-size: 30px;
  }
}

@media (min-width: 1248px) {
  .Title--type-h1 {
    font-size: 33px;
  }
}

.Title--type-h2 {
  font-size: 14px;
  line-height: 1.18;
}

@media (min-width: 768px) {
  .Title--type-h2 {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .Title--type-h2 {
    font-size: 20px;
  }
}

@media (min-width: 1248px) {
  .Title--type-h2 {
    font-size: 28px;
  }
}

.Title--center {
  text-align: center;
}

.Colored {
  color: var(--color-pr500);
}

.TextLink {
  color: var(--color-white);
  text-decoration: none;
}

.TextLink:hover {
  color: var(--color-wa500);
}

.TextLink:visited {
  color: var(--color-white);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-left--leave-active,
.slide-left-enter-active {
  transition: all 0.5s ease;
}

.slide-left-enter,
.slide-left-leave-to {
  opacity: 0;
  transform: translate(-100%);
}

.roll-up-enter-active,
.roll-up-leave-active {
  transition: all 0.2s ease-out;
}

.roll-up-enter {
  opacity: 0;
  transform: translateY(-30px);
}

.roll-up-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.roll-down-enter-active,
.roll-down-leave-active {
  transition: all 0.2s ease-out;
}

.roll-down-enter {
  opacity: 0;
  transform: translateY(30px);
}

.roll-down-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}

@keyframes slide-up-opacity {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wave-left {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-1px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes wave-right {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(1px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes trambling-animation {
  0%,
  50%,
  to {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-10deg);
  }

  20%,
  40% {
    transform: rotate(10deg);
  }
}

:root {
  --color-text-faded: #aeb3c7;
  --color-border: rgba(88, 92, 131, 0.3);
  --color-black-10: #454b61;
  --color-background-missions: #1a799f;
  --color-text-ghost: #52586f;
}

.m-icon {
  width: 16px;
}

.m-modal-container {
  max-height: var(--app-height, calc(100vh - 32px)) !important;
}

.ThinScrollbar {
  scrollbar-color: #6a6e7f transparent;
  scrollbar-width: thin;
}

.ThinScrollbar::-webkit-scrollbar {
  background: var(--color-dark-grey-1);
  height: 5px;
  width: 5px;
}

.ThinScrollbar::-webkit-scrollbar-thumb {
  background-color: #6a6e7f;
  border-radius: 3px;
}

.TextOverflow {
  overflow: hidden;
  position: relative;
}

.TextOverflow:after {
  background: var(--gradient-dark-grey-1-right);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.TextOverflow--light:after {
  background: var(--gradient-dark-grey-2-right);
}

.lowercase {
  text-transform: lowercase;
}

.m-preloader {
  animation: preloader 1s linear infinite;
  color: var(--color-mid-grey-5);
}

.m-preloader-primary {
  color: var(--color-pr500);
}

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

  to {
    transform: rotate(1turn);
  }
}

.m-button {
  --background: var(--color-pr500);
  --text: var(--color-white);
  --disabled-background: var(--color-pr900);
  --disabled-text: var(--color-pr700);
  --hover: var(--color-pr400);
  --pressed: var(--color-pr600);
  --font-size: 16px;
  --line-height: 22px;
  --gap: 9px;
  background: var(--background);
  border: none;
  box-shadow: inset 0 0 0 2px var(--outline);
  color: var(--text);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.m-button,
.m-button-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.m-button-content {
  font-size: 14px;
  font-weight: 600;
  gap: var(--gap);
  line-height: var(--line-height);
  transition: all 0.15s;
}

.m-button-content img,
.m-button-content svg {
  display: block;
  height: var(--line-height);
  margin: 0;
  padding: 0;
  width: var(--line-height);
}

.m-button:focus-visible,
.m-button:hover {
  --background: var(--hover);
  --outline: var(--hover);
  color: var(--text);
}

.m-button:active {
  --background: var(--pressed);
  --outline: var(--pressed);
}

.m-button:disabled {
  --text: var(--disabled-text);
  --background: var(--disabled-background);
  --outline: var(--disabled-background);
  cursor: not-allowed;
}

.m-button .m-preloader {
  position: absolute;
}

.m-button--small {
  --font-size: 12px;
  --line-height: 20px;
  --gap: 6px;
  border-radius: 4px;
  padding: 10px 10px;
}

.m-button--medium {
  --font-size: 16px;
  --line-height: 22px;
  --gap: 9px;
  border-radius: 4px;
  padding: 11px 17px;
}

.m-button--large {
  --font-size: 18px;
  --line-height: 24px;
  --gap: 11px;
  border-radius: 26px;
  padding: 14px 22px;
}

.m-button--loading {
  pointer-events: none;
}

.m-button--loading .m-preloader {
  color: inherit;
}

.m-button--loading .m-preloader ~ * {
  opacity: 0;
  transform: scale(0.5);
}

.m-button--primary {
  --text: var(--color-text-primary);
}

.m-button--primary.m-button--outline {
  --text: var(--color-white);
}

.m-button--primary.m-button--outline:focus-visible,
.m-button--primary.m-button--outline:hover {
  --text: var(--color-text-primary);
}

.m-button--primary.m-button--outline:disabled {
  --text: var(--disabled-text);
}

.m-button--secondary {
  --background: rgb(0 0 0 / 26%);
  --outline: none;
  --disabled-background: rgb(0 0 0 / 36%);
  --disabled-text: var(--color-mid-grey-1);
  --hover: rgb(0 0 0 / 36%);
  --pressed: rgb(0 0 0 / 36%);
}

.m-button--secondary .m-icon,
.m-button--secondary .m-preloader {
  color: var(--color-mid-grey-5);
}
.m-icon {
  color: #fff !important;
}
.m-button--indigo {
  --background: var(--color-in400);
  --outline: var(--color-in400);
  --disabled-background: var(--color-in800);
  --disabled-text: var(--color-in600);
  --hover: var(--color-in500);
  --pressed: var(--color-in700);
}

.m-button--violet {
  --background: var(--color-vi500);
  --outline: var(--color-vi500);
  --disabled-background: var(--color-vi900);
  --disabled-text: var(--color-vi600);
  --hover: var(--color-vi400);
  --pressed: var(--color-vi700);
}

.m-button--success {
  --background: var(--color-su600);
  --outline: var(--color-su600);
  --disabled-background: var(--color-su800);
  --disabled-text: var(--color-su600);
  --hover: var(--color-su500);
  --pressed: var(--color-su700);
}

.m-button--success.m-button--outline {
  --hover: var(--color-su600);
}

.m-button--attention {
  --background: var(--color-at400);
  --outline: var(--color-at400);
  --text: var(--color-black);
  --disabled-background: var(--color-at900);
  --disabled-text: var(--color-at700);
  --hover: var(--color-at300);
  --pressed: var(--color-at500);
}

.m-button--attention.m-button--outline {
  --text: var(--color-white);
  --hover: var(--color-at600);
  --disabled-text: var(--color-at800);
}

.m-button--warning {
  --background: var(--color-wa500);
  --outline: var(--color-wa500);
  --disabled-background: var(--color-wa900);
  --disabled-text: var(--color-wa700);
  --hover: var(--color-wa400);
  --pressed: var(--color-wa600);
}

.m-button--danger {
  --background: var(--color-da600);
  --outline: var(--color-da600);
  --disabled-background: var(--color-da900);
  --disabled-text: var(--color-da700);
  --hover: var(--color-da500);
  --pressed: var(--color-da700);
}

.m-button--outline {
  --background: transparent;
}

.m-button--outline:disabled {
  --background: transparent;
  --outline: var(--disabled-background);
}

.m-button--icon {
  border-radius: 50%;
}

.m-button--icon.m-button--small {
  padding: 6px;
}

.m-button--icon.m-button--medium {
  padding: 5px;
}

.m-button--icon.m-button--large {
  padding: 14px;
}

.m-button .m-loader-fade-enter-active,
.m-button .m-loader-fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}

.m-button .m-loader-fade-enter-from,
.m-button .m-loader-fade-leave-to {
  opacity: 0;
}

.m-form-field-label {
  color: var(--color-light-grey-5);
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
}

.m-form-field-label.asterix:after {
  color: var(--color-da500);
  content: "*";
  margin-left: 4px;
}

.m-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-form-field-horizontal {
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  gap: 12px;
}

.m-form-field-invert {
  flex-direction: row-reverse;
}

.m-form-field--apply .m-input,
.m-form-field--apply .m-textarea {
  --label: var(--base);
  border-color: var(--base);
}

.m-form-field--apply .m-input:focus,
.m-form-field--apply .m-input:hover,
.m-form-field--apply .m-textarea:focus,
.m-form-field--apply .m-textarea:hover {
  --label: var(--lighten);
  border-color: var(--lighten);
}

.m-form-field--error {
  --base: var(--color-da600);
  --lighten: var(--color-da500);
}

.m-form-field--error .m-textarea-counter {
  --label: var(--base);
}

.m-form-field--success {
  --base: var(--color-su500);
  --lighten: var(--color-su400);
}

.m-form-field-description {
  color: var(--color-mid-grey-5);
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}

.slide-fade-enter-active {
  transition: all 0.2s cubic-bezier(1, 0.1, 0.6, 1);
}

.slide-fade-leave-active {
  transition: all 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

@keyframes autofill {
  to {
    background: 0 0 !important;
    color: inherit;
  }
}

.m-input {
  --border: transparent;
  --background: var(--color-dark-grey-1);
  --label: var(--color-mid-grey-5);
  --text: var(--color-light-grey-5);
  --text-size: 14px;
  --padding-left: 16px;
  --padding-right: 16px;
  --padding-slot: 13px;
  --edge-offset: 3px;
  --height: 44px;
  align-items: center;
  background: var(--background);
  border: 2px solid rgb(255 255 255 / 13%);
  border-radius: 4px;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6.5px;
  height: var(--height);
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  position: relative;
}

.m-input--focused {
  --border: var(--color-dark-grey-5);
}

.m-input--focused,
.m-input:hover {
  --background: var(--color-dark-grey-2);
}

.m-input--disabled,
.m-input--disabled input {
  cursor: not-allowed;
}

.m-input--disabled,
.m-input--readonly {
  --label: var(--color-mid-grey-1);
  --text: var(--color-mid-grey-3);
  --background: var(--color-dark-grey-1);
  --border: var(--color-dark-grey-1);
}

.m-input-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}

.m-input-content-label {
  color: var(--label);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 0;
  transition: transform 0.15s;
}

.m-input-content input,
.m-input-content select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--text);
  font-size: var(--text-size);
  font-weight: inherit;
  height: 100%;
  outline: none;
  padding: 0;
  width: 100%;
}

select option {
  color: #212529;
}

.m-input-content input::placeholder {
  color: var(--color-mid-grey-3);
  opacity: 0;
  transition: opacity 0.2s;
}

.m-input-content input:focus::placeholder {
  opacity: 1;
}

.m-input-content input:-webkit-autofill,
.m-input-content input:focus,
.m-input-content input:not(:placeholder-shown) {
  appearance: none;
  -webkit-appearance: none !important;
}

.m-input-content input:-webkit-autofill + .m-input-content-label,
.m-input-content input:focus + .m-input-content-label,
.m-input-content input:not(:placeholder-shown) + .m-input-content-label {
  transform: translateY(-10px) scale(0.8);
}

.m-input-content input:has(+ .m-input-content-label) {
  margin-top: 12px;
}

.m-input-content input[disabled-without-style="true"] {
  pointer-events: none;
}

.m-input-content input:-webkit-autofill,
.m-input-content input:-webkit-autofill:active,
.m-input-content input:-webkit-autofill:focus,
.m-input-content input:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--text) !important;
  -webkit-animation-fill-mode: both;
  animation-name: autofill;
  -webkit-background-clip: text;
}

.m-input--dark {
  --background: rgb(0 0 0 / 26%);
}

.m-input--dark:focus,
.m-input--dark:hover:not(.m-input--disabled) {
  --background: rgb(0 0 0 / 36%);
}

.m-input--dark.m-input--disabled {
  --background: rgb(0 0 0 / 26%);
}

.m-input-append,
.m-input-prepend {
  align-items: center;
  display: flex;
  gap: inherit;
}

.m-input:has(.m-input-append) {
  --padding-right: var(--padding-slot);
}

.m-input:has(.m-input-prepend) {
  --padding-left: var(--padding-slot);
}

.m-input--small {
  --text-size: 12px;
  --pading-left: 13px;
  --pading-right: 13px;
  --padding-slot: 10.5px;
  --height: 36px;
}

.m-input--large {
  --text-size: 14px;
  --padding-slot: 13.5px;
  --height: 48px;
}

.m-input.m-textarea {
  display: inherit;
  height: auto;
}

.m-input.m-textarea .m-input-content {
  display: inherit;
}

.m-input.m-textarea .m-input-content-label {
  top: 10px;
}

.m-input.m-textarea .m-input-content textarea {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--text);
  font-size: var(--text-size);
  font-weight: inherit;
  height: 100%;
  margin-bottom: 10px;
  margin-top: 26px;
  outline: none;
  padding: 0;
  resize: none;
  width: 100%;
}

.m-input.m-textarea .m-input-content textarea::placeholder {
  color: var(--color-mid-grey-3);
  opacity: 0;
  transition: opacity 0.2s;
}

.m-input.m-textarea .m-input-content textarea:focus::placeholder {
  opacity: 1;
}

.m-input.m-textarea .m-input-content textarea:-webkit-autofill,
.m-input.m-textarea .m-input-content textarea:focus,
.m-input.m-textarea .m-input-content textarea:not(:placeholder-shown) {
  appearance: none;
  -webkit-appearance: none !important;
}

.m-input.m-textarea
  .m-input-content
  textarea:-webkit-autofill
  + .m-input-content-label,
.m-input.m-textarea .m-input-content textarea:focus + .m-input-content-label,
.m-input.m-textarea
  .m-input-content
  textarea:not(:placeholder-shown)
  + .m-input-content-label {
  transform: scale(0.8);
}

.m-textarea-counter {
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 2px;
  text-align: right;
}

.m-textarea-counter span {
  color: var(--label);
}

.m-dropdown-content {
  position: absolute;
  z-index: 3000;
}

.m-slide-fade-enter-active {
  transition: all 0.2s cubic-bezier(1, 0, 1, 0);
}

.m-slide-fade-leave-active {
  transition: all 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.m-slide-fade-enter-from,
.m-slide-fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
}

.m-radio {
  --size: 20px;
  --ripple-size: 12px;
  --checked-color: var(--color-pr500);
  --unset-color: var(--color-dark-grey-5);
  --hover-checked-color: var(--color-pr400);
  --hover-unset-color: var(--color-dark-grey-5);
  --focused-checked-color: var(--color-pr200);
  --focused-unset-color: var(--color-dark-grey-4);
  --disabled-checked-color: var(--color-pr800);
  --disabled-hover-checked-color: var(--color-pr800);
  --ripple-color: var(--color-text-primary);
  --background-color: transparent;
  --outline-color: transparent;
  line-height: var(--size);
}

.m-radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.m-radio-label {
  align-items: center;
  border: 2px solid var(--unset-color);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  height: var(--size);
  justify-content: flex-end;
  outline: 2px solid var(--outline-color);
  position: relative;
  transition: 0.2s;
  vertical-align: top;
  width: var(--size);
}

.m-radio-label:before {
  background: var(--ripple-color);
  border-radius: 50%;
  content: "";
  display: none;
  height: var(--ripple-size);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.15s;
  width: var(--ripple-size);
}

.m-radio--small {
  --size: 16px;
  --ripple-size: 8px;
}

.m-radio--large {
  --size: 24px;
  --ripple-size: 16px;
}

.m-radio--checked .m-radio-label {
  background: var(--checked-color);
  border-color: var(--checked-color);
}

.m-radio--checked .m-radio-label:before {
  display: block;
}

.m-radio--checked input:focus + .m-radio-label {
  --outline-color: var(--focused-checked-color);
}

input:focus + .m-radio-label {
  --outline-color: var(--focused-unset-color);
}

.m-radio:hover > .m-radio-label {
  --checked-color: var(--hover-checked-color);
  --unset-color: var(--hover-unset-color);
}

.m-radio--secondary {
  --checked-color: var(--color-dark-grey-5);
  --hover-checked-color: var(--color-mid-grey-1);
  --focused-checked-color: var(--color-mid-grey-3);
  --disabled-checked-color: var(--color-dark-grey-3);
  --disabled-hover-checked-color: var(--color-dark-grey-3);
}

.m-radio--disabled {
  --hover-checked-color: var(--disabled-hover-checked-color);
  --hover-unset-color: var(--color-dark-grey-3);
  --checked-color: var(--disabled-checked-color);
  --unset-color: var(--color-dark-grey-3);
  --outline-color: transparent;
  --ripple-color: var(--color-light-grey-1);
}

.m-radio--disabled .m-radio-label {
  cursor: not-allowed;
}

.m-checkbox.m-radio {
  --border-radius: 6px;
  color: var(--color-text-primary);
}

.m-checkbox.m-radio .m-radio-label {
  border-radius: var(--border-radius);
  border-width: 2px;
}

.m-checkbox.m-radio .m-radio-label:before {
  display: none;
}

.m-checkbox.m-radio .m-icon {
  height: var(--size);
  width: var(--size);
  display: none;
}

.m-switch.m-radio {
  --unset-color: var(--color-dark-grey-3);
  --icon-size: 12px;
  --icon-offset: 4px;
  --knob-size: 16px;
  --slider-width: 34px;
  color: var(--ripple-color);
}

.m-switch.m-radio .m-radio-label {
  background: var(--unset-color);
  border: none;
  height: calc(var(--knob-size) + 4px);
  width: var(--slider-width);
}

.m-switch.m-radio .m-radio-label:before {
  background: var(--ripple-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--knob-size);
  left: 2px;
  position: absolute;
  right: unset;
  top: 2px;
  transition: 0.15s;
  width: var(--knob-size);
}

.m-switch.m-radio .m-radio-label .m-icon {
  height: var(--icon-size);
  position: absolute;
  right: var(--icon-offset);
  width: var(--icon-size);
}

.m-switch.m-radio--checked .m-radio-label {
  background: var(--checked-color);
}

.m-switch.m-radio--checked .m-radio-label:before {
  transform: translateX(calc(var(--slider-width) - var(--knob-size) - 4px));
}

.m-switch.m-radio--checked .m-radio-label .m-icon {
  left: var(--icon-offset);
  right: unset;
}

.m-switch.m-radio--small {
  --icon-size: 10px;
  --icon-offset: 3px;
  --knob-size: 12px;
  --slider-width: 26px;
}

.m-switch.m-radio--large {
  --icon-size: 16px;
  --icon-offset: 4px;
  --knob-size: 20px;
  --slider-width: 46px;
}

.m-select-option {
  align-items: center;
  color: var(--color-light-grey-4);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  line-height: 160%;
  padding: 8px 16px;
  transition: all 0.15s ease-in-out;
}

.m-select-option--selected {
  background: var(--color-dark-grey-5);
  color: var(--color-light-grey-5);
}

.m-select-option--focused,
.m-select-option:focus,
.m-select-option:hover {
  outline: none;
}

.m-select-option--focused:not(
    .m-select-option--selected,
    .m-select-option--disabled
  ),
.m-select-option:focus:not(
    .m-select-option--selected,
    .m-select-option--disabled
  ),
.m-select-option:hover:not(
    .m-select-option--selected,
    .m-select-option--disabled
  ) {
  background: var(--color-dark-grey-3);
}

.m-select-option--disabled {
  color: var(--color-mid-grey-5);
  cursor: not-allowed;
}

.m-select-option--disabled .m-icon {
  width: 20px;
}

.m-chevron {
  transition: transform 0.15s ease-in-out;
}

.m-select .m-input input {
  cursor: pointer;
}

.m-select .m-input input:disabled {
  opacity: 1;
}

.m-select .m-input-append .m-icon {
  height: 16px;
  width: 16px;
}

.m-select .m-input--focused:not(.has-value) .m-input-content-label {
  transform: none !important;
}

.m-select-dropdown {
  border-radius: 8px;
  overflow: auto;
  overscroll-behavior: contain;
}

.m-select-list {
  background: var(--color-dark-grey-2);
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.m-select-list::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.m-tooltip-arrow {
  border-color: transparent transparent var(--color-dark-grey-4) transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
}

.m-tooltip-content {
  background: var(--color-dark-grey-4);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  padding: 8px;
}

.m-tooltip-content-text {
  padding: 0 8px;
}

.m-tooltip-content__dark {
  background: var(--color-dark-grey-2);
}

.m-tooltip-content__dark .m-tooltip-arrow {
  border-bottom-color: var(--color-dark-grey-2);
}

.m-tabs {
  --font-size: 14px;
  --padding: 11px;
  --text-color: var(--color-mid-grey-5);
  --text-active-color: var(--color-light-grey-5);
  --ripple-color: var(--color-pr500);
  --border-color: var(--color-dark-grey-2);
  --gap: 24px;
  align-self: flex-start;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.m-tabs-item {
  color: var(--text-color);
  cursor: pointer;
  display: flex;
  font-size: var(--font-size);
  font-weight: 600;
  justify-content: center;
  line-height: 160%;
}

.m-tabs-item-content {
  align-items: center;
  display: flex;
  padding: var(--padding) 0;
  position: relative;
}

.m-tabs-item-content.active {
  color: var(--text-active-color);
}

.m-tabs-item-content.active:after {
  background: var(--ripple-color);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.m-tabs--fill {
  width: 100%;
}

.m-tabs--fill .m-tabs-item {
  flex: 1;
  text-align: center;
}

.m-tabs--centered {
  justify-content: center;
}

.m-tabs--centered .m-tabs-item {
  flex: initial;
}

.m-tabs--small {
  --padding: 5px;
  --gap: 16px;
}

.m-tabs--large {
  --padding: 15px;
  --gap: 32px;
}

.m-tabs--disabled {
  --text-color: var(--color-mid-grey-1);
  --text-active-color: var(--color-mid-grey-3);
  --ripple-color: var(--color-pr900);
}

.m-tabs--disabled .m-tabs-item {
  cursor: not-allowed;
}

#m-modal-wrapper {
  position: fixed;
  z-index: 3000;
}

.m-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed !important;
  z-index: 3000;
}

.m-modal,
.m-modal-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.m-modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.m-modal-overlay.m-modal-overlay-transparent {
  background-color: transparent;
}

.m-modal-container {
  background: var(--color-dark-grey-1);
  border-radius: 16px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 12px 24px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-height: calc(var(--m-app-height, 100vh) - 32px);
  max-width: 100%;
  min-height: 64px;
  overflow: auto;
  position: absolute;
  transition: max-width 0.1s ease-in-out;
}

.m-modal-content {
  padding: 16px;
}

.m-modal-scrollable {
  flex: 1;
  overflow: auto;
}

.m-modal-header {
  align-items: center;
  border-bottom: 1px solid var(--color-dark-grey-2);
  display: flex;
  justify-content: center;
  min-height: 64px;
}

.m-modal-header > * {
  border-bottom: none !important;
  min-height: inherit;
}

.m-modal-footer {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px;
}

.m-modal-close {
  position: absolute;
  right: 24px;
  top: 16px;
}

.m-modal-active-enter-active,
.m-modal-active-leave-active {
  transition: opacity 0.2s ease-in-out;
}

.m-modal-active-enter-from,
.m-modal-active-leave-to {
  opacity: 0;
}

@media (max-width: 1248px) {
  .m-modal-fill .m-modal-container {
    border-radius: 0;
    height: 100vh;
    width: 100vw !important;
  }
}

.m-segment-control {
  --segment-font-size: 16px;
  --segment-line-height: 150%;
  --segment-item-padding: 10px 17px;
  --segment-active-color: var(--color-dark-grey-4);
  background: var(--color-dark-grey-2);
  border-radius: 1000px;
  display: grid;
  grid-template-columns: repeat(var(--items-num), 1fr);
  position: relative;
}

.m-segment-control-item {
  border-radius: 1000px;
  color: var(--color-light-grey-3);
  cursor: pointer;
  font-size: var(--segment-font-size);
  font-weight: 600;
  line-height: var(--segment-line-height);
  padding: var(--segment-item-padding);
  text-align: center;
}

.m-segment-control-item--active {
  background: var(--segment-active-color);
  color: var(--color-white);
}

.m-segment-control--small {
  --segment-font-size: 12px;
  --segment-line-height: 160%;
  --segment-item-padding: 6.5px 10px;
}

.m-segment-control--large {
  --segment-item-padding: 14px 20px;
}

.m-segment-control--outline {
  background: 0 0;
}

.m-segment-control--outline:before {
  border: 2px solid var(--color-dark-grey-4);
  border-radius: 1002px;
  bottom: -2px;
  content: "";
  left: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
}

.m-segment-control--indigo {
  --segment-active-color: var(--color-in400);
}

.m-segment-control--primary {
  --segment-active-color: var(--color-pr500);
}

.m-slider-dots_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
}

.m-slider-dots {
  display: flex;
  padding: 0;
}

.m-slider-dots__point {
  background: var(--color-mid-grey-1);
  border-radius: 5px;
  cursor: pointer;
  height: 4px;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  width: 30px;
}

.m-slider-dots__point:before {
  background: var(--color-light-grey-5);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.m-slider-dots__point.activeDot:before {
  opacity: 1;
  transform: scale(1);
}

.m-slider-dots__point span {
  display: none;
}

.m-slider {
  width: 100%;
}

.m-slider__scroll-wrap {
  position: relative;
}

.m-slider__scroll-wrap:hover .m-slider__arrow {
  opacity: 1;
}

.m-slider__scroll-wrap:hover .m-slider__arrow-left {
  left: -18px;
}

.m-slider__scroll-wrap:hover .m-slider__arrow-right {
  right: -18px;
}

.m-slider__scroll-box {
  -ms-overflow-style: none;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
}

.m-slider__scroll-box::-webkit-scrollbar {
  display: none;
}

.m-slider__slide {
  scroll-snap-align: start;
}

.m-slider__arrow.m-button {
  height: 40px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 10;
}

.m-slider__arrow-left {
  left: 0;
}

.m-slider__arrow-right {
  right: 0;
}

.m-button.m-badge {
  --font-size: 10px;
  --radius: 4px;
  --padding: 1px 4px;
  border-radius: var(--radius);
  color: var(--text);
  cursor: default;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: 700;
  gap: 6px;
  line-height: 160%;
  padding: var(--padding);
}

.m-button.m-badge svg {
  height: calc(var(--font-size) * 1.6);
  width: calc(var(--font-size) * 1.6);
}

.m-button.m-badge.m-button--secondary {
  --background: var(--color-dark-grey-5);
  --outline: var(--color-dark-grey-5);
}

.m-button.m-badge--xs {
  --font-size: 8px;
  --radius: 2px;
  --padding: 0.5px 3px;
}

.m-button.m-badge--m {
  --font-size: 12px;
  --radius: 6px;
  --padding: 2.5px 8px;
}

.m-button.m-badge--l {
  --font-size: 14px;
  --radius: 6px;
  --padding: 3px 8px;
}

.m-button.m-badge.m-button--darken {
  --background: var(--color-dark-grey-0);
  --outline: var(--color-dark-grey-0);
}

.m-button.m-counter {
  --font-size: 10px;
  --size: 16px;
  --counter-padding: 6px;
  --counter-line-height: 160%;
  border-radius: 1000px;
  color: var(--text);
  cursor: default;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: 700;
  height: var(--size);
  line-height: var(--counter-line-height);
  padding: 0 var(--counter-padding);
}

.m-button.m-counter.m-button--secondary {
  --background: var(--color-dark-grey-5);
  --outline: var(--color-dark-grey-5);
}

.m-button.m-counter--d {
  --size: 8px;
}

.m-button.m-counter--s {
  --size: 12px;
  --font-size: 8px;
  --counter-padding: 4px;
  --counter-line-height: 12px;
}

.m-button.m-counter--l {
  --size: 20px;
  --font-size: 12px;
  --counter-padding: 7.5px;
  --counter-line-height: 21px;
}

.m-button.m-counter--xl {
  --size: 24px;
  --font-size: 14px;
  --counter-padding: 9px;
  --counter-line-height: 26px;
}

.m-button.m-counter--rounded {
  border-radius: 50%;
  padding: 0;
  width: var(--size);
}

.m-info-block {
  --info-icon-size: 52px;
  --info-icon-background: var(--color-dark-grey-2);
  --info-icon-color: var(--color-mid-grey-5);
  --info-icon-gap: 12px;
  --info-title-size: 16px;
  --info-message-size: 12px;
  --info-title-weight: 600;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  text-align: center;
  width: 100%;
}

.m-info-block,
.m-info-block-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.m-info-block-icon {
  background: var(--info-icon-background);
  border-radius: 50%;
  height: var(--info-icon-size);
  margin-bottom: var(--info-icon-gap);
  width: var(--info-icon-size);
}

.m-info-block-icon img,
.m-info-block-icon svg {
  color: var(--info-icon-color);
  height: 50%;
  width: 50%;
}

.m-info-block-title {
  color: var(--color-white);
  font-size: var(--info-title-size);
  font-weight: var(--info-title-weight);
  line-height: 1.6;
}

.m-info-block-message {
  color: var(--color-mid-grey-3);
  font-size: var(--info-message-size);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.m-info-block--large {
  --info-icon-size: 60px;
  --info-icon-gap: 32px;
  --info-title-size: 23px;
  --info-title-weight: 700;
  --info-message-size: 16px;
}

.m-info-block--small {
  --info-icon-size: 40px;
  --info-icon-gap: 8px;
  --info-title-size: 14px;
}

.m-info-block--primary {
  --info-icon-background: var(--color-pr400);
  --info-icon-color: var(--color-white);
}

.m-info-block--indigo {
  --info-icon-background: var(--color-in500);
  --info-icon-color: var(--color-light-grey-5);
}

.m-info-block--violet {
  --info-icon-background: var(--color-vi400);
  --info-icon-color: var(--color-white);
}

.m-info-block--success {
  --info-icon-background: var(--color-su500);
  --info-icon-color: var(--color-white);
}

.m-info-block--attention {
  --info-icon-background: var(--color-at300);
  --info-icon-color: var(--color-black);
}

.m-info-block--warning {
  --info-icon-background: var(--color-wa400);
  --info-icon-color: var(--color-white);
}

.m-info-block--danger {
  --info-icon-background: var(--color-da500);
  --info-icon-color: var(--color-white);
}

.m-currency-converted {
  flex-shrink: 0;
  position: relative;
  color: #fff;
}

.m-currency-converted-enabled {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.m-currency-converted-hidden {
  bottom: 0;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
}

.m-currency-converted span,
.m-currency-converted > div {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  white-space: nowrap;
}

.m-currency-converted-primary {
  align-items: center;
  display: flex;
  gap: 6px;
}

.m-currency-converted-inverted .m-currency-converted-primary {
  flex-direction: row-reverse;
  text-align: right;
}

.m-countdown-unit {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.m-countdown-unit--block {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.m-countdown-unit > * {
  height: 100%;
  transition-timing-function: ease-in-out;
}

.m-countdown-block {
  text-align: center;
}

.m-countdown-block-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  overflow: hidden;
}

.m-countdown-block-label {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
  margin-top: 2px;
}

.m-countdown-block--inline {
  display: flex;
}

.m-countdown-block--inline .m-countdown-block-items {
  gap: 0;
}

.m-countdown {
  color: var(--color-white);
  display: flex;
  gap: 10px;
  line-height: 150%;
}

.m-countdown--inline {
  font-weight: 700;
  line-height: 160%;
  overflow: hidden;
}

.m-countdown--small {
  font-size: 10px;
  gap: 3px;
  height: 16px;
}

.m-countdown--small .m-countdown-unit {
  width: 6px;
}

.m-countdown--medium {
  font-size: 14px;
  gap: 4px;
  height: 22px;
}

.m-countdown--medium .m-countdown-unit {
  width: 9px;
}

.m-category-scroll {
  --sectionPadding: 16px;
  --gap-games: 8px;
  width: 100%;
}

.m-category-scroll__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 16px 0;
}

.m-category-scroll__wrapper {
  overflow: hidden;
  position: relative;
}

.m-category-scroll__item {
  scroll-snap-align: start;
}

.m-category-scroll__item:not(:last-child) {
  margin-right: var(--gap-games);
}

.m-category-scroll__content {
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 calc(var(--sectionPadding) * -1);
  overflow-x: scroll;
  padding: 0 var(--sectionPadding);
  scroll-padding: 0 var(--gap-games);
  scroll-padding-inline-end: var(--sectionPadding);
  scroll-padding-inline-start: var(--sectionPadding);
  scrollbar-width: none;
  width: 100%;
}

.m-category-scroll__content::-webkit-scrollbar {
  display: none;
}

.ios .m-category-scroll__content {
  scroll-snap-type: x mandatory;
}

.m-category-scroll__content .m-category-scroll__item {
  flex: 0 0 288px;
  max-width: 288px;
}

.m-category-scroll__content--cols5 .m-category-scroll__item {
  flex: 0 0 140px;
  max-width: 140px;
}

.m-category-scroll__content--cols6 .m-category-scroll__item {
  flex: 0 0 124px;
  max-width: 124px;
}

.m-category-scroll__content--cols6 .Card-HeartWrapper {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
}

@media (min-width: 960px) {
  .m-category-scroll__content--cols6 .Card-HeartWrapper {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
}

.m-prev-next-arrows {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.m-prev-next-arrows .m-button {
  --text: var(--color-mid-grey-5);
}

.m-prev-next-arrows .m-button:disabled {
  --text: var(--color-mid-grey-1);
}

.m-category-slider {
  width: 100%;
}

.m-category-slider__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
  margin: 16px 0;

  /* background: linear-gradient(151deg,#CD0035,#1A191A 39% 65%,#CD0035); */
  padding: 4px 4px;
  border-radius: 12px;
  /* border: 1px solid #CD003550; */
  /* box-shadow: -3px -3px 0px #c60033; */
  background-image: radial-gradient(
      circle at 17% -50%,
      rgba(205, 0, 53, 0.25) 0%,
      rgba(102, 255, 102, 0) 18%
    ),
    radial-gradient(
      circle at 85% 150%,
      rgba(205, 0, 53, 0.25) 0%,
      rgba(102, 255, 102, 0) 20%
    ),
    linear-gradient(180deg, #232833 50%, #12151a 100%);
}

.m-category-slider__header > :nth-child(2) {
  margin-left: auto;
}

.m-category-slider__header--sticky {
  background: var(--color-dark-grey-0);
  margin-top: 50px;
  padding: 9px 0;
  position: sticky;
  top: 50px;
  z-index: 100;
}

@media (min-width: 768px) {
  .m-category-slider__header--sticky {
    top: 62px;
  }
}

@media (min-width: 1248px) {
  .m-category-slider__header--sticky {
    top: 79px;
  }
}

.m-category-slider__wrapper {
  overflow: hidden;
  position: relative;
}

.m-category-slider__content {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .m-category-slider__content--cols2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-category-slider__content--cols3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m-category-slider__content--cols4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .m-category-slider__content--cols5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .m-category-slider__content--cols6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.m-category-slider .slide-left-leave-active,
.m-category-slider .slide-right-leave-active {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.m-category-slider .slide-left-enter-active,
.m-category-slider .slide-left-leave-active,
.m-category-slider .slide-right-enter-active,
.m-category-slider .slide-right-leave-active {
  transition: all 0.25s ease-in-out;
}

.m-category-slider .slide-left-enter,
.m-category-slider .slide-left-leave-to,
.m-category-slider .slide-right-enter,
.m-category-slider .slide-right-leave-to {
  opacity: 0;
  transform: translate(-50%);
}

.m-category-slider .slide-left-leave-to,
.m-category-slider .slide-right-leave-to {
  opacity: 0;
  transform: translate(50%);
}

.m-category-slider .slide-right-enter {
  transform: translate(50%);
}

.m-category-slider .slide-right-leave-to {
  transform: translate(-50%);
}

.Card-Thumb,
.CdnImage img {
  height: 100%;
  width: 100%;
}

.Card-Thumb {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
  position: relative;
}

.Card-Thumb .Card-Image,
.Card-Thumb .Card-ImageNoCdn,
.Card-Thumb .Card-Video {
  flex: 1;
  height: 100%;
  width: 100%;
}

.Card-Thumb .Card-Image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.Card-Thumb .Card-Image.fadeIn {
  opacity: 1;
  filter: saturate(130%);
}

.Card-Thumb .Card-ImageHighResolution {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.6s ease-in-out;
}

.Card-Image,
.Card-Video {
  display: block;
  object-fit: cover;
}

.JackpotWin {
  --border-radius-4: 4px;
  align-items: center;
  background: var(--color-dark-grey-0);
  border-radius: var(--border-radius-4);
  display: flex;
  padding: 4px 8px 4px 4px;
}

.JackpotWin-Star {
  color: var(--color-at500);
  height: 14px;
  margin-right: 2px;
  width: 14px;
}

.desktop .JackpotWin-Star {
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.JackpotWin-Sum {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
}

.desktop .JackpotWin-Sum {
  font-size: 12px;
}

.Card-Tags__one {
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  width: fit-content;
}

@media (max-width: 590px) {
  .Card-Tags__one {
    font-size: 10px;
    padding: 2px 4px;
  }
}

.Card-Tags__one + .Card-Tags__one {
  margin-top: 4px;
}

.CardBadges {
  left: 8px;
  position: absolute;
  top: 8px;
  z-index: 9;
}

.CardBadges .JackpotWin + .Card-Tags {
  margin-top: 4px;
}

.Card {
  --color-text-overlay-gradient-body: linear-gradient(
    to right,
    transparent 10%,
    var(--color-dark-grey-0)
  );
  --color-text-overlay-gradient-hover: linear-gradient(
    to right,
    transparent 10%,
    var(--color-dark-grey-2)
  );
  --color-text-overlay-gradient-bg: linear-gradient(
    to right,
    transparent 10%,
    var(--color-dark-grey-1)
  );
  --color-overlay: rgba(0, 0, 0, 0.6);
  --border-radius-1000: 1000px;
  --border-radius-14: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  /* max-width: 90px;
    height: 150px; */
}

.Card.Custom {
  max-width: 82px;
  height: 110px;
}

@media (hover) {
  .card: hover .Card-Overlay {
    opacity: 1;
  }

  .Card:hover .Card-FooterLeft:after {
    background: var(--color-text-overlay-gradient-body);
  }
}

@media (hover) {
  .Card:hover .Card-InfoBtn,
  .Card:hover .Card-PlayBtn,
  .Card:hover .Card-PlayFun {
    opacity: 1;
  }

  .Card:hover .Card-Thumb {
    transform: scale(1.1);
  }
}

.Card-Bets {
  background: var(--color-dark-grey-2);
  border-radius: 25px;
  color: var(--color-light-grey-5);
  font-size: 14px;
  font-weight: 700;
  left: 10px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

@media (min-width: 768px) {
  .Card-Bets {
    font-size: 9px;
  }
}

@media (min-width: 1248px) {
  .Card-Bets {
    font-size: 14px;
  }
}

.Card-Main {
  flex-grow: 1;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.load-i-game {
  z-index: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.anim-load-i-game {
  width: 70px;
}
.Card-Main {
  border-top-left-radius: var(--border-radius-14);
  border-top-right-radius: var(--border-radius-14);
  flex-grow: 0;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
}

.Card-Main--clickable {
  cursor: pointer;
}

.Card-Main--grayscale img {
  filter: grayscale(100%);
}

.Card-Badge {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.Card-Badge--text {
  background-color: var(--color-in600);
  color: var(--color-light-grey-5);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}

.Card-Icon--best {
  height: 30px;
  width: 30px;
}

.Card-Icon--crypto {
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  z-index: 1;
}

.Card-ThumbWrapper {
  background-size: cover;
  border-radius: var(--border-radius-14);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .Card-ThumbWrapper {
    border-radius: var(--border-radius-14) var(--border-radius-14) 0 0;
  }
}

.Card-ThumbWrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.Card-Bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.Card-Thumb {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute !important;
  top: 0;
  transition: all 0.3s;
}

.Card-Sum {
  color: var(--color-pr500);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .Card-Sum {
    font-size: 12px;
  }
}

.Card-Text {
  color: var(--color-mid-grey-4);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.Card-Label {
  color: var(--color-dark-grey-5);
  font-size: 10px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  padding-top: 4px;
  text-transform: none;
  white-space: nowrap;
}

.Card-Label:after {
  background: linear-gradient(
    90deg,
    rgba(14, 21, 47, 0),
    var(--color-dark-grey-2) 90%
  );
  bottom: 0;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  width: 8px;
}

.Card-Overlay {
  background-color: var(--color-overlay);
  border-radius: var(--border-radius-14);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .Card-Overlay {
    border-radius: var(--border-radius-14) var(--border-radius-14) 0 0;
  }
}

.Card-Provider {
  align-items: center;
  color: var(--color-mid-grey-4);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.Card-ProviderIcon {
  height: 20px;
  margin-right: 8px;
}

.Card-ProviderName {
  color: var(--color-mid-grey-4);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.Card-PlayBtn,
.Card-PlayFun {
  align-self: center;
  font-size: 16px;
  height: 44px;
  max-width: 100%;
  opacity: 0;
  padding: 0 12px;
  transition: all 0.3s ease;
  width: 144px;
}

.Card-PlayBtn {
  margin-bottom: 4px;
}

@media (max-width: 960px) {
  .Card-PlayBtn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .Card-PlayBtn {
    font-size: 12px;
  }
}

.Card-InfoBtn {
  align-self: center;
  font-size: 16px;
  height: 44px;
  margin-bottom: 8px;
  max-width: 100%;
  opacity: 0;
  padding: 0 12px;
  transition: all 0.3s ease;
  width: 97px;
}

@media (max-width: 960px) {
  .Card-InfoBtn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .Card-InfoBtn {
    font-size: 12px;
  }
}

.Card-PlayIcon {
  fill: var(--color-light-grey-5);
  margin-right: 8px;
}

.Card-DgaText {
  font-size: 11px;
  font-weight: 700;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .Card-DgaText {
    font-size: 9px;
  }
}

@media (min-width: 1248px) {
  .Card-DgaText {
    font-size: 11px;
  }
}

.Card-DgaPlayers {
  align-items: center;
  background: var(--color-dark-grey-2);
  border-radius: var(--border-radius-1000);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
}

.Card-DgaUserIcon {
  fill: var(--color-mid-grey-5);
  margin-right: 3px;
}

.Card-TableInfo {
  background: var(--color-dark-grey-1);
  bottom: 0;
  color: var(--color-light-grey-5);
  height: 44px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.Card-Info,
.Card-TableInfo {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.Card-Info {
  flex-wrap: wrap;
}

.Card-InfoIcon {
  filter: invert(100%);
  height: 15px;
  margin-right: 5px;
  width: 15px;
}

@media (min-width: 768px) {
  .Card-InfoIcon {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1248px) {
  .Card-InfoIcon {
    height: 15px;
    width: 15px;
  }
}

.Card-Results {
  display: flex;
}

.Card-Result {
  align-items: center;
  background-color: var(--color-dark-grey-2);
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  margin-right: 5px;
  width: 28px;
}

.Card-Result:last-child {
  margin-right: 0;
}

.Card-FooterLeft {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.Card-Footer {
  align-items: center;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  max-width: 100%;
  padding: 4px 0;
  position: relative;
}
.Card-Footer {
  /* background: rgb(20 28 38 / 55%); */
  background: #0c0b0b;
  padding: 8px 16px;
}

.Card-Name {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .Card-Name {
    font-size: 14px;
  }
}

.Card-HeartWrapper {
  overflow: visible;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .Card-HeartWrapper {
    padding-left: 14px;
  }
}

.Card-Heart {
  fill: var(--color-light-grey-3);
  cursor: pointer;
  flex-shrink: 0;
  height: 24px;
  transform-origin: center;
  width: 24px;
}

.Card-Heart:hover {
  fill: var(--color-light-grey-5);
}

.Card-FooterBtn {
  font-size: 12px;
  height: 32px;
  margin-left: 8px;
  padding: 0 16px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .Card-FooterBtn {
    height: 40px;
  }
}

@media (min-width: 1248px) {
  .Card-FooterBtn {
    font-size: 16px;
    height: 44px;
    margin-left: 12px;
    padding: 0 20px;
  }
}

.Card--skeleton {
  pointer-events: none;
}

.Card--skeleton .Card-FooterLeft {
  opacity: 0.2;
}

.Card--skeleton .Card-FooterLeft .Card-Name,
.Card--skeleton .Card-FooterLeft .Card-ProviderName {
  display: block;
  position: relative;
  width: 75%;
}

.Card--skeleton .Card-FooterLeft .Card-Name:before,
.Card--skeleton .Card-FooterLeft .Card-ProviderName:before {
  content: " ";
}

.Card--skeleton .Card-FooterLeft .Card-Name:after,
.Card--skeleton .Card-FooterLeft .Card-ProviderName:after {
  background: var(--color-light-grey-5);
  border-radius: 4px;
  bottom: 2px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.Card--skeleton .Card-FooterLeft .Card-ProviderName {
  opacity: 0.5;
  width: 55%;
}

.Card--skeleton .Card-HeartWrapper {
  opacity: 0.3;
}

.Card--dga:hover .Card-Footer {
  background: 0 0;
}

.Card--dga:hover .Card-FooterLeft:after {
  background: var(--color-text-overlay-gradient-body);
}

.Card--dga .Card-ImageWrapper {
  border-radius: var(--border-radius-14);
}

.Card--dga .Card-Footer {
  background: 0 0;
  padding: 8px 0;
}

.Card--dga .Card-FooterLeft:after {
  background: var(--color-text-overlay-gradient-body);
}

.m-accordion-item {
  background: var(--color-dark-grey-2);
  border-radius: 8px;
  font-size: 14px;
  line-height: 160%;
}

.m-accordion-item__header {
  align-items: center;
  background: var(--color-dark-grey-3);
  border-radius: 8px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-weight: 600;
  gap: 8px;
  justify-content: space-between;
  padding: 11px 16px;
}

.m-accordion-item__header--inverted {
  flex-direction: row-reverse;
}

.m-accordion-item__header:focus-visible,
.m-accordion-item__header:hover {
  background: var(--color-dark-grey-4);
}

.m-accordion-item__header-title {
  flex: 1;
}

.m-accordion-item__header .m-icon {
  color: var(--color-mid-grey-5);
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.m-accordion-item__content {
  border-radius: 8px;
  color: var(--color-light-grey-1);
  font-weight: 500;
  padding: 12px 16px;
}

.m-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.avatar {
  align-items: center;
  background: var(--color-dark-grey-2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.avatar__img {
  width: 100%;
}

.avatar__empty {
  fill: var(--color-mid-grey-4);
  height: 55%;
  width: 55%;
}
.app {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  width: 100vw;
}
.nav-sidebar {
  background: var(--color-dark-grey-1);
  position: relative;
  z-index: 1;
  flex: 0;
}

@media (max-width: 768px) {
  .nav-sidebar.opened {
    position: fixed;
    z-index: 105 !important;
    top: 0;
    width: 100%;
  }

  .nav-sidebar-content {
    width: 100% !important;
  }
}
.nav-sidebar-content {
  transition: all 0.5s ease;
  width: var(--nav-sidebar-width);
}
.nav-sidebar-wrapped {
  background: var(--color-dark-grey-1);
}
.nav-sidebar-header {
  align-items: center;
  animation: fade 0.6s ease-in-out;
  display: flex;
  height: var(--nav-height, 64px);
  justify-content: center;
  position: relative;
  z-index: 104;
  background: #1c2433;
}
.nav-sidebar-header-toggle {
  bottom: 0;
  cursor: pointer;
  height: var(--nav-height, 64px);
  left: 0;
  position: absolute;
  top: 0;
  width: var(--nav-height, 64px);
}
.nav-sidebar-header-toggle svg {
  color: rgb(162, 165, 175);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.nav-sidebar-wrapped-content {
  animation: slide-up-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  height: calc(var(--app-height, 100vh) - var(--nav-height, 64px));
  opacity: 0;
  overflow-y: scroll;
  padding: 16px 8px;
  width: 64px;
  z-index: 103;
}
.nav-sidebar-wrapped .divider-bottom {
  margin-bottom: 16px;
  position: relative;
}
.nav-sidebar-smartico-wrapped {
  align-items: center;
  display: flex;
  flex-flow: column;
}
.nav-smartico-missions__button {
  align-items: center;
  background: 0 0;
  border-radius: 8px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 8px;
  line-height: 16px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-align: initial;
}
.nav-smartico-missions--wrapped .nav-smartico-missions__button:hover {
  background: var(--color-dark-grey-2);
}
.nav-smartico-missions__img {
  height: 40px;
  pointer-events: none;
  width: 40px;
  z-index: 1;
}
.nav-sidebar-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.nav-sidebar-icon.active,
.nav-sidebar-icon:hover {
  background: var(--color-dark-grey-3);
  border-radius: 8px;
}
.nav-sidebar-icon svg {
  color: var(--color-mid-grey-5);
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.nav-sidebar-wrapped .divider-bottom {
  margin-bottom: 16px;
  position: relative;
}
.nav-sidebar-wrapped .divider-top {
  margin-top: 16px;
  position: relative;
}
.nav-sidebar-wrapped .divider-top:before {
  background: var(--color-dark-grey-2);
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  top: -8px;
  width: 24px;
}
.nav-sidebar-wrapped .divider-bottom:after {
  background: var(--color-dark-grey-2);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  width: 24px;
}
.nav-sidebar-support-wrapped svg {
  color: var(--color-su400);
}
.header__search-icon {
  height: 24px;
  min-width: 24px;
}

.header-search {
  color: var(--color-mid-grey-2);
  cursor: pointer;
  height: 24px;
  margin: 0 6px;
  transition: color 0.2s ease-in-out;
}

.header-search:hover {
  color: var(--color-pr500);
}

.mobile .header-search {
  display: none;
  margin: 0;
}

.chat-button {
  height: 21px;
  width: 30px;
}

.chat-button.m-button {
  display: inline-flex;
}

.chat-button.m-button--icon {
  background: 0 0;
  box-shadow: none;
  outline: none;
  padding: 0 !important;
}

.chat-button svg {
  color: var(--color-mid-grey-5);
  transition: color 0.2s;
}

.chat-button svg:hover,
.chat-button:before {
  color: var(--color-white);
}

.chat-button:before {
  background: var(--color-dark-grey-5);
  border: 1px solid var(--color-dark-grey-0);
  border-radius: 1000px;
  content: attr(data-unread-count);
  display: none;
  font: 600 10px Montserrat;
  padding: 1px 4px;
  position: absolute;
  right: -5px;
  top: -4px;
  user-select: none;
}

.chat-button--visible:before {
  display: initial;
}

.chat-button--own:before {
  background: var(--color-pr500);
}

.auth-section-badge {
  align-items: center;
  background: var(--color-su500);
  border-radius: 8px;
  color: var(--color-light-grey-4);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  padding: 3px 8px;
  position: relative;
  width: 120px;
  z-index: 20;
}

.auth-section-badge img {
  height: 19px;
  width: 19px;
}

.SmarticoNotify {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMDQyIDIzLjAwM2g1LjkxNmEzIDMgMCAwIDEtNS45MTYgMFptMi45NTgtMTdhNy41IDcuNSAwIDAgMSA3LjUgNy41djRsMS40MTggMy4xNkEuOTUuOTUgMCAwIDEgMjAuMDUyIDIyaC0xNi4xYS45NS45NSAwIDAgMS0uODY3LTEuMzM4bDEuNDE1LTMuMTZWMTMuNDlsLjAwNS0uMjVBNy41IDcuNSAwIDAgMSAxMiA2LjAwNFoiIGZpbGw9IiNBMkE1QUYiLz48L3N2Zz4=)
    no-repeat;
  cursor: pointer;
  height: 28px;
  opacity: 0.9;
  position: relative;
  width: 31px;
}

.SmarticoNotify:hover {
  opacity: 1;
}

.SmarticoNotify:before {
  background: var(--color-pr500);
  border: 2px solid var(--color-dark-grey-0);
  border-radius: 40%;
  color: var(--color-white);
  content: attr(data-unread-count);
  display: none;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 5px;
  position: absolute;
  right: -2px;
  top: -3px;
  user-select: none;
}

.SmarticoNotify--visible:before {
  display: initial;
}

.smartico-mail {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.smartico-mail .m-icon {
  color: var(--color-light-grey-4);
  height: 24px;
  transition: all 0.2s ease-in-out;
  width: 24px;
}

.smartico-mail .m-icon:hover {
  color: var(--color-white);
}

.smartico-mail:active .m-icon {
  color: var(--color-light-grey-2);
}

.smartico-mail-notification {
  background: var(--color-pr400);
  border-radius: 50%;
  display: block;
  height: 8px;
  position: absolute;
  right: -2px;
  top: calc(50% - 12px);
  width: 8px;
}

.SmarticoAvatar {
  border-radius: 50%;
  width: 100%;
}

.AuthSectionAvatar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}

.AuthSectionAvatar,
.Cryptoleo .AuthSectionAvatar {
  background: var(--color-dark-grey-2);
  border-radius: 50%;
}

.AuthSectionAvatar-Icon {
  height: 18px;
  width: 18px;
}

.NavSidebar .AuthSectionAvatar {
  height: 56px;
  margin: 0 14px 0 0;
  width: 56px;
}

.AuthSectionAvatar-Rank {
  background: var(--color-dark-grey-1);
  border-radius: 50%;
  bottom: -2px;
  height: 18px;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  width: 18px;
}

.AuthSectionAvatar-Rank img {
  width: 100%;
}

.NavSidebar .AuthSectionAvatar-Rank {
  display: none;
}

.wager-locked-badge.m-badge.m-button {
  border-radius: 1000px;
  gap: 3px;
  line-height: 12px;
  padding: 2px 4px;
  position: absolute;
  right: -2px;
  top: -6px;
  white-space: nowrap;
}

.wager-locked-badge.m-badge.m-button .m-icon {
  height: 10px;
  width: 10px;
}

.auth-section-balance-content {
  width: 100%;
}

.auth-section-balance {
  align-items: center;
  background: var(--color-dark-grey-1);
  border-radius: 100px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 100%;
  padding: 0 8px;
  position: relative;
}

.auth-section-balance-content {
  overflow: hidden;
}

.auth-section-balance-content .m-currency-converted-icon {
  height: 18px;
  width: 18px;
}

.auth-section-balance-shadowed {
  padding-right: 20px;
}

.auth-section-balance-shadowed .auth-section-balance-content {
  position: relative;
}

.auth-section-balance-shadowed .auth-section-balance-content:after {
  background: var(--gradient-dark-grey-1-right);
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: -1;
  top: 0;
  width: 8px;
}

.auth-section-balance-wrapper {
  min-width: 0;
}

.Cryptoleo.desktop .auth-section-balance {
  width: 154px;
}

.auth-section-balance-text {
  line-height: 32px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.auth-section-balance-dropdown {
  left: 0 !important;
}

.auth-section-balance[active="true"]:before {
  border: 2px solid var(--color-dark-grey-2);
  border-radius: 102px;
  bottom: -2px;
  content: "";
  left: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
}

.auth-section-balance .auth-section-balance-arrow {
  color: var(--color-mid-grey-4);
  height: 12px;
  position: absolute;
  right: 8px;
  transition: transform 0.25s ease-in-out;
  width: 12px;
}

.auth-section-balance .auth-section-balance-arrow[active="true"] {
  transform: rotate(180deg);
}

.auth-section {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
  position: relative;
}

.auth-section__chat.chat-button {
  display: none;
  margin-left: 4px;
}

.auth-section__search.header-search {
  display: initial;
  order: -1;
}

.auth-section-Notify {
  order: 1;
}

@media (min-width: 768px) {
  .auth-section-Notify {
    order: 0;
  }
}

.auth-section .m-button-content {
  position: relative;
}

.auth-section-badge {
  margin: 0 auto;
  position: absolute;
  right: -13px;
  top: -13px;
}

.m-button-content img,
.m-button-content svg {
  display: block;
  height: var(--line-height);
  margin: 0;
  padding: 0;
  width: var(--line-height);
}

.bonus-badge img {
  width: 10px;
  height: 10px;
}

.auth-section-badge-arrow:after {
  background: var(--color-su500);
  border: inherit;
  border-radius: 0 0 0 0.25em;
  bottom: -15px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  height: 12px;
  margin: 0 auto;
  position: absolute;
  transform: rotate(135deg);
  width: 12px;
  z-index: 20;
}

@media (max-width: 768px) {
  .auth-section-badge-left {
    right: calc(50% - 60px);
  }
}

@media (min-width: 460px) {
  .auth-section__chat.chat-button {
    display: initial;
  }
}

.nav-logo {
  cursor: pointer;
  text-align: center;
}

.nav-menu-item {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  height: 32px;
  justify-content: center;
  padding: 6px 9px;
  transition: all 0.3s ease-in-out;
}

.nav-menu-item svg {
  color: var(--color-pr500);
  width: 20px;
}

.nav-menu-item.active svg {
  color: var(--color-pr500);
}

.nav-menu {
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
  display: flex;
  flex-flow: row;
}

.nav-menu-alternative {
  display: flex;
  flex-flow: row;
  gap: 20px;
}

.nav-menu-alternative a {
  align-items: center;
  color: var(--color-mid-grey-5);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

@media (hover) {
  .nav-menu-alternativea: hover {
    color: var(--color-white);
  }
}

.nav-menu-alternative a.active {
  color: var(--color-pr500);
}

.nav-menu-alternative a svg {
  fill: currentColor;
  height: 16px;
  margin-right: 6px;
  width: 16px;
}

.NavItem {
  align-items: center;
  color: var(--color-light-grey-3);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
  position: relative;
  transition: padding 0.5s;
  width: 100%;
}

.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover,
.mobile .NavItem:not(.NavItem--active):hover,
.tablet .NavItem:not(.NavItem--active):hover {
  color: var(--color-white);
  padding: 9px 20px 9px 24px;
}

.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover .NavItem-Icon,
.mobile .NavItem:not(.NavItem--active):hover .NavItem-Icon,
.tablet .NavItem:not(.NavItem--active):hover .NavItem-Icon {
  fill: var(--color-mid-grey-5);
}

.desktop .NavMobDropdown .NavItem:not(.NavItem--active):hover {
  background: var(--color-dark-grey-3);
}

.NavItem--active {
  color: var(--color-light-grey-5);
}

.NavItem--active:after {
  background: var(--color-warning-default);
  border-radius: 0 4px 4px 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.NavItem--active .NavItem-Icon {
  fill: var(--color-white);
}

.NavItem-Icon {
  color: var(--color-mid-grey-3);
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.nav-items {
  gap: 10px;
}

.nav-items-badge {
  margin-left: auto;
}

.nav-items-attention {
  color: var(--color-at400);
  width: 20px;
}

.NavMobDropdown {
  display: inline-flex;
}

.mobile .NavMobDropdown {
  display: block;
  width: 100%;
}

.NavMobDropdown-Content {
  background: var(--color-dark-grey-1);
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  padding: 8px 0;
  position: fixed;
  top: 54px;
  z-index: 19;
}

.mobile .NavMobDropdown-Content,
.tablet .NavMobDropdown-Content {
  left: 0;
  max-height: calc(var(--app-height) - 54px);
  width: 100%;
}

.desktop .NavMobDropdown-Content {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 8px 16px rgba(0, 0, 0, 0.24);
  width: 236px;
}

.NavMobDropdown-Overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  position: fixed;
  right: 0;
  top: 54px;
  z-index: 18;
}

.NavMobDropdown-NavItem {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: space-between;
}

.NavMobDropdown-NavItem:hover {
  background: var(--color-pr500);
}

.NavMobDropdown-NavItem:hover .NavMobDropdown-NavLink {
  color: var(--color-white);
}

.NavMobDropdown-NavItem:hover .NavMobDropdown-NavIcon {
  fill: #fde2d3;
}

.NavMobDropdown-NavLink {
  align-items: center;
  color: var(--color-light-grey-4);
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-start;
  margin: 8px 16px;
}

.NavMobDropdown-NavIcon {
  fill: var(--color-mid-grey-5);
  height: 20px;
  margin-right: 12px;
  width: 20px;
}

.NavMobDropdown-Line {
  background: var(--color-dark-grey-2);
  display: block;
  height: 1px;
  margin: 8px 16px;
}

.NavMobDropdown .NavItem {
  padding: 9px 16px;
}

.NavMobDropdown .NavItem--active {
  background: var(--color-pr500);
}

.NavMobDropdown .NavItem--active:after {
  display: none;
}

.email-verification-banner {
  background-color: var(--color-in400);
  position: relative;
  width: 100%;
}

.email-verification-banner-text {
  align-items: center;
  color: var(--color-in050);
  cursor: pointer;
  display: flex;
  gap: 6px;
  min-height: 46px;
  padding: 4px 40px 4px 10px;
}

@media (min-width: 590px) {
  .email-verification-banner-text {
    min-height: 27px;
  }
}

.email-verification-banner-text > div {
  display: block;
  font-size: 12px;
  line-height: 160%;
}

.email-verification-banner-text svg {
  height: 18px;
  min-width: 18px;
  width: 18px;
}

@media (min-width: 590px) {
  .email-verification-banner-text {
    gap: 8px;
    justify-content: center;
    padding: 4px 10px;
  }
}

.email-verification-banner-text .icon {
  align-items: center;
  color: var(--color-white);
  display: inline-flex;
  height: 18px;
  width: 24px;
}

.email-verification-banner-text span {
  color: var(--color-white);
}

.email-verification-banner-close {
  align-items: center;
  color: var(--color-in050);
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  right: 11px;
  top: 0;
}

.email-verification-banner-close svg {
  height: 16px;
  width: 16px;
}

@media (min-width: 590px) {
  .email-verification-banner-close {
    right: 18px;
  }
}

.main-nav {
  background: #1c2433;
  position: sticky;
  top: 0;
  z-index: 101;
}

.main-nav-content {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  height: var(--nav-height, 64px);
  justify-content: space-between;
  max-width: none;
  padding-left: 0;
}

.main-nav-toggle {
  cursor: pointer;
  height: var(--nav-height, 64px);
  margin-right: 10px;
}

.main-nav-toggle svg {
  color: var(--color-mid-grey-5);
  width: 24px;
}

.main-nav-toggle svg:hover {
  color: var(--color-light-grey-5);
}

.main-nav-logo {
  animation: fade 0.5s ease-in-out;
  cursor: pointer;
  flex: none;
}

.main-nav-logo--hidden {
  display: none;
  margin-right: 0;
}

@media (min-width: 1280px) {
  .main-nav-logo {
    margin-right: 12px;
  }
}

.main-nav-auth {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  min-width: 0;
}

.app {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  width: 100vw;
  margin-top: 36px;
}

.app #container {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: var(--app-height, 100vh);
  overflow-x: hidden;
  overflow-y: auto;
}

.app #container .Footer {
  margin-top: 30px;
  padding-top: 24px;
}
.lobby {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  background: #0d121b;
}
.mf-lobby-banners .m-slider__scroll-wrap {
  position: relative;
}
.m-slider-dots_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
}
.m-slider__scroll-box {
  -ms-overflow-style: none;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
}
.mf-lobby-banners .m-slider__slide {
  position: relative;
  overflow: hidden;
}
.mf-lobby-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 2/1;
  padding: 0 4px;
}
.mf-lobby-banner-picture {
  display: inline-block;
  width: 100%;
}
.mf-lobby-banner-picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 16px;
}
.mf-lobby-banner-Content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(16px, 4%, 40px);
}
.mf-lobby-banner-upperText {
  font-weight: 600;
  font-size: 10px;
  line-height: 1.1em;
  margin-bottom: 8px;
  color: var(--color-white);
}
.mf-lobby-banner-middleText {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 800;
  color: var(--color-at400);
}
.mf-lobby-banner-middleText {
  font-size: 28px;
}
.mf-lobby-banner-btn-container {
  margin-top: auto;
  padding-top: 16px;
}
.CategoriesTabs {
  position: relative;
  top: initial;
  left: initial;
  display: grid;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  overflow-x: auto;
  grid-template-columns: repeat(var(--tabs-count, 9), 1fr);
  grid-gap: 10px;
}
.CategoriesTabs-Tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 16px;
  line-height: 1.18;
  white-space: nowrap;
  background-color: var(--color-dark-grey-1);
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  user-select: none;
  -webkit-touch-callout: none;
  flex-direction: column;
}
.CategoriesTabs-Tab:hover {
  background-color: var(--color-dark-grey-2);
}
.CategoryIcon {
  width: 32px;
  height: 32px;
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  margin-right: 0;
}
.DefaultGames-Name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.242;
  text-align: center;
  color: var(--color-light-grey-5);
  display: block;
}
.DefaultGames-Title {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: none;
}
.DefaultGames-CategoryIcon {
  display: block;
  margin-right: 8px;
}
@media (hover) {
  .Card:hover .Card-Overlay {
    opacity: 1;
  }
}

@media (hover) {
  .Card:hover .Card-InfoBtn,
  .Card:hover .Card-PlayBtn,
  .Card:hover .Card-PlayFun {
    opacity: 1;
  }
  .Card:hover .Card-Thumb {
    transform: scale(1.1);
  }
}
.bets-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid var(--color-dark-grey-2);
  margin-bottom: 12px;
}
.bets-type-switch {
  min-width: 288px;
}
.bets-body {
  min-width: 100%;
  overflow-x: auto;
  background-color: var(--color-dark-grey-0);
  margin-bottom: 8px;
}
.bets-table {
  display: grid;
  width: auto;
  min-width: 100%;
  animation: fade 0.6s ease-in;
}
.bets-table-header {
  background: rgba(0, 0, 0, 0);
  display: grid;
  grid-auto-flow: column;
  padding: 6px 16px 7px;
}
.bets-table-cell {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: var(--color-mid-grey-1);
  font: 500 12px/19px "Montserrat";
}
.bets-table-cell:not(:last-child):not(.bets-table-cell-bet)::after {
  content: "";
  position: absolute;
  width: 20px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: var(--bet-row-gradient);
}
.bets-table-row-group,
.bets-table-live {
  overflow: hidden;
  height: 400px;
  position: relative;
  min-width: 100%;
}
.bets-table-live-new-bets,
.bets-table-live-old-bets {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 400ms ease-out;
  background-color: var(--color-dark-grey-0);
  will-change: transform;
  -webkit-transform: translate(0, -240px);
  transform: translate(0, -240px);
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 400ms ease-out;
}
.bets-table-row {
  --bet-row-background: var(--color-dark-grey-0);
  --bet-row-gradient: var(--gradient-dark-grey-0-right);
  display: grid;
  grid-auto-flow: column;
  border-radius: 4px;
  height: 40px;
  padding: 0 16px;
  background: var(--bet-row-background);
  gap: 4px;
  cursor: pointer;
}
.bets-table-data:nth-child(2n + 1) {
  --bet-row-background: var(--color-dark-grey-1);
  --bet-row-gradient: var(--gradient-dark-grey-1-right);
  border-radius: 8px;
}
.bets-table .bets-table-row,
.bets-table .bets-table-header {
  grid-template-columns: 280px 230px repeat(auto-fit, minmax(90px, 1fr));
}
.bets-game {
  cursor: pointer;
  display: inline-grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.bets-game-image {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bets-game-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.bets-player {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: var(--color-light-grey-1);
}
.bets-type-switch .m-segment-control-item {
  display: flex;
  align-items: center;
  gap: 5.5px;
  justify-content: center;
}
.feedback-section--large {
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
.feedback-section {
  padding: 16px;
  background: var(--color-dark-grey-1);
  border-radius: 16px;
}
.feedback-section-column--large {
  width: calc(50% - 16px);
}
.feedback-section-header-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-light-grey-5);
  text-align: center;
}
.feedback-section-header-title--large {
  margin-bottom: 16px;
  font-size: 32px;
  text-align: left;
}
.feedback-section-header-subtitle--large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.feedback-section-header-subtitle {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-mid-grey-5);
  text-align: center;
}
.feedback-form .m-form-field {
  margin-bottom: 8px;
}
.feedback-form-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feedback-form-submit span {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-mid-grey-3);
}
.ProvidersSection .Provider-Card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #232833 24%, #12151a 100%);
  /* box-shadow: 0 0 1px rgba(0,0,0,.32),0 40px 64px rgba(0,0,0,.24); */
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  height: 68px;
  cursor: pointer;
}
.ProvidersSection .Provider-Card > img {
  max-width: 85%;
  width: auto !important;
  object-fit: contain;
}
.BreadcrumbList {
  align-items: center;
  background-color: var(--color-dark-grey-1);
  color: var(--color-white);
  display: flex;
  font-size: 12px;
  margin-bottom: 80px;
  margin-top: 40px;
  padding: 7px 16px;
}
.BreadcrumbList-Item {
  margin-right: 16px;
  position: relative;
}
.BreadcrumbList-ItemLink {
  align-items: center;
  color: var(--color-white);
  display: flex;
  gap: 16px;
  text-transform: capitalize;
}
.BreadcrumbList-Item .m-icon {
  color: var(--color-pr400);
  height: 10px;
  width: 10px;
}
.BreadcrumbList-Item .active,
.BreadcrumbList-Item:last-child {
  color: var(--color-text-faded);
}
.FooterNav {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  margin-bottom: 40px;
  padding: 30px 0 40px;
  justify-content: space-between;
}
.FooterNav .nav-logo {
  display: block;
  margin-bottom: 33px;
}
.FooterSocials {
  display: flex;
  flex-direction: column;
}
.FooterSocials > span {
  color: var(--color-light-grey-4);
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.FooterSocials > div {
  align-items: center;
  display: flex;
}
.FooterSocials a:not(:last-child) {
  margin-right: 8px;
}
.FooterSocials > div .m-button {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.FooterLinks {
  grid-gap: 14px;
  align-items: start;
  display: grid;
  flex: 0 0 55%;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--rowsCount), 1fr);
}
.FooterLinks > a {
  align-self: flex-start;
  break-inside: avoid;
  color: var(--color-mid-grey-4);
  display: block;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
}
.FooterSupport {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.FooterSupport > div {
  color: var(--color-light-grey-5);
  font-size: 18px;
  line-height: 1.4;
}
.FooterSupport > span {
  color: var(--color-light-grey-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}
.FooterSupport > a {
  align-items: center;
  color: var(--color-light-grey-5);
  display: inline-flex;
  flex-shrink: 1;
  font-size: 16px;
  line-height: 1.5;
}
.FooterSupport > a > svg {
  color: var(--color-pr500);
  height: 18px;
  margin-right: 8px;
  width: 18px;
}
.Footer-Icons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.Curacao[data-v-1ec2412c] {
  align-items: center;
  display: flex;
}
.Curacao > img[data-v-1ec2412c]:not(:last-child) {
  margin-right: 10px;
  width: 30px;
}
.Footer-License {
  align-items: center;
  display: flex;
  margin: 0 0 0 auto;
}
.Footer-License > :not(:last-child) {
  margin-right: 20px;
}
.FooterMoreIcons {
  align-items: center;
  display: flex;
}
.Footer-License > :not(:last-child) {
  margin-right: 20px;
}
.FooterMoreIcons > :not(:last-child) {
  margin-right: 20px;
}
.lang-switcher-btn {
  font-size: 12px;
  font-weight: bold;
}
.lang-switcher-btn svg {
  margin-right: 10px;
}
.Footer-Text {
  color: var(--color-mid-grey-1);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 17px;
}
.Footer-Contact {
  color: var(--color-light-grey-5);
}
.Footer > p {
  color: var(--color-mid-grey-5);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  margin: 16px 0;
  text-align: center;
}
.Footer {
  padding-bottom: 54px;
}
.opened .nav-sidebar-content {
  width: 240px;
  overflow: scroll;
  height: 100vh;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.opened .nav-sidebar-content::-webkit-scrollbar {
  display: none;
}
.nav-sidebar-expanded {
  display: none;
}
.opened .nav-sidebar-expanded {
  height: 100vh;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.nav-sidebar-expanded-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-right: 2px solid rgb(255 255 255 / 6%);
}
.nav-sidebar-expanded-scrollY {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 8px;
}
.nav-sidebar-expanded--gap {
  display: flex;
  flex-flow: column;
  padding: 16px 8px 8px;
}
.nav-sidebar-smartico-card--bonus,
.nav-sidebar-smartico-expanded {
  margin-bottom: 16px;
}
.nav-sidebar-smartico-cards {
  background: var(--color-dark-grey-0);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  padding: 4px;
}
.nav-smartico-missions__button {
  align-items: center;
  background: var(--color-dark-grey-2);
  border-radius: 4px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 8px;
  line-height: 16px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-align: initial;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
.nav-smartico-missions__img {
  height: 40px;
  pointer-events: none;
  width: 40px;
  z-index: 1;
}
.nav-smartico-missions__title {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.nav-smartico-missions__title::after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 8px;
}
.nav-sidebar-expanded-additional,
.nav-sidebar-expanded-auth,
.nav-sidebar-expanded-challenge .challenge-container {
  margin-bottom: 16px;
}
.aviator-sidebar-btn {
  align-items: center;
  background: #e21114;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  margin-top: -8px;
  width: 100%;
}
.aviator-sidebar-btn img {
  width: 100%;
}
.aviator-sidebar-btn-name {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 4px;
}
.m-button.m-badge {
  --font-size: 10px;
  --radius: 4px;
  --padding: 1px 4px;
  border-radius: var(--radius);
  color: var(--text);
  cursor: default;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: 700;
  gap: 6px;
  line-height: 160%;
  padding: var(--padding);
}
.aviator-sidebar-btn-img {
  margin-left: auto;
}
.nav-sidebar-expanded-support {
  margin: 8px 0;
}
.nav-sidebar-items-title {
  align-items: center;
  border-radius: 8px;
  color: var(--color-light-grey-3);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  position: relative;
  transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  user-select: none;
}
.nav-sidebar-items-title--light {
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.nav-sidebar-items-icon {
  color: var(--color-mid-grey-3);
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.nav-sidebar-items-title {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.nav-sidebar-items-toggle-arrow {
  height: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
  transform: scaleY(-1);
  transition: transform 0.2s ease-in-out;
  width: 20px;
}
.transform-icon {
  transform: scale(1);
}
.nav-sidebar-item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-light-grey-3);
  transition: all ease-in-out 0.3s;
}
.nav-sidebar-item-content,
.nav-sidebar-item-txt {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.nav-sidebar-item-content {
  margin: 8px;
}
.nav-sidebar-item svg {
  width: 20px;
  color: var(--color-mid-grey-3);
}
.nav-sidebar-support {
  width: 100%;
}
.nav-sidebar-expanded-languages {
  margin-bottom: 8px;
}
.lang-switcher-btn--wide {
  line-height: 150%;
  padding: 11px;
}
.nav-sidebar-socials {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}
.nav-sidebar-socials__link {
  background-color: rgb(0 0 0 / 26%);
  border-radius: 4px;
  color: var(--color-white);
  padding: 8px 0;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.nav-sidebar-socials__link svg {
  height: 22px;
  width: 22px;
}
.MobileNav {
  display: none;
}
.modal-content {
  background: var(--color-dark-grey-1);
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 12px 24px rgba(0, 0, 0, 0.24);
  border: none;
}
.modal-title {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.modal-header {
  border-bottom: 0;
  color: var(--text-color);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 9;
}
.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  flex: 1;
}
.login-form-content {
  width: 100%;
  max-width: 428px;
}
.login-form-content-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  padding-top: 0;
}
.registration-form-field {
  margin-top: 16px;
}
.login-form-actions {
  width: 100%;
  max-width: 428px;
  margin-top: 24px;
}
.login-form-actions > button {
  width: 100%;
}
.login-form-actions-restore {
  text-align: center;
  padding: 4px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-pr500);
  cursor: pointer;
}
.registration-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  flex: 1;
}
.registration-form-content {
  width: 100%;
  max-width: 428px;
}
.registration-form-content-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 16px 0;
}
.registration-form-field {
  margin-top: 16px;
}
.phone-field {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.phone-field-select {
  width: 120px;
}
.phone-field-select .m-input-prepend {
  flex: 1 0 auto;
}
.phone-field-icon {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.phone-field-input {
  flex: 1;
}
.registration-form-actions {
  width: 100%;
  max-width: 428px;
  margin-top: 10px;
  position: relative;
}
.registration-form-actions > button {
  width: 100%;
}
.search-modal-wrapper {
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.search-header__title {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.search-input {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: auto;
  position: relative;
  width: 100%;
}
.search-input__icon {
  color: var(--color-pr500);
  height: 20px;
  left: 12px;
  position: absolute;
  right: auto;
  top: calc(50% - 11px);
  width: 20px;
}
.search-input {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: auto;
  position: relative;
  width: 100%;
}
#dropdownMenuButton {
  color: rgb(0 0 0 / 56%);
}
.search-input__input-field {
  background: rgb(255 255 255 / 26%);
  border: 2px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 44px;
  line-height: 1.18;
  padding: 16px 50px 16px 36px;
  width: 100%;
  font-weight: 600;
}
.search-input__input-field::placeholder {
  color: #fff;
  font-weight: 600;
}
.gameview-wrapper {
  height: 100vh;
  overflow: hidden;
}
.game-page {
  padding: 16px;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 16px);
}
.game-page__desktop {
  display: flex;
  flex-direction: column;
  position: relative;
}
.game-mode--desktop {
  width: calc(100% - 60px);
  margin-left: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.game-mode:not(.game-mode--multiple) {
  padding-top: 44px;
}
.game-mode__single {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 16px);
  padding: 0 0 65px;
}
.game-item {
  flex: 1;
}
.game-item__content {
  transition: all 0.3s ease-out;
  margin: initial;
  width: auto;
  background-color: var(--color-dark-grey-0);
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  border-radius: 0 0 12px 12px;
}
.game-header {
  background-color: var(--color-dark-grey-1);
  color: var(--color-text-main);
  padding: 6px 6px 6px 24px;
  border-radius: 12px 12px 0 0;
}
.game-header:not(.game-header--mobile) {
  position: absolute;
  width: 100%;
  top: -44px;
}
.game-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game-header__name {
  font: 600 16px/24px "Montserrat", "Verdana", sans-serif;
}
.game-header__name,
.game-header__logo,
.game-header__go-home {
  order: -1;
}
.game-header__logo {
  margin: 0 auto;
}
.game-header__toggle {
  margin-right: 16px;
  margin-left: 4px;
  flex: none;
}
.game-item__content:not(.game-item__content--multiple) {
  width: 100%;
}
.game-iframe {
  border: none;
  border-radius: 0 0 var(--border-radius-12, 12px) var(--border-radius-12, 12px);
  width: 100%;
  height: calc(100% - 44px);
  flex: 1;
}
.game-iframe--desktop {
  flex: initial;
  display: table;
  height: 100%;
  z-index: 1;
}
.game-header__btn {
  width: 32px;
  height: 32px;
}
.auth-section-avatar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
  background: #252c45;
  border-radius: 50%;
}
.SmarticoAvatar {
  border-radius: 50%;
  width: 100%;
}
.new-method-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.2s;
  background: #10151c;
  margin-bottom: 10px;
}
.new-method-list-expand {
  position: relative;
  padding: 8px 40px;
  font-size: 12px;
  line-height: 160%;
  font-weight: 500;
  text-align: right;
  border-radius: 0 0 8px 8px;
  color: var(--color-in200);
  background: var(--color-dark-grey-1);
  margin-top: 1px;
  cursor: pointer;
}
.new-method-list-info {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
}
.new-method-list-wrapper > * {
  height: 90px;
}
.payment-method-card-logo {
  position: relative;
  width: 60%;
  height: 60%;
  border-radius: 2px;
  margin-bottom: 5.45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-method-card-logo img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.payment-method-card-name {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}
.payment-methods .active {
  position: relative;
  background: #1f2746;
  box-shadow: 0 0 0 2px inset var(--color-su400);
}
.payment-methods .active::before,
.payment-methods .active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.payment-method-card {
  position: relative;
  padding: 12px 12px 0;
  max-height: 90px;
  background: #10151c;
  color: #e0e1e4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.payment-methods .active::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI1IDEwLjI5MjlMMTIuMzUzNiA4LjM5NjQ1QzEyLjE1ODMgOC4yMDEyIDExLjg0MTcgOC4yMDEyIDExLjY0NjQgOC4zOTY0NUMxMS40NTEyIDguNTkxNyAxMS40NTEyIDguOTA4MyAxMS42NDY0IDkuMTAzNTVMMTMuODk2NCAxMS4zNTM1QzE0LjA5MTcgMTEuNTQ4OCAxNC40MDgzIDExLjU0ODggMTQuNjAzNiAxMS4zNTM1TDIwLjEwMzUgNS44NTM1NUMyMC4yOTg4IDUuNjU4MjkgMjAuMjk4OCA1LjM0MTcxIDIwLjEwMzUgNS4xNDY0NUMxOS45MDgzIDQuOTUxMTkgMTkuNTkxNyA0Ljk1MTE5IDE5LjM5NjUgNS4xNDY0NUwxNC4yNSAxMC4yOTI5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.payment-methods .active::before,
.payment-methods .active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.payment-methods .active::before {
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: rgba(0, 0, 0, 0) var(--color-su400) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
}
.new-method-list-info {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
}
.cashier-form {
  flex: 1;
}
.cashier-form > * {
  margin: 20px 0;
}
.cashier-amount .m-form-field {
  margin: 12px 0;
}
.cashier-currency-select {
  height: 32px;
  border-radius: 16px;
  padding: 0 12px;
  background: var(--color-dark-grey-3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  position: relative;
  color: var(--color-white);
}
.amount-help {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 8px 8px 12px;
  background: var(--color-dark-grey-2);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 160%;
}
.amount-help--success {
  background-color: var(--color-su700);
}
.amount-help-icon {
  margin-right: 8px;
  color: var(--color-su050);
}
.amount-help-close {
  margin-left: auto;
  cursor: pointer;
  color: var(--color-in050);
}
.amount-chips {
  margin: 0 calc(-1 * var(--sectionPadding));
  padding: 2px var(--sectionPadding);
  display: flex;
  overflow-x: scroll;
}
.amount-chips {
  flex-wrap: wrap;
  gap: 4px;
}
.amount-chips-item {
  height: 44px;
}
.amount-chips-item.active {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.amount-chips-item {
  background: var(--color-dark-grey-2);
  border: 2px solid rgb(255 255 255 / 13%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  width: 69px;
  height: 32px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
  flex-shrink: 0;
  flex-grow: 1;
}
.amount-chips-item:not(:first-child) {
  margin-left: 4px;
}
.amount-chips-item {
  flex: 1;
}
.cashier-submit {
  margin: 16px 0;
  width: 100%;
}
.carousel {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.nav-sidebar-referral-program {
  align-items: center;
  background: linear-gradient(90deg, #cb438a, #7113d4);
  border-radius: px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 8px 8px 8px 12px;
  position: relative;
  transition: background 0.3s;
  user-select: none;
  margin-bottom: 20px;
}
.nav-sidebar-referral-program:hover {
  opacity: 0.8;
}
.nav-sidebar-referral-program__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.nav-sidebar-referral-program__title {
  color: #fff;
  font: 700 12px/16px Montserrat;
}
.nav-sidebar-referral-program__description {
  color: #fff;
  font: 500 10px/16px Montserrat;
}
.nav-sidebar-referral-program__next {
  color: #fff;
}
.profile-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.app-container {
  padding: 24px 16px;
}
.app-container__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.NavDesktop {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 240px;
  margin-right: 24px;
  height: calc(var(--app-height, 100vh) - var(--nav-height) - 16px);
  background: var(--color-dark-grey-1);
  border-radius: 16px;
}
.UserAvatar {
  display: flex;
  align-items: center;
  padding: 12px;
  background: var(--color-dark-grey-2);
  border-radius: 12px;
  --margin: 12px;
  width: calc(100% - var(--margin) * 2);
  margin: var(--margin);
}
.UserAvatar-Avatar {
  flex-shrink: 0;
  margin-right: 8px;
}
.UserAvatar-Text {
  flex-grow: 1;
  min-width: 0;
}
.UserAvatar-Email {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-mid-grey-4);
}
.NavItems {
  gap: 10px;
}
.NavDesktop .LogoutButton {
  margin-top: 12px;
  padding: 16px;
  border-top: 1px solid var(--color-dark-grey-2);
}
.LogoutButton-Btn {
  width: 100%;
}
.NavItem {
  align-items: center;
  color: var(--color-light-grey-3);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
  position: relative;
  transition: padding 0.5s;
  width: 100%;
}
.NavItem .m-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: var(--color-mid-grey-3);
}
.app-container .m-counter.m-button--secondary {
  --background: var(--color-dark-grey-5);
  --outline: var(--color-dark-grey-5);
  margin-left: auto;
}
.app-container {
  display: flex;
  height: 100%;
}
.PageSectionTitle {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-light-grey-5);
}
.PageSectionTitle-Text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
.GeneralUserPage-UserFields {
  padding: 12px 12px 4px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.GeneralUserPage-UserFields .m-form-field {
  margin-bottom: 8px;
}
.GeneralUserPage-Submit {
  margin: 16px 0 16px auto;
}
.alert-success {
  background: #069815;
  color: #fff;
  border-color: #069815;
  border-radius: 22px;
  font-size: 14px;
  padding: 10px 20px;
}
.wheel-area {
  direction: ltr;
  margin: 0;
  position: relative;
}
.wheel-light-behind {
  animation: lightBehindScale 600s ease infinite,
    lightBehindOpacity 5s ease infinite;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240%;
  left: -70%;
  pointer-events: none;
  position: absolute;
  top: -70%;
  width: 240%;
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.wheel-ring {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wheel-ring-overlay {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.wheel-holder {
  height: 450px;
  position: relative;
  width: 520px;
  left: 3px;
}
.wheel-content {
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  height: 87%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transform-origin: center;
  width: 87%;
}
.wheel-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: -1%;
  position: absolute;
  top: -1%;
  transform: rotate(90deg);
  width: 400px;
  height: 400px;
}
.wheel-sector {
  border-top-right-radius: 300px;
  height: 50%;
  overflow: hidden;
  position: absolute;
  transform-origin: bottom;
  width: 100%;
}
.wheel-sector-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  transform: rotate(-90deg);
  width: 100%;
}
.wheel-sector-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 37%;
  width: 37%;
}
.wheel-sector-name .sector-text {
  color: #fff;
  filter: drop-shadow(1px 1px 2px black);
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.wheel-spin-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 21%;
  left: 39.5%;
  position: absolute;
  top: 39.5%;
  width: 21%;
  z-index: 2;
}
.wheel-spin-button.active {
  animation: spinActive 0.5s ease infinite;
  cursor: pointer;
}
.wheel-lights {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wheel-lights .light {
  height: 100%;
  position: absolute;
  width: 100%;
}
.saw-view .wheel-lights .light .light-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.wheel-lights .light .light-icon.static {
  background-image: url("https://libs.smartico.ai/gf/images/saw/light-static-wood.png");
  height: 5%;
  left: 47.5%;
  top: 0.5%;
  width: 5%;
}
.wheel-light-behind {
  animation: lightBehindScale 600s ease infinite,
    lightBehindOpacity 5s ease infinite;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240%;
  left: -70%;
  pointer-events: none;
  position: absolute;
  top: -70%;
  width: 240%;
}
.wheel-sector-pointer {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.58%;
  position: absolute;
  right: -6%;
  top: 40.6%;
  transform: rotate(90deg);
  width: 16.83%;
  z-index: 10;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  background-color: var(--color-dark-grey-3);
  border-radius: 100%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-item {
  transition: transform 0.3s ease-in-out;
}
.error.login {
  color: #fff !important;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e75c5c;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
  min-width: 890px;
  background: #1c2433;
}
.text-error {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
}
.game-container .row {
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: nowrap !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.error .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.error.login svg {
  margin: 0;
  width: 3rem;
  height: 3rem;
  color: #fff;
  fill: #fff;
}

.play-demo-modal__icon {
  align-items: center;
  background-color: #ff0e0e;
  border-radius: 50%;
  display: inline-grid;
  height: 60px;
  justify-content: center;
  margin: 16px;
  overflow: hidden;
  width: 60px;
}
.menu-mobile {
  position: fixed;
  width: 100%;
  z-index: 150 !important;
  bottom: 0;
}
.menu-mobile-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
}
.mobile-nav {
  /* background: var(--color-dark-grey-1); */
  /* border: 1px solid var(--color-dark-grey-2); */
  background: none !important;
  border: none !important;
  display: flex;
  justify-content: space-between;
  /* padding: 8px 16px calc(env(safe-area-inset-bottom) + 8px); */
  padding: 4px 16px;
}
.mobile-nav__item {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 48px;
}
.mobile-nav__item.middleIcon {
  position: relative;
  top: -34px;
  background: #1a191a;
  border-radius: 50%;
  display: flex;
  aspect-ratio: 1/1;
  border: 2px solid #cd0035;
  justify-content: center;
  align-items: center;
}
.mobile-nav__icon-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
}
.mobile-nav__icon {
  fill: currentColor;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 1em;
  width: 1em;
}
.mobile-nav__text-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mobile-nav__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-top: 1px;
  min-width: 79px;
  text-align: center;
}
.nav-sidebar-item {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.nav-sidebar-item:hover {
  color: var(--color-pr500);
}
.nav-sidebar-item--main {
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
  transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.nav-sidebar-items-item + .nav-sidebar-items-item {
  margin-top: 4px;
}
.nav-sidebar-item__content {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 8px;
  font-weight: 600;
  width: 100%;
}
.BonusesPage {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.BonusesPage-Row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.WalletCard {
  border-radius: 16px;
}
.WalletCard-Content {
  padding: 16px;
  background: rgb(0 0 0 / 26%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.WalletCardHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.WalletCardHeader-Currency {
  display: flex;
  align-items: center;
  padding: 2.5px 4px 2.5px 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.6;
  background: var(--color-dark-grey-3);
  border-radius: 34px;
  border: none;
  outline: none;
  cursor: pointer;
}
.WalletCardHeader-Currency .m-icon {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  color: var(--color-mid-grey-5);
}
.WalletCardHeader-Limits {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 0 9px;
  height: 24px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-mid-grey-3);
  line-height: 1.6;
  border: 1px solid var(--color-dark-grey-3);
  border-radius: 34px;
  outline: none;
  cursor: pointer;
}
.WalletCardHeader-Limits .m-icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  color: var(--color-mid-grey-1);
}
.WalletCardAmount {
  position: relative;
  padding-left: 15px;
  margin-bottom: 16px;
}
.WalletCardAmount:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 3px;
  height: calc(100% - 8px);
  border-radius: 5px;
  background: var(--color-pr500);
}
.app-container {
  padding: 24px 16px 32px;
}
.WalletCardAmount-Balance {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: var(--color-white);
}
.TextOverflow {
  overflow: hidden;
  position: relative;
}
.TextOverflow:after {
  background: var(--gradient-dark-grey-1-right);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.WalletCardActions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.WalletCardActions-Btn {
  width: calc(50% - 4px);
}
.WalletCardFooter {
  display: flex;
  justify-content: space-between;
  background: rgb(0 0 0 / 26%);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.WalletCardFooter-Column {
  margin-top: 1px;
  width: calc(50% - 0.5px);
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6;
}
.WalletCardFooter-Text {
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-mid-grey-2);
}
.WalletCardFooter-Amount {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.WalletCardFooter-Amount .m-icon {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.TextOverflow:after {
  background: none;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  display: none;
}
.search-results__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.6s ease-out;
  margin-top: 20px;
}
.search-results__header-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: left;
  width: 100%;
}
.search-results__title {
  margin-right: 6px;
  text-transform: capitalize;
}
.search-results__nothing-found {
  color: var(--color-text-faded);
  text-align: center;
}
.results-list-element {
  align-items: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 64px;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.results-list-element__game-icon {
  background-color: var(--color-mid-grey-2);
  height: 64px;
  margin-right: 16px;
  width: 64px;
}
.game-thumb {
  border-radius: 8px;
  overflow: hidden;
}
.game-thumb__image,
.game-thumb__image-no-cdn,
.game-thumb__video {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.results-list-element__text {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-transform: capitalize;
  width: 100%;
}
.results-list-element__text__title {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
}
.results-list-element__text__description {
  color: var(--color-text-ghost);
  font-size: 12px;
  font-weight: 400;
}
.NavDropdown {
  display: inline-flex;
}

.NavDropdown-Content {
  background: var(--color-dark-grey-1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 8px 16px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  padding: 8px 0;
  width: 236px;
}

.NavDropdown-Overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  position: fixed;
  right: 0;
  top: 54px;
  z-index: 18;
}

.NavDropdown-NavItem {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: space-between;
}

.NavDropdown-NavItem:hover {
  background: var(--color-pr500);
}

.NavDropdown-NavItem:hover .NavDropdown-NavIcon,
.NavDropdown-NavItem:hover .NavDropdown-NavLink {
  color: var(--color-text-primary);
}

.NavDropdown-NavLink {
  align-items: center;
  color: var(--color-light-grey-4);
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-start;
  margin: 8px 16px;
}

.NavDropdown-NavIcon {
  color: var(--color-mid-grey-5);
  height: 20px;
  margin-right: 12px;
  width: 20px;
}

.NavDropdown-Line {
  background: var(--color-dark-grey-2);
  display: block;
  height: 1px;
  margin: 8px 16px;
}

.NavDropdown .NavItem {
  padding: 9px 16px;
}

.NavDropdown .NavItem--active {
  background: var(--color-pr500);
}

.NavDropdown .NavItem--active:after {
  display: none;
}

.NavDropdown-backdrop {
  background: var(--color-b070);
  height: calc(var(--app-height) - var(--nav-height));
  position: fixed;
  top: var(--nav-height);
  width: 100vw;
}
.NavItem:not(.NavItem--active):hover {
  color: var(--color-white);
  padding: 9px 20px 9px 24px;
}

.NavItem:not(.NavItem--active):hover .NavItem-Icon {
  fill: var(--color-mid-grey-5);
}

.NavDropdown .NavItem:not(.NavItem--active):hover {
  background: var(--color-dark-grey-3);
}

.NavItem--active {
  color: var(--color-white);
}

.NavDropdown .NavItem--active {
  color: var(--color-text-primary);
}

.NavItem--active:after {
  background: var(--color-warning-default);
  border-radius: 0 4px 4px 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.NavDropdown .NavItem--active .NavItem-Icon,
.NavItem--active .NavItem-Icon {
  color: var(--color-text-primary);
}

.NavItem-Icon {
  color: var(--color-mid-grey-5);
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.dropdown-menu.show {
  display: block;
  background: none;
  border: 0;
}
.SmarticoAvatar {
  cursor: pointer;
}
.nav-sidebar-expanded-app.footer-app-button {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-app-button {
  align-items: center;
  background: var(--color-dark-grey-2)
    url(https://cdn.aramuz.net/front/components/home/app/appButton-shadow.png)
    no-repeat 100% / cover;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  padding: 4px 8px 4px 0;
  width: 100%;
  margin-top: 8px;
}
.footer-app-button-image {
  margin: 4px;
  width: 40px;
}
.footer-app-button-text {
  display: flex;
  flex-direction: column;
}
.footer-app-button-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
.footer-app-button-description {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.6;
}
.pwa-instruction {
  padding: 40px 16px;
}
.pwa-instruction-title {
  font-size: 32px;
  text-align: left;
  color: var(--color-white);
  font-weight: 800;
}
.pwa-instruction-subtitle {
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: var(--color-light-grey-2);
}
.pwa-instruction-description {
  padding: 40px;
  align-items: center;
  background: var(--color-dark-grey-1);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}
.pwa-instruction-description-os {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.pwa-instruction-description-steps {
  counter-reset: list-counter;
}
.pwa-instruction-description-step {
  color: var(--color-mid-grey-5);
  counter-increment: list-counter;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
}
.pwa-instruction-description-step:before {
  content: counter(list-counter) ". ";
}
.pwa-instruction-description-link {
  color: var(--color-pr500);
}
.pwa-instruction-description-icon {
  cursor: pointer;
  margin: 0 3px;
}
.pwa-instruction-description-step + .pwa-instruction-description-step {
  margin-top: 16px;
}
.pwa-instruction-description-image {
  max-width: 404px;
}
.pwa-instruction img {
  max-width: 100%;
}
.ReferralPageOverview {
  padding-bottom: 100px;
}
.ReferralPageOverview-Row {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  grid-template-columns: 1fr 2fr;
}
.ReferralPageOverview-Row2 {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  grid-template-columns: 1fr 1fr;
}
.ReferralPageOverview-Row2 .ReferralStatistics-Field {
  margin-bottom: 10px;
}
.ReferralLink {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px 16px 16px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.ReferralHeader-Title {
  font-size: 18px;
  line-height: 1.4;
}
.ReferralHeader-Text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-mid-grey-3);
}
.ReferralLink-Link {
  display: flex;
  align-items: center;
  margin: auto 0 8px;
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
  white-space: nowrap;
}
.ReferralLink-Link .m-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  color: var(--color-mid-grey-5);
}
.ReferralLink .m-button {
  width: 100%;
}
.m-button--indigo {
  --background: var(--color-in400);
  --outline: var(--color-in400);
  --disabled-background: var(--color-in800);
  --disabled-text: var(--color-in600);
  --hover: var(--color-in500);
  --pressed: var(--color-in700);
}
.ReferralLink-Link:after {
  background: var(--color-dark-grey-2);
}
.ReferralStatistics {
  display: flex;
  flex-direction: column;
  padding: 12px 16px 16px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.ReferralStatistics .ReferralHeader {
  margin-bottom: 12px;
}
.ReferralHeader-Title {
  font-size: 18px;
  line-height: 1.4;
}
.ReferralHeader-Text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.ReferralStatistics-Fields {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ReferralStatistics-Field {
  display: flex;
  align-items: center;
  padding: 13px 10px;
  background: rgb(0 0 0 / 26%);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}
.ReferralStatistics-Field .m-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #fff;
}
.ReferralStatistics-Text {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.ReferralStatistics-Num {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-white);
}
.ReferralPageOverview .ReferralIncome {
  margin-bottom: 16px;
}
.ReferralHeader-Title {
  font-size: 18px;
  line-height: 1.4;
}
.ReferralIncome-Cards {
  margin-top: 8px;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.ReferralIncomeCard {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
  flex-direction: column;
  padding: 32px;
}
.ReferralIncomeCard-Icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 0;
  width: 68px;
  height: 68px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
  width: 84px;
  height: 84px;
  margin: 0 0 20px 0;
}
.desktop .ReferralIncomeCard-Content {
  text-align: center;
}
.ReferralIncomeCard-Title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}
.ReferralIncomeCard-Text {
  line-height: 1.6;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-light-grey-1);
}
.ReferralIncomeCard-Arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d121b;
  border-radius: 50%;
  z-index: 1;
  right: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
.ReferralIncomeCard-Content {
  text-align: center;
}
.BonusesPage-Row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.BonusesPage-Row2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.AvailableBonuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.AvailableBonus {
  display: inline-flex;
  flex-direction: column;
  padding: 10px;
  background: #10151c;
  border-radius: 4px;
  overflow-x: hidden;
  margin-top: 0;
}
.AvailableBonus-Badges {
  margin-bottom: 8px;
}
.AvailableBonusHeader {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: hidden;
}
.AvailableBonusHeader .m-badge {
  white-space: nowrap;
}
.m-button.m-badge {
  --font-size: 10px;
  --radius: 4px;
  --padding: 1px 4px;
  border-radius: var(--radius);
  color: var(--text);
  cursor: default;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: 700;
  gap: 6px;
  line-height: 160%;
  padding: var(--padding);
}
.m-button.m-badge svg {
  height: calc(var(--font-size) * 1.6);
  width: calc(var(--font-size) * 1.6);
}
.BonusName {
  margin-top: 4px;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  padding: 0 16px 12px;
  border-bottom: 1px solid var(--color-dark-grey-0);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  word-break: break-word;
}
.AvailableBonus .BonusName + .AvailableBonusFooter {
  margin-top: 16px;
}
.BonusDepositButton {
  flex-grow: 1;
}
.AvailableBonusFooter {
  margin-top: auto;
  display: flex;
  width: 100%;
}
.AvailableBonusFooter-Info {
  margin-left: 4px;
}
.InfoButton {
  width: 32px;
  height: 32px;
}
.labl {
  display: block;
  width: 400px;
}
.labl > input {
  visibility: hidden;
  position: absolute;
}
.labl > input + div {
  cursor: pointer;
  border: 2px solid transparent;
}
.labl > input:checked + div {
  background-color: #ffd6bb;
  border: 1px solid #ff6600;
}
.amount-help {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 8px 8px 12px;
  background: var(--color-dark-grey-2);
  border-radius: 4px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 160%;
}
.amount-help--success {
  background-color: var(--color-su700);
}
.amount-help-icon {
  margin-right: 8px;
  color: var(--color-su050);
}
.amount-help-close {
  margin-left: auto;
  cursor: pointer;
  color: var(--color-in050);
}
.m-form-field-description {
  color: var(--color-mid-grey-5);
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: center;
}
.RewardScale-Table {
  padding: 16px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.RewardScale-Thead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RewardScale-Th {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
}
.ReferralRewardsRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 9px;
}
.ReferralRewardsRow:nth-child(even) {
  background: rgb(255 255 255 / 12%);
  border-radius: 4px;
}
.ReferralRewardsRow-Lvl {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-transform: lowercase;
}
.ReferralRewardsRow-Amount {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
}
.RewardScale .ReferralHeader {
  margin-bottom: 12px;
}
.lowercase {
  text-transform: lowercase;
}
.qr-code-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.qr-code-info-code {
  border-radius: 8px;
  max-width: 100%;
  padding: 10px;
  background: #fff;
}
.qr-code-info-textarea {
  color: var(--color-light-grey-5);
  background: var(--color-dark-grey-2);
  border-radius: 8px;
  font-size: 11px;
  border: none;
  outline: none;
  font-family: inherit;
  width: 100%;
  height: 100px;
  padding: 16px;
  resize: none;
}
.qr-code-info-instructions {
  color: var(--color-light-grey-5);
  text-align: left;
}
.qr-code-info-instructions h3 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.qr-code-info-instructions p {
  font-size: 12px;
  text-align: center;
}
.amount-help--default {
  background-color: var(--color-in500);
}
.amount-help-icon--crown {
  color: var(--color-in050);
}
.qr-code-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.qr-code-info-code {
  border-radius: 8px;
  max-width: 100%;
  padding: 10px;
  background: #fff;
}
.owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  padding: 0;
}

.owl-dots .owl-dot {
  background: var(--color-mid-grey-1) !important;
  border-radius: 5px !important;
  cursor: pointer;
  height: 4px;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.owl-dots .owl-dot:before {
  background: var(--color-light-grey-5);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.owl-dots .owl-dot.active:before {
  opacity: 1;
  transform: scale(1);
}

.bloco3 .item {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.PromoCards {
  color: var(--color-white);
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  justify-content: stretch;
}
.PromoCard {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  min-height: 202px;
  padding: 16px;
  padding-right: 200px;
  background-color: var(--color-dark-grey-1);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  aspect-ratio: auto;
}
.PromoCard-Title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-light-grey-3);
  margin-bottom: 4px;
  white-space: break-spaces;
  margin: 15px 0;
}
.PromoCard:nth-child(1),
.PromoCard:nth-child(2) {
  grid-column: span 3;
  padding-right: 300px;
}
.PromoCard-Offer {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: break-spaces;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 40px;
  font-weight: 700;
}
.PromoCard-Actions {
  width: 100%;
  margin-top: auto;
  display: flex;
  padding-top: 12px;
}
.PromoCard-ActionBtn {
  padding: 10px 20px;
}
.balance-dropdown {
  background: var(--color-dark-grey-1);
  border-radius: 8px;
  box-shadow: var(--shadow-3);
  display: flex;
  flex-direction: column;
  gap: 5.5px;
  max-height: calc(var(--app-height) - var(--nav-height));
  overflow-y: auto;
  padding: 8px;
  width: 320px;
}
.bonuses-block {
  background: var(--color-dark-grey-1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.bonus-block-filled {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.active-balance {
  align-items: center;
  display: flex;
  gap: 1px;
  justify-content: space-between;
}
.active-balance-block {
  background: var(--color-dark-grey-2);
  border-radius: 8px 0 0 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 42px;
  justify-content: space-around;
  padding: 4px 12px;
  position: relative;
}
.active-balance-block__label {
  color: var(--color-light-grey-1);
  font-size: 10px;
  font-weight: 500;
}
.active-balance-block__amount {
  font-size: 12px;
  font-weight: 600;
}
.m-currency-converted span,
.m-currency-converted > div {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  white-space: nowrap;
}
.active-balance-block + .active-balance-block {
  border-radius: 0 8px 8px 0;
}
.bonuses-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bonuses-list-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bonuses-list-container {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}
.daily-bonus {
  align-items: center;
  background: rgb(0 0 0 / 46%);
  border-radius: 4px;
  justify-content: space-between;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.daily-bonus__left-side {
  display: flex;
  margin-right: 4px;
}
.daily-bonus__image {
  margin-right: 8px;
}
.daily-bonus__title {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.daily-bonus__title-text {
  color: var(--color-light-grey-3);
  font-size: 12px;
  margin: 0;
  word-break: break-word;
}
.daily-bonus__title-new-percent {
  color: var(--color-su400);
}
.daily-bonus__amount {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}
.daily-bonus__amount--zero {
  color: var(--color-mid-grey-5);
}
.m-currency-converted span,
.m-currency-converted > div {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  white-space: nowrap;
  color: #fff;
}
.daily-bonus__right-side {
  display: flex;
  min-height: 32px;
}
.daily-bonus__countdown-container {
  align-items: center;
  background: var(--color-dark-grey-1);
  border-radius: 34px;
  color: var(--color-mid-grey-1);
  display: flex;
  justify-content: center;
  padding: 2px 7px;
}
.daily-bonus__countdown-icon {
  margin-right: 4px;
}
.daily-bonus__countdown-value {
  color: var(--color-mid-grey-1);
  font-size: 12px;
  margin: 0;
  min-width: 55px;
}
.daily-bonus__info-icon {
  color: var(--color-mid-grey-1);
  cursor: pointer;
  margin-left: 6px;
  width: 20px;
}
.mission-progress {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  width: 100%;
}
.progress-container {
  text-align: center;
  width: 100%;
}
.progress-container .progress-bar {
  background: #fff;
  border-radius: 10px;
}
.progress-container .progress-bar .progress-bar-fill {
  animation: animation-bar 20s linear infinite;
  background: var(--progress-line);
  background-size: 8px;
  border-radius: 10px;
  height: 8px;
  transition: zoom 1s;
}
.mission-progress .progress-bar-fill {
  background-size: 11px;
  height: 11px;
}
.mission-progress .mission-progress-value {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
.mission-reward-container .mission-section-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
.indicacoes {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  grid-template-columns: 1fr 2fr;
}
.ReferralPageOverview-Row3 .ReferralStatistics-Field {
  margin-bottom: 8px;
}
.active-balance-card {
  background: var(--color-dark-grey-2);
  border-radius: 12px 0 0 12px;
  column-gap: 8px;
  display: flex;
  flex: 1;
  height: 56px;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.active-balance-card--bonus:before,
.active-balance-card--money:before {
  border-radius: 50%;
  content: "";
  filter: blur(40px);
  height: 120px;
  left: -60px;
  opacity: 0.4;
  position: absolute;
  top: -100px;
  width: 120px;
}
.active-balance-card__logo {
  display: flex;
  padding: 4px;
  position: relative;
}
.active-balance-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.active-balance-card__label {
  color: var(--color-light-grey-1);
  font-size: 12px;
  font-weight: 600;
}
.active-balance-card__amount {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.active-balance-card--money:before {
  background-color: #fcee59;
}
.active-balance-card--bonus:before {
  background-color: #71e032;
}
.active-balance-card + .active-balance-card {
  border-radius: 0 12px 12px 0;
}
.taxaSaque {
  background: #0d121b;
  border-radius: 8px;
  padding: 20px;
}
.taxaSaque ul li {
  font-size: 12px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 0fr;
}
.promo-deposit {
  align-items: center;
  background: var(--color-dark-grey-2);
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: space-between;
  padding: 6px 8px;
}
.promo-deposit__content {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  min-width: 0;
}
.promo-deposit__content-name {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promo-deposit .m-button-content {
  font-size: 12px;
}
.promo-deposit > .m-button {
  flex-shrink: 0;
  height: 27px;
  width: 100%;
}
.m-fs14 {
  font-size: 14px;
}
.m-fw600 {
  font-weight: var(--font-weight-semi-bold);
}
.m-lh160 {
  line-height: 160%;
  margin: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--color-light-grey-1);
  text-decoration: none;
  background-color: var(--color-dark-grey-2);
  border: var(--bs-pagination-border-width) solid var(--color-dark-grey-2);
  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;
  border-radius: 8px !important;
  margin-right: 4px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  text-align: center;
}
.active > .page-link,
.page-link.active,
.page-link:hover {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--color-pr500);
  border-color: var(--color-pr500);
}
.pagination {
  margin: 10px auto;
}
.RewardScale-Th .m-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}
.LoyaltyRanks-Levels {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.LoyaltyRank {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.LoyaltyRanks-Levels .LoyaltyRank {
  width: 100%;
}
.LoyaltyRank-Wrapper {
  display: inline-flex !important;
  min-width: 113px;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.LoyaltyRank-Background {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 42px;
  border-radius: 4px;
  background-color: rgb(0 0 0 / 26%);
  overflow: hidden;
}
.LoyaltyRank-Background--active {
  border: 2px solid var(--color-pr500);
}
.LoyaltyRank-Background::after {
  content: "";
  background-image: url(https://cdn.aramuz.net/front/components/loyalty/light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 280px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -27%;
}
.LoyaltyRank-Background--active::after {
  animation: rotating 20s infinite linear;
}
.LoyaltyRank-Content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  margin-top: 42px;
  padding: 64px 16px 16px;
  border-radius: 16px;
  z-index: 1;
}
.LoyaltyRank .LoyaltyRankImage {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.LoyaltyRankName {
  margin-bottom: 18px;
}
.LoyaltyRankName-Title {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--color-light-grey-5);
}
.LoyaltyRankName-Text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: var(--color-mid-grey-4);
}
.LoyaltyRankName-Points {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--color-pr400);
}
.LoyaltyRankReward {
  margin-bottom: 16px;
  padding: 6px 8px 4px 8px;
  background: rgb(0 0 0 / 26%);
  border-radius: 4px;
}
.LoyaltyRankReward-Title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-white);
}
.LoyaltyRankReward-Icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.LoyaltyRankReward-Reward {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-at400);
  text-align: center;
}
.LoyaltyRank-Perks {
  display: flex;
  flex-direction: column;
}
.LoyaltyRankDetailsBtn {
  width: 100%;
  margin-top: 16px;
}
.LoyaltyRank-MyRank {
  display: flex;
  align-items: center;
  width: 100%;
  height: 18px;
  background: linear-gradient(
    to bottom,
    var(--color-pr500) 0%,
    var(--color-pr500) 10px,
    #0d121b 10px
  );
  position: absolute;
  bottom: -18px;
}
.LoyaltyRank-MyRank span {
  flex-grow: 1;
  height: 100%;
  border: 2px solid #0d121b;
  background: #0d121b;
}
.LoyaltyRank-MyRankText {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-text-primary);
  background: var(--color-pr500);
  border-radius: 0 0 4px 4px;
}
.LoyaltyRank-MyRank span:last-child {
  border-radius: 4px 0 0 0;
}
.nav-sidebar-smartico-card--bonus .nav-smartico-missions__title {
  flex: initial;
  font-size: 14px;
  line-height: 22px;
}
.nav-smartico-missions__button:hover {
  opacity: 0.8;
}
.m-select-list {
  background: var(--color-dark-grey-2) !important;
  list-style: none;
  margin-bottom: 5px;
  padding: 5px;
}
.dropdown-item {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.dropdown-item:hover {
  background: var(--color-pr500);
}
.dropdown-item svg {
  margin-right: 10px;
}
.center {
  text-align: center;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.w-full {
  width: 100% !important;
}
.carregando {
  background: rgb(0 0 0 / 76%);
  z-index: 20;
}
.carregando .spinner-border {
  color: var(--color-pr500);
}
.cancelarRegistro {
  margin-top: 20px;
  display: block;
  color: #aaa;
  font-weight: 400;
}
#jvlabelWrap {
  display: none;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-dark-grey-1);
  z-index: 9999999999;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.preloader-exit {
  animation: slideUp 0.5s forwards;
}
.preloader-logo {
  width: 100px;
  animation: pulse 1.5s infinite;
  display: block;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading-icon {
  width: 50px;
  height: 50px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: block;
}
.Curacao img {
  margin: 0 20px;
}
.AoOTG {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  --tw-bg-opacity: 1;
  background-color: rgb(40 161 112 / var(--tw-bg-opacity));
  line-height: 1rem;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(253 255 255 / var(--tw-text-opacity));
}
.AoOTG span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  min-height: 1.75rem;
}
.AoOTG button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 255 255 / var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: bold;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(40 161 112 / var(--tw-text-opacity));
}
swiper-container {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: #fff;
  --swiper-pagination-bullet-width: 0px;
  /*
    --swiper-navigation-top-offset: 10px;
    --swiper-navigation-sides-offset: 10px;
    --swiper-pagination-color: #92a4ae;
    --swiper-pagination-bullet-border-radius: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 4px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #254a5d;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 0rem;
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;

  /* max-width: 90px;
    margin-right: 10px !important; */
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.grade {
  display: grid;
  grid-auto-rows: 550px; /* Altura das linhas automáticas */
  gap: 40px; /* Espaço entre os itens */
}
.grade swiper-slide {
  grid-column: span 1; /* Ocupa uma coluna */
  grid-row: auto; /* Ocupa uma linha, ou 'auto' se variável */
}
swiper-container.Custom swiper-slide {
  max-width: 82px;
  margin-right: 10px !important;
}
.login-form-content-title2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 0;
}
.aceito_bonus {
  margin: 0;
  font-size: 14px;
}
.m-radio--checked .m-icon {
  display: block !important;
}
.registerLogin {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.registerLogin button {
  color: #fff;
  font-weight: bold;
}
.registerLogin button:hover {
  text-decoration: underline;
}
.common-module_desc_GcVej {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-mid-grey-5);
  margin-top: 0;
  margin-bottom: 16px;
}
.bonus-badge {
  font-size: 8px;
  color: var(--color-light-grey-5);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 40px;
  height: 14px;
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
.QGFJ7[data-v-b773f874] {
  display: flex;
  margin-bottom: 1.25rem;
}
.FtGgZ[data-v-b773f874] {
  align-items: center;
  border-radius: 0.75rem;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  line-height: 1.5rem;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  background: linear-gradient(90deg, #ffac4b40, #ffac4b00);
  color: rgb(255 255 255 / 100%);
}
.winners-slider {
  align-items: center;
  display: flex;
}
.FtGgZ img[data-v-b773f874] {
  max-width: 4rem;
}
._6FYXi[data-v-b773f874] {
  background-color: #fdffff0d;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  height: unset;
  padding: 0.75rem;
  scroll-snap-align: start;
  width: 280px;
}
.rOZs4[data-v-b773f874] {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
._3xsKN[data-v-b773f874] {
  aspect-ratio: 300 / 350;
  border-radius: 0.5rem;
  height: auto;
  max-width: 55px;
}
._8s-zX[data-v-b773f874] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  overflow: hidden;
}
.OdrNQ[data-v-b773f874] {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hhgc3[data-v-b773f874] {
  color: #ffffffb3;
  font-size: 0.75rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._94E07[data-v-b773f874] {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: -0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 232 0 / var(--tw-text-opacity));
}
.balanceBonus {
  align-items: center;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  gap: 2px;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -17px;
  z-index: 10;
  background-color: #28a170;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.girosGratis {
  text-align: center;
}
.girosGratis img {
  width: 120px;
  border-radius: 4px;
}
.girosGratis p {
  margin: 20px 0;
}
.girosGratis b {
  color: var(--color-pr500);
}
.girosGratis .m-button--primary {
  width: 100%;
}
body.loading #preloader {
  display: flex;
}

body.loading #app {
  display: none;
}

body.loaded #preloader {
  display: none;
}

body.loaded #app {
  display: block;
}
.Filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.Filtros .m-form-field {
  flex: 1;
}
.table-resultados {
  border: 2px solid rgb(255 255 255 / 13%);
}
.table-resultados th {
  background: #f12c4c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
.table-resultados td {
  font-weight: 500;
  text-align: center;
}
.mf-lobby-banners swiper-slide a {
  border-radius: 8px;
  overflow: hidden;
}
.middleIcon .mobile-nav__icon-wrap {
  margin-bottom: 0;
}
