@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0098d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f5a737;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0098d2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #113448;
  --warning: #ffc107;
  --danger: #d74c4c;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 567px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1170px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  text-align: left;
  background-color: #ffffff99;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 900;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0098d2;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006186;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, #compareStats h2, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  font-weight: bold;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4, #compareStats h2 {
  font-size: 1.15rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.4;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #d8d8d8;
}

small,
.small,
#shop_user_payment #element label {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff99;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 900;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 3.5px;
  padding-left: 3.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 567px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1170px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.5px;
  margin-left: -3.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 3.5px;
  padding-left: 3.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 567px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1170px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table, .message-content table {
  width: 100%;
  margin-bottom: 1rem;
  color: #303030;
}

.table th, .message-content table th,
.table td,
.message-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th, .message-content table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody, .message-content table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered, .message-content table {
  border: 1px solid #dee2e6;
}

.table-bordered th, .message-content table th,
.table-bordered td,
.message-content table td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th, .message-content table thead th,
.table-bordered thead td,
.message-content table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #303030;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e2f2;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac9e8;
}

.table-hover .table-primary:hover {
  background-color: #a2d9ee;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2d9ee;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcc6cc;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8395a0;
}

.table-hover .table-info:hover {
  background-color: #aebac1;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #aebac1;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cdcd;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eaa2a2;
}

.table-hover .table-danger:hover {
  background-color: #efb8b8;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efb8b8;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .message-content table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th, .message-content table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered, .message-content table.table-dark {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 566.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .message-content .table-responsive-sm > table {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered, .message-content .table-responsive-md > table {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .message-content .table-responsive-lg > table {
    border: 0;
  }
}

@media (max-width: 1169.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered, .message-content .table-responsive-xl > table {
    border: 0;
  }
}

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered, .message-content .table-responsive-xxl > table {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered, .message-content .table-responsive > table {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #53cfff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #303030;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #666666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 5px;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #d74c4c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(215, 76, 76, 0.9);
  border-radius: 5px;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d74c4c;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d74c4c;
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d74c4c;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d74c4c;
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d74c4c;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d74c4c;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d74c4c;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e07676;
  background-color: #e07676;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d74c4c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d74c4c;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d74c4c;
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 567px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #303030;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn:hover {
  color: #303030;
  text-decoration: none;
}

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

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007cac;
  border-color: #00739f;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #007cac;
  border-color: #00739f;
  box-shadow: 0 0 0 0.2rem rgba(38, 167, 217, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00739f;
  border-color: #006a92;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 167, 217, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #113448;
  border-color: #113448;
}

.btn-info:hover {
  color: #fff;
  background-color: #0a1e29;
  border-color: #07161f;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0a1e29;
  border-color: #07161f;
  box-shadow: 0 0 0 0.2rem rgba(53, 82, 99, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #113448;
  border-color: #113448;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #07161f;
  border-color: #050f14;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 82, 99, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d74c4c;
  border-color: #d74c4c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #c42c2c;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #c42c2c;
  box-shadow: 0 0 0 0.2rem rgba(221, 103, 103, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d74c4c;
  border-color: #d74c4c;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c42c2c;
  border-color: #ba2a2a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 103, 103, 0.5);
}

.btn-light, .btn-default {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover, .btn-default:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-default:focus, .btn-light.focus, .focus.btn-default {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .disabled.btn-default, .btn-light:disabled, .btn-default:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.show > .dropdown-toggle.btn-default {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0098d2;
  border-color: #0098d2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0098d2;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #113448;
  border-color: #113448;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #113448;
  border-color: #113448;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 52, 72, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #113448;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #113448;
  border-color: #113448;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 52, 72, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #d74c4c;
  border-color: #d74c4c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d74c4c;
  border-color: #d74c4c;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d74c4c;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d74c4c;
  border-color: #d74c4c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0098d2;
  text-decoration: none;
}

.btn-link:hover {
  color: #006186;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.collapsing.width {
  width: 0;
  height: auto;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #303030;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 567px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1170px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0098d2;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #0098d2;
  text-decoration: none;
  background-color: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #0098d2;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #0098d2;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0098d2;
  background-color: #0098d2;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #53cfff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #86ddff;
  border-color: #86ddff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0098d2;
  background-color: #0098d2;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 152, 210, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 152, 210, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 152, 210, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 152, 210, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #53cfff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #53cfff;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: transparent;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff99, 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff99, 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff99, 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0098d2;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #86ddff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0098d2;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #86ddff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0098d2;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #86ddff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff99;
  border-color: #dee2e6 #dee2e6 #ffffff99;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0098d2;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 566.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 567px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1169.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1170px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1679.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1680px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card {
  margin-bottom: 3.5px;
}

@media (min-width: 567px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 3.5px;
    margin-bottom: 0;
    margin-left: 3.5px;
  }
}

.card-group > .card {
  margin-bottom: 3.5px;
}

@media (min-width: 567px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 567px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0098d2;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #006186;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0098d2;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #00739f;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 210, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #113448;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #07161f;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 52, 72, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d74c4c;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c42c2c;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 76, 76, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 900;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004f6d;
  background-color: #cceaf6;
  border-color: #b8e2f2;
}

.alert-primary hr {
  border-top-color: #a2d9ee;
}

.alert-primary .alert-link {
  color: #002a3a;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #091b25;
  background-color: #cfd6da;
  border-color: #bcc6cc;
}

.alert-info hr {
  border-top-color: #aebac1;
}

.alert-info .alert-link {
  color: black;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #702828;
  background-color: #f7dbdb;
  border-color: #f4cdcd;
}

.alert-danger hr {
  border-top-color: #efb8b8;
}

.alert-danger .alert-link {
  color: #4a1b1b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0098d2;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.list-group-item-action {
  width: 100%;
  color: #0098d2;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #113448;
  text-decoration: none;
  background-color: #d8d8d8;
}

.list-group-item-action:active {
  color: #303030;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0098d2;
  border-color: #0098d2;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 567px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1170px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004f6d;
  background-color: #b8e2f2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004f6d;
  background-color: #a2d9ee;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004f6d;
  border-color: #004f6d;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #091b25;
  background-color: #bcc6cc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #091b25;
  background-color: #aebac1;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #091b25;
  border-color: #091b25;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #702828;
  background-color: #f4cdcd;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #702828;
  background-color: #efb8b8;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #702828;
  border-color: #702828;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 567px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1170px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #0098d2;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #0098d2;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #0098d2;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #0098d2;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #008dc3;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #0098d2;
}

.popover-header {
  padding: 0.8rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: white;
  background-color: #008dc3;
  border-bottom: 1px solid #007aa9;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.8rem 1rem;
  color: white;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0098d2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00739f !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #113448 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #07161f !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #d74c4c !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c42c2c !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0098d2 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #113448 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #d74c4c !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded, #compareStats .stats-element ul {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 567px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1170px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 567px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1170px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 567px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1170px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 567px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1170px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate, .floated-button-wrapper, .floated-button-wrapper .small, .floated-button-wrapper #shop_user_payment #element label, #shop_user_payment #element .floated-button-wrapper label, .tournament-mobile-nav a .small, .tournament-mobile-nav a #shop_user_payment #element label, #shop_user_payment #element .tournament-mobile-nav a label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center, .floated-button-wrapper {
  text-align: center !important;
}

@media (min-width: 567px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1170px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 900 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #0098d2 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #006186 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #113448 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #02070a !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #af2727 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #303030 !important;
}

.text-muted {
  color: #666666 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .message-content table {
    border-collapse: collapse !important;
  }
  
  .table td,
  .message-content table td, .table th, .message-content table th {
    background-color: #fff !important;
  }
  .table-bordered th, .message-content table th,
  .table-bordered td,
  .message-content table td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, .message-content table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.steps-progress-container {
  display: flex;
}

.steps-progress-container .step-tab {
  height: 80px;
  font-weight: 900;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  border-radius: 5px;
}

.steps-progress-container .step-tab.open {
  cursor: pointer;
  background-image: linear-gradient(#00000000, #00000011);
}

.steps-progress-container .step-tab.done {
  background-image: linear-gradient(#00000000, #00000022);
  box-shadow: inset 0 -8px 0 -4px rgba(0, 152, 210, 0.34);
}

.steps-progress-container .step-tab.active {
  background-image: linear-gradient(#00000000, #00000033);
  box-shadow: inset 0 -8px 0 -4px #0098d2;
}

.steps-progress-container .step-tab a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-container {
  position: relative;
}

.steps-container .step {
  padding-top: 2.33333px;
  pointer-events: none;
}

.steps-container .step.active {
  pointer-events: auto;
}

.steps-container .step .step-name {
  color: #0098d2;
  font-weight: 900;
  padding-bottom: 2.33333px;
  text-align: center;
}

.nav-tabs .nav-link {
  font-weight: bold;
}

.navbar {
  height: 60px;
}

.navbar#top-menu .menu-wrapper {
  position: relative;
  width: 100vw;
}

.navbar#top-menu .menu-wrapper .left-side-menu.not-logged-in #main-menu-desktop .nav-link {
  font-size: 18px;
}

.navbar#top-menu .menu-wrapper .left-side-menu #main-menu-mobile .dropdown-menu .dropdown-item {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

.navbar#top-menu .nav-link {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  background-repeat: repeat-x;
  background-position-y: -60px;
  position: relative;
}

@media (hover: hover) {
  .navbar#top-menu .nav-link:hover {
    transition: none;
    background-position-y: 0;
  }
}

@media (max-width: 566.98px) {
  .navbar#top-menu .nav-link {
    padding: 0 .2rem;
  }
}

.navbar#top-menu .nav-link.new {
  text-shadow: 1px 1px 5px black, 0 0 10px #6464ff, 0 0 10px cyan, 0 0 20px cyan, 0 0 20px cyan, 0 0 40px cyan, 0 0 80px white;
  animation: spin 1s;
  animation-delay: 1s;
  animation-iteration-count: 3;
}

.navbar#top-menu .nav-link .float-bubble {
  position: absolute;
  bottom: 5px;
  left: 42%;
  font-size: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 3px;
}

.navbar#top-menu .logo-wrapper {
  position: relative;
}

.navbar#top-menu .logo-wrapper .nav-link {
  padding: 0 20px 0 5px;
}

.navbar#top-menu .logo-wrapper .logo {
  width: 45px;
}

.navbar#top-menu .dropdown#themes-select .dropdown-menu {
  max-width: 200px;
  min-width: 200px;
  width: 200px;
}

.navbar#top-menu .dropdown#instantMessages .dropdown-menu {
  padding: 0;
  padding-top: 21px;
  height: 55vh;
  min-height: 360px;
  overflow: hidden;
}

.navbar#top-menu .dropdown#instantMessages iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  display: block;
}

.navbar#top-menu .dropdown#instantMessages .media {
  width: 100%;
}

.navbar#top-menu .dropdown#instantMessages .media img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.navbar#top-menu .dropdown#instantMessages .media-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.navbar#top-menu .dropdown .dropdown-menu {
  z-index: -1;
  position: fixed;
  top: 60px;
  left: 0;
  border: 0;
  width: 100%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

@media (min-width: 567px) {
  .navbar#top-menu .dropdown .dropdown-menu {
    position: absolute;
    min-width: 360px;
    max-width: 500px;
    width: 50vw;
    max-height: calc(100vh - 60px);
  }
}

.navbar#top-menu .dropdown .dropdown-menu.directChat {
  padding: 0;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-header {
  padding: .25rem 1rem;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0.25rem;
  white-space: normal;
  transition: background-color .5s, color .5s;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item:hover {
  transition: none;
  background-color: #00000011;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-userinfo-wrapper {
  min-width: 0;
}

.navbar#top-menu .dropdown.right .dropdown-menu {
  right: 0;
  left: auto;
}

#nav-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
  margin: .5rem;
}

#nav-icon:focus {
  outline: none;
}

#nav-icon span {
  position: relative;
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  opacity: 1;
  transition-property: transform, opacity, top, bottom;
  transition-duration: .3s;
  transition-delay: 0s, .3s, .3s, .3s;
}

#nav-icon span:first-child {
  top: 0;
}

#nav-icon span:nth-child(2) {
  opacity: 1;
}

#nav-icon span:last-child {
  bottom: 0;
}

#nav-icon[aria-expanded="true"] span {
  transition-property: transform, opacity, top, bottom;
  transition-duration: .3s;
  transition-delay: .3s, 0s, .3s, .3s;
}

#nav-icon[aria-expanded="true"] span:first-child {
  top: 10px;
  transform: translateY(100%) translateZ(0) rotate(45deg);
}

#nav-icon[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

#nav-icon[aria-expanded="true"] span:last-child {
  bottom: 11px;
  transform: translateY(-100%) translateZ(0) rotate(135deg);
}

.list-group-menu .list-group-item {
  transition: background-color .25s, color .25s;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #0098d2;
  padding: 14px;
}

.list-group-menu .list-group-item i {
  font-size: 1rem;
  color: rgba(0, 130, 179, 0.52);
  margin-right: 14px;
}

.list-group-menu .list-group-item:hover {
  background-color: #00000011;
  color: #10bdff;
  text-decoration: none;
}

.list-group-menu .list-group-item.active {
  background-color: rgba(0, 130, 179, 0.5);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.07) 100%);
  border: none;
  color: #c8f0ff !important;
}

.list-group-menu .list-group-item.active i {
  color: rgba(16, 189, 255, 0.64);
}

.dropdown.user-options .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown.user-options .dropdown-item {
  display: flex;
  align-items: center;
  transition: background-color .5s, color .5s;
}

@media (min-width: 567px) {
  .dropdown.user-options .dropdown-item {
    white-space: nowrap;
  }
}

.dropdown.user-options .dropdown-item i {
  font-size: 1.2rem;
  color: #6c757d;
  margin-right: 10px;
}

.dropdown.user-options .dropdown-item:active {
  color: #006186;
}

.dropdown.user-options .dropdown-item:hover {
  transition: none;
  background-color: #eff1f4;
  color: #006186;
}

#init_error {
  opacity: 1;
}

#error_log {
  padding: 10px 20px;
  font-family: monospace;
  background-color: #0a1e29;
  color: #eee;
}

#error_log > pre {
  padding: 5px;
  border: 1px solid #888;
  padding: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #222;
  background-color: #f8d7db;
}

#error_log .errorTable {
  width: 100%;
  border: 1px solid #888;
  padding: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #222;
}

#error_log .errorTable > tbody > tr {
  background-color: #efefef;
}

#error_log .errorTable > tbody > tr > td {
  margin: 0px;
  padding: 5px;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#error_log .errorTable > tbody > tr:nth-child(odd) {
  background-color: #eaeaea;
}

#error_log .argsTable {
  width: 100%;
  padding: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #222;
}

#error_log .argsTable > tbody > tr > td {
  margin: 0px;
  padding: 5px;
  vertical-align: top;
}

#error_log .argsTable > tbody > tr > td > pre {
  border: none;
  background-color: transparent;
}

#error_log tr.expandable {
  overflow: hidden;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}

#error_log tr.expandable.expanded {
  height: auto;
}

#error_log tr.expandable > pre {
  margin: 0px;
}

#error_log .argsTable > tbody > tr:nth-child(odd) {
  background-color: #dedede;
}

form {
  position: relative;
}

form #image-list img {
  width: 100%;
}

form #image-list div {
  width: 25%;
  height: 180px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

form .is-invalid small {
  color: #d74c4c;
}

.form-group, .form-check {
  position: relative;
  margin-bottom: 3.5px;
}

.form-group .bootstrap-select, .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #eefbff, #ffffff);
  background-clip: padding-box;
  border-radius: 5px;
}

.form-group .bootstrap-select button, .form-check .bootstrap-select button {
  background-color: transparent;
}

.form-group .dropdown-menu, .form-check .dropdown-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.form-group .dropdown-menu .inner, .form-check .dropdown-menu .inner {
  padding-bottom: 30px;
}

.form-group .dropdown-toggle, .form-check .dropdown-toggle {
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  text-transform: initial;
  line-height: 24px;
}

.form-check-label {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin-left: -2rem;
}

.checkbox-container:hover input ~ .checkbox {
  background-color: #ccc;
}

.checkbox-container input {
  display: none;
}

.checkbox-container input:checked ~ .checkbox {
  background-color: rgba(204, 176, 84, 0.4);
}

.checkbox-container input:checked ~ .checkbox:after {
  opacity: 1;
}

.checkbox-container .checkbox {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px #00000010;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  position: relative;
}

.checkbox-container .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background-image: url("/assets/general/token.svg");
  background-size: 100% auto;
  background-position: center;
  opacity: 0;
  transition: opacity 250ms;
}

.dropdown-toggle.btn .filter-option-inner-inner {
  color: #333;
  text-shadow: none;
}

.form-check {
  margin-bottom: 1rem;
  padding-left: 0;
}

.form-check > label {
  margin: 0;
}

.form-check-input-icon {
  margin-right: .5rem;
}

.media-upload {
  position: relative;
}

.media-upload .file-upload-list {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  clear: both;
  overflow: hidden;
}

.media-upload .file-upload-list div {
  display: block;
  padding: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-upload .file-upload-list span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: red;
  padding: 1.75px 3.5px;
  border-radius: 20%;
  color: white;
  cursor: pointer;
}

.media-upload .file-upload-label {
  color: #6c757d;
}

.file-upload {
  position: relative;
}

.file-upload .file-upload-list {
  padding: 10px 10px 8px 10px;
  border-radius: 5px;
  display: none;
  clear: both;
}

.file-upload .file-upload-list div {
  display: inline-block;
  width: 158px;
  height: 158px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px 10px 5px 10px;
}

.form-control {
  height: auto;
  line-height: 1;
  height: 40px;
}

textarea.form-control {
  min-height: 120px;
}

.form-control-feedback {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px dashed #d74c4c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  background-color: #ebd7d7;
  font-size: 12px;
  overflow: hidden;
  color: #801d26;
  border-radius: 5px;
}

form-error-message {
  display: none;
  overflow: hidden;
  color: #d74c4c;
  padding: 20px;
  border: 2px dashed #d74c4c;
  border-radius: 5px;
  background-color: #ebd7d7;
}

.done-check-mark {
  top: 50vh;
  left: 50%;
  right: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -150px;
  position: fixed;
  z-index: 9998;
}

.done-check-mark .checkmark {
  stroke: #28a745;
  stroke-width: 3;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  animation: dash 750ms ease-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .done-check-mark .checkmark {
    stroke-dasharray: 100;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

.input-group-icon {
  width: 40px;
  padding: 0;
  justify-content: center;
}

input[type="checkbox"] + .far, input[type="checkbox"] + label > .far, input[type="radio"] + .far, input[type="radio"] + label > .far {
  cursor: pointer;
}

input[type="checkbox"] + .fas, input[type="checkbox"] + label > .fas, input[type="radio"] + .fas, input[type="radio"] + label > .fas {
  cursor: pointer;
}

input[type="checkbox"] + .fa-dot-circle:before, input[type="checkbox"] + .fa-check-circle:before,
input[type="checkbox"] + label > .fa-dot-circle:before, input[type="checkbox"] + label > .fa-check-circle:before {
  content: "\f111";
}

input[type="checkbox"] + .fa-check-square:before,
input[type="checkbox"] + label > .fa-check-square:before {
  content: "\f0c8";
}

input[type="radio"] + .fa-dot-circle:before, input[type="radio"] + .fa-check-circle:before,
input[type="radio"] + label > .fa-dot-circle:before, input[type="radio"] + label > .fa-check-circle:before {
  content: "\f111";
}

input[type="radio"]:checked + .fa-check-circle:before,
input[type="radio"]:checked + label > .fa-check-circle:before {
  content: "\f058";
}

input[type="checkbox"]:checked + .fa-dot-circle:before,
input[type="checkbox"]:checked + label > .fa-dot-circle:before, input[type="radio"]:checked + .fa-dot-circle:before,
input[type="radio"]:checked + label > .fa-dot-circle:before {
  content: "\f192";
}

input[type="checkbox"]:checked + .fa-check-square:before,
input[type="checkbox"]:checked + label > .fa-check-square:before {
  content: "\f14a";
}

input[type="checkbox"]:checked + .fa-check-circle:before,
input[type="checkbox"]:checked + label > .fa-check-circle:before {
  content: "\f058";
}

#hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
  border-radius: 5px;
}

.hero-banner {
  display: block;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.hero-banner-large {
  height: 340px;
  background-position: 65% center;
}

@media (min-width: 768px) {
  .hero-banner-large {
    background-position: right center;
  }
}

@media (min-width: 992px) {
  .hero-banner-large {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .hero-banner-large {
    height: auto;
  }
}

.hero-banner .hero-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.hero-banner .hero-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px;
  z-index: 1;
}

.hero-banner .hero-content h2 {
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1;
}

@media (min-width: 768px) {
  .hero-banner .hero-content h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero-banner .hero-content p {
    font-size: 0.7rem;
  }
}

.hero-banner .hero-content h2, .hero-banner .hero-content p {
  max-width: 55%;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0 0 30px #000;
  font-weight: 900;
}

.hero-banner .hero-content .counter-code {
  position: absolute;
  top: 5px;
  right: 40.5%;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: #111111;
  color: #ffffff;
  border-radius: 10px;
}

.hero-banner .hero-content-image, .hero-banner .hero-content-iframe, .hero-banner .hero-content-logo, .hero-banner .hero-content-counter-top-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55%;
  z-index: 1;
}

.hero-banner .hero-content-image iframe, .hero-banner .hero-content-iframe iframe, .hero-banner .hero-content-logo iframe, .hero-banner .hero-content-counter-top-list iframe {
  width: 100%;
  max-width: 505px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 5px 20px black;
}

.hero-banner .hero-content-counter-top-list {
  top: 5px;
  right: 5px;
  bottom: 40px;
  left: 60%;
  border-radius: 5px;
  overflow: hidden;
}

.hero-banner .hero-content-counter-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 37px;
  line-height: 37px;
}

.hero-banner .hero-content-counter-bar iframe {
  width: 100%;
  height: 100%;
}

.hero-banner .hero-content-image {
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .hero-banner .hero-content-image {
    background-position: 0 100%;
  }
}

.hero-banner .hero-content-logo {
  background-position: center center;
  background-size: 55%;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .hero-banner .hero-content-logo {
    background-size: 70%;
  }
}

.hero-banner .hero-content-iframe {
  padding: 3%;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-content-iframe {
    padding: 8.5% 1%;
  }
}

@media (max-width: 767.98px) {
  .hero-banner .hero-content-iframe {
    padding: 0;
    top: 20%;
    right: 0;
    bottom: 20%;
    left: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-banner .hero-content-counter-top-list, .hero-banner .hero-content, .hero-banner .hero-content p {
    position: relative;
    max-width: 100%;
    height: auto;
  }
  .hero-banner .hero-content-counter-top-list {
    height: 330px;
    font-size: 10px;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    margin: 0 14px;
  }
  .hero-banner .hero-content-counter-top-list .top-list-counter span {
    font-size: 16px !important;
  }
  .hero-banner .live-counter-progress {
    width: 20% !important;
  }
  .hero-banner .live-counter-prize {
    width: 40% !important;
    left: 60% !important;
  }
  .hero-banner .live-counter-prize .amount {
    right: 25px !important;
  }
  .hero-banner .live-counter-bar * {
    font-size: 10px;
  }
  .hero-banner .hero-content-counter-bar {
    height: 30px;
    line-height: 30px;
  }
  .hero-banner .hero-gradient {
    padding: 0 0 40px 0;
  }
}

.vip-banner {
  background-image: url(/assets/general/vip_slide.png);
}

.btn.hero-banner-button {
  white-space: nowrap;
  flex: 0 1 auto;
}

.hero-text {
  position: relative;
  z-index: 10;
}

.farmempire-banner {
  position: relative;
  background-size: contain;
}

#hero-preview {
  max-width: 1240px;
  margin: 0 auto;
}

.btn {
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  cursor: pointer;
  white-space: normal;
  border: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  padding: 10.5px 14px;
}

.btn[disabled]:hover, .btn:disabled:hover {
  cursor: not-allowed;
}

.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 0.9rem !important;
  border-radius: 5px;
}

.btn.btn-form {
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.25rem !important;
  height: 40px;
}

.btn.btn-lg, .btn-group-lg > .btn {
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.25rem !important;
  padding: 14px;
}

.btn.btn-huge {
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem !important;
  padding: 14px;
}

.btn.btn-tiny {
  font-weight: 400;
  font-size: 0.8rem;
}

.btn.selected {
  box-shadow: 0 0 5px lime;
}

.shared_mission_button {
  transition: all 200ms;
  opacity: 0;
}

.shared_mission_button#shared_mission_button_template {
  display: none;
}

.shared_mission_button[data-state="waiting"] {
  opacity: 1;
  background-color: #bf00ff;
  color: #000000;
  transition: all 200ms;
}

.shared_mission_button[data-state="running"] {
  opacity: 1;
  background-color: #fff100;
  color: #000000;
}

.shared_mission_button[data-state="running"][data-joined="1"] {
  opacity: 1;
  background-color: #3bda00;
  color: #000000;
}

.shared_mission_button[data-state="processing"] {
  opacity: 1;
  background-color: #ff00fb;
  color: #e9ccf3;
}

.shared_mission_button[data-state="ended"], .shared_mission_button[data-state="completed"] {
  opacity: 1;
  background-color: #ff0000;
  color: #ffc7c7;
}

.btn-round {
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
}

.btn-round > i, .btn-round div, .btn-round span {
  pointer-events: none;
}

.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
  width: 30px;
  height: 30px;
}

.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  width: 60px;
  height: 60px;
}

@media (max-width: 566.98px) {
  .btn-block-xs-only {
    display: block !important;
    width: 100% !important;
  }
}

#playButton {
  position: fixed;
  top: 75px;
  left: 50%;
  margin-left: -100px;
  z-index: 9999999999;
  opacity: 0;
  transition: opacity 300ms;
  box-shadow: 0 3px 30px #00000033;
}

.btn-play-round {
  display: flex;
  position: absolute;
  z-index: 100;
  bottom: -90px;
  left: 50%;
  margin-left: -50px;
  font-size: 50px;
  width: 100px;
  height: 100px;
}

@media (max-width: 767.98px) {
  .btn-play-round {
    margin-left: -30px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    bottom: -40px;
  }
}

.btn-play-round.show {
  position: fixed;
  top: 80px;
  margin-left: -30px;
  font-size: 30px;
  width: 60px;
  height: 60px;
}

.btn-play-round.show .fa-play {
  margin-left: 4px;
}

.btn-play-round .fa-play {
  margin-left: 8px;
}

.btn-light, .btn-default {
  background-color: #f1f1f1;
}

.btn-purple {
  color: #fff !important;
  background-image: linear-gradient(to top, #4522ac, #aa28bd);
  text-shadow: -1px -1px 1px rgba(69, 34, 172, 0.8), 1px 1px 2px #341a81;
}

.btn-purple:hover {
  color: white !important;
  background-image: linear-gradient(to top, #4e26c1, #bd2cd2);
}

.btn-purple:active, .btn-purple:focus {
  color: white !important;
  background-image: linear-gradient(to top, #3c1e97, #9724a8);
}

.btn-purple-light {
  color: #fff !important;
  background-image: linear-gradient(to top, #3e2375, #d95ecf);
  text-shadow: -1px -1px 1px rgba(62, 35, 117, 0.8), 1px 1px 2px #29174e;
}

.btn-purple-light:hover {
  color: white !important;
  background-image: linear-gradient(to top, #482989, #de73d5);
}

.btn-purple-light:active, .btn-purple-light:focus {
  color: white !important;
  background-image: linear-gradient(to top, #341d61, #d449c9);
}

.btn-gold {
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #ffebab 10%, #f6cd07 50%, #ffb524 100%);
  color: #000000 !important;
  text-shadow: -1px -1px 1px #ffffff88, 1px 1px 1px #ffffffcc, 0 0 10px #00000044;
}

.btn-gold:hover {
  color: #000000 !important;
  background-image: linear-gradient(to bottom, #fcedbf 10%, #ffd300 50%, #ffa800 100%);
}

.btn-da-DK, .btn-en-GB, .btn-de-DE, .btn-fr-FR, .btn-nl-NL, .btn-en-US {
  background-position: center;
  background-size: contain;
  height: 20px;
  width: 20px;
  padding: 0;
}

.btn-da-DK, .bg-da-DK {
  background-image: url("/assets/flags/da_DK.png");
}

.btn-en-GB, .bg-en-GB {
  background-image: url("/assets/flags/en_GB.png");
}

.btn-de-DE, .bg-de-DE {
  background-image: url("/assets/flags/de_DE.png");
}

.btn-fr-FR, .bg-fr-FR {
  background-image: url("/assets/flags/fr_FR.png");
}

.btn-nl-NL, .bg-nl-NL {
  background-image: url("/assets/flags/nl_NL.png");
}

.btn-en-US, .bg-en-US {
  background-image: url("/assets/flags/en_US.png");
}

.btn-orange, .btn-bank_transfer, .btn-tested {
  color: #fff !important;
  background-image: linear-gradient(to top, #ff7b00, #fbb03b);
  text-shadow: -1px -1px 1px rgba(255, 123, 0, 0.8), 1px 1px 2px #cc6200;
}

.btn-orange:hover, .btn-bank_transfer:hover, .btn-tested:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ff881a, #fcba54);
}

.btn-orange:active, .btn-bank_transfer:active, .btn-orange:focus, .btn-bank_transfer:focus, .btn-tested:active, .btn-tested:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e66f00, #faa622);
}

.btn-gray {
  color: #fff !important;
  background-image: linear-gradient(to top, #6c757d, #afafaf);
  text-shadow: -1px -1px 1px rgba(108, 117, 125, 0.8), 1px 1px 2px #545b62;
}

.btn-gray:hover {
  color: white !important;
  background-image: linear-gradient(to top, #78828a, #bcbcbc);
}

.btn-gray:active, .btn-gray:focus {
  color: white !important;
  background-image: linear-gradient(to top, #60686f, #a2a2a2);
}

.btn-facebook {
  color: #fff !important;
  background-image: linear-gradient(to top, #006af8, #006af8);
  text-shadow: -1px -1px 1px rgba(0, 106, 248, 0.8), 1px 1px 2px #0054c5;
}

.btn-facebook:hover {
  color: white !important;
  background-image: linear-gradient(to top, #1378ff, #1378ff);
}

.btn-facebook:active, .btn-facebook:focus {
  color: white !important;
  background-image: linear-gradient(to top, #005fdf, #005fdf);
}

.btn-steam {
  color: #fff !important;
  background-image: linear-gradient(to top, #0a1b32, #077eac);
  text-shadow: -1px -1px 1px rgba(10, 27, 50, 0.8), 1px 1px 2px #020408;
}

.btn-steam:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0e2647, #0890c5);
}

.btn-steam:active, .btn-steam:focus {
  color: white !important;
  background-image: linear-gradient(to top, #06101d, #066c93);
}

.btn-discord {
  color: #fff !important;
  background-image: linear-gradient(to top, #5865f2, #4953be);
  text-shadow: -1px -1px 1px rgba(88, 101, 242, 0.8), 1px 1px 2px #2939ee;
}

.btn-discord:hover {
  color: white !important;
  background-image: linear-gradient(to top, #707bf4, #5c65c5);
}

.btn-discord:active, .btn-discord:focus {
  color: white !important;
  background-image: linear-gradient(to top, #404ff0, #3f48af);
}

.btn-google {
  color: #333333 !important;
  background-image: linear-gradient(to top, #dddddd, #ffffff);
  text-shadow: -1px -1px 1px rgba(221, 221, 221, 0.8), 1px 1px 2px #c4c4c4;
  border-top: 2px solid #ea373b;
  border-right: 2px solid #3f87ee;
  border-bottom: 2px solid #2ea858;
  border-left: 2px solid #fab832;
}

.btn-google:hover {
  color: #402626 !important;
  background-image: linear-gradient(to top, #eaeaea, white);
}

.btn-google:active, .btn-google:focus {
  color: #333333 !important;
  background-image: linear-gradient(to top, #d0d0d0, #f2f2f2);
}

.btn[disabled], .btn.disabled {
  background: #333333;
  opacity: 1;
  cursor: not-allowed !important;
}

.btn[disabled]:hover {
  background: #8c7d7d;
  opacity: 1;
  cursor: not-allowed !important;
}

.btn-yellow, .btn-warning {
  color: #fff !important;
  background-image: linear-gradient(to top, #bd9300, #e7b12e);
  text-shadow: -1px -1px 1px rgba(189, 147, 0, 0.8), 1px 1px 2px #8a6b00;
}

.btn-yellow:hover, .btn-warning:hover {
  color: white !important;
  background-image: linear-gradient(to top, #d7a700, #eaba45);
}

.btn-yellow:active, .btn-yellow:focus, .btn-warning:active, .btn-warning:focus {
  color: white !important;
  background-image: linear-gradient(to top, #a47f00, #e2a71a);
}

.btn-red, .btn-failed, .btn-stopped {
  color: #fff !important;
  background-image: linear-gradient(to top, #d74c4c, #FF3a3a);
  text-shadow: -1px -1px 1px rgba(215, 76, 76, 0.8), 1px 1px 2px #c42c2c;
}

.btn-red:hover, .btn-failed:hover, .btn-stopped:hover {
  color: white !important;
  background-image: linear-gradient(to top, #dc6161, #ff5454);
}

.btn-red:active, .btn-red:focus, .btn-failed:active, .btn-failed:focus, .btn-stopped:active, .btn-stopped:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d23737, #ff2121);
}

.btn-green, .btn-success, .btn-confirmed {
  color: #fff !important;
  background-image: linear-gradient(to top, #018147, #4ecd1f);
  text-shadow: -1px -1px 1px rgba(1, 129, 71, 0.8), 1px 1px 2px #014e2b;
}

.btn-green:hover, .btn-success:hover, .btn-confirmed:hover {
  color: white !important;
  background-image: linear-gradient(to top, #019a55, #59de27);
}

.btn-green:active, .btn-green:focus, .btn-success:active, .btn-success:focus, .btn-confirmed:active, .btn-confirmed:focus {
  color: white !important;
  background-image: linear-gradient(to top, #016839, #46b71c);
}

.btn-blue, .btn-list_generated {
  color: #fff !important;
  background-image: linear-gradient(to top, #0b87b4, #129cce);
  text-shadow: -1px -1px 1px rgba(11, 135, 180, 0.8), 1px 1px 2px #086384;
}

.btn-blue:hover, .btn-list_generated:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0c99cc, #14aee5);
}

.btn-blue:active, .btn-blue:focus, .btn-list_generated:active, .btn-list_generated:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0a759c, #108ab7);
}

.btn-pink, .btn-processing {
  color: #fff !important;
  background-image: linear-gradient(to top, #D939CD, #F6CEEC);
  text-shadow: -1px -1px 1px rgba(217, 57, 205, 0.8), 1px 1px 2px #bb24b0;
}

.btn-pink:hover, .btn-processing:hover {
  color: white !important;
  background-image: linear-gradient(to top, #dd4ed2, #fae4f4);
}

.btn-pink:active, .btn-pink:focus, .btn-processing:active, .btn-processing:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d028c4, #f2b8e4);
}

.btn-teal, .btn-sepa, .btn-draft {
  color: #fff !important;
  background-image: linear-gradient(to top, #008cab, #00cb9c);
  text-shadow: -1px -1px 1px rgba(0, 140, 171, 0.8), 1px 1px 2px #006278;
}

.btn-teal:hover, .btn-sepa:hover, .btn-draft:hover {
  color: white !important;
  background-image: linear-gradient(to top, #00a1c5, #00e5b0);
}

.btn-teal:active, .btn-sepa:active, .btn-teal:focus, .btn-sepa:focus, .btn-draft:active, .btn-draft:focus {
  color: white !important;
  background-image: linear-gradient(to top, #007792, #00b288);
}

.btn-payment_card {
  color: #fff !important;
  background-image: linear-gradient(to top, #005568, #000000);
  text-shadow: -1px -1px 1px rgba(0, 85, 104, 0.8), 1px 1px 2px #002b35;
}

.btn-payment_card:hover {
  color: white !important;
  background-image: linear-gradient(to top, #006a82, #0d0d0d);
}

.btn-payment_card:active, .btn-payment_card:focus {
  color: white !important;
  background-image: linear-gradient(to top, #00404f, black);
}

.btn-reepay_credit_card {
  color: #fff !important;
  background-image: linear-gradient(to top, #03819b, #204c69);
  text-shadow: -1px -1px 1px rgba(3, 129, 155, 0.8), 1px 1px 2px #025769;
}

.btn-reepay_credit_card:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0396b4, #265a7d);
}

.btn-reepay_credit_card:active, .btn-reepay_credit_card:focus {
  color: white !important;
  background-image: linear-gradient(to top, #036c82, #1a3e55);
}

.btn-altapay_credit_card {
  color: #fff !important;
  background-image: linear-gradient(to top, #04156b, #1434cb);
  text-shadow: -1px -1px 1px rgba(4, 21, 107, 0.8), 1px 1px 2px #020b3a;
}

.btn-altapay_credit_card:hover {
  color: white !important;
  background-image: linear-gradient(to top, #051a84, #163ae2);
}

.btn-altapay_credit_card:active, .btn-altapay_credit_card:focus {
  color: white !important;
  background-image: linear-gradient(to top, #031052, #122eb4);
}

.btn-rapyd_checkout {
  color: #fff !important;
  background-image: linear-gradient(to top, #03819b, #204c69);
  text-shadow: -1px -1px 1px rgba(3, 129, 155, 0.8), 1px 1px 2px #025769;
}

.btn-rapyd_checkout:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0396b4, #265a7d);
}

.btn-rapyd_checkout:active, .btn-rapyd_checkout:focus {
  color: white !important;
  background-image: linear-gradient(to top, #036c82, #1a3e55);
}

.btn-ideal, .btn-altapay_ideal {
  color: #fff !important;
  background-image: linear-gradient(to top, #c70063, #c70040);
  text-shadow: -1px -1px 1px rgba(199, 0, 99, 0.8), 1px 1px 2px #94004a;
}

.btn-ideal:hover, .btn-altapay_ideal:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e10070, #e10048);
}

.btn-ideal:active, .btn-ideal:focus, .btn-altapay_ideal:active, .btn-altapay_ideal:focus {
  color: white !important;
  background-image: linear-gradient(to top, #ae0056, #ae0038);
}

.btn-giropay {
  color: #fff !important;
  background-image: linear-gradient(to top, #030265, #030240);
  text-shadow: -1px -1px 1px rgba(3, 2, 101, 0.8), 1px 1px 2px #020133;
}

.btn-giropay:hover {
  color: white !important;
  background-image: linear-gradient(to top, #04027e, #040359);
}

.btn-giropay:active, .btn-giropay:focus {
  color: white !important;
  background-image: linear-gradient(to top, #02024c, #020127);
}

.btn-sofort, .btn-altapay_sofort {
  color: #fff !important;
  background-image: linear-gradient(to top, #f27d9b, #f27d5b);
  text-shadow: -1px -1px 1px rgba(242, 125, 155, 0.8), 1px 1px 2px #ed4f77;
}

.btn-sofort:hover, .btn-altapay_sofort:hover {
  color: white !important;
  background-image: linear-gradient(to top, #f494ad, #f49073);
}

.btn-sofort:active, .btn-sofort:focus, .btn-altapay_sofort:active, .btn-altapay_sofort:focus {
  color: white !important;
  background-image: linear-gradient(to top, #f06689, #f06a43);
}

.btn-mobilepay_subscriptions, .btn-altapay_mobilepay, .btn-frisbii_vipps_recurring {
  color: #fff !important;
  background-image: linear-gradient(to top, #33469c, #5a78ff);
  text-shadow: -1px -1px 1px rgba(51, 70, 156, 0.8), 1px 1px 2px #263576;
}

.btn-mobilepay_subscriptions:hover, .btn-altapay_mobilepay:hover, .btn-frisbii_vipps_recurring:hover {
  color: white !important;
  background-image: linear-gradient(to top, #394faf, #748dff);
}

.btn-mobilepay_subscriptions:active, .btn-mobilepay_subscriptions:focus, .btn-altapay_mobilepay:active, .btn-altapay_mobilepay:focus, .btn-frisbii_vipps_recurring:active, .btn-frisbii_vipps_recurring:focus {
  color: white !important;
  background-image: linear-gradient(to top, #2d3d89, #4163ff);
}

.btn-mobilepay_online {
  color: #fff !important;
  background-image: linear-gradient(to top, #4641e2, #8094ff);
  text-shadow: -1px -1px 1px rgba(70, 65, 226, 0.8), 1px 1px 2px #2520d0;
}

.btn-mobilepay_online:hover {
  color: white !important;
  background-image: linear-gradient(to top, #5c57e5, #9aa9ff);
}

.btn-mobilepay_online:active, .btn-mobilepay_online:focus {
  color: white !important;
  background-image: linear-gradient(to top, #302bdf, #677fff);
}

.btn-paypal, .btn-reepay_paypal, .btn-altapay_paypal {
  color: #fff !important;
  background-image: linear-gradient(to top, #08265e, #003087);
  text-shadow: -1px -1px 1px rgba(8, 38, 94, 0.8), 1px 1px 2px #04132f;
}

.btn-paypal:hover, .btn-reepay_paypal:hover, .btn-altapay_paypal:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0a3076, #0039a1);
}

.btn-paypal:active, .btn-paypal:focus, .btn-reepay_paypal:active, .btn-reepay_paypal:focus, .btn-altapay_paypal:active, .btn-altapay_paypal:focus {
  color: white !important;
  background-image: linear-gradient(to top, #061d47, #00276e);
}

.btn-report {
  font-size: 9px !important;
  color: #999;
  box-shadow: none;
  padding: 5px !important;
  background-color: #eee;
}

.btn-vip-first-month {
  padding: 1rem 2rem;
  font-size: 1.3rem;
}

.shop-item-buy-button {
  padding: 1rem 2rem;
  text-transform: inherit;
}

.btn-feedback {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 75px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  opacity: .9;
}

.btn-feedback span i {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 1680px) {
  .btn-feedback {
    left: 3.5px;
    border-radius: 5px;
  }
}

.btn-info {
  background-image: linear-gradient(to top, #1a475b, #236075);
}

.btn-live {
  background-image: linear-gradient(to bottom, #fa3434 50%, #a30000 100%);
  animation: delayedPulsate linear 5000ms infinite;
  color: #ffffff;
}

.btn-live:hover {
  background-image: linear-gradient(to bottom, #f84848 50%, #d51212 100%);
  color: #eeeeee;
}

#google-login iframe {
  width: 100% !important;
}

.gameList {
  display: flex;
  flex-wrap: wrap;
}

.gameList .gametile {
  position: relative;
  float: left;
  width: 24.7%;
  margin: 0.15%;
}

@media (max-width: 991.98px) {
  .gameList .gametile {
    width: 33.03%;
  }
}

@media (max-width: 767.98px) {
  .gameList .gametile {
    width: 49.7%;
  }
}

.similar-games {
  padding: 3.5px;
}

.similar-games .gametile {
  position: relative;
  width: 100%;
  margin: 0 0 7px;
}

.gamelist-home {
  display: flex;
  flex-wrap: wrap;
}

.gamelist-home .gametile {
  position: relative;
  float: left;
  width: 23.87%;
  margin: 0 1% 1% 0;
}

@media (max-width: 991.98px) {
  .gamelist-home .gametile {
    width: 32%;
  }
}

@media (max-width: 767.98px) {
  .gamelist-home .gametile {
    width: 48.4%;
  }
}

.news-list .gametile {
  font-size: 10px;
}

.news-list .gametile .gametile-stats {
  display: none;
}

.news-list .gametile .game-ribbon:nth-child(5) {
  bottom: 0;
}

.news-list .gametile .game-ribbon:nth-child(6) {
  bottom: 0;
}

.gametile .stars .off img {
  opacity: 0.6;
}

.gametile .users-online-icon {
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.gametile .game-title {
  position: absolute;
  bottom: 1px;
  left: 1px;
  padding: 2px 8px 0px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  border-radius: 4px;
}

.gametile .game-online {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 2px 4px 0px 8px;
  font-weight: bold;
  overflow: hidden;
  font-size: 14px;
  border-radius: 4px;
}

.gametile .game-online .fa-user {
  font-size: 14px;
  opacity: 0.65;
}

.gametile-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.gametile-link .gametile-logo {
  transition: all 200ms;
}

.gametile-link .gametile-bg {
  transform: translate3d(-50%, -50%, 0);
}

.gametile-link video {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gametile-link .gametile-screenshot {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.gametile-link:hover .gametile-logo {
  left: -100%;
}

.gametile-link:hover .gametile-screenshot {
  animation: slideInLeft 200ms forwards;
}

.gametile-link:hover .gametile-screenshot:nth-child(4) {
  animation-delay: 1500ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(5) {
  animation-delay: 3000ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(6) {
  animation-delay: 4500ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(7) {
  animation-delay: 6000ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(8) {
  animation-delay: 7500ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(9) {
  animation-delay: 9000ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(10) {
  animation-delay: 10500ms;
}

.gametile-link:hover .gametile-screenshot:nth-child(11) {
  animation-delay: 12000ms;
}

.can-play-video .has-video:hover .gametile-bg {
  opacity: 1;
}

.can-play-video .has-video:hover .gametile-logo {
  opacity: 0;
}

.gametile .game-ribbon {
  position: absolute;
  padding: 3px 6px 1px;
  font-size: 11px;
  z-index: 10;
  border-radius: 3px;
  left: 3px;
  top: 3px;
}

.gametile .game-ribbon:nth-child(2) {
  right: 3px;
  left: unset;
}

.gametile .game-ribbon:nth-child(3) {
  top: 22px;
}

.gametile .game-ribbon:nth-child(4) {
  top: 22px;
  right: 3px;
  left: unset;
}

.gametile .game-ribbon:nth-child(5) {
  top: 44px;
}

.gametile .game-ribbon:nth-child(6) {
  top: 44px;
  right: 3px;
  left: unset;
}

.game-ribbon {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  cursor: default !important;
}

.game-ribbon.vip {
  background-image: linear-gradient(to bottom, #e8cf4e 10%, #d7b609 50%, #c7941a 90%);
}

.game-ribbon.vip_features {
  background-image: linear-gradient(to bottom, #ffebab 10%, #f6cd07 50%, #ffb524 100%);
  color: #000000 !important;
  text-shadow: 1px 1px 1px #ffffffcc;
}

.game-ribbon.new_game {
  background-image: linear-gradient(to bottom, #87a301 50%, #818d00 90%);
}

.game-ribbon.new_content {
  background-image: linear-gradient(to bottom, #0280a7 50%, #10607b 90%);
}

.game-ribbon.live {
  background-image: linear-gradient(to bottom, #fa3434 50%, #a30000 90%);
}

.game-ribbon.live:hover {
  color: #eeeeee;
}

.game-ribbon.happy_hour {
  background-image: linear-gradient(to bottom, #93c00b 10%, #0eab6a 90%);
}

.game-ribbon.open-beta {
  background-image: linear-gradient(to bottom, #ac59e7 50%, #963ac7 90%);
}

.game-ribbon.beta_game {
  background-image: linear-gradient(to bottom, #7901cd 50%, #6b0f9c 90%);
}

.game-ribbon.prerelease {
  background-image: linear-gradient(to bottom, #cd01b9 50%, #922990 90%);
}

.game-ribbon.maintenance {
  background-image: linear-gradient(to bottom, #fa3434 50%, #a30000 90%);
}

.gametile-img-container {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gametile-img-container.maintenance-mode {
  filter: grayscale(100%);
}

.gametile-logo, .gametile-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: .3s ease-in-out;
}

.gametile-bg {
  width: 100%;
  height: 100%;
}

.gametile-logo {
  max-width: 70%;
  max-height: 70%;
  z-index: 10;
}

.gametile-stats {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 101%;
  font-weight: 900;
  color: #ffffff;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.85);
  height: 45px;
}

.gametile-stats .game-rating {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .gametile-stats .game-rating {
    padding-left: 10px;
  }
}

.gametile-stats .game-rating .stars img {
  height: 3.8vw;
}

@media (min-width: 567px) {
  .gametile-stats .game-rating .stars img {
    height: 2.8vw;
  }
}

@media (min-width: 768px) {
  .gametile-stats .game-rating .stars img {
    height: 1rem;
  }
}

.gametile-stats .gametile-jackpot {
  height: 100%;
  background-color: #F8D800;
  background-image: linear-gradient(190deg, #FDEB71 10%, #F8D800 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.gametile-stats .gametile-jackpot .gametile-jackpot-icon {
  color: orange;
  font-size: 6vw;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

@media (min-width: 567px) {
  .gametile-stats .gametile-jackpot .gametile-jackpot-icon {
    font-size: 4vw;
  }
}

@media (min-width: 992px) {
  .gametile-stats .gametile-jackpot .gametile-jackpot-icon {
    font-size: 2rem;
  }
}

.gametile-stats .gametile-jackpot .gametile-jackpot-amount-container {
  text-align: right;
  text-transform: capitalize;
  line-height: 1.1;
  font-size: .8rem;
}

.gametile-stats .gametile-jackpot .gametile-jackpot-amount-container .gametile-jackpot-amount {
  font-size: 3.5vw;
  display: block;
  color: #c04c4e;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 3px white;
}

@media (min-width: 567px) {
  .gametile-stats .gametile-jackpot .gametile-jackpot-amount-container .gametile-jackpot-amount {
    font-size: 2.5vw;
  }
}

@media (min-width: 768px) {
  .gametile-stats .gametile-jackpot .gametile-jackpot-amount-container .gametile-jackpot-amount {
    font-size: 1.2rem;
  }
}

.gametile-stats .users-online-count {
  font-size: 4vw;
  padding-right: 5px;
  line-height: 1;
  color: #666666;
}

@media (min-width: 567px) {
  .gametile-stats .users-online-count {
    font-size: 2.5vw;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .gametile-stats .users-online-count {
    font-size: 1.1rem;
  }
}

.gametile-name {
  font-weight: lighter;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gametile-name {
    font-size: 1.2rem;
  }
}

.tile {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tile:hover {
  text-decoration: none;
  color: inherit;
}

.tile .content {
  padding: 3.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tile-fade-out-gradient {
  background-image: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
}

#game {
  z-index: 10;
  position: relative;
}

.game-header {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 200px;
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .game-header {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .game-header {
    height: 280px;
  }
}

.game-header .game-logo, .game-header .game-screenshot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  max-width: 100%;
  transition: transform 250ms, scale 250ms, opacity 250ms;
  border-radius: 5px;
}

.game-header .carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}

.game-header .carousel img {
  opacity: 0;
}

.game-header .carousel img:not(.game-logo) {
  height: 85%;
}

.game-header .carousel img[data-order='-4'] {
  transform: translate3d(-1740%, -100%, 0);
  scale: 0.05;
  opacity: 0.1;
  z-index: 2;
}

.game-header .carousel img[data-order='-3'] {
  transform: translate3d(-950%, -90%, 0);
  scale: 0.1;
  opacity: 0.2;
  z-index: 4;
}

.game-header .carousel img[data-order='-2'] {
  transform: translate3d(-540%, -80%, 0);
  scale: 0.2;
  opacity: 0.4;
  z-index: 6;
}

.game-header .carousel img[data-order='-1'] {
  transform: translate3d(-245%, -70%, 0);
  scale: 0.6;
  opacity: 0.8;
  z-index: 8;
}

.game-header .carousel img[data-order='0'] {
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
  z-index: 10;
}

.game-header .carousel img[data-order='1'] {
  transform: translate3d(80%, -70%, 0);
  scale: 0.6;
  opacity: 0.8;
  z-index: 8;
}

.game-header .carousel img[data-order='2'] {
  transform: translate3d(50%, -80%, 0);
  scale: 0.2;
  opacity: 0.4;
  z-index: 6;
}

.game-header .carousel img[data-order='3'] {
  transform: translate3d(-30%, -90%, 0);
  scale: 0.1;
  opacity: 0.2;
  z-index: 4;
}

.game-header .carousel img[data-order='4'] {
  transform: translate3d(-200%, -100%, 0);
  scale: 0.05;
  opacity: 0.1;
  z-index: 2;
}

.game-header .carousel .selectors {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.game-header .carousel .selectors .left, .game-header .carousel .selectors .right {
  position: absolute;
  width: 50%;
  height: 100%;
  vertical-align: center;
  cursor: pointer;
}

.game-header .carousel .selectors .left {
  left: 0;
}

.game-header .carousel .selectors .right {
  right: 0;
}

.game-header .game-background {
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
}

.game-header .game-background video {
  position: absolute;
  top: -120%;
  left: 0;
  right: 0;
  width: 100%;
}

.game-header .game-background-overlay {
  background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 65%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.game-header #gamers-online {
  position: absolute;
  bottom: 3.5px;
  left: 3.5px;
  font-weight: 900;
  color: white;
  line-height: 1;
  z-index: 10;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .game-header #gamers-online {
    bottom: 7px;
    left: 7px;
  }
}

.game-header.vip_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 2px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #c89f00 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
  border-radius: 5px;
}

.game-header.vip_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89f00;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.game-header.new_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 2px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #28a745 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
  border-radius: 5px;
}

.game-header.new_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.game-header.new_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 2px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #0098d2 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
  border-radius: 5px;
}

.game-header.new_content:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0098d2;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.game-header.beta_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 2px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #777 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
  border-radius: 5px;
}

.game-header.beta_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #777;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.game-screenshots {
  width: 100%;
  margin-top: 7%;
  top: 0;
  position: absolute;
}

.game-screenshots .game-screenshot {
  width: 25%;
  position: absolute;
}

.game-screenshots .game-screenshot:nth-child(1) {
  left: 5%;
}

.game-screenshots .game-screenshot:nth-child(2) {
  right: 5%;
}

@media (max-width: 991.98px) {
  .game-screenshots {
    display: none;
  }
}

.popover {
  text-align: center;
  border-radius: 5px;
}

.popover .popover-header {
  border-radius: 5px 5px 0 0;
  border: 0;
}

.more {
  display: none;
}

.more-link {
  flex: 1;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .more-link {
    flex: initial;
  }
}

.game-rating .stars {
  position: relative;
  height: 50px;
  line-height: 1.5;
}

.game-rating .stars .star {
  font-size: 40px;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
}

.game-rating .stars .star i {
  transition: all 200ms;
  text-shadow: -1px -1px 1px #ffffff06, 1px 1px 1px #0000001a;
}

.game-rating .stars .star:nth-child(2) {
  left: 20%;
}

.game-rating .stars .star:nth-child(3) {
  left: 40%;
}

.game-rating .stars .star:nth-child(4) {
  left: 60%;
}

.game-rating .stars .star:nth-child(5) {
  left: 80%;
}

.game-rating .stars .star-filled {
  opacity: 1;
}

.game-rating .stars .star-filled i {
  color: #ffc033;
  background-image: linear-gradient(180deg, #f8ea39, #ffc443);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#favorite-game i {
  width: 36px;
  text-align: center;
}

.game-rating-score {
  font-weight: bold;
}

.game-rating-score .star {
  color: #ffc033;
  background-image: linear-gradient(180deg, #f8ea39, #ffc443);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: -1px -1px 1px #ffffff11, 1px 1px 1px #0000001a;
}

.game-review img {
  width: 1rem;
  margin-right: .2rem;
}

.game-review span {
  display: flex;
  margin-right: .5rem;
}

img.game-user-rating, img.game-user-rank {
  height: 40px;
}

.user-rating, .user-rank {
  height: 48px;
  font-weight: 900;
}

.user-rating > div, .user-rank > div {
  line-height: 1;
}

.user-rating .value-user-rating, .user-rating .value-user-rank, .user-rank .value-user-rating, .user-rank .value-user-rank {
  font-size: 2.5rem;
}

.bar-bg {
  height: 4px;
  background-color: #ebebeb;
}

.bar-bg .bar-value {
  background-color: #28a745;
  height: 100%;
}

.game-prize.font-size-1 .asset-icon {
  height: 14px;
  width: auto;
}

.game-prize.font-size-2 .asset-icon {
  height: 20px;
  width: auto;
}

.game-prize.font-size-3 .asset-icon {
  height: 24px;
  width: auto;
}

.jackpot {
  background-color: #F8D800;
  background-image: linear-gradient(190deg, #FDEB71 10%, #F8D800 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jackpot .jackpot-icon {
  color: orange;
  font-size: 3rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.jackpot .amount-container {
  text-align: right;
  text-transform: capitalize;
  line-height: 1;
}

.jackpot .amount-container .amount {
  font-size: 1.5rem;
  display: block;
  color: #c04c4e;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 3px white;
}

.recent-winners .recent-winner {
  display: flex;
  align-items: center;
}

.recent-winners .recent-winners-game-tile {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.recent-winners .recent-winners-game-logo {
  width: 60px;
}

.recent-winners hr:last-child {
  display: none;
}

.game-help-page .float-left {
  margin-right: 1rem;
}

.game-help-page .float-right {
  margin-left: 1rem;
}

.game-help-page h3 {
  margin-top: 2rem;
}

.game-help-page h3 + br, .game-help-page h3 + br + br, .game-help-page h3 + img + br {
  content: '';
}

.game-help-page br + br {
  content: '';
}

.game-help-page td {
  min-width: 5rem;
}

.media-merchant-background {
  padding: 40px;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.media-merchant-background iframe {
  width: 300px !important;
  margin: 0 20px;
  height: 392px !important;
}

.game-categories a {
  width: 33%;
  text-align: left;
}

.game-categories.stuck {
  transform: scale(0.8) translate(0, -10px);
}

.modal-tabs {
  padding: 0;
}

.modal-tabs .modal-tab {
  flex: 1;
  list-style-type: none;
  transition: background-color .2s;
}

.modal-tabs .modal-tab a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.modal-tabs .modal-tab i {
  width: auto;
}

.modal-tabs-content {
  padding: 1rem;
}

.modal-tabs-content > div {
  display: none;
}

.modal-tabs-content > div.active {
  display: flex;
  flex-direction: column;
}

.profile-image-gallery {
  height: 100%;
}

.profile-image-gallery .profile-image-gallery-thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 33.33333%;
  max-height: 50%;
}

.profile-image-gallery .profile-image-gallery-thumb:hover .overlay {
  opacity: 1;
}

.profile-image-gallery .profile-image-gallery-thumb .overlay {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity 200ms;
}

@media (max-width: 991.98px) {
  .profile-image-gallery .profile-image-gallery-thumb .overlay {
    opacity: 1;
  }
}

.profile-image-gallery .profile-image-gallery-thumb .overlay .fas {
  text-align: center;
  display: block;
  color: #113448;
  padding: 10px;
  font-size: 20px;
}

.profile-image, .profile-image-gallery-thumb {
  position: relative;
}

@media (max-width: 566.98px) {
  #profile .friend_request {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#profile .profile-info {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 10%;
}

.profile-drop-down {
  position: absolute;
  bottom: 3.5px;
  right: 3.5px;
}

@media (min-width: 768px) {
  .profile-drop-down {
    right: 7px;
  }
}

#profileDropdownMenuLink i {
  opacity: .5;
  transition: opacity .2s;
  color: #d74c4c;
}

#profileDropdownMenuLink i:hover {
  opacity: .9;
}

.blocked-user {
  position: relative;
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
}

.top {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .top {
    height: 360px;
  }
}

.top.current-user {
  border-radius: 5px;
}

.top .top-profile-info {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 100;
  transform: none;
  border-radius: 0 10px 0 0;
}

.top .top-profile-info .friend-indicator {
  font-size: .8rem;
}

.top .top-profile-info .top-online-status {
  align-items: center;
}

.top .top-profile-info .top-profile-username {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .top .top-profile-info .top-profile-username {
    font-size: 2.0rem;
  }
}

.user-info {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  margin-top: .2rem;
  border-radius: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.9);
  cursor: default;
  line-height: 1;
}

@media (min-width: 567px) {
  .user-info {
    font-size: 14px;
  }
}

.user-info i {
  margin-right: 3px;
}

.user-info-vip {
  background-image: linear-gradient(45deg, yellow, #c89f00);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  color: #333333;
}

.user-info-vip i {
  color: #333333;
}

.user-info-moderator {
  background-image: linear-gradient(45deg, #479123, #8aab22);
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-moderator i {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-supporter {
  background-image: linear-gradient(45deg, #013042, #125b7a);
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-supporter i {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-developer {
  background-image: linear-gradient(45deg, #11003d, #472c69);
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-developer i {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-streamer {
  background-image: linear-gradient(45deg, #790031, #b41159);
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.user-info-streamer i {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#user-tools {
  position: absolute;
  bottom: 1rem;
  right: 3.5px;
}

@media (min-width: 768px) {
  #user-tools {
    right: 7px;
  }
}

#background-image {
  position: relative;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  #background-image {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #background-image {
    height: 360px;
  }
}

#background-image #background-image-upload {
  position: absolute;
  top: 30%;
  right: 10%;
}

#background-image #background-image-progress {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

#user-image {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 12px;
  width: 115px;
  height: 115px;
  z-index: 200;
}

@media (min-width: 768px) {
  #user-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 992px) {
  #user-image {
    width: 254px;
    height: 254px;
  }
}

#user-image .user-profile-image {
  border-radius: 15%;
  position: relative;
  width: 100%;
}

#user-image #user-image-upload, #user-image #image-progress {
  position: absolute;
}

#user-image #user-image-upload {
  bottom: 50%;
  left: 0;
  transform: translate(-50%, 50%);
}

@media (min-width: 768px) {
  #user-image #user-image-upload {
    left: 1rem;
    bottom: 1rem;
    transform: translate(0, 0);
  }
}

#user-image #image-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-sidebar .profile-sidebar-listgroup .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  transition: background-color .3s, color .3s;
  color: #0098d2;
}

.profile-sidebar .profile-sidebar-listgroup .list-group-item.active-link {
  background-color: white;
}

.profile-sidebar .profile-sidebar-listgroup .list-group-item:hover {
  background-color: #eff1f4;
  color: #006186;
}

.profile-sidebar .profile-sidebar-listgroup .list-group-item .list-group-item-icon {
  margin-right: 10px;
  color: #6c757d;
}

.profile-sidebar .friends-section .friend-link {
  display: block;
}

.profile-sidebar .friends-section .friend-icon {
  width: 100%;
  height: 100%;
}

.profile-sidebar .latest-activities .activity {
  margin: 2rem 0 1rem;
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
  border-top-left-radius: 0;
  position: relative;
}

.profile-sidebar .latest-activities .activity .activity-type-label {
  background-color: white;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dee2e6;
  border-bottom: none;
  padding: .25rem 1rem 0;
  display: inline-block;
  font-size: .8rem;
  line-height: 1.2;
  position: absolute;
  bottom: 100%;
  left: -1px;
}

.profile-sidebar .latest-activities .activity .activity-image {
  width: 6rem;
  min-width: 6rem;
  overflow: hidden;
}

.profile-sidebar .latest-activities .activity .activity-image .badge-tile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}

.profile-sidebar .latest-activities .activity .activity-image .badge-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 5%;
  width: 100%;
  height: 90%;
}

.profile-sidebar .latest-activities .activity .activity-image .badge-image .badge-symbol {
  position: absolute;
  top: 18%;
  width: 100%;
  height: 40%;
}

.profile-sidebar .latest-activities .activity .activity-image .challenge-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.profile-sidebar .latest-activities .activity .activity-description {
  flex: 1;
  padding-left: 1rem;
}

.profile-sidebar .latest-activities .activity .activity-description .name {
  font-size: 1.2em;
  font-weight: bold;
}

.profile-sidebar .latest-activities .activity .activity-description .game {
  font-size: 0.8em;
  margin-top: -5px;
}

.profile-sidebar .latest-activities .activity .activity-description .badge-quests {
  position: relative;
  overflow: hidden;
  height: 24px;
}

.profile-sidebar .latest-activities .activity .activity-description .badge-quests span {
  display: inline;
}

.profile-sidebar .latest-activities .activity .activity-description .badge-quests .badge-quests-hide-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(to left, white, rgba(255, 0, 0, 0));
}

.profile-sidebar .latest-activities .activity .activity-description .challenge-games a:not(:last-child)::after {
  content: ',';
}

.profile-sidebar .latest-activities .activity .activity-description .challenge-quests {
  position: relative;
  overflow: hidden;
  height: 24px;
  font-size: 0.9em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-sidebar .latest-activities .activity .activity-description .challenge-quests span:not(:last-child)::after {
  content: ',';
}

.profile-top-small-image {
  width: 48px;
}

.profile-top-small-gender {
  font-size: .8rem;
  font-weight: normal;
}

.online-status {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #f5515f;
  border: .25rem solid #9f041b;
  vertical-align: text-bottom;
}

.online-status.online {
  background-color: lime;
  border: .25rem solid limegreen;
}

.online-status.muted {
  background-color: #ffea00;
  border: .25rem solid #cdae32;
}

.online-status.banned {
  background-color: #ff0000;
  border: .25rem solid #ffea00;
}

.edit-profile .edit-tab {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 900;
  padding-bottom: 3.5px;
}

.edit-profile .edit-tab.active {
  border-bottom: 3px solid #0098d2;
}

.edit-profile .edit-tab .edit-tab-name {
  line-height: 1;
}

.input-group-text.fa-solid, .input-group-text.fa-regular {
  font-weight: bold !important;
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
  display: flex;
  background-color: #00000011;
}

#profile-subnav {
  background-image: linear-gradient(to bottom, #00000055 0%, #00000022 100%);
  background-repeat: repeat-x;
  padding-top: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 3px #00000011;
  border-top: none;
}

#profile-subnav #profile-subnav-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex: 1;
  overflow: hidden;
}

#profile-subnav .profile-subnav-navitem, #profile-subnav .profile-subnav-dropdown {
  display: block;
  text-align: center;
  font-size: .8rem;
  white-space: nowrap;
  padding: 14px;
  cursor: pointer;
}

#profile-subnav .profile-subnav-navitem .profile-subnav-navitem-icon, #profile-subnav .profile-subnav-dropdown .profile-subnav-navitem-icon {
  display: inline-block;
  position: relative;
}

#profile-subnav .profile-subnav-navitem .profile-subnav-navitem-icon notify, #profile-subnav .profile-subnav-dropdown .profile-subnav-navitem-icon notify {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

#profile-subnav .profile-subnav-navitem .profile-subnav-navitem-icon > i, #profile-subnav .profile-subnav-dropdown .profile-subnav-navitem-icon > i {
  margin-bottom: 5px;
}

#profile-subnav .profile-subnav-navitem[data-status] [data-state], #profile-subnav .profile-subnav-dropdown[data-status] [data-state] {
  display: none;
}

#profile-subnav .profile-subnav-navitem[data-status='none'] [data-state='none'], #profile-subnav .profile-subnav-dropdown[data-status='none'] [data-state='none'] {
  display: block;
}

#profile-subnav .profile-subnav-navitem[data-status='requested'] [data-state='requested'], #profile-subnav .profile-subnav-dropdown[data-status='requested'] [data-state='requested'] {
  display: block;
}

#profile-subnav .profile-subnav-navitem[data-status='is_requested'] [data-state='is_requested'], #profile-subnav .profile-subnav-dropdown[data-status='is_requested'] [data-state='is_requested'] {
  display: block;
}

#profile-subnav .profile-subnav-navitem[data-status='friends'] [data-state='friends'], #profile-subnav .profile-subnav-dropdown[data-status='friends'] [data-state='friends'] {
  display: block;
}

#profile-subnav .profile-subnav-dropdown {
  padding: 0;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-toggle {
  padding: 14px;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu {
  z-index: 1100;
  border: 0;
  padding: .5rem 0;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item {
  position: relative;
  padding: 0.25rem 1rem;
  padding-right: 2rem;
  transition: background-color .2s, color .2s;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item:active {
  color: #006186;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item:hover {
  transition: none;
  background-color: #00000011;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-icon {
  position: relative;
  margin-right: 10px;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-icon notify {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-link {
  display: flex;
  text-decoration: none;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-link .profile-subnav-navitem-icon {
  position: static;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-link .profile-subnav-navitem-icon notify {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 2px;
  bottom: auto;
  left: auto;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-link i {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
  width: 1.25em;
}

.modal_open .navbar {
  padding-right: 0 !important;
}

.modal_open modal {
  display: block;
}

modal {
  display: none;
  z-index: 9999999;
}

modal.no-padding .modal-container, modal.no-padding .modal-body, modal.no-padding .container-fluid, modal.no-padding .container-sm, modal.no-padding .container-md, modal.no-padding .container-lg, modal.no-padding .container-xl {
  padding: 0;
}

modal.white-close .modal-close {
  color: white;
  opacity: 0.9;
  text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.5);
}

modal img, modal iframe {
  max-width: 100%;
}

modal.media iframe {
  min-height: 400px;
  min-width: 100%;
}

@media (min-width: 768px) {
  modal.media iframe {
    min-height: 600px;
  }
}

modal.small-modal .modal-wrapper, modal.badge-info-modal .modal-wrapper, modal.payment-modal .modal-wrapper, modal.experience-info-modal .modal-wrapper, modal.change-email-modal .modal-wrapper, modal.change-password-modal .modal-wrapper, modal.drawing-modal .modal-wrapper, modal.gift-modal .modal-wrapper, modal.feedback-box .modal-wrapper, modal.change-email-modal .modal-wrapper, modal.entry_fee .modal-wrapper, modal.vip-limitation .modal-wrapper {
  max-width: 700px;
}

modal.login .modal-wrapper, modal.create .modal-wrapper, modal.reset .modal-wrapper {
  max-width: 600px;
}

modal.vip .modal-container {
  background-image: url("/assets/general/vipbg.png");
  background-position: center;
  background-size: cover;
}

modal.medium-modal .modal-wrapper {
  max-width: 780px;
}

modal.large-modal .modal-wrapper {
  max-width: 980px;
}

modal.auto-size .modal-wrapper, modal.gallery-modal .modal-wrapper {
  width: auto;
  max-width: 95%;
}

modal.payment-modal-big {
  max-width: 98%;
}

modal.challenge-info-modal .modal-wrapper {
  max-width: 500px;
}

modal .modal-mask {
  opacity: 0;
  transition: opacity 200ms;
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

modal .modal-wrapper {
  position: relative;
  overflow: auto;
  max-height: 100%;
  background-color: transparent;
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 1000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

modal .modal-container {
  width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 14px;
}

@media (min-width: 567px) {
  modal .modal-container {
    padding: 14px;
  }
}

modal .modal-container .modal-body {
  border-radius: 5px;
  overflow: hidden;
}

modal .modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  font-size: 12px;
  padding: 7px;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
}

modal .modal-footer, modal .modal-header, modal .modal-body {
  border: none;
  padding: 0;
}

.control {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  text-align: center;
  font-size: 60px;
  cursor: pointer;
  padding-bottom: 3.5px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.4);
  transition: color .2s;
  text-decoration: none;
}

@media (hover: hover) {
  .control:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
}

.control:active, .control:focus {
  color: rgba(255, 255, 255, 0.8);
}

.control.control-left {
  left: 0;
}

.control.control-right {
  right: 0;
}

.control .fas {
  font-weight: 900;
}

.modal-logo {
  width: 64px;
  height: 64px;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .modal .modal-dialog {
  width: 95%;
  max-width: 400px;
}

.modal-open .navbar {
  padding-right: 0 !important;
}

.modal.show {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal.show .modal-content {
  border-radius: 0;
}

html.playgame {
  overflow: hidden !important;
}

html.playgame body {
  overflow: hidden;
  background-color: black;
  background-image: none;
}

html.playgame #page {
  padding-bottom: 0;
  max-width: 100%;
}

.hide {
  display: none !important;
}

.playgame-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.playgame-wrapper.chat-hidden .chat-wrapper {
  flex: 0;
  min-width: 0;
}

.playgame-wrapper #openChatBtn {
  transition: all 300ms;
}

.playgame-wrapper .game-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/general/komogvind_logo.png");
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper {
    flex-direction: row;
  }
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar {
  background-color: black;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .fas {
  font-size: 16px;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .tokens-in-game {
  color: #ffffff;
  transform: rotate(0deg);
  position: initial;
  top: initial;
  width: initial;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .tokens-in-game img {
  width: 15px;
  margin: 0 5px 2px;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper .playgame-bottom-bar .tokens-in-game {
    transform: rotate(90deg);
    position: absolute;
    top: 50px;
    width: 100px;
  }
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper .playgame-bottom-bar {
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 50px;
  }
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .playgame-button-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper .playgame-bottom-bar .playgame-button-wrapper {
    flex-direction: column;
  }
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .btn-sm, .playgame-wrapper .game-wrapper .playgame-bottom-bar .btn-group-sm > .btn {
  width: 30px;
  height: 30px;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar .btn-tiny {
  width: 20px;
  height: 20px;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar #remaining-vip-time {
  color: white;
  position: absolute;
  top: 40%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 8px;
  border-radius: 20px;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper .playgame-bottom-bar #remaining-vip-time {
    transform: rotate(90deg) translate3d(50%, 0, 0);
    white-space: nowrap;
  }
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar #remaining-vip-time-countdown-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #28a745;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper .playgame-bottom-bar #remaining-vip-time-countdown-bar {
    height: 0;
    width: 100%;
  }
}

.playgame-wrapper .game-wrapper #playgame-content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper #playgame-content-wrapper {
    bottom: 0;
    right: 50px;
  }
}

.playgame-wrapper .game-wrapper #playgame-content-wrapper.no-chat {
  bottom: 0;
  right: 0;
}

.playgame-wrapper .game-wrapper #playgame-content-wrapper #playgame {
  border: none;
  width: 100%;
  height: 100%;
}

.playgame-wrapper .game-wrapper #playgame-stream-content-wrapper {
  position: absolute;
  top: 60px;
  bottom: 0px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
          user-select: none;
}

.playgame-wrapper .game-wrapper #playgame-stream-content-wrapper #playgame {
  width: 100%;
  height: 100%;
  border: none;
}

.playgame-wrapper .game-wrapper .free-vip-over {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 7px;
  background-image: url("/assets/general/vipbg.png");
  background-size: cover;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header {
  padding: 7px 0;
  color: white;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-fluid, .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-sm, .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-md, .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-lg, .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-xl {
  display: flex;
  align-items: center;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header h2 {
  color: #ffffff;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .no-more-vip-logo {
  width: 60px;
  flex-shrink: 0;
}

.playgame-wrapper .chat-wrapper {
  overflow-y: auto;
  position: relative;
}

.playgame-wrapper .chat-wrapper iframe {
  border: 0;
  overflow: hidden;
}

.playgame-wrapper .show-chat-button {
  cursor: pointer;
}

#live-counter-bar, #live-counter-top-list {
  width: 100%;
  height: 100%;
}

#live-counter-bar #code, #live-counter-top-list #code {
  position: fixed;
  bottom: 0;
  right: 65%;
  padding: 1vh;
  text-align: right;
}

#live-counter-bar #code #text, #live-counter-top-list #code #text {
  background-color: #ffffff;
  border-radius: 50vh;
  padding: 0 20px;
  font-family: sans-serif;
  font-weight: bolder;
  color: #000000;
  font-size: 98vh;
  line-height: 1;
  text-transform: uppercase;
}

#live-counter-bar #bar-template, #live-counter-bar #toplist-template, #live-counter-top-list #bar-template, #live-counter-top-list #toplist-template {
  display: none;
}

#live-counter-bar .live-counter, #live-counter-top-list .live-counter {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#live-counter-bar .live-counter.live-counter-bar, #live-counter-top-list .live-counter.live-counter-bar {
  background-color: black;
  position: absolute;
  top: -100%;
}

#live-counter-bar .live-counter.live-counter-bar.red .progress-bar, #live-counter-top-list .live-counter.live-counter-bar.red .progress-bar {
  background-color: red;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-objective, #live-counter-top-list .live-counter.live-counter-bar .live-counter-objective {
  width: 50%;
  left: 0;
  text-align: center;
  background-color: #060606;
}

@media (orientation: portrait) and (max-width: 500px) {
  #live-counter-bar .live-counter.live-counter-bar .live-counter-objective, #live-counter-top-list .live-counter.live-counter-bar .live-counter-objective {
    font-size: 10px;
  }
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress {
  left: 50%;
  width: 25%;
  background-color: #2a2a2a;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .amount, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .amount {
  position: absolute;
  top: 0;
  right: 10px;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .percentage, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .percentage {
  position: absolute;
  top: 0;
  left: 10px;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .progress-bar, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .progress-bar {
  width: 0;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: width 500ms;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%) !important;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .teams_overlay, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .teams_overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_1, #live-counter-bar .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_2, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_1, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_2 {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_2, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .teams_overlay .team_2 {
  right: 0;
  left: 50%;
  text-align: right;
}

@media (orientation: portrait) and (max-width: 500px) {
  #live-counter-bar .live-counter.live-counter-bar .live-counter-progress .amount, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .amount {
    line-height: 20px;
    top: 20px;
    right: 5px;
  }
  #live-counter-bar .live-counter.live-counter-bar .live-counter-progress .percentage, #live-counter-top-list .live-counter.live-counter-bar .live-counter-progress .percentage {
    line-height: 20px;
    left: 5px;
  }
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize {
  width: 25%;
  left: 75%;
  text-align: right;
  color: #333333;
  height: 100%;
  overflow: hidden;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: top 250ms;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div {
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  position: relative;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div .prize-type, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div .prize-type {
  position: absolute;
  top: 4px;
  height: 100%;
  left: 5px;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div .target, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div .target {
  position: absolute;
  left: 10px;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div .amount, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div .amount {
  position: absolute;
  right: 40px;
  z-index: 1;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div img, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div img {
  margin: 0;
  position: absolute;
  right: 5px;
  top: 25%;
  height: 50%;
  z-index: 0;
}

@media (orientation: portrait) and (max-width: 500px) {
  #live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div .target, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div .target {
    line-height: 20px;
    position: absolute;
    left: 5px;
  }
  #live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div .amount, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div .amount {
    line-height: 20px;
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 20px;
  }
  #live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper > div img, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper > div img {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    left: unset;
    height: 25%;
    z-index: 0;
  }
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #main, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #main {
  background-color: #ffffff;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #extra, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #extra {
  background-color: #b8d9e1;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #vip, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #vip {
  background-color: #ffd460;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #first, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #first {
  background-color: #ffba00;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #second, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #second {
  background-color: rgba(204, 204, 204, 0.95);
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #third, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #third {
  background-color: rgba(218, 178, 139, 0.9);
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #main_pool, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #main_pool {
  background-color: #ffffff;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #vip_pool, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #vip_pool {
  background-color: #ffba00;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #winner_team_pool, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #winner_team_pool {
  background-color: #7cc9c9;
}

#live-counter-bar .live-counter.live-counter-bar .live-counter-prize .wrapper #winner_team_vip_pool, #live-counter-top-list .live-counter.live-counter-bar .live-counter-prize .wrapper #winner_team_vip_pool {
  background-color: #dcd74c;
}

#live-counter-bar .live-counter.live-counter-bar.endurance .live-counter-objective, #live-counter-top-list .live-counter.live-counter-bar.endurance .live-counter-objective {
  width: 40%;
}

#live-counter-bar .live-counter.live-counter-bar.endurance .live-counter-progress, #live-counter-top-list .live-counter.live-counter-bar.endurance .live-counter-progress {
  left: 40%;
  width: 25%;
}

#live-counter-bar .live-counter.live-counter-bar.endurance .live-counter-prize, #live-counter-top-list .live-counter.live-counter-bar.endurance .live-counter-prize {
  width: 35%;
  left: 65%;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-objective, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-objective {
  width: 40%;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-progress, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-progress {
  left: 40%;
  width: 25%;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-prize, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-prize {
  width: 35%;
  left: 65%;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-progress, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-progress {
  background-color: #6a7679;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-progress .progress-bar, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-progress .progress-bar {
  background-color: #464127;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-progress .percentage, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-progress .percentage {
  padding: 0 10px;
}

#live-counter-bar .live-counter.live-counter-bar.two_random_teams .live-counter-progress .teams_overlay, #live-counter-top-list .live-counter.live-counter-bar.two_random_teams .live-counter-progress .teams_overlay {
  display: block;
}

#live-counter-bar .live-counter.live-counter-bar.pulsate-fast .live-counter-progress .progress-bar, #live-counter-top-list .live-counter.live-counter-bar.pulsate-fast .live-counter-progress .progress-bar {
  background-color: #a404e3;
}

#live-counter-bar .live-counter.live-counter-bar.pulsate-slow:not(.two_random_teams) .live-counter-progress .progress-bar, #live-counter-top-list .live-counter.live-counter-bar.pulsate-slow:not(.two_random_teams) .live-counter-progress .progress-bar {
  background-color: green;
}

#live-counter-bar .live-counter > div, #live-counter-top-list .live-counter > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#live-counter-bar .live-counter .live-counter-amount, #live-counter-top-list .live-counter .live-counter-amount {
  display: none;
}

#live-counter-bar .live-counter .live-counter-objective, #live-counter-bar .live-counter .live-counter-amount, #live-counter-bar .live-counter .live-counter-progress, #live-counter-bar .live-counter .live-counter-target, #live-counter-bar .live-counter .live-counter-prize .wrapper > div, #live-counter-top-list .live-counter .live-counter-objective, #live-counter-top-list .live-counter .live-counter-amount, #live-counter-top-list .live-counter .live-counter-progress, #live-counter-top-list .live-counter .live-counter-target, #live-counter-top-list .live-counter .live-counter-prize .wrapper > div {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.01) 52%, rgba(0, 0, 0, 0.2) 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  height: 100%;
}

#live-counter-bar .live-counter .top-list > div, #live-counter-top-list .live-counter .top-list > div {
  position: absolute;
  height: 10.1%;
  width: 100%;
  top: 1500px;
  transition: top 300ms;
  opacity: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#live-counter-bar .live-counter .top-list > div .username, #live-counter-bar .live-counter .top-list > div .amount, #live-counter-top-list .live-counter .top-list > div .username, #live-counter-top-list .live-counter .top-list > div .amount {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

#live-counter-bar .live-counter .top-list > div .username, #live-counter-top-list .live-counter .top-list > div .username {
  left: 5px;
  padding: 0 0 0 20px;
  background-position: 0 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

#live-counter-bar .live-counter .top-list > div .amount, #live-counter-top-list .live-counter .top-list > div .amount {
  right: 10px;
  text-align: right;
}

#live-counter-bar .live-counter .top-list > div .amount .percent, #live-counter-top-list .live-counter .top-list > div .amount .percent {
  display: inline-block;
  width: 80px;
}

#live-counter-bar .live-counter .top-list > div[data-site='1'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='1'] .username {
  background-image: url("/assets/flags/da_DK.png");
}

#live-counter-bar .live-counter .top-list > div[data-site='2'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='2'] .username {
  background-image: url("/assets/flags/en_GB.png");
}

#live-counter-bar .live-counter .top-list > div[data-site='3'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='3'] .username {
  background-image: url("/assets/flags/de_DE.png");
}

#live-counter-bar .live-counter .top-list > div[data-site='7'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='7'] .username {
  background-image: url("/assets/flags/fr_FR.png");
}

#live-counter-bar .live-counter .top-list > div[data-site='10'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='10'] .username {
  background-image: url("/assets/flags/nl_NL.png");
}

#live-counter-bar .live-counter .top-list > div[data-site='11'] .username, #live-counter-top-list .live-counter .top-list > div[data-site='11'] .username {
  background-image: url("/assets/flags/en_US.png");
}

#live-counter-bar .live-counter .top-list > div[data-is-current-user='true'], #live-counter-top-list .live-counter .top-list > div[data-is-current-user='true'] {
  top: 90%;
  opacity: 1;
  background-color: #53a44a;
  z-index: 1;
  animation: pulsateSteps 5000ms infinite;
}

#live-counter-bar .live-counter .top-list > div[data-is-current-user='true'] .username, #live-counter-top-list .live-counter .top-list > div[data-is-current-user='true'] .username {
  font-weight: bold;
}

#live-counter-bar .live-counter .top-list > div[data-position='1'], #live-counter-top-list .live-counter .top-list > div[data-position='1'] {
  top: 0;
  opacity: 1;
  background-color: #dda306;
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='2'], #live-counter-top-list .live-counter .top-list > div[data-position='2'] {
  top: 10%;
  opacity: 1;
  background-color: rgba(155, 155, 155, 0.95);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='3'], #live-counter-top-list .live-counter .top-list > div[data-position='3'] {
  top: 20%;
  opacity: 1;
  background-color: rgba(151, 113, 75, 0.9);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='4'], #live-counter-top-list .live-counter .top-list > div[data-position='4'] {
  top: 30%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='5'], #live-counter-top-list .live-counter .top-list > div[data-position='5'] {
  top: 40%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='6'], #live-counter-top-list .live-counter .top-list > div[data-position='6'] {
  top: 50%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='7'], #live-counter-top-list .live-counter .top-list > div[data-position='7'] {
  top: 60%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='8'], #live-counter-top-list .live-counter .top-list > div[data-position='8'] {
  top: 70%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.65);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='9'], #live-counter-top-list .live-counter .top-list > div[data-position='9'] {
  top: 80%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  animation: none;
}

#live-counter-bar .live-counter .top-list > div[data-position='10'], #live-counter-top-list .live-counter .top-list > div[data-position='10'] {
  top: 90%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.55);
  animation: none;
}

#live-counter-bar .live-counter .top-list-timer, #live-counter-top-list .live-counter .top-list-timer {
  display: none;
  height: 30px;
  background-color: #000000;
  background-image: linear-gradient(#ffffff00 0%, #ffffff1a 50%, #ffffff0f 50%, #ffffff00 100%);
}

#live-counter-bar .live-counter .top-list-timer .bar, #live-counter-top-list .live-counter .top-list-timer .bar {
  height: 100%;
  background-color: #426907;
}

#live-counter-bar .live-counter .top-list-timer .time, #live-counter-top-list .live-counter .top-list-timer .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

#live-counter-bar .live-counter .top-list-timer.time-reached .bar, #live-counter-top-list .live-counter .top-list-timer.time-reached .bar {
  height: 100%;
  background-color: #253211;
}

#live-counter-bar.type-two_random_teams .live-counter .top-list, #live-counter-bar.type-reach_target_before_end .live-counter .top-list, #live-counter-bar.type-endurance .live-counter .top-list, #live-counter-top-list.type-two_random_teams .live-counter .top-list, #live-counter-top-list.type-reach_target_before_end .live-counter .top-list, #live-counter-top-list.type-endurance .live-counter .top-list {
  top: 30px;
}

#live-counter-bar.type-two_random_teams .live-counter .top-list-timer, #live-counter-bar.type-reach_target_before_end .live-counter .top-list-timer, #live-counter-bar.type-endurance .live-counter .top-list-timer, #live-counter-top-list.type-two_random_teams .live-counter .top-list-timer, #live-counter-top-list.type-reach_target_before_end .live-counter .top-list-timer, #live-counter-top-list.type-endurance .live-counter .top-list-timer {
  display: block;
}

#live-counter-bar.type-two_random_teams .teams_overlay, #live-counter-top-list.type-two_random_teams .teams_overlay {
  display: block;
}

modal .live-counter-bar > div {
  line-height: 40px;
}

@media (min-width: 768px) {
  .mode-iframe .live-counter-amount, .mode-iframe .live-counter-objective, .mode-iframe .live-counter-progress, .mode-iframe .live-counter-prize {
    font-size: 45vh;
    line-height: 100vh;
  }
  .mode-iframe .username {
    font-size: 7vh;
    padding: 1vh 1vw 0 6vw;
  }
}

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

.playgame-wrapper .game-wrapper {
  flex: 1;
}

.playgame-wrapper .chat-wrapper {
  flex: 0 0 700px;
  max-width: 18%;
  min-width: 280px;
}

@media (orientation: portrait) and (max-width: 1000px) {
  .playgame-wrapper {
    flex-direction: column;
  }
  .playgame-wrapper .chat-wrapper {
    flex: 1;
    max-width: 100%;
  }
}

.image_upload_wrapper .upload-button {
  position: relative;
}

.image_upload_wrapper .upload-button .plus-icon {
  font-size: 10vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  pointer-events: none;
}

@media (min-width: 567px) {
  .image_upload_wrapper .upload-button .plus-icon {
    font-size: 3rem;
  }
}

.image_upload_wrapper .upload-button .upload-button-icon {
  font-size: 20vw;
  opacity: .2;
}

@media (min-width: 567px) {
  .image_upload_wrapper .upload-button .upload-button-icon {
    font-size: 6rem;
  }
}

.image_upload_wrapper .upload-button .upload-button-title {
  position: absolute;
  left: 0;
  bottom: 35px;
  text-align: center;
  width: 100%;
  line-height: 1.1;
}

.image_upload_wrapper:hover .overlay {
  opacity: 1;
}

.image_upload_wrapper .rel {
  position: relative;
}

.image_upload_wrapper .overlay {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity 200ms;
}

@media (max-width: 991.98px) {
  .image_upload_wrapper .overlay {
    opacity: 1;
  }
}

.image_upload_wrapper .overlay .fas {
  text-align: center;
  display: block;
  color: #113448;
  padding: 10px;
  font-size: 20px;
}

.image_upload_wrapper .preview {
  background-size: 100% auto !important;
  background-position: center;
}

.image_upload_progress {
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0;
  width: 0;
  min-width: 30px;
  height: 20px;
  opacity: 0;
  text-align: center;
  color: #fff;
  box-shadow: none;
  transition: width 600ms, opacity 1000ms;
  font-size: 13px;
  font-family: Monospace;
  background-color: rgba(0, 255, 0, 0.7);
}

.image_upload_progress.running {
  opacity: 1;
}

.image_upload_progress.failure {
  opacity: 1;
  width: 100%;
  background-image: linear-gradient(to right, rgba(215, 76, 76, 0.1), #d74c4c 50%, rgba(215, 76, 76, 0.1));
  background-repeat: no-repeat;
}

.confirm {
  position: relative;
}

.confirm .choice {
  position: absolute;
  width: 100px;
  right: 0;
  z-index: 1;
}

.confirm .choice.positive {
  bottom: 100%;
}

.confirm .choice.negative {
  top: 0%;
}

alert {
  display: block;
}

alert .alert-mask {
  opacity: 0;
  transition: opacity 300ms;
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

alert .alert-wrapper {
  position: relative;
  width: 95%;
  max-width: 600px;
  max-height: 80%;
}

alert .alert-wrapper .alert-container {
  width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

alert .alert-wrapper .alert-container::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -11px;
  left: -3px;
  font-size: 25px;
  font-weight: bold;
}

alert .alert-wrapper .alert-container .alert-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 5px;
}

alert .alert-wrapper .alert-container .alert-header {
  font-size: 1.25rem;
  padding: 14px;
  border-radius: 5px 5px 0 0;
}

alert .alert-wrapper .alert-container .alert-body {
  padding: 14px;
  border-radius: 5px 5px 0 0;
}

alert .alert-wrapper .alert-container .alert-footer {
  padding: 7px 14px;
  border-radius: 0 0 5px 5px;
}

alert .alert-wrapper .alert-container:has(.alert-footer) .alert-body {
  padding: 14px;
  border-radius: 0;
}

alert.error .alert-wrapper .alert-container::before {
  content: '\f05a ';
  color: #ff0026;
}

alert.success .alert-wrapper .alert-container::before {
  content: '\f058 ';
  color: greenyellow;
}

alert.warning .alert-wrapper .alert-container::before {
  content: '\f06a ';
  color: #ffbe00;
}

alert.danger .alert-wrapper {
  max-width: 1024px;
}

alert.danger .alert-wrapper .alert-container::before {
  content: '\f071 ';
  color: red;
}

alert.info .alert-wrapper .alert-container::before {
  content: '\f05a ';
  color: #0e6fa9;
}

alert.overlay .alert-wrapper {
  max-width: 95%;
  max-height: 95%;
  width: auto;
}

alert.overlay .alert-wrapper .alert-container {
  border-color: #113448;
  padding: 0;
}

alert.overlay .alert-wrapper .alert-container .alert-body {
  padding: 0;
}

alert.overlay .alert-wrapper .alert-container .alert-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

alert.code .alert-wrapper {
  width: 100%;
  max-width: 80%;
}

alert.code .alert-wrapper .alert-container pre {
  overflow: auto;
}

alert.code .alert-wrapper .alert-container .alert-header {
  text-align: left;
  padding: 20px;
  background-color: #ddd;
}

alert.code .alert-wrapper .alert-container .alert-body {
  text-align: left;
  background-color: #eaeaea;
}

alert.code .alert-wrapper .alert-container .alert-footer {
  padding: 20px;
  background-color: #efefef;
}

body > loading {
  position: fixed;
}

loading, .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(#00000099, #00000000);
  z-index: 9998;
  display: block;
  cursor: wait;
  opacity: 0;
  transition: opacity 250ms;
}

loading::after, .loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/assets/general/komogvind_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}

.badge {
  border-radius: 2rem;
  min-height: 24px;
  min-width: 24px;
  font-size: .6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.game-badge .name {
  font-size: 15px;
}

.game-badge-info .name {
  font-size: 36px;
}

.game-badge .badge-image, .game-badge-info .badge-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.game-badge .badge-image .badge-symbol, .game-badge-info .badge-image .badge-symbol {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 15%;
  width: 45%;
}

.game-badge .badge-completed, .game-badge-info .badge-completed {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 50%;
}

.game-badge {
  padding: 3.5px;
  cursor: pointer;
}

.game-badge-info {
  padding: 0;
}

.game-badge-info .badge-image {
  width: 50px;
  margin: 0 auto;
}

@media (min-width: 567px) {
  .game-badge-info .badge-image {
    width: 100px;
  }
}

.quests, .points-overview {
  font-size: 1rem;
  width: 100%;
  margin: 0;
}

.quests .quest, .points-overview .quest {
  padding-right: 30px;
  margin-bottom: 3.5px;
  position: relative;
  line-height: 1.2;
}

.quests .quest:last-child, .points-overview .quest:last-child {
  margin-bottom: 0;
}

.quests .quest:before, .points-overview .quest:before {
  content: url("/assets/badges/check_noborder.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  filter: grayscale(100%);
  opacity: .3;
  line-height: 1;
}

.quests .quest.completed:before, .points-overview .quest.completed:before {
  filter: none;
  opacity: 1;
}

.quests .quest .gamename, .points-overview .quest .gamename {
  font-weight: normal;
  display: block;
}

.challenge-image-wrapper {
  position: relative;
}

.challenge-image-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: bolder;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  padding: 10px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.4), 0px 3px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.4);
  background-size: cover;
}

.challenge-image-wrapper.notification {
  width: 50px;
}

.challenge-image-wrapper.notification .content {
  font-size: 10px;
  border-radius: 5px;
}

.game-challenge {
  display: block;
  cursor: pointer;
  color: #303030;
}

.game-challenge .challenge-image-wrapper {
  background-position: center;
}

.game-challenge.activated {
  filter: saturate(2);
  border: 5px solid #34c400;
  box-shadow: 0 0 20px #00ff0099;
}

.game-challenge.system_activated {
  border: 5px solid #1b84f8;
}

.game-challenge.completed {
  border: 5px solid #ffb700;
  box-shadow: 0 0 20px gold;
  opacity: 1;
}

.game-challenge.completed .game-challenge-name {
  background-color: #c59d00;
  color: #ffffff;
}

.activated-help {
  display: inline-block;
  height: 1rem;
  width: 20px;
  background-color: #81ff4b;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}

.completed-help {
  display: inline-block;
  height: 1rem;
  width: 20px;
  background-color: #ffc900;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}

.new-help {
  display: inline-block;
  height: 1rem;
  width: 20px;
  background-color: #1b84f8;
  border: 1px solid #1863b6;
  margin-right: 10px;
}

.user-rank {
  cursor: pointer;
}

.resets-wrapper .resets {
  background-image: url("/assets/general/rank.svg");
  background-position: 100% 25%;
  background-size: auto 75%;
  background-repeat: no-repeat;
  padding: 0 60px 0 0;
  font-size: 32px;
}

.points-overview .points {
  margin-bottom: 3.5px;
  line-height: 1.2;
}

@media (max-width: 566.98px) {
  .user-rating {
    margin-bottom: 7px;
  }
}

.friend-icon {
  width: 48px;
  height: 48px;
  border-radius: 25%;
}

.card.friend {
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.card.friend .card-top {
  background-size: cover;
  border-radius: 0.2rem 0.2rem 0 0;
}

.card.friend .card-top-profile-image-wrapper {
  width: 100%;
  height: 100%;
}

.card.friend .card-top-profile-image-wrapper .friend-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 30px rgba(24, 54, 72, 0.4);
  margin: 10px auto;
  display: block;
}

.card.friend.is_promoted {
  border: 1px solid #ffc300;
}

.friends-section .friend-link {
  width: 25%;
  padding: 4px;
}

.friends-section .content {
  margin: 4px;
}

.friends-section .friend-icon {
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
}

.friend-link {
  color: #212529;
  font-weight: 900;
  position: relative;
}

.favourite {
  position: relative;
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
}

.guestbook-form {
  display: none;
}

.guestbook-entry-date {
  text-decoration: none;
}

#guestbook-items .guestbook-item {
  position: relative;
}

#guestbook-items .guestbook-item.private:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: white;
  position: absolute;
  padding-left: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(45deg, #0098d2 49%, transparent 50%);
}

#guestbook-items .lead img {
  width: 100%;
  margin-bottom: 10px;
}

.my-posts #guestbook-items .guestbook-item img.friend-icon {
  display: initial;
}

.my-posts #guestbook-items .guestbook-item .lead {
  font-size: 1rem;
  font-weight: 400;
  display: inline-grid;
}

.my-posts #guestbook-items .guestbook-item .lead > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#guestbook-items .guestbook-item-drop-down {
  position: absolute;
  top: 10px;
  right: 1rem;
}

#guestbook-items .guestbook-item-drop-down .dropdown-toggle {
  padding: 10px 1rem;
  margin: -10px -1rem;
}

.product-image img {
  border-radius: 5px;
  margin-top: 8px;
}

.amount-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 567px) {
  .amount-wrapper {
    border-radius: 0 5px 5px 0;
  }
}

.amount-wrapper .amount-row {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

.amount-wrapper .amount-row.buy-section {
  background-color: #93bb54;
  background-image: linear-gradient(45deg, #93bb54, #5abe02);
  background-repeat: repeat-x;
}

.amount-wrapper .amount-row.sell-section {
  background-color: #dc3545;
  background-image: linear-gradient(45deg, #d74c4c, #FF3a3a);
  background-repeat: repeat-x;
}

.amount-wrapper .amount-row .amount-select {
  color: white;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 900;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color .5s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 1px rgba(0, 0, 0, 0.05);
}

.amount-wrapper .amount-row .amount-select:last-child {
  border-left: none;
}

.amount-wrapper .amount-row .amount-select.disabled {
  cursor: no-drop;
  background-color: #d8d8d8;
  color: #999;
}

.amount-wrapper .amount-row .amount-select.disabled:hover {
  background-color: #d8d8d8;
}

.amount-wrapper .amount-row .amount-select:hover {
  transition: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.has-winner .prize-top {
  min-height: 160px;
}

.prize-top {
  min-height: 150px;
  position: relative;
}

.prize-top .trade-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.prize-top .btn {
  position: absolute;
  top: 55px;
  width: 240px;
  left: calc(50% - 100px);
}

.prize-top .btn-round {
  top: 30px;
  height: 60px;
  width: 60px;
  left: calc(50% - 30px);
}

.prize-top .trade-unlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.prize-top .trade-unlock .unlock-hero, .prize-top .trade-unlock .background {
  width: 100%;
  height: 100%;
}

.prize-top .trade-unlock .hero-title {
  padding: 50px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0px 0px 30px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
}

.prize-drawing {
  position: relative;
  cursor: initial;
  transition: box-shadow .3s;
  background-color: #ffffffaa;
  background-image: linear-gradient(90deg, #ffffff 20%, #ffffff00);
  border-radius: 5px;
  padding: 0;
  min-height: 180px;
}

.prize-drawing .hint {
  position: absolute;
  left: initial;
  top: initial;
  bottom: 60px;
  right: 7px;
  z-index: 100;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.prize-drawing .trade-unlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.prize-drawing .trade-tickets {
  position: absolute;
  bottom: 0;
  right: 0;
}

.prize-drawing .trade-tickets button {
  border-radius: 5px 0 2.5px 0;
}

.prize-drawing-page .hint {
  position: absolute;
  left: initial;
  top: initial;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  background-image: linear-gradient(to top, #8014ba, #b247ff);
  padding: 5px;
  border: 1px solid purple;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.prize-drawing-page .trade-unlock {
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
  left: 0;
  z-index: 1;
}

.prize-drawing, .prize-drawing-page {
  text-shadow: none;
}

.prize-drawing a > img, .prize-drawing-page a > img {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.prize-drawing .btn.participate, .prize-drawing-page .btn.participate {
  background-image: linear-gradient(to top, #1480ba, #b247ff);
  border-color: #06a1af;
  color: #ffffff;
}

.prize-drawing.vip, .prize-drawing-page.vip {
  border-color: gold;
}

.prize-drawing.unlock .btn, .prize-drawing-page.unlock .btn {
  border-color: #7f06af;
  color: #ffffff;
}

.prize-drawing.unlock .trade-unlock > div, .prize-drawing-page.unlock .trade-unlock > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prize-drawing.unlock .trade-unlock .unlock-hero .background, .prize-drawing.unlock .trade-unlock .unlock-hero .overlay, .prize-drawing-page.unlock .trade-unlock .unlock-hero .background, .prize-drawing-page.unlock .trade-unlock .unlock-hero .overlay {
  width: 100%;
  height: 100%;
}

.prize-drawing.unlock .trade-unlock .unlock-hero .btn, .prize-drawing-page.unlock .trade-unlock .unlock-hero .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.prize-drawing.unlock .trade-unlock .unlock-hero .hero-title, .prize-drawing-page.unlock .trade-unlock .unlock-hero .hero-title {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0px 0px 30px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
}

.prize-drawing.unlock .trade-unlock .unlock-quiz, .prize-drawing-page.unlock .trade-unlock .unlock-quiz {
  padding: 40px 30px 30px;
  border-radius: 5px;
}

.prize-drawing.unlock .trade-unlock .unlock-quiz .answer, .prize-drawing-page.unlock .trade-unlock .unlock-quiz .answer {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.prize-drawing.unlock .trade-unlock .unlock-quiz .answer:hover, .prize-drawing-page.unlock .trade-unlock .unlock-quiz .answer:hover {
  background: linear-gradient(180deg, rgba(90, 255, 0, 0.3) 0%, rgba(15, 253, 0, 0.6) 100%);
}

.bought-tickets-product-price-wrapper > div {
  margin: 0 10px;
}

.bought-tickets {
  display: flex;
  align-items: center;
  line-height: 1;
}

.trade-unlock .btn {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.tickets-owned {
  border: 3px solid #8cd26c !important;
}

.tickets-owned .trade-tickets .btn {
  color: #fff;
  background-image: linear-gradient(to top, #46ba14, #51f358) !important;
}

.tickets-owned .bought-tickets-product-price-wrapper .tickets-icon {
  color: #39cc1b !important;
}

.tickets-owned:after {
  content: none;
}

.drawing-countdown-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 5px 0 5px;
  z-index: 5;
  padding: 1px 5px;
}

.drawing-countdown-wrapper .text {
  margin-right: 8px;
  font-weight: bold;
  line-height: 14px;
}

.tokens-display {
  justify-content: center;
  font-weight: 900;
}

.img-wrapper {
  width: 75px;
  height: 100px;
  background-color: white;
  margin: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 567px) {
  .img-wrapper {
    width: 150px;
    height: 150px;
  }
}

.text-wrapper {
  margin-left: 5px;
}

.product-name {
  line-height: 1.2;
}

.product-price {
  font-weight: bold;
  line-height: 1;
}

.trade-container {
  display: none;
  opacity: 0;
  z-index: 1000000;
}

.trade-container .trade-container-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.trade-container .trade-container-item {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 567px) {
  .trade-container .trade-container-item {
    width: calc(100%);
  }
}

.trade-container .trade-container-item .product-name {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trade-container .trade-container-item .divider-container {
  min-height: 40px;
  padding: .3rem;
  line-height: 1.2;
}

.trade-container .trade-container-item .trade-container-item-name {
  margin-bottom: 2px;
  display: none;
}

.trade-container .trade-container-item .bought-tickets-wrapper {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize-winners .prize-winner .product-image {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 0.2rem;
}

.no-tickets {
  padding: 2rem;
  background-color: #f1f1f1;
}

.tickets-container .your-tickets-name {
  max-width: 99%;
}

.tickets-container .product-image {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tickets-container .tickets-badge {
  display: inline-flex;
  align-items: center;
  font-size: .8rem;
}

.tickets-icon {
  transform: rotate(-45deg);
}

.prize-tile {
  background-image: url("/assets/general/prize_tile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
  .prize-tile .token-items {
    max-width: 60%;
  }
}

.prize-tile .buy-tickets-button {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 20%;
}

@media (min-width: 768px) {
  .prize-tile .buy-tickets-button {
    bottom: 12%;
  }
}

@media (min-width: 1170px) {
  #prize-product-modal .prize-product-image {
    max-width: 50%;
  }
}

#profile-gifts .tile {
  position: relative;
  background-image: none;
}

#profile-gifts .tile.sealed {
  background-image: linear-gradient(225deg, #feeb7b, #fcd345);
}

#profile-gifts .tile.private:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: white;
  position: absolute;
  padding-left: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(45deg, #0098d2 49%, transparent 50%);
}

#profile-gifts .tile .gift-username {
  justify-content: center;
  font-weight: bold;
}

#profile-gifts .tile .gift-date {
  color: #777;
  font-size: 0.8rem;
}

#profile-gifts .private-gift-icon {
  transform: rotate(22deg);
}

#newGiftModal .gift-choice .gift-option, #newGiftModal .gift-choice .wrapping-option, #newGiftModal .wrapping-choice .gift-option, #newGiftModal .wrapping-choice .wrapping-option {
  cursor: pointer;
  position: relative;
}

#newGiftModal .gift-choice .gift-option:hover .tile, #newGiftModal .gift-choice .wrapping-option:hover .tile, #newGiftModal .wrapping-choice .gift-option:hover .tile, #newGiftModal .wrapping-choice .wrapping-option:hover .tile {
  background-image: linear-gradient(#ffffff00, #ffffff11);
}

#newGiftModal .gift-choice .gift-option.selected .tile, #newGiftModal .gift-choice .wrapping-option.selected .tile, #newGiftModal .wrapping-choice .gift-option.selected .tile, #newGiftModal .wrapping-choice .wrapping-option.selected .tile {
  box-shadow: inset 0 0 0 4px #0098d2, 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

#newGiftModal .gift-choice .gift-option .tile, #newGiftModal .gift-choice .wrapping-option .tile, #newGiftModal .wrapping-choice .gift-option .tile, #newGiftModal .wrapping-choice .wrapping-option .tile {
  position: relative;
}

#newGiftModal .gift-choice .gift-option .tile.only-vip:before, #newGiftModal .gift-choice .wrapping-option .tile.only-vip:before, #newGiftModal .wrapping-choice .gift-option .tile.only-vip:before, #newGiftModal .wrapping-choice .wrapping-option .tile.only-vip:before {
  content: 'VIP';
  font-weight: 900;
  color: white;
  background-color: #0098d2;
  font-size: .7rem;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 40px;
  padding: 0 8px;
  border-radius: 5px;
}

#newGiftModal .gift-choice .gift-price, #newGiftModal .gift-choice .wrapping-price, #newGiftModal .wrapping-choice .gift-price, #newGiftModal .wrapping-choice .wrapping-price {
  width: 100%;
}

#newGiftModal .gift-choice .gift-price .tokens-display, #newGiftModal .gift-choice .wrapping-price .tokens-display, #newGiftModal .wrapping-choice .gift-price .tokens-display, #newGiftModal .wrapping-choice .wrapping-price .tokens-display {
  justify-content: center;
  font-weight: 900;
}

#newGiftModal .gift-total-price {
  font-weight: 900;
}

#newGiftModal .gift-total-price .tokens-display img {
  height: 20px;
  width: 20px;
}

#newGiftModal .steps-container .step {
  padding: 1rem;
  padding-bottom: 0;
}

#newGiftModal .gift-message-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#newGiftModal .gift-message-images .tile {
  background-size: 80%;
}

#newGiftModal .gift-message-images > * {
  text-align: center;
  width: 33%;
  height: 33%;
  cursor: auto;
}

#showGiftModal .gift-container-sealed, #showGiftModal .gift-container-open {
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

#showGiftModal .gift-container-sealed.private:after, #showGiftModal .gift-container-open.private:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: white;
  position: absolute;
  padding-left: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(45deg, #0098d2 49%, transparent 50%);
}

#showGiftModal .gift-container-sealed {
  background-image: linear-gradient(225deg, #feeb7b, #fcd345);
}

#showGiftModal .gift-container-open .tokens-display {
  font-weight: 900;
  justify-content: center;
}

#showGiftModal .open-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 5px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  font-weight: 900;
  color: white;
  cursor: pointer;
}

.gallery-album-link {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-album-title {
  position: absolute;
  padding: 0 10px;
  bottom: 5px;
  left: 0;
}

#gallery-album-image #image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 55px 0;
}

#gallery-album-image #image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  will-change: background-image;
  opacity: 0.5;
}

#gallery-album-image #image-wrapper img {
  position: relative;
  z-index: 5;
  max-height: 100%;
  border-radius: 5px;
  display: block;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #gallery-album-image #image-wrapper img {
    height: 100%;
  }
}

#gallery-album-image .gallery-image-drop-down .dropdown-item, #gallery-album-image .gallery-image-drop-down .dropdown-header, #gallery-album-image .gallery-comment-drop-down .dropdown-item, #gallery-album-image .gallery-comment-drop-down .dropdown-header {
  padding: 0.25rem 1rem;
}

#gallery-album-image .gallery-image-drop-down .dropdown-toggle {
  padding-right: 3.5px;
  padding-left: 3.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery-album-image .gallery-comment-drop-down {
  position: absolute;
  top: 10px;
  right: 1rem;
}

#gallery-album-image .gallery-comment-drop-down .dropdown-toggle {
  padding: 10px 1rem;
  margin: -10px -1rem;
}

#gallery .set-profile-image {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  cursor: pointer;
}

#gallery .active-profile-picture .tile {
  border: solid 3px yellowgreen;
}

#comments {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

@media (min-width: 992px) {
  #comments {
    margin-top: 0;
  }
}

.comment-item {
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
  position: relative;
}

.comment-item .gallery-comment {
  font-size: 0.875rem;
}

.comment-item .comment-item-user-icon > * {
  pointer-events: none;
}

.comment-item .media-body {
  min-width: 0;
}

.gallery-comments-section {
  margin-bottom: 1px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gallery-comments-section #edit-form {
  position: relative;
  top: -22px;
}

#gallery-album-image-comments {
  max-height: 60vh;
  overflow: auto;
  margin-bottom: 7px;
}

@media (min-width: 992px) {
  #gallery-album-image-comments {
    margin-left: -3.5px;
    padding-left: 3.5px;
  }
}

#activities .weekly-challenge, #activities .personal-challenge {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 1rem;
}

#activities .badge-row .badge-pill {
  display: inline-flex;
  min-height: auto;
}

#activities .badge-row .badge-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 64px;
}

#activities .badge-row .badge-image .badge-symbol {
  position: absolute;
  width: 100%;
  top: 18%;
  height: 40%;
}

.media-img {
  width: 64px;
}

.message {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
}

.message .message-username {
  pointer-events: none;
}

.message .deleteEntry {
  text-decoration: none;
}

.message-content {
  overflow-x: auto;
  border-radius: 5px;
}

.message-drop-down {
  position: absolute;
  top: 10px;
  right: 1rem;
}

.message-drop-down .dropdown-toggle {
  padding: 10px 1rem;
  margin: -10px -1rem;
}

.message-modal-drop-down {
  position: absolute;
  top: 10px;
  right: 7px;
}

.message-modal-drop-down .dropdown-toggle {
  padding: 10px 1rem;
  margin: -10px -1rem;
}

#system-notifications {
  position: fixed;
  top: 0;
  max-width: calc(100% - 10px);
  z-index: 9999999;
  margin: 5px;
  color: #333;
  cursor: pointer;
}

#system-notifications .type {
  font-weight: bold;
}

#system-notifications .mess {
  background-color: #ffffffee;
  padding: 5px 10px;
  margin: 1px 29px;
}

#system-notifications .mess p {
  margin: 0;
}

#system-notifications .close {
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 16px;
}

#system-notifications > div {
  padding: 0;
  position: relative;
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

#system-notifications > div::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 5px;
}

#system-notifications [data-type='info'] {
  background-color: #2cd5ff;
  color: #333333;
}

#system-notifications [data-type='info']::before {
  content: '\f05a ';
}

#system-notifications [data-type='danger'] {
  background-color: #ff0003;
  color: #333333;
}

#system-notifications [data-type='danger']::before {
  content: '\f071 ';
}

#system-notifications [data-type='warning'] {
  background-color: #fcc426;
  color: #333333;
}

#system-notifications [data-type='warning']::before {
  content: '\f06a ';
}

#system-notifications [data-type='success'] {
  background-color: #ccffcc;
  color: #333333;
}

#system-notifications [data-type='success']::before {
  content: '\f058 ';
}

#eula-dk, #eula-de, #eula-fr, #eula-gb, #eula-us, #eula-nl, #eula-no {
  padding-top: 80px;
}

#eula-dk .c4 {
  font-size: 150%;
  font-weight: bold;
}

#eula-dk .c12 {
  font-weight: bold;
}

#eula-dk .c1 {
  margin-bottom: 20px;
}

#eula-de .c3 {
  font-size: 150%;
  font-weight: bold;
}

#eula-de .c7 {
  font-weight: bold;
}

#eula-de .c1 {
  margin-bottom: 20px;
}

#eula-fr .c10 {
  font-size: 150%;
  font-weight: bold;
}

#eula-fr .c9 {
  font-weight: bold;
}

#eula-fr .c3 {
  margin-bottom: 20px;
}

#eula-gb .c6 {
  font-size: 150%;
  font-weight: bold;
}

#eula-gb .c7 {
  font-weight: bold;
}

#eula-gb .c5 {
  margin-bottom: 20px;
}

#eula-us .c6 {
  font-size: 150%;
  font-weight: bold;
}

#eula-us .c7 {
  font-weight: bold;
}

#eula-us .c5 {
  margin-bottom: 20px;
}

#eula-nl .c5 {
  font-size: 150%;
  font-weight: bold;
}

#eula-nl .c6 {
  font-weight: bold;
}

#eula-nl .c2 {
  margin-bottom: 20px;
}

#eula-no .c4 {
  font-size: 150%;
  font-weight: bold;
}

#eula-no .c10 {
  font-weight: bold;
}

#eula-no .c1 {
  margin-bottom: 20px;
}

.vip-features-list .vip-feature {
  width: 340px;
  margin: 10px;
  padding: 14px;
  text-align: center;
  border-radius: 5px;
}

#current_vip .card-header {
  background: linear-gradient(to bottom, #fef8b5 0%, #edc628 100%);
  box-shadow: inset 0 0 0 .15em #fbeb9f;
  text-shadow: 1px 1px 1px #eeeeee !important;
}

#current_vip .card-header h3 {
  color: #444444;
  text-shadow: 1px 1px 1px #eeeeee !important;
}

.vip_upgrade_box {
  color: #fff !important;
  background-image: linear-gradient(to top, #c98f17, #ffd583);
  text-shadow: -1px -1px 1px rgba(201, 143, 23, 0.8), 1px 1px 2px #9b6e12;
  border-radius: 5px;
  padding: 0 5px 0 10%;
  position: relative;
  cursor: pointer;
}

.vip_upgrade_box:before {
  content: "★";
  color: gold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 80%;
}

.vip_upgrade_box:hover {
  color: #fff !important;
  background-image: linear-gradient(to top, #c79222, #f3cd86);
  text-shadow: -1px -1px 1px rgba(199, 146, 34, 0.8), 1px 1px 2px #9b721b;
}

.vip_upgrade_box:hover:hover {
  color: white !important;
  background-image: linear-gradient(to top, #daa128, #f5d79d);
}

.vip_upgrade_box:hover:active, .vip_upgrade_box:hover:focus {
  color: white !important;
  background-image: linear-gradient(to top, #b1821e, #f1c36f);
}

.vip_upgrade_box:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e09f1a, #ffde9d);
}

.vip_upgrade_box:active, .vip_upgrade_box:focus {
  color: white !important;
  background-image: linear-gradient(to top, #b27f14, #ffcc6a);
}

.shop-items .shop-item {
  flex: 1 0 auto;
}

.shop-items .shop-item .card-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}

.shop-items .shop-item.current-shop-item {
  border: 3px solid #73ff00;
}

.shop-items .shop-item.best_value .card-header {
  background-image: linear-gradient(to bottom, #fdb64c 0%, #fbc882 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

.shop-items .shop-item.best_value .card-header > * {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

.shop-items .shop-item.popular .card-header {
  background-image: linear-gradient(#08C 0%, #73D2F6 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

.shop-items .shop-item.popular .card-header > * {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

.vip-duration-icon {
  font-size: 34px;
  position: relative;
}

.vip-duration-icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.vip-duration-icon:before {
  font-size: 38px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  display: initial;
}

.vip-duration-icon.vip-shop-type-1:before {
  background: linear-gradient(to bottom, #e8ffde 0%, #5dd22f 100%);
  -webkit-text-stroke-color: #4ec21f;
  -webkit-background-clip: text;
}

.vip-duration-icon.vip-shop-type-1 span {
  color: #216e00;
}

.vip-duration-icon.vip-shop-type-2:before {
  background: linear-gradient(to bottom, #fef8b5 0%, #edc628 100%);
  -webkit-text-stroke-color: #ddbe63;
  -webkit-background-clip: text;
  text-shadow: none;
}

.vip-duration-icon.vip-shop-type-2 span {
  color: #6c5b00;
}

.shop-item-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  display: none;
}

.shop-item-ribbon span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  height: 26px;
  line-height: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 13px;
  right: -24px;
  padding: 0 3.5px;
}

.shop-item-ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.shop-item-ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.shop-item-ribbon.ribbon-popular {
  display: block;
}

.shop-item-ribbon.ribbon-popular span {
  color: #ffffff;
  background: #73D2F6;
  background: linear-gradient(#0073a9 0%, #73D2F6 100%);
}

.shop-item-ribbon.ribbon-popular span:before {
  border-left: 3px solid #004466;
  border-top: 3px solid #004466;
}

.shop-item-ribbon.ribbon-popular span:after {
  border-right: 3px solid #004466;
  border-top: 3px solid #004466;
}

.shop-item-ribbon.ribbon-limited {
  display: block;
}

.shop-item-ribbon.ribbon-limited span {
  color: #000000;
  background: #FFD583;
  background: linear-gradient(#efaa1f 0%, #FFD583 100%);
}

.shop-item-ribbon.ribbon-limited span:before {
  border-left: 3px solid #b77800;
  border-top: 3px solid #b77800;
}

.shop-item-ribbon.ribbon-limited span:after {
  border-right: 3px solid #b77800;
  border-top: 3px solid #b77800;
}

.shop-item-ribbon.ribbon-out-of-stock {
  display: block;
}

.shop-item-ribbon.ribbon-out-of-stock span {
  color: #ffffff;
  background: #9f0000;
  background: linear-gradient(#cc0101 0%, #700000 100%);
}

.shop-item-ribbon.ribbon-out-of-stock span:before {
  border-left: 3px solid #b70000;
  border-top: 3px solid #b70000;
}

.shop-item-ribbon.ribbon-out-of-stock span:after {
  border-right: 3px solid #b70000;
  border-top: 3px solid #b70000;
}

.shop-item-ribbon.ribbon-best_value {
  display: block;
}

.shop-item-ribbon.ribbon-best_value span {
  color: #000000;
  background: #ffdc83;
  background: linear-gradient(#e7d400 0%, #ffea83 100%);
}

.shop-item-ribbon.ribbon-best_value span:before {
  border-left: 3px solid #b7b400;
  border-top: 3px solid #b79900;
}

.shop-item-ribbon.ribbon-best_value span:after {
  border-right: 3px solid #b79900;
  border-top: 3px solid #abb700;
}

.shop-item-ribbon.ribbon-offer {
  display: block;
}

.shop-item-ribbon.ribbon-offer span {
  color: #fffb1e;
  background: #ffdc83;
  background: linear-gradient(#000000 0%, #333333 100%);
}

.shop-item-ribbon.ribbon-offer span:before {
  border-left: 3px solid #b7b400;
  border-top: 3px solid #b79900;
}

.shop-item-ribbon.ribbon-offer span:after {
  border-right: 3px solid #b79900;
  border-top: 3px solid #abb700;
}

.shop-item-ribbon.ribbon-new {
  display: block;
}

.shop-item-ribbon.ribbon-new span {
  color: #000000;
  background: #d2ff83;
  background: linear-gradient(#9aff1e 0%, #d1ff96 100%);
}

.shop-item-ribbon.ribbon-new span:before {
  border-left: 3px solid #74b700;
  border-top: 3px solid #83b700;
}

.shop-item-ribbon.ribbon-new span:after {
  border-right: 3px solid #7ab700;
  border-top: 3px solid #abb700;
}

.vip-subscriptions td {
  white-space: nowrap;
}

.vip .user-profile-image {
  color: #c89f00 !important;
}

.friend-icon.vip, .user-img.vip, .user-image.vip {
  border: 3px solid #c89f00;
}

.friend-icon.moderator, .user-img.moderator, .user-image.moderator {
  border: 3px solid #16ff08;
}

.friend-icon.support, .user-img.support, .user-image.support {
  border: 3px solid #c100ff;
}

.vip-advantage {
  background: linear-gradient(#ffffff, #ffffff55);
  border-radius: 5px;
  padding: 3.5px;
  position: relative;
  box-shadow: 0 10px 30px #00000022;
}

.vip-advantage .vip-advantage-header {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.vip-advantage .vip-advantage-image {
  position: absolute;
  width: 40px;
  left: -30px;
  top: -30px;
}

.vip-advantage .vip-advantage-image.checkmark {
  width: 30px;
  left: -20px;
  top: -20px;
}

.vip-advantage .vip-advantage-content {
  min-height: 34px;
  list-style-image: url("/assets/general/token.svg");
}

.vip-advantage .vip-advantage-content li {
  margin-bottom: 5px;
}

.vip-advantage .vip-advantage-content li:last-child {
  margin-bottom: 0;
}

.vip-advantage ul {
  padding-left: 20px;
}

.inline-vip-wrapper {
  position: relative;
  top: -30px;
}

.vip-hero {
  background-image: url("/assets/general/vipbg.png");
}

.vip-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 45%;
  color: white;
  text-shadow: 1px 1px 1px #00000055;
  text-align: center;
  width: 80%;
}

.vip-hero-text .header {
  font-size: 8vw;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 567px) {
  .vip-hero-text .header {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .vip-hero-text .header {
    font-size: 4rem;
  }
}

.vip-hero-text .subheader {
  font-size: 5vw;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 567px) {
  .vip-hero-text .subheader {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .vip-hero-text .subheader {
    font-size: 2rem;
  }
}

.vip-hero-text .vip-hero-bubble {
  font-size: 4vw;
  font-weight: 900;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: .2em 2em;
  border-radius: 3rem;
  margin-top: 1.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 0.15em #fbeb9f, 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 567px) {
  .vip-hero-text .vip-hero-bubble {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .vip-hero-text .vip-hero-bubble {
    font-size: 1.8rem;
  }
}

.vip-modal .modal-container {
  background-color: #255164;
}

#live-search-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  width: 300px;
  transform: translateX(-150px);
  padding: 10px;
  border-radius: 0 0 10px 10px;
  z-index: 9998;
}

#live-search-wrapper #toggle-live-search {
  position: absolute;
  top: 20px;
  left: -20px;
  display: none;
}

#toggle-live-search {
  cursor: pointer;
}

#live-search {
  width: 100%;
  box-shadow: 0 5px 10px #00000022;
}

#live-search-list {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  top: 36px;
  opacity: 1;
  color: #303030;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  border-radius: 5px;
  box-shadow: 0 10px 20px #00000055;
  -webkit-overflow-scrolling: touch;
}

#live-search-list.loading {
  height: 100px;
  overflow: hidden;
}

.autocomplete-active {
  background-color: #0098d2;
  color: white;
}

.search-item-category {
  float: right;
  text-align: right;
  font-size: 0.7rem;
  margin: 3px 5px 0 0;
  width: 75px;
}

#live-search-form {
  display: block;
}

@media (max-width: 1024px) {
  #live-search-wrapper #live-search-form {
    display: none;
  }
  #live-search-wrapper #toggle-live-search {
    display: block;
  }
}

@media (max-width: 567px) {
  #live-search-wrapper {
    width: 250px;
    transform: translateX(-125px);
  }
  #live-search-wrapper #live-search-list {
    top: 30px;
  }
}

.home-news .media {
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
}

.home-news .home-news-title {
  font-weight: bold;
}

.home-news .home-news-content {
  max-height: 50px;
  min-width: 0;
}

#home table tr td {
  padding: 0 40px;
}

@media (min-width: 567px) and (max-width: 991.98px) {
  .gamerow .home-combined:nth-child(3) {
    display: none;
  }
}

#latest-profile-images, #online-friends-badges {
  display: flex;
  flex-wrap: wrap;
}

#latest-profile-images > a, #online-friends-badges > a {
  width: 25%;
}

@media (min-width: 567px) {
  #latest-profile-images > a, #online-friends-badges > a {
    width: 12.5%;
  }
}

#latest-profile-images > a .content, #online-friends-badges > a .content {
  margin: 4px;
}

#latest-profile-images > a .friend-icon, #online-friends-badges > a .friend-icon {
  width: 100%;
  height: 100%;
  filter: saturate(0.95);
  opacity: 0.95;
}

#latest-profile-images > a .friend-icon.vip, #online-friends-badges > a .friend-icon.vip {
  filter: saturate(1.5);
  opacity: 1;
}

/* Not used */
.CCcontainer {
  font-weight: 400;
  line-height: 1.25;
  z-index: 7000;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: #efefef;
  position: absolute;
}

.CCcontainer .iconContainer {
  float: left;
}

.CCcontainer .iconContainer .icon {
  width: 19px;
  height: 17px;
  background-image: url("/images/icons24/iconmap19x17.png");
  background-repeat: no-repeat;
}

.CCcontainer .chatBox {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  cursor: default;
}

.CCcontainer .chatBox:first-of-type {
  margin-right: 0;
}

.CCcontainer .chatBox.showRank .rank {
  font-size: 0.75rem;
  margin: 0 0 0 4px;
  padding: 0 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  opacity: 1;
}

.CCcontainer .chatBox.textFontSize.small *, .CCcontainer #shop_user_payment #element label.chatBox.textFontSize *, #shop_user_payment #element .CCcontainer label.chatBox.textFontSize * {
  font-size: 14px;
}

.CCcontainer .chatBox.textFontSize.small .chatTop .nav, .CCcontainer #shop_user_payment #element label.chatBox.textFontSize .chatTop .nav, #shop_user_payment #element .CCcontainer label.chatBox.textFontSize .chatTop .nav {
  height: 32px;
}

.CCcontainer .chatBox.textFontSize.small #visible-panes .viewWrapper, .CCcontainer #shop_user_payment #element label.chatBox.textFontSize #visible-panes .viewWrapper, #shop_user_payment #element .CCcontainer label.chatBox.textFontSize #visible-panes .viewWrapper {
  top: 33px;
}

.CCcontainer .chatBox.textFontSize.normal * {
  font-size: 18px;
}

.CCcontainer .chatBox.textFontSize.large * {
  font-size: 24px;
}

.CCcontainer .chatBox.textFontSize.large .chatTop .nav .iconDirectChat {
  right: 40px;
}

.CCcontainer .chatBox.textFontSize.large .chatTop .nav .iconMenu {
  top: 9px;
}

.CCcontainer .chatBox.textFontSize.large .chatTop .nav .iconBack {
  top: 8px;
  left: 2px;
}

.CCcontainer .chatBox.textFontSize.large .chatTop .nav .title {
  padding: 6px 0 0 30px;
}

.CCcontainer .chatBox.textFontSize.large .sendButton {
  padding: 2px 7px;
}

.CCcontainer .chatBox .profileLink {
  cursor: pointer;
}

.CCcontainer .chatBox #panes {
  display: none;
}

.CCcontainer .chatBox #visible-panes .pane {
  display: none;
}

.CCcontainer .chatBox #visible-panes .pane:last-child {
  display: block;
}

.CCcontainer .chatBox .pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.CCcontainer .chatBox .pane.modalState {
  background-color: white;
}

.CCcontainer .chatBox .pane .emptyMessage {
  position: absolute;
  margin-top: 8px;
  text-align: center;
  left: 0;
  right: 0;
}

.CCcontainer .chatBox .pane .miniProfile .userProfileImage {
  cursor: default;
}

.CCcontainer .chatBox .pane.help ul li {
  padding: 5px;
  border-radius: 3px;
  margin: 0 0 10px;
}

.CCcontainer .chatBox .writeMessageAttention {
  display: none;
  left: 9px;
  background-color: #4d8de6;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  padding: 4px 8px;
}

.CCcontainer .chatBox .modal {
  position: absolute;
  top: 10px;
  left: 12.5%;
  width: 75%;
  height: 97%;
  text-align: center;
  z-index: 5;
  display: none;
  box-shadow: 0 5px 20px #00000044;
}

.CCcontainer .chatBox .modal.menu {
  z-index: 5;
}

.CCcontainer .chatBox .modal input, .CCcontainer .chatBox .modal input:focus {
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px;
  padding: 8px;
}

.CCcontainer .chatBox .modal .text {
  margin: 8px;
}

.CCcontainer .chatBox .modal select {
  width: 94%;
  padding: 5px;
}

.CCcontainer .chatBox .modal .error {
  margin: 0px 12px;
  padding: 10px 4px;
  background-color: #FFDDD0;
  color: #B32F2F;
  border-radius: 4px;
  display: none;
}

.CCcontainer .chatBox .modal:after {
  display: none;
  left: 0px;
  bottom: 100%;
}

.CCcontainer .chatBox .modal:before {
  display: none;
  left: -1px;
  bottom: 100%;
}

.CCcontainer .chatBox .notifications .title {
  color: #575757;
  padding-top: 4px;
  font-size: 0.75rem;
  background-color: #ffffff;
  padding-left: 29px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: 8px;
}

.CCcontainer .chatBox .notifications .title::first-letter {
  text-transform: uppercase;
}

.CCcontainer .chatBox .notifications .title.small, .CCcontainer .chatBox .notifications #shop_user_payment #element label.title, #shop_user_payment #element .CCcontainer .chatBox .notifications label.title {
  padding-top: 14px;
  font-size: 0.65rem;
}

.CCcontainer .chatBox .notifications .title:hover {
  cursor: pointer;
  background-color: #575757;
  color: #ffffff;
}

.CCcontainer .chatBox .notifications .title .closeIt {
  position: absolute;
  right: 8px;
  display: inline-block;
}

.CCcontainer .chatBox .notifications ul {
  margin-left: 22px;
}

.CCcontainer .chatBox .chatNotifications {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.CCcontainer .chatBox .chatNotifications .notificationList {
  padding: 8px;
}

.CCcontainer .chatBox .chatNotifications .notificationItem {
  cursor: pointer;
}

.CCcontainer .chatBox .chatNotifications .notificationItem .text, .CCcontainer .chatBox .chatNotifications .notificationItem .title {
  color: #ffffff;
}

.CCcontainer .chatBox .chatNotifications .notificationItem .flagObjectImage {
  background-color: transparent;
}

.CCcontainer .chatBox .directChatItem:hover {
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.CCcontainer .chatBox .directChatItem, .CCcontainer .chatBox .notificationItem {
  margin: 5px 0 0 0;
  position: relative;
}

.CCcontainer .chatBox .directChatItem:before, .CCcontainer .chatBox .notificationItem:before {
  content: "";
}

.CCcontainer .chatBox .directChatItem .image, .CCcontainer .chatBox .notificationItem .image {
  width: 50px;
  padding: 0 5px 0 0;
}

.CCcontainer .chatBox .directChatItem .image .profileImage, .CCcontainer .chatBox .notificationItem .image .profileImage {
  width: 50px;
  height: 50px;
}

.CCcontainer .chatBox .directChatItem .username, .CCcontainer .chatBox .notificationItem .username {
  margin: 0 0 8px;
  float: left;
  clear: both;
}

.CCcontainer .chatBox .directChatItem .text, .CCcontainer .chatBox .notificationItem .text {
  clear: both;
  color: #777777;
}

.CCcontainer .chatBox .directChatItem .text.recentMessage, .CCcontainer .chatBox .notificationItem .text.recentMessage {
  overflow: hidden;
  padding: 1px 5px;
  border-radius: 4px;
  background-color: #00000009;
  width: 90%;
}

.CCcontainer .chatBox .directChatItem .text.recentMessage.isMe, .CCcontainer .chatBox .notificationItem .text.recentMessage.isMe {
  background-color: #00000011;
}

.CCcontainer .chatBox .directChatItem .delete, .CCcontainer .chatBox .notificationItem .delete {
  color: #ffffff;
  background-color: #444444;
  text-align: center;
  cursor: pointer;
  padding: 3px 6px;
  position: absolute;
  bottom: 8px;
  right: 0;
  border-radius: 3px;
  font-size: 0.65rem;
  opacity: 0.5;
  transition: opacity 200ms;
}

.CCcontainer .chatBox .directChatItem .delete:hover, .CCcontainer .chatBox .notificationItem .delete:hover {
  opacity: 1;
}

.CCcontainer .chatBox .directChatItem .item, .CCcontainer .chatBox .notificationItem .item {
  position: relative;
  padding: 8px 0;
  z-index: 2;
}

.CCcontainer .chatBox .directChatItem .time, .CCcontainer .chatBox .notificationItem .time {
  position: absolute;
  top: 12px;
  right: 5px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  white-space: nowrap;
  width: 100px;
  font-size: 0.65rem;
}

.CCcontainer .chatBox .directChatItem .number, .CCcontainer .chatBox .notificationItem .number {
  left: 38px;
  top: 8px;
}

.CCcontainer .chatBox .directChatItem .closeIt, .CCcontainer .chatBox .notificationItem .closeIt {
  position: absolute;
  right: 0;
  top: 28px;
}

.CCcontainer .chatBox .directChatItem .closeIt:hover, .CCcontainer .chatBox .notificationItem .closeIt:hover {
  cursor: pointer;
}

.CCcontainer .chatBox .directChatItem:last-child, .CCcontainer .chatBox .notificationItem:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.CCcontainer .chatBox .directChatItem:first-child, .CCcontainer .chatBox .notificationItem:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.CCcontainer .chatBox .pane.userProfile .miniProfile {
  float: none;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 201px;
}

.CCcontainer .chatBox .viewWrapper {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.CCcontainer .chatBox .view {
  position: relative;
  padding: 8px 8px 0 8px;
  transition: height 300ms;
}

.CCcontainer .chatBox .view .composing {
  height: 0;
  transition: height 300ms;
}

.CCcontainer .chatBox .view .composing.active {
  height: 18px;
}

.CCcontainer .chatBox .view .option {
  margin-top: 4px;
}

.CCcontainer .chatBox .view .hr {
  margin: 4px 0 8px 0;
}

.CCcontainer .chatBox .view.settings input[type="radio"] {
  margin-right: 8px;
}

.CCcontainer .chatBox .headline {
  margin-top: 0;
  clear: left;
  font-weight: bold;
}

.CCcontainer .chatBox .headline.white {
  background-color: white;
}

.CCcontainer .chatBox .headline:empty {
  margin-top: 0;
}

.CCcontainer .chatBox .settingsHeadline {
  margin: 16px 0 8px 0;
}

.CCcontainer .chatBox .settingsHeadline span {
  text-align: center;
  display: block;
}

.CCcontainer .chatBox .settings .myChatIconText {
  float: left;
}

.CCcontainer .chatBox .settings .showIcons {
  float: right;
}

.CCcontainer .chatBox .settings .myChatIcon {
  margin: 0 4px;
  float: right;
}

.CCcontainer .chatBox .settings .chatIconsContainer {
  display: none;
  padding: 8px;
  width: 100%;
}

.CCcontainer .chatBox .settings .iconContainer {
  margin-bottom: 2px;
  cursor: pointer;
}

.CCcontainer .chatBox .settings li {
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
  padding-bottom: 8px;
  display: none;
}

.CCcontainer .chatBox .settings .radio {
  float: right;
  cursor: pointer;
  width: 18px;
}

.CCcontainer .chatBox .settings .textFontSize {
  right: 0;
  position: absolute;
  margin: 0;
  border: none;
  background-color: transparent;
}

.CCcontainer .chatBox .settings .buttonsHolder {
  margin-top: 8px;
}

.CCcontainer .chatBox .settings .buttonsHolder btn {
  margin-top: 8px;
}

.CCcontainer .chatBox .settings .buttonsHolder btn.close {
  display: none;
}

.CCcontainer .chatBox .left {
  float: left;
}

.CCcontainer .chatBox .setBold {
  font-weight: bold;
}

.CCcontainer .chatBox .highlight {
  background-color: green;
  border-radius: 4px;
  padding: 1px 3px;
  color: white;
}

.CCcontainer .chatBox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

.CCcontainer .chatBox ul li {
  margin-bottom: 4px;
}

.CCcontainer .chatBox .overlayMsg {
  position: absolute;
  text-align: center;
  padding-top: 66%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}

.CCcontainer .chatBox .wait {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 80% 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  display: none;
}

.CCcontainer .chatBox .wait .chatMessage {
  float: none;
  clear: both;
  color: #000000;
}

.CCcontainer .chatBox .wait .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: lightgray;
  display: inline-block;
  margin: 2px;
  padding: 0;
}

.CCcontainer .chatBox .wait .dot.dark {
  background-color: darkgray;
}

.CCcontainer .chatBox .wait .dot.middle {
  background-color: gray;
}

.CCcontainer .chatBox .chatInput {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  overflow: auto;
  z-index: 2;
  display: none;
  padding: 0;
  text-align: right;
}

.CCcontainer .chatBox .chatInput .chatText {
  word-break: break-word;
  height: auto;
  min-height: 65px;
}

.CCcontainer .chatBox .chatInput .chatText[disabled] {
  opacity: 0.5;
}

.CCcontainer .chatBox .chatInput .smiley {
  cursor: pointer;
  font-size: 30px;
  display: none;
}

.CCcontainer .chatBox .chatInput .sendButton {
  cursor: pointer;
  display: none;
}

.CCcontainer .chatBox .chatInput .sendButton > * {
  font-size: 16px !important;
}

.CCcontainer .chatBox .hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.CCcontainer .chatBox .scrollDown {
  position: absolute;
  margin-bottom: 16px;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: none;
}

.CCcontainer .chatBox .scrollDown .btn {
  box-shadow: 0 5px 20px #00000044;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 4px;
  display: inline;
}

.CCcontainer .chatBox .dropShadowBottom {
  box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5);
  transition: box-shadow 0.2s ease;
}

.CCcontainer .chatBox .dropShadowTop {
  box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5);
  transition: box-shadow 0.2s ease;
}

.CCcontainer .chatBox .menu {
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 5px 20px #00000044;
}

.CCcontainer .chatBox .menu li:hover {
  background-color: #00000022;
}

.CCcontainer .chatBox .menu ul {
  margin: 8px;
}

.CCcontainer .chatBox .menu ul li {
  border-radius: 4px;
  padding: 4px;
  margin: 0 0 3px 0;
}

.CCcontainer .chatBox .menu ul li:hover {
  cursor: pointer;
}

.CCcontainer .chatBox .menu ul li:last-of-type {
  margin-bottom: 0;
}

.CCcontainer .chatBox .chatTop {
  position: relative;
  z-index: 2;
}

.CCcontainer .chatBox .chatTop .nav {
  position: relative;
  height: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}

.CCcontainer .chatBox .chatTop .nav.modalState {
  background-color: white;
}

.CCcontainer .chatBox .chatTop .nav .icon {
  cursor: pointer;
}

.CCcontainer .chatBox .chatTop .nav .icon:hover {
  color: #777777;
}

.CCcontainer .chatBox .chatTop .nav .iconMenu {
  position: absolute;
  top: 10px;
  right: 8px;
}

.CCcontainer .chatBox .chatTop .nav .iconDirectChat {
  position: absolute;
  top: 10px;
  right: 36px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .iconDirectChat .number {
  margin-top: -2px;
}

.CCcontainer .chatBox .chatTop .nav .iconNotifications {
  position: absolute;
  top: 12px;
  right: 60px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .iconBack, .CCcontainer .chatBox .chatTop .nav .iconClose, .CCcontainer .chatBox .chatTop .nav .iconMinimize {
  position: absolute;
  top: 10px;
  left: 2px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .number {
  top: -5px;
  left: 13px;
}

.CCcontainer .chatBox .chatTop .nav .title {
  padding: 8px 0 0 28px;
  font-weight: bold;
}

.CCcontainer .chatBox .chatTop .nav .title.left {
  text-align: left;
  width: 100%;
  padding-left: 30px;
}

.CCcontainer .chatBox .chatTop .nav .title .iconContainer {
  position: absolute;
  margin-left: -21px;
  margin-top: -1px;
}

.CCcontainer .chatBox .chatTop .nav .title.small, .CCcontainer .chatBox .chatTop .nav #shop_user_payment #element label.title, #shop_user_payment #element .CCcontainer .chatBox .chatTop .nav label.title {
  padding-top: 14px;
}

.CCcontainer .chatBox .chatTop .settingsMenu {
  display: none;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 52px;
}

.CCcontainer .chatBox .chatTop .settingsMenu ul li .icon {
  width: 16px;
  padding-right: 8px;
}

.CCcontainer .chatBox .chatTop .settingsMenu:after {
  right: 4px;
  bottom: 100%;
}

.CCcontainer .chatBox .chatTop .settingsMenu:before {
  right: 3px;
  bottom: 100%;
}

.CCcontainer .chatBox .chatTop .subNav {
  display: none;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  height: 36px;
}

.CCcontainer .chatBox .chatTop .subNav .btn {
  border-top: 0;
  border-right: 0;
  float: left;
}

.CCcontainer .chatBox .chatTop .subNav .btn:last-of-type {
  border-right: 0px;
}

.CCcontainer .chatBox .chatTop .integratedUserList {
  position: relative;
  display: none;
  padding: 4px 8px 4px 8px;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 95px;
  background-color: #ffffff;
  min-height: 24px;
}

.CCcontainer .chatBox .chatTop .integratedUserList .ratingIcon {
  margin-top: 2px;
  margin-left: 4px;
  float: right;
}

.CCcontainer .chatBox .chatTop .integratedUserList .ratingIcon img {
  width: 14px;
}

.CCcontainer .chatBox .chatTop .integratedUserList .infoRight {
  text-align: right;
}

.CCcontainer .chatBox .search {
  position: relative;
  height: 36px;
}

.CCcontainer .chatBox .search .iconNewDC {
  position: absolute;
  top: 12px;
  right: 8px;
  color: #4d8de6;
}

.CCcontainer .chatBox .search .iconNewDC:hover {
  cursor: pointer;
  color: #4d8de6;
}

.CCcontainer .chatBox .search .searchResult {
  padding-left: 30px;
  padding-top: 10px;
  color: #f8f8f8;
}

.CCcontainer .chatBox .search .searchBox {
  background: transparent;
}

.CCcontainer .chatBox .search .searchBoxResult {
  color: #888888;
  text-align: right;
}

.CCcontainer .chatBox .search input {
  position: absolute;
  padding: 8px 8px 8px 30px;
  color: #777777;
}

.CCcontainer .chatBox .search .to {
  position: absolute;
  margin: 0 0 0 10px;
  color: #777777;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.CCcontainer .chatBox .header {
  float: left;
  color: #4d8de6;
}

.CCcontainer .chatBox .header::first-letter {
  text-transform: uppercase;
}

.CCcontainer .chatBox .number {
  color: #ffffff;
  background-color: #d74c4c;
  border-radius: 5px;
  line-height: 1;
  position: absolute;
  padding: 4px;
  margin: -4px;
  text-align: center;
  font-weight: bold;
  display: none;
}

.CCcontainer .chatBox .numberText {
  float: left;
  margin: 0 4px 0 4px;
  color: #4d8de6;
}

.CCcontainer .chatBox .directChatLine {
  position: relative;
}

.CCcontainer .chatBox .directChatLine .messageContainer {
  border: 0;
  border-radius: 4px;
  background: #ffffff10;
  padding: 4px 8px;
  margin: 0 30px 10px;
  position: relative;
}

.CCcontainer .chatBox .directChatLine .messageContainer .chatMessage {
  overflow: hidden;
}

.CCcontainer .chatBox .directChatLine .profileImage {
  position: absolute;
  top: 0;
  border: 0px;
  width: 25px;
  height: 25px;
}

.CCcontainer .chatBox .directChatLine[data-is-me="true"] .messageContainer {
  background: #00000010;
}

.CCcontainer .chatBox .directChatLine[data-is-me="true"] .profileImage {
  position: absolute;
  top: 0;
  right: 0;
}

.CCcontainer .chatBox .directChatLine .user {
  float: left;
  margin-right: 4px;
}

.CCcontainer .chatBox .bottomArrow:after {
  top: 100%;
  left: 16px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.CCcontainer .chatBox .bottomArrow:after {
  border-color: #4d8de6 transparent transparent transparent;
  border-width: 4px;
}

.CCcontainer .chatBox .leftArrow:after {
  right: 100%;
  bottom: 16px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #ffffff transparent transparent;
  border-width: 4px;
}

.CCcontainer .chatBox .leftArrow:before {
  right: 100%;
  bottom: 3.5px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  border-width: 5px;
}

.CCcontainer .chatBox .rightArrow:after {
  left: 100%;
  bottom: 16px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent transparent #f0f9fe;
  border-width: 4px;
}

.CCcontainer .chatBox .rightArrow:before {
  left: 100%;
  bottom: 3.5px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  border-width: 5px;
}

.CCcontainer .chatBox .messageList:first-child {
  padding-top: 0;
}

.CCcontainer .chatBox .messageList:last-child {
  padding-bottom: 0;
}

.CCcontainer .chatBox ul.privateRoomList {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.CCcontainer .chatBox ul.privateRoomList .roomLine .onlineUsers {
  position: absolute;
  bottom: 8px;
  right: 40px;
}

.CCcontainer .chatBox ul.privateRoomList .roomLine .delete {
  color: #ffffff;
  background-color: #444444;
  text-align: center;
  cursor: pointer;
  padding: 3px 6px;
  position: absolute;
  bottom: 8px;
  right: 0;
  border-radius: 3px;
  font-size: 0.65rem;
  opacity: 0.5;
  transition: opacity 200ms;
}

.CCcontainer .chatBox ul.privateRoomList .roomLine .delete:hover {
  opacity: 1;
}

.CCcontainer .chatBox .roomLine:hover {
  background-color: #00000022;
}

.CCcontainer .chatBox .roomLine .smallImage {
  left: 0;
}

.CCcontainer .chatBox .roomLine .onlineUsers {
  float: right;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 2px;
  font-size: 0.8rem;
}

.CCcontainer .chatBox .roomLine[data-folder="true"] {
  font-weight: bold;
  opacity: 0.8;
}

.CCcontainer .chatBox .chatLine.support .userIcon, .CCcontainer .chatBox .chatLine.support.myMessage .userIcon {
  display: block !important;
  background-image: url("/xmpp/icons/snlogo.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  border-radius: 3px;
}

.CCcontainer .chatBox .chatLine.support .username, .CCcontainer .chatBox .chatLine.support.myMessage .username {
  background-color: #1181c9;
  border-radius: 3px;
  color: #FFF;
  padding: 0px 6px;
}

.CCcontainer .chatBox .chatLine .message:hover {
  cursor: default;
}

.CCcontainer .chatBox .chatLine .delimiter {
  float: initial;
  margin-right: 4px;
  color: transparent;
}

.CCcontainer .chatBox .chatLine .user {
  margin: 0 0 5px 0;
}

.CCcontainer .chatBox .chatLine .chatMessage img {
  max-width: 100px;
}

.CCcontainer .chatBox .chatLine .chatMessage.celebration {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.CCcontainer .chatBox .emoticonHolder {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin: -4px 2px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.CCcontainer .chatBox .roomLine.currentRoom > * {
  font-weight: bold;
}

.CCcontainer .chatBox .title .smallImage {
  margin-left: -21px;
  margin-top: 1px;
}

.CCcontainer .chatBox .smallImage {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: none;
  display: inline-block;
  background-size: 24px;
  background-position-x: -4px;
  background-position-y: -4px;
  margin-top: 2px;
}

.CCcontainer .chatBox .room .roomName {
  margin: 0 0 0 24px;
}

.CCcontainer .chatBox .rank {
  opacity: 0;
}

.CCcontainer .chatBox .userIcon {
  float: left;
  margin: 0 3px 0 0;
  height: 17px;
  width: 19px;
  display: none;
}

.CCcontainer .chatBox .friendList .chatMessage {
  color: #dddddd;
  text-align: right;
}

.CCcontainer .chatBox .userLine .userIcon, .CCcontainer .chatBox .friendLine .userIcon {
  float: none;
  padding-right: 3px;
  margin: 0;
  display: none;
}

.CCcontainer .chatBox .userLine .image, .CCcontainer .chatBox .friendLine .image {
  width: 38px;
}

.CCcontainer .chatBox .userLine .statusContainer, .CCcontainer .chatBox .friendLine .statusContainer {
  width: 8px;
}

.CCcontainer .chatBox .userLine .statusContainer .status, .CCcontainer .chatBox .friendLine .statusContainer .status {
  border-radius: 50%;
  background-color: green;
  width: 8px;
  height: 8px;
  display: none;
}

.CCcontainer .chatBox .userLine .chatMessage, .CCcontainer .chatBox .friendLine .chatMessage {
  cursor: pointer;
  padding-right: 8px;
}

.CCcontainer .chatBox .userLine .username, .CCcontainer .chatBox .friendLine .username {
  cursor: pointer;
}

.CCcontainer .chatBox .setMsgMarginLeft .chatMessage {
  margin-left: 22px;
}

.CCcontainer .chatBox .title {
  text-transform: capitalize;
}

.CCcontainer .chatBox .userMenu {
  position: absolute;
  display: none;
  z-index: 4;
  min-width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CCcontainer .chatBox .userMenu .image {
  width: 38px;
}

.CCcontainer .chatBox .userMenu .user .whereIsUser {
  float: left;
  margin: 0 0 0 4px;
  color: green;
}

.CCcontainer .chatBox .userMenu:after {
  display: none;
  left: 0px;
  bottom: 100%;
}

.CCcontainer .chatBox .userMenu:before {
  display: none;
  left: -1px;
  bottom: 100%;
}

.CCcontainer .chatBox .userMenu .user {
  margin: 8px;
}

.CCcontainer .chatBox .userMenu .user .username {
  cursor: pointer;
}

.CCcontainer .chatBox .profileImage, .CCcontainer .chatBox .notificationImage {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.CCcontainer .chatBox .profileImage.small, .CCcontainer .chatBox #shop_user_payment #element label.profileImage, #shop_user_payment #element .CCcontainer .chatBox label.profileImage, .CCcontainer .chatBox .notificationImage.small, .CCcontainer .chatBox #shop_user_payment #element label.notificationImage, #shop_user_payment #element .CCcontainer .chatBox label.notificationImage {
  width: 30px;
  height: 30px;
  background-size: 40px;
}

.CCcontainer .chatBox .profileImage {
  cursor: pointer;
}

.CCcontainer .chatBox .strokeMessage {
  margin: 5px 0;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.CCcontainer .chatBox .strokeMessage .stroke {
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  position: absolute;
  margin-top: 8px;
  width: 100%;
}

.CCcontainer .chatBox .strokeMessage .text {
  opacity: 0.8;
  font-size: 0.85rem;
}

.CCcontainer .chatBox .timeMessage {
  margin: 4px 0;
  position: relative;
  background-color: #f4f8f9;
  font-size: 0.65rem;
  color: #999999;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.CCcontainer .chatBox .statusAway {
  font-style: italic;
  color: #777777;
}

.CCcontainer .chatBox .closeX {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  margin: 4px;
  color: #777777;
}

.CCcontainer .chatBox .table, .CCcontainer .chatBox .message-content table, .message-content .CCcontainer .chatBox table {
  display: table;
  width: 100%;
}

.CCcontainer .chatBox .table .cell, .CCcontainer .chatBox .message-content table .cell, .message-content .CCcontainer .chatBox table .cell {
  display: table-cell;
  vertical-align: middle;
}

.CCcontainer .chatBox .flagObjectImage {
  display: table;
  width: 100%;
}

.CCcontainer .chatBox .flagObjectImage > * {
  vertical-align: middle;
}

.CCcontainer .chatBox .flagObjectImage .image {
  background-size: 50px;
  background-repeat: no-repeat;
}

.CCcontainer .chatBox .flagObjectImage .image.round {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-position-x: -4px;
  background-position-y: -4px;
  margin-right: 12px;
}

.CCcontainer .chatBox .flagObjectImage .image:not(.round) {
  width: 50px;
  height: 50px;
  margin-right: 4px;
}

.CCcontainer .chatBox .flagObjectImage > :first-child {
  display: table-cell;
  width: 50px;
  height: 50px;
}

.CCcontainer .chatBox .flagObjectImage > :not(:first-child) {
  display: table-cell;
}

.CCcontainer .chatBox .flagObject {
  display: table;
  width: 100%;
}

.CCcontainer .chatBox .flagObject > * {
  vertical-align: middle;
}

.CCcontainer .chatBox .flagObject > :first-child {
  display: table-cell;
}

.CCcontainer .chatBox .flagObject > :not(:first-child) {
  display: table-cell;
}

.CCcontainer .chatBox .announcement,
.CCcontainer .chatBox .marquee {
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(0, 0, 0, 0.1);
  margin: 5px 0;
}

.CCcontainer .chatBox .announcement.noBgColor,
.CCcontainer .chatBox .marquee.noBgColor {
  background-color: transparent;
}

.CCcontainer .chatBox .announcement .standardAnnouncement .title,
.CCcontainer .chatBox .announcement .bigJackpotAnnouncement .title,
.CCcontainer .chatBox .marquee .standardAnnouncement .title,
.CCcontainer .chatBox .marquee .bigJackpotAnnouncement .title {
  color: #6c7375;
  font-weight: bold;
}

.CCcontainer .chatBox .announcement .standardAnnouncement .text,
.CCcontainer .chatBox .announcement .bigJackpotAnnouncement .text,
.CCcontainer .chatBox .marquee .standardAnnouncement .text,
.CCcontainer .chatBox .marquee .bigJackpotAnnouncement .text {
  color: #6c7375;
}

.CCcontainer .chatBox .announcement .standardAnnouncement .link,
.CCcontainer .chatBox .announcement .bigJackpotAnnouncement .link,
.CCcontainer .chatBox .marquee .standardAnnouncement .link,
.CCcontainer .chatBox .marquee .bigJackpotAnnouncement .link {
  color: #4d8de6;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}

.CCcontainer .chatBox .announcement .bigJackpotAnnouncement .text,
.CCcontainer .chatBox .marquee .bigJackpotAnnouncement .text {
  color: #000000;
}

.CCcontainer .chatBox .announcement .smallJackpotAnnouncement .machine,
.CCcontainer .chatBox .marquee .smallJackpotAnnouncement .machine {
  color: #128617;
}

.CCcontainer .chatBox .emoticonContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  display: none;
  padding: 8px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.CCcontainer .chatBox .emoticonContainer > div {
  max-width: 252px;
  margin: 10px auto;
}

.CCcontainer .chatBox .emoticonContainer.active {
  display: block;
}

.CCcontainer .chatBox .emoticonContainer .emoticonDivider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}

.CCcontainer .chatBox .emoticonContainer .emoticon {
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 2px;
}

.CCcontainer .chatBox .emoticonContainer .emoji {
  max-width: 40px;
  margin: 0 9px 9px 0;
}

.CCcontainer .chatBox .emoticonContainer .emoji:hover {
  cursor: pointer;
}

.CCcontainer .chatBox textarea, .CCcontainer .chatBox input {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 0;
  margin: 0 0 0 0;
  position: relative;
  resize: none;
}

.CCcontainer .chatBox input {
  padding: 0;
}

.CCcontainer .chatBox textarea::-webkit-input-placeholder, .CCcontainer .chatBox input::-webkit-input-placeholder {
  font-style: normal;
  color: #545454;
}

.CCcontainer .chatBox textarea:-moz-placeholder, .CCcontainer .chatBox input:-moz-placeholder {
  font-style: normal;
  color: #545454;
}

.CCcontainer .chatBox input, .CCcontainer .chatBox textarea, .CCcontainer .chatBox select, .CCcontainer .chatBox a {
  outline: none;
}

.CCcontainer .chatBox textarea:focus, .CCcontainer .chatBox input:focus {
  border: 0;
}

.CCcontainer .chatBox .directChat .viewWrapper, .CCcontainer .chatBox .chat .viewWrapper {
  bottom: 120px;
}

.CCcontainer .chatBox .btn:hover, .CCcontainer .chatBox .btn.btnSelected {
  background-color: #00000011;
}

.CCcontainer .chatBox .username.me {
  color: green !important;
  font-weight: bold;
}

.CCcontainer .chatBox .username.admin {
  color: #599800;
}

.CCcontainer .chatBox .username[gender='male'] {
  color: #3b5998;
}

.CCcontainer .chatBox .username[gender='female'] {
  color: #9a2828;
}

.CCcontainer .chatBox .users ul, .CCcontainer .chatBox .friends ul {
  margin-bottom: 12px;
}

.CCcontainer .chatBox .users .num, .CCcontainer .chatBox .friends .num {
  float: right;
}

.CCcontainer .chatBox .roomLine, .CCcontainer .chatBox .chatLine, .CCcontainer .chatBox .userLine {
  padding: 5px;
  margin: 0 0 5px 0;
  background-color: #ffffff22;
  border-radius: 5px;
  clear: both;
  position: relative;
  overflow: hidden;
}

.CCcontainer .chatBox .roomLine:hover, .CCcontainer .chatBox .chatLine .user:hover, .CCcontainer .chatBox .userLine:hover {
  cursor: pointer;
}

.CCcontainer .chatBox .room .roomName {
  float: left;
  width: 70%;
}

.CCcontainer .chatBox .room .roomName::first-letter {
  text-transform: uppercase;
}

.CCcontainer .chatBox .roomLine .message, .CCcontainer .chatBox .directChatLine .message, .CCcontainer .chatBox .chatLine .message, .CCcontainer .chatBox .userLine .message, .CCcontainer .chatBox .userLine .infoRight {
  color: #000000;
  word-wrap: break-word;
}

.CCcontainer .chatBox .chatLine.isFriend .username {
  font-weight: bold;
}

.CCcontainer .chatBox .chatLine .username::before {
  font-size: 0.9rem;
  margin-right: 4px;
}

.CCcontainer .chatBox .chatLine.isVip .username::before {
  content: "★";
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  color: gold;
}

.CCcontainer .chatBox .chatLine.isModerator .username::before {
  content: "★";
  color: #6ebb00;
  text-shadow: 0px 1px 1px #358100;
}

.CCcontainer .chatBox .chatLine.isStaff .username::before {
  content: "★";
  color: #b700ff;
  text-shadow: 0px 1px 1px #9100a7;
}

.CCcontainer .chatBox .chatLine.meAction {
  background-color: #ffedef;
  border: 1px solid #ff494f;
  border-radius: 4px;
  margin: 4px 0 4px 0;
  padding: 8px;
  font-weight: bold;
}

.CCcontainer .chatBox .chatLine.admin {
  color: #161e10 !important;
  border: 1px solid #69b300;
  background-color: #f7ffec;
  border-radius: 4px;
  margin: 4px 0 4px 0;
  padding: 8px;
}

.CCcontainer .chatBox .chatLine.admin .delimiter {
  float: initial;
  color: transparent;
}

.CCcontainer .chatBox .chatLine.admin .username {
  color: #161e10 !important;
  font-weight: bold;
}

.CCcontainer .chatBox .chatLine.admin .chatMessage {
  color: #303030;
}

.CCcontainer .chatBox .userMenu .mute, .CCcontainer .chatBox .userMenu .kick, .CCcontainer .chatBox .userMenu .ban {
  display: none;
}

.CCcontainer .chatBox .marquee {
  background-color: white;
  border-bottom: 1px solid #dddddd;
  position: relative;
  width: 100%;
  overflow: auto;
  display: none;
  z-index: -1;
  margin: 0;
  padding: 8px;
  min-height: 35px;
  box-sizing: border-box;
}

.CCcontainer .chatBox .marquee .item {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
}

@keyframes fallDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    transform: translateY(0%);
    opacity: 1;
  }
  95% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    visibility: visible;
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.CCcontainer .chatBox .marquee .slideDown {
  animation-duration: 500ms;
  animation-name: slideDown;
}

.CCcontainer .chatBox .marquee .slideUp {
  animation-duration: 500ms;
  animation-name: slideUp;
}

#highscores .highscore-select {
  color: #0098d2;
}

@media (min-width: 567px) {
  #highscores .highscore-select {
    border: none;
    text-align-last: right;
  }
  #highscores .highscore-select:focus {
    box-shadow: none;
  }
}

#highscores #highscore-tabs {
  border: 0;
}

#highscores #highscore-tabs .nav-item a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 0;
}

#highscores #highscore-tabs .nav-item a.active {
  border-bottom: 3px solid #0098d2;
}

#highscores .highscore-key {
  min-width: 2rem;
}

#highscores .highscore-item {
  position: relative;
}

#highscores .highscore-score {
  font-size: 1.4rem;
  line-height: 1.1;
}

#highscores .highscore-score .descriptor {
  font-size: .5rem;
  color: #666666;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

@media (min-width: 567px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
}

@media (min-width: 1170px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
}

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}

.faq-container {
  padding-bottom: 7px;
}

.tournament-row {
  position: relative;
  display: block;
  margin-bottom: 3.5px;
  background-position: center center;
  background-size: auto 500%;
}

.tournament-row .overlay {
  background-position: center;
  background-size: 100% auto;
  padding: 1rem;
}

.tournament-row .overlay .tournament-info .token-symbol {
  width: 14px;
  height: 14px;
}

.tournament-row.user-joined {
  box-shadow: 0 0 20px rgba(145, 255, 0, 0.5);
  border: 3px solid #baec83;
  box-sizing: border-box;
}

.tournament-row[data-state='running'] {
  opacity: 0.8;
}

.tournament-mode-selector .active {
  background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 75%);
}

.tournament-mode-selector > a {
  float: left;
  margin: 0;
  padding: 8.33%;
  position: relative;
}

.tournament-mode-selector > a > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.tournament-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
}

.tournament-mobile-nav a {
  padding: 10px 0;
  max-width: 20%;
}

.tournament-mobile-nav a .small, .tournament-mobile-nav a #shop_user_payment #element label, #shop_user_payment #element .tournament-mobile-nav a label {
  font-size: 60%;
}

#tournament-top .tournament-trophy {
  width: 50%;
}

.pending-game .awaiting-participants {
  position: relative;
  background-image: url("/assets/tournaments/waiting_off.png");
  background-repeat: repeat-x;
  height: 50px;
  display: inline-block;
}

.pending-game .awaiting-participants.min-2 {
  width: 80px;
}

.pending-game .awaiting-participants.min-3 {
  width: 120px;
}

.pending-game .awaiting-participants.min-4 {
  width: 160px;
}

.pending-game .awaiting-participants.min-5 {
  width: 200px;
}

.pending-game .awaiting-participants.min-6 {
  width: 240px;
}

.pending-game .awaiting-participants .participating {
  background-image: url("/assets/tournaments/waiting_on.png");
  height: 50px;
  background-repeat: repeat-x;
  width: 0%;
}

.pending-game .awaiting-participants .participating.participants-1 {
  width: 40px;
}

.pending-game .awaiting-participants .participating.participants-2 {
  width: 80px;
}

.pending-game .awaiting-participants .participating.participants-3 {
  width: 120px;
}

.pending-game .awaiting-participants .participating.participants-4 {
  width: 160px;
}

.pending-game .awaiting-participants .participating.participants-5 {
  width: 200px;
}

.pending-game .awaiting-participants .participating.participants-6 {
  width: 240px;
}

.tournament-round {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tournament-table {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tournament-table.current-user {
  box-shadow: 0 0 10px rgba(145, 255, 0, 0.5);
  border: 1px solid #baec83;
}

.tournament-table tr {
  transition: all 300ms;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  text-align: center;
}

.tournament-table tr[data-state='qualified'] {
  background-image: linear-gradient(to right, #59ff00 0%, rgba(89, 255, 0, 0.1) 5%, rgba(89, 255, 0, 0) 50%, rgba(89, 255, 0, 0.1) 95%, #59ff00);
}

.tournament-table tr[data-state='unqualified'], .tournament-table tr[data-state='final-4'] {
  background-color: rgba(0, 0, 0, 0.1);
}

.tournament-table tr[data-state='final-1'] {
  background-image: linear-gradient(to right, #fdc100 0%, rgba(253, 193, 0, 0.1) 10%, rgba(253, 193, 0, 0) 50%, rgba(253, 193, 0, 0.1) 90%, #fdc100);
}

.tournament-table tr[data-state='final-2'] {
  background-image: linear-gradient(to right, #bebebe 0%, rgba(190, 190, 190, 0.1) 10%, rgba(190, 190, 190, 0) 50%, rgba(190, 190, 190, 0.1) 90%, #bebebe);
}

.tournament-table tr[data-state='final-3'] {
  background-image: linear-gradient(to right, #cb7e32 0%, rgba(203, 126, 50, 0.1) 10%, rgba(203, 126, 50, 0) 50%, rgba(203, 126, 50, 0.1) 90%, #cb7e32);
}

.tournament-table tr td {
  padding: 5px;
}

.participant {
  display: inline-block;
  position: relative;
  margin: .2rem;
}

.participant .friend-icon {
  display: block;
  width: auto;
  height: auto;
}

.participant.round-winner .friend-icon {
  position: relative;
  border: 3px solid #28a745;
}

.participant.player-unknown {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 100%;
  border: 3px solid #ced4da;
}

.participant.round-loser .friend-icon {
  opacity: .5;
}

.participant .round-winner-icon, .participant .player-unknown-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1rem;
  pointer-events: none;
  z-index: 10;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.participant .player-unknown-icon {
  color: #ced4da;
}

.registered-participants .friend-icon {
  width: 100%;
  height: 100%;
}

.latest-winners [class*="position-"]:before {
  width: 60%;
  height: 60%;
}

.latest-winners .friend-icon {
  border-width: 3px;
}

.tournament-trophy-wrapper.tournament-trophy-bg {
  border: .2rem solid #f9f9f9;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-image: linear-gradient(45deg, #f9f9f9, #e6e6e6);
  background-repeat: repeat-x;
}

.tournament-trophy-wrapper.tournament-trophy-bg .tournament-trophy {
  width: 70%;
  height: 70%;
}

.tournament-trophy {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.trophy-1 {
  background-image: url("/assets/tournaments/cupprimegold.svg");
}

.trophy-2 {
  background-image: url("/assets/tournaments/cupprimesilver.svg");
}

.trophy-3 {
  background-image: url("/assets/tournaments/cupprimebronze.svg");
}

.tournament-logo {
  height: 66%;
  position: absolute;
  top: 0;
  right: 0;
}

.result {
  overflow: hidden;
}

.result [class^='trophy-'], .result .user-attended {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 100px;
  height: 100%;
  background-size: auto 40%;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
}

.result .user-attended {
  right: 20px;
  background-size: auto 30%;
  background-image: url("/assets/tournaments/waiting_off.png");
}

.result:hover [class^='trophy-'], .result:hover .user-attended {
  opacity: 1;
}

.position-1, .position-2, .position-3 {
  position: relative;
  display: block;
  border-radius: 50%;
}

.position-1::before, .position-2::before, .position-3::before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.position-1 .friend-icon, .position-2 .friend-icon, .position-3 .friend-icon {
  border: 3px solid;
}

.position-1::before {
  background-image: url("/assets/tournaments/cupprimegold.svg");
}

.position-1 .friend-icon {
  border-color: #c89f00;
}

.position-2::before {
  background-image: url("/assets/tournaments/cupprimesilver.svg");
}

.position-2 .friend-icon {
  border-color: #9d9d9d;
}

.position-3::before {
  background-image: url("/assets/tournaments/cupprimebronze.svg");
}

.position-3 .friend-icon {
  border-color: #cd7f32;
}

.top-three-winners .friend-icon {
  width: 100%;
  height: auto;
}

.top-three-winners .entry-fee {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2px 6px;
}

.tournament-prize {
  text-align: center;
  padding: 1rem 5px;
  border-radius: 20px;
  border: 3px solid;
}

.tournament-prize.gold {
  border-color: #c89f00;
}

.tournament-prize.silver {
  border-color: #9d9d9d;
}

.tournament-prize.bronze {
  border-color: #cd7f32;
}

.trophies-won .display-4 {
  line-height: 1;
}

.trophies-won .text-gold, .trophies-won .text-silver, .trophies-won .text-bronze, .trophies-won .text-black {
  font-weight: 900;
  line-height: 1;
}

.badge.bg-gold, .badge.bg-silver, .badge.bg-bronze {
  padding: 1rem 0;
}

.badge.bg-gold.bg-gold, .badge.bg-silver.bg-gold, .badge.bg-bronze.bg-gold {
  color: #493a00;
  border: 4px solid #fbc800;
  box-shadow: inset 0 0 3px #957600;
  text-shadow: 1px 1px 1px #ffffffAA;
  font-size: 1.2rem;
}

.badge.bg-gold.bg-silver, .badge.bg-silver.bg-silver, .badge.bg-bronze.bg-silver {
  color: #444444;
  border: 4px solid #b7b7b7;
  box-shadow: inset 0 0 3px #848484;
  text-shadow: 1px 1px 1px #ffffffAA;
  font-size: 1rem;
}

.badge.bg-gold.bg-bronze, .badge.bg-silver.bg-bronze, .badge.bg-bronze.bg-bronze {
  color: #674019;
  border: 4px solid #e1b284;
  box-shadow: inset 0 0 3px #a46628;
  text-shadow: 1px 1px 1px #ffffff66;
  font-size: 0.8rem;
}

.tournament-tag {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 5px;
  margin-bottom: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #666666;
}

.tournament-game-logo {
  width: 60px;
  margin-right: 1rem;
}

@media (min-width: 567px) {
  .tournament-game-logo {
    width: 100px;
  }
}

.tournament-participant-icons img {
  width: 6.25%;
  float: left;
}

.tournament-participant-icons .needed {
  filter: hue-rotate(230deg);
  opacity: 0.3;
}

.tournament-participant-icons .free {
  opacity: 0.5;
}

@keyframes gallery-fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulsate-deep {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulsate-deep-delayed {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulsateJump {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulsateIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.994);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulsateSteps {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulsateStepsAlt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes delayedPulsate {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hiding {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dance {
  from, 49% {
    transform-origin: -25% 100%;
  }
  50%, 75%, to {
    transform-origin: 125% 100%;
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
}

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

@keyframes progress-bar-stripes {
  from {
    background-position-x: -3000px;
  }
  to {
    background-position-x: 0;
  }
}

@keyframes showcase-down {
  from {
    top: -100%;
  }
  to {
    top: -140%;
  }
}

@keyframes zoom-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes high {
  from {
    background-position-x: -3000px;
  }
  to {
    background-position-x: 0;
  }
}

.showAnimations .celebration {
  animation: dance 666ms 3;
}

.dance {
  animation: dance 666ms 3;
}

.pulsate-fast {
  animation: pulsate 500ms infinite;
}

.pulsate {
  animation: pulsateJump 1000ms infinite;
}

.pulsate-in {
  animation: pulsateIn 1000ms infinite;
}

.pulsate-slow {
  animation: pulsate 3000ms infinite;
}

.pulsate-deep-slow {
  animation: pulsate-deep 5000ms infinite;
}

.pulsate-deep-slow-delayed {
  animation: pulsate-deep-delayed 10000ms infinite;
}

.focus-jump {
  animation: dance 666ms 3;
}

.pulsate-super-slow {
  animation: pulsate 6000ms infinite;
}

.pulsate-delayed {
  animation: delayedPulsate 3000ms infinite;
}

.showing {
  animation: show 100ms ease-in;
  animation-fill-mode: forwards;
}

.hiding {
  animation: hiding 100ms ease-out;
  animation-fill-mode: forwards;
}

.progress-bar-striped {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.25) 100%);
  background-size: 3000px 100%;
}

.progress-bar-animated {
  animation: 4s linear infinite progress-bar-stripes;
}

.done-check-mark {
  animation: show 155ms ease-in, hiding 155ms ease-out 1000ms;
  animation-fill-mode: forwards;
}

.showcase-down {
  animation: showcase-down 20000ms ease-in-out infinite alternate;
}

.stats-wrapper .list-group-item:hover {
  z-index: 0;
}

.stats-wrapper .stat-header {
  background-image: linear-gradient(88deg, #2e3192, #0098d2);
  background-repeat: repeat-x;
}

.stats-wrapper th {
  text-align: center;
}

.stats-top-element {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

@media (min-width: 768px) {
  .stats-top-element {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .stats-top-element {
    height: 360px;
  }
}

.stats-top-element .stats-game-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 80%;
  max-width: 80%;
}

.stats-compared-name {
  text-transform: capitalize;
}

#compareStats {
  font-size: .8rem;
}

#compareStats .stats-element ul {
  overflow: hidden;
}

#shop_user_payment #item {
  margin-bottom: 30px;
}

#shop_user_payment .form-check-label {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
}

#shop_user_payment #element label {
  margin: 0;
}

#shop_user_payment #element .form-check-label {
  font-size: 1rem;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}

#shop_user_payment #processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#shop_user_payment #processing .processing-info {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 3.5px;
  left: 3.5px;
}

@media (min-width: 567px) {
  #shop_user_payment #processing .processing-info {
    right: 7px;
    left: 7px;
  }
}

#shop_user_payment #message, #shop_user_payment #bank-name {
  display: none;
}

#shop_user_payment #actions {
  text-align: right;
  padding-top: 20px;
}

#shop_user_payment #sources .fa {
  float: left;
  font-size: 24px;
}

@media (max-width: 566.98px) {
  #shop_user_payment #sources .btn.btn-lg, #shop_user_payment #sources .btn-group-lg > .btn {
    font-size: 1rem;
  }
}

#card-element {
  padding-top: .6rem;
}

#iban {
  padding-top: .5rem;
}

.payment-method-logo {
  max-width: 80%;
  max-height: 26px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
}

#vip .payment-method-logo {
  position: relative;
  max-width: 48px;
  top: 5px;
  right: 0;
  box-shadow: none;
}

#payment-request-button {
  margin-bottom: 1rem;
}

#custom_shop_payment #item img {
  width: 35%;
}

@keyframes floating-notification {
  0% {
    margin-left: -10%;
    opacity: 0;
  }
  3% {
    margin-left: 0;
    opacity: 1;
  }
  97% {
    margin-left: 0;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}

.floating-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 19%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, white 50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
  animation: floating-notification 5s linear forwards;
  z-index: 9999;
  cursor: pointer;
  transition: left 300ms, top 300ms;
  border-radius: 5px;
}

.floating-notification .hide-in_floating {
  display: none;
}

.floating-notification .notification-item {
  padding: 10px;
}

.floating-notification .notification-item .media {
  align-items: center;
}

.floating-notification .notification-item .text-muted {
  display: none;
}

.floating-notification:nth-child(2) {
  left: 20%;
}

.floating-notification:nth-child(3) {
  left: 40%;
}

.floating-notification:nth-child(4) {
  left: 60%;
}

.floating-notification:nth-child(5) {
  left: 80%;
}

.floating-notification:nth-child(6) {
  left: 0;
  top: 80px;
}

.floating-notification:nth-child(7) {
  left: 20%;
  top: 80px;
}

.floating-notification:nth-child(8) {
  left: 40%;
  top: 80px;
}

.floating-notification:nth-child(9) {
  left: 60%;
  top: 80px;
}

@media (max-width: 600px) {
  .floating-notification {
    width: 49%;
  }
  .floating-notification:nth-child(2) {
    left: 50%;
  }
  .floating-notification:nth-child(3) {
    left: 0;
    top: 80px;
  }
  .floating-notification:nth-child(4) {
    left: 50%;
    top: 80px;
  }
  .floating-notification:nth-child(5) {
    left: 0;
    top: 160px;
  }
  .floating-notification:nth-child(6) {
    left: 50%;
    top: 160px;
  }
  .floating-notification:nth-child(7) {
    left: 0;
    top: 240px;
  }
  .floating-notification:nth-child(8) {
    left: 50%;
    top: 240px;
  }
  .floating-notification:nth-child(9) {
    left: 0;
    top: 360px;
  }
}

.notification-item {
  width: 100%;
  display: block;
  position: relative;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  white-space: normal;
  text-decoration: none;
  font-weight: bold;
}

.notification-item:hover {
  text-decoration: none;
  cursor: pointer;
}

.notification-item:hover a {
  color: #006186;
}

.notification-item.read {
  opacity: 0.95;
  font-weight: normal;
  background-color: #0000000a;
}

.notification-item.read:hover {
  opacity: 1;
}

.notification-item .media {
  align-items: center;
}

.notification-item .media .notification-image {
  width: 48px;
  height: 48px;
  margin-right: 0.5rem;
}

.notification-item .media .notification-image-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.notification-item .badge-symbol {
  padding-bottom: 12px;
  width: 45%;
}

.notification-item .text-muted {
  font-size: 10px;
}

.birthday-item {
  position: relative;
  overflow: hidden;
}

.birthday-item:hover {
  text-decoration: none;
}

.birthday-item::after {
  content: '\f1fd';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(30%);
  font-size: 3rem;
  opacity: .3;
  color: gray;
}

.birthday-item .friend-icon {
  margin-right: 5px;
}

.birthday-item .is-friend {
  position: absolute;
  top: 3px;
  right: 3px;
  color: white;
  font-size: .7rem;
  background-color: #28a745;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
}

.white-box-style {
  border-radius: 5px;
  padding: 7px;
  background-color: #ffffff88;
  color: #303030;
  text-shadow: none;
}

hr {
  width: 100%;
}

.spacer {
  height: 7px;
  width: 100%;
  display: block;
}

.spacer-inner {
  height: 14px;
  width: 100%;
  display: block;
}

.spacer-half {
  height: 3.5px;
  width: 100%;
  display: block;
}

.spacer-quarter {
  height: 1.75px;
  width: 100%;
  display: block;
}

.border-1 {
  border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mh-300px {
  max-height: 300px;
}

.w-20p {
  width: 20%;
}

.w-10px {
  width: 10px;
}

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

.w-30px {
  width: 30px;
}

.w-38px {
  width: 38px;
}

.w-42px {
  width: 42px;
}

.w-50px {
  width: 50px;
}

.w-60px {
  width: 60px;
}

.w-75px {
  width: 75px;
}

.w-100px {
  width: 100px;
}

.mw-0 {
  min-width: 0;
}

.maw-80 {
  max-width: 80%;
}

.mw-75px {
  min-width: 75px;
}

.mw-100px {
  min-width: 100px;
}

.mah-20px {
  max-height: 20px;
}

.h1-height h2 {
  margin-top: 14px;
}

.h2-height {
  height: 2.6rem;
  display: flex;
  align-items: flex-end;
}

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

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

.notify {
  position: absolute !important;
}

.hidden {
  display: none;
}

.vertical-top {
  vertical-align: top;
}

.bg-img-center {
  background-size: cover;
  background-position: center;
}

.bg-img-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img-size-60 {
  background-size: 60% auto;
}

[data-gender='male'], [gender='male'], .male {
  color: #3b5998;
}

[data-gender='female'], [gender='female'], .female {
  color: #9a2828;
}

[data-gender='not_specified'], [gender='not_specified'], .not_specified {
  color: #666666;
}

.not_specified {
  color: #666;
}

.color-inherit {
  color: inherit !important;
}

.staticTooltip {
  position: fixed;
  z-index: 1000000;
  background-color: #000000cc;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  pointer-events: none;
  transition: all 100ms;
}

.user-indicator {
  display: none;
  background-color: gray;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.user-indicator.online {
  display: block;
  background-color: lime;
  border: 4px solid limegreen;
  box-shadow: 0 2px 8px rgba(0, 255, 0, 0.4);
}

.user-indicator.vip {
  display: block;
  border: 4px solid gold;
  box-shadow: 0 2px 8px rgba(255, 250, 0, 0.6);
}

.user-indicator.moderator {
  display: block;
  border: 4px solid #11ff00;
  box-shadow: 0 2px 8px rgba(26, 255, 0, 0.6);
}

.user-indicator.support {
  display: block;
  border: 4px solid #8c00ff;
  box-shadow: 0 2px 8px rgba(230, 0, 255, 0.6);
}

.coin {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 5px;
  background-image: linear-gradient(to bottom, #feeb7b, #fcd345);
}

.progress {
  height: 10px;
}

.game-badge-info .progress, .game-challenge-info .progress {
  height: 1rem;
}

.progress .progress-bar {
  white-space: nowrap;
}

.progress .bg-success {
  background-image: linear-gradient(to bottom right, #00b037, #96c93d);
  background-repeat: repeat-x;
}

.checkmark {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 20px;
  color: lawngreen;
  text-shadow: 0 0 10px #416717;
}

.grayscale {
  filter: grayscale(100);
}

.opacity-10 {
  opacity: .1;
}

.opacity-50 {
  opacity: .5;
}

.opacity-65 {
  opacity: .65;
}

.opacity-100 {
  opacity: 1;
}

.link {
  cursor: pointer;
  color: #00aaec;
  text-decoration: none;
}

.link:hover {
  color: #20c1ff;
  text-decoration: none;
}

.flip {
  transform: rotate(180deg);
}

.overflow-hidden {
  overflow: hidden;
}

.center {
  margin: 0 auto;
  display: block;
}

.center-content > iframe {
  margin: 0 auto;
  display: block;
}

.delete-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}

.left-gradient-border {
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 1 100%;
}

.right-gradient-border {
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 1 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-vertical-move {
  cursor: n-resize;
}

.cursor-default {
  cursor: default !important;
}

.break-word {
  word-break: break-word;
}

.disabled-link {
  pointer-events: none;
  color: #6c757d;
  opacity: 0.65;
  cursor: not-allowed;
}

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

.pointer-events-all {
  pointer-events: all;
}

.info {
  background: #efe5d6;
  border-radius: 5px;
  font-size: 1rem;
  color: #555555;
}

.info .info-header {
  font-size: 1.15rem;
  font-weight: bold;
  padding: 1.75px 3.5px;
  background-color: rgba(0, 0, 0, 0.02);
}

.info .info-body {
  padding: 14px;
}

.font-small {
  font-size: 10px;
}

.token-symbol {
  width: 1em;
  height: 1em;
  margin-left: .2em;
}

.theme-vip-star {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #ffc700;
  text-shadow: 1px 1px 3px #00000055;
}

.glow {
  background-image: radial-gradient(lime, transparent);
}

.glow img {
  opacity: 0.8;
  box-shadow: 0 0 10px lime;
}

.bg-gray {
  background-color: #00000022;
}

.bg-dark-gray {
  background-color: #00000044;
}

.bg-black {
  background-color: #000000dd;
}

.bg-gold {
  background-image: linear-gradient(to bottom, #faf5c3 0%, #d7ac00 100%) !important;
  text-shadow: 1px 1px 1px #eeeeee !important;
  color: #444444 !important;
}

.bg-gold h1, .bg-gold h2, .bg-gold h3, .bg-gold h4 {
  color: #444444 !important;
  text-shadow: 1px 1px 1px #eeeeee !important;
}

.bg-golden {
  background-image: linear-gradient(to bottom, #ffe99f 0%, #d7b325 100%) !important;
  box-shadow: inset 0 0 0 0.15em rgba(251, 235, 159, 0.31);
  text-shadow: 1px 1px 1px #eeeeee !important;
}

.bg-golden h2, .bg-golden h3 {
  color: #2a1203 !important;
  text-shadow: 1px 1px 1px #eeeeee !important;
}

.bg-silver {
  background-color: #9d9d9d;
  background-image: linear-gradient(to bottom, #c9c9c9 0%, #9f9a8c 100%);
  color: #333333;
  text-shadow: 1px 1px 1px #eeeeee !important;
}

.bg-bronze {
  background-image: linear-gradient(to bottom, #cb8641 0%, #c76e1e 100%);
}

.bg-light-green {
  background-color: #b6c79a !important;
  color: #333333;
  text-shadow: 1px 1px 1px #ffffffaa;
}

.bg-green, .bg-open {
  background: #4ec015 linear-gradient(#89e465, #61c63a) !important;
  color: #333333;
  text-shadow: 1px 1px 1px #e1f6c3;
}

.bg-green *, .bg-open * {
  color: #333333 !important;
  text-shadow: 1px 1px 1px #e1f6c3;
}

.bg-lime, .bg-replied, .bg-responded {
  background: #9ccc56 linear-gradient(#e1f6c3, #b5e373) !important;
  color: #333333;
  text-shadow: 1px 1px 1px #e1f6c3;
}

.bg-lime *, .bg-replied *, .bg-responded * {
  color: #333333 !important;
  text-shadow: 1px 1px 1px #e1f6c3;
}

.bg-warning, .bg-answered {
  background: #edb600 linear-gradient(#ffda4b, #caba0e) !important;
  color: #303030;
  text-shadow: 1px 1px 1px #ecd896;
}

.bg-warning *, .bg-answered * {
  color: #303030;
  text-shadow: 1px 1px 1px #ecd896;
}

.bg-dark-green, .bg-taken {
  background: #2e7c06 linear-gradient(#448a28, #2b6514) !important;
  color: #ffffff;
  text-shadow: 1px 1px 1px #273b09;
}

.bg-dark-green *, .bg-taken * {
  color: #ffffff !important;
  text-shadow: 1px 1px 1px #24340c;
}

.bg-purple, .bg-delayed {
  background: #4a00a5 linear-gradient(#6012bf, #420b87) !important;
  color: #ffffff;
  text-shadow: 1px 1px 1px #3d0571;
}

.bg-trans-green {
  background-color: rgba(159, 255, 0, 0.16);
}

.bg-trans-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-light-red {
  background-color: #d98d8d;
  color: #333333;
  text-shadow: 1px 1px 1px #ffffffaa;
}

.bg-red, .bg-closed {
  background: #ed0000 linear-gradient(#ff3232, #ca0e0e) !important;
  color: #ffffff;
  text-shadow: 1px 1px 1px #490000;
}

.bg-trans-red {
  background-color: rgba(255, 0, 0, 0.22);
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.default-border {
  border-radius: 5px;
  border: 1px solid #ffffff22;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-1 {
  border: 1px solid;
}

.text-red {
  color: red;
}

.text-orange {
  color: orange;
}

.text-gold {
  color: #c89f00;
}

.text-silver {
  color: #9d9d9d;
}

.text-bronze {
  color: #cd7f32;
}

.text-black {
  color: #000000;
}

.text-green {
  color: #28a745;
}

.text-white {
  color: #ffffff;
}

.text-normal {
  color: #303030;
}

.strike {
  text-decoration: line-through;
}

.card {
  overflow: initial;
  background-color: transparent;
}

.card > :first-child {
  border-radius: 5px 5px 0 0;
}

.card > :last-child {
  border-radius: 0 0 5px 5px;
}

.card .card-header {
  border-radius: 5px 5px 0 0;
  padding: 10.5px 14px;
  border-bottom: none;
}

.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5 {
  align-items: center;
  display: flex;
  margin: 0;
}

.card .card-body {
  padding: 14px;
}

.card .card-body iframe {
  width: 100%;
  height: 25vw;
}

.card .card-footer {
  padding: 14px;
  border-top: none;
  position: relative;
}

.card.card-toggle .card-header {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 5px;
}

.card.card-toggle .card-header::after {
  text-align: center;
  font-family: Monospaced, sans-serif;
  content: "\002B";
  position: absolute;
  top: 5px;
  right: 5px;
  height: 22px;
  width: 22px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  line-height: 22px;
  transition: transform 500ms;
}

.card.card-toggle.toggled .card-body {
  display: block;
}

.card.card-toggle.toggled .card-header {
  border-radius: 5px 5px 0 0;
}

.card.card-toggle.toggled .card-header::after {
  transform: rotate(-45deg);
}

.card.card-toggle .card-body {
  display: none;
  position: relative;
}

.card.card-toggle:not(.toggled).body-peak .card-header {
  border-radius: 5px 5px 0 0;
}

.card.card-toggle:not(.toggled).body-peak .card-body {
  display: block;
  overflow: hidden;
  cursor: pointer;
  max-height: 100px;
}

@media (max-width: 1169.98px) {
  .card.card-toggle:not(.toggled).body-peak .card-body {
    max-height: 120px;
  }
}

@media (max-width: 991.98px) {
  .card.card-toggle:not(.toggled).body-peak .card-body {
    max-height: 80px;
  }
}

.card.card-toggle:not(.toggled).body-peak .card-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  border-radius: 0 0 5px 5px;
}

.card:has(.card-footer).body-peak::before {
  display: none;
}

.card:has(.card-footer) .card-body {
  border-radius: 0;
}

.card:has(.card-footer) .card-body::after {
  border-radius: 0 !important;
}

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

.nav-tabs .nav-link {
  padding: 12px 1rem;
}

.paragraph-reset > p {
  margin: initial;
}

.list-group-item-gradients .list-group-item {
  background-image: linear-gradient(to bottom, white 40%, #f5f5f5 100%);
  background-repeat: repeat-x;
}

@media (max-width: 566.98px) {
  .border-xs-none {
    border: none !important;
  }
}

@media (max-width: 767.98px) {
  .border-sm-none {
    border: none !important;
  }
}

@media (max-width: 991.98px) {
  .border-md-none {
    border: none !important;
  }
}

@media (max-width: 1169.98px) {
  .border-lg-none {
    border: none !important;
  }
}

@media (max-width: 1679.98px) {
  .border-xl-none {
    border: none !important;
  }
}

.border-xxl-none {
  border: none !important;
}

.sticky {
  position: sticky !important;
  top: 60px;
  z-index: 1029;
}

.sticky.stuck.grow-on-stuck > * {
  transform: scale(1.24);
}

.object-fit-contain {
  object-fit: contain;
}

.no-wrap {
  white-space: nowrap !important;
}

.no-text-shadow {
  text-shadow: none;
}

.accordion {
  display: none;
}

.flex-1 {
  flex: 1;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .flex-1 {
    flex: 1 0 auto;
  }
}

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

.table-xs-fixed {
  table-layout: fixed !important;
}

@media (min-width: 567px) {
  .table-sm-fixed {
    table-layout: fixed !important;
  }
}

@media (min-width: 768px) {
  .table-md-fixed {
    table-layout: fixed !important;
  }
}

@media (min-width: 992px) {
  .table-lg-fixed {
    table-layout: fixed !important;
  }
}

@media (min-width: 1170px) {
  .table-xl-fixed {
    table-layout: fixed !important;
  }
}

@media (min-width: 1680px) {
  .table-xxl-fixed {
    table-layout: fixed !important;
  }
}

@media (max-width: 567px) {
  #ingots_convert * {
    font-size: 10px;
  }
  #ingots_convert * .asset-icon {
    margin-bottom: 0;
    height: 12px;
  }
  #ingots_convert * #buy_amount_info {
    width: 50px;
  }
}

.input-slider {
  -webkit-appearance: none;
          appearance: none;
  background-image: linear-gradient(to right, #e4f2f8, #aed2d9);
  outline: none !important;
  padding: 0;
}

.input-slider[disabled] {
  background: #cccccc;
}

.input-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-image: linear-gradient(to top, #1f6485, #64c2e5);
  box-shadow: 0 0 20px rgba(0, 157, 255, 0.4);
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 30px;
}

.input-slider[disabled]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: linear-gradient(to top, #8d8d8d, #d3d3d3);
  border: 1px solid #5d5d5d;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
  opacity: 0.3;
}

.dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(24, 54, 72, 0.4);
  border-radius: 5px;
  z-index: 10000 !important;
}

.dropdown-menu.buttons > :hover {
  background-color: rgba(130, 174, 176, 0.46);
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper .dataTables_length {
  display: inline-block;
  width: 70%;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter {
  display: inline-block;
  width: 30%;
}

.dataTables_wrapper .dataTables_filter input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

#link_generator_target > a {
  display: block;
  margin-bottom: 10px;
}

.dimmed {
  opacity: 0.8;
  transition: opacity 250ms;
}

.dimmed:hover, .dimmed.active {
  opacity: 1;
}

.noUserSelect * {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.color-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
  display: inline-block;
}

.color-picker-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
}

.trumbowyg-box {
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 5px !important;
  font-family: inherit !important;
  min-height: auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
  top: 60px;
  left: 50px;
  right: 50px;
  width: auto;
}

.trumbowyg-box .trumbowyg-textarea {
  resize: vertical;
  flex: auto !important;
  min-height: 500px;
}

.trumbowyg-box .trumbowyg-button-group::after {
  display: none;
}

.trumbowyg-box .trumbowyg-button-pane {
  position: sticky;
  top: 60px;
  border-bottom: none;
  background-color: #00000009;
}

.trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

.trumbowyg-box table tr td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 20px;
  padding: 5px;
  height: 36px;
}

.trumbowyg-box .trumbowyg-dropdown-emoji button {
  font-size: 24px;
  display: none;
}

.trumbowyg-box .trumbowyg-dropdown-emoji button:nth-child(n+73) {
  display: initial;
}

.trumbowyg-modal {
  overflow: visible;
  max-width: 800px;
  position: fixed;
  top: 10% !important;
  z-index: 10000000002 !important;
}

.trumbowyg-modal .trumbowyg-modal-box {
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px !important;
  border: 1px solid #ced4da !important;
}

.trumbowyg-modal .trumbowyg-modal-box form {
  position: static;
}

.trumbowyg-modal .trumbowyg-modal-box .trumbowyg-modal-submit, .trumbowyg-modal .trumbowyg-modal-box .trumbowyg-modal-reset {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.trumbowyg-modal .trumbowyg-modal-box .trumbowyg-modal-submit {
  text-shadow: -1px -1px 1px rgba(40, 167, 69, 0.5), 1px 1px 2px #1e7e34;
  text-decoration: none;
  color: white;
  background-image: linear-gradient(to top, #259b40, #38c600);
}

.trumbowyg-modal .trumbowyg-modal-button {
  line-height: 1 !important;
}

.trumbowyg-modal .trumbowyg-giphy-search {
  border-radius: 5px;
  border: 1px solid #ced4da !important;
}

.trumbowyg-modal .trumbowyg-giphy-search:focus {
  border: 1px solid #ced4da !important;
}

.trumbowyg-modal .trumbowyg-giphy-modal-scroll {
  height: 100%;
  max-height: 500px;
}

.trumbowyg-modal .trumbowyg-powered-by-giphy {
  top: 0;
  left: 0;
  right: 0;
}

.trumbowyg-modal .trumbowyg-giphy-close {
  top: 22px !important;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu .dropdown-header {
  font-size: 1.1rem;
  font-weight: bold;
}

.pos-top-right {
  top: 0 !important;
  right: 0 !important;
}

.pos-top-left {
  top: 0 !important;
  left: 0 !important;
}

.pos-bottom-right {
  bottom: 0 !important;
  right: 0 !important;
}

.pos-bottom-left {
  bottom: 0 !important;
  left: 0 !important;
}

.pos-bottom {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.pos-middle-right {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0 !important;
}

.pos-middle-left {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0 !important;
}

.pos-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

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

.no-margin {
  margin: 0;
}

.no-radius {
  border-radius: 0 !important;
}

.pad-3 {
  padding: 3px;
}

.pad-5 {
  padding: 5px;
}

.pad-7 {
  padding: 7px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-40 {
  padding: 40px;
}

.pad-w-15p {
  padding: 0 15%;
}

.mt-2,
.my-2 {
  margin-top: 7px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 7px !important;
}

.mt-3 {
  margin-top: 14px !important;
}

.mb-3 {
  margin-bottom: 14px !important;
}

.mb-spacer {
  margin-bottom: 7px !important;
}

.my-3 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mt-4 {
  margin-top: 28px !important;
}

.mb-4 {
  margin-bottom: 28px !important;
}

.my-4 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mr-1_5 {
  margin-right: 3.5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 7px !important;
}

.ml-2,
.mx-2 {
  margin-left: 7px !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-3,
.mx-3 {
  margin-right: 14px !important;
}

.ml-3,
.mx-3 {
  margin-left: 14px !important;
}

.p-spacer {
  padding: 7px !important;
}

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

.p-1, .pt-1, .py-1 {
  padding-top: 3.5px !important;
}

.p-1, .pb-1, .py-1 {
  padding-bottom: 3.5px !important;
}

.p-1, .pl-1, .px-1 {
  padding-left: 3.5px !important;
}

.p-1, .pr-1, .px-1 {
  padding-right: 3.5px !important;
}

.p-2, .pt-2, .py-2 {
  padding-top: 7px !important;
}

.p-2, .pb-2, .py-2 {
  padding-bottom: 7px !important;
}

.p-2, .pl-2, .px-2 {
  padding-left: 7px !important;
}

.p-2, .pr-2, .px-2 {
  padding-right: 7px !important;
}

.p-3, .pt-3, .py-3 {
  padding-top: 14px !important;
}

.p-3, .pb-3, .py-3 {
  padding-bottom: 14px !important;
}

.p-3, .pl-3, .px-3 {
  padding-left: 14px !important;
}

.p-3, .pr-3, .px-3 {
  padding-right: 14px !important;
}

.p-4, .pl-4, .px-4 {
  padding-left: 21px !important;
}

.p-4, .pr-4, .px-4 {
  padding-right: 21px !important;
}

.p-4, .pt-4, .py-4 {
  padding-top: 21px !important;
}

.p-4, .pb-4, .py-4 {
  padding-bottom: 21px !important;
}

.p-5, .pt-5, .py-5 {
  padding-top: 28px !important;
}

.p-5, .pb-5, .py-5 {
  padding-bottom: 28px !important;
}

.ratio-4-3 {
  position: relative;
}

.ratio-4-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.ratio-4-3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-5-4 {
  position: relative;
}

.ratio-5-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}

.ratio-5-4 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-6-5 {
  position: relative;
}

.ratio-6-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.33333%;
}

.ratio-6-5 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-16-9 {
  position: relative;
}

.ratio-16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.ratio-16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-2-1 {
  position: relative;
}

.ratio-2-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.ratio-2-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-1-1 {
  position: relative;
}

.ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-3-4 {
  position: relative;
}

.ratio-3-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333%;
}

.ratio-3-4 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-4-5 {
  position: relative;
}

.ratio-4-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}

.ratio-4-5 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-2-09 {
  position: relative;
}

.ratio-2-09:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 45%;
}

.ratio-2-09 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-10-1 {
  position: relative;
}

.ratio-10-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 10%;
}

.ratio-10-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-5-1 {
  position: relative;
}

.ratio-5-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 20%;
}

.ratio-5-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-standard {
  color: #fff !important;
  background-image: linear-gradient(to top, #009cd5, #0088b9);
  text-shadow: -1px -1px 1px rgba(0, 156, 213, 0.8), 1px 1px 2px #0077a2;
}

.btn-standard:hover {
  color: white !important;
  background-image: linear-gradient(to top, #00afef, #009bd3);
}

.btn-standard:active, .btn-standard:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0089bc, #0075a0);
}

[theme='standard'] ::-webkit-scrollbar-track {
  background: #00161d;
}

[theme='standard'] ::-webkit-scrollbar-thumb {
  background: #009cd5;
}

[theme='standard'] ::-webkit-scrollbar-thumb:hover {
  background: #09bdff;
}

[theme='standard'] body {
  background-image: radial-gradient(#006f98, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #f1efe9;
  color: #333333;
}

[theme='standard'] #top-menu {
  background-image: linear-gradient(179deg, #009cd5, rgba(0, 61, 83, 0.6));
}

[theme='standard'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='standard'] #top-menu, [theme='standard'] #live-search-wrapper {
  color: #fff;
}

[theme='standard'] #top-menu .top-menu-item-color, [theme='standard'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='standard'] .form-group .bootstrap-select, [theme='standard'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #f1efe9, #e5e1d6);
}

[theme='standard'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='standard'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(0, 156, 213, 0.4);
}

[theme='standard'] .form-group .bootstrap-select .dropdown-toggle, [theme='standard'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='standard'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='standard'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='standard'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(229, 225, 214, 0.5);
}

[theme='standard'] .message.sent {
  background-color: rgba(241, 239, 233, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='standard'] .message.unread {
  border: 3px solid rgba(0, 156, 213, 0.5);
}

[theme='standard'] .list-group-item {
  color: #333333;
  background-color: #e5e1d6;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='standard'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #0088b9;
}

[theme='standard'] footer {
  color: #333333;
  background-color: rgba(241, 239, 233, 0.93);
}

[theme='standard'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='standard'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #005375;
}

[theme='standard'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='standard'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #0094d1 !important;
}

[theme='standard'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='standard'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #0089c2 !important;
}

[theme='standard'] .info {
  background-color: rgba(247, 246, 242, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(0, 156, 213, 0.5);
}

[theme='standard'] .info .info-body {
  text-shadow: none;
}

[theme='standard'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='standard'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='standard'] #favorite-game i.active {
  color: #009cd5;
}

[theme='standard'] .not_specified, [theme='standard'] [data-gender='not_specified'], [theme='standard'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='standard'] .female, [theme='standard'] [data-gender='female'], [theme='standard'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='standard'] .male, [theme='standard'] [data-gender='male'], [theme='standard'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='standard'] .card .card-header {
  background-color: #f1efe9;
  background-image: linear-gradient(rgba(221, 216, 202, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ebe8e0;
}

[theme='standard'] .card .card-body {
  background-color: #f1efe9;
}

[theme='standard'] .card .card-footer {
  background-color: rgba(235, 232, 224, 0.9);
}

[theme='standard'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(0, 156, 213, 0.5), rgba(0, 136, 185, 0.5));
  font-weight: 1800;
}

[theme='standard'] .card.card-toggle::before, [theme='standard'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='standard'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(0, 156, 213, 0.1), rgba(0, 136, 185, 0));
  text-shadow: 1px 1px 1px rgba(241, 239, 233, 0.4), 0 2px 10px rgba(0, 156, 213, 0.5);
}

[theme='standard'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(0, 156, 213, 0), rgba(0, 136, 185, 0.05));
}

[theme='standard'] .card.alternative .card-header {
  background-color: #e9e6dd;
  background-image: linear-gradient(#e7e4d9, #ebe8e0);
}

[theme='standard'] .card.alternative .card-body {
  background-color: #e9e6dd;
}

[theme='standard'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #f1efe9 98%);
}

[theme='standard'] .vip-features-list .vip-feature {
  background-color: #f7f6f2;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='standard'] .dropdown-menu {
  background-color: #efeee9;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='standard'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #ebe8e0;
}

[theme='standard'] .dropdown-menu .dropdown-item {
  color: #245364;
}

[theme='standard'] .dropdown-menu .dropdown-item.selected, [theme='standard'] .dropdown-menu .dropdown-item.active {
  background-color: #c1dee5;
}

[theme='standard'] .dropdown-menu .dropdown-item i {
  color: #0086b6;
}

[theme='standard'] .dropdown-menu .dropdown-item:hover {
  background-color: #d9e7e7;
  color: #212529;
}

[theme='standard'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(0, 136, 185, 0.4);
}

[theme='standard'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #e5e1d6, rgba(253, 253, 252, 0.9));
}

[theme='standard'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='standard'] modal .modal-container {
  background-color: #e5e1d6;
}

[theme='standard'] modal .modal-close {
  background-color: red;
}

[theme='standard'] .progress {
  background-color: #dfdbcd;
}

[theme='standard'] .simple-box {
  border: 1px solid rgba(229, 225, 214, 0.4);
}

[theme='standard'] .simple-box > div:nth-child(1) {
  background-color: rgba(229, 225, 214, 0.6);
}

[theme='standard'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='standard'] notify.alternative {
  color: #fff !important;
  background-color: #0055d5;
  text-shadow: 1px 1px 1px #002c6f;
}

[theme='standard'] alert .alert-wrapper .alert-container {
  background-color: #f1efe9;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='standard'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #e7e4d9;
  background-image: linear-gradient(180deg, rgba(0, 156, 213, 0.05), #ebe8e0);
}

[theme='standard'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #e5e1d6;
}

[theme='standard'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(241, 239, 233, 0.8);
  background-image: linear-gradient(0deg, rgba(0, 156, 213, 0.01), #f0eee7);
}

[theme='standard'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='standard'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='standard'] .bg-front {
  color: #333333;
  background-color: #f7f6f2 !important;
}

[theme='standard'] .bg-back {
  color: #333333;
  background-color: #f1efe9 !important;
}

[theme='standard'] .bg-back-more {
  color: #333333;
  background-color: #ebe8e0 !important;
}

[theme='standard'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(235, 232, 224, 0.6) !important;
}

[theme='standard'] .white-box-style {
  background-color: #f4f2ee !important;
  color: #333333;
}

[theme='standard'] .box-glow {
  box-shadow: 0 1px 20px rgba(0, 156, 213, 0.4);
  border: 1px solid rgba(0, 156, 213, 0.4);
}

[theme='standard'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #007eac;
  background-color: #009cd5;
  background-image: linear-gradient(#0091c6, #00a7e4) !important;
}

[theme='standard'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='standard'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='standard'] .bg-secondary {
  background-color: #0088b9;
  background-image: linear-gradient(#007daa, #0093c8) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #006a90;
}

[theme='standard'] .bg-secondary > * {
  color: #fff !important;
}

[theme='standard'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='standard'] .bg-tertiary {
  background-color: #0092c7;
  background-image: linear-gradient(#0087b8, #009dd6) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #00749e;
}

[theme='standard'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='standard'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='standard'] .border-primary {
  border-color: #009cd5;
}

[theme='standard'] .border-secondary {
  border-color: #0088b9;
}

[theme='standard'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #009cd5, #0088b9) !important;
  text-shadow: 1px 1px 1px #00516f;
}

[theme='standard'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #009cd5, #00adec) !important;
}

[theme='standard'] .btn-primary:hover {
  background: linear-gradient(180deg, #009cd5, #009ed8) !important;
}

[theme='standard'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #0088b9, #0088b9) !important;
  text-shadow: 1px 1px 1px #006386;
}

[theme='standard'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #0088b9, #00adec) !important;
}

[theme='standard'] .btn-secondary:hover {
  background: linear-gradient(180deg, #0088b9, #009ed8) !important;
}

[theme='standard'] .btn-outline-secondary {
  background-color: #0088b9;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='standard'] .btn-outline-secondary:hover {
  background-color: #009cd5;
}

[theme='standard'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #286378;
}

[theme='standard'] .accordion {
  background-color: #f1efe9;
}

[theme='standard'] .accordion-toggle.open {
  background-color: #c1dee5;
}

[theme='standard'] nav.side-menu-left .side-menu-item, [theme='standard'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #f1efe9;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #f1efe9;
}

[theme='standard'] nav.side-menu-left .side-menu-item.attention, [theme='standard'] nav.side-menu-right .side-menu-item.attention {
  background-color: #a9d6e3;
}

[theme='standard'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='standard'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #f5f1e5;
}

[theme='standard'] nav.side-menu-left .side-menu-item:hover, [theme='standard'] nav.side-menu-right .side-menu-item:hover {
  background-color: #f1efe9;
  background-image: linear-gradient(6deg, rgba(0, 136, 185, 0.2), rgba(0, 156, 213, 0.2)) !important;
}

[theme='standard'] nav.side-menu-left .side-menu-item.active, [theme='standard'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #0088b9, #009cd5) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='standard'] nav.side-menu-left .side-menu-item.active:hover, [theme='standard'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #0088b9, #009cd5) !important;
  color: #fff;
}

[theme='standard'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='standard'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #006f98;
}

[theme='standard'] nav.side-menu-left .bubble, [theme='standard'] nav.side-menu-right .bubble {
  background-color: #009cd5;
  color: #fff;
  text-shadow: 1px 1px 1px #00516f;
  border-radius: 5px;
}

[theme='standard'] .list-group-menu .list-group-item {
  color: #005375;
  background-color: rgba(241, 239, 233, 0.99);
  text-shadow: 1px 1px 1px #edeae3;
  background-image: linear-gradient(rgba(241, 239, 233, 0) 66%, rgba(0, 136, 185, 0.05));
}

[theme='standard'] .list-group-menu .list-group-item i {
  color: rgba(0, 156, 213, 0.8);
}

[theme='standard'] .list-group-menu .list-group-item:hover {
  background-color: #ebe8e0;
  color: #006994;
}

[theme='standard'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#009cd5, #0088b9) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(241, 239, 233, 0.12);
}

[theme='standard'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='standard'] #live-search {
  outline: none;
}

[theme='standard'] #live-search-list {
  background-color: #f1efe9;
  color: #333333;
}

[theme='standard'] #live-search-list .search-item:hover {
  background-color: rgba(0, 156, 213, 0.1);
  color: #333333;
}

[theme='standard'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='standard'] .tournament-row {
  background-color: #f1efe9;
}

[theme='standard'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(241, 239, 233, 0.7), rgba(241, 239, 233, 0.9));
}

[theme='standard'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='standard'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(241, 239, 233, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(241, 239, 233, 0.04);
}

[theme='standard'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='standard'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='standard'] .form-control, [theme='standard'] input, [theme='standard'] textarea, [theme='standard'] select, [theme='standard'] .trumbowyg-box, [theme='standard'] .custom-file-label {
  background-color: white;
  color: #333333;
}

[theme='standard'] .form-control:focus, [theme='standard'] input:focus, [theme='standard'] textarea:focus, [theme='standard'] select:focus, [theme='standard'] .trumbowyg-box:focus, [theme='standard'] .custom-file-label:focus {
  border-color: rgba(0, 136, 185, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 156, 213, 0.3);
}

[theme='standard'] .form-control::placeholder, [theme='standard'] input::placeholder, [theme='standard'] textarea::placeholder, [theme='standard'] select::placeholder, [theme='standard'] .trumbowyg-box::placeholder, [theme='standard'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='standard'] .custom-file-label {
  border: 1px solid #f8f8f6;
  background-color: white;
  color: #333333;
}

[theme='standard'] .custom-file-label::after {
  border-left: 1px solid #f1f0ee;
  background-color: white;
}

[theme='standard'] .file-upload .file-upload-list {
  background-color: #fafaf9;
  border: 1px solid #f1f0ee;
}

[theme='standard'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='standard'] .input-slider {
  background-image: linear-gradient(90deg, #f1efe9, #b5dae4);
}

[theme='standard'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #00729a, #009cd5);
  box-shadow: 0 0 20px #006f98;
  border: 1px solid rgba(241, 239, 233, 0.5);
}

[theme='standard'] .tab-pane {
  background-color: rgba(241, 239, 233, 0.8);
}

[theme='standard'] table, [theme='standard'] .table, [theme='standard'] .message-content table, .message-content [theme='standard'] table {
  color: #333333;
}

[theme='standard'] table.alternate tr:nth-child(even), [theme='standard'] .table.alternate tr:nth-child(even), [theme='standard'] .message-content table.alternate tr:nth-child(even), .message-content [theme='standard'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='standard'] table.pretty tr, [theme='standard'] .table.pretty tr, [theme='standard'] .message-content table.pretty tr, .message-content [theme='standard'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='standard'] table.pretty tr:nth-child(even), [theme='standard'] .table.pretty tr:nth-child(even), [theme='standard'] .message-content table.pretty tr:nth-child(even), .message-content [theme='standard'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='standard'] table.pretty tr td, [theme='standard'] .table.pretty tr td, [theme='standard'] .message-content table.pretty tr td, .message-content [theme='standard'] table.pretty tr td {
  padding: 5px 0;
}

[theme='standard'] .nav .nav-link {
  background: transparent linear-gradient(#208db5, #137fa7);
  color: #fff;
  text-shadow: 1px 1px 1px #00516f;
  border: none;
}

[theme='standard'] .nav .nav-link:hover, [theme='standard'] .nav .nav-link.active {
  background: transparent linear-gradient(#009cd5, #0088b9);
}

[theme='standard'] .floating-notification {
  background: linear-gradient(180deg, rgba(241, 239, 233, 0.9) 0%, #f1efe9 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='standard'] .trumbowyg-box {
  text-shadow: none;
}

[theme='standard'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='standard'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='standard'] .trumbowyg-box .trumbowyg-active {
  background: #fbfaf9;
}

[theme='standard'] .trumbowyg-box .trumbowyg-dropdown, [theme='standard'] .trumbowyg-box button {
  background-color: #edeae3;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='standard'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #f1efe9;
}

[theme='standard'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='standard'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #f1efe9;
}

[theme='standard'] .trumbowyg-modal-box {
  background: #f1efe9;
  border: none !important;
}

[theme='standard'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='standard'] .trumbowyg-modal-box * {
  border: none;
}

[theme='standard'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='standard'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='standard'] .vip-advantage {
  background-image: linear-gradient(#f1efe9, #e5e1d6);
}

[theme='standard'] .ad_notify {
  color: #333333;
  background-color: #f1efe9;
}

[theme='standard'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #009cd5;
}

[theme='standard'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(0, 156, 213, 0.34);
}

[theme='standard'] .gametile .game-title {
  background-color: #f1efe9;
  text-shadow: 0 0 2px rgba(241, 239, 233, 0.5);
  color: #333333;
}

[theme='standard'] .gametile .game-online {
  background-color: #f1efe9;
  text-shadow: 0 0 2px rgba(241, 239, 233, 0.5);
  color: #333333;
}

[theme='standard'] .game-challenge {
  background-color: #f1efe9;
}

[theme='standard'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='standard'] .shared_mission_state_waiting {
  background-color: #e3eae8 !important;
}

[theme='standard'] .shared_mission_state_running {
  background-color: #cfe3e6 !important;
}

[theme='standard'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(241, 239, 233, 0.9) 0%, rgba(241, 239, 233, 0.6) 100%);
}

[theme='standard'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='standard'] #profile-subnav .profile-subnav-navitem-icon {
  color: #009cd5;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='standard'] .prize-drawing {
  background-color: #f7f6f2 !important;
  background-image: none !important;
}

[theme='standard'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #53d1ff;
  border: 3px solid #0088b9;
}

[theme='standard'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='standard'] .prize-drawing .hint {
  background: linear-gradient(#0088b9, #005b7c);
  color: #fff;
}

[theme='standard'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #f1efe9 !important;
  background-image: linear-gradient(#f1efe9, #d3cdba) !important;
}

[theme='standard'] .prize-drawing .trade-container-item {
  background-color: #f1efe9;
}

[theme='standard'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #d9d4c4;
  color: rgba(14, 16, 22, 0.2);
  text-shadow: 1px 1px 1px #f1efe9;
}

[theme='standard'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='standard'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='standard'] .no-results {
  background: none;
}

[theme='standard'] .CCcontainer {
  background-color: #e4e2dc;
}

[theme='standard'] .CCcontainer #chatText {
  background-color: #efede6;
}

[theme='standard'] .CCcontainer .menu {
  background-color: #f1efe9;
}

[theme='standard'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(0, 156, 213, 0.5);
}

[theme='standard'] hr {
  border-color: rgba(14, 16, 22, 0.14);
}

[theme='standard'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #009cd5, #0088b9);
  text-shadow: -1px -1px 1px rgba(0, 156, 213, 0.8), 1px 1px 2px #0077a2;
}

[theme='standard'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #00afef, #009bd3);
}

[theme='standard'] .btn-current-theme:active, [theme='standard'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0089bc, #0075a0);
}

[theme='standard'] #live-search-wrapper {
  background: none;
}

[theme='standard'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #0088b9, #009cd5);
  border-radius: 0 0 5px 5px;
}

[theme='standard'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(241, 239, 233, 0.5);
}

[theme='standard'] #profile-subnav .profile-subnav-navitem-icon {
  color: #005b7c;
  text-shadow: 1px 1px 1px rgba(241, 239, 233, 0.5);
}

.btn-damped {
  color: #fff !important;
  background-image: linear-gradient(to top, #00a7d7, #009ba8);
  text-shadow: -1px -1px 1px rgba(0, 167, 215, 0.8), 1px 1px 2px #007fa4;
}

.btn-damped:hover {
  color: white !important;
  background-image: linear-gradient(to top, #00bbf1, #00b3c2);
}

.btn-damped:active, .btn-damped:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0093be, #00838f);
}

[theme='damped'] ::-webkit-scrollbar-track {
  background: #00181f;
}

[theme='damped'] ::-webkit-scrollbar-thumb {
  background: #00a7d7;
}

[theme='damped'] ::-webkit-scrollbar-thumb:hover {
  background: #0bc9ff;
}

[theme='damped'] body {
  background-image: radial-gradient(#00779a, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #e3dfda;
  color: #333333;
}

[theme='damped'] #top-menu {
  background-image: linear-gradient(179deg, #00a7d7, rgba(0, 61, 66, 0.6));
}

[theme='damped'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='damped'] #top-menu, [theme='damped'] #live-search-wrapper {
  color: #fff;
}

[theme='damped'] #top-menu .top-menu-item-color, [theme='damped'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='damped'] .form-group .bootstrap-select, [theme='damped'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #e3dfda, #d6d0c9);
}

[theme='damped'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='damped'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(0, 167, 215, 0.4);
}

[theme='damped'] .form-group .bootstrap-select .dropdown-toggle, [theme='damped'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='damped'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='damped'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='damped'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(214, 208, 201, 0.5);
}

[theme='damped'] .message.sent {
  background-color: rgba(227, 223, 218, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='damped'] .message.unread {
  border: 3px solid rgba(0, 167, 215, 0.5);
}

[theme='damped'] .list-group-item {
  color: #333333;
  background-color: #d6d0c9;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='damped'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #009ba8;
}

[theme='damped'] footer {
  color: #333333;
  background-color: rgba(227, 223, 218, 0.93);
}

[theme='damped'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='damped'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #005375;
}

[theme='damped'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='damped'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #0094d1 !important;
}

[theme='damped'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='damped'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #0089c2 !important;
}

[theme='damped'] .info {
  background-color: rgba(234, 231, 227, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(0, 167, 215, 0.5);
}

[theme='damped'] .info .info-body {
  text-shadow: none;
}

[theme='damped'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='damped'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='damped'] #favorite-game i.active {
  color: #00a7d7;
}

[theme='damped'] .not_specified, [theme='damped'] [data-gender='not_specified'], [theme='damped'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='damped'] .female, [theme='damped'] [data-gender='female'], [theme='damped'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='damped'] .male, [theme='damped'] [data-gender='male'], [theme='damped'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='damped'] .card .card-header {
  background-color: #e3dfda;
  background-image: linear-gradient(rgba(205, 198, 189, 0.5), rgba(249, 248, 247, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #dcd7d1;
}

[theme='damped'] .card .card-body {
  background-color: #e3dfda;
}

[theme='damped'] .card .card-footer {
  background-color: rgba(220, 215, 209, 0.9);
}

[theme='damped'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(0, 167, 215, 0.5), rgba(0, 155, 168, 0.5));
  font-weight: 1800;
}

[theme='damped'] .card.card-toggle::before, [theme='damped'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='damped'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(0, 167, 215, 0.1), rgba(0, 155, 168, 0));
  text-shadow: 1px 1px 1px rgba(227, 223, 218, 0.4), 0 2px 10px rgba(0, 167, 215, 0.5);
}

[theme='damped'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(0, 167, 215, 0), rgba(0, 155, 168, 0.05));
}

[theme='damped'] .card.alternative .card-header {
  background-color: #dad5ce;
  background-image: linear-gradient(#d8d2cb, #dcd7d1);
}

[theme='damped'] .card.alternative .card-body {
  background-color: #dad5ce;
}

[theme='damped'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #e3dfda 98%);
}

[theme='damped'] .vip-features-list .vip-feature {
  background-color: #eae7e3;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='damped'] .dropdown-menu {
  background-color: #e1deda;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='damped'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #dcd7d1;
}

[theme='damped'] .dropdown-menu .dropdown-item {
  color: #245664;
}

[theme='damped'] .dropdown-menu .dropdown-item.selected, [theme='damped'] .dropdown-menu .dropdown-item.active {
  background-color: #b6d4d9;
}

[theme='damped'] .dropdown-menu .dropdown-item i {
  color: #008fb8;
}

[theme='damped'] .dropdown-menu .dropdown-item:hover {
  background-color: #ccd9da;
  color: #212529;
}

[theme='damped'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(0, 155, 168, 0.4);
}

[theme='damped'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #d6d0c9, rgba(240, 238, 235, 0.9));
}

[theme='damped'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='damped'] modal .modal-container {
  background-color: #d6d0c9;
}

[theme='damped'] modal .modal-close {
  background-color: red;
}

[theme='damped'] .progress {
  background-color: #cfc8c0;
}

[theme='damped'] .simple-box {
  border: 1px solid rgba(214, 208, 201, 0.4);
}

[theme='damped'] .simple-box > div:nth-child(1) {
  background-color: rgba(214, 208, 201, 0.6);
}

[theme='damped'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='damped'] notify.alternative {
  color: #fff !important;
  background-color: #005fd7;
  text-shadow: 1px 1px 1px #003271;
}

[theme='damped'] alert .alert-wrapper .alert-container {
  background-color: #e3dfda;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='damped'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #d8d2cb;
  background-image: linear-gradient(180deg, rgba(0, 167, 215, 0.05), #dcd7d1);
}

[theme='damped'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #d6d0c9;
}

[theme='damped'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(227, 223, 218, 0.8);
  background-image: linear-gradient(0deg, rgba(0, 167, 215, 0.01), #e2ddd8);
}

[theme='damped'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='damped'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='damped'] .bg-front {
  color: #333333;
  background-color: #eae7e3 !important;
}

[theme='damped'] .bg-back {
  color: #333333;
  background-color: #e3dfda !important;
}

[theme='damped'] .bg-back-more {
  color: #333333;
  background-color: #dcd7d1 !important;
}

[theme='damped'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(220, 215, 209, 0.6) !important;
}

[theme='damped'] .white-box-style {
  background-color: #e6e3de !important;
  color: #333333;
}

[theme='damped'] .box-glow {
  box-shadow: 0 1px 20px rgba(0, 167, 215, 0.4);
  border: 1px solid rgba(0, 167, 215, 0.4);
}

[theme='damped'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #0087ae;
  background-color: #00a7d7;
  background-image: linear-gradient(#009bc8, #00b3e6) !important;
}

[theme='damped'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='damped'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='damped'] .bg-secondary {
  background-color: #009ba8;
  background-image: linear-gradient(#008d99, #00a9b7) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #00757f;
}

[theme='damped'] .bg-secondary > * {
  color: #fff !important;
}

[theme='damped'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='damped'] .bg-tertiary {
  background-color: #00a1c0;
  background-image: linear-gradient(#0094b1, #00aecf) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #007f97;
}

[theme='damped'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='damped'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='damped'] .border-primary {
  border-color: #00a7d7;
}

[theme='damped'] .border-secondary {
  border-color: #009ba8;
}

[theme='damped'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #00a7d7, #009ba8) !important;
  text-shadow: 1px 1px 1px #005871;
}

[theme='damped'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #00a7d7, #00cadb) !important;
}

[theme='damped'] .btn-primary:hover {
  background: linear-gradient(180deg, #00a7d7, #00b7c7) !important;
}

[theme='damped'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #009ba8, #009ba8) !important;
  text-shadow: 1px 1px 1px #006c75;
}

[theme='damped'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #009ba8, #00cadb) !important;
}

[theme='damped'] .btn-secondary:hover {
  background: linear-gradient(180deg, #009ba8, #00b7c7) !important;
}

[theme='damped'] .btn-outline-secondary {
  background-color: #009ba8;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='damped'] .btn-outline-secondary:hover {
  background-color: #00a7d7;
}

[theme='damped'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #24656b;
}

[theme='damped'] .accordion {
  background-color: #e3dfda;
}

[theme='damped'] .accordion-toggle.open {
  background-color: #b6d4d9;
}

[theme='damped'] nav.side-menu-left .side-menu-item, [theme='damped'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #e3dfda;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #e3dfda;
}

[theme='damped'] nav.side-menu-left .side-menu-item.attention, [theme='damped'] nav.side-menu-right .side-menu-item.attention {
  background-color: #9fced9;
}

[theme='damped'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='damped'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #eae0d4;
}

[theme='damped'] nav.side-menu-left .side-menu-item:hover, [theme='damped'] nav.side-menu-right .side-menu-item:hover {
  background-color: #e3dfda;
  background-image: linear-gradient(6deg, rgba(0, 155, 168, 0.2), rgba(0, 167, 215, 0.2)) !important;
}

[theme='damped'] nav.side-menu-left .side-menu-item.active, [theme='damped'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #009ba8, #00a7d7) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='damped'] nav.side-menu-left .side-menu-item.active:hover, [theme='damped'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #009ba8, #00a7d7) !important;
  color: #fff;
}

[theme='damped'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='damped'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #00779a;
}

[theme='damped'] nav.side-menu-left .bubble, [theme='damped'] nav.side-menu-right .bubble {
  background-color: #00a7d7;
  color: #fff;
  text-shadow: 1px 1px 1px #005871;
  border-radius: 5px;
}

[theme='damped'] .list-group-menu .list-group-item {
  color: #005375;
  background-color: rgba(227, 223, 218, 0.99);
  text-shadow: 1px 1px 1px #dfdad4;
  background-image: linear-gradient(rgba(227, 223, 218, 0) 66%, rgba(0, 155, 168, 0.05));
}

[theme='damped'] .list-group-menu .list-group-item i {
  color: rgba(0, 167, 215, 0.8);
}

[theme='damped'] .list-group-menu .list-group-item:hover {
  background-color: #dcd7d1;
  color: #006994;
}

[theme='damped'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#00a7d7, #009ba8) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(227, 223, 218, 0.12);
}

[theme='damped'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='damped'] #live-search {
  outline: none;
}

[theme='damped'] #live-search-list {
  background-color: #e3dfda;
  color: #333333;
}

[theme='damped'] #live-search-list .search-item:hover {
  background-color: rgba(0, 167, 215, 0.1);
  color: #333333;
}

[theme='damped'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='damped'] .tournament-row {
  background-color: #e3dfda;
}

[theme='damped'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(227, 223, 218, 0.7), rgba(227, 223, 218, 0.9));
}

[theme='damped'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='damped'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(227, 223, 218, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(227, 223, 218, 0.04);
}

[theme='damped'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='damped'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='damped'] .form-control, [theme='damped'] input, [theme='damped'] textarea, [theme='damped'] select, [theme='damped'] .trumbowyg-box, [theme='damped'] .custom-file-label {
  background-color: #f3f3f2;
  color: #333333;
}

[theme='damped'] .form-control:focus, [theme='damped'] input:focus, [theme='damped'] textarea:focus, [theme='damped'] select:focus, [theme='damped'] .trumbowyg-box:focus, [theme='damped'] .custom-file-label:focus {
  border-color: rgba(0, 155, 168, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 167, 215, 0.3);
}

[theme='damped'] .form-control::placeholder, [theme='damped'] input::placeholder, [theme='damped'] textarea::placeholder, [theme='damped'] select::placeholder, [theme='damped'] .trumbowyg-box::placeholder, [theme='damped'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='damped'] .custom-file-label {
  border: 1px solid #eae9e8;
  background-color: #f3f3f2;
  color: #333333;
}

[theme='damped'] .custom-file-label::after {
  border-left: 1px solid #e2e1e0;
  background-color: #f8f8f8;
}

[theme='damped'] .file-upload .file-upload-list {
  background-color: #ecebea;
  border: 1px solid #e2e1e0;
}

[theme='damped'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='damped'] .input-slider {
  background-image: linear-gradient(90deg, #e3dfda, #aad1d9);
}

[theme='damped'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #007f89, #00a7d7);
  box-shadow: 0 0 20px #00779a;
  border: 1px solid rgba(227, 223, 218, 0.5);
}

[theme='damped'] .tab-pane {
  background-color: rgba(227, 223, 218, 0.8);
}

[theme='damped'] table, [theme='damped'] .table, [theme='damped'] .message-content table, .message-content [theme='damped'] table {
  color: #333333;
}

[theme='damped'] table.alternate tr:nth-child(even), [theme='damped'] .table.alternate tr:nth-child(even), [theme='damped'] .message-content table.alternate tr:nth-child(even), .message-content [theme='damped'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='damped'] table.pretty tr, [theme='damped'] .table.pretty tr, [theme='damped'] .message-content table.pretty tr, .message-content [theme='damped'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='damped'] table.pretty tr:nth-child(even), [theme='damped'] .table.pretty tr:nth-child(even), [theme='damped'] .message-content table.pretty tr:nth-child(even), .message-content [theme='damped'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='damped'] table.pretty tr td, [theme='damped'] .table.pretty tr td, [theme='damped'] .message-content table.pretty tr td, .message-content [theme='damped'] table.pretty tr td {
  padding: 5px 0;
}

[theme='damped'] .nav .nav-link {
  background: transparent linear-gradient(#2095b7, #118d97);
  color: #fff;
  text-shadow: 1px 1px 1px #005871;
  border: none;
}

[theme='damped'] .nav .nav-link:hover, [theme='damped'] .nav .nav-link.active {
  background: transparent linear-gradient(#00a7d7, #009ba8);
}

[theme='damped'] .floating-notification {
  background: linear-gradient(180deg, rgba(227, 223, 218, 0.9) 0%, #e3dfda 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='damped'] .trumbowyg-box {
  text-shadow: none;
}

[theme='damped'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='damped'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='damped'] .trumbowyg-box .trumbowyg-active {
  background: #eeece9;
}

[theme='damped'] .trumbowyg-box .trumbowyg-dropdown, [theme='damped'] .trumbowyg-box button {
  background-color: #dfdad4;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='damped'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #e3dfda;
}

[theme='damped'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='damped'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #e3dfda;
}

[theme='damped'] .trumbowyg-modal-box {
  background: #e3dfda;
  border: none !important;
}

[theme='damped'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='damped'] .trumbowyg-modal-box * {
  border: none;
}

[theme='damped'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='damped'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='damped'] .vip-advantage {
  background-image: linear-gradient(#e3dfda, #d6d0c9);
}

[theme='damped'] .ad_notify {
  color: #333333;
  background-color: #e3dfda;
}

[theme='damped'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #00a7d7;
}

[theme='damped'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(0, 167, 215, 0.34);
}

[theme='damped'] .gametile .game-title {
  background-color: #e3dfda;
  text-shadow: 0 0 2px rgba(227, 223, 218, 0.5);
  color: #333333;
}

[theme='damped'] .gametile .game-online {
  background-color: #e3dfda;
  text-shadow: 0 0 2px rgba(227, 223, 218, 0.5);
  color: #333333;
}

[theme='damped'] .game-challenge {
  background-color: #e3dfda;
}

[theme='damped'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='damped'] .shared_mission_state_waiting {
  background-color: #d5dcda !important;
}

[theme='damped'] .shared_mission_state_running {
  background-color: #c3d7da !important;
}

[theme='damped'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(227, 223, 218, 0.9) 0%, rgba(227, 223, 218, 0.6) 100%);
}

[theme='damped'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='damped'] #profile-subnav .profile-subnav-navitem-icon {
  color: #00a7d7;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='damped'] .prize-drawing {
  background-color: #eae7e3 !important;
  background-image: none !important;
}

[theme='damped'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #42f0ff;
  border: 3px solid #009ba8;
}

[theme='damped'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='damped'] .prize-drawing .hint {
  background: linear-gradient(#009ba8, #00636b);
  color: #fff;
}

[theme='damped'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #e3dfda !important;
  background-image: linear-gradient(#e3dfda, #c2b9ae) !important;
}

[theme='damped'] .prize-drawing .trade-container-item {
  background-color: #e3dfda;
}

[theme='damped'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #c9c1b7;
  color: rgba(28, 32, 37, 0.2);
  text-shadow: 1px 1px 1px #e3dfda;
}

[theme='damped'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='damped'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='damped'] .no-results {
  background: none;
}

[theme='damped'] .CCcontainer {
  background-color: #d3d2d0;
}

[theme='damped'] .CCcontainer #chatText {
  background-color: #e1dcd7;
}

[theme='damped'] .CCcontainer .menu {
  background-color: #e3dfda;
}

[theme='damped'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(0, 167, 215, 0.5);
}

[theme='damped'] hr {
  border-color: rgba(28, 32, 37, 0.14);
}

[theme='damped'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #00a7d7, #009ba8);
  text-shadow: -1px -1px 1px rgba(0, 167, 215, 0.8), 1px 1px 2px #007fa4;
}

[theme='damped'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #00bbf1, #00b3c2);
}

[theme='damped'] .btn-current-theme:active, [theme='damped'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0093be, #00838f);
}

[theme='damped'] #live-search-wrapper {
  background: none;
}

[theme='damped'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #009ba8, #00a7d7);
  border-radius: 0 0 5px 5px;
}

[theme='damped'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(227, 223, 218, 0.5);
}

[theme='damped'] nav.side-menu-left .side-menu-item, [theme='damped'] nav.side-menu-right .side-menu-item {
  background-color: #222222;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000000;
}

[theme='damped'] nav.side-menu-left .side-menu-item:hover, [theme='damped'] nav.side-menu-right .side-menu-item:hover {
  background-color: #333333;
}

[theme='damped'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='damped'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #6eb9cf;
  text-shadow: 1px 1px 1px #000000;
}

[theme='damped'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(227, 223, 218, 0.4), rgba(227, 223, 218, 0.6));
}

[theme='damped'] #profile-subnav .profile-subnav-navitem-icon {
  color: #00636b;
  text-shadow: 1px 1px 1px rgba(227, 223, 218, 0.5);
}

.btn-dark_mode {
  color: #fff !important;
  background-image: linear-gradient(to top, #222222, #004154);
  text-shadow: -1px -1px 1px rgba(34, 34, 34, 0.8), 1px 1px 2px #090909;
}

.btn-dark_mode:hover {
  color: white !important;
  background-image: linear-gradient(to top, #2f2f2f, #00556e);
}

.btn-dark_mode:active, .btn-dark_mode:focus {
  color: white !important;
  background-image: linear-gradient(to top, #151515, #002d3b);
}

[theme='dark_mode'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='dark_mode'] ::-webkit-scrollbar-thumb {
  background: #007b9a;
}

[theme='dark_mode'] ::-webkit-scrollbar-thumb:hover {
  background: #00a4cd;
}

[theme='dark_mode'] body {
  background-image: radial-gradient(#004a5d, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #222222;
  color: #bbbbbb;
}

[theme='dark_mode'] #top-menu {
  background-image: linear-gradient(179deg, #007b9a, rgba(0, 0, 0, 0.6));
}

[theme='dark_mode'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='dark_mode'] #top-menu, [theme='dark_mode'] #live-search-wrapper {
  color: #fff;
}

[theme='dark_mode'] #top-menu .top-menu-item-color, [theme='dark_mode'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_mode'] .form-group .bootstrap-select, [theme='dark_mode'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #222222, #131313);
}

[theme='dark_mode'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='dark_mode'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(0, 123, 154, 0.4);
}

[theme='dark_mode'] .form-group .bootstrap-select .dropdown-toggle, [theme='dark_mode'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='dark_mode'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='dark_mode'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #bbbbbb;
}

[theme='dark_mode'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(19, 19, 19, 0.5);
}

[theme='dark_mode'] .message.sent {
  background-color: rgba(34, 34, 34, 0.4) !important;
  color: rgba(187, 187, 187, 0.7) !important;
}

[theme='dark_mode'] .message.unread {
  border: 3px solid rgba(0, 123, 154, 0.5);
}

[theme='dark_mode'] .list-group-item {
  color: #bbbbbb;
  background-color: #131313;
  border-color: rgba(187, 187, 187, 0.07);
}

[theme='dark_mode'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #004154;
}

[theme='dark_mode'] footer {
  color: #bbbbbb;
  background-color: rgba(34, 34, 34, 0.93);
}

[theme='dark_mode'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='dark_mode'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #2ba7cc;
}

[theme='dark_mode'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='dark_mode'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #72c8e1 !important;
}

[theme='dark_mode'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='dark_mode'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #5fc6e4 !important;
}

[theme='dark_mode'] .info {
  background-color: rgba(42, 42, 42, 0.5);
  color: #bbbbbb;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(0, 123, 154, 0.5);
}

[theme='dark_mode'] .info .info-body {
  text-shadow: none;
}

[theme='dark_mode'] .text-muted {
  color: rgba(187, 187, 187, 0.56) !important;
}

[theme='dark_mode'] #favorite-game i {
  color: rgba(187, 187, 187, 0.5);
}

[theme='dark_mode'] #favorite-game i.active {
  color: #007b9a;
}

[theme='dark_mode'] .not_specified, [theme='dark_mode'] [data-gender='not_specified'], [theme='dark_mode'] [gender='not_specified'] {
  color: #c5c5c5 !important;
}

[theme='dark_mode'] .female, [theme='dark_mode'] [data-gender='female'], [theme='dark_mode'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='dark_mode'] .male, [theme='dark_mode'] [data-gender='male'], [theme='dark_mode'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='dark_mode'] .card .card-header {
  background-color: #222222;
  background-image: linear-gradient(rgba(9, 9, 9, 0.5), rgba(60, 60, 60, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #1a1a1a;
}

[theme='dark_mode'] .card .card-body {
  background-color: #222222;
}

[theme='dark_mode'] .card .card-footer {
  background-color: rgba(26, 26, 26, 0.9);
}

[theme='dark_mode'] .card.card-toggle .card-header::after {
  color: #bbbbbb;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(0, 123, 154, 0.5), rgba(0, 65, 84, 0.5));
  font-weight: 1800;
}

[theme='dark_mode'] .card.card-toggle::before, [theme='dark_mode'] .card.card-toggle .card-footer::before {
  color: #bbbbbb;
  text-shadow: 0 0 6px #fff;
}

[theme='dark_mode'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(0, 123, 154, 0.1), rgba(0, 65, 84, 0));
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.4), 0 2px 10px rgba(0, 123, 154, 0.5);
}

[theme='dark_mode'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(0, 123, 154, 0), rgba(0, 65, 84, 0.05));
}

[theme='dark_mode'] .card.alternative .card-header {
  background-color: #181818;
  background-image: linear-gradient(#151515, #1a1a1a);
}

[theme='dark_mode'] .card.alternative .card-body {
  background-color: #181818;
}

[theme='dark_mode'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #222222 98%);
}

[theme='dark_mode'] .vip-features-list .vip-feature {
  background-color: #2a2a2a;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='dark_mode'] .dropdown-menu {
  background-color: #222323;
  box-shadow: 0 0 30px #00000044;
  color: #bbbbbb;
  border: 1px solid #0000000A;
}

[theme='dark_mode'] .dropdown-menu .dropdown-header {
  color: #bbbbbb;
  background-color: #1a1a1a;
}

[theme='dark_mode'] .dropdown-menu .dropdown-item {
  color: #83a8b1;
}

[theme='dark_mode'] .dropdown-menu .dropdown-item.selected, [theme='dark_mode'] .dropdown-menu .dropdown-item.active {
  background-color: #1b343a;
}

[theme='dark_mode'] .dropdown-menu .dropdown-item i {
  color: #00637b;
}

[theme='dark_mode'] .dropdown-menu .dropdown-item:hover {
  background-color: #1f2b2e;
  color: #fff;
}

[theme='dark_mode'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(0, 65, 84, 0.4);
}

[theme='dark_mode'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #131313, rgba(49, 49, 49, 0.9));
}

[theme='dark_mode'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='dark_mode'] modal .modal-container {
  background-color: #131313;
}

[theme='dark_mode'] modal .modal-close {
  background-color: red;
}

[theme='dark_mode'] .progress {
  background-color: #0b0b0b;
}

[theme='dark_mode'] .simple-box {
  border: 1px solid rgba(19, 19, 19, 0.4);
}

[theme='dark_mode'] .simple-box > div:nth-child(1) {
  background-color: rgba(19, 19, 19, 0.6);
}

[theme='dark_mode'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_mode'] notify.alternative {
  color: #fff !important;
  background-color: #00489a;
  text-shadow: 1px 1px 1px #001834;
}

[theme='dark_mode'] alert .alert-wrapper .alert-container {
  background-color: #222222;
  color: #bbbbbb;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='dark_mode'] alert .alert-wrapper .alert-container .alert-header {
  color: #bbbbbb;
  text-shadow: 1px 1px 3px #151515;
  background-image: linear-gradient(180deg, rgba(0, 123, 154, 0.05), #1a1a1a);
}

[theme='dark_mode'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #131313;
}

[theme='dark_mode'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(34, 34, 34, 0.8);
  background-image: linear-gradient(0deg, rgba(0, 123, 154, 0.01), #202020);
}

[theme='dark_mode'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='dark_mode'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='dark_mode'] .bg-front {
  color: #bbbbbb;
  background-color: #2a2a2a !important;
}

[theme='dark_mode'] .bg-back {
  color: #bbbbbb;
  background-color: #222222 !important;
}

[theme='dark_mode'] .bg-back-more {
  color: #bbbbbb;
  background-color: #1a1a1a !important;
}

[theme='dark_mode'] .bg-back-transparent {
  color: #bbbbbb;
  background-color: rgba(26, 26, 26, 0.6) !important;
}

[theme='dark_mode'] .white-box-style {
  background-color: #262626 !important;
  color: #bbbbbb;
}

[theme='dark_mode'] .box-glow {
  box-shadow: 0 1px 20px rgba(0, 123, 154, 0.4);
  border: 1px solid rgba(0, 123, 154, 0.4);
}

[theme='dark_mode'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #005a71;
  background-color: #007b9a;
  background-image: linear-gradient(#006f8b, #0087a9) !important;
}

[theme='dark_mode'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='dark_mode'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='dark_mode'] .bg-secondary {
  background-color: #004154;
  background-image: linear-gradient(#003545, #004d63) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #00212b;
}

[theme='dark_mode'] .bg-secondary > * {
  color: #fff !important;
}

[theme='dark_mode'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='dark_mode'] .bg-tertiary {
  background-color: #005e77;
  background-image: linear-gradient(#005268, #006a86) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #003e4e;
}

[theme='dark_mode'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='dark_mode'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='dark_mode'] .border-primary {
  border-color: #007b9a;
}

[theme='dark_mode'] .border-secondary {
  border-color: #004154;
}

[theme='dark_mode'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #007b9a, #004154) !important;
  text-shadow: 1px 1px 1px #002a34;
}

[theme='dark_mode'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #007b9a, #006887) !important;
}

[theme='dark_mode'] .btn-primary:hover {
  background: linear-gradient(180deg, #007b9a, #005973) !important;
}

[theme='dark_mode'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #004154, #004154) !important;
  text-shadow: 1px 1px 1px #001a21;
}

[theme='dark_mode'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #004154, #006887) !important;
}

[theme='dark_mode'] .btn-secondary:hover {
  background: linear-gradient(180deg, #004154, #005973) !important;
}

[theme='dark_mode'] .btn-outline-secondary {
  background-color: #004154;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='dark_mode'] .btn-outline-secondary:hover {
  background-color: #007b9a;
}

[theme='dark_mode'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #0f252c;
}

[theme='dark_mode'] .accordion {
  background-color: #222222;
}

[theme='dark_mode'] .accordion-toggle.open {
  background-color: #1b343a;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item, [theme='dark_mode'] nav.side-menu-right .side-menu-item {
  color: #bbbbbb;
  background-color: #222222;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #222222;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.attention, [theme='dark_mode'] nav.side-menu-right .side-menu-item.attention {
  background-color: #183d46;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='dark_mode'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(187, 187, 187, 0.8);
  text-shadow: 0 0 5px #291b1b;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item:hover, [theme='dark_mode'] nav.side-menu-right .side-menu-item:hover {
  background-color: #222222;
  background-image: linear-gradient(6deg, rgba(0, 65, 84, 0.2), rgba(0, 123, 154, 0.2)) !important;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.active, [theme='dark_mode'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #004154, #007b9a) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.active:hover, [theme='dark_mode'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #004154, #007b9a) !important;
  color: #fff;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='dark_mode'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #004a5d;
}

[theme='dark_mode'] nav.side-menu-left .bubble, [theme='dark_mode'] nav.side-menu-right .bubble {
  background-color: #007b9a;
  color: #fff;
  text-shadow: 1px 1px 1px #002a34;
  border-radius: 5px;
}

[theme='dark_mode'] .list-group-menu .list-group-item {
  color: #2ba7cc;
  background-color: rgba(34, 34, 34, 0.99);
  text-shadow: 1px 1px 1px #1d1d1d;
  background-image: linear-gradient(rgba(34, 34, 34, 0) 66%, rgba(0, 65, 84, 0.05));
}

[theme='dark_mode'] .list-group-menu .list-group-item i {
  color: rgba(0, 123, 154, 0.8);
}

[theme='dark_mode'] .list-group-menu .list-group-item:hover {
  background-color: #1a1a1a;
  color: #3fb4d7;
}

[theme='dark_mode'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#007b9a, #004154) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.12);
}

[theme='dark_mode'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='dark_mode'] #live-search {
  outline: none;
}

[theme='dark_mode'] #live-search-list {
  background-color: #222222;
  color: #bbbbbb;
}

[theme='dark_mode'] #live-search-list .search-item:hover {
  background-color: rgba(0, 123, 154, 0.1);
  color: #bbbbbb;
}

[theme='dark_mode'] #live-search-list .search-item .search-item-category {
  color: rgba(187, 187, 187, 0.5);
}

[theme='dark_mode'] .tournament-row {
  background-color: #222222;
}

[theme='dark_mode'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.9));
}

[theme='dark_mode'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(187, 187, 187, 0.3);
}

[theme='dark_mode'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(34, 34, 34, 0.97), -1px -1px 1px rgba(187, 187, 187, 0.04), 1px 1px 1px rgba(34, 34, 34, 0.04);
}

[theme='dark_mode'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(187, 187, 187, 0.3);
}

[theme='dark_mode'] .border-top {
  border-top: 1px solid rgba(187, 187, 187, 0.1) !important;
}

[theme='dark_mode'] .form-control, [theme='dark_mode'] input, [theme='dark_mode'] textarea, [theme='dark_mode'] select, [theme='dark_mode'] .trumbowyg-box, [theme='dark_mode'] .custom-file-label {
  background-color: #363636;
  color: #bbbbbb;
}

[theme='dark_mode'] .form-control:focus, [theme='dark_mode'] input:focus, [theme='dark_mode'] textarea:focus, [theme='dark_mode'] select:focus, [theme='dark_mode'] .trumbowyg-box:focus, [theme='dark_mode'] .custom-file-label:focus {
  border-color: rgba(0, 65, 84, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 123, 154, 0.3);
}

[theme='dark_mode'] .form-control::placeholder, [theme='dark_mode'] input::placeholder, [theme='dark_mode'] textarea::placeholder, [theme='dark_mode'] select::placeholder, [theme='dark_mode'] .trumbowyg-box::placeholder, [theme='dark_mode'] .custom-file-label::placeholder {
  color: rgba(187, 187, 187, 0.5);
}

[theme='dark_mode'] .custom-file-label {
  border: 1px solid #2c2c2c;
  background-color: #363636;
  color: #bbbbbb;
}

[theme='dark_mode'] .custom-file-label::after {
  border-left: 1px solid #252525;
  background-color: #3c3c3c;
}

[theme='dark_mode'] .file-upload .file-upload-list {
  background-color: #2f2f2f;
  border: 1px solid #252525;
}

[theme='dark_mode'] .file-upload .custom-file-label {
  color: #bbbbbb;
}

[theme='dark_mode'] .input-slider {
  background-image: linear-gradient(90deg, #222222, #1a3840);
}

[theme='dark_mode'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #002935, #007b9a);
  box-shadow: 0 0 20px #004a5d;
  border: 1px solid rgba(34, 34, 34, 0.5);
}

[theme='dark_mode'] .tab-pane {
  background-color: rgba(34, 34, 34, 0.8);
}

[theme='dark_mode'] table, [theme='dark_mode'] .table, [theme='dark_mode'] .message-content table, .message-content [theme='dark_mode'] table {
  color: #bbbbbb;
}

[theme='dark_mode'] table.alternate tr:nth-child(even), [theme='dark_mode'] .table.alternate tr:nth-child(even), [theme='dark_mode'] .message-content table.alternate tr:nth-child(even), .message-content [theme='dark_mode'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='dark_mode'] table.pretty tr, [theme='dark_mode'] .table.pretty tr, [theme='dark_mode'] .message-content table.pretty tr, .message-content [theme='dark_mode'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='dark_mode'] table.pretty tr:nth-child(even), [theme='dark_mode'] .table.pretty tr:nth-child(even), [theme='dark_mode'] .message-content table.pretty tr:nth-child(even), .message-content [theme='dark_mode'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='dark_mode'] table.pretty tr td, [theme='dark_mode'] .table.pretty tr td, [theme='dark_mode'] .message-content table.pretty tr td, .message-content [theme='dark_mode'] table.pretty tr td {
  padding: 5px 0;
}

[theme='dark_mode'] .nav .nav-link {
  background: transparent linear-gradient(#176d83, #083c4c);
  color: #fff;
  text-shadow: 1px 1px 1px #002a34;
  border: none;
}

[theme='dark_mode'] .nav .nav-link:hover, [theme='dark_mode'] .nav .nav-link.active {
  background: transparent linear-gradient(#007b9a, #004154);
}

[theme='dark_mode'] .floating-notification {
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.9) 0%, #222222 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='dark_mode'] .trumbowyg-box {
  text-shadow: none;
}

[theme='dark_mode'] .trumbowyg-box svg {
  color: #bbbbbb;
  fill: #bbbbbb;
}

[theme='dark_mode'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='dark_mode'] .trumbowyg-box .trumbowyg-active {
  background: #2f2f2f;
}

[theme='dark_mode'] .trumbowyg-box .trumbowyg-dropdown, [theme='dark_mode'] .trumbowyg-box button {
  background-color: #1d1d1d;
  color: #bbbbbb;
  border: none;
  border-radius: 5px;
}

[theme='dark_mode'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #222222;
}

[theme='dark_mode'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='dark_mode'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #222222;
}

[theme='dark_mode'] .trumbowyg-modal-box {
  background: #222222;
  border: none !important;
}

[theme='dark_mode'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='dark_mode'] .trumbowyg-modal-box * {
  border: none;
}

[theme='dark_mode'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='dark_mode'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='dark_mode'] .vip-advantage {
  background-image: linear-gradient(#222222, #131313);
}

[theme='dark_mode'] .ad_notify {
  color: #bbbbbb;
  background-color: #222222;
}

[theme='dark_mode'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #007b9a;
}

[theme='dark_mode'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(0, 123, 154, 0.34);
}

[theme='dark_mode'] .gametile .game-title {
  background-color: #222222;
  text-shadow: 0 0 2px rgba(34, 34, 34, 0.5);
  color: #bbbbbb;
}

[theme='dark_mode'] .gametile .game-online {
  background-color: #222222;
  text-shadow: 0 0 2px rgba(34, 34, 34, 0.5);
  color: #bbbbbb;
}

[theme='dark_mode'] .game-challenge {
  background-color: #222222;
}

[theme='dark_mode'] .game-challenge .game-challenge-name {
  color: #bbbbbb;
}

[theme='dark_mode'] .shared_mission_state_waiting {
  background-color: #202729 !important;
}

[theme='dark_mode'] .shared_mission_state_running {
  background-color: #1d2e33 !important;
}

[theme='dark_mode'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.9) 0%, rgba(34, 34, 34, 0.6) 100%);
}

[theme='dark_mode'] #profile-subnav .profile-subnav-navitem-link {
  color: #bbbbbb;
}

[theme='dark_mode'] #profile-subnav .profile-subnav-navitem-icon {
  color: #007b9a;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='dark_mode'] .prize-drawing {
  background-color: #2a2a2a !important;
  background-image: none !important;
}

[theme='dark_mode'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #00b7ed;
  border: 3px solid #004154;
}

[theme='dark_mode'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='dark_mode'] .prize-drawing .hint {
  background: linear-gradient(#004154, #001217);
  color: #fff;
}

[theme='dark_mode'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #222222 !important;
  background-image: linear-gradient(#222222, black) !important;
}

[theme='dark_mode'] .prize-drawing .trade-container-item {
  background-color: #222222;
}

[theme='dark_mode'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #030303;
  color: rgba(221, 221, 221, 0.2);
  text-shadow: 1px 1px 1px #222222;
}

[theme='dark_mode'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='dark_mode'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='dark_mode'] .no-results {
  background: none;
}

[theme='dark_mode'] .CCcontainer {
  background-color: #151515;
}

[theme='dark_mode'] .CCcontainer #chatText {
  background-color: #1f1f1f;
}

[theme='dark_mode'] .CCcontainer .menu {
  background-color: #222222;
}

[theme='dark_mode'] orb {
  color: rgba(187, 187, 187, 0.45);
  text-shadow: 0 0 5px rgba(0, 123, 154, 0.5);
}

[theme='dark_mode'] hr {
  border-color: rgba(221, 221, 221, 0.14);
}

[theme='dark_mode'] .bg-back > h1, [theme='dark_mode'] .bg-back > h2, [theme='dark_mode'] .bg-back > h3 {
  text-shadow: 1px 1px 1px #030303;
}

[theme='dark_mode'] .bg-front > h1, [theme='dark_mode'] .bg-front > h2, [theme='dark_mode'] .bg-front > h3 {
  text-shadow: 1px 1px 1px #030303;
}

[theme='dark_mode'] .card .card-header {
  background-image: linear-gradient(#2a2a2a, #1f1f1f);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_mode'] .card .card-body {
  background-color: #222222;
}

[theme='dark_mode'] .card.card-toggle::before, [theme='dark_mode'] .card.card-toggle .card-footer::before {
  color: #bbbbbb;
}

[theme='dark_mode'] .form-control, [theme='dark_mode'] input, [theme='dark_mode'] textarea, [theme='dark_mode'] select, [theme='dark_mode'] .trumbowyg-box {
  background-color: #313131;
}

[theme='dark_mode'] .progress {
  background-color: #313131;
}

[theme='dark_mode'] #profile-subnav .profile-subnav-navitem-link {
  color: #bbbbbb;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.5);
}

[theme='dark_mode'] #profile-subnav .profile-subnav-navitem-icon {
  color: #00acd7;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.8);
}

[theme='dark_mode'] .CCcontainer {
  background-color: #272727;
}

[theme='dark_mode'] .white-tag {
  background-color: rgba(34, 34, 34, 0.5);
  color: #bbbbbb;
}

[theme='dark_mode'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='dark_mode'] .dropdown-menu {
  background-color: #222222;
}

[theme='dark_mode'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#001920, #001217) !important;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='dark_mode'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #00acd7;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item:hover, [theme='dark_mode'] nav.side-menu-right .side-menu-item:hover {
  background-color: #1b343a;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.active:hover, [theme='dark_mode'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #007b9a, #004154) !important;
  color: #fff;
}

[theme='dark_mode'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='dark_mode'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='dark_mode'] body {
  background: #111111;
}

[theme='dark_mode'] body #top-menu {
  background-image: linear-gradient(179deg, #333333, #111111);
}

[theme='dark_mode'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #222222, #004154);
  text-shadow: -1px -1px 1px rgba(34, 34, 34, 0.8), 1px 1px 2px #090909;
}

[theme='dark_mode'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #2f2f2f, #00556e);
}

[theme='dark_mode'] .btn-current-theme:active, [theme='dark_mode'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #151515, #002d3b);
}

.btn-rose {
  color: #fff !important;
  background-image: linear-gradient(to top, #2c1b22, #ff0081);
  text-shadow: -1px -1px 1px rgba(44, 27, 34, 0.8), 1px 1px 2px #0c080a;
}

.btn-rose:hover {
  color: white !important;
  background-image: linear-gradient(to top, #3c252e, #ff1a8e);
}

.btn-rose:active, .btn-rose:focus {
  color: white !important;
  background-image: linear-gradient(to top, #1c1116, #e60074);
}

[theme='rose'] ::-webkit-scrollbar-track {
  background: #470024;
}

[theme='rose'] ::-webkit-scrollbar-thumb {
  background: #ff0081;
}

[theme='rose'] ::-webkit-scrollbar-thumb:hover {
  background: #ff339a;
}

[theme='rose'] body {
  background-image: radial-gradient(#c20062, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #2c1b22;
  color: #d6c9d8;
}

[theme='rose'] #top-menu {
  background-image: linear-gradient(179deg, #ff0081, rgba(105, 34, 63, 0.6));
}

[theme='rose'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='rose'] #top-menu, [theme='rose'] #live-search-wrapper {
  color: #fff;
}

[theme='rose'] #top-menu .top-menu-item-color, [theme='rose'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='rose'] .form-group .bootstrap-select, [theme='rose'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #2c1b22, #190f13);
}

[theme='rose'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='rose'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(255, 0, 129, 0.4);
}

[theme='rose'] .form-group .bootstrap-select .dropdown-toggle, [theme='rose'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='rose'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='rose'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #d6c9d8;
}

[theme='rose'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(25, 15, 19, 0.5);
}

[theme='rose'] .message.sent {
  background-color: rgba(44, 27, 34, 0.4) !important;
  color: rgba(214, 201, 216, 0.7) !important;
}

[theme='rose'] .message.unread {
  border: 3px solid rgba(255, 0, 129, 0.5);
}

[theme='rose'] .list-group-item {
  color: #d6c9d8;
  background-color: #190f13;
  border-color: rgba(214, 201, 216, 0.07);
}

[theme='rose'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #b63b6d;
}

[theme='rose'] footer {
  color: #d6c9d8;
  background-color: rgba(44, 27, 34, 0.93);
}

[theme='rose'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='rose'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #cf83aa;
}

[theme='rose'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='rose'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #e9c5d7 !important;
}

[theme='rose'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='rose'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #e7b7d0 !important;
}

[theme='rose'] .info {
  background-color: rgba(53, 33, 41, 0.5);
  color: #d6c9d8;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(255, 0, 129, 0.5);
}

[theme='rose'] .info .info-body {
  text-shadow: none;
}

[theme='rose'] .text-muted {
  color: rgba(214, 201, 216, 0.56) !important;
}

[theme='rose'] #favorite-game i {
  color: rgba(214, 201, 216, 0.5);
}

[theme='rose'] #favorite-game i.active {
  color: #ff0081;
}

[theme='rose'] .not_specified, [theme='rose'] [data-gender='not_specified'], [theme='rose'] [gender='not_specified'] {
  color: #a9a9a9 !important;
}

[theme='rose'] .female, [theme='rose'] [data-gender='female'], [theme='rose'] [gender='female'] {
  color: #e04141 !important;
}

[theme='rose'] .male, [theme='rose'] [data-gender='male'], [theme='rose'] [gender='male'] {
  color: #3769da !important;
}

[theme='rose'] .card .card-header {
  background-color: #2c1b22;
  background-image: linear-gradient(rgba(12, 8, 10, 0.5), rgba(76, 46, 58, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #23151b;
}

[theme='rose'] .card .card-body {
  background-color: #2c1b22;
}

[theme='rose'] .card .card-footer {
  background-color: rgba(35, 21, 27, 0.9);
}

[theme='rose'] .card.card-toggle .card-header::after {
  color: #d6c9d8;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 0, 129, 0.5), rgba(182, 59, 109, 0.5));
  font-weight: 1800;
}

[theme='rose'] .card.card-toggle::before, [theme='rose'] .card.card-toggle .card-footer::before {
  color: #d6c9d8;
  text-shadow: 0 0 6px #fff;
}

[theme='rose'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(255, 0, 129, 0.1), rgba(182, 59, 109, 0));
  text-shadow: 1px 1px 1px rgba(44, 27, 34, 0.4), 0 2px 10px rgba(255, 0, 129, 0.5);
}

[theme='rose'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(255, 0, 129, 0), rgba(182, 59, 109, 0.05));
}

[theme='rose'] .card.alternative .card-header {
  background-color: #1f1318;
  background-image: linear-gradient(#1c1116, #23151b);
}

[theme='rose'] .card.alternative .card-body {
  background-color: #1f1318;
}

[theme='rose'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #2c1b22 98%);
}

[theme='rose'] .vip-features-list .vip-feature {
  background-color: #352129;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='rose'] .dropdown-menu {
  background-color: #2e1b23;
  box-shadow: 0 0 30px #00000044;
  color: #d6c9d8;
  border: 1px solid #0000000A;
}

[theme='rose'] .dropdown-menu .dropdown-header {
  color: #d6c9d8;
  background-color: #23151b;
}

[theme='rose'] .dropdown-menu .dropdown-item {
  color: #e28dbe;
}

[theme='rose'] .dropdown-menu .dropdown-item.selected, [theme='rose'] .dropdown-menu .dropdown-item.active {
  background-color: #561635;
}

[theme='rose'] .dropdown-menu .dropdown-item i {
  color: #e00072;
}

[theme='rose'] .dropdown-menu .dropdown-item:hover {
  background-color: #41182c;
  color: #fff;
}

[theme='rose'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(182, 59, 109, 0.4);
}

[theme='rose'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #190f13, rgba(63, 39, 49, 0.9));
}

[theme='rose'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='rose'] modal .modal-container {
  background-color: #190f13;
}

[theme='rose'] modal .modal-close {
  background-color: red;
}

[theme='rose'] .progress {
  background-color: #100a0c;
}

[theme='rose'] .simple-box {
  border: 1px solid rgba(25, 15, 19, 0.4);
}

[theme='rose'] .simple-box > div:nth-child(1) {
  background-color: rgba(25, 15, 19, 0.6);
}

[theme='rose'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='rose'] notify.alternative {
  color: #fff !important;
  background-color: #ff002c;
  text-shadow: 1px 1px 1px #99001a;
}

[theme='rose'] alert .alert-wrapper .alert-container {
  background-color: #2c1b22;
  color: #d6c9d8;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='rose'] alert .alert-wrapper .alert-container .alert-header {
  color: #d6c9d8;
  text-shadow: 1px 1px 3px #1c1116;
  background-image: linear-gradient(180deg, rgba(255, 0, 129, 0.05), #23151b);
}

[theme='rose'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #190f13;
}

[theme='rose'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(44, 27, 34, 0.8);
  background-image: linear-gradient(0deg, rgba(255, 0, 129, 0.01), #2a1a21);
}

[theme='rose'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='rose'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='rose'] .bg-front {
  color: #d6c9d8;
  background-color: #352129 !important;
}

[theme='rose'] .bg-back {
  color: #d6c9d8;
  background-color: #2c1b22 !important;
}

[theme='rose'] .bg-back-more {
  color: #d6c9d8;
  background-color: #23151b !important;
}

[theme='rose'] .bg-back-transparent {
  color: #d6c9d8;
  background-color: rgba(35, 21, 27, 0.6) !important;
}

[theme='rose'] .white-box-style {
  background-color: #311e26 !important;
  color: #d6c9d8;
}

[theme='rose'] .box-glow {
  box-shadow: 0 1px 20px rgba(255, 0, 129, 0.4);
  border: 1px solid rgba(255, 0, 129, 0.4);
}

[theme='rose'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #d6006c;
  background-color: #ff0081;
  background-image: linear-gradient(#f00079, #ff0f89) !important;
}

[theme='rose'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='rose'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='rose'] .bg-secondary {
  background-color: #b63b6d;
  background-image: linear-gradient(#aa3766, #c13f74) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #97315b;
}

[theme='rose'] .bg-secondary > * {
  color: #fff !important;
}

[theme='rose'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='rose'] .bg-tertiary {
  background-color: #db1e77;
  background-image: linear-gradient(#ce1c70, #e1277f) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #b71964;
}

[theme='rose'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='rose'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='rose'] .border-primary {
  border-color: #ff0081;
}

[theme='rose'] .border-secondary {
  border-color: #b63b6d;
}

[theme='rose'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #ff0081, #b63b6d) !important;
  text-shadow: 1px 1px 1px #99004d;
}

[theme='rose'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff0081, #ca5a88) !important;
}

[theme='rose'] .btn-primary:hover {
  background: linear-gradient(180deg, #ff0081, #c54b7c) !important;
}

[theme='rose'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #b63b6d, #b63b6d) !important;
  text-shadow: 1px 1px 1px #8f2f56;
}

[theme='rose'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ce2368, #ca5a88) !important;
}

[theme='rose'] .btn-secondary:hover {
  background: linear-gradient(180deg, #bd346c, #c54b7c) !important;
}

[theme='rose'] .btn-outline-secondary {
  background-color: #b63b6d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='rose'] .btn-outline-secondary:hover {
  background-color: #ff0081;
}

[theme='rose'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #6d6b6c;
}

[theme='rose'] .accordion {
  background-color: #2c1b22;
}

[theme='rose'] .accordion-toggle.open {
  background-color: #561635;
}

[theme='rose'] nav.side-menu-left .side-menu-item, [theme='rose'] nav.side-menu-right .side-menu-item {
  color: #d6c9d8;
  background-color: #2c1b22;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #2c1b22;
}

[theme='rose'] nav.side-menu-left .side-menu-item.attention, [theme='rose'] nav.side-menu-right .side-menu-item.attention {
  background-color: #6b133f;
}

[theme='rose'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='rose'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(214, 201, 216, 0.8);
  text-shadow: 0 0 5px #331421;
}

[theme='rose'] nav.side-menu-left .side-menu-item:hover, [theme='rose'] nav.side-menu-right .side-menu-item:hover {
  background-color: #2c1b22;
  background-image: linear-gradient(6deg, rgba(186, 55, 108, 0.2), rgba(255, 0, 129, 0.2)) !important;
}

[theme='rose'] nav.side-menu-left .side-menu-item.active, [theme='rose'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #c42d6a, #ff0081) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='rose'] nav.side-menu-left .side-menu-item.active:hover, [theme='rose'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #d31e68, #ff0081) !important;
  color: #fff;
}

[theme='rose'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='rose'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #c20062;
}

[theme='rose'] nav.side-menu-left .bubble, [theme='rose'] nav.side-menu-right .bubble {
  background-color: #ff0081;
  color: #fff;
  text-shadow: 1px 1px 1px #99004d;
  border-radius: 5px;
}

[theme='rose'] .list-group-menu .list-group-item {
  color: #cf83aa;
  background-color: rgba(44, 27, 34, 0.99);
  text-shadow: 1px 1px 1px #26171d;
  background-image: linear-gradient(rgba(44, 27, 34, 0) 66%, rgba(182, 59, 109, 0.05));
}

[theme='rose'] .list-group-menu .list-group-item i {
  color: rgba(255, 0, 129, 0.8);
}

[theme='rose'] .list-group-menu .list-group-item:hover {
  background-color: #23151b;
  color: #d899b9;
}

[theme='rose'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ff0081, #c42d6a) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(44, 27, 34, 0.12);
}

[theme='rose'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='rose'] #live-search {
  outline: none;
}

[theme='rose'] #live-search-list {
  background-color: #2c1b22;
  color: #d6c9d8;
}

[theme='rose'] #live-search-list .search-item:hover {
  background-color: rgba(255, 0, 129, 0.1);
  color: #d6c9d8;
}

[theme='rose'] #live-search-list .search-item .search-item-category {
  color: rgba(214, 201, 216, 0.5);
}

[theme='rose'] .tournament-row {
  background-color: #2c1b22;
}

[theme='rose'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(44, 27, 34, 0.7), rgba(44, 27, 34, 0.9));
}

[theme='rose'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(214, 201, 216, 0.3);
}

[theme='rose'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(44, 27, 34, 0.97), -1px -1px 1px rgba(214, 201, 216, 0.04), 1px 1px 1px rgba(44, 27, 34, 0.04);
}

[theme='rose'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(214, 201, 216, 0.3);
}

[theme='rose'] .border-top {
  border-top: 1px solid rgba(214, 201, 216, 0.1) !important;
}

[theme='rose'] .form-control, [theme='rose'] input, [theme='rose'] textarea, [theme='rose'] select, [theme='rose'] .trumbowyg-box, [theme='rose'] .custom-file-label {
  background-color: #403037;
  color: #d6c9d8;
}

[theme='rose'] .form-control:focus, [theme='rose'] input:focus, [theme='rose'] textarea:focus, [theme='rose'] select:focus, [theme='rose'] .trumbowyg-box:focus, [theme='rose'] .custom-file-label:focus {
  border-color: rgba(182, 59, 109, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 0, 129, 0.3);
}

[theme='rose'] .form-control::placeholder, [theme='rose'] input::placeholder, [theme='rose'] textarea::placeholder, [theme='rose'] select::placeholder, [theme='rose'] .trumbowyg-box::placeholder, [theme='rose'] .custom-file-label::placeholder {
  color: rgba(214, 201, 216, 0.5);
}

[theme='rose'] .custom-file-label {
  border: 1px solid #34272d;
  background-color: #403037;
  color: #d6c9d8;
}

[theme='rose'] .custom-file-label::after {
  border-left: 1px solid #2b2125;
  background-color: #46343b;
}

[theme='rose'] .file-upload .file-upload-list {
  background-color: #372a2f;
  border: 1px solid #2b2125;
}

[theme='rose'] .file-upload .custom-file-label {
  color: #d1d1d1;
}

[theme='rose'] .input-slider {
  background-image: linear-gradient(90deg, #2c1b22, #61143a);
}

[theme='rose'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #9f345f, #ff0081);
  box-shadow: 0 0 20px #c20062;
  border: 1px solid rgba(44, 27, 34, 0.5);
}

[theme='rose'] .tab-pane {
  background-color: rgba(44, 27, 34, 0.8);
}

[theme='rose'] table, [theme='rose'] .table, [theme='rose'] .message-content table, .message-content [theme='rose'] table {
  color: #d6c9d8;
}

[theme='rose'] table.alternate tr:nth-child(even), [theme='rose'] .table.alternate tr:nth-child(even), [theme='rose'] .message-content table.alternate tr:nth-child(even), .message-content [theme='rose'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='rose'] table.pretty tr, [theme='rose'] .table.pretty tr, [theme='rose'] .message-content table.pretty tr, .message-content [theme='rose'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='rose'] table.pretty tr:nth-child(even), [theme='rose'] .table.pretty tr:nth-child(even), [theme='rose'] .message-content table.pretty tr:nth-child(even), .message-content [theme='rose'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='rose'] table.pretty tr td, [theme='rose'] .table.pretty tr td, [theme='rose'] .message-content table.pretty tr td, .message-content [theme='rose'] table.pretty tr td {
  padding: 5px 0;
}

[theme='rose'] .nav .nav-link {
  background: transparent linear-gradient(#d92681, #9e5372);
  color: #fff;
  text-shadow: 1px 1px 1px #99004d;
  border: none;
}

[theme='rose'] .nav .nav-link:hover, [theme='rose'] .nav .nav-link.active {
  background: transparent linear-gradient(#ff0081, #b63b6d);
}

[theme='rose'] .floating-notification {
  background: linear-gradient(180deg, rgba(44, 27, 34, 0.9) 0%, #2c1b22 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='rose'] .trumbowyg-box {
  text-shadow: none;
}

[theme='rose'] .trumbowyg-box svg {
  color: #d6c9d8;
  fill: #d6c9d8;
}

[theme='rose'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='rose'] .trumbowyg-box .trumbowyg-active {
  background: #3c252e;
}

[theme='rose'] .trumbowyg-box .trumbowyg-dropdown, [theme='rose'] .trumbowyg-box button {
  background-color: #26171d;
  color: #d6c9d8;
  border: none;
  border-radius: 5px;
}

[theme='rose'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #2c1b22;
}

[theme='rose'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='rose'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #2c1b22;
}

[theme='rose'] .trumbowyg-modal-box {
  background: #2c1b22;
  border: none !important;
}

[theme='rose'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='rose'] .trumbowyg-modal-box * {
  border: none;
}

[theme='rose'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='rose'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='rose'] .vip-advantage {
  background-image: linear-gradient(#2c1b22, #190f13);
}

[theme='rose'] .ad_notify {
  color: #d6c9d8;
  background-color: #2c1b22;
}

[theme='rose'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #ff0081;
}

[theme='rose'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(255, 0, 129, 0.34);
}

[theme='rose'] .gametile .game-title {
  background-color: #2c1b22;
  text-shadow: 0 0 2px rgba(44, 27, 34, 0.5);
  color: #d6c9d8;
}

[theme='rose'] .gametile .game-online {
  background-color: #2c1b22;
  text-shadow: 0 0 2px rgba(44, 27, 34, 0.5);
  color: #d6c9d8;
}

[theme='rose'] .game-challenge {
  background-color: #2c1b22;
}

[theme='rose'] .game-challenge .game-challenge-name {
  color: #d6c9d8;
}

[theme='rose'] .shared_mission_state_waiting {
  background-color: #391928 !important;
}

[theme='rose'] .shared_mission_state_running {
  background-color: #4a172f !important;
}

[theme='rose'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(44, 27, 34, 0.9) 0%, rgba(44, 27, 34, 0.6) 100%);
}

[theme='rose'] #profile-subnav .profile-subnav-navitem-link {
  color: #d6c9d8;
}

[theme='rose'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ff0081;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='rose'] .prize-drawing {
  background-color: #352129 !important;
  background-image: none !important;
}

[theme='rose'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ee9cbd;
  border: 3px solid #b63b6d;
}

[theme='rose'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='rose'] .prize-drawing .hint {
  background: linear-gradient(#b63b6d, #882c51);
  color: #fff;
}

[theme='rose'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #2c1b22 !important;
  background-image: linear-gradient(#2c1b22, black) !important;
}

[theme='rose'] .prize-drawing .trade-container-item {
  background-color: #2c1b22;
}

[theme='rose'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #060405;
  color: rgba(211, 228, 221, 0.2);
  text-shadow: 1px 1px 1px #2c1b22;
}

[theme='rose'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='rose'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='rose'] .no-results {
  background: none;
}

[theme='rose'] .CCcontainer {
  background-color: #1a1416;
}

[theme='rose'] .CCcontainer #chatText {
  background-color: #291920;
}

[theme='rose'] .CCcontainer .menu {
  background-color: #2c1b22;
}

[theme='rose'] orb {
  color: rgba(214, 201, 216, 0.45);
  text-shadow: 0 0 5px rgba(255, 0, 129, 0.5);
}

[theme='rose'] hr {
  border-color: rgba(211, 228, 221, 0.14);
}

[theme='rose'] .bg-back > h1, [theme='rose'] .bg-back > h2, [theme='rose'] .bg-back > h3 {
  text-shadow: 1px 1px 1px #060405;
}

[theme='rose'] .bg-front > h1, [theme='rose'] .bg-front > h2, [theme='rose'] .bg-front > h3 {
  text-shadow: 1px 1px 1px #060405;
}

[theme='rose'] .card .card-header {
  background-image: linear-gradient(#352129, #291920);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='rose'] .card .card-body {
  background-color: #2c1b22;
}

[theme='rose'] .card.card-toggle::before, [theme='rose'] .card.card-toggle .card-footer::before {
  color: #d6c9d8;
}

[theme='rose'] .form-control, [theme='rose'] input, [theme='rose'] textarea, [theme='rose'] select, [theme='rose'] .trumbowyg-box {
  background-color: #3f2731;
}

[theme='rose'] .progress {
  background-color: #3f2731;
}

[theme='rose'] #profile-subnav .profile-subnav-navitem-link {
  color: #d6c9d8;
  text-shadow: 1px 1px 1px rgba(44, 27, 34, 0.5);
}

[theme='rose'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ff3d9f;
  text-shadow: 1px 1px 1px rgba(44, 27, 34, 0.8);
}

[theme='rose'] .CCcontainer {
  background-color: #2e2328;
}

[theme='rose'] .white-tag {
  background-color: rgba(44, 27, 34, 0.5);
  color: #d6c9d8;
}

[theme='rose'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='rose'] .dropdown-menu {
  background-color: #2c1b22;
}

[theme='rose'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#850043, #882c51) !important;
}

[theme='rose'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='rose'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #ff3d9f;
}

[theme='rose'] nav.side-menu-left .side-menu-item:hover, [theme='rose'] nav.side-menu-right .side-menu-item:hover {
  background-color: #561635;
}

[theme='rose'] nav.side-menu-left .side-menu-item.active:hover, [theme='rose'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ff0081, #d31e68) !important;
  color: #fff;
}

[theme='rose'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='rose'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='rose'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #2c1b22, #ff0081);
  text-shadow: -1px -1px 1px rgba(44, 27, 34, 0.8), 1px 1px 2px #0c080a;
}

[theme='rose'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #3c252e, #ff1a8e);
}

[theme='rose'] .btn-current-theme:active, [theme='rose'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #1c1116, #e60074);
}

.btn-summer {
  color: #333333 !important;
  background-image: linear-gradient(to top, rgba(234, 226, 206, 0.98), #42bece);
  text-shadow: -1px -1px 1px rgba(234, 226, 206, 0.78), 1px 1px 2px rgba(219, 205, 170, 0.98);
}

.btn-summer:hover {
  color: #402626 !important;
  background-image: linear-gradient(to top, rgba(242, 237, 224, 0.98), #56c5d3);
}

.btn-summer:active, .btn-summer:focus {
  color: #333333 !important;
  background-image: linear-gradient(to top, rgba(226, 215, 188, 0.98), #33b3c4);
}

[theme='summer'] ::-webkit-scrollbar-track {
  background: #124046;
}

[theme='summer'] ::-webkit-scrollbar-thumb {
  background: #42bece;
}

[theme='summer'] ::-webkit-scrollbar-thumb:hover {
  background: #6bccd9;
}

[theme='summer'] body {
  background-image: radial-gradient(#2b99a7, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(234, 226, 206, 0.98);
  color: #444444;
}

[theme='summer'] #top-menu {
  background-image: linear-gradient(179deg, #42bece, rgba(88, 112, 39, 0.6));
}

[theme='summer'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='summer'] #top-menu, [theme='summer'] #live-search-wrapper {
  color: #fff;
}

[theme='summer'] #top-menu .top-menu-item-color, [theme='summer'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='summer'] .form-group .bootstrap-select, [theme='summer'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, rgba(234, 226, 206, 0.98), rgba(225, 213, 185, 0.98));
}

[theme='summer'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='summer'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(66, 190, 206, 0.4);
}

[theme='summer'] .form-group .bootstrap-select .dropdown-toggle, [theme='summer'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='summer'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='summer'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #444444;
}

[theme='summer'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(225, 213, 185, 0.48);
}

[theme='summer'] .message.sent {
  background-color: rgba(234, 226, 206, 0.38) !important;
  color: rgba(68, 68, 68, 0.7) !important;
}

[theme='summer'] .message.unread {
  border: 3px solid rgba(66, 190, 206, 0.5);
}

[theme='summer'] .list-group-item {
  color: #444444;
  background-color: rgba(225, 213, 185, 0.98);
  border-color: rgba(68, 68, 68, 0.07);
}

[theme='summer'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #93bb42;
}

[theme='summer'] footer {
  color: #444444;
  background-color: rgba(234, 226, 206, 0.91);
}

[theme='summer'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='summer'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #3f6400;
}

[theme='summer'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='summer'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #79c000 !important;
}

[theme='summer'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='summer'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #6fb100 !important;
}

[theme='summer'] .info {
  background-color: rgba(239, 232, 217, 0.48);
  color: #444444;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(66, 190, 206, 0.5);
}

[theme='summer'] .info .info-body {
  text-shadow: none;
}

[theme='summer'] .text-muted {
  color: rgba(68, 68, 68, 0.56) !important;
}

[theme='summer'] #favorite-game i {
  color: rgba(68, 68, 68, 0.5);
}

[theme='summer'] #favorite-game i.active {
  color: #42bece;
}

[theme='summer'] .not_specified, [theme='summer'] [data-gender='not_specified'], [theme='summer'] [gender='not_specified'] {
  color: #696969 !important;
}

[theme='summer'] .female, [theme='summer'] [data-gender='female'], [theme='summer'] [gender='female'] {
  color: #e04141 !important;
}

[theme='summer'] .male, [theme='summer'] [data-gender='male'], [theme='summer'] [gender='male'] {
  color: #3769da !important;
}

[theme='summer'] .card .card-header {
  background-color: rgba(234, 226, 206, 0.98);
  background-image: linear-gradient(rgba(219, 205, 170, 0.48), rgba(249, 247, 242, 0.48));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(229, 220, 195, 0.98);
}

[theme='summer'] .card .card-body {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .card .card-footer {
  background-color: rgba(229, 220, 195, 0.88);
}

[theme='summer'] .card.card-toggle .card-header::after {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(66, 190, 206, 0.5), rgba(147, 187, 66, 0.5));
  font-weight: 1800;
}

[theme='summer'] .card.card-toggle::before, [theme='summer'] .card.card-toggle .card-footer::before {
  color: #444444;
  text-shadow: 0 0 6px #fff;
}

[theme='summer'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(66, 190, 206, 0.1), rgba(147, 187, 66, 0));
  text-shadow: 1px 1px 1px rgba(234, 226, 206, 0.38), 0 2px 10px rgba(66, 190, 206, 0.5);
}

[theme='summer'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(66, 190, 206, 0), rgba(147, 187, 66, 0.05));
}

[theme='summer'] .card.alternative .card-header {
  background-color: rgba(228, 218, 192, 0.98);
  background-image: linear-gradient(rgba(226, 215, 188, 0.98), rgba(229, 220, 195, 0.98));
}

[theme='summer'] .card.alternative .card-body {
  background-color: rgba(228, 218, 192, 0.98);
}

[theme='summer'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #eae2ce 98%);
}

[theme='summer'] .vip-features-list .vip-feature {
  background-color: rgba(239, 232, 217, 0.98);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='summer'] .dropdown-menu {
  background-color: rgba(232, 226, 206, 0.9802);
  box-shadow: 0 0 30px #00000044;
  color: #444444;
  border: 1px solid #0000000A;
}

[theme='summer'] .dropdown-menu .dropdown-header {
  color: #444444;
  background-color: rgba(229, 220, 195, 0.98);
}

[theme='summer'] .dropdown-menu .dropdown-item {
  color: #43696d;
}

[theme='summer'] .dropdown-menu .dropdown-item.selected, [theme='summer'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(199, 219, 206, 0.984);
}

[theme='summer'] .dropdown-menu .dropdown-item i {
  color: #32afc0;
}

[theme='summer'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(217, 222, 206, 0.982);
  color: #212529;
}

[theme='summer'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(147, 187, 66, 0.4);
}

[theme='summer'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(225, 213, 185, 0.98), rgba(243, 239, 227, 0.88));
}

[theme='summer'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='summer'] modal .modal-container {
  background-color: rgba(225, 213, 185, 0.98);
}

[theme='summer'] modal .modal-close {
  background-color: red;
}

[theme='summer'] .progress {
  background-color: rgba(220, 207, 174, 0.98);
}

[theme='summer'] .simple-box {
  border: 1px solid rgba(225, 213, 185, 0.38);
}

[theme='summer'] .simple-box > div:nth-child(1) {
  background-color: rgba(225, 213, 185, 0.58);
}

[theme='summer'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='summer'] notify.alternative {
  color: #fff !important;
  background-color: #428fce;
  text-shadow: 1px 1px 1px #235a87;
}

[theme='summer'] alert .alert-wrapper .alert-container {
  background-color: rgba(234, 226, 206, 0.98);
  color: #444444;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='summer'] alert .alert-wrapper .alert-container .alert-header {
  color: #444444;
  text-shadow: 1px 1px 3px rgba(226, 215, 188, 0.98);
  background-image: linear-gradient(180deg, rgba(66, 190, 206, 0.05), rgba(229, 220, 195, 0.98));
}

[theme='summer'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(225, 213, 185, 0.98);
}

[theme='summer'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(234, 226, 206, 0.78);
  background-image: linear-gradient(0deg, rgba(66, 190, 206, 0.01), rgba(233, 225, 204, 0.98));
}

[theme='summer'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='summer'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='summer'] .bg-front {
  color: #444444;
  background-color: rgba(239, 232, 217, 0.98) !important;
}

[theme='summer'] .bg-back {
  color: #444444;
  background-color: rgba(234, 226, 206, 0.98) !important;
}

[theme='summer'] .bg-back-more {
  color: #444444;
  background-color: rgba(229, 220, 195, 0.98) !important;
}

[theme='summer'] .bg-back-transparent {
  color: #444444;
  background-color: rgba(229, 220, 195, 0.58) !important;
}

[theme='summer'] .white-box-style {
  background-color: rgba(236, 229, 211, 0.98) !important;
  color: #444444;
}

[theme='summer'] .box-glow {
  box-shadow: 0 1px 20px rgba(66, 190, 206, 0.4);
  border: 1px solid rgba(66, 190, 206, 0.4);
}

[theme='summer'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #30a8b8;
  background-color: #42bece;
  background-image: linear-gradient(#36bacb, #4ec2d1) !important;
}

[theme='summer'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='summer'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='summer'] .bg-secondary {
  background-color: #93bb42;
  background-image: linear-gradient(#8ab03e, #9ac04c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #7b9d37;
}

[theme='summer'] .bg-secondary > * {
  color: #fff !important;
}

[theme='summer'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='summer'] .bg-tertiary {
  background-color: #6bbd88;
  background-image: linear-gradient(#60b87f, #76c291) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #4fb071;
}

[theme='summer'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='summer'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='summer'] .border-primary {
  border-color: #42bece;
}

[theme='summer'] .border-secondary {
  border-color: #93bb42;
}

[theme='summer'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #42bece, #93bb42) !important;
  text-shadow: 1px 1px 1px #237c87;
}

[theme='summer'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #2ad0e6, #a9c967) !important;
}

[theme='summer'] .btn-primary:hover {
  background: linear-gradient(180deg, #3bc4d5, #a0c458) !important;
}

[theme='summer'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #93bb42, #93bb42) !important;
  text-shadow: 1px 1px 1px #759535;
}

[theme='summer'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #9cd429, #a9c967) !important;
}

[theme='summer'] .btn-secondary:hover {
  background: linear-gradient(180deg, #96c33a, #a0c458) !important;
}

[theme='summer'] .btn-outline-secondary {
  background-color: #93bb42;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='summer'] .btn-outline-secondary:hover {
  background-color: #42bece;
}

[theme='summer'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #727272;
}

[theme='summer'] .accordion {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .accordion-toggle.open {
  background-color: rgba(199, 219, 206, 0.984);
}

[theme='summer'] nav.side-menu-left .side-menu-item, [theme='summer'] nav.side-menu-right .side-menu-item {
  color: #444444;
  background-color: rgba(234, 226, 206, 0.98);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px rgba(234, 226, 206, 0.98);
}

[theme='summer'] nav.side-menu-left .side-menu-item.attention, [theme='summer'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(182, 215, 206, 0.986);
}

[theme='summer'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='summer'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(68, 68, 68, 0.8);
  text-shadow: 0 0 5px rgba(241, 229, 199, 0.98);
}

[theme='summer'] nav.side-menu-left .side-menu-item:hover, [theme='summer'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(234, 226, 206, 0.98);
  background-image: linear-gradient(6deg, rgba(148, 191, 62, 0.2), rgba(62, 193, 210, 0.2)) !important;
}

[theme='summer'] nav.side-menu-left .side-menu-item.active, [theme='summer'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #98ca33, #34c9dc) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='summer'] nav.side-menu-left .side-menu-item.active:hover, [theme='summer'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #9dd924, #25d4eb) !important;
  color: #fff;
}

[theme='summer'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='summer'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #2b99a7;
}

[theme='summer'] nav.side-menu-left .bubble, [theme='summer'] nav.side-menu-right .bubble {
  background-color: #42bece;
  color: #fff;
  text-shadow: 1px 1px 1px #237c87;
  border-radius: 5px;
}

[theme='summer'] .list-group-menu .list-group-item {
  color: #3f6400;
  background-color: rgba(234, 226, 206, 0.97);
  text-shadow: 1px 1px 1px rgba(231, 222, 199, 0.98);
  background-image: linear-gradient(rgba(234, 226, 206, 0) 66%, rgba(147, 187, 66, 0.05));
}

[theme='summer'] .list-group-menu .list-group-item i {
  color: rgba(66, 190, 206, 0.8);
}

[theme='summer'] .list-group-menu .list-group-item:hover {
  background-color: rgba(229, 220, 195, 0.98);
  color: #528300;
}

[theme='summer'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#34c9dc, #98ca33) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(234, 226, 206, 0.1);
}

[theme='summer'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='summer'] #live-search {
  outline: none;
}

[theme='summer'] #live-search-list {
  background-color: rgba(234, 226, 206, 0.98);
  color: #444444;
}

[theme='summer'] #live-search-list .search-item:hover {
  background-color: rgba(66, 190, 206, 0.1);
  color: #444444;
}

[theme='summer'] #live-search-list .search-item .search-item-category {
  color: rgba(68, 68, 68, 0.5);
}

[theme='summer'] .tournament-row {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(234, 226, 206, 0.68), rgba(234, 226, 206, 0.88));
}

[theme='summer'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.3);
}

[theme='summer'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(234, 226, 206, 0.95), -1px -1px 1px rgba(68, 68, 68, 0.04), 1px 1px 1px rgba(234, 226, 206, 0.02);
}

[theme='summer'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(68, 68, 68, 0.3);
}

[theme='summer'] .border-top {
  border-top: 1px solid rgba(68, 68, 68, 0.1) !important;
}

[theme='summer'] .form-control, [theme='summer'] input, [theme='summer'] textarea, [theme='summer'] select, [theme='summer'] .trumbowyg-box, [theme='summer'] .custom-file-label {
  background-color: rgba(245, 242, 236, 0.98);
  color: #444444;
}

[theme='summer'] .form-control:focus, [theme='summer'] input:focus, [theme='summer'] textarea:focus, [theme='summer'] select:focus, [theme='summer'] .trumbowyg-box:focus, [theme='summer'] .custom-file-label:focus {
  border-color: rgba(147, 187, 66, 0.5);
  box-shadow: 0 0 0 2px rgba(66, 190, 206, 0.3);
}

[theme='summer'] .form-control::placeholder, [theme='summer'] input::placeholder, [theme='summer'] textarea::placeholder, [theme='summer'] select::placeholder, [theme='summer'] .trumbowyg-box::placeholder, [theme='summer'] .custom-file-label::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

[theme='summer'] .custom-file-label {
  border: 1px solid rgba(238, 233, 223, 0.98);
  background-color: rgba(245, 242, 236, 0.98);
  color: #444444;
}

[theme='summer'] .custom-file-label::after {
  border-left: 1px solid rgba(232, 227, 213, 0.98);
  background-color: rgba(248, 247, 243, 0.98);
}

[theme='summer'] .file-upload .file-upload-list {
  background-color: rgba(239, 236, 226, 0.98);
  border: 1px solid rgba(232, 227, 213, 0.98);
}

[theme='summer'] .file-upload .custom-file-label {
  color: #444444;
}

[theme='summer'] .input-slider {
  background-image: linear-gradient(90deg, rgba(234, 226, 206, 0.98), rgba(191, 217, 206, 0.985));
}

[theme='summer'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #81a43a, #42bece);
  box-shadow: 0 0 20px #2b99a7;
  border: 1px solid rgba(234, 226, 206, 0.48);
}

[theme='summer'] .tab-pane {
  background-color: rgba(234, 226, 206, 0.78);
}

[theme='summer'] table, [theme='summer'] .table, [theme='summer'] .message-content table, .message-content [theme='summer'] table {
  color: #444444;
}

[theme='summer'] table.alternate tr:nth-child(even), [theme='summer'] .table.alternate tr:nth-child(even), [theme='summer'] .message-content table.alternate tr:nth-child(even), .message-content [theme='summer'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='summer'] table.pretty tr, [theme='summer'] .table.pretty tr, [theme='summer'] .message-content table.pretty tr, .message-content [theme='summer'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='summer'] table.pretty tr:nth-child(even), [theme='summer'] .table.pretty tr:nth-child(even), [theme='summer'] .message-content table.pretty tr:nth-child(even), .message-content [theme='summer'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='summer'] table.pretty tr td, [theme='summer'] .table.pretty tr td, [theme='summer'] .message-content table.pretty tr td, .message-content [theme='summer'] table.pretty tr td {
  padding: 5px 0;
}

[theme='summer'] .nav .nav-link {
  background: transparent linear-gradient(#66a2aa, #8aa25b);
  color: #fff;
  text-shadow: 1px 1px 1px #237c87;
  border: none;
}

[theme='summer'] .nav .nav-link:hover, [theme='summer'] .nav .nav-link.active {
  background: transparent linear-gradient(#42bece, #93bb42);
}

[theme='summer'] .floating-notification {
  background: linear-gradient(180deg, rgba(234, 226, 206, 0.88) 0%, #eae2ce 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='summer'] .trumbowyg-box {
  text-shadow: none;
}

[theme='summer'] .trumbowyg-box svg {
  color: #444444;
  fill: #444444;
}

[theme='summer'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='summer'] .trumbowyg-box .trumbowyg-active {
  background: rgba(242, 237, 224, 0.98);
}

[theme='summer'] .trumbowyg-box .trumbowyg-dropdown, [theme='summer'] .trumbowyg-box button {
  background-color: rgba(231, 222, 199, 0.98);
  color: #444444;
  border: none;
  border-radius: 5px;
}

[theme='summer'] .trumbowyg-box .trumbowyg-button-group::after {
  background: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='summer'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .trumbowyg-modal-box {
  background: rgba(234, 226, 206, 0.98);
  border: none !important;
}

[theme='summer'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='summer'] .trumbowyg-modal-box * {
  border: none;
}

[theme='summer'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='summer'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='summer'] .vip-advantage {
  background-image: linear-gradient(rgba(234, 226, 206, 0.98), rgba(225, 213, 185, 0.98));
}

[theme='summer'] .ad_notify {
  color: #444444;
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #42bece;
}

[theme='summer'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(66, 190, 206, 0.34);
}

[theme='summer'] .gametile .game-title {
  background-color: rgba(234, 226, 206, 0.98);
  text-shadow: 0 0 2px rgba(234, 226, 206, 0.48);
  color: #444444;
}

[theme='summer'] .gametile .game-online {
  background-color: rgba(234, 226, 206, 0.98);
  text-shadow: 0 0 2px rgba(234, 226, 206, 0.48);
  color: #444444;
}

[theme='summer'] .game-challenge {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .game-challenge .game-challenge-name {
  color: #444444;
}

[theme='summer'] .shared_mission_state_waiting {
  background-color: rgba(224, 224, 206, 0.9812) !important;
}

[theme='summer'] .shared_mission_state_running {
  background-color: rgba(210, 221, 206, 0.9828) !important;
}

[theme='summer'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(234, 226, 206, 0.88) 0%, rgba(234, 226, 206, 0.58) 100%);
}

[theme='summer'] #profile-subnav .profile-subnav-navitem-link {
  color: #444444;
}

[theme='summer'] #profile-subnav .profile-subnav-navitem-icon {
  color: #42bece;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='summer'] .prize-drawing {
  background-color: rgba(239, 232, 217, 0.98) !important;
  background-image: none !important;
}

[theme='summer'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #d7eea8;
  border: 3px solid #93bb42;
}

[theme='summer'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='summer'] .prize-drawing .hint {
  background: linear-gradient(#93bb42, #6f8e32);
  color: #fff;
}

[theme='summer'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: rgba(234, 226, 206, 0.98) !important;
  background-image: linear-gradient(rgba(234, 226, 206, 0.98), rgba(211, 194, 152, 0.98)) !important;
}

[theme='summer'] .prize-drawing .trade-container-item {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(216, 201, 163, 0.98);
  color: rgba(21, 29, 49, 0.18);
  text-shadow: 1px 1px 1px rgba(234, 226, 206, 0.98);
}

[theme='summer'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='summer'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='summer'] .no-results {
  background: none;
}

[theme='summer'] .CCcontainer {
  background-color: #ded5c1;
}

[theme='summer'] .CCcontainer #chatText {
  background-color: rgba(232, 224, 202, 0.98);
}

[theme='summer'] .CCcontainer .menu {
  background-color: rgba(234, 226, 206, 0.98);
}

[theme='summer'] orb {
  color: rgba(68, 68, 68, 0.45);
  text-shadow: 0 0 5px rgba(66, 190, 206, 0.5);
}

[theme='summer'] hr {
  border-color: rgba(21, 29, 49, 0.12);
}

[theme='summer'] body {
  background-color: rgba(225, 213, 185, 0.98);
}

[theme='summer'] #top-menu {
  background-image: linear-gradient(#83d4df, #b6d17d);
}

[theme='summer'] #top-menu .top-menu-item-color {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

[theme='summer'] .table, [theme='summer'] .message-content table, .message-content [theme='summer'] table {
  color: #818181;
}

[theme='summer'] .list-group-menu .list-group-item i {
  color: rgba(68, 68, 68, 0.52);
}

[theme='summer'] .btn-current-theme {
  color: #333333 !important;
  background-image: linear-gradient(to top, rgba(234, 226, 206, 0.98), #42bece);
  text-shadow: -1px -1px 1px rgba(234, 226, 206, 0.78), 1px 1px 2px rgba(219, 205, 170, 0.98);
}

[theme='summer'] .btn-current-theme:hover {
  color: #402626 !important;
  background-image: linear-gradient(to top, rgba(242, 237, 224, 0.98), #56c5d3);
}

[theme='summer'] .btn-current-theme:active, [theme='summer'] .btn-current-theme:focus {
  color: #333333 !important;
  background-image: linear-gradient(to top, rgba(226, 215, 188, 0.98), #33b3c4);
}

[theme='summer'] #app {
  background-color: rgba(149, 203, 215, 0.6);
}

[theme='summer'] #app #profile-subnav .profile-subnav-navitem-icon {
  color: #7b9d37;
  text-shadow: 1px 1px 1px rgba(66, 190, 206, 0.5);
}

[theme='summer'] #top-menu {
  background-image: linear-gradient(rgba(210, 192, 149, 0.98), rgba(234, 226, 206, 0.38));
}

.btn-coffee {
  color: #fff !important;
  background-image: linear-gradient(to top, #190d05, #916a37);
  text-shadow: -1px -1px 1px rgba(25, 13, 5, 0.8), 1px 1px 2px black;
}

.btn-coffee:hover {
  color: white !important;
  background-image: linear-gradient(to top, #2e1809, #a3783e);
}

.btn-coffee:active, .btn-coffee:focus {
  color: white !important;
  background-image: linear-gradient(to top, #040201, #7f5c30);
}

[theme='coffee'] ::-webkit-scrollbar-track {
  background: #0c0905;
}

[theme='coffee'] ::-webkit-scrollbar-thumb {
  background: #916a37;
}

[theme='coffee'] ::-webkit-scrollbar-thumb:hover {
  background: #b68545;
}

[theme='coffee'] body {
  background-image: radial-gradient(#654a26, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #190d05;
  color: #d3c9c0;
}

[theme='coffee'] #top-menu {
  background-image: linear-gradient(179deg, #916a37, rgba(0, 0, 0, 0.6));
}

[theme='coffee'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='coffee'] #top-menu, [theme='coffee'] #live-search-wrapper {
  color: #fff;
}

[theme='coffee'] #top-menu .top-menu-item-color, [theme='coffee'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='coffee'] .form-group .bootstrap-select, [theme='coffee'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #190d05, black);
}

[theme='coffee'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='coffee'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(145, 106, 55, 0.4);
}

[theme='coffee'] .form-group .bootstrap-select .dropdown-toggle, [theme='coffee'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='coffee'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='coffee'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #d3c9c0;
}

[theme='coffee'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.5);
}

[theme='coffee'] .message.sent {
  background-color: rgba(25, 13, 5, 0.4) !important;
  color: rgba(211, 201, 192, 0.7) !important;
}

[theme='coffee'] .message.unread {
  border: 3px solid rgba(145, 106, 55, 0.5);
}

[theme='coffee'] .list-group-item {
  color: #d3c9c0;
  background-color: black;
  border-color: rgba(211, 201, 192, 0.07);
}

[theme='coffee'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #382200;
}

[theme='coffee'] footer {
  color: #d3c9c0;
  background-color: rgba(25, 13, 5, 0.93);
}

[theme='coffee'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='coffee'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #d0985c;
}

[theme='coffee'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='coffee'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #e5c5a3 !important;
}

[theme='coffee'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='coffee'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #e5be93 !important;
}

[theme='coffee'] .info {
  background-color: rgba(38, 20, 8, 0.5);
  color: #d3c9c0;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(145, 106, 55, 0.5);
}

[theme='coffee'] .info .info-body {
  text-shadow: none;
}

[theme='coffee'] .text-muted {
  color: rgba(211, 201, 192, 0.56) !important;
}

[theme='coffee'] #favorite-game i {
  color: rgba(211, 201, 192, 0.5);
}

[theme='coffee'] #favorite-game i.active {
  color: #916a37;
}

[theme='coffee'] .not_specified, [theme='coffee'] [data-gender='not_specified'], [theme='coffee'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='coffee'] .female, [theme='coffee'] [data-gender='female'], [theme='coffee'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='coffee'] .male, [theme='coffee'] [data-gender='male'], [theme='coffee'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='coffee'] .card .card-header {
  background-color: #190d05;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(68, 35, 14, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #0c0602;
}

[theme='coffee'] .card .card-body {
  background-color: #190d05;
}

[theme='coffee'] .card .card-footer {
  background-color: rgba(12, 6, 2, 0.9);
}

[theme='coffee'] .card.card-toggle .card-header::after {
  color: #d3c9c0;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(145, 106, 55, 0.5), rgba(56, 34, 0, 0.5));
  font-weight: 1800;
}

[theme='coffee'] .card.card-toggle::before, [theme='coffee'] .card.card-toggle .card-footer::before {
  color: #d3c9c0;
  text-shadow: 0 0 6px #fff;
}

[theme='coffee'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(145, 106, 55, 0.1), rgba(56, 34, 0, 0));
  text-shadow: 1px 1px 1px rgba(25, 13, 5, 0.4), 0 2px 10px rgba(145, 106, 55, 0.5);
}

[theme='coffee'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(145, 106, 55, 0), rgba(56, 34, 0, 0.05));
}

[theme='coffee'] .card.alternative .card-header {
  background-color: #080402;
  background-image: linear-gradient(#040201, #0c0602);
}

[theme='coffee'] .card.alternative .card-body {
  background-color: #080402;
}

[theme='coffee'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #190d05 98%);
}

[theme='coffee'] .vip-features-list .vip-feature {
  background-color: #261408;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='coffee'] .dropdown-menu {
  background-color: #1a0e06;
  box-shadow: 0 0 30px #00000044;
  color: #d3c9c0;
  border: 1px solid #0000000A;
}

[theme='coffee'] .dropdown-menu .dropdown-header {
  color: #d3c9c0;
  background-color: #0c0602;
}

[theme='coffee'] .dropdown-menu .dropdown-item {
  color: #bfad97;
}

[theme='coffee'] .dropdown-menu .dropdown-item.selected, [theme='coffee'] .dropdown-menu .dropdown-item.active {
  background-color: #31200f;
}

[theme='coffee'] .dropdown-menu .dropdown-item i {
  color: #7b5a2f;
}

[theme='coffee'] .dropdown-menu .dropdown-item:hover {
  background-color: #25160a;
  color: #fff;
}

[theme='coffee'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(56, 34, 0, 0.4);
}

[theme='coffee'] .tournament-mobile-nav {
  background: linear-gradient(0deg, black, rgba(51, 26, 10, 0.9));
}

[theme='coffee'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='coffee'] modal .modal-container {
  background-color: black;
}

[theme='coffee'] modal .modal-close {
  background-color: red;
}

[theme='coffee'] .progress {
  background-color: black;
}

[theme='coffee'] .simple-box {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

[theme='coffee'] .simple-box > div:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.6);
}

[theme='coffee'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='coffee'] notify.alternative {
  color: #fff !important;
  background-color: #918837;
  text-shadow: 1px 1px 1px #47431b;
}

[theme='coffee'] alert .alert-wrapper .alert-container {
  background-color: #190d05;
  color: #d3c9c0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='coffee'] alert .alert-wrapper .alert-container .alert-header {
  color: #d3c9c0;
  text-shadow: 1px 1px 3px #040201;
  background-image: linear-gradient(180deg, rgba(145, 106, 55, 0.05), #0c0602);
}

[theme='coffee'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px black;
}

[theme='coffee'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(25, 13, 5, 0.8);
  background-image: linear-gradient(0deg, rgba(145, 106, 55, 0.01), #160c04);
}

[theme='coffee'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='coffee'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='coffee'] .bg-front {
  color: #d3c9c0;
  background-color: #261408 !important;
}

[theme='coffee'] .bg-back {
  color: #d3c9c0;
  background-color: #190d05 !important;
}

[theme='coffee'] .bg-back-more {
  color: #d3c9c0;
  background-color: #0c0602 !important;
}

[theme='coffee'] .bg-back-transparent {
  color: #d3c9c0;
  background-color: rgba(12, 6, 2, 0.6) !important;
}

[theme='coffee'] .white-box-style {
  background-color: #1f1006 !important;
  color: #d3c9c0;
}

[theme='coffee'] .box-glow {
  box-shadow: 0 1px 20px rgba(145, 106, 55, 0.4);
  border: 1px solid rgba(145, 106, 55, 0.4);
}

[theme='coffee'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #73542c;
  background-color: #916a37;
  background-image: linear-gradient(#866233, #9c723b) !important;
}

[theme='coffee'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='coffee'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='coffee'] .bg-secondary {
  background-color: #382200;
  background-image: linear-gradient(#291900, #472b00) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #0f0900;
}

[theme='coffee'] .bg-secondary > * {
  color: #fff !important;
}

[theme='coffee'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='coffee'] .bg-tertiary {
  background-color: #65461c;
  background-image: linear-gradient(#593e19, #714e1f) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #453013;
}

[theme='coffee'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='coffee'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='coffee'] .border-primary {
  border-color: #916a37;
}

[theme='coffee'] .border-secondary {
  border-color: #382200;
}

[theme='coffee'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #916a37, #382200) !important;
  text-shadow: 1px 1px 1px #47341b;
}

[theme='coffee'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #a56d23, #6b4100) !important;
}

[theme='coffee'] .btn-primary:hover {
  background: linear-gradient(180deg, #976b31, #573500) !important;
}

[theme='coffee'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #382200, #382200) !important;
  text-shadow: 1px 1px 1px #050300;
}

[theme='coffee'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #382200, #6b4100) !important;
}

[theme='coffee'] .btn-secondary:hover {
  background: linear-gradient(180deg, #382200, #573500) !important;
}

[theme='coffee'] .btn-outline-secondary {
  background-color: #382200;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='coffee'] .btn-outline-secondary:hover {
  background-color: #916a37;
}

[theme='coffee'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #171108;
}

[theme='coffee'] .accordion {
  background-color: #190d05;
}

[theme='coffee'] .accordion-toggle.open {
  background-color: #31200f;
}

[theme='coffee'] nav.side-menu-left .side-menu-item, [theme='coffee'] nav.side-menu-right .side-menu-item {
  color: #d3c9c0;
  background-color: #190d05;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #190d05;
}

[theme='coffee'] nav.side-menu-left .side-menu-item.attention, [theme='coffee'] nav.side-menu-right .side-menu-item.attention {
  background-color: #3d2914;
}

[theme='coffee'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='coffee'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(211, 201, 192, 0.8);
  text-shadow: 0 0 5px #1c0c02;
}

[theme='coffee'] nav.side-menu-left .side-menu-item:hover, [theme='coffee'] nav.side-menu-right .side-menu-item:hover {
  background-color: #190d05;
  background-image: linear-gradient(6deg, rgba(56, 34, 0, 0.2), rgba(148, 106, 52, 0.2)) !important;
}

[theme='coffee'] nav.side-menu-left .side-menu-item.active, [theme='coffee'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #382200, #9d6c2b) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='coffee'] nav.side-menu-left .side-menu-item.active:hover, [theme='coffee'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #382200, #a96d1f) !important;
  color: #fff;
}

[theme='coffee'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='coffee'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #654a26;
}

[theme='coffee'] nav.side-menu-left .bubble, [theme='coffee'] nav.side-menu-right .bubble {
  background-color: #916a37;
  color: #fff;
  text-shadow: 1px 1px 1px #47341b;
  border-radius: 5px;
}

[theme='coffee'] .list-group-menu .list-group-item {
  color: #d0985c;
  background-color: rgba(25, 13, 5, 0.99);
  text-shadow: 1px 1px 1px #110903;
  background-image: linear-gradient(rgba(25, 13, 5, 0) 66%, rgba(56, 34, 0, 0.05));
}

[theme='coffee'] .list-group-menu .list-group-item i {
  color: rgba(145, 106, 55, 0.8);
}

[theme='coffee'] .list-group-menu .list-group-item:hover {
  background-color: #0c0602;
  color: #d7a774;
}

[theme='coffee'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#9d6c2b, #382200) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(25, 13, 5, 0.12);
}

[theme='coffee'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='coffee'] #live-search {
  outline: none;
}

[theme='coffee'] #live-search-list {
  background-color: #190d05;
  color: #d3c9c0;
}

[theme='coffee'] #live-search-list .search-item:hover {
  background-color: rgba(145, 106, 55, 0.1);
  color: #d3c9c0;
}

[theme='coffee'] #live-search-list .search-item .search-item-category {
  color: rgba(211, 201, 192, 0.5);
}

[theme='coffee'] .tournament-row {
  background-color: #190d05;
}

[theme='coffee'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(25, 13, 5, 0.7), rgba(25, 13, 5, 0.9));
}

[theme='coffee'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(211, 201, 192, 0.3);
}

[theme='coffee'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(25, 13, 5, 0.97), -1px -1px 1px rgba(211, 201, 192, 0.04), 1px 1px 1px rgba(25, 13, 5, 0.04);
}

[theme='coffee'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(211, 201, 192, 0.3);
}

[theme='coffee'] .border-top {
  border-top: 1px solid rgba(211, 201, 192, 0.1) !important;
}

[theme='coffee'] .form-control, [theme='coffee'] input, [theme='coffee'] textarea, [theme='coffee'] select, [theme='coffee'] .trumbowyg-box, [theme='coffee'] .custom-file-label {
  background-color: #371f0f;
  color: #d3c9c0;
}

[theme='coffee'] .form-control:focus, [theme='coffee'] input:focus, [theme='coffee'] textarea:focus, [theme='coffee'] select:focus, [theme='coffee'] .trumbowyg-box:focus, [theme='coffee'] .custom-file-label:focus {
  border-color: rgba(56, 34, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(145, 106, 55, 0.3);
}

[theme='coffee'] .form-control::placeholder, [theme='coffee'] input::placeholder, [theme='coffee'] textarea::placeholder, [theme='coffee'] select::placeholder, [theme='coffee'] .trumbowyg-box::placeholder, [theme='coffee'] .custom-file-label::placeholder {
  color: rgba(211, 201, 192, 0.5);
}

[theme='coffee'] .custom-file-label {
  border: 1px solid #27160b;
  background-color: #371f0f;
  color: #d3c9c0;
}

[theme='coffee'] .custom-file-label::after {
  border-left: 1px solid #1b1008;
  background-color: #3f2412;
}

[theme='coffee'] .file-upload .file-upload-list {
  background-color: #2b190c;
  border: 1px solid #1b1008;
}

[theme='coffee'] .file-upload .custom-file-label {
  color: #cacaca;
}

[theme='coffee'] .input-slider {
  background-image: linear-gradient(90deg, #190d05, #372412);
}

[theme='coffee'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #190f00, #916a37);
  box-shadow: 0 0 20px #654a26;
  border: 1px solid rgba(25, 13, 5, 0.5);
}

[theme='coffee'] .tab-pane {
  background-color: rgba(25, 13, 5, 0.8);
}

[theme='coffee'] table, [theme='coffee'] .table, [theme='coffee'] .message-content table, .message-content [theme='coffee'] table {
  color: #d3c9c0;
}

[theme='coffee'] table.alternate tr:nth-child(even), [theme='coffee'] .table.alternate tr:nth-child(even), [theme='coffee'] .message-content table.alternate tr:nth-child(even), .message-content [theme='coffee'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='coffee'] table.pretty tr, [theme='coffee'] .table.pretty tr, [theme='coffee'] .message-content table.pretty tr, .message-content [theme='coffee'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='coffee'] table.pretty tr:nth-child(even), [theme='coffee'] .table.pretty tr:nth-child(even), [theme='coffee'] .message-content table.pretty tr:nth-child(even), .message-content [theme='coffee'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='coffee'] table.pretty tr td, [theme='coffee'] .table.pretty tr td, [theme='coffee'] .message-content table.pretty tr td, .message-content [theme='coffee'] table.pretty tr td {
  padding: 5px 0;
}

[theme='coffee'] .nav .nav-link {
  background: transparent linear-gradient(#736655, #322106);
  color: #fff;
  text-shadow: 1px 1px 1px #47341b;
  border: none;
}

[theme='coffee'] .nav .nav-link:hover, [theme='coffee'] .nav .nav-link.active {
  background: transparent linear-gradient(#916a37, #382200);
}

[theme='coffee'] .floating-notification {
  background: linear-gradient(180deg, rgba(25, 13, 5, 0.9) 0%, #190d05 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='coffee'] .trumbowyg-box {
  text-shadow: none;
}

[theme='coffee'] .trumbowyg-box svg {
  color: #d3c9c0;
  fill: #d3c9c0;
}

[theme='coffee'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='coffee'] .trumbowyg-box .trumbowyg-active {
  background: #2e1809;
}

[theme='coffee'] .trumbowyg-box .trumbowyg-dropdown, [theme='coffee'] .trumbowyg-box button {
  background-color: #110903;
  color: #d3c9c0;
  border: none;
  border-radius: 5px;
}

[theme='coffee'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #190d05;
}

[theme='coffee'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='coffee'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #190d05;
}

[theme='coffee'] .trumbowyg-modal-box {
  background: #190d05;
  border: none !important;
}

[theme='coffee'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='coffee'] .trumbowyg-modal-box * {
  border: none;
}

[theme='coffee'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='coffee'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='coffee'] .vip-advantage {
  background-image: linear-gradient(#190d05, black);
}

[theme='coffee'] .ad_notify {
  color: #d3c9c0;
  background-color: #190d05;
}

[theme='coffee'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #916a37;
}

[theme='coffee'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(145, 106, 55, 0.34);
}

[theme='coffee'] .gametile .game-title {
  background-color: #190d05;
  text-shadow: 0 0 2px rgba(25, 13, 5, 0.5);
  color: #d3c9c0;
}

[theme='coffee'] .gametile .game-online {
  background-color: #190d05;
  text-shadow: 0 0 2px rgba(25, 13, 5, 0.5);
  color: #d3c9c0;
}

[theme='coffee'] .game-challenge {
  background-color: #190d05;
}

[theme='coffee'] .game-challenge .game-challenge-name {
  color: #d3c9c0;
}

[theme='coffee'] .shared_mission_state_waiting {
  background-color: #201308 !important;
}

[theme='coffee'] .shared_mission_state_running {
  background-color: #2a1a0c !important;
}

[theme='coffee'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(25, 13, 5, 0.9) 0%, rgba(25, 13, 5, 0.6) 100%);
}

[theme='coffee'] #profile-subnav .profile-subnav-navitem-link {
  color: #d3c9c0;
}

[theme='coffee'] #profile-subnav .profile-subnav-navitem-icon {
  color: #916a37;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='coffee'] .prize-drawing {
  background-color: #261408 !important;
  background-image: none !important;
}

[theme='coffee'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #d17f00;
  border: 3px solid #382200;
}

[theme='coffee'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='coffee'] .prize-drawing .hint {
  background: linear-gradient(#382200, black);
  color: #fff;
}

[theme='coffee'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #190d05 !important;
  background-image: linear-gradient(#190d05, black) !important;
}

[theme='coffee'] .prize-drawing .trade-container-item {
  background-color: #190d05;
}

[theme='coffee'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: black;
  color: rgba(230, 242, 250, 0.2);
  text-shadow: 1px 1px 1px #190d05;
}

[theme='coffee'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='coffee'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='coffee'] .no-results {
  background: none;
}

[theme='coffee'] .CCcontainer {
  background-color: #040201;
}

[theme='coffee'] .CCcontainer #chatText {
  background-color: #150b04;
}

[theme='coffee'] .CCcontainer .menu {
  background-color: #190d05;
}

[theme='coffee'] orb {
  color: rgba(211, 201, 192, 0.45);
  text-shadow: 0 0 5px rgba(145, 106, 55, 0.5);
}

[theme='coffee'] hr {
  border-color: rgba(230, 242, 250, 0.14);
}

[theme='coffee'] .bg-back > h1, [theme='coffee'] .bg-back > h2, [theme='coffee'] .bg-back > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='coffee'] .bg-front > h1, [theme='coffee'] .bg-front > h2, [theme='coffee'] .bg-front > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='coffee'] .card .card-header {
  background-image: linear-gradient(#261408, #150b04);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='coffee'] .card .card-body {
  background-color: #190d05;
}

[theme='coffee'] .card.card-toggle::before, [theme='coffee'] .card.card-toggle .card-footer::before {
  color: #d3c9c0;
}

[theme='coffee'] .form-control, [theme='coffee'] input, [theme='coffee'] textarea, [theme='coffee'] select, [theme='coffee'] .trumbowyg-box {
  background-color: #331a0a;
}

[theme='coffee'] .progress {
  background-color: #331a0a;
}

[theme='coffee'] #profile-subnav .profile-subnav-navitem-link {
  color: #d3c9c0;
  text-shadow: 1px 1px 1px rgba(25, 13, 5, 0.5);
}

[theme='coffee'] #profile-subnav .profile-subnav-navitem-icon {
  color: #bb8a4b;
  text-shadow: 1px 1px 1px rgba(25, 13, 5, 0.8);
}

[theme='coffee'] .CCcontainer {
  background-color: #1f1209;
}

[theme='coffee'] .white-tag {
  background-color: rgba(25, 13, 5, 0.5);
  color: #d3c9c0;
}

[theme='coffee'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='coffee'] .dropdown-menu {
  background-color: #190d05;
}

[theme='coffee'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#382915, black) !important;
}

[theme='coffee'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='coffee'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #bb8a4b;
}

[theme='coffee'] nav.side-menu-left .side-menu-item:hover, [theme='coffee'] nav.side-menu-right .side-menu-item:hover {
  background-color: #31200f;
}

[theme='coffee'] nav.side-menu-left .side-menu-item.active:hover, [theme='coffee'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #a96d1f, #382200) !important;
  color: #fff;
}

[theme='coffee'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='coffee'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='coffee'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #190d05, #916a37);
  text-shadow: -1px -1px 1px rgba(25, 13, 5, 0.8), 1px 1px 2px black;
}

[theme='coffee'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #2e1809, #a3783e);
}

[theme='coffee'] .btn-current-theme:active, [theme='coffee'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #040201, #7f5c30);
}

.btn-dark_ultra {
  color: #fff !important;
  background-image: linear-gradient(to top, #11080f, #d0007e);
  text-shadow: -1px -1px 1px rgba(17, 8, 15, 0.8), 1px 1px 2px black;
}

.btn-dark_ultra:hover {
  color: white !important;
  background-image: linear-gradient(to top, #22101e, #ea008d);
}

.btn-dark_ultra:active, .btn-dark_ultra:focus {
  color: white !important;
  background-image: linear-gradient(to top, black, #b7006f);
}

[theme='dark_ultra'] ::-webkit-scrollbar-track {
  background: #18000f;
}

[theme='dark_ultra'] ::-webkit-scrollbar-thumb {
  background: #d0007e;
}

[theme='dark_ultra'] ::-webkit-scrollbar-thumb:hover {
  background: #ff049c;
}

[theme='dark_ultra'] body {
  background-image: radial-gradient(#930059, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #11080f;
  color: #daced5;
}

[theme='dark_ultra'] #top-menu {
  background-image: linear-gradient(179deg, #d0007e, rgba(0, 0, 0, 0.6));
}

[theme='dark_ultra'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='dark_ultra'] #top-menu, [theme='dark_ultra'] #live-search-wrapper {
  color: #fff;
}

[theme='dark_ultra'] #top-menu .top-menu-item-color, [theme='dark_ultra'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_ultra'] .form-group .bootstrap-select, [theme='dark_ultra'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #11080f, black);
}

[theme='dark_ultra'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='dark_ultra'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(208, 0, 126, 0.4);
}

[theme='dark_ultra'] .form-group .bootstrap-select .dropdown-toggle, [theme='dark_ultra'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='dark_ultra'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='dark_ultra'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #daced5;
}

[theme='dark_ultra'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.5);
}

[theme='dark_ultra'] .message.sent {
  background-color: rgba(17, 8, 15, 0.4) !important;
  color: rgba(218, 206, 213, 0.7) !important;
}

[theme='dark_ultra'] .message.unread {
  border: 3px solid rgba(208, 0, 126, 0.5);
}

[theme='dark_ultra'] .list-group-item {
  color: #daced5;
  background-color: black;
  border-color: rgba(218, 206, 213, 0.07);
}

[theme='dark_ultra'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #650046;
}

[theme='dark_ultra'] footer {
  color: #daced5;
  background-color: rgba(17, 8, 15, 0.93);
}

[theme='dark_ultra'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='dark_ultra'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #ff00b2;
}

[theme='dark_ultra'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='dark_ultra'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #ff5cce !important;
}

[theme='dark_ultra'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='dark_ultra'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #ff4dc9 !important;
}

[theme='dark_ultra'] .info {
  background-color: rgba(27, 13, 24, 0.5);
  color: #daced5;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(208, 0, 126, 0.5);
}

[theme='dark_ultra'] .info .info-body {
  text-shadow: none;
}

[theme='dark_ultra'] .text-muted {
  color: rgba(218, 206, 213, 0.56) !important;
}

[theme='dark_ultra'] #favorite-game i {
  color: rgba(218, 206, 213, 0.5);
}

[theme='dark_ultra'] #favorite-game i.active {
  color: #d0007e;
}

[theme='dark_ultra'] .not_specified, [theme='dark_ultra'] [data-gender='not_specified'], [theme='dark_ultra'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='dark_ultra'] .female, [theme='dark_ultra'] [data-gender='female'], [theme='dark_ultra'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='dark_ultra'] .male, [theme='dark_ultra'] [data-gender='male'], [theme='dark_ultra'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='dark_ultra'] .card .card-header {
  background-color: #11080f;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(52, 24, 46, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #070306;
}

[theme='dark_ultra'] .card .card-body {
  background-color: #11080f;
}

[theme='dark_ultra'] .card .card-footer {
  background-color: rgba(7, 3, 6, 0.9);
}

[theme='dark_ultra'] .card.card-toggle .card-header::after {
  color: #daced5;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(208, 0, 126, 0.5), rgba(101, 0, 70, 0.5));
  font-weight: 1800;
}

[theme='dark_ultra'] .card.card-toggle::before, [theme='dark_ultra'] .card.card-toggle .card-footer::before {
  color: #daced5;
  text-shadow: 0 0 6px #fff;
}

[theme='dark_ultra'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(208, 0, 126, 0.1), rgba(101, 0, 70, 0));
  text-shadow: 1px 1px 1px rgba(17, 8, 15, 0.4), 0 2px 10px rgba(208, 0, 126, 0.5);
}

[theme='dark_ultra'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(208, 0, 126, 0), rgba(101, 0, 70, 0.05));
}

[theme='dark_ultra'] .card.alternative .card-header {
  background-color: #030103;
  background-image: linear-gradient(black, #070306);
}

[theme='dark_ultra'] .card.alternative .card-body {
  background-color: #030103;
}

[theme='dark_ultra'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #11080f 98%);
}

[theme='dark_ultra'] .vip-features-list .vip-feature {
  background-color: #1b0d18;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='dark_ultra'] .dropdown-menu {
  background-color: #130810;
  box-shadow: 0 0 30px #00000044;
  color: #daced5;
  border: 1px solid #0000000A;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-header {
  color: #daced5;
  background-color: #070306;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-item {
  color: #d790bb;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-item.selected, [theme='dark_ultra'] .dropdown-menu .dropdown-item.active {
  background-color: #370625;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-item i {
  color: #b1006b;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-item:hover {
  background-color: #24071a;
  color: #fff;
}

[theme='dark_ultra'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(101, 0, 70, 0.4);
}

[theme='dark_ultra'] .tournament-mobile-nav {
  background: linear-gradient(0deg, black, rgba(38, 18, 33, 0.9));
}

[theme='dark_ultra'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='dark_ultra'] modal .modal-container {
  background-color: black;
}

[theme='dark_ultra'] modal .modal-close {
  background-color: red;
}

[theme='dark_ultra'] .progress {
  background-color: black;
}

[theme='dark_ultra'] .simple-box {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

[theme='dark_ultra'] .simple-box > div:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.6);
}

[theme='dark_ultra'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_ultra'] notify.alternative {
  color: #fff !important;
  background-color: #d00039;
  text-shadow: 1px 1px 1px #6a001d;
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container {
  background-color: #11080f;
  color: #daced5;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container .alert-header {
  color: #daced5;
  text-shadow: 1px 1px 3px black;
  background-image: linear-gradient(180deg, rgba(208, 0, 126, 0.05), #070306);
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px black;
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(17, 8, 15, 0.8);
  background-image: linear-gradient(0deg, rgba(208, 0, 126, 0.01), #0f070d);
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='dark_ultra'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='dark_ultra'] .bg-front {
  color: #daced5;
  background-color: #1b0d18 !important;
}

[theme='dark_ultra'] .bg-back {
  color: #daced5;
  background-color: #11080f !important;
}

[theme='dark_ultra'] .bg-back-more {
  color: #daced5;
  background-color: #070306 !important;
}

[theme='dark_ultra'] .bg-back-transparent {
  color: #daced5;
  background-color: rgba(7, 3, 6, 0.6) !important;
}

[theme='dark_ultra'] .white-box-style {
  background-color: #160a14 !important;
  color: #daced5;
}

[theme='dark_ultra'] .box-glow {
  box-shadow: 0 1px 20px rgba(208, 0, 126, 0.4);
  border: 1px solid rgba(208, 0, 126, 0.4);
}

[theme='dark_ultra'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #a70065;
  background-color: #d0007e;
  background-image: linear-gradient(#c10075, #df0087) !important;
}

[theme='dark_ultra'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='dark_ultra'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='dark_ultra'] .bg-secondary {
  background-color: #650046;
  background-image: linear-gradient(#56003b, #740051) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3c002a;
}

[theme='dark_ultra'] .bg-secondary > * {
  color: #fff !important;
}

[theme='dark_ultra'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='dark_ultra'] .bg-tertiary {
  background-color: #9b0062;
  background-image: linear-gradient(#8c0058, #aa006c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #720048;
}

[theme='dark_ultra'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='dark_ultra'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='dark_ultra'] .border-primary {
  border-color: #d0007e;
}

[theme='dark_ultra'] .border-secondary {
  border-color: #650046;
}

[theme='dark_ultra'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #d0007e, #650046) !important;
  text-shadow: 1px 1px 1px #6a0040;
}

[theme='dark_ultra'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #d0007e, #980069) !important;
}

[theme='dark_ultra'] .btn-primary:hover {
  background: linear-gradient(180deg, #d0007e, #84005b) !important;
}

[theme='dark_ultra'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #650046, #650046) !important;
  text-shadow: 1px 1px 1px #320023;
}

[theme='dark_ultra'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #650046, #980069) !important;
}

[theme='dark_ultra'] .btn-secondary:hover {
  background: linear-gradient(180deg, #650046, #84005b) !important;
}

[theme='dark_ultra'] .btn-outline-secondary {
  background-color: #650046;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='dark_ultra'] .btn-outline-secondary:hover {
  background-color: #d0007e;
}

[theme='dark_ultra'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #39132d;
}

[theme='dark_ultra'] .accordion {
  background-color: #11080f;
}

[theme='dark_ultra'] .accordion-toggle.open {
  background-color: #370625;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item, [theme='dark_ultra'] nav.side-menu-right .side-menu-item {
  color: #daced5;
  background-color: #11080f;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #11080f;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.attention, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.attention {
  background-color: #4a0630;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='dark_ultra'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(218, 206, 213, 0.8);
  text-shadow: 0 0 5px #140610;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item:hover, [theme='dark_ultra'] nav.side-menu-right .side-menu-item:hover {
  background-color: #11080f;
  background-image: linear-gradient(6deg, rgba(101, 0, 70, 0.2), rgba(208, 0, 126, 0.2)) !important;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.active, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #650046, #d0007e) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.active:hover, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #650046, #d0007e) !important;
  color: #fff;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #930059;
}

[theme='dark_ultra'] nav.side-menu-left .bubble, [theme='dark_ultra'] nav.side-menu-right .bubble {
  background-color: #d0007e;
  color: #fff;
  text-shadow: 1px 1px 1px #6a0040;
  border-radius: 5px;
}

[theme='dark_ultra'] .list-group-menu .list-group-item {
  color: #ff00b2;
  background-color: rgba(17, 8, 15, 0.99);
  text-shadow: 1px 1px 1px #0a0509;
  background-image: linear-gradient(rgba(17, 8, 15, 0) 66%, rgba(101, 0, 70, 0.05));
}

[theme='dark_ultra'] .list-group-menu .list-group-item i {
  color: rgba(208, 0, 126, 0.8);
}

[theme='dark_ultra'] .list-group-menu .list-group-item:hover {
  background-color: #070306;
  color: #ff1fbb;
}

[theme='dark_ultra'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#d0007e, #650046) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(17, 8, 15, 0.12);
}

[theme='dark_ultra'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='dark_ultra'] #live-search {
  outline: none;
}

[theme='dark_ultra'] #live-search-list {
  background-color: #11080f;
  color: #daced5;
}

[theme='dark_ultra'] #live-search-list .search-item:hover {
  background-color: rgba(208, 0, 126, 0.1);
  color: #daced5;
}

[theme='dark_ultra'] #live-search-list .search-item .search-item-category {
  color: rgba(218, 206, 213, 0.5);
}

[theme='dark_ultra'] .tournament-row {
  background-color: #11080f;
}

[theme='dark_ultra'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(17, 8, 15, 0.7), rgba(17, 8, 15, 0.9));
}

[theme='dark_ultra'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(218, 206, 213, 0.3);
}

[theme='dark_ultra'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(17, 8, 15, 0.97), -1px -1px 1px rgba(218, 206, 213, 0.04), 1px 1px 1px rgba(17, 8, 15, 0.04);
}

[theme='dark_ultra'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(218, 206, 213, 0.3);
}

[theme='dark_ultra'] .border-top {
  border-top: 1px solid rgba(218, 206, 213, 0.1) !important;
}

[theme='dark_ultra'] .form-control, [theme='dark_ultra'] input, [theme='dark_ultra'] textarea, [theme='dark_ultra'] select, [theme='dark_ultra'] .trumbowyg-box, [theme='dark_ultra'] .custom-file-label {
  background-color: #291826;
  color: #daced5;
}

[theme='dark_ultra'] .form-control:focus, [theme='dark_ultra'] input:focus, [theme='dark_ultra'] textarea:focus, [theme='dark_ultra'] select:focus, [theme='dark_ultra'] .trumbowyg-box:focus, [theme='dark_ultra'] .custom-file-label:focus {
  border-color: rgba(101, 0, 70, 0.5);
  box-shadow: 0 0 0 2px rgba(208, 0, 126, 0.3);
}

[theme='dark_ultra'] .form-control::placeholder, [theme='dark_ultra'] input::placeholder, [theme='dark_ultra'] textarea::placeholder, [theme='dark_ultra'] select::placeholder, [theme='dark_ultra'] .trumbowyg-box::placeholder, [theme='dark_ultra'] .custom-file-label::placeholder {
  color: rgba(218, 206, 213, 0.5);
}

[theme='dark_ultra'] .custom-file-label {
  border: 1px solid #1d111a;
  background-color: #291826;
  color: #daced5;
}

[theme='dark_ultra'] .custom-file-label::after {
  border-left: 1px solid #130b11;
  background-color: #301c2b;
}

[theme='dark_ultra'] .file-upload .file-upload-list {
  background-color: #20131d;
  border: 1px solid #130b11;
}

[theme='dark_ultra'] .file-upload .custom-file-label {
  color: #d4d4d4;
}

[theme='dark_ultra'] .input-slider {
  background-image: linear-gradient(90deg, #11080f, #41062b);
}

[theme='dark_ultra'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #460031, #d0007e);
  box-shadow: 0 0 20px #930059;
  border: 1px solid rgba(17, 8, 15, 0.5);
}

[theme='dark_ultra'] .tab-pane {
  background-color: rgba(17, 8, 15, 0.8);
}

[theme='dark_ultra'] table, [theme='dark_ultra'] .table, [theme='dark_ultra'] .message-content table, .message-content [theme='dark_ultra'] table {
  color: #daced5;
}

[theme='dark_ultra'] table.alternate tr:nth-child(even), [theme='dark_ultra'] .table.alternate tr:nth-child(even), [theme='dark_ultra'] .message-content table.alternate tr:nth-child(even), .message-content [theme='dark_ultra'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='dark_ultra'] table.pretty tr, [theme='dark_ultra'] .table.pretty tr, [theme='dark_ultra'] .message-content table.pretty tr, .message-content [theme='dark_ultra'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='dark_ultra'] table.pretty tr:nth-child(even), [theme='dark_ultra'] .table.pretty tr:nth-child(even), [theme='dark_ultra'] .message-content table.pretty tr:nth-child(even), .message-content [theme='dark_ultra'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='dark_ultra'] table.pretty tr td, [theme='dark_ultra'] .table.pretty tr td, [theme='dark_ultra'] .message-content table.pretty tr td, .message-content [theme='dark_ultra'] table.pretty tr td {
  padding: 5px 0;
}

[theme='dark_ultra'] .nav .nav-link {
  background: transparent linear-gradient(#b11f77, #5b0a42);
  color: #fff;
  text-shadow: 1px 1px 1px #6a0040;
  border: none;
}

[theme='dark_ultra'] .nav .nav-link:hover, [theme='dark_ultra'] .nav .nav-link.active {
  background: transparent linear-gradient(#d0007e, #650046);
}

[theme='dark_ultra'] .floating-notification {
  background: linear-gradient(180deg, rgba(17, 8, 15, 0.9) 0%, #11080f 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='dark_ultra'] .trumbowyg-box {
  text-shadow: none;
}

[theme='dark_ultra'] .trumbowyg-box svg {
  color: #daced5;
  fill: #daced5;
}

[theme='dark_ultra'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='dark_ultra'] .trumbowyg-box .trumbowyg-active {
  background: #22101e;
}

[theme='dark_ultra'] .trumbowyg-box .trumbowyg-dropdown, [theme='dark_ultra'] .trumbowyg-box button {
  background-color: #0a0509;
  color: #daced5;
  border: none;
  border-radius: 5px;
}

[theme='dark_ultra'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #11080f;
}

[theme='dark_ultra'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='dark_ultra'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #11080f;
}

[theme='dark_ultra'] .trumbowyg-modal-box {
  background: #11080f;
  border: none !important;
}

[theme='dark_ultra'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='dark_ultra'] .trumbowyg-modal-box * {
  border: none;
}

[theme='dark_ultra'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='dark_ultra'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='dark_ultra'] .vip-advantage {
  background-image: linear-gradient(#11080f, black);
}

[theme='dark_ultra'] .ad_notify {
  color: #daced5;
  background-color: #11080f;
}

[theme='dark_ultra'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #d0007e;
}

[theme='dark_ultra'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(208, 0, 126, 0.34);
}

[theme='dark_ultra'] .gametile .game-title {
  background-color: #11080f;
  text-shadow: 0 0 2px rgba(17, 8, 15, 0.5);
  color: #daced5;
}

[theme='dark_ultra'] .gametile .game-online {
  background-color: #11080f;
  text-shadow: 0 0 2px rgba(17, 8, 15, 0.5);
  color: #daced5;
}

[theme='dark_ultra'] .game-challenge {
  background-color: #11080f;
}

[theme='dark_ultra'] .game-challenge .game-challenge-name {
  color: #daced5;
}

[theme='dark_ultra'] .shared_mission_state_waiting {
  background-color: #1c0816 !important;
}

[theme='dark_ultra'] .shared_mission_state_running {
  background-color: #2c071f !important;
}

[theme='dark_ultra'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(17, 8, 15, 0.9) 0%, rgba(17, 8, 15, 0.6) 100%);
}

[theme='dark_ultra'] #profile-subnav .profile-subnav-navitem-link {
  color: #daced5;
}

[theme='dark_ultra'] #profile-subnav .profile-subnav-navitem-icon {
  color: #d0007e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='dark_ultra'] .prize-drawing {
  background-color: #1b0d18 !important;
  background-image: none !important;
}

[theme='dark_ultra'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #fe00b0;
  border: 3px solid #650046;
}

[theme='dark_ultra'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='dark_ultra'] .prize-drawing .hint {
  background: linear-gradient(#650046, #28001c);
  color: #fff;
}

[theme='dark_ultra'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #11080f !important;
  background-image: linear-gradient(#11080f, black) !important;
}

[theme='dark_ultra'] .prize-drawing .trade-container-item {
  background-color: #11080f;
}

[theme='dark_ultra'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: black;
  color: rgba(238, 247, 240, 0.2);
  text-shadow: 1px 1px 1px #11080f;
}

[theme='dark_ultra'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='dark_ultra'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='dark_ultra'] .no-results {
  background: none;
}

[theme='dark_ultra'] .CCcontainer {
  background-color: black;
}

[theme='dark_ultra'] .CCcontainer #chatText {
  background-color: #0e060c;
}

[theme='dark_ultra'] .CCcontainer .menu {
  background-color: #11080f;
}

[theme='dark_ultra'] orb {
  color: rgba(218, 206, 213, 0.45);
  text-shadow: 0 0 5px rgba(208, 0, 126, 0.5);
}

[theme='dark_ultra'] hr {
  border-color: rgba(238, 247, 240, 0.14);
}

[theme='dark_ultra'] .bg-back > h1, [theme='dark_ultra'] .bg-back > h2, [theme='dark_ultra'] .bg-back > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='dark_ultra'] .bg-front > h1, [theme='dark_ultra'] .bg-front > h2, [theme='dark_ultra'] .bg-front > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='dark_ultra'] .card .card-header {
  background-image: linear-gradient(#1b0d18, #0e060c);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='dark_ultra'] .card .card-body {
  background-color: #11080f;
}

[theme='dark_ultra'] .card.card-toggle::before, [theme='dark_ultra'] .card.card-toggle .card-footer::before {
  color: #daced5;
}

[theme='dark_ultra'] .form-control, [theme='dark_ultra'] input, [theme='dark_ultra'] textarea, [theme='dark_ultra'] select, [theme='dark_ultra'] .trumbowyg-box {
  background-color: #261221;
}

[theme='dark_ultra'] .progress {
  background-color: #261221;
}

[theme='dark_ultra'] #profile-subnav .profile-subnav-navitem-link {
  color: #daced5;
  text-shadow: 1px 1px 1px rgba(17, 8, 15, 0.5);
}

[theme='dark_ultra'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ff0ea0;
  text-shadow: 1px 1px 1px rgba(17, 8, 15, 0.8);
}

[theme='dark_ultra'] .CCcontainer {
  background-color: #160d14;
}

[theme='dark_ultra'] .white-tag {
  background-color: rgba(17, 8, 15, 0.5);
  color: #daced5;
}

[theme='dark_ultra'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='dark_ultra'] .dropdown-menu {
  background-color: #11080f;
}

[theme='dark_ultra'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#560034, #28001c) !important;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='dark_ultra'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #ff0ea0;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item:hover, [theme='dark_ultra'] nav.side-menu-right .side-menu-item:hover {
  background-color: #370625;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.active:hover, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #d0007e, #650046) !important;
  color: #fff;
}

[theme='dark_ultra'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='dark_ultra'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='dark_ultra'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #11080f, #d0007e);
  text-shadow: -1px -1px 1px rgba(17, 8, 15, 0.8), 1px 1px 2px black;
}

[theme='dark_ultra'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #22101e, #ea008d);
}

[theme='dark_ultra'] .btn-current-theme:active, [theme='dark_ultra'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, black, #b7006f);
}

.btn-christmas {
  color: #333333 !important;
  background-image: linear-gradient(to top, #ded4c6, #e81e1e);
  text-shadow: -1px -1px 1px rgba(222, 212, 198, 0.8), 1px 1px 2px #cbbca6;
}

.btn-christmas:hover {
  color: #402626 !important;
  background-image: linear-gradient(to top, #e7e0d6, #ea3535);
}

.btn-christmas:active, .btn-christmas:focus {
  color: #333333 !important;
  background-image: linear-gradient(to top, #d5c8b6, #d71616);
}

[theme='christmas'] ::-webkit-scrollbar-track {
  background: #470707;
}

[theme='christmas'] ::-webkit-scrollbar-thumb {
  background: #e81e1e;
}

[theme='christmas'] ::-webkit-scrollbar-thumb:hover {
  background: #ed4c4c;
}

[theme='christmas'] body {
  background-image: radial-gradient(#b61313, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #ded4c6;
  color: #333333;
}

[theme='christmas'] #top-menu {
  background-image: linear-gradient(179deg, #e81e1e, rgba(61, 10, 16, 0.6));
}

[theme='christmas'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='christmas'] #top-menu, [theme='christmas'] #live-search-wrapper {
  color: #fff;
}

[theme='christmas'] #top-menu .top-menu-item-color, [theme='christmas'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas'] .form-group .bootstrap-select, [theme='christmas'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #ded4c6, #d3c5b3);
}

[theme='christmas'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='christmas'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(232, 30, 30, 0.4);
}

[theme='christmas'] .form-group .bootstrap-select .dropdown-toggle, [theme='christmas'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='christmas'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='christmas'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='christmas'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(211, 197, 179, 0.5);
}

[theme='christmas'] .message.sent {
  background-color: rgba(222, 212, 198, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='christmas'] .message.unread {
  border: 3px solid rgba(232, 30, 30, 0.5);
}

[theme='christmas'] .list-group-item {
  color: #333333;
  background-color: #d3c5b3;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='christmas'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #941928;
}

[theme='christmas'] footer {
  color: #333333;
  background-color: rgba(222, 212, 198, 0.93);
}

[theme='christmas'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='christmas'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #185440;
}

[theme='christmas'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='christmas'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #2c9b76 !important;
}

[theme='christmas'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='christmas'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #23956f !important;
}

[theme='christmas'] .info {
  background-color: rgba(228, 219, 208, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(232, 30, 30, 0.5);
}

[theme='christmas'] .info .info-body {
  text-shadow: none;
}

[theme='christmas'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='christmas'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='christmas'] #favorite-game i.active {
  color: #e81e1e;
}

[theme='christmas'] .not_specified, [theme='christmas'] [data-gender='not_specified'], [theme='christmas'] [gender='not_specified'] {
  color: #696969 !important;
}

[theme='christmas'] .female, [theme='christmas'] [data-gender='female'], [theme='christmas'] [gender='female'] {
  color: #e04141 !important;
}

[theme='christmas'] .male, [theme='christmas'] [data-gender='male'], [theme='christmas'] [gender='male'] {
  color: #3769da !important;
}

[theme='christmas'] .card .card-header {
  background-color: #ded4c6;
  background-image: linear-gradient(rgba(203, 188, 166, 0.5), rgba(241, 236, 230, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #d8cdbc;
}

[theme='christmas'] .card .card-body {
  background-color: #ded4c6;
}

[theme='christmas'] .card .card-footer {
  background-color: rgba(216, 205, 188, 0.9);
}

[theme='christmas'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(232, 30, 30, 0.5), rgba(148, 25, 40, 0.5));
  font-weight: 1800;
}

[theme='christmas'] .card.card-toggle::before, [theme='christmas'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='christmas'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(232, 30, 30, 0.1), rgba(148, 25, 40, 0));
  text-shadow: 1px 1px 1px rgba(222, 212, 198, 0.4), 0 2px 10px rgba(232, 30, 30, 0.5);
}

[theme='christmas'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(232, 30, 30, 0), rgba(148, 25, 40, 0.05));
}

[theme='christmas'] .card.alternative .card-header {
  background-color: #d7cab9;
  background-image: linear-gradient(#d5c8b6, #d8cdbc);
}

[theme='christmas'] .card.alternative .card-body {
  background-color: #d7cab9;
}

[theme='christmas'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #ded4c6 98%);
}

[theme='christmas'] .vip-features-list .vip-feature {
  background-color: #e4dbd0;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='christmas'] .dropdown-menu {
  background-color: #ded2c4;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='christmas'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #d8cdbc;
}

[theme='christmas'] .dropdown-menu .dropdown-item {
  color: #692d2d;
}

[theme='christmas'] .dropdown-menu .dropdown-item.selected, [theme='christmas'] .dropdown-menu .dropdown-item.active {
  background-color: #e0b0a4;
}

[theme='christmas'] .dropdown-menu .dropdown-item i {
  color: #d21515;
}

[theme='christmas'] .dropdown-menu .dropdown-item:hover {
  background-color: #dfc2b5;
  color: #212529;
}

[theme='christmas'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(148, 25, 40, 0.4);
}

[theme='christmas'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #d3c5b3, rgba(233, 227, 217, 0.9));
}

[theme='christmas'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='christmas'] modal .modal-container {
  background-color: #d3c5b3;
}

[theme='christmas'] modal .modal-close {
  background-color: red;
}

[theme='christmas'] .progress {
  background-color: #cdbea9;
}

[theme='christmas'] .simple-box {
  border: 1px solid rgba(211, 197, 179, 0.4);
}

[theme='christmas'] .simple-box > div:nth-child(1) {
  background-color: rgba(211, 197, 179, 0.6);
}

[theme='christmas'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas'] notify.alternative {
  color: #fff !important;
  background-color: #e8611e;
  text-shadow: 1px 1px 1px #913a0f;
}

[theme='christmas'] alert .alert-wrapper .alert-container {
  background-color: #ded4c6;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='christmas'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #d5c8b6;
  background-image: linear-gradient(180deg, rgba(232, 30, 30, 0.05), #d8cdbc);
}

[theme='christmas'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #d3c5b3;
}

[theme='christmas'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(222, 212, 198, 0.8);
  background-image: linear-gradient(0deg, rgba(232, 30, 30, 0.01), #ddd3c4);
}

[theme='christmas'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='christmas'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='christmas'] .bg-front {
  color: #333333;
  background-color: #e4dbd0 !important;
}

[theme='christmas'] .bg-back {
  color: #333333;
  background-color: #ded4c6 !important;
}

[theme='christmas'] .bg-back-more {
  color: #333333;
  background-color: #d8cdbc !important;
}

[theme='christmas'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(216, 205, 188, 0.6) !important;
}

[theme='christmas'] .white-box-style {
  background-color: #e1d8cb !important;
  color: #333333;
}

[theme='christmas'] .box-glow {
  box-shadow: 0 1px 20px rgba(232, 30, 30, 0.4);
  border: 1px solid rgba(232, 30, 30, 0.4);
}

[theme='christmas'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #c91515;
  background-color: #e81e1e;
  background-image: linear-gradient(#e01717, #e92c2c) !important;
}

[theme='christmas'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='christmas'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='christmas'] .bg-secondary {
  background-color: #941928;
  background-image: linear-gradient(#871724, #a11b2c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #71131f;
}

[theme='christmas'] .bg-secondary > * {
  color: #fff !important;
}

[theme='christmas'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='christmas'] .bg-tertiary {
  background-color: #be1c23;
  background-image: linear-gradient(#b11a21, #cb1e25) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #9a171c;
}

[theme='christmas'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='christmas'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='christmas'] .border-primary {
  border-color: #e81e1e;
}

[theme='christmas'] .border-secondary {
  border-color: #941928;
}

[theme='christmas'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #e81e1e, #941928) !important;
  text-shadow: 1px 1px 1px #910f0f;
}

[theme='christmas'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff0707, #c02034) !important;
}

[theme='christmas'] .btn-primary:hover {
  background: linear-gradient(180deg, #ef1717, #ae1d2f) !important;
}

[theme='christmas'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #941928, #941928) !important;
  text-shadow: 1px 1px 1px #68121c;
}

[theme='christmas'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #a5081b, #c02034) !important;
}

[theme='christmas'] .btn-secondary:hover {
  background: linear-gradient(180deg, #991424, #ae1d2f) !important;
}

[theme='christmas'] .btn-outline-secondary {
  background-color: #941928;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='christmas'] .btn-outline-secondary:hover {
  background-color: #e81e1e;
}

[theme='christmas'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #593a3e;
}

[theme='christmas'] .accordion {
  background-color: #ded4c6;
}

[theme='christmas'] .accordion-toggle.open {
  background-color: #e0b0a4;
}

[theme='christmas'] nav.side-menu-left .side-menu-item, [theme='christmas'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #ded4c6;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #ded4c6;
}

[theme='christmas'] nav.side-menu-left .side-menu-item.attention, [theme='christmas'] nav.side-menu-right .side-menu-item.attention {
  background-color: #e19d94;
}

[theme='christmas'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='christmas'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #e7d6bd;
}

[theme='christmas'] nav.side-menu-left .side-menu-item:hover, [theme='christmas'] nav.side-menu-right .side-menu-item:hover {
  background-color: #ded4c6;
  background-image: linear-gradient(6deg, rgba(151, 22, 38, 0.2), rgba(236, 26, 26, 0.2)) !important;
}

[theme='christmas'] nav.side-menu-left .side-menu-item.active, [theme='christmas'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #9e0f20, #f70f0f) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas'] nav.side-menu-left .side-menu-item.active:hover, [theme='christmas'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #a90418, #ff0707) !important;
  color: #fff;
}

[theme='christmas'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='christmas'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #b61313;
}

[theme='christmas'] nav.side-menu-left .bubble, [theme='christmas'] nav.side-menu-right .bubble {
  background-color: #e81e1e;
  color: #fff;
  text-shadow: 1px 1px 1px #910f0f;
  border-radius: 5px;
}

[theme='christmas'] .list-group-menu .list-group-item {
  color: #185440;
  background-color: rgba(222, 212, 198, 0.99);
  text-shadow: 1px 1px 1px #dacfc0;
  background-image: linear-gradient(rgba(222, 212, 198, 0) 66%, rgba(148, 25, 40, 0.05));
}

[theme='christmas'] .list-group-menu .list-group-item i {
  color: rgba(232, 30, 30, 0.8);
}

[theme='christmas'] .list-group-menu .list-group-item:hover {
  background-color: #d8cdbc;
  color: #1f6c52;
}

[theme='christmas'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#f70f0f, #9e0f20) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(222, 212, 198, 0.12);
}

[theme='christmas'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='christmas'] #live-search {
  outline: none;
}

[theme='christmas'] #live-search-list {
  background-color: #ded4c6;
  color: #333333;
}

[theme='christmas'] #live-search-list .search-item:hover {
  background-color: rgba(232, 30, 30, 0.1);
  color: #333333;
}

[theme='christmas'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='christmas'] .tournament-row {
  background-color: #ded4c6;
}

[theme='christmas'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(222, 212, 198, 0.7), rgba(222, 212, 198, 0.9));
}

[theme='christmas'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='christmas'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(222, 212, 198, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(222, 212, 198, 0.04);
}

[theme='christmas'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='christmas'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='christmas'] .form-control, [theme='christmas'] input, [theme='christmas'] textarea, [theme='christmas'] select, [theme='christmas'] .trumbowyg-box, [theme='christmas'] .custom-file-label {
  background-color: #ebe7e2;
  color: #333333;
}

[theme='christmas'] .form-control:focus, [theme='christmas'] input:focus, [theme='christmas'] textarea:focus, [theme='christmas'] select:focus, [theme='christmas'] .trumbowyg-box:focus, [theme='christmas'] .custom-file-label:focus {
  border-color: rgba(148, 25, 40, 0.5);
  box-shadow: 0 0 0 2px rgba(232, 30, 30, 0.3);
}

[theme='christmas'] .form-control::placeholder, [theme='christmas'] input::placeholder, [theme='christmas'] textarea::placeholder, [theme='christmas'] select::placeholder, [theme='christmas'] .trumbowyg-box::placeholder, [theme='christmas'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='christmas'] .custom-file-label {
  border: 1px solid #e2ddd6;
  background-color: #ebe7e2;
  color: #333333;
}

[theme='christmas'] .custom-file-label::after {
  border-left: 1px solid #dcd6cd;
  background-color: #efece8;
}

[theme='christmas'] .file-upload .file-upload-list {
  background-color: #e4e0d9;
  border: 1px solid #dcd6cd;
}

[theme='christmas'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='christmas'] .input-slider {
  background-image: linear-gradient(90deg, #ded4c6, #e1a79c);
}

[theme='christmas'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #7a1521, #e81e1e);
  box-shadow: 0 0 20px #b61313;
  border: 1px solid rgba(222, 212, 198, 0.5);
}

[theme='christmas'] .tab-pane {
  background-color: rgba(222, 212, 198, 0.8);
}

[theme='christmas'] table, [theme='christmas'] .table, [theme='christmas'] .message-content table, .message-content [theme='christmas'] table {
  color: #333333;
}

[theme='christmas'] table.alternate tr:nth-child(even), [theme='christmas'] .table.alternate tr:nth-child(even), [theme='christmas'] .message-content table.alternate tr:nth-child(even), .message-content [theme='christmas'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='christmas'] table.pretty tr, [theme='christmas'] .table.pretty tr, [theme='christmas'] .message-content table.pretty tr, .message-content [theme='christmas'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='christmas'] table.pretty tr:nth-child(even), [theme='christmas'] .table.pretty tr:nth-child(even), [theme='christmas'] .message-content table.pretty tr:nth-child(even), .message-content [theme='christmas'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='christmas'] table.pretty tr td, [theme='christmas'] .table.pretty tr td, [theme='christmas'] .message-content table.pretty tr td, .message-content [theme='christmas'] table.pretty tr td {
  padding: 5px 0;
}

[theme='christmas'] .nav .nav-link {
  background: transparent linear-gradient(#c34343, #832a35);
  color: #fff;
  text-shadow: 1px 1px 1px #910f0f;
  border: none;
}

[theme='christmas'] .nav .nav-link:hover, [theme='christmas'] .nav .nav-link.active {
  background: transparent linear-gradient(#e81e1e, #941928);
}

[theme='christmas'] .floating-notification {
  background: linear-gradient(180deg, rgba(222, 212, 198, 0.9) 0%, #ded4c6 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='christmas'] .trumbowyg-box {
  text-shadow: none;
}

[theme='christmas'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='christmas'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='christmas'] .trumbowyg-box .trumbowyg-active {
  background: #e7e0d6;
}

[theme='christmas'] .trumbowyg-box .trumbowyg-dropdown, [theme='christmas'] .trumbowyg-box button {
  background-color: #dacfc0;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='christmas'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #ded4c6;
}

[theme='christmas'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='christmas'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #ded4c6;
}

[theme='christmas'] .trumbowyg-modal-box {
  background: #ded4c6;
  border: none !important;
}

[theme='christmas'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='christmas'] .trumbowyg-modal-box * {
  border: none;
}

[theme='christmas'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='christmas'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='christmas'] .vip-advantage {
  background-image: linear-gradient(#ded4c6, #d3c5b3);
}

[theme='christmas'] .ad_notify {
  color: #333333;
  background-color: #ded4c6;
}

[theme='christmas'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #e81e1e;
}

[theme='christmas'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(232, 30, 30, 0.34);
}

[theme='christmas'] .gametile .game-title {
  background-color: #ded4c6;
  text-shadow: 0 0 2px rgba(222, 212, 198, 0.5);
  color: #333333;
}

[theme='christmas'] .gametile .game-online {
  background-color: #ded4c6;
  text-shadow: 0 0 2px rgba(222, 212, 198, 0.5);
  color: #333333;
}

[theme='christmas'] .game-challenge {
  background-color: #ded4c6;
}

[theme='christmas'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='christmas'] .shared_mission_state_waiting {
  background-color: #dfc9bc !important;
}

[theme='christmas'] .shared_mission_state_running {
  background-color: #dfbbae !important;
}

[theme='christmas'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(222, 212, 198, 0.9) 0%, rgba(222, 212, 198, 0.6) 100%);
}

[theme='christmas'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='christmas'] #profile-subnav .profile-subnav-navitem-icon {
  color: #e81e1e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='christmas'] .prize-drawing {
  background-color: #e4dbd0 !important;
  background-image: none !important;
}

[theme='christmas'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #f74f64;
  border: 3px solid #941928;
}

[theme='christmas'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='christmas'] .prize-drawing .hint {
  background: linear-gradient(#941928, #60101a);
  color: #fff;
}

[theme='christmas'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #ded4c6 !important;
  background-image: linear-gradient(#ded4c6, #c2af96) !important;
}

[theme='christmas'] .prize-drawing .trade-container-item {
  background-color: #ded4c6;
}

[theme='christmas'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #c8b79f;
  color: rgba(33, 43, 57, 0.2);
  text-shadow: 1px 1px 1px #ded4c6;
}

[theme='christmas'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='christmas'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='christmas'] .no-results {
  background: none;
}

[theme='christmas'] .CCcontainer {
  background-color: #cfc7bc;
}

[theme='christmas'] .CCcontainer #chatText {
  background-color: #dcd2c3;
}

[theme='christmas'] .CCcontainer .menu {
  background-color: #ded4c6;
}

[theme='christmas'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(232, 30, 30, 0.5);
}

[theme='christmas'] hr {
  border-color: rgba(33, 43, 57, 0.14);
}

[theme='christmas'] .btn-current-theme {
  color: #333333 !important;
  background-image: linear-gradient(to top, #ded4c6, #e81e1e);
  text-shadow: -1px -1px 1px rgba(222, 212, 198, 0.8), 1px 1px 2px #cbbca6;
}

[theme='christmas'] .btn-current-theme:hover {
  color: #402626 !important;
  background-image: linear-gradient(to top, #e7e0d6, #ea3535);
}

[theme='christmas'] .btn-current-theme:active, [theme='christmas'] .btn-current-theme:focus {
  color: #333333 !important;
  background-image: linear-gradient(to top, #d5c8b6, #d71616);
}

[theme='christmas'] body {
  background-image: radial-gradient(#313033, #552731);
}

[theme='christmas'] #app .logo-font, [theme='christmas'] #app .top-menu-item-color {
  color: #ffffff;
  text-shadow: 1px 1px 3px #00000033;
}

[theme='christmas'] #top-menu {
  background-color: #7a1521 !important;
  background-image: linear-gradient(rgba(148, 25, 40, 0.9), rgba(148, 25, 40, 0));
}

[theme='christmas'] .card .card-header {
  background-image: linear-gradient(rgba(222, 212, 198, 0.8), rgba(222, 212, 198, 0.99));
}

[theme='christmas'] .card .card-body {
  background-color: rgba(252, 251, 250, 0.94);
}

[theme='christmas'] #profile-subnav .profile-subnav-navitem-icon {
  text-shadow: 1px 1px 1px rgba(222, 212, 198, 0.5);
}

.btn-christmas_dark {
  color: #fff !important;
  background-image: linear-gradient(to top, #2a2d33, #b44b46);
  text-shadow: -1px -1px 1px rgba(42, 45, 51, 0.8), 1px 1px 2px #131417;
}

.btn-christmas_dark:hover {
  color: white !important;
  background-image: linear-gradient(to top, #363941, #bd5b56);
}

.btn-christmas_dark:active, .btn-christmas_dark:focus {
  color: white !important;
  background-image: linear-gradient(to top, #1e2125, #a2433f);
}

[theme='christmas_dark'] ::-webkit-scrollbar-track {
  background: #301413;
}

[theme='christmas_dark'] ::-webkit-scrollbar-thumb {
  background: #b44b46;
}

[theme='christmas_dark'] ::-webkit-scrollbar-thumb:hover {
  background: #c46d69;
}

[theme='christmas_dark'] body {
  background-image: radial-gradient(#883935, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #2a2d33;
  color: #d8cece;
}

[theme='christmas_dark'] #top-menu {
  background-image: linear-gradient(179deg, #b44b46, rgba(104, 35, 35, 0.6));
}

[theme='christmas_dark'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='christmas_dark'] #top-menu, [theme='christmas_dark'] #live-search-wrapper {
  color: #fff;
}

[theme='christmas_dark'] #top-menu .top-menu-item-color, [theme='christmas_dark'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas_dark'] .form-group .bootstrap-select, [theme='christmas_dark'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #2a2d33, #1c1e22);
}

[theme='christmas_dark'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='christmas_dark'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(180, 75, 70, 0.4);
}

[theme='christmas_dark'] .form-group .bootstrap-select .dropdown-toggle, [theme='christmas_dark'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='christmas_dark'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='christmas_dark'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #d8cece;
}

[theme='christmas_dark'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(28, 30, 34, 0.5);
}

[theme='christmas_dark'] .message.sent {
  background-color: rgba(42, 45, 51, 0.4) !important;
  color: rgba(216, 206, 206, 0.7) !important;
}

[theme='christmas_dark'] .message.unread {
  border: 3px solid rgba(180, 75, 70, 0.5);
}

[theme='christmas_dark'] .list-group-item {
  color: #d8cece;
  background-color: #1c1e22;
  border-color: rgba(216, 206, 206, 0.07);
}

[theme='christmas_dark'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #b43c3c;
}

[theme='christmas_dark'] footer {
  color: #d8cece;
  background-color: rgba(42, 45, 51, 0.93);
}

[theme='christmas_dark'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='christmas_dark'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #d35959;
}

[theme='christmas_dark'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='christmas_dark'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #e6a2a2 !important;
}

[theme='christmas_dark'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='christmas_dark'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #e79191 !important;
}

[theme='christmas_dark'] .info {
  background-color: rgba(49, 52, 59, 0.5);
  color: #d8cece;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(180, 75, 70, 0.5);
}

[theme='christmas_dark'] .info .info-body {
  text-shadow: none;
}

[theme='christmas_dark'] .text-muted {
  color: rgba(216, 206, 206, 0.56) !important;
}

[theme='christmas_dark'] #favorite-game i {
  color: rgba(216, 206, 206, 0.5);
}

[theme='christmas_dark'] #favorite-game i.active {
  color: #b44b46;
}

[theme='christmas_dark'] .not_specified, [theme='christmas_dark'] [data-gender='not_specified'], [theme='christmas_dark'] [gender='not_specified'] {
  color: #696969 !important;
}

[theme='christmas_dark'] .female, [theme='christmas_dark'] [data-gender='female'], [theme='christmas_dark'] [gender='female'] {
  color: #e04141 !important;
}

[theme='christmas_dark'] .male, [theme='christmas_dark'] [data-gender='male'], [theme='christmas_dark'] [gender='male'] {
  color: #3769da !important;
}

[theme='christmas_dark'] .card .card-header {
  background-color: #2a2d33;
  background-image: linear-gradient(rgba(19, 20, 23, 0.5), rgba(65, 70, 79, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #23262b;
}

[theme='christmas_dark'] .card .card-body {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .card .card-footer {
  background-color: rgba(35, 38, 43, 0.9);
}

[theme='christmas_dark'] .card.card-toggle .card-header::after {
  color: #d8cece;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(180, 75, 70, 0.5), rgba(180, 60, 60, 0.5));
  font-weight: 1800;
}

[theme='christmas_dark'] .card.card-toggle::before, [theme='christmas_dark'] .card.card-toggle .card-footer::before {
  color: #d8cece;
  text-shadow: 0 0 6px #fff;
}

[theme='christmas_dark'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(180, 75, 70, 0.1), rgba(180, 60, 60, 0));
  text-shadow: 1px 1px 1px rgba(42, 45, 51, 0.4), 0 2px 10px rgba(180, 75, 70, 0.5);
}

[theme='christmas_dark'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(180, 75, 70, 0), rgba(180, 60, 60, 0.05));
}

[theme='christmas_dark'] .card.alternative .card-header {
  background-color: #212328;
  background-image: linear-gradient(#1e2125, #23262b);
}

[theme='christmas_dark'] .card.alternative .card-body {
  background-color: #212328;
}

[theme='christmas_dark'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #2a2d33 98%);
}

[theme='christmas_dark'] .vip-features-list .vip-feature {
  background-color: #31343b;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='christmas_dark'] .dropdown-menu {
  background-color: #2b2d33;
  box-shadow: 0 0 30px #00000044;
  color: #d8cece;
  border: 1px solid #0000000A;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-header {
  color: #d8cece;
  background-color: #23262b;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-item {
  color: #cda7a5;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-item.selected, [theme='christmas_dark'] .dropdown-menu .dropdown-item.active {
  background-color: #463337;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-item i {
  color: #9e423d;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-item:hover {
  background-color: #383035;
  color: #fff;
}

[theme='christmas_dark'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(180, 60, 60, 0.4);
}

[theme='christmas_dark'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #1c1e22, rgba(56, 60, 68, 0.9));
}

[theme='christmas_dark'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='christmas_dark'] modal .modal-container {
  background-color: #1c1e22;
}

[theme='christmas_dark'] modal .modal-close {
  background-color: red;
}

[theme='christmas_dark'] .progress {
  background-color: #15171a;
}

[theme='christmas_dark'] .simple-box {
  border: 1px solid rgba(28, 30, 34, 0.4);
}

[theme='christmas_dark'] .simple-box > div:nth-child(1) {
  background-color: rgba(28, 30, 34, 0.6);
}

[theme='christmas_dark'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas_dark'] notify.alternative {
  color: #fff !important;
  background-color: #b47046;
  text-shadow: 1px 1px 1px #6b4229;
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container {
  background-color: #2a2d33;
  color: #d8cece;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container .alert-header {
  color: #d8cece;
  text-shadow: 1px 1px 3px #1e2125;
  background-image: linear-gradient(180deg, rgba(180, 75, 70, 0.05), #23262b);
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #1c1e22;
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(42, 45, 51, 0.8);
  background-image: linear-gradient(0deg, rgba(180, 75, 70, 0.01), #292c31);
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='christmas_dark'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='christmas_dark'] .bg-front {
  color: #d8cece;
  background-color: #31343b !important;
}

[theme='christmas_dark'] .bg-back {
  color: #d8cece;
  background-color: #2a2d33 !important;
}

[theme='christmas_dark'] .bg-back-more {
  color: #d8cece;
  background-color: #23262b !important;
}

[theme='christmas_dark'] .bg-back-transparent {
  color: #d8cece;
  background-color: rgba(35, 38, 43, 0.6) !important;
}

[theme='christmas_dark'] .white-box-style {
  background-color: #2d3137 !important;
  color: #d8cece;
}

[theme='christmas_dark'] .box-glow {
  box-shadow: 0 1px 20px rgba(180, 75, 70, 0.4);
  border: 1px solid rgba(180, 75, 70, 0.4);
}

[theme='christmas_dark'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #973f3b;
  background-color: #b44b46;
  background-image: linear-gradient(#a94642, #ba544f) !important;
}

[theme='christmas_dark'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='christmas_dark'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='christmas_dark'] .bg-secondary {
  background-color: #b43c3c;
  background-image: linear-gradient(#a93838, #bf4040) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #953232;
}

[theme='christmas_dark'] .bg-secondary > * {
  color: #fff !important;
}

[theme='christmas_dark'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='christmas_dark'] .bg-tertiary {
  background-color: #b44441;
  background-image: linear-gradient(#a9403d, #bd4b48) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #963936;
}

[theme='christmas_dark'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='christmas_dark'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='christmas_dark'] .border-primary {
  border-color: #b44b46;
}

[theme='christmas_dark'] .border-secondary {
  border-color: #b43c3c;
}

[theme='christmas_dark'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #b44b46, #b43c3c) !important;
  text-shadow: 1px 1px 1px #6b2c29;
}

[theme='christmas_dark'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #cd342d, #c85b5b) !important;
}

[theme='christmas_dark'] .btn-primary:hover {
  background: linear-gradient(180deg, #bc443f, #c34b4b) !important;
}

[theme='christmas_dark'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #b43c3c, #b43c3c) !important;
  text-shadow: 1px 1px 1px #8e2f2f;
}

[theme='christmas_dark'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #cc2424, #c85b5b) !important;
}

[theme='christmas_dark'] .btn-secondary:hover {
  background: linear-gradient(180deg, #bb3535, #c34b4b) !important;
}

[theme='christmas_dark'] .btn-outline-secondary {
  background-color: #b43c3c;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='christmas_dark'] .btn-outline-secondary:hover {
  background-color: #b44b46;
}

[theme='christmas_dark'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #6b6b6b;
}

[theme='christmas_dark'] .accordion {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .accordion-toggle.open {
  background-color: #463337;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item, [theme='christmas_dark'] nav.side-menu-right .side-menu-item {
  color: #d8cece;
  background-color: #2a2d33;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #2a2d33;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.attention, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.attention {
  background-color: #533639;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='christmas_dark'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(216, 206, 206, 0.8);
  text-shadow: 0 0 5px #212a3c;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item:hover, [theme='christmas_dark'] nav.side-menu-right .side-menu-item:hover {
  background-color: #2a2d33;
  background-image: linear-gradient(6deg, rgba(184, 56, 56, 0.2), rgba(184, 72, 66, 0.2)) !important;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.active, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #c22e2e, #c33d37) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.active:hover, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #d11f1f, #d23028) !important;
  color: #fff;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #883935;
}

[theme='christmas_dark'] nav.side-menu-left .bubble, [theme='christmas_dark'] nav.side-menu-right .bubble {
  background-color: #b44b46;
  color: #fff;
  text-shadow: 1px 1px 1px #6b2c29;
  border-radius: 5px;
}

[theme='christmas_dark'] .list-group-menu .list-group-item {
  color: #d35959;
  background-color: rgba(42, 45, 51, 0.99);
  text-shadow: 1px 1px 1px #25282d;
  background-image: linear-gradient(rgba(42, 45, 51, 0) 66%, rgba(180, 60, 60, 0.05));
}

[theme='christmas_dark'] .list-group-menu .list-group-item i {
  color: rgba(180, 75, 70, 0.8);
}

[theme='christmas_dark'] .list-group-menu .list-group-item:hover {
  background-color: #23262b;
  color: #d97171;
}

[theme='christmas_dark'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#c33d37, #c22e2e) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(42, 45, 51, 0.12);
}

[theme='christmas_dark'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='christmas_dark'] #live-search {
  outline: none;
}

[theme='christmas_dark'] #live-search-list {
  background-color: #2a2d33;
  color: #d8cece;
}

[theme='christmas_dark'] #live-search-list .search-item:hover {
  background-color: rgba(180, 75, 70, 0.1);
  color: #d8cece;
}

[theme='christmas_dark'] #live-search-list .search-item .search-item-category {
  color: rgba(216, 206, 206, 0.5);
}

[theme='christmas_dark'] .tournament-row {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(42, 45, 51, 0.7), rgba(42, 45, 51, 0.9));
}

[theme='christmas_dark'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(216, 206, 206, 0.3);
}

[theme='christmas_dark'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(42, 45, 51, 0.97), -1px -1px 1px rgba(216, 206, 206, 0.04), 1px 1px 1px rgba(42, 45, 51, 0.04);
}

[theme='christmas_dark'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(216, 206, 206, 0.3);
}

[theme='christmas_dark'] .border-top {
  border-top: 1px solid rgba(216, 206, 206, 0.1) !important;
}

[theme='christmas_dark'] .form-control, [theme='christmas_dark'] input, [theme='christmas_dark'] textarea, [theme='christmas_dark'] select, [theme='christmas_dark'] .trumbowyg-box, [theme='christmas_dark'] .custom-file-label {
  background-color: #434343;
  color: #d8cece;
}

[theme='christmas_dark'] .form-control:focus, [theme='christmas_dark'] input:focus, [theme='christmas_dark'] textarea:focus, [theme='christmas_dark'] select:focus, [theme='christmas_dark'] .trumbowyg-box:focus, [theme='christmas_dark'] .custom-file-label:focus {
  border-color: rgba(180, 60, 60, 0.5);
  box-shadow: 0 0 0 2px rgba(180, 75, 70, 0.3);
}

[theme='christmas_dark'] .form-control::placeholder, [theme='christmas_dark'] input::placeholder, [theme='christmas_dark'] textarea::placeholder, [theme='christmas_dark'] select::placeholder, [theme='christmas_dark'] .trumbowyg-box::placeholder, [theme='christmas_dark'] .custom-file-label::placeholder {
  color: rgba(216, 206, 206, 0.5);
}

[theme='christmas_dark'] .custom-file-label {
  border: 1px solid #393939;
  background-color: #434343;
  color: #d8cece;
}

[theme='christmas_dark'] .custom-file-label::after {
  border-left: 1px solid #313131;
  background-color: #484848;
}

[theme='christmas_dark'] .file-upload .file-upload-list {
  background-color: #3b3b3b;
  border: 1px solid #313131;
}

[theme='christmas_dark'] .file-upload .custom-file-label {
  color: lightgray;
}

[theme='christmas_dark'] .input-slider {
  background-image: linear-gradient(90deg, #2a2d33, #4d3538);
}

[theme='christmas_dark'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #9d3434, #b44b46);
  box-shadow: 0 0 20px #883935;
  border: 1px solid rgba(42, 45, 51, 0.5);
}

[theme='christmas_dark'] .tab-pane {
  background-color: rgba(42, 45, 51, 0.8);
}

[theme='christmas_dark'] table, [theme='christmas_dark'] .table, [theme='christmas_dark'] .message-content table, .message-content [theme='christmas_dark'] table {
  color: #d8cece;
}

[theme='christmas_dark'] table.alternate tr:nth-child(even), [theme='christmas_dark'] .table.alternate tr:nth-child(even), [theme='christmas_dark'] .message-content table.alternate tr:nth-child(even), .message-content [theme='christmas_dark'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='christmas_dark'] table.pretty tr, [theme='christmas_dark'] .table.pretty tr, [theme='christmas_dark'] .message-content table.pretty tr, .message-content [theme='christmas_dark'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='christmas_dark'] table.pretty tr:nth-child(even), [theme='christmas_dark'] .table.pretty tr:nth-child(even), [theme='christmas_dark'] .message-content table.pretty tr:nth-child(even), .message-content [theme='christmas_dark'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='christmas_dark'] table.pretty tr td, [theme='christmas_dark'] .table.pretty tr td, [theme='christmas_dark'] .message-content table.pretty tr td, .message-content [theme='christmas_dark'] table.pretty tr td {
  padding: 5px 0;
}

[theme='christmas_dark'] .nav .nav-link {
  background: transparent linear-gradient(#8f6d6c, #9c5454);
  color: #fff;
  text-shadow: 1px 1px 1px #6b2c29;
  border: none;
}

[theme='christmas_dark'] .nav .nav-link:hover, [theme='christmas_dark'] .nav .nav-link.active {
  background: transparent linear-gradient(#b44b46, #b43c3c);
}

[theme='christmas_dark'] .floating-notification {
  background: linear-gradient(180deg, rgba(42, 45, 51, 0.9) 0%, #2a2d33 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='christmas_dark'] .trumbowyg-box {
  text-shadow: none;
}

[theme='christmas_dark'] .trumbowyg-box svg {
  color: #d8cece;
  fill: #d8cece;
}

[theme='christmas_dark'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='christmas_dark'] .trumbowyg-box .trumbowyg-active {
  background: #363941;
}

[theme='christmas_dark'] .trumbowyg-box .trumbowyg-dropdown, [theme='christmas_dark'] .trumbowyg-box button {
  background-color: #25282d;
  color: #d8cece;
  border: none;
  border-radius: 5px;
}

[theme='christmas_dark'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #2a2d33;
}

[theme='christmas_dark'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='christmas_dark'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #2a2d33;
}

[theme='christmas_dark'] .trumbowyg-modal-box {
  background: #2a2d33;
  border: none !important;
}

[theme='christmas_dark'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='christmas_dark'] .trumbowyg-modal-box * {
  border: none;
}

[theme='christmas_dark'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='christmas_dark'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='christmas_dark'] .vip-advantage {
  background-image: linear-gradient(#2a2d33, #1c1e22);
}

[theme='christmas_dark'] .ad_notify {
  color: #d8cece;
  background-color: #2a2d33;
}

[theme='christmas_dark'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #b44b46;
}

[theme='christmas_dark'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(180, 75, 70, 0.34);
}

[theme='christmas_dark'] .gametile .game-title {
  background-color: #2a2d33;
  text-shadow: 0 0 2px rgba(42, 45, 51, 0.5);
  color: #d8cece;
}

[theme='christmas_dark'] .gametile .game-online {
  background-color: #2a2d33;
  text-shadow: 0 0 2px rgba(42, 45, 51, 0.5);
  color: #d8cece;
}

[theme='christmas_dark'] .game-challenge {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .game-challenge .game-challenge-name {
  color: #d8cece;
}

[theme='christmas_dark'] .shared_mission_state_waiting {
  background-color: #322f34 !important;
}

[theme='christmas_dark'] .shared_mission_state_running {
  background-color: #3d3136 !important;
}

[theme='christmas_dark'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(42, 45, 51, 0.9) 0%, rgba(42, 45, 51, 0.6) 100%);
}

[theme='christmas_dark'] #profile-subnav .profile-subnav-navitem-link {
  color: #d8cece;
}

[theme='christmas_dark'] #profile-subnav .profile-subnav-navitem-icon {
  color: #b44b46;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='christmas_dark'] .prize-drawing {
  background-color: #31343b !important;
  background-image: none !important;
}

[theme='christmas_dark'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ed9c9c;
  border: 3px solid #b43c3c;
}

[theme='christmas_dark'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='christmas_dark'] .prize-drawing .hint {
  background: linear-gradient(#b43c3c, #862d2d);
  color: #fff;
}

[theme='christmas_dark'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #2a2d33 !important;
  background-image: linear-gradient(#2a2d33, #070809) !important;
}

[theme='christmas_dark'] .prize-drawing .trade-container-item {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #0e0f11;
  color: rgba(213, 210, 204, 0.2);
  text-shadow: 1px 1px 1px #2a2d33;
}

[theme='christmas_dark'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='christmas_dark'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='christmas_dark'] .no-results {
  background: none;
}

[theme='christmas_dark'] .CCcontainer {
  background-color: #222222;
}

[theme='christmas_dark'] .CCcontainer #chatText {
  background-color: #282b30;
}

[theme='christmas_dark'] .CCcontainer .menu {
  background-color: #2a2d33;
}

[theme='christmas_dark'] orb {
  color: rgba(216, 206, 206, 0.45);
  text-shadow: 0 0 5px rgba(180, 75, 70, 0.5);
}

[theme='christmas_dark'] hr {
  border-color: rgba(213, 210, 204, 0.14);
}

[theme='christmas_dark'] .bg-back > h1, [theme='christmas_dark'] .bg-back > h2, [theme='christmas_dark'] .bg-back > h3 {
  text-shadow: 1px 1px 1px #0e0f11;
}

[theme='christmas_dark'] .bg-front > h1, [theme='christmas_dark'] .bg-front > h2, [theme='christmas_dark'] .bg-front > h3 {
  text-shadow: 1px 1px 1px #0e0f11;
}

[theme='christmas_dark'] .card .card-header {
  background-image: linear-gradient(#31343b, #282b30);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='christmas_dark'] .card .card-body {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .card.card-toggle::before, [theme='christmas_dark'] .card.card-toggle .card-footer::before {
  color: #d8cece;
}

[theme='christmas_dark'] .form-control, [theme='christmas_dark'] input, [theme='christmas_dark'] textarea, [theme='christmas_dark'] select, [theme='christmas_dark'] .trumbowyg-box {
  background-color: #383c44;
}

[theme='christmas_dark'] .progress {
  background-color: #383c44;
}

[theme='christmas_dark'] #profile-subnav .profile-subnav-navitem-link {
  color: #d8cece;
  text-shadow: 1px 1px 1px rgba(42, 45, 51, 0.5);
}

[theme='christmas_dark'] #profile-subnav .profile-subnav-navitem-icon {
  color: #c77470;
  text-shadow: 1px 1px 1px rgba(42, 45, 51, 0.8);
}

[theme='christmas_dark'] .CCcontainer {
  background-color: #343434;
}

[theme='christmas_dark'] .white-tag {
  background-color: rgba(42, 45, 51, 0.5);
  color: #d8cece;
}

[theme='christmas_dark'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='christmas_dark'] .dropdown-menu {
  background-color: #2a2d33;
}

[theme='christmas_dark'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#5c2624, #862d2d) !important;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='christmas_dark'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #c77470;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item:hover, [theme='christmas_dark'] nav.side-menu-right .side-menu-item:hover {
  background-color: #463337;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.active:hover, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #d23028, #d11f1f) !important;
  color: #fff;
}

[theme='christmas_dark'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='christmas_dark'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='christmas_dark'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #2a2d33, #b44b46);
  text-shadow: -1px -1px 1px rgba(42, 45, 51, 0.8), 1px 1px 2px #131417;
}

[theme='christmas_dark'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #363941, #bd5b56);
}

[theme='christmas_dark'] .btn-current-theme:active, [theme='christmas_dark'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #1e2125, #a2433f);
}

[theme='christmas_dark'] body {
  background-image: none;
  background-color: #131417;
}

.btn-cozy {
  color: #fff !important;
  background-image: linear-gradient(to top, #E94F37, #e9a237);
  text-shadow: -1px -1px 1px rgba(233, 79, 55, 0.8), 1px 1px 2px #d63117;
}

.btn-cozy:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ec634e, #ecad4e);
}

.btn-cozy:active, .btn-cozy:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e63b20, #e69720);
}

[theme='cozy'] ::-webkit-scrollbar-track {
  background: #5e3d0a;
}

[theme='cozy'] ::-webkit-scrollbar-thumb {
  background: #e9a237;
}

[theme='cozy'] ::-webkit-scrollbar-thumb:hover {
  background: #eeb765;
}

[theme='cozy'] body {
  background-image: radial-gradient(#cc8416, #1e0703);
  background-attachment: fixed;
  background-size: cover;
  background-color: #26201b;
  color: #c2c3b7;
}

[theme='cozy'] #top-menu {
  background-image: linear-gradient(179deg, #e9a237, rgba(168, 39, 18, 0.6));
}

[theme='cozy'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='cozy'] #top-menu, [theme='cozy'] #live-search-wrapper {
  color: #fff;
}

[theme='cozy'] #top-menu .top-menu-item-color, [theme='cozy'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='cozy'] .form-group .bootstrap-select, [theme='cozy'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #26201b, #14110e);
}

[theme='cozy'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='cozy'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(233, 162, 55, 0.4);
}

[theme='cozy'] .form-group .bootstrap-select .dropdown-toggle, [theme='cozy'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='cozy'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='cozy'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #c2c3b7;
}

[theme='cozy'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(20, 17, 14, 0.5);
}

[theme='cozy'] .message.sent {
  background-color: rgba(38, 32, 27, 0.4) !important;
  color: rgba(194, 195, 183, 0.7) !important;
}

[theme='cozy'] .message.unread {
  border: 3px solid rgba(233, 162, 55, 0.5);
}

[theme='cozy'] .list-group-item {
  color: #c2c3b7;
  background-color: #14110e;
  border-color: rgba(194, 195, 183, 0.07);
}

[theme='cozy'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #E94F37;
}

[theme='cozy'] footer {
  color: #c2c3b7;
  background-color: rgba(38, 32, 27, 0.93);
}

[theme='cozy'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='cozy'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #ffab7e;
}

[theme='cozy'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='cozy'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #ffe7da !important;
}

[theme='cozy'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='cozy'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #ffddcb !important;
}

[theme='cozy'] .info {
  background-color: rgba(47, 40, 33, 0.5);
  color: #c2c3b7;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(233, 162, 55, 0.5);
}

[theme='cozy'] .info .info-body {
  text-shadow: none;
}

[theme='cozy'] .text-muted {
  color: rgba(194, 195, 183, 0.56) !important;
}

[theme='cozy'] #favorite-game i {
  color: rgba(194, 195, 183, 0.5);
}

[theme='cozy'] #favorite-game i.active {
  color: #e9a237;
}

[theme='cozy'] .not_specified, [theme='cozy'] [data-gender='not_specified'], [theme='cozy'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='cozy'] .female, [theme='cozy'] [data-gender='female'], [theme='cozy'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='cozy'] .male, [theme='cozy'] [data-gender='male'], [theme='cozy'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='cozy'] .card .card-header {
  background-color: #26201b;
  background-image: linear-gradient(rgba(8, 7, 6, 0.5), rgba(68, 57, 48, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #1d1815;
}

[theme='cozy'] .card .card-body {
  background-color: #26201b;
}

[theme='cozy'] .card .card-footer {
  background-color: rgba(29, 24, 21, 0.9);
}

[theme='cozy'] .card.card-toggle .card-header::after {
  color: #c2c3b7;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(233, 162, 55, 0.5), rgba(233, 79, 55, 0.5));
  font-weight: 1800;
}

[theme='cozy'] .card.card-toggle::before, [theme='cozy'] .card.card-toggle .card-footer::before {
  color: #c2c3b7;
  text-shadow: 0 0 6px #fff;
}

[theme='cozy'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(233, 162, 55, 0.1), rgba(233, 79, 55, 0));
  text-shadow: 1px 1px 1px rgba(38, 32, 27, 0.4), 0 2px 10px rgba(233, 162, 55, 0.5);
}

[theme='cozy'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(233, 162, 55, 0), rgba(233, 79, 55, 0.05));
}

[theme='cozy'] .card.alternative .card-header {
  background-color: #1a1613;
  background-image: linear-gradient(#171310, #1d1815);
}

[theme='cozy'] .card.alternative .card-body {
  background-color: #1a1613;
}

[theme='cozy'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #26201b 98%);
}

[theme='cozy'] .vip-features-list .vip-feature {
  background-color: #2f2821;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='cozy'] .dropdown-menu {
  background-color: #28211b;
  box-shadow: 0 0 30px #00000044;
  color: #c2c3b7;
  border: 1px solid #0000000A;
}

[theme='cozy'] .dropdown-menu .dropdown-header {
  color: #c2c3b7;
  background-color: #1d1815;
}

[theme='cozy'] .dropdown-menu .dropdown-item {
  color: #ceb991;
}

[theme='cozy'] .dropdown-menu .dropdown-item.selected, [theme='cozy'] .dropdown-menu .dropdown-item.active {
  background-color: #4d3a21;
}

[theme='cozy'] .dropdown-menu .dropdown-item i {
  color: #e6951b;
}

[theme='cozy'] .dropdown-menu .dropdown-item:hover {
  background-color: #3a2d1e;
  color: #fff;
}

[theme='cozy'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(233, 79, 55, 0.4);
}

[theme='cozy'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #14110e, rgba(56, 47, 40, 0.9));
}

[theme='cozy'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='cozy'] modal .modal-container {
  background-color: #14110e;
}

[theme='cozy'] modal .modal-close {
  background-color: red;
}

[theme='cozy'] .progress {
  background-color: #0b0908;
}

[theme='cozy'] .simple-box {
  border: 1px solid rgba(20, 17, 14, 0.4);
}

[theme='cozy'] .simple-box > div:nth-child(1) {
  background-color: rgba(20, 17, 14, 0.6);
}

[theme='cozy'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='cozy'] notify.alternative {
  color: #212529 !important;
  background-color: #e9dd37;
  text-shadow: 1px 1px 1px #a89e12;
}

[theme='cozy'] alert .alert-wrapper .alert-container {
  background-color: #26201b;
  color: #c2c3b7;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='cozy'] alert .alert-wrapper .alert-container .alert-header {
  color: #c2c3b7;
  text-shadow: 1px 1px 3px #171310;
  background-image: linear-gradient(180deg, rgba(233, 162, 55, 0.05), #1d1815);
}

[theme='cozy'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #14110e;
}

[theme='cozy'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(38, 32, 27, 0.8);
  background-image: linear-gradient(0deg, rgba(233, 162, 55, 0.01), #241e1a);
}

[theme='cozy'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='cozy'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='cozy'] .bg-front {
  color: #c2c3b7;
  background-color: #2f2821 !important;
}

[theme='cozy'] .bg-back {
  color: #c2c3b7;
  background-color: #26201b !important;
}

[theme='cozy'] .bg-back-more {
  color: #c2c3b7;
  background-color: #1d1815 !important;
}

[theme='cozy'] .bg-back-transparent {
  color: #c2c3b7;
  background-color: rgba(29, 24, 21, 0.6) !important;
}

[theme='cozy'] .white-box-style {
  background-color: #2a241e !important;
  color: #c2c3b7;
}

[theme='cozy'] .box-glow {
  box-shadow: 0 1px 20px rgba(233, 162, 55, 0.4);
  border: 1px solid rgba(233, 162, 55, 0.4);
}

[theme='cozy'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #df9018;
  background-color: #e9a237;
  background-image: linear-gradient(#e79c29, #eba845) !important;
}

[theme='cozy'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='cozy'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='cozy'] .bg-secondary {
  background-color: #E94F37;
  background-image: linear-gradient(#e74329, #eb5b45) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #df3318;
}

[theme='cozy'] .bg-secondary > * {
  color: #fff !important;
}

[theme='cozy'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='cozy'] .bg-tertiary {
  background-color: #e97937;
  background-image: linear-gradient(#e77029, #eb8245) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #df6218;
}

[theme='cozy'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='cozy'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='cozy'] .border-primary {
  border-color: #e9a237;
}

[theme='cozy'] .border-secondary {
  border-color: #E94F37;
}

[theme='cozy'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #e9a237, #E94F37) !important;
  text-shadow: 1px 1px 1px #a86c12;
}

[theme='cozy'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ffa621, #ee7765) !important;
}

[theme='cozy'] .btn-primary:hover {
  background: linear-gradient(180deg, #f0a330, #ec6753) !important;
}

[theme='cozy'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #E94F37, #E94F37) !important;
  text-shadow: 1px 1px 1px #d63117;
}

[theme='cozy'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff3f21, #ee7765) !important;
}

[theme='cozy'] .btn-secondary:hover {
  background: linear-gradient(180deg, #f04a30, #ec6753) !important;
}

[theme='cozy'] .btn-outline-secondary {
  background-color: #E94F37;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='cozy'] .btn-outline-secondary:hover {
  background-color: #e9a237;
}

[theme='cozy'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #a9685e;
}

[theme='cozy'] .accordion {
  background-color: #26201b;
}

[theme='cozy'] .accordion-toggle.open {
  background-color: #4d3a21;
}

[theme='cozy'] nav.side-menu-left .side-menu-item, [theme='cozy'] nav.side-menu-right .side-menu-item {
  color: #c2c3b7;
  background-color: #26201b;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #26201b;
}

[theme='cozy'] nav.side-menu-left .side-menu-item.attention, [theme='cozy'] nav.side-menu-right .side-menu-item.attention {
  background-color: #614723;
}

[theme='cozy'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='cozy'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(194, 195, 183, 0.8);
  text-shadow: 0 0 5px #2d1f15;
}

[theme='cozy'] nav.side-menu-left .side-menu-item:hover, [theme='cozy'] nav.side-menu-right .side-menu-item:hover {
  background-color: #26201b;
  background-image: linear-gradient(6deg, rgba(236, 77, 52, 0.2), rgba(236, 163, 52, 0.2)) !important;
}

[theme='cozy'] nav.side-menu-left .side-menu-item.active, [theme='cozy'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #f6452a, #f6a52a) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='cozy'] nav.side-menu-left .side-menu-item.active:hover, [theme='cozy'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ff3f21, #ffa621) !important;
  color: #fff;
}

[theme='cozy'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='cozy'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #cc8416;
}

[theme='cozy'] nav.side-menu-left .bubble, [theme='cozy'] nav.side-menu-right .bubble {
  background-color: #e9a237;
  color: #fff;
  text-shadow: 1px 1px 1px #a86c12;
  border-radius: 5px;
}

[theme='cozy'] .list-group-menu .list-group-item {
  color: #ffab7e;
  background-color: rgba(38, 32, 27, 0.99);
  text-shadow: 1px 1px 1px #201b17;
  background-image: linear-gradient(rgba(38, 32, 27, 0) 66%, rgba(233, 79, 55, 0.05));
}

[theme='cozy'] .list-group-menu .list-group-item i {
  color: rgba(233, 162, 55, 0.8);
}

[theme='cozy'] .list-group-menu .list-group-item:hover {
  background-color: #1d1815;
  color: #ffbf9d;
}

[theme='cozy'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#f6a52a, #f6452a) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(38, 32, 27, 0.12);
}

[theme='cozy'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='cozy'] #live-search {
  outline: none;
}

[theme='cozy'] #live-search-list {
  background-color: #26201b;
  color: #c2c3b7;
}

[theme='cozy'] #live-search-list .search-item:hover {
  background-color: rgba(233, 162, 55, 0.1);
  color: #c2c3b7;
}

[theme='cozy'] #live-search-list .search-item .search-item-category {
  color: rgba(194, 195, 183, 0.5);
}

[theme='cozy'] .tournament-row {
  background-color: #26201b;
}

[theme='cozy'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(38, 32, 27, 0.7), rgba(38, 32, 27, 0.9));
}

[theme='cozy'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(194, 195, 183, 0.3);
}

[theme='cozy'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(38, 32, 27, 0.97), -1px -1px 1px rgba(194, 195, 183, 0.04), 1px 1px 1px rgba(38, 32, 27, 0.04);
}

[theme='cozy'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(194, 195, 183, 0.3);
}

[theme='cozy'] .border-top {
  border-top: 1px solid rgba(194, 195, 183, 0.1) !important;
}

[theme='cozy'] .form-control, [theme='cozy'] input, [theme='cozy'] textarea, [theme='cozy'] select, [theme='cozy'] .trumbowyg-box, [theme='cozy'] .custom-file-label {
  background-color: #393531;
  color: #c2c3b7;
}

[theme='cozy'] .form-control:focus, [theme='cozy'] input:focus, [theme='cozy'] textarea:focus, [theme='cozy'] select:focus, [theme='cozy'] .trumbowyg-box:focus, [theme='cozy'] .custom-file-label:focus {
  border-color: rgba(233, 79, 55, 0.5);
  box-shadow: 0 0 0 2px rgba(233, 162, 55, 0.3);
}

[theme='cozy'] .form-control::placeholder, [theme='cozy'] input::placeholder, [theme='cozy'] textarea::placeholder, [theme='cozy'] select::placeholder, [theme='cozy'] .trumbowyg-box::placeholder, [theme='cozy'] .custom-file-label::placeholder {
  color: rgba(194, 195, 183, 0.5);
}

[theme='cozy'] .custom-file-label {
  border: 1px solid #2e2a28;
  background-color: #393531;
  color: #c2c3b7;
}

[theme='cozy'] .custom-file-label::after {
  border-left: 1px solid #252321;
  background-color: #3e3a36;
}

[theme='cozy'] .file-upload .file-upload-list {
  background-color: #302d2a;
  border: 1px solid #252321;
}

[theme='cozy'] .file-upload .custom-file-label {
  color: #bdbdbd;
}

[theme='cozy'] .input-slider {
  background-image: linear-gradient(90deg, #26201b, #574122);
}

[theme='cozy'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #e6371b, #e9a237);
  box-shadow: 0 0 20px #cc8416;
  border: 1px solid rgba(38, 32, 27, 0.5);
}

[theme='cozy'] .tab-pane {
  background-color: rgba(38, 32, 27, 0.8);
}

[theme='cozy'] table, [theme='cozy'] .table, [theme='cozy'] .message-content table, .message-content [theme='cozy'] table {
  color: #c2c3b7;
}

[theme='cozy'] table.alternate tr:nth-child(even), [theme='cozy'] .table.alternate tr:nth-child(even), [theme='cozy'] .message-content table.alternate tr:nth-child(even), .message-content [theme='cozy'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='cozy'] table.pretty tr, [theme='cozy'] .table.pretty tr, [theme='cozy'] .message-content table.pretty tr, .message-content [theme='cozy'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='cozy'] table.pretty tr:nth-child(even), [theme='cozy'] .table.pretty tr:nth-child(even), [theme='cozy'] .message-content table.pretty tr:nth-child(even), .message-content [theme='cozy'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='cozy'] table.pretty tr td, [theme='cozy'] .table.pretty tr td, [theme='cozy'] .message-content table.pretty tr td, .message-content [theme='cozy'] table.pretty tr td {
  padding: 5px 0;
}

[theme='cozy'] .nav .nav-link {
  background: transparent linear-gradient(#c89b58, #d35f4d);
  color: #fff;
  text-shadow: 1px 1px 1px #a86c12;
  border: none;
}

[theme='cozy'] .nav .nav-link:hover, [theme='cozy'] .nav .nav-link.active {
  background: transparent linear-gradient(#e9a237, #E94F37);
}

[theme='cozy'] .floating-notification {
  background: linear-gradient(180deg, rgba(38, 32, 27, 0.9) 0%, #26201b 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='cozy'] .trumbowyg-box {
  text-shadow: none;
}

[theme='cozy'] .trumbowyg-box svg {
  color: #c2c3b7;
  fill: #c2c3b7;
}

[theme='cozy'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='cozy'] .trumbowyg-box .trumbowyg-active {
  background: #352d26;
}

[theme='cozy'] .trumbowyg-box .trumbowyg-dropdown, [theme='cozy'] .trumbowyg-box button {
  background-color: #201b17;
  color: #c2c3b7;
  border: none;
  border-radius: 5px;
}

[theme='cozy'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #26201b;
}

[theme='cozy'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='cozy'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #26201b;
}

[theme='cozy'] .trumbowyg-modal-box {
  background: #26201b;
  border: none !important;
}

[theme='cozy'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='cozy'] .trumbowyg-modal-box * {
  border: none;
}

[theme='cozy'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='cozy'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='cozy'] .vip-advantage {
  background-image: linear-gradient(#26201b, #14110e);
}

[theme='cozy'] .ad_notify {
  color: #c2c3b7;
  background-color: #26201b;
}

[theme='cozy'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #e9a237;
}

[theme='cozy'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(233, 162, 55, 0.34);
}

[theme='cozy'] .gametile .game-title {
  background-color: #26201b;
  text-shadow: 0 0 2px rgba(38, 32, 27, 0.5);
  color: #c2c3b7;
}

[theme='cozy'] .gametile .game-online {
  background-color: #26201b;
  text-shadow: 0 0 2px rgba(38, 32, 27, 0.5);
  color: #c2c3b7;
}

[theme='cozy'] .game-challenge {
  background-color: #26201b;
}

[theme='cozy'] .game-challenge .game-challenge-name {
  color: #c2c3b7;
}

[theme='cozy'] .shared_mission_state_waiting {
  background-color: #32281d !important;
}

[theme='cozy'] .shared_mission_state_running {
  background-color: #41321f !important;
}

[theme='cozy'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(38, 32, 27, 0.9) 0%, rgba(38, 32, 27, 0.6) 100%);
}

[theme='cozy'] #profile-subnav .profile-subnav-navitem-link {
  color: #c2c3b7;
}

[theme='cozy'] #profile-subnav .profile-subnav-navitem-icon {
  color: #e9a237;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='cozy'] .prize-drawing {
  background-color: #2f2821 !important;
  background-image: none !important;
}

[theme='cozy'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ffc3ba;
  border: 3px solid #E94F37;
}

[theme='cozy'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='cozy'] .prize-drawing .hint {
  background: linear-gradient(#E94F37, #cc2f16);
  color: #fff;
}

[theme='cozy'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #26201b !important;
  background-image: linear-gradient(#26201b, black) !important;
}

[theme='cozy'] .prize-drawing .trade-container-item {
  background-color: #26201b;
}

[theme='cozy'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #020202;
  color: rgba(217, 223, 228, 0.2);
  text-shadow: 1px 1px 1px #26201b;
}

[theme='cozy'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='cozy'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='cozy'] .no-results {
  background: none;
}

[theme='cozy'] .CCcontainer {
  background-color: #151412;
}

[theme='cozy'] .CCcontainer #chatText {
  background-color: #231d19;
}

[theme='cozy'] .CCcontainer .menu {
  background-color: #26201b;
}

[theme='cozy'] orb {
  color: rgba(194, 195, 183, 0.45);
  text-shadow: 0 0 5px rgba(233, 162, 55, 0.5);
}

[theme='cozy'] hr {
  border-color: rgba(217, 223, 228, 0.14);
}

[theme='cozy'] .bg-back > h1, [theme='cozy'] .bg-back > h2, [theme='cozy'] .bg-back > h3 {
  text-shadow: 1px 1px 1px #020202;
}

[theme='cozy'] .bg-front > h1, [theme='cozy'] .bg-front > h2, [theme='cozy'] .bg-front > h3 {
  text-shadow: 1px 1px 1px #020202;
}

[theme='cozy'] .card .card-header {
  background-image: linear-gradient(#2f2821, #231d19);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='cozy'] .card .card-body {
  background-color: #26201b;
}

[theme='cozy'] .card.card-toggle::before, [theme='cozy'] .card.card-toggle .card-footer::before {
  color: #c2c3b7;
}

[theme='cozy'] .form-control, [theme='cozy'] input, [theme='cozy'] textarea, [theme='cozy'] select, [theme='cozy'] .trumbowyg-box {
  background-color: #382f28;
}

[theme='cozy'] .progress {
  background-color: #382f28;
}

[theme='cozy'] #profile-subnav .profile-subnav-navitem-link {
  color: #c2c3b7;
  text-shadow: 1px 1px 1px rgba(38, 32, 27, 0.5);
}

[theme='cozy'] #profile-subnav .profile-subnav-navitem-icon {
  color: #efbc6e;
  text-shadow: 1px 1px 1px rgba(38, 32, 27, 0.8);
}

[theme='cozy'] .CCcontainer {
  background-color: #282523;
}

[theme='cozy'] .white-tag {
  background-color: rgba(38, 32, 27, 0.5);
  color: #c2c3b7;
}

[theme='cozy'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='cozy'] .dropdown-menu {
  background-color: #26201b;
}

[theme='cozy'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#956010, #cc2f16) !important;
}

[theme='cozy'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='cozy'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #efbc6e;
}

[theme='cozy'] nav.side-menu-left .side-menu-item:hover, [theme='cozy'] nav.side-menu-right .side-menu-item:hover {
  background-color: #4d3a21;
}

[theme='cozy'] nav.side-menu-left .side-menu-item.active:hover, [theme='cozy'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ffa621, #ff3f21) !important;
  color: #fff;
}

[theme='cozy'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='cozy'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='cozy'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #E94F37, #e9a237);
  text-shadow: -1px -1px 1px rgba(233, 79, 55, 0.8), 1px 1px 2px #d63117;
}

[theme='cozy'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ec634e, #ecad4e);
}

[theme='cozy'] .btn-current-theme:active, [theme='cozy'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e63b20, #e69720);
}

[theme='cozy'] #app {
  background-color: #33333399;
}

[theme='cozy'] #top-menu {
  background-image: linear-gradient(179deg, #e9a237, #E94F37), linear-gradient(transparent, rgba(38, 32, 27, 0.8));
}

.btn-night {
  color: #fff !important;
  background-image: linear-gradient(to top, #1e1e2dcc, #232677);
  text-shadow: -1px -1px 1px rgba(30, 30, 45, 0.6), 1px 1px 2px rgba(10, 10, 14, 0.8);
}

.btn-night:hover {
  color: white !important;
  background-image: linear-gradient(to top, rgba(40, 40, 60, 0.8), #292c8b);
}

.btn-night:active, .btn-night:focus {
  color: white !important;
  background-image: linear-gradient(to top, rgba(20, 20, 30, 0.8), #1d2063);
}

[theme='night'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='night'] ::-webkit-scrollbar-thumb {
  background: #232677;
}

[theme='night'] ::-webkit-scrollbar-thumb:hover {
  background: #2f339e;
}

[theme='night'] body {
  background-image: radial-gradient(#151748, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #1e1e2dcc;
  color: #c4beca;
}

[theme='night'] #top-menu {
  background-image: linear-gradient(179deg, #232677, rgba(0, 0, 0, 0.6));
}

[theme='night'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='night'] #top-menu, [theme='night'] #live-search-wrapper {
  color: #fff;
}

[theme='night'] #top-menu .top-menu-item-color, [theme='night'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='night'] .form-group .bootstrap-select, [theme='night'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #1e1e2dcc, rgba(18, 18, 27, 0.8));
}

[theme='night'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='night'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(35, 38, 119, 0.4);
}

[theme='night'] .form-group .bootstrap-select .dropdown-toggle, [theme='night'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='night'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='night'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #c4beca;
}

[theme='night'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(18, 18, 27, 0.3);
}

[theme='night'] .message.sent {
  background-color: rgba(30, 30, 45, 0.2) !important;
  color: rgba(196, 190, 202, 0.7) !important;
}

[theme='night'] .message.unread {
  border: 3px solid rgba(35, 38, 119, 0.5);
}

[theme='night'] .list-group-item {
  color: #c4beca;
  background-color: rgba(18, 18, 27, 0.8);
  border-color: rgba(196, 190, 202, 0.07);
}

[theme='night'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #1c1e38;
}

[theme='night'] footer {
  color: #c4beca;
  background-color: rgba(30, 30, 45, 0.73);
}

[theme='night'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='night'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #ab9ae8;
}

[theme='night'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='night'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #e9e5f9 !important;
}

[theme='night'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='night'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #ded7f8 !important;
}

[theme='night'] .info {
  background-color: rgba(36, 36, 54, 0.3);
  color: #c4beca;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(35, 38, 119, 0.5);
}

[theme='night'] .info .info-body {
  text-shadow: none;
}

[theme='night'] .text-muted {
  color: rgba(196, 190, 202, 0.56) !important;
}

[theme='night'] #favorite-game i {
  color: rgba(196, 190, 202, 0.5);
}

[theme='night'] #favorite-game i.active {
  color: #232677;
}

[theme='night'] .not_specified, [theme='night'] [data-gender='not_specified'], [theme='night'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='night'] .female, [theme='night'] [data-gender='female'], [theme='night'] [gender='female'] {
  color: #ff7171 !important;
}

[theme='night'] .male, [theme='night'] [data-gender='male'], [theme='night'] [gender='male'] {
  color: #7ca5ff !important;
}

[theme='night'] .card .card-header {
  background-color: #1e1e2dcc;
  background-image: linear-gradient(rgba(10, 10, 14, 0.3), rgba(50, 50, 76, 0.3));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(24, 24, 36, 0.8);
}

[theme='night'] .card .card-body {
  background-color: #1e1e2dcc;
}

[theme='night'] .card .card-footer {
  background-color: rgba(24, 24, 36, 0.7);
}

[theme='night'] .card.card-toggle .card-header::after {
  color: #c4beca;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(35, 38, 119, 0.5), rgba(28, 30, 56, 0.5));
  font-weight: 1800;
}

[theme='night'] .card.card-toggle::before, [theme='night'] .card.card-toggle .card-footer::before {
  color: #c4beca;
  text-shadow: 0 0 6px #fff;
}

[theme='night'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(35, 38, 119, 0.1), rgba(28, 30, 56, 0));
  text-shadow: 1px 1px 1px rgba(30, 30, 45, 0.2), 0 2px 10px rgba(35, 38, 119, 0.5);
}

[theme='night'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(35, 38, 119, 0), rgba(28, 30, 56, 0.05));
}

[theme='night'] .card.alternative .card-header {
  background-color: rgba(22, 22, 33, 0.8);
  background-image: linear-gradient(rgba(20, 20, 30, 0.8), rgba(24, 24, 36, 0.8));
}

[theme='night'] .card.alternative .card-body {
  background-color: rgba(22, 22, 33, 0.8);
}

[theme='night'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #1e1e2d 98%);
}

[theme='night'] .vip-features-list .vip-feature {
  background-color: rgba(36, 36, 54, 0.8);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='night'] .dropdown-menu {
  background-color: rgba(30, 30, 46, 0.802);
  box-shadow: 0 0 30px #00000044;
  color: #c4beca;
  border: 1px solid #0000000A;
}

[theme='night'] .dropdown-menu .dropdown-header {
  color: #c4beca;
  background-color: rgba(24, 24, 36, 0.8);
}

[theme='night'] .dropdown-menu .dropdown-item {
  color: #9490b1;
}

[theme='night'] .dropdown-menu .dropdown-item.selected, [theme='night'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(31, 32, 65, 0.84);
}

[theme='night'] .dropdown-menu .dropdown-item i {
  color: #1c1e5f;
}

[theme='night'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(31, 31, 56, 0.82);
  color: #fff;
}

[theme='night'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(28, 30, 56, 0.4);
}

[theme='night'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(18, 18, 27, 0.8), rgba(42, 42, 63, 0.7));
}

[theme='night'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='night'] modal .modal-container {
  background-color: rgba(18, 18, 27, 0.8);
}

[theme='night'] modal .modal-close {
  background-color: red;
}

[theme='night'] .progress {
  background-color: rgba(12, 12, 17, 0.8);
}

[theme='night'] .simple-box {
  border: 1px solid rgba(18, 18, 27, 0.2);
}

[theme='night'] .simple-box > div:nth-child(1) {
  background-color: rgba(18, 18, 27, 0.4);
}

[theme='night'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='night'] notify.alternative {
  color: #fff !important;
  background-color: #3c2377;
  text-shadow: 1px 1px 1px #140c28;
}

[theme='night'] alert .alert-wrapper .alert-container {
  background-color: #1e1e2dcc;
  color: #c4beca;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='night'] alert .alert-wrapper .alert-container .alert-header {
  color: #c4beca;
  text-shadow: 1px 1px 3px rgba(20, 20, 30, 0.8);
  background-image: linear-gradient(180deg, rgba(35, 38, 119, 0.05), rgba(24, 24, 36, 0.8));
}

[theme='night'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(18, 18, 27, 0.8);
}

[theme='night'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(30, 30, 45, 0.6);
  background-image: linear-gradient(0deg, rgba(35, 38, 119, 0.01), rgba(29, 29, 43, 0.8));
}

[theme='night'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='night'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='night'] .bg-front {
  color: #c4beca;
  background-color: rgba(36, 36, 54, 0.8) !important;
}

[theme='night'] .bg-back {
  color: #c4beca;
  background-color: #1e1e2dcc !important;
}

[theme='night'] .bg-back-more {
  color: #c4beca;
  background-color: rgba(24, 24, 36, 0.8) !important;
}

[theme='night'] .bg-back-transparent {
  color: #c4beca;
  background-color: rgba(24, 24, 36, 0.4) !important;
}

[theme='night'] .white-box-style {
  background-color: rgba(33, 33, 50, 0.8) !important;
  color: #c4beca;
}

[theme='night'] .box-glow {
  box-shadow: 0 1px 20px rgba(35, 38, 119, 0.4);
  border: 1px solid rgba(35, 38, 119, 0.4);
}

[theme='night'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #1a1c57;
  background-color: #232677;
  background-image: linear-gradient(#20226b, #262a83) !important;
}

[theme='night'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='night'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='night'] .bg-secondary {
  background-color: #1c1e38;
  background-image: linear-gradient(#17192e, #212342) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #0e0f1d;
}

[theme='night'] .bg-secondary > * {
  color: #fff !important;
}

[theme='night'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='night'] .bg-tertiary {
  background-color: #202258;
  background-image: linear-gradient(#1c1e4d, #242663) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #15163a;
}

[theme='night'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='night'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='night'] .border-primary {
  border-color: #232677;
}

[theme='night'] .border-secondary {
  border-color: #1c1e38;
}

[theme='night'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #232677, #1c1e38) !important;
  text-shadow: 1px 1px 1px #0c0d28;
}

[theme='night'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #141886, #2d305a) !important;
}

[theme='night'] .btn-primary:hover {
  background: linear-gradient(180deg, #1e227c, #26294c) !important;
}

[theme='night'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #1c1e38, #1c1e38) !important;
  text-shadow: 1px 1px 1px #0b0c16;
}

[theme='night'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #141740, #2d305a) !important;
}

[theme='night'] .btn-secondary:hover {
  background: linear-gradient(180deg, #191c3b, #26294c) !important;
}

[theme='night'] .btn-outline-secondary {
  background-color: #1c1e38;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='night'] .btn-outline-secondary:hover {
  background-color: #232677;
}

[theme='night'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #1d1d1d;
}

[theme='night'] .accordion {
  background-color: #1e1e2dcc;
}

[theme='night'] .accordion-toggle.open {
  background-color: rgba(31, 32, 65, 0.84);
}

[theme='night'] nav.side-menu-left .side-menu-item, [theme='night'] nav.side-menu-right .side-menu-item {
  color: #c4beca;
  background-color: #1e1e2dcc;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #1e1e2dcc;
}

[theme='night'] nav.side-menu-left .side-menu-item.attention, [theme='night'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(32, 33, 74, 0.86);
}

[theme='night'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='night'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(196, 190, 202, 0.8);
  text-shadow: 0 0 5px rgba(23, 23, 53, 0.8);
}

[theme='night'] nav.side-menu-left .side-menu-item:hover, [theme='night'] nav.side-menu-right .side-menu-item:hover {
  background-color: #1e1e2dcc;
  background-image: linear-gradient(6deg, rgba(27, 29, 57, 0.2), rgba(33, 36, 121, 0.2)) !important;
}

[theme='night'] nav.side-menu-left .side-menu-item.active, [theme='night'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #171a3d, #1a1d80) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='night'] nav.side-menu-left .side-menu-item.active:hover, [theme='night'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #121542, #111589) !important;
  color: #fff;
}

[theme='night'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='night'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #151748;
}

[theme='night'] nav.side-menu-left .bubble, [theme='night'] nav.side-menu-right .bubble {
  background-color: #232677;
  color: #fff;
  text-shadow: 1px 1px 1px #0c0d28;
  border-radius: 5px;
}

[theme='night'] .list-group-menu .list-group-item {
  color: #ab9ae8;
  background-color: rgba(30, 30, 45, 0.79);
  text-shadow: 1px 1px 1px rgba(26, 26, 39, 0.8);
  background-image: linear-gradient(rgba(30, 30, 45, 0) 66%, rgba(28, 30, 56, 0.05));
}

[theme='night'] .list-group-menu .list-group-item i {
  color: rgba(35, 38, 119, 0.8);
}

[theme='night'] .list-group-menu .list-group-item:hover {
  background-color: rgba(24, 24, 36, 0.8);
  color: #c0b3ee;
}

[theme='night'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#1a1d80, #171a3d) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(30, 30, 45, 0);
}

[theme='night'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='night'] #live-search {
  outline: none;
}

[theme='night'] #live-search-list {
  background-color: #1e1e2dcc;
  color: #c4beca;
}

[theme='night'] #live-search-list .search-item:hover {
  background-color: rgba(35, 38, 119, 0.1);
  color: #c4beca;
}

[theme='night'] #live-search-list .search-item .search-item-category {
  color: rgba(196, 190, 202, 0.5);
}

[theme='night'] .tournament-row {
  background-color: #1e1e2dcc;
}

[theme='night'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(30, 30, 45, 0.5), rgba(30, 30, 45, 0.7));
}

[theme='night'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(196, 190, 202, 0.3);
}

[theme='night'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(30, 30, 45, 0.77), -1px -1px 1px rgba(196, 190, 202, 0.04), 1px 1px 1px rgba(30, 30, 45, 0);
}

[theme='night'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(196, 190, 202, 0.3);
}

[theme='night'] .border-top {
  border-top: 1px solid rgba(196, 190, 202, 0.1) !important;
}

[theme='night'] .form-control, [theme='night'] input, [theme='night'] textarea, [theme='night'] select, [theme='night'] .trumbowyg-box, [theme='night'] .custom-file-label {
  background-color: rgba(52, 52, 64, 0.8);
  color: #c4beca;
}

[theme='night'] .form-control:focus, [theme='night'] input:focus, [theme='night'] textarea:focus, [theme='night'] select:focus, [theme='night'] .trumbowyg-box:focus, [theme='night'] .custom-file-label:focus {
  border-color: rgba(28, 30, 56, 0.5);
  box-shadow: 0 0 0 2px rgba(35, 38, 119, 0.3);
}

[theme='night'] .form-control::placeholder, [theme='night'] input::placeholder, [theme='night'] textarea::placeholder, [theme='night'] select::placeholder, [theme='night'] .trumbowyg-box::placeholder, [theme='night'] .custom-file-label::placeholder {
  color: rgba(196, 190, 202, 0.5);
}

[theme='night'] .custom-file-label {
  border: 1px solid rgba(43, 43, 52, 0.8);
  background-color: rgba(52, 52, 64, 0.8);
  color: #c4beca;
}

[theme='night'] .custom-file-label::after {
  border-left: 1px solid rgba(36, 36, 44, 0.8);
  background-color: rgba(57, 57, 69, 0.8);
}

[theme='night'] .file-upload .file-upload-list {
  background-color: rgba(45, 45, 55, 0.8);
  border: 1px solid rgba(36, 36, 44, 0.8);
}

[theme='night'] .file-upload .custom-file-label {
  color: #c4c4c4;
}

[theme='night'] .input-slider {
  background-image: linear-gradient(90deg, #1e1e2dcc, rgba(32, 33, 70, 0.85));
}

[theme='night'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #121324, #232677);
  box-shadow: 0 0 20px #151748;
  border: 1px solid rgba(30, 30, 45, 0.3);
}

[theme='night'] .tab-pane {
  background-color: rgba(30, 30, 45, 0.6);
}

[theme='night'] table, [theme='night'] .table, [theme='night'] .message-content table, .message-content [theme='night'] table {
  color: #c4beca;
}

[theme='night'] table.alternate tr:nth-child(even), [theme='night'] .table.alternate tr:nth-child(even), [theme='night'] .message-content table.alternate tr:nth-child(even), .message-content [theme='night'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='night'] table.pretty tr, [theme='night'] .table.pretty tr, [theme='night'] .message-content table.pretty tr, .message-content [theme='night'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='night'] table.pretty tr:nth-child(even), [theme='night'] .table.pretty tr:nth-child(even), [theme='night'] .message-content table.pretty tr:nth-child(even), .message-content [theme='night'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='night'] table.pretty tr td, [theme='night'] .table.pretty tr td, [theme='night'] .message-content table.pretty tr td, .message-content [theme='night'] table.pretty tr td {
  padding: 5px 0;
}

[theme='night'] .nav .nav-link {
  background: transparent linear-gradient(#3a3b60, #242530);
  color: #fff;
  text-shadow: 1px 1px 1px #0c0d28;
  border: none;
}

[theme='night'] .nav .nav-link:hover, [theme='night'] .nav .nav-link.active {
  background: transparent linear-gradient(#232677, #1c1e38);
}

[theme='night'] .floating-notification {
  background: linear-gradient(180deg, rgba(30, 30, 45, 0.7) 0%, rgba(30, 30, 45, 0.9) 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='night'] .trumbowyg-box {
  text-shadow: none;
}

[theme='night'] .trumbowyg-box svg {
  color: #c4beca;
  fill: #c4beca;
}

[theme='night'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='night'] .trumbowyg-box .trumbowyg-active {
  background: rgba(40, 40, 60, 0.8);
}

[theme='night'] .trumbowyg-box .trumbowyg-dropdown, [theme='night'] .trumbowyg-box button {
  background-color: rgba(26, 26, 39, 0.8);
  color: #c4beca;
  border: none;
  border-radius: 5px;
}

[theme='night'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #1e1e2dcc;
}

[theme='night'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='night'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #1e1e2dcc;
}

[theme='night'] .trumbowyg-modal-box {
  background: #1e1e2dcc;
  border: none !important;
}

[theme='night'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='night'] .trumbowyg-modal-box * {
  border: none;
}

[theme='night'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='night'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='night'] .vip-advantage {
  background-image: linear-gradient(#1e1e2dcc, rgba(18, 18, 27, 0.8));
}

[theme='night'] .ad_notify {
  color: #c4beca;
  background-color: #1e1e2dcc;
}

[theme='night'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #232677;
}

[theme='night'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(35, 38, 119, 0.34);
}

[theme='night'] .gametile .game-title {
  background-color: #1e1e2dcc;
  text-shadow: 0 0 2px rgba(30, 30, 45, 0.3);
  color: #c4beca;
}

[theme='night'] .gametile .game-online {
  background-color: #1e1e2dcc;
  text-shadow: 0 0 2px rgba(30, 30, 45, 0.3);
  color: #c4beca;
}

[theme='night'] .game-challenge {
  background-color: #1e1e2dcc;
}

[theme='night'] .game-challenge .game-challenge-name {
  color: #c4beca;
}

[theme='night'] .shared_mission_state_waiting {
  background-color: rgba(30, 31, 51, 0.812) !important;
}

[theme='night'] .shared_mission_state_running {
  background-color: rgba(31, 32, 60, 0.828) !important;
}

[theme='night'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(30, 30, 45, 0.7) 0%, rgba(30, 30, 45, 0.4) 100%);
}

[theme='night'] #profile-subnav .profile-subnav-navitem-link {
  color: #c4beca;
}

[theme='night'] #profile-subnav .profile-subnav-navitem-icon {
  color: #232677;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='night'] .prize-drawing {
  background-color: rgba(36, 36, 54, 0.8) !important;
  background-image: none !important;
}

[theme='night'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #3740b6;
  border: 3px solid #1c1e38;
}

[theme='night'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='night'] .prize-drawing .hint {
  background: linear-gradient(#1c1e38, #08080f);
  color: #fff;
}

[theme='night'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #1e1e2dcc !important;
  background-image: linear-gradient(#1e1e2dcc, rgba(0, 0, 0, 0.8)) !important;
}

[theme='night'] .prize-drawing .trade-container-item {
  background-color: #1e1e2dcc;
}

[theme='night'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(6, 6, 8, 0.8);
  color: rgba(225, 225, 210, 0);
  text-shadow: 1px 1px 1px #1e1e2dcc;
}

[theme='night'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='night'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='night'] .no-results {
  background: none;
}

[theme='night'] .CCcontainer {
  background-color: #16161b;
}

[theme='night'] .CCcontainer #chatText {
  background-color: rgba(28, 28, 42, 0.8);
}

[theme='night'] .CCcontainer .menu {
  background-color: #1e1e2dcc;
}

[theme='night'] orb {
  color: rgba(196, 190, 202, 0.45);
  text-shadow: 0 0 5px rgba(35, 38, 119, 0.5);
}

[theme='night'] hr {
  border-color: rgba(225, 225, 210, 0);
}

[theme='night'] .bg-back > h1, [theme='night'] .bg-back > h2, [theme='night'] .bg-back > h3 {
  text-shadow: 1px 1px 1px rgba(6, 6, 8, 0.8);
}

[theme='night'] .bg-front > h1, [theme='night'] .bg-front > h2, [theme='night'] .bg-front > h3 {
  text-shadow: 1px 1px 1px rgba(6, 6, 8, 0.8);
}

[theme='night'] .card .card-header {
  background-image: linear-gradient(rgba(36, 36, 54, 0.8), rgba(28, 28, 42, 0.8));
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='night'] .card .card-body {
  background-color: #1e1e2dcc;
}

[theme='night'] .card.card-toggle::before, [theme='night'] .card.card-toggle .card-footer::before {
  color: #c4beca;
}

[theme='night'] .form-control, [theme='night'] input, [theme='night'] textarea, [theme='night'] select, [theme='night'] .trumbowyg-box {
  background-color: rgba(42, 42, 63, 0.8);
}

[theme='night'] .progress {
  background-color: rgba(42, 42, 63, 0.8);
}

[theme='night'] #profile-subnav .profile-subnav-navitem-link {
  color: #c4beca;
  text-shadow: 1px 1px 1px rgba(30, 30, 45, 0.3);
}

[theme='night'] #profile-subnav .profile-subnav-navitem-icon {
  color: #3135a6;
  text-shadow: 1px 1px 1px rgba(30, 30, 45, 0.6);
}

[theme='night'] .CCcontainer {
  background-color: #26262f;
}

[theme='night'] .white-tag {
  background-color: rgba(30, 30, 45, 0.3);
  color: #c4beca;
}

[theme='night'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='night'] .dropdown-menu {
  background-color: #1e1e2d;
}

[theme='night'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#070818, #08080f) !important;
}

[theme='night'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='night'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #3135a6;
}

[theme='night'] nav.side-menu-left .side-menu-item:hover, [theme='night'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(31, 32, 65, 0.84);
}

[theme='night'] nav.side-menu-left .side-menu-item.active:hover, [theme='night'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #111589, #121542) !important;
  color: #fff;
}

[theme='night'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='night'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='night'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #1e1e2dcc, #232677);
  text-shadow: -1px -1px 1px rgba(30, 30, 45, 0.6), 1px 1px 2px rgba(10, 10, 14, 0.8);
}

[theme='night'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, rgba(40, 40, 60, 0.8), #292c8b);
}

[theme='night'] .btn-current-theme:active, [theme='night'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, rgba(20, 20, 30, 0.8), #1d2063);
}

[theme='night'] body {
  background-image: url("/assets/general/night.jpg");
}

[theme='night'] body nav .side-menu-item .side-menu-icon {
  color: #6266d1 !important;
}

.btn-spring {
  color: #fff !important;
  background-image: linear-gradient(to top, #dc56a7, #c4b570);
  text-shadow: -1px -1px 1px rgba(220, 86, 167, 0.8), 1px 1px 2px #d32c91;
}

.btn-spring:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e06bb2, #cbbe82);
}

.btn-spring:active, .btn-spring:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d8419c, #bdac5e);
}

[theme='spring'] ::-webkit-scrollbar-track {
  background: #584f24;
}

[theme='spring'] ::-webkit-scrollbar-thumb {
  background: #c4b570;
}

[theme='spring'] ::-webkit-scrollbar-thumb:hover {
  background: #d3c894;
}

[theme='spring'] body {
  background-image: radial-gradient(#af9c48, #2a091d);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 250, 0.98);
  color: #444444;
}

[theme='spring'] #top-menu {
  background-image: linear-gradient(179deg, #c4b570, rgba(169, 35, 116, 0.6));
}

[theme='spring'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='spring'] #top-menu, [theme='spring'] #live-search-wrapper {
  color: #fff;
}

[theme='spring'] #top-menu .top-menu-item-color, [theme='spring'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='spring'] .form-group .bootstrap-select, [theme='spring'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, rgba(255, 255, 250, 0.98), rgba(255, 255, 219, 0.98));
}

[theme='spring'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='spring'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(196, 181, 112, 0.4);
}

[theme='spring'] .form-group .bootstrap-select .dropdown-toggle, [theme='spring'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='spring'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='spring'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #444444;
}

[theme='spring'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(255, 255, 219, 0.48);
}

[theme='spring'] .message.sent {
  background-color: rgba(255, 255, 250, 0.38) !important;
  color: rgba(68, 68, 68, 0.7) !important;
}

[theme='spring'] .message.unread {
  border: 3px solid rgba(196, 181, 112, 0.5);
}

[theme='spring'] .list-group-item {
  color: #444444;
  background-color: rgba(255, 255, 219, 0.98);
  border-color: rgba(68, 68, 68, 0.07);
}

[theme='spring'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #dc56a7;
}

[theme='spring'] footer {
  color: #444444;
  background-color: rgba(255, 255, 250, 0.91);
}

[theme='spring'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='spring'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #9b4a81;
}

[theme='spring'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='spring'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #c27fac !important;
}

[theme='spring'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='spring'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #c36ea8 !important;
}

[theme='spring'] .info {
  background-color: rgba(255, 255, 255, 0.48);
  color: #444444;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(196, 181, 112, 0.5);
}

[theme='spring'] .info .info-body {
  text-shadow: none;
}

[theme='spring'] .text-muted {
  color: rgba(68, 68, 68, 0.56) !important;
}

[theme='spring'] #favorite-game i {
  color: rgba(68, 68, 68, 0.5);
}

[theme='spring'] #favorite-game i.active {
  color: #c4b570;
}

[theme='spring'] .not_specified, [theme='spring'] [data-gender='not_specified'], [theme='spring'] [gender='not_specified'] {
  color: #6e6e6e !important;
}

[theme='spring'] .female, [theme='spring'] [data-gender='female'], [theme='spring'] [gender='female'] {
  color: #812222 !important;
}

[theme='spring'] .male, [theme='spring'] [data-gender='male'], [theme='spring'] [gender='male'] {
  color: #13409f !important;
}

[theme='spring'] .card .card-header {
  background-color: rgba(255, 255, 250, 0.98);
  background-image: linear-gradient(rgba(255, 255, 199, 0.48), rgba(255, 255, 255, 0.48));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 235, 0.98);
}

[theme='spring'] .card .card-body {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .card .card-footer {
  background-color: rgba(255, 255, 235, 0.88);
}

[theme='spring'] .card.card-toggle .card-header::after {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(196, 181, 112, 0.5), rgba(220, 86, 167, 0.5));
  font-weight: 1800;
}

[theme='spring'] .card.card-toggle::before, [theme='spring'] .card.card-toggle .card-footer::before {
  color: #444444;
  text-shadow: 0 0 6px #fff;
}

[theme='spring'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(196, 181, 112, 0.1), rgba(220, 86, 167, 0));
  text-shadow: 1px 1px 1px rgba(255, 255, 250, 0.38), 0 2px 10px rgba(196, 181, 112, 0.5);
}

[theme='spring'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(196, 181, 112, 0), rgba(220, 86, 167, 0.05));
}

[theme='spring'] .card.alternative .card-header {
  background-color: rgba(255, 255, 230, 0.98);
  background-image: linear-gradient(rgba(255, 255, 225, 0.98), rgba(255, 255, 235, 0.98));
}

[theme='spring'] .card.alternative .card-body {
  background-color: rgba(255, 255, 230, 0.98);
}

[theme='spring'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #fffffa 98%);
}

[theme='spring'] .vip-features-list .vip-feature {
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='spring'] .dropdown-menu {
  background-color: rgba(254, 254, 249, 0.9802);
  box-shadow: 0 0 30px #00000044;
  color: #444444;
  border: 1px solid #0000000A;
}

[theme='spring'] .dropdown-menu .dropdown-header {
  color: #444444;
  background-color: rgba(255, 255, 235, 0.98);
}

[theme='spring'] .dropdown-menu .dropdown-item {
  color: #6a6651;
}

[theme='spring'] .dropdown-menu .dropdown-item.selected, [theme='spring'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(243, 240, 222, 0.984);
}

[theme='spring'] .dropdown-menu .dropdown-item i {
  color: #bbaa5a;
}

[theme='spring'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(249, 247, 236, 0.982);
  color: #212529;
}

[theme='spring'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(220, 86, 167, 0.4);
}

[theme='spring'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(255, 255, 219, 0.98), rgba(255, 255, 255, 0.88));
}

[theme='spring'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='spring'] modal .modal-container {
  background-color: rgba(255, 255, 219, 0.98);
}

[theme='spring'] modal .modal-close {
  background-color: red;
}

[theme='spring'] .progress {
  background-color: rgba(255, 255, 204, 0.98);
}

[theme='spring'] .simple-box {
  border: 1px solid rgba(255, 255, 219, 0.38);
}

[theme='spring'] .simple-box > div:nth-child(1) {
  background-color: rgba(255, 255, 219, 0.58);
}

[theme='spring'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='spring'] notify.alternative {
  color: #fff !important;
  background-color: #b7c470;
  text-shadow: 1px 1px 1px #85923c;
}

[theme='spring'] alert .alert-wrapper .alert-container {
  background-color: rgba(255, 255, 250, 0.98);
  color: #444444;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='spring'] alert .alert-wrapper .alert-container .alert-header {
  color: #444444;
  text-shadow: 1px 1px 3px rgba(255, 255, 225, 0.98);
  background-image: linear-gradient(180deg, rgba(196, 181, 112, 0.05), rgba(255, 255, 235, 0.98));
}

[theme='spring'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(255, 255, 219, 0.98);
}

[theme='spring'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(255, 255, 250, 0.78);
  background-image: linear-gradient(0deg, rgba(196, 181, 112, 0.01), rgba(255, 255, 247, 0.98));
}

[theme='spring'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='spring'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='spring'] .bg-front {
  color: #444444;
  background-color: rgba(255, 255, 255, 0.98) !important;
}

[theme='spring'] .bg-back {
  color: #444444;
  background-color: rgba(255, 255, 250, 0.98) !important;
}

[theme='spring'] .bg-back-more {
  color: #444444;
  background-color: rgba(255, 255, 235, 0.98) !important;
}

[theme='spring'] .bg-back-transparent {
  color: #444444;
  background-color: rgba(255, 255, 235, 0.58) !important;
}

[theme='spring'] .white-box-style {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #444444;
}

[theme='spring'] .box-glow {
  box-shadow: 0 1px 20px rgba(196, 181, 112, 0.4);
  border: 1px solid rgba(196, 181, 112, 0.4);
}

[theme='spring'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #b8a653;
  background-color: #c4b570;
  background-image: linear-gradient(#c0af65, #c8bb7b) !important;
}

[theme='spring'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='spring'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='spring'] .bg-secondary {
  background-color: #dc56a7;
  background-image: linear-gradient(#d949a0, #df63ae) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #d53495;
}

[theme='spring'] .bg-secondary > * {
  color: #fff !important;
}

[theme='spring'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='spring'] .bg-tertiary {
  background-color: #d0868c;
  background-image: linear-gradient(#cc7b82, #d49196) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #c56970;
}

[theme='spring'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='spring'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='spring'] .border-primary {
  border-color: #c4b570;
}

[theme='spring'] .border-secondary {
  border-color: #dc56a7;
}

[theme='spring'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #c4b570, #dc56a7) !important;
  text-shadow: 1px 1px 1px #92833c;
}

[theme='spring'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #d8c25c, #e580bd) !important;
}

[theme='spring'] .btn-primary:hover {
  background: linear-gradient(180deg, #cab96a, #e16fb4) !important;
}

[theme='spring'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #dc56a7, #dc56a7) !important;
  text-shadow: 1px 1px 1px #d32c91;
}

[theme='spring'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #f042ab, #e580bd) !important;
}

[theme='spring'] .btn-secondary:hover {
  background: linear-gradient(180deg, #e250a8, #e16fb4) !important;
}

[theme='spring'] .btn-outline-secondary {
  background-color: #dc56a7;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='spring'] .btn-outline-secondary:hover {
  background-color: #c4b570;
}

[theme='spring'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #9e7a90;
}

[theme='spring'] .accordion {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .accordion-toggle.open {
  background-color: rgba(243, 240, 222, 0.984);
}

[theme='spring'] nav.side-menu-left .side-menu-item, [theme='spring'] nav.side-menu-right .side-menu-item {
  color: #444444;
  background-color: rgba(255, 255, 250, 0.98);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 250, 0.98);
}

[theme='spring'] nav.side-menu-left .side-menu-item.attention, [theme='spring'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(237, 232, 207, 0.986);
}

[theme='spring'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='spring'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(68, 68, 68, 0.8);
  text-shadow: 0 0 5px rgba(255, 255, 250, 0.98);
}

[theme='spring'] nav.side-menu-left .side-menu-item:hover, [theme='spring'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(255, 255, 250, 0.98);
  background-image: linear-gradient(6deg, rgba(223, 83, 168, 0.2), rgba(199, 183, 109, 0.2)) !important;
}

[theme='spring'] nav.side-menu-left .side-menu-item.active, [theme='spring'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #e84aaa, #d0bd64) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='spring'] nav.side-menu-left .side-menu-item.active:hover, [theme='spring'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #f43eac, #dcc558) !important;
  color: #fff;
}

[theme='spring'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='spring'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #af9c48;
}

[theme='spring'] nav.side-menu-left .bubble, [theme='spring'] nav.side-menu-right .bubble {
  background-color: #c4b570;
  color: #fff;
  text-shadow: 1px 1px 1px #92833c;
  border-radius: 5px;
}

[theme='spring'] .list-group-menu .list-group-item {
  color: #9b4a81;
  background-color: rgba(255, 255, 250, 0.97);
  text-shadow: 1px 1px 1px rgba(255, 255, 240, 0.98);
  background-image: linear-gradient(rgba(255, 255, 250, 0) 66%, rgba(220, 86, 167, 0.05));
}

[theme='spring'] .list-group-menu .list-group-item i {
  color: rgba(196, 181, 112, 0.8);
}

[theme='spring'] .list-group-menu .list-group-item:hover {
  background-color: rgba(255, 255, 235, 0.98);
  color: #ae5692;
}

[theme='spring'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#d0bd64, #e84aaa) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(255, 255, 250, 0.1);
}

[theme='spring'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='spring'] #live-search {
  outline: none;
}

[theme='spring'] #live-search-list {
  background-color: rgba(255, 255, 250, 0.98);
  color: #444444;
}

[theme='spring'] #live-search-list .search-item:hover {
  background-color: rgba(196, 181, 112, 0.1);
  color: #444444;
}

[theme='spring'] #live-search-list .search-item .search-item-category {
  color: rgba(68, 68, 68, 0.5);
}

[theme='spring'] .tournament-row {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(255, 255, 250, 0.68), rgba(255, 255, 250, 0.88));
}

[theme='spring'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.3);
}

[theme='spring'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(255, 255, 250, 0.95), -1px -1px 1px rgba(68, 68, 68, 0.04), 1px 1px 1px rgba(255, 255, 250, 0.02);
}

[theme='spring'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(68, 68, 68, 0.3);
}

[theme='spring'] .border-top {
  border-top: 1px solid rgba(68, 68, 68, 0.1) !important;
}

[theme='spring'] .form-control, [theme='spring'] input, [theme='spring'] textarea, [theme='spring'] select, [theme='spring'] .trumbowyg-box, [theme='spring'] .custom-file-label {
  background-color: rgba(255, 255, 255, 0.98);
  color: #444444;
}

[theme='spring'] .form-control:focus, [theme='spring'] input:focus, [theme='spring'] textarea:focus, [theme='spring'] select:focus, [theme='spring'] .trumbowyg-box:focus, [theme='spring'] .custom-file-label:focus {
  border-color: rgba(220, 86, 167, 0.5);
  box-shadow: 0 0 0 2px rgba(196, 181, 112, 0.3);
}

[theme='spring'] .form-control::placeholder, [theme='spring'] input::placeholder, [theme='spring'] textarea::placeholder, [theme='spring'] select::placeholder, [theme='spring'] .trumbowyg-box::placeholder, [theme='spring'] .custom-file-label::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

[theme='spring'] .custom-file-label {
  border: 1px solid rgba(255, 255, 255, 0.98);
  background-color: rgba(255, 255, 255, 0.98);
  color: #444444;
}

[theme='spring'] .custom-file-label::after {
  border-left: 1px solid rgba(255, 255, 255, 0.98);
  background-color: rgba(255, 255, 255, 0.98);
}

[theme='spring'] .file-upload .file-upload-list {
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.98);
}

[theme='spring'] .file-upload .custom-file-label {
  color: #444444;
}

[theme='spring'] .input-slider {
  background-image: linear-gradient(90deg, rgba(255, 255, 250, 0.98), rgba(240, 236, 214, 0.985));
}

[theme='spring'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #d73d9a, #c4b570);
  box-shadow: 0 0 20px #af9c48;
  border: 1px solid rgba(255, 255, 250, 0.48);
}

[theme='spring'] .tab-pane {
  background-color: rgba(255, 255, 250, 0.78);
}

[theme='spring'] table, [theme='spring'] .table, [theme='spring'] .message-content table, .message-content [theme='spring'] table {
  color: #444444;
}

[theme='spring'] table.alternate tr:nth-child(even), [theme='spring'] .table.alternate tr:nth-child(even), [theme='spring'] .message-content table.alternate tr:nth-child(even), .message-content [theme='spring'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='spring'] table.pretty tr, [theme='spring'] .table.pretty tr, [theme='spring'] .message-content table.pretty tr, .message-content [theme='spring'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='spring'] table.pretty tr:nth-child(even), [theme='spring'] .table.pretty tr:nth-child(even), [theme='spring'] .message-content table.pretty tr:nth-child(even), .message-content [theme='spring'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='spring'] table.pretty tr td, [theme='spring'] .table.pretty tr td, [theme='spring'] .message-content table.pretty tr td, .message-content [theme='spring'] table.pretty tr td {
  padding: 5px 0;
}

[theme='spring'] .nav .nav-link {
  background: transparent linear-gradient(#a6a28e, #c86aa3);
  color: #fff;
  text-shadow: 1px 1px 1px #92833c;
  border: none;
}

[theme='spring'] .nav .nav-link:hover, [theme='spring'] .nav .nav-link.active {
  background: transparent linear-gradient(#c4b570, #dc56a7);
}

[theme='spring'] .floating-notification {
  background: linear-gradient(180deg, rgba(255, 255, 250, 0.88) 0%, #fffffa 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='spring'] .trumbowyg-box {
  text-shadow: none;
}

[theme='spring'] .trumbowyg-box svg {
  color: #444444;
  fill: #444444;
}

[theme='spring'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='spring'] .trumbowyg-box .trumbowyg-active {
  background: rgba(255, 255, 255, 0.98);
}

[theme='spring'] .trumbowyg-box .trumbowyg-dropdown, [theme='spring'] .trumbowyg-box button {
  background-color: rgba(255, 255, 240, 0.98);
  color: #444444;
  border: none;
  border-radius: 5px;
}

[theme='spring'] .trumbowyg-box .trumbowyg-button-group::after {
  background: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='spring'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .trumbowyg-modal-box {
  background: rgba(255, 255, 250, 0.98);
  border: none !important;
}

[theme='spring'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='spring'] .trumbowyg-modal-box * {
  border: none;
}

[theme='spring'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='spring'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='spring'] .vip-advantage {
  background-image: linear-gradient(rgba(255, 255, 250, 0.98), rgba(255, 255, 219, 0.98));
}

[theme='spring'] .ad_notify {
  color: #444444;
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #c4b570;
}

[theme='spring'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(196, 181, 112, 0.34);
}

[theme='spring'] .gametile .game-title {
  background-color: rgba(255, 255, 250, 0.98);
  text-shadow: 0 0 2px rgba(255, 255, 250, 0.48);
  color: #444444;
}

[theme='spring'] .gametile .game-online {
  background-color: rgba(255, 255, 250, 0.98);
  text-shadow: 0 0 2px rgba(255, 255, 250, 0.48);
  color: #444444;
}

[theme='spring'] .game-challenge {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .game-challenge .game-challenge-name {
  color: #444444;
}

[theme='spring'] .shared_mission_state_waiting {
  background-color: rgba(251, 250, 241, 0.9812) !important;
}

[theme='spring'] .shared_mission_state_running {
  background-color: rgba(246, 244, 230, 0.9828) !important;
}

[theme='spring'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(255, 255, 250, 0.88) 0%, rgba(255, 255, 250, 0.58) 100%);
}

[theme='spring'] #profile-subnav .profile-subnav-navitem-link {
  color: #444444;
}

[theme='spring'] #profile-subnav .profile-subnav-navitem-icon {
  color: #c4b570;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='spring'] .prize-drawing {
  background-color: rgba(255, 255, 255, 0.98) !important;
  background-image: none !important;
}

[theme='spring'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #fbd0ea;
  border: 3px solid #dc56a7;
}

[theme='spring'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='spring'] .prize-drawing .hint {
  background: linear-gradient(#dc56a7, #cb2a8b);
  color: #fff;
}

[theme='spring'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: rgba(255, 255, 250, 0.98) !important;
  background-image: linear-gradient(rgba(255, 255, 250, 0.98), rgba(255, 255, 174, 0.98)) !important;
}

[theme='spring'] .prize-drawing .trade-container-item {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(255, 255, 189, 0.98);
  color: rgba(0, 0, 5, 0.18);
  text-shadow: 1px 1px 1px rgba(255, 255, 250, 0.98);
}

[theme='spring'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='spring'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='spring'] .no-results {
  background: none;
}

[theme='spring'] .CCcontainer {
  background-color: #fdfde2;
}

[theme='spring'] .CCcontainer #chatText {
  background-color: rgba(255, 255, 245, 0.98);
}

[theme='spring'] .CCcontainer .menu {
  background-color: rgba(255, 255, 250, 0.98);
}

[theme='spring'] orb {
  color: rgba(68, 68, 68, 0.45);
  text-shadow: 0 0 5px rgba(196, 181, 112, 0.5);
}

[theme='spring'] hr {
  border-color: rgba(0, 0, 5, 0.12);
}

[theme='spring'] body {
  background-color: rgba(255, 255, 219, 0.98);
}

[theme='spring'] #top-menu {
  background-image: linear-gradient(#dcd3aa, #ea9aca);
}

[theme='spring'] #top-menu .top-menu-item-color {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

[theme='spring'] .table, [theme='spring'] .message-content table, .message-content [theme='spring'] table {
  color: #818181;
}

[theme='spring'] .list-group-menu .list-group-item i {
  color: rgba(68, 68, 68, 0.52);
}

[theme='spring'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #dc56a7, #c4b570);
  text-shadow: -1px -1px 1px rgba(220, 86, 167, 0.8), 1px 1px 2px #d32c91;
}

[theme='spring'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e06bb2, #cbbe82);
}

[theme='spring'] .btn-current-theme:active, [theme='spring'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d8419c, #bdac5e);
}

[theme='spring'] #app {
  background-color: #ffffffcc;
}

[theme='spring'] #app #profile-subnav .profile-subnav-navitem-icon {
  color: #dc56a7;
  text-shadow: 1px 1px 1px rgba(196, 181, 112, 0.5);
}

[theme='spring'] #app .form-control, [theme='spring'] #app input, [theme='spring'] #app textarea, [theme='spring'] #app select, [theme='spring'] #app .trumbowyg-box {
  background-color: rgba(255, 255, 250, 0.98);
}

.btn-sunset {
  color: #fff !important;
  background-image: linear-gradient(to top, #fd843d, #e0ba7e);
  text-shadow: -1px -1px 1px rgba(253, 132, 61, 0.8), 1px 1px 2px #fc640b;
}

.btn-sunset:hover {
  color: white !important;
  background-image: linear-gradient(to top, #fd9456, #e5c593);
}

.btn-sunset:active, .btn-sunset:focus {
  color: white !important;
  background-image: linear-gradient(to top, #fd7424, #dbaf69);
}

[theme='sunset'] ::-webkit-scrollbar-track {
  background: #865f20;
}

[theme='sunset'] ::-webkit-scrollbar-thumb {
  background: #e0ba7e;
}

[theme='sunset'] ::-webkit-scrollbar-thumb:hover {
  background: #ead0a7;
}

[theme='sunset'] body {
  background-image: radial-gradient(#d4a04d, #3a1601);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(19, 14, 11, 0.8);
  color: #cecfbe;
}

[theme='sunset'] #top-menu {
  background-image: linear-gradient(179deg, #e0ba7e, rgba(210, 79, 2, 0.6));
}

[theme='sunset'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='sunset'] #top-menu, [theme='sunset'] #live-search-wrapper {
  color: #fff;
}

[theme='sunset'] #top-menu .top-menu-item-color, [theme='sunset'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='sunset'] .form-group .bootstrap-select, [theme='sunset'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, rgba(19, 14, 11, 0.8), rgba(0, 0, 0, 0.8));
}

[theme='sunset'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='sunset'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(224, 186, 126, 0.4);
}

[theme='sunset'] .form-group .bootstrap-select .dropdown-toggle, [theme='sunset'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='sunset'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='sunset'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #cecfbe;
}

[theme='sunset'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.3);
}

[theme='sunset'] .message.sent {
  background-color: rgba(19, 14, 11, 0.2) !important;
  color: rgba(206, 207, 190, 0.7) !important;
}

[theme='sunset'] .message.unread {
  border: 3px solid rgba(224, 186, 126, 0.5);
}

[theme='sunset'] .list-group-item {
  color: #cecfbe;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(206, 207, 190, 0.07);
}

[theme='sunset'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #fd843d;
}

[theme='sunset'] footer {
  color: #cecfbe;
  background-color: rgba(19, 14, 11, 0.73);
}

[theme='sunset'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='sunset'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #e1b157;
}

[theme='sunset'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='sunset'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #efd5a5 !important;
}

[theme='sunset'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='sunset'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #f0d094 !important;
}

[theme='sunset'] .info {
  background-color: rgba(29, 21, 17, 0.3);
  color: #cecfbe;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(224, 186, 126, 0.5);
}

[theme='sunset'] .info .info-body {
  text-shadow: none;
}

[theme='sunset'] .text-muted {
  color: rgba(206, 207, 190, 0.56) !important;
}

[theme='sunset'] #favorite-game i {
  color: rgba(206, 207, 190, 0.5);
}

[theme='sunset'] #favorite-game i.active {
  color: #e0ba7e;
}

[theme='sunset'] .not_specified, [theme='sunset'] [data-gender='not_specified'], [theme='sunset'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='sunset'] .female, [theme='sunset'] [data-gender='female'], [theme='sunset'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='sunset'] .male, [theme='sunset'] [data-gender='male'], [theme='sunset'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='sunset'] .card .card-header {
  background-color: rgba(19, 14, 11, 0.8);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(51, 38, 30, 0.3));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(9, 7, 5, 0.8);
}

[theme='sunset'] .card .card-body {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .card .card-footer {
  background-color: rgba(9, 7, 5, 0.7);
}

[theme='sunset'] .card.card-toggle .card-header::after {
  color: #cecfbe;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(224, 186, 126, 0.5), rgba(253, 132, 61, 0.5));
  font-weight: 1800;
}

[theme='sunset'] .card.card-toggle::before, [theme='sunset'] .card.card-toggle .card-footer::before {
  color: #cecfbe;
  text-shadow: 0 0 6px #fff;
}

[theme='sunset'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(224, 186, 126, 0.1), rgba(253, 132, 61, 0));
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0.2), 0 2px 10px rgba(224, 186, 126, 0.5);
}

[theme='sunset'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(224, 186, 126, 0), rgba(253, 132, 61, 0.05));
}

[theme='sunset'] .card.alternative .card-header {
  background-color: rgba(6, 4, 4, 0.8);
  background-image: linear-gradient(rgba(3, 2, 2, 0.8), rgba(9, 7, 5, 0.8));
}

[theme='sunset'] .card.alternative .card-body {
  background-color: rgba(6, 4, 4, 0.8);
}

[theme='sunset'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #130e0b 98%);
}

[theme='sunset'] .vip-features-list .vip-feature {
  background-color: rgba(29, 21, 17, 0.8);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='sunset'] .dropdown-menu {
  background-color: rgba(22, 17, 13, 0.802);
  box-shadow: 0 0 30px #00000044;
  color: #cecfbe;
  border: 1px solid #0000000A;
}

[theme='sunset'] .dropdown-menu .dropdown-header {
  color: #cecfbe;
  background-color: rgba(9, 7, 5, 0.8);
}

[theme='sunset'] .dropdown-menu .dropdown-item {
  color: #d3c9ab;
}

[theme='sunset'] .dropdown-menu .dropdown-item.selected, [theme='sunset'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(75, 61, 42, 0.84);
}

[theme='sunset'] .dropdown-menu .dropdown-item i {
  color: #daad65;
}

[theme='sunset'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(48, 39, 27, 0.82);
  color: #fff;
}

[theme='sunset'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(253, 132, 61, 0.4);
}

[theme='sunset'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(38, 28, 22, 0.7));
}

[theme='sunset'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='sunset'] modal .modal-container {
  background-color: rgba(0, 0, 0, 0.8);
}

[theme='sunset'] modal .modal-close {
  background-color: red;
}

[theme='sunset'] .progress {
  background-color: rgba(0, 0, 0, 0.8);
}

[theme='sunset'] .simple-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

[theme='sunset'] .simple-box > div:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.4);
}

[theme='sunset'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='sunset'] notify.alternative {
  color: #212529 !important;
  background-color: #e0db7e;
  text-shadow: 1px 1px 1px #c8c030;
}

[theme='sunset'] alert .alert-wrapper .alert-container {
  background-color: rgba(19, 14, 11, 0.8);
  color: #cecfbe;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='sunset'] alert .alert-wrapper .alert-container .alert-header {
  color: #cecfbe;
  text-shadow: 1px 1px 3px rgba(3, 2, 2, 0.8);
  background-image: linear-gradient(180deg, rgba(224, 186, 126, 0.05), rgba(9, 7, 5, 0.8));
}

[theme='sunset'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

[theme='sunset'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(19, 14, 11, 0.6);
  background-image: linear-gradient(0deg, rgba(224, 186, 126, 0.01), rgba(17, 13, 10, 0.8));
}

[theme='sunset'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='sunset'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='sunset'] .bg-front {
  color: #cecfbe;
  background-color: rgba(29, 21, 17, 0.8) !important;
}

[theme='sunset'] .bg-back {
  color: #cecfbe;
  background-color: rgba(19, 14, 11, 0.8) !important;
}

[theme='sunset'] .bg-back-more {
  color: #cecfbe;
  background-color: rgba(9, 7, 5, 0.8) !important;
}

[theme='sunset'] .bg-back-transparent {
  color: #cecfbe;
  background-color: rgba(9, 7, 5, 0.4) !important;
}

[theme='sunset'] .white-box-style {
  background-color: rgba(24, 18, 14, 0.8) !important;
  color: #cecfbe;
}

[theme='sunset'] .box-glow {
  box-shadow: 0 1px 20px rgba(224, 186, 126, 0.4);
  border: 1px solid rgba(224, 186, 126, 0.4);
}

[theme='sunset'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #d8a85d;
  background-color: #e0ba7e;
  background-image: linear-gradient(#ddb372, #e3c18a) !important;
}

[theme='sunset'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='sunset'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='sunset'] .bg-secondary {
  background-color: #fd843d;
  background-image: linear-gradient(#fd7a2e, #fd8e4c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #fd6a15;
}

[theme='sunset'] .bg-secondary > * {
  color: #fff !important;
}

[theme='sunset'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='sunset'] .bg-tertiary {
  background-color: #ef9f5e;
  background-image: linear-gradient(#ee9750, #f0a76c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #eb8939;
}

[theme='sunset'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='sunset'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='sunset'] .border-primary {
  border-color: #e0ba7e;
}

[theme='sunset'] .border-secondary {
  border-color: #fd843d;
}

[theme='sunset'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #e0ba7e, #fd843d) !important;
  text-shadow: 1px 1px 1px #c88d30;
}

[theme='sunset'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #f0be6e, #fea46f) !important;
}

[theme='sunset'] .btn-primary:hover {
  background: linear-gradient(180deg, #e5bb79, #fd975b) !important;
}

[theme='sunset'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #fd843d, #fd843d) !important;
  text-shadow: 1px 1px 1px #fc640b;
}

[theme='sunset'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff833b, #fea46f) !important;
}

[theme='sunset'] .btn-secondary:hover {
  background: linear-gradient(180deg, #ff833b, #fd975b) !important;
}

[theme='sunset'] .btn-outline-secondary {
  background-color: #fd843d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='sunset'] .btn-outline-secondary:hover {
  background-color: #e0ba7e;
}

[theme='sunset'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #c5825b;
}

[theme='sunset'] .accordion {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .accordion-toggle.open {
  background-color: rgba(75, 61, 42, 0.84);
}

[theme='sunset'] nav.side-menu-left .side-menu-item, [theme='sunset'] nav.side-menu-right .side-menu-item {
  color: #cecfbe;
  background-color: rgba(19, 14, 11, 0.8);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0.8);
}

[theme='sunset'] nav.side-menu-left .side-menu-item.attention, [theme='sunset'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(99, 81, 56, 0.86);
}

[theme='sunset'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='sunset'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(206, 207, 190, 0.8);
  text-shadow: 0 0 5px rgba(22, 13, 8, 0.8);
}

[theme='sunset'] nav.side-menu-left .side-menu-item:hover, [theme='sunset'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(19, 14, 11, 0.8);
  background-image: linear-gradient(6deg, rgba(255, 131, 59, 0.2), rgba(226, 187, 124, 0.2)) !important;
}

[theme='sunset'] nav.side-menu-left .side-menu-item.active, [theme='sunset'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ff833b, #eabc74) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='sunset'] nav.side-menu-left .side-menu-item.active:hover, [theme='sunset'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ff833b, #f3be6b) !important;
  color: #fff;
}

[theme='sunset'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='sunset'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #d4a04d;
}

[theme='sunset'] nav.side-menu-left .bubble, [theme='sunset'] nav.side-menu-right .bubble {
  background-color: #e0ba7e;
  color: #fff;
  text-shadow: 1px 1px 1px #c88d30;
  border-radius: 5px;
}

[theme='sunset'] .list-group-menu .list-group-item {
  color: #e1b157;
  background-color: rgba(19, 14, 11, 0.79);
  text-shadow: 1px 1px 1px rgba(13, 9, 7, 0.8);
  background-image: linear-gradient(rgba(19, 14, 11, 0) 66%, rgba(253, 132, 61, 0.05));
}

[theme='sunset'] .list-group-menu .list-group-item i {
  color: rgba(224, 186, 126, 0.8);
}

[theme='sunset'] .list-group-menu .list-group-item:hover {
  background-color: rgba(9, 7, 5, 0.8);
  color: #e6bd71;
}

[theme='sunset'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#eabc74, #ff833b) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0);
}

[theme='sunset'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='sunset'] #live-search {
  outline: none;
}

[theme='sunset'] #live-search-list {
  background-color: rgba(19, 14, 11, 0.8);
  color: #cecfbe;
}

[theme='sunset'] #live-search-list .search-item:hover {
  background-color: rgba(224, 186, 126, 0.1);
  color: #cecfbe;
}

[theme='sunset'] #live-search-list .search-item .search-item-category {
  color: rgba(206, 207, 190, 0.5);
}

[theme='sunset'] .tournament-row {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(19, 14, 11, 0.5), rgba(19, 14, 11, 0.7));
}

[theme='sunset'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(206, 207, 190, 0.3);
}

[theme='sunset'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(19, 14, 11, 0.77), -1px -1px 1px rgba(206, 207, 190, 0.04), 1px 1px 1px rgba(19, 14, 11, 0);
}

[theme='sunset'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(206, 207, 190, 0.3);
}

[theme='sunset'] .border-top {
  border-top: 1px solid rgba(206, 207, 190, 0.1) !important;
}

[theme='sunset'] .form-control, [theme='sunset'] input, [theme='sunset'] textarea, [theme='sunset'] select, [theme='sunset'] .trumbowyg-box, [theme='sunset'] .custom-file-label {
  background-color: rgba(41, 34, 30, 0.8);
  color: #cecfbe;
}

[theme='sunset'] .form-control:focus, [theme='sunset'] input:focus, [theme='sunset'] textarea:focus, [theme='sunset'] select:focus, [theme='sunset'] .trumbowyg-box:focus, [theme='sunset'] .custom-file-label:focus {
  border-color: rgba(253, 132, 61, 0.5);
  box-shadow: 0 0 0 2px rgba(224, 186, 126, 0.3);
}

[theme='sunset'] .form-control::placeholder, [theme='sunset'] input::placeholder, [theme='sunset'] textarea::placeholder, [theme='sunset'] select::placeholder, [theme='sunset'] .trumbowyg-box::placeholder, [theme='sunset'] .custom-file-label::placeholder {
  color: rgba(206, 207, 190, 0.5);
}

[theme='sunset'] .custom-file-label {
  border: 1px solid rgba(29, 24, 21, 0.8);
  background-color: rgba(41, 34, 30, 0.8);
  color: #cecfbe;
}

[theme='sunset'] .custom-file-label::after {
  border-left: 1px solid rgba(20, 17, 15, 0.8);
  background-color: rgba(47, 39, 34, 0.8);
}

[theme='sunset'] .file-upload .file-upload-list {
  background-color: rgba(32, 27, 23, 0.8);
  border: 1px solid rgba(20, 17, 15, 0.8);
}

[theme='sunset'] .file-upload .custom-file-label {
  color: #c7c7c7;
}

[theme='sunset'] .input-slider {
  background-image: linear-gradient(90deg, rgba(19, 14, 11, 0.8), rgba(87, 71, 49, 0.85));
}

[theme='sunset'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #fd711f, #e0ba7e);
  box-shadow: 0 0 20px #d4a04d;
  border: 1px solid rgba(19, 14, 11, 0.3);
}

[theme='sunset'] .tab-pane {
  background-color: rgba(19, 14, 11, 0.6);
}

[theme='sunset'] table, [theme='sunset'] .table, [theme='sunset'] .message-content table, .message-content [theme='sunset'] table {
  color: #cecfbe;
}

[theme='sunset'] table.alternate tr:nth-child(even), [theme='sunset'] .table.alternate tr:nth-child(even), [theme='sunset'] .message-content table.alternate tr:nth-child(even), .message-content [theme='sunset'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='sunset'] table.pretty tr, [theme='sunset'] .table.pretty tr, [theme='sunset'] .message-content table.pretty tr, .message-content [theme='sunset'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='sunset'] table.pretty tr:nth-child(even), [theme='sunset'] .table.pretty tr:nth-child(even), [theme='sunset'] .message-content table.pretty tr:nth-child(even), .message-content [theme='sunset'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='sunset'] table.pretty tr td, [theme='sunset'] .table.pretty tr td, [theme='sunset'] .message-content table.pretty tr td, .message-content [theme='sunset'] table.pretty tr td {
  padding: 5px 0;
}

[theme='sunset'] .nav .nav-link {
  background: transparent linear-gradient(#c8b596, #e98951);
  color: #fff;
  text-shadow: 1px 1px 1px #c88d30;
  border: none;
}

[theme='sunset'] .nav .nav-link:hover, [theme='sunset'] .nav .nav-link.active {
  background: transparent linear-gradient(#e0ba7e, #fd843d);
}

[theme='sunset'] .floating-notification {
  background: linear-gradient(180deg, rgba(19, 14, 11, 0.7) 0%, rgba(19, 14, 11, 0.9) 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='sunset'] .trumbowyg-box {
  text-shadow: none;
}

[theme='sunset'] .trumbowyg-box svg {
  color: #cecfbe;
  fill: #cecfbe;
}

[theme='sunset'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='sunset'] .trumbowyg-box .trumbowyg-active {
  background: rgba(35, 26, 20, 0.8);
}

[theme='sunset'] .trumbowyg-box .trumbowyg-dropdown, [theme='sunset'] .trumbowyg-box button {
  background-color: rgba(13, 9, 7, 0.8);
  color: #cecfbe;
  border: none;
  border-radius: 5px;
}

[theme='sunset'] .trumbowyg-box .trumbowyg-button-group::after {
  background: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='sunset'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .trumbowyg-modal-box {
  background: rgba(19, 14, 11, 0.8);
  border: none !important;
}

[theme='sunset'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='sunset'] .trumbowyg-modal-box * {
  border: none;
}

[theme='sunset'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='sunset'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='sunset'] .vip-advantage {
  background-image: linear-gradient(rgba(19, 14, 11, 0.8), rgba(0, 0, 0, 0.8));
}

[theme='sunset'] .ad_notify {
  color: #cecfbe;
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #e0ba7e;
}

[theme='sunset'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(224, 186, 126, 0.34);
}

[theme='sunset'] .gametile .game-title {
  background-color: rgba(19, 14, 11, 0.8);
  text-shadow: 0 0 2px rgba(19, 14, 11, 0.3);
  color: #cecfbe;
}

[theme='sunset'] .gametile .game-online {
  background-color: rgba(19, 14, 11, 0.8);
  text-shadow: 0 0 2px rgba(19, 14, 11, 0.3);
  color: #cecfbe;
}

[theme='sunset'] .game-challenge {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .game-challenge .game-challenge-name {
  color: #cecfbe;
}

[theme='sunset'] .shared_mission_state_waiting {
  background-color: rgba(37, 29, 21, 0.812) !important;
}

[theme='sunset'] .shared_mission_state_running {
  background-color: rgba(59, 48, 34, 0.828) !important;
}

[theme='sunset'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(19, 14, 11, 0.7) 0%, rgba(19, 14, 11, 0.4) 100%);
}

[theme='sunset'] #profile-subnav .profile-subnav-navitem-link {
  color: #cecfbe;
}

[theme='sunset'] #profile-subnav .profile-subnav-navitem-icon {
  color: #e0ba7e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='sunset'] .prize-drawing {
  background-color: rgba(29, 21, 17, 0.8) !important;
  background-image: none !important;
}

[theme='sunset'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ffe4d4;
  border: 3px solid #fd843d;
}

[theme='sunset'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='sunset'] .prize-drawing .hint {
  background: linear-gradient(#fd843d, #fa5e03);
  color: #fff;
}

[theme='sunset'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: rgba(19, 14, 11, 0.8) !important;
  background-image: linear-gradient(rgba(19, 14, 11, 0.8), rgba(0, 0, 0, 0.8)) !important;
}

[theme='sunset'] .prize-drawing .trade-container-item {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(236, 241, 244, 0);
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='sunset'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='sunset'] .no-results {
  background: none;
}

[theme='sunset'] .CCcontainer {
  background-color: #030202;
}

[theme='sunset'] .CCcontainer #chatText {
  background-color: rgba(16, 12, 9, 0.8);
}

[theme='sunset'] .CCcontainer .menu {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] orb {
  color: rgba(206, 207, 190, 0.45);
  text-shadow: 0 0 5px rgba(224, 186, 126, 0.5);
}

[theme='sunset'] hr {
  border-color: rgba(236, 241, 244, 0);
}

[theme='sunset'] .bg-back > h1, [theme='sunset'] .bg-back > h2, [theme='sunset'] .bg-back > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

[theme='sunset'] .bg-front > h1, [theme='sunset'] .bg-front > h2, [theme='sunset'] .bg-front > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

[theme='sunset'] .card .card-header {
  background-image: linear-gradient(rgba(29, 21, 17, 0.8), rgba(16, 12, 9, 0.8));
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='sunset'] .card .card-body {
  background-color: rgba(19, 14, 11, 0.8);
}

[theme='sunset'] .card.card-toggle::before, [theme='sunset'] .card.card-toggle .card-footer::before {
  color: #cecfbe;
}

[theme='sunset'] .form-control, [theme='sunset'] input, [theme='sunset'] textarea, [theme='sunset'] select, [theme='sunset'] .trumbowyg-box {
  background-color: rgba(38, 28, 22, 0.8);
}

[theme='sunset'] .progress {
  background-color: rgba(38, 28, 22, 0.8);
}

[theme='sunset'] #profile-subnav .profile-subnav-navitem-link {
  color: #cecfbe;
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0.3);
}

[theme='sunset'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ecd4af;
  text-shadow: 1px 1px 1px rgba(19, 14, 11, 0.6);
}

[theme='sunset'] .CCcontainer {
  background-color: #171311;
}

[theme='sunset'] .white-tag {
  background-color: rgba(19, 14, 11, 0.3);
  color: #cecfbe;
}

[theme='sunset'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='sunset'] .dropdown-menu {
  background-color: #130e0b;
}

[theme='sunset'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#b8812c, #fa5e03) !important;
}

[theme='sunset'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='sunset'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #ecd4af;
}

[theme='sunset'] nav.side-menu-left .side-menu-item:hover, [theme='sunset'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(75, 61, 42, 0.84);
}

[theme='sunset'] nav.side-menu-left .side-menu-item.active:hover, [theme='sunset'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #f3be6b, #ff833b) !important;
  color: #fff;
}

[theme='sunset'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='sunset'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='sunset'] body {
  background-image: radial-gradient(#e0ba7e, #fd843d, #7a91a3);
}

[theme='sunset'] #app {
  background-color: #33333333;
}

[theme='sunset'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #fd843d, #e0ba7e);
  text-shadow: -1px -1px 1px rgba(253, 132, 61, 0.8), 1px 1px 2px #fc640b;
}

[theme='sunset'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #fd9456, #e5c593);
}

[theme='sunset'] .btn-current-theme:active, [theme='sunset'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #fd7424, #dbaf69);
}

[theme='sunset'] #top-menu {
  background-image: linear-gradient(#536878, rgba(19, 14, 11, 0.3));
}

.btn-retro {
  color: #fff !important;
  background-image: linear-gradient(to top, #ff00b4, #00b3ff);
  text-shadow: -1px -1px 1px rgba(255, 0, 180, 0.8), 1px 1px 2px #cc0090;
}

.btn-retro:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ff1abc, #1abbff);
}

.btn-retro:active, .btn-retro:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e600a2, #00a1e6);
}

[theme='retro'] ::-webkit-scrollbar-track {
  background: #003247;
}

[theme='retro'] ::-webkit-scrollbar-thumb {
  background: #00b3ff;
}

[theme='retro'] ::-webkit-scrollbar-thumb:hover {
  background: #33c2ff;
}

[theme='retro'] body {
  background-image: radial-gradient(#0088c2, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(40, 0, 38, 0.73);
  color: #ffebf7;
}

[theme='retro'] #top-menu {
  background-image: linear-gradient(179deg, #00b3ff, rgba(153, 0, 108, 0.6));
}

[theme='retro'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='retro'] #top-menu, [theme='retro'] #live-search-wrapper {
  color: #fff;
}

[theme='retro'] #top-menu .top-menu-item-color, [theme='retro'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='retro'] .form-group .bootstrap-select, [theme='retro'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, rgba(40, 0, 38, 0.73), rgba(9, 0, 9, 0.73));
}

[theme='retro'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='retro'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(0, 179, 255, 0.4);
}

[theme='retro'] .form-group .bootstrap-select .dropdown-toggle, [theme='retro'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='retro'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='retro'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #ffebf7;
}

[theme='retro'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(9, 0, 9, 0.23);
}

[theme='retro'] .message.sent {
  background-color: rgba(40, 0, 38, 0.13) !important;
  color: rgba(255, 235, 247, 0.7) !important;
}

[theme='retro'] .message.unread {
  border: 3px solid rgba(0, 179, 255, 0.5);
}

[theme='retro'] .list-group-item {
  color: #ffebf7;
  background-color: rgba(9, 0, 9, 0.73);
  border-color: rgba(255, 235, 247, 0.07);
}

[theme='retro'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #ff00b4;
}

[theme='retro'] footer {
  color: #ffebf7;
  background-color: rgba(40, 0, 38, 0.66);
}

[theme='retro'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='retro'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #60daff;
}

[theme='retro'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='retro'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #bcefff !important;
}

[theme='retro'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='retro'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #adecff !important;
}

[theme='retro'] .info {
  background-color: rgba(55, 0, 53, 0.23);
  color: #ffebf7;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(0, 179, 255, 0.5);
}

[theme='retro'] .info .info-body {
  text-shadow: none;
}

[theme='retro'] .text-muted {
  color: rgba(255, 235, 247, 0.56) !important;
}

[theme='retro'] #favorite-game i {
  color: rgba(255, 235, 247, 0.5);
}

[theme='retro'] #favorite-game i.active {
  color: #00b3ff;
}

[theme='retro'] .not_specified, [theme='retro'] [data-gender='not_specified'], [theme='retro'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='retro'] .female, [theme='retro'] [data-gender='female'], [theme='retro'] [gender='female'] {
  color: #ff9797 !important;
}

[theme='retro'] .male, [theme='retro'] [data-gender='male'], [theme='retro'] [gender='male'] {
  color: #a9c5ff !important;
}

[theme='retro'] .card .card-header {
  background-color: rgba(40, 0, 38, 0.73);
  background-image: linear-gradient(rgba(0, 0, 0, 0.23), rgba(91, 0, 86, 0.23));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(25, 0, 23, 0.73);
}

[theme='retro'] .card .card-body {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .card .card-footer {
  background-color: rgba(25, 0, 23, 0.63);
}

[theme='retro'] .card.card-toggle .card-header::after {
  color: #ffebf7;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(0, 179, 255, 0.5), rgba(255, 0, 180, 0.5));
  font-weight: 1800;
}

[theme='retro'] .card.card-toggle::before, [theme='retro'] .card.card-toggle .card-footer::before {
  color: #ffebf7;
  text-shadow: 0 0 6px #fff;
}

[theme='retro'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(0, 179, 255, 0.1), rgba(255, 0, 180, 0));
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0.13), 0 2px 10px rgba(0, 179, 255, 0.5);
}

[theme='retro'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(0, 179, 255, 0), rgba(255, 0, 180, 0.05));
}

[theme='retro'] .card.alternative .card-header {
  background-color: rgba(20, 0, 19, 0.73);
  background-image: linear-gradient(rgba(15, 0, 14, 0.73), rgba(25, 0, 23, 0.73));
}

[theme='retro'] .card.alternative .card-body {
  background-color: rgba(20, 0, 19, 0.73);
}

[theme='retro'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #280026 98%);
}

[theme='retro'] .vip-features-list .vip-feature {
  background-color: rgba(55, 0, 53, 0.73);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='retro'] .dropdown-menu {
  background-color: rgba(39, 3, 42, 0.7327);
  box-shadow: 0 0 30px #00000044;
  color: #ffebf7;
  border: 1px solid #0000000A;
}

[theme='retro'] .dropdown-menu .dropdown-header {
  color: #ffebf7;
  background-color: rgba(25, 0, 23, 0.73);
}

[theme='retro'] .dropdown-menu .dropdown-item {
  color: #b3daf9;
}

[theme='retro'] .dropdown-menu .dropdown-item.selected, [theme='retro'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(28, 54, 104, 0.784);
}

[theme='retro'] .dropdown-menu .dropdown-item i {
  color: #009ee0;
}

[theme='retro'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(34, 29, 73, 0.757);
  color: #fff;
}

[theme='retro'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(255, 0, 180, 0.4);
}

[theme='retro'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(9, 0, 9, 0.73), rgba(71, 0, 67, 0.63));
}

[theme='retro'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='retro'] modal .modal-container {
  background-color: rgba(9, 0, 9, 0.73);
}

[theme='retro'] modal .modal-close {
  background-color: red;
}

[theme='retro'] .progress {
  background-color: rgba(0, 0, 0, 0.73);
}

[theme='retro'] .simple-box {
  border: 1px solid rgba(9, 0, 9, 0.13);
}

[theme='retro'] .simple-box > div:nth-child(1) {
  background-color: rgba(9, 0, 9, 0.33);
}

[theme='retro'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='retro'] notify.alternative {
  color: #fff !important;
  background-color: #005eff;
  text-shadow: 1px 1px 1px #003899;
}

[theme='retro'] alert .alert-wrapper .alert-container {
  background-color: rgba(40, 0, 38, 0.73);
  color: #ffebf7;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='retro'] alert .alert-wrapper .alert-container .alert-header {
  color: #ffebf7;
  text-shadow: 1px 1px 3px rgba(15, 0, 14, 0.73);
  background-image: linear-gradient(180deg, rgba(0, 179, 255, 0.05), rgba(25, 0, 23, 0.73));
}

[theme='retro'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(9, 0, 9, 0.73);
}

[theme='retro'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(40, 0, 38, 0.53);
  background-image: linear-gradient(0deg, rgba(0, 179, 255, 0.01), rgba(37, 0, 35, 0.73));
}

[theme='retro'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='retro'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='retro'] .bg-front {
  color: #ffebf7;
  background-color: rgba(55, 0, 53, 0.73) !important;
}

[theme='retro'] .bg-back {
  color: #ffebf7;
  background-color: rgba(40, 0, 38, 0.73) !important;
}

[theme='retro'] .bg-back-more {
  color: #ffebf7;
  background-color: rgba(25, 0, 23, 0.73) !important;
}

[theme='retro'] .bg-back-transparent {
  color: #ffebf7;
  background-color: rgba(25, 0, 23, 0.33) !important;
}

[theme='retro'] .white-box-style {
  background-color: rgba(48, 0, 45, 0.73) !important;
  color: #ffebf7;
}

[theme='retro'] .box-glow {
  box-shadow: 0 1px 20px rgba(0, 179, 255, 0.4);
  border: 1px solid rgba(0, 179, 255, 0.4);
}

[theme='retro'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #0096d6;
  background-color: #00b3ff;
  background-image: linear-gradient(#00a8f0, #0fb8ff) !important;
}

[theme='retro'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='retro'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='retro'] .bg-secondary {
  background-color: #ff00b4;
  background-image: linear-gradient(#f000a9, #ff0fb9) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #d60097;
}

[theme='retro'] .bg-secondary > * {
  color: #fff !important;
}

[theme='retro'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='retro'] .bg-tertiary {
  background-color: #805ada;
  background-image: linear-gradient(#764ed7, #8a66dd) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #6639d3;
}

[theme='retro'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='retro'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='retro'] .border-primary {
  border-color: #00b3ff;
}

[theme='retro'] .border-secondary {
  border-color: #ff00b4;
}

[theme='retro'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #00b3ff, #ff00b4) !important;
  text-shadow: 1px 1px 1px #006b99;
}

[theme='retro'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #00b3ff, #ff33c3) !important;
}

[theme='retro'] .btn-primary:hover {
  background: linear-gradient(180deg, #00b3ff, #ff1fbd) !important;
}

[theme='retro'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #ff00b4, #ff00b4) !important;
  text-shadow: 1px 1px 1px #cc0090;
}

[theme='retro'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff00b4, #ff33c3) !important;
}

[theme='retro'] .btn-secondary:hover {
  background: linear-gradient(180deg, #ff00b4, #ff1fbd) !important;
}

[theme='retro'] .btn-outline-secondary {
  background-color: #ff00b4;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='retro'] .btn-outline-secondary:hover {
  background-color: #00b3ff;
}

[theme='retro'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #ac398a;
}

[theme='retro'] .accordion {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .accordion-toggle.open {
  background-color: rgba(28, 54, 104, 0.784);
}

[theme='retro'] nav.side-menu-left .side-menu-item, [theme='retro'] nav.side-menu-right .side-menu-item {
  color: #ffebf7;
  background-color: rgba(40, 0, 38, 0.73);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0.73);
}

[theme='retro'] nav.side-menu-left .side-menu-item.attention, [theme='retro'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(23, 76, 131, 0.811);
}

[theme='retro'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='retro'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(255, 235, 247, 0.8);
  text-shadow: 0 0 5px rgba(40, 0, 38, 0.73);
}

[theme='retro'] nav.side-menu-left .side-menu-item:hover, [theme='retro'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(40, 0, 38, 0.73);
  background-image: linear-gradient(6deg, rgba(255, 0, 180, 0.2), rgba(0, 179, 255, 0.2)) !important;
}

[theme='retro'] nav.side-menu-left .side-menu-item.active, [theme='retro'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ff00b4, #00b3ff) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='retro'] nav.side-menu-left .side-menu-item.active:hover, [theme='retro'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ff00b4, #00b3ff) !important;
  color: #fff;
}

[theme='retro'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='retro'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #0088c2;
}

[theme='retro'] nav.side-menu-left .bubble, [theme='retro'] nav.side-menu-right .bubble {
  background-color: #00b3ff;
  color: #fff;
  text-shadow: 1px 1px 1px #006b99;
  border-radius: 5px;
}

[theme='retro'] .list-group-menu .list-group-item {
  color: #60daff;
  background-color: rgba(40, 0, 38, 0.72);
  text-shadow: 1px 1px 1px rgba(30, 0, 28, 0.73);
  background-image: linear-gradient(rgba(40, 0, 38, 0) 66%, rgba(255, 0, 180, 0.05));
}

[theme='retro'] .list-group-menu .list-group-item i {
  color: rgba(0, 179, 255, 0.8);
}

[theme='retro'] .list-group-menu .list-group-item:hover {
  background-color: rgba(25, 0, 23, 0.73);
  color: #7fe1ff;
}

[theme='retro'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#00b3ff, #ff00b4) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0);
}

[theme='retro'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='retro'] #live-search {
  outline: none;
}

[theme='retro'] #live-search-list {
  background-color: rgba(40, 0, 38, 0.73);
  color: #ffebf7;
}

[theme='retro'] #live-search-list .search-item:hover {
  background-color: rgba(0, 179, 255, 0.1);
  color: #ffebf7;
}

[theme='retro'] #live-search-list .search-item .search-item-category {
  color: rgba(255, 235, 247, 0.5);
}

[theme='retro'] .tournament-row {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(40, 0, 38, 0.43), rgba(40, 0, 38, 0.63));
}

[theme='retro'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(255, 235, 247, 0.3);
}

[theme='retro'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(40, 0, 38, 0.7), -1px -1px 1px rgba(255, 235, 247, 0.04), 1px 1px 1px rgba(40, 0, 38, 0);
}

[theme='retro'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(255, 235, 247, 0.3);
}

[theme='retro'] .border-top {
  border-top: 1px solid rgba(255, 235, 247, 0.1) !important;
}

[theme='retro'] .form-control, [theme='retro'] input, [theme='retro'] textarea, [theme='retro'] select, [theme='retro'] .trumbowyg-box, [theme='retro'] .custom-file-label {
  background-color: rgba(77, 4, 73, 0.73);
  color: #ffebf7;
}

[theme='retro'] .form-control:focus, [theme='retro'] input:focus, [theme='retro'] textarea:focus, [theme='retro'] select:focus, [theme='retro'] .trumbowyg-box:focus, [theme='retro'] .custom-file-label:focus {
  border-color: rgba(255, 0, 180, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 179, 255, 0.3);
}

[theme='retro'] .form-control::placeholder, [theme='retro'] input::placeholder, [theme='retro'] textarea::placeholder, [theme='retro'] select::placeholder, [theme='retro'] .trumbowyg-box::placeholder, [theme='retro'] .custom-file-label::placeholder {
  color: rgba(255, 235, 247, 0.5);
}

[theme='retro'] .custom-file-label {
  border: 1px solid rgba(57, 3, 55, 0.73);
  background-color: rgba(77, 4, 73, 0.73);
  color: #ffebf7;
}

[theme='retro'] .custom-file-label::after {
  border-left: 1px solid rgba(43, 2, 41, 0.73);
  background-color: rgba(86, 5, 82, 0.73);
}

[theme='retro'] .file-upload .file-upload-list {
  background-color: rgba(62, 3, 59, 0.73);
  border: 1px solid rgba(43, 2, 41, 0.73);
}

[theme='retro'] .file-upload .custom-file-label {
  color: whitesmoke;
}

[theme='retro'] .input-slider {
  background-image: linear-gradient(90deg, rgba(40, 0, 38, 0.73), rgba(25, 66, 118, 0.7975));
}

[theme='retro'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #e0009e, #00b3ff);
  box-shadow: 0 0 20px #0088c2;
  border: 1px solid rgba(40, 0, 38, 0.23);
}

[theme='retro'] .tab-pane {
  background-color: rgba(40, 0, 38, 0.53);
}

[theme='retro'] table, [theme='retro'] .table, [theme='retro'] .message-content table, .message-content [theme='retro'] table {
  color: #ffebf7;
}

[theme='retro'] table.alternate tr:nth-child(even), [theme='retro'] .table.alternate tr:nth-child(even), [theme='retro'] .message-content table.alternate tr:nth-child(even), .message-content [theme='retro'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='retro'] table.pretty tr, [theme='retro'] .table.pretty tr, [theme='retro'] .message-content table.pretty tr, .message-content [theme='retro'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='retro'] table.pretty tr:nth-child(even), [theme='retro'] .table.pretty tr:nth-child(even), [theme='retro'] .message-content table.pretty tr:nth-child(even), .message-content [theme='retro'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='retro'] table.pretty tr td, [theme='retro'] .table.pretty tr td, [theme='retro'] .message-content table.pretty tr td, .message-content [theme='retro'] table.pretty tr td {
  padding: 5px 0;
}

[theme='retro'] .nav .nav-link {
  background: transparent linear-gradient(#26a4d9, #e61aaa);
  color: #fff;
  text-shadow: 1px 1px 1px #006b99;
  border: none;
}

[theme='retro'] .nav .nav-link:hover, [theme='retro'] .nav .nav-link.active {
  background: transparent linear-gradient(#00b3ff, #ff00b4);
}

[theme='retro'] .floating-notification {
  background: linear-gradient(180deg, rgba(40, 0, 38, 0.63) 0%, rgba(40, 0, 38, 0.83) 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='retro'] .trumbowyg-box {
  text-shadow: none;
}

[theme='retro'] .trumbowyg-box svg {
  color: #ffebf7;
  fill: #ffebf7;
}

[theme='retro'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='retro'] .trumbowyg-box .trumbowyg-active {
  background: rgba(66, 0, 62, 0.73);
}

[theme='retro'] .trumbowyg-box .trumbowyg-dropdown, [theme='retro'] .trumbowyg-box button {
  background-color: rgba(30, 0, 28, 0.73);
  color: #ffebf7;
  border: none;
  border-radius: 5px;
}

[theme='retro'] .trumbowyg-box .trumbowyg-button-group::after {
  background: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='retro'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .trumbowyg-modal-box {
  background: rgba(40, 0, 38, 0.73);
  border: none !important;
}

[theme='retro'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='retro'] .trumbowyg-modal-box * {
  border: none;
}

[theme='retro'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='retro'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='retro'] .vip-advantage {
  background-image: linear-gradient(rgba(40, 0, 38, 0.73), rgba(9, 0, 9, 0.73));
}

[theme='retro'] .ad_notify {
  color: #ffebf7;
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #00b3ff;
}

[theme='retro'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(0, 179, 255, 0.34);
}

[theme='retro'] .gametile .game-title {
  background-color: rgba(40, 0, 38, 0.73);
  text-shadow: 0 0 2px rgba(40, 0, 38, 0.23);
  color: #ffebf7;
}

[theme='retro'] .gametile .game-online {
  background-color: rgba(40, 0, 38, 0.73);
  text-shadow: 0 0 2px rgba(40, 0, 38, 0.23);
  color: #ffebf7;
}

[theme='retro'] .game-challenge {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .game-challenge .game-challenge-name {
  color: #ffebf7;
}

[theme='retro'] .shared_mission_state_waiting {
  background-color: rgba(36, 18, 60, 0.7462) !important;
}

[theme='retro'] .shared_mission_state_running {
  background-color: rgba(31, 40, 86, 0.7678) !important;
}

[theme='retro'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(40, 0, 38, 0.63) 0%, rgba(40, 0, 38, 0.33) 100%);
}

[theme='retro'] #profile-subnav .profile-subnav-navitem-link {
  color: #ffebf7;
}

[theme='retro'] #profile-subnav .profile-subnav-navitem-icon {
  color: #00b3ff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='retro'] .prize-drawing {
  background-color: rgba(55, 0, 53, 0.73) !important;
  background-image: none !important;
}

[theme='retro'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ff99e1;
  border: 3px solid #ff00b4;
}

[theme='retro'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='retro'] .prize-drawing .hint {
  background: linear-gradient(#ff00b4, #c20089);
  color: #fff;
}

[theme='retro'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: rgba(40, 0, 38, 0.73) !important;
  background-image: linear-gradient(rgba(40, 0, 38, 0.73), rgba(0, 0, 0, 0.73)) !important;
}

[theme='retro'] .prize-drawing .trade-container-item {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(0, 0, 0, 0.73);
  color: rgba(215, 255, 217, 0);
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0.73);
}

[theme='retro'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='retro'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='retro'] .no-results {
  background: none;
}

[theme='retro'] .CCcontainer {
  background-color: rgba(14, 1, 13, 0.93);
}

[theme='retro'] .CCcontainer #chatText {
  background-color: rgba(35, 0, 33, 0.73);
}

[theme='retro'] .CCcontainer .menu {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] orb {
  color: rgba(255, 235, 247, 0.45);
  text-shadow: 0 0 5px rgba(0, 179, 255, 0.5);
}

[theme='retro'] hr {
  border-color: rgba(215, 255, 217, 0);
}

[theme='retro'] .bg-back > h1, [theme='retro'] .bg-back > h2, [theme='retro'] .bg-back > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.73);
}

[theme='retro'] .bg-front > h1, [theme='retro'] .bg-front > h2, [theme='retro'] .bg-front > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.73);
}

[theme='retro'] .card .card-header {
  background-image: linear-gradient(rgba(55, 0, 53, 0.73), rgba(35, 0, 33, 0.73));
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='retro'] .card .card-body {
  background-color: rgba(40, 0, 38, 0.73);
}

[theme='retro'] .card.card-toggle::before, [theme='retro'] .card.card-toggle .card-footer::before {
  color: #ffebf7;
}

[theme='retro'] .form-control, [theme='retro'] input, [theme='retro'] textarea, [theme='retro'] select, [theme='retro'] .trumbowyg-box {
  background-color: rgba(71, 0, 67, 0.73);
}

[theme='retro'] .progress {
  background-color: rgba(71, 0, 67, 0.73);
}

[theme='retro'] #profile-subnav .profile-subnav-navitem-link {
  color: #ffebf7;
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0.23);
}

[theme='retro'] #profile-subnav .profile-subnav-navitem-icon {
  color: #3dc5ff;
  text-shadow: 1px 1px 1px rgba(40, 0, 38, 0.53);
}

[theme='retro'] .CCcontainer {
  background-color: rgba(48, 3, 45, 0.93);
}

[theme='retro'] .white-tag {
  background-color: rgba(40, 0, 38, 0.23);
  color: #ffebf7;
}

[theme='retro'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='retro'] .dropdown-menu {
  background-color: rgba(40, 0, 38, 0.93);
}

[theme='retro'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#005d85, #c20089) !important;
}

[theme='retro'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='retro'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #3dc5ff;
}

[theme='retro'] nav.side-menu-left .side-menu-item:hover, [theme='retro'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(28, 54, 104, 0.784);
}

[theme='retro'] nav.side-menu-left .side-menu-item.active:hover, [theme='retro'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #00b3ff, #ff00b4) !important;
  color: #fff;
}

[theme='retro'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='retro'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='retro'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #ff00b4, #00b3ff);
  text-shadow: -1px -1px 1px rgba(255, 0, 180, 0.8), 1px 1px 2px #cc0090;
}

[theme='retro'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ff1abc, #1abbff);
}

[theme='retro'] .btn-current-theme:active, [theme='retro'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e600a2, #00a1e6);
}

[theme='retro'] body {
  background-image: url("/assets/general/retro.jpg");
}

[theme='retro'] #top-menu {
  background-image: linear-gradient(#ad007a, rgba(40, 0, 38, 0.23));
}

.btn-pirate {
  color: #fff !important;
  background-image: linear-gradient(to top, #09171b, #425b58);
  text-shadow: -1px -1px 1px rgba(9, 23, 27, 0.8), 1px 1px 2px black;
}

.btn-pirate:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0f272e, #4d6a66);
}

.btn-pirate:active, .btn-pirate:focus {
  color: white !important;
  background-image: linear-gradient(to top, #030708, #374c4a);
}

[theme='pirate'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='pirate'] ::-webkit-scrollbar-thumb {
  background: #425b58;
}

[theme='pirate'] ::-webkit-scrollbar-thumb:hover {
  background: #577975;
}

[theme='pirate'] body {
  background-image: radial-gradient(#283836, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #09171b;
  color: #bacfd2;
}

[theme='pirate'] #top-menu {
  background-image: linear-gradient(179deg, #425b58, rgba(22, 10, 7, 0.6));
}

[theme='pirate'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='pirate'] #top-menu, [theme='pirate'] #live-search-wrapper {
  color: #fff;
}

[theme='pirate'] #top-menu .top-menu-item-color, [theme='pirate'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='pirate'] .form-group .bootstrap-select, [theme='pirate'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #09171b, #010304);
}

[theme='pirate'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='pirate'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(66, 91, 88, 0.4);
}

[theme='pirate'] .form-group .bootstrap-select .dropdown-toggle, [theme='pirate'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='pirate'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='pirate'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #bacfd2;
}

[theme='pirate'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(1, 3, 4, 0.5);
}

[theme='pirate'] .message.sent {
  background-color: rgba(9, 23, 27, 0.4) !important;
  color: rgba(186, 207, 210, 0.7) !important;
}

[theme='pirate'] .message.unread {
  border: 3px solid rgba(66, 91, 88, 0.5);
}

[theme='pirate'] .list-group-item {
  color: #bacfd2;
  background-color: #010304;
  border-color: rgba(186, 207, 210, 0.07);
}

[theme='pirate'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #622c21;
}

[theme='pirate'] footer {
  color: #bacfd2;
  background-color: rgba(9, 23, 27, 0.93);
}

[theme='pirate'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='pirate'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #e7a270;
}

[theme='pirate'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='pirate'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #f4d5bf !important;
}

[theme='pirate'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='pirate'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #f5ccaf !important;
}

[theme='pirate'] .info {
  background-color: rgba(13, 33, 38, 0.5);
  color: #bacfd2;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(66, 91, 88, 0.5);
}

[theme='pirate'] .info .info-body {
  text-shadow: none;
}

[theme='pirate'] .text-muted {
  color: rgba(186, 207, 210, 0.56) !important;
}

[theme='pirate'] #favorite-game i {
  color: rgba(186, 207, 210, 0.5);
}

[theme='pirate'] #favorite-game i.active {
  color: #425b58;
}

[theme='pirate'] .not_specified, [theme='pirate'] [data-gender='not_specified'], [theme='pirate'] [gender='not_specified'] {
  color: #696969 !important;
}

[theme='pirate'] .female, [theme='pirate'] [data-gender='female'], [theme='pirate'] [gender='female'] {
  color: #e04141 !important;
}

[theme='pirate'] .male, [theme='pirate'] [data-gender='male'], [theme='pirate'] [gender='male'] {
  color: #3769da !important;
}

[theme='pirate'] .card .card-header {
  background-color: #09171b;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(22, 56, 65, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #050d10;
}

[theme='pirate'] .card .card-body {
  background-color: #09171b;
}

[theme='pirate'] .card .card-footer {
  background-color: rgba(5, 13, 16, 0.9);
}

[theme='pirate'] .card.card-toggle .card-header::after {
  color: #bacfd2;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(66, 91, 88, 0.5), rgba(98, 44, 33, 0.5));
  font-weight: 1800;
}

[theme='pirate'] .card.card-toggle::before, [theme='pirate'] .card.card-toggle .card-footer::before {
  color: #bacfd2;
  text-shadow: 0 0 6px #fff;
}

[theme='pirate'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(66, 91, 88, 0.1), rgba(98, 44, 33, 0));
  text-shadow: 1px 1px 1px rgba(9, 23, 27, 0.4), 0 2px 10px rgba(66, 91, 88, 0.5);
}

[theme='pirate'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(66, 91, 88, 0), rgba(98, 44, 33, 0.05));
}

[theme='pirate'] .card.alternative .card-header {
  background-color: #040a0c;
  background-image: linear-gradient(#030708, #050d10);
}

[theme='pirate'] .card.alternative .card-body {
  background-color: #040a0c;
}

[theme='pirate'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #09171b 98%);
}

[theme='pirate'] .vip-features-list .vip-feature {
  background-color: #0d2126;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='pirate'] .dropdown-menu {
  background-color: #0a181c;
  box-shadow: 0 0 30px #00000044;
  color: #bacfd2;
  border: 1px solid #0000000A;
}

[theme='pirate'] .dropdown-menu .dropdown-header {
  color: #bacfd2;
  background-color: #050d10;
}

[theme='pirate'] .dropdown-menu .dropdown-item {
  color: #96acad;
}

[theme='pirate'] .dropdown-menu .dropdown-item.selected, [theme='pirate'] .dropdown-menu .dropdown-item.active {
  background-color: #142527;
}

[theme='pirate'] .dropdown-menu .dropdown-item i {
  color: #354947;
}

[theme='pirate'] .dropdown-menu .dropdown-item:hover {
  background-color: #0f1e21;
  color: #fff;
}

[theme='pirate'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(98, 44, 33, 0.4);
}

[theme='pirate'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #010304, rgba(17, 43, 50, 0.9));
}

[theme='pirate'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='pirate'] modal .modal-container {
  background-color: #010304;
}

[theme='pirate'] modal .modal-close {
  background-color: red;
}

[theme='pirate'] .progress {
  background-color: black;
}

[theme='pirate'] .simple-box {
  border: 1px solid rgba(1, 3, 4, 0.4);
}

[theme='pirate'] .simple-box > div:nth-child(1) {
  background-color: rgba(1, 3, 4, 0.6);
}

[theme='pirate'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='pirate'] notify.alternative {
  color: #fff !important;
  background-color: #42565b;
  text-shadow: 1px 1px 1px #171e20;
}

[theme='pirate'] alert .alert-wrapper .alert-container {
  background-color: #09171b;
  color: #bacfd2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='pirate'] alert .alert-wrapper .alert-container .alert-header {
  color: #bacfd2;
  text-shadow: 1px 1px 3px #030708;
  background-image: linear-gradient(180deg, rgba(66, 91, 88, 0.05), #050d10);
}

[theme='pirate'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #010304;
}

[theme='pirate'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(9, 23, 27, 0.8);
  background-image: linear-gradient(0deg, rgba(66, 91, 88, 0.01), #081519);
}

[theme='pirate'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='pirate'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='pirate'] .bg-front {
  color: #bacfd2;
  background-color: #0d2126 !important;
}

[theme='pirate'] .bg-back {
  color: #bacfd2;
  background-color: #09171b !important;
}

[theme='pirate'] .bg-back-more {
  color: #bacfd2;
  background-color: #050d10 !important;
}

[theme='pirate'] .bg-back-transparent {
  color: #bacfd2;
  background-color: rgba(5, 13, 16, 0.6) !important;
}

[theme='pirate'] .white-box-style {
  background-color: #0b1c21 !important;
  color: #bacfd2;
}

[theme='pirate'] .box-glow {
  box-shadow: 0 1px 20px rgba(66, 91, 88, 0.4);
  border: 1px solid rgba(66, 91, 88, 0.4);
}

[theme='pirate'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #314341;
  background-color: #425b58;
  background-image: linear-gradient(#3c524f, #486461) !important;
}

[theme='pirate'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='pirate'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='pirate'] .bg-secondary {
  background-color: #622c21;
  background-image: linear-gradient(#57271d, #6d3125) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #431e17;
}

[theme='pirate'] .bg-secondary > * {
  color: #fff !important;
}

[theme='pirate'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='pirate'] .bg-tertiary {
  background-color: #52443d;
  background-image: linear-gradient(#493d36, #5b4b44) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3b312c;
}

[theme='pirate'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='pirate'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='pirate'] .border-primary {
  border-color: #425b58;
}

[theme='pirate'] .border-secondary {
  border-color: #622c21;
}

[theme='pirate'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #425b58, #622c21) !important;
  text-shadow: 1px 1px 1px #17201f;
}

[theme='pirate'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #326b64, #883d2e) !important;
}

[theme='pirate'] .btn-primary:hover {
  background: linear-gradient(180deg, #3d605c, #793629) !important;
}

[theme='pirate'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #622c21, #622c21) !important;
  text-shadow: 1px 1px 1px #3c1b14;
}

[theme='pirate'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #6f2314, #883d2e) !important;
}

[theme='pirate'] .btn-secondary:hover {
  background: linear-gradient(180deg, #66291d, #793629) !important;
}

[theme='pirate'] .btn-outline-secondary {
  background-color: #622c21;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='pirate'] .btn-outline-secondary:hover {
  background-color: #425b58;
}

[theme='pirate'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #353535;
}

[theme='pirate'] .accordion {
  background-color: #09171b;
}

[theme='pirate'] .accordion-toggle.open {
  background-color: #142527;
}

[theme='pirate'] nav.side-menu-left .side-menu-item, [theme='pirate'] nav.side-menu-right .side-menu-item {
  color: #bacfd2;
  background-color: #09171b;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #09171b;
}

[theme='pirate'] nav.side-menu-left .side-menu-item.attention, [theme='pirate'] nav.side-menu-right .side-menu-item.attention {
  background-color: #1a2b2d;
}

[theme='pirate'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='pirate'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(186, 207, 210, 0.8);
  text-shadow: 0 0 5px #05191f;
}

[theme='pirate'] nav.side-menu-left .side-menu-item:hover, [theme='pirate'] nav.side-menu-right .side-menu-item:hover {
  background-color: #09171b;
  background-image: linear-gradient(6deg, rgba(100, 43, 31, 0.2), rgba(64, 93, 90, 0.2)) !important;
}

[theme='pirate'] nav.side-menu-left .side-menu-item.active, [theme='pirate'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #6a2719, #39645f) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='pirate'] nav.side-menu-left .side-menu-item.active:hover, [theme='pirate'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #722211, #2f6e66) !important;
  color: #fff;
}

[theme='pirate'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='pirate'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #283836;
}

[theme='pirate'] nav.side-menu-left .bubble, [theme='pirate'] nav.side-menu-right .bubble {
  background-color: #425b58;
  color: #fff;
  text-shadow: 1px 1px 1px #17201f;
  border-radius: 5px;
}

[theme='pirate'] .list-group-menu .list-group-item {
  color: #e7a270;
  background-color: rgba(9, 23, 27, 0.99);
  text-shadow: 1px 1px 1px #061013;
  background-image: linear-gradient(rgba(9, 23, 27, 0) 66%, rgba(98, 44, 33, 0.05));
}

[theme='pirate'] .list-group-menu .list-group-item i {
  color: rgba(66, 91, 88, 0.8);
}

[theme='pirate'] .list-group-menu .list-group-item:hover {
  background-color: #050d10;
  color: #ebb38a;
}

[theme='pirate'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#39645f, #6a2719) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(9, 23, 27, 0.12);
}

[theme='pirate'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='pirate'] #live-search {
  outline: none;
}

[theme='pirate'] #live-search-list {
  background-color: #09171b;
  color: #bacfd2;
}

[theme='pirate'] #live-search-list .search-item:hover {
  background-color: rgba(66, 91, 88, 0.1);
  color: #bacfd2;
}

[theme='pirate'] #live-search-list .search-item .search-item-category {
  color: rgba(186, 207, 210, 0.5);
}

[theme='pirate'] .tournament-row {
  background-color: #09171b;
}

[theme='pirate'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(9, 23, 27, 0.7), rgba(9, 23, 27, 0.9));
}

[theme='pirate'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(186, 207, 210, 0.3);
}

[theme='pirate'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(9, 23, 27, 0.97), -1px -1px 1px rgba(186, 207, 210, 0.04), 1px 1px 1px rgba(9, 23, 27, 0.04);
}

[theme='pirate'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(186, 207, 210, 0.3);
}

[theme='pirate'] .border-top {
  border-top: 1px solid rgba(186, 207, 210, 0.1) !important;
}

[theme='pirate'] .form-control, [theme='pirate'] input, [theme='pirate'] textarea, [theme='pirate'] select, [theme='pirate'] .trumbowyg-box, [theme='pirate'] .custom-file-label {
  background-color: #172f36;
  color: #bacfd2;
}

[theme='pirate'] .form-control:focus, [theme='pirate'] input:focus, [theme='pirate'] textarea:focus, [theme='pirate'] select:focus, [theme='pirate'] .trumbowyg-box:focus, [theme='pirate'] .custom-file-label:focus {
  border-color: rgba(98, 44, 33, 0.5);
  box-shadow: 0 0 0 2px rgba(66, 91, 88, 0.3);
}

[theme='pirate'] .form-control::placeholder, [theme='pirate'] input::placeholder, [theme='pirate'] textarea::placeholder, [theme='pirate'] select::placeholder, [theme='pirate'] .trumbowyg-box::placeholder, [theme='pirate'] .custom-file-label::placeholder {
  color: rgba(186, 207, 210, 0.5);
}

[theme='pirate'] .custom-file-label {
  border: 1px solid #112227;
  background-color: #172f36;
  color: #bacfd2;
}

[theme='pirate'] .custom-file-label::after {
  border-left: 1px solid #0c191d;
  background-color: #1a353d;
}

[theme='pirate'] .file-upload .file-upload-list {
  background-color: #12262b;
  border: 1px solid #0c191d;
}

[theme='pirate'] .file-upload .custom-file-label {
  color: #c6c6c6;
}

[theme='pirate'] .input-slider {
  background-image: linear-gradient(90deg, #09171b, #17282a);
}

[theme='pirate'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #4b2219, #425b58);
  box-shadow: 0 0 20px #283836;
  border: 1px solid rgba(9, 23, 27, 0.5);
}

[theme='pirate'] .tab-pane {
  background-color: rgba(9, 23, 27, 0.8);
}

[theme='pirate'] table, [theme='pirate'] .table, [theme='pirate'] .message-content table, .message-content [theme='pirate'] table {
  color: #bacfd2;
}

[theme='pirate'] table.alternate tr:nth-child(even), [theme='pirate'] .table.alternate tr:nth-child(even), [theme='pirate'] .message-content table.alternate tr:nth-child(even), .message-content [theme='pirate'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='pirate'] table.pretty tr, [theme='pirate'] .table.pretty tr, [theme='pirate'] .message-content table.pretty tr, .message-content [theme='pirate'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='pirate'] table.pretty tr:nth-child(even), [theme='pirate'] .table.pretty tr:nth-child(even), [theme='pirate'] .message-content table.pretty tr:nth-child(even), .message-content [theme='pirate'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='pirate'] table.pretty tr td, [theme='pirate'] .table.pretty tr td, [theme='pirate'] .message-content table.pretty tr td, .message-content [theme='pirate'] table.pretty tr td {
  padding: 5px 0;
}

[theme='pirate'] .nav .nav-link {
  background: transparent linear-gradient(#4f4f4f, #55352e);
  color: #fff;
  text-shadow: 1px 1px 1px #17201f;
  border: none;
}

[theme='pirate'] .nav .nav-link:hover, [theme='pirate'] .nav .nav-link.active {
  background: transparent linear-gradient(#425b58, #622c21);
}

[theme='pirate'] .floating-notification {
  background: linear-gradient(180deg, rgba(9, 23, 27, 0.9) 0%, #09171b 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='pirate'] .trumbowyg-box {
  text-shadow: none;
}

[theme='pirate'] .trumbowyg-box svg {
  color: #bacfd2;
  fill: #bacfd2;
}

[theme='pirate'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='pirate'] .trumbowyg-box .trumbowyg-active {
  background: #0f272e;
}

[theme='pirate'] .trumbowyg-box .trumbowyg-dropdown, [theme='pirate'] .trumbowyg-box button {
  background-color: #061013;
  color: #bacfd2;
  border: none;
  border-radius: 5px;
}

[theme='pirate'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #09171b;
}

[theme='pirate'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='pirate'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #09171b;
}

[theme='pirate'] .trumbowyg-modal-box {
  background: #09171b;
  border: none !important;
}

[theme='pirate'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='pirate'] .trumbowyg-modal-box * {
  border: none;
}

[theme='pirate'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='pirate'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='pirate'] .vip-advantage {
  background-image: linear-gradient(#09171b, #010304);
}

[theme='pirate'] .ad_notify {
  color: #bacfd2;
  background-color: #09171b;
}

[theme='pirate'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #425b58;
}

[theme='pirate'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(66, 91, 88, 0.34);
}

[theme='pirate'] .gametile .game-title {
  background-color: #09171b;
  text-shadow: 0 0 2px rgba(9, 23, 27, 0.5);
  color: #bacfd2;
}

[theme='pirate'] .gametile .game-online {
  background-color: #09171b;
  text-shadow: 0 0 2px rgba(9, 23, 27, 0.5);
  color: #bacfd2;
}

[theme='pirate'] .game-challenge {
  background-color: #09171b;
}

[theme='pirate'] .game-challenge .game-challenge-name {
  color: #bacfd2;
}

[theme='pirate'] .shared_mission_state_waiting {
  background-color: #0c1b1f !important;
}

[theme='pirate'] .shared_mission_state_running {
  background-color: #112124 !important;
}

[theme='pirate'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(9, 23, 27, 0.9) 0%, rgba(9, 23, 27, 0.6) 100%);
}

[theme='pirate'] #profile-subnav .profile-subnav-navitem-link {
  color: #bacfd2;
}

[theme='pirate'] #profile-subnav .profile-subnav-navitem-icon {
  color: #425b58;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='pirate'] .prize-drawing {
  background-color: #0d2126 !important;
  background-image: none !important;
}

[theme='pirate'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #dd5a3f;
  border: 3px solid #622c21;
}

[theme='pirate'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='pirate'] .prize-drawing .hint {
  background: linear-gradient(#622c21, #341712);
  color: #fff;
}

[theme='pirate'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #09171b !important;
  background-image: linear-gradient(#09171b, black) !important;
}

[theme='pirate'] .prize-drawing .trade-container-item {
  background-color: #09171b;
}

[theme='pirate'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: black;
  color: rgba(246, 232, 228, 0.2);
  text-shadow: 1px 1px 1px #09171b;
}

[theme='pirate'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='pirate'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='pirate'] .no-results {
  background: none;
}

[theme='pirate'] .CCcontainer {
  background-color: #030607;
}

[theme='pirate'] .CCcontainer #chatText {
  background-color: #081417;
}

[theme='pirate'] .CCcontainer .menu {
  background-color: #09171b;
}

[theme='pirate'] orb {
  color: rgba(186, 207, 210, 0.45);
  text-shadow: 0 0 5px rgba(66, 91, 88, 0.5);
}

[theme='pirate'] hr {
  border-color: rgba(246, 232, 228, 0.14);
}

[theme='pirate'] .bg-back > h1, [theme='pirate'] .bg-back > h2, [theme='pirate'] .bg-back > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='pirate'] .bg-front > h1, [theme='pirate'] .bg-front > h2, [theme='pirate'] .bg-front > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='pirate'] .card .card-header {
  background-image: linear-gradient(#0d2126, #081417);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='pirate'] .card .card-body {
  background-color: #09171b;
}

[theme='pirate'] .card.card-toggle::before, [theme='pirate'] .card.card-toggle .card-footer::before {
  color: #bacfd2;
}

[theme='pirate'] .form-control, [theme='pirate'] input, [theme='pirate'] textarea, [theme='pirate'] select, [theme='pirate'] .trumbowyg-box {
  background-color: #112b32;
}

[theme='pirate'] .progress {
  background-color: #112b32;
}

[theme='pirate'] #profile-subnav .profile-subnav-navitem-link {
  color: #bacfd2;
  text-shadow: 1px 1px 1px rgba(9, 23, 27, 0.5);
}

[theme='pirate'] #profile-subnav .profile-subnav-navitem-icon {
  color: #5c7e7a;
  text-shadow: 1px 1px 1px rgba(9, 23, 27, 0.8);
}

[theme='pirate'] .CCcontainer {
  background-color: #0e1c20;
}

[theme='pirate'] .white-tag {
  background-color: rgba(9, 23, 27, 0.5);
  color: #bacfd2;
}

[theme='pirate'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='pirate'] .dropdown-menu {
  background-color: #09171b;
}

[theme='pirate'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#0f1413, #341712) !important;
}

[theme='pirate'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='pirate'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #5c7e7a;
}

[theme='pirate'] nav.side-menu-left .side-menu-item:hover, [theme='pirate'] nav.side-menu-right .side-menu-item:hover {
  background-color: #142527;
}

[theme='pirate'] nav.side-menu-left .side-menu-item.active:hover, [theme='pirate'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #2f6e66, #722211) !important;
  color: #fff;
}

[theme='pirate'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='pirate'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='pirate'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #09171b, #425b58);
  text-shadow: -1px -1px 1px rgba(9, 23, 27, 0.8), 1px 1px 2px black;
}

[theme='pirate'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #0f272e, #4d6a66);
}

[theme='pirate'] .btn-current-theme:active, [theme='pirate'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #030708, #374c4a);
}

[theme='pirate'] h1 {
  font-size: 2.4rem;
}

[theme='pirate'] h2 {
  font-size: 2rem;
}

[theme='pirate'] h3 {
  font-size: 1.7rem;
}

[theme='pirate'] .card, [theme='pirate'] .bg-back {
  background-color: #09171b;
  background-image: url("/assets/general/pirate_map.jpg");
  background-blend-mode: soft-light;
  background-position: 0 0;
}

[theme='pirate'] .card .card-header, [theme='pirate'] .bg-back .card-header {
  background: none;
}

[theme='pirate'] .card .card-body, [theme='pirate'] .bg-back .card-body {
  background: none;
}

[theme='pirate'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(#00000000, #000000);
}

[theme='pirate'] body {
  background-image: radial-gradient(#000000ee, #000000cc), url("/assets/general/pirate.jpg");
}

[theme='pirate'] #app .card, [theme='pirate'] #app .bg-back.rounded, [theme='pirate'] #app #compareStats .stats-element ul.bg-back, #compareStats .stats-element [theme='pirate'] #app ul.bg-back {
  box-shadow: 0 20px 30px #000000;
}

[theme='pirate'] #top-menu {
  background-image: linear-gradient(black, rgba(9, 23, 27, 0.4));
}

.btn-nostalgic {
  color: #fff !important;
  background-image: linear-gradient(to top, #ffbb16, #ffec24);
  text-shadow: -1px -1px 1px rgba(255, 187, 22, 0.8), 1px 1px 2px #e2a000;
}

.btn-nostalgic:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ffc230, #ffee3e);
}

.btn-nostalgic:active, .btn-nostalgic:focus {
  color: white !important;
  background-image: linear-gradient(to top, #fcb200, #ffea0b);
}

[theme='nostalgic'] ::-webkit-scrollbar-track {
  background: #6b6200;
}

[theme='nostalgic'] ::-webkit-scrollbar-thumb {
  background: #ffec24;
}

[theme='nostalgic'] ::-webkit-scrollbar-thumb:hover {
  background: #fff057;
}

[theme='nostalgic'] body {
  background-image: radial-gradient(#e6d200, #161000);
  background-attachment: fixed;
  background-size: cover;
  background-color: #f5f5f0;
  color: #444444;
}

[theme='nostalgic'] #top-menu {
  background-image: linear-gradient(179deg, #ffec24, rgba(175, 124, 0, 0.6));
}

[theme='nostalgic'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='nostalgic'] #top-menu, [theme='nostalgic'] #live-search-wrapper {
  color: #fff;
}

[theme='nostalgic'] #top-menu .top-menu-item-color, [theme='nostalgic'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='nostalgic'] .form-group .bootstrap-select, [theme='nostalgic'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #f5f5f0, #e9e9de);
}

[theme='nostalgic'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='nostalgic'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(255, 236, 36, 0.4);
}

[theme='nostalgic'] .form-group .bootstrap-select .dropdown-toggle, [theme='nostalgic'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='nostalgic'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='nostalgic'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #444444;
}

[theme='nostalgic'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(233, 233, 222, 0.5);
}

[theme='nostalgic'] .message.sent {
  background-color: rgba(245, 245, 240, 0.4) !important;
  color: rgba(68, 68, 68, 0.7) !important;
}

[theme='nostalgic'] .message.unread {
  border: 3px solid rgba(255, 236, 36, 0.5);
}

[theme='nostalgic'] .list-group-item {
  color: #444444;
  background-color: #e9e9de;
  border-color: rgba(68, 68, 68, 0.07);
}

[theme='nostalgic'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #ffbb16;
}

[theme='nostalgic'] footer {
  color: #444444;
  background-color: rgba(245, 245, 240, 0.93);
}

[theme='nostalgic'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='nostalgic'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #005264;
}

[theme='nostalgic'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='nostalgic'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #009dc0 !important;
}

[theme='nostalgic'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='nostalgic'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #0091b1 !important;
}

[theme='nostalgic'] .info {
  background-color: rgba(251, 251, 249, 0.5);
  color: #444444;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(255, 236, 36, 0.5);
}

[theme='nostalgic'] .info .info-body {
  text-shadow: none;
}

[theme='nostalgic'] .text-muted {
  color: rgba(68, 68, 68, 0.56) !important;
}

[theme='nostalgic'] #favorite-game i {
  color: rgba(68, 68, 68, 0.5);
}

[theme='nostalgic'] #favorite-game i.active {
  color: #ffec24;
}

[theme='nostalgic'] .not_specified, [theme='nostalgic'] [data-gender='not_specified'], [theme='nostalgic'] [gender='not_specified'] {
  color: #696969 !important;
}

[theme='nostalgic'] .female, [theme='nostalgic'] [data-gender='female'], [theme='nostalgic'] [gender='female'] {
  color: #e04141 !important;
}

[theme='nostalgic'] .male, [theme='nostalgic'] [data-gender='male'], [theme='nostalgic'] [gender='male'] {
  color: #3769da !important;
}

[theme='nostalgic'] .card .card-header {
  background-color: #f5f5f0;
  background-image: linear-gradient(rgba(225, 225, 209, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #efefe7;
}

[theme='nostalgic'] .card .card-body {
  background-color: #f5f5f0;
}

[theme='nostalgic'] .card .card-footer {
  background-color: rgba(239, 239, 231, 0.9);
}

[theme='nostalgic'] .card.card-toggle .card-header::after {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 236, 36, 0.5), rgba(255, 187, 22, 0.5));
  font-weight: 1800;
}

[theme='nostalgic'] .card.card-toggle::before, [theme='nostalgic'] .card.card-toggle .card-footer::before {
  color: #444444;
  text-shadow: 0 0 6px #fff;
}

[theme='nostalgic'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(255, 236, 36, 0.1), rgba(255, 187, 22, 0));
  text-shadow: 1px 1px 1px rgba(245, 245, 240, 0.4), 0 2px 10px rgba(255, 236, 36, 0.5);
}

[theme='nostalgic'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(255, 236, 36, 0), rgba(255, 187, 22, 0.05));
}

[theme='nostalgic'] .card.alternative .card-header {
  background-color: #edede4;
  background-image: linear-gradient(#ebebe1, #efefe7);
}

[theme='nostalgic'] .card.alternative .card-body {
  background-color: #edede4;
}

[theme='nostalgic'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #f5f5f0 98%);
}

[theme='nostalgic'] .vip-features-list .vip-feature {
  background-color: #fbfbf9;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='nostalgic'] .dropdown-menu {
  background-color: #f5f5ee;
  box-shadow: 0 0 30px #00000044;
  color: #444444;
  border: 1px solid #0000000A;
}

[theme='nostalgic'] .dropdown-menu .dropdown-header {
  color: #444444;
  background-color: #efefe7;
}

[theme='nostalgic'] .dropdown-menu .dropdown-item {
  color: #7c763a;
}

[theme='nostalgic'] .dropdown-menu .dropdown-item.selected, [theme='nostalgic'] .dropdown-menu .dropdown-item.active {
  background-color: #f7f3c7;
}

[theme='nostalgic'] .dropdown-menu .dropdown-item i {
  color: #ffe905;
}

[theme='nostalgic'] .dropdown-menu .dropdown-item:hover {
  background-color: #f6f4dc;
  color: #212529;
}

[theme='nostalgic'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(255, 187, 22, 0.4);
}

[theme='nostalgic'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #e9e9de, rgba(255, 255, 255, 0.9));
}

[theme='nostalgic'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='nostalgic'] modal .modal-container {
  background-color: #e9e9de;
}

[theme='nostalgic'] modal .modal-close {
  background-color: red;
}

[theme='nostalgic'] .progress {
  background-color: #e3e3d4;
}

[theme='nostalgic'] .simple-box {
  border: 1px solid rgba(233, 233, 222, 0.4);
}

[theme='nostalgic'] .simple-box > div:nth-child(1) {
  background-color: rgba(233, 233, 222, 0.6);
}

[theme='nostalgic'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='nostalgic'] notify.alternative {
  color: #212529 !important;
  background-color: #c9ff24;
  text-shadow: 1px 1px 1px #8ebd00;
}

[theme='nostalgic'] alert .alert-wrapper .alert-container {
  background-color: #f5f5f0;
  color: #444444;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='nostalgic'] alert .alert-wrapper .alert-container .alert-header {
  color: #444444;
  text-shadow: 1px 1px 3px #ebebe1;
  background-image: linear-gradient(180deg, rgba(255, 236, 36, 0.05), #efefe7);
}

[theme='nostalgic'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #e9e9de;
}

[theme='nostalgic'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(245, 245, 240, 0.8);
  background-image: linear-gradient(0deg, rgba(255, 236, 36, 0.01), #f4f4ee);
}

[theme='nostalgic'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='nostalgic'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='nostalgic'] .bg-front {
  color: #444444;
  background-color: #fbfbf9 !important;
}

[theme='nostalgic'] .bg-back {
  color: #444444;
  background-color: #f5f5f0 !important;
}

[theme='nostalgic'] .bg-back-more {
  color: #444444;
  background-color: #efefe7 !important;
}

[theme='nostalgic'] .bg-back-transparent {
  color: #444444;
  background-color: rgba(239, 239, 231, 0.6) !important;
}

[theme='nostalgic'] .white-box-style {
  background-color: #f8f8f5 !important;
  color: #444444;
}

[theme='nostalgic'] .box-glow {
  box-shadow: 0 1px 20px rgba(255, 236, 36, 0.4);
  border: 1px solid rgba(255, 236, 36, 0.4);
}

[theme='nostalgic'] .bg-primary {
  color: #212529 !important;
  text-shadow: 1px 1px 1px #fae400;
  background-color: #ffec24;
  background-image: linear-gradient(#ffeb15, #ffed33) !important;
}

[theme='nostalgic'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='nostalgic'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='nostalgic'] .bg-secondary {
  background-color: #ffbb16;
  background-image: linear-gradient(#ffb707, #ffbf25) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #eca700;
}

[theme='nostalgic'] .bg-secondary > * {
  color: #fff !important;
}

[theme='nostalgic'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='nostalgic'] .bg-tertiary {
  background-color: #ffd41d;
  background-image: linear-gradient(#ffd10e, #ffd72c) !important;
  color: #212529 !important;
  text-shadow: 1px 1px 1px #f3c500;
}

[theme='nostalgic'] .bg-tertiary > * {
  color: #212529 !important;
}

[theme='nostalgic'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.2) !important;
}

[theme='nostalgic'] .border-primary {
  border-color: #ffec24;
}

[theme='nostalgic'] .border-secondary {
  border-color: #ffbb16;
}

[theme='nostalgic'] .btn-primary {
  color: #212529 !important;
  background: linear-gradient(180deg, #ffec24, #ffbb16) !important;
  text-shadow: 1px 1px 1px #bdad00;
}

[theme='nostalgic'] .btn-primary.active {
  color: #212529 !important;
  background: linear-gradient(180deg, #ffec24, #ffca49) !important;
}

[theme='nostalgic'] .btn-primary:hover {
  background: linear-gradient(180deg, #ffec24, #ffc435) !important;
}

[theme='nostalgic'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #ffbb16, #ffbb16) !important;
  text-shadow: 1px 1px 1px #e2a000;
}

[theme='nostalgic'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ffbb16, #ffca49) !important;
}

[theme='nostalgic'] .btn-secondary:hover {
  background: linear-gradient(180deg, #ffbb16, #ffc435) !important;
}

[theme='nostalgic'] .btn-outline-secondary {
  background-color: #ffbb16;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='nostalgic'] .btn-outline-secondary:hover {
  background-color: #ffec24;
}

[theme='nostalgic'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #bd983f;
}

[theme='nostalgic'] .accordion {
  background-color: #f5f5f0;
}

[theme='nostalgic'] .accordion-toggle.open {
  background-color: #f7f3c7;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item, [theme='nostalgic'] nav.side-menu-right .side-menu-item {
  color: #444444;
  background-color: #f5f5f0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #f5f5f0;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item.attention, [theme='nostalgic'] nav.side-menu-right .side-menu-item.attention {
  background-color: #f8f2b3;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='nostalgic'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(68, 68, 68, 0.8);
  text-shadow: 0 0 5px #f8f8ee;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item:hover, [theme='nostalgic'] nav.side-menu-right .side-menu-item:hover {
  background-color: #f5f5f0;
  background-image: linear-gradient(6deg, rgba(255, 187, 22, 0.2), rgba(255, 236, 36, 0.2)) !important;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item.active, [theme='nostalgic'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ffbb16, #ffec24) !important;
  color: #212529;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item.active:hover, [theme='nostalgic'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ffbb16, #ffec24) !important;
  color: #212529;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='nostalgic'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(33, 37, 41, 0.8);
  text-shadow: 1px 1px 1px #e6d200;
}

[theme='nostalgic'] nav.side-menu-left .bubble, [theme='nostalgic'] nav.side-menu-right .bubble {
  background-color: #ffec24;
  color: #212529;
  text-shadow: 1px 1px 1px #bdad00;
  border-radius: 5px;
}

[theme='nostalgic'] .list-group-menu .list-group-item {
  color: #005264;
  background-color: rgba(245, 245, 240, 0.99);
  text-shadow: 1px 1px 1px #f1f1ea;
  background-image: linear-gradient(rgba(245, 245, 240, 0) 66%, rgba(255, 187, 22, 0.05));
}

[theme='nostalgic'] .list-group-menu .list-group-item i {
  color: rgba(255, 236, 36, 0.8);
}

[theme='nostalgic'] .list-group-menu .list-group-item:hover {
  background-color: #efefe7;
  color: #006b83;
}

[theme='nostalgic'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ffec24, #ffbb16) !important;
  color: #212529 !important;
  text-shadow: 1px 1px 1px rgba(245, 245, 240, 0.12);
}

[theme='nostalgic'] .list-group-menu .list-group-item.active i {
  color: #212529 !important;
}

[theme='nostalgic'] #live-search {
  outline: none;
}

[theme='nostalgic'] #live-search-list {
  background-color: #f5f5f0;
  color: #444444;
}

[theme='nostalgic'] #live-search-list .search-item:hover {
  background-color: rgba(255, 236, 36, 0.1);
  color: #444444;
}

[theme='nostalgic'] #live-search-list .search-item .search-item-category {
  color: rgba(68, 68, 68, 0.5);
}

[theme='nostalgic'] .tournament-row {
  background-color: #f5f5f0;
}

[theme='nostalgic'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(245, 245, 240, 0.7), rgba(245, 245, 240, 0.9));
}

[theme='nostalgic'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.3);
}

[theme='nostalgic'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(245, 245, 240, 0.97), -1px -1px 1px rgba(68, 68, 68, 0.04), 1px 1px 1px rgba(245, 245, 240, 0.04);
}

[theme='nostalgic'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(68, 68, 68, 0.3);
}

[theme='nostalgic'] .border-top {
  border-top: 1px solid rgba(68, 68, 68, 0.1) !important;
}

[theme='nostalgic'] .form-control, [theme='nostalgic'] input, [theme='nostalgic'] textarea, [theme='nostalgic'] select, [theme='nostalgic'] .trumbowyg-box, [theme='nostalgic'] .custom-file-label {
  background-color: white;
  color: #444444;
}

[theme='nostalgic'] .form-control:focus, [theme='nostalgic'] input:focus, [theme='nostalgic'] textarea:focus, [theme='nostalgic'] select:focus, [theme='nostalgic'] .trumbowyg-box:focus, [theme='nostalgic'] .custom-file-label:focus {
  border-color: rgba(255, 187, 22, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 236, 36, 0.3);
}

[theme='nostalgic'] .form-control::placeholder, [theme='nostalgic'] input::placeholder, [theme='nostalgic'] textarea::placeholder, [theme='nostalgic'] select::placeholder, [theme='nostalgic'] .trumbowyg-box::placeholder, [theme='nostalgic'] .custom-file-label::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

[theme='nostalgic'] .custom-file-label {
  border: 1px solid #fdfdfc;
  background-color: white;
  color: #444444;
}

[theme='nostalgic'] .custom-file-label::after {
  border-left: 1px solid #f6f6f4;
  background-color: white;
}

[theme='nostalgic'] .file-upload .file-upload-list {
  background-color: white;
  border: 1px solid #f6f6f4;
}

[theme='nostalgic'] .file-upload .custom-file-label {
  color: #444444;
}

[theme='nostalgic'] .input-slider {
  background-image: linear-gradient(90deg, #f5f5f0, #f8f3bd);
}

[theme='nostalgic'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #f6ae00, #ffec24);
  box-shadow: 0 0 20px #e6d200;
  border: 1px solid rgba(245, 245, 240, 0.5);
}

[theme='nostalgic'] .tab-pane {
  background-color: rgba(245, 245, 240, 0.8);
}

[theme='nostalgic'] table, [theme='nostalgic'] .table, [theme='nostalgic'] .message-content table, .message-content [theme='nostalgic'] table {
  color: #444444;
}

[theme='nostalgic'] table.alternate tr:nth-child(even), [theme='nostalgic'] .table.alternate tr:nth-child(even), [theme='nostalgic'] .message-content table.alternate tr:nth-child(even), .message-content [theme='nostalgic'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='nostalgic'] table.pretty tr, [theme='nostalgic'] .table.pretty tr, [theme='nostalgic'] .message-content table.pretty tr, .message-content [theme='nostalgic'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='nostalgic'] table.pretty tr:nth-child(even), [theme='nostalgic'] .table.pretty tr:nth-child(even), [theme='nostalgic'] .message-content table.pretty tr:nth-child(even), .message-content [theme='nostalgic'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='nostalgic'] table.pretty tr td, [theme='nostalgic'] .table.pretty tr td, [theme='nostalgic'] .message-content table.pretty tr td, .message-content [theme='nostalgic'] table.pretty tr td {
  padding: 5px 0;
}

[theme='nostalgic'] .nav .nav-link {
  background: transparent linear-gradient(#ded145, #e8b12d);
  color: #212529;
  text-shadow: 1px 1px 1px #bdad00;
  border: none;
}

[theme='nostalgic'] .nav .nav-link:hover, [theme='nostalgic'] .nav .nav-link.active {
  background: transparent linear-gradient(#ffec24, #ffbb16);
}

[theme='nostalgic'] .floating-notification {
  background: linear-gradient(180deg, rgba(245, 245, 240, 0.9) 0%, #f5f5f0 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='nostalgic'] .trumbowyg-box {
  text-shadow: none;
}

[theme='nostalgic'] .trumbowyg-box svg {
  color: #444444;
  fill: #444444;
}

[theme='nostalgic'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='nostalgic'] .trumbowyg-box .trumbowyg-active {
  background: white;
}

[theme='nostalgic'] .trumbowyg-box .trumbowyg-dropdown, [theme='nostalgic'] .trumbowyg-box button {
  background-color: #f1f1ea;
  color: #444444;
  border: none;
  border-radius: 5px;
}

[theme='nostalgic'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #f5f5f0;
}

[theme='nostalgic'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='nostalgic'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #f5f5f0;
}

[theme='nostalgic'] .trumbowyg-modal-box {
  background: #f5f5f0;
  border: none !important;
}

[theme='nostalgic'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='nostalgic'] .trumbowyg-modal-box * {
  border: none;
}

[theme='nostalgic'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='nostalgic'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='nostalgic'] .vip-advantage {
  background-image: linear-gradient(#f5f5f0, #e9e9de);
}

[theme='nostalgic'] .ad_notify {
  color: #444444;
  background-color: #f5f5f0;
}

[theme='nostalgic'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #ffec24;
}

[theme='nostalgic'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(255, 236, 36, 0.34);
}

[theme='nostalgic'] .gametile .game-title {
  background-color: #f5f5f0;
  text-shadow: 0 0 2px rgba(245, 245, 240, 0.5);
  color: #444444;
}

[theme='nostalgic'] .gametile .game-online {
  background-color: #f5f5f0;
  text-shadow: 0 0 2px rgba(245, 245, 240, 0.5);
  color: #444444;
}

[theme='nostalgic'] .game-challenge {
  background-color: #f5f5f0;
}

[theme='nostalgic'] .game-challenge .game-challenge-name {
  color: #444444;
}

[theme='nostalgic'] .shared_mission_state_waiting {
  background-color: #f6f4e4 !important;
}

[theme='nostalgic'] .shared_mission_state_running {
  background-color: #f6f4d3 !important;
}

[theme='nostalgic'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(245, 245, 240, 0.9) 0%, rgba(245, 245, 240, 0.6) 100%);
}

[theme='nostalgic'] #profile-subnav .profile-subnav-navitem-link {
  color: #444444;
}

[theme='nostalgic'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ffec24;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.2);
}

[theme='nostalgic'] .prize-drawing {
  background-color: #fbfbf9 !important;
  background-image: none !important;
}

[theme='nostalgic'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ffe8af;
  border: 3px solid #ffbb16;
}

[theme='nostalgic'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='nostalgic'] .prize-drawing .hint {
  background: linear-gradient(#ffbb16, #d89900);
  color: #fff;
}

[theme='nostalgic'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #f5f5f0 !important;
  background-image: linear-gradient(#f5f5f0, #d6d6c2) !important;
}

[theme='nostalgic'] .prize-drawing .trade-container-item {
  background-color: #f5f5f0;
}

[theme='nostalgic'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #ddddcb;
  color: rgba(10, 10, 15, 0.2);
  text-shadow: 1px 1px 1px #f5f5f0;
}

[theme='nostalgic'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='nostalgic'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='nostalgic'] .no-results {
  background: none;
}

[theme='nostalgic'] .CCcontainer {
  background-color: #e8e8e3;
}

[theme='nostalgic'] .CCcontainer #chatText {
  background-color: #f3f3ed;
}

[theme='nostalgic'] .CCcontainer .menu {
  background-color: #f5f5f0;
}

[theme='nostalgic'] orb {
  color: rgba(68, 68, 68, 0.45);
  text-shadow: 0 0 5px rgba(255, 236, 36, 0.5);
}

[theme='nostalgic'] hr {
  border-color: rgba(10, 10, 15, 0.14);
}

[theme='nostalgic'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #ffbb16, #ffec24);
  text-shadow: -1px -1px 1px rgba(255, 187, 22, 0.8), 1px 1px 2px #e2a000;
}

[theme='nostalgic'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ffc230, #ffee3e);
}

[theme='nostalgic'] .btn-current-theme:active, [theme='nostalgic'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #fcb200, #ffea0b);
}

[theme='nostalgic'] body {
  background-color: #338ec7;
  background-image: radial-gradient(#71b2db, #29719e);
}

[theme='nostalgic'] #top-menu {
  color: #f5f5f0;
  background-image: linear-gradient(#338ec7, rgba(72, 156, 208, 0.4));
}

[theme='nostalgic'] #top-menu .top-menu-item-color, [theme='nostalgic'] #top-menu .logo-font {
  color: #f5f5f0;
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.5);
}

[theme='nostalgic'] #top-menu .logo-font {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.5), 0 0 40px #ffffff, 0 0 40px #00d9ff, 0 0 80px #00d9ff;
}

[theme='nostalgic'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #ffbb16, #ffec24);
  border-radius: 0 0 5px 5px;
}

[theme='nostalgic'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #444444 !important;
  text-shadow: 1px 1px 1px rgba(245, 245, 240, 0.5);
}

[theme='nostalgic'] .dropdown-menu .dropdown-item i {
  color: #ffb707;
}

[theme='nostalgic'] .list-group-menu .list-group-item i {
  color: #ffbb16;
  text-shadow: -1px -1px 2px #ffec24;
}

[theme='nostalgic'] .bg-back-more {
  background-color: rgba(245, 245, 240, 0.7) !important;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item:hover, [theme='nostalgic'] nav.side-menu-right .side-menu-item:hover {
  background-color: #fff057;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='nostalgic'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #302200;
  text-shadow: 0 0 5px #f8f8ee;
}

[theme='nostalgic'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='nostalgic'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: #7c5800;
  text-shadow: 0 0 5px #f8f8ee;
}

.btn-lava {
  color: #fff !important;
  background-image: linear-gradient(to top, #bb3d39, #fbd176);
  text-shadow: -1px -1px 1px rgba(187, 61, 57, 0.8), 1px 1px 2px #94302d;
}

.btn-lava:hover {
  color: white !important;
  background-image: linear-gradient(to top, #c74b47, #fcd98f);
}

.btn-lava:active, .btn-lava:focus {
  color: white !important;
  background-image: linear-gradient(to top, #a73733, #fac95d);
}

[theme='lava'] ::-webkit-scrollbar-track {
  background: #b47d05;
}

[theme='lava'] ::-webkit-scrollbar-thumb {
  background: #fbd176;
}

[theme='lava'] ::-webkit-scrollbar-thumb:hover {
  background: #fce2a8;
}

[theme='lava'] body {
  background-image: radial-gradient(#f9bd3b, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(15, 22, 28, 0.98);
  color: #d1c1c3;
}

[theme='lava'] #top-menu {
  background-image: linear-gradient(179deg, #fbd176, rgba(109, 36, 33, 0.6));
}

[theme='lava'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='lava'] #top-menu, [theme='lava'] #live-search-wrapper {
  color: #fff;
}

[theme='lava'] #top-menu .top-menu-item-color, [theme='lava'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lava'] .form-group .bootstrap-select, [theme='lava'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, rgba(15, 22, 28, 0.98), rgba(4, 6, 8, 0.98));
}

[theme='lava'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='lava'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(251, 209, 118, 0.4);
}

[theme='lava'] .form-group .bootstrap-select .dropdown-toggle, [theme='lava'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='lava'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='lava'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #d1c1c3;
}

[theme='lava'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(4, 6, 8, 0.48);
}

[theme='lava'] .message.sent {
  background-color: rgba(15, 22, 28, 0.38) !important;
  color: rgba(209, 193, 195, 0.7) !important;
}

[theme='lava'] .message.unread {
  border: 3px solid rgba(251, 209, 118, 0.5);
}

[theme='lava'] .list-group-item {
  color: #d1c1c3;
  background-color: rgba(4, 6, 8, 0.98);
  border-color: rgba(209, 193, 195, 0.07);
}

[theme='lava'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #bb3d39;
}

[theme='lava'] footer {
  color: #d1c1c3;
  background-color: rgba(15, 22, 28, 0.91);
}

[theme='lava'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='lava'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #e69668;
}

[theme='lava'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='lava'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #f3cdb7 !important;
}

[theme='lava'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='lava'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #f4c3a7 !important;
}

[theme='lava'] .info {
  background-color: rgba(20, 30, 38, 0.48);
  color: #d1c1c3;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(251, 209, 118, 0.5);
}

[theme='lava'] .info .info-body {
  text-shadow: none;
}

[theme='lava'] .text-muted {
  color: rgba(209, 193, 195, 0.56) !important;
}

[theme='lava'] #favorite-game i {
  color: rgba(209, 193, 195, 0.5);
}

[theme='lava'] #favorite-game i.active {
  color: #fbd176;
}

[theme='lava'] .not_specified, [theme='lava'] [data-gender='not_specified'], [theme='lava'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='lava'] .female, [theme='lava'] [data-gender='female'], [theme='lava'] [gender='female'] {
  color: #ff5353 !important;
}

[theme='lava'] .male, [theme='lava'] [data-gender='male'], [theme='lava'] [gender='male'] {
  color: #6498ff !important;
}

[theme='lava'] .card .card-header {
  background-color: rgba(15, 22, 28, 0.98);
  background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(33, 48, 61, 0.48));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(10, 14, 18, 0.98);
}

[theme='lava'] .card .card-body {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .card .card-footer {
  background-color: rgba(10, 14, 18, 0.88);
}

[theme='lava'] .card.card-toggle .card-header::after {
  color: #d1c1c3;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(251, 209, 118, 0.5), rgba(187, 61, 57, 0.5));
  font-weight: 1800;
}

[theme='lava'] .card.card-toggle::before, [theme='lava'] .card.card-toggle .card-footer::before {
  color: #d1c1c3;
  text-shadow: 0 0 6px #fff;
}

[theme='lava'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(251, 209, 118, 0.1), rgba(187, 61, 57, 0));
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.38), 0 2px 10px rgba(251, 209, 118, 0.5);
}

[theme='lava'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(251, 209, 118, 0), rgba(187, 61, 57, 0.05));
}

[theme='lava'] .card.alternative .card-header {
  background-color: rgba(8, 12, 15, 0.98);
  background-image: linear-gradient(rgba(6, 9, 11, 0.98), rgba(10, 14, 18, 0.98));
}

[theme='lava'] .card.alternative .card-body {
  background-color: rgba(8, 12, 15, 0.98);
}

[theme='lava'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #0f161c 98%);
}

[theme='lava'] .vip-features-list .vip-feature {
  background-color: rgba(20, 30, 38, 0.98);
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='lava'] .dropdown-menu {
  background-color: rgba(17, 24, 29, 0.9802);
  box-shadow: 0 0 30px #00000044;
  color: #d1c1c3;
  border: 1px solid #0000000A;
}

[theme='lava'] .dropdown-menu .dropdown-header {
  color: #d1c1c3;
  background-color: rgba(10, 14, 18, 0.98);
}

[theme='lava'] .dropdown-menu .dropdown-item {
  color: #dec6ac;
}

[theme='lava'] .dropdown-menu .dropdown-item.selected, [theme='lava'] .dropdown-menu .dropdown-item.active {
  background-color: rgba(64, 61, 47, 0.984);
}

[theme='lava'] .dropdown-menu .dropdown-item i {
  color: #fac758;
}

[theme='lava'] .dropdown-menu .dropdown-item:hover {
  background-color: rgba(39, 41, 37, 0.982);
  color: #fff;
}

[theme='lava'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(187, 61, 57, 0.4);
}

[theme='lava'] .tournament-mobile-nav {
  background: linear-gradient(0deg, rgba(4, 6, 8, 0.98), rgba(26, 38, 48, 0.88));
}

[theme='lava'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='lava'] modal .modal-container {
  background-color: rgba(4, 6, 8, 0.98);
}

[theme='lava'] modal .modal-close {
  background-color: red;
}

[theme='lava'] .progress {
  background-color: rgba(0, 0, 0, 0.98);
}

[theme='lava'] .simple-box {
  border: 1px solid rgba(4, 6, 8, 0.38);
}

[theme='lava'] .simple-box > div:nth-child(1) {
  background-color: rgba(4, 6, 8, 0.58);
}

[theme='lava'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lava'] notify.alternative {
  color: #212529 !important;
  background-color: #f9fb76;
  text-shadow: 1px 1px 1px #f4f813;
}

[theme='lava'] alert .alert-wrapper .alert-container {
  background-color: rgba(15, 22, 28, 0.98);
  color: #d1c1c3;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='lava'] alert .alert-wrapper .alert-container .alert-header {
  color: #d1c1c3;
  text-shadow: 1px 1px 3px rgba(6, 9, 11, 0.98);
  background-image: linear-gradient(180deg, rgba(251, 209, 118, 0.05), rgba(10, 14, 18, 0.98));
}

[theme='lava'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px rgba(4, 6, 8, 0.98);
}

[theme='lava'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(15, 22, 28, 0.78);
  background-image: linear-gradient(0deg, rgba(251, 209, 118, 0.01), rgba(14, 20, 26, 0.98));
}

[theme='lava'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='lava'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='lava'] .bg-front {
  color: #d1c1c3;
  background-color: rgba(20, 30, 38, 0.98) !important;
}

[theme='lava'] .bg-back {
  color: #d1c1c3;
  background-color: rgba(15, 22, 28, 0.98) !important;
}

[theme='lava'] .bg-back-more {
  color: #d1c1c3;
  background-color: rgba(10, 14, 18, 0.98) !important;
}

[theme='lava'] .bg-back-transparent {
  color: #d1c1c3;
  background-color: rgba(10, 14, 18, 0.58) !important;
}

[theme='lava'] .white-box-style {
  background-color: rgba(18, 26, 33, 0.98) !important;
  color: #d1c1c3;
}

[theme='lava'] .box-glow {
  box-shadow: 0 1px 20px rgba(251, 209, 118, 0.4);
  border: 1px solid rgba(251, 209, 118, 0.4);
}

[theme='lava'] .bg-primary {
  color: #212529 !important;
  text-shadow: 1px 1px 1px #fac44e;
  background-color: #fbd176;
  background-image: linear-gradient(#fbcc67, #fbd685) !important;
}

[theme='lava'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='lava'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='lava'] .bg-secondary {
  background-color: #bb3d39;
  background-image: linear-gradient(#af3935, #c4433f) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #9c332f;
}

[theme='lava'] .bg-secondary > * {
  color: #fff !important;
}

[theme='lava'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='lava'] .bg-tertiary {
  background-color: #db8758;
  background-image: linear-gradient(#d87e4b, #de9065) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #d46f36;
}

[theme='lava'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='lava'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='lava'] .border-primary {
  border-color: #fbd176;
}

[theme='lava'] .border-secondary {
  border-color: #bb3d39;
}

[theme='lava'] .btn-primary {
  color: #212529 !important;
  background: linear-gradient(180deg, #fbd176, #bb3d39) !important;
  text-shadow: 1px 1px 1px #f8b013;
}

[theme='lava'] .btn-primary.active {
  color: #212529 !important;
  background: linear-gradient(180deg, #ffd272, #cd5e5a) !important;
}

[theme='lava'] .btn-primary:hover {
  background: linear-gradient(180deg, #ffd272, #c84e4b) !important;
}

[theme='lava'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #bb3d39, #bb3d39) !important;
  text-shadow: 1px 1px 1px #94302d;
}

[theme='lava'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #d32621, #cd5e5a) !important;
}

[theme='lava'] .btn-secondary:hover {
  background: linear-gradient(180deg, #c23632, #c84e4b) !important;
}

[theme='lava'] .btn-outline-secondary {
  background-color: #bb3d39;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='lava'] .btn-outline-secondary:hover {
  background-color: #fbd176;
}

[theme='lava'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #716a6a;
}

[theme='lava'] .accordion {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .accordion-toggle.open {
  background-color: rgba(64, 61, 47, 0.984);
}

[theme='lava'] nav.side-menu-left .side-menu-item, [theme='lava'] nav.side-menu-right .side-menu-item {
  color: #d1c1c3;
  background-color: rgba(15, 22, 28, 0.98);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.98);
}

[theme='lava'] nav.side-menu-left .side-menu-item.attention, [theme='lava'] nav.side-menu-right .side-menu-item.attention {
  background-color: rgba(88, 80, 56, 0.986);
}

[theme='lava'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='lava'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(209, 193, 195, 0.8);
  text-shadow: 0 0 5px rgba(11, 22, 32, 0.98);
}

[theme='lava'] nav.side-menu-left .side-menu-item:hover, [theme='lava'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(15, 22, 28, 0.98);
  background-image: linear-gradient(6deg, rgba(191, 58, 53, 0.2), rgba(253, 210, 116, 0.2)) !important;
}

[theme='lava'] nav.side-menu-left .side-menu-item.active, [theme='lava'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ca2f2a, #ffd272) !important;
  color: #212529;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

[theme='lava'] nav.side-menu-left .side-menu-item.active:hover, [theme='lava'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #d8221c, #ffd272) !important;
  color: #212529;
}

[theme='lava'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='lava'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(33, 37, 41, 0.8);
  text-shadow: 1px 1px 1px #f9bd3b;
}

[theme='lava'] nav.side-menu-left .bubble, [theme='lava'] nav.side-menu-right .bubble {
  background-color: #fbd176;
  color: #212529;
  text-shadow: 1px 1px 1px #f8b013;
  border-radius: 5px;
}

[theme='lava'] .list-group-menu .list-group-item {
  color: #e69668;
  background-color: rgba(15, 22, 28, 0.97);
  text-shadow: 1px 1px 1px rgba(11, 17, 21, 0.98);
  background-image: linear-gradient(rgba(15, 22, 28, 0) 66%, rgba(187, 61, 57, 0.05));
}

[theme='lava'] .list-group-menu .list-group-item i {
  color: rgba(251, 209, 118, 0.8);
}

[theme='lava'] .list-group-menu .list-group-item:hover {
  background-color: rgba(10, 14, 18, 0.98);
  color: #eaa882;
}

[theme='lava'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ffd272, #ca2f2a) !important;
  color: #212529 !important;
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.1);
}

[theme='lava'] .list-group-menu .list-group-item.active i {
  color: #212529 !important;
}

[theme='lava'] #live-search {
  outline: none;
}

[theme='lava'] #live-search-list {
  background-color: rgba(15, 22, 28, 0.98);
  color: #d1c1c3;
}

[theme='lava'] #live-search-list .search-item:hover {
  background-color: rgba(251, 209, 118, 0.1);
  color: #d1c1c3;
}

[theme='lava'] #live-search-list .search-item .search-item-category {
  color: rgba(209, 193, 195, 0.5);
}

[theme='lava'] .tournament-row {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(15, 22, 28, 0.68), rgba(15, 22, 28, 0.88));
}

[theme='lava'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(209, 193, 195, 0.3);
}

[theme='lava'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(15, 22, 28, 0.95), -1px -1px 1px rgba(209, 193, 195, 0.04), 1px 1px 1px rgba(15, 22, 28, 0.02);
}

[theme='lava'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(209, 193, 195, 0.3);
}

[theme='lava'] .border-top {
  border-top: 1px solid rgba(209, 193, 195, 0.1) !important;
}

[theme='lava'] .form-control, [theme='lava'] input, [theme='lava'] textarea, [theme='lava'] select, [theme='lava'] .trumbowyg-box, [theme='lava'] .custom-file-label {
  background-color: rgba(33, 43, 50, 0.98);
  color: #d1c1c3;
}

[theme='lava'] .form-control:focus, [theme='lava'] input:focus, [theme='lava'] textarea:focus, [theme='lava'] select:focus, [theme='lava'] .trumbowyg-box:focus, [theme='lava'] .custom-file-label:focus {
  border-color: rgba(187, 61, 57, 0.5);
  box-shadow: 0 0 0 2px rgba(251, 209, 118, 0.3);
}

[theme='lava'] .form-control::placeholder, [theme='lava'] input::placeholder, [theme='lava'] textarea::placeholder, [theme='lava'] select::placeholder, [theme='lava'] .trumbowyg-box::placeholder, [theme='lava'] .custom-file-label::placeholder {
  color: rgba(209, 193, 195, 0.5);
}

[theme='lava'] .custom-file-label {
  border: 1px solid rgba(25, 32, 38, 0.98);
  background-color: rgba(33, 43, 50, 0.98);
  color: #d1c1c3;
}

[theme='lava'] .custom-file-label::after {
  border-left: 1px solid rgba(19, 24, 29, 0.98);
  background-color: rgba(37, 48, 57, 0.98);
}

[theme='lava'] .file-upload .file-upload-list {
  background-color: rgba(27, 35, 41, 0.98);
  border: 1px solid rgba(19, 24, 29, 0.98);
}

[theme='lava'] .file-upload .custom-file-label {
  color: #c9c9c9;
}

[theme='lava'] .input-slider {
  background-image: linear-gradient(90deg, rgba(15, 22, 28, 0.98), rgba(76, 70, 51, 0.985));
}

[theme='lava'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #a43532, #fbd176);
  box-shadow: 0 0 20px #f9bd3b;
  border: 1px solid rgba(15, 22, 28, 0.48);
}

[theme='lava'] .tab-pane {
  background-color: rgba(15, 22, 28, 0.78);
}

[theme='lava'] table, [theme='lava'] .table, [theme='lava'] .message-content table, .message-content [theme='lava'] table {
  color: #d1c1c3;
}

[theme='lava'] table.alternate tr:nth-child(even), [theme='lava'] .table.alternate tr:nth-child(even), [theme='lava'] .message-content table.alternate tr:nth-child(even), .message-content [theme='lava'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='lava'] table.pretty tr, [theme='lava'] .table.pretty tr, [theme='lava'] .message-content table.pretty tr, .message-content [theme='lava'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='lava'] table.pretty tr:nth-child(even), [theme='lava'] .table.pretty tr:nth-child(even), [theme='lava'] .message-content table.pretty tr:nth-child(even), .message-content [theme='lava'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='lava'] table.pretty tr td, [theme='lava'] .table.pretty tr td, [theme='lava'] .message-content table.pretty tr td, .message-content [theme='lava'] table.pretty tr td {
  padding: 5px 0;
}

[theme='lava'] .nav .nav-link {
  background: transparent linear-gradient(#e6c98b, #a35451);
  color: #212529;
  text-shadow: 1px 1px 1px #f8b013;
  border: none;
}

[theme='lava'] .nav .nav-link:hover, [theme='lava'] .nav .nav-link.active {
  background: transparent linear-gradient(#fbd176, #bb3d39);
}

[theme='lava'] .floating-notification {
  background: linear-gradient(180deg, rgba(15, 22, 28, 0.88) 0%, #0f161c 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='lava'] .trumbowyg-box {
  text-shadow: none;
}

[theme='lava'] .trumbowyg-box svg {
  color: #d1c1c3;
  fill: #d1c1c3;
}

[theme='lava'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='lava'] .trumbowyg-box .trumbowyg-active {
  background: rgba(24, 35, 45, 0.98);
}

[theme='lava'] .trumbowyg-box .trumbowyg-dropdown, [theme='lava'] .trumbowyg-box button {
  background-color: rgba(11, 17, 21, 0.98);
  color: #d1c1c3;
  border: none;
  border-radius: 5px;
}

[theme='lava'] .trumbowyg-box .trumbowyg-button-group::after {
  background: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='lava'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .trumbowyg-modal-box {
  background: rgba(15, 22, 28, 0.98);
  border: none !important;
}

[theme='lava'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='lava'] .trumbowyg-modal-box * {
  border: none;
}

[theme='lava'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='lava'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='lava'] .vip-advantage {
  background-image: linear-gradient(rgba(15, 22, 28, 0.98), rgba(4, 6, 8, 0.98));
}

[theme='lava'] .ad_notify {
  color: #d1c1c3;
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #fbd176;
}

[theme='lava'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(251, 209, 118, 0.34);
}

[theme='lava'] .gametile .game-title {
  background-color: rgba(15, 22, 28, 0.98);
  text-shadow: 0 0 2px rgba(15, 22, 28, 0.48);
  color: #d1c1c3;
}

[theme='lava'] .gametile .game-online {
  background-color: rgba(15, 22, 28, 0.98);
  text-shadow: 0 0 2px rgba(15, 22, 28, 0.48);
  color: #d1c1c3;
}

[theme='lava'] .game-challenge {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .game-challenge .game-challenge-name {
  color: #d1c1c3;
}

[theme='lava'] .shared_mission_state_waiting {
  background-color: rgba(30, 34, 34, 0.9812) !important;
}

[theme='lava'] .shared_mission_state_running {
  background-color: rgba(49, 49, 41, 0.9828) !important;
}

[theme='lava'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(15, 22, 28, 0.88) 0%, rgba(15, 22, 28, 0.58) 100%);
}

[theme='lava'] #profile-subnav .profile-subnav-navitem-link {
  color: #d1c1c3;
}

[theme='lava'] #profile-subnav .profile-subnav-navitem-icon {
  color: #fbd176;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.2);
}

[theme='lava'] .prize-drawing {
  background-color: rgba(20, 30, 38, 0.98) !important;
  background-image: none !important;
}

[theme='lava'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #f0a09d;
  border: 3px solid #bb3d39;
}

[theme='lava'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='lava'] .prize-drawing .hint {
  background: linear-gradient(#bb3d39, #8c2e2b);
  color: #fff;
}

[theme='lava'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: rgba(15, 22, 28, 0.98) !important;
  background-image: linear-gradient(rgba(15, 22, 28, 0.98), rgba(0, 0, 0, 0.98)) !important;
}

[theme='lava'] .prize-drawing .trade-container-item {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: rgba(0, 0, 0, 0.98);
  color: rgba(240, 233, 227, 0.18);
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.98);
}

[theme='lava'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='lava'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='lava'] .no-results {
  background: none;
}

[theme='lava'] .CCcontainer {
  background-color: #07090b;
}

[theme='lava'] .CCcontainer #chatText {
  background-color: rgba(13, 19, 25, 0.98);
}

[theme='lava'] .CCcontainer .menu {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] orb {
  color: rgba(209, 193, 195, 0.45);
  text-shadow: 0 0 5px rgba(251, 209, 118, 0.5);
}

[theme='lava'] hr {
  border-color: rgba(240, 233, 227, 0.12);
}

[theme='lava'] .bg-back > h1, [theme='lava'] .bg-back > h2, [theme='lava'] .bg-back > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.98);
}

[theme='lava'] .bg-front > h1, [theme='lava'] .bg-front > h2, [theme='lava'] .bg-front > h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.98);
}

[theme='lava'] .card .card-header {
  background-image: linear-gradient(rgba(20, 30, 38, 0.98), rgba(13, 19, 25, 0.98));
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lava'] .card .card-body {
  background-color: rgba(15, 22, 28, 0.98);
}

[theme='lava'] .card.card-toggle::before, [theme='lava'] .card.card-toggle .card-footer::before {
  color: #d1c1c3;
}

[theme='lava'] .form-control, [theme='lava'] input, [theme='lava'] textarea, [theme='lava'] select, [theme='lava'] .trumbowyg-box {
  background-color: rgba(26, 38, 48, 0.98);
}

[theme='lava'] .progress {
  background-color: rgba(26, 38, 48, 0.98);
}

[theme='lava'] #profile-subnav .profile-subnav-navitem-link {
  color: #d1c1c3;
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.48);
}

[theme='lava'] #profile-subnav .profile-subnav-navitem-icon {
  color: #fde5b1;
  text-shadow: 1px 1px 1px rgba(15, 22, 28, 0.78);
}

[theme='lava'] .CCcontainer {
  background-color: #151b20;
}

[theme='lava'] .white-tag {
  background-color: rgba(15, 22, 28, 0.48);
  color: #d1c1c3;
}

[theme='lava'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='lava'] .dropdown-menu {
  background-color: #0f161c;
}

[theme='lava'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#f0a607, #8c2e2b) !important;
}

[theme='lava'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='lava'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #fde5b1;
}

[theme='lava'] nav.side-menu-left .side-menu-item:hover, [theme='lava'] nav.side-menu-right .side-menu-item:hover {
  background-color: rgba(64, 61, 47, 0.984);
}

[theme='lava'] nav.side-menu-left .side-menu-item.active:hover, [theme='lava'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ffd272, #d8221c) !important;
  color: #212529;
}

[theme='lava'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='lava'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #212529;
}

[theme='lava'] body {
  background-image: url("/assets/general/lava.jpg");
}

[theme='lava'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #bb3d39, #fbd176);
  text-shadow: -1px -1px 1px rgba(187, 61, 57, 0.8), 1px 1px 2px #94302d;
}

[theme='lava'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #c74b47, #fcd98f);
}

[theme='lava'] .btn-current-theme:active, [theme='lava'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #a73733, #fac95d);
}

[theme='lava'] #app {
  background-image: radial-gradient(rgba(251, 209, 118, 0.9), rgba(187, 61, 57, 0.8), rgba(15, 22, 28, 0.68), rgba(15, 22, 28, 0.98));
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

[theme='lava'] #top-menu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.98), rgba(15, 22, 28, 0.38));
}

[theme='lava'] .dropdown-menu, [theme='lava'] .CCcontainer {
  background-color: rgba(25, 36, 47, 0.99);
}

.btn-jungle {
  color: #fff !important;
  background-image: linear-gradient(to top, #13342a, #4a7644);
  text-shadow: -1px -1px 1px rgba(19, 52, 42, 0.8), 1px 1px 2px #050f0c;
}

.btn-jungle:hover {
  color: white !important;
  background-image: linear-gradient(to top, #1a4739, #54864d);
}

.btn-jungle:active, .btn-jungle:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0c211b, #40663b);
}

[theme='jungle'] ::-webkit-scrollbar-track {
  background: #010201;
}

[theme='jungle'] ::-webkit-scrollbar-thumb {
  background: #4a7644;
}

[theme='jungle'] ::-webkit-scrollbar-thumb:hover {
  background: #5e9657;
}

[theme='jungle'] body {
  background-image: radial-gradient(#324f2e, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #122121;
  color: #e0e0d8;
}

[theme='jungle'] #top-menu {
  background-image: linear-gradient(179deg, #4a7644, rgba(0, 0, 0, 0.6));
}

[theme='jungle'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='jungle'] #top-menu, [theme='jungle'] #live-search-wrapper {
  color: #fff;
}

[theme='jungle'] #top-menu .top-menu-item-color, [theme='jungle'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='jungle'] .form-group .bootstrap-select, [theme='jungle'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #122121, #070d0d);
}

[theme='jungle'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='jungle'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(74, 118, 68, 0.4);
}

[theme='jungle'] .form-group .bootstrap-select .dropdown-toggle, [theme='jungle'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='jungle'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='jungle'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #e0e0d8;
}

[theme='jungle'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(7, 13, 13, 0.5);
}

[theme='jungle'] .message.sent {
  background-color: rgba(18, 33, 33, 0.4) !important;
  color: rgba(224, 224, 216, 0.7) !important;
}

[theme='jungle'] .message.unread {
  border: 3px solid rgba(74, 118, 68, 0.5);
}

[theme='jungle'] .list-group-item {
  color: #e0e0d8;
  background-color: #070d0d;
  border-color: rgba(224, 224, 216, 0.07);
}

[theme='jungle'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #13342a;
}

[theme='jungle'] footer {
  color: #e0e0d8;
  background-color: rgba(18, 33, 33, 0.93);
}

[theme='jungle'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='jungle'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #cfd7a2;
}

[theme='jungle'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='jungle'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #f0f3e2 !important;
}

[theme='jungle'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='jungle'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #ecf0d6 !important;
}

[theme='jungle'] .info {
  background-color: rgba(23, 43, 43, 0.5);
  color: #e0e0d8;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(74, 118, 68, 0.5);
}

[theme='jungle'] .info .info-body {
  text-shadow: none;
}

[theme='jungle'] .text-muted {
  color: rgba(224, 224, 216, 0.56) !important;
}

[theme='jungle'] #favorite-game i {
  color: rgba(224, 224, 216, 0.5);
}

[theme='jungle'] #favorite-game i.active {
  color: #4a7644;
}

[theme='jungle'] .not_specified, [theme='jungle'] [data-gender='not_specified'], [theme='jungle'] [gender='not_specified'] {
  color: #bbbbbb !important;
}

[theme='jungle'] .female, [theme='jungle'] [data-gender='female'], [theme='jungle'] [gender='female'] {
  color: #ff5353 !important;
}

[theme='jungle'] .male, [theme='jungle'] [data-gender='male'], [theme='jungle'] [gender='male'] {
  color: #6498ff !important;
}

[theme='jungle'] .card .card-header {
  background-color: #122121;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(36, 66, 66, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #0d1717;
}

[theme='jungle'] .card .card-body {
  background-color: #122121;
}

[theme='jungle'] .card .card-footer {
  background-color: rgba(13, 23, 23, 0.9);
}

[theme='jungle'] .card.card-toggle .card-header::after {
  color: #e0e0d8;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(180deg, rgba(74, 118, 68, 0.5), rgba(19, 52, 42, 0.5));
  font-weight: 1800;
}

[theme='jungle'] .card.card-toggle::before, [theme='jungle'] .card.card-toggle .card-footer::before {
  color: #e0e0d8;
  text-shadow: 0 0 6px #fff;
}

[theme='jungle'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(74, 118, 68, 0.1), rgba(19, 52, 42, 0));
  text-shadow: 1px 1px 1px rgba(18, 33, 33, 0.4), 0 2px 10px rgba(74, 118, 68, 0.5);
}

[theme='jungle'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(74, 118, 68, 0), rgba(19, 52, 42, 0.05));
}

[theme='jungle'] .card.alternative .card-header {
  background-color: #0b1414;
  background-image: linear-gradient(#091111, #0d1717);
}

[theme='jungle'] .card.alternative .card-body {
  background-color: #0b1414;
}

[theme='jungle'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #122121 98%);
}

[theme='jungle'] .vip-features-list .vip-feature {
  background-color: #172b2b;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='jungle'] .dropdown-menu {
  background-color: #132221;
  box-shadow: 0 0 30px #00000044;
  color: #e0e0d8;
  border: 1px solid #0000000A;
}

[theme='jungle'] .dropdown-menu .dropdown-header {
  color: #e0e0d8;
  background-color: #0d1717;
}

[theme='jungle'] .dropdown-menu .dropdown-item {
  color: #b3c0ac;
}

[theme='jungle'] .dropdown-menu .dropdown-item.selected, [theme='jungle'] .dropdown-menu .dropdown-item.active {
  background-color: #1d3228;
}

[theme='jungle'] .dropdown-menu .dropdown-item i {
  color: #3e6339;
}

[theme='jungle'] .dropdown-menu .dropdown-item:hover {
  background-color: #182a25;
  color: #fff;
}

[theme='jungle'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(19, 52, 42, 0.4);
}

[theme='jungle'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #070d0d, rgba(29, 53, 53, 0.9));
}

[theme='jungle'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='jungle'] modal .modal-container {
  background-color: #070d0d;
}

[theme='jungle'] modal .modal-close {
  background-color: red;
}

[theme='jungle'] .progress {
  background-color: #020303;
}

[theme='jungle'] .simple-box {
  border: 1px solid rgba(7, 13, 13, 0.4);
}

[theme='jungle'] .simple-box > div:nth-child(1) {
  background-color: rgba(7, 13, 13, 0.6);
}

[theme='jungle'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='jungle'] notify.alternative {
  color: #fff !important;
  background-color: #44764f;
  text-shadow: 1px 1px 1px #1f3524;
}

[theme='jungle'] alert .alert-wrapper .alert-container {
  background-color: #122121;
  color: #e0e0d8;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='jungle'] alert .alert-wrapper .alert-container .alert-header {
  color: #e0e0d8;
  text-shadow: 1px 1px 3px #091111;
  background-image: linear-gradient(180deg, rgba(74, 118, 68, 0.05), #0d1717);
}

[theme='jungle'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #070d0d;
}

[theme='jungle'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(18, 33, 33, 0.8);
  background-image: linear-gradient(0deg, rgba(74, 118, 68, 0.01), #111f1f);
}

[theme='jungle'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='jungle'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='jungle'] .bg-front {
  color: #e0e0d8;
  background-color: #172b2b !important;
}

[theme='jungle'] .bg-back {
  color: #e0e0d8;
  background-color: #122121 !important;
}

[theme='jungle'] .bg-back-more {
  color: #e0e0d8;
  background-color: #0d1717 !important;
}

[theme='jungle'] .bg-back-transparent {
  color: #e0e0d8;
  background-color: rgba(13, 23, 23, 0.6) !important;
}

[theme='jungle'] .white-box-style {
  background-color: #152626 !important;
  color: #e0e0d8;
}

[theme='jungle'] .box-glow {
  box-shadow: 0 1px 20px rgba(74, 118, 68, 0.4);
  border: 1px solid rgba(74, 118, 68, 0.4);
}

[theme='jungle'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #3a5c35;
  background-color: #4a7644;
  background-image: linear-gradient(#446c3e, #50804a) !important;
}

[theme='jungle'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='jungle'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.8) !important;
}

[theme='jungle'] .bg-secondary {
  background-color: #13342a;
  background-image: linear-gradient(#0f2921, #173f33) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #081612;
}

[theme='jungle'] .bg-secondary > * {
  color: #fff !important;
}

[theme='jungle'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='jungle'] .bg-tertiary {
  background-color: #2f5537;
  background-image: linear-gradient(#2a4b31, #345f3d) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #203b26;
}

[theme='jungle'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='jungle'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='jungle'] .border-primary {
  border-color: #4a7644;
}

[theme='jungle'] .border-secondary {
  border-color: #13342a;
}

[theme='jungle'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #4a7644, #13342a) !important;
  text-shadow: 1px 1px 1px #21351f;
}

[theme='jungle'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #3c8931, #215948) !important;
}

[theme='jungle'] .btn-primary:hover {
  background: linear-gradient(180deg, #467c3e, #1b4a3c) !important;
}

[theme='jungle'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #13342a, #13342a) !important;
  text-shadow: 1px 1px 1px #050f0c;
}

[theme='jungle'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #0c3b2d, #215948) !important;
}

[theme='jungle'] .btn-secondary:hover {
  background: linear-gradient(180deg, #11362b, #1b4a3c) !important;
}

[theme='jungle'] .btn-outline-secondary {
  background-color: #13342a;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='jungle'] .btn-outline-secondary:hover {
  background-color: #4a7644;
}

[theme='jungle'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #171717;
}

[theme='jungle'] .accordion {
  background-color: #122121;
}

[theme='jungle'] .accordion-toggle.open {
  background-color: #1d3228;
}

[theme='jungle'] nav.side-menu-left .side-menu-item, [theme='jungle'] nav.side-menu-right .side-menu-item {
  color: #e0e0d8;
  background-color: #122121;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #122121;
}

[theme='jungle'] nav.side-menu-left .side-menu-item.attention, [theme='jungle'] nav.side-menu-right .side-menu-item.attention {
  background-color: #233b2c;
}

[theme='jungle'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='jungle'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(224, 224, 216, 0.8);
  text-shadow: 0 0 5px #0d2626;
}

[theme='jungle'] nav.side-menu-left .side-menu-item:hover, [theme='jungle'] nav.side-menu-right .side-menu-item:hover {
  background-color: #122121;
  background-image: linear-gradient(6deg, rgba(18, 53, 42, 0.2), rgba(72, 121, 65, 0.2)) !important;
}

[theme='jungle'] nav.side-menu-left .side-menu-item.active, [theme='jungle'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #0f382c, #428139) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='jungle'] nav.side-menu-left .side-menu-item.active:hover, [theme='jungle'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #0a3d2d, #398c2e) !important;
  color: #fff;
}

[theme='jungle'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='jungle'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #324f2e;
}

[theme='jungle'] nav.side-menu-left .bubble, [theme='jungle'] nav.side-menu-right .bubble {
  background-color: #4a7644;
  color: #fff;
  text-shadow: 1px 1px 1px #21351f;
  border-radius: 5px;
}

[theme='jungle'] .list-group-menu .list-group-item {
  color: #cfd7a2;
  background-color: rgba(18, 33, 33, 0.99);
  text-shadow: 1px 1px 1px #0e1a1a;
  background-image: linear-gradient(rgba(18, 33, 33, 0) 66%, rgba(19, 52, 42, 0.05));
}

[theme='jungle'] .list-group-menu .list-group-item i {
  color: rgba(74, 118, 68, 0.8);
}

[theme='jungle'] .list-group-menu .list-group-item:hover {
  background-color: #0d1717;
  color: #dae0b7;
}

[theme='jungle'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#428139, #0f382c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(18, 33, 33, 0.12);
}

[theme='jungle'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='jungle'] #live-search {
  outline: none;
}

[theme='jungle'] #live-search-list {
  background-color: #122121;
  color: #e0e0d8;
}

[theme='jungle'] #live-search-list .search-item:hover {
  background-color: rgba(74, 118, 68, 0.1);
  color: #e0e0d8;
}

[theme='jungle'] #live-search-list .search-item .search-item-category {
  color: rgba(224, 224, 216, 0.5);
}

[theme='jungle'] .tournament-row {
  background-color: #122121;
}

[theme='jungle'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(18, 33, 33, 0.7), rgba(18, 33, 33, 0.9));
}

[theme='jungle'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(224, 224, 216, 0.3);
}

[theme='jungle'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(18, 33, 33, 0.97), -1px -1px 1px rgba(224, 224, 216, 0.04), 1px 1px 1px rgba(18, 33, 33, 0.04);
}

[theme='jungle'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(224, 224, 216, 0.3);
}

[theme='jungle'] .border-top {
  border-top: 1px solid rgba(224, 224, 216, 0.1) !important;
}

[theme='jungle'] .form-control, [theme='jungle'] input, [theme='jungle'] textarea, [theme='jungle'] select, [theme='jungle'] .trumbowyg-box, [theme='jungle'] .custom-file-label {
  background-color: #253737;
  color: #e0e0d8;
}

[theme='jungle'] .form-control:focus, [theme='jungle'] input:focus, [theme='jungle'] textarea:focus, [theme='jungle'] select:focus, [theme='jungle'] .trumbowyg-box:focus, [theme='jungle'] .custom-file-label:focus {
  border-color: rgba(19, 52, 42, 0.5);
  box-shadow: 0 0 0 2px rgba(74, 118, 68, 0.3);
}

[theme='jungle'] .form-control::placeholder, [theme='jungle'] input::placeholder, [theme='jungle'] textarea::placeholder, [theme='jungle'] select::placeholder, [theme='jungle'] .trumbowyg-box::placeholder, [theme='jungle'] .custom-file-label::placeholder {
  color: rgba(224, 224, 216, 0.5);
}

[theme='jungle'] .custom-file-label {
  border: 1px solid #1d2b2b;
  background-color: #253737;
  color: #e0e0d8;
}

[theme='jungle'] .custom-file-label::after {
  border-left: 1px solid #172121;
  background-color: #293d3d;
}

[theme='jungle'] .file-upload .file-upload-list {
  background-color: #1f2e2e;
  border: 1px solid #172121;
}

[theme='jungle'] .file-upload .custom-file-label {
  color: gainsboro;
}

[theme='jungle'] .input-slider {
  background-image: linear-gradient(90deg, #122121, #20362a);
}

[theme='jungle'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #0b1e18, #4a7644);
  box-shadow: 0 0 20px #324f2e;
  border: 1px solid rgba(18, 33, 33, 0.5);
}

[theme='jungle'] .tab-pane {
  background-color: rgba(18, 33, 33, 0.8);
}

[theme='jungle'] table, [theme='jungle'] .table, [theme='jungle'] .message-content table, .message-content [theme='jungle'] table {
  color: #e0e0d8;
}

[theme='jungle'] table.alternate tr:nth-child(even), [theme='jungle'] .table.alternate tr:nth-child(even), [theme='jungle'] .message-content table.alternate tr:nth-child(even), .message-content [theme='jungle'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='jungle'] table.pretty tr, [theme='jungle'] .table.pretty tr, [theme='jungle'] .message-content table.pretty tr, .message-content [theme='jungle'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='jungle'] table.pretty tr:nth-child(even), [theme='jungle'] .table.pretty tr:nth-child(even), [theme='jungle'] .message-content table.pretty tr:nth-child(even), .message-content [theme='jungle'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='jungle'] table.pretty tr td, [theme='jungle'] .table.pretty tr td, [theme='jungle'] .message-content table.pretty tr td, .message-content [theme='jungle'] table.pretty tr td {
  padding: 5px 0;
}

[theme='jungle'] .nav .nav-link {
  background: transparent linear-gradient(#5d5d5d, #1a2d27);
  color: #fff;
  text-shadow: 1px 1px 1px #21351f;
  border: none;
}

[theme='jungle'] .nav .nav-link:hover, [theme='jungle'] .nav .nav-link.active {
  background: transparent linear-gradient(#4a7644, #13342a);
}

[theme='jungle'] .floating-notification {
  background: linear-gradient(180deg, rgba(18, 33, 33, 0.9) 0%, #122121 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='jungle'] .trumbowyg-box {
  text-shadow: none;
}

[theme='jungle'] .trumbowyg-box svg {
  color: #e0e0d8;
  fill: #e0e0d8;
}

[theme='jungle'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='jungle'] .trumbowyg-box .trumbowyg-active {
  background: #1b3232;
}

[theme='jungle'] .trumbowyg-box .trumbowyg-dropdown, [theme='jungle'] .trumbowyg-box button {
  background-color: #0e1a1a;
  color: #e0e0d8;
  border: none;
  border-radius: 5px;
}

[theme='jungle'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #122121;
}

[theme='jungle'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='jungle'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #122121;
}

[theme='jungle'] .trumbowyg-modal-box {
  background: #122121;
  border: none !important;
}

[theme='jungle'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='jungle'] .trumbowyg-modal-box * {
  border: none;
}

[theme='jungle'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='jungle'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='jungle'] .vip-advantage {
  background-image: linear-gradient(#122121, #070d0d);
}

[theme='jungle'] .ad_notify {
  color: #e0e0d8;
  background-color: #122121;
}

[theme='jungle'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #4a7644;
}

[theme='jungle'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(74, 118, 68, 0.34);
}

[theme='jungle'] .gametile .game-title {
  background-color: #122121;
  text-shadow: 0 0 2px rgba(18, 33, 33, 0.5);
  color: #e0e0d8;
}

[theme='jungle'] .gametile .game-online {
  background-color: #122121;
  text-shadow: 0 0 2px rgba(18, 33, 33, 0.5);
  color: #e0e0d8;
}

[theme='jungle'] .game-challenge {
  background-color: #122121;
}

[theme='jungle'] .game-challenge .game-challenge-name {
  color: #e0e0d8;
}

[theme='jungle'] .shared_mission_state_waiting {
  background-color: #152623 !important;
}

[theme='jungle'] .shared_mission_state_running {
  background-color: #1a2d26 !important;
}

[theme='jungle'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(18, 33, 33, 0.9) 0%, rgba(18, 33, 33, 0.6) 100%);
}

[theme='jungle'] #profile-subnav .profile-subnav-navitem-link {
  color: #e0e0d8;
}

[theme='jungle'] #profile-subnav .profile-subnav-navitem-icon {
  color: #4a7644;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='jungle'] .prize-drawing {
  background-color: #172b2b !important;
  background-image: none !important;
}

[theme='jungle'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #26ba8d;
  border: 3px solid #13342a;
}

[theme='jungle'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='jungle'] .prize-drawing .hint {
  background: linear-gradient(#13342a, #030706);
  color: #fff;
}

[theme='jungle'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #122121 !important;
  background-image: linear-gradient(#122121, black) !important;
}

[theme='jungle'] .prize-drawing .trade-container-item {
  background-color: #122121;
}

[theme='jungle'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: black;
  color: rgba(237, 222, 222, 0.2);
  text-shadow: 1px 1px 1px #122121;
}

[theme='jungle'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='jungle'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='jungle'] .no-results {
  background: none;
}

[theme='jungle'] .CCcontainer {
  background-color: #0a0f0f;
}

[theme='jungle'] .CCcontainer #chatText {
  background-color: #101e1e;
}

[theme='jungle'] .CCcontainer .menu {
  background-color: #122121;
}

[theme='jungle'] orb {
  color: rgba(224, 224, 216, 0.45);
  text-shadow: 0 0 5px rgba(74, 118, 68, 0.5);
}

[theme='jungle'] hr {
  border-color: rgba(237, 222, 222, 0.14);
}

[theme='jungle'] .bg-back > h1, [theme='jungle'] .bg-back > h2, [theme='jungle'] .bg-back > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='jungle'] .bg-front > h1, [theme='jungle'] .bg-front > h2, [theme='jungle'] .bg-front > h3 {
  text-shadow: 1px 1px 1px black;
}

[theme='jungle'] .card .card-header {
  background-image: linear-gradient(#172b2b, #101e1e);
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='jungle'] .card .card-body {
  background-color: #122121;
}

[theme='jungle'] .card.card-toggle::before, [theme='jungle'] .card.card-toggle .card-footer::before {
  color: #e0e0d8;
}

[theme='jungle'] .form-control, [theme='jungle'] input, [theme='jungle'] textarea, [theme='jungle'] select, [theme='jungle'] .trumbowyg-box {
  background-color: #1d3535;
}

[theme='jungle'] .progress {
  background-color: #1d3535;
}

[theme='jungle'] #profile-subnav .profile-subnav-navitem-link {
  color: #e0e0d8;
  text-shadow: 1px 1px 1px rgba(18, 33, 33, 0.5);
}

[theme='jungle'] #profile-subnav .profile-subnav-navitem-icon {
  color: #629d5a;
  text-shadow: 1px 1px 1px rgba(18, 33, 33, 0.8);
}

[theme='jungle'] .CCcontainer {
  background-color: #192525;
}

[theme='jungle'] .white-tag {
  background-color: rgba(18, 33, 33, 0.5);
  color: #e0e0d8;
}

[theme='jungle'] .notification-item {
  border-top: 1px solid #ffffff08;
}

[theme='jungle'] .dropdown-menu {
  background-color: #122121;
}

[theme='jungle'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#192817, #030706) !important;
}

[theme='jungle'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='jungle'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: #629d5a;
}

[theme='jungle'] nav.side-menu-left .side-menu-item:hover, [theme='jungle'] nav.side-menu-right .side-menu-item:hover {
  background-color: #1d3228;
}

[theme='jungle'] nav.side-menu-left .side-menu-item.active:hover, [theme='jungle'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #398c2e, #0a3d2d) !important;
  color: #fff;
}

[theme='jungle'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='jungle'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  text-shadow: 0 0 5px #fff;
}

[theme='jungle'] body {
  background-image: url("/assets/general/jungle.jpg");
}

[theme='jungle'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #13342a, #4a7644);
  text-shadow: -1px -1px 1px rgba(19, 52, 42, 0.8), 1px 1px 2px #050f0c;
}

[theme='jungle'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #1a4739, #54864d);
}

[theme='jungle'] .btn-current-theme:active, [theme='jungle'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #0c211b, #40663b);
}

[theme='jungle'] #app {
  background-color: #00000099;
}

.btn-lime {
  color: #fff !important;
  background-image: linear-gradient(to top, #53b800, #4f9800);
  text-shadow: -1px -1px 1px rgba(83, 184, 0, 0.8), 1px 1px 2px #3c8500;
}

.btn-lime:hover {
  color: white !important;
  background-image: linear-gradient(to top, #5fd200, #5cb200);
}

.btn-lime:active, .btn-lime:focus {
  color: white !important;
  background-image: linear-gradient(to top, #479f00, #427f00);
}

[theme='lime'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='lime'] ::-webkit-scrollbar-thumb {
  background: #53b800;
}

[theme='lime'] ::-webkit-scrollbar-thumb:hover {
  background: #6aeb00;
}

[theme='lime'] body {
  background-image: radial-gradient(#377b00, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #e6ede6;
  color: #444444;
}

[theme='lime'] #top-menu {
  background-image: linear-gradient(179deg, #53b800, rgba(26, 50, 0, 0.6));
}

[theme='lime'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='lime'] #top-menu, [theme='lime'] #live-search-wrapper {
  color: #fff;
}

[theme='lime'] #top-menu .top-menu-item-color, [theme='lime'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lime'] .form-group .bootstrap-select, [theme='lime'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #e6ede6, #d4e0d4);
}

[theme='lime'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='lime'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(83, 184, 0, 0.4);
}

[theme='lime'] .form-group .bootstrap-select .dropdown-toggle, [theme='lime'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='lime'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='lime'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #444444;
}

[theme='lime'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(212, 224, 212, 0.5);
}

[theme='lime'] .message.sent {
  background-color: rgba(230, 237, 230, 0.4) !important;
  color: rgba(68, 68, 68, 0.7) !important;
}

[theme='lime'] .message.unread {
  border: 3px solid rgba(83, 184, 0, 0.5);
}

[theme='lime'] .list-group-item {
  color: #444444;
  background-color: #d4e0d4;
  border-color: rgba(68, 68, 68, 0.07);
}

[theme='lime'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #4f9800;
}

[theme='lime'] footer {
  color: #444444;
  background-color: rgba(230, 237, 230, 0.93);
}

[theme='lime'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='lime'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #007525;
}

[theme='lime'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='lime'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #00d142 !important;
}

[theme='lime'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='lime'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #00c23d !important;
}

[theme='lime'] .info {
  background-color: rgba(239, 243, 239, 0.5);
  color: #444444;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(83, 184, 0, 0.5);
}

[theme='lime'] .info .info-body {
  text-shadow: none;
}

[theme='lime'] .text-muted {
  color: rgba(68, 68, 68, 0.56) !important;
}

[theme='lime'] #favorite-game i {
  color: rgba(68, 68, 68, 0.5);
}

[theme='lime'] #favorite-game i.active {
  color: #53b800;
}

[theme='lime'] .not_specified, [theme='lime'] [data-gender='not_specified'], [theme='lime'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='lime'] .female, [theme='lime'] [data-gender='female'], [theme='lime'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='lime'] .male, [theme='lime'] [data-gender='male'], [theme='lime'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='lime'] .card .card-header {
  background-color: #e6ede6;
  background-image: linear-gradient(rgba(200, 216, 200, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #dde7dd;
}

[theme='lime'] .card .card-body {
  background-color: #e6ede6;
}

[theme='lime'] .card .card-footer {
  background-color: rgba(221, 231, 221, 0.9);
}

[theme='lime'] .card.card-toggle .card-header::after {
  color: #444444;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(83, 184, 0, 0.5), rgba(79, 152, 0, 0.5));
  font-weight: 1800;
}

[theme='lime'] .card.card-toggle::before, [theme='lime'] .card.card-toggle .card-footer::before {
  color: #444444;
  text-shadow: 0 0 6px #fff;
}

[theme='lime'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(83, 184, 0, 0.1), rgba(79, 152, 0, 0));
  text-shadow: 1px 1px 1px rgba(230, 237, 230, 0.4), 0 2px 10px rgba(83, 184, 0, 0.5);
}

[theme='lime'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(83, 184, 0, 0), rgba(79, 152, 0, 0.05));
}

[theme='lime'] .card.alternative .card-header {
  background-color: #dae4da;
  background-image: linear-gradient(#d7e2d7, #dde7dd);
}

[theme='lime'] .card.alternative .card-body {
  background-color: #dae4da;
}

[theme='lime'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #e6ede6 98%);
}

[theme='lime'] .vip-features-list .vip-feature {
  background-color: #eff3ef;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='lime'] .dropdown-menu {
  background-color: #e5ece4;
  box-shadow: 0 0 30px #00000044;
  color: #444444;
  border: 1px solid #0000000A;
}

[theme='lime'] .dropdown-menu .dropdown-header {
  color: #444444;
  background-color: #dde7dd;
}

[theme='lime'] .dropdown-menu .dropdown-item {
  color: #496730;
}

[theme='lime'] .dropdown-menu .dropdown-item.selected, [theme='lime'] .dropdown-menu .dropdown-item.active {
  background-color: #c9e2b8;
}

[theme='lime'] .dropdown-menu .dropdown-item i {
  color: #459900;
}

[theme='lime'] .dropdown-menu .dropdown-item:hover {
  background-color: #d7e8cf;
  color: #212529;
}

[theme='lime'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(79, 152, 0, 0.4);
}

[theme='lime'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #d4e0d4, rgba(248, 250, 248, 0.9));
}

[theme='lime'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='lime'] modal .modal-container {
  background-color: #d4e0d4;
}

[theme='lime'] modal .modal-close {
  background-color: red;
}

[theme='lime'] .progress {
  background-color: #cbdacb;
}

[theme='lime'] .simple-box {
  border: 1px solid rgba(212, 224, 212, 0.4);
}

[theme='lime'] .simple-box > div:nth-child(1) {
  background-color: rgba(212, 224, 212, 0.6);
}

[theme='lime'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lime'] notify.alternative {
  color: #fff !important;
  background-color: #16b800;
  text-shadow: 1px 1px 1px #0a5200;
}

[theme='lime'] alert .alert-wrapper .alert-container {
  background-color: #e6ede6;
  color: #444444;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='lime'] alert .alert-wrapper .alert-container .alert-header {
  color: #444444;
  text-shadow: 1px 1px 3px #d7e2d7;
  background-image: linear-gradient(180deg, rgba(83, 184, 0, 0.05), #dde7dd);
}

[theme='lime'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #d4e0d4;
}

[theme='lime'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(230, 237, 230, 0.8);
  background-image: linear-gradient(0deg, rgba(83, 184, 0, 0.01), #e4ece4);
}

[theme='lime'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='lime'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='lime'] .bg-front {
  color: #444444;
  background-color: #eff3ef !important;
}

[theme='lime'] .bg-back {
  color: #444444;
  background-color: #e6ede6 !important;
}

[theme='lime'] .bg-back-more {
  color: #444444;
  background-color: #dde7dd !important;
}

[theme='lime'] .bg-back-transparent {
  color: #444444;
  background-color: rgba(221, 231, 221, 0.6) !important;
}

[theme='lime'] .white-box-style {
  background-color: #eaf0ea !important;
  color: #444444;
}

[theme='lime'] .box-glow {
  box-shadow: 0 1px 20px rgba(83, 184, 0, 0.4);
  border: 1px solid rgba(83, 184, 0, 0.4);
}

[theme='lime'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #418f00;
  background-color: #53b800;
  background-image: linear-gradient(#4ca900, #5ac700) !important;
}

[theme='lime'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='lime'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='lime'] .bg-secondary {
  background-color: #4f9800;
  background-image: linear-gradient(#478900, #57a700) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3a6f00;
}

[theme='lime'] .bg-secondary > * {
  color: #fff !important;
}

[theme='lime'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='lime'] .bg-tertiary {
  background-color: #51a800;
  background-image: linear-gradient(#4a9900, #58b700) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3d7f00;
}

[theme='lime'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='lime'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='lime'] .border-primary {
  border-color: #53b800;
}

[theme='lime'] .border-secondary {
  border-color: #4f9800;
}

[theme='lime'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #53b800, #4f9800) !important;
  text-shadow: 1px 1px 1px #255200;
}

[theme='lime'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #53b800, #6acb00) !important;
}

[theme='lime'] .btn-primary:hover {
  background: linear-gradient(180deg, #53b800, #5fb700) !important;
}

[theme='lime'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #4f9800, #4f9800) !important;
  text-shadow: 1px 1px 1px #346500;
}

[theme='lime'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #4f9800, #6acb00) !important;
}

[theme='lime'] .btn-secondary:hover {
  background: linear-gradient(180deg, #4f9800, #5fb700) !important;
}

[theme='lime'] .btn-outline-secondary {
  background-color: #4f9800;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='lime'] .btn-outline-secondary:hover {
  background-color: #53b800;
}

[theme='lime'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #405f20;
}

[theme='lime'] .accordion {
  background-color: #e6ede6;
}

[theme='lime'] .accordion-toggle.open {
  background-color: #c9e2b8;
}

[theme='lime'] nav.side-menu-left .side-menu-item, [theme='lime'] nav.side-menu-right .side-menu-item {
  color: #444444;
  background-color: #e6ede6;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #e6ede6;
}

[theme='lime'] nav.side-menu-left .side-menu-item.attention, [theme='lime'] nav.side-menu-right .side-menu-item.attention {
  background-color: #badda1;
}

[theme='lime'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='lime'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(68, 68, 68, 0.8);
  text-shadow: 0 0 5px #e2f1e2;
}

[theme='lime'] nav.side-menu-left .side-menu-item:hover, [theme='lime'] nav.side-menu-right .side-menu-item:hover {
  background-color: #e6ede6;
  background-image: linear-gradient(6deg, rgba(79, 152, 0, 0.2), rgba(83, 184, 0, 0.2)) !important;
}

[theme='lime'] nav.side-menu-left .side-menu-item.active, [theme='lime'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #4f9800, #53b800) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='lime'] nav.side-menu-left .side-menu-item.active:hover, [theme='lime'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #4f9800, #53b800) !important;
  color: #fff;
}

[theme='lime'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='lime'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #377b00;
}

[theme='lime'] nav.side-menu-left .bubble, [theme='lime'] nav.side-menu-right .bubble {
  background-color: #53b800;
  color: #fff;
  text-shadow: 1px 1px 1px #255200;
  border-radius: 5px;
}

[theme='lime'] .list-group-menu .list-group-item {
  color: #007525;
  background-color: rgba(230, 237, 230, 0.99);
  text-shadow: 1px 1px 1px #e0e9e0;
  background-image: linear-gradient(rgba(230, 237, 230, 0) 66%, rgba(79, 152, 0, 0.05));
}

[theme='lime'] .list-group-menu .list-group-item i {
  color: rgba(83, 184, 0, 0.8);
}

[theme='lime'] .list-group-menu .list-group-item:hover {
  background-color: #dde7dd;
  color: #00942f;
}

[theme='lime'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#53b800, #4f9800) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(230, 237, 230, 0.12);
}

[theme='lime'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='lime'] #live-search {
  outline: none;
}

[theme='lime'] #live-search-list {
  background-color: #e6ede6;
  color: #444444;
}

[theme='lime'] #live-search-list .search-item:hover {
  background-color: rgba(83, 184, 0, 0.1);
  color: #444444;
}

[theme='lime'] #live-search-list .search-item .search-item-category {
  color: rgba(68, 68, 68, 0.5);
}

[theme='lime'] .tournament-row {
  background-color: #e6ede6;
}

[theme='lime'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(230, 237, 230, 0.7), rgba(230, 237, 230, 0.9));
}

[theme='lime'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.3);
}

[theme='lime'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(230, 237, 230, 0.97), -1px -1px 1px rgba(68, 68, 68, 0.04), 1px 1px 1px rgba(230, 237, 230, 0.04);
}

[theme='lime'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(68, 68, 68, 0.3);
}

[theme='lime'] .border-top {
  border-top: 1px solid rgba(68, 68, 68, 0.1) !important;
}

[theme='lime'] .form-control, [theme='lime'] input, [theme='lime'] textarea, [theme='lime'] select, [theme='lime'] .trumbowyg-box, [theme='lime'] .custom-file-label {
  background-color: #fefefe;
  color: #444444;
}

[theme='lime'] .form-control:focus, [theme='lime'] input:focus, [theme='lime'] textarea:focus, [theme='lime'] select:focus, [theme='lime'] .trumbowyg-box:focus, [theme='lime'] .custom-file-label:focus {
  border-color: rgba(79, 152, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(83, 184, 0, 0.3);
}

[theme='lime'] .form-control::placeholder, [theme='lime'] input::placeholder, [theme='lime'] textarea::placeholder, [theme='lime'] select::placeholder, [theme='lime'] .trumbowyg-box::placeholder, [theme='lime'] .custom-file-label::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

[theme='lime'] .custom-file-label {
  border: 1px solid #f3f4f3;
  background-color: #fefefe;
  color: #444444;
}

[theme='lime'] .custom-file-label::after {
  border-left: 1px solid #ebedeb;
  background-color: white;
}

[theme='lime'] .file-upload .file-upload-list {
  background-color: #f6f7f6;
  border: 1px solid #ebedeb;
}

[theme='lime'] .file-upload .custom-file-label {
  color: #444444;
}

[theme='lime'] .input-slider {
  background-image: linear-gradient(90deg, #e6ede6, #c1e0ad);
}

[theme='lime'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #3f7900, #53b800);
  box-shadow: 0 0 20px #377b00;
  border: 1px solid rgba(230, 237, 230, 0.5);
}

[theme='lime'] .tab-pane {
  background-color: rgba(230, 237, 230, 0.8);
}

[theme='lime'] table, [theme='lime'] .table, [theme='lime'] .message-content table, .message-content [theme='lime'] table {
  color: #444444;
}

[theme='lime'] table.alternate tr:nth-child(even), [theme='lime'] .table.alternate tr:nth-child(even), [theme='lime'] .message-content table.alternate tr:nth-child(even), .message-content [theme='lime'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='lime'] table.pretty tr, [theme='lime'] .table.pretty tr, [theme='lime'] .message-content table.pretty tr, .message-content [theme='lime'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='lime'] table.pretty tr:nth-child(even), [theme='lime'] .table.pretty tr:nth-child(even), [theme='lime'] .message-content table.pretty tr:nth-child(even), .message-content [theme='lime'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='lime'] table.pretty tr td, [theme='lime'] .table.pretty tr td, [theme='lime'] .message-content table.pretty tr td, .message-content [theme='lime'] table.pretty tr td {
  padding: 5px 0;
}

[theme='lime'] .nav .nav-link {
  background: transparent linear-gradient(#569c1c, #4e890f);
  color: #fff;
  text-shadow: 1px 1px 1px #255200;
  border: none;
}

[theme='lime'] .nav .nav-link:hover, [theme='lime'] .nav .nav-link.active {
  background: transparent linear-gradient(#53b800, #4f9800);
}

[theme='lime'] .floating-notification {
  background: linear-gradient(180deg, rgba(230, 237, 230, 0.9) 0%, #e6ede6 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='lime'] .trumbowyg-box {
  text-shadow: none;
}

[theme='lime'] .trumbowyg-box svg {
  color: #444444;
  fill: #444444;
}

[theme='lime'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='lime'] .trumbowyg-box .trumbowyg-active {
  background: #f5f8f5;
}

[theme='lime'] .trumbowyg-box .trumbowyg-dropdown, [theme='lime'] .trumbowyg-box button {
  background-color: #e0e9e0;
  color: #444444;
  border: none;
  border-radius: 5px;
}

[theme='lime'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #e6ede6;
}

[theme='lime'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='lime'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #e6ede6;
}

[theme='lime'] .trumbowyg-modal-box {
  background: #e6ede6;
  border: none !important;
}

[theme='lime'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='lime'] .trumbowyg-modal-box * {
  border: none;
}

[theme='lime'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='lime'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='lime'] .vip-advantage {
  background-image: linear-gradient(#e6ede6, #d4e0d4);
}

[theme='lime'] .ad_notify {
  color: #444444;
  background-color: #e6ede6;
}

[theme='lime'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #53b800;
}

[theme='lime'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(83, 184, 0, 0.34);
}

[theme='lime'] .gametile .game-title {
  background-color: #e6ede6;
  text-shadow: 0 0 2px rgba(230, 237, 230, 0.5);
  color: #444444;
}

[theme='lime'] .gametile .game-online {
  background-color: #e6ede6;
  text-shadow: 0 0 2px rgba(230, 237, 230, 0.5);
  color: #444444;
}

[theme='lime'] .game-challenge {
  background-color: #e6ede6;
}

[theme='lime'] .game-challenge .game-challenge-name {
  color: #444444;
}

[theme='lime'] .shared_mission_state_waiting {
  background-color: #ddead8 !important;
}

[theme='lime'] .shared_mission_state_running {
  background-color: #d1e6c6 !important;
}

[theme='lime'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(230, 237, 230, 0.9) 0%, rgba(230, 237, 230, 0.6) 100%);
}

[theme='lime'] #profile-subnav .profile-subnav-navitem-link {
  color: #444444;
}

[theme='lime'] #profile-subnav .profile-subnav-navitem-icon {
  color: #53b800;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='lime'] .prize-drawing {
  background-color: #eff3ef !important;
  background-image: none !important;
}

[theme='lime'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #9dff32;
  border: 3px solid #4f9800;
}

[theme='lime'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='lime'] .prize-drawing .hint {
  background: linear-gradient(#4f9800, #2f5b00);
  color: #fff;
}

[theme='lime'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #e6ede6 !important;
  background-image: linear-gradient(#e6ede6, #bacdba) !important;
}

[theme='lime'] .prize-drawing .trade-container-item {
  background-color: #e6ede6;
}

[theme='lime'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #c2d3c2;
  color: rgba(25, 18, 25, 0.2);
  text-shadow: 1px 1px 1px #e6ede6;
}

[theme='lime'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='lime'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='lime'] .no-results {
  background: none;
}

[theme='lime'] .CCcontainer {
  background-color: #dbdfdb;
}

[theme='lime'] .CCcontainer #chatText {
  background-color: #e3ebe3;
}

[theme='lime'] .CCcontainer .menu {
  background-color: #e6ede6;
}

[theme='lime'] orb {
  color: rgba(68, 68, 68, 0.45);
  text-shadow: 0 0 5px rgba(83, 184, 0, 0.5);
}

[theme='lime'] hr {
  border-color: rgba(25, 18, 25, 0.14);
}

[theme='lime'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #53b800, #4f9800);
  text-shadow: -1px -1px 1px rgba(83, 184, 0, 0.8), 1px 1px 2px #3c8500;
}

[theme='lime'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #5fd200, #5cb200);
}

[theme='lime'] .btn-current-theme:active, [theme='lime'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #479f00, #427f00);
}

[theme='lime'] body {
  background-image: url("/assets/general/lime.webp");
}

[theme='lime'] #live-search-wrapper {
  background: none;
}

[theme='lime'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #4f9800, #53b800);
  border-radius: 0 0 5px 5px;
}

[theme='lime'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #444444 !important;
  text-shadow: 1px 1px 1px rgba(230, 237, 230, 0.5);
}

[theme='lime'] .top-menu-item-color, [theme='lime'] .logo-font {
  color: #e6ede6;
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.5);
}

[theme='lime'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(230, 237, 230, 0.4), rgba(230, 237, 230, 0.6));
}

[theme='lime'] #profile-subnav .profile-subnav-navitem-icon {
  color: #2f5b00;
  text-shadow: 1px 1px 1px rgba(230, 237, 230, 0.5);
}

[theme='lime'] .form-control, [theme='lime'] input, [theme='lime'] textarea, [theme='lime'] select, [theme='lime'] .trumbowyg-box {
  background-color: #eff3ef;
}

.btn-national_dk {
  color: #fff !important;
  background-image: linear-gradient(to top, #E31836, #a90233);
  text-shadow: -1px -1px 1px rgba(227, 24, 54, 0.8), 1px 1px 2px #b5132b;
}

.btn-national_dk:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e92c48, #c3023b);
}

.btn-national_dk:active, .btn-national_dk:focus {
  color: white !important;
  background-image: linear-gradient(to top, #cc1631, #90022c);
}

[theme='national_dk'] ::-webkit-scrollbar-track {
  background: #3d060f;
}

[theme='national_dk'] ::-webkit-scrollbar-thumb {
  background: #E31836;
}

[theme='national_dk'] ::-webkit-scrollbar-thumb:hover {
  background: #eb435c;
}

[theme='national_dk'] body {
  background-image: radial-gradient(#ac1229, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #efefef;
  color: #333333;
}

[theme='national_dk'] #top-menu {
  background-image: linear-gradient(179deg, #E31836, rgba(71, 1, 22, 0.6));
}

[theme='national_dk'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_dk'] #top-menu, [theme='national_dk'] #live-search-wrapper {
  color: #fff;
}

[theme='national_dk'] #top-menu .top-menu-item-color, [theme='national_dk'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_dk'] .form-group .bootstrap-select, [theme='national_dk'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #efefef, #e0e0e0);
}

[theme='national_dk'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_dk'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(227, 24, 54, 0.4);
}

[theme='national_dk'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_dk'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_dk'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_dk'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_dk'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(224, 224, 224, 0.5);
}

[theme='national_dk'] .message.sent {
  background-color: rgba(239, 239, 239, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_dk'] .message.unread {
  border: 3px solid rgba(227, 24, 54, 0.5);
}

[theme='national_dk'] .list-group-item {
  color: #333333;
  background-color: #e0e0e0;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_dk'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #AC0234;
}

[theme='national_dk'] footer {
  color: #333333;
  background-color: rgba(239, 239, 239, 0.93);
}

[theme='national_dk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_dk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #9e2e35;
}

[theme='national_dk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_dk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #cf5960 !important;
}

[theme='national_dk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_dk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #d2464f !important;
}

[theme='national_dk'] .info {
  background-color: rgba(247, 247, 247, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(227, 24, 54, 0.5);
}

[theme='national_dk'] .info .info-body {
  text-shadow: none;
}

[theme='national_dk'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_dk'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_dk'] #favorite-game i.active {
  color: #E31836;
}

[theme='national_dk'] .not_specified, [theme='national_dk'] [data-gender='not_specified'], [theme='national_dk'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_dk'] .female, [theme='national_dk'] [data-gender='female'], [theme='national_dk'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_dk'] .male, [theme='national_dk'] [data-gender='male'], [theme='national_dk'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_dk'] .card .card-header {
  background-color: #efefef;
  background-image: linear-gradient(rgba(214, 214, 214, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e7e7e7;
}

[theme='national_dk'] .card .card-body {
  background-color: #efefef;
}

[theme='national_dk'] .card .card-footer {
  background-color: rgba(231, 231, 231, 0.9);
}

[theme='national_dk'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(227, 24, 54, 0.5), rgba(172, 2, 52, 0.5));
  font-weight: 1800;
}

[theme='national_dk'] .card.card-toggle::before, [theme='national_dk'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_dk'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(227, 24, 54, 0.1), rgba(172, 2, 52, 0));
  text-shadow: 1px 1px 1px rgba(239, 239, 239, 0.4), 0 2px 10px rgba(227, 24, 54, 0.5);
}

[theme='national_dk'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(227, 24, 54, 0), rgba(172, 2, 52, 0.05));
}

[theme='national_dk'] .card.alternative .card-header {
  background-color: #e5e5e5;
  background-image: linear-gradient(#e2e2e2, #e7e7e7);
}

[theme='national_dk'] .card.alternative .card-body {
  background-color: #e5e5e5;
}

[theme='national_dk'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #efefef 98%);
}

[theme='national_dk'] .vip-features-list .vip-feature {
  background-color: #f7f7f7;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_dk'] .dropdown-menu {
  background-color: #efeded;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_dk'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #e7e7e7;
}

[theme='national_dk'] .dropdown-menu .dropdown-item {
  color: #682b34;
}

[theme='national_dk'] .dropdown-menu .dropdown-item.selected, [theme='national_dk'] .dropdown-menu .dropdown-item.active {
  background-color: #edc4ca;
}

[theme='national_dk'] .dropdown-menu .dropdown-item i {
  color: #c7152f;
}

[theme='national_dk'] .dropdown-menu .dropdown-item:hover {
  background-color: #eedadd;
  color: #212529;
}

[theme='national_dk'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(172, 2, 52, 0.4);
}

[theme='national_dk'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #e0e0e0, rgba(254, 254, 254, 0.9));
}

[theme='national_dk'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_dk'] modal .modal-container {
  background-color: #e0e0e0;
}

[theme='national_dk'] modal .modal-close {
  background-color: red;
}

[theme='national_dk'] .progress {
  background-color: #d8d8d8;
}

[theme='national_dk'] .simple-box {
  border: 1px solid rgba(224, 224, 224, 0.4);
}

[theme='national_dk'] .simple-box > div:nth-child(1) {
  background-color: rgba(224, 224, 224, 0.6);
}

[theme='national_dk'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_dk'] notify.alternative {
  color: #fff !important;
  background-color: #e33e18;
  text-shadow: 1px 1px 1px #87250e;
}

[theme='national_dk'] alert .alert-wrapper .alert-container {
  background-color: #efefef;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_dk'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #e2e2e2;
  background-image: linear-gradient(180deg, rgba(227, 24, 54, 0.05), #e7e7e7);
}

[theme='national_dk'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #e0e0e0;
}

[theme='national_dk'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(239, 239, 239, 0.8);
  background-image: linear-gradient(0deg, rgba(227, 24, 54, 0.01), #ededed);
}

[theme='national_dk'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_dk'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_dk'] .bg-front {
  color: #333333;
  background-color: #f7f7f7 !important;
}

[theme='national_dk'] .bg-back {
  color: #333333;
  background-color: #efefef !important;
}

[theme='national_dk'] .bg-back-more {
  color: #333333;
  background-color: #e7e7e7 !important;
}

[theme='national_dk'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(231, 231, 231, 0.6) !important;
}

[theme='national_dk'] .white-box-style {
  background-color: #f3f3f3 !important;
  color: #333333;
}

[theme='national_dk'] .box-glow {
  box-shadow: 0 1px 20px rgba(227, 24, 54, 0.4);
  border: 1px solid rgba(227, 24, 54, 0.4);
}

[theme='national_dk'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #be142d;
  background-color: #E31836;
  background-image: linear-gradient(#d51733, #e82340) !important;
}

[theme='national_dk'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_dk'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_dk'] .bg-secondary {
  background-color: #AC0234;
  background-image: linear-gradient(#9d022f, #bb0239) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #840228;
}

[theme='national_dk'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_dk'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_dk'] .bg-tertiary {
  background-color: #c80d35;
  background-image: linear-gradient(#ba0c31, #d60e39) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #a20b2b;
}

[theme='national_dk'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_dk'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_dk'] .border-primary {
  border-color: #E31836;
}

[theme='national_dk'] .border-secondary {
  border-color: #AC0234;
}

[theme='national_dk'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #E31836, #AC0234) !important;
  text-shadow: 1px 1px 1px #870e20;
}

[theme='national_dk'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #fb0025, #de0343) !important;
}

[theme='national_dk'] .btn-primary:hover {
  background: linear-gradient(180deg, #eb1031, #ca023d) !important;
}

[theme='national_dk'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #AC0234, #AC0234) !important;
  text-shadow: 1px 1px 1px #7a0125;
}

[theme='national_dk'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ae0033, #de0343) !important;
}

[theme='national_dk'] .btn-secondary:hover {
  background: linear-gradient(180deg, #ae0033, #ca023d) !important;
}

[theme='national_dk'] .btn-outline-secondary {
  background-color: #AC0234;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_dk'] .btn-outline-secondary:hover {
  background-color: #E31836;
}

[theme='national_dk'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #6e273c;
}

[theme='national_dk'] .accordion {
  background-color: #efefef;
}

[theme='national_dk'] .accordion-toggle.open {
  background-color: #edc4ca;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item, [theme='national_dk'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #efefef;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #efefef;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item.attention, [theme='national_dk'] nav.side-menu-right .side-menu-item.attention {
  background-color: #ebafb8;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_dk'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #f2ecec;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item:hover, [theme='national_dk'] nav.side-menu-right .side-menu-item:hover {
  background-color: #efefef;
  background-image: linear-gradient(6deg, rgba(174, 0, 51, 0.2), rgba(231, 20, 51, 0.2)) !important;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item.active, [theme='national_dk'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ae0033, #f2092b) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_dk'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_dk'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ae0033, #fb0025) !important;
  color: #fff;
}

[theme='national_dk'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_dk'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #ac1229;
}

[theme='national_dk'] nav.side-menu-left .bubble, [theme='national_dk'] nav.side-menu-right .bubble {
  background-color: #E31836;
  color: #fff;
  text-shadow: 1px 1px 1px #870e20;
  border-radius: 5px;
}

[theme='national_dk'] .list-group-menu .list-group-item {
  color: #9e2e35;
  background-color: rgba(239, 239, 239, 0.99);
  text-shadow: 1px 1px 1px #eaeaea;
  background-image: linear-gradient(rgba(239, 239, 239, 0) 66%, rgba(172, 2, 52, 0.05));
}

[theme='national_dk'] .list-group-menu .list-group-item i {
  color: rgba(227, 24, 54, 0.8);
}

[theme='national_dk'] .list-group-menu .list-group-item:hover {
  background-color: #e7e7e7;
  color: #b6353d;
}

[theme='national_dk'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#f2092b, #ae0033) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(239, 239, 239, 0.12);
}

[theme='national_dk'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_dk'] #live-search {
  outline: none;
}

[theme='national_dk'] #live-search-list {
  background-color: #efefef;
  color: #333333;
}

[theme='national_dk'] #live-search-list .search-item:hover {
  background-color: rgba(227, 24, 54, 0.1);
  color: #333333;
}

[theme='national_dk'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_dk'] .tournament-row {
  background-color: #efefef;
}

[theme='national_dk'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(239, 239, 239, 0.7), rgba(239, 239, 239, 0.9));
}

[theme='national_dk'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_dk'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(239, 239, 239, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(239, 239, 239, 0.04);
}

[theme='national_dk'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_dk'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_dk'] .form-control, [theme='national_dk'] input, [theme='national_dk'] textarea, [theme='national_dk'] select, [theme='national_dk'] .trumbowyg-box, [theme='national_dk'] .custom-file-label {
  background-color: white;
  color: #333333;
}

[theme='national_dk'] .form-control:focus, [theme='national_dk'] input:focus, [theme='national_dk'] textarea:focus, [theme='national_dk'] select:focus, [theme='national_dk'] .trumbowyg-box:focus, [theme='national_dk'] .custom-file-label:focus {
  border-color: rgba(172, 2, 52, 0.5);
  box-shadow: 0 0 0 2px rgba(227, 24, 54, 0.3);
}

[theme='national_dk'] .form-control::placeholder, [theme='national_dk'] input::placeholder, [theme='national_dk'] textarea::placeholder, [theme='national_dk'] select::placeholder, [theme='national_dk'] .trumbowyg-box::placeholder, [theme='national_dk'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_dk'] .custom-file-label {
  border: 1px solid #f9f9f9;
  background-color: white;
  color: #333333;
}

[theme='national_dk'] .custom-file-label::after {
  border-left: 1px solid #f2f2f2;
  background-color: white;
}

[theme='national_dk'] .file-upload .file-upload-list {
  background-color: #fcfcfc;
  border: 1px solid #f2f2f2;
}

[theme='national_dk'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_dk'] .input-slider {
  background-image: linear-gradient(90deg, #efefef, #ecb9c1);
}

[theme='national_dk'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #8e022b, #E31836);
  box-shadow: 0 0 20px #ac1229;
  border: 1px solid rgba(239, 239, 239, 0.5);
}

[theme='national_dk'] .tab-pane {
  background-color: rgba(239, 239, 239, 0.8);
}

[theme='national_dk'] table, [theme='national_dk'] .table, [theme='national_dk'] .message-content table, .message-content [theme='national_dk'] table {
  color: #333333;
}

[theme='national_dk'] table.alternate tr:nth-child(even), [theme='national_dk'] .table.alternate tr:nth-child(even), [theme='national_dk'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_dk'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_dk'] table.pretty tr, [theme='national_dk'] .table.pretty tr, [theme='national_dk'] .message-content table.pretty tr, .message-content [theme='national_dk'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_dk'] table.pretty tr:nth-child(even), [theme='national_dk'] .table.pretty tr:nth-child(even), [theme='national_dk'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_dk'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_dk'] table.pretty tr td, [theme='national_dk'] .table.pretty tr td, [theme='national_dk'] .message-content table.pretty tr td, .message-content [theme='national_dk'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_dk'] .nav .nav-link {
  background: transparent linear-gradient(#bd3e51, #9b133b);
  color: #fff;
  text-shadow: 1px 1px 1px #870e20;
  border: none;
}

[theme='national_dk'] .nav .nav-link:hover, [theme='national_dk'] .nav .nav-link.active {
  background: transparent linear-gradient(#E31836, #AC0234);
}

[theme='national_dk'] .floating-notification {
  background: linear-gradient(180deg, rgba(239, 239, 239, 0.9) 0%, #efefef 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_dk'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_dk'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_dk'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_dk'] .trumbowyg-box .trumbowyg-active {
  background: #fcfcfc;
}

[theme='national_dk'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_dk'] .trumbowyg-box button {
  background-color: #eaeaea;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_dk'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #efefef;
}

[theme='national_dk'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_dk'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #efefef;
}

[theme='national_dk'] .trumbowyg-modal-box {
  background: #efefef;
  border: none !important;
}

[theme='national_dk'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_dk'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_dk'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_dk'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_dk'] .vip-advantage {
  background-image: linear-gradient(#efefef, #e0e0e0);
}

[theme='national_dk'] .ad_notify {
  color: #333333;
  background-color: #efefef;
}

[theme='national_dk'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #E31836;
}

[theme='national_dk'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(227, 24, 54, 0.34);
}

[theme='national_dk'] .gametile .game-title {
  background-color: #efefef;
  text-shadow: 0 0 2px rgba(239, 239, 239, 0.5);
  color: #333333;
}

[theme='national_dk'] .gametile .game-online {
  background-color: #efefef;
  text-shadow: 0 0 2px rgba(239, 239, 239, 0.5);
  color: #333333;
}

[theme='national_dk'] .game-challenge {
  background-color: #efefef;
}

[theme='national_dk'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_dk'] .shared_mission_state_waiting {
  background-color: #eee2e4 !important;
}

[theme='national_dk'] .shared_mission_state_running {
  background-color: #edd1d5 !important;
}

[theme='national_dk'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(239, 239, 239, 0.9) 0%, rgba(239, 239, 239, 0.6) 100%);
}

[theme='national_dk'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_dk'] #profile-subnav .profile-subnav-navitem-icon {
  color: #E31836;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_dk'] .prize-drawing {
  background-color: #f7f7f7 !important;
  background-image: none !important;
}

[theme='national_dk'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ff487e;
  border: 3px solid #AC0234;
}

[theme='national_dk'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_dk'] .prize-drawing .hint {
  background: linear-gradient(#AC0234, #700122);
  color: #fff;
}

[theme='national_dk'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #efefef !important;
  background-image: linear-gradient(#efefef, #c9c9c9) !important;
}

[theme='national_dk'] .prize-drawing .trade-container-item {
  background-color: #efefef;
}

[theme='national_dk'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #d0d0d0;
  color: rgba(16, 16, 16, 0.2);
  text-shadow: 1px 1px 1px #efefef;
}

[theme='national_dk'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_dk'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_dk'] .no-results {
  background: none;
}

[theme='national_dk'] .CCcontainer {
  background-color: #e2e2e2;
}

[theme='national_dk'] .CCcontainer #chatText {
  background-color: #ececec;
}

[theme='national_dk'] .CCcontainer .menu {
  background-color: #efefef;
}

[theme='national_dk'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(227, 24, 54, 0.5);
}

[theme='national_dk'] hr {
  border-color: rgba(16, 16, 16, 0.14);
}

[theme='national_dk'] body {
  background-image: radial-gradient(#E31836, #470116);
  background-size: cover;
}

[theme='national_dk'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #E31836, #AC0234);
  text-shadow: -1px -1px 1px rgba(227, 24, 54, 0.8), 1px 1px 2px #b5132b;
}

[theme='national_dk'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #e92c48, #c5023c);
}

[theme='national_dk'] .btn-current-theme:active, [theme='national_dk'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #cc1631, #93022c);
}

[theme='national_dk'] #live-search-wrapper {
  background: none;
}

[theme='national_dk'] #top-menu {
  background-image: url("/assets/general/dannebrog.jpg");
  background-size: cover;
}

[theme='national_dk'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #AC0234, #E31836);
  border-radius: 0 0 5px 5px;
}

[theme='national_dk'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(239, 239, 239, 0.5);
}

[theme='national_dk'] .top-menu-item-color, [theme='national_dk'] .logo-font {
  color: #efefef;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_dk'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(239, 239, 239, 0.4), rgba(239, 239, 239, 0.6));
}

[theme='national_dk'] #profile-subnav .profile-subnav-navitem-icon {
  color: #700122;
  text-shadow: 1px 1px 1px rgba(239, 239, 239, 0.5);
}

.btn-national_uk {
  color: #fff !important;
  background-image: linear-gradient(to top, #072849, #4a5573);
  text-shadow: -1px -1px 1px rgba(7, 40, 73, 0.8), 1px 1px 2px #030f1a;
  background-image: linear-gradient(33deg, #072849, #dadada, #991a28);
  text-shadow: 0 0 5px #000000;
}

.btn-national_uk:hover {
  color: white !important;
  background-image: linear-gradient(to top, #093560, #546083);
}

.btn-national_uk:active, .btn-national_uk:focus {
  color: white !important;
  background-image: linear-gradient(to top, #051b32, #404964);
}

[theme='national_uk'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='national_uk'] ::-webkit-scrollbar-thumb {
  background: #072849;
}

[theme='national_uk'] ::-webkit-scrollbar-thumb:hover {
  background: #0b4278;
}

[theme='national_uk'] body {
  background-image: radial-gradient(#020911, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #dadada;
  color: #333333;
}

[theme='national_uk'] #top-menu {
  background-image: linear-gradient(179deg, #072849, rgba(35, 40, 55, 0.6));
}

[theme='national_uk'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_uk'] #top-menu, [theme='national_uk'] #live-search-wrapper {
  color: #fff;
}

[theme='national_uk'] #top-menu .top-menu-item-color, [theme='national_uk'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_uk'] .form-group .bootstrap-select, [theme='national_uk'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #dadada, #cbcbcb);
}

[theme='national_uk'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_uk'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(7, 40, 73, 0.4);
}

[theme='national_uk'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_uk'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_uk'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_uk'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_uk'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(203, 203, 203, 0.5);
}

[theme='national_uk'] .message.sent {
  background-color: rgba(218, 218, 218, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_uk'] .message.unread {
  border: 3px solid rgba(7, 40, 73, 0.5);
}

[theme='national_uk'] .list-group-item {
  color: #333333;
  background-color: #cbcbcb;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_uk'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #4b5675;
}

[theme='national_uk'] footer {
  color: #333333;
  background-color: rgba(218, 218, 218, 0.93);
}

[theme='national_uk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_uk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #9b533e;
}

[theme='national_uk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_uk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #c6836f !important;
}

[theme='national_uk'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_uk'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #c8765e !important;
}

[theme='national_uk'] .info {
  background-color: rgba(226, 226, 226, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(7, 40, 73, 0.5);
}

[theme='national_uk'] .info .info-body {
  text-shadow: none;
}

[theme='national_uk'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_uk'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_uk'] #favorite-game i.active {
  color: #072849;
}

[theme='national_uk'] .not_specified, [theme='national_uk'] [data-gender='not_specified'], [theme='national_uk'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_uk'] .female, [theme='national_uk'] [data-gender='female'], [theme='national_uk'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_uk'] .male, [theme='national_uk'] [data-gender='male'], [theme='national_uk'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_uk'] .card .card-header {
  background-color: #dadada;
  background-image: linear-gradient(rgba(193, 193, 193, 0.5), rgba(244, 244, 244, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #d2d2d2;
}

[theme='national_uk'] .card .card-body {
  background-color: #dadada;
}

[theme='national_uk'] .card .card-footer {
  background-color: rgba(210, 210, 210, 0.9);
}

[theme='national_uk'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(7, 40, 73, 0.5), rgba(75, 86, 117, 0.5));
  font-weight: 1800;
}

[theme='national_uk'] .card.card-toggle::before, [theme='national_uk'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_uk'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(7, 40, 73, 0.1), rgba(75, 86, 117, 0));
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.4), 0 2px 10px rgba(7, 40, 73, 0.5);
}

[theme='national_uk'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(7, 40, 73, 0), rgba(75, 86, 117, 0.05));
}

[theme='national_uk'] .card.alternative .card-header {
  background-color: #d0d0d0;
  background-image: linear-gradient(#cdcdcd, #d2d2d2);
}

[theme='national_uk'] .card.alternative .card-body {
  background-color: #d0d0d0;
}

[theme='national_uk'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #dadada 98%);
}

[theme='national_uk'] .vip-features-list .vip-feature {
  background-color: #e2e2e2;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_uk'] .dropdown-menu {
  background-color: #d8d8d9;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_uk'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #d2d2d2;
}

[theme='national_uk'] .dropdown-menu .dropdown-item {
  color: #26303a;
}

[theme='national_uk'] .dropdown-menu .dropdown-item.selected, [theme='national_uk'] .dropdown-menu .dropdown-item.active {
  background-color: #b0b6bd;
}

[theme='national_uk'] .dropdown-menu .dropdown-item i {
  color: #04192d;
}

[theme='national_uk'] .dropdown-menu .dropdown-item:hover {
  background-color: #c5c8cc;
  color: #fff;
}

[theme='national_uk'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(75, 86, 117, 0.4);
}

[theme='national_uk'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #cbcbcb, rgba(233, 233, 233, 0.9));
}

[theme='national_uk'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_uk'] modal .modal-container {
  background-color: #cbcbcb;
}

[theme='national_uk'] modal .modal-close {
  background-color: red;
}

[theme='national_uk'] .progress {
  background-color: #c3c3c3;
}

[theme='national_uk'] .simple-box {
  border: 1px solid rgba(203, 203, 203, 0.4);
}

[theme='national_uk'] .simple-box > div:nth-child(1) {
  background-color: rgba(203, 203, 203, 0.6);
}

[theme='national_uk'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_uk'] notify.alternative {
  color: #fff !important;
  background-color: #071249;
  text-shadow: 1px 1px 1px black;
}

[theme='national_uk'] alert .alert-wrapper .alert-container {
  background-color: #dadada;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_uk'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #cdcdcd;
  background-image: linear-gradient(180deg, rgba(7, 40, 73, 0.05), #d2d2d2);
}

[theme='national_uk'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #cbcbcb;
}

[theme='national_uk'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(218, 218, 218, 0.8);
  background-image: linear-gradient(0deg, rgba(7, 40, 73, 0.01), #d8d8d8);
}

[theme='national_uk'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_uk'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_uk'] .bg-front {
  color: #333333;
  background-color: #e2e2e2 !important;
}

[theme='national_uk'] .bg-back {
  color: #333333;
  background-color: #dadada !important;
}

[theme='national_uk'] .bg-back-more {
  color: #333333;
  background-color: #d2d2d2 !important;
}

[theme='national_uk'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(210, 210, 210, 0.6) !important;
}

[theme='national_uk'] .white-box-style {
  background-color: #dedede !important;
  color: #333333;
}

[theme='national_uk'] .box-glow {
  box-shadow: 0 1px 20px rgba(7, 40, 73, 0.4);
  border: 1px solid rgba(7, 40, 73, 0.4);
}

[theme='national_uk'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #031424;
  background-color: #072849;
  background-image: linear-gradient(#06203b, #083057) !important;
}

[theme='national_uk'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_uk'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_uk'] .bg-secondary {
  background-color: #4b5675;
  background-image: linear-gradient(#454f6c, #515d7e) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3b445c;
}

[theme='national_uk'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_uk'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_uk'] .bg-tertiary {
  background-color: #293f5f;
  background-image: linear-gradient(#243854, #2e466a) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #1d2c43;
}

[theme='national_uk'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_uk'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_uk'] .border-primary {
  border-color: #072849;
}

[theme='national_uk'] .border-secondary {
  border-color: #4b5675;
}

[theme='national_uk'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #072849, #4b5675) !important;
  text-shadow: 1px 1px 1px black;
}

[theme='national_uk'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #002850, #5f6d94) !important;
}

[theme='national_uk'] .btn-primary:hover {
  background: linear-gradient(180deg, #05284b, #576488) !important;
}

[theme='national_uk'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #4b5675, #4b5675) !important;
  text-shadow: 1px 1px 1px #373f56;
}

[theme='national_uk'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #384d88, #5f6d94) !important;
}

[theme='national_uk'] .btn-secondary:hover {
  background: linear-gradient(180deg, #45537b, #576488) !important;
}

[theme='national_uk'] .btn-outline-secondary {
  background-color: #4b5675;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_uk'] .btn-outline-secondary:hover {
  background-color: #072849;
}

[theme='national_uk'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #535353;
}

[theme='national_uk'] .accordion {
  background-color: #dadada;
}

[theme='national_uk'] .accordion-toggle.open {
  background-color: #b0b6bd;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item, [theme='national_uk'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #dadada;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #dadada;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item.attention, [theme='national_uk'] nav.side-menu-right .side-menu-item.attention {
  background-color: #9ba5af;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_uk'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #e1d3d3;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item:hover, [theme='national_uk'] nav.side-menu-right .side-menu-item:hover {
  background-color: #dadada;
  background-image: linear-gradient(6deg, rgba(72, 85, 120, 0.2), rgba(6, 40, 74, 0.2)) !important;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item.active, [theme='national_uk'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #3f5181, #02284e) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_uk'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_uk'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #344b8c, #002850) !important;
  color: #fff;
}

[theme='national_uk'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_uk'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #020911;
}

[theme='national_uk'] nav.side-menu-left .bubble, [theme='national_uk'] nav.side-menu-right .bubble {
  background-color: #072849;
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border-radius: 5px;
}

[theme='national_uk'] .list-group-menu .list-group-item {
  color: #9b533e;
  background-color: rgba(218, 218, 218, 0.99);
  text-shadow: 1px 1px 1px #d5d5d5;
  background-image: linear-gradient(rgba(218, 218, 218, 0) 66%, rgba(75, 86, 117, 0.05));
}

[theme='national_uk'] .list-group-menu .list-group-item i {
  color: rgba(7, 40, 73, 0.8);
}

[theme='national_uk'] .list-group-menu .list-group-item:hover {
  background-color: #d2d2d2;
  color: #b15f47;
}

[theme='national_uk'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#02284e, #3f5181) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.12);
}

[theme='national_uk'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_uk'] #live-search {
  outline: none;
}

[theme='national_uk'] #live-search-list {
  background-color: #dadada;
  color: #333333;
}

[theme='national_uk'] #live-search-list .search-item:hover {
  background-color: rgba(7, 40, 73, 0.1);
  color: #333333;
}

[theme='national_uk'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_uk'] .tournament-row {
  background-color: #dadada;
}

[theme='national_uk'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(218, 218, 218, 0.7), rgba(218, 218, 218, 0.9));
}

[theme='national_uk'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_uk'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(218, 218, 218, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(218, 218, 218, 0.04);
}

[theme='national_uk'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_uk'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_uk'] .form-control, [theme='national_uk'] input, [theme='national_uk'] textarea, [theme='national_uk'] select, [theme='national_uk'] .trumbowyg-box, [theme='national_uk'] .custom-file-label {
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_uk'] .form-control:focus, [theme='national_uk'] input:focus, [theme='national_uk'] textarea:focus, [theme='national_uk'] select:focus, [theme='national_uk'] .trumbowyg-box:focus, [theme='national_uk'] .custom-file-label:focus {
  border-color: rgba(75, 86, 117, 0.5);
  box-shadow: 0 0 0 2px rgba(7, 40, 73, 0.3);
}

[theme='national_uk'] .form-control::placeholder, [theme='national_uk'] input::placeholder, [theme='national_uk'] textarea::placeholder, [theme='national_uk'] select::placeholder, [theme='national_uk'] .trumbowyg-box::placeholder, [theme='national_uk'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_uk'] .custom-file-label {
  border: 1px solid #e4e4e4;
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_uk'] .custom-file-label::after {
  border-left: 1px solid #dddddd;
  background-color: #f4f4f4;
}

[theme='national_uk'] .file-upload .file-upload-list {
  background-color: #e7e7e7;
  border: 1px solid #dddddd;
}

[theme='national_uk'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_uk'] .input-slider {
  background-image: linear-gradient(90deg, #dadada, #a5aeb6);
}

[theme='national_uk'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #3f4862, #072849);
  box-shadow: 0 0 20px #020911;
  border: 1px solid rgba(218, 218, 218, 0.5);
}

[theme='national_uk'] .tab-pane {
  background-color: rgba(218, 218, 218, 0.8);
}

[theme='national_uk'] table, [theme='national_uk'] .table, [theme='national_uk'] .message-content table, .message-content [theme='national_uk'] table {
  color: #333333;
}

[theme='national_uk'] table.alternate tr:nth-child(even), [theme='national_uk'] .table.alternate tr:nth-child(even), [theme='national_uk'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_uk'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_uk'] table.pretty tr, [theme='national_uk'] .table.pretty tr, [theme='national_uk'] .message-content table.pretty tr, .message-content [theme='national_uk'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_uk'] table.pretty tr:nth-child(even), [theme='national_uk'] .table.pretty tr:nth-child(even), [theme='national_uk'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_uk'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_uk'] table.pretty tr td, [theme='national_uk'] .table.pretty tr td, [theme='national_uk'] .message-content table.pretty tr td, .message-content [theme='national_uk'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_uk'] .nav .nav-link {
  background: transparent linear-gradient(#13283d, #5e5f62);
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border: none;
}

[theme='national_uk'] .nav .nav-link:hover, [theme='national_uk'] .nav .nav-link.active {
  background: transparent linear-gradient(#072849, #4b5675);
}

[theme='national_uk'] .floating-notification {
  background: linear-gradient(180deg, rgba(218, 218, 218, 0.9) 0%, #dadada 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_uk'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_uk'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_uk'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_uk'] .trumbowyg-box .trumbowyg-active {
  background: #e7e7e7;
}

[theme='national_uk'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_uk'] .trumbowyg-box button {
  background-color: #d5d5d5;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_uk'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #dadada;
}

[theme='national_uk'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_uk'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #dadada;
}

[theme='national_uk'] .trumbowyg-modal-box {
  background: #dadada;
  border: none !important;
}

[theme='national_uk'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_uk'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_uk'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_uk'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_uk'] .vip-advantage {
  background-image: linear-gradient(#dadada, #cbcbcb);
}

[theme='national_uk'] .ad_notify {
  color: #333333;
  background-color: #dadada;
}

[theme='national_uk'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #072849;
}

[theme='national_uk'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(7, 40, 73, 0.34);
}

[theme='national_uk'] .gametile .game-title {
  background-color: #dadada;
  text-shadow: 0 0 2px rgba(218, 218, 218, 0.5);
  color: #333333;
}

[theme='national_uk'] .gametile .game-online {
  background-color: #dadada;
  text-shadow: 0 0 2px rgba(218, 218, 218, 0.5);
  color: #333333;
}

[theme='national_uk'] .game-challenge {
  background-color: #dadada;
}

[theme='national_uk'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_uk'] .shared_mission_state_waiting {
  background-color: #cdcfd1 !important;
}

[theme='national_uk'] .shared_mission_state_running {
  background-color: #bcc1c6 !important;
}

[theme='national_uk'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(218, 218, 218, 0.9) 0%, rgba(218, 218, 218, 0.6) 100%);
}

[theme='national_uk'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_uk'] #profile-subnav .profile-subnav-navitem-icon {
  color: #072849;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_uk'] .prize-drawing {
  background-color: #e2e2e2 !important;
  background-image: none !important;
}

[theme='national_uk'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #8a9ccf;
  border: 3px solid #4b5675;
}

[theme='national_uk'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_uk'] .prize-drawing .hint {
  background: linear-gradient(#4b5675, #333b50);
  color: #fff;
}

[theme='national_uk'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #dadada !important;
  background-image: linear-gradient(#dadada, #b4b4b4) !important;
}

[theme='national_uk'] .prize-drawing .trade-container-item {
  background-color: #dadada;
}

[theme='national_uk'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #bbbbbb;
  color: rgba(37, 37, 37, 0.2);
  text-shadow: 1px 1px 1px #dadada;
}

[theme='national_uk'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_uk'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_uk'] .no-results {
  background: none;
}

[theme='national_uk'] .CCcontainer {
  background-color: #cdcdcd;
}

[theme='national_uk'] .CCcontainer #chatText {
  background-color: #d7d7d7;
}

[theme='national_uk'] .CCcontainer .menu {
  background-color: #dadada;
}

[theme='national_uk'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(7, 40, 73, 0.5);
}

[theme='national_uk'] hr {
  border-color: rgba(37, 37, 37, 0.14);
}

[theme='national_uk'] body {
  background-image: radial-gradient(#072544, #03111f);
  background-size: cover;
}

[theme='national_uk'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #072849, #4b5675);
  text-shadow: -1px -1px 1px rgba(7, 40, 73, 0.8), 1px 1px 2px #030f1a;
}

[theme='national_uk'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #093560, #556185);
}

[theme='national_uk'] .btn-current-theme:active, [theme='national_uk'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #051b32, #414b65);
}

[theme='national_uk'] #live-search-wrapper {
  background: none;
}

[theme='national_uk'] #top-menu {
  background-image: url("/assets/general/unionjack.jpg");
  background-size: 100% 100%;
}

[theme='national_uk'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #4b5675, #072849);
  border-radius: 0 0 5px 5px;
}

[theme='national_uk'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.5);
}

[theme='national_uk'] .top-menu-item-color, [theme='national_uk'] .logo-font {
  color: #dadada;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_uk'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(218, 218, 218, 0.4), rgba(218, 218, 218, 0.6));
}

[theme='national_uk'] #profile-subnav .profile-subnav-navitem-icon {
  color: #333b50;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.5);
}

.btn-national_de {
  color: #fff !important;
  background-image: linear-gradient(to top, #ecae15, #560001);
  text-shadow: -1px -1px 1px rgba(236, 174, 21, 0.8), 1px 1px 2px #bf8c0f;
  background-image: linear-gradient(90deg, #080808, #590001, #ecae15);
  text-shadow: 0 0 5px #000000;
}

.btn-national_de:hover {
  color: white !important;
  background-image: linear-gradient(to top, #eeb62d, #700001);
}

.btn-national_de:active, .btn-national_de:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d69d11, #3d0001);
}

[theme='national_de'] ::-webkit-scrollbar-track {
  background: #443206;
}

[theme='national_de'] ::-webkit-scrollbar-thumb {
  background: #ecae15;
}

[theme='national_de'] ::-webkit-scrollbar-thumb:hover {
  background: #f0be44;
}

[theme='national_de'] body {
  background-image: radial-gradient(#b5850f, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_de'] #top-menu {
  background-image: linear-gradient(179deg, #ecae15, rgba(0, 0, 0, 0.6));
}

[theme='national_de'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_de'] #top-menu, [theme='national_de'] #live-search-wrapper {
  color: #fff;
}

[theme='national_de'] #top-menu .top-menu-item-color, [theme='national_de'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_de'] .form-group .bootstrap-select, [theme='national_de'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #eeeeee, #dfdfdf);
}

[theme='national_de'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_de'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(236, 174, 21, 0.4);
}

[theme='national_de'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_de'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_de'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_de'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_de'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(223, 223, 223, 0.5);
}

[theme='national_de'] .message.sent {
  background-color: rgba(238, 238, 238, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_de'] .message.unread {
  border: 3px solid rgba(236, 174, 21, 0.5);
}

[theme='national_de'] .list-group-item {
  color: #333333;
  background-color: #dfdfdf;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_de'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #590001;
}

[theme='national_de'] footer {
  color: #333333;
  background-color: rgba(238, 238, 238, 0.93);
}

[theme='national_de'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_de'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #bb5f33;
}

[theme='national_de'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_de'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #d89371 !important;
}

[theme='national_de'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_de'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #db8760 !important;
}

[theme='national_de'] .info {
  background-color: rgba(246, 246, 246, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(236, 174, 21, 0.5);
}

[theme='national_de'] .info .info-body {
  text-shadow: none;
}

[theme='national_de'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_de'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_de'] #favorite-game i.active {
  color: #ecae15;
}

[theme='national_de'] .not_specified, [theme='national_de'] [data-gender='not_specified'], [theme='national_de'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_de'] .female, [theme='national_de'] [data-gender='female'], [theme='national_de'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_de'] .male, [theme='national_de'] [data-gender='male'], [theme='national_de'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_de'] .card .card-header {
  background-color: #eeeeee;
  background-image: linear-gradient(rgba(213, 213, 213, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e6e6e6;
}

[theme='national_de'] .card .card-body {
  background-color: #eeeeee;
}

[theme='national_de'] .card .card-footer {
  background-color: rgba(230, 230, 230, 0.9);
}

[theme='national_de'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(236, 174, 21, 0.5), rgba(89, 0, 1, 0.5));
  font-weight: 1800;
}

[theme='national_de'] .card.card-toggle::before, [theme='national_de'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_de'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(236, 174, 21, 0.1), rgba(89, 0, 1, 0));
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.4), 0 2px 10px rgba(236, 174, 21, 0.5);
}

[theme='national_de'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(236, 174, 21, 0), rgba(89, 0, 1, 0.05));
}

[theme='national_de'] .card.alternative .card-header {
  background-color: #e4e4e4;
  background-image: linear-gradient(#e1e1e1, #e6e6e6);
}

[theme='national_de'] .card.alternative .card-body {
  background-color: #e4e4e4;
}

[theme='national_de'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #eeeeee 98%);
}

[theme='national_de'] .vip-features-list .vip-feature {
  background-color: #f6f6f6;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_de'] .dropdown-menu {
  background-color: #eeedec;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_de'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #e6e6e6;
}

[theme='national_de'] .dropdown-menu .dropdown-item {
  color: #6b582a;
}

[theme='national_de'] .dropdown-menu .dropdown-item.selected, [theme='national_de'] .dropdown-menu .dropdown-item.active {
  background-color: #eee1c3;
}

[theme='national_de'] .dropdown-menu .dropdown-item i {
  color: #d19a11;
}

[theme='national_de'] .dropdown-menu .dropdown-item:hover {
  background-color: #eee8d8;
  color: #212529;
}

[theme='national_de'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(89, 0, 1, 0.4);
}

[theme='national_de'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #dfdfdf, rgba(253, 253, 253, 0.9));
}

[theme='national_de'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_de'] modal .modal-container {
  background-color: #dfdfdf;
}

[theme='national_de'] modal .modal-close {
  background-color: red;
}

[theme='national_de'] .progress {
  background-color: #d7d7d7;
}

[theme='national_de'] .simple-box {
  border: 1px solid rgba(223, 223, 223, 0.4);
}

[theme='national_de'] .simple-box > div:nth-child(1) {
  background-color: rgba(223, 223, 223, 0.6);
}

[theme='national_de'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_de'] notify.alternative {
  color: #212529 !important;
  background-color: #e2ec15;
  text-shadow: 1px 1px 1px #898f0c;
}

[theme='national_de'] alert .alert-wrapper .alert-container {
  background-color: #eeeeee;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_de'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #e1e1e1;
  background-image: linear-gradient(180deg, rgba(236, 174, 21, 0.05), #e6e6e6);
}

[theme='national_de'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #dfdfdf;
}

[theme='national_de'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(238, 238, 238, 0.8);
  background-image: linear-gradient(0deg, rgba(236, 174, 21, 0.01), #ececec);
}

[theme='national_de'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_de'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_de'] .bg-front {
  color: #333333;
  background-color: #f6f6f6 !important;
}

[theme='national_de'] .bg-back {
  color: #333333;
  background-color: #eeeeee !important;
}

[theme='national_de'] .bg-back-more {
  color: #333333;
  background-color: #e6e6e6 !important;
}

[theme='national_de'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(230, 230, 230, 0.6) !important;
}

[theme='national_de'] .white-box-style {
  background-color: #f2f2f2 !important;
  color: #333333;
}

[theme='national_de'] .box-glow {
  box-shadow: 0 1px 20px rgba(236, 174, 21, 0.4);
  border: 1px solid rgba(236, 174, 21, 0.4);
}

[theme='national_de'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #c89310;
  background-color: #ecae15;
  background-image: linear-gradient(#e0a412, #edb323) !important;
}

[theme='national_de'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_de'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_de'] .bg-secondary {
  background-color: #590001;
  background-image: linear-gradient(#4a0001, #680001) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #300001;
}

[theme='national_de'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_de'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_de'] .bg-tertiary {
  background-color: #a3570b;
  background-image: linear-gradient(#954f0a, #b15f0c) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #7d4308;
}

[theme='national_de'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_de'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_de'] .border-primary {
  border-color: #ecae15;
}

[theme='national_de'] .border-secondary {
  border-color: #590001;
}

[theme='national_de'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #ecae15, #590001) !important;
  text-shadow: 1px 1px 1px #8f690c;
}

[theme='national_de'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ffb602, #8c0002) !important;
}

[theme='national_de'] .btn-primary:hover {
  background: linear-gradient(180deg, #f4b10d, #780001) !important;
}

[theme='national_de'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #590001, #590001) !important;
  text-shadow: 1px 1px 1px #260000;
}

[theme='national_de'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #590001, #8c0002) !important;
}

[theme='national_de'] .btn-secondary:hover {
  background: linear-gradient(180deg, #590001, #780001) !important;
}

[theme='national_de'] .btn-outline-secondary {
  background-color: #590001;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_de'] .btn-outline-secondary:hover {
  background-color: #ecae15;
}

[theme='national_de'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #301010;
}

[theme='national_de'] .accordion {
  background-color: #eeeeee;
}

[theme='national_de'] .accordion-toggle.open {
  background-color: #eee1c3;
}

[theme='national_de'] nav.side-menu-left .side-menu-item, [theme='national_de'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #eeeeee;
}

[theme='national_de'] nav.side-menu-left .side-menu-item.attention, [theme='national_de'] nav.side-menu-right .side-menu-item.attention {
  background-color: #eddbad;
}

[theme='national_de'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_de'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #f1ebeb;
}

[theme='national_de'] nav.side-menu-left .side-menu-item:hover, [theme='national_de'] nav.side-menu-right .side-menu-item:hover {
  background-color: #eeeeee;
  background-image: linear-gradient(6deg, rgba(89, 0, 1, 0.2), rgba(240, 176, 17, 0.2)) !important;
}

[theme='national_de'] nav.side-menu-left .side-menu-item.active, [theme='national_de'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #590001, #fbb406) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_de'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_de'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #590001, #ffb602) !important;
  color: #fff;
}

[theme='national_de'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_de'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #b5850f;
}

[theme='national_de'] nav.side-menu-left .bubble, [theme='national_de'] nav.side-menu-right .bubble {
  background-color: #ecae15;
  color: #fff;
  text-shadow: 1px 1px 1px #8f690c;
  border-radius: 5px;
}

[theme='national_de'] .list-group-menu .list-group-item {
  color: #bb5f33;
  background-color: rgba(238, 238, 238, 0.99);
  text-shadow: 1px 1px 1px #e9e9e9;
  background-image: linear-gradient(rgba(238, 238, 238, 0) 66%, rgba(89, 0, 1, 0.05));
}

[theme='national_de'] .list-group-menu .list-group-item i {
  color: rgba(236, 174, 21, 0.8);
}

[theme='national_de'] .list-group-menu .list-group-item:hover {
  background-color: #e6e6e6;
  color: #cb6e41;
}

[theme='national_de'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#fbb406, #590001) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.12);
}

[theme='national_de'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_de'] #live-search {
  outline: none;
}

[theme='national_de'] #live-search-list {
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_de'] #live-search-list .search-item:hover {
  background-color: rgba(236, 174, 21, 0.1);
  color: #333333;
}

[theme='national_de'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_de'] .tournament-row {
  background-color: #eeeeee;
}

[theme='national_de'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.9));
}

[theme='national_de'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_de'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(238, 238, 238, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(238, 238, 238, 0.04);
}

[theme='national_de'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_de'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_de'] .form-control, [theme='national_de'] input, [theme='national_de'] textarea, [theme='national_de'] select, [theme='national_de'] .trumbowyg-box, [theme='national_de'] .custom-file-label {
  background-color: white;
  color: #333333;
}

[theme='national_de'] .form-control:focus, [theme='national_de'] input:focus, [theme='national_de'] textarea:focus, [theme='national_de'] select:focus, [theme='national_de'] .trumbowyg-box:focus, [theme='national_de'] .custom-file-label:focus {
  border-color: rgba(89, 0, 1, 0.5);
  box-shadow: 0 0 0 2px rgba(236, 174, 21, 0.3);
}

[theme='national_de'] .form-control::placeholder, [theme='national_de'] input::placeholder, [theme='national_de'] textarea::placeholder, [theme='national_de'] select::placeholder, [theme='national_de'] .trumbowyg-box::placeholder, [theme='national_de'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_de'] .custom-file-label {
  border: 1px solid #f8f8f8;
  background-color: white;
  color: #333333;
}

[theme='national_de'] .custom-file-label::after {
  border-left: 1px solid #f1f1f1;
  background-color: white;
}

[theme='national_de'] .file-upload .file-upload-list {
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}

[theme='national_de'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_de'] .input-slider {
  background-image: linear-gradient(90deg, #eeeeee, #eedeb8);
}

[theme='national_de'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #3a0001, #ecae15);
  box-shadow: 0 0 20px #b5850f;
  border: 1px solid rgba(238, 238, 238, 0.5);
}

[theme='national_de'] .tab-pane {
  background-color: rgba(238, 238, 238, 0.8);
}

[theme='national_de'] table, [theme='national_de'] .table, [theme='national_de'] .message-content table, .message-content [theme='national_de'] table {
  color: #333333;
}

[theme='national_de'] table.alternate tr:nth-child(even), [theme='national_de'] .table.alternate tr:nth-child(even), [theme='national_de'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_de'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_de'] table.pretty tr, [theme='national_de'] .table.pretty tr, [theme='national_de'] .message-content table.pretty tr, .message-content [theme='national_de'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_de'] table.pretty tr:nth-child(even), [theme='national_de'] .table.pretty tr:nth-child(even), [theme='national_de'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_de'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_de'] table.pretty tr td, [theme='national_de'] .table.pretty tr td, [theme='national_de'] .message-content table.pretty tr td, .message-content [theme='national_de'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_de'] .nav .nav-link {
  background: transparent linear-gradient(#c69e3b, #50090a);
  color: #fff;
  text-shadow: 1px 1px 1px #8f690c;
  border: none;
}

[theme='national_de'] .nav .nav-link:hover, [theme='national_de'] .nav .nav-link.active {
  background: transparent linear-gradient(#ecae15, #590001);
}

[theme='national_de'] .floating-notification {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.9) 0%, #eeeeee 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_de'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_de'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_de'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_de'] .trumbowyg-box .trumbowyg-active {
  background: #fbfbfb;
}

[theme='national_de'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_de'] .trumbowyg-box button {
  background-color: #e9e9e9;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_de'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #eeeeee;
}

[theme='national_de'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_de'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #eeeeee;
}

[theme='national_de'] .trumbowyg-modal-box {
  background: #eeeeee;
  border: none !important;
}

[theme='national_de'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_de'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_de'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_de'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_de'] .vip-advantage {
  background-image: linear-gradient(#eeeeee, #dfdfdf);
}

[theme='national_de'] .ad_notify {
  color: #333333;
  background-color: #eeeeee;
}

[theme='national_de'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #ecae15;
}

[theme='national_de'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(236, 174, 21, 0.34);
}

[theme='national_de'] .gametile .game-title {
  background-color: #eeeeee;
  text-shadow: 0 0 2px rgba(238, 238, 238, 0.5);
  color: #333333;
}

[theme='national_de'] .gametile .game-online {
  background-color: #eeeeee;
  text-shadow: 0 0 2px rgba(238, 238, 238, 0.5);
  color: #333333;
}

[theme='national_de'] .game-challenge {
  background-color: #eeeeee;
}

[theme='national_de'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_de'] .shared_mission_state_waiting {
  background-color: #eeeae1 !important;
}

[theme='national_de'] .shared_mission_state_running {
  background-color: #eee5d0 !important;
}

[theme='national_de'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.9) 0%, rgba(238, 238, 238, 0.6) 100%);
}

[theme='national_de'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_de'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ecae15;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_de'] .prize-drawing {
  background-color: #f6f6f6 !important;
  background-image: none !important;
}

[theme='national_de'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #f20003;
  border: 3px solid #590001;
}

[theme='national_de'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_de'] .prize-drawing .hint {
  background: linear-gradient(#590001, #1c0000);
  color: #fff;
}

[theme='national_de'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #eeeeee !important;
  background-image: linear-gradient(#eeeeee, #c8c8c8) !important;
}

[theme='national_de'] .prize-drawing .trade-container-item {
  background-color: #eeeeee;
}

[theme='national_de'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #cfcfcf;
  color: rgba(17, 17, 17, 0.2);
  text-shadow: 1px 1px 1px #eeeeee;
}

[theme='national_de'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_de'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_de'] .no-results {
  background: none;
}

[theme='national_de'] .CCcontainer {
  background-color: #e1e1e1;
}

[theme='national_de'] .CCcontainer #chatText {
  background-color: #ebebeb;
}

[theme='national_de'] .CCcontainer .menu {
  background-color: #eeeeee;
}

[theme='national_de'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(236, 174, 21, 0.5);
}

[theme='national_de'] hr {
  border-color: rgba(17, 17, 17, 0.14);
}

[theme='national_de'] body {
  background-image: linear-gradient(#080808, #590001, #ecae15);
  background-size: cover;
}

[theme='national_de'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #ecae15, #590001);
  text-shadow: -1px -1px 1px rgba(236, 174, 21, 0.8), 1px 1px 2px #bf8c0f;
}

[theme='national_de'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #eeb62d, #730001);
}

[theme='national_de'] .btn-current-theme:active, [theme='national_de'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #d69d11, #400001);
}

[theme='national_de'] #live-search-wrapper {
  background: none;
}

[theme='national_de'] #top-menu {
  background-image: url("/assets/general/bundesflage.jpg");
  background-size: cover;
}

[theme='national_de'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #590001, #ecae15);
  border-radius: 0 0 5px 5px;
}

[theme='national_de'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.5);
}

[theme='national_de'] .top-menu-item-color, [theme='national_de'] .logo-font {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_de'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0.4), rgba(238, 238, 238, 0.6));
}

[theme='national_de'] #profile-subnav .profile-subnav-navitem-icon {
  color: #1c0000;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.5);
}

.btn-national_fr {
  color: #fff !important;
  background-image: linear-gradient(to top, #072849, #4a5573);
  text-shadow: -1px -1px 1px rgba(7, 40, 73, 0.8), 1px 1px 2px #030f1a;
  background-image: linear-gradient(180deg, #072849, #dadada, #991a28);
  text-shadow: 0 0 5px #000000;
}

.btn-national_fr:hover {
  color: white !important;
  background-image: linear-gradient(to top, #093560, #546083);
}

.btn-national_fr:active, .btn-national_fr:focus {
  color: white !important;
  background-image: linear-gradient(to top, #051b32, #404964);
}

[theme='national_fr'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='national_fr'] ::-webkit-scrollbar-thumb {
  background: #072849;
}

[theme='national_fr'] ::-webkit-scrollbar-thumb:hover {
  background: #0b4278;
}

[theme='national_fr'] body {
  background-image: radial-gradient(#020911, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #dadada;
  color: #333333;
}

[theme='national_fr'] #top-menu {
  background-image: linear-gradient(179deg, #072849, rgba(35, 40, 55, 0.6));
}

[theme='national_fr'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_fr'] #top-menu, [theme='national_fr'] #live-search-wrapper {
  color: #fff;
}

[theme='national_fr'] #top-menu .top-menu-item-color, [theme='national_fr'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_fr'] .form-group .bootstrap-select, [theme='national_fr'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #dadada, #cbcbcb);
}

[theme='national_fr'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_fr'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(7, 40, 73, 0.4);
}

[theme='national_fr'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_fr'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_fr'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_fr'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_fr'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(203, 203, 203, 0.5);
}

[theme='national_fr'] .message.sent {
  background-color: rgba(218, 218, 218, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_fr'] .message.unread {
  border: 3px solid rgba(7, 40, 73, 0.5);
}

[theme='national_fr'] .list-group-item {
  color: #333333;
  background-color: #cbcbcb;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_fr'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #4b5675;
}

[theme='national_fr'] footer {
  color: #333333;
  background-color: rgba(218, 218, 218, 0.93);
}

[theme='national_fr'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_fr'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #9b533e;
}

[theme='national_fr'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_fr'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #c6836f !important;
}

[theme='national_fr'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_fr'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #c8765e !important;
}

[theme='national_fr'] .info {
  background-color: rgba(226, 226, 226, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(7, 40, 73, 0.5);
}

[theme='national_fr'] .info .info-body {
  text-shadow: none;
}

[theme='national_fr'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_fr'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_fr'] #favorite-game i.active {
  color: #072849;
}

[theme='national_fr'] .not_specified, [theme='national_fr'] [data-gender='not_specified'], [theme='national_fr'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_fr'] .female, [theme='national_fr'] [data-gender='female'], [theme='national_fr'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_fr'] .male, [theme='national_fr'] [data-gender='male'], [theme='national_fr'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_fr'] .card .card-header {
  background-color: #dadada;
  background-image: linear-gradient(rgba(193, 193, 193, 0.5), rgba(244, 244, 244, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #d2d2d2;
}

[theme='national_fr'] .card .card-body {
  background-color: #dadada;
}

[theme='national_fr'] .card .card-footer {
  background-color: rgba(210, 210, 210, 0.9);
}

[theme='national_fr'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(7, 40, 73, 0.5), rgba(75, 86, 117, 0.5));
  font-weight: 1800;
}

[theme='national_fr'] .card.card-toggle::before, [theme='national_fr'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_fr'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(7, 40, 73, 0.1), rgba(75, 86, 117, 0));
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.4), 0 2px 10px rgba(7, 40, 73, 0.5);
}

[theme='national_fr'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(7, 40, 73, 0), rgba(75, 86, 117, 0.05));
}

[theme='national_fr'] .card.alternative .card-header {
  background-color: #d0d0d0;
  background-image: linear-gradient(#cdcdcd, #d2d2d2);
}

[theme='national_fr'] .card.alternative .card-body {
  background-color: #d0d0d0;
}

[theme='national_fr'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #dadada 98%);
}

[theme='national_fr'] .vip-features-list .vip-feature {
  background-color: #e2e2e2;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_fr'] .dropdown-menu {
  background-color: #d8d8d9;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_fr'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #d2d2d2;
}

[theme='national_fr'] .dropdown-menu .dropdown-item {
  color: #26303a;
}

[theme='national_fr'] .dropdown-menu .dropdown-item.selected, [theme='national_fr'] .dropdown-menu .dropdown-item.active {
  background-color: #b0b6bd;
}

[theme='national_fr'] .dropdown-menu .dropdown-item i {
  color: #04192d;
}

[theme='national_fr'] .dropdown-menu .dropdown-item:hover {
  background-color: #c5c8cc;
  color: #fff;
}

[theme='national_fr'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(75, 86, 117, 0.4);
}

[theme='national_fr'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #cbcbcb, rgba(233, 233, 233, 0.9));
}

[theme='national_fr'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_fr'] modal .modal-container {
  background-color: #cbcbcb;
}

[theme='national_fr'] modal .modal-close {
  background-color: red;
}

[theme='national_fr'] .progress {
  background-color: #c3c3c3;
}

[theme='national_fr'] .simple-box {
  border: 1px solid rgba(203, 203, 203, 0.4);
}

[theme='national_fr'] .simple-box > div:nth-child(1) {
  background-color: rgba(203, 203, 203, 0.6);
}

[theme='national_fr'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_fr'] notify.alternative {
  color: #fff !important;
  background-color: #071249;
  text-shadow: 1px 1px 1px black;
}

[theme='national_fr'] alert .alert-wrapper .alert-container {
  background-color: #dadada;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_fr'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #cdcdcd;
  background-image: linear-gradient(180deg, rgba(7, 40, 73, 0.05), #d2d2d2);
}

[theme='national_fr'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #cbcbcb;
}

[theme='national_fr'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(218, 218, 218, 0.8);
  background-image: linear-gradient(0deg, rgba(7, 40, 73, 0.01), #d8d8d8);
}

[theme='national_fr'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_fr'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_fr'] .bg-front {
  color: #333333;
  background-color: #e2e2e2 !important;
}

[theme='national_fr'] .bg-back {
  color: #333333;
  background-color: #dadada !important;
}

[theme='national_fr'] .bg-back-more {
  color: #333333;
  background-color: #d2d2d2 !important;
}

[theme='national_fr'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(210, 210, 210, 0.6) !important;
}

[theme='national_fr'] .white-box-style {
  background-color: #dedede !important;
  color: #333333;
}

[theme='national_fr'] .box-glow {
  box-shadow: 0 1px 20px rgba(7, 40, 73, 0.4);
  border: 1px solid rgba(7, 40, 73, 0.4);
}

[theme='national_fr'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #031424;
  background-color: #072849;
  background-image: linear-gradient(#06203b, #083057) !important;
}

[theme='national_fr'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_fr'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_fr'] .bg-secondary {
  background-color: #4b5675;
  background-image: linear-gradient(#454f6c, #515d7e) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3b445c;
}

[theme='national_fr'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_fr'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_fr'] .bg-tertiary {
  background-color: #293f5f;
  background-image: linear-gradient(#243854, #2e466a) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #1d2c43;
}

[theme='national_fr'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_fr'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_fr'] .border-primary {
  border-color: #072849;
}

[theme='national_fr'] .border-secondary {
  border-color: #4b5675;
}

[theme='national_fr'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #072849, #4b5675) !important;
  text-shadow: 1px 1px 1px black;
}

[theme='national_fr'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #002850, #5f6d94) !important;
}

[theme='national_fr'] .btn-primary:hover {
  background: linear-gradient(180deg, #05284b, #576488) !important;
}

[theme='national_fr'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #4b5675, #4b5675) !important;
  text-shadow: 1px 1px 1px #373f56;
}

[theme='national_fr'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #384d88, #5f6d94) !important;
}

[theme='national_fr'] .btn-secondary:hover {
  background: linear-gradient(180deg, #45537b, #576488) !important;
}

[theme='national_fr'] .btn-outline-secondary {
  background-color: #4b5675;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_fr'] .btn-outline-secondary:hover {
  background-color: #072849;
}

[theme='national_fr'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #535353;
}

[theme='national_fr'] .accordion {
  background-color: #dadada;
}

[theme='national_fr'] .accordion-toggle.open {
  background-color: #b0b6bd;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item, [theme='national_fr'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #dadada;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #dadada;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item.attention, [theme='national_fr'] nav.side-menu-right .side-menu-item.attention {
  background-color: #9ba5af;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_fr'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #e1d3d3;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item:hover, [theme='national_fr'] nav.side-menu-right .side-menu-item:hover {
  background-color: #dadada;
  background-image: linear-gradient(6deg, rgba(72, 85, 120, 0.2), rgba(6, 40, 74, 0.2)) !important;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item.active, [theme='national_fr'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #3f5181, #02284e) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_fr'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_fr'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #344b8c, #002850) !important;
  color: #fff;
}

[theme='national_fr'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_fr'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #020911;
}

[theme='national_fr'] nav.side-menu-left .bubble, [theme='national_fr'] nav.side-menu-right .bubble {
  background-color: #072849;
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border-radius: 5px;
}

[theme='national_fr'] .list-group-menu .list-group-item {
  color: #9b533e;
  background-color: rgba(218, 218, 218, 0.99);
  text-shadow: 1px 1px 1px #d5d5d5;
  background-image: linear-gradient(rgba(218, 218, 218, 0) 66%, rgba(75, 86, 117, 0.05));
}

[theme='national_fr'] .list-group-menu .list-group-item i {
  color: rgba(7, 40, 73, 0.8);
}

[theme='national_fr'] .list-group-menu .list-group-item:hover {
  background-color: #d2d2d2;
  color: #b15f47;
}

[theme='national_fr'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#02284e, #3f5181) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.12);
}

[theme='national_fr'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_fr'] #live-search {
  outline: none;
}

[theme='national_fr'] #live-search-list {
  background-color: #dadada;
  color: #333333;
}

[theme='national_fr'] #live-search-list .search-item:hover {
  background-color: rgba(7, 40, 73, 0.1);
  color: #333333;
}

[theme='national_fr'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_fr'] .tournament-row {
  background-color: #dadada;
}

[theme='national_fr'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(218, 218, 218, 0.7), rgba(218, 218, 218, 0.9));
}

[theme='national_fr'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_fr'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(218, 218, 218, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(218, 218, 218, 0.04);
}

[theme='national_fr'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_fr'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_fr'] .form-control, [theme='national_fr'] input, [theme='national_fr'] textarea, [theme='national_fr'] select, [theme='national_fr'] .trumbowyg-box, [theme='national_fr'] .custom-file-label {
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_fr'] .form-control:focus, [theme='national_fr'] input:focus, [theme='national_fr'] textarea:focus, [theme='national_fr'] select:focus, [theme='national_fr'] .trumbowyg-box:focus, [theme='national_fr'] .custom-file-label:focus {
  border-color: rgba(75, 86, 117, 0.5);
  box-shadow: 0 0 0 2px rgba(7, 40, 73, 0.3);
}

[theme='national_fr'] .form-control::placeholder, [theme='national_fr'] input::placeholder, [theme='national_fr'] textarea::placeholder, [theme='national_fr'] select::placeholder, [theme='national_fr'] .trumbowyg-box::placeholder, [theme='national_fr'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_fr'] .custom-file-label {
  border: 1px solid #e4e4e4;
  background-color: #eeeeee;
  color: #333333;
}

[theme='national_fr'] .custom-file-label::after {
  border-left: 1px solid #dddddd;
  background-color: #f4f4f4;
}

[theme='national_fr'] .file-upload .file-upload-list {
  background-color: #e7e7e7;
  border: 1px solid #dddddd;
}

[theme='national_fr'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_fr'] .input-slider {
  background-image: linear-gradient(90deg, #dadada, #a5aeb6);
}

[theme='national_fr'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #3f4862, #072849);
  box-shadow: 0 0 20px #020911;
  border: 1px solid rgba(218, 218, 218, 0.5);
}

[theme='national_fr'] .tab-pane {
  background-color: rgba(218, 218, 218, 0.8);
}

[theme='national_fr'] table, [theme='national_fr'] .table, [theme='national_fr'] .message-content table, .message-content [theme='national_fr'] table {
  color: #333333;
}

[theme='national_fr'] table.alternate tr:nth-child(even), [theme='national_fr'] .table.alternate tr:nth-child(even), [theme='national_fr'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_fr'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_fr'] table.pretty tr, [theme='national_fr'] .table.pretty tr, [theme='national_fr'] .message-content table.pretty tr, .message-content [theme='national_fr'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_fr'] table.pretty tr:nth-child(even), [theme='national_fr'] .table.pretty tr:nth-child(even), [theme='national_fr'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_fr'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_fr'] table.pretty tr td, [theme='national_fr'] .table.pretty tr td, [theme='national_fr'] .message-content table.pretty tr td, .message-content [theme='national_fr'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_fr'] .nav .nav-link {
  background: transparent linear-gradient(#13283d, #5e5f62);
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border: none;
}

[theme='national_fr'] .nav .nav-link:hover, [theme='national_fr'] .nav .nav-link.active {
  background: transparent linear-gradient(#072849, #4b5675);
}

[theme='national_fr'] .floating-notification {
  background: linear-gradient(180deg, rgba(218, 218, 218, 0.9) 0%, #dadada 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_fr'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_fr'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_fr'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_fr'] .trumbowyg-box .trumbowyg-active {
  background: #e7e7e7;
}

[theme='national_fr'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_fr'] .trumbowyg-box button {
  background-color: #d5d5d5;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_fr'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #dadada;
}

[theme='national_fr'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_fr'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #dadada;
}

[theme='national_fr'] .trumbowyg-modal-box {
  background: #dadada;
  border: none !important;
}

[theme='national_fr'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_fr'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_fr'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_fr'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_fr'] .vip-advantage {
  background-image: linear-gradient(#dadada, #cbcbcb);
}

[theme='national_fr'] .ad_notify {
  color: #333333;
  background-color: #dadada;
}

[theme='national_fr'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #072849;
}

[theme='national_fr'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(7, 40, 73, 0.34);
}

[theme='national_fr'] .gametile .game-title {
  background-color: #dadada;
  text-shadow: 0 0 2px rgba(218, 218, 218, 0.5);
  color: #333333;
}

[theme='national_fr'] .gametile .game-online {
  background-color: #dadada;
  text-shadow: 0 0 2px rgba(218, 218, 218, 0.5);
  color: #333333;
}

[theme='national_fr'] .game-challenge {
  background-color: #dadada;
}

[theme='national_fr'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_fr'] .shared_mission_state_waiting {
  background-color: #cdcfd1 !important;
}

[theme='national_fr'] .shared_mission_state_running {
  background-color: #bcc1c6 !important;
}

[theme='national_fr'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(218, 218, 218, 0.9) 0%, rgba(218, 218, 218, 0.6) 100%);
}

[theme='national_fr'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_fr'] #profile-subnav .profile-subnav-navitem-icon {
  color: #072849;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_fr'] .prize-drawing {
  background-color: #e2e2e2 !important;
  background-image: none !important;
}

[theme='national_fr'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #8a9ccf;
  border: 3px solid #4b5675;
}

[theme='national_fr'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_fr'] .prize-drawing .hint {
  background: linear-gradient(#4b5675, #333b50);
  color: #fff;
}

[theme='national_fr'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #dadada !important;
  background-image: linear-gradient(#dadada, #b4b4b4) !important;
}

[theme='national_fr'] .prize-drawing .trade-container-item {
  background-color: #dadada;
}

[theme='national_fr'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #bbbbbb;
  color: rgba(37, 37, 37, 0.2);
  text-shadow: 1px 1px 1px #dadada;
}

[theme='national_fr'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_fr'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_fr'] .no-results {
  background: none;
}

[theme='national_fr'] .CCcontainer {
  background-color: #cdcdcd;
}

[theme='national_fr'] .CCcontainer #chatText {
  background-color: #d7d7d7;
}

[theme='national_fr'] .CCcontainer .menu {
  background-color: #dadada;
}

[theme='national_fr'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(7, 40, 73, 0.5);
}

[theme='national_fr'] hr {
  border-color: rgba(37, 37, 37, 0.14);
}

[theme='national_fr'] body {
  background-image: radial-gradient(#072544, #03111f);
  background-size: cover;
}

[theme='national_fr'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #072849, #4b5675);
  text-shadow: -1px -1px 1px rgba(7, 40, 73, 0.8), 1px 1px 2px #030f1a;
}

[theme='national_fr'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #093560, #556185);
}

[theme='national_fr'] .btn-current-theme:active, [theme='national_fr'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #051b32, #414b65);
}

[theme='national_fr'] #live-search-wrapper {
  background: none;
}

[theme='national_fr'] #top-menu {
  background-image: url("/assets/general/frenchflag.jpg");
  background-size: auto 100%;
}

[theme='national_fr'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #4b5675, #072849);
  border-radius: 0 0 5px 5px;
}

[theme='national_fr'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.5);
}

[theme='national_fr'] .top-menu-item-color, [theme='national_fr'] .logo-font {
  color: #dadada;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_fr'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(218, 218, 218, 0.4), rgba(218, 218, 218, 0.6));
}

[theme='national_fr'] #profile-subnav .profile-subnav-navitem-icon {
  color: #333b50;
  text-shadow: 1px 1px 1px rgba(218, 218, 218, 0.5);
}

.btn-national_nl {
  color: #fff !important;
  background-image: linear-gradient(to top, #ff6000, #964b1e);
  text-shadow: -1px -1px 1px rgba(255, 96, 0, 0.8), 1px 1px 2px #cc4d00;
  background-image: linear-gradient(33deg, #ff6000, #e3d8d5, #022da6);
  text-shadow: 0 0 5px #000000;
}

.btn-national_nl:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ff701a, #ab5622);
}

.btn-national_nl:active, .btn-national_nl:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e65600, #814019);
}

[theme='national_nl'] ::-webkit-scrollbar-track {
  background: #471b00;
}

[theme='national_nl'] ::-webkit-scrollbar-thumb {
  background: #ff6000;
}

[theme='national_nl'] ::-webkit-scrollbar-thumb:hover {
  background: #ff8033;
}

[theme='national_nl'] body {
  background-image: radial-gradient(#c24900, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #e3d8d5;
  color: #333333;
}

[theme='national_nl'] #top-menu {
  background-image: linear-gradient(179deg, #ff6000, rgba(67, 33, 13, 0.6));
}

[theme='national_nl'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_nl'] #top-menu, [theme='national_nl'] #live-search-wrapper {
  color: #fff;
}

[theme='national_nl'] #top-menu .top-menu-item-color, [theme='national_nl'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_nl'] .form-group .bootstrap-select, [theme='national_nl'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #e3d8d5, #d7c7c3);
}

[theme='national_nl'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_nl'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(255, 96, 0, 0.4);
}

[theme='national_nl'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_nl'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_nl'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_nl'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_nl'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(215, 199, 195, 0.5);
}

[theme='national_nl'] .message.sent {
  background-color: rgba(227, 216, 213, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_nl'] .message.unread {
  border: 3px solid rgba(255, 96, 0, 0.5);
}

[theme='national_nl'] .list-group-item {
  color: #333333;
  background-color: #d7c7c3;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_nl'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #984c1e;
}

[theme='national_nl'] footer {
  color: #333333;
  background-color: rgba(227, 216, 213, 0.93);
}

[theme='national_nl'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_nl'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #9b533e;
}

[theme='national_nl'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_nl'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #c6836f !important;
}

[theme='national_nl'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_nl'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #c8765e !important;
}

[theme='national_nl'] .info {
  background-color: rgba(233, 225, 222, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(255, 96, 0, 0.5);
}

[theme='national_nl'] .info .info-body {
  text-shadow: none;
}

[theme='national_nl'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_nl'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_nl'] #favorite-game i.active {
  color: #ff6000;
}

[theme='national_nl'] .not_specified, [theme='national_nl'] [data-gender='not_specified'], [theme='national_nl'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_nl'] .female, [theme='national_nl'] [data-gender='female'], [theme='national_nl'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_nl'] .male, [theme='national_nl'] [data-gender='male'], [theme='national_nl'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_nl'] .card .card-header {
  background-color: #e3d8d5;
  background-image: linear-gradient(rgba(207, 188, 182, 0.5), rgba(247, 244, 244, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ddcfcc;
}

[theme='national_nl'] .card .card-body {
  background-color: #e3d8d5;
}

[theme='national_nl'] .card .card-footer {
  background-color: rgba(221, 207, 204, 0.9);
}

[theme='national_nl'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 96, 0, 0.5), rgba(152, 76, 30, 0.5));
  font-weight: 1800;
}

[theme='national_nl'] .card.card-toggle::before, [theme='national_nl'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_nl'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(255, 96, 0, 0.1), rgba(152, 76, 30, 0));
  text-shadow: 1px 1px 1px rgba(227, 216, 213, 0.4), 0 2px 10px rgba(255, 96, 0, 0.5);
}

[theme='national_nl'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(255, 96, 0, 0), rgba(152, 76, 30, 0.05));
}

[theme='national_nl'] .card.alternative .card-header {
  background-color: #dbcdc9;
  background-image: linear-gradient(#d9cac6, #ddcfcc);
}

[theme='national_nl'] .card.alternative .card-body {
  background-color: #dbcdc9;
}

[theme='national_nl'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #e3d8d5 98%);
}

[theme='national_nl'] .vip-features-list .vip-feature {
  background-color: #e9e1de;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_nl'] .dropdown-menu {
  background-color: #e3d7d3;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_nl'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #ddcfcc;
}

[theme='national_nl'] .dropdown-menu .dropdown-item {
  color: #704124;
}

[theme='national_nl'] .dropdown-menu .dropdown-item.selected, [theme='national_nl'] .dropdown-menu .dropdown-item.active {
  background-color: #e9c0aa;
}

[theme='national_nl'] .dropdown-menu .dropdown-item i {
  color: #e05400;
}

[theme='national_nl'] .dropdown-menu .dropdown-item:hover {
  background-color: #e6ccc0;
  color: #212529;
}

[theme='national_nl'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(152, 76, 30, 0.4);
}

[theme='national_nl'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #d7c7c3, rgba(239, 233, 231, 0.9));
}

[theme='national_nl'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_nl'] modal .modal-container {
  background-color: #d7c7c3;
}

[theme='national_nl'] modal .modal-close {
  background-color: red;
}

[theme='national_nl'] .progress {
  background-color: #d1beb9;
}

[theme='national_nl'] .simple-box {
  border: 1px solid rgba(215, 199, 195, 0.4);
}

[theme='national_nl'] .simple-box > div:nth-child(1) {
  background-color: rgba(215, 199, 195, 0.6);
}

[theme='national_nl'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_nl'] notify.alternative {
  color: #fff !important;
  background-color: #ffb500;
  text-shadow: 1px 1px 1px #996d00;
}

[theme='national_nl'] alert .alert-wrapper .alert-container {
  background-color: #e3d8d5;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_nl'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #d9cac6;
  background-image: linear-gradient(180deg, rgba(255, 96, 0, 0.05), #ddcfcc);
}

[theme='national_nl'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #d7c7c3;
}

[theme='national_nl'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(227, 216, 213, 0.8);
  background-image: linear-gradient(0deg, rgba(255, 96, 0, 0.01), #e2d6d3);
}

[theme='national_nl'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_nl'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_nl'] .bg-front {
  color: #333333;
  background-color: #e9e1de !important;
}

[theme='national_nl'] .bg-back {
  color: #333333;
  background-color: #e3d8d5 !important;
}

[theme='national_nl'] .bg-back-more {
  color: #333333;
  background-color: #ddcfcc !important;
}

[theme='national_nl'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(221, 207, 204, 0.6) !important;
}

[theme='national_nl'] .white-box-style {
  background-color: #e6dcda !important;
  color: #333333;
}

[theme='national_nl'] .box-glow {
  box-shadow: 0 1px 20px rgba(255, 96, 0, 0.4);
  border: 1px solid rgba(255, 96, 0, 0.4);
}

[theme='national_nl'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #d65100;
  background-color: #ff6000;
  background-image: linear-gradient(#f05a00, #ff6a0f) !important;
}

[theme='national_nl'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_nl'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_nl'] .bg-secondary {
  background-color: #984c1e;
  background-image: linear-gradient(#8b461b, #a55221) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #763b17;
}

[theme='national_nl'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_nl'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_nl'] .bg-tertiary {
  background-color: #cc560f;
  background-image: linear-gradient(#be500e, #da5c10) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #a6460c;
}

[theme='national_nl'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_nl'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_nl'] .border-primary {
  border-color: #ff6000;
}

[theme='national_nl'] .border-secondary {
  border-color: #984c1e;
}

[theme='national_nl'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #ff6000, #984c1e) !important;
  text-shadow: 1px 1px 1px #993a00;
}

[theme='national_nl'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff6000, #c36126) !important;
}

[theme='national_nl'] .btn-primary:hover {
  background: linear-gradient(180deg, #ff6000, #b25923) !important;
}

[theme='national_nl'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #984c1e, #984c1e) !important;
  text-shadow: 1px 1px 1px #6d3716;
}

[theme='national_nl'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #aa480c, #c36126) !important;
}

[theme='national_nl'] .btn-secondary:hover {
  background: linear-gradient(180deg, #9d4b19, #b25923) !important;
}

[theme='national_nl'] .btn-outline-secondary {
  background-color: #984c1e;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_nl'] .btn-outline-secondary:hover {
  background-color: #ff6000;
}

[theme='national_nl'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #5c4b41;
}

[theme='national_nl'] .accordion {
  background-color: #e3d8d5;
}

[theme='national_nl'] .accordion-toggle.open {
  background-color: #e9c0aa;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item, [theme='national_nl'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #e3d8d5;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #e3d8d5;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item.attention, [theme='national_nl'] nav.side-menu-right .side-menu-item.attention {
  background-color: #ebb495;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_nl'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #ead4ce;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item:hover, [theme='national_nl'] nav.side-menu-right .side-menu-item:hover {
  background-color: #e3d8d5;
  background-image: linear-gradient(6deg, rgba(155, 75, 27, 0.2), rgba(255, 96, 0, 0.2)) !important;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item.active, [theme='national_nl'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #a34913, #ff6000) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_nl'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_nl'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ae4708, #ff6000) !important;
  color: #fff;
}

[theme='national_nl'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_nl'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #c24900;
}

[theme='national_nl'] nav.side-menu-left .bubble, [theme='national_nl'] nav.side-menu-right .bubble {
  background-color: #ff6000;
  color: #fff;
  text-shadow: 1px 1px 1px #993a00;
  border-radius: 5px;
}

[theme='national_nl'] .list-group-menu .list-group-item {
  color: #9b533e;
  background-color: rgba(227, 216, 213, 0.99);
  text-shadow: 1px 1px 1px #dfd2cf;
  background-image: linear-gradient(rgba(227, 216, 213, 0) 66%, rgba(152, 76, 30, 0.05));
}

[theme='national_nl'] .list-group-menu .list-group-item i {
  color: rgba(255, 96, 0, 0.8);
}

[theme='national_nl'] .list-group-menu .list-group-item:hover {
  background-color: #ddcfcc;
  color: #b15f47;
}

[theme='national_nl'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ff6000, #a34913) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(227, 216, 213, 0.12);
}

[theme='national_nl'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_nl'] #live-search {
  outline: none;
}

[theme='national_nl'] #live-search-list {
  background-color: #e3d8d5;
  color: #333333;
}

[theme='national_nl'] #live-search-list .search-item:hover {
  background-color: rgba(255, 96, 0, 0.1);
  color: #333333;
}

[theme='national_nl'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_nl'] .tournament-row {
  background-color: #e3d8d5;
}

[theme='national_nl'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(227, 216, 213, 0.7), rgba(227, 216, 213, 0.9));
}

[theme='national_nl'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_nl'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(227, 216, 213, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(227, 216, 213, 0.04);
}

[theme='national_nl'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_nl'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_nl'] .form-control, [theme='national_nl'] input, [theme='national_nl'] textarea, [theme='national_nl'] select, [theme='national_nl'] .trumbowyg-box, [theme='national_nl'] .custom-file-label {
  background-color: #f2f0ef;
  color: #333333;
}

[theme='national_nl'] .form-control:focus, [theme='national_nl'] input:focus, [theme='national_nl'] textarea:focus, [theme='national_nl'] select:focus, [theme='national_nl'] .trumbowyg-box:focus, [theme='national_nl'] .custom-file-label:focus {
  border-color: rgba(152, 76, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 96, 0, 0.3);
}

[theme='national_nl'] .form-control::placeholder, [theme='national_nl'] input::placeholder, [theme='national_nl'] textarea::placeholder, [theme='national_nl'] select::placeholder, [theme='national_nl'] .trumbowyg-box::placeholder, [theme='national_nl'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_nl'] .custom-file-label {
  border: 1px solid #e9e5e4;
  background-color: #f2f0ef;
  color: #333333;
}

[theme='national_nl'] .custom-file-label::after {
  border-left: 1px solid #e2dddb;
  background-color: #f6f5f5;
}

[theme='national_nl'] .file-upload .file-upload-list {
  background-color: #ebe7e7;
  border: 1px solid #e2dddb;
}

[theme='national_nl'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_nl'] .input-slider {
  background-image: linear-gradient(90deg, #e3d8d5, #eabaa0);
}

[theme='national_nl'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #7e3f19, #ff6000);
  box-shadow: 0 0 20px #c24900;
  border: 1px solid rgba(227, 216, 213, 0.5);
}

[theme='national_nl'] .tab-pane {
  background-color: rgba(227, 216, 213, 0.8);
}

[theme='national_nl'] table, [theme='national_nl'] .table, [theme='national_nl'] .message-content table, .message-content [theme='national_nl'] table {
  color: #333333;
}

[theme='national_nl'] table.alternate tr:nth-child(even), [theme='national_nl'] .table.alternate tr:nth-child(even), [theme='national_nl'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_nl'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_nl'] table.pretty tr, [theme='national_nl'] .table.pretty tr, [theme='national_nl'] .message-content table.pretty tr, .message-content [theme='national_nl'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_nl'] table.pretty tr:nth-child(even), [theme='national_nl'] .table.pretty tr:nth-child(even), [theme='national_nl'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_nl'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_nl'] table.pretty tr td, [theme='national_nl'] .table.pretty tr td, [theme='national_nl'] .message-content table.pretty tr td, .message-content [theme='national_nl'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_nl'] .nav .nav-link {
  background: transparent linear-gradient(#d96926, #865030);
  color: #fff;
  text-shadow: 1px 1px 1px #993a00;
  border: none;
}

[theme='national_nl'] .nav .nav-link:hover, [theme='national_nl'] .nav .nav-link.active {
  background: transparent linear-gradient(#ff6000, #984c1e);
}

[theme='national_nl'] .floating-notification {
  background: linear-gradient(180deg, rgba(227, 216, 213, 0.9) 0%, #e3d8d5 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_nl'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_nl'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_nl'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_nl'] .trumbowyg-box .trumbowyg-active {
  background: #ede6e4;
}

[theme='national_nl'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_nl'] .trumbowyg-box button {
  background-color: #dfd2cf;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_nl'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #e3d8d5;
}

[theme='national_nl'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_nl'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #e3d8d5;
}

[theme='national_nl'] .trumbowyg-modal-box {
  background: #e3d8d5;
  border: none !important;
}

[theme='national_nl'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_nl'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_nl'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_nl'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_nl'] .vip-advantage {
  background-image: linear-gradient(#e3d8d5, #d7c7c3);
}

[theme='national_nl'] .ad_notify {
  color: #333333;
  background-color: #e3d8d5;
}

[theme='national_nl'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #ff6000;
}

[theme='national_nl'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(255, 96, 0, 0.34);
}

[theme='national_nl'] .gametile .game-title {
  background-color: #e3d8d5;
  text-shadow: 0 0 2px rgba(227, 216, 213, 0.5);
  color: #333333;
}

[theme='national_nl'] .gametile .game-online {
  background-color: #e3d8d5;
  text-shadow: 0 0 2px rgba(227, 216, 213, 0.5);
  color: #333333;
}

[theme='national_nl'] .game-challenge {
  background-color: #e3d8d5;
}

[theme='national_nl'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_nl'] .shared_mission_state_waiting {
  background-color: #e5d1c8 !important;
}

[theme='national_nl'] .shared_mission_state_running {
  background-color: #e7c7b7 !important;
}

[theme='national_nl'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(227, 216, 213, 0.9) 0%, rgba(227, 216, 213, 0.6) 100%);
}

[theme='national_nl'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_nl'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ff6000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_nl'] .prize-drawing {
  background-color: #e9e1de !important;
  background-image: none !important;
}

[theme='national_nl'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #f4955b;
  border: 3px solid #984c1e;
}

[theme='national_nl'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_nl'] .prize-drawing .hint {
  background: linear-gradient(#984c1e, #653214);
  color: #fff;
}

[theme='national_nl'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #e3d8d5 !important;
  background-image: linear-gradient(#e3d8d5, #c4ada7) !important;
}

[theme='national_nl'] .prize-drawing .trade-container-item {
  background-color: #e3d8d5;
}

[theme='national_nl'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #cbb6b0;
  color: rgba(28, 39, 42, 0.2);
  text-shadow: 1px 1px 1px #e3d8d5;
}

[theme='national_nl'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_nl'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_nl'] .no-results {
  background: none;
}

[theme='national_nl'] .CCcontainer {
  background-color: #d4cdca;
}

[theme='national_nl'] .CCcontainer #chatText {
  background-color: #e1d5d2;
}

[theme='national_nl'] .CCcontainer .menu {
  background-color: #e3d8d5;
}

[theme='national_nl'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(255, 96, 0, 0.5);
}

[theme='national_nl'] hr {
  border-color: rgba(28, 39, 42, 0.14);
}

[theme='national_nl'] body {
  background-image: radial-gradient(#dcaa8f, #7e3a12);
  background-size: cover;
}

[theme='national_nl'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #ff6000, #984c1e);
  text-shadow: -1px -1px 1px rgba(255, 96, 0, 0.8), 1px 1px 2px #cc4d00;
}

[theme='national_nl'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ff701a, #ad5722);
}

[theme='national_nl'] .btn-current-theme:active, [theme='national_nl'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e65600, #83411a);
}

[theme='national_nl'] #live-search-wrapper {
  background: none;
}

[theme='national_nl'] #top-menu {
  background-image: url("/assets/general/dutchflag.jpg");
  background-size: 100% auto;
}

[theme='national_nl'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #984c1e, #ff6000);
  border-radius: 0 0 5px 5px;
}

[theme='national_nl'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(227, 216, 213, 0.5);
}

[theme='national_nl'] .top-menu-item-color, [theme='national_nl'] .logo-font {
  color: #e3d8d5;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_nl'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(227, 216, 213, 0.4), rgba(227, 216, 213, 0.6));
}

[theme='national_nl'] #profile-subnav .profile-subnav-navitem-icon {
  color: #653214;
  text-shadow: 1px 1px 1px rgba(227, 216, 213, 0.5);
}

.btn-national_us {
  color: #fff !important;
  background-image: linear-gradient(to top, #0d2f4e, #5c232e);
  text-shadow: -1px -1px 1px rgba(13, 47, 78, 0.8), 1px 1px 2px #061522;
  background-image: linear-gradient(33deg, #0d2f4e, #739cb8, #5e242f);
  text-shadow: 0 0 5px #000000;
}

.btn-national_us:hover {
  color: white !important;
  background-image: linear-gradient(to top, #113c64, #6f2a37);
}

.btn-national_us:active, .btn-national_us:focus {
  color: white !important;
  background-image: linear-gradient(to top, #092238, #4a1c25);
}

[theme='national_us'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='national_us'] ::-webkit-scrollbar-thumb {
  background: #0d2f4e;
}

[theme='national_us'] ::-webkit-scrollbar-thumb:hover {
  background: #14497a;
}

[theme='national_us'] body {
  background-image: radial-gradient(#040f1a, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #dee4ea;
  color: #333333;
}

[theme='national_us'] #top-menu {
  background-image: linear-gradient(179deg, #0d2f4e, rgba(20, 8, 10, 0.6));
}

[theme='national_us'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='national_us'] #top-menu, [theme='national_us'] #live-search-wrapper {
  color: #fff;
}

[theme='national_us'] #top-menu .top-menu-item-color, [theme='national_us'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_us'] .form-group .bootstrap-select, [theme='national_us'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #dee4ea, #cbd5de);
}

[theme='national_us'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='national_us'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(13, 47, 78, 0.4);
}

[theme='national_us'] .form-group .bootstrap-select .dropdown-toggle, [theme='national_us'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='national_us'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='national_us'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='national_us'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(203, 213, 222, 0.5);
}

[theme='national_us'] .message.sent {
  background-color: rgba(222, 228, 234, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='national_us'] .message.unread {
  border: 3px solid rgba(13, 47, 78, 0.5);
}

[theme='national_us'] .list-group-item {
  color: #333333;
  background-color: #cbd5de;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='national_us'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #5e242f;
}

[theme='national_us'] footer {
  color: #333333;
  background-color: rgba(222, 228, 234, 0.93);
}

[theme='national_us'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='national_us'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #10415a;
}

[theme='national_us'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='national_us'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #1e79a8 !important;
}

[theme='national_us'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='national_us'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #1672a0 !important;
}

[theme='national_us'] .info {
  background-color: rgba(231, 236, 240, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(13, 47, 78, 0.5);
}

[theme='national_us'] .info .info-body {
  text-shadow: none;
}

[theme='national_us'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='national_us'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_us'] #favorite-game i.active {
  color: #0d2f4e;
}

[theme='national_us'] .not_specified, [theme='national_us'] [data-gender='not_specified'], [theme='national_us'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='national_us'] .female, [theme='national_us'] [data-gender='female'], [theme='national_us'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='national_us'] .male, [theme='national_us'] [data-gender='male'], [theme='national_us'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='national_us'] .card .card-header {
  background-color: #dee4ea;
  background-image: linear-gradient(rgba(191, 203, 214, 0.5), rgba(253, 254, 254, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #d5dce4;
}

[theme='national_us'] .card .card-body {
  background-color: #dee4ea;
}

[theme='national_us'] .card .card-footer {
  background-color: rgba(213, 220, 228, 0.9);
}

[theme='national_us'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(13, 47, 78, 0.5), rgba(94, 36, 47, 0.5));
  font-weight: 1800;
}

[theme='national_us'] .card.card-toggle::before, [theme='national_us'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='national_us'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(13, 47, 78, 0.1), rgba(94, 36, 47, 0));
  text-shadow: 1px 1px 1px rgba(222, 228, 234, 0.4), 0 2px 10px rgba(13, 47, 78, 0.5);
}

[theme='national_us'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(13, 47, 78, 0), rgba(94, 36, 47, 0.05));
}

[theme='national_us'] .card.alternative .card-header {
  background-color: #d2dae2;
  background-image: linear-gradient(#ced7e0, #d5dce4);
}

[theme='national_us'] .card.alternative .card-body {
  background-color: #d2dae2;
}

[theme='national_us'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #dee4ea 98%);
}

[theme='national_us'] .vip-features-list .vip-feature {
  background-color: #e7ecf0;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='national_us'] .dropdown-menu {
  background-color: #dce2e8;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='national_us'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #d5dce4;
}

[theme='national_us'] .dropdown-menu .dropdown-item {
  color: #28323b;
}

[theme='national_us'] .dropdown-menu .dropdown-item.selected, [theme='national_us'] .dropdown-menu .dropdown-item.active {
  background-color: #b4c0cb;
}

[theme='national_us'] .dropdown-menu .dropdown-item i {
  color: #091f34;
}

[theme='national_us'] .dropdown-menu .dropdown-item:hover {
  background-color: #c9d2da;
  color: #212529;
}

[theme='national_us'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(94, 36, 47, 0.4);
}

[theme='national_us'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #cbd5de, rgba(241, 243, 246, 0.9));
}

[theme='national_us'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='national_us'] modal .modal-container {
  background-color: #cbd5de;
}

[theme='national_us'] modal .modal-close {
  background-color: red;
}

[theme='national_us'] .progress {
  background-color: #c2cdd8;
}

[theme='national_us'] .simple-box {
  border: 1px solid rgba(203, 213, 222, 0.4);
}

[theme='national_us'] .simple-box > div:nth-child(1) {
  background-color: rgba(203, 213, 222, 0.6);
}

[theme='national_us'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_us'] notify.alternative {
  color: #fff !important;
  background-color: #0d194e;
  text-shadow: 1px 1px 1px black;
}

[theme='national_us'] alert .alert-wrapper .alert-container {
  background-color: #dee4ea;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='national_us'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #ced7e0;
  background-image: linear-gradient(180deg, rgba(13, 47, 78, 0.05), #d5dce4);
}

[theme='national_us'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #cbd5de;
}

[theme='national_us'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(222, 228, 234, 0.8);
  background-image: linear-gradient(0deg, rgba(13, 47, 78, 0.01), #dce2e9);
}

[theme='national_us'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='national_us'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='national_us'] .bg-front {
  color: #333333;
  background-color: #e7ecf0 !important;
}

[theme='national_us'] .bg-back {
  color: #333333;
  background-color: #dee4ea !important;
}

[theme='national_us'] .bg-back-more {
  color: #333333;
  background-color: #d5dce4 !important;
}

[theme='national_us'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(213, 220, 228, 0.6) !important;
}

[theme='national_us'] .white-box-style {
  background-color: #e3e8ed !important;
  color: #333333;
}

[theme='national_us'] .box-glow {
  box-shadow: 0 1px 20px rgba(13, 47, 78, 0.4);
  border: 1px solid rgba(13, 47, 78, 0.4);
}

[theme='national_us'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #071a2b;
  background-color: #0d2f4e;
  background-image: linear-gradient(#0b2741, #0f375b) !important;
}

[theme='national_us'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='national_us'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='national_us'] .bg-secondary {
  background-color: #5e242f;
  background-image: linear-gradient(#532029, #692835) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #401920;
}

[theme='national_us'] .bg-secondary > * {
  color: #fff !important;
}

[theme='national_us'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_us'] .bg-tertiary {
  background-color: #362a3f;
  background-image: linear-gradient(#2e2436, #3e3048) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #211a27;
}

[theme='national_us'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='national_us'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='national_us'] .border-primary {
  border-color: #0d2f4e;
}

[theme='national_us'] .border-secondary {
  border-color: #5e242f;
}

[theme='national_us'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #0d2f4e, #5e242f) !important;
  text-shadow: 1px 1px 1px black;
}

[theme='national_us'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #042f57, #833241) !important;
}

[theme='national_us'] .btn-primary:hover {
  background: linear-gradient(180deg, #0a2f51, #742c3a) !important;
}

[theme='national_us'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #5e242f, #5e242f) !important;
  text-shadow: 1px 1px 1px #39161d;
}

[theme='national_us'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #6b1727, #833241) !important;
}

[theme='national_us'] .btn-secondary:hover {
  background: linear-gradient(180deg, #62202d, #742c3a) !important;
}

[theme='national_us'] .btn-outline-secondary {
  background-color: #5e242f;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='national_us'] .btn-outline-secondary:hover {
  background-color: #0d2f4e;
}

[theme='national_us'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #343434;
}

[theme='national_us'] .accordion {
  background-color: #dee4ea;
}

[theme='national_us'] .accordion-toggle.open {
  background-color: #b4c0cb;
}

[theme='national_us'] nav.side-menu-left .side-menu-item, [theme='national_us'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #dee4ea;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #dee4ea;
}

[theme='national_us'] nav.side-menu-left .side-menu-item.attention, [theme='national_us'] nav.side-menu-right .side-menu-item.attention {
  background-color: #9faebb;
}

[theme='national_us'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='national_us'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #d9e4ef;
}

[theme='national_us'] nav.side-menu-left .side-menu-item:hover, [theme='national_us'] nav.side-menu-right .side-menu-item:hover {
  background-color: #dee4ea;
  background-image: linear-gradient(6deg, rgba(96, 34, 46, 0.2), rgba(12, 47, 79, 0.2)) !important;
}

[theme='national_us'] nav.side-menu-left .side-menu-item.active, [theme='national_us'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #661c2a, #082f53) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='national_us'] nav.side-menu-left .side-menu-item.active:hover, [theme='national_us'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #6e1425, #023059) !important;
  color: #fff;
}

[theme='national_us'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='national_us'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #040f1a;
}

[theme='national_us'] nav.side-menu-left .bubble, [theme='national_us'] nav.side-menu-right .bubble {
  background-color: #0d2f4e;
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border-radius: 5px;
}

[theme='national_us'] .list-group-menu .list-group-item {
  color: #10415a;
  background-color: rgba(222, 228, 234, 0.99);
  text-shadow: 1px 1px 1px #d8dfe6;
  background-image: linear-gradient(rgba(222, 228, 234, 0) 66%, rgba(94, 36, 47, 0.05));
}

[theme='national_us'] .list-group-menu .list-group-item i {
  color: rgba(13, 47, 78, 0.8);
}

[theme='national_us'] .list-group-menu .list-group-item:hover {
  background-color: #d5dce4;
  color: #155474;
}

[theme='national_us'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#082f53, #661c2a) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(222, 228, 234, 0.12);
}

[theme='national_us'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='national_us'] #live-search {
  outline: none;
}

[theme='national_us'] #live-search-list {
  background-color: #dee4ea;
  color: #333333;
}

[theme='national_us'] #live-search-list .search-item:hover {
  background-color: rgba(13, 47, 78, 0.1);
  color: #333333;
}

[theme='national_us'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_us'] .tournament-row {
  background-color: #dee4ea;
}

[theme='national_us'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(222, 228, 234, 0.7), rgba(222, 228, 234, 0.9));
}

[theme='national_us'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='national_us'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(222, 228, 234, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(222, 228, 234, 0.04);
}

[theme='national_us'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='national_us'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='national_us'] .form-control, [theme='national_us'] input, [theme='national_us'] textarea, [theme='national_us'] select, [theme='national_us'] .trumbowyg-box, [theme='national_us'] .custom-file-label {
  background-color: #f8f8f9;
  color: #333333;
}

[theme='national_us'] .form-control:focus, [theme='national_us'] input:focus, [theme='national_us'] textarea:focus, [theme='national_us'] select:focus, [theme='national_us'] .trumbowyg-box:focus, [theme='national_us'] .custom-file-label:focus {
  border-color: rgba(94, 36, 47, 0.5);
  box-shadow: 0 0 0 2px rgba(13, 47, 78, 0.3);
}

[theme='national_us'] .form-control::placeholder, [theme='national_us'] input::placeholder, [theme='national_us'] textarea::placeholder, [theme='national_us'] select::placeholder, [theme='national_us'] .trumbowyg-box::placeholder, [theme='national_us'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='national_us'] .custom-file-label {
  border: 1px solid #eceef0;
  background-color: #f8f8f9;
  color: #333333;
}

[theme='national_us'] .custom-file-label::after {
  border-left: 1px solid #e4e7ea;
  background-color: #fdfefe;
}

[theme='national_us'] .file-upload .file-upload-list {
  background-color: #eff1f2;
  border: 1px solid #e4e7ea;
}

[theme='national_us'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='national_us'] .input-slider {
  background-image: linear-gradient(90deg, #dee4ea, #aab7c3);
}

[theme='national_us'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #481c24, #0d2f4e);
  box-shadow: 0 0 20px #040f1a;
  border: 1px solid rgba(222, 228, 234, 0.5);
}

[theme='national_us'] .tab-pane {
  background-color: rgba(222, 228, 234, 0.8);
}

[theme='national_us'] table, [theme='national_us'] .table, [theme='national_us'] .message-content table, .message-content [theme='national_us'] table {
  color: #333333;
}

[theme='national_us'] table.alternate tr:nth-child(even), [theme='national_us'] .table.alternate tr:nth-child(even), [theme='national_us'] .message-content table.alternate tr:nth-child(even), .message-content [theme='national_us'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_us'] table.pretty tr, [theme='national_us'] .table.pretty tr, [theme='national_us'] .message-content table.pretty tr, .message-content [theme='national_us'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='national_us'] table.pretty tr:nth-child(even), [theme='national_us'] .table.pretty tr:nth-child(even), [theme='national_us'] .message-content table.pretty tr:nth-child(even), .message-content [theme='national_us'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='national_us'] table.pretty tr td, [theme='national_us'] .table.pretty tr td, [theme='national_us'] .message-content table.pretty tr td, .message-content [theme='national_us'] table.pretty tr td {
  padding: 5px 0;
}

[theme='national_us'] .nav .nav-link {
  background: transparent linear-gradient(#1b2e40, #513137);
  color: #fff;
  text-shadow: 1px 1px 1px black;
  border: none;
}

[theme='national_us'] .nav .nav-link:hover, [theme='national_us'] .nav .nav-link.active {
  background: transparent linear-gradient(#0d2f4e, #5e242f);
}

[theme='national_us'] .floating-notification {
  background: linear-gradient(180deg, rgba(222, 228, 234, 0.9) 0%, #dee4ea 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='national_us'] .trumbowyg-box {
  text-shadow: none;
}

[theme='national_us'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='national_us'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='national_us'] .trumbowyg-box .trumbowyg-active {
  background: #eef1f4;
}

[theme='national_us'] .trumbowyg-box .trumbowyg-dropdown, [theme='national_us'] .trumbowyg-box button {
  background-color: #d8dfe6;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='national_us'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #dee4ea;
}

[theme='national_us'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='national_us'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #dee4ea;
}

[theme='national_us'] .trumbowyg-modal-box {
  background: #dee4ea;
  border: none !important;
}

[theme='national_us'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='national_us'] .trumbowyg-modal-box * {
  border: none;
}

[theme='national_us'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='national_us'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='national_us'] .vip-advantage {
  background-image: linear-gradient(#dee4ea, #cbd5de);
}

[theme='national_us'] .ad_notify {
  color: #333333;
  background-color: #dee4ea;
}

[theme='national_us'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #0d2f4e;
}

[theme='national_us'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(13, 47, 78, 0.34);
}

[theme='national_us'] .gametile .game-title {
  background-color: #dee4ea;
  text-shadow: 0 0 2px rgba(222, 228, 234, 0.5);
  color: #333333;
}

[theme='national_us'] .gametile .game-online {
  background-color: #dee4ea;
  text-shadow: 0 0 2px rgba(222, 228, 234, 0.5);
  color: #333333;
}

[theme='national_us'] .game-challenge {
  background-color: #dee4ea;
}

[theme='national_us'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='national_us'] .shared_mission_state_waiting {
  background-color: #d1d9e1 !important;
}

[theme='national_us'] .shared_mission_state_running {
  background-color: #c1cbd4 !important;
}

[theme='national_us'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(222, 228, 234, 0.9) 0%, rgba(222, 228, 234, 0.6) 100%);
}

[theme='national_us'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='national_us'] #profile-subnav .profile-subnav-navitem-icon {
  color: #0d2f4e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='national_us'] .prize-drawing {
  background-color: #e7ecf0 !important;
  background-image: none !important;
}

[theme='national_us'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #d74460;
  border: 3px solid #5e242f;
}

[theme='national_us'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='national_us'] .prize-drawing .hint {
  background: linear-gradient(#5e242f, #321319);
  color: #fff;
}

[theme='national_us'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #dee4ea !important;
  background-image: linear-gradient(#dee4ea, #afbecc) !important;
}

[theme='national_us'] .prize-drawing .trade-container-item {
  background-color: #dee4ea;
}

[theme='national_us'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #b9c5d2;
  color: rgba(33, 27, 21, 0.2);
  text-shadow: 1px 1px 1px #dee4ea;
}

[theme='national_us'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='national_us'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='national_us'] .no-results {
  background: none;
}

[theme='national_us'] .CCcontainer {
  background-color: #d2d7dc;
}

[theme='national_us'] .CCcontainer #chatText {
  background-color: #dbe1e8;
}

[theme='national_us'] .CCcontainer .menu {
  background-color: #dee4ea;
}

[theme='national_us'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(13, 47, 78, 0.5);
}

[theme='national_us'] hr {
  border-color: rgba(33, 27, 21, 0.14);
}

[theme='national_us'] body {
  background-image: radial-gradient(#0d2f4e, #061727);
  background-size: cover;
}

[theme='national_us'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #0d2f4e, #5e242f);
  text-shadow: -1px -1px 1px rgba(13, 47, 78, 0.8), 1px 1px 2px #061522;
}

[theme='national_us'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #113c64, #702b38);
}

[theme='national_us'] .btn-current-theme:active, [theme='national_us'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #092238, #4c1d26);
}

[theme='national_us'] #live-search-wrapper {
  background: none;
}

[theme='national_us'] #top-menu {
  background-image: url("/assets/general/usflag.jpg");
  background-size: cover;
  background-position: center;
}

[theme='national_us'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #5e242f, #0d2f4e);
  border-radius: 0 0 5px 5px;
}

[theme='national_us'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(222, 228, 234, 0.5);
}

[theme='national_us'] .top-menu-item-color, [theme='national_us'] .logo-font {
  color: #dee4ea;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='national_us'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(222, 228, 234, 0.4), rgba(222, 228, 234, 0.6));
}

[theme='national_us'] #profile-subnav .profile-subnav-navitem-icon {
  color: #321319;
  text-shadow: 1px 1px 1px rgba(222, 228, 234, 0.5);
}

.btn-birthday_twenty_five {
  color: #fff !important;
  background-image: linear-gradient(to top, #ffc72e, #f35b43);
  text-shadow: -1px -1px 1px rgba(255, 199, 46, 0.8), 1px 1px 2px #fab700;
}

.btn-birthday_twenty_five:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ffce48, #f4705b);
}

.btn-birthday_twenty_five:active, .btn-birthday_twenty_five:focus {
  color: white !important;
  background-image: linear-gradient(to top, #ffc015, #f1462b);
}

[theme='birthday_twenty_five'] ::-webkit-scrollbar-track {
  background: #755600;
}

[theme='birthday_twenty_five'] ::-webkit-scrollbar-thumb {
  background: #ffc72e;
}

[theme='birthday_twenty_five'] ::-webkit-scrollbar-thumb:hover {
  background: #ffd561;
}

[theme='birthday_twenty_five'] body {
  background-image: radial-gradient(#f0b000, #360a03);
  background-attachment: fixed;
  background-size: cover;
  background-color: #fffaf5;
  color: #333333;
}

[theme='birthday_twenty_five'] #top-menu {
  background-image: linear-gradient(179deg, #ffc72e, rgba(197, 38, 13, 0.6));
}

[theme='birthday_twenty_five'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='birthday_twenty_five'] #top-menu, [theme='birthday_twenty_five'] #live-search-wrapper {
  color: #fff;
}

[theme='birthday_twenty_five'] #top-menu .top-menu-item-color, [theme='birthday_twenty_five'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='birthday_twenty_five'] .form-group .bootstrap-select, [theme='birthday_twenty_five'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #fffaf5, #ffebd6);
}

[theme='birthday_twenty_five'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='birthday_twenty_five'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(255, 199, 46, 0.4);
}

[theme='birthday_twenty_five'] .form-group .bootstrap-select .dropdown-toggle, [theme='birthday_twenty_five'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='birthday_twenty_five'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='birthday_twenty_five'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='birthday_twenty_five'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(255, 235, 214, 0.5);
}

[theme='birthday_twenty_five'] .message.sent {
  background-color: rgba(255, 250, 245, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='birthday_twenty_five'] .message.unread {
  border: 3px solid rgba(255, 199, 46, 0.5);
}

[theme='birthday_twenty_five'] .list-group-item {
  color: #333333;
  background-color: #ffebd6;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='birthday_twenty_five'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #f35d45;
}

[theme='birthday_twenty_five'] footer {
  color: #333333;
  background-color: rgba(255, 250, 245, 0.93);
}

[theme='birthday_twenty_five'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='birthday_twenty_five'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #f05c30;
}

[theme='birthday_twenty_five'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='birthday_twenty_five'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #f69f86 !important;
}

[theme='birthday_twenty_five'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='birthday_twenty_five'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #fa9273 !important;
}

[theme='birthday_twenty_five'] .info {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(255, 199, 46, 0.5);
}

[theme='birthday_twenty_five'] .info .info-body {
  text-shadow: none;
}

[theme='birthday_twenty_five'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='birthday_twenty_five'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='birthday_twenty_five'] #favorite-game i.active {
  color: #ffc72e;
}

[theme='birthday_twenty_five'] .not_specified, [theme='birthday_twenty_five'] [data-gender='not_specified'], [theme='birthday_twenty_five'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='birthday_twenty_five'] .female, [theme='birthday_twenty_five'] [data-gender='female'], [theme='birthday_twenty_five'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='birthday_twenty_five'] .male, [theme='birthday_twenty_five'] [data-gender='male'], [theme='birthday_twenty_five'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='birthday_twenty_five'] .card .card-header {
  background-color: #fffaf5;
  background-image: linear-gradient(rgba(255, 225, 194, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #fff2e6;
}

[theme='birthday_twenty_five'] .card .card-body {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .card .card-footer {
  background-color: rgba(255, 242, 230, 0.9);
}

[theme='birthday_twenty_five'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(255, 199, 46, 0.5), rgba(243, 93, 69, 0.5));
  font-weight: 1800;
}

[theme='birthday_twenty_five'] .card.card-toggle::before, [theme='birthday_twenty_five'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='birthday_twenty_five'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(255, 199, 46, 0.1), rgba(243, 93, 69, 0));
  text-shadow: 1px 1px 1px rgba(255, 250, 245, 0.4), 0 2px 10px rgba(255, 199, 46, 0.5);
}

[theme='birthday_twenty_five'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(255, 199, 46, 0), rgba(243, 93, 69, 0.05));
}

[theme='birthday_twenty_five'] .card.alternative .card-header {
  background-color: #fff0e1;
  background-image: linear-gradient(#ffeddc, #fff2e6);
}

[theme='birthday_twenty_five'] .card.alternative .card-body {
  background-color: #fff0e1;
}

[theme='birthday_twenty_five'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #fffaf5 98%);
}

[theme='birthday_twenty_five'] .vip-features-list .vip-feature {
  background-color: white;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='birthday_twenty_five'] .dropdown-menu {
  background-color: #fff9f3;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #fff2e6;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-item {
  color: #705f32;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-item.selected, [theme='birthday_twenty_five'] .dropdown-menu .dropdown-item.active {
  background-color: #fff0cd;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-item i {
  color: #ffbf0f;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-item:hover {
  background-color: #fff5e1;
  color: #212529;
}

[theme='birthday_twenty_five'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(243, 93, 69, 0.4);
}

[theme='birthday_twenty_five'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #ffebd6, rgba(255, 255, 255, 0.9));
}

[theme='birthday_twenty_five'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='birthday_twenty_five'] modal .modal-container {
  background-color: #ffebd6;
}

[theme='birthday_twenty_five'] modal .modal-close {
  background-color: red;
}

[theme='birthday_twenty_five'] .progress {
  background-color: #ffe3c7;
}

[theme='birthday_twenty_five'] .simple-box {
  border: 1px solid rgba(255, 235, 214, 0.4);
}

[theme='birthday_twenty_five'] .simple-box > div:nth-child(1) {
  background-color: rgba(255, 235, 214, 0.6);
}

[theme='birthday_twenty_five'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='birthday_twenty_five'] notify.alternative {
  color: #212529 !important;
  background-color: #f1ff2e;
  text-shadow: 1px 1px 1px #bac700;
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container {
  background-color: #fffaf5;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #ffeddc;
  background-image: linear-gradient(180deg, rgba(255, 199, 46, 0.05), #fff2e6);
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #ffebd6;
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(255, 250, 245, 0.8);
  background-image: linear-gradient(0deg, rgba(255, 199, 46, 0.01), #fff8f2);
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='birthday_twenty_five'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='birthday_twenty_five'] .bg-front {
  color: #333333;
  background-color: white !important;
}

[theme='birthday_twenty_five'] .bg-back {
  color: #333333;
  background-color: #fffaf5 !important;
}

[theme='birthday_twenty_five'] .bg-back-more {
  color: #333333;
  background-color: #fff2e6 !important;
}

[theme='birthday_twenty_five'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(255, 242, 230, 0.6) !important;
}

[theme='birthday_twenty_five'] .white-box-style {
  background-color: #fffefd !important;
  color: #333333;
}

[theme='birthday_twenty_five'] .box-glow {
  box-shadow: 0 1px 20px rgba(255, 199, 46, 0.4);
  border: 1px solid rgba(255, 199, 46, 0.4);
}

[theme='birthday_twenty_five'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #ffbc05;
  background-color: #ffc72e;
  background-image: linear-gradient(#ffc31f, #ffcb3d) !important;
}

[theme='birthday_twenty_five'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='birthday_twenty_five'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='birthday_twenty_five'] .bg-secondary {
  background-color: #f35d45;
  background-image: linear-gradient(#f25037, #f46a53) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #f13c1f;
}

[theme='birthday_twenty_five'] .bg-secondary > * {
  color: #fff !important;
}

[theme='birthday_twenty_five'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='birthday_twenty_five'] .bg-tertiary {
  background-color: #f9923a;
  background-image: linear-gradient(#f98a2b, #f99a49) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #f87c12;
}

[theme='birthday_twenty_five'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='birthday_twenty_five'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='birthday_twenty_five'] .border-primary {
  border-color: #ffc72e;
}

[theme='birthday_twenty_five'] .border-secondary {
  border-color: #f35d45;
}

[theme='birthday_twenty_five'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #ffc72e, #f35d45) !important;
  text-shadow: 1px 1px 1px #c79200;
}

[theme='birthday_twenty_five'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ffc72e, #f68775) !important;
}

[theme='birthday_twenty_five'] .btn-primary:hover {
  background: linear-gradient(180deg, #ffc72e, #f57662) !important;
}

[theme='birthday_twenty_five'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #f35d45, #f35d45) !important;
  text-shadow: 1px 1px 1px #f03315;
}

[theme='birthday_twenty_five'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ff5439, #f68775) !important;
}

[theme='birthday_twenty_five'] .btn-secondary:hover {
  background: linear-gradient(180deg, #f9593f, #f57662) !important;
}

[theme='birthday_twenty_five'] .btn-outline-secondary {
  background-color: #f35d45;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='birthday_twenty_five'] .btn-outline-secondary:hover {
  background-color: #ffc72e;
}

[theme='birthday_twenty_five'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #ba7165;
}

[theme='birthday_twenty_five'] .accordion {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .accordion-toggle.open {
  background-color: #fff0cd;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #fffaf5;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #fffaf5;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item.attention, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item.attention {
  background-color: #ffebb9;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #fffaf5;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item:hover, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item:hover {
  background-color: #fffaf5;
  background-image: linear-gradient(6deg, rgba(246, 91, 66, 0.2), rgba(255, 199, 46, 0.2)) !important;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item.active, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #ff5439, #ffc72e) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item.active:hover, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #ff5439, #ffc72e) !important;
  color: #fff;
}

[theme='birthday_twenty_five'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='birthday_twenty_five'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #f0b000;
}

[theme='birthday_twenty_five'] nav.side-menu-left .bubble, [theme='birthday_twenty_five'] nav.side-menu-right .bubble {
  background-color: #ffc72e;
  color: #fff;
  text-shadow: 1px 1px 1px #c79200;
  border-radius: 5px;
}

[theme='birthday_twenty_five'] .list-group-menu .list-group-item {
  color: #f05c30;
  background-color: rgba(255, 250, 245, 0.99);
  text-shadow: 1px 1px 1px #fff5eb;
  background-image: linear-gradient(rgba(255, 250, 245, 0) 66%, rgba(243, 93, 69, 0.05));
}

[theme='birthday_twenty_five'] .list-group-menu .list-group-item i {
  color: rgba(255, 199, 46, 0.8);
}

[theme='birthday_twenty_five'] .list-group-menu .list-group-item:hover {
  background-color: #fff2e6;
  color: #f2724d;
}

[theme='birthday_twenty_five'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ffc72e, #ff5439) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(255, 250, 245, 0.12);
}

[theme='birthday_twenty_five'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='birthday_twenty_five'] #live-search {
  outline: none;
}

[theme='birthday_twenty_five'] #live-search-list {
  background-color: #fffaf5;
  color: #333333;
}

[theme='birthday_twenty_five'] #live-search-list .search-item:hover {
  background-color: rgba(255, 199, 46, 0.1);
  color: #333333;
}

[theme='birthday_twenty_five'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='birthday_twenty_five'] .tournament-row {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(255, 250, 245, 0.7), rgba(255, 250, 245, 0.9));
}

[theme='birthday_twenty_five'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='birthday_twenty_five'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(255, 250, 245, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(255, 250, 245, 0.04);
}

[theme='birthday_twenty_five'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='birthday_twenty_five'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='birthday_twenty_five'] .form-control, [theme='birthday_twenty_five'] input, [theme='birthday_twenty_five'] textarea, [theme='birthday_twenty_five'] select, [theme='birthday_twenty_five'] .trumbowyg-box, [theme='birthday_twenty_five'] .custom-file-label {
  background-color: white;
  color: #333333;
}

[theme='birthday_twenty_five'] .form-control:focus, [theme='birthday_twenty_five'] input:focus, [theme='birthday_twenty_five'] textarea:focus, [theme='birthday_twenty_five'] select:focus, [theme='birthday_twenty_five'] .trumbowyg-box:focus, [theme='birthday_twenty_five'] .custom-file-label:focus {
  border-color: rgba(243, 93, 69, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 199, 46, 0.3);
}

[theme='birthday_twenty_five'] .form-control::placeholder, [theme='birthday_twenty_five'] input::placeholder, [theme='birthday_twenty_five'] textarea::placeholder, [theme='birthday_twenty_five'] select::placeholder, [theme='birthday_twenty_five'] .trumbowyg-box::placeholder, [theme='birthday_twenty_five'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='birthday_twenty_five'] .custom-file-label {
  border: 1px solid white;
  background-color: white;
  color: #333333;
}

[theme='birthday_twenty_five'] .custom-file-label::after {
  border-left: 1px solid #fffdfa;
  background-color: white;
}

[theme='birthday_twenty_five'] .file-upload .file-upload-list {
  background-color: white;
  border: 1px solid #fffdfa;
}

[theme='birthday_twenty_five'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='birthday_twenty_five'] .input-slider {
  background-image: linear-gradient(90deg, #fffaf5, #ffedc3);
}

[theme='birthday_twenty_five'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #f14428, #ffc72e);
  box-shadow: 0 0 20px #f0b000;
  border: 1px solid rgba(255, 250, 245, 0.5);
}

[theme='birthday_twenty_five'] .tab-pane {
  background-color: rgba(255, 250, 245, 0.8);
}

[theme='birthday_twenty_five'] table, [theme='birthday_twenty_five'] .table, [theme='birthday_twenty_five'] .message-content table, .message-content [theme='birthday_twenty_five'] table {
  color: #333333;
}

[theme='birthday_twenty_five'] table.alternate tr:nth-child(even), [theme='birthday_twenty_five'] .table.alternate tr:nth-child(even), [theme='birthday_twenty_five'] .message-content table.alternate tr:nth-child(even), .message-content [theme='birthday_twenty_five'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='birthday_twenty_five'] table.pretty tr, [theme='birthday_twenty_five'] .table.pretty tr, [theme='birthday_twenty_five'] .message-content table.pretty tr, .message-content [theme='birthday_twenty_five'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='birthday_twenty_five'] table.pretty tr:nth-child(even), [theme='birthday_twenty_five'] .table.pretty tr:nth-child(even), [theme='birthday_twenty_five'] .message-content table.pretty tr:nth-child(even), .message-content [theme='birthday_twenty_five'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='birthday_twenty_five'] table.pretty tr td, [theme='birthday_twenty_five'] .table.pretty tr td, [theme='birthday_twenty_five'] .message-content table.pretty tr td, .message-content [theme='birthday_twenty_five'] table.pretty tr td {
  padding: 5px 0;
}

[theme='birthday_twenty_five'] .nav .nav-link {
  background: transparent linear-gradient(#e0b84d, #df6b59);
  color: #fff;
  text-shadow: 1px 1px 1px #c79200;
  border: none;
}

[theme='birthday_twenty_five'] .nav .nav-link:hover, [theme='birthday_twenty_five'] .nav .nav-link.active {
  background: transparent linear-gradient(#ffc72e, #f35d45);
}

[theme='birthday_twenty_five'] .floating-notification {
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.9) 0%, #fffaf5 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='birthday_twenty_five'] .trumbowyg-box {
  text-shadow: none;
}

[theme='birthday_twenty_five'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-active {
  background: white;
}

[theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-dropdown, [theme='birthday_twenty_five'] .trumbowyg-box button {
  background-color: #fff5eb;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #fffaf5;
}

[theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='birthday_twenty_five'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #fffaf5;
}

[theme='birthday_twenty_five'] .trumbowyg-modal-box {
  background: #fffaf5;
  border: none !important;
}

[theme='birthday_twenty_five'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='birthday_twenty_five'] .trumbowyg-modal-box * {
  border: none;
}

[theme='birthday_twenty_five'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='birthday_twenty_five'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='birthday_twenty_five'] .vip-advantage {
  background-image: linear-gradient(#fffaf5, #ffebd6);
}

[theme='birthday_twenty_five'] .ad_notify {
  color: #333333;
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #ffc72e;
}

[theme='birthday_twenty_five'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(255, 199, 46, 0.34);
}

[theme='birthday_twenty_five'] .gametile .game-title {
  background-color: #fffaf5;
  text-shadow: 0 0 2px rgba(255, 250, 245, 0.5);
  color: #333333;
}

[theme='birthday_twenty_five'] .gametile .game-online {
  background-color: #fffaf5;
  text-shadow: 0 0 2px rgba(255, 250, 245, 0.5);
  color: #333333;
}

[theme='birthday_twenty_five'] .game-challenge {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='birthday_twenty_five'] .shared_mission_state_waiting {
  background-color: #fff7e9 !important;
}

[theme='birthday_twenty_five'] .shared_mission_state_running {
  background-color: #fff3d9 !important;
}

[theme='birthday_twenty_five'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(255, 250, 245, 0.9) 0%, rgba(255, 250, 245, 0.6) 100%);
}

[theme='birthday_twenty_five'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='birthday_twenty_five'] #profile-subnav .profile-subnav-navitem-icon {
  color: #ffc72e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='birthday_twenty_five'] .prize-drawing {
  background-color: white !important;
  background-image: none !important;
}

[theme='birthday_twenty_five'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ffd8d2;
  border: 3px solid #f35d45;
}

[theme='birthday_twenty_five'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='birthday_twenty_five'] .prize-drawing .hint {
  background: linear-gradient(#f35d45, #ec2e0f);
  color: #fff;
}

[theme='birthday_twenty_five'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #fffaf5 !important;
  background-image: linear-gradient(#fffaf5, #ffd4a9) !important;
}

[theme='birthday_twenty_five'] .prize-drawing .trade-container-item {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #ffdbb8;
  color: rgba(0, 5, 10, 0.2);
  text-shadow: 1px 1px 1px #fffaf5;
}

[theme='birthday_twenty_five'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='birthday_twenty_five'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='birthday_twenty_five'] .no-results {
  background: none;
}

[theme='birthday_twenty_five'] .CCcontainer {
  background-color: #fdeddd;
}

[theme='birthday_twenty_five'] .CCcontainer #chatText {
  background-color: #fff7f0;
}

[theme='birthday_twenty_five'] .CCcontainer .menu {
  background-color: #fffaf5;
}

[theme='birthday_twenty_five'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(255, 199, 46, 0.5);
}

[theme='birthday_twenty_five'] hr {
  border-color: rgba(0, 5, 10, 0.14);
}

[theme='birthday_twenty_five'] body {
  background-image: radial-gradient(#00d0ff, #0093b3ee, rgba(0, 127, 154, 0)), url("/assets/general/bday2025.jpg");
  background-size: auto 100%;
}

[theme='birthday_twenty_five'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #ffc72e, #f35d45);
  text-shadow: -1px -1px 1px rgba(255, 199, 46, 0.8), 1px 1px 2px #fab700;
}

[theme='birthday_twenty_five'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #ffce48, #f5725d);
}

[theme='birthday_twenty_five'] .btn-current-theme:active, [theme='birthday_twenty_five'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #ffc015, #f1482d);
}

[theme='birthday_twenty_five'] #live-search-wrapper {
  background: none;
}

[theme='birthday_twenty_five'] #top-menu {
  background: transparent;
}

[theme='birthday_twenty_five'] .top-menu-item-color, [theme='birthday_twenty_five'] .logo-font {
  color: #fffaf5;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

.btn-monkey {
  color: #fff !important;
  background-image: linear-gradient(to top, #f3ac12, #d93b00);
  text-shadow: -1px -1px 1px rgba(243, 172, 18, 0.8), 1px 1px 2px #c88c0a;
}

.btn-monkey:hover {
  color: white !important;
  background-image: linear-gradient(to top, #f4b52a, #f34200);
}

.btn-monkey:active, .btn-monkey:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e09d0b, #c03400);
}

[theme='monkey'] ::-webkit-scrollbar-track {
  background: #4a3404;
}

[theme='monkey'] ::-webkit-scrollbar-thumb {
  background: #f3ac12;
}

[theme='monkey'] ::-webkit-scrollbar-thumb:hover {
  background: #f5bd43;
}

[theme='monkey'] body {
  background-image: radial-gradient(#be850a, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #efeae4;
  color: #333333;
}

[theme='monkey'] #top-menu {
  background-image: linear-gradient(179deg, #f3ac12, rgba(118, 32, 0, 0.6));
}

[theme='monkey'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='monkey'] #top-menu, [theme='monkey'] #live-search-wrapper {
  color: #fff;
}

[theme='monkey'] #top-menu .top-menu-item-color, [theme='monkey'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='monkey'] .form-group .bootstrap-select, [theme='monkey'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #efeae4, #e4dbd1);
}

[theme='monkey'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='monkey'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(243, 172, 18, 0.4);
}

[theme='monkey'] .form-group .bootstrap-select .dropdown-toggle, [theme='monkey'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='monkey'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='monkey'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='monkey'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(228, 219, 209, 0.5);
}

[theme='monkey'] .message.sent {
  background-color: rgba(239, 234, 228, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='monkey'] .message.unread {
  border: 3px solid rgba(243, 172, 18, 0.5);
}

[theme='monkey'] .list-group-item {
  color: #333333;
  background-color: #e4dbd1;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='monkey'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #dc3c00;
}

[theme='monkey'] footer {
  color: #333333;
  background-color: rgba(239, 234, 228, 0.93);
}

[theme='monkey'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='monkey'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #c24400;
}

[theme='monkey'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='monkey'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #ff6d1f !important;
}

[theme='monkey'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='monkey'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #ff6310 !important;
}

[theme='monkey'] .info {
  background-color: rgba(245, 241, 238, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(243, 172, 18, 0.5);
}

[theme='monkey'] .info .info-body {
  text-shadow: none;
}

[theme='monkey'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='monkey'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='monkey'] #favorite-game i.active {
  color: #f3ac12;
}

[theme='monkey'] .not_specified, [theme='monkey'] [data-gender='not_specified'], [theme='monkey'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='monkey'] .female, [theme='monkey'] [data-gender='female'], [theme='monkey'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='monkey'] .male, [theme='monkey'] [data-gender='male'], [theme='monkey'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='monkey'] .card .card-header {
  background-color: #efeae4;
  background-image: linear-gradient(rgba(220, 209, 196, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e9e3da;
}

[theme='monkey'] .card .card-body {
  background-color: #efeae4;
}

[theme='monkey'] .card .card-footer {
  background-color: rgba(233, 227, 218, 0.9);
}

[theme='monkey'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(243, 172, 18, 0.5), rgba(220, 60, 0, 0.5));
  font-weight: 1800;
}

[theme='monkey'] .card.card-toggle::before, [theme='monkey'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='monkey'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(243, 172, 18, 0.1), rgba(220, 60, 0, 0));
  text-shadow: 1px 1px 1px rgba(239, 234, 228, 0.4), 0 2px 10px rgba(243, 172, 18, 0.5);
}

[theme='monkey'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(243, 172, 18, 0), rgba(220, 60, 0, 0.05));
}

[theme='monkey'] .card.alternative .card-header {
  background-color: #e7e0d7;
  background-image: linear-gradient(#e6ded4, #e9e3da);
}

[theme='monkey'] .card.alternative .card-body {
  background-color: #e7e0d7;
}

[theme='monkey'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #efeae4 98%);
}

[theme='monkey'] .vip-features-list .vip-feature {
  background-color: #f5f1ee;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='monkey'] .dropdown-menu {
  background-color: #efe9e2;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='monkey'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #e9e3da;
}

[theme='monkey'] .dropdown-menu .dropdown-item {
  color: #6d5729;
}

[theme='monkey'] .dropdown-menu .dropdown-item.selected, [theme='monkey'] .dropdown-menu .dropdown-item.active {
  background-color: #f0deba;
}

[theme='monkey'] .dropdown-menu .dropdown-item i {
  color: #db9a0b;
}

[theme='monkey'] .dropdown-menu .dropdown-item:hover {
  background-color: #efe4cf;
  color: #212529;
}

[theme='monkey'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(220, 60, 0, 0.4);
}

[theme='monkey'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #e4dbd1, rgba(250, 249, 247, 0.9));
}

[theme='monkey'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='monkey'] modal .modal-container {
  background-color: #e4dbd1;
}

[theme='monkey'] modal .modal-close {
  background-color: red;
}

[theme='monkey'] .progress {
  background-color: #ded4c7;
}

[theme='monkey'] .simple-box {
  border: 1px solid rgba(228, 219, 209, 0.4);
}

[theme='monkey'] .simple-box > div:nth-child(1) {
  background-color: rgba(228, 219, 209, 0.6);
}

[theme='monkey'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='monkey'] notify.alternative {
  color: #212529 !important;
  background-color: #eff312;
  text-shadow: 1px 1px 1px #959708;
}

[theme='monkey'] alert .alert-wrapper .alert-container {
  background-color: #efeae4;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='monkey'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #e6ded4;
  background-image: linear-gradient(180deg, rgba(243, 172, 18, 0.05), #e9e3da);
}

[theme='monkey'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #e4dbd1;
}

[theme='monkey'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(239, 234, 228, 0.8);
  background-image: linear-gradient(0deg, rgba(243, 172, 18, 0.01), #eee9e2);
}

[theme='monkey'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='monkey'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='monkey'] .bg-front {
  color: #333333;
  background-color: #f5f1ee !important;
}

[theme='monkey'] .bg-back {
  color: #333333;
  background-color: #efeae4 !important;
}

[theme='monkey'] .bg-back-more {
  color: #333333;
  background-color: #e9e3da !important;
}

[theme='monkey'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(233, 227, 218, 0.6) !important;
}

[theme='monkey'] .white-box-style {
  background-color: #f2eee9 !important;
  color: #333333;
}

[theme='monkey'] .box-glow {
  box-shadow: 0 1px 20px rgba(243, 172, 18, 0.4);
  border: 1px solid rgba(243, 172, 18, 0.4);
}

[theme='monkey'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #d2930b;
  background-color: #f3ac12;
  background-image: linear-gradient(#eaa40c, #f4b121) !important;
}

[theme='monkey'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='monkey'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='monkey'] .bg-secondary {
  background-color: #dc3c00;
  background-image: linear-gradient(#cd3800, #eb4000) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #b33100;
}

[theme='monkey'] .bg-secondary > * {
  color: #fff !important;
}

[theme='monkey'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='monkey'] .bg-tertiary {
  background-color: #e87409;
  background-image: linear-gradient(#d96d08, #f67b0b) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #c16007;
}

[theme='monkey'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='monkey'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='monkey'] .border-primary {
  border-color: #f3ac12;
}

[theme='monkey'] .border-secondary {
  border-color: #dc3c00;
}

[theme='monkey'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #f3ac12, #dc3c00) !important;
  text-shadow: 1px 1px 1px #976a08;
}

[theme='monkey'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #ffb006, #ff5110) !important;
}

[theme='monkey'] .btn-primary:hover {
  background: linear-gradient(180deg, #faaf0b, #fb4400) !important;
}

[theme='monkey'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #dc3c00, #dc3c00) !important;
  text-shadow: 1px 1px 1px #a92e00;
}

[theme='monkey'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #dc3c00, #ff5110) !important;
}

[theme='monkey'] .btn-secondary:hover {
  background: linear-gradient(180deg, #dc3c00, #fb4400) !important;
}

[theme='monkey'] .btn-outline-secondary {
  background-color: #dc3c00;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='monkey'] .btn-outline-secondary:hover {
  background-color: #f3ac12;
}

[theme='monkey'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #924b31;
}

[theme='monkey'] .accordion {
  background-color: #efeae4;
}

[theme='monkey'] .accordion-toggle.open {
  background-color: #f0deba;
}

[theme='monkey'] nav.side-menu-left .side-menu-item, [theme='monkey'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #efeae4;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #efeae4;
}

[theme='monkey'] nav.side-menu-left .side-menu-item.attention, [theme='monkey'] nav.side-menu-right .side-menu-item.attention {
  background-color: #f0d7a5;
}

[theme='monkey'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='monkey'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #f3eae0;
}

[theme='monkey'] nav.side-menu-left .side-menu-item:hover, [theme='monkey'] nav.side-menu-right .side-menu-item:hover {
  background-color: #efeae4;
  background-image: linear-gradient(6deg, rgba(220, 60, 0, 0.2), rgba(247, 173, 14, 0.2)) !important;
}

[theme='monkey'] nav.side-menu-left .side-menu-item.active, [theme='monkey'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #dc3c00, #ffb006) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='monkey'] nav.side-menu-left .side-menu-item.active:hover, [theme='monkey'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #dc3c00, #ffb006) !important;
  color: #fff;
}

[theme='monkey'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='monkey'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #be850a;
}

[theme='monkey'] nav.side-menu-left .bubble, [theme='monkey'] nav.side-menu-right .bubble {
  background-color: #f3ac12;
  color: #fff;
  text-shadow: 1px 1px 1px #976a08;
  border-radius: 5px;
}

[theme='monkey'] .list-group-menu .list-group-item {
  color: #c24400;
  background-color: rgba(239, 234, 228, 0.99);
  text-shadow: 1px 1px 1px #ebe5de;
  background-image: linear-gradient(rgba(239, 234, 228, 0) 66%, rgba(220, 60, 0, 0.05));
}

[theme='monkey'] .list-group-menu .list-group-item i {
  color: rgba(243, 172, 18, 0.8);
}

[theme='monkey'] .list-group-menu .list-group-item:hover {
  background-color: #e9e3da;
  color: #e14f00;
}

[theme='monkey'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#ffb006, #dc3c00) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(239, 234, 228, 0.12);
}

[theme='monkey'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='monkey'] #live-search {
  outline: none;
}

[theme='monkey'] #live-search-list {
  background-color: #efeae4;
  color: #333333;
}

[theme='monkey'] #live-search-list .search-item:hover {
  background-color: rgba(243, 172, 18, 0.1);
  color: #333333;
}

[theme='monkey'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='monkey'] .tournament-row {
  background-color: #efeae4;
}

[theme='monkey'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(239, 234, 228, 0.7), rgba(239, 234, 228, 0.9));
}

[theme='monkey'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='monkey'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(239, 234, 228, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(239, 234, 228, 0.04);
}

[theme='monkey'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='monkey'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='monkey'] .form-control, [theme='monkey'] input, [theme='monkey'] textarea, [theme='monkey'] select, [theme='monkey'] .trumbowyg-box, [theme='monkey'] .custom-file-label {
  background-color: #fefefe;
  color: #333333;
}

[theme='monkey'] .form-control:focus, [theme='monkey'] input:focus, [theme='monkey'] textarea:focus, [theme='monkey'] select:focus, [theme='monkey'] .trumbowyg-box:focus, [theme='monkey'] .custom-file-label:focus {
  border-color: rgba(220, 60, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(243, 172, 18, 0.3);
}

[theme='monkey'] .form-control::placeholder, [theme='monkey'] input::placeholder, [theme='monkey'] textarea::placeholder, [theme='monkey'] select::placeholder, [theme='monkey'] .trumbowyg-box::placeholder, [theme='monkey'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='monkey'] .custom-file-label {
  border: 1px solid #f5f4f2;
  background-color: #fefefe;
  color: #333333;
}

[theme='monkey'] .custom-file-label::after {
  border-left: 1px solid #efece9;
  background-color: white;
}

[theme='monkey'] .file-upload .file-upload-list {
  background-color: #f8f6f5;
  border: 1px solid #efece9;
}

[theme='monkey'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='monkey'] .input-slider {
  background-image: linear-gradient(90deg, #efeae4, #f0dbb0);
}

[theme='monkey'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #bd3400, #f3ac12);
  box-shadow: 0 0 20px #be850a;
  border: 1px solid rgba(239, 234, 228, 0.5);
}

[theme='monkey'] .tab-pane {
  background-color: rgba(239, 234, 228, 0.8);
}

[theme='monkey'] table, [theme='monkey'] .table, [theme='monkey'] .message-content table, .message-content [theme='monkey'] table {
  color: #333333;
}

[theme='monkey'] table.alternate tr:nth-child(even), [theme='monkey'] .table.alternate tr:nth-child(even), [theme='monkey'] .message-content table.alternate tr:nth-child(even), .message-content [theme='monkey'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='monkey'] table.pretty tr, [theme='monkey'] .table.pretty tr, [theme='monkey'] .message-content table.pretty tr, .message-content [theme='monkey'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='monkey'] table.pretty tr:nth-child(even), [theme='monkey'] .table.pretty tr:nth-child(even), [theme='monkey'] .message-content table.pretty tr:nth-child(even), .message-content [theme='monkey'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='monkey'] table.pretty tr td, [theme='monkey'] .table.pretty tr td, [theme='monkey'] .message-content table.pretty tr td, .message-content [theme='monkey'] table.pretty tr td {
  padding: 5px 0;
}

[theme='monkey'] .nav .nav-link {
  background: transparent linear-gradient(#ce9e37, #c64616);
  color: #fff;
  text-shadow: 1px 1px 1px #976a08;
  border: none;
}

[theme='monkey'] .nav .nav-link:hover, [theme='monkey'] .nav .nav-link.active {
  background: transparent linear-gradient(#f3ac12, #dc3c00);
}

[theme='monkey'] .floating-notification {
  background: linear-gradient(180deg, rgba(239, 234, 228, 0.9) 0%, #efeae4 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='monkey'] .trumbowyg-box {
  text-shadow: none;
}

[theme='monkey'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='monkey'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='monkey'] .trumbowyg-box .trumbowyg-active {
  background: #f8f6f4;
}

[theme='monkey'] .trumbowyg-box .trumbowyg-dropdown, [theme='monkey'] .trumbowyg-box button {
  background-color: #ebe5de;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='monkey'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #efeae4;
}

[theme='monkey'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='monkey'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #efeae4;
}

[theme='monkey'] .trumbowyg-modal-box {
  background: #efeae4;
  border: none !important;
}

[theme='monkey'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='monkey'] .trumbowyg-modal-box * {
  border: none;
}

[theme='monkey'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='monkey'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='monkey'] .vip-advantage {
  background-image: linear-gradient(#efeae4, #e4dbd1);
}

[theme='monkey'] .ad_notify {
  color: #333333;
  background-color: #efeae4;
}

[theme='monkey'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #f3ac12;
}

[theme='monkey'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(243, 172, 18, 0.34);
}

[theme='monkey'] .gametile .game-title {
  background-color: #efeae4;
  text-shadow: 0 0 2px rgba(239, 234, 228, 0.5);
  color: #333333;
}

[theme='monkey'] .gametile .game-online {
  background-color: #efeae4;
  text-shadow: 0 0 2px rgba(239, 234, 228, 0.5);
  color: #333333;
}

[theme='monkey'] .game-challenge {
  background-color: #efeae4;
}

[theme='monkey'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='monkey'] .shared_mission_state_waiting {
  background-color: #efe6d7 !important;
}

[theme='monkey'] .shared_mission_state_running {
  background-color: #f0e1c7 !important;
}

[theme='monkey'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(239, 234, 228, 0.9) 0%, rgba(239, 234, 228, 0.6) 100%);
}

[theme='monkey'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='monkey'] #profile-subnav .profile-subnav-navitem-icon {
  color: #f3ac12;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='monkey'] .prize-drawing {
  background-color: #f5f1ee !important;
  background-image: none !important;
}

[theme='monkey'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #ff9b76;
  border: 3px solid #dc3c00;
}

[theme='monkey'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='monkey'] .prize-drawing .hint {
  background: linear-gradient(#dc3c00, #9f2b00);
  color: #fff;
}

[theme='monkey'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #efeae4 !important;
  background-image: linear-gradient(#efeae4, #d3c5b4) !important;
}

[theme='monkey'] .prize-drawing .trade-container-item {
  background-color: #efeae4;
}

[theme='monkey'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #d8ccbe;
  color: rgba(16, 21, 27, 0.2);
  text-shadow: 1px 1px 1px #efeae4;
}

[theme='monkey'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='monkey'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='monkey'] .no-results {
  background: none;
}

[theme='monkey'] .CCcontainer {
  background-color: #e2ddd7;
}

[theme='monkey'] .CCcontainer #chatText {
  background-color: #ede8e1;
}

[theme='monkey'] .CCcontainer .menu {
  background-color: #efeae4;
}

[theme='monkey'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(243, 172, 18, 0.5);
}

[theme='monkey'] hr {
  border-color: rgba(16, 21, 27, 0.14);
}

[theme='monkey'] body {
  background-image: url("/assets/general/monkey-beach.jpg");
  background-size: auto 100%;
}

[theme='monkey'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #f3ac12, #dc3c00);
  text-shadow: -1px -1px 1px rgba(243, 172, 18, 0.8), 1px 1px 2px #c88c0a;
}

[theme='monkey'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #f4b52a, #f64300);
}

[theme='monkey'] .btn-current-theme:active, [theme='monkey'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #e09d0b, #c33500);
}

[theme='monkey'] #live-search-wrapper {
  background: none;
}

[theme='monkey'] #top-menu {
  background: linear-gradient(#209ce2 0%, #209ce2ee 30%, #209ce266);
}

[theme='monkey'] .top-menu-item-color, [theme='monkey'] .logo-font {
  color: #efeae4;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

.btn-admin {
  color: #fff !important;
  background-image: linear-gradient(to top, #004d6e, #073852);
  text-shadow: -1px -1px 1px rgba(0, 77, 110, 0.8), 1px 1px 2px #00293b;
}

.btn-admin:hover {
  color: white !important;
  background-image: linear-gradient(to top, #005f88, #094869);
}

.btn-admin:active, .btn-admin:focus {
  color: white !important;
  background-image: linear-gradient(to top, #003b55, #05283b);
}

[theme='admin'] ::-webkit-scrollbar-track {
  background: black;
}

[theme='admin'] ::-webkit-scrollbar-thumb {
  background: #004d6e;
}

[theme='admin'] ::-webkit-scrollbar-thumb:hover {
  background: #0071a1;
}

[theme='admin'] body {
  background-image: radial-gradient(#002231, black);
  background-attachment: fixed;
  background-size: cover;
  background-color: #eeeeee;
  color: #333333;
}

[theme='admin'] #top-menu {
  background-image: linear-gradient(179deg, #004d6e, rgba(0, 0, 0, 0.6));
}

[theme='admin'] #top-menu .bg-back-more {
  background-color: #00000022 !important;
}

[theme='admin'] #top-menu, [theme='admin'] #live-search-wrapper {
  color: #fff;
}

[theme='admin'] #top-menu .top-menu-item-color, [theme='admin'] #live-search-wrapper .top-menu-item-color {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='admin'] .form-group .bootstrap-select, [theme='admin'] .form-check .bootstrap-select {
  background-image: linear-gradient(to top, #eeeeee, #dfdfdf);
}

[theme='admin'] .form-group .bootstrap-select.show .dropdown-toggle, [theme='admin'] .form-check .bootstrap-select.show .dropdown-toggle {
  background-color: rgba(0, 77, 110, 0.4);
}

[theme='admin'] .form-group .bootstrap-select .dropdown-toggle, [theme='admin'] .form-check .bootstrap-select .dropdown-toggle {
  background-color: transparent;
}

[theme='admin'] .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, [theme='admin'] .form-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

[theme='admin'] .form-control {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: 1px solid rgba(223, 223, 223, 0.5);
}

[theme='admin'] .message.sent {
  background-color: rgba(238, 238, 238, 0.4) !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

[theme='admin'] .message.unread {
  border: 3px solid rgba(0, 77, 110, 0.5);
}

[theme='admin'] .list-group-item {
  color: #333333;
  background-color: #dfdfdf;
  border-color: rgba(51, 51, 51, 0.07);
}

[theme='admin'] .list-group-item.list-group-item-primary {
  color: #fff;
  background-color: #073852;
}

[theme='admin'] footer {
  color: #333333;
  background-color: rgba(238, 238, 238, 0.93);
}

[theme='admin'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item), [theme='admin'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item) {
  color: #005375;
}

[theme='admin'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover, [theme='admin'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item):hover {
  color: #0094d1 !important;
}

[theme='admin'] a:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active, [theme='admin'] .link:not(.btn):not(.nav-link):not(.side-menu-item):not(.gevip):not(.top-menu-item-color):not(.list-group-item).active {
  color: #0089c2 !important;
}

[theme='admin'] .info {
  background-color: rgba(246, 246, 246, 0.5);
  color: #333333;
  box-shadow: 0 5px 10px #00000033;
  border: 1px solid rgba(0, 77, 110, 0.5);
}

[theme='admin'] .info .info-body {
  text-shadow: none;
}

[theme='admin'] .text-muted {
  color: rgba(51, 51, 51, 0.56) !important;
}

[theme='admin'] #favorite-game i {
  color: rgba(51, 51, 51, 0.5);
}

[theme='admin'] #favorite-game i.active {
  color: #004d6e;
}

[theme='admin'] .not_specified, [theme='admin'] [data-gender='not_specified'], [theme='admin'] [gender='not_specified'] {
  color: #5b5b5b !important;
}

[theme='admin'] .female, [theme='admin'] [data-gender='female'], [theme='admin'] [gender='female'] {
  color: #ab0000 !important;
}

[theme='admin'] .male, [theme='admin'] [data-gender='male'], [theme='admin'] [gender='male'] {
  color: #0034b6 !important;
}

[theme='admin'] .card .card-header {
  background-color: #eeeeee;
  background-image: linear-gradient(rgba(213, 213, 213, 0.5), rgba(255, 255, 255, 0.5));
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e6e6e6;
}

[theme='admin'] .card .card-body {
  background-color: #eeeeee;
}

[theme='admin'] .card .card-footer {
  background-color: rgba(230, 230, 230, 0.9);
}

[theme='admin'] .card.card-toggle .card-header::after {
  color: #333333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(0, 77, 110, 0.5), rgba(7, 56, 82, 0.5));
  font-weight: 1800;
}

[theme='admin'] .card.card-toggle::before, [theme='admin'] .card.card-toggle .card-footer::before {
  color: #333333;
  text-shadow: 0 0 6px #fff;
}

[theme='admin'] .card.fancy .card-header {
  background-image: linear-gradient(0deg, rgba(0, 77, 110, 0.1), rgba(7, 56, 82, 0));
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.4), 0 2px 10px rgba(0, 77, 110, 0.5);
}

[theme='admin'] .card.fancy .card-body {
  background-image: linear-gradient(rgba(0, 77, 110, 0), rgba(7, 56, 82, 0.05));
}

[theme='admin'] .card.alternative .card-header {
  background-color: #e4e4e4;
  background-image: linear-gradient(#e1e1e1, #e6e6e6);
}

[theme='admin'] .card.alternative .card-body {
  background-color: #e4e4e4;
}

[theme='admin'] .card:not(.toggled).body-peak .card-body::after {
  background: linear-gradient(transparent 40%, #eeeeee 98%);
}

[theme='admin'] .vip-features-list .vip-feature {
  background-color: #f6f6f6;
  border: 1px solid rgba(218, 165, 32, 0.25);
}

[theme='admin'] .dropdown-menu {
  background-color: #ececed;
  box-shadow: 0 0 30px #00000044;
  color: #333333;
  border: 1px solid #0000000A;
}

[theme='admin'] .dropdown-menu .dropdown-header {
  color: #333333;
  background-color: #e6e6e6;
}

[theme='admin'] .dropdown-menu .dropdown-item {
  color: #243b45;
}

[theme='admin'] .dropdown-menu .dropdown-item.selected, [theme='admin'] .dropdown-menu .dropdown-item.active {
  background-color: #beced4;
}

[theme='admin'] .dropdown-menu .dropdown-item i {
  color: #00384f;
}

[theme='admin'] .dropdown-menu .dropdown-item:hover {
  background-color: #d6dee1;
  color: #212529;
}

[theme='admin'] .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(7, 56, 82, 0.4);
}

[theme='admin'] .tournament-mobile-nav {
  background: linear-gradient(0deg, #dfdfdf, rgba(253, 253, 253, 0.9));
}

[theme='admin'] modal.dark-mode .modal-container {
  background-color: #111111;
}

[theme='admin'] modal .modal-container {
  background-color: #dfdfdf;
}

[theme='admin'] modal .modal-close {
  background-color: red;
}

[theme='admin'] .progress {
  background-color: #d7d7d7;
}

[theme='admin'] .simple-box {
  border: 1px solid rgba(223, 223, 223, 0.4);
}

[theme='admin'] .simple-box > div:nth-child(1) {
  background-color: rgba(223, 223, 223, 0.6);
}

[theme='admin'] notify {
  color: #fff !important;
  background-color: red;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='admin'] notify.alternative {
  color: #fff !important;
  background-color: #00286e;
  text-shadow: 1px 1px 1px #000308;
}

[theme='admin'] alert .alert-wrapper .alert-container {
  background-color: #eeeeee;
  color: #333333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[theme='admin'] alert .alert-wrapper .alert-container .alert-header {
  color: #333333;
  text-shadow: 1px 1px 3px #e1e1e1;
  background-image: linear-gradient(180deg, rgba(0, 77, 110, 0.05), #e6e6e6);
}

[theme='admin'] alert .alert-wrapper .alert-container .alert-body {
  text-shadow: 1px 1px 1px #dfdfdf;
}

[theme='admin'] alert .alert-wrapper .alert-container .alert-footer {
  background-color: rgba(238, 238, 238, 0.8);
  background-image: linear-gradient(0deg, rgba(0, 77, 110, 0.01), #ececec);
}

[theme='admin'] alert .alert-wrapper .alert-container .alert-close {
  background-color: red;
}

[theme='admin'] alert .alert-wrapper .alert-container .alert-close:hover {
  background-color: #ff3b3b;
}

[theme='admin'] .bg-front {
  color: #333333;
  background-color: #f6f6f6 !important;
}

[theme='admin'] .bg-back {
  color: #333333;
  background-color: #eeeeee !important;
}

[theme='admin'] .bg-back-more {
  color: #333333;
  background-color: #e6e6e6 !important;
}

[theme='admin'] .bg-back-transparent {
  color: #333333;
  background-color: rgba(230, 230, 230, 0.6) !important;
}

[theme='admin'] .white-box-style {
  background-color: #f2f2f2 !important;
  color: #333333;
}

[theme='admin'] .box-glow {
  box-shadow: 0 1px 20px rgba(0, 77, 110, 0.4);
  border: 1px solid rgba(0, 77, 110, 0.4);
}

[theme='admin'] .bg-primary {
  color: #fff !important;
  text-shadow: 1px 1px 1px #003045;
  background-color: #004d6e;
  background-image: linear-gradient(#00425f, #00587d) !important;
}

[theme='admin'] .bg-primary > * {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5) !important;
}

[theme='admin'] .bg-primary.card-header {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 0 4px 10px rgba(255, 255, 255, 0.8) !important;
}

[theme='admin'] .bg-secondary {
  background-color: #073852;
  background-image: linear-gradient(#062e44, #084260) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #041e2c;
}

[theme='admin'] .bg-secondary > * {
  color: #fff !important;
}

[theme='admin'] .bg-secondary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='admin'] .bg-tertiary {
  background-color: #044360;
  background-image: linear-gradient(#033951, #054d6f) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #022839;
}

[theme='admin'] .bg-tertiary > * {
  color: #fff !important;
}

[theme='admin'] .bg-tertiary.card-header {
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5), 0 4px 10px rgba(33, 37, 41, 0.2) !important;
}

[theme='admin'] .border-primary {
  border-color: #004d6e;
}

[theme='admin'] .border-secondary {
  border-color: #073852;
}

[theme='admin'] .btn-primary {
  color: #fff !important;
  background: linear-gradient(180deg, #004d6e, #073852) !important;
  text-shadow: 1px 1px 1px #000608;
}

[theme='admin'] .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #004d6e, #0b5881) !important;
}

[theme='admin'] .btn-primary:hover {
  background: linear-gradient(180deg, #004d6e, #094b6e) !important;
}

[theme='admin'] .btn-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, #073852, #073852) !important;
  text-shadow: 1px 1px 1px #031823;
}

[theme='admin'] .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(180deg, #003a59, #0b5881) !important;
}

[theme='admin'] .btn-secondary:hover {
  background: linear-gradient(180deg, #043955, #094b6e) !important;
}

[theme='admin'] .btn-outline-secondary {
  background-color: #073852;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.3);
}

[theme='admin'] .btn-outline-secondary:hover {
  background-color: #004d6e;
}

[theme='admin'] .btn-outline-secondary.disabled {
  color: #999999;
  background-color: #15232b;
}

[theme='admin'] .accordion {
  background-color: #eeeeee;
}

[theme='admin'] .accordion-toggle.open {
  background-color: #beced4;
}

[theme='admin'] nav.side-menu-left .side-menu-item, [theme='admin'] nav.side-menu-right .side-menu-item {
  color: #333333;
  background-color: #eeeeee;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 1px 1px 1px #eeeeee;
}

[theme='admin'] nav.side-menu-left .side-menu-item.attention, [theme='admin'] nav.side-menu-right .side-menu-item.attention {
  background-color: #a7bec8;
}

[theme='admin'] nav.side-menu-left .side-menu-item .side-menu-icon, [theme='admin'] nav.side-menu-right .side-menu-item .side-menu-icon {
  color: rgba(51, 51, 51, 0.8);
  text-shadow: 0 0 5px #f1ebeb;
}

[theme='admin'] nav.side-menu-left .side-menu-item:hover, [theme='admin'] nav.side-menu-right .side-menu-item:hover {
  background-color: #eeeeee;
  background-image: linear-gradient(6deg, rgba(6, 56, 83, 0.2), rgba(0, 77, 110, 0.2)) !important;
}

[theme='admin'] nav.side-menu-left .side-menu-item.active, [theme='admin'] nav.side-menu-right .side-menu-item.active {
  background: linear-gradient(6deg, #023a57, #004d6e) !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(33, 37, 41, 0.5);
}

[theme='admin'] nav.side-menu-left .side-menu-item.active:hover, [theme='admin'] nav.side-menu-right .side-menu-item.active:hover {
  background: linear-gradient(318deg, #003a59, #004d6e) !important;
  color: #fff;
}

[theme='admin'] nav.side-menu-left .side-menu-item.active .side-menu-icon, [theme='admin'] nav.side-menu-right .side-menu-item.active .side-menu-icon {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px #002231;
}

[theme='admin'] nav.side-menu-left .bubble, [theme='admin'] nav.side-menu-right .bubble {
  background-color: #004d6e;
  color: #fff;
  text-shadow: 1px 1px 1px #000608;
  border-radius: 5px;
}

[theme='admin'] .list-group-menu .list-group-item {
  color: #005375;
  background-color: rgba(238, 238, 238, 0.99);
  text-shadow: 1px 1px 1px #e9e9e9;
  background-image: linear-gradient(rgba(238, 238, 238, 0) 66%, rgba(7, 56, 82, 0.05));
}

[theme='admin'] .list-group-menu .list-group-item i {
  color: rgba(0, 77, 110, 0.8);
}

[theme='admin'] .list-group-menu .list-group-item:hover {
  background-color: #e6e6e6;
  color: #006994;
}

[theme='admin'] .list-group-menu .list-group-item.active {
  background: linear-gradient(#004d6e, #023a57) !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.12);
}

[theme='admin'] .list-group-menu .list-group-item.active i {
  color: #fff !important;
}

[theme='admin'] #live-search {
  outline: none;
}

[theme='admin'] #live-search-list {
  background-color: #eeeeee;
  color: #333333;
}

[theme='admin'] #live-search-list .search-item:hover {
  background-color: rgba(0, 77, 110, 0.1);
  color: #333333;
}

[theme='admin'] #live-search-list .search-item .search-item-category {
  color: rgba(51, 51, 51, 0.5);
}

[theme='admin'] .tournament-row {
  background-color: #eeeeee;
}

[theme='admin'] .tournament-row .overlay {
  background-image: linear-gradient(0deg, rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.9));
}

[theme='admin'] .text-shadow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

[theme='admin'] .text-shadow-extended {
  text-shadow: 0 0 10px rgba(238, 238, 238, 0.97), -1px -1px 1px rgba(51, 51, 51, 0.04), 1px 1px 1px rgba(238, 238, 238, 0.04);
}

[theme='admin'] .text-shadow-huge {
  text-shadow: 0px 0px 30px rgba(51, 51, 51, 0.3);
}

[theme='admin'] .border-top {
  border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}

[theme='admin'] .form-control, [theme='admin'] input, [theme='admin'] textarea, [theme='admin'] select, [theme='admin'] .trumbowyg-box, [theme='admin'] .custom-file-label {
  background-color: white;
  color: #333333;
}

[theme='admin'] .form-control:focus, [theme='admin'] input:focus, [theme='admin'] textarea:focus, [theme='admin'] select:focus, [theme='admin'] .trumbowyg-box:focus, [theme='admin'] .custom-file-label:focus {
  border-color: rgba(7, 56, 82, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 77, 110, 0.3);
}

[theme='admin'] .form-control::placeholder, [theme='admin'] input::placeholder, [theme='admin'] textarea::placeholder, [theme='admin'] select::placeholder, [theme='admin'] .trumbowyg-box::placeholder, [theme='admin'] .custom-file-label::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

[theme='admin'] .custom-file-label {
  border: 1px solid #f8f8f8;
  background-color: white;
  color: #333333;
}

[theme='admin'] .custom-file-label::after {
  border-left: 1px solid #f1f1f1;
  background-color: white;
}

[theme='admin'] .file-upload .file-upload-list {
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}

[theme='admin'] .file-upload .custom-file-label {
  color: #333333;
}

[theme='admin'] .input-slider {
  background-image: linear-gradient(90deg, #eeeeee, #b3c6ce);
}

[theme='admin'] .input-slider::-webkit-slider-thumb {
  background-image: linear-gradient(to top, #052536, #004d6e);
  box-shadow: 0 0 20px #002231;
  border: 1px solid rgba(238, 238, 238, 0.5);
}

[theme='admin'] .tab-pane {
  background-color: rgba(238, 238, 238, 0.8);
}

[theme='admin'] table, [theme='admin'] .table, [theme='admin'] .message-content table, .message-content [theme='admin'] table {
  color: #333333;
}

[theme='admin'] table.alternate tr:nth-child(even), [theme='admin'] .table.alternate tr:nth-child(even), [theme='admin'] .message-content table.alternate tr:nth-child(even), .message-content [theme='admin'] table.alternate tr:nth-child(even) {
  background-color: #00000007;
}

[theme='admin'] table.pretty tr, [theme='admin'] .table.pretty tr, [theme='admin'] .message-content table.pretty tr, .message-content [theme='admin'] table.pretty tr {
  border-bottom: 1px solid #0000000a;
}

[theme='admin'] table.pretty tr:nth-child(even), [theme='admin'] .table.pretty tr:nth-child(even), [theme='admin'] .message-content table.pretty tr:nth-child(even), .message-content [theme='admin'] table.pretty tr:nth-child(even) {
  background-color: #00000007;
}

[theme='admin'] table.pretty tr td, [theme='admin'] .table.pretty tr td, [theme='admin'] .message-content table.pretty tr td, .message-content [theme='admin'] table.pretty tr td {
  padding: 5px 0;
}

[theme='admin'] .nav .nav-link {
  background: transparent linear-gradient(#11465e, #103549);
  color: #fff;
  text-shadow: 1px 1px 1px #000608;
  border: none;
}

[theme='admin'] .nav .nav-link:hover, [theme='admin'] .nav .nav-link.active {
  background: transparent linear-gradient(#004d6e, #073852);
}

[theme='admin'] .floating-notification {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.9) 0%, #eeeeee 40%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 40px rgba(0, 0, 0, 0.6);
}

[theme='admin'] .trumbowyg-box {
  text-shadow: none;
}

[theme='admin'] .trumbowyg-box svg {
  color: #333333;
  fill: #333333;
}

[theme='admin'] .trumbowyg-box .trumbowyg-button-pane button:not(.trumbowyg-disable):hover, [theme='admin'] .trumbowyg-box .trumbowyg-active {
  background: #fbfbfb;
}

[theme='admin'] .trumbowyg-box .trumbowyg-dropdown, [theme='admin'] .trumbowyg-box button {
  background-color: #e9e9e9;
  color: #333333;
  border: none;
  border-radius: 5px;
}

[theme='admin'] .trumbowyg-box .trumbowyg-button-group::after {
  background: #eeeeee;
}

[theme='admin'] .trumbowyg-box .trumbowyg-button-pane::before {
  display: none;
}

[theme='admin'] .trumbowyg-box .trumbowyg-button-pane::after {
  background: #eeeeee;
}

[theme='admin'] .trumbowyg-modal-box {
  background: #eeeeee;
  border: none !important;
}

[theme='admin'] .trumbowyg-modal-box input:focus {
  background-color: #ffffff22;
}

[theme='admin'] .trumbowyg-modal-box * {
  border: none;
}

[theme='admin'] .trumbowyg-modal-box .trumbowyg-input-row {
  border-radius: 5px;
}

[theme='admin'] .trumbowyg-modal-box .trumbowyg-input-infos {
  background-color: #ffffff11;
}

[theme='admin'] .vip-advantage {
  background-image: linear-gradient(#eeeeee, #dfdfdf);
}

[theme='admin'] .ad_notify {
  color: #333333;
  background-color: #eeeeee;
}

[theme='admin'] .step-tab.active {
  box-shadow: inset 0 -8px 0 -4px #004d6e;
}

[theme='admin'] .step-tab.done {
  box-shadow: inset 0 -8px 0 -4px rgba(0, 77, 110, 0.34);
}

[theme='admin'] .gametile .game-title {
  background-color: #eeeeee;
  text-shadow: 0 0 2px rgba(238, 238, 238, 0.5);
  color: #333333;
}

[theme='admin'] .gametile .game-online {
  background-color: #eeeeee;
  text-shadow: 0 0 2px rgba(238, 238, 238, 0.5);
  color: #333333;
}

[theme='admin'] .game-challenge {
  background-color: #eeeeee;
}

[theme='admin'] .game-challenge .game-challenge-name {
  color: #333333;
}

[theme='admin'] .shared_mission_state_waiting {
  background-color: #e0e4e6 !important;
}

[theme='admin'] .shared_mission_state_running {
  background-color: #cdd7dc !important;
}

[theme='admin'] #profile-subnav {
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.9) 0%, rgba(238, 238, 238, 0.6) 100%);
}

[theme='admin'] #profile-subnav .profile-subnav-navitem-link {
  color: #333333;
}

[theme='admin'] #profile-subnav .profile-subnav-navitem-icon {
  color: #004d6e;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

[theme='admin'] .prize-drawing {
  background-color: #f6f6f6 !important;
  background-image: none !important;
}

[theme='admin'] .prize-drawing.is_featured {
  box-shadow: 0 0 6px #009ef2;
  border: 3px solid #073852;
}

[theme='admin'] .prize-drawing.vip {
  box-shadow: 0 0 6px gold;
  border: 3px solid gold;
}

[theme='admin'] .prize-drawing .hint {
  background: linear-gradient(#073852, #02111a);
  color: #fff;
}

[theme='admin'] .prize-drawing .trade-unlock .unlock-quiz {
  background-color: #eeeeee !important;
  background-image: linear-gradient(#eeeeee, #c8c8c8) !important;
}

[theme='admin'] .prize-drawing .trade-container-item {
  background-color: #eeeeee;
}

[theme='admin'] .prize-drawing .trade-container-item .amount-select.disabled {
  background-color: #cfcfcf;
  color: rgba(17, 17, 17, 0.2);
  text-shadow: 1px 1px 1px #eeeeee;
}

[theme='admin'] .search-item {
  padding: 4px 8px;
  cursor: pointer;
}

[theme='admin'] .search-item:hover {
  background-color: #0098d2;
  color: white;
}

[theme='admin'] .no-results {
  background: none;
}

[theme='admin'] .CCcontainer {
  background-color: #e1e1e1;
}

[theme='admin'] .CCcontainer #chatText {
  background-color: #ebebeb;
}

[theme='admin'] .CCcontainer .menu {
  background-color: #eeeeee;
}

[theme='admin'] orb {
  color: rgba(51, 51, 51, 0.45);
  text-shadow: 0 0 5px rgba(0, 77, 110, 0.5);
}

[theme='admin'] hr {
  border-color: rgba(17, 17, 17, 0.14);
}

[theme='admin'] body {
  background-image: radial-gradient(#405761, #182023);
}

[theme='admin'] body #page {
  background-color: rgba(238, 238, 238, 0.9);
}

[theme='admin'] .btn-current-theme {
  color: #fff !important;
  background-image: linear-gradient(to top, #004d6e, #073852);
  text-shadow: -1px -1px 1px rgba(0, 77, 110, 0.8), 1px 1px 2px #00293b;
}

[theme='admin'] .btn-current-theme:hover {
  color: white !important;
  background-image: linear-gradient(to top, #005f88, #094869);
}

[theme='admin'] .btn-current-theme:active, [theme='admin'] .btn-current-theme:focus {
  color: white !important;
  background-image: linear-gradient(to top, #003b55, #05283b);
}

[theme='admin'] #live-search-wrapper {
  background: none;
}

[theme='admin'] #top-menu {
  background-image: linear-gradient(#004d6e, #052536);
}

[theme='admin'] #top-menu.old-design .menu-wrapper {
  background-image: linear-gradient(0deg, #073852, #004d6e);
  border-radius: 0 0 5px 5px;
}

[theme='admin'] #top-menu.old-design .menu-wrapper .top-menu-item-color {
  color: #333333 !important;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.5);
}

[theme='admin'] .top-menu-item-color, [theme='admin'] .logo-font {
  color: #eeeeee;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.5);
}

[theme='admin'] #profile-subnav {
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0.4), rgba(238, 238, 238, 0.6));
}

[theme='admin'] #profile-subnav .profile-subnav-navitem-icon {
  color: #02111a;
  text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.5);
}

.hiddenObjectHunt {
  position: absolute;
  bottom: 0;
  z-index: 10000000;
  transition: background-position-y 300ms;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position-y: 300px;
  background-size: contain;
}

.hiddenObjectHunt:hover {
  background-position-y: 0 !important;
}

.hiddenObjectHunt.christmas_1 {
  height: 60px;
  width: 80px;
  background-image: url("/assets/general/monkey_xmax.png");
}

.hiddenObjectHunt.christmas_1.shown {
  background-position-y: 30px;
}

.hiddenObjectHunt.standard_1, .hiddenObjectHunt.birthday_1 {
  height: 71px;
  width: 60px;
  background-image: url("/assets/monkey_head_hidden_object_hunt_copy.png");
}

.hiddenObjectHunt.standard_1.shown, .hiddenObjectHunt.birthday_1.shown {
  background-position-y: 38px;
}

[lang='da-DK'] .hiddenObjectHunt.birthday_1 {
  height: 100px;
  width: 91px;
  background-image: url("/assets/general/hidden-twenty-five.png");
}

[lang='da-DK'] .hiddenObjectHunt.birthday_1.shown {
  background-position-y: 38px;
}

@font-face {
  font-family: 'Obelix Pro';
  src: url("/assets/fonts/ObelixPro-cyr.woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Color Emoji';
  src: url("/assets/fonts/NotoColorEmoji.woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Baloo 2';
  src: url("/assets/fonts/Baloo2-VariableFont_wght.woff2");
  font-display: swap;
}

html {
  overflow-y: scroll;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 820px) {
  html {
    font-size: 14px;
  }
}

body {
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-bottom: 0;
}

html, body {
  height: auto;
}

.playgame {
  height: 100%;
}

.playgame body {
  height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #293a46;
}

::-webkit-scrollbar-thumb {
  background: #208ab9;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00b0ff;
}

.logo-font {
  font-family: "Obelix Pro", "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
  font-weight: bold;
  font-size: 18px;
}

body.modal_open {
  overflow-y: visible;
  overflow-x: clip;
}

body.modal_open .modal-mask {
  opacity: 1;
}

body.modal_open.iphone {
  position: fixed;
  width: 100%;
}

img {
  max-width: 100%;
}

img[src=""] {
  display: none;
}

iframe[src=""] {
  display: none;
}

::selection {
  background: #0098d2;
  color: white;
}

input[disabled], textarea[disabled], select[disabled] {
  cursor: not-allowed;
}

notify {
  border-radius: 25%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 9;
  padding: 0 7px;
}

notify.alternative {
  top: 5px;
}

notify.levitate {
  top: -8px;
}

notify.active {
  opacity: 0.9;
}

#app {
  padding-top: 60px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

#top-menu {
  z-index: 2;
}

#top-menu .top-menu-item-color {
  border-radius: 5px;
}

#page-wrapper {
  margin: 0 47px;
  z-index: 0;
}

#page-wrapper #page {
  padding: 7px;
  margin: 0 auto;
  flex-grow: 1;
  position: relative;
  max-width: 1150px;
  min-height: 90vh;
}

@media (max-width: 820px) {
  #page-wrapper #page {
    padding: 10px 10px 10px 10px;
  }
}

@media (max-width: 1600px) {
  #page-wrapper #page-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 99999999999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms;
  }
  #page-wrapper #page-overlay.menu-open {
    opacity: 0.15;
  }
}

#page {
  flex-grow: 1;
  position: relative;
}

.is_vip {
  border: 2px solid gold;
  color: gold;
}

nav.side-menu-left, nav.side-menu-right {
  height: auto;
  position: fixed;
  max-height: calc(100vh - 75px);
  padding-top: 7px;
  z-index: 1;
  overflow-y: auto;
  font-family: "Baloo 2", "Noto Color Emoji", "Helvetica Neue", "sans-serif";
}

nav.side-menu-left .side-menu-item, nav.side-menu-right .side-menu-item {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 150ms;
}

nav.side-menu-left .side-menu-item.is_vip .side-menu-icon, nav.side-menu-right .side-menu-item.is_vip .side-menu-icon {
  width: 38px;
}

nav.side-menu-left .side-menu-item.is_vip .side-menu-icon img, nav.side-menu-right .side-menu-item.is_vip .side-menu-icon img {
  width: 38px;
}

nav.side-menu-left .side-menu-item.is_vip .bubble, nav.side-menu-right .side-menu-item.is_vip .bubble {
  background: none;
}

nav.side-menu-left .side-menu-item .side-menu-icon, nav.side-menu-right .side-menu-item .side-menu-icon {
  padding: 1vh 0;
  text-align: center;
  width: 42px;
  position: relative;
  transition: color 150ms;
}

nav.side-menu-left .side-menu-item .side-menu-icon img, nav.side-menu-right .side-menu-item .side-menu-icon img {
  border-radius: 5px;
  width: 42px;
}

nav.side-menu-left .side-menu-item .side-menu-icon notify, nav.side-menu-right .side-menu-item .side-menu-icon notify {
  top: 0;
}

nav.side-menu-left .side-menu-item .side-menu-text, nav.side-menu-right .side-menu-item .side-menu-text {
  width: 0;
  overflow: hidden;
  transition: width 150ms, padding 150ms, color 150ms;
  white-space: nowrap;
  font-weight: bold;
}

nav.side-menu-left .side-menu-item .side-menu-text .bubble, nav.side-menu-right .side-menu-item .side-menu-text .bubble {
  opacity: 0;
  transition: opacity 150ms;
  padding: 0 3px;
}

nav.side-menu-left .side-menu-item .side-menu-text #theme_select, nav.side-menu-right .side-menu-item .side-menu-text #theme_select {
  padding: 0;
}

nav.side-menu-left .spacer-half, nav.side-menu-right .spacer-half {
  height: 10px;
}

nav.side-menu-left.active .side-menu-text, nav.side-menu-right.active .side-menu-text {
  width: 170px;
}

nav.side-menu-left.active .bubble, nav.side-menu-right.active .bubble {
  opacity: 1 !important;
}

nav.side-menu-left .side-menu-section :first-child {
  border-top-right-radius: 5px;
}

nav.side-menu-left .side-menu-section :last-child {
  border-bottom-right-radius: 5px;
}

nav.side-menu-left .side-menu-item notify {
  left: initial;
  right: 0;
}

nav.side-menu-right .side-menu-section :first-child {
  border-top-left-radius: 5px;
}

nav.side-menu-right .side-menu-section :last-child {
  border-bottom-left-radius: 5px;
}

nav.side-menu-right .side-menu-item notify {
  left: 0;
  right: initial;
}

nav.side-menu-right {
  right: 0;
}

@media (max-height: 800px) {
  nav.side-menu-left, nav.side-menu-right {
    top: 60px;
  }
  nav.side-menu-left .side-menu-item .side-menu-icon, nav.side-menu-right .side-menu-item .side-menu-icon {
    padding: 1vh 0;
  }
}

@media (max-height: 760px) {
  nav.side-menu-left .side-menu-item .side-menu-icon, nav.side-menu-right .side-menu-item .side-menu-icon {
    padding: 0.9vh 0;
  }
}

@media (max-height: 700px) {
  nav.side-menu-left .side-menu-item .side-menu-icon, nav.side-menu-right .side-menu-item .side-menu-icon {
    padding: 0.9vh 0;
  }
}

@media (max-height: 660px) {
  nav.side-menu-left .side-menu-item .side-menu-icon, nav.side-menu-right .side-menu-item .side-menu-icon {
    padding: 0.8vh 0;
  }
}

@media (max-width: 820px) {
  #page-wrapper {
    margin: 0;
  }
  nav.side-menu-left, nav.side-menu-right {
    font-size: 14px;
  }
  nav.side-menu-left.active .side-menu-text, nav.side-menu-right.active .side-menu-text {
    width: 36vw;
    max-width: 135px;
    padding: 4px 0;
  }
  nav.side-menu-left {
    left: -60px;
  }
  nav.side-menu-left.active {
    left: 0;
  }
  nav.side-menu-right {
    right: -60px;
  }
  nav.side-menu-right.active {
    right: 0;
  }
  .side-menu-toggle {
    display: block;
  }
}

@media (min-width: 1600px) {
  .side-menu-toggle {
    display: none;
  }
  nav.side-menu-left .side-menu-text, nav.side-menu-right .side-menu-text {
    width: 180px !important;
  }
  nav.side-menu-left .bubble, nav.side-menu-right .bubble {
    opacity: 1 !important;
  }
}

@media (min-width: 1900px) and (min-height: 1000px) {
  #page-wrapper #page {
    max-width: 1300px;
  }
  nav.side-menu-left .side-menu-item, nav.side-menu-right .side-menu-item {
    padding: 5px;
  }
  nav.side-menu-left .side-menu-text, nav.side-menu-right .side-menu-text {
    width: 240px !important;
    font-size: 18px;
  }
}

@media (min-width: 2400px) and (min-height: 1000px) {
  #page-wrapper #page {
    max-width: 1600px;
  }
  nav.side-menu-left .side-menu-item, nav.side-menu-right .side-menu-item {
    padding: 5px;
  }
  nav.side-menu-left .side-menu-text, nav.side-menu-right .side-menu-text {
    width: 240px !important;
    font-size: 18px;
  }
}

a, a:hover, a:focus, .btn:focus, button:focus {
  outline: none;
  text-decoration: none;
}

.card, .form-control, .input-group-icon, .trumbowyg-box {
  border: none;
}

.tab-pane {
  background-color: #ffffffdd;
  border-radius: 0 5px 5px 5px;
  padding: 7px;
}

@media (max-width: 767.98px) {
  .tab-pane {
    padding: 3.5px;
  }
}

.page-background, .profile-page-background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 1170px) {
  .page-background, .profile-page-background {
    display: block;
  }
}

.page-background.is-hidden, .profile-page-background.is-hidden {
  display: none;
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1150px;
}

@media (min-width: 768px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 7px;
    padding-right: 7px;
  }
  .container-fluid .row, .container-sm .row, .container-md .row, .container-lg .row, .container-xl .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .container-fluid .row [class*=" col"], .container-sm .row [class*=" col"], .container-md .row [class*=" col"], .container-lg .row [class*=" col"], .container-xl .row [class*=" col"], .container-fluid .row [class^="col"], .container-sm .row [class^="col"], .container-md .row [class^="col"], .container-lg .row [class^="col"], .container-xl .row [class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .container-fluid .row .collapse, .container-sm .row .collapse, .container-md .row .collapse, .container-lg .row .collapse, .container-xl .row .collapse, .container-fluid .row .collapsed, .container-sm .row .collapsed, .container-md .row .collapsed, .container-lg .row .collapsed, .container-xl .row .collapsed {
    padding: 0 !important;
  }
}

.row.slim, .row.slim .row {
  margin-left: -1.75px;
  margin-right: -1.75px;
}

.row.slim [class*=" col"], .row.slim [class^="col"], .row.slim .row [class*=" col"], .row.slim .row [class^="col"] {
  padding: 0;
}

.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

[data-current-user='1'] {
  font-weight: bold;
}

[data-vip='1']::after {
  content: "★";
  color: gold;
  text-shadow: 0 0 1px #3a3015, 0px 0px 6px rgba(255, 188, 51, 0.5);
}

[data-moderator='1']::after {
  content: "★";
  color: #00ff15;
  text-shadow: 0 0 1px #153a18, 0px 0px 6px rgba(51, 255, 54, 0.5);
}

[data-support='1']::after {
  content: "★";
  color: #d000ff;
  text-shadow: 0 0 1px #2c153a, 0px 0px 6px rgba(133, 51, 255, 0.5);
}

.font-size-0-5 {
  font-size: 0.5rem;
}

.font-size-0-75 {
  font-size: 0.75rem;
}

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

.font-size-1-15 {
  font-size: 1.15rem;
}

.font-size-1-25 {
  font-size: 1.25rem;
}

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

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

.font-size-4 {
  font-size: 2rem;
}

.rounded25p {
  border-radius: 25%;
}

.rounded50p {
  border-radius: 50%;
}

.rounded, #compareStats .stats-element ul {
  border-radius: 5px !important;
  overflow: hidden;
}

.border-light {
  border-color: #f2f2f2 !important;
}

.pw-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pw-40p {
  padding-left: 40% !important;
  padding-right: 40% !important;
}

.pw-20p {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.bg-icon {
  background-position: right center;
  background-size: auto 80%;
  padding-right: 40px;
  background-repeat: no-repeat;
}

.white-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #555;
  font-size: 10px;
  border-radius: 5px 0 0 0;
}

@media (max-width: 767.98px) {
  .white-tag {
    font-size: 9px;
    padding: 0 5px;
  }
}

.white-tag.white-tag-left {
  left: 0;
  right: initial;
  border-radius: 0 5px 0 0;
}

pre {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #efefef;
  border: 1px solid #dedede;
  border-radius: 4px;
  z-index: 9998;
  overflow: visible;
  line-height: 2em;
}

pre i {
  color: #888;
  font-size: 10px;
  padding: 0 5px;
}

.tokens-display {
  width: 100%;
  display: flex;
  align-items: center;
}

.tokens-display img {
  display: inline;
  width: 1rem;
  height: 1rem;
}

.notification-target {
  position: relative;
  z-index: 1;
}

.notification-target:after {
  content: attr(data-new);
  background-color: #d74c4c;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  text-shadow: 1px 1px 1px #00000066;
  padding: 1px 10px;
  border-radius: 5px 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.old-design #page-wrapper {
  margin: 0;
}

.old-design notify {
  top: -5px;
  right: -10px;
}

.old-design .dropdown-toggle notify {
  top: -10px;
  right: -15px;
}

.old-design .dropdown-item notify {
  top: 5px;
  right: 5px;
}

.help-box {
  background-color: #d8d8d8;
  padding: 3.5px;
}

.media .media-image {
  width: 64px;
}

#messagesReceiversButtons .btn {
  margin-right: 4px;
}

#force-reload-countdown {
  background-color: rgba(255, 0, 0, 0.85);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #ffcecd;
  text-align: center;
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.dropdown-divider {
  margin: 5px 0;
}

.dropdown {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  background-repeat: repeat-x;
  background-position-y: -60px;
  transition: background-position-y .5s;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown:hover {
  transition: none;
  background-position-y: 0;
}

.dropdown .dropdown-menu .dropdown-header {
  padding: 7px;
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 0.5rem;
}

.money-games-terms {
  font-size: 12px;
}

.money-games-terms a {
  color: #303030;
}

.money-games-terms img {
  height: 32px;
}

.hero-content .money-games-terms {
  width: 200%;
  display: block;
}

.hero-content .money-games-terms a {
  color: white !important;
}

.hero-content .money-games-terms img {
  margin-right: 10px;
  height: 60px;
}

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

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

.asset-icon {
  margin-bottom: 2px;
  height: 16px;
}

.asset-icon-small {
  height: 11px;
  vertical-align: bottom;
}

.notification .asset-icon {
  height: 10px;
}

table {
  border: none;
}

table tr td {
  vertical-align: inherit;
}

iframe, video {
  max-width: 100%;
  border: none;
  display: block;
}

.users-online-wrapper {
  color: white;
  font-size: .8rem;
  border-radius: 0 0 5px 5px;
  padding: 3px .5rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 60px;
}

.wallet {
  position: absolute;
  right: 26px;
  top: 60px;
}

.wallet .bg-back-more {
  background-color: #00000033;
  padding: 2px 3px;
}

.highlight {
  background-color: rgba(100, 164, 204, 0.1);
  padding: 5px;
  margin: -5px;
  border: 1px dashed rgba(100, 164, 204, 0.2);
}

.simple-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.simple-box > div {
  padding: 10px;
}

.simple-box > div:nth-child(1) {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 16px;
}

.simple-box.orange {
  border: 1px solid #ffd995;
}

.simple-box.orange > div:nth-child(1) {
  background-color: #fff6e0;
  color: #333333;
  text-shadow: 1px 1px 3px #ffffff;
}

.table-striped th, .table-striped td {
  padding: 5px 10px;
}

.vertical-middle {
  display: inline-block;
}

.vertical-middle > {
  vertical-align: middle;
}

.cookie-usage-box-wrapper {
  color: #333333;
  font-size: 10px;
}

.cookie-usage-box-wrapper .cookie-usage-box {
  position: fixed;
  bottom: 0;
  z-index: 9998;
  width: 60%;
  margin: 0 20%;
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 20px #000000;
  border: 1px solid #444444;
}

.cookie-usage-box-wrapper .cookie-usage-box .header {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.cookie-usage-box-wrapper .cookie-usage-box .details {
  margin-bottom: 20px;
}

.reka {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000CC;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reka .pola {
  max-width: 1024px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}

.reka .pola iframe {
  margin: 0 auto;
}

.reka #codas {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #eeeeee;
  background-color: #000000;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #444444;
  box-shadow: 0 3px 8px #00000099;
}

.reka #cidos {
  display: none;
  cursor: pointer;
  font-size: 20px;
  color: #eeeeee;
  background-color: #000000;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 5px;
  border: 1px solid #999999;
  box-shadow: 0 3px 8px #00000099;
}

.clickable {
  cursor: pointer;
}

.ad_notify {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 2px 4px 0;
  font-size: 14px;
  border-radius: 5px;
  z-index: 2;
}

.ad_notify a {
  color: gold;
}

.gevip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  text-shadow: 1px 1px 1px #00000077, 0px 7px 15px rgba(126, 84, 0, 0.99);
  background-color: goldenrod;
  background-image: url("/assets/ads/get_vip_4.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  transition: bottom 200ms;
}

.ap-game_side_top .gevip {
  font-size: 18px;
}

.ap-game_side_top .gevip img {
  display: none;
}

@media (max-width: 500px) {
  .gevip {
    font-size: 18px;
  }
  .gevip img {
    display: none;
  }
}

.aplaho {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.aplaho .arender {
  width: 100%;
}

.aplaho iframe {
  margin: 0 auto;
}

.ap {
  min-height: 180px;
}

.ap .backup {
  display: none;
}

footer {
  color: #ffffff88;
  border-radius: 5px 5px 0 0;
  margin-top: 7px;
}

footer .link {
  color: #4dceff;
}

.xdsoft_datetimepicker {
  z-index: 10000000001;
}

snow {
  content: "⬤";
  pointer-events: none;
  color: #ffffff44;
  position: absolute;
  display: block;
  z-index: 100000;
}

orb {
  pointer-events: none;
  color: #ffffff22;
  position: absolute;
  display: block;
  z-index: -1;
  text-shadow: 0 0 5px rgba(6, 186, 255, 0.4);
  opacity: 0;
  transition: opacity 3000ms, left 3000ms ease, top 3000ms linear;
}

.hr {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.04) 100%);
  width: 100%;
  height: 1px;
  margin: 5px 0;
}

.hr-light {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
  width: 100%;
  height: 1px;
  margin: 5px 0;
}

.sunglasses {
  position: absolute;
  top: -50px;
  left: 24px;
  animation: sunglasses-on 2500ms ease-out 2000ms forwards;
}

.xmashood {
  position: absolute;
  top: -80px;
  left: 4px;
  width: 46px;
  animation: xmashood-on 2500ms ease-out 2000ms forwards;
}

.old-design .xmashood {
  left: 0;
}

@media (max-width: 768px) {
  .sunglasses {
    left: 22px;
  }
}

@media (max-width: 568px) {
  .sunglasses {
    display: none;
  }
  .logo-font.ml-2.m-0 {
    margin-left: 0 !important;
    font-size: 20px;
  }
  .gametile .game-title {
    font-size: 1rem;
  }
  .gametile .game-online {
    font-size: 0.8rem;
  }
}

@keyframes sunglasses-on {
  from {
    top: -50px;
  }
  to {
    top: 22px;
  }
}

@keyframes xmashood-on {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}

.old-design .sunglasses {
  position: absolute;
  top: -200px;
  left: 20px;
  animation: sunglasses-on 2500ms ease-out 2000ms forwards;
}

@keyframes sunglasses-on {
  from {
    top: -200px;
  }
  to {
    top: 24px;
  }
}

#administration {
  font-size: 16px;
}

#administration #sidebar {
  width: 200px;
  position: absolute;
  left: -160px;
  transition: left 200ms;
  z-index: 9999999999999;
}

#administration #sidebar.shown {
  left: 0;
}

#administration #page {
  border-radius: 10px;
  padding: 10px;
  max-width: 100% !important;
}

#administration .tag-style.new {
  background-color: #0b9a9a;
  color: #fff;
}

#administration .tag-style.accepted {
  background-color: #b6ff00;
  color: #fff;
}

#administration .tag-style.declined {
  background-color: #760000;
  color: #fff;
}

#administration .tag-style.postponed {
  background-color: #a19e00;
  color: #fff;
}

#administration .tag-style.fixed {
  background-color: #2cbd00;
  color: #fff;
}

#administration .accordion-toggle {
  background-image: linear-gradient(0deg, #00000033, #00000011);
  cursor: pointer;
  font-weight: 600;
  border-bottom: solid 1px #eeeeee;
  transition: all 150ms;
  padding: 5px 10px;
  border-radius: 5px;
}

#administration .accordion-toggle:after {
  content: '\002B';
  font-size: 16px;
  color: #777;
  float: right;
  margin-left: 5px;
}

#administration .accordion-toggle.open {
  margin: 0;
}

#administration .accordion-toggle.open:after {
  content: "\2212";
}

#administration .accordion {
  padding: 10px;
  margin-bottom: 3.5px;
}

#administration .bg-black {
  background-color: #000;
}

#administration .bg-waiting, #administration .bg-postponed {
  background-color: #a0eef1;
}

#administration .bg-ready {
  background-color: #babf89;
}

#administration .bg-running, #administration .bg-new {
  background-color: #98c772;
}

#administration .bg-ended, #administration .bg-declined {
  background-color: #c77272;
}

#administration .bg-processing, #administration .bg-accepted {
  background-color: #a88a5d;
}

#administration .bg-failed {
  background-color: #ffd3d3;
}

#administration .bg-done, #administration .bg-completed, #administration .bg-fixed {
  background-color: #d1fca6;
}

#administration .bg-normal {
  background-color: #ffffff;
}

#administration .bg-vip {
  background-color: #ffde9c;
}

#administration .bg-non-vip {
  background-color: #faf6e6;
}

#administration .bg-unlock {
  background-color: #dbdbdb;
}

#administration .bg-inactive {
  background-color: #ffcfcf;
}

#administration .grayLighter {
  background-color: #fff;
}

#administration .tournament .planned {
  color: #ffffff;
  background-color: #697f8a !important;
}

#administration .tournament .pending {
  background-color: #297a99 !important;
  color: #fff;
}

#administration .tournament .starting {
  background-color: #516c79 !important;
}

#administration .tournament .running {
  background-color: #82a948 !important;
  color: #fff;
}

#administration .tournament .finishing {
  background-color: #5b923e !important;
}

#administration .tournament .finished, #administration .tournament .done {
  background-color: #216e21 !important;
  color: #fff;
}

#administration .tournament .crashed {
  background-color: darkred !important;
  color: #fff;
}

#administration .tournament .cancelled {
  background-color: #494949 !important;
}

#administration .tournament .qualified {
  background-color: greenyellow;
}

#administration .tournament .final-1 {
  background-color: gold;
}

#administration .tournament .final-2 {
  background-color: silver;
}

#administration .tournament .final-3 {
  background-color: saddlebrown;
}

#administration .user-management-buttons {
  min-width: 250px;
}

#administration .container {
  padding: 15px;
  max-width: 100%;
}

#administration #app {
  height: 100%;
}

#administration #page {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#administration #sidebar li {
  display: inline;
}

#administration #game-statistics #iframe-container iframe {
  height: 80vh;
  width: 100%;
  border: none;
}

#administration .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 15px;
}

#administration .breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
}

#administration .breadcrumbs li:first-of-type .separator {
  display: none;
}

#administration .table thead td, #administration .message-content table thead td, .message-content #administration table thead td, #administration .table th, #administration .message-content table th, .message-content #administration table th {
  font-weight: bold;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.1);
}

#administration .table td, #administration .message-content table td, .message-content #administration table td, #administration .table th, #administration .message-content table th, .message-content #administration table th {
  padding: 0.3rem;
}

#administration .table tbody td, #administration .message-content table tbody td, .message-content #administration table tbody td {
  vertical-align: middle;
}

#administration .table .preview-image, #administration .message-content table .preview-image, .message-content #administration table .preview-image {
  max-height: 50px;
}

#administration .col-form-label {
  padding-top: 0;
}

#administration #attachments img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 12px;
}

#administration .online-indicator, #administration .offline-indicator {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block !important;
}

#administration .online-indicator {
  background-color: lime;
  border: 2px solid limegreen;
}

#administration .offline-indicator {
  background-color: red;
  border: 2px solid #78000b;
}

#administration .pages-edit-tree .pages-edit-tree-item {
  margin-bottom: 10px;
}

#administration .pages-edit-tree .pages-edit-tree-branch {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

#administration .pages-edit-tree .pages-edit-tree-branch .pages-edit-tree-item {
  display: inline-block;
  margin-bottom: 0;
}

#administration .pages-edit-tree .pages-edit-tree-link {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(9, 130, 173, 0.5) 0%, rgba(0, 95, 122, 0.8) 100%);
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  min-width: 200px;
}

#administration .sticky {
  top: 0;
}
