@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: #147cba;
  --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: #147cba;
  --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: "open sans", helvetica, arial, 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: "open sans", helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: left;
  background-color: #f5f5f5;
}

[tabindex="-1"]:focus {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 700;
}

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: #147cba;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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;
}

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: #9b9b9b;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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-weight: normal;
  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: 80%;
  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: 80%;
  color: #6c757d;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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-break: 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: 700;
}

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 15px;
  padding-left: 15px;
}

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

.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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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: #4a4a4a;
}

.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: #4a4a4a;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

.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: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #60b9ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

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

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

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a4a4a;
  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 {
  color: #9b9b9b;
}

.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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  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: 0.25rem;
}

.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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.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 .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.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: 80%;
  color: #d74c4c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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: 0.25rem;
}

.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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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 .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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: #4a4a4a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #147cba;
  border-color: #147cba;
}

.btn-primary:hover {
  color: #fff;
  background-color: #106597;
  border-color: #0f5d8c;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 144, 196, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #147cba;
  border-color: #147cba;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f5d8c;
  border-color: #0e5680;
}

.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(55, 144, 196, 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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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: #147cba;
  border-color: #147cba;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #147cba;
  border-color: #147cba;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #147cba;
  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: #147cba;
  border-color: #147cba;
}

.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(20, 124, 186, 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: #147cba;
  text-decoration: none;
}

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

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

.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%;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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: #4a4a4a;
  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: #147cba;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: #147cba;
}

.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%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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-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: 0.25rem;
}

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

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

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

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

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

.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: #adb5bd solid 1px;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

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

.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' 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(20, 124, 186, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(20, 124, 186, 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' 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(20, 124, 186, 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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.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(20, 124, 186, 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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #60b9ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 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-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;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #60b9ee;
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

.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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.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 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #8ecdf3;
}

.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: #147cba;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #8ecdf3;
}

.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: #147cba;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #8ecdf3;
}

.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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.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-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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: #f5f5f5;
  border-color: #dee2e6 #dee2e6 #f5f5f5;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.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 {
  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: 0.25rem;
}

.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 566.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
    flex-wrap: nowrap;
  }
  .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 {
    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 {
    flex-wrap: nowrap;
  }
  .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 {
    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 {
    flex-wrap: nowrap;
  }
  .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 {
    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 {
    flex-wrap: nowrap;
  }
  .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 {
    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 {
    flex-wrap: nowrap;
  }
  .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 {
  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 {
  flex-wrap: nowrap;
}

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: 0.25rem;
}

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

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  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: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 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 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

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

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

.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 567px) {
  .card-group {
    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 > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #147cba;
  border-color: #147cba;
}

.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: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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: #147cba;
}

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

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 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: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #0a4061;
  background-color: #d0e5f1;
  border-color: #bddaec;
}

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

.alert-primary .alert-link {
  color: #052133;
}

.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;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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;
}

.list-group-item-action {
  width: 100%;
  color: #147cba;
  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: #4a4a4a;
  background-color: #e9ecef;
}

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

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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: #147cba;
  border-color: #147cba;
}

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

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

.list-group-item-primary {
  color: #0a4061;
  background-color: #bddaec;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a4061;
  background-color: #a9cfe6;
}

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

.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: 700;
  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;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  backdrop-filter: blur(10px);
  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);
}

.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);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

.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);
  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: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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);
  }
  .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: "open sans", helvetica, arial, 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;
  word-spacing: normal;
  white-space: 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: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "open sans", helvetica, arial, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #147cba;
  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) * -1);
}

.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: #147cba;
}

.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) * -1);
  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: #147cba;
}

.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) * -1);
}

.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: #147cba;
}

.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 #1373ac;
}

.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) * -1);
  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: #147cba;
}

.popover-header {
  padding: 0.8rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: white;
  background-color: #1373ac;
  border-bottom: 1px solid #106395;
  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: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

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

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

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

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

.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: #147cba !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f5d8c !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: #147cba !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: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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;
  }
}

.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;
  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;
}

.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);
}

.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;
  }
}

.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, footer .footer-links li, #tournaments .tournament-mobile-nav .nav-link .small, #tournaments .tournament-mobile-nav .nav-link #shop_user_payment #element label, #shop_user_payment #element #tournaments .tournament-mobile-nav .nav-link 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: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #147cba !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0d4e75 !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: #4a4a4a !important;
}

.text-muted {
  color: #9b9b9b !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;
  overflow-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;
  }
  thead {
    display: table-header-group;
  }
  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;
  border-bottom: 1px solid #147cba;
}

.steps-progress-container .step-tab {
  height: 80px;
  font-weight: 700;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  color: #147cba;
}

.steps-progress-container .step-tab.open {
  cursor: pointer;
  background-color: white;
}

.steps-progress-container .step-tab.done {
  background-color: white;
}

.steps-progress-container .step-tab.active {
  background-color: white;
  box-shadow: inset 0 -8px 0 -4px #147cba;
}

.steps-progress-container .step-tab a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-container {
  overflow: hidden;
  position: relative;
}

.steps-container .step {
  padding-top: 10px;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  display: inline-block;
  transform: translateX(100%);
  transition: transform 500ms, opacity 500ms;
  pointer-events: none;
}

.steps-container .step.active {
  transform: translateX(0);
  pointer-events: auto;
}

.steps-container .step.done {
  transform: translateX(0);
  opacity: 0;
}

.steps-container .step .step-name {
  color: #147cba;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}

.navbar {
  height: 60px;
}

.navbar#top-menu {
  transform: translateZ(0);
}

.navbar#top-menu .menu-wrapper {
  position: relative;
  background-color: rgba(45, 81, 146, 0.5);
}

.navbar#top-menu .menu-wrapper .left-side-menu {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 0 30px black;
}

.navbar#top-menu #main-menu-mobile {
  height: 60px;
  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;
}

@media (hover: hover) {
  .navbar#top-menu #main-menu-mobile:hover {
    transition: none;
    background-position-y: 0;
  }
}

.navbar#top-menu #main-menu-mobile.show {
  background-position-y: 0;
}

.navbar#top-menu #main-menu-mobile .dropdown-menu {
  padding: 0;
  background-color: transparent;
}

.navbar#top-menu #main-menu-mobile .dropdown-item {
  text-align: center;
  display: block;
  border-bottom: 1px solid #0b6087;
  background-color: rgba(33, 69, 129, 0.9);
  color: #fff;
  padding: 20px;
  font-weight: bold;
}

.navbar#top-menu .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  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;
}

@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.VIP span {
  color: #ffd500;
}

.navbar#top-menu .logo-wrapper {
  position: relative;
}

.navbar#top-menu .logo-wrapper .logo {
  width: 45px;
  position: relative;
  z-index: 5;
  max-width: none;
}

.navbar#top-menu .total-users-online-wrapper {
  color: white;
  font-size: .8rem;
  background-color: rgba(45, 81, 146, 0.5);
  border-bottom-right-radius: 10px;
  padding: 3px .5rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -2;
}

.navbar#top-menu .right-side-menu {
  height: 100%;
}

.navbar#top-menu .right-side-menu .dropdown {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  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;
}

@media (hover: hover) {
  .navbar#top-menu .right-side-menu .dropdown:hover {
    transition: none;
    background-position-y: 0;
  }
}

@media (max-width: 566.98px) {
  .navbar#top-menu .right-side-menu .dropdown {
    padding: 0 .2rem;
  }
}

.navbar#top-menu .right-side-menu .dropdown.show {
  background-position-y: 0;
}

.navbar#top-menu .right-side-menu .dropdown .dropdown-toggle {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.navbar#top-menu .right-side-menu .dropdown .dropdown-toggle.user-link .friend-icon {
  width: 40px;
  height: 40px;
}

.navbar#top-menu .right-side-menu .dropdown .dropdown-toggle notify {
  top: -4px;
  right: -4px;
}

.navbar#top-menu .right-side-menu .wallet {
  font-size: .8rem;
  background-color: rgba(45, 81, 146, 0.5);
  border-bottom-left-radius: 5px;
  padding: 3px 10px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -2;
  color: #fff;
  font-weight: 700;
}

.navbar#top-menu .right-side-menu .wallet .currency, .navbar#top-menu .right-side-menu .wallet .tokens {
  display: flex;
  align-items: center;
}

.navbar#top-menu .right-side-menu .wallet .token-symbol {
  width: .8rem;
  height: .8rem;
  margin-left: 5px;
}

.navbar#top-menu .dropdown#instantMessages .dropdown-menu {
  padding: 0;
  padding-top: 21px;
  height: 400px;
  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#instantMessages .iconDirectChat, .navbar#top-menu .dropdown#instantMessages .search {
  display: none !important;
}

.navbar#top-menu .dropdown .dropdown-menu {
  z-index: -1;
  position: fixed;
  left: 0;
  border: 0;
  width: 100%;
  max-height: calc(100vh - 200px);
  box-shadow: 0 0 30px rgba(24, 54, 72, 0.4);
  color: #6c757d;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding-top: 21px;
}

@media (min-width: 567px) {
  .navbar#top-menu .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 300px;
    max-height: calc(100vh - 120px);
  }
}

.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: 0.25rem 1rem;
  white-space: normal;
  transition: background-color .5s, color .5s;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item i {
  color: #6c757d;
  margin-right: 10px;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item:active {
  color: #0d4e75;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-item:hover {
  transition: none;
  background-color: #eff1f4;
  color: #0d4e75;
}

.navbar#top-menu .dropdown .dropdown-menu .dropdown-userinfo-wrapper {
  min-width: 0;
}

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

.navbar#top-menu .coins > * {
  color: #ffc300;
  font-weight: 700;
  line-height: 1;
}

.navbar#top-menu .coins small {
  text-transform: capitalize;
}

#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.mobile-menu-open span {
  transition-property: transform, opacity, top, bottom;
  transition-duration: .3s;
  transition-delay: .3s, 0s, .3s, .3s;
}

#nav-icon.mobile-menu-open span:first-child {
  top: 10px;
  transform: translateY(100%) translateZ(0) rotate(45deg);
}

#nav-icon.mobile-menu-open span:nth-child(2) {
  opacity: 0;
}

#nav-icon.mobile-menu-open span:last-child {
  bottom: 11px;
  transform: translateY(-100%) translateZ(0) rotate(135deg);
}

.list-group-menu.list-group-flush .list-group-item {
  color: #147cba;
  transition: background-color .5s, color .5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.list-group-menu.list-group-flush .list-group-item i {
  font-size: 1.5rem;
  color: #6c757d;
  margin-right: 15px;
}

.list-group-menu.list-group-flush .list-group-item:hover {
  transition: none;
  background-color: #eff1f4;
  color: #0d4e75;
  text-decoration: none;
}

.dropdown.user-options .dropdown-menu {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: .5rem 0;
}

.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: #0d4e75;
}

.dropdown.user-options .dropdown-item:hover {
  transition: none;
  background-color: #eff1f4;
  color: #0d4e75;
}

