/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap");
:root {
  --bg-primary: #252D38;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #1c242e;
  --counter-tick: #464646;
  --text-color: #fff;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #37414b;
  --third-color: #02bed1;
  --fourth-color: #2cff9f;
  --stroke-color: #00f7ff;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.3);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #37424c;
  --bg-gradient-top-color: rgba(27, 31, 44, 0.45);
  --bg-gradient-bottom-color: rgba(13, 16, 22, 0.6);
  --bg-blocky-menu: #151924;
  --bg-blocky-submenu: #5e6872;
  --bg-hover-blocky-menu: #5e6872;
  --color-blocky-menu: #a8c4ce;
  --color-selected-blocky-menu: #fff;
  --border-blocky-menu: #37424c;
  --menu-color: #a8c4ce;
  --label-color: #d3d3d3;
  --cardColor: rgba(0, 0, 0, 0.1);
  --cardColor2: rgba(0, 0, 0, 0.2);
  --bg-dialog-1: #151924;
  --bg-dialog-2: #1c242e;
  --bg-success: #7ac75c;
  --color-success: #0cc572;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #00aaff;
  --color-info: #00aaff;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.4;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #ffef4a;
  --blockly-disabled-stroke-color: #7b731c;
  --color-lime-50: oklch(.986 .031 120.757);
  --color-lime-100: oklch(.967 .067 122.328);
  --color-lime-200: oklch(.938 .127 124.321);
  --color-lime-300: oklch(.897 .196 126.665);
  --color-lime-400: oklch(.841 .238 128.85);
  --color-lime-500: oklch(.768 .233 130.85);
  --color-lime-600: oklch(.648 .2 131.684);
  --color-lime-700: oklch(.532 .157 131.589);
  --color-lime-800: oklch(.453 .124 130.933);
  --color-lime-900: oklch(.405 .101 131.063);
  --color-lime-950: oklch(.274 .072 132.109);
  --color-green-50: oklch(.982 .018 155.826);
  --color-green-100: oklch(.962 .044 156.743);
  --color-green-200: oklch(.925 .084 155.995);
  --color-green-300: oklch(.871 .15 154.449);
  --color-green-400: oklch(.792 .209 151.711);
  --color-green-500: oklch(.723 .219 149.579);
  --color-green-600: oklch(.627 .194 149.214);
  --color-green-700: oklch(.527 .154 150.069);
  --color-green-800: oklch(.448 .119 151.328);
  --color-green-900: oklch(.393 .095 152.535);
  --color-green-950: oklch(.266 .065 152.934); }

