html { background-color: #0d101f !important; }
.casino-popup-title { margin-top: 4px !important; margin-bottom: 6px !important; }
.casino-popup-content { margin: 10px 0 !important; }
.casino-popup-title + .casino-popup-button-block { margin-top: 10px !important; }
#root {
  --yellow: #FFE71D;
  --yellow-rgb: 255, 231, 29;
  --green: #157B45;
  --green-rgb: 21, 123, 69;
  --black: #0d101f;
  --black-rgb: 13, 16, 31;
  --white: #fff;
  --red: #c51616;
  --red-rgb: 197, 22, 22;
  --gray: #222a34;
  --gray-rgb: 34, 42, 52;
  --brand: 22, 199, 46;
  --secondary: 6, 169, 170;
  --accent: var(--red-rgb);
  --oc-2: 251, 192, 45;
  --oc-3: 255, 52, 73;
  --odd-up: 22, 199, 46;
  --odd-down: 255, 52, 73;
  --tab-navigation: #E3E3ED;
  --tab-navigation-rgb: 227, 227, 237;
  --hero-sc: 255, 255, 255;
}
.header-custom-buttons a, .hdr-user-bc .header-custom-buttons a { background: rgba(var(--hero), 1) !important; color: rgba(var(--hero-sc), 1) !important; }