#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 .form-group, form .form-check {
  position: relative;
}

form .form-group .bootstrap-select, form .form-check .bootstrap-select {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

form .form-group .bootstrap-select button, form .form-check .bootstrap-select button {
  background-color: transparent;
}

form .form-group .dropdown-menu, form .form-check .dropdown-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

form .form-group .dropdown-toggle, form .form-check .dropdown-toggle {
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  text-transform: initial;
  line-height: 24px;
}

form .form-check-label {
  display: flex;
  align-items: center;
}

form .form-check-input {
  margin-left: -2rem;
}

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-check {
  margin-bottom: 1rem;
  padding-left: 0;
}

.form-check-input-icon {
  margin-right: .5rem;
  color: #4a4a4a;
}

.file-upload {
  position: relative;
}

.file-upload .file-upload-list {
  padding: 10px 10px 8px 10px;
  background-color: rgba(0, 180, 255, 0.05);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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;
}

.file-upload .custom-file-label {
  color: #6c757d;
}

textarea.form-control {
  min-height: 120px;
}

.form-control-feedback {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px dashed #d74c4c;
  background-color: rgba(215, 76, 76, 0.28);
  font-size: 12px;
  overflow: hidden;
  color: #d74c4c;
}

form-error-message {
  display: none;
  overflow: hidden;
  color: #d74c4c;
  padding: 20px;
  border: 1px dashed #d74c4c;
  background-color: rgba(215, 76, 76, 0.1);
  margin-bottom: 20px;
}

#done-check-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: initial;
  bottom: -120px;
  max-height: 200px;
  z-index: 100000;
}

#done-check-mark .checkmark {
  stroke: #28a745;
  stroke-width: 3;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  animation: dash 2s ease-out forwards infinite;
}

@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;
  }
  100% {
    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;
  left: -15px;
  width: calc(100% + 30px);
  opacity: 0;
  animation: fade-up .8s forwards;
}

@media (min-width: 768px) {
  #hero {
    left: -30px;
    width: calc(100% + 60px);
  }
}

.hero-banner {
  display: block;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.hero-banner-large {
  height: 250px;
  background-position: 90% center;
}

@media (min-width: 768px) {
  .hero-banner-large {
    height: 300px;
    background-position: right center;
  }
}

@media (min-width: 992px) {
  .hero-banner-large {
    height: 360px;
  }
}

.hero-banner .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 567px) {
  .hero-banner .hero-content {
    width: calc(55% - 30px);
  }
}

.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: 1.8vw;
  }
}

.hero-banner .hero-content h2, .hero-banner .hero-content p {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 0px 30px #000;
  font-weight: 700;
}

.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;
}

hr {
  width: 100%;
}

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

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

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

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

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

.mw-0 {
  min-width: 0;
}

.maw-80 {
  max-width: 80%;
}

.h1-height {
  height: 2.95rem;
  display: flex;
  align-items: flex-end;
}

.bg-gray {
  background-color: #999;
}

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

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

.notify {
  position: absolute !important;
}

.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;
}

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

.no-margin {
  margin: 0;
}

.no-radius {
  border-radius: 0 !important;
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-40 {
  padding: 40px;
}

.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-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;
}

.hidden {
  display: none !important;
}

.bg-img-center {
  background-size: cover;
  background-position: center;
}

.male {
  color: #3b5998;
}

.female {
  color: #9a2828;
}

.not_specified {
  color: #666;
}

.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);
}

.coin {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 5px;
  background-image: linear-gradient(to bottom, #feeb7b, #fcd345);
}

.progress {
  height: 4px;
}

.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;
}

.grayscale {
  filter: grayscale(100);
}

.opacity-50 {
  opacity: .5;
}

.link {
  cursor: pointer;
  color: #147cba;
  text-decoration: none;
}

.link:hover {
  color: #0d4e75;
  text-decoration: underline;
}

.text-shadow, .vip-hero-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.overflow-hidden {
  overflow: hidden;
}

.center {
  margin: 0 auto;
  display: block;
}

.delete-link {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
  cursor: pointer;
}

.delete-link.show {
  opacity: 1;
  pointer-events: auto;
}

.left-gradient-border {
  border-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #d8d8d8, rgba(0, 0, 0, 0)) 1 100%;
}

.right-gradient-border {
  border-width: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #d8d8d8, rgba(0, 0, 0, 0)) 1 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-container {
  display: grid;
}

.break-word {
  word-break: break-word;
}

.disabled-link {
  pointer-events: none;
  color: #6c757d;
  opacity: 0.65;
}

.blur-5 {
  filter: blur(5px);
}

.blur-10 {
  filter: blur(10px);
}

.tokens {
  display: flex;
  align-items: center;
}

.tokens .token-symbol {
  width: 1em;
  height: 1em;
  margin-left: .2em;
}

.bg-gold {
  background-color: #ffc300;
}

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

.bg-bronze {
  background-color: #cd7f32;
}

.text-gold {
  color: #ffc300;
}

.text-silver {
  color: silver;
}

.text-bronze {
  color: #cd7f32;
}

.lh1 {
  line-height: 1 !important;
}

.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;
}

.object-fit-contain {
  object-fit: contain;
}

.no-wrap {
  white-space: nowrap !important;
}

.no-text-shadow {
  text-shadow: none;
}

.fade-to-bottom {
  position: relative;
}

.fade-to-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, transparent 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  pointer-events: none;
}

.white-box-style {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.gold-border {
  border: 2px solid #ffc300;
}

.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;
  }
}

.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;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn {
  font-family: "open sans", helvetica, arial, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
}

.btn[disabled]:hover, .btn:disabled:hover {
  cursor: not-allowed;
}

.btn-default {
  border: 1px solid #dee2e6;
}

.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;
}

@media (max-width: 566.98px) {
  .btn-block-xs-only {
    display: block !important;
    width: 100% !important;
  }
}

.btn-play-round {
  display: none;
}

@media (max-width: 767.98px) {
  .btn-play-round {
    display: flex;
    position: fixed;
    z-index: 100;
    bottom: 10vw;
    right: 10vw;
    font-size: 2rem;
    visibility: hidden;
    opacity: 0;
    width: 80px;
    height: 80px;
    transition: opacity .5s, transform .5s;
    transform: translateY(-50%);
  }
  .btn-play-round.show {
    visibility: visible;
    opacity: .9;
    transform: translateY(0);
  }
}

.btn-purple, .btn-ideal, .btn-sofort {
  color: #fff;
  background-image: linear-gradient(to right top, #3622ac, #c86cd5);
  border: 1px solid #3622ac;
}

.btn-purple:hover, .btn-ideal:hover, .btn-sofort:hover, .btn-purple:active, .btn-ideal:active, .btn-sofort:active, .btn-purple:focus, .btn-ideal:focus, .btn-sofort:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #2f1e97, #c158cf) !important;
}

.btn-purple:active, .btn-ideal:active, .btn-sofort:active, .btn-purple:focus, .btn-ideal:focus, .btn-sofort:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 34, 172, 0.5);
}

.btn-gold {
  color: #212529;
  background-image: linear-gradient(to right top, #FFB21E, #FFD583);
  border: 1px solid #FFB21E;
}

.btn-gold:hover, .btn-gold:active, .btn-gold:focus {
  color: #212529;
  background-image: linear-gradient(to right top, #ffa905, #ffcc6a) !important;
}

.btn-gold:active, .btn-gold:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 178, 30, 0.5);
}

.btn-orange, .btn-bank_transfer {
  color: #fff;
  background-image: linear-gradient(to right top, #ff7b00, #fbb03b);
  border: 1px solid #ff7b00;
}

.btn-orange:hover, .btn-bank_transfer:hover, .btn-orange:active, .btn-bank_transfer:active, .btn-orange:focus, .btn-bank_transfer:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #e66f00, #faa622) !important;
}

.btn-orange:active, .btn-bank_transfer:active, .btn-orange:focus, .btn-bank_transfer:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}

.btn-gray {
  color: #212529;
  background-image: linear-gradient(to right top, #6c757d, #f8f9fa);
  border: 1px solid #6c757d;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  color: #212529;
  background-image: linear-gradient(to right top, #60686f, #e9ecef) !important;
}

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

.btn-facebook {
  color: #fff;
  background-image: linear-gradient(to right top, #4267B2, #4267B2);
  border: 1px solid #4267B2;
}

.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #3b5c9f, #3b5c9f) !important;
}

.btn-facebook:active, .btn-facebook:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5);
}

.btn-red {
  color: #fff;
  background-image: linear-gradient(to right top, #d74c4c, #FF3a3a);
  border: 1px solid #d74c4c;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #d23737, #ff2121) !important;
}

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

.btn-green, .btn-credit_card {
  color: #fff;
  background-image: linear-gradient(to right top, #28a745, #3CD500);
  border: 1px solid #28a745;
}

.btn-green:hover, .btn-credit_card:hover, .btn-green:active, .btn-credit_card:active, .btn-green:focus, .btn-credit_card:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #23923d, #35bc00) !important;
}

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

.btn-blue, .btn-giropay {
  color: #fff;
  background-image: linear-gradient(to right top, #147cba, #00EAFF);
  border: 1px solid #147cba;
}

.btn-blue:hover, .btn-giropay:hover, .btn-blue:active, .btn-giropay:active, .btn-blue:focus, .btn-giropay:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #126da3, #00d3e6) !important;
}

.btn-blue:active, .btn-giropay:active, .btn-blue:focus, .btn-giropay:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 124, 186, 0.5);
}

.btn-pink {
  color: #212529;
  background-image: linear-gradient(to right top, #D939CD, #F6CEEC);
  border: 1px solid #D939CD;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
  color: #212529;
  background-image: linear-gradient(to right top, #d028c4, #f2b8e4) !important;
}

.btn-pink:active, .btn-pink:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 57, 205, 0.5);
}

.btn-teal, .btn-sepa {
  color: #fff;
  background-image: linear-gradient(to right top, #009797, #99d5d5);
  border: 1px solid #009797;
}

.btn-teal:hover, .btn-sepa:hover, .btn-teal:active, .btn-sepa:active, .btn-teal:focus, .btn-sepa:focus {
  color: #fff;
  background-image: linear-gradient(to right top, #007e7e, #87cece) !important;
}

.btn-teal:active, .btn-sepa:active, .btn-teal:focus, .btn-sepa:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 151, 151, 0.5);
}

.btn-report {
  font-size: 9px !important;
  color: #999;
  border-color: #eee;
  box-shadow: none;
  padding: 5px !important;
  background-color: #eee;
}

.btn-vip-first-month {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  line-height: 1.2;
}

.vip-buy-button {
  line-height: 1;
  padding: .5rem 1.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;
  border-left-width: 0;
  opacity: .9;
}

.btn-feedback span i {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 1680px) {
  .btn-feedback {
    left: 15px;
    border-radius: 4px;
    border-left-width: 1px;
  }
}