:root.light {
  --bg-primary: #E4E5F1;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #f2f2f2;
  --counter-tick: #8b8b8b;
  --text-color: #585858;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #465a6e;
  --third-color: #02bed1;
  --fourth-color: #2fa100;
  --stroke-color: #00ffd4;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.4);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #c2c2c2;
  --bg-gradient-top-color: rgba(186, 186, 186, 0.45);
  --bg-gradient-bottom-color: rgba(141, 141, 141, 0.6);
  --bg-blocky-menu: #D1D1E0;
  --bg-blocky-submenu: #b2b7be;
  --bg-hover-blocky-menu: #b2b7be;
  --color-blocky-menu: #585858;
  --color-selected-blocky-menu: #111111;
  --border-blocky-menu: #a2abb3;
  --menu-color: #d3d3d3;
  --label-color: #111111;
  --cardColor: rgba(255, 255, 255, 0.6);
  --cardColor2: rgba(0, 0, 0, 0.1);
  --bg-dialog-1: #D1D1E0;
  --bg-dialog-2: #E4E5F1;
  --bg-success: #0f9a0f;
  --color-success: #0f9a0f;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #005fc5;
  --color-info: #005fc5;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.5;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #817a1f;
  --blockly-disabled-stroke-color: #82780b; }

:root.dark {
  --bg-primary: #252D38;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #1c242e;
  --counter-tick: #464646;
  --text-color: #fff;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #37414b;
  --third-color: #02bed1;
  --fourth-color: #2cff9f;
  --stroke-color: #00f7ff;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.3);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #37424c;
  --bg-gradient-top-color: rgba(27, 31, 44, 0.45);
  --bg-gradient-bottom-color: rgba(13, 16, 22, 0.6);
  --bg-blocky-menu: #151924;
  --bg-blocky-submenu: #5e6872;
  --bg-hover-blocky-menu: #5e6872;
  --color-blocky-menu: #a8c4ce;
  --color-selected-blocky-menu: #fff;
  --border-blocky-menu: #37424c;
  --menu-color: #a8c4ce;
  --label-color: #d3d3d3;
  --cardColor: rgba(0, 0, 0, 0.1);
  --cardColor2: rgba(0, 0, 0, 0.2);
  --bg-dialog-1: #151924;
  --bg-dialog-2: #1c242e;
  --bg-success: #7ac75c;
  --color-success: #0cc572;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #00aaff;
  --color-info: #00aaff;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.4;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #ffef4a;
  --blockly-disabled-stroke-color: #7b731c; }

.dbot-banner {
  font-family: 'IBM Plex Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  align-items: center;
  align-self: center;
  display: flex;
  float: left;
  height: calc(100% - 20px);
  margin: 10px 0; }
  .dbot-banner__icon {
    margin-right: 8px;
    margin-left: 32px; }
  .dbot-banner__ad {
    color: #fff;
    margin-right: 16px;
    display: flex;
    justify-content: center; }
    .dbot-banner__ad-text {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
  .dbot-banner__button {
    font-size: 14px;
    background-color: #ff444f;
    font-weight: bold;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 16px;
    display: inline-flex;
    border: 0;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    outline: 0;
    position: relative;
    text-decoration: none;
    text-transform: none !important; }
    .dbot-banner__button:hover {
      background: #eb3e48; }
    .dbot-banner__button:focus {
      outline: none; }
  .dbot-banner__separator {
    width: 2px;
    height: 36px;
    background-color: #17212c; }

@media only screen and (max-width: 520px) {
  .dbot-banner {
    display: none; } }

@media only screen and (max-width: 700px) {
  .dbot-banner__separator {
    display: none; } }

#footer .container {
  max-width: 1200px; }

#footer #footer-menu h4 {
  font-size: 0.85em; }

#footer #footer-menu ul {
  padding: 0px; }

#footer #footer-menu li {
  line-height: 1;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

#footer .content-inverse-color a {
  text-decoration: underline; }

#footer #footer-regulatory {
  padding-bottom: 0px; }
  #footer #footer-regulatory a, #footer #footer-regulatory p, #footer #footer-regulatory .fld-risk-warning legend {
    font-size: 13px !important; }
  #footer #footer-regulatory a, #footer #footer-regulatory p {
    font-weight: 100; }
  #footer #footer-regulatory a {
    color: #dedede; }
  #footer #footer-regulatory p, #footer #footer-regulatory .fld-risk-warning legend {
    color: #a8a8a8;
    text-align: justify;
    margin: 0 0 10px; }
  #footer #footer-regulatory .fld-risk-warning {
    margin-bottom: 30px;
    border-color: #44484c; }
    #footer #footer-regulatory .fld-risk-warning legend {
      text-transform: uppercase; }
  #footer #footer-regulatory .about-binary {
    border-top: 1px solid #44484c;
    border-bottom: 1px solid #44484c;
    padding: 10px 0;
    margin-bottom: 10px; }
    #footer #footer-regulatory .about-binary p {
      margin: 0; }
  #footer #footer-regulatory .risk-warning {
    margin-bottom: 30px; }
    #footer #footer-regulatory .risk-warning p {
      font-size: 16px; }
  #footer #footer-regulatory #ratelimit-error-message, #footer #footer-regulatory #site-status-message {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fef1cf;
    z-index: 999; }
  #footer #footer-regulatory #site-status-message {
    z-index: 9999; }

#footer .iom-icon {
  width: 90px; }

#footer .lga-icon {
  width: 100px; }

#footer .gamstop-icon {
  width: 109px; }

#footer .gamstop-icon.data-show-visible + .lga-icon {
  width: 70px;
  margin-bottom: 3px;
  margin-left: -10px; }

#footer .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center; }

#footer .lga-gamstop-icon-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse; }

#footer .age-restriction {
  width: 50px; }

#footer .social-icons {
  margin-left: auto; }
  #footer .social-icons > *:not(:first-child) {
    margin-left: 10px; }
  #footer .social-icons img {
    height: 35px;
    width: 35px; }

#footer .icon-row {
  padding-top: 10px;
  padding-bottom: 14px; }

#footer .regulation-logos > * {
  margin-right: 20px; }