.btn-tag {
  border-radius: 29px;
  padding: 2px 10px;
  background-color: #d74c4c;
  color: white;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
  cursor: default;
}

.btn-tag .text {
  text-transform: capitalize;
  margin-right: 8px;
}

.btn-tag .remove-tag {
  cursor: pointer;
}

.floated-button-wrapper {
  padding-top: .2rem;
  width: 80px;
}

.gametile-link {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.gametile-link:hover .gametile-bg {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.gametile-link:hover .gametile-logo {
  transform: translate3d(-50%, -60%, 0);
}

.gametile-link.vip_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #ffc300 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.gametile-link.vip_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc300;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.gametile-link.new_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #28a745 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.gametile-link.new_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.gametile-link.new_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #147cba 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.gametile-link.new_content:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #147cba;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.gametile-link.beta_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #777 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.gametile-link.beta_game:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #777;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

.gametile-img-container {
  overflow: hidden;
}

.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 {
  top: 44%;
  max-width: 75%;
  max-height: 55%;
  z-index: 10;
}

.gametile-stats {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 700;
  color: #777;
  z-index: 15;
  background-color: white;
  height: 20%;
  min-height: 36px;
}

.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: 1.4rem;
  }
}

.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;
}

@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-stats .users-online-count i {
  margin-left: 2px;
}

.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;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.tile:hover {
  text-decoration: none;
  color: inherit;
}

.tile .content {
  padding: 15px;
  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;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #game .game-rating .stars {
    width: 290px;
  }
}

.game-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .game-header {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .game-header {
    height: 360px;
  }
}

.game-header .game-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  max-width: 100%;
}

.game-header .game-screenshot {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.game-header .game-screenshot-overlay {
  background: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 65%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.game-header .gamers-online {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 700;
  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: 30px;
    left: 30px;
  }
}

.game-header.vip_game:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #ffc300 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.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: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc300;
  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: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #28a745 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.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: 700;
  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: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #147cba 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.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: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #147cba;
  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: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #777 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

.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: 700;
  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-rating .stars {
  position: relative;
}

.game-rating .stars img {
  height: 34px;
  max-width: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .game-rating .stars img {
    flex: 1 0 145px;
  }
}

@media (min-width: 567px) {
  .game-rating .stars img {
    height: 48px;
  }
}

.game-rating .stars .on {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  transition: width .5s;
}

.game-rating .stars .on.hovering {
  transition: width 0s;
}

.game-rating .stars .hidden-star {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
}

.own-rating .game-rating {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .own-rating .game-rating {
    margin: 0;
  }
}

.own-rating .game-rating .stars {
  text-align: right;
}

.own-rating .game-rating .stars img {
  height: 20px;
}

@media (min-width: 567px) {
  .own-rating .game-rating .stars img {
    height: 28px;
  }
}

.popover {
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(24, 54, 72, 0.4);
}

.popover .popover-header {
  border-radius: 1rem 1rem 0 0;
  border: 0;
}

.more {
  display: none;
}

.more-link {
  flex: 1;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .more-link {
    flex: initial;
  }
}

.game-rating-score {
  font-size: 42px;
  margin: -8px 0;
  line-height: 1;
  font-weight: 300;
}

@media (min-width: 567px) {
  .game-rating-score {
    font-size: 60px;
  }
}

.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: 700;
}

.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: 1.5rem;
}

.bar-bg {
  height: 4px;
  background-color: #ebebeb;
}

.bar-bg .bar-value {
  background-color: #28a745;
  height: 100%;
}

.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;
}

.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 .my-games .gametile-stats {
  display: none !important;
}

.profile-drop-down {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media (min-width: 768px) {
  .profile-drop-down {
    right: 30px;
  }
}

#profileDropdownMenuLink i {
  opacity: .5;
  transition: opacity .2s;
  color: #d74c4c;
}

#profileDropdownMenuLink i:hover {
  opacity: .9;
}

.blocked-user {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.top {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  height: 250px;
}

@media (min-width: 768px) {
  .top {
    left: -30px;
    width: calc(100% + 60px);
    height: 300px;
  }
}

@media (min-width: 992px) {
  .top {
    height: 360px;
  }
}

.top .top-profile-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 100;
  color: white;
  text-shadow: 1px 1px 1px black;
  line-height: 1.2;
  transform: none;
}

@media (min-width: 768px) {
  .top .top-profile-info {
    left: 30px;
    right: 30px;
  }
}

.top .top-profile-info .friend-indicator {
  font-size: .8rem;
}

.top .top-profile-info .top-online-status {
  display: flex;
  align-items: center;
}

.top .top-profile-info .top-profile-username {
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  color: white;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .top .top-profile-info .top-profile-username {
    font-size: 2.0rem;
  }
}

.top .top-profile-info .user-info {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  margin-top: .2rem;
  border-radius: 20px;
  color: black;
  text-shadow: none;
  font-size: 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
  cursor: default;
}

@media (min-width: 567px) {
  .top .top-profile-info .user-info {
    font-size: 14px;
  }
}

.top .top-profile-info .user-info i {
  color: gray;
  margin-right: 3px;
}

.top .top-profile-info .user-info-vip {
  background-image: linear-gradient(45deg, yellow, #ffc300);
}

.top .top-profile-info .user-info-vip i {
  color: #997500;
}

.top .top-profile-info .user-info-moderator {
  background-image: linear-gradient(45deg, #77c3f0, #147cba);
}

.top .top-profile-info .user-info-moderator i {
  color: #0a3f5e;
}

#user-tools {
  position: absolute;
  bottom: 1rem;
  right: 15px;
}

@media (min-width: 768px) {
  #user-tools {
    right: 30px;
  }
}

#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: 30px;
  right: 15px;
}

@media (min-width: 768px) {
  #background-image #background-image-upload {
    top: 30px;
    right: 30px;
  }
}

#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;
  z-index: 10;
  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 {
  box-shadow: 0 0 4px black;
  border-radius: 50%;
  background-color: white;
  border: 2px solid white;
  position: relative;
  width: 100%;
}

#user-image .user-profile-image.vip {
  border: 2px solid #ffc300;
}

#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;
}

@media (min-width: 768px) {
  .profile-sidebar-container {
    border-width: 0px;
    border-left-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #d8d8d8, rgba(0, 0, 0, 0)) 1 100%;
  }
}

.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: #147cba;
}

.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: #0d4e75;
}

.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: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
  border-top-left-radius: 0;
  position: relative;
}

.profile-sidebar .latest-activities .activity .activity-type-label {
  background-color: white;
  border-radius: 0.25rem 0.25rem 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%;
  filter: blur(1.5px);
}

.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;
}

.edit-profile .edit-tab {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 700;
  padding-bottom: 15px;
}

.edit-profile .edit-tab.active {
  border-bottom: 3px solid #147cba;
}

.edit-profile .edit-tab .edit-tab-name {
  line-height: 1;
}

.input-group-append .input-group-text {
  font-weight: 900;
}

.tips-and-tricks {
  background-color: #e7e7e8;
}

#profile-description {
  overflow-wrap: break-word;
}

#profile-subnav {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  background-image: linear-gradient(to bottom, white 40% 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  padding-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  #profile-subnav {
    margin-left: -30px;
    margin-right: -30px;
  }
}

#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: 15px;
}

#profile-subnav .profile-subnav-navitem i, #profile-subnav .profile-subnav-dropdown i {
  color: #6c757d;
}

#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 notify.generic:after, #profile-subnav .profile-subnav-dropdown .profile-subnav-navitem-icon notify.generic:after {
  content: '';
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#profile-subnav .profile-subnav-dropdown {
  padding: 0;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-toggle {
  padding: 15px;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu {
  z-index: 1100;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  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 .5s, color .5s;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item i {
  color: #6c757d;
  margin-right: 10px;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item:active {
  color: #0d4e75;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .dropdown-item:hover {
  transition: none;
  background-color: #eff1f4;
  color: #0d4e75;
}

#profile-subnav .profile-subnav-dropdown #profile-subnav-dropdown-menu .profile-subnav-navitem-icon {
  position: relative;
}

#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;
}

modal.no-padding .modal-container, modal.no-padding .modal-body, modal.no-padding .container-fluid {
  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 {
  max-width: 100%;
}

modal.login .modal-wrapper, modal.create .modal-wrapper, modal.reset .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: 500px;
}

modal.challenge-info-modal .modal-wrapper {
  max-width: 500px;
}

modal.gallery-modal .modal-wrapper {
  max-width: 1170px;
  width: 100vw;
}

@media (min-width: 992px) {
  modal.gallery-modal .modal-wrapper {
    width: 90vw;
  }
}

modal.gallery-modal .modal-container {
  padding: 0;
}

modal.gallery-modal .modal-close {
  width: auto;
  height: auto;
  padding: .7rem;
}

modal.gallery-modal .modal-body {
  padding: 0 15px;
}

modal .modal-mask {
  opacity: 0;
  position: fixed;
  z-index: 7000;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

modal .modal-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
  margin: 0 5px;
}

@media (min-width: 768px) {
  modal .modal-wrapper {
    width: 60vw;
    max-width: 1170px;
  }
}

modal .modal-container {
  width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 30px 0;
  border: 5px solid white;
  box-shadow: inset 0 0 0 1px #dee2e6;
}

modal .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 1.5rem;
  opacity: 0.7;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

modal .modal-footer, modal .modal-header, modal .modal-body {
  padding: 0 15px;
  border: none;
}

@media (min-width: 567px) {
  modal .modal-footer, modal .modal-header, modal .modal-body {
    padding: 0 30px;
  }
}

.control {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100%;
  font-size: 60px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.4);
  transition: color .2s;
  text-decoration: none;
}

@supports (-webkit-text-stroke: 1px #343a40) {
  .control {
    -webkit-text-stroke: 1px #343a40;
  }
}

@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: 15px;
}

.control.control-right {
  right: 15px;
}

.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: 7000;
  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;
}

.playgame-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.playgame-wrapper .game-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (orientation: landscape) {
  .playgame-wrapper .game-wrapper {
    flex-direction: row;
  }
}

.playgame-wrapper .game-wrapper.chat-shown {
  max-height: 50%;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar {
  background-color: black;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@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-round {
  width: 30px;
  height: 30px;
}

.playgame-wrapper .game-wrapper .playgame-bottom-bar #remaining-vip-time {
  color: white;
  position: relative;
  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;
  filter: drop-shadow(0px 0px 1px black);
}

@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 iframe {
  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;
  background-color: #f5f5f5;
  color: #4a4a4a;
  padding-bottom: 30px;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header {
  padding: 30px 0;
  background-image: url("/assets/general/page-background.jpg");
  background-size: cover;
  background-position: top;
  color: white;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .container-fluid {
  display: flex;
  align-items: center;
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header h1 {
  font-size: 5vw;
  font-weight: 700;
}

@media (min-width: 567px) {
  .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header h1 {
    font-size: 1.75rem;
  }
}

.playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .no-more-vip-logo {
  width: 25vw;
  height: 25vw;
  flex-shrink: 0;
}

@media (min-width: 567px) {
  .playgame-wrapper .game-wrapper .free-vip-over .free-vip-over-header .no-more-vip-logo {
    width: 150px;
    height: 150px;
  }
}

.playgame-wrapper .chat-wrapper {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.playgame-wrapper .chat-wrapper iframe {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.playgame-wrapper .show-chat-button {
  cursor: pointer;
}

#btnFullscreen {
  display: none;
}

@media (min-width: 567px) {
  .playgame-wrapper {
    flex-direction: row;
  }
  .playgame-wrapper .game-wrapper.chat-shown {
    max-height: none;
  }
  .playgame-wrapper .chat-wrapper {
    flex: 0 0 300px;
  }
}

.image_upload_wrapper .upload-button {
  position: relative;
}

.image_upload_wrapper .upload-button .plus-icon {
  font-size: 10vw;
  color: black;
  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: 12px;
  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-image: linear-gradient(to right, rgba(40, 167, 69, 0.1), #28a745 50%, rgba(40, 167, 69, 0.1));
  background-repeat: no-repeat;
}

.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;
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

alert .alert-wrapper {
  position: relative;
  width: 95%;
  max-width: 800px;
  max-height: 80%;
  box-shadow: 0 0 30px rgba(24, 54, 72, 0.4);
}

alert .alert-wrapper .alert-container {
  width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 30px 0;
  border: 5px solid white;
  box-shadow: inset 0 0 0 1px;
  color: #dee2e6;
  border-radius: 0.25rem;
}

alert .alert-wrapper .alert-container .alert-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 1.5rem;
  opacity: 0.7;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

alert .alert-wrapper .alert-container .alert-header {
  text-align: center;
  font-size: 1.25rem;
  color: #4a4a4a;
}

alert .alert-wrapper .alert-container .alert-body {
  text-align: center;
  padding: 1rem;
  word-break: break-word;
  color: #4a4a4a;
}

alert .alert-wrapper .alert-container .alert-footer {
  padding: 0;
  border: none;
}

alert.error .alert-wrapper {
  max-width: 400px;
}

alert.error .alert-wrapper .alert-container {
  box-shadow: inset 0 0 0 1px #d74c4c;
}

alert.prompt .alert-wrapper {
  max-width: 400px;
}

alert.success .alert-wrapper {
  max-width: 400px;
}

alert.success .alert-wrapper .alert-container {
  color: #28a745;
}

alert.success .alert-wrapper .alert-container .alert-close {
  color: #28a745;
}

alert.success .alert-wrapper .alert-container .alert-header {
  color: #28a745;
}

alert.warning .alert-wrapper {
  max-width: 400px;
}

alert.warning .alert-wrapper .alert-container {
  color: #ffc107;
}

alert.warning .alert-wrapper .alert-container .alert-close {
  color: #ffc107;
}

alert.warning .alert-wrapper .alert-container .alert-header {
  color: #ffc107;
}

alert.danger .alert-wrapper {
  max-width: 400px;
}

alert.danger .alert-wrapper .alert-container {
  color: #d74c4c;
}

alert.danger .alert-wrapper .alert-container .alert-close {
  color: #d74c4c;
}

alert.danger .alert-wrapper .alert-container .alert-header {
  color: #d74c4c;
}

alert.info .alert-wrapper {
  max-width: 400px;
}

alert.info .alert-wrapper .alert-container {
  border-color: #113448;
}

alert.info .alert-wrapper .alert-container .alert-close {
  color: #113448;
}

alert.info .alert-wrapper .alert-container .alert-header {
  color: #113448;
}

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-close {
  color: #113448;
}

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 .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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/assets/general/bobbles.svg"), radial-gradient(circle at center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 75%);
  background-position: center 50%;
  background-repeat: no-repeat;
  z-index: 8000;
  display: block;
  cursor: wait;
}

.badge {
  border-radius: 2rem;
  min-height: 24px;
  min-width: 24px;
  font-size: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

notify {
  border-radius: 2rem;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d74c4c;
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 9;
  padding: 0 5px;
}

notify.alternative {
  background-color: rgba(0, 196, 255, 0.51);
  font-size: 8px;
  top: 1rem;
}

notify.levitate {
  right: -.1rem;
}

notify.active {
  opacity: 1;
}

.dropdown-item notify {
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.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: 59%;
  right: 10%;
  width: 30%;
}

.game-badge {
  padding: 15px;
  cursor: pointer;
}

.game-badge-info {
  padding: 0;
}

@media (min-width: 768px) {
  .game-badge-info {
    margin-top: -20%;
  }
}

.game-badge-info .badge-image {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 567px) {
  .game-badge-info .badge-image {
    width: 75%;
  }
}

.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;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px white, 0 0 80px white;
}

.challenge-image-wrapper .content.bg-variant-1 {
  background-position: 20% 45%;
  background-color: #09800c;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-2 {
  background-position: 30% 37%;
  background-color: #004b80;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-3 {
  background-position: 40% 27%;
  background-color: #670080;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-4 {
  background-position: 50% 17%;
  background-color: #800038;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-5 {
  background-position: 60% 13%;
  background-color: #803300;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-6 {
  background-position: 65% 19%;
  background-color: #805528;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-7 {
  background-position: 70% 26%;
  background-color: #807100;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-8 {
  background-position: 65% 36%;
  background-color: #528000;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-9 {
  background-position: 55% 46%;
  background-color: green;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-10 {
  background-position: 45% 56%;
  background-color: #00804a;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-11 {
  background-position: 35% 66%;
  background-color: #007d80;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-12 {
  background-position: 25% 76%;
  background-color: #005380;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-13 {
  background-position: 15% 83%;
  background-color: #000080;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-14 {
  background-position: 5% 73%;
  background-color: #360080;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-15 {
  background-position: 27% 63%;
  background-color: #610080;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-16 {
  background-position: 37% 53%;
  background-color: #80005d;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-17 {
  background-position: 47% 43%;
  background-color: #80002b;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-18 {
  background-position: 57% 33%;
  background-color: #802800;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-19 {
  background-position: 67% 23%;
  background-color: #804c00;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.bg-variant-20 {
  background-position: 77% 13%;
  background-color: #807100;
  background-blend-mode: luminosity;
}

.challenge-image-wrapper .content.font-size-1 {
  font-size: 90px;
}

.challenge-image-wrapper .content.font-size-2 {
  font-size: 75px;
}

.challenge-image-wrapper .content.font-size-3 {
  font-size: 60px;
}

.challenge-image-wrapper .content.font-size-4 {
  font-size: 45px;
}

.challenge-image-wrapper .content.font-size-5 {
  font-size: 37px;
}

.challenge-image-wrapper .content.font-size-6 {
  font-size: 28px;
}

.challenge-image-wrapper.notification {
  width: 50px;
}

.challenge-image-wrapper.notification .content.font-size-1 {
  font-size: 40px;
}

.challenge-image-wrapper.notification .content.font-size-2 {
  font-size: 30px;
}

.challenge-image-wrapper.notification .content.font-size-3 {
  font-size: 22px;
}

.challenge-image-wrapper.notification .content.font-size-4 {
  font-size: 18px;
}

.challenge-image-wrapper.notification .content.font-size-5 {
  font-size: 13px;
}

.challenge-image-wrapper.notification .content.font-size-6 {
  font-size: 11px;
}

.game-challenge {
  display: block;
  cursor: pointer;
  background-color: white;
  color: #4a4a4a;
  filter: saturate(0.2);
  opacity: 0.7;
}

.game-challenge .challenge-image-wrapper {
  background-position: center;
}

.game-challenge .game-challenge-name {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.game-challenge.activated, .game-challenge.system_activated {
  filter: saturate(3);
  border: 2px solid rgba(67, 255, 0, 0.67);
  opacity: 1;
}

.game-challenge.activated .game-challenge-name, .game-challenge.system_activated .game-challenge-name {
  background-color: rgba(67, 255, 0, 0.28);
}

.game-challenge.completed {
  filter: saturate(1);
  border: 2px solid rgba(255, 201, 0, 0.58);
  opacity: 1;
}

.game-challenge.completed .game-challenge-name {
  background-color: #ffc900;
}

.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;
}

.game-challenge-info {
  padding: 0;
}

.game-challenge-info .challenge-image-wrapper {
  position: relative;
}

.game-challenge-info .challenge-image-wrapper .content {
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.game-challenge-info .activated-notice {
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #28a745;
  height: 4px;
  width: 100%;
  border-radius: 0 0 0.2rem 0.2rem;
}

.user-rank {
  cursor: pointer;
}

@media (min-width: 768px) {
  .game-experience-info {
    margin-top: -20%;
  }
}

.points-overview .points {
  margin-bottom: 15px;
  line-height: 1.2;
}

.experience-image {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.quests, .points-overview {
  font-size: 1rem;
  width: 100%;
  margin: 0;
}

.quests .quest, .points-overview .quest {
  padding-left: 35px;
  margin-bottom: 15px;
  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%;
  left: 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;
}

@media (max-width: 566.98px) {
  .user-rating {
    margin-bottom: 30px;
  }
}

footer {
  font-size: .8rem;
  line-height: 1.2;
  background-color: #f5f5f5;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 567px) {
  footer .footer-links {
    border-width: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #d8d8d8, rgba(0, 0, 0, 0)) 1 100%;
  }
}

footer .footer-links .footer-link {
  display: inline-block;
  padding: 15px 0;
  font-size: 1rem;
}

.friend-icon {
  width: 48px;
  height: 48px;
}

.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;
}

.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;
}

.friends-section .friend-icon.vip {
  border: 2px solid #ffc300;
}

.friend-link {
  color: #212529;
  font-weight: 700;
  position: relative;
}

.favourite {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.guestbook-form {
  display: none;
  overflow: visible !important;
}

.guestbook-entry-date {
  text-decoration: none;
}

#guestbook-items .guestbook-item {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

#guestbook-items .guestbook-item.private:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: white;
  position: absolute;
  padding-right: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(315deg, #147cba 49%, transparent 50%);
  border-bottom-right-radius: 0.25rem;
}

#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;
}

#prize [id^="prize-drawing-"]:first-child .prize-drawing {
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    border-color: #147cba;
    box-shadow: 0 0 0 0 #147cba;
  }
  30% {
    border-color: #dee2e6;
    box-shadow: 0 0 0 10px rgba(20, 124, 186, 0);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(20, 124, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(20, 124, 186, 0);
  }
}

#prize .prize-drawing {
  position: relative;
  cursor: initial;
  transition: box-shadow .3s;
  overflow: hidden;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
  padding: 0;
  padding-right: 1rem;
}

#prize .prize-drawing .bought-tickets-product-price-wrapper {
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: white;
  padding: 5px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  z-index: 5;
}

#prize .prize-drawing .bought-tickets-product-price-wrapper > div {
  margin: 0 10px;
}

#prize .prize-drawing .bought-tickets {
  display: flex;
  align-items: center;
  line-height: 1;
}

#prize .prize-drawing.tickets-owned:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(to bottom, #147cba 50%, transparent 90%);
  border-image-slice: 1;
  pointer-events: none;
}