#footer .regulation-logos .vanuatu-icon {
  width: 160px;
  margin-left: -30px;
  margin-right: 0; }

#footer .regulation-logos .bvi-icon {
  width: 115px;
  margin-left: -30px;
  margin-right: 0; }

#footer .regulation-logos .labuan-icon {
  width: 120px; }

#footer #end-note {
  line-height: 25px;
  background: #c03;
  font-size: 10.41667px;
  position: fixed;
  bottom: 0;
  z-index: 100 !important;
  width: 100%; }

#footer #status_notification {
  animation: moveInBottom 0.2s ease-in;
  background-color: #e98024;
  display: none;
  align-items: center;
  padding: 10px 7px;
  position: fixed;
  bottom: 8px;
  right: 8px;
  left: 8px;
  border-radius: 5px;
  z-index: 1000; }
  #footer #status_notification_text {
    color: #ffffff;
    font-size: 0.85em;
    margin: 0 auto 0 0; }
  #footer #status_notification_type {
    padding-right: 7px; }
  #footer #status_notification_close {
    padding-left: 7px; }
    #footer #status_notification_close:hover {
      cursor: pointer; }

@media screen and (max-width: 590px) {
  #footer .icon-row {
    flex-direction: column; }
    #footer .icon-row > * {
      margin-right: 0;
      margin-bottom: 20px; }
  #footer .social-icons {
    margin-left: 0; } }

@media screen and (max-width: 400px) {
  #footer .regulation-logos .vanuatu-icon {
    width: 120px;
    margin-left: -30px;
    margin-right: 0; }
  #footer .regulation-logos .bvi-icon {
    width: 100px;
    margin-left: -30px;
    margin-right: 0; }
  #footer .regulation-logos .labuan-icon {
    width: 110px;
    margin: 0px; } }

footer a {
  text-decoration: none;
  color: inherit; }

.grid {
  display: grid; }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.col-span-2 {
  grid-column: span 2 / span 2; }

.col-span-full {
  grid-column: 1 / -1; }

.row-span-2 {
  grid-row: span 2 / span 2; }