#prize .prize-drawing.tickets-owned:after {
  content: attr(data-ribbon);
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #147cba;
  padding: 3px .5rem;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

#prize .prize-drawing.tickets-owned:after {
  content: none;
}

#prize .prize-drawing .drawing-countdown-wrapper {
  background-color: #147cba;
  border: 1px solid #147cba;
  color: white;
  font-size: 14px;
  padding: 5px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  width: 120px;
  z-index: 5;
}

#prize .prize-drawing .drawing-countdown {
  line-height: 1;
  font-weight: 700;
}

#prize .prize-drawing .tokens-display {
  justify-content: center;
  font-weight: 700;
}

#prize .prize-drawing .img-wrapper {
  width: 75px;
  height: 100px;
  background-color: white;
  margin: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 567px) {
  #prize .prize-drawing .img-wrapper {
    width: 120px;
    height: 120px;
  }
}

#prize .prize-drawing .text-wrapper {
  margin-left: 5px;
}

#prize .prize-drawing .product-name {
  line-height: 1.2;
}

#prize .prize-drawing .product-price {
  font-weight: bold;
  line-height: 1;
}

#prize .prize-drawing .trade-container .trade-container-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
}

#prize .prize-drawing .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: 0.25rem;
}

@media (min-width: 567px) {
  #prize .prize-drawing .trade-container .trade-container-item {
    width: calc(100% - 120px);
    border-radius: 0 0.25rem 0.25rem 0;
  }
}

#prize .prize-drawing .trade-container .trade-container-item .product-name {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#prize .prize-drawing .trade-container .trade-container-item .divider-container {
  min-height: 40px;
  padding: .3rem;
  line-height: 1.2;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}

@media (min-width: 567px) {
  #prize .prize-drawing .trade-container .trade-container-item .amount-wrapper {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}

#prize .prize-drawing .trade-container .trade-container-item .amount-row {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-row.buy-section {
  background-color: #28a745;
  background-image: linear-gradient(45deg, #00b037, #96c93d);
  background-repeat: repeat-x;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-row.sell-section {
  background-color: #dc3545;
  background-image: linear-gradient(45deg, #d74c4c, #FF3a3a);
  background-repeat: repeat-x;
}

#prize .prize-drawing .trade-container .trade-container-item .trade-container-item-name {
  margin-bottom: 2px;
  display: none;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-select {
  color: white;
  user-select: none;
  cursor: pointer;
  font-weight: 700;
  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;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-select:last-child {
  border-left: none;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-select.disabled {
  cursor: no-drop;
  background-color: #d8d8d8;
  color: #999;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-select.disabled:hover {
  background-color: #d8d8d8;
}

#prize .prize-drawing .trade-container .trade-container-item .amount-select:hover {
  transition: none;
  background-color: rgba(0, 0, 0, 0.1);
}

#prize .prize-drawing .trade-container .trade-container-item .bought-tickets-wrapper {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#prize .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;
  border: 1px solid #dee2e6;
}

#prize .no-tickets {
  padding: 2rem;
  background-color: #f1f1f1;
}

#prize .tickets-container .your-tickets-name {
  max-width: 99%;
}

#prize .tickets-container .product-image {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#prize .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;
  border-radius: 0.25rem;
}

#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-right: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(315deg, #147cba 49%, transparent 50%);
  border-bottom-right-radius: 0.25rem;
}

#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, #newGiftModal .gift-choice .wrapping-option:hover, #newGiftModal .wrapping-choice .gift-option:hover, #newGiftModal .wrapping-choice .wrapping-option:hover {
  background-color: #F4F4F4;
}

#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 #147cba, 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#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: 700;
  color: white;
  background-color: #147cba;
  font-size: .7rem;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 40px;
  padding: 0 8px;
  border-radius: 10px;
}

#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: 700;
}

#newGiftModal .gift-total-price .tokens-display {
  font-weight: 700;
}

#newGiftModal .steps-container {
  height: 50vh;
}

#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: 0.25rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#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-right: 8px;
  padding-bottom: 4px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  background-image: linear-gradient(315deg, #147cba 49%, transparent 50%);
  border-bottom-right-radius: 0.25rem;
}

#showGiftModal .gift-container-sealed {
  background-image: linear-gradient(225deg, #feeb7b, #fcd345);
}

#showGiftModal .gift-container-open .tokens-display {
  font-weight: 700;
  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: 700;
  color: white;
  cursor: pointer;
}

.gallery-album-link {
  background-size: cover;
  background-position: center;
}

.gallery-album-title {
  position: absolute;
  padding: 0 10px;
  bottom: 5px;
  left: 0;
}

.gallery-album-info {
  color: #777;
}

@media (min-width: 992px) {
  #gallery-album-image {
    height: 60vh;
  }
}

#gallery-album-image #image-wrapper {
  position: relative;
  max-height: 100%;
  height: calc(60vh - 1rem - 2.1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  animation: gallery-fade-up .4s .2s forwards ease-in-out;
}

#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: 4px;
  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 {
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  #gallery-album-image .gallery-image-drop-down .dropdown-toggle {
    margin-right: -15px;
  }
}

#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: 30px;
}

@media (min-width: 992px) {
  #comments {
    margin-top: 0;
  }
}

.comment-item {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
  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-top: 3rem;
  margin-bottom: 1px;
  height: calc(100% - 3rem - 1px);
  overflow-y: auto;
  overflow-x: hidden;
}

.gallery-comments-section #edit-form {
  position: relative;
  top: -22px;
}

#gallery-album-image-comments {
  flex: 1;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #gallery-album-image-comments {
    margin-left: -15px;
    padding-left: 15px;
  }
}

#activities .weekly-challenge, #activities .personal-challenge {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.message.unread {
  font-weight: 700;
}

.message.sent {
  background-color: #eee;
}

.message.unread.sent {
  font-weight: normal;
}

.message .message-username {
  pointer-events: none;
}

.message .deleteEntry {
  text-decoration: none;
}

.message-content {
  overflow-x: auto;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.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: 30px;
}

.message-modal-drop-down .dropdown-toggle {
  padding: 10px 1rem;
  margin: -10px -1rem;
}

#system-notifications {
  font-weight: 900;
  width: 100%;
  z-index: 999;
  position: relative;
}

#system-notifications .type-info::before {
  content: '\f05a ';
  font-family: "Font Awesome 5 Free";
  float: left;
}

#system-notifications .type-warning::before {
  content: '\f06a ';
  font-family: "Font Awesome 5 Free";
  float: left;
}

#system-notifications .type-danger::before {
  content: '\f071 ';
  font-family: "Font Awesome 5 Free";
  float: left;
}

#system-notifications .type-success::before {
  content: '\f058 ';
  font-family: "Font Awesome 5 Free";
  float: left;
}

#system-notifications h3 {
  clear: right;
  font-style: italic;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 900;
}

#system-notifications p {
  padding-left: 30px;
  margin: 0;
  font-weight: 400;
}

#system-notifications .system-notification-countdown {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

#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 {
  padding: 0 1.25rem;
  position: relative;
  top: -30px;
}

.vip-features-list .vip-feature {
  padding: .75rem 0;
  margin: .5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.vip-features-list .vip-feature:last-child {
  border: none;
}

#current_vip .card-header {
  background: linear-gradient(to bottom, #fef8b5 0%, #edc628 100%);
  box-shadow: inset 0 0 0 .15em #fbeb9f;
  color: #853c10;
}

.vip-shop-item {
  flex: 1 0 auto;
}

.vip-shop-item .card-body {
  padding-bottom: 0;
}

.vip-shop-item .card-footer {
  background-color: white;
  border-top: none;
}

.vip-duration-icon {
  font-size: 34px;
  position: relative;
}

.vip-duration-icon span {
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  bottom: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans';
  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;
  /* IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .vip-duration-icon.vip-shop-type-1:before {
    background: none;
    color: #5dd22f;
  }
}

.vip-duration-icon.vip-shop-type-1 span {
  color: #216e00;
  /* IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .vip-duration-icon.vip-shop-type-1 span {
    color: #ffffff;
  }
}

.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;
  /* IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .vip-duration-icon.vip-shop-type-2:before {
    background: none;
    color: #edc628;
  }
}

.vip-duration-icon.vip-shop-type-2 span {
  color: #6c5b00;
  /* IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .vip-duration-icon.vip-shop-type-2 span {
    color: #ffffff;
  }
}

.vip-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  display: none;
}

.vip-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 10px -5px black;
  position: absolute;
  top: 13px;
  right: -24px;
  padding: 0 15px;
}

.vip-ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.vip-ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.vip-ribbon.vip-popular {
  display: block;
}

.vip-ribbon.vip-popular span {
  background: #73D2F6;
  background: linear-gradient(#08C 0%, #73D2F6 100%);
}

.vip-ribbon.vip-popular span:before {
  border-left: 3px solid #006699;
  border-top: 3px solid #006699;
}

.vip-ribbon.vip-popular span:after {
  border-right: 3px solid #006699;
  border-top: 3px solid #006699;
}

.vip-ribbon.vip-best_value {
  display: block;
}

.vip-ribbon.vip-best_value span {
  background: #FFD583;
  background: linear-gradient(#FFB21E 0%, #FFD583 100%);
}

.vip-ribbon.vip-best_value span:before {
  border-left: 3px solid #ea9a00;
  border-top: 3px solid #ea9a00;
}

.vip-ribbon.vip-best_value span:after {
  border-right: 3px solid #ea9a00;
  border-top: 3px solid #ea9a00;
}

.vip-subscriptions td {
  white-space: nowrap;
}

.vip .user-img, .vip .friend-icon, .vip.user-image {
  border: 2px solid #ffc300;
}

.vip .user-profile-image {
  color: #ffc300 !important;
}

.vip-advantage {
  margin-top: 2rem;
  border: 1px solid #dee2e6;
  background-color: white;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  padding: 1rem;
  position: relative;
  display: flex;
}

.vip-advantage .vip-advantage-header {
  margin-bottom: 0;
  background-color: white;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #dee2e6;
  border-bottom: none;
  padding: .25rem .8rem;
  display: inline-block;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 100%;
  left: -1px;
}

.vip-advantage .vip-advantage-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.vip-advantage .vip-advantage-content {
  margin-bottom: .5rem;
}

img.vip {
  border: 2px solid #ffc300;
}

.inline-vip-wrapper {
  position: relative;
  top: -30px;
}

.vip-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 45%;
  color: white;
  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: 700;
  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;
  }
}

.live-search-wrapper {
  display: none;
  position: fixed;
  top: 90px;
  left: 15px;
  width: calc(100% - 30px);
}

@media (min-width: 567px) {
  .live-search-wrapper {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-right: .5rem;
  }
}

.toggle-live-search {
  margin: 0;
  height: 60px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  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;
}

@media (hover: hover) {
  .toggle-live-search:hover {
    transition: none;
    background-position-y: 0;
  }
}

.toggle-live-search.show {
  background-position-y: 0;
}

.live-search-input {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 567px) {
  .live-search-input {
    background-color: white;
    margin-right: 1rem;
  }
}

.live-search-list {
  background-color: white;
  position: absolute;
  width: 100%;
  display: none;
  max-height: 300px;
  overflow: auto;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}

.autocomplete-active {
  background-color: #147cba;
  color: white;
}

.search-item {
  padding: 4px 8px;
  cursor: pointer;
}

.search-item:hover {
  background-color: #147cba;
  color: white;
}

.search-item-category {
  float: right;
  font-style: italic;
  color: #b7b7b7;
  font-size: 0.7rem;
  margin: 3px 0 0 0;
}

#shared-prizes .shared-prize {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.home-news .media {
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: white;
}

.home-news .home-news-title {
  font-weight: bold;
}

.home-news .home-news-content {
  max-height: 50px;
  min-width: 0;
}

@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;
  margin: -4px;
}

#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%;
}

/* Not used */
.CCcontainer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  z-index: 7000;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  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 {
  background-color: white;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  cursor: default;
}

.CCcontainer .chatBox:first-of-type {
  margin-right: 0;
}

.CCcontainer .chatBox .blueLink {
  color: #4d8de6;
  cursor: pointer;
}

.CCcontainer .chatBox .blueLink::first-letter {
  text-transform: uppercase;
}

.CCcontainer .chatBox .blueLink:hover {
  text-decoration: underline;
}

.CCcontainer .chatBox .darkBackground {
  background-color: #dfdfdf !important;
}

.CCcontainer .chatBox .pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: none;
  background-color: white;
}

.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 .writeMessageAttention {
  display: none;
  left: 9px;
  background-color: #4d8de6;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  padding: 4px 8px;
}

.CCcontainer .chatBox .modal {
  width: 75%;
  position: absolute;
  text-align: center;
  z-index: 5;
  display: none;
  box-shadow: 0 0 8px #ddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CCcontainer .chatBox .modal.menu {
  z-index: 5;
}

.CCcontainer .chatBox .modal input, .CCcontainer .chatBox .modal input:focus {
  resize: none;
  font-size: 14px;
  border: 1px solid #dddddd;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  margin: 8px 0;
  padding: 0 8px;
}

.CCcontainer .chatBox .modal .text {
  font-size: 15px;
  margin: 8px;
}

.CCcontainer .chatBox .modal select {
  width: 94%;
  padding: 5px;
}

.CCcontainer .chatBox .modal .error {
  font-size: 14px;
  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: 15px;
  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: 12px;
}

.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.chat {
  background-color: #RRRRRR;
}

.CCcontainer .chatBox .chatNotifications .notificationItem .flagObjectImage {
  background-color: transparent;
}

.CCcontainer .chatBox .directChatItem:hover {
  cursor: pointer;
}

.CCcontainer .chatBox .directChatItem, .CCcontainer .chatBox .notificationItem {
  margin: 4px 0 8px 0;
  position: relative;
}

.CCcontainer .chatBox .directChatItem:before, .CCcontainer .chatBox .notificationItem:before {
  content: "";
}

.CCcontainer .chatBox .directChatItem:not(:first-of-type):before, .CCcontainer .chatBox .notificationItem:not(:first-of-type):before {
  background: #dddddd;
  position: absolute;
  top: 0px;
  right: -8px;
  height: 1px;
  left: 50px;
  z-index: 3;
}

.CCcontainer .chatBox .directChatItem .image, .CCcontainer .chatBox .notificationItem .image {
  width: 50px;
}

.CCcontainer .chatBox .directChatItem .username, .CCcontainer .chatBox .notificationItem .username {
  margin: 0 0 4px 0;
  float: left;
  clear: both;
}

.CCcontainer .chatBox .directChatItem .text, .CCcontainer .chatBox .notificationItem .text {
  float: left;
  clear: both;
  color: #777777;
}

.CCcontainer .chatBox .directChatItem .text.recentMessage, .CCcontainer .chatBox .notificationItem .text.recentMessage {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.CCcontainer .chatBox .directChatItem .item, .CCcontainer .chatBox .notificationItem .item {
  position: relative;
  margin: -8px -8px;
  padding: 8px;
  z-index: 2;
}

.CCcontainer .chatBox .directChatItem div.deleteConfirm, .CCcontainer .chatBox .notificationItem div.deleteConfirm {
  color: #ffffff;
  background-color: red;
  text-align: center;
  cursor: pointer;
  line-height: 64px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  width: 20%;
  z-index: 1;
  display: none;
}

.CCcontainer .chatBox .directChatItem .time, .CCcontainer .chatBox .notificationItem .time {
  float: left;
  margin-left: 8px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.CCcontainer .chatBox .directChatItem .number, .CCcontainer .chatBox .notificationItem .number {
  left: 38px;
  top: 8px;
}

.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;
}

.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;
  overflow: auto;
  clear: left;
}

.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 {
  font-size: 16px;
  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;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  display: none;
  color: #555555;
}

.CCcontainer .chatBox .settings .radio {
  float: right;
  cursor: pointer;
  width: 18px;
}

.CCcontainer .chatBox .settings .textFontSize {
  right: 0;
  position: absolute;
  margin: 0;
}

.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 .set11px * {
  font-size: 11px;
  line-height: 15px;
}

.CCcontainer .chatBox .set12px * {
  font-size: 12px;
  line-height: 16px;
}

.CCcontainer .chatBox .set13px * {
  font-size: 13px;
  line-height: 16px;
}

.CCcontainer .chatBox .set14px * {
  font-size: 14px;
  line-height: 18px;
}

.CCcontainer .chatBox .set15px * {
  font-size: 15px;
  line-height: 19px;
}

.CCcontainer .chatBox .set16px * {
  font-size: 16px;
  line-height: 21px;
}

.CCcontainer .chatBox .set17px * {
  font-size: 17px;
  line-height: 22px;
}

.CCcontainer .chatBox .set18px * {
  font-size: 18px;
  line-height: 24px;
}

.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;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4;
  display: none;
}

.CCcontainer .chatBox .wait {
  position: absolute;
  text-align: center;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  right: 0;
  margin: auto;
  height: 40px;
  display: none;
  box-sizing: border-box;
}

.CCcontainer .chatBox .wait .chatMessage {
  float: none;
  clear: both;
  font-size: 14px;
  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;
}

.CCcontainer .chatBox .chatInput .chatText {
  height: 42px;
  padding: 9px;
  padding-right: 24px;
}

.CCcontainer .chatBox .chatInput .friendListLink {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: none;
  font-size: 12px;
  cursor: pointer;
  color: #4d8de6;
}

.CCcontainer .chatBox .chatInput.inputWithSendButton {
  align-items: flex-end;
  padding-right: 5px;
}

.CCcontainer .chatBox .chatInput.inputWithSendButton .chatText {
  padding-right: 9px;
  border-top-right-radius: 10px;
}

.CCcontainer .chatBox .chatInput.inputWithSendButton .smiley {
  margin: 0;
  padding: 10px 5px;
  position: static;
  width: auto;
  height: auto;
}

.CCcontainer .chatBox .chatInput.inputWithSendButton .sendButton {
  position: static;
  padding-bottom: 9px;
}

.CCcontainer .chatBox .chatInput .smiley {
  position: absolute;
  right: 9px;
  bottom: 12px;
  width: 19px;
  height: 19px;
  margin: 9px 0px 0px -23px;
  cursor: pointer;
  font-size: 22px;
  color: #4d8de6;
  display: none;
}

.CCcontainer .chatBox .chatInput .sendButton {
  cursor: pointer;
  display: none;
  font-size: 16px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #4d8de6;
}

.CCcontainer .chatBox .hr {
  border-top: 1px solid #dddddd;
}

.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 0 8px #ddd;
  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: 4px;
  box-shadow: 0 0 8px #ddd;
}