.card-total {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.card-grid-info {
  display: grid;
  grid-template-columns: 1fr .5fr; }

.light .card {
  box-shadow: 1px 1px 0.25rem var(--bg-blocky-submenu); }

.card {
  background-color: var(--cardColor);
  border-radius: 0.5rem;
  overflow: hidden; }
  .card .card-header, .card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    padding: 0.5rem; }
  .card .card-body {
    padding: 0px 0.5rem  0.5rem  0.5rem;
    overflow: auto;
    height: calc(100% - 2rem); }
  .card .card-footer {
    background-color: #151924; }

.card-operations-panel .ui-draggable-handle {
  cursor: move; }

.hidden {
  display: none; }

.show {
  display: block; }

.flex {
  display: flex; }

.flex-grow {
  flex-grow: 1; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.flex-row {
  flex-direction: row; }

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

.items-center {
  align-items: center !important; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.w-1\/2 {
  width: 50%; }

.w-1\/5 {
  width: 20%; }

.w-2\/5 {
  width: 40%; }

.w-3\/5 {
  width: 80%; }

.w-4\/5 {
  width: 80%; }

.w-32 {
  width: 8rem; }

.w-h-12px {
  width: 12px;
  height: 12px; }

.w-h-20px {
  width: 20px;
  height: 20px; }

.w-h-25px {
  width: 25px;
  height: 25px; }

.w-h-6px {
  width: 6px;
  height: 6px; }

.w-12-h-20-px {
  width: 20px;
  height: 12px; }

.h-auto-important {
  height: auto !important; }

.h-auto {
  height: auto; }

.h-25px {
  height: 25px; }

.h-20px {
  height: 20px; }

.h-0 {
  height: 0px; }

.h-0\.5 {
  height: 0.125rem; }

.h-1 {
  height: 0.25rem; }

.h-2 {
  height: 0.5rem; }

.h-2\.5 {
  height: 0.625rem; }

.h-24 {
  height: 6rem; }

.h-28 {
  height: 7rem; }

.h-32 {
  height: 8rem; }

.h-34 {
  height: 9rem; }

.min-h-34 {
  min-height: 9rem; }

.min-h-trade {
  min-height: 13.5rem; }

.h-40 {
  height: 10rem; }

.h-48 {
  height: 12rem !important; }

.h-52 {
  height: 13rem !important; }

.h-screen {
  height: 100vh; }

.h-screen-content {
  height: calc(100vh - 10.9rem); }

.h-screen-content-topbanner {
  height: calc(100vh - 11.8rem); }

.h-screen-content-stats {
  height: 85vh; }

.h-56 {
  height: 14rem; }

.h-60 {
  height: 15rem; }

.h-64 {
  height: 16rem; }

.h-72 {
  height: 18rem; }

.h-80 {
  height: 20rem !important; }

.min-h-96 {
  min-height: 24rem !important; }

.max-h-96 {
  max-height: 24rem !important; }

.h-96 {
  height: 24rem !important; }

.h-98 {
  height: 25rem !important; }

.h-100 {
  height: 29rem !important; }

.h-16 {
  height: 4rem; }

.h-10 {
  height: 2.5rem; }

.h-2 {
  height: 0.5rem; }

.h-3 {
  height: 0.75rem; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-7 {
  height: 1.75rem; }

.h-8 {
  height: 2rem; }

.h-9 {
  height: 2.25rem; }

.h-full {
  height: 100%; }

.h-20 {
  height: 5rem; }

.h-12 {
  height: 3rem; }

.h-14 {
  height: 3.5rem !important; }

.w-64 {
  width: 16rem; }

.w-full {
  width: 100%; }

.w-16 {
  width: 4rem; }

.w-2 {
  width: 0.5rem; }

.w-3 {
  width: 0.75rem; }

.w-4 {
  width: 1rem; }

.w-4\.4 {
  width: 1.4rem; }

.w-8 {
  width: 2rem; }

.w-9 {
  width: 2.25rem; }

.w-20 {
  width: 5rem; }

.w-40 {
  width: 10rem; }

.w-6 {
  width: 1.5rem; }

.min-w-0 {
  min-width: 0px; }

.min-w-40 {
  min-width: 10rem; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem; }

.p-1.\.5 {
  padding: 0.375rem; }

.p-2 {
  padding: 0.5rem; }

.p-2.\.5 {
  padding: 0.625rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-0\.5 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-1 {
  padding-top: 0.125rem; }

.pb-1 {
  padding-bottom: 0.125rem; }

.pl-2 {
  padding-left: 0.25rem; }

.pr-2 {
  padding-right: 0.25rem; }

.pt-2 {
  padding-top: 0.25rem; }

.pb-2 {
  padding-bottom: 0.25rem; }

.pl-4 {
  padding-left: 1rem; }

.pr-4 {
  padding-right: 1rem; }

.pt-4 {
  padding-top: 1rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pb-4 {
  padding-bottom: 1rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.m-0 {
  margin: 0; }

.m-4 {
  margin: 1rem; }

.m-3 {
  margin: 0.75rem; }

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem; }

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mt-0 {
  margin-top: 0 !important; }

.mt-0\.5 {
  margin-top: 0.12rem; }

.mt-1 {
  margin-top: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-4 {
  margin-top: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-4 {
  margin-right: 1rem; }

.text-black {
  color: black; }

.text-white {
  color: white !important; }

.bg-green-300 {
  background-color: #a5fcb2; }

.bg-red-300 {
  background-color: #fca5a5; }

.bg-yellow-300 {
  background-color: #fde047; }

.bg-yellow {
  background-color: #ffd636; }

.bg-header {
  background-color: #292929; }

.bg-blocky-menu {
  background-color: var(--bg-blocky-menu) !important; }

.gap-0\.5 {
  gap: 0.12rem; }

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: 0.5rem; }

.gap-3 {
  gap: 0.75rem; }

.gap-4 {
  gap: 1rem; }

.sticky {
  position: sticky; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed-important {
  position: fixed !important; }

.inset-0 {
  inset: 0; }

.inset-4 {
  inset: 1rem; }

.left--5 {
  left: -1.5rem; }

.left--4 {
  left: -1.25rem; }

.left--3 {
  left: -1rem; }

.left--2 {
  left: -0.5rem; }

.left--1 {
  left: -0.25rem; }

.left-0 {
  left: 0px; }

.left-1 {
  left: 0.25rem; }

.left-2 {
  left: 0.5rem; }

.left-3 {
  left: 0.75rem; }

.left-4 {
  left: 1rem; }

.left-5 {
  left: 1.25rem; }

.left-6 {
  left: 1.5rem; }

.right-0 {
  right: 0px; }

.right-1 {
  right: 0.25rem; }

.right-2 {
  right: 0.5rem; }

.right-3 {
  right: 0.75rem; }

.right-4 {
  right: 1rem; }

.bottom-0 {
  bottom: 0px; }

.bottom-1 {
  bottom: 0.25rem; }

.bottom-2 {
  bottom: 0.5rem; }

.bottom-3 {
  bottom: 0.75rem; }

.bottom-4 {
  bottom: 1rem; }

.bottom-5 {
  bottom: 1.25rem; }

.bottom-6 {
  bottom: 1.5rem; }

.top--4 {
  top: -1rem; }

.top--3 {
  top: -0.75rem; }

.top--2 {
  top: -0.5rem; }

.top--1 {
  top: -0.25rem; }

.top-0 {
  top: 0px; }

.top-1 {
  top: 0.25rem; }

.top-2 {
  top: 0.5rem; }

.top-3 {
  top: 0.75rem; }

.top-4 {
  top: 1rem; }

.top-9 {
  top: 2.25rem; }

.top-10 {
  top: 2.5rem; }

.top-14 {
  top: 3.5rem; }

.top-16 {
  top: 4rem; }

.z-9 {
  z-index: 9; }

.z-90 {
  z-index: 90; }

.z-99 {
  z-index: 99; }

.z-100 {
  z-index: 100; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

.bg-card-up {
  background-color: rgba(var(--fourth-color), 0.1) !important; }

.bg-card-down {
  background-color: rgba(var(--color-error), 0.1) !important; }

.bg-counter-ticks {
  background-color: var(--counter-tick); }

.bg-blocky-menu {
  background-color: var(--bg-blocky-menu); }

.bg-card {
  background-color: var(--cardColor); }

.bg-card-2 {
  background-color: var(--cardColor2); }

.bg-menu {
  background-color: var(--menu-color); }

.bg-primary {
  background-color: var(--bg-primary); }

.bg-secondary {
  background-color: var(--bg-secondary); }

.bg-third {
  background-color: var(--bg-third); }

.bg-primary-2 {
  background-color: var(--primary-color); }

.bg-secondary-2 {
  background-color: var(--secondary-color); }

.bg-fourth-2 {
  background-color: var(--fourth-color); }

.bg-success {
  background-color: var(--color-success); }

.bg-warning {
  background-color: var(--color-warning); }

.bg-error {
  background-color: var(--color-error); }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black; }

.bg-dialog-1 {
  background-color: var(--bg-dialog-1); }

.shadow {
  box-shadow: 0 0 0.5rem #000; }

.text-color {
  color: var(--text-color); }

.text-menu {
  color: var(--menu-color); }

.text-primary {
  color: var(--primary-color) !important; }
  .text-primary.lighten-4 {
    background-color: rgba(var(--primary-color), 0.5) !important; }

.text-secondary {
  color: var(--secondary-color); }

.text-third {
  color: var(--third-color); }
  .text-third.lighten-4 {
    background-color: rgba(var(--bg-third), 0.8) !important; }

.text-fourth {
  color: var(--fourth-color); }

.text-success {
  color: var(--color-success) !important; }

.text-warning {
  color: var(--color-warning); }

.text-error {
  color: var(--color-error) !important; }

.text-shadow-base {
  text-shadow: 0 0 0.5rem var(--base-color); }

.text-shadow-primary {
  text-shadow: 0 0 0.5rem var(--primary-color); }

.text-shadow-secondary {
  text-shadow: 0 0 0.5rem var(--secondary-color); }

.text-shadow-success {
  text-shadow: 0 0 0.5rem var(--color-success); }

.text-shadow-warning {
  text-shadow: 0 0 0.5rem var(--color-warning); }

.text-shadow-error {
  text-shadow: 0 0 0.5rem var(--color-error); }

.text-xxs {
  font-size: 0.5rem; }

.text-xs {
  font-size: 0.6rem; }

.text-sm {
  font-size: 0.75rem; }

.text-base {
  font-size: 1rem; }

.text-md {
  font-size: 0.75rem; }

.text-lg {
  font-size: 1rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.75rem; }

.text-4xl {
  font-size: 2.5rem; }

.border-none {
  border: none; }

.border {
  border: 1px solid currentColor; }

.border-2 {
  border: 2px solid currentColor; }

.border-3 {
  border: 3px solid currentColor; }

.border-r {
  border-right: 1px solid currentColor; }

.border-l {
  border-left: 1px solid currentColor; }

.border-2-l {
  border-left: 2px solid currentColor; }

.border-t {
  border-top: 1px solid currentColor; }

.border-b {
  border-bottom: 1px solid currentColor; }

.border-primary {
  border-color: var(--primary-color); }

.border-secondary {
  border-color: var(--secondary-color); }

.border-menu {
  border-color: var(--menu-color); }

.border-label {
  border-color: var(--border-blocky-menu); }

.border-third-2 {
  border-color: var(--bg-third); }

.border-blocky-menu {
  border-color: var(--border-blocky-menu); }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-60 {
  opacity: 0.6; }

.opacity-90 {
  opacity: 0.9; }

.rounded {
  border-radius: 0.25rem; }

.rounded-xs {
  border-radius: 0.125rem; }

.rounded-full {
  border-radius: 100%; }

.rounded-b {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.overflow-hidden {
  overflow: hidden; }

.overflow {
  overflow: auto; }

.overflow-y {
  overflow-y: auto; }

.overflow-x {
  overflow-x: auto; }

.text-label {
  color: var(--label-color); }

.text-title {
  font-size: 1rem;
  color: var(--third-color);
  font-weight: bold; }

.text-subtitle {
  font-size: 0.8em;
  color: var(--label-color); }

.max-h-54 {
  max-height: 13.5rem; }

.max-w-7xl {
  max-width: 80rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.font-bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.canvasjs-chart-toolbar, .canvasjs-chart-credit {
  display: none; }

.text-icon {
  font-size: 1rem; }

.text-nowrap {
  white-space: nowrap; }

.w-logo {
  width: 192px; }
  .w-logo .w-logo-deriv {
    width: 95px; }

.btn-prediction-active {
  border-bottom: 1px solid #989898;
  background: #1b2028 !important; }

.joyride-tooltip__button--primary {
  color: var(--base-color) !important;
  text-decoration: none !important;
  background-color: var(--primary-color) !important;
  border-radius: 0.25rem; }
  .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:hover {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: #0e626a !important; }

.joyride-tooltip__button--secondary {
  color: var(--base-color) !important;
  text-decoration: none !important;
  background-color: var(--secondary-color) !important;
  border-radius: 0.25rem; }
  .joyride-tooltip__button--secondary:active, .joyride-tooltip__button--secondary:hover {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: #3e4a57 !important; }

.btn {
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: var(--bg-secondary);
  color: var(--menu-color); }
  .btn.btn-telegram {
    background-color: #0088cc; }
  .btn.btn-instagram {
    background-color: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
  .btn.btn-primary {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: var(--primary-color) !important; }
    .btn.btn-primary:active, .btn.btn-primary:hover {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: #0e626a !important; }
  .btn.btn-secondary {
    color: var(--base-color);
    text-decoration: none;
    background-color: var(--secondary-color); }
    .btn.btn-secondary:active, .btn.btn-secondary:hover {
      color: var(--base-color);
      text-decoration: none;
      background-color: #3e4a57; }
  .btn .btn-third {
    color: var(--base-color);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3); }
    .btn .btn-third:active, .btn .btn-third:hover {
      color: var(--base-color);
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.2); }
  .btn.btn-default {
    color: var(--text-color) !important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.15) !important; }
    .btn.btn-default:active, .btn.btn-default:hover {
      color: var(--label-color) !important;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-blocky {
    color: var(--text-color);
    text-decoration: none;
    background-color: transparent !important; }
    .btn.btn-blocky:active, .btn.btn-blocky:hover {
      color: var(--label-color);
      text-decoration: none;
      background-color: rgba(105, 105, 105, 0.2) !important; }
  .btn.btn-expand {
    color: var(--text-color) !important;
    text-decoration: none;
    background-color: rgba(105, 105, 105, 0.3) !important; }
    .btn.btn-expand:active, .btn.btn-expand:hover {
      color: var(--label-color) !important;
      text-decoration: none;
      background-color: rgba(105, 105, 105, 0.3) !important; }
  .btn.btn-run-stop {
    border: 1px solid white;
    font-size: 1.05rem;
    height: 28px;
    width: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 0px 6px #000;
    transform: translate(0px, -10px);
    text-shadow: 0px 0px 2px var(--bg-third);
    z-index: 2; }
    .btn.btn-run-stop.btn-primary {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: #cc2f3c !important; }
      .btn.btn-run-stop.btn-primary:active, .btn.btn-run-stop.btn-primary:hover {
        color: var(--base-color) !important;
        text-decoration: none !important;
        background-color: #e52737 !important; }
    .btn.btn-run-stop.btn-secondary {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: var(--primary-color) !important; }
      .btn.btn-run-stop.btn-secondary:active, .btn.btn-run-stop.btn-secondary:hover {
        color: var(--base-color) !important;
        text-decoration: none !important;
        background-color: var(--primary-color) !important; }
  .btn.btn-icon:hover {
    filter: opacity(0.5); }
  .btn.btn-close {
    color: var(--label-color) !important;
    text-decoration: none !important;
    background-color: transparent !important;
    font-size: 1.500em;
    padding: 0 !important;
    margin-top: -17px; }
    .btn.btn-close:active, .btn.btn-close:hover {
      color: var(--primary-color) !important;
      text-decoration: none !important;
      background-color: transparent !important; }
  .btn:active, .btn:hover {
    color: var(--base-color);
    text-decoration: none;
    background-color: var(--bg-third); }
  .btn:disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed; }
  .btn.btn-icon {
    padding: 0em;
    font-size: 1.500em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 100%;
    cursor: pointer; }
  .btn.btn-link {
    background-color: transparent;
    color: var(--label-color);
    cursor: pointer; }
    .btn.btn-link:hover {
      color: var(--label-color);
      background-color: rgba(0, 0, 0, 0.1) !important; }

.badge {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .badge.xs {
    padding: 0px 2px;
    font-size: 8px; }
  .badge.top-right {
    right: -2px;
    top: 0; }

.badge-update {
  font-size: 7px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: #ff8000;
  position: absolute;
  right: -5px;
  top: 0; }

.badge-update-2 {
  font-size: 9px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: #ff8000; }

.badge-new {
  font-size: 7px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: yellow;
  position: absolute;
  right: -5px;
  top: 0; }

.badge-new-2 {
  font-size: 9px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: yellow; }

.badge-version {
  font-size: 8px;
  padding: 0px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -2px; }

:root {
  font-size: 14px; }

body {
  height: 100vh;
  background: var(--bg-primary);
  background-color: var(--bg-primary);
  font-family: sans-serif;
  color: white; }

.top-image {
  display: none; }

#header {
  height: 81px;
  width: 100%;
  background-color: #1c2130;
  border-top: 2px solid #394171;
  border-bottom: 4px solid #e98024; }

#header .wrapper,
#topbar .wrapper {
  max-width: 960px;
  margin: 0 auto; }

#topbar {
  background-color: #15212d;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-size: 70%;
  text-align: right;
  padding: 3px 20px;
  display: table; }

#main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.left,
.right {
  width: 45%;
  margin: 20px;
  display: inline-block;
  vertical-align: top; }

.right img {
  width: 200%; }

.cta {
  margin: 30px auto;
  text-align: center; }

.contact {
  text-align: center; }

ul.bullet {
  margin: 0 !important; }

.barspinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -5rem;
  z-index: 9999; }

.center {
  text-align: center; }

.half-width {
  width: 50%;
  float: left; }

.clear {
  clear: both; }

.button span {
  text-transform: inherit !important; }

.show-on-load {
  display: none; }

#split-container {
  display: flex;
  flex-direction: row;
  width: 100%; }
  #split-container .puzzle-logo {
    padding-left: 20px; }

/* Keep this below since css after this 
 * will be interfering with small
 * screen sizes
 */
@media only screen and (max-width: 980px) {
  .half-width {
    width: 49%; }
  .logo-parent {
    margin-left: 21px; }
  .half-width p {
    padding: 0 20px 0 20px; } }

@media only screen and (max-width: 480px) {
  #split-container {
    display: block;
    width: auto; }
  .top-image {
    display: block; }
  .half-width {
    width: 100%; }
  .half-width p, .half-width img {
    margin: 1em; }
  .bottom-image {
    display: none; }
  .left,
  .right {
    width: 100%;
    margin: 20px;
    display: block;
    vertical-align: top; }
  .clear {
    position: sticky;
    padding: 1px 0 1px 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.2); }
  p {
    margin: 9px auto !important; } }

/*# sourceMappingURL=index-910a7fd742.css.map */