.CCcontainer .chatBox .menu.standard {
  color: #303030;
  background: linear-gradient(to right, #d7d6d8 0%, #f0eef2 25%, #f0eef2 75%, #d7d6d8 100%);
  background-color: #cfcecf;
}

.CCcontainer .chatBox .menu.standard:before {
  border-color: transparent transparent #f0f0f0 transparent;
}

.CCcontainer .chatBox .menu.standard:after {
  border-color: transparent transparent #cfcecf transparent;
}

.CCcontainer .chatBox .menu.standard li {
  background-color: #f0f0f0;
  color: #303030;
}

.CCcontainer .chatBox .menu.standard li:hover {
  color: #ffffff;
  background-color: #4d8de6;
}

.CCcontainer .chatBox .menu.white {
  color: #4d8de6;
  background-color: #ffffff;
}

.CCcontainer .chatBox .menu.white:before {
  border-color: transparent transparent #dddddd transparent;
}

.CCcontainer .chatBox .menu.white:after {
  border-color: transparent transparent #ffffff transparent;
}

.CCcontainer .chatBox .menu.white li {
  background-color: #f0f9fe;
  color: #4d8de6;
}

.CCcontainer .chatBox .menu.white li:hover {
  color: #ffffff;
  background-color: #4d8de6;
}

.CCcontainer .chatBox .menu.gray {
  color: #ffffff;
  background-color: #4a4a4a;
}

.CCcontainer .chatBox .menu.gray:before {
  border-color: transparent transparent #dddddd transparent;
}

.CCcontainer .chatBox .menu.gray:after {
  border-color: transparent transparent #4a4a4a transparent;
}

.CCcontainer .chatBox .menu.gray li {
  background-color: #616161;
  color: #ffffff;
}

.CCcontainer .chatBox .menu.gray li:hover {
  color: #ffffff;
  background-color: #7d7d7d;
}

.CCcontainer .chatBox .menu.grayLighter {
  color: #303030;
  border: 1px solid #dddddd;
  background-color: #f0f0f0;
}

.CCcontainer .chatBox .menu.grayLighter:before {
  border-color: transparent transparent #dddddd transparent;
}

.CCcontainer .chatBox .menu.grayLighter:after {
  border-color: transparent transparent #f0f0f0 transparent;
}

.CCcontainer .chatBox .menu.grayLighter li {
  background-color: #fafafa;
  color: #4c4c4c;
}

.CCcontainer .chatBox .menu.grayLighter li:hover {
  color: #ffffff;
  background-color: #4d8de6;
}

.CCcontainer .chatBox .menu.midGray {
  color: #303030;
  background-color: #f0f0f0;
}

.CCcontainer .chatBox .menu.midGray:before {
  border-color: transparent transparent #f0f0f0 transparent;
}

.CCcontainer .chatBox .menu.midGray:after {
  border-color: transparent transparent #4a4a4a transparent;
}

.CCcontainer .chatBox .menu.midGray li {
  background-color: #f0f0f0;
  color: #303030;
}

.CCcontainer .chatBox .menu.midGray li:hover {
  color: #ffffff;
  background-color: #4d8de6;
}

.CCcontainer .chatBox .menu ul {
  margin: 8px;
}

.CCcontainer .chatBox .menu ul li {
  border-radius: 4px;
  font-size: 15px;
  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 .menu:after {
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 7px;
}

.CCcontainer .chatBox .menu:before {
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
}

.CCcontainer .chatBox .chatTop {
  position: relative;
  z-index: 2;
}

.CCcontainer .chatBox .chatTop .nav {
  position: relative;
  height: 40px;
  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;
  font-size: 18px;
  top: 12px;
  right: 8px;
}

.CCcontainer .chatBox .chatTop .nav .iconDirectChat {
  position: absolute;
  font-size: 19px;
  top: 10px;
  right: 32px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .iconDirectChat .number {
  margin-top: -2px;
}

.CCcontainer .chatBox .chatTop .nav .iconNotifications {
  position: absolute;
  font-size: 18px;
  top: 12px;
  right: 60px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .iconBack, .CCcontainer .chatBox .chatTop .nav .iconClose, .CCcontainer .chatBox .chatTop .nav .iconMinimize {
  position: absolute;
  font-size: 18px;
  top: 12px;
  left: 10px;
  display: none;
}

.CCcontainer .chatBox .chatTop .nav .number {
  top: -5px;
  left: 13px;
}

.CCcontainer .chatBox .chatTop .nav .title {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.CCcontainer .chatBox .chatTop .nav .title.left {
  text-align: left;
  width: 100%;
  padding-left: 8px;
}

.CCcontainer .chatBox .chatTop .nav .title::first-letter {
  text-transform: uppercase;
}

.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;
  font-size: 12px;
}

.CCcontainer .chatBox .chatTop .settingsMenu {
  display: none;
  position: absolute;
  right: 8px;
  min-width: 50%;
  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 #dddddd;
  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;
  border-bottom: 1px solid #dddddd;
}

.CCcontainer .chatBox .search .iconNewDC {
  position: absolute;
  font-size: 18px;
  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: #a2a2a2;
}

.CCcontainer .chatBox .search input {
  position: absolute;
  padding-left: 30px;
  padding-top: 2px;
  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;
  font-size: 10px;
  border-radius: 2rem;
  line-height: 1;
  position: absolute;
  padding: 4px 0;
  margin: -4px;
  min-width: 20px;
  height: 20px;
  text-align: center;
  display: none;
  font-family: Helvetica, Arial;
}

.CCcontainer .chatBox .numberText {
  float: left;
  margin: 0 4px 0 4px;
  color: #4d8de6;
  font-size: 15px;
}

.CCcontainer .chatBox .directChatLine {
  position: relative;
}

.CCcontainer .chatBox .directChatLine.myMessage .profileImage {
  right: 0;
  margin: 0 0 0 4px;
}

.CCcontainer .chatBox .directChatLine.myMessage .messageContainer {
  border: 0;
  background-color: #4d8de6;
  margin-right: 40px;
  margin-left: 0px;
}

.CCcontainer .chatBox .directChatLine.myMessage .messageContainer .chatMessage {
  color: #FFFFFF;
}

.CCcontainer .chatBox .directChatLine .profileImage {
  position: absolute;
  top: 0;
  border: 0px;
}

.CCcontainer .chatBox .directChatLine .messageContainer {
  border: 0;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: initial;
  padding: 4px 8px 4px 8px;
  margin-left: 40px;
  margin-right: 0px;
  position: relative;
  background-color: #f2f2f2;
}

.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: 15px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #dddddd 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: 15px;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent transparent #dddddd;
  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 #dddddd;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.CCcontainer .chatBox .roomLine .smallImage {
  left: 0;
}

.CCcontainer .chatBox .roomLine .onlineUsers {
  float: right;
}

.CCcontainer .chatBox .composing {
  transition: all 1.0s;
  width: 60px;
}

.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 .username {
  float: left;
}

.CCcontainer .chatBox .chatLine .message:hover {
  cursor: default;
}

.CCcontainer .chatBox .chatLine .delimiter {
  float: initial;
  margin-right: 4px;
  color: transparent;
}

.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: 16px;
  height: 16px;
  border-radius: 4px;
  overflow: hidden;
  float: none;
  display: inline-block;
  background-size: 24px;
  background-position-x: -4px;
  background-position-y: -4px;
}

.CCcontainer .chatBox .room .roomName {
  margin: 0 0 0 24px;
}

.CCcontainer .chatBox .rank {
  min-width: 15px;
  font-size: 10px;
  margin: 5px 0 0 4px;
  float: left;
  background-color: #dddddd;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  display: none;
}

.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 .username, .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;
  font-size: 15px;
}

.CCcontainer .chatBox .userMenu .user .username {
  cursor: pointer;
}

.CCcontainer .chatBox .profileImage, .CCcontainer .chatBox .notificationImage {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 4px;
}

.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: 4px 0;
  height: 18px;
  position: relative;
}

.CCcontainer .chatBox .strokeMessage .stroke {
  background-color: #dddddd;
  height: 1px;
  position: absolute;
  margin-top: 8px;
  width: 100%;
}

.CCcontainer .chatBox .strokeMessage .text {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  padding-right: 4px;
}

.CCcontainer .chatBox .timeMessage {
  margin: 4px 0;
  position: relative;
  background-color: #f4f8f9;
  font-size: 12px;
  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: 0px;
  top: 0px;
  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;
  background-color: #ffffff;
  margin: 4px -8px;
}

.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 .announcement.infoMessage,
.CCcontainer .chatBox .marquee.infoMessage {
  background-color: #ffffff;
}

.CCcontainer .chatBox .announcement.annRank,
.CCcontainer .chatBox .marquee.annRank {
  background-color: #449d44;
  color: #ffffff;
}

.CCcontainer .chatBox .announcement.annBank,
.CCcontainer .chatBox .marquee.annBank {
  background-color: #ec971f;
  color: #ffffff;
}

.CCcontainer .chatBox .announcement.annSpilnu,
.CCcontainer .chatBox .marquee.annSpilnu {
  overflow: auto;
  position: relative;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize,
.CCcontainer .chatBox .marquee.annSpilnu .prize {
  display: inline-block;
  width: 100%;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize.bigPrize,
.CCcontainer .chatBox .marquee.annSpilnu .prize.bigPrize {
  font-weight: bold;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize.bigPrize .text,
.CCcontainer .chatBox .marquee.annSpilnu .prize.bigPrize .text {
  clear: both;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize .img,
.CCcontainer .chatBox .marquee.annSpilnu .prize .img {
  margin-right: 4px;
  height: 42px;
  width: 42px;
  float: left;
  clear: both;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize .headline,
.CCcontainer .chatBox .marquee.annSpilnu .prize .headline {
  float: left;
  clear: both;
  color: #4d8de6;
  margin-right: 4px;
}

.CCcontainer .chatBox .announcement.annSpilnu .prize .headline::first-letter,
.CCcontainer .chatBox .marquee.annSpilnu .prize .headline::first-letter {
  text-transform: capitalize;
}

.CCcontainer .chatBox .emoticonContainer {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  display: none;
  padding: 8px;
  margin: 0;
  border-top: 1px solid #dddddd;
  background-color: #f2f2f2;
  max-height: 66%;
  box-shadow: inset 0 -10px 10px -10px rgba(125, 125, 125, 0.5);
}

.CCcontainer .chatBox .emoticonContainer .emoticonDivider {
  border-bottom: 1px solid #dddddd;
  margin: 8px 0;
}

.CCcontainer .chatBox .emoticonContainer .emoticon {
  cursor: pointer;
  margin-right: 2px;
  margin-bottom: 2px;
}

.CCcontainer .chatBox .emoticonContainer .emoji {
  margin: 0 9px 9px 0;
  float: left;
  width: 19px;
  height: 19px;
  font-size: 2.0rem;
}

.CCcontainer .chatBox .emoticonContainer .emoji:hover {
  cursor: pointer;
}

.CCcontainer .chatBox .emoticonContainer .emojiCollection {
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  margin: 4px 0 4px 0;
  height: 8px;
}

.CCcontainer .chatBox textarea, .CCcontainer .chatBox input {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 9px 26px 4px 9px;
  background: #f2f2f2;
  color: #000000;
  border: 0;
  margin: 0 0 0 0;
  height: 36px;
  overflow: hidden;
  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: 37px;
}

.CCcontainer .chatBox .nav *:not(.number), .CCcontainer .chatBox .subNav * {
  color: #4d8de6;
}

.CCcontainer .chatBox .btn:hover, .CCcontainer .chatBox .btn.btnSelected {
  color: #ffffff;
  background-color: #4d8de6;
}

.CCcontainer .chatBox .username.me {
  color: green !important;
}

.CCcontainer .chatBox .username.admin {
  color: #de00e0;
}

.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: 7px 0 7px 0;
  margin: 0;
  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;
  color: #333333;
}

.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.isVip .username::before {
  content: "★";
  color: gold;
}

.CCcontainer .chatBox .chatLine.delayed {
  opacity: 0.7;
}

.CCcontainer .chatBox .chatLine.meAction {
  background-color: #f0f8ff;
  font-weight: bold;
}

.CCcontainer .chatBox .chatLine.admin {
  border: 1px solid #78ba7d;
  background-color: #ddfecf;
  border-radius: 4px;
  margin: 4px 0 4px 0;
  padding: 8px;
}

.CCcontainer .chatBox .chatLine.admin .delimiter {
  float: initial;
  color: transparent;
}

.CCcontainer .chatBox .chatLine.admin .username {
  font-weight: bold;
}

.CCcontainer .chatBox .chatLine.admin .chatMessage {
  color: #4a4a4a;
}

.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;
  transition: all 1.0s;
  min-height: 35px;
  box-sizing: border-box;
}

.CCcontainer .chatBox .marquee .item {
  animation: fallDown 10s 1;
  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: #147cba;
}

@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 #147cba;
}

#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: #9b9b9b;
}

.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: 30px;
}

#tournaments .tournament-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  background-color: white;
  background-image: linear-gradient(to bottom, white 40%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-top: 1px solid #d8d8d8;
}

#tournaments .tournament-mobile-nav .nav-link {
  padding: 10px 0;
  max-width: 20%;
}

#tournaments .tournament-mobile-nav .nav-link .small, #tournaments .tournament-mobile-nav .nav-link #shop_user_payment #element label, #shop_user_payment #element #tournaments .tournament-mobile-nav .nav-link label {
  font-size: 60%;
}

#tournaments .pending-game .awaiting-participants {
  position: relative;
  background-image: url("/assets/tournaments/waiting_off.png");
  background-repeat: repeat-x;
  height: 50px;
  display: inline-block;
}

#tournaments .pending-game .awaiting-participants.min-2 {
  width: 80px;
}

#tournaments .pending-game .awaiting-participants.min-3 {
  width: 120px;
}

#tournaments .pending-game .awaiting-participants.min-4 {
  width: 160px;
}

#tournaments .pending-game .awaiting-participants.min-5 {
  width: 200px;
}

#tournaments .pending-game .awaiting-participants.min-6 {
  width: 240px;
}

#tournaments .pending-game .awaiting-participants .participating {
  background-image: url("/assets/tournaments/waiting_on.png");
  height: 50px;
  background-repeat: repeat-x;
  width: 0%;
}

#tournaments .pending-game .awaiting-participants .participating.participants-1 {
  width: 40px;
}

#tournaments .pending-game .awaiting-participants .participating.participants-2 {
  width: 80px;
}

#tournaments .pending-game .awaiting-participants .participating.participants-3 {
  width: 120px;
}

#tournaments .pending-game .awaiting-participants .participating.participants-4 {
  width: 160px;
}

#tournaments .pending-game .awaiting-participants .participating.participants-5 {
  width: 200px;
}

#tournaments .pending-game .awaiting-participants .participating.participants-6 {
  width: 240px;
}

#tournaments .running-game .tournament-round, #tournaments .ended-game .tournament-round {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#tournaments .running-game .tournament-table, #tournaments .ended-game .tournament-table {
  margin: .3rem;
  padding: .5rem;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-image: linear-gradient(to bottom, white 40%, #f5f5f5 100%);
  background-repeat: repeat-x;
}

#tournaments .running-game .tournament-table.current-user-table, #tournaments .ended-game .tournament-table.current-user-table {
  background-image: linear-gradient(to bottom, #a1a8ae 40%, #f5f5f5 100%);
  background-repeat: repeat-x;
}

#tournaments .running-game .participant, #tournaments .ended-game .participant {
  display: inline-block;
  position: relative;
  margin: .2rem;
  max-width: 50px;
}

#tournaments .running-game .participant .friend-icon, #tournaments .ended-game .participant .friend-icon {
  display: block;
  width: auto;
  height: auto;
}

#tournaments .running-game .participant.round-winner .friend-icon, #tournaments .ended-game .participant.round-winner .friend-icon {
  position: relative;
  border: 3px solid #28a745;
}

#tournaments .running-game .participant.player-unknown, #tournaments .ended-game .participant.player-unknown {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 100%;
  border: 3px solid #ced4da;
}

#tournaments .running-game .participant.round-loser .friend-icon, #tournaments .ended-game .participant.round-loser .friend-icon {
  opacity: .5;
}

#tournaments .running-game .participant .round-winner-icon, #tournaments .running-game .participant .player-unknown-icon, #tournaments .ended-game .participant .round-winner-icon, #tournaments .ended-game .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;
}

#tournaments .running-game .participant .player-unknown-icon, #tournaments .ended-game .participant .player-unknown-icon {
  color: #ced4da;
}

#tournaments .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-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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");
}

.my-result {
  overflow: hidden;
}

.my-result [class^='trophy-'] {
  position: absolute;
  top: 5px;
  right: -45px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  opacity: .3;
  pointer-events: none;
  transition: opacity .3s;
}

@media (min-width: 567px) {
  .my-result [class^='trophy-'] {
    right: -60px;
  }
}

.my-result:hover [class^='trophy-'] {
  opacity: .5;
}

.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: #ffc300;
}

.position-2::before {
  background-image: url("/assets/tournaments/cupprimesilver.svg");
}

.position-2 .friend-icon {
  border-color: silver;
}

.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;
}

.tournament-prize {
  text-align: center;
  padding: 1rem 5px;
  border-radius: 20px;
  border: 3px solid;
}

.tournament-prize.gold {
  border-color: #ffc300;
}

.tournament-prize.silver {
  border-color: silver;
}

.tournament-prize.bronze {
  border-color: #cd7f32;
}

.tournament-info {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0;
  border-radius: 0 0 .25rem .25rem;
  border: 1px solid #dddddd;
  border-top: none;
  justify-content: space-around;
  font-size: 0.875rem;
  display: block;
  margin: 0;
  background-color: white;
  white-space: nowrap;
  padding: 0 10px;
}

.tournament-info .token-symbol {
  width: 14px;
  height: 14px;
}

.tournament-info .prize-amount, .tournament-info .players, .tournament-info .countdown-container {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 5px;
}

.trophies-won .display-4 {
  line-height: 1;
}

.trophies-won .text-gold, .trophies-won .text-silver, .trophies-won .text-bronze {
  font-weight: 700;
  line-height: 1;
}

.badge.bg-gold, .badge.bg-silver, .badge.bg-bronze {
  font-size: 2rem;
  padding: 1rem .5rem;
}

@media (min-width: 567px) {
  .badge.bg-gold, .badge.bg-silver, .badge.bg-bronze {
    font-size: 1.2rem;
  }
}

.badge.bg-gold.bg-gold, .badge.bg-silver.bg-gold, .badge.bg-bronze.bg-gold {
  color: #997500;
  border: 4px solid #ffcf33;
  box-shadow: inset 0 0 3px #cc9c00;
}

.badge.bg-gold.bg-silver, .badge.bg-silver.bg-silver, .badge.bg-bronze.bg-silver {
  color: gray;
  border: 4px solid #dadada;
  box-shadow: inset 0 0 3px #a7a7a7;
}

.badge.bg-gold.bg-bronze, .badge.bg-silver.bg-bronze, .badge.bg-bronze.bg-bronze {
  color: #7b4c1e;
  border: 4px solid #e1b284;
  box-shadow: inset 0 0 3px #a46628;
}

.tournament-tag {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 5px;
  margin-bottom: 2px;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  color: #9b9b9b;
}

.tournament-game-logo {
  width: 60px;
  margin-right: 1rem;
}

@media (min-width: 567px) {
  .tournament-game-logo {
    width: 100px;
  }
}

.note-editor {
  border: 1px solid #dddddd !important;
  border-radius: 0.25rem;
}

.note-editor.fullscreen {
  border-radius: 0;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  z-index: 99;
}

.note-editor .note-toolbar .dropdown-menu {
  min-width: 90px;
  overflow-y: auto;
}

.note-editor .note-toolbar .dropdown-menu li {
  padding: .2rem .5rem;
}

.note-editor .note-toolbar .dropdown-menu li a {
  display: block;
  white-space: nowrap;
}

.note-color .dropdown-menu {
  width: 200px;
}

.note-popover {
  display: none;
}

.note-group-select-from-files label {
  display: block;
}

.modal-header h4 {
  position: absolute;
}

.modal-backdrop {
  z-index: 1400;
}

.modal {
  z-index: 1500;
}

.modal.show {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.tooltip {
  z-index: 1600;
}

@keyframes gallery-fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.stats-wrapper .list-group-item:hover {
  z-index: 0;
}

.stats-wrapper .stat-header {
  background-image: linear-gradient(88deg, #2e3192, #147cba);
  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 #element label {
  margin: 0;
}

#shop_user_payment #element .form-check-label {
  font-size: 1rem;
}

#shop_user_payment #processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.95);
  display: none;
}

#shop_user_payment #processing .processing-info {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 15px;
  left: 15px;
}

@media (min-width: 567px) {
  #shop_user_payment #processing .processing-info {
    right: 30px;
    left: 30px;
  }
}

#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;
}

@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: 5px;
  left: 5px;
  width: 300px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, white 50%);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.6);
  animation: floating-notification 3s linear forwards;
  z-index: 9999;
  cursor: pointer;
}

.floating-notification .notification-item {
  padding: 10px;
}

.floating-notification .notification-item .media {
  align-items: center;
}

.floating-notification .notification-item .media .text-muted {
  display: none;
}

.floating-notification:nth-child(2) {
  left: 155px;
}

.floating-notification:nth-child(3) {
  left: 305px;
}

.floating-notification:nth-child(4) {
  left: 455px;
}

.floating-notification:nth-child(5) {
  left: 605px;
}

.floating-notification:nth-child(6) {
  left: 755px;
}

.floating-notification:nth-child(7) {
  left: 905px;
}

.floating-notification:nth-child(8) {
  left: 1055px;
}

.floating-notification:nth-child(9) {
  left: 1205px;
}

.notification-item {
  width: 100%;
  color: #333;
  display: block;
  background-color: #f2f4f6;
  line-height: 1.2;
  position: relative;
  padding: 5px;
  border-top: 1px solid #dddddd;
  white-space: normal;
  font-size: 12px;
  text-decoration: none;
}

.notification-item:hover {
  text-decoration: none;
  cursor: pointer;
}

.notification-item:hover a {
  color: #0d4e75;
}

.notification-item.read {
  opacity: 0.5;
  background-color: #fff;
}

.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%;
}

.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;
}

html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body.modal_open {
  overflow: visible;
}

body.modal_open.iphone {
  position: fixed;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #173b71;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ie11-alert {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: calc(1170px - 30px);
  z-index: 1800;
  padding-left: 2rem;
  padding-right: 2rem;
}

.IE11 .ie11-alert {
  display: block;
}

img {
  max-width: 100%;
}

::selection {
  background: #147cba;
  color: white;
}

#app {
  padding-top: 60px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

#page {
  background-color: #f5f5f5;
  flex-grow: 1;
  position: relative;
}

a:focus, .btn:focus, button:focus {
  outline: none;
}

.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 {
  max-width: 1170px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container-fluid .row [class*=" col"], .container-fluid .row [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid .row .collapse, .container-fluid .row .collapsed {
    padding: 0 !important;
  }
}

.row.slim {
  margin: 0 -10px;
}

.row.slim [class*=" col"], .row.slim [class^="col"] {
  padding: 0 10px 20px;
}

.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;
}

pre {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #efefef;
  border: 1px solid #dedede;
  border-radius: 4px;
  z-index: 100000;
  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 span {
  margin-right: 3px;
}

.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: .5rem;
  font-weight: 700;
  color: white;
  padding: 1px 10px;
  border-radius: 0.2rem 0 0.2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
  text-transform: uppercase;
}

.help-box {
  background-color: #d8d8d8;
  padding: 15px;
}

.media .media-image {
  width: 64px;
}

#messagesReceiversButtons .btn {
  margin-right: 4px;
}

.fa, .fas {
  font-weight: 900 !important;
}

#force-reload-countdown {
  background-color: rgba(77, 0, 0, 0.78);
  color: #da8b89;
  text-align: center;
  position: absolute;
  top: 100%;
  width: 100%;
}

.list-group-item-primary {
  color: white;
  background-color: #147cba;
}

.dropdown-item.selected {
  background-color: #c3e3ff;
  color: #0e6fa9;
}

.money-games-terms img {
  margin-right: 20px;
}

.game-category .money-games-terms img {
  height: 35px;
}
