@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #0065ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ec5300;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f59f09;
  --secondary: #6c757d;
  --success: #1d7501;
  --info: #17a2b8;
  --warning: #f59f09;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #181818;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  background-color: #f3f3f3;
}

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

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

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

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

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

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

dfn {
  font-style: italic;
}

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: #f59f09;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #034dbb;
  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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 9px 10px;
  padding-bottom: 9px 10px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .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;
}

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

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"] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[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,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 22px;
}

h2,
.h2 {
  font-size: 18px;
}

h3,
.h3 {
  font-size: 16px;
}

h4,
.h4 {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: .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: .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   \A0";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .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: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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: 576px) {
  .container {
    max-width: 1430px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 9px 10px;
  vertical-align: top;
  border-top: 1px solid #cbcbcc;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cbcbcc;
}

.table tbody + tbody {
  border-top: 2px solid #cbcbcc;
}

.table .table {
  background-color: #f3f3f3;
}

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

.table-bordered {
  border: 1px solid #cbcbcc;
}

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

.table-bordered thead th,
.table-bordered 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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: #fff;
  background-color: #212529;
  border-color: #cbcbcc;
}

.table .thead-light th {
  color: #2c2c2c;
  background-color: #e9ecef;
  border-color: #cbcbcc;
}

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

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

.table-dark.table-bordered {
  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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .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: .25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

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

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

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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,
.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 {
  background-color: #71dd8a;
}

.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 {
  background-color: #34ce57;
}

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

.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 ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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,
.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: #dc3545;
}

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

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

.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 {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 0;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out, box-shadow .4s ease-in-out;
  -webkit-transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out, box-shadow .4s ease-in-out;
  transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out, box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

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

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

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

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

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

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

.btn-primary {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d08708;
  border-color: #c47f07;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1d7501;
  border-color: #1d7501;
}

.btn-success:hover {
  color: #fff;
  background-color: #144f01;
  border-color: #104201;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1d7501;
  border-color: #1d7501;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #104201;
  border-color: #0d3600;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d08708;
  border-color: #c47f07;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.5);
}

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

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

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

.btn-outline-primary {
  color: #f59f09;
  background-color: transparent;
  background-image: none;
  border-color: #f59f09;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1d7501;
  background-color: transparent;
  background-image: none;
  border-color: #1d7501;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1d7501;
  border-color: #1d7501;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1d7501;
  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: #1d7501;
  border-color: #1d7501;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 117, 1, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f59f09;
  background-color: transparent;
  background-image: none;
  border-color: #f59f09;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f59f09;
  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: #212529;
  background-color: #f59f09;
  border-color: #f59f09;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 159, 9, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #181818;
  background-color: transparent;
  background-image: none;
  border-color: #181818;
}

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

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

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 24, 24, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #f59f09;
  background-color: transparent;
}

.btn-link:hover {
  color: #034dbb;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

.btn-sm,
.btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0065ff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

.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: .375rem;
  padding-left: .375rem;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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 > .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

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

.input-group-lg > .form-control,
.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 {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  background-color: #0065ff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

.custom-control-label::before {
  position: absolute;
  top: .06875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0065ff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #0065ff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0065ff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

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

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

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

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0065ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

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

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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: #0065ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #0065ff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

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

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

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

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

.nav-link.disabled {
  color: #6c757d;
}

.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: .25rem;
  border-top-right-radius: .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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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;charset=utf8,%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;charset=utf8,%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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: .25rem;
}

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

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

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

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -.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: .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(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .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(.25rem - 1px) calc(.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: .25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0065ff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

.badge {
  display: inline-block;
  padding: .41255em .475em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #212529;
  background-color: #f59f09;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c47f07;
}

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #1d7501;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #104201;
}

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

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #f59f09;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c47f07;
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #7f5305;
  background-color: #fdecce;
  border-color: #fce4ba;
}

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

.alert-primary .alert-link {
  color: #4e3303;
}

.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: #0f3d01;
  background-color: #d2e3cc;
  border-color: #c0d8b8;
}

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

.alert-success .alert-link {
  color: #030b00;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7f5305;
  background-color: #fdecce;
  border-color: #fce4ba;
}

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

.alert-warning .alert-link {
  color: #4e3303;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.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: #0c0c0c;
  background-color: #d1d1d1;
  border-color: #bebebe;
}

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0065ff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: .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: .25rem;
  border-top-right-radius: .25rem;
}

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

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

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

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

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

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

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

.list-group-item-primary {
  color: #7f5305;
  background-color: #fce4ba;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #7f5305;
  background-color: #fbdaa2;
}

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

.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: #0f3d01;
  background-color: #c0d8b8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f3d01;
  background-color: #b1cfa8;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

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

.list-group-item-warning {
  color: #7f5305;
  background-color: #fce4ba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7f5305;
  background-color: #fbdaa2;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

.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: #0c0c0c;
  background-color: #bebebe;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #0c0c0c;
  background-color: #b1b1b1;
}

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

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

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

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

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

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 3rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.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: 576px) {
  .modal-dialog {
    max-width: 525px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: .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: .4rem .4rem 0;
  border-top-color: #000;
}

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

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

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: .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 .4rem .4rem;
  border-bottom-color: #000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 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: .5rem;
}

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

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: .5rem .5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-top-color: #fff;
}

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

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-right-color: #fff;
}

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

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

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-bottom-color: #fff;
}

.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: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

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

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c47f07 !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: #1d7501 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #104201 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #f59f09 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c47f07 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #181818 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #cbcbcc !important;
}

.border-top {
  border-top: 1px solid #cbcbcc !important;
}

.border-right {
  border-right: 1px solid #cbcbcc !important;
}

.border-bottom {
  border-bottom: 1px solid #cbcbcc !important;
}

.border-left {
  border-left: 1px solid #cbcbcc !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: #f59f09 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #1d7501 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f59f09 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #181818 !important;
}

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

.rounded {
  border-radius: .25rem !important;
}

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

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

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

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .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: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.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: .25rem !important;
}

.mt-1,
.my-1 {
  margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: .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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !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: .25rem !important;
}

.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
  padding-left: .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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !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: 576px) {
  .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: .25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 7.5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }

  .m-sm-10 {
    margin: 10.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !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: .25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 7.5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }

  .p-sm-10 {
    padding: 10.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !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: .25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 7.5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }

  .m-md-10 {
    margin: 10.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !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: .25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .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;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 7.5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }

  .p-md-10 {
    padding: 10.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !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: .25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 7.5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }

  .m-lg-10 {
    margin: 10.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !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: .25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 7.5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }

  .p-lg-10 {
    padding: 10.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !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: 1200px) {
  .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: .25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 7.5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }

  .m-xl-10 {
    margin: 10.5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !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: .25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 7.5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }

  .p-xl-10 {
    padding: 10.5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #c47f07 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #1d7501 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #104201 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #f59f09 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c47f07 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #181818 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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 {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered 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: #cbcbcc;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #cbcbcc;
  }
}

@font-face {
  font-family: 'umg';
  src: url("/fonts/umg.eot?x3atd6");
  src: url("/fonts/umg.eot?x3atd6#iefix") format("embedded-opentype"), url("/fonts/umg.ttf?x3atd6") format("truetype"), url("/fonts/umg.woff?x3atd6") format("woff"), url("/fonts/umg.woff2?x3atd6") format("woff2"), url("/fonts/umg.svg?x3atd6#umg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.umg {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'umg' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.red {
  color: #e44b4b;
}

/* makes the font 33% larger relative to the icon container */

.umg-lg {
  font-size: 3em;
}

.umg-2x {
  font-size: 4em;
}

.umg-3x {
  font-size: 5em;
}

/* -----------Icons--------------- */

.umg-favorites:before {
  content: "\E917";
}

.umg-friends:before {
  content: "\E918";
}

.umg-invitations:before {
  content: "\E919";
}

.umg-team-record:before {
  content: "\E91A";
}

.umg-team:before {
  content: "\E91B";
}

.umg-checkmark:before {
  content: "\E915";
}

.umg-prime-tag:before {
  content: "\E916";
}

.umg-arrow-down:before {
  content: "\E900";
}

.umg-arrow-left:before {
  content: "\E901";
}

.umg-arrow-right:before {
  content: "\E902";
}

.umg-arrow-up:before {
  content: "\E903";
}

.umg-bronze-trophy:before {
  content: "\E904";
}

.umg-close:before {
  content: "\E905";
}

.umg-gold-trophy:before {
  content: "\E906";
}

.umg-ladders:before {
  content: "\E907";
}

.umg-news:before {
  content: "\E908";
}

.umg-price:before {
  content: "\E909";
}

.umg-prime:before {
  content: "\E90A";
}

.umg-profile:before {
  content: "\E90B";
}

.umg-ps3:before {
  content: "\E90C";
}

.umg-ps4:before {
  content: "\E90D";
}

.umg-spellbreak-cp:before,
.umg-apex-cp:before,
.umg-splitgate-cp:before,
.umg-battlefield-cp:before,
.umg-bungie-cp:before {
  content: "\E925";
}

.umg-rank:before {
  content: "\E90E";
}

.umg-silver-trophy:before {
  content: "\E90F";
}

.umg-steam:before {
  content: "\E910";
}

.umg-teams:before {
  content: "\E911";
}

.umg-tournament:before {
  content: "\E912";
}

.umg-umg-tag:before {
  content: "\E913";
}

.umg-xbox:before {
  content: "\E914";
}

.umg-mobile:before {
  content: "\E91D";
}

.umg-wiiu:before {
  content: "\E91C";
}

.umg-twitter:before {
  content: "\E91E";
}

.umg-link:before {
  content: "\E91F";
}

.umg-epicgames:before {
  content: "\E920";
}

.umg-logo:before {
  content: "\E921";
}

.umg-battlenet:before {
  content: "\E922";
}

.umg-origin:before {
  content: "\E923";
}

.umg-nintendo:before {
  content: "\E924";
}

.umg-crossplatform:before {
  content: "\E925";
}

.umg-ubisoft:before {
  content: "\E92C";
}

.umg-riot-games:before {
  content: "\E92D";
}

.umg-kart-pro-guid:before {
  content: "\E92E";
}

@font-face {
  font-family: "icomoon";
  src: url("/v3_0/fonts/icomoon.eot?cjvr9d");
  src: url("/v3_0/fonts/icomoon.eot?cjvr9d#iefix") format("embedded-opentype"), url("/v3_0/fonts/icomoon.ttf?cjvr9d") format("truetype"), url("/v3_0/fonts/icomoon.woff?cjvr9d") format("woff"), url("/v3_0/fonts/icomoon.svg?cjvr9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play-now:before {
  content: "\E924";
}

.icon-p-logo:before {
  content: "\E91E";
}

.icon-tournament:before {
  content: "\E91F";
}

.icon-vs:before {
  content: "\E920";
}

.icon-vs-brackets:before {
  content: "\E921";
}

.icon-vs-search:before {
  content: "\E922";
}

.icon-play:before {
  content: "\E91D";
}

.icon-scheme:before {
  content: "\E91C";
}

.icon-users-sm:before {
  content: "\E902";
}

.icon-shopping:before {
  content: "\E903";
}

.icon-medkit:before {
  content: "\E904";
}

.icon-trophy:before {
  content: "\E905";
}

.icon-th:before {
  content: "\E906";
}

.icon-gamepad:before {
  content: "\E907";
}

.icon-home:before {
  content: "\E908";
}

.icon-facebook:before {
  content: "\E909";
}

.icon-twitter:before {
  content: "\E90A";
}

.icon-question:before {
  content: "\E90B";
}

.icon-bell:before {
  content: "\E90C";
}

.icon-caret-down:before {
  content: "\E90D";
}

.icon-clock:before {
  content: "\E90E";
}

.icon-sign-out:before {
  content: "\E90F";
}

.icon-coins:before {
  content: "\E910";
}

.icon-money-bill:before {
  content: "\E911";
}

.icon-hand:before {
  content: "\E912";
}

.icon-gift:before {
  content: "\E913";
}

.icon-envelope:before {
  content: "\E914";
}

.icon-users:before {
  content: "\E915";
}

.icon-address-card:before {
  content: "\E916";
}

.icon-piggy-bank:before {
  content: "\E917";
}

.icon-user-circle:before {
  content: "\E918";
}

.icon-tachometer:before {
  content: "\E919";
}

.icon-instagram:before {
  content: "\E91B";
}

.icon-filter:before {
  content: "\E923";
}

.icon-search:before {
  content: "\E900";
}

.icon-youtube:before {
  content: "\E91A";
}

.icon-arrow_down:before {
  content: "\E901";
}

.icon-xbox:before {
  content: "\E925";
}

.icon-playstation:before {
  content: "\E926";
}

.icon-ps4:before {
  content: "\E926";
}

.icon-pc:before {
  content: "\E927";
}

.icon-mobile:before {
  content: "\E928";
}

.icon-nintendo:before {
  content: "\E92A";
}

.icon-crossplatform:before {
  content: "\E92B";
}

.icon-ubisoft:before {
  content: "\E92C";
}

.icon-riot-games:before {
  content: "\E92D";
}

.icon-kart-pro-guid:before {
  content: "\E92E";
}

.lcqualitybadge-holder {
  text-align: center;
  margin: 15px auto 15px auto;
}

#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(7) {
  fill: #FF7000;
}

#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(1) > use:nth-child(1) {
  fill: #FFFFFF;
}

#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(3) > path:nth-child(1) {
  fill: #333333;
}

#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) text:nth-child(4),
#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) text:nth-child(5) {
  fill: #CBCBCB;
}

#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) text:nth-child(6),
#lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(2) > text:nth-child(1) {
  fill: #666666;
}

.medal-container {
  width: 23%;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

.sb-medal-img {
  width: 40px;
  height: 40px;
  border: none !important;
  margin-top: -30px;
  margin-left: -30px;
}

.roster-medal-img {
  width: 40px;
  height: 40px;
  border: none !important;
  margin-top: -200px;
  margin-left: 70px;
}

.mf-team-create-match a.button {
  display: block;
  border: 0px solid;
  background-color: #f5f5f5;
  text-align: center;
  color: #f27413;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.75rem 0px;
  width: 100%;
  cursor: pointer;
}

.createteamModal .close {
  font-weight: 700;
  line-height: 1;
  float: right;
  font-size: 30px;
  opacity: .5;
  position: absolute;
  right: 0;
}

.createteamModal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.createteamModal button.close {
  padding: 10px 15px;
}

#create-a-team-form p.optional span {
  background: #e9e9e9;
  padding: 0 5px;
  Text-align: left;
}

#create-a-team-form p.optional + * {
  border-top: solid 1px gray;
  padding-top: 25px;
  margin-top: -25px;
}

.play-holder .choose-box a {
  display: block;
  text-decoration: none;
  color: unset;
}

.play-holder .choose-box a p {
  text-decoration: none;
  color: unset;
}

.play-holder .choose-box a:hover {
  text-decoration: none;
  color: unset;
}

.nav-tabs.ladder-game-nav {
  position: relative;
}

.nav-tabs.ladder-game-nav > li {
  display: none;
  float: none;
  text-align: center;
}

.nav-tabs.ladder-game-nav > li.active-item {
  display: block;
}

.nav-tabs.ladder-game-nav.open > li {
  display: block;
}

@media (min-width: 768px) {
  .nav-tabs.ladder-game-nav > li {
    display: block;
    float: left;
  }

  .nav-tabs.ladder-game-nav span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.ladder-game-nav span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }

  .nav-tabs.ladder-game-nav.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.ladder-game-nav.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-tabs.ladder-game-nav > li {
    width: 100%;
  }

  .nav-tabs.ladder-game-nav span.glyphicon {
    position: absolute;
    top: 23px;
    right: 22px;
    color: #fff;
  }

  .nav-tabs.ladder-game-nav span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.ladder-game-nav.open span.glyphicon.glyphicon-triangle-top {
    display: block;
  }

  .nav-tabs.ladder-game-nav.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }
}

.login-btn-row {
  padding: 5px 0;
}

.login-btn-row button {
  width: 100%;
}

.btn-your-account {
  width: 100%;
}

.btn-facebook {
  background-color: #6E91DF;
}

.btn-facebook:hover {
  background-color: #5874b2;
}

.btn-twitter {
  background-color: #6DC0E6;
}

.btn-twitter:hover {
  background-color: #5799b8;
}

.btn-battlenet {
  background-color: #4E44FA;
}

.btn-battlenet:hover {
  background-color: #3e36c8;
}

.btn-google {
  background-color: #EE604B;
}

.btn-google:hover {
  background-color: #be4c3c;
}

.btn-outline:hover {
  background-color: #0065ff;
}

.btn-outline-darker:hover {
  background-color: #2d2d2d;
}

.nav-tabs.hc-tabs {
  position: relative;
}

.nav-tabs.hc-tabs > li {
  display: none;
  float: none;
  text-align: center;
}

.nav-tabs.hc-tabs > li.active-item {
  display: block;
}

.nav-tabs.hc-tabs.open > li {
  display: block;
}

@media (min-width: 768px) {
  .nav-tabs.hc-tabs > li {
    display: block;
    float: left;
  }

  .nav-tabs.hc-tabs span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.hc-tabs span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }

  .nav-tabs.hc-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.hc-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-tabs.hc-tabs > li,
  .nav-tabs.hc-tabs > li > .dropdown-menu {
    width: 100%;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
  }

  .nav-tabs.hc-tabs span.glyphicon {
    position: absolute;
    top: 23px;
    right: 22px;
    color: black;
  }

  .nav-tabs.hc-tabs span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  .nav-tabs.hc-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block;
  }

  .nav-tabs.hc-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
  }
}

#filterModal .modal-body {
  padding: 15px;
  position: relative;
}

#filterModal .form-check {
  padding: 15px 10px 0px 15px;
}

#filterModal .form-check .icheckbox_square-blue {
  margin-right: 10px;
}

#filterModal .form-check-label {
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
}

.mf-selected-amt {
  text-transform: uppercase;
  font-size: 11px;
  color: #0065ff;
  text-align: right;
}

.mf-checkeds {
  color: #0065ff;
  width: 30px;
  height: 20px;
  display: inline-block;
}

.mf-icon {
  font-size: 20px;
  margin-right: 5px;
}

.filter-spinner {
  height: 130px;
  margin: 0px auto;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.mf-empty {
  padding: 80px 20px;
  margin: 0px auto;
  max-width: 650px;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.mf-empty a,
.mf-showmore a {
  font-weight: bold;
  text-decoration: underline;
}

.mf-showmore {
  padding: 0px 8px 8px 8px;
  margin: 0px auto;
  max-width: 650px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #778090;
  font-weight: 400;
  text-align: center;
}

.mf-showmore-holder:before,
.mf-showmore-holder:after {
  content: '';
  clear: both;
  display: block;
}

.fyg_clickplat {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 8px;
  background: rgba(16, 16, 16, 0.7);
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.mf-game-box {
  background-color: #141d23;
  width: 100%;
  max-width: 75px;
  height: 100vh;
  max-height: 100px;
  position: relative;
}

.sam_img .mf-game-box {
  max-height: 75px;
}

.leaderboard_empty {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 35px 25px;
  font-weight: 300;
}

.matchfinder-season {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.matchfinder-season span {
  font-weight: 300;
}

.mf-checkedsa {
  color: #00fedc;
  width: 30px;
  height: 20px;
  display: inline-block;
}

.flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/flags.png") no-repeat;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-ax {
  background-position: -240px 0;
}

.flag.flag-az {
  background-position: 0 -16px;
}

.flag.flag-ba {
  background-position: -16px -16px;
}

.flag.flag-bb {
  background-position: -32px -16px;
}

.flag.flag-bd {
  background-position: -48px -16px;
}

.flag.flag-be {
  background-position: -64px -16px;
}

.flag.flag-bf {
  background-position: -80px -16px;
}

.flag.flag-bg {
  background-position: -96px -16px;
}

.flag.flag-bh {
  background-position: -112px -16px;
}

.flag.flag-bi {
  background-position: -128px -16px;
}

.flag.flag-bj {
  background-position: -144px -16px;
}

.flag.flag-bl {
  background-position: -160px -16px;
}

.flag.flag-bm {
  background-position: -176px -16px;
}

.flag.flag-bn {
  background-position: -192px -16px;
}

.flag.flag-bo {
  background-position: -208px -16px;
}

.flag.flag-br {
  background-position: -224px -16px;
}

.flag.flag-bs {
  background-position: -240px -16px;
}

.flag.flag-bt {
  background-position: 0 -32px;
}

.flag.flag-bw {
  background-position: -16px -32px;
}

.flag.flag-by {
  background-position: -32px -32px;
}

.flag.flag-bz {
  background-position: -48px -32px;
}

.flag.flag-ca {
  background-position: -64px -32px;
}

.flag.flag-cd {
  background-position: -80px -32px;
}

.flag.flag-cf {
  background-position: -96px -32px;
}

.flag.flag-cg {
  background-position: -112px -32px;
}

.flag.flag-ch {
  background-position: -128px -32px;
}

.flag.flag-ci {
  background-position: -144px -32px;
}

.flag.flag-ck {
  background-position: -160px -32px;
}

.flag.flag-cl {
  background-position: -176px -32px;
}

.flag.flag-cm {
  background-position: -192px -32px;
}

.flag.flag-cn {
  background-position: -208px -32px;
}

.flag.flag-co {
  background-position: -224px -32px;
}

.flag.flag-cr {
  background-position: -240px -32px;
}

.flag.flag-cu {
  background-position: 0 -48px;
}

.flag.flag-cv {
  background-position: -16px -48px;
}

.flag.flag-cw {
  background-position: -32px -48px;
}

.flag.flag-cy {
  background-position: -48px -48px;
}

.flag.flag-cz {
  background-position: -64px -48px;
}

.flag.flag-de {
  background-position: -80px -48px;
}

.flag.flag-dj {
  background-position: -96px -48px;
}

.flag.flag-dk {
  background-position: -112px -48px;
}

.flag.flag-dm {
  background-position: -128px -48px;
}

.flag.flag-do {
  background-position: -144px -48px;
}

.flag.flag-dz {
  background-position: -160px -48px;
}

.flag.flag-ec {
  background-position: -176px -48px;
}

.flag.flag-ee {
  background-position: -192px -48px;
}

.flag.flag-eg {
  background-position: -208px -48px;
}

.flag.flag-eh {
  background-position: -224px -48px;
}

.flag.flag-england {
  background-position: -240px -48px;
}

.flag.flag-er {
  background-position: 0 -64px;
}

.flag.flag-es {
  background-position: -16px -64px;
}

.flag.flag-et {
  background-position: -32px -64px;
}

.flag.flag-eu {
  background-position: -48px -64px;
}

.flag.flag-fi {
  background-position: -64px -64px;
}

.flag.flag-fj {
  background-position: -80px -64px;
}

.flag.flag-fk {
  background-position: -96px -64px;
}

.flag.flag-fm {
  background-position: -112px -64px;
}

.flag.flag-fo {
  background-position: -128px -64px;
}

.flag.flag-fr {
  background-position: -144px -64px;
}

.flag.flag-ga {
  background-position: -160px -64px;
}

.flag.flag-gb {
  background-position: -176px -64px;
}

.flag.flag-gd {
  background-position: -192px -64px;
}

.flag.flag-ge {
  background-position: -208px -64px;
}

.flag.flag-gg {
  background-position: -224px -64px;
}

.flag.flag-gh {
  background-position: -240px -64px;
}

.flag.flag-gi {
  background-position: 0 -80px;
}

.flag.flag-gl {
  background-position: -16px -80px;
}

.flag.flag-gm {
  background-position: -32px -80px;
}

.flag.flag-gn {
  background-position: -48px -80px;
}

.flag.flag-gp {
  background-position: -64px -80px;
}

.flag.flag-gq {
  background-position: -80px -80px;
}

.flag.flag-gr {
  background-position: -96px -80px;
}

.flag.flag-gs {
  background-position: -112px -80px;
}

.flag.flag-gt {
  background-position: -128px -80px;
}

.flag.flag-gu {
  background-position: -144px -80px;
}

.flag.flag-gw {
  background-position: -160px -80px;
}

.flag.flag-gy {
  background-position: -176px -80px;
}

.flag.flag-hk {
  background-position: -192px -80px;
}

.flag.flag-hn {
  background-position: -208px -80px;
}

.flag.flag-hr {
  background-position: -224px -80px;
}

.flag.flag-ht {
  background-position: -240px -80px;
}

.flag.flag-hu {
  background-position: 0 -96px;
}

.flag.flag-ic {
  background-position: -16px -96px;
}

.flag.flag-id {
  background-position: -32px -96px;
}

.flag.flag-ie {
  background-position: -48px -96px;
}

.flag.flag-il {
  background-position: -64px -96px;
}

.flag.flag-im {
  background-position: -80px -96px;
}

.flag.flag-in {
  background-position: -96px -96px;
}

.flag.flag-iq {
  background-position: -112px -96px;
}

.flag.flag-ir {
  background-position: -128px -96px;
}

.flag.flag-is {
  background-position: -144px -96px;
}

.flag.flag-it {
  background-position: -160px -96px;
}

.flag.flag-je {
  background-position: -176px -96px;
}

.flag.flag-jm {
  background-position: -192px -96px;
}

.flag.flag-jo {
  background-position: -208px -96px;
}

.flag.flag-jp {
  background-position: -224px -96px;
}

.flag.flag-ke {
  background-position: -240px -96px;
}

.flag.flag-kg {
  background-position: 0 -112px;
}

.flag.flag-kh {
  background-position: -16px -112px;
}

.flag.flag-ki {
  background-position: -32px -112px;
}

.flag.flag-km {
  background-position: -48px -112px;
}

.flag.flag-kn {
  background-position: -64px -112px;
}

.flag.flag-kp {
  background-position: -80px -112px;
}

.flag.flag-kr {
  background-position: -96px -112px;
}

.flag.flag-kw {
  background-position: -112px -112px;
}

.flag.flag-ky {
  background-position: -128px -112px;
}

.flag.flag-kz {
  background-position: -144px -112px;
}

.flag.flag-la {
  background-position: -160px -112px;
}

.flag.flag-lb {
  background-position: -176px -112px;
}

.flag.flag-lc {
  background-position: -192px -112px;
}

.flag.flag-li {
  background-position: -208px -112px;
}

.flag.flag-lk {
  background-position: -224px -112px;
}

.flag.flag-lr {
  background-position: -240px -112px;
}

.flag.flag-ls {
  background-position: 0 -128px;
}

.flag.flag-lt {
  background-position: -16px -128px;
}

.flag.flag-lu {
  background-position: -32px -128px;
}

.flag.flag-lv {
  background-position: -48px -128px;
}

.flag.flag-ly {
  background-position: -64px -128px;
}

.flag.flag-ma {
  background-position: -80px -128px;
}

.flag.flag-mc {
  background-position: -96px -128px;
}

.flag.flag-md {
  background-position: -112px -128px;
}

.flag.flag-me {
  background-position: -128px -128px;
}

.flag.flag-mf {
  background-position: -144px -128px;
}

.flag.flag-mg {
  background-position: -160px -128px;
}

.flag.flag-mh {
  background-position: -176px -128px;
}

.flag.flag-mk {
  background-position: -192px -128px;
}

.flag.flag-ml {
  background-position: -208px -128px;
}

.flag.flag-mm {
  background-position: -224px -128px;
}

.flag.flag-mn {
  background-position: -240px -128px;
}

.flag.flag-mo {
  background-position: 0 -144px;
}

.flag.flag-mp {
  background-position: -16px -144px;
}

.flag.flag-mq {
  background-position: -32px -144px;
}

.flag.flag-mr {
  background-position: -48px -144px;
}

.flag.flag-ms {
  background-position: -64px -144px;
}

.flag.flag-mt {
  background-position: -80px -144px;
}

.flag.flag-mu {
  background-position: -96px -144px;
}

.flag.flag-mv {
  background-position: -112px -144px;
}

.flag.flag-mw {
  background-position: -128px -144px;
}

.flag.flag-mx {
  background-position: -144px -144px;
}

.flag.flag-my {
  background-position: -160px -144px;
}

.flag.flag-mz {
  background-position: -176px -144px;
}

.flag.flag-na {
  background-position: -192px -144px;
}

.flag.flag-nc {
  background-position: -208px -144px;
}

.flag.flag-ne {
  background-position: -224px -144px;
}

.flag.flag-nf {
  background-position: -240px -144px;
}

.flag.flag-ng {
  background-position: 0 -160px;
}

.flag.flag-ni {
  background-position: -16px -160px;
}

.flag.flag-nl {
  background-position: -32px -160px;
}

.flag.flag-no {
  background-position: -48px -160px;
}

.flag.flag-np {
  background-position: -64px -160px;
}

.flag.flag-nr {
  background-position: -80px -160px;
}

.flag.flag-nu {
  background-position: -96px -160px;
}

.flag.flag-nz {
  background-position: -112px -160px;
}

.flag.flag-om {
  background-position: -128px -160px;
}

.flag.flag-pa {
  background-position: -144px -160px;
}

.flag.flag-pe {
  background-position: -160px -160px;
}

.flag.flag-pf {
  background-position: -176px -160px;
}

.flag.flag-pg {
  background-position: -192px -160px;
}

.flag.flag-ph {
  background-position: -208px -160px;
}

.flag.flag-pk {
  background-position: -224px -160px;
}

.flag.flag-pl {
  background-position: -240px -160px;
}

.flag.flag-pn {
  background-position: 0 -176px;
}

.flag.flag-pr {
  background-position: -16px -176px;
}

.flag.flag-ps {
  background-position: -32px -176px;
}

.flag.flag-pt {
  background-position: -48px -176px;
}

.flag.flag-pw {
  background-position: -64px -176px;
}

.flag.flag-py {
  background-position: -80px -176px;
}

.flag.flag-qa {
  background-position: -96px -176px;
}

.flag.flag-re {
  background-position: -112px -176px;
}

.flag.flag-ro {
  background-position: -128px -176px;
}

.flag.flag-rs {
  background-position: -144px -176px;
}

.flag.flag-ru {
  background-position: -160px -176px;
}

.flag.flag-rw {
  background-position: -176px -176px;
}

.flag.flag-sa {
  background-position: -192px -176px;
}

.flag.flag-sb {
  background-position: -208px -176px;
}

.flag.flag-sc {
  background-position: -224px -176px;
}

.flag.flag-scotland {
  background-position: -240px -176px;
}

.flag.flag-sd {
  background-position: 0 -192px;
}

.flag.flag-se {
  background-position: -16px -192px;
}

.flag.flag-sg {
  background-position: -32px -192px;
}

.flag.flag-sh {
  background-position: -48px -192px;
}

.flag.flag-si {
  background-position: -64px -192px;
}

.flag.flag-sk {
  background-position: -80px -192px;
}

.flag.flag-sl {
  background-position: -96px -192px;
}

.flag.flag-sm {
  background-position: -112px -192px;
}

.flag.flag-sn {
  background-position: -128px -192px;
}

.flag.flag-so {
  background-position: -144px -192px;
}

.flag.flag-somaliland {
  background-position: -160px -192px;
}

.flag.flag-sr {
  background-position: -176px -192px;
}

.flag.flag-ss {
  background-position: -192px -192px;
}

.flag.flag-st {
  background-position: -208px -192px;
}

.flag.flag-sv {
  background-position: -224px -192px;
}

.flag.flag-sy {
  background-position: -240px -192px;
}

.flag.flag-sz {
  background-position: 0 -208px;
}

.flag.flag-tc {
  background-position: -16px -208px;
}

.flag.flag-td {
  background-position: -32px -208px;
}

.flag.flag-tf {
  background-position: -48px -208px;
}

.flag.flag-tg {
  background-position: -64px -208px;
}

.flag.flag-th {
  background-position: -80px -208px;
}

.flag.flag-tj {
  background-position: -96px -208px;
}

.flag.flag-tk {
  background-position: -112px -208px;
}

.flag.flag-tl {
  background-position: -128px -208px;
}

.flag.flag-tm {
  background-position: -144px -208px;
}

.flag.flag-tn {
  background-position: -160px -208px;
}

.flag.flag-to {
  background-position: -176px -208px;
}

.flag.flag-tr {
  background-position: -192px -208px;
}

.flag.flag-tt {
  background-position: -208px -208px;
}

.flag.flag-tv {
  background-position: -224px -208px;
}

.flag.flag-tw {
  background-position: -240px -208px;
}

.flag.flag-tz {
  background-position: 0 -224px;
}

.flag.flag-ua {
  background-position: -16px -224px;
}

.flag.flag-ug {
  background-position: -32px -224px;
}

.flag.flag-us {
  background-position: -48px -224px;
}

.flag.flag-uy {
  background-position: -64px -224px;
}

.flag.flag-uz {
  background-position: -80px -224px;
}

.flag.flag-va {
  background-position: -96px -224px;
}

.flag.flag-vc {
  background-position: -112px -224px;
}

.flag.flag-ve {
  background-position: -128px -224px;
}

.flag.flag-vg {
  background-position: -144px -224px;
}

.flag.flag-vi {
  background-position: -160px -224px;
}

.flag.flag-vn {
  background-position: -176px -224px;
}

.flag.flag-vu {
  background-position: -192px -224px;
}

.flag.flag-wales {
  background-position: -208px -224px;
}

.flag.flag-wf {
  background-position: -224px -224px;
}

.flag.flag-ws {
  background-position: -240px -224px;
}

.flag.flag-xk {
  background-position: 0 -240px;
}

.flag.flag-ye {
  background-position: -16px -240px;
}

.flag.flag-yt {
  background-position: -32px -240px;
}

.flag.flag-za {
  background-position: -48px -240px;
}

.flag.flag-zm {
  background-position: -64px -240px;
}

.flag.flag-zw {
  background-position: -80px -240px;
}

/*-----------------Notifications------------------*/

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: #ffffff;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

.jq-toast-single p {
  font-size: 12px;
  line-height: 17px;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #ffffff;
  text-decoration: underline;
}

.banned_p,
.banned_p p {
  font-weight: bold !important;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */

.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  -webkit-box-shadow: 0px 0px 0px 2000px transparent;
          box-shadow: 0px 0px 0px 2000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

.tooltipster-default .tooltipster-content {
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

.tooltipster-content-changing {
  opacity: .5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-punk {
  border-radius: 3px;
  border-bottom: 3px solid #f27413;
  background: #fff;
  color: #2d2d2d;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.tooltipster-punk .tooltipster-content {
  font-size: 12px;
  line-height: 14px;
  padding: 4px 7px;
}

body.theme-dark {
  color: #e0e0e0;
  background-color: #141414;
}

body.theme-dark .menu-place,
body.theme-dark #header .accordion .slide .submenu-left {
  background-color: #202020;
}

body.theme-dark .menu-place {
  border-bottom: 1px solid #1e1e1e;
}

body.theme-dark .menu-place .submenu-right a,
body.theme-dark #header .accordion .slide li.hover > a,
body.theme-dark #header .accordion .slide li.active > a,
body.theme-dark #header .accordion .slide a {
  color: #bfbfbf;
}

body.theme-dark #header .accordion > li > a {
  color: #bfbfbf;
}

body.theme-dark #header .accordion > li.active > a,
body.theme-dark #header .accordion > li.hover > a {
  color: #fff;
}

body.theme-dark #header .accordion .slide .slide {
  border-color: #202020;
  border-top-color: #202020;
  background-color: #202020;
}

body.theme-dark .header_bg {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/dark-header-bg.jpg);
  border-bottom: 0px solid #1d1d1d;
}

body.theme-dark .profile-box:hover,
body.theme-dark .desk-nav-active .profile-box {
  background-color: rgba(0, 0, 0, 0.5);
}

body.theme-dark .profile-box {
  background-color: rgba(0, 0, 0, 0.3);
}

body.theme-dark #header .accordion > li > a::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
}

body.theme-dark #header .accordion a.opener:hover::after,
body.theme-dark #header .accordion a:hover::after {
  opacity: 1;
}

body.theme-dark #header .accordion > li > a::before,
body.theme-dark #header .accordion .slide a::before,
body.theme-dark #header .accordion a.opener:hover::before,
body.theme-dark #header .accordion li.umgtv > a:hover::before,
body.theme-dark #header .accordion li.umgtv-alt > a:hover::before,
body.theme-dark #header .accordion li > a.umg-events:hover::before,
body.theme-dark #header .accordion > li.active.hover > a.opener::before {
  background-color: #1e73ff;
}

body.theme-dark #header .accordion .slide li.hover > a,
body.theme-dark #header .accordion .slide li.active > a {
  color: #fff;
}

body.theme-dark #header .menu-profile::before {
  background-image: url("https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/menu-bg-dark.jpg");
  background-color: #121212;
}

body.theme-dark #header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-indicator {
  background-color: #121212;
}

body.theme-dark #header .dropdown-divider {
  border-color: #262626;
}

body.theme-dark #header .menu-profile a,
body.theme-dark #header .menu .dark-theme-switch > div,
body.theme-dark #header .menu li.hover > a.text-disable {
  color: #bfbfbf;
}

body.theme-dark #header .menu-profile a:hover,
body.theme-dark #header .menu .dark-theme-switch > div:hover {
  color: #fff;
}

body.theme-dark #header .menu a.text-prime {
  color: #f6852e;
}

body.theme-dark .aside-bar {
  border-right: 1px solid #1e1e1e;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/menu-bg-dark.jpg);
  background-color: #121212;
  height: calc(100vh - 115px);
}

body.theme-dark .play-holder p {
  color: #aaa;
}

body.theme-dark .choose-box:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

body.theme-dark #collapse-aside-bar:hover {
  color: #999;
}

body.theme-dark #collapse-aside-bar {
  color: #666;
}

body.theme-dark .main-content {
  background-color: #141414;
}

body.theme-dark a.dark-link,
body.theme-dark .main-content,
body.theme-dark .tournaments-section.lg-tournament a.game-review {
  color: #e0e0e0;
}

body.theme-dark .match-accordion li {
  border-top: 1px solid #202020;
}

body.theme-dark .match-accordion .opener {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

body.theme-dark .match-accordion .disabled .opener {
  color: #7a7a7a;
  background-color: #151515;
}

body.theme-dark .match-accordion .slide {
  background-color: #121212;
}

body.theme-dark .table .thead-dark th {
  background-color: #232323;
}

body.theme-dark .winners-table tbody td,
body.theme-dark .umg-table tbody td {
  background-color: #171717;
}

body.theme-dark .winners-table tbody tr td:first-child,
body.theme-dark .winners-table tbody tr td:last-child,
body.theme-dark .umg-table tbody tr td:first-child,
body.theme-dark .umg-table tbody tr td:last-child,
body.theme-dark .table th,
body.theme-dark .table td,
body.theme-dark .winners-table,
body.theme-dark .winners-table thead,
body.theme-dark .umg-table,
body.theme-dark .umg-table thead,
body.theme-dark .table .thead-dark th {
  border-color: #232323;
}

body.theme-dark .text-success {
  color: #86ce4c !important;
}

body.theme-dark .wear-section .data-holder {
  background-color: #181818;
  color: #bbb;
}

body.theme-dark .wear-section .data-holder .logo {
  opacity: .05;
}

body.theme-dark #footer {
  border-color: #232323;
}

body.theme-dark #footer a:hover {
  color: #fff;
  text-decoration: underline;
}

body.theme-dark #footer a {
  color: #fff;
}

body.theme-dark .match-accordion.aside-bar-collapsed .slide {
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

body.theme-dark .match-accordion .slide .command {
  color: #666;
  border-color: #232323;
}

body.theme-dark .match-accordion .slide .versus {
  background-color: #121212;
}

body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6,
body.theme-dark .play-holder h4 {
  color: #fefefe;
}

body.theme-dark .game-review p,
body.theme-dark .tournaments-section.lg-tournament .info-holder .bigger {
  color: #9b9b9b;
}

body.theme-dark .match-accordion .info-holder p {
  color: #888;
}

body.theme-dark .match-accordion .command-name {
  color: #fff;
}

body.theme-dark .match-accordion .dropdown-toggle {
  background-color: #212121;
  color: #f1f1f1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}

body.theme-dark .dropdown-menu {
  color: #f1f1f1;
  background-color: #202020;
}

body.theme-dark .dropdown-item:hover,
body.theme-dark .dropdown-item:focus {
  color: #fff;
  background-color: #151515;
}

body.theme-dark .dropdown-item {
  color: #f1f1f1;
  background-color: #202020;
}

body.theme-dark .menu-place .submenu-right a:hover {
  text-decoration: none;
  color: #fff;
}

body.theme-dark #header .search-box .nt-dropdown-menu {
  background-color: #2d2d2d;
}

body.theme-dark .nt-content {
  color: #fff;
}

body.theme-dark .nt-date {
  color: #ccc;
}

body.theme-dark #header .search-box .mark-as-read {
  color: #b0b0b0;
}

body.theme-dark .nt-footer {
  background-color: #1e1e1e;
}

body.theme-dark #header .search-box a.nt-footer-btn {
  border-color: #4d4d4d;
}

body.theme-dark #header .search-box .nt-dropdown-item {
  border-color: #4d4d4d;
}

body.theme-dark #header .search-box .nt-dropdown-item:hover {
  background-color: #1e1e1e;
}

body.theme-dark #header .search-box a.nt-footer-btn:hover {
  background-color: #111;
}

body.theme-dark .nt-content-empty {
  color: #cecece;
}

body.theme-dark .mobile-extra-nav {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image03-dark.jpg);
  border-top: 1px solid #1d1d1d;
}

body.theme-dark .mobile-extra-nav .menu a i {
  color: #ccc;
}

body.theme-dark .mobile-extra-nav .menu a:hover i {
  color: #fff;
}

body.theme-dark #footer a:hover,
body.theme-dark .mobile-extra-nav .menu li a:hover {
  text-decoration: none;
}

body.theme-dark .anf,
body.theme-dark .hc-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/game_noir_dark.jpg);
}

body.theme-dark .anf-side {
  background-color: rgba(0, 0, 0, 0.25);
}

body.theme-dark .hc-left-menu-ul li a:hover {
  color: #fff;
  text-decoration: none;
}

body.theme-dark .hc-left-menu-ul li a {
  color: #ccc;
}

body.theme-dark .c-heading,
body.theme-dark .anf .nav-tabs {
  border-color: #2c2c2c;
}

body.theme-dark .sa-side-links h4 a {
  color: unset;
}

body.theme-dark .sa-content-index .article-holder {
  background-color: unset;
}

body.theme-dark .sa-content-index a.article-title {
  color: unset;
}

body.theme-dark .sa-hero-categories > .item > div a {
  background-color: #f5f5f5;
}

body.theme-dark .sa-hero-categories > .item > div a:hover {
  background-color: #ffffff;
}

body.theme-dark .sa-content-index .article-cat > a {
  color: #aaa;
}

body.theme-dark .sa-content-index .article-cat.article-read-more > a {
  color: #1e73ff;
}

body.theme-dark .umg-tabs li.active a,
body.theme-dark .umg-tabs li a:hover,
body.theme-dark .umg-tabs li a.active {
  color: #fff;
}

body.theme-dark .umg-tabs li a {
  color: #aaa;
}

body.theme-dark .game-wrapper .game-info-holder .game-info {
  background-color: #202020;
}

body.theme-dark .game-info-platicons i {
  color: #eee;
}

body.theme-dark .hc-game-actions a {
  color: #ccc;
  border-color: #ccc;
}

body.theme-dark .hc-game-actions a:hover {
  color: #fff;
  border-color: #fff;
}

body.theme-dark .hc-ladder-title {
  color: #e6e6e6;
}

body.theme-dark .vm-box,
body.theme-dark .form-box,
body.theme-dark .mys-holder {
  background-color: #111;
  border-color: #1d1d1d;
}

body.theme-dark .hc-game-season {
  color: #9e9e9e;
}

body.theme-dark .hc-tabs {
  background-color: #1d1d1d;
  border-bottom: 1px solid #141414;
}

body.theme-dark .hc-tabs .nav-link {
  border-color: #1d1d1d;
  color: #aaa;
}

body.theme-dark .nav-tabs.hc-tabs .nav-link.active,
body.theme-dark .nav-tabs.hc-tabs .nav-link:hover,
body.theme-dark .nav-tabs.hc-tabs .nav-item.show .nav-link {
  color: #fff;
  border-color: inherit;
}

body.theme-dark .hc-tabs.nav-tabs .nav-link.active,
body.theme-dark .hc-tabs.nav-tabs .nav-item.show .nav-link {
  background-color: #1d1d1d;
  color: #fff;
}

body.theme-dark .hc-left-menu {
  background-color: rgba(0, 0, 0, 0.25);
}

body.theme-dark ol.game-steps li a:hover {
  color: #fff;
}

body.theme-dark ol.game-steps li a {
  color: #ccc;
}

body.theme-dark .custom-select {
  color: #ccc;
  background-color: #0b0b0b;
  border-color: #222;
}

body.theme-dark .switch-field label {
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.theme-dark .btn-sm-clear:hover {
  color: #fff;
  text-decoration: none;
}

body.theme-dark .btn-sm-clear {
  color: #ccc;
  border-color: #303030;
}

body.theme-dark .label,
body.theme-dark .border-switch-control-description {
  color: #ccc;
}

body.theme-dark .custom-control.border-switch .border-switch-control-indicator {
  background: #0e0e0e;
  border-color: #363636;
}

body.theme-dark a.dark {
  color: #ccc;
}

body.theme-dark a.dark:hover {
  color: #fff;
  text-decoration: none;
}

body.theme-dark .custom-control.fill-checkbox.disabled .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #333;
  border-color: #444;
}

body.theme-dark .vm-box h3,
body.theme-dark .form-box h3 {
  border-bottom: 1px solid #272727;
}

body.theme-dark .vm-status {
  border-color: #0c0c0c;
}

body.theme-dark .btn-primary.disabled,
body.theme-dark .btn-primary:disabled {
  background-color: #2a2a2a;
  color: #888;
  text-shadow: 1px 1px #232323;
}

body.theme-dark .vm-featured {
  background-color: #111;
  border-color: #1d1d1d;
}

body.theme-dark .vmf-score {
  background-color: #242424;
}

body.theme-dark .vmf-info span {
  color: #fff;
}

body.theme-dark .hc-match-cnt {
  background-color: #2a2a2a;
  color: #ccc;
}

body.theme-dark .hc-match-ti {
  color: #fff;
}

body.theme-dark .hc-match-actions {
  background-color: #2a2a2a;
}

body.theme-dark .hc-match-actions a {
  color: #fcfcfc;
  background-color: #212121;
  border-color: #333;
}

body.theme-dark .hc-match-actions a:hover {
  background-color: #171717;
  color: #fff;
}

body.theme-dark .hc-match-actions a:last-child {
  border-color: #333;
}

body.theme-dark a.mf-match-cta-accept.cashout {
  background-color: #212121;
  color: #92d856;
}

body.theme-dark a.mf-match-cta-accept.cashout:hover {
  background-color: #171717;
}

body.theme-dark .form-control {
  color: #ccc;
  background-color: #0b0b0b;
  border-color: #222;
  -webkit-box-shadow: inset 0 0 7px #0f0f0f;
  box-shadow: inset 0 0 7px #0f0f0f;
}

body.theme-dark .form-control:focus {
  color: #eee;
  background-color: #0b0b0b;
  border-color: #222;
}

body.theme-dark .panel-default > .panel-heading {
  background-color: #1a1a1a;
  color: #ccc;
}

body.theme-dark .panel-heading a {
  color: #ccc;
}

body.theme-dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #332e29;
  background-color: #202020;
  color: #ccc;
}

body.theme-dark .panel-default > .panel-heading {
  color: #fff;
}

body.theme-dark .ladder-game-sub-nav {
  background-color: #1d1d1d;
  border-color: #232323;
}

body.theme-dark .ladder-game-sub-nav .nav-link {
  border-color: #1d1d1d;
}

body.theme-dark .ladder-game-sub-nav .nav-link.active,
body.theme-dark .ladder-game-sub-nav .nav-item.show .nav-link,
body.theme-dark .ladder-game-sub-nav .nav-link:hover,
body.theme-dark .ladder-game-sub-nav .nav-link:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: inherit;
}

body.theme-dark .ladder-select-items div,
body.theme-dark .ladder-select-selected {
  color: #ccc;
  background-color: #1d1d1d;
  border-color: #0f0f0f;
}

body.theme-dark .ladder-select-selected {
  border-color: #141414;
}

body.theme-dark .ladder-select-items div:hover {
  background-color: #141414;
}

body.theme-dark .ladder-game-nav .nav-link {
  color: #ccc;
}

body.theme-dark .ladder-game-td-1 {
  color: #fff;
}

body.theme-dark .ladder-game-td-text {
  font-size: 0.875rem;
  color: #ccc;
}

body.theme-dark .ladder-game-infobox {
  background-color: #111;
  border: 1px solid #1d1d1d;
  color: #ccc;
}

body.theme-dark a,
body.theme-dark a:hover {
  color: #fff;
}

body.theme-dark .win-cash-now {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image03-dark.jpg);
  color: #eee;
}

body.theme-dark .winners-section .info-holder .info-block:last-child .img-holder h2 {
  color: #5fcb3d;
}

body.theme-dark .mf-qf li button:hover {
  border: 1px solid #bbb;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

body.theme-dark .mf-qf li button {
  border-color: #333;
  color: #cecece;
}

body.theme-dark .mf-qf li button.active {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-color: #bbb;
}

body.theme-dark .mf-qf li button.pc.active {
  border: 1px solid #fff;
  color: #fff;
}

body.theme-dark .mf-qf li button.playstation.active {
  border: 1px solid #6b96ff;
  color: #6b96ff;
}

body.theme-dark .mf-qf li button.xbox.active {
  border: 1px solid #78a60a;
  color: #78a60a;
}

body.theme-dark .mf-qf li button.prime.active {
  border: 1px solid #f6852e;
  color: #f6852e;
}

body.theme-dark .mf-app-row {
  background-color: #111;
  border-color: #1a1a1a;
}

body.theme-dark .match-cta-accept {
  border-color: #1a1a1a;
}

body.theme-dark .filter-btn {
  border: 1px solid #333;
  color: #ccc;
}

body.theme-dark a.mf-match-cta-view:hover,
body.theme-dark a.mf-match-cta-accept:hover {
  background-color: #1a1a1a;
}

body.theme-dark .filters-mf-box {
  border-bottom: 1px solid #2c2c2c;
}

body.theme-dark a.mf-match-cta-view,
body.theme-dark a.mf-match-cta-accept,
body.theme-dark div.mf-match-req-prime {
  border-color: #1a1a1a;
}

body.theme-dark a.mf-match-cta-accept.cashout {
  background-color: #111;
}

body.theme-dark .mf-match-match-type.cashout,
body.theme-dark .mf-money-text {
  color: #92d856;
}

body.theme-dark .filter-btn:hover {
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.05);
}

body.theme-dark .filter-btn::before {
  color: #ccc;
}

body.theme-dark .page-item.disabled .page-link {
  color: #7c7c7c;
  background-color: #111;
  border-color: #1a1a1a;
}

body.theme-dark .page-link {
  color: #ccc;
  background-color: #111;
  border: 1px solid #1a1a1a;
}

body.theme-dark .page-link:hover {
  background-color: #111;
  color: #fff;
  border-color: #393939;
}

body.theme-dark .mf-showmore {
  color: #919191;
}

body.theme-dark .mf-team {
  background-color: #111;
  border-color: #1a1a1a;
}

body.theme-dark .mf-team-info-expanded {
  border-color: #1a1a1a;
}

body.theme-dark .mf-team-place {
  background-color: #1e1e1e;
  border-color: #393939;
}

body.theme-dark .mf-team-roster table thead tr {
  border-color: #202020;
}

body.theme-dark .mf-team-roster table tbody td img {
  border-color: #363636;
}

body.theme-dark .mf-team-create-match a.button {
  background-color: #151515;
  color: #ccc;
  text-decoration: none;
}

body.theme-dark .mf-team-create-match a.button:hover {
  color: #fff;
  background-color: #1e1e1e;
}

body.theme-dark .mf-team-create-match {
  border-color: #1a1a1a;
}

body.theme-dark .mf-team-roster table tbody td a {
  color: #ccc;
}

body.theme-dark .mf-team-roster table tbody td {
  color: #ccc;
}

body.theme-dark .mf-team-roster table thead th.mf-thead-viewteam a {
  color: #ccc;
}

body.theme-dark .mf-team-roster table thead th.mf-thead-viewteam a:hover {
  color: #fff;
}

body.theme-dark .match-accordion .info-holder .quetion:hover i {
  color: #ccc;
}

body.theme-dark .vm-game a {
  color: inherit;
}

body.theme-dark a.mf-match-cta-accept.ladder {
  background-color: #111;
}

body.theme-dark a.mf-match-cta-accept.ladder:hover {
  background-color: #1a1a1a;
}

body.theme-dark .mf-match-match-type.ladder,
body.theme-dark a.mf-match-cta-accept.ladder {
  color: #3988ff;
}

body.theme-dark .alert-warning {
  background-color: #202020;
  border-color: #2d2d2d;
}

body.theme-dark .alert-warning a,
body.theme-dark .alert-warning i,
body.theme-dark .alert-warning {
  color: #ff924d;
}

body.theme-dark .close {
  text-shadow: 0 1px 0 #111;
}

body.theme-dark .progress-radial .overlay {
  background-color: #141414;
}

body.theme-dark .progress-radial .overlay div span {
  color: #ccc;
}

body.theme-dark ul.hc-team-members li img {
  border: 3px solid #1d1d1d;
}

body.theme-dark .umg-table thead th {
  background-color: #232323;
}

body.theme-dark .irs-line-mid,
body.theme-dark .irs-line-left,
body.theme-dark .irs-line-right,
body.theme-dark .irs-bar,
body.theme-dark .irs-bar-edge,
body.theme-dark .irs-slider {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/sprite-skin-modern-dark.png);
}

body.theme-dark .irs-min,
body.theme-dark .irs-max {
  background: #232323;
}

body.theme-dark hr {
  border-color: #2c2c2c;
}

body.theme-dark .tournament-list-row {
  background-color: #111;
  border-color: #111;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/tourn-hover-dark.png);
  color: #ccc;
}

body.theme-dark .tournament-list-row:hover {
  border-color: #444;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/tourn-hover-dark.png);
  color: #fff;
}

body.theme-dark .tournament-list-col-2 {
  color: #ccc;
}

body.theme-dark .tournament-list-row:hover .tournament-list-col-2 {
  color: #fff;
}

body.theme-dark .tournament-list-row:hover .tournament-list-col-2 .title-span {
  color: #eee;
}

body.theme-dark .tpage-link {
  color: #eee;
  background-color: #242424;
  border-color: #242424;
}

body.theme-dark .disabled .tpage-link {
  color: #505050;
  background-color: #242424;
  border-color: #242424;
}

body.theme-dark .irs-grid-text {
  color: #777;
}

body.theme-dark .irs-grid-pol {
  background: #777;
}

body.theme-dark .btn-header {
  border-color: #9c9c9c;
}

body.theme-dark .t-prizes,
body.theme-dark .tourn-info,
body.theme-dark .ft-link,
body.theme-dark .ft-holder {
  background-color: #111;
}

body.theme-dark .t-prizes-place,
body.theme-dark .t-prizes,
body.theme-dark .tourn-info-title,
body.theme-dark .tourn-info,
body.theme-dark .ft-link,
body.theme-dark .ft-holder,
body.theme-dark .ft-break,
body.theme-dark .ft-img {
  border-color: #1e1e1e;
}

body.theme-dark .ft-img-prime {
  background-image: url(/img/icon-prime-dark-mode.png);
}

body.theme-dark .hc-left-menu .t-cta .t-cta-reg {
  color: #fff;
}

body.theme-dark .umg-btn-white {
  color: #ccc;
  background-color: #111;
  border-color: #1e1e1e;
}

body.theme-dark .umg-btn-white:hover {
  color: #fff;
  background-color: #101010;
  border-color: #333;
}

body.theme-dark .umg-btn-white.disabled {
  color: #2d2d2d;
}

body.theme-dark .umg-btn-white.disabled:hover {
  border-color: #333;
  color: #2d2d2d;
  background-color: #111;
}

body.theme-dark .t-page-title {
  color: #fff;
}

body.theme-dark .bracket_holder {
  border-color: #1e1e1e;
}

body.theme-dark .bracket_header .round h3.active,
body.theme-dark .bracket_header_mobile h3.active {
  color: #fff;
}

body.theme-dark .bracket_header .round h3,
body.theme-dark .bracket_header_mobile h3 {
  color: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

body.theme-dark .bracket .round .match:nth-of-type(2n+1)::after,
body.theme-dark .bracket .round .match::after,
body.theme-dark .bracket .round .match .team,
body.theme-dark .bracket .round .match .view-match,
body.theme-dark .bracket .round .match,
body.theme-dark .bracket .round .match::before {
  border-color: #6c757d;
}

body.theme-dark .bracket .round .match .team,
body.theme-dark .bracket .round .match .view-match,
body.theme-dark .bracket .round .match {
  background-color: #111;
}

body.theme-dark .bracket .round .match .team .team_name span {
  color: #eee;
}

body.theme-dark .bracket .round .match .team .team_seed {
  color: #ccc;
}

body.theme-dark .bracket .round .match .team .team_score {
  background-color: #212121;
}

body.theme-dark .bracket .round .match .view-match a {
  color: #ccc;
}

body.theme-dark #leaderboard-table > tbody > tr:first-child > td,
body.theme-dark #leaderboard-table > tbody > tr:first-child > td a,
body.theme-dark .lb-weekseletor table tbody {
  color: #cfcfcf;
}

body.theme-dark .lb-thisuser-img img {
  border-color: #232323;
}

body.theme-dark .lb-thisuser-box {
  background: #232323;
}

body.theme-dark .nav-tabs .nav-link.active,
body.theme-dark .nav-tabs .nav-item.show .nav-link {
  color: #ccc;
  background-color: #222;
  border-color: #1e73ff;
}

body.theme-dark .nav-tabs .nav-link.active {
  color: #fff;
}

body.theme-dark .lb-info .nav-tabs > li.active > a,
body.theme-dark .lb-info .nav-tabs > li.active > a:focus,
body.theme-dark .lb-info .nav-tabs > li.active > a:hover,
body.theme-dark .lb-info .nav-tabs > li > a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

body.theme-dark .lb-info .tab-content {
  background-color: #222;
  color: #ccc;
}

body.theme-dark .lb-info .nav-tabs > li.active > a:hover,
body.theme-dark .lb-info .nav-tabs > li > a:hover,
body.theme-dark .lb-info .nav-tabs > li.active > a {
  color: #fff;
}

body.theme-dark .lb-info .nav-tabs > li > a {
  color: #949494;
  background-color: #333;
}

body.theme-dark .prizing_breakdown_header {
  background-color: #111;
  color: #ccc;
}

body.theme-dark .prizing_breakdown {
  background-color: #222;
  border-color: #222;
}

body.theme-dark #shop .si,
body.theme-dark #product .si,
body.theme-dark #store-categories .si,
body.theme-dark #cart .si,
body.theme-dark #checkout-address .si,
body.theme-dark #checkout-shipping .si,
body.theme-dark #checkout-payment .si,
body.theme-dark #games-holder .si {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,333333+100,222222+100&0.6+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.6)), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99222222', endColorstr='#00222222', GradientType=0);
  /* IE6-9 */
}

body.theme-dark #shop .product-name,
body.theme-dark #product .product-name,
body.theme-dark #store-categories .product-name,
body.theme-dark #cart .product-name,
body.theme-dark #checkout-address .product-name,
body.theme-dark #checkout-shipping .product-name,
body.theme-dark #checkout-payment .product-name,
body.theme-dark #games-holder .product-name {
  color: #fff;
}

body.theme-dark #shop .breadcrumb-item a,
body.theme-dark #product .breadcrumb-item a,
body.theme-dark #store-categories .breadcrumb-item a,
body.theme-dark #cart .breadcrumb-item a,
body.theme-dark #checkout-address .breadcrumb-item a,
body.theme-dark #checkout-shipping .breadcrumb-item a,
body.theme-dark #checkout-payment .breadcrumb-item a,
body.theme-dark #games-holder .breadcrumb-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
}

body.theme-dark .full_description p {
  color: #ccc;
}

body.theme-dark .nav-tabs {
  border-color: #222;
}

body.theme-dark .input-group-text,
body.theme-dark .well,
body.theme-dark .select2-dropdown,
body.theme-dark .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #0b0b0b;
  border-color: #222;
  color: #ccc;
}

body.theme-dark .urlhelpblock > .help-block {
  color: #ccc;
}

body.theme-dark .select2-container--default .select2-selection--single {
  border-color: #222;
  background-color: #0b0b0b;
  -webkit-box-shadow: inset 0 0 7px #080808;
          box-shadow: inset 0 0 7px #080808;
  color: #ccc;
}

body.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ccc;
}

body.theme-dark .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #181818;
}

body.theme-dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #263753;
}

body.theme-dark .custom-control-label::before {
  background-color: #111;
  border-color: #363636;
}

body.theme-dark .idverify-ol {
  color: #ccc;
}

body.theme-dark .restricted-cnt-head {
  background-color: #2a2a2a;
  color: #ccc;
}

body.theme-dark .restricted-ch-title {
  color: #eee;
}

body.theme-dark .restricted-cnt-item {
  background-color: #1e1e1e;
  border-color: #333;
}

body.theme-dark .restricted-cnt-foot {
  background-color: #2a2a2a;
  border-color: #333;
  color: #ccc;
}

body.theme-dark p.restricted-cnt-item-p,
body.theme-dark .restricted-ch-sub-title {
  color: #ccc;
}

body.theme-dark .modal-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/auth_bg-dark.png) !important;
  background-color: #141414;
  color: #ccc;
}

body.theme-dark .mf-col {
  background: rgba(0, 0, 0, 0.5);
}

body.theme-dark .mf-selected,
body.theme-dark .mf-selected.catSel:hover {
  background: rgba(0, 0, 0, 0.8);
}

body.theme-dark .mf-title {
  background: rgba(0, 0, 0, 0.75);
  color: #f3f3f3;
}

body.theme-dark .mf-footer p {
  color: #f3f3f3;
}

body.theme-dark #filterModal .modal-content {
  border: 1px solid #f3f3f3;
}

body.theme-dark #creatematch .cm-games ul li,
body.theme-dark #creatematch .ct-games ul li,
body.theme-dark #createateam .cm-games ul li,
body.theme-dark #createateam .ct-games ul li {
  border-color: #333;
}

body.theme-dark #creatematch .cm-games ul li:hover,
body.theme-dark #creatematch .ct-games ul li:hover,
body.theme-dark #createateam .cm-games ul li:hover,
body.theme-dark #createateam .ct-games ul li:hover {
  border-color: #f6852e;
}

body.theme-dark #creatematch .cm-selectedgame,
body.theme-dark #creatematch .ct-selectedgame,
body.theme-dark #createateam .cm-selectedgame,
body.theme-dark #createateam .ct-selectedgame {
  -webkit-box-shadow: 0 0 10px #1a1a1a;
  box-shadow: 0 0 10px #1a1a1a;
}

body.theme-dark #creatematch .cm-selector li:first-child,
body.theme-dark #creatematch .ct-selector li:first-child,
body.theme-dark #createateam .cm-selector li:first-child,
body.theme-dark #createateam .ct-selector li:first-child,
body.theme-dark #creatematch .cm-selector li,
body.theme-dark #creatematch .ct-selector li,
body.theme-dark #createateam .cm-selector li,
body.theme-dark #createateam .ct-selector li,
body.theme-dark #creatematch .cm-btnrow li,
body.theme-dark #creatematch .ct-btnrow li,
body.theme-dark #createateam .cm-btnrow li,
body.theme-dark #createateam .ct-btnrow li {
  border-color: #222;
  -webkit-transition: 0s;
  transition: 0s;
}

body.theme-dark #creatematch .cm-selector li:hover,
body.theme-dark #creatematch .ct-selector li:hover,
body.theme-dark #createateam .cm-selector li:hover,
body.theme-dark #createateam .ct-selector li:hover,
body.theme-dark #creatematch .cm-btnrow li:hover,
body.theme-dark #creatematch .ct-btnrow li:hover,
body.theme-dark #createateam .cm-btnrow li:hover,
body.theme-dark #createateam .ct-btnrow li:hover {
  color: #fff;
}

body.theme-dark #ct-step2-stepd,
body.theme-dark #cm-step2-stepd {
  background-color: #0f0f0f;
}

body.theme-dark .cm-teamholder table,
body.theme-dark .cm-teamholder {
  background-color: #222;
  border-color: #222;
}

body.theme-dark .cm-teamtitle,
body.theme-dark .cm-teamrec {
  color: #eee;
}

body.theme-dark .close:not(:disabled):not(.disabled):hover,
body.theme-dark .close:not(:disabled):not(.disabled):focus {
  color: #fff;
}

body.theme-dark .close {
  color: #ccc;
}

body.theme-dark .prime-page .basic .pricing-content {
  background-color: #222;
  color: #fff;
}

body.theme-dark .prime-page .dark-gray-bg {
  background: #1e60f7;
}

body.theme-dark a.btn-outline-gray,
body.theme-dark .btn-outline-gray {
  border-color: #272727;
  background-color: #0f0f0f;
}

body.theme-dark a.btn-outline-gray:hover,
body.theme-dark .btn-outline-gray:hover {
  border-color: #1e73ff;
  background-color: #111;
}

body.theme-dark .up-activity-row {
  background-color: #111;
  border-color: #1e1e1e;
}

body.theme-dark .ra-box {
  background-color: #111;
}

body.theme-dark .up-activity-seed {
  color: #a8a8a8;
}

body.theme-dark .up-fa {
  border-color: #1e1e1e;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/achievement_bg_default-dark.png);
}

body.theme-dark .bank_wd_box {
  background-color: #111;
  border: 1px solid #222;
}

body.theme-dark .game-review .info-holder {
  background-color: #1a1a1a;
}

body.theme-dark .tournaments-section .game-review .info-holder {
  background-color: transparent;
}

body.theme-dark .inv-item {
  background-color: #0f0f0f;
}

body.theme-dark .inv-item.checked .inv-col-2 span {
  color: #fff;
}

body.theme-dark .invites-btns-check {
  color: #ccc;
  background-color: #0f0f0f;
  border: 1px solid #1e1e1e;
}

body.theme-dark a.my-teams-btns.first,
body.theme-dark a.my-teams-btns {
  border-color: #1e1e1e;
}

body.theme-dark .ft-view-details {
  color: #ccc;
}

body.theme-dark .tp-roster-box {
  background-color: #0f0f0f;
}

body.theme-dark .tp-roster-box .h-location {
  color: #ccc;
}

body.theme-dark .ft-roster .row {
  border-color: #1e1e1e;
  background-color: #0f0f0f;
}

body.theme-dark .my-teams-btn-cont {
  border-color: #1e1e1e;
}

body.theme-dark .ft-holder .dropdown-menu a {
  border-color: #0f0f0f;
}

body.theme-dark .ft-holder .dropdown-menu div:first-child a {
  border-color: #141414;
}

body.theme-dark .dash-info {
  background-color: #0d0d0d;
}

body.theme-dark .dash-info-title,
body.theme-dark .dash-info-row,
body.theme-dark .dash-info .dash-row-box,
body.theme-dark .dash-info .dash-row-box:last-child,
body.theme-dark .dash-info .dash-row-box,
body.theme-dark .dash-ma-row,
body.theme-dark .re-box {
  border-color: #222;
}

body.theme-dark .smlogs button,
body.theme-dark .smlogs button i {
  color: #cecece;
}

body.theme-dark .vm-roster-team.blue,
body.theme-dark .vm-roster-team.red {
  color: #fff;
}

body.theme-dark .re-box-center span {
  color: #ccc;
}

body.theme-dark .vmf-score.win {
  color: #84c01c;
  border-color: #84c01c;
}

body.theme-dark .decline-invite {
  color: #bbb;
}

body.theme-dark .terms-text p {
  color: #ccc;
}

body.theme-dark #verifying .panel {
  background-color: #333;
}

body.theme-dark #verifying .panel .panel-body {
  color: #eee;
}

body.theme-dark .t_img_boxer {
  background-color: #0b0b0b;
  border: 1px solid #222;
}

body.theme-dark .t_img_boxerist {
  background-color: #141414;
  border: 1px solid #222;
}

body.theme-dark .vm-chat-inputs input[type="text"] {
  border-color: #1d1d1d;
  background-color: #111;
  color: #eee;
}

body.theme-dark .vm-chat-inputs button {
  border-color: #1d1d1d;
  background-color: #111;
  color: #eee;
}

body.theme-dark .vm-chat-inputs button:hover {
  color: #fff;
  background-color: #101010;
}

body.theme-dark .vm-chat > div:first-child {
  border-color: #1d1d1d;
}

body.theme-dark .vm-chat ul.vm-chat-users li a {
  color: #eee;
}

body.theme-dark .vm-chat ul.vm-chat-users li.offline::before {
  color: #424242;
}

body.theme-dark .mys-holder {
  border: 1px solid #1d1d1d;
}

body.theme-dark .mys-holder.tournament {
  border-left: 3px solid #ffc71c;
}

body.theme-dark .mys-holder.match {
  border-left: 3px solid #1e73ff;
}

body.theme-dark .tournamentRules .card-header.active,
body.theme-dark .tournamentRules .card-header:hover {
  background-color: #111;
  border-left: 3px solid #f6852e;
  color: #f3f3f3;
}

body.theme-dark .tournamentRules .card > .card-header {
  background-color: #111;
  border-left: 3px solid #f6852e;
  color: #f3f3f3;
}

body.theme-dark .tournamentRules .card-header button {
  background-color: #111;
  color: #f3f3f3;
}

body.theme-dark .tournamentRules a.card-header {
  color: #f3f3f3;
}

body.theme-dark .tournamentRules .card-body {
  background-color: #111;
  color: #f3f3f3;
}

body.theme-dark .tournamentRules .card-body p {
  color: #f3f3f3;
}

body.theme-dark .standard-article-img-bg {
  background-image: url("/img/dark-fractal.png");
}

body.theme-dark #gdprConfirmModal .modal-content {
  border: 3px solid #fefefe;
}

body.theme-dark #gdprConfirmModal .modal-body {
  color: #fefefe;
}

body.theme-dark #gdprConfirmModal .modal-footer {
  border-top: 3px solid #b3b3b3;
}

body.theme-dark #lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(1) > use:nth-child(1) {
  fill: #000000;
}

body.theme-dark #lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) text:nth-child(6),
body.theme-dark #lcqualitybadge > a:nth-child(1) > svg:nth-child(1) > g:nth-child(2) g:nth-child(2) > text:nth-child(1) {
  fill: #FFFFFF;
}

body.theme-dark .red-for-dark {
  color: #e44b4b;
}

body.theme-dark .header-team-prime {
  background-image: url(/img/icon-prime-dark-mode.png);
}

body.theme-dark a.tournament-title-link:hover {
  color: #006fec;
}

body.theme-dark .nav-tabs.hc-tabs span.glyphicon {
  color: white;
}

@media (max-width: 991px) {
  body.theme-dark .profile-box,
  body.theme-dark .profile-box:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  body.theme-dark #header .accordion > li > a::after {
    background: none;
  }

  body.theme-dark #header .menu {
    background-color: #121212;
  }

  body.theme-dark #header .menu {
    height: calc(100vh - 48px);
  }
}

@media (max-width: 767px) {
  body.theme-dark #header .menu {
    height: calc(100vh - 48px);
  }
}

@media (max-width: 575px) {
  body.theme-dark #header .menu {
    height: calc(100vh - 48px);
  }
}

body.theme-dark.theme-dark-blue .menu-place,
body.theme-dark.theme-dark-blue #header .accordion .slide .submenu-left {
  background-color: #0d0f20;
}

body.theme-dark.theme-dark-blue .header_bg {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/dark-header-bg-blue.jpg);
}

body.theme-dark.theme-dark-blue #header .header_bg .accordion > li > a::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#272581), to(transparent));
  background: linear-gradient(to top, #272581, transparent);
}

body.theme-dark.theme-dark-blue .main-content {
  background-color: #0d0e18;
}

body.theme-dark.theme-dark-blue .menu-place {
  border-bottom: 1px solid #14172c;
}

@media (min-width: 992px) {
  #header .accordion li > a.umg-events:hover::before,
  #header .accordion li.umgtv > a:hover:before {
    background-color: #ff7d26;
    opacity: 1;
    visibility: visible;
  }

  #header .accordion li.umgtv-alt > a:hover:before {
    background-color: #ff7d26;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1225px) {
  li.navitemparent.umgtv:before {
    width: 3px;
    height: 15px;
    background-color: #BFBFBF;
    color: #BFBFBF;
  }

  .umgtv {
    background: url("/img/nav-valorant.png") no-repeat;
    background-position: center center;
    height: 48px;
    width: 178px;
    background-size: contain;
  }

  .umgtv a {
    height: 56px;
    width: 178px;
  }

  .umgtv a:hover:after {
    background: transparent !important;
  }

  .umgtv a > span {
    display: none;
  }

  li.navitemparent.umgtv-alt:before {
    width: 3px;
    height: 15px;
    background-color: #BFBFBF;
    color: #BFBFBF;
  }

  .umgtv-alt {
    height: 48px;
    width: 178px;
  }

  #header .accordion > li.navitemparent.umgtv-alt > a {
    height: 56px;
    width: 178px;
    padding: unset;
    text-align: center;
  }

  .umgtv-alt a img {
    width: 134px;
  }

  .umgtv-alt a:hover:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(to top, #000, transparent);
  }

  .umgtv-alt a > span {
    display: none;
  }
}

@media (max-width: 1224px) and (min-width: 1201px) {
  .umgtv-alt {
    height: 48px;
    width: 178px;
  }

  #header .accordion > li.navitemparent.umgtv-alt > a {
    height: 56px;
    width: 178px;
    padding: unset;
    text-align: center;
  }

  .umgtv-alt a img {
    width: 134px;
  }

  .umgtv-alt a:hover:after {
    background: transparent !important;
  }

  .umgtv-alt a > span {
    display: none;
  }
}

@media (max-width: 1200px) {
  .umgtv {
    background: url("/img/nav-valorant.png") no-repeat;
    background-position: left center;
    background-size: cover;
    width: 61px;
    height: 50px;
  }

  .umgtv a {
    width: 50px;
    height: 64px;
  }

  .umgtv a:hover:after {
    background: transparent !important;
  }

  .umgtv a > span {
    display: none;
  }

  .umgtv a > img {
    display: none;
  }

  .umgtv-alt {
    height: 48px;
    width: 148px;
  }

  #header .accordion > li.navitemparent.umgtv-alt > a {
    height: 56px;
    width: 148px;
    padding: unset;
    text-align: center;
  }

  .umgtv-alt a img {
    width: 134px;
  }

  .umgtv-alt a:hover:after {
    background: transparent !important;
  }

  .umgtv-alt a > span {
    display: none;
  }
}

@media (max-width: 1135px) and (min-width: 992px) {
  .umgtv-alt {
    height: 48px;
    width: 75px;
  }
}

@media (max-width: 1061px) and (min-width: 992px) {
  #header .accordion > li.navitemparent.umgtv-alt > a {
    width: 88px;
  }

  .umgtv-alt a img {
    width: 88px;
  }
}

@media (max-width: 991px) {
  #header .menu-holder > nav > ul.accordion > li.navitemparent.umgtv:before {
    width: 3px;
    height: 15px;
    background-color: #BFBFBF;
    color: #BFBFBF;
  }

  .umgtv {
    background: none;
    width: 100%;
    height: auto;
  }

  .umgtv:hover {
    background: none;
  }

  .umgtv a {
    width: 100%;
    height: auto;
  }

  .umgtv a:hover:after {
    background: transparent !important;
  }

  .umgtv a > span {
    display: block;
  }

  #header .menu a.umg-events:after {
    content: none;
    visibility: hidden;
  }

  #header .menu-holder > nav > ul.accordion > li.navitemparent.umgtv-alt:before {
    width: 3px;
    height: 15px;
    background-color: #BFBFBF;
    color: #BFBFBF;
  }

  #header .accordion > li.navitemparent.umgtv-alt > a {
    width: unset;
  }

  .umgtv-alt {
    background: none;
    width: 100%;
    height: auto;
    margin-left: unset;
  }

  .umgtv-alt:hover {
    background: none;
  }

  .umgtv-alt a {
    width: 100%;
    height: auto;
  }

  .umgtv-alt a:hover:after {
    background: transparent !important;
  }

  .umgtv-alt a > span {
    display: block;
  }
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/header-bg.jpg") url("https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image24.jpg");
}

#header ul,
.profile-holder,
.menu-place .submenu-right,
.game-gallery,
.match-accordion,
.tournament-info,
.info-section .instruction-list,
.info-section .offer-list,
#footer .social-box,
#sidebar-box .social-box,
.footer-nav .menu,
.mobile-extra-nav .menu,
.home-page #footer .footer-menu,
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.menu-place:after,
.home-header:after,
#main:after,
.match-accordion .game-description:after,
#footer:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

#header {
  position: relative;
  line-height: 1.7;
}

#header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: .0625rem;
  background-color: transparent;
}

.header_bg {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/header-bg.jpg);
  background-position: left;
  background-repeat: repeat-x;
  padding: .5rem 0;
}

.nav-active #header .menu {
  left: 0;
  height: calc(100vh - 48px);
  position: fixed;
  top: 48px;
  color: #000;
}

.nav-active .menu-top-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 46px;
  height: 100%;
  z-index: 100;
}

#header .navbar-brand {
  padding: 0;
  margin: 0;
  width: 2.375rem;
  margin-left: .9375rem;
  position: relative;
}

#header .navbar-brand img {
  display: block;
  width: 100%;
}

#header .dropdown-divider {
  border-color: #1460cd;
}

#header .menu-holder,
#header .profile-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .menu-holder {
  max-width: 68%;
}

#header .slide ul a {
  color: #b1c6e5;
  padding: .375rem .9375rem .375rem 3.0625rem;
}

#header .menu {
  -webkit-transition: left .15s linear;
  transition: left .15s linear;
  position: absolute;
  top: 100%;
  left: -15.625rem;
  width: 15.625rem;
  height: calc(100vh - 7.375rem);
  padding-bottom: 8rem;
  background: #0a389e;
  overflow: auto;
  z-index: 20;
}

#header .menu li.slide-active > a {
  color: #fff;
}

#header .menu li.hover > a.text-disable {
  color: #5b8de7;
}

#header .menu li.hover > a.text-prime {
  color: #ffbd1e;
}

#header .menu a {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 5;
}

#header .menu a:after {
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear;
  content: "\E901";
  font-family: icomoon;
  color: inherit;
  position: absolute;
  top: 50%;
  right: .4375rem;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .menu a.text-prime {
  color: #ffb400;
}

#header .menu a.text-disable {
  color: #5b8de7;
  cursor: default;
  pointer-events: none;
}

#header .menu i {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  margin-top: -.125rem;
}

#header .menu i.icon-vs-brackets,
#header .menu i.icon-vs {
  font-size: .6875rem;
}

#header .menu i.icon-tournament {
  font-size: .75rem;
}

#header .accordion > li > a {
  -webkit-transition: color .15s linear, text-shadow .15s linear;
  transition: color .15s linear, text-shadow .15s linear;
}

#header .accordion > li.hover > .slide {
  z-index: 10;
}

#header .accordion > li.active > .slide {
  z-index: 10;
}

#header .accordion > li.hover > a,
#header .accordion > li.active > a {
  color: #fff;
}

#header .accordion > li.hover > a:after,
#header .accordion > li.active > a:after {
  opacity: .7;
  visibility: visible;
}

#header .accordion > li.hover > a:before,
#header .accordion > li.active > a:before {
  opacity: 1;
  visibility: visible;
}

#header .accordion .slide {
  -webkit-transition: opacity .15s linear, visibility .15s linear;
  transition: opacity .15s linear, visibility .15s linear;
}

#header .accordion .slide li.hover > .slide {
  opacity: 1;
  visibility: visible;
}

#header .extra-menu a {
  padding: .375rem .9375rem .375rem 3.0625rem;
}

#header .extra-menu .orange-dot:before {
  margin-top: -.125rem;
  top: 50%;
  right: .9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .375rem;
  height: .375rem;
}

#header .menu-profile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/menu-bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: #0a389e;
}

#header .menu-profile a {
  padding: .25rem .625rem .4625rem 2.8125rem;
  color: #e3eefe;
}

#header .menu-profile a:hover {
  color: #fff;
}

#header .menu-profile a:hover i {
  opacity: 1;
}

#header .menu-profile a:only-child:after {
  content: none;
}

#header .menu-profile a i {
  -webkit-transition: opacity .15s linear, color .15s linear;
  transition: opacity .15s linear, color .15s linear;
  top: 50%;
  left: .875rem;
  margin-top: -.1875rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 1.25rem;
  opacity: .83;
}

#header .menu-profile a i.icon-p-logo {
  font-size: 1.0625rem;
  left: .88rem;
}

#header .menu-profile a i.icon-address-card {
  font-size: 1.25rem;
}

#header .menu-profile a i.icon-users {
  font-size: 1.1675rem;
}

#header .menu-profile a i.icon-money-bill {
  font-size: 1.125rem;
}

#header .menu-profile li.dropdown-divider {
  margin: .1875rem 0 .625rem;
}

#header .search-box {
  display: none;
}

#header .search-box a {
  display: block;
  text-decoration: none;
  color: #fff;
}

#header .search-box a:hover {
  color: #f59f09;
}

#header .search-box i {
  font-size: 1.25rem;
}

#header .search-box .orange-dot:before {
  top: -.375rem;
  right: -.375rem;
}

#header .search-box .dropdown-menu a {
  color: #181818;
}

.profile-holder {
  padding: 0 .5rem;
}

.profile-box .img-holder {
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.profile-box .info-holder {
  display: none;
}

.profile-box .info-holder p {
  margin-bottom: 0;
}

.profile-box .info-holder .name {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.profile-box .opener {
  display: none;
}

.profile-box .opener i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.menu-place {
  display: none;
  border-bottom: 1px solid #c1c1c2;
  height: 50px;
}

.menu-place .submenu-right {
  position: relative;
  z-index: 20;
}

.menu-place .submenu-right li {
  padding: .375rem .525rem;
}

.menu-place .submenu-right .dropdown {
  margin-right: -.9375rem;
  padding-right: .9375rem;
}

.menu-place .submenu-right .dropdown-menu {
  min-width: 10rem;
  border-radius: 0px;
  top: 4px;
  left: -100px;
}

.menu-place .submenu-right .dropdown-item {
  padding: 0 .625rem;
}

.nav-opener {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
  border-radius: .1875rem;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: .1875rem;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.nav-opener:before {
  content: "";
  top: 25%;
}

.nav-opener:after {
  content: "";
  top: 75%;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-opener:hover {
  opacity: .5;
}

.home-page #header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.25rem 0;
  background: transparent;
}

.home-page #header:after {
  content: none;
}

.home-page #header .container-fluid {
  padding: 0 1.25rem;
}

.home-header .btn-holder {
  text-align: center;
}

.home-header .btn {
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  min-width: 5rem;
  margin-left: .625rem;
  padding: .3125rem;
  font-size: .75rem;
}

.home-header .btn:hover {
  color: #f59f09;
}

.home-header .sign {
  -webkit-transition: color .15s linear, border-color .15s linear;
  transition: color .15s linear, border-color .15s linear;
  border: 1px solid #fff;
}

.home-header .sign:hover {
  border-color: #f59f09;
}

html.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

body.nav-active {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

a {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-bottom: .75rem;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: .375rem;
}

#wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#event-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.container-fluid {
  padding: 0 .625rem;
}

.h1 {
  font-size: 2.0rem;
}

.h2 {
  font-size: 1.125rem;
}

.scroll-content .scroll-content-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}

.theme-dark .scroll-content .scroll-content-container {
  background-color: #141414;
}

.orange-dot {
  position: relative;
}

.orange-dot:before {
  content: "";
  position: absolute;
  width: .5625rem;
  height: .5625rem;
  border-radius: 50%;
  background-color: #e79300;
}

.alert {
  padding: .5rem 3.75rem .5rem 15px;
  font-size: .8125rem;
  margin: 0;
}

.alert p {
  margin-bottom: 0;
}

.alert .close {
  outline: none;
  width: 2.8375rem;
  height: 100%;
  opacity: 1;
  font-size: 1rem;
  color: #f6852e;
}

.alert a {
  color: #f6852e;
}

.alert a:hover {
  color: #2d2d2d;
}

.alert .close:not(:disabled):not(.disabled):hover,
.alert .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 1;
  color: #2d2d2d;
}

.alert .counter {
  position: relative;
  color: #f6964e;
  font-size: .6875rem;
}

.alert .counter .next {
  height: 0;
  width: 0;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #f6964e;
  border-top: 3.5px solid transparent;
  position: absolute;
  top: 50%;
  right: -.8125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert-warning {
  background-color: #faf1e1;
  color: #ea6400;
  border-bottom: 1px solid #f6b681;
}

.alert-warning a {
  color: inherit;
}

.btn,
a.btn {
  -webkit-transition: background-position .15s linear, color .15s linear, background-color .15s linear !important;
  transition: background-position .15s linear, color .15s linear, background-color .15s linear !important;
  display: inline-block;
  vertical-align: middle;
  padding: .5rem .625rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: .875rem;
  color: #fff;
  border: none;
  border-radius: 3px;
  outline: none;
  background-size: 200% 100%;
  -webkit-transition: .15s;
  transition: .15s;
}

.btn:hover {
  background-position: right center;
  color: #fff;
}

.btn-custom,
a.btn-custom {
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  font-size: .9375rem;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.38);
          box-shadow: 1px 1px rgba(0, 0, 0, 0.38);
  min-width: 8.5rem;
}

.btn-primary {
  background-image: linear-gradient(45deg, #f26e0c 0%, #f59f09 50%, #f26e0c 100%);
  text-shadow: 1px 1px rgba(194, 87, 8, 0.32);
}

.btn-secondary {
  background-image: linear-gradient(45deg, #aeaeae 0%, #b4b4b4 50%, #aeaeae 100%);
  background-color: transparent;
  color: #efefef;
  text-shadow: 1px 1px rgba(73, 73, 73, 0.32);
}

.btn-info {
  text-shadow: 1px 1px rgba(23, 74, 160, 0.38);
}

.blue-gradient,
.green-gradient,
.gray-gradient {
  color: #fff;
}

.blue-gradient,
.btn-blue {
  background-image: linear-gradient(45deg, #2b46ff 0%, #1572f1 50%, #2b46ff 100%);
}

.green-gradient,
.btn-green {
  background-image: linear-gradient(45deg, #5dc00d 0%, #90d63c 50%, #5dc00d 100%);
  text-shadow: 1px 1px rgba(52, 117, 0, 0.53);
}

.gray-gradient,
.btn-gray {
  background-image: linear-gradient(45deg, #2f2f2f 0%, #646464 50%, #2f2f2f 100%);
}

.text-green {
  color: #70ed00;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-bg-image {
  background-size: contain;
}

.load-block {
  text-align: center;
  overflow: hidden;
}

.margin-40 {
  margin-top: 40px;
}

.margin-30 {
  margin-top: 30px;
}

.margin-20 {
  margin-top: 20px;
}

.margin-10 {
  margin-top: 10px;
}

.margin-5 {
  margin-top: 5px;
}

.load-block .btn {
  -webkit-transition: border-color .15s linear;
  transition: border-color .15s linear;
  position: relative;
  color: #181818;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-transform: none;
  font-size: .8125rem;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  min-width: 10.3125rem;
  padding: .625rem;
}

.load-block .btn:before,
.load-block .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: .0625rem;
  background-color: #bfbfbf;
  z-index: -1;
}

.load-block .btn:before {
  left: 100%;
}

.load-block .btn:after {
  right: 100%;
}

.load-block .btn:hover {
  border-color: #181818;
}

.title-box {
  margin-bottom: .75rem;
}

.title-box h2 {
  max-width: calc(100% - 3.75rem);
  margin-bottom: 0;
  line-height: 1;
}

.title-box .filter-box {
  position: relative;
  padding-right: .25rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .75rem;
  cursor: pointer;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1;
}

.title-box .filter-box i {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  position: absolute;
  top: 50%;
  left: -.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5a5a5a;
  font-size: .625rem;
}

.title-box .filter-box:hover {
  color: #000;
}

.title-box .filter-box:hover i {
  color: #000;
}

.badge-box {
  position: absolute;
  z-index: 15;
}

.badge {
  text-transform: uppercase;
  cursor: pointer;
}

.menu-profile .badge {
  padding: .41255em .175em;
  font-size: 95%;
}

.badge.badge-dark {
  font-weight: 400;
}

.dropdown-notification {
  position: relative;
}

.dropdown-notification .dropdown-toggle:after {
  content: none;
}

.dropdown-notification .dropdown-item {
  padding: 0 .625rem;
}

.main-content {
  position: relative;
}

.main-content .carousel-holder {
  margin-bottom: 1.25rem;
}

.main-content .carousel-holder h2 {
  color: #fff;
  text-transform: none;
  margin-bottom: .1875rem;
  max-width: 19.375rem;
}

.main-content .carousel-holder p {
  margin-bottom: .5rem;
}

.main-content .carousel-holder .img-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 16.5625rem;
  max-height: 25rem;
}

.main-content .carousel-holder .info-box {
  width: 100%;
  padding: .25rem .875rem .9375rem;
  line-height: 1.3;
  color: #cbcbcc;
  background: rgba(24, 24, 24, 0.9);
  z-index: 5;
}

.main-content .carousel-holder .btn {
  min-width: 5.625rem;
  padding: .375rem .625rem;
  color: #fff;
}

.main-content .carousel-holder .logo-game {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 10.4375rem;
  margin-top: -.3125rem;
}

.main-content .carousel-holder .logo-box {
  display: none;
}

.main-content .carousel-holder .logo-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: .03125rem;
  width: 6.375rem;
  background-color: #fff;
  display: none;
}

.main-content .carousel-holder .logo-box img {
  margin-right: .1875rem;
}

.scroll-content {
  position: relative;
}

.game-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.game-gallery-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.game-gallery-card {
  padding-right: 12px;
  padding-left: 12px;
}

.game-gallery li {
  width: 25%;
  padding: 0 .0625rem .0625rem;
  margin-bottom: .0625rem;
}

.game-gallery .img-holder {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  display: block;
  position: relative;
  padding-bottom: 126.9%;
  overflow: hidden;
  z-index: 1;
}

.game-gallery .img-holder:before {
  -webkit-transition: right .1s linear, -webkit-transform .1s linear;
  transition: right .1s linear, -webkit-transform .1s linear;
  transition: transform .1s linear, right .1s linear;
  transition: transform .1s linear, right .1s linear, -webkit-transform .1s linear;
  content: "";
  position: absolute;
  left: -3.125rem;
  height: 101%;
  right: 50%;
  -webkit-transform: skew(22deg);
  transform: skew(22deg);
}

.game-gallery .img-holder.blue:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#2b1c6f), to(transparent));
  background: linear-gradient(to top, #2b1c6f, transparent);
}

.game-gallery .img-holder.light-orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#af9142), to(transparent));
  background: linear-gradient(to top, #af9142, transparent);
}

.game-gallery .img-holder.orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#f04f17), to(transparent));
  background: linear-gradient(to top, #f04f17, transparent);
}

.game-gallery .img-holder.red:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#bf1511), to(transparent));
  background: linear-gradient(to top, #bf1511, transparent);
}

.game-gallery .img-holder.violet:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#892e95), to(transparent));
  background: linear-gradient(to top, #892e95, transparent);
}

.game-gallery .img-holder.light-red:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#c92847), to(transparent));
  background: linear-gradient(to top, #c92847, transparent);
}

.game-gallery .img-holder.dark-orange:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#b87604), to(transparent));
  background: linear-gradient(to top, #b87604, transparent);
}

.game-gallery .img-holder.yellow:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#b6ad1a), to(transparent));
  background: linear-gradient(to top, #b6ad1a, transparent);
}

.game-gallery .img-holder.dark-red:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#8d0000), to(transparent));
  background: linear-gradient(to top, #8d0000, transparent);
}

.game-gallery .img-holder.beige:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#f97951), to(transparent));
  background: linear-gradient(to top, #f97951, transparent);
}

.game-gallery .img-holder.light-blue:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#0092bb), to(transparent));
  background: linear-gradient(to top, #0092bb, transparent);
}

.game-gallery .game-name,
.game-gallery .play-now {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
}

.game-gallery .game-name {
  -webkit-transition: bottom .15s linear;
  transition: bottom .15s linear;
  position: absolute;
  bottom: .3125rem;
  left: .375rem;
  max-width: 4.6875rem;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1;
  font-size: .8125rem;
}

.game-gallery .play-now {
  -webkit-transition: bottom .15s linear, opacity .15s linear, visibility .15s linear;
  transition: bottom .15s linear, opacity .15s linear, visibility .15s linear;
  bottom: -1.25rem;
  width: 100%;
  font-weight: 400;
  font-size: .6875rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.game-gallery .play-now i {
  font-size: .5rem;
  margin-left: .1875rem;
}

.tournaments-section {
  margin-bottom: 2.1875rem;
}

.tournaments-section .row {
  margin-bottom: .75rem;
}

.tournaments-section.lg-tournament h3 {
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: .4px;
}

.tournaments-section.lg-tournament .row {
  margin: 0 -.625rem;
}

.tournaments-section.lg-tournament [class*="col-"] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
}

.tournaments-section.lg-tournament .game-review {
  -webkit-transition: box-shadow .15s linear;
  -webkit-transition: -webkit-box-shadow .15s linear;
  transition: -webkit-box-shadow .15s linear;
  transition: box-shadow .15s linear;
  transition: box-shadow .15s linear, -webkit-box-shadow .15s linear;
  display: block;
  padding-bottom: .625rem;
  text-decoration: none;
  cursor: pointer;
}

.tournaments-section.lg-tournament a.game-review {
  color: #2d2d2d;
}

.tournaments-section.lg-tournament .image-holder {
  padding: .3125rem .625rem;
  height: 8.125rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tournaments-section.lg-tournament .info-holder {
  padding: .3125rem 0 0 0;
  text-align: left;
  background-color: transparent;
}

.tournaments-section.lg-tournament .info-holder .bigger {
  margin-bottom: .25rem;
}

.tournaments-section.lg-tournament .badge-box {
  top: .6875rem;
  left: .75rem;
}

.tournaments-section.lg-tournament .info-block {
  padding: 2px 5px;
  background-color: rgba(24, 24, 24, 0.9);
  display: block;
}

.game-review {
  text-transform: uppercase;
  font-size: .700rem;
}

.game-review p {
  margin-bottom: 0;
}

.game-review img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lg-tournament .game-review .game-tourn-logo > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.59375rem;
  margin-top: -3.59375rem;
  max-width: 7.1875rem;
  max-height: 7.1875rem;
  z-index: 14;
  -webkit-transform: none;
  transform: none;
}

.game-review [class*="col-"] {
  padding: 0 .625rem;
  margin-bottom: 1.25rem;
}

.game-review .row {
  margin: 0 -.625rem;
}

.game-review .btn {
  -webkit-transition: opacity .15s linear, visibility .15s linear, color .15s linear, background-position .15s linear;
  transition: opacity .15s linear, visibility .15s linear, color .15s linear, background-position .15s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 6.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.game-review .image-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 13.125rem;
}

.game-review .image-holder:before {
  -webkit-transition: opacity .15s linear, visibility .15s linear;
  transition: opacity .15s linear, visibility .15s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.77);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.lg-tournament .game-review .image-holder:before {
  opacity: .6;
  visibility: visible;
}

.game-review .image-holder:hover:before {
  opacity: 1;
  visibility: visible;
}

.game-review .image-holder:hover .btn {
  opacity: 1;
  visibility: visible;
}

.game-review .badge-box {
  top: .625rem;
  left: .625rem;
}

.game-review .badge {
  font-size: .75rem;
}

.game-review .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.67);
  padding: .25rem .5625rem;
  color: #fff;
  z-index: 15;
}

.game-review .info-block i {
  display: inline-block;
  vertical-align: middle;
  margin-left: .1875rem;
}

.game-review .info-holder {
  padding: 1.25rem;
  text-align: center;
  background-color: #fff;
}

.game-review .info-holder .bigger {
  display: block;
  font-size: .75rem;
  margin-bottom: .625rem;
}

.game-review .counter {
  max-width: 50%;
  font-size: 1.125rem;
  font-weight: 300;
}

.game-review .counter .bigger {
  font-size: 1.5rem;
  font-weight: 700;
}

.game-review .cost {
  position: relative;
  display: block;
  max-width: calc(50% - 1.875rem);
  padding-left: .3125rem;
  font-size: .625rem;
  text-align: center;
  line-height: 1.3;
}

.game-review .cost.free {
  font-weight: 800;
  font-size: .875rem;
  color: #a2ed00;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.game-review .cost .number {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6875rem;
  height: 1.6875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.game-review .cost .bigger {
  display: block;
  font-size: .75rem;
}

.winners-section {
  margin-bottom: 2.625rem;
}

.winners-section .info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.winners-section .info-holder .info-block {
  width: 100%;
  padding: 0 .625rem .625rem;
}

.winners-section .info-holder .info-block:last-child .img-holder {
  position: relative;
  padding: 6.125rem 1.25rem 1.0625rem;
  text-align: center;
  font-size: 1rem;
}

.winners-section .info-holder .info-block:last-child .img-holder img {
  position: absolute;
  left: 50%;
  top: .625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.winners-section .info-holder .info-block:last-child .img-holder h2 {
  color: #1d7501;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.winners-section .info-holder .info-block:last-child .img-holder p {
  margin-bottom: .625rem;
}

.winners-section .info-holder .info-block:last-child .img-holder .btn {
  color: #fff;
}

.umg-table {
  font-size: .9375rem;
  border-bottom: 1px solid #cbcbcc;
}

.umg-table tbody td {
  background-color: #fff;
  vertical-align: middle;
}

.umg-table table tbody td {
  border-top: 0px solid #fff;
}

.umg-table > tbody > tr > td:first-child {
  border-left: 1px solid #cbcbcc;
}

.umg-table > tbody > tr > td:last-child {
  border-right: 1px solid #cbcbcc;
}

.winners-table {
  font-size: .9375rem;
  border-bottom: 1px solid #cbcbcc;
}

.winners-table.cash-out .column-1 {
  width: 72%;
}

.winners-table.cash-out .column-2 {
  width: 28%;
  text-align: center;
}

.winners-table.tournament {
  min-width: 57.8125rem;
}

.winners-table.tournament .column-2,
.winners-table.tournament .column-4 {
  text-align: center;
}

.winners-table thead th {
  font-weight: 600;
  border-bottom-width: 0px;
}

.winners-table thead {
  border: 1px solid #212529;
}

.winners-table thead th:first-child {
  font-weight: 800;
}

.winners-table td,
.winners-table th {
  border-width: .0625rem 0 0 0;
}

.winners-table th {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 800;
}

.winners-table td {
  padding: .3125rem .625rem;
  vertical-align: middle;
}

.winners-table tbody td {
  background-color: #fff;
}

.winners-table tbody tr td:first-child {
  border-left: 1px solid #cbcbcc;
}

.winners-table tbody tr td:last-child {
  border-right: 1px solid #cbcbcc;
}

.winners-table td img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: .125rem;
  width: 2rem;
  height: 2rem;
}

.winners-table .column-1 {
  width: 20%;
}

.winners-table .column-2 {
  width: 18%;
}

.winners-table .column-3 {
  width: 34%;
}

.winners-table .column-4 {
  width: 8%;
}

.winners-table .text-holder {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.8125rem);
}

.wear-section {
  margin-bottom: .9375rem;
}

.wear-section .data-holder {
  -webkit-transition: box-shadow .15s linear;
  -webkit-transition: -webkit-box-shadow .15s linear;
  transition: -webkit-box-shadow .15s linear;
  transition: box-shadow .15s linear;
  transition: box-shadow .15s linear, -webkit-box-shadow .15s linear;
  display: block;
  position: relative;
  height: calc(100% - .9375rem);
  padding: .4375rem .625rem;
  margin-bottom: .9375rem;
  text-decoration: none;
  background-color: #fff;
  color: #181818;
  overflow: hidden;
}

.wear-section .data-holder:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.wear-section .data-holder h2 {
  font-size: 1.5625rem;
  margin-bottom: 1.125rem;
}

.wear-section .data-holder p {
  margin-bottom: .375rem;
}

.wear-section .data-holder .img-holder {
  height: 12.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wear-section .data-holder .info-holder {
  position: relative;
  padding: .9375rem;
  text-align: center;
  z-index: 1;
}

.wear-section .data-holder .logo {
  position: absolute;
  right: 1.25rem;
  bottom: -3.25rem;
  width: 9.1875rem;
  height: 9.4375rem;
}

.aside-bar {
  display: none;
}

.aside-bar-playholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.height100 {
  height: 100%;
}

.play-holder {
  height: 100%;
  overflow: auto;
  padding-top: 0px;
}

.play-holder h4 {
  font-size: .95rem;
  color: #2a2a2a;
  margin-bottom: .125rem;
}

.play-holder p {
  margin-bottom: .625rem;
}

.play-holder .btn {
  min-width: 9.625rem;
}

.choose-box {
  font-size: .7125rem;
  line-height: 1.3;
  margin-bottom: 0rem;
  position: relative;
  padding: .5rem .5rem .5rem 2.7rem;
}

.choose-box:hover {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.choose-box .icon-users-sm {
  font-size: 1.3rem;
}

.choose-box .icon-tournament {
  font-size: .95rem;
}

.aside-bar-collapsed .choose-box {
  padding: 15px 5px;
}

.aside-bar-collapsed .choose-box i {
  font-size: 1.4rem;
}

.aside-bar-collapsed .choose-box .icon-users-sm {
  font-size: 1.8rem;
}

.aside-bar-collapsed .choose-box .icon-tournament {
  font-size: 1.25rem;
}

.aside-bar-collapsed .choose-box p {
  display: none;
}

.aside-bar-collapsed .choose-box h4 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

.aside-bar-collapsed .play-holder {
  overflow: hidden;
}

.aside-bar-collapsed .choose-box-icon {
  position: static;
  left: 0;
  font-size: 1.05rem;
  top: 0;
  margin-top: 0px;
  width: auto;
}

.aside-bar-collapsed .match-accordion .opener {
  padding: .625rem .6rem;
  font-size: .7375rem;
  text-align: center;
}

.aside-bar-collapsed .match-accordion .opener:after {
  display: none;
}

.aside-bar-collapsed .hidden-collapsed {
  display: none;
}

.choose-box-icon {
  position: absolute;
  left: 8px;
  font-size: 1.05rem;
  top: 50%;
  margin-top: -10px;
  color: #f27413;
  width: 26px;
  text-align: center;
}

.choose-box .btn-secondary {
  min-width: 7.8125rem;
}

.match-accordion li {
  border-top: 1px solid #c1c1c2;
}

.match-accordion li.active-match a:before,
.match-accordion li.active a:before {
  opacity: 1;
  visibility: visible;
}

.match-accordion li.active a:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.match-accordion .opener {
  display: block;
  position: relative;
  padding: .625rem 2.1875rem .625rem .9375rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: .9375rem;
  color: #2d2d2d;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(219, 219, 219, 0.8);
}

.match-accordion .opener:before,
.match-accordion .opener:after {
  content: "";
  position: absolute;
  top: 50%;
}

.match-accordion .opener:before {
  -webkit-transition: opacite .15s linear, visibility .15s linear;
  transition: opacite .15s linear, visibility .15s linear;
  width: .25rem;
  height: 100%;
  left: 0;
  background-color: #f37e0b;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.match-accordion .opener:after {
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear;
  content: "\E901";
  font-family: icomoon;
  right: .4375rem;
  color: inherit;
  font-size: 1.5625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.match-accordion .slide {
  background-color: #e9e9e9;
  font-size: .6875rem;
}

.match-accordion .slide {
  position: relative;
  z-index: 21;
}

.match-accordion .slide .commands-match {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.match-accordion .slide .command {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625rem;
  color: #989898;
  font-weight: 300;
  text-align: center;
  border-top: 1px solid #cbcbcc;
  border-right: 1px solid #cbcbcc;
  border-left: 1px solid #cbcbcc;
  border-left: 0;
}

.match-accordion .slide .command p {
  margin-bottom: 0;
}

.match-accordion .slide .left {
  -webkit-box-shadow: 2px 0 0 #b83131 inset;
          box-shadow: 2px 0 0 #b83131 inset;
}

.match-accordion .slide .right {
  -webkit-box-shadow: -2px 0 0 #3559be inset;
          box-shadow: -2px 0 0 #3559be inset;
}

.match-accordion .slide .versus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 25px;
  font-size: .875rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e9e9e9;
}

.match-accordion .command-name {
  font-size: .8125rem;
  font-weight: 700;
  color: #181818;
  line-height: 1.3;
}

.match-accordion .game-description {
  padding: .8125rem .625rem .5625rem;
}

.match-accordion .img-holder {
  float: left;
  padding: .0625rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.39);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.39);
  width: 3.9375rem;
}

.match-accordion .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 128.4%;
}

.match-accordion .img-box .badge-box {
  bottom: .1875rem;
  left: .1875rem;
}

.match-accordion .img-box .badge {
  width: auto;
  height: .875rem;
  padding: .0625rem .25rem;
  font-size: .625rem;
}

.match-accordion .img-box .color-indo {
  left: .3125rem;
}

.match-accordion .img-box .badge-dark {
  background-color: #373737;
  font-weight: 700;
  left: 1.875rem;
}

.match-accordion .info-holder {
  float: left;
  width: calc(100% - 3.9375rem);
  padding-left: .9375rem;
  margin-top: -.3125rem;
  text-transform: uppercase;
}

.match-accordion .info-holder p {
  margin-bottom: 0;
}

.match-accordion .info-holder .text-success {
  font-weight: 800;
}

.match-accordion .info-holder .quetion {
  display: inline-block;
  vertical-align: middle;
  margin-left: .1875rem;
  border-radius: 50%;
  text-decoration: none;
}

.match-accordion .info-holder .quetion:hover i {
  color: #000;
}

.match-accordion .info-holder i {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  color: #a0a0a0;
}

.match-accordion .title {
  display: block;
  margin-bottom: .1125rem;
  font-size: .875rem;
}

.match-accordion .dropdown {
  margin-top: .25rem;
}

.match-accordion .dropdown-toggle {
  position: relative;
  min-width: 5.875rem;
  padding: .3125rem 1.5625rem .3125rem .625rem;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-transform: uppercase;
  color: #373737;
  font-weight: 700;
  font-size: .6875rem;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 5px rgba(55, 55, 55, 0.28);
          box-shadow: 0 0 5px rgba(55, 55, 55, 0.28);
  text-align: left;
  text-decoration: none;
}

.match-accordion .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid #989898;
  border-bottom: 0;
}

.match-accordion .dropdown-menu {
  min-width: 5.875rem;
  padding: 0;
}

.match-accordion .dropdown-menu a {
  padding: .125rem .3125rem;
  font-size: .6875rem;
  text-decoration: none;
}

.hero-section {
  padding: 4.375rem 0 3.125rem;
  text-align: center;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image25.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.hero-section h1 {
  color: #fff;
  margin-bottom: .9375rem;
}

.hero-section .title-holder {
  max-width: 48.75rem;
  margin: 0 auto 1.3125rem;
}

.hero-section .extra-info {
  font-weight: 300;
  font-size: .625rem;
  color: #7b89ec;
  text-transform: uppercase;
}

.hero-section .btn {
  padding: .5rem;
}

.logo {
  margin: 0 auto .9375rem;
  width: 5.3125rem;
}

.logo img {
  display: block;
  width: 100%;
}

.about-tournament {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image26.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: .0625rem 0 .9375rem;
}

.about-tournament .game-gallery {
  margin: -1.875rem 0 1.875rem;
}

.tournament-info {
  margin-bottom: .9375rem;
}

.tournament-info li {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 .9375rem;
  margin-bottom: .625rem;
  color: #7b7b7b;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 600;
}

.tournament-info li:last-child:after {
  content: none;
}

.tournament-info p {
  margin-bottom: 0;
}

.tournament-info .counter {
  display: block;
  margin-right: .625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #213cf2;
}

.tournament-block {
  max-width: 58.125rem;
  margin: 0 auto;
}

.tournament-block h2 {
  margin-bottom: .1875rem;
}

.tournament-block [class*="col-"] {
  margin-bottom: .9375rem;
}

.tournament-block .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tournament-block .img-block {
  position: relative;
  height: 6.25rem;
  margin-bottom: .625rem;
}

.tournament-block .img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tournament-block .text-block {
  text-align: center;
  color: #5a5a5a;
  padding: 0 2.1875rem;
}

.tournament-block .text-block h2 {
  color: #181818;
}

.info-section {
  position: relative;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image27.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.info-section.industry {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image13.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.8125rem 0 1.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: -1;
}

.info-section.industry h1 {
  margin-bottom: .8125rem;
}

.info-section.industry .img-block img {
  width: 100%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
}

.info-section h1 {
  margin-bottom: 2.625rem;
}

.info-section .text-block {
  padding: 1.5625rem 0;
}

.info-section .instruction-list {
  counter-reset: li;
  font-size: 15px;
  letter-spacing: .4px;
}

.info-section .instruction-list li {
  position: relative;
  padding-left: 2.9375rem;
  margin-bottom: 2.5rem;
}

.info-section .instruction-list li:before,
.info-section .instruction-list li:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.info-section .instruction-list li:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  padding: .25rem .4375rem;
  background-image: linear-gradient(45deg, #213cf2, #348aff);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.info-section .instruction-list li:after {
  content: "";
  left: .1875rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #fff;
}

.info-section .instruction-list h2 {
  margin-bottom: .3125rem;
  font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}

.info-section .img-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.info-section .img-block img {
  width: 85%;
}

.info-section .bg-box {
  display: none;
}

.info-section .bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.0625rem;
  height: 100%;
  width: .8125rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -7px 0 rgba(255, 255, 255, 0.53);
          box-shadow: -7px 0 rgba(255, 255, 255, 0.53);
  z-index: 1;
}

.info-section .bg-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3.3125rem;
  height: 100%;
  width: .4375rem;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.info-section .bg-box .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -33%;
  right: 18%;
  -webkit-transform: skew(22deg);
  transform: skew(22deg);
}

.info-section .logo-decoration {
  display: none;
}

.info-section .extra-title {
  display: block;
  font-size: 1rem;
  color: #223ff2;
  line-height: 1.2;
  margin-bottom: 2.0625rem;
}

.info-section .offer-list {
  padding-left: .4375rem;
}

.info-section .offer-list li {
  position: relative;
  margin-bottom: 1.75rem;
  padding-left: 2.5rem;
  font-size: 1.125rem;
}

.info-section .offer-list li:last-child {
  margin-bottom: 0;
}

.info-section .offer-list li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.475rem;
}

#footer {
  display: block;
  border-top: 1px solid #cbcbcc;
  padding: .8125rem 0 0;
  font-size: .875rem;
}

.anf-main #footer {
  bottom: 1rem;
  left: 0;
  right: 1rem;
  position: absolute;
}

#footer a {
  color: #181818;
  text-decoration: none;
}

#footer a:hover {
  color: #034dbb;
}

#footer .social-holder {
  float: left;
  max-width: 45%;
}

#footer .social-box {
  margin: 0 -.3125rem .1875rem;
  padding-left: .1875rem;
}

#footer .social-box li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .3125rem .1875rem;
  margin-left: -.3em;
}

#footer .social-box a {
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
  position: relative;
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  text-decoration: none;
  background-color: #034dbb;
}

#footer .social-box a:hover {
  background-color: #fff;
}

#footer .social-box a:hover i {
  color: #034dbb;
}

#footer .social-box i {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.sidebar-box {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

.sidebar-box .social-box {
  padding-left: .1875rem;
}

.sidebar-box .social-box li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .3125rem .1875rem;
  margin-left: -.3em;
}

.sidebar-box .social-box a {
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-decoration: none;
  background-color: #034dbb;
}

.sidebar-box .social-box a:hover {
  background-color: #fff;
}

.sidebar-box .social-box a:hover i {
  color: #034dbb;
}

.sidebar-box .social-box i {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.footer-nav {
  float: right;
  max-width: 55%;
  text-align: right;
  padding: .0625rem .5rem;
}

.footer-nav .menu {
  padding-bottom: .25rem;
}

.footer-nav .menu li {
  display: block;
}

.footer-nav .policy-holder a {
  display: inline-block;
  vertical-align: middle;
  margin-left: .3125rem;
}

.mobile-extra-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 -.9375rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 18;
}

.mobile-extra-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-extra-nav .menu li {
  text-align: center;
  display: block;
  width: 20%;
  padding: .8125rem 0 .75rem;
}

.mobile-extra-nav .menu a {
  display: inline-block;
  vertical-align: middle;
}

.mobile-extra-nav .menu a:hover i {
  color: #034dbb;
}

.mobile-extra-nav .menu i {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  font-size: 2.25rem;
  color: #373737;
}

.mobile-extra-nav .menu i.icon-tournament {
  font-size: 1.5625rem;
}

.mobile-extra-nav .menu .orange-dot:before {
  top: -.3125rem;
  right: -.1875rem;
}

.home-page #footer {
  position: relative;
  padding: 1.875rem 0 .625rem;
  border: none;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image25.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-page #footer h3 {
  margin-bottom: .8125rem;
  color: #fff;
}

.home-page #footer p {
  margin-bottom: 1.1875rem;
}

.home-page #footer .title-holder {
  text-align: center;
  color: #fff;
  margin-bottom: 1.875rem;
  font-size: 1rem;
}

.home-page #footer .title-holder h2 {
  font-size: 1.5625rem;
  margin-bottom: .5rem;
}

.home-page #footer .title-holder .btn {
  color: #fff;
  padding: .6875rem 1.25rem;
  margin: 0 .1875rem .625rem;
}

.home-page #footer .about-holder {
  color: #6174ed;
  font-size: .6875rem;
}

.home-page #footer .about-holder a {
  color: #6174ed;
}

.home-page #footer .about-holder a:hover {
  color: #f59f09;
}

.home-page #footer .about-holder p {
  margin-bottom: 0;
}

.home-page #footer .about-holder .h2 {
  display: block;
  color: #fff;
  text-transform: none;
  padding-top: .8125rem;
  margin-bottom: .375rem;
}

.home-page #footer .about-holder .extra-name {
  display: block;
  margin-bottom: .75rem;
  font-size: .875rem;
  text-transform: uppercase;
}

.home-page #footer .social-box {
  margin-bottom: .75rem;
}

.home-page #footer .social-box li {
  padding: 0 .25rem .1875rem;
}

.home-page #footer .social-box a {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
}

.home-page #footer .social-box a:hover {
  background-color: #034dbb;
}

.home-page #footer .social-box a:hover i {
  color: #f59f09;
}

.home-page #footer .social-box i {
  color: #034dbb;
  font-size: 1.0625rem;
}

.home-page #footer .footer-menu li {
  padding-right: .1875rem;
  margin-bottom: .25rem;
}

.home-page #footer .footer-menu a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: .6875rem;
}

.home-page #footer .footer-menu a:hover {
  color: #f59f09;
}

.home-page .column-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.625rem;
}

.home-page .column-holder [class*="column-"] {
  padding: 0 .625rem;
  margin-bottom: 1.25rem;
}

.home-page .column-holder .column-1 {
  width: 50%;
}

.home-page .double-column .footer-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
}

.home-page .double-column .footer-menu li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* Slick slider styles */

.carousel-holder {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.carousel-holder.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.carousel-holder .slide {
  display: none;
}

.carousel-holder .slide:first-child {
  display: block;
  visibility: hidden;
}

.carousel-holder.slick-initialized .slide {
  display: block;
  visibility: visible !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: none;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots button {
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
  background-color: rgba(255, 255, 255, 0.48);
  font-size: 0;
  padding: 0;
  border: none;
  width: 54px;
  height: 5px;
  cursor: pointer;
}

.slick-dots button:hover {
  background-color: #fff;
}

.fa-spin-fast {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

.margin-0 {
  margin-bottom: 0px;
}

.btn-refresh {
  margin-right: 25px;
  padding: 0px;
  font-family: "Open Sans";
  color: #5a5a5a;
  text-decoration: none;
  font-size: 12px;
}

.btn-refresh:hover,
.btn-refresh:active {
  text-decoration: none;
  color: #000;
}

#collapse-aside-bar {
  position: absolute;
  top: 3px;
  right: 6px;
  z-index: 15;
  color: #b1b1b1;
  font-size: 1.2500rem;
  line-height: 1rem;
  -webkit-transition: linear .15s;
  transition: linear .15s;
}

#collapse-aside-bar:hover {
  cursor: pointer;
  color: #777;
}

.aside-bar.aside-bar-collapsed {
  width: 5.375rem;
}

.aside-bar.aside-bar-collapsed #collapse-aside-bar .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-header {
  display: inline-block;
  vertical-align: middle;
  padding: .5rem 1rem;
  border: 1px solid #3260d8;
  color: #e5ecff;
  text-transform: uppercase;
  font-size: .7rem;
  text-decoration: none;
  margin-right: .7rem;
  border-radius: 3px;
}

.btn-header:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.btn-header-primary {
  display: inline-block;
  vertical-align: middle;
  padding: .5rem 1rem;
  border: 1px solid #3260d8;
  color: #e5ecff;
  text-transform: uppercase;
  font-size: .7rem;
  text-decoration: none;
  margin-right: .7rem;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #f26e0c 0%, #f59f09 50%, #f26e0c 100%);
  text-shadow: 1px 1px rgba(194, 87, 8, 0.32);
}

.btn-header-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d08708;
  border-color: #c47f07;
}

.c-heading {
  border-bottom: 1px solid #cbcbcc;
  padding-bottom: 0.3rem;
}

h1.c-heading {
  margin-bottom: 1.2rem;
  font-size: 2.0rem;
  line-height: 1.8rem;
}

.hc-row h1.c-heading {
  margin-bottom: 1.2rem;
  font-size: 2.0rem;
  line-height: 1.8rem;
}

h3.c-heading {
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
}

a.tournament-title-link {
  color: #006fec;
}

.label {
  margin-bottom: .5rem;
  display: block;
}

.label,
.border-switch-control-description {
  color: #2d2d2d;
  font-size: 0.9rem;
  line-height: 0.9rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.form-control {
  border-color: #cecece;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 7px #e6e6e6;
  box-shadow: inset 0 0 7px #e6e6e6;
}

.form-control::-webkit-input-placeholder {
  color: #c8c8c8;
  font-style: italic;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #c8c8c8;
  font-style: italic;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #c8c8c8;
  font-style: italic;
  opacity: 1;
}

.form-control::placeholder {
  color: #c8c8c8;
  font-style: italic;
  opacity: 1;
}

.mb-xs {
  margin-bottom: .25rem;
}

.mb-sm {
  margin-bottom: .5rem;
}

.custom-control.material-checkbox {
  --color: #26a69a;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: #26a69a;
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
          transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  -webkit-transition: .15s;
  transition: .15s;
}

.custom-control.fill-checkbox {
  --color: $blue;
}

.custom-control.fill-checkbox .fill-control-input {
  display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #1e73ff;
  border-color: #1e73ff;
  background-size: 80%;
}

.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  -webkit-transition: .1s;
  transition: .1s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%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-control.fill-checkbox.disabled {
  --color: #999;
}

.custom-control.fill-checkbox.disabled .fill-control-input {
  display: none;
}

.custom-control.fill-checkbox.disabled .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #ddd;
  border-color: #ddd;
  background-size: 80%;
}

.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}

.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
}

.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-transform: rotateZ(90deg) scale(0);
          transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #aaa;
  border-right: 4px solid #aaa;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}

.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}

.custom-control.material-switch {
  --color: #26a69a;
  padding-left: 0;
}

.custom-control.material-switch .material-switch-control-input {
  display: none;
}

.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: #26a69a;
  left: 17px;
}

.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 3px 0px 0px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
}

.custom-control.material-switch .material-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
}

.custom-control.ios-switch {
  --color: $orange;
  padding-left: 0;
}

.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}

.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}

.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(#f6852e);
}

.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}

.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}

.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 3px 0px 0px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  border: 2px solid #ddd;
}

.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
          box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}

.custom-control.border-switch {
  --color: $orange;
  padding-left: 0;
  cursor: pointer;
}

.custom-control.border-switch .border-switch-control-input {
  display: none;
}

.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: #f6852e;
}

.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: #f6852e;
}

.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 5px 0px 0px;
  top: 0px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  border: 2px solid #ccc;
}

.custom-control.border-switch .border-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  top: 2px;
  left: 2px;
  background: #ccc;
}

.custom-control.teleport-switch {
  --color: $orange;
  padding-left: 0;
}

.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(#f6852e);
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  border-color: var(#f6852e);
}

.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 3px 0px 0px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  border: 2px solid #ccc;
  overflow: hidden;
}

.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  top: 2px;
  left: 2px;
  background: #ccc;
}

.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  top: 2px;
  right: -14px;
  background: #ccc;
}

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

.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

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

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

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

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

.list-group .list-group-control .custom-control {
  margin: 0;
  padding: .75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}

.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator,
.list-group .list-group-control .custom-control .fill-control-indicator,
.list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.filter-btn {
  padding: .7rem .7rem .7rem 2.7rem;
  display: inline-block;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  font-size: 0.7rem;
  line-height: 0.7rem;
  border-radius: 3px;
  border: 1px solid #cecece;
  color: #2d2d2d;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.filter-btn span {
  color: #1e73ff;
  display: block;
  margin-top: 2px;
}

.filter-btn:before {
  content: "\F0C9";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  color: #2d2d2d;
  left: .7rem;
  top: 50%;
  margin-top: -0.4rem;
  font-weight: 900;
  position: absolute;
}

.filter-btn:hover {
  border: 1px solid #bbb;
  background: rgba(255, 255, 255, 0.25);
}

.tournament-list-row {
  position: relative;
  height: 125px;
  margin: 0.5rem 0rem 1rem 0rem;
  background-color: #fff;
  border: 1px solid #cecece;
}

.tournament-list-row:hover {
  cursor: pointer;
  background: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/tourn-hover.jpg);
}

.tournament-list-thumb {
  position: absolute;
  width: 172px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
}

.tournament-list-thumb .badge-box {
  top: .325rem;
  left: .325rem;
}

.tournament-list-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.tournament-list-info {
  position: absolute;
  left: 200px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tournament-list-col-1 {
  float: left;
  width: 52%;
  padding-right: 5px;
}

.tournament-list-col-1 .title-span {
  font-size: 1.3rem;
  line-height: 1.3rem;
  display: block;
  font-weight: 400;
  margin-bottom: .7rem;
}

.tournament-list-col-1 .sub-title-span {
  display: block;
  margin-bottom: .7rem;
  font-size: 1rem;
  line-height: 1rem;
}

.tournament-list-col-1 .sub-title-span-2 {
  display: block;
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.tournament-list-col-2 {
  float: left;
  width: 12%;
  text-align: center;
  padding: 0px 5px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #2d2d2d;
}

.tournament-list-col-2 .title-span {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #a7a7a7;
  display: block;
  margin-bottom: .7rem;
  font-weight: 400;
}

.tournament-list-row:hover .tournament-list-col-2 .title-span {
  color: #333;
}

.tournament-list-inner-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.weight600 {
  font-weight: 600;
}

.orange {
  color: #f6852e;
}

.tournament-list-img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}

.umg-credit {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
  border: 2px solid #1e73ff;
  text-align: center;
}

.tournament-list-col-2 .title-span-entry {
  margin-bottom: .4rem;
}

.tournament-list-col-2 .umg-credit {
  margin-bottom: -10px;
}

.tournament-list-col-2 .umg-credit.umg-credit-two-digit {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 4px;
}

.pagination a {
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}

.page-link:hover {
  background-color: #f7f7f7;
  color: #f6852e;
}

.tournament-list-row.prime {
  border: 2px solid #f6852e;
}

.umg.umg-prime.orange {
  color: #f16900;
}

.btn-creatematch {
  padding: .8rem .625rem;
}

.mf-app-row {
  position: relative;
  height: 5.3125rem;
  overflow: hidden;
  margin: 1rem 0;
  background-color: #fff;
  border: 1px solid #cecece;
}

.mf-game-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #1e73ff;
  z-index: 7;
}

.mf-thumb-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  width: 5.9375rem;
}

.mf-thumb-holder > .mf-badge {
  position: absolute;
  top: 0rem;
  left: 0.2125rem;
  z-index: 6;
  height: .875rem;
}

.mf-thumb-holder > .mf-badge > .badge {
  width: auto;
  height: .875rem;
  padding: .0625rem .25rem;
  font-size: .625rem;
  margin-right: 2px;
}

.mf-thumb {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mf-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.mf-game-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c00ff+0,7db9e8+100&0.55+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(156, 0, 255, 0.55)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(156, 0, 255, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c9c00ff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

.mf-match-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7rem;
  left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mf-match-cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7rem;
}

a.mf-match-game,
a.mf-match-game:active,
a.mf-match-game:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.6875rem;
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}

a.mf-match-game:hover {
  color: inherit;
}

.mf-match-title-span {
  display: block;
  font-size: 1.125rem;
}

.mf-match-title-span span {
  font-weight: 700;
}

.mf-match-title-span-2 {
  display: block;
  color: #7f7f7f;
  font-size: 0.8125rem;
}

.mf-match-col-1 {
  float: left;
  width: 40%;
}

.mf-match-col-2 {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 0.9375rem;
}

a.mf-match-cta-view,
a.mf-match-cta-accept {
  display: block;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  padding: 0.94rem 0rem;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none;
}

div.mf-match-req-prime {
  display: block;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  padding: 0.5rem 0rem;
  text-align: center;
  text-decoration: none;
}

a.mf-match-cta-accept {
  border-bottom: 0px solid #cecece;
}

a.mf-match-cta-view:hover,
a.mf-match-cta-accept:hover {
  background-color: #f7f7f7;
}

a.mf-match-cta-accept.ladder {
  background-color: #f2f7ff;
  color: #1e73ff;
}

a.mf-match-cta-accept.ladder:hover {
  background-color: #e6f0ff;
}

a.mf-match-cta-accept.cashout {
  background-color: #f4f9eb;
  color: #5d7800;
}

a.mf-match-cta-accept.cashout:hover {
  background-color: #f0f9df;
}

.mf-match-col-2 .title-span {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #a7a7a7;
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
}

.mf-match-match-type.ladder {
  color: #1e73ff;
}

.mf-match-match-type.cashout {
  color: #5d7800;
}

.mf-money-text {
  color: #789b00;
}

.mf-teams {
  margin: 0 0 1.875rem auto;
}

.mf-teams-list-holder {
  padding-right: 1rem;
  width: 100%;
}

.mf-teams-list-outer {
  margin-right: -1rem;
}

.mf-team {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cecece;
  margin-bottom: 0.4375rem;
}

.mf-team-image {
  position: relative;
  top: 0;
  left: 0;
  height: 3.625rem;
}

.mf-team-image img {
  max-height: 3.625rem;
  max-width: 3.625rem;
}

.mf-team-info {
  position: absolute;
  top: 0;
  left: 3.625rem;
  right: 0;
  height: 3.625rem;
  cursor: pointer;
}

.mf-team-name {
  height: 2.2375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mf-team-name span {
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}

.mf-view-details {
  text-align: center;
  height: 1.125rem;
  color: #bcbcbc;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.mf-team-info-expanded {
  border-top: 1px solid #cecece;
  padding: 0.9375rem 0.375rem 0.375rem 0.375rem;
  display: none;
  overflow: hidden;
}

.mf-team-breakdown:after {
  clear: both;
  content: "";
  display: block;
}

.mf-team-breakdown div {
  float: left;
  width: 30%;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.mf-team-breakdown div:first-child {
  width: 40%;
}

.mf-team-breakdown div span.mf-team-breakdown-title {
  display: block;
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  padding-bottom: 0.4375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.mf-team-roster {
  position: relative;
  margin: 0.9375rem 0rem;
}

.mf-team-roster table {
  width: 100%;
}

.mf-team-roster table thead tr {
  border-bottom: 1px solid #cecece;
}

.mf-team-roster table thead th.mf-thead-roster {
  font-size: 0.875rem;
  font-weight: 600;
}

.mf-team-roster table thead th.mf-thead-viewteam a {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #1e73ff;
  text-decoration: none;
  font-weight: 400;
}

.mf-team-roster table tbody td {
  font-size: 0.8125rem;
  color: #2d2d2d;
  padding-top: 0.3125rem;
}

.mf-team-roster table tbody td:first-child {
  width: 1.625rem;
}

.mf-team-roster table tbody td a {
  color: #2d2d2d;
  text-decoration: none;
}

.mf-team-roster table tbody td img {
  max-width: 1.375rem;
  max-height: 1.375rem;
  border-radius: 50%;
  border: 2px solid #bcbcbc;
}

.mf-team-roster table tbody td .mf-light {
  color: #b8b8b8;
}

.mf-team-roster table tbody td .mf-success {
  color: #90ba00;
}

.mf-team-roster table tbody td .mf-danger {
  color: #fd5e5e;
}

.mf-team-create-match button {
  display: block;
  border: 0px solid;
  background-color: #f5f5f5;
  text-align: center;
  color: #f6852e;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.75rem 0px;
  width: 100%;
  cursor: pointer;
}

.mf-team-create-match {
  border-top: 1px solid #cecece;
  margin: 0 -0.375rem -0.375rem -0.375rem;
}

.mf-teams .label a {
  color: #1e73ff;
  text-decoration: none;
}

.rep-a {
  color: #09ba00;
}

.rep-b {
  color: #1b54de;
}

.rep-b.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #1b54de), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b54de), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #1b54de), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #1b54de), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-55 {
  background-image: linear-gradient(-72deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-60 {
  background-image: linear-gradient(-54deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-65 {
  background-image: linear-gradient(-36deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-70 {
  background-image: linear-gradient(-18deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b54de), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #1b54de), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-80 {
  background-image: linear-gradient(18deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-85 {
  background-image: linear-gradient(36deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-90 {
  background-image: linear-gradient(54deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-95 {
  background-image: linear-gradient(72deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-b.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1b54de), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #1b54de), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #1b54de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1b54de 50%, #cecece 50%, #cecece);
}

.rep-c {
  color: #bab800;
}

.rep-c.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #bab800), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bab800), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #bab800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #bab800), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-55 {
  background-image: linear-gradient(-72deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-60 {
  background-image: linear-gradient(-54deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-65 {
  background-image: linear-gradient(-36deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-70 {
  background-image: linear-gradient(-18deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #bab800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #bab800), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-80 {
  background-image: linear-gradient(18deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-85 {
  background-image: linear-gradient(36deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-90 {
  background-image: linear-gradient(54deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-95 {
  background-image: linear-gradient(72deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-c.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #bab800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #bab800), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #bab800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #bab800 50%, #cecece 50%, #cecece);
}

.rep-d {
  color: #ba7200;
}

.rep-d.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #ba7200), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ba7200), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ba7200), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba7200), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-55 {
  background-image: linear-gradient(-72deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-60 {
  background-image: linear-gradient(-54deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-65 {
  background-image: linear-gradient(-36deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-70 {
  background-image: linear-gradient(-18deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ba7200), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba7200), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-80 {
  background-image: linear-gradient(18deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-85 {
  background-image: linear-gradient(36deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-90 {
  background-image: linear-gradient(54deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-95 {
  background-image: linear-gradient(72deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-d.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ba7200), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba7200), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #ba7200 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba7200 50%, #cecece 50%, #cecece);
}

.rep-f {
  color: #ba0000;
}

.rep-f.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #ba0000), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ba0000), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ba0000), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba0000), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-55 {
  background-image: linear-gradient(-72deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-60 {
  background-image: linear-gradient(-54deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-65 {
  background-image: linear-gradient(-36deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-70 {
  background-image: linear-gradient(-18deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ba0000), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba0000), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-80 {
  background-image: linear-gradient(18deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-85 {
  background-image: linear-gradient(36deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-90 {
  background-image: linear-gradient(54deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-95 {
  background-image: linear-gradient(72deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.rep-f.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ba0000), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #ba0000), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #ba0000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #ba0000 50%, #cecece 50%, #cecece);
}

.add-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.game-header-image {
  height: 8.125rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-bottom: 5px solid #1e73ff;
}

.game-header-image h1 {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}

.game-badge {
  position: absolute;
  top: .4rem;
  left: .4rem;
}

.game-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 41.875rem;
  width: 100%;
  padding: 1rem 0 .6rem 1.5rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065ff+0,7db9e8+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0065ff), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, #0065ff 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065ff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

.game-header-image .logo-box {
  position: absolute;
  right: 1.5rem;
  bottom: .7rem;
}

label {
  font-weight: 600;
}

.umg-tabs {
  margin-bottom: 1.5rem;
}

.umg-tabs li a {
  display: block;
  color: #686868;
  font-size: 0.875rem;
  padding: .6rem 1rem;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-weight: 700;
}

.umg-tabs li.active a,
.umg-tabs li a:hover,
.umg-tabs li a.active {
  border-color: #1e73ff;
  color: #000;
}

.hc-tabs {
  background-color: #fff;
  border-bottom: 1px solid #dddddb;
}

.hc-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 4px solid #fff;
  color: #7e7e7e;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1.5rem 1.5rem;
  -webkit-transition: 0s;
  transition: 0s;
}

.hc-tabs .nav-link.active,
.hc-tabs .nav-link:hover {
  color: #151515;
  border-bottom: 4px solid #1e73ff;
}

.hc-tabs .nav-item {
  margin-bottom: 0px;
}

.hc-tabs .dropdown-menu {
  margin-top: 0px;
  border-top: 0px;
  padding: 0rem 0 .5rem;
}

.hc-tabs .dropdown-item {
  text-decoration: none;
}

.hc-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/game_noir_white.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.hc-content > .hc-row {
  min-height: 450px;
}

.hc-game-title {
  display: block;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  padding: 1.8rem 0 .1rem 0;
}

.hc-game-season {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #575757;
  padding-bottom: .3rem;
}

p.hc-game-welcome {
  text-align: center;
  font-size: 0.875rem;
  display: block;
  margin: 0 auto;
  max-width: 28.75rem;
}

.hc-game-actions {
  text-align: center;
  margin: 0rem 0 3rem 0;
}

.hc-game-actions a {
  display: inline-block;
  background: transparent;
  border: 1px solid #1e73ff;
  color: #1e73ff;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  padding: .85rem 1rem;
  text-decoration: none;
  margin-right: .5rem;
  margin: 1rem 0 0 0;
}

.hc-game-actions a:last-child {
  margin-right: 0;
}

.hc-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hc-game-type {
  padding: 0.8125rem;
  text-align: right;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #fff;
  font-weight: 900;
  border-right: 0.3125rem solid #1e73ff;
  position: relative;
  z-index: 1;
}

.hc-match {
  margin-bottom: 1rem;
}

.hc-match-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,044bb3+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(125, 185, 232, 0)), to(#044bb3));
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #044bb3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#044bb3', GradientType=1);
  /* IE6-9 */
  z-index: 0;
}

.hc-header .game-badge {
  z-index: 2;
  position: absolute;
  top: .8rem;
  left: .8rem;
}

.hc-header .game-badge .badge {
  font-size: 0.75rem;
}

.badge.light-gray {
  background-color: #ecece4;
  color: #1b1c1c;
}

.hc-match-cnt {
  background-color: #fff;
  padding: 0.9375rem;
}

.hc-match-ti {
  font-size: 1.125rem;
  display: block;
  margin-bottom: .3rem;
  color: #121212;
  text-transform: uppercase;
}

.hc-match-ti .strong {
  font-weight: 700;
}

.hc-match-gt {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: .3rem;
  color: #797979;
  text-transform: uppercase;
}

.hc-match-gs {
  font-size: 0.875rem;
  font-size: #2a2a2a;
}

.hc-match-gs span {
  font-weight: 700;
}

.hc-match-actions a.hc-match-cash {
  color: #3c8e00;
}

.hc-match-actions a.hc-match-ladder {
  color: #1e73ff;
}

.hc-match-actions {
  background-color: #fff;
}

.hc-match-actions a {
  display: block;
  padding: 0.8125rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #949494;
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
  width: 35%;
  text-align: center;
  border-top: 1px solid #cecece;
}

.hc-match-actions a:last-child {
  width: 65%;
  border-left: 1px solid #cecece;
}

.hc-match-actions:after {
  content: "";
  display: block;
  clear: both;
}

.hc-match-actions a:hover {
  background-color: #f9f9f9;
}

.hc-ladder-title {
  font-size: 1.25rem;
  color: #181818;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: .6rem;
  display: block;
}

.hc-cash-out .hc-game-type {
  border-color: #5ad500;
}

.hc-cash-out .hc-match-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,52b507+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(125, 185, 232, 0)), to(#52b507));
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #52b507 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#52b507', GradientType=1);
  /* IE6-9 */
}

.hc-ladder-title span {
  color: #979797;
}

.hc-content .tournaments-section {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.game-tourn-logo {
  max-height: 8.4375rem;
  max-width: 8.4375rem;
}

.hc-left-menu {
  background-color: rgba(197, 197, 197, 0.25);
  padding: 1.5rem 1rem 1rem 1rem;
  height: 100%;
}

.hc-left-menu-ul {
  margin: 0px 0 2rem 0;
  padding: 0px;
  list-style: none outside none;
}

.hc-left-menu-ul li {
  margin-bottom: .8rem;
}

.hc-left-menu-ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0 0 1.65rem;
  font-size: 1rem;
  color: #2d2d2d;
}

.sa-side-links h4 a {
  color: #2d2d2d;
  text-decoration: none;
}

.hc-left-menu-ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1e73ff;
}

.hc-left-menu-ul li a i.fa-info-circle,
.hc-left-menu-ul li a i.fa-check-circle,
.hc-left-menu-ul li a i.fa-question-circle,
.hc-left-menu-ul li a i.icon-vs-search {
  /*left:0.125rem;*/
}

.hc-left-menu-ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

ol.game-steps {
  padding-left: 1rem;
}

ol.game-steps li {
  margin-bottom: .8rem;
  font-size: 0.875rem;
  padding-left: .4rem;
}

ol.game-steps li a {
  color: #1e73ff;
  display: block;
}

ol.game-steps li a:hover {
  color: #1e73ff;
}

ol.game-steps li.completed a {
  color: #9b9b9b;
  text-decoration: none;
}

ol.game-steps li.completed a:after {
  content: "Completed";
  display: block;
  color: #80b60b;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  padding-top: .3rem;
  font-weight: 700;
}

.hc-left-menu h3 {
  font-size: 1rem;
  margin-bottom: .6rem;
}

.prime_member_exclusives {
  margin: 30px auto;
  position: relative;
  text-align: center;
  background: #141d23 url("/img/signup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}

.prime_member_exclusives ul li {
  text-transform: uppercase;
  color: #eee;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
}

.prime_member_exclusives .pme_title {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.prime_member_exclusives i {
  color: #f6852e;
  font-size: 55px;
  margin-bottom: 10px;
}

.prime_member_exclusives a.btn {
  margin-bottom: 0px;
}

.prime_member_exclusives .pme_cover {
  background: rgba(20, 70, 255, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.prime_member_exclusives .pme_cnt {
  z-index: 2;
  position: relative;
}

.pme_cnt ul {
  list-style: none outside none;
  margin: 0px 0px .3rem 0px;
  padding: 0px;
}

.pme_cnt ul li {
  text-align: center;
  padding-bottom: .4rem;
}

.ld-row {
  padding-top: 1.5rem;
}

/*the container must be positioned relative:*/

.ladder-custom-select {
  position: relative;
  min-width: 210px;
  font-size: 1.125rem;
  float: right;
}

.ladder-custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.ladder-select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/

.ladder-select-selected:after {
  position: absolute;
  content: "";
  top: 1.625rem;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #2d2d2d transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.ladder-select-selected.ladder-select-arrow-active:after {
  border-color: transparent transparent #2d2d2d transparent;
  top: 1.25rem;
}

/*style the items (options), including the selected item:*/

.ladder-select-items div,
.ladder-select-selected {
  color: #2d2d2d;
  padding: 1rem 3rem 1rem 1rem;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  cursor: pointer;
  background-color: #ebebeb;
}

.ladder-select-selected {
  border-radius: 0.1875rem;
  border: 1px solid #b8b8b8;
}

/*style items (options):*/

.ladder-select-items {
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/

.ladder-select-hide {
  display: none;
}

.ladder-select-items div:hover,
.ladder-same-as-selected {
  background-color: #e0e0e0;
}

.ladder-select-items .ps4:before,
.ladder-select-selected.ps4:before {
  content: "\E926";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #003fdf;
}

.ladder-select-items .ps4,
.ladder-select-selected.ps4 {
  color: #003fdf;
}

.ladder-select-items .xbox:before,
.ladder-select-selected.xbox:before {
  content: "\E925";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #78a60a;
}

.ladder-select-items .xbox,
.ladder-select-selected.xbox {
  color: #78a60a;
}

.ladder-select-items .pc:before,
.ladder-select-selected.pc:before {
  content: "\E927";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #2d2d2d;
}

.ladder-select-items .pc,
.ladder-select-selected.pc {
  color: #2d2d2d;
}

.ladder-select-items .mobile:before,
.ladder-select-selected.mobile:before {
  content: "\E928";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #a410a2;
}

.ladder-select-items .mobile,
.ladder-select-selected.mobile {
  color: #a410a2;
}

.ladder-select-items .ubisoft:before,
.ladder-select-selected.ubisoft:before {
  content: "\E92C";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #2d2d2d;
}

.ladder-select-items .ubisoft,
.ladder-select-selected.ubisoft {
  color: #2d2d2d;
}

.ladder-select-items .riot-games:before,
.ladder-select-selected.riot-games:before {
  content: "\E92D";
  font-family: icomoon;
  display: inline-block;
  margin-right: .5rem;
  color: #2d2d2d;
}

.ladder-select-items .riot-games,
.ladder-select-selected.riot-games {
  color: #2d2d2d;
}

.ladder-game-nav {
  margin: 1.2rem 0 0 0;
  border-bottom: 4px solid #1e73ff;
}

.ladder-game-nav .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  display: block;
  padding: 1rem 1rem;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #2d2d2d;
  -webkit-transition: 0s;
  transition: 0s;
}

.ladder-game-nav .nav-link.active,
.ladder-game-nav .nav-item.show .nav-link,
.ladder-game-nav .nav-link:hover,
.ladder-game-nav .nav-link:focus {
  color: #f3f3f3;
  background-color: #1e73ff;
  border-color: #1e73ff;
}

.ladder-game-sub-nav {
  margin: 0 0 1.2rem 0;
  border-bottom: 4px solid #1e73ff;
  background-color: #f3f3f3;
  border-bottom: 1px solid #c1c1c1;
}

.ladder-game-sub-nav .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom: 4px solid #f3f3f3;
  display: block;
  padding: .8rem 1rem;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #7e7e7e;
  -webkit-transition: 0s;
  transition: 0s;
}

.ladder-game-sub-nav .nav-link.active,
.ladder-game-sub-nav .nav-item.show .nav-link,
.ladder-game-sub-nav .nav-link:hover,
.ladder-game-sub-nav .nav-link:focus {
  color: #2d2d2d;
  background-color: #f3f3f3;
  border-bottom: 4px solid #1e73ff;
}

.ladder-game-sub-nav .nav-item,
.ladder-game-nav .nav-item {
  margin-bottom: 0px;
}

.ladder-game-td {
  width: 5.9375rem;
  padding-right: .8rem;
}

.ladder-game-img {
  width: 5.9375rem;
  height: 6.68rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ladder-game-img span {
  display: block;
  position: absolute;
  bottom: .3rem;
  left: .4rem;
  right: .8rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}

.ladder-game-platform {
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.1875rem;
}

.ladder-game-td-text ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

.ladder-game-td-text ul li {
  padding-bottom: .4rem;
}

.ladder-game-img:before {
  -webkit-transition: right .1s linear, -webkit-transform .1s linear;
  transition: right .1s linear, -webkit-transform .1s linear;
  transition: transform .1s linear, right .1s linear;
  transition: transform .1s linear, right .1s linear, -webkit-transform .1s linear;
  content: "";
  position: absolute;
  left: -3.125rem;
  height: 101%;
  right: 50%;
  -webkit-transform: skew(22deg);
  transform: skew(22deg);
  background: -webkit-gradient(linear, left bottom, left top, from(#1e73ff), to(transparent));
  background: linear-gradient(to top, #1e73ff, transparent);
}

.ladder-game-td-1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}

.ladder-game-td-text {
  font-size: 0.875rem;
  color: #383838;
}

.strong {
  font-weight: bold;
}

.ladder-game-infobox {
  background-color: #f8f8f8;
  border: 1px solid #cacaca;
  padding: .6rem;
  color: #2d2d2d;
  border-radius: 3px;
  font-size: 0.875rem;
}

a,
a:hover {
  color: #006fec;
}

.btn-default {
  background-color: #1e73ff;
  color: #fcfcfc;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  padding: .7rem 1rem;
  min-width: auto;
}

.btn-default:hover {
  color: #fff;
  text-decoration: underline;
}

.ladder-game-infobox div {
  margin-top: .5rem;
}

.ladder-game-row {
  margin-bottom: 1.2rem;
}

.umg-table th,
.umg-table td {
  padding: 8px;
}

.ladder-team-img img {
  border-radius: 3px;
  width: 1.875rem;
  height: 1.875rem;
}

.umg-table tbody .ladder-team-img {
  width: 1.875rem;
  padding-right: 0rem;
}

.umg-table thead th {
  border: 0px;
}

.umg-table thead tr {
  border: 1px solid #212529;
}

.umg-table thead th {
  color: #fff;
  background-color: #212529;
  border-color: #cbcbcc;
}

.ladder-place,
.ladder-wl,
.ladder-wr,
.ladder-streak,
.ladder-xp,
.ladder-level {
  text-align: center;
}

.ladder-place {
  width: 4rem;
  font-size: 1.25rem;
}

.ladder-team,
.ladder-wl,
.ladder-wr,
.ladder-streak,
.ladder-xp,
.ladder-level {
  font-size: 0.9375rem;
}

.ladder-team a {
  color: #2d2d2d;
  text-decoration: none;
}

.ladder-team a:hover {
  text-decoration: underline;
}

.ladder-wl,
.ladder-wr,
.ladder-streak,
.ladder-xp,
.ladder-level {
  width: 11%;
}

.ladder-streak .success {
  color: #3d8f00;
}

.ladder-streak .danger {
  color: #bc0000;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #2d2d2d;
  text-decoration: none;
  background-color: #f8f9fa;
}

.hc-tabs .dropdown-item {
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: .5rem 1rem;
}

.footer-nav .menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .375rem;
}

.tournament-header-image {
  border-bottom: 0px solid #fff;
  height: 12.5rem;
}

.tournament-header-image .t-info {
  background: rgba(36, 36, 36, 0.65);
  max-width: 31rem;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}

.t-info p {
  margin: 0rem 0 0 0;
}

.t-info .h-title {
  padding-bottom: 0rem;
}

.tournament-header-image .t-cta {
  background: rgba(36, 36, 36, 0.65);
  max-width: 23.75rem;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #fff;
  text-align: center;
}

.t-cta-reg {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #fe6262;
  text-align: center;
}

.t-cta-reg.open {
  color: #a6ed2b;
}

.t-cta-date {
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: .35rem 0 .25rem 0;
}

.t-cta .counter {
  display: block;
  text-align: center;
  margin-bottom: .35rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.counter .registered {
  font-size: 1.5rem;
  font-weight: bold;
}

.t-cta .btn {
  padding: .5rem 1.3rem;
}

.hc-left-menu .t-cta {
  text-align: center;
  margin-bottom: 2rem;
}

.hc-left-menu .t-cta .t-cta-reg {
  color: #2d2d2d;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

.t-page-title {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 1.625rem;
  line-height: 1.625rem;
}

.t-page-title i {
  font-size: 1.5rem;
  color: #1e73ff;
}

.t-page-title-table {
  margin: 2.5rem 0;
}

.t-hosted-by {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-top: .1rem;
  color: #949494;
}

.t-page-title-table tr td:first-child {
  padding-right: .5rem;
}

.t-prizes {
  background-color: #fff;
  border: 1px solid #cecece;
  margin-bottom: 2rem;
}

.t-prizes-place {
  border-bottom: 1px solid #cecece;
  padding: .5rem;
  height: 3.125rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.t-prizes-place table tr td:first-child {
  padding-right: .3rem;
}

.t-prizes-place.p1 {
  border-left: 0.4375rem solid #ecd370;
}

.t-prizes-place.p2 {
  border-left: 0.4375rem solid #bbbbbb;
}

.t-prizes-place.p3 {
  border-left: 0.4375rem solid #c0a290;
}

.t-prizes-place.p4 {
  text-align: center;
}

.t-prizes-place.p4 span {
  display: inline-block;
}

.t-prizes-place sup {
  vertical-align: -.1rem !important;
  font-size: 0.75rem !important;
}

.t-prizes-amount {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: -2px;
}

.t-prizes-amount span {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0px;
  padding-bottom: .5rem;
}

.tourn-info {
  background-color: #fff;
  border: 1px solid #cecece;
  margin-bottom: 1.5rem;
}

.tourn-info-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cecece;
  padding: .5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

.tourn-info-game {
  border-left: 0.1875rem solid #1e73ff;
}

.tourn-info-box {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: .5rem;
}

.tourn-info-box .umg-credit {
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: -5px 0;
  font-size: .9rem;
}

.t-page-title ul {
  display: inline-block;
  margin-bottom: 0;
}

.tourn-flags {
  text-align: right;
  margin: 2.5rem 0;
}

.umg-btn-white {
  display: inline-block;
  padding: 0.625rem 0.5625rem;
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cecece;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  -webkit-transition: 0s;
  transition: 0s;
}

.umg-btn-white:hover {
  text-decoration: none;
  color: #000;
  border-color: #888;
}

.umg-btn-white.disabled {
  color: #ccc;
  cursor: default;
}

.umg-btn-white.disabled:hover {
  color: #ccc;
  border-color: #cecece;
}

input[type="range"] {
  display: block;
  -webkit-appearance: none;
  background-color: #ffffff;
  width: 150px;
  border: 1px solid #ccc;
  height: 8px;
  border-radius: 3px;
  margin: 0 auto;
  outline: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  width: 23px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #cecece;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

​ input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
}

input[type="range"]::-webkit-slider-thumb:active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.t-bracket-btn-box {
  float: left;
  width: auto;
  margin-right: .7rem;
}

.t-bracket-btn-box-table {
  margin-top: 6px;
}

.t-bracket-zoom {
  font-size: .7rem;
}

.bracket_holder {
  height: 39.5rem;
  width: 100%;
  border-top: 1px solid #cecece;
  margin: 1.5rem 0;
}

.bracket_holder:after {
  content: '';
  clear: both;
  display: block;
}

.embedbracketbody .bracket_holder {
  height: 100%;
  margin: 0;
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-overflow-scrolling: touch;
}

.grabbable::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.dragscroll {
  overflow-x: auto;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 1.5rem 0;
  margin: 0;
}

.bracket {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.bracket .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bracket .round .match {
  background-color: #fff;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  margin: 0 1rem 1rem;
  position: relative;
  cursor: pointer;
}

.bracket .round .match .view-match {
  position: absolute;
  bottom: 0px;
  left: -1px;
  right: -1px;
  overflow: hidden;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  z-index: 1;
  background-color: #fff;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transition: .1s;
  transition: .1s;
}

.bracket .round .match .view-match.expanded {
  bottom: -23px;
}

.bracket .round .match .view-match a {
  display: block;
  padding: 0.3125rem 0 0.25rem 0;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none;
}

.bracket .round .match .view-match a:hover {
  text-decoration: underline;
}

.bracket .round .match:after {
  content: "";
  display: block;
  right: -1rem;
  position: absolute;
  width: 1rem;
  top: 50%;
  height: 100%;
  border-right: 1px solid #bababa;
}

.bracket .round .match:before {
  content: '';
  border-top: 1px solid #bababa;
  position: absolute;
  height: 1px;
  width: 1.125rem;
  left: -1.125rem;
  top: 50%;
}

.bracket .round .match:nth-of-type(odd):after {
  border-top: 1px solid #bababa;
}

.bracket .round .match:nth-child(even):after {
  border-bottom: 1px solid #bababa;
  bottom: 50%;
  top: -50%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.bracket .round:nth-of-type(2) .match:nth-of-type(odd):after {
  height: 170%;
}

.bracket .round:nth-of-type(3) .match:nth-of-type(odd):after {
  height: 450%;
}

.bracket .round:nth-of-type(4) .match:nth-of-type(odd):after {
  height: 925%;
}

.bracket .round:nth-of-type(5) .match:nth-of-type(odd):after {
  height: 1976%;
}

.bracket .round:nth-of-type(6) .match:nth-of-type(odd):after {
  height: 3999%;
}

.bracket .round:nth-of-type(7) .match:nth-of-type(odd):after {
  height: 8100%;
}

.bracket .round:nth-of-type(8) .match:nth-of-type(odd):after {
  height: 16200%;
}

.bracket .round:nth-of-type(9) .match:nth-of-type(odd):after {
  height: 32000%;
}

.bracket .round:nth-of-type(10) .match:nth-of-type(odd):after {
  height: 64000%;
}

.bracket .round:last-child .match:after {
  display: none;
}

.bracket .round:first-of-type .match:before {
  display: none;
}

.bracket .round:first-of-type .match {
  margin: 0 1rem 1.5625rem 0;
}

.bracket_header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.bracket_header .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bracket_header .round > div {
  margin: 0 1rem 1rem;
}

.bracket_header .round:first-of-type > div {
  margin: 0 1rem 1rem 0;
}

.bracket_header .round h3,
.bracket_header_mobile h3 {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: .2rem;
  font-weight: bold;
  padding: 0.625rem;
  background: rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
}

.bracket_header .round h3.active,
.bracket_header_mobile h3.active {
  color: #000;
  border-bottom: 3px solid #f6852e;
  padding-bottom: 0.4375rem;
}

.bracket_header .round .d-flex div,
.bracket_header_mobile .d-flex div {
  color: #808080;
  font-size: 0.625rem;
  line-height: 0.625rem;
  text-transform: uppercase;
}

.bracket_header .round .d-flex div a,
.bracket_header_mobile .d-flex div a {
  text-decoration: none;
}

.bracket_header .round .d-flex div a:hover,
.bracket_header_mobile .d-flex div a:hover {
  text-decoration: underline;
}

.bracket .round .match .team.blue .team_img {
  border-color: #3659bd;
}

.bracket .round .match .team {
  border-top: 1px solid #bababa;
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.bracket .round .match .team td {
  padding: 0px;
  white-space: normal;
}

.bracket .round .match .team .team_img {
  width: 47px;
  height: 47px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 2px solid #b93131;
}

.bracket .round .match .team .team_img_td {
  width: 47px;
}

.bracket .round .match .team .team_seed {
  font-size: 0.75rem;
  line-height: 0.75rem;
  width: 30px;
  text-align: center;
  color: #727272;
}

.bracket .round .match .team .team_name {
  width: 100%;
}

.bracket .round .match .team .team_name span {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-right: .3rem;
  display: block;
  color: #2d2d2d;
}

.bracket .round .match .team .team_score {
  background-color: #f0f0f0;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.bracket .round .match .team .team_score.winner {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e57ff+0,3c8fff+100 */
  background: #3e57ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #3e57ff 0%, #3c8fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e57ff', endColorstr='#3c8fff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bracket .round .match .team .team_score.first {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78b0a+0,f5a313+100 */
  background: #f78b0a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f78b0a 0%, #f5a313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78b0a', endColorstr='#f5a313', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bracket .round .match .team .team_score span {
  display: block;
  width: 33px;
  text-align: center;
}

#bracket_holster {
  white-space: normal;
}

.t-selected-round {
  display: inline-block;
}

.t-selected-round span {
  display: block;
}

.t-selected-round span:first-child {
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.t-selected-round span:last-child {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
}

button.umg-btn-white {
  cursor: pointer;
}

.hc-row .col-12 > .t-bracket-btn-box > .t-bracket-btn-box:last-child {
  margin-right: 0px;
}

.bracket_header_mobile {
  display: none;
}

.user-header-image {
  border-bottom: 0px solid #fff;
  height: 12.5rem;
}

.umgbadge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.umgbadge.pro {
  border: 2px solid #00fddc;
  background: transparent;
  letter-spacing: 0;
  padding: 4px 7px;
  border-radius: 14px;
}

.umgbadge.pro i {
  padding-right: 3px;
}

.umgbadge.staff {
  border-color: #7900fd;
}

.header-user-image {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  margin-top: -3.75rem;
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
  border: 3px solid #363636;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-team-image {
  border-radius: unset;
}

.header-user-image a {
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  color: #fff;
  text-decoration: none;
}

.header-user-image a:hover {
  text-decoration: none;
  color: #fff;
}

.header-team-image a {
  top: 3px;
  left: 3px;
}

.header-team-prime {
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url(/img/icon-prime-light-mode.png);
  background-size: contain;
  left: 65%;
  top: 65%;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.h-info {
  position: absolute;
  left: 10.5rem;
  top: 50%;
  height: 7.5rem;
  max-width: 31.75rem;
  margin-top: -3.75rem;
  margin-right: 1rem;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.h-info > div {
  background: rgba(36, 36, 36, 0.65);
  padding: .7rem .9rem;
}

.h-identifier {
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 0.6875rem;
  display: block;
}

.h-title {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.375rem;
  display: block;
  padding: 0 0 .3rem 0;
}

.h-location {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}

.up-mp {
  min-height: 12.8125rem;
  width: 100%;
  position: relative;
  background-color: #252525;
  margin-top: 1.5rem;
}

.up-mp .up-mp-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: .40;
  position: absolute;
}

.up-mp .up-mp-info {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.up-mp .up-mp-info span {
  display: block;
}

.up-mp .up-mp-info .top-game-stat-row {
  padding-top: 1.5625rem;
  padding-bottom: 0.5rem;
}

.up-mp .up-mp-info .bottom-game-stat-row {
  padding-top: 0.5rem;
  padding-bottom: 1.5625rem;
}

.up-mp .up-mp-info .left-game-stat-col {
  padding-left: 1.5625rem;
}

.up-mp .up-mp-info .right-game-stat-col {
  padding-right: 1.5625rem;
}

.up-mp .up-mp-info .up-mp-left {
  padding: 1.5625rem 0 1.5625rem 1.5625rem;
}

.up-mp-title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 900;
}

.up-mp-level-name {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: .7rem;
}

.up-mp-game,
.up-mp-game2 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}

.up-mp-game:after,
.up-mp-game2:after {
  content: "";
  position: absolute;
  width: 3rem;
  border-top: 3px solid #1e73ff;
  bottom: -3px;
  left: 0;
}

.up-mp-h2 {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.up-mp-record {
  font-size: 3rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.up-mp .up-mp-info .up-mp-right {
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  text-align: center;
}

.up-mp .up-mp-info .up-mp-center {
  padding: 1.5625rem 0;
  text-align: center;
}

.up-mp-winnings,
.up-mp-percent,
.up-mp-global-record,
.up-mp-kd-ratio {
  font-size: 1.875rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: .7rem;
}

.up-mp-trophys {
  font-size: 0.6875rem;
  margin-top: .35rem;
}

.up-mp-trophys img {
  max-width: 20px;
  max-height: 20px;
}

.up-mp-trophys i {
  font-size: 0.9375rem;
}

.up-mp-trophys div {
  margin-right: .5rem;
}

.up-mp-trophys div:last-child {
  margin-right: 0;
}

.up-mp-trophys .prime {
  color: #f69606;
}

.up-mp-trophys .gold {
  color: #cccb38;
}

.up-mp-trophys .silver {
  color: #c8c8c8;
}

.up-mp-trophys .bronze {
  color: #c27a37;
}

.performance_trend_container {
  max-height: 273px;
  overflow: hidden;
  min-height: 235px;
}

.performance_trend {
  height: 9.375rem;
  margin: 1.5rem -.5rem 0 -1rem;
}

.pt-title {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  padding-left: .5rem;
}

.pt-sub-title {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: .3rem;
  padding-left: .5rem;
}

.pt-breakdown {
  display: block;
  font-size: 1rem;
  text-align: center;
}

#tournaments > a {
  color: #2d2d2d;
}

.main-content a {
  -webkit-transition: 0s;
  transition: 0s;
}

.up-fa {
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  padding: 0.65rem;
  margin: .5rem 0 0rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/achievements/achievement_bg_default.jpg);
}

.up-fa img {
  max-width: 100px;
  max-height: 100px;
}

.ra-box img {
  max-width: 60px;
  max-height: 60px;
}

.up-fa span {
  display: block;
  text-align: center;
}

.up-fa-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.up-fa-desc {
  font-size: 0.8125rem;
  margin: 0rem 0 .9rem 0;
}

.up-fa-date {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: bold;
}

.up-title {
  display: block;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 3.5rem;
}

.up-activity-row {
  position: relative;
  height: 5.625rem;
  overflow: hidden;
  margin: .4rem 0 .5rem 0;
  background-color: #fff;
  border: 1px solid #cecece;
}

.up-activity-game-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #1e73ff;
  z-index: 7;
}

.up-activity-thumb-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  width: 5.9375rem;
}

.up-activity-thumb {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.up-activity-game-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(156, 0, 255, 0.55)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(156, 0, 255, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c9c00ff', endColorstr='#007db9e8', GradientType=1);
}

.up-activity-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.up-activity-match-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-activity-title-span {
  font-size: 0.875rem;
  margin-bottom: .15rem;
  display: block;
}

.up-activity-title-span a {
  text-decoration: none;
}

.up-activity-title-span a:hover {
  text-decoration: underline;
}

.up-activity-match-col-1 {
  width: 30%;
}

.up-activity-title-span-2 {
  font-size: 0.8125rem;
  color: #888;
}

.up-activity-match-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 57%;
}

.up-activity-match-col-2 span,
.up-activity-match-col-2 img {
  display: block;
}

.up-activity-match-col-2 img {
  width: 2.3125rem;
  height: 2.3125rem;
}

.up-activity-match-col-2 img.left {
  border-right: 3px solid #fff;
}

.up-activity-match-col-2 img.right {
  border-left: 3px solid #fff;
}

.up-activity-match-col-2 img.blue {
  border-color: #3659bd;
}

.up-activity-match-col-2 img.red {
  border-color: #b93131;
}

.up-activity-match-col-3 {
  width: 13%;
}

.up-activity-team {
  font-size: 0.875rem;
  margin-left: .2rem;
  width: 98px;
  overflow: hidden;
}

.up-activity-seed {
  font-size: .8rem;
  text-transform: uppercase;
  margin: 0 .3rem;
  color: #454545;
}

.up-activity-vs {
  margin: 0 .3rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.up-activity-team.left {
  text-align: right;
  margin-right: .2rem;
  margin-left: 0;
}

.up-activity-match-col-3 span {
  display: block;
  text-align: center;
}

.up-activity-result {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.up-activity-result.win {
  color: #75b800;
}

.up-activity-result.loss {
  color: #b80000;
}

.up-activity-score {
  font-weight: bold;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.up-activity-reward {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #7a7979;
}

.match-accordion .disabled .opener {
  color: #b1b1b1;
  background-color: #e9e9e9;
  cursor: default;
}

.match-accordion li.disabled {
  border-top: 1px solid #d4d4d4;
}

.match-accordion .disabled .opener:after {
  display: none;
}

.ft-holder {
  background-color: #fff;
  position: relative;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.ft-holder a {
  text-decoration: none;
}

.ft-holder a:hover {
  text-decoration: underline;
}

.ft-holder span {
  display: block;
  text-align: center;
}

.ft-team {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  padding: .75rem .3rem;
}

.ft-team a {
  color: #2d2d2d;
}

.ft-mpg {
  font-size: 0.875rem;
  font-weight: bold;
}

.ft-mpg-game {
  font-size: 0.875rem;
  padding: 0 .5rem;
}

.ft-overall {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ft-record {
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: .45rem;
}

.ft-break {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d7d7d7;
  margin: .75rem 0;
}

.ft-img {
  max-width: 100px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -50px;
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ft-img-prime {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 57%;
  top: 55%;
  background-image: url(/img/icon-prime-light-mode.png);
  background-size: contain;
}

.ft-link {
  display: block;
  background-color: #fff;
  margin: 2rem 0 0 0;
  position: relative;
  height: 90px;
  padding: 0 0 0rem 0;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.ra-box {
  padding: .5rem;
  background-color: #fff;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: .4rem 0 1rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.ra-box-right {
  padding-left: .5rem;
  font-size: 0.8125rem;
}

.ra-box-right span {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}

.ra-box-row {
  margin-bottom: 1rem;
}

.hc-umg-rank {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 1.7rem;
}

.hc-umg-rank i {
  font-size: 2.0625rem;
  color: #1e73ff;
}

.hc-umg-rank span {
  display: block;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.hc-umg-rank div:first-child {
  margin-right: .25rem;
}

.hc-user-social {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  margin-bottom: 2rem;
}

.hc-sm-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
}

.hc-user-social ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.hc-user-social ul li {
  float: left;
  width: auto;
  margin-right: .5rem;
}

.hc-user-social ul li:last-child {
  margin-right: 0;
}

.hc-user-social:after {
  content: "";
  display: block;
  clear: both;
}

.hc-user-joined {
  margin-bottom: 2rem;
}

ul.hc-user-trophy {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

ul.hc-user-trophy li {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

ul.hc-user-trophy li span {
  display: block;
  margin-right: .65rem;
}

.hc-trophy-icon {
  font-size: 2.1875rem;
}

.hc-trophy-x {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.hc-trophy-n {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.hc-trophy-icon .prime {
  color: #f6852e;
}

.hc-trophy-icon .gold {
  color: #b9b725;
}

.hc-trophy-icon .silver {
  color: #b7b7b7;
}

.hc-trophy-icon .bronze {
  color: #b47033;
}

.anf {
  margin: -15px 0;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/game_noir_white.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.anf-main {
  padding: 15px 15px 15px 0;
  position: relative;
}

.anf-side {
  background-color: rgba(197, 197, 197, 0.25);
}

.anf-side-cnt {
  padding: 1.5rem 0rem 1rem 0rem;
}

/*.anf:before {
				content:"";
				display: block;
				position:absolute;
				left:0;
				bottom:0;
				right:0;
				height: 100px;
				background: -moz-linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%);
				background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
				background: linear-gradient(to bottom, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 );
			}*/

.vm-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
  text-align: center;
}

.vm-sub-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-bottom: .2rem;
}

.vm-sub-title span {
  font-weight: 600;
}

.vm-game {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 900;
}

.vm-featured {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 4.6875rem;
  background-color: #fff;
  border: 1px solid #cecece;
  margin: 2.3rem 0;
}

.vmf-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vmf-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vmf-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  text-align: center;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.vmf-center span {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
}

.vmf-score {
  height: 4.5625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8125rem;
          flex: 0 0 2.8125rem;
  background-color: #eee;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.vmf-left .vmf-score {
  border-left: 2px solid #888;
}

.vmf-right .vmf-score {
  border-right: 2px solid #888;
}

.vmf-score.win {
  background-color: #ecf7dc;
  border-color: #486b0b;
  color: #486b0b;
}

.vmf-score.loss {
  background-color: #fceaea;
  border-color: #d01a1a;
  color: #d01a1a;
}

.vmf-score span {
  font-size: 2.0625rem;
  line-height: 2.0625rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  display: block;
}

.vmf-team {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 1.25rem;
  line-height: 1.35rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.vmf-left .vmf-team {
  text-align: right;
  padding-right: .7rem;
}

.vmf-right .vmf-team {
  padding-left: .7rem;
}

.vmf-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #b5b5b5;
}

.vmf-info span {
  display: block;
  font-size: 1.25rem;
  color: #2d2d2d;
}

.vmf-info.match span {
  font-size: 0.875rem;
}

.vmf-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: -0.78125rem 0;
}

.vmf-img.red {
  border-right: 3px solid #b93131;
  margin-left: .4rem;
}

.vmf-img.blue {
  border-left: 3px solid #3659bd;
  margin-right: .4rem;
}

.vmf-sub-info {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.green {
  color: #486b0b;
}

.form-box {
  background-color: #fff;
  padding: .8rem;
  border: 1px solid #cecece;
  margin-bottom: 1.5rem;
  position: relative;
}

.form-box h3 {
  border-bottom: 1px solid #dedede;
}

.vm-box {
  background-color: #fff;
  padding: .8rem;
  border: 1px solid #cecece;
  margin-bottom: 1.5rem;
  position: relative;
}

.vm-box h4 {
  margin-bottom: 0;
}

.vm-box h3 {
  border-bottom: 1px solid #cecece;
  padding-bottom: .175rem;
  margin: 1.5rem 0 .4rem 0;
}

.vm-box h3:first-child {
  margin-top: 0;
}

.vm-box .row {
  margin-bottom: .7rem;
}

.vm-box .row:last-child {
  margin-bottom: 0;
}

.vm-rosters img {
  max-width: 1.6rem;
  max-height: 1.6rem;
  border-radius: 50%;
}

.vm-rosters a {
  color: #2d2d2d;
  text-decoration: none;
}

.vm-rosters a:hover {
  text-decoration: underline;
}

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

.vm-playerimg {
  width: 1.6rem;
}

.umg-table-sm td.vm-playerimg {
  padding-right: 0;
}

.vm-username {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
}

.vm-awaitingteam .vmf-team,
.vm-awaitingteam .vmf-info span,
.vm-awaitingteam .vmf-score span {
  color: #999;
}

.vm-awaitingteam.vmf-right .vmf-score {
  border-right: 2px solid #c0c0c0;
}

.umg-table-sm {
  font-size: .8rem;
}

.umg-table-sm thead th {
  text-transform: uppercase;
  font-weight: 600;
}

.vm-roster-team {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  border-left: 3px solid #3659bd;
  padding-left: .25rem;
  margin: .4rem 0;
}

.vm-roster-team.red {
  border-color: #b93131;
  color: #2d2d2d;
}

.vm-roster-team.blue {
  border-color: #3659bd;
  color: #2d2d2d;
}

.vm-game-holder {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.vm-game-right {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: .5rem;
}

.vm-game-left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  height: 5.625rem;
}

.vm-game-right-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.35rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: .2rem;
}

.vm-game-right-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #8b8b8b;
  display: block;
  margin: 0 0 .2rem 0;
}

.btn-sm-clear {
  display: inline-block;
  padding: .5rem 1rem;
  border: 1px solid #bababa;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #2d2d2d;
  border-radius: 3px;
  text-decoration: none;
}

.vm-game-right .btn-sm-clear {
  margin: 0 0 .2rem 0;
}

.btn-sm-clear:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.vm-game-game-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #1e73ff;
  z-index: 7;
}

.vm-game-thumb-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  width: 5.9375rem;
}

.vm-game-thumb {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vm-game-game-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(156, 0, 255, 0.55)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(156, 0, 255, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c9c00ff', endColorstr='#007db9e8', GradientType=1);
}

.vm-game-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.re-box-row:after {
  content: "";
  display: block;
  clear: both;
}

.re-box-left,
.re-box-right {
  float: left;
  width: 3.125rem;
}

.re-box-left img,
.re-box-right img {
  max-width: 3.125rem;
}

.re-box-center {
  float: left;
  width: 2.8125rem;
  color: #666666;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.625rem;
}

.re-box-center span {
  display: block;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.re-box {
  width: 170px;
  padding: .7rem;
  border: 1px solid #cecece;
}

.re-box-h {
  padding: .3rem;
}

.re-box-left span,
.re-box-right span {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  display: block;
  padding-top: .35rem;
}

.re-box-row span.loss {
  color: #b80000;
}

.re-box-row span.win {
  color: #75b800;
}

.re-box-mt,
.re-box-sub,
.re-box-game {
  display: block;
  text-align: center;
}

.re-box-mt {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: .2rem;
  margin-top: .3rem;
}

.re-box-sub {
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.re-box-game {
  font-size: 0.6875rem;
}

.re-box-carousel .slick-prev,
.re-box-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 47px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #cecece;
}

.re-box-carousel .slick-next {
  right: -1px;
}

.re-box-carousel .slick-prev:before,
.re-box-carousel .slick-next:before {
  content: "\F0D9";
  font-family: "Font Awesome 5 Pro";
  color: #2d2d2d;
  font-weight: 900;
  z-index: 2;
  font-size: 1.2rem;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.re-box-carousel .slick-next:before {
  content: "\F0DA";
}

.re-box-carousel .slick-prev {
  left: 4px;
}

.re-box-carousel {
  margin-left: -.3rem;
  margin-right: -.845rem;
}

.vm-streams .nav-tabs .nav-link {
  border: 0px;
  text-transform: uppercase;
  font-size: 0.6875rem;
  border-top: 0px solid;
  border-right: 0px solid;
  border-left: 0px solid;
  border-bottom: 3px solid #fff;
  color: #686868;
  text-decoration: none;
}

.vm-streams .nav-tabs .nav-link.active,
.vm-streams .nav-tabs .nav-item.show .nav-link {
  color: #2d2d2d;
  border-color: #f6852e;
}

.vm-streams .nav {
  margin-bottom: .3rem;
}

.vm-streams .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.mc-row:after {
  content: "";
  clear: both;
  display: block;
}

.match-chat .mc-left {
  width: 65%;
  float: left;
}

.match-chat .mc-right {
  width: 35%;
  float: left;
}

.mc-display {
  border-right: 1px solid #cecece;
  height: 140px;
  position: relative;
}

.mc-display ul {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.mc-display span {
  font-weight: bold;
}

.mc-display ul li {
  font-size: 0.75rem;
  margin-top: .2rem;
  display: block;
}

.mc-members ul {
  padding: 0;
  margin: 0 0 0 .6rem;
  list-style: none outside none;
}

.mc-members ul li {
  font-size: 0.75rem;
  margin-bottom: .25rem;
  display: block;
}

.mc-members ul li:before {
  content: "\F111";
  font-family: "Font Awesome 5 Pro";
  color: #d4d4d4;
  font-weight: 900;
  font-size: 0.55rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: .4rem;
}

.mc-members ul li.online:before {
  color: #90af13;
}

.mc-row-send {
  margin-top: .3rem;
}

.match-chat .mc-left input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: .35rem;
  background-color: #fbfbfb;
  font-size: 0.8125rem;
}

.match-chat .mc-right button {
  background-color: #fbfbfb;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: .4rem;
  text-align: center;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #7a7a7a;
  display: block;
  width: 100%;
  margin-left: .3rem;
  cursor: pointer;
}

.match-chat .mc-right button:hover {
  background-color: #f1f1f1;
  color: #2d2d2d;
}

.hc-vm-title {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: .7rem;
}

.anf-side-cnt h3 {
  margin-bottom: .5rem;
}

.hc-left-menu-ul li a i.red {
  color: #e44b4b;
}

.match-actions-mobile select {
  margin: 2rem 0 0 0;
  width: 100%;
}

.match-actions-mobile {
  display: none;
}

.jq-toast-wrap.toast-position-collapsed {
  left: 110px;
  bottom: 15px;
}

.jq-toast-wrap.toast-position-collapse {
  left: 280px;
  bottom: 15px;
}

.btn-outline {
  color: #1e73ff;
  border: 1px solid #1e73ff;
  background-color: transparent;
}

.btn-outline-darker {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  background-color: transparent;
}

.urlhelpblock > .help-block,
.urlhelpblock > .help-block-sm {
  margin-bottom: 0 !important;
  color: #2d2d2d;
}

.help-block,
.help-block-sm {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #e74134;
  width: 100%;
}

.help-block-sm {
  font-size: 0.8rem;
}

.urlhelpblock {
  margin-top: 10px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.btn-xs {
  font-size: 0.75rem;
  padding: .35rem .7rem;
}

a.btn-lg,
button.btn-lg,
input.btn-lg,
.main-content a.btn-lg,
.main-content button.btn-lg,
.main-content input.btn-lg {
  padding: 1rem 1rem;
  font-size: 1.1rem;
}

a.btn-width,
button.btn-width,
.main-content a.btn-width,
.main-content button.btn-width {
  min-width: 8.6rem;
}

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

.restricted-title {
  font-size: 112px;
  letter-spacing: -8px;
  line-height: 112px;
  color: #202c39;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.restricted-title-p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #444;
  display: block;
}

.restricted-content {
  max-width: 700px;
  margin: 0px auto 60px auto;
}

.restricted-body {
  max-width: 700px;
  margin: 0px auto 40px auto;
}

.restricted-content-head {
  position: relative;
  padding-right: 250px;
}

.restricted-content-head > div {
  position: absolute;
  top: 0px;
  right: -30px;
  top: -30px;
}

.restricted-content-head:after {
  content: "";
  clear: both;
  display: block;
}

.restricted-title {
  font-size: 120px;
  line-height: 120px;
  color: #313131;
  letter-spacing: -9px;
  font-weight: 900;
  display: block;
}

.restricted-sub-title {
  color: #577482;
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin-top: 40px;
  margin-bottom: 25px;
}

.restricted-cnt-head {
  background-color: #dcdcdc;
  text-align: center;
  padding: 20px;
}

.restricted-ch-title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #303030;
  display: block;
}

.restricted-red {
  color: #fe5b5c;
}

.restricted-green {
  color: #4d8233;
}

.restricted-ch-sub-title {
  font-size: 18px;
  letter-spacing: -1px;
  color: #595959;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.restricted-cnt-item {
  padding: 15px 20px;
  background-color: #e3e3e3;
  border-top: 1px solid #c9c9c9;
}

.restricted-cnt-type {
  margin: 0px 0px 0px 10px;
}

.restricted-cnt-type td {
  height: 60px;
  vertical-align: middle;
}

.restricted-item-txt {
  padding-left: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

p.restricted-cnt-item-p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #636363;
  font-style: italic;
}

p.restricted-cnt-item-p a,
.restricted-cnt-foot span a {
  color: #416fa2;
}

.restricted-cnt-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.restricted-cnt-foot {
  background-color: #dcdcdc;
  border-top: 1px solid #c9c9c9;
  text-align: center;
  padding: 15px;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 16px;
}

.restricted-cnt-foot span {
  max-width: 530px;
  display: block;
  margin: 0px auto;
}

.afterterms-holder > label {
  float: none;
  width: auto;
  margin: 0px;
  padding: 0px;
}

.afterterms-holder {
  display: inline-block;
  padding-left: 7px;
}

.idverify-title {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.idverify-ol {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 0px 0px 15px;
}

.idverify-ol ul {
  padding-left: 15px;
}

.idverify-ol > li {
  padding-bottom: 5px;
}

.idverify-left {
  width: 33.333333%;
  float: left;
  padding-right: 7px;
}

.idverify-right {
  width: 66.666666%;
  float: right;
  padding-left: 7px;
}

.idverify-row:after {
  content: "";
  display: block;
  clear: both;
}

.idverify-lastp {
  margin-bottom: 0px;
}

.idverify-accverify > .restricted-body:last-child {
  margin-bottom: 0px;
}

.idverify-accverify > .restricted-body {
  max-width: none;
}

.idverify-panel > .panel-heading + .panel-collapse > .panel-body {
  background-color: #f5f5f5;
}

.panel-default {
  border-color: transparent;
}

.panel {
  background-color: #283845;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.panel-heading.active,
.panel-heading:hover {
  background-color: #ececec;
  border-left: 3px solid #f6852e;
  color: #000;
}

.panel-default > .panel-heading {
  background-color: #f9f9f9;
  border-left: 3px solid #f6852e;
  color: #141d23;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.idverify-panel > .panel-heading + .panel-collapse > .panel-body {
  background-color: #f5f5f5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #283845;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-left: 3px solid #fbe1ca;
  background-color: #fff;
  color: #000;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.idverify-collapser .panel-body {
  padding: 15px;
}

.panel-body {
  color: #a3a8aa;
  font-size: 15px;
  line-height: 22px;
  padding: 35px;
}

.panel-title {
  color: inherit;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: -.3px;
  margin-top: 0;
}

.panel-heading a {
  color: #2d2d2d;
  text-decoration: none;
  padding: 16.5px 15px;
  display: block;
}

.tournamentRules {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tournamentRules .card {
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.tournamentRules .card-header.active,
.tournamentRules .card-header:hover {
  background-color: #ececec;
  border-left: 3px solid #f6852e;
  color: #000;
}

.tournamentRules .card > .card-header {
  background-color: #f9f9f9;
  border-left: 3px solid #f6852e;
  color: #141d23;
}

.tournamentRules .card-header button {
  color: #2d2d2d;
  text-decoration: none;
  padding: 0.75rem 0.5rem;
  display: block;
  width: 100%;
  text-align: left;
}

.tournamentRules a.card-header {
  color: #2d2d2d;
  text-decoration: none;
  padding: 0.75rem 0.5rem;
  display: block;
}

.tournamentRules .card-title {
  color: inherit;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: -.3px;
  margin-top: 0;
}

.tournamentRules .card-body {
  color: #2d2d2d;
}

.tournamentRules .card-body p {
  color: #2d2d2d;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.6em !important;
}

.panel-group {
  width: 100%;
}

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

.pageContent p.black {
  font-size: 1.1rem;
  line-height: 1.9rem;
}

a.my-teams-btns {
  display: block;
  padding: .65rem .5rem;
  text-align: center;
  width: 100%;
}

.my-teams .ft-break {
  margin-bottom: 0;
}

.my-teams-btn-cont .row {
  margin: 0;
}

.my-teams-btn-cont .row .col-6 {
  padding: 0;
}

.my-teams-btn-cont {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: .75rem;
  padding: 0;
}

a.my-teams-btns.first {
  border-right: 1px solid #e3e3e3;
}

.my-teams-btn-cont .dropdown-menu {
  border: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 0px;
}

.ft-holder .dropdown-menu a {
  display: block;
  padding: 0.7rem;
  border-top: 1px solid #e3e3e3;
}

.ft-holder .dropdown-menu div:first-child a {
  border-top: 0px solid #fff;
}

.my-teams .ft-mpg-game {
  text-transform: capitalize;
  padding: 0 .85rem;
}

.ft-view-details {
  color: #2d2d2d;
  text-align: center;
  padding: .65rem .5rem;
  cursor: pointer;
}

.ft-roster img {
  max-width: 2rem;
  max-height: 2rem;
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: inline-block;
}

.tab-content.my-teams > .row {
  display: none;
}

.tab-content.my-teams > .row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
}

.delete-link {
  color: #c51010;
}

.delete-link:hover {
  color: #c51010;
}

.ft-roster .row {
  border-top: 1px solid #e3e3e3;
  margin: 0;
  padding: .3rem 0;
  background-color: #fbfbfb;
}

.ft-roster .row .col-3 {
  padding: 0 0 0 .3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}

.ft-roster .row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding: 0 .5rem;
}

.ft-roster .row .col-9 div:last-child {
  text-transform: uppercase;
  color: #989898;
  font-size: 0.625rem;
}

.ft-roster.container-fluid {
  padding: 0;
}

.ft-info-expanded {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 5;
}

.ft-roster {
  max-height: 150px;
}

.my-teams {
  padding-bottom: 100px;
}

.progress-radial,
.progress-radial * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.progress-radial {
  float: left;
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.progress-radial .overlay {
  position: absolute;
  width: 90%;
  background-color: #ededed;
  border-radius: 50%;
  font-size: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.progress-radial .overlay div p {
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 0rem;
}

.progress-radial .overlay div span {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
  color: #2d2d2d;
}

.radial-holder {
  position: relative;
  width: 75%;
  max-width: 250px;
  margin: 2rem auto .7rem auto;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */

.win-rate.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b80000), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #75b800), color-stop(50%, #b80000), to(#b80000));
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-5 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-10 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-15 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-20 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b80000), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #75b800), color-stop(50%, #b80000), to(#b80000));
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-30 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-35 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-40 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-45 {
  background-image: linear-gradient(90deg, #b80000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #75b800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #75b800), color-stop(50%, #b80000), to(#b80000));
  background-image: linear-gradient(-90deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-55 {
  background-image: linear-gradient(-72deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-60 {
  background-image: linear-gradient(-54deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-65 {
  background-image: linear-gradient(-36deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-70 {
  background-image: linear-gradient(-18deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #75b800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #75b800), color-stop(50%, #b80000), to(#b80000));
  background-image: linear-gradient(0deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-80 {
  background-image: linear-gradient(18deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-85 {
  background-image: linear-gradient(36deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-90 {
  background-image: linear-gradient(54deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-95 {
  background-image: linear-gradient(72deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.win-rate.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #75b800), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #75b800), color-stop(50%, #b80000), to(#b80000));
  background-image: linear-gradient(90deg, #75b800 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #75b800 50%, #b80000 50%, #b80000);
}

.rep-a.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #09ba00), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #09ba00), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #09ba00), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #09ba00), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-55 {
  background-image: linear-gradient(-72deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-60 {
  background-image: linear-gradient(-54deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-65 {
  background-image: linear-gradient(-36deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-70 {
  background-image: linear-gradient(-18deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #09ba00), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #09ba00), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-80 {
  background-image: linear-gradient(18deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-85 {
  background-image: linear-gradient(36deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-90 {
  background-image: linear-gradient(54deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-95 {
  background-image: linear-gradient(72deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.rep-a.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #09ba00), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #09ba00), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #09ba00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #09ba00 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-0 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(50%, #f6852e), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-5 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-10 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-15 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-20 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cecece), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6852e), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-30 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-35 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-40 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-45 {
  background-image: linear-gradient(90deg, #cecece 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-50 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #f6852e), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #f6852e), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(-90deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-55 {
  background-image: linear-gradient(-72deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-60 {
  background-image: linear-gradient(-54deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-65 {
  background-image: linear-gradient(-36deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-70 {
  background-image: linear-gradient(-18deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-75 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f6852e), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #f6852e), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(0deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-80 {
  background-image: linear-gradient(18deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-85 {
  background-image: linear-gradient(36deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-90 {
  background-image: linear-gradient(54deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-95 {
  background-image: linear-gradient(72deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.team-level-progress.progress-100 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6852e), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(50%, #f6852e), color-stop(50%, #cecece), to(#cecece));
  background-image: linear-gradient(90deg, #f6852e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f6852e 50%, #cecece 50%, #cecece);
}

.table-center-after-start tr td,
.table-center-after-start tr th {
  text-align: center;
}

.table-center-after-start tr td:first-child,
.table-center-after-start tr th:first-child {
  text-align: left;
}

ul.hc-team-members {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none outside none;
}

ul.hc-team-members li {
  display: block;
  float: left;
  width: auto;
  margin: 5px 8px 5px 0px;
}

ul.hc-team-members li img {
  max-height: 75px;
  max-width: 75px;
  border-radius: 50%;
  border: 3px solid #bbbbbb;
}

ul.hc-team-members:after {
  content: "";
  clear: both;
  display: block;
}

.dial-holder {
  position: relative;
  width: 1.875rem;
  margin: 0 auto;
}

.dial-holder-num {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 25px;
  text-align: center;
}

.up-activity-result-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1625rem;
  background-color: #75b800;
  z-index: 7;
}

.up-activity-result-line.loss {
  background-color: #b80000;
}

.invites-btns-check {
  padding: 0.4825rem 0.5625rem;
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cecece;
  text-decoration: none;
}

.invites-btns-check label {
  margin-bottom: 0;
}

.invites-btns-check .custom-control {
  min-height: initial;
  padding-left: 1rem;
  padding-top: 1rem;
}

.custom-control.fill-checkbox .fill-control-indicator {
  top: 0px;
}

.invites-btns > div {
  margin-right: .4rem;
}

.showing-pagination {
  text-transform: uppercase;
  color: #757575;
  font-size: 0.75rem;
  display: block;
  text-align: right;
  padding-top: 1rem;
}

.inv-item {
  padding: 1rem 1rem 1rem 0.6625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: .8rem;
}

.inv-item.checked {
  border-left: 4px solid #f6852e;
}

.inv-item .inv-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.inv-item .inv-col-1 label {
  margin-bottom: 0;
}

.inv-item .inv-col-2 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.inv-col-2 span {
  display: block;
  padding: 0 1rem;
}

.inv-item.read .inv-col-2 span {
  color: #8d8d8d;
}

.inv-item.checked .inv-col-2 span {
  color: #000;
}

.inv-item .inv-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.inv-col-3 span {
  display: block;
  text-align: center;
  color: #8d8d8d;
}

.inv-item .inv-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.inv-col-4 span {
  display: block;
  text-align: center;
}

.inv-col-4 a {
  text-decoration: none;
}

.inv-col-4 span i {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.inv-col-4 a:hover {
  color: #f6852e;
}

.invites-btns-row {
  margin-bottom: 1.3rem;
}

.invites-btns .umg-btn-white span.blue {
  color: #1e73ff;
}

.radial-holder:after {
  content: "";
  display: block;
  clear: both;
}

.radial-caption:before {
  content: "";
  clear: both;
  display: block;
}

.radial-caption {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.radial-caption span {
  font-weight: 600;
}

.ra-box-row .vm-box,
#up-activity .vm-box {
  margin-top: .5rem;
}

ul.roster-page li {
  width: 200px;
  text-align: center;
}

ul.roster-page li a span {
  display: block;
  padding-top: .5rem;
}

ul.roster-page li a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}

ul.roster-page li img {
  max-height: 120px;
  max-width: 120px;
}

#register_btn {
  display: block;
  width: 100%;
}

.tos_text {
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  color: #515151;
}

#account-access .error {
  color: #b80000;
  font-size: 13px;
  display: block;
  padding-top: .3rem;
}

#account-access .error.valid {
  color: #01a815;
  font-family: "Font Awesome 5 Pro";
  float: right;
  font-size: 13px;
  margin-right: 0;
  margin-top: -30px;
  padding-right: 20px;
  position: relative;
  right: 0;
  top: 0;
}

#account-access input[type="select"]:disabled {
  color: #b9b9b9;
}

#account-access label {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: .3rem;
}

#account-access label .tos_text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.modal-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/auth_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e5e5;
}

.member-me span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.terms-text p {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #2d2d2d;
}

.terms-text p a,
.auth_bg_holder a {
  text-decoration: none;
}

.terms-text p a:hover,
.auth_bg_holder a:hover {
  text-decoration: underline;
}

.modal-content button.close {
  position: absolute;
  right: 1rem;
  top: .5rem;
  font-size: 2rem;
  line-height: 2rem;
  z-index: 5;
}

.modal-title {
  font-size: 1.3rem;
}

.authpage,
.regpage {
  background-color: #172da9;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/bg-blue.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.auth_bg_holder {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/auth_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e5e5;
  padding: 2.5rem 3rem;
  max-width: 500px;
  margin: 2rem auto;
}

.auth_bg_logo {
  margin: 2rem auto;
  text-align: center;
}

#creatematch .modal-dialog,
#createateam .modal-dialog {
  max-width: 640px;
}

#creatematch .mf-teams,
#createateam .mf-teams {
  max-height: 500px;
  min-height: 70px;
}

#creatematch .background-image,
#createateam .background-image {
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

#creatematch #ct-prime-select a,
#createateam #ct-prime-select a {
  text-decoration: none;
  margin-left: 10px;
}

#creatematch .cm-games ul li,
#creatematch .ct-games ul li,
#createateam .cm-games ul li,
#createateam .ct-games ul li {
  display: block;
  float: left;
  width: 115px;
  height: 155px;
  margin: 0 5px 15px 10px;
  position: relative;
  border: 3px solid #efefef;
  cursor: pointer;
}

#creatematch .cm-games ul,
#creatematch .ct-games ul,
#createateam .cm-games ul,
#createateam .ct-games ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#creatematch #cm-step2,
#creatematch .cm-spinner,
#creatematch #ct-step2,
#creatematch .ct-spinner,
#createateam #cm-step2,
#createateam .cm-spinner,
#createateam #ct-step2,
#createateam .ct-spinner {
  display: none;
}

#creatematch .cm-selectedgame,
#creatematch .ct-selectedgame,
#createateam .cm-selectedgame,
#createateam .ct-selectedgame {
  width: 140px;
  height: 200px;
  position: relative;
  border: 3px solid #f6852e;
  -webkit-box-shadow: 0 0 10px #aaa;
          box-shadow: 0 0 10px #aaa;
  margin-bottom: 30px;
}

#creatematch .cm-sgi-close,
#creatematch .ct-sgi-close,
#createateam .cm-sgi-close,
#createateam .ct-sgi-close {
  position: absolute;
  top: 15px;
  right: -53px;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  padding: 10px;
  background-color: #f6852e;
  font-weight: 700;
  text-align: center;
}

#creatematch .cm-sgi-close:hover,
#creatematch .ct-sgi-close:hover,
#createateam .cm-sgi-close:hover,
#createateam .ct-sgi-close:hover {
  color: #e0e0e0;
}

#creatematch .cm-title,
#creatematch .ct-title,
#createateam .cm-title,
#createateam .ct-title {
  display: block;
  margin-bottom: 5px;
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
}

#creatematch .cm-gtype li span,
#creatematch .cm-title,
#creatematch .ct-gtype li span,
#creatematch .ct-title,
#createateam .cm-gtype li span,
#createateam .cm-title,
#createateam .ct-gtype li span,
#createateam .ct-title {
  font-weight: 300;
  font-size: 18px;
}

#creatematch .cm-gtype li span,
#creatematch .ct-gtype li span,
#createateam .cm-gtype li span,
#createateam .ct-gtype li span {
  line-height: 36px;
  display: inline-block;
  padding-left: 7px;
}

#creatematch .cm-selector,
#creatematch .ct-selector,
#createateam .cm-selector,
#createateam .ct-selector {
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
}

#creatematch .ct-selector-padding,
#createateam .ct-selector-padding {
  list-style: none outside none;
  margin: 0 0 30px;
  padding-left: 8px;
}

#creatematch .cm-selector::after,
#creatematch .ct-selector::after,
#createateam .cm-selector::after,
#createateam .ct-selector::after {
  clear: both;
  content: "";
  display: block;
}

#creatematch .cm-selector li,
#creatematch .ct-selector li,
#createateam .cm-selector li,
#createateam .ct-selector li {
  float: left;
  width: auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bababa;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

#creatematch .cm-selector li,
#creatematch .cm-selector li table tbody,
#creatematch .ct-selector li,
#creatematch .ct-selector li table tbody,
#createateam .cm-selector li,
#createateam .cm-selector li table tbody,
#createateam .ct-selector li,
#createateam .ct-selector li table tbody {
  font-size: 14px;
}

#creatematch .cm-selector li:first-child,
#creatematch .ct-selector li:first-child,
#createateam .cm-selector li:first-child,
#createateam .ct-selector li:first-child {
  border-left: 1px solid #bababa;
}

#creatematch #cm-teamholderholder,
#creatematch .cm-contholder,
#creatematch #ct-teamholderholder,
#creatematch .ct-contholder,
#createateam #cm-teamholderholder,
#createateam .cm-contholder,
#createateam #ct-teamholderholder,
#createateam .ct-contholder {
  position: relative;
}

#creatematch #cm-leaveteamconfirm,
#creatematch #ct-leaveteamconfirm,
#createateam #cm-leaveteamconfirm,
#createateam #ct-leaveteamconfirm {
  position: absolute;
  z-index: 100;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: rgba(14, 20, 29, 0.96);
  display: none;
}

#creatematch #cm-leaveteamconfirm div,
#creatematch #ct-leaveteamconfirm div,
#createateam #cm-leaveteamconfirm div,
#createateam #ct-leaveteamconfirm div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

#creatematch .cm-ltcbtn,
#creatematch .ct-ltcbtn,
#createateam .cm-ltcbtn,
#createateam .ct-ltcbtn {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

#creatematch .cm-ltccanel,
#creatematch .ct-ltccanel,
#createateam .cm-ltccanel,
#createateam .ct-ltccanel {
  background-color: #999;
}

#creatematch .cm-ltcleave,
#creatematch .ct-ltcleave,
#createateam .cm-ltcleave,
#createateam .ct-ltcleave {
  background-color: #ce545d;
}

#creatematch .creatematchModal .form-control,
#creatematch .createteamModal .form-control,
#createateam .creatematchModal .form-control,
#createateam .createteamModal .form-control {
  border: 1px solid #1f2939;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  height: auto;
}

#creatematch #cm-createateam p,
#creatematch #ct-createateam p,
#createateam #cm-createateam p,
#createateam #ct-createateam p {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #686868;
  margin: 5px 0 0;
}

#creatematch .cm-contholder,
#creatematch .ct-contholder,
#createateam .cm-contholder,
#createateam .ct-contholder {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

#creatematch ul.cm-s > li.active,
#creatematch ul.ct-s > li.active,
#createateam ul.cm-s > li.active,
#createateam ul.ct-s > li.active {
  background-color: #1e73ff;
  color: #fff;
}

#creatematch .cm-btnrow,
#creatematch .ct-btnrow,
#createateam .cm-btnrow,
#createateam .ct-btnrow {
  list-style: none outside none;
  margin: 0 0 22px;
  padding: 0;
}

#creatematch .cm-btnrow li,
#creatematch .ct-btnrow li,
#createateam .cm-btnrow li,
#createateam .ct-btnrow li {
  float: left;
  width: auto;
  display: block;
  padding: 15px 11px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  border: 1px solid #bababa;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

#creatematch .cm-games,
#creatematch .ct-games,
#createateam .cm-games,
#createateam .ct-games {
  height: 370px;
}

#creatematch .cm-games-holder,
#creatematch .ct-games-holder,
#createateam .cm-games-holder,
#createateam .ct-games-holder {
  background: rgba(0, 0, 0, 0.13);
  padding: 15px 5px 0;
}

#creatematch .cm-games ul li:hover,
#creatematch .ct-games ul li:hover,
#createateam .cm-games ul li:hover,
#createateam .ct-games ul li:hover {
  border-color: #f6852e;
}

#creatematch .cm-gtype i.umg-tournament,
#creatematch .ct-gtype i.umg-tournament,
#createateam .cm-gtype i.umg-tournament,
#createateam .ct-gtype i.umg-tournament {
  color: #1e73ff;
}

#creatematch .cm-gtype i,
#creatematch .ct-gtype i,
#createateam .cm-gtype i,
#createateam .ct-gtype i {
  font-size: 26px;
}

#creatematch .cm-gtype i.umg-price,
#creatematch .ct-gtype i.umg-price,
#createateam .cm-gtype i.umg-price,
#createateam .ct-gtype i.umg-price {
  color: #3dab14;
}

#creatematch ul.cm-s > li.active i.umg-price,
#creatematch ul.cm-s > li.active i.umg-tournament,
#creatematch ul.ct-s > li.active i.umg-price,
#creatematch ul.ct-s > li.active i.umg-tournament,
#createateam ul.cm-s > li.active i.umg-price,
#createateam ul.cm-s > li.active i.umg-tournament,
#createateam ul.ct-s > li.active i.umg-price,
#createateam ul.ct-s > li.active i.umg-tournament {
  color: #fff;
}

#creatematch .cm-selectingspinner,
#creatematch .ct-selectingspinner,
#createateam .cm-selectingspinner,
#createateam .ct-selectingspinner {
  height: 50px;
  width: 50px;
  position: relative;
}

#creatematch .cm-btnrow::after,
#creatematch .ct-btnrow::after,
#createateam .cm-btnrow::after,
#createateam .ct-btnrow::after {
  content: "";
  display: block;
  clear: both;
}

#creatematch #cm-continue,
#createateam #cm-continue {
  display: block;
  min-width: 75%;
}

.medal-container {
  width: 23%;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

.sb-medal-img {
  width: 40px;
  height: 40px;
  border: none !important;
  margin-top: -30px;
  margin-left: -30px;
}

.roster-medal-img {
  width: 40px;
  height: 40px;
  border: none !important;
  margin-top: -200px;
  margin-left: 70px;
}

/* iCheck plugin Square skin, blue
----------------------------------- */

.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -3px 0 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-blue {
  background-position: 0 0;
}

.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-blue {
  background-position: -120px 0;
}

.iradio_square-blue.hover {
  background-position: -144px 0;
}

.iradio_square-blue.checked {
  background-position: -168px 0;
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* Retina support */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(/bower_components/AdminLTE/plugins/iCheck/square/blue@2x.png);
    background-size: 240px 24px;
  }
}

#ct-step2-stepd,
#cm-step2-stepd {
  padding: 1rem;
  background-color: #d5d5d5;
  margin: 1rem -1rem 0 -1rem;
}

#ct-step2-stepd .btn-primary,
#cm-step2-stepd .btn-primary {
  min-width: 300px;
}

.ct-contholder,
.cm-contholder {
  margin-top: 1rem;
}

#teamholder .form-group,
#cmteamholder .form-group {
  margin-bottom: 10px;
}

#ct-step2-stepd a.adduser,
#cm-step2-stepd {
  text-decoration: none;
}

.ct-form-group,
.cm-form-group {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.ct-form-group div:first-child,
.cm-form-group div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

.ct-form-group div:last-child,
.cm-form-group div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
}

.ct-form-group div:last-child a,
.cm-form-group div:last-child a {
  color: #e06565;
}

.tp-roster-box {
  background-color: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  margin-bottom: 1.3rem;
}

.tp-roster-box > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.tp-roster-box > div:first-child img {
  max-height: 110px;
  max-width: 110px;
  border-radius: 50%;
  border: 3px solid #bbbbbb;
}

.tp-roster-box > div:last-child {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
  padding-left: 10px;
}

.tp-roster-box ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.tp-roster-box ul li {
  float: left;
  width: auto;
  margin-right: .5rem;
}

.t-rb-username a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: .1rem;
  color: #2d2d2d;
  text-decoration: none;
}

.t-rb-username a:hover {
  text-decoration: underline;
}

.tp-roster-box .h-location {
  color: #2d2d2d;
  margin-bottom: .3rem;
}

.t-rb-rank i {
  font-size: 1.125rem;
  color: #1e73ff;
}

.t-rb-soc {
  font-size: 1.125rem;
}

.game-info-platicons img {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: .2rem;
}

.game-info-platicons i {
  color: #2d2d2d;
  font-size: 1.3rem;
}

.game-info-title-holder {
  height: 42px;
}

.game-wrapper {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: unset;
  margin: 0 .8rem 1.5rem 0;
  display: block;
}

.game-wrapper:hover {
  text-decoration: none;
}

.game-wrapper .game-holder {
  max-width: 330px;
  height: 275px;
  max-height: 470px;
  position: relative;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
}

.game-wrapper .game-holder img {
  z-index: 5;
  max-width: 135px;
  display: block;
}

.game-wrapper .game-holder .game-img-holder {
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.game-wrapper .game-holder .game-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  z-index: 7;
}

.game-wrapper .game-holder .game-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,0065ff+100&0+0,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgba(0, 101, 255, 0.6)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 101, 255, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#990065ff', GradientType=0);
  /* IE6-9 */
  height: 30vh;
  padding: 0;
  right: 0;
}

.game-wrapper .game-info-holder .game-info {
  background-color: white;
  text-align: center;
  padding: 15px 10px;
  height: 125px;
  overflow: hidden;
}

.game-wrapper .game-info-holder .game-info p {
  text-transform: uppercase;
  color: #9c9c9c;
  margin-bottom: .5rem;
  font-size: 0.6875rem;
}

.game-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  flex-wrap: wrap;
  margin: 0 -.8rem 0 0;
}

.game-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.game-info-title-holder {
  margin-bottom: .3rem;
}

.game-info-title-holder h3 {
  font-size: 0.875rem;
}

.sm-inline-user-img {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  padding-right: .3rem;
  border-radius: 50%;
}

a.dark {
  color: #2d2d2d;
  text-decoration: none;
}

a.dark:hover {
  text-decoration: underline;
}

.btn-space {
  width: 100%;
  max-width: 250px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d0d0d0;
  color: #888;
  background-image: none;
  border: 0px;
  text-shadow: 1px 1px #f0f0f0;
}

.cm-or {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.input-group-text {
  background-color: #f8f8f8;
  border: 1px solid #c8c8c8;
}

.cm-or-onlyone {
  text-align: center;
  font-size: 0.75rem;
  color: #999;
}

.create-match .border-switch-control-description {
  font-family: "Open sans", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}

#datetimepicker.form-control:disabled,
#datetimepicker.form-control[readonly] {
  background-color: #fff;
}

#header .search-box .nt-dropdown-menu {
  position: absolute;
  top: 57px;
  right: 0;
  width: 20rem;
  z-index: 555;
  background-color: #0b3ba5;
  display: none;
}

#header .search-box .nt-dropdown-item {
  position: relative;
  border-bottom: 1px solid #2d58b5;
  display: block;
}

#header .search-box .nt-dropdown-item:hover {
  background-color: #1a45a4;
}

#header .search-box .mark-as-read {
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  border: 0px solid #fff;
  color: #b8c7ea;
  cursor: pointer;
}

#header .search-box .mark-as-read:hover {
  color: #fff;
}

#header .search-box .mark-as-read i {
  font-size: .975rem;
}

.nt-title {
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: .3rem;
}

.nt-content {
  color: #98b8ff;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: .5rem 1.8rem .2rem 1rem;
}

.nt-content-empty {
  color: #98b8ff;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1rem 1.8rem 1rem 1rem;
}

.nt-box {
  max-height: 275px;
  overflow-x: hidden;
}

.nt-date {
  padding: 0rem 1.5rem .5rem 1rem;
  font-size: 0.6875rem;
  color: #fff;
}

.nt-footer {
  background-color: #0a2f83;
  padding: .6rem;
}

#header .search-box a.nt-footer-btn {
  display: block;
  width: 100%;
  padding: .2rem .4rem;
  background: transparent;
  border: 1px solid #2562ea;
  border-radius: 3px;
  color: #fff;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
}

#header .search-box a.nt-footer-btn:hover {
  color: #fff;
  background-color: #12378c;
}

.hc-left-menu-ul li a.orange {
  color: #f6852e;
}

.hc-left-menu-ul li a.orange:hover {
  color: #f6852e;
}

.hc-left-menu-ul li a.orange i {
  color: #f6852e;
}

#shop .si,
#product .si,
#store-categories .si,
#cart .si,
#checkout-address .si,
#checkout-shipping .si,
#checkout-payment .si,
#games-holder .si {
  border: none;
  border-radius: unset;
  margin: 25px 0;
  padding: 16px 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

#shop .si-title,
#product .si-title,
#store-categories .si-title,
#cart .si-title,
#checkout-address .si-title,
#checkout-shipping .si-title,
#checkout-payment .si-title,
#games-holder .si-title {
  height: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  padding: 30px;
}

#shop .product-name,
#shop .shop-category,
#product .product-name,
#product .shop-category,
#store-categories .product-name,
#store-categories .shop-category,
#cart .product-name,
#cart .shop-category,
#checkout-address .product-name,
#checkout-address .shop-category,
#checkout-shipping .product-name,
#checkout-shipping .shop-category,
#checkout-payment .product-name,
#checkout-payment .shop-category,
#games-holder .product-name,
#games-holder .shop-category {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #f6852e;
  font-size: 0.75rem;
}

#shop .product-name:hover,
#shop .shop-category:hover,
#product .product-name:hover,
#product .shop-category:hover,
#store-categories .product-name:hover,
#store-categories .shop-category:hover,
#cart .product-name:hover,
#cart .shop-category:hover,
#checkout-address .product-name:hover,
#checkout-address .shop-category:hover,
#checkout-shipping .product-name:hover,
#checkout-shipping .shop-category:hover,
#checkout-payment .product-name:hover,
#checkout-payment .shop-category:hover,
#games-holder .product-name:hover,
#games-holder .shop-category:hover {
  text-decoration: underline;
}

#shop .product-name,
#product .product-name,
#store-categories .product-name,
#cart .product-name,
#checkout-address .product-name,
#checkout-shipping .product-name,
#checkout-payment .product-name,
#games-holder .product-name {
  color: black;
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  padding: .6rem 0;
}

#shop .product-name:hover,
#product .product-name:hover,
#store-categories .product-name:hover,
#cart .product-name:hover,
#checkout-address .product-name:hover,
#checkout-shipping .product-name:hover,
#checkout-payment .product-name:hover,
#games-holder .product-name:hover {
  text-decoration: underline;
}

#shop .retail_price_txt,
#product .retail_price_txt,
#store-categories .retail_price_txt,
#cart .retail_price_txt,
#checkout-address .retail_price_txt,
#checkout-shipping .retail_price_txt,
#checkout-payment .retail_price_txt,
#games-holder .retail_price_txt {
  color: #a2a2a2;
  text-decoration: line-through;
}

#shop .product-onsale,
#product .product-onsale,
#store-categories .product-onsale,
#cart .product-onsale,
#checkout-address .product-onsale,
#checkout-shipping .product-onsale,
#checkout-payment .product-onsale,
#games-holder .product-onsale {
  display: block;
}

#shop .product-onsale,
#product .product-onsale,
#store-categories .product-onsale,
#cart .product-onsale,
#checkout-address .product-onsale,
#checkout-shipping .product-onsale,
#checkout-payment .product-onsale,
#games-holder .product-onsale {
  font-size: 0.75rem;
  color: #6fa914;
  text-transform: uppercase;
}

#shop .btn-cart-white-lg,
#product .btn-cart-white-lg,
#store-categories .btn-cart-white-lg,
#cart .btn-cart-white-lg,
#checkout-address .btn-cart-white-lg,
#checkout-shipping .btn-cart-white-lg,
#checkout-payment .btn-cart-white-lg,
#games-holder .btn-cart-white-lg {
  border: 1px solid #1e73ff;
  color: #1e73ff;
  margin-bottom: 15px;
  -webkit-transition: 0s;
  transition: 0s;
  font-family: "Open Sans", sans-serif;
}

#shop .btn-cart-white-lg:hover,
#product .btn-cart-white-lg:hover,
#store-categories .btn-cart-white-lg:hover,
#cart .btn-cart-white-lg:hover,
#checkout-address .btn-cart-white-lg:hover,
#checkout-shipping .btn-cart-white-lg:hover,
#checkout-payment .btn-cart-white-lg:hover,
#games-holder .btn-cart-white-lg:hover {
  background-color: #0065ff;
  color: #fff;
}

#shop .btn-cart-white-lg.is-disabled,
#product .btn-cart-white-lg.is-disabled,
#store-categories .btn-cart-white-lg.is-disabled,
#cart .btn-cart-white-lg.is-disabled,
#checkout-address .btn-cart-white-lg.is-disabled,
#checkout-shipping .btn-cart-white-lg.is-disabled,
#checkout-payment .btn-cart-white-lg.is-disabled,
#games-holder .btn-cart-white-lg.is-disabled {
  border: 1px solid grey;
  color: grey;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

#shop .btn-primary.is-disabled,
#product .btn-primary.is-disabled,
#store-categories .btn-primary.is-disabled,
#cart .btn-primary.is-disabled,
#checkout-address .btn-primary.is-disabled,
#checkout-shipping .btn-primary.is-disabled,
#checkout-payment .btn-primary.is-disabled,
#games-holder .btn-primary.is-disabled {
  border: 1px solid grey;
  color: grey;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

#shop .btn-cart-white-md,
#product .btn-cart-white-md,
#store-categories .btn-cart-white-md,
#cart .btn-cart-white-md,
#checkout-address .btn-cart-white-md,
#checkout-shipping .btn-cart-white-md,
#checkout-payment .btn-cart-white-md,
#games-holder .btn-cart-white-md {
  border: 1px solid blue;
  color: blue;
  padding: .25rem .5rem;
  margin: .25rem 0;
}

#shop .btn-cart-white-md:hover,
#product .btn-cart-white-md:hover,
#store-categories .btn-cart-white-md:hover,
#cart .btn-cart-white-md:hover,
#checkout-address .btn-cart-white-md:hover,
#checkout-shipping .btn-cart-white-md:hover,
#checkout-payment .btn-cart-white-md:hover,
#games-holder .btn-cart-white-md:hover {
  border: 1px solid white;
  color: white;
  background-color: blue;
}

#shop .btn-cart-white-md.is-disabled,
#product .btn-cart-white-md.is-disabled,
#store-categories .btn-cart-white-md.is-disabled,
#cart .btn-cart-white-md.is-disabled,
#checkout-address .btn-cart-white-md.is-disabled,
#checkout-shipping .btn-cart-white-md.is-disabled,
#checkout-payment .btn-cart-white-md.is-disabled,
#games-holder .btn-cart-white-md.is-disabled {
  border: 1px solid grey;
  color: grey;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

#shop .breadcrumb,
#product .breadcrumb,
#store-categories .breadcrumb,
#cart .breadcrumb,
#checkout-address .breadcrumb,
#checkout-shipping .breadcrumb,
#checkout-payment .breadcrumb,
#games-holder .breadcrumb {
  background-color: transparent;
  padding: 0rem;
  font-size: 0.75rem;
}

#shop .breadcrumb .breadcrumb-item:first-child::before,
#product .breadcrumb .breadcrumb-item:first-child::before,
#store-categories .breadcrumb .breadcrumb-item:first-child::before,
#cart .breadcrumb .breadcrumb-item:first-child::before,
#checkout-address .breadcrumb .breadcrumb-item:first-child::before,
#checkout-shipping .breadcrumb .breadcrumb-item:first-child::before,
#checkout-payment .breadcrumb .breadcrumb-item:first-child::before,
#games-holder .breadcrumb .breadcrumb-item:first-child::before {
  content: '';
}

#shop .breadcrumb .breadcrumb-item::before,
#product .breadcrumb .breadcrumb-item::before,
#store-categories .breadcrumb .breadcrumb-item::before,
#cart .breadcrumb .breadcrumb-item::before,
#checkout-address .breadcrumb .breadcrumb-item::before,
#checkout-shipping .breadcrumb .breadcrumb-item::before,
#checkout-payment .breadcrumb .breadcrumb-item::before,
#games-holder .breadcrumb .breadcrumb-item::before {
  content: '>';
}

#shop .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#product .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#store-categories .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#cart .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#checkout-address .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#checkout-shipping .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#checkout-payment .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
#games-holder .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: .4rem;
}

#shop .breadcrumb .breadcrumb-item,
#product .breadcrumb .breadcrumb-item,
#store-categories .breadcrumb .breadcrumb-item,
#cart .breadcrumb .breadcrumb-item,
#checkout-address .breadcrumb .breadcrumb-item,
#checkout-shipping .breadcrumb .breadcrumb-item,
#checkout-payment .breadcrumb .breadcrumb-item,
#games-holder .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  color: #a0a0a0;
}

#shop .breadcrumb .breadcrumb-item a,
#product .breadcrumb .breadcrumb-item a,
#store-categories .breadcrumb .breadcrumb-item a,
#cart .breadcrumb .breadcrumb-item a,
#checkout-address .breadcrumb .breadcrumb-item a,
#checkout-shipping .breadcrumb .breadcrumb-item a,
#checkout-payment .breadcrumb .breadcrumb-item a,
#games-holder .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #2d2d2d;
}

#shop .breadcrumb .breadcrumb-item a:hover,
#product .breadcrumb .breadcrumb-item a:hover,
#store-categories .breadcrumb .breadcrumb-item a:hover,
#cart .breadcrumb .breadcrumb-item a:hover,
#checkout-address .breadcrumb .breadcrumb-item a:hover,
#checkout-shipping .breadcrumb .breadcrumb-item a:hover,
#checkout-payment .breadcrumb .breadcrumb-item a:hover,
#games-holder .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

#shop .breadcrumb .breadcrumb-item.active,
#product .breadcrumb .breadcrumb-item.active,
#store-categories .breadcrumb .breadcrumb-item.active,
#cart .breadcrumb .breadcrumb-item.active,
#checkout-address .breadcrumb .breadcrumb-item.active,
#checkout-shipping .breadcrumb .breadcrumb-item.active,
#checkout-payment .breadcrumb .breadcrumb-item.active,
#games-holder .breadcrumb .breadcrumb-item.active {
  color: #1e73ff;
}

#shop .shop-sidebar-row,
#product .shop-sidebar-row,
#store-categories .shop-sidebar-row,
#cart .shop-sidebar-row,
#checkout-address .shop-sidebar-row,
#checkout-shipping .shop-sidebar-row,
#checkout-payment .shop-sidebar-row,
#games-holder .shop-sidebar-row {
  margin-top: 1.5rem;
}

#shop .shop-sidebar-row a,
#product .shop-sidebar-row a,
#store-categories .shop-sidebar-row a,
#cart .shop-sidebar-row a,
#checkout-address .shop-sidebar-row a,
#checkout-shipping .shop-sidebar-row a,
#checkout-payment .shop-sidebar-row a,
#games-holder .shop-sidebar-row a {
  text-decoration: none;
  color: black;
}

#shop .shop-sidebar-row a .icon-container,
#product .shop-sidebar-row a .icon-container,
#store-categories .shop-sidebar-row a .icon-container,
#cart .shop-sidebar-row a .icon-container,
#checkout-address .shop-sidebar-row a .icon-container,
#checkout-shipping .shop-sidebar-row a .icon-container,
#checkout-payment .shop-sidebar-row a .icon-container,
#games-holder .shop-sidebar-row a .icon-container {
  display: inline-block;
  width: 35px;
}

#shop .shop-sidebar-row a .icon-container i,
#product .shop-sidebar-row a .icon-container i,
#store-categories .shop-sidebar-row a .icon-container i,
#cart .shop-sidebar-row a .icon-container i,
#checkout-address .shop-sidebar-row a .icon-container i,
#checkout-shipping .shop-sidebar-row a .icon-container i,
#checkout-payment .shop-sidebar-row a .icon-container i,
#games-holder .shop-sidebar-row a .icon-container i {
  color: #1e73ff;
}

#shop .shop-sidebar-row a.orange,
#shop .shop-sidebar-row a.orange i.orange,
#product .shop-sidebar-row a.orange,
#product .shop-sidebar-row a.orange i.orange,
#store-categories .shop-sidebar-row a.orange,
#store-categories .shop-sidebar-row a.orange i.orange,
#cart .shop-sidebar-row a.orange,
#cart .shop-sidebar-row a.orange i.orange,
#checkout-address .shop-sidebar-row a.orange,
#checkout-address .shop-sidebar-row a.orange i.orange,
#checkout-shipping .shop-sidebar-row a.orange,
#checkout-shipping .shop-sidebar-row a.orange i.orange,
#checkout-payment .shop-sidebar-row a.orange,
#checkout-payment .shop-sidebar-row a.orange i.orange,
#games-holder .shop-sidebar-row a.orange,
#games-holder .shop-sidebar-row a.orange i.orange {
  color: #f6852e;
}

#shop .table.cart-table td,
#shop .table.mini-cart td,
#product .table.cart-table td,
#product .table.mini-cart td,
#store-categories .table.cart-table td,
#store-categories .table.mini-cart td,
#cart .table.cart-table td,
#cart .table.mini-cart td,
#checkout-address .table.cart-table td,
#checkout-address .table.mini-cart td,
#checkout-shipping .table.cart-table td,
#checkout-shipping .table.mini-cart td,
#checkout-payment .table.cart-table td,
#checkout-payment .table.mini-cart td,
#games-holder .table.cart-table td,
#games-holder .table.mini-cart td {
  border: none;
}

#shop .mini-cart > tbody > tr > td:last-child,
#product .mini-cart > tbody > tr > td:last-child,
#store-categories .mini-cart > tbody > tr > td:last-child,
#cart .mini-cart > tbody > tr > td:last-child,
#checkout-address .mini-cart > tbody > tr > td:last-child,
#checkout-shipping .mini-cart > tbody > tr > td:last-child,
#checkout-payment .mini-cart > tbody > tr > td:last-child,
#games-holder .mini-cart > tbody > tr > td:last-child {
  padding-right: 0px;
}

#shop .mini-cart > tbody > tr > td:first-child,
#product .mini-cart > tbody > tr > td:first-child,
#store-categories .mini-cart > tbody > tr > td:first-child,
#cart .mini-cart > tbody > tr > td:first-child,
#checkout-address .mini-cart > tbody > tr > td:first-child,
#checkout-shipping .mini-cart > tbody > tr > td:first-child,
#checkout-payment .mini-cart > tbody > tr > td:first-child,
#games-holder .mini-cart > tbody > tr > td:first-child {
  padding-left: 0px;
}

#shop .mini-cart table td,
#product .mini-cart table td,
#store-categories .mini-cart table td,
#cart .mini-cart table td,
#checkout-address .mini-cart table td,
#checkout-shipping .mini-cart table td,
#checkout-payment .mini-cart table td,
#games-holder .mini-cart table td {
  padding: 0;
  vertical-align: middle;
}

#shop .table tbody > tr > td.vert-align,
#product .table tbody > tr > td.vert-align,
#store-categories .table tbody > tr > td.vert-align,
#cart .table tbody > tr > td.vert-align,
#checkout-address .table tbody > tr > td.vert-align,
#checkout-shipping .table tbody > tr > td.vert-align,
#checkout-payment .table tbody > tr > td.vert-align,
#games-holder .table tbody > tr > td.vert-align {
  vertical-align: middle;
}

.cartVariants {
  list-style: none outside none;
  margin: 3px 0px;
  padding: 0px;
  font-size: .8em;
  text-transform: uppercase;
  color: #9f9f9f;
}

.subtitle {
  font-weight: bold;
  display: block;
}

.nobullets {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

.your-cart .btn-cp {
  border: 1px solid #1e73ff;
  color: #1e73ff;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0s;
  transition: 0s;
  padding: .3rem .6rem;
  min-width: 7rem;
}

.your-cart .btn-cp:hover {
  background-color: #1e73ff;
  color: #fff;
}

.your-cart .btn-cp.disabled,
.your-cart .btn-cp:disabled {
  opacity: .35;
  color: #2d2d2d;
  border-color: #2d2d2d;
}

.your-cart .cart-items .hc-left-menu-ul {
  margin-bottom: 0.5rem;
}

.btn-cp-vc {
  margin-left: 10px;
}

.show-mobile {
  display: none;
}

.retail_price {
  color: #a2a2a2;
  text-decoration: line-through;
}

.retail_price_sale {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6fa914;
}

.retail_price_txt {
  color: #d23e3e;
  text-decoration: line-through;
}

#product .product_price,
#product .product_price p.product_price {
  font-size: 1.5rem;
}

#shop .product-price {
  font-size: 1.125rem;
}

#product .product_qty {
  max-width: 90px;
}

.full_description p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1.7rem;
  color: #2d2d2d;
}

.product_description {
  margin-bottom: 1rem;
}

#product .shop-category {
  padding-bottom: 1rem;
}

.my-teams-dropdown-img {
  display: block;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 8px;
}

.menu-place .my-teams-dropdown {
  padding: 0;
}

.menu-place .my-teams-dropdown .dropdown-item {
  padding: .4rem .625rem;
}

.menu-place .my-teams-dropdown .dropdown-item div:first-child {
  height: 20px;
  overflow: hidden;
}

.cart-delete-item {
  width: 70px;
}

.payment-well .custom-control {
  margin-bottom: 1rem;
}

.payment-well .custom-control:last-child {
  margin-bottom: 0rem;
}

.payment-well .custom-control-label {
  font-size: 1rem;
}

.pm-umg-cash i {
  color: #f6852e;
}

.custom-control-input:disabled ~ .pm-umg-cash i {
  color: #a8a8a8;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #a8a8a8;
  cursor: not-allowed;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before {
  background-color: #eaeaea;
  border: 1px solid #c5c5c5;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1e73ff;
  border-color: #0048b6;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f6f6;
  border-color: #ddd;
}

.cart-ap {
  margin-bottom: 1rem;
  float: right;
}

.cart-ap-left {
  font-size: 1rem;
}

.has-error .form-control,
.was-validated .has-error .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.sm-text {
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
}

.form-info-block {
  color: #999;
}

.mf-game-box .color-bar {
  width: 45px;
  height: 7px;
}

.mf-game-box .game-box-system-tag {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141d23+0,141d23+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(20, 29, 35, 0)), color-stop(80%, #141d23));
  background: linear-gradient(to bottom, rgba(20, 29, 35, 0) 20%, #141d23 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141d23', endColorstr='#141d23', GradientType=0);
  /* IE6-9 */
}

.mf-game-box .game-box-system-tag i {
  padding: 0px 5px;
}

.mf-title {
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  border-bottom: 1px solid #cecece;
}

.mf-row:after {
  content: "";
  display: block;
  clear: both;
}

.mf-col {
  width: 33.333333%;
  float: left;
  border-right: 1px solid #cecece;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
}

.mf-cnt {
  height: 225px !important;
  width: 100%;
}

.mf-col-full {
  width: 66.666666%;
}

.mf-bordertop {
  border-top: 1px solid #cecece;
}

.mf-footer p {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 5px;
}

.mf-select {
  display: block;
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.norightborder {
  border-right: 0px solid #fff;
}

#filterModal .modal-body {
  padding: 15px;
  position: relative;
}

#filterModal .form-check {
  padding: 15px 10px 0px 15px;
}

#filterModal .form-check .icheckbox_square-blue {
  margin-right: 10px;
}

#filterModal .form-check-label {
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
}

#filterModal h1 {
  margin: 1.5rem 0 1rem 0;
}

#filterModal .modal-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/mf-bg.jpg);
}

.mf-clearallfilters {
  text-align: right;
  margin-bottom: .4rem;
}

.mf-clearallfilters a {
  color: #8d8d8d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.mf-clearallfilters a:hover {
  color: #1e73ff;
}

.mf-selected-amt {
  text-transform: uppercase;
  font-size: 11px;
  color: #1e73ff;
  text-align: right;
}

.mf-checkeds {
  color: #1e73ff;
  width: 30px;
  height: 20px;
  display: inline-block;
}

.mf-icon {
  font-size: 20px;
  margin-right: 5px;
}

.filter-spinner {
  height: 130px;
  margin: 0px auto;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.mf-empty {
  padding: 80px 20px;
  margin: 0px auto;
  max-width: 650px;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.mf-empty a,
.mf-showmore a {
  font-weight: bold;
  text-decoration: underline;
}

.mf-showmore {
  padding: 0px 8px 8px 8px;
  margin: 0px auto;
  max-width: 650px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #778090;
  font-weight: 400;
  text-align: center;
}

.mf-showmore-holder:before,
.mf-showmore-holder:after {
  content: '';
  clear: both;
  display: block;
}

.mf-showmore-holder {
  margin-top: 2.5rem;
}

.fyg_clickplat {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 8px;
  background: rgba(16, 16, 16, 0.7);
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.mf-game-box {
  background-color: #141d23;
  width: 100%;
  max-width: 75px;
  height: 100vh;
  max-height: 100px;
  position: relative;
}

.sam_img .mf-game-box {
  max-height: 75px;
}

.leaderboard_empty {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 35px 25px;
  font-weight: 300;
}

.matchfinder-season {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.matchfinder-season span {
  font-weight: 300;
}

.mf-checkedsa {
  color: #1e73ff;
  width: 30px;
  height: 20px;
  display: inline-block;
}

.mf-iconholster {
  height: 20px;
  line-height: 20px;
  width: 30px;
  text-align: center;
}

.catSel {
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  line-height: 30px;
}

.mf-selected,
.mf-selected.catSel:hover {
  background: rgba(255, 255, 255, 0.8);
}

.catSel:hover {
  background: rgba(255, 255, 255, 0.45);
}

.mfm .modal-dialog {
  margin: 2rem auto;
}

.mfm .modal-header {
  border-bottom: 0 solid #fff;
  padding: 40px 15px;
}

.mfm .modal-body {
  padding: 50px;
  position: relative;
}

.mfm .modal-footer-mfm {
  border-top: 0 solid #fff;
  padding: 0 50px 40px;
  text-align: left;
}

.mf-teams-viewteams {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.mf-teams-viewteams a {
  text-decoration: none;
}

.mf-teams-viewteams a:hover {
  text-decoration: underline;
}

.margin-0 {
  margin-bottom: 0px;
}

.umg-logo-title-left {
  font-size: 1rem;
  padding-top: 2px;
  padding-right: 5px;
}

.current-season-div {
  margin-bottom: .3rem;
}

.mf-season {
  margin-bottom: 2.5rem;
}

.btn-creatematch {
  min-width: 8rem;
}

.anf-main-cnt {
  padding-bottom: 90px;
}

.qf-game {
  padding: 0 .4rem .25rem 0;
}

.qf-game > div {
  background: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/miniblack.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid #f3f3f3;
  cursor: pointer;
}

.qf-game > div > div {
  font-family: "Open Sans Condensed", sans-serif;
  color: #fff;
  text-shadow: 1px 1px #2d2d2d;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: .3rem .8rem;
  background: rgba(0, 0, 0, 0.45);
}

.quick-filters {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.quick-filters:after {
  content: "";
  display: block;
  clear: both;
}

.advanced-filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.1875rem;
          flex: 0 0 17.1875rem;
  text-align: right;
}

.filters-mf-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #cecece;
  padding-bottom: 1rem;
}

.mf-qf {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.mf-qf li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.mf-qf li button {
  padding: .97rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 3px;
  border: 1px solid #cecece;
  cursor: pointer;
  background: transparent;
  color: #9c9c9c;
}

.mf-qf li button:hover {
  border: 1px solid #bbb;
  background: rgba(255, 255, 255, 0.25);
}

.mf-qf li button:focus {
  outline: 0 !important;
}

.mf-qf li button.active {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #1e73ff;
  color: #1e73ff;
}

.mf-qf li button::-moz-focus-inner {
  outline: 0 !important;
}

.mf-qf li button.xbox.active {
  border: 1px solid #78a60a;
  color: #78a60a;
}

.mf-qf li button.playstation.active {
  border: 1px solid #003fdf;
  color: #003fdf;
}

.mf-qf li button.pc.active {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
}

.mf-qf li button.prime.active {
  border: 1px solid #f6852e;
  color: #f6852e;
}

.mf-team-place {
  margin: 0 1rem 1.2rem 1rem;
  background-color: #f4f4f4;
  padding: .5rem .2rem;
  border: 1px solid #e3e3e3;
}

.mf-team-place > span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.mf-team-place > span:first-child {
  margin-bottom: .1rem;
}

.ib {
  display: inline-block;
  position: relative;
}

.cm-teamtitle {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.cm-teamrec {
  color: #2d2d2d;
  font-size: 13px;
  line-height: 13px;
}

.cm-teamrec span {
  color: #3f9316;
}

.cm-teamrank {
  font-size: 13px;
  line-height: 13px;
  color: #9fb6db;
  text-transform: uppercase;
  text-align: right;
}

.cm-teamholder table {
  background-color: #e0e0e0;
  border: 6px solid #e0e0e0;
  width: 100%;
  min-width: 259px;
}

a.cm-editteam {
  color: #1e73ff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  border: 1px solid #1e73ff;
  border-radius: 0px;
  margin: 10px 0px 0px 0px;
  padding: 5px 15px;
}

a.cm-editteam:hover {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

a.cm-leaveteam {
  color: #ce545d;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  border: 1px solid #ce545d;
  border-radius: 0px;
  margin: 10px 0px 0px 0px;
  padding: 5px 15px;
}

a.cm-leaveteam:hover {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.cm-teamholder {
  border: 1px solid #ccc;
  overflow: hidden;
}

.switch-field {
  overflow: hidden;
  min-width: 80px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  background-color: #fff;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  text-shadow: none;
  padding: 9px 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #1e73ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.matchtime_day {
  margin-bottom: 7px;
}

.vm-game a {
  text-decoration: none;
}

.vm-game a:hover {
  text-decoration: underline;
}

.mb-0 {
  margin-bottom: 0;
}

.vmf-team a {
  color: #2d2d2d;
  text-decoration: none;
}

.vmf-team a:hover {
  text-decoration: underline;
}

.t-icon_image {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 50%;
  margin-top: -85px;
}

.pull-right {
  float: right;
  width: auto;
}

.panel-title .pull-right {
  line-height: 20px;
}

.modal-footer {
  border-top: 1px solid #b3b3b3;
}

.modal-header {
  border-bottom: 1px solid #b3b3b3;
}

.lb-poweredbyhead {
  max-width: 150px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  margin: 0px 0px 0px auto;
}

.lb-playmatches {
  font-size: 24px;
  line-height: 39px;
  font-weight: 300;
  font-style: italic;
}

.lb-purp {
  color: #1e73ff;
}

.lb-green {
  color: #4aab02;
}

.lb-weekseletor {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  width: auto;
}

.lb-weekseletor a {
  color: #1e73ff;
  display: inline-block;
}

.lb-weekseletor table tbody {
  color: #2d2d2d;
}

.lb-weekseletor i {
  color: #1e73ff;
  opacity: .1;
  font-size: 38px;
}

.lb-weekseletor a i {
  opacity: 1;
  font-size: 38px;
}

#lb_main {
  margin: 20px 0px;
}

#leaderboard-table.table-striped > tbody > tr {
  background: transparent;
}

#leaderboard-table.table > thead > tr > th {
  border-bottom: 0px solid #141d23;
}

#leaderboard-table thead th {
  text-align: center;
}

#leaderboard-table tbody td {
  text-align: center;
}

#leaderboard-table tbody td.lb-user {
  text-align: left;
  font-size: 16px;
}

#leaderboard-table > tbody > tr:first-child > td {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

#leaderboard-table tbody tr:first-child td.lb-place {
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
}

#leaderboard-table tbody tr:first-child td.lb-user {
  font-size: 20x;
}

#leaderboard-table tbody tr:first-child td.lb-rank {
  font-size: 28px;
}

#leaderboard-table tbody tr td.lb-rank span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

#leaderboard-table tbody tr:first-child td.lb-rank span {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

#leaderboard-table tbody tr:first-child td.lb-points {
  font-size: 40px;
  font-weight: bold;
}

#leaderboard-table tbody tr td .lb-userimg {
  padding-right: 12px;
}

#leaderboard-table tbody tr td .lb-userimg img {
  max-height: 37px;
  max-width: 37px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

#leaderboard-table > tbody > tr:first-child > td,
#leaderboard-table > tbody > tr:first-child > td a {
  text-decoration: none;
  color: #2d2d2d;
}

#leaderboard-table > tbody tr td,
#leaderboard-table > tbody tr td a {
  text-decoration: none;
  color: #666;
}

#leaderboard-table tbody tr:first-child td .lb-userimg img {
  max-height: 63px;
  max-width: 63px;
}

#leaderboard-table tbody tr:first-child td .lb-userimg {
  padding-right: 17px;
}

#leaderboard-table tbody tr td.lb-points {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.lb-thisuser {
  position: relative;
  margin-bottom: 35px;
  min-height: 80px;
}

.lb-thisuser-img {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: 0px;
  z-index: 99;
}

.lb-thisuser-img img {
  border-width: 5px;
  border-style: solid;
  border-color: #bcbcbc;
  -o-border-image: initial;
     border-image: initial;
  max-width: 110px;
  max-height: 110px;
}

.img-circle {
  border-radius: 50%;
}

.lb-thisuser-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 50px;
  z-index: 98;
  padding-left: 75px;
  background: rgba(207, 207, 207, 0.5);
}

.lb-thisuser-username {
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  padding: 15px 0px 7px;
  overflow: hidden;
  color: #2d2d2d;
}

.lb-thisuser-username a {
  color: #2d2d2d;
  text-decoration: none;
}

.lb-thisuser-username a:hover {
  text-decoration: underline;
}

.lb-thisuser-tv,
.lb-thisuser-username {
  display: block;
  text-transform: uppercase;
}

.lb-thisuser-tv {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  padding-bottom: 3px;
}

.lb-info {
  margin-bottom: 30px;
}

.lb-info .nav-tabs > li.active > a,
.lb-info .nav-tabs > li.active > a:focus,
.lb-info .nav-tabs > li.active > a:hover,
.lb-info .nav-tabs > li > a:hover {
  color: #1e73ff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 0px solid #0a1015;
}

.lb-info .nav-tabs > li {
  margin-bottom: 0px;
  padding: 0px 0px;
}

.lb-info .nav-tabs > li > a {
  color: #5a5a5a;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 0px;
  background-color: #d2d2d2;
  border-bottom: 0px solid #fff;
  margin-right: 1px;
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 600;
}

.lb-info .tab-content {
  background-color: #fff;
  padding: 15px;
}

.lb-info .nav-tabs {
  border-bottom: 0px solid #e7e7e7;
}

.lb-info .tab-content p,
.lb-info .tab-content ol li {
  font-size: 13px;
  line-height: 18px;
}

.lb-info .tab-content ol li {
  padding-bottom: 10px;
}

.lb-info .tab-content ol li:last-child {
  padding-bottom: 0px;
}

.lb-info .tab-content ol {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.lb-info .tab-content p:last-child {
  margin-bottom: 0px;
}

.lb-info .tab-content h4 {
  letter-spacing: 1.5px;
}

.lb-info .tab-content .lb-info-cnt-header {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.prizing_breakdown {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.prizing_breakdown_header {
  background-color: #f2f2f2;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 10px;
}

.lb_type_text {
  color: #444;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 8px;
}

.prizing_breakdown_header img {
  display: block;
  max-width: 100%;
  height: auto;
}

.prime_member_exclusives p {
  text-transform: uppercase;
  color: #b4c4ce;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.lb-row {
  margin: 1rem -15px;
}

.lb-pb-first {
  background-image: linear-gradient(45deg, #2b46ff 0%, #1572f1 50%, #2b46ff 100%);
}

.lb-pb-first .lb-pb-place {
  font-size: 35px;
  color: #fff;
}

.lb-pb-first .lb-pb-value {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.lb-pb-first .lb-pb-value i {
  color: #fff;
}

.lb-pb-first .lb-pb-value i.umg-logo {
  color: #fff;
}

.lb-pb-value i.umg-price {
  color: #6ea846;
}

.lb-pb-value i.umg-logo {
  color: #1e73ff;
}

.lb-pb-third-or-more .lb-pb-place {
  font-size: 22px;
}

.lb-pb-first .lb-pb-place > sup {
  font-size: 18px;
  font-weight: 300;
}

.lb-pb-secondthird .lb-pb-place > sup {
  font-size: 12px;
  font-weight: 300;
}

.lb-pb-third-or-more .lb-pb-place > sup {
  font-size: 13px;
  font-weight: 300;
}

.lb-view-all-winners {
  text-align: center;
  padding: .25rem .5rem;
  background-color: #f2f2f2;
}

.lb-view-all-winners a {
  font-size: 12px;
  line-height: 12px;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.lb-table {
  display: table;
  width: 100%;
  border-top: 1px solid #cecece;
}

.lb-pw-user {
  background-color: #fff;
  display: table-row;
}

.lb-pw-user:after {
  content: "";
  display: block;
  clear: both;
}

.lb-pw-user > div:first-child {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.lb-pw-user > div {
  width: 30%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.lb-pw-username {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.lb-pw-username a {
  text-decoration: none;
  color: #2d2d2d;
}

.lb-pw-username a:hover {
  text-decoration: underline;
}

.lb-pw-first .lb-pw-username a {
  color: #fff;
}

.lb-pw-username a:hover {
  text-decoration: underline;
}

.lb-pw-usertd {
  padding-left: 10px;
}

.lb-pw-value {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  display: block;
  padding-top: 3px;
}

div.lb-pw-value-txt {
  font-size: 12px;
  line-height: 13px !important;
  color: #bb93fd;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.lb-pw-first .lb-pw-value-amt,
.lb-pw-first .lb-pw-value-amt i,
.lb-pw-first .lb-pw-value {
  color: #fff;
}

.lb-pw-value-amt {
  font-size: 14px;
  line-height: 14px;
  color: #415565;
  text-align: center;
}

.lb-pw-value-amt i {
  font-size: 23px;
  line-height: 24px;
  color: #415565;
}

.lb-pw-first {
  background-image: linear-gradient(45deg, #2b46ff 0%, #1572f1 50%, #2b46ff 100%);
}

.lb-pb-place,
.lb-pb-value {
  text-align: center;
}

td.lb-pb-place {
  width: 40%;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.prizing_breakdown_body table tr td {
  vertical-align: middle;
}

.leaderboard_title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.leaderboard_empty {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  padding: 35px 25px;
}

.leaderboard_minimum {
  color: #26445e;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 20px 0px;
}

.leaderboard_table_prize {
  font-size: 25px;
  line-height: 25px;
  /*color: rgb(255, 255, 255);*/
  font-weight: 700;
  margin: 0px auto 50px;
}

.leaderboard_table_prize span {
  font-weight: 300;
}

.leaderboard_row {
  margin-top: 70px;
}

.leaderboard_username {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.leaderboard_username a {
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
}

.leaderboard_value {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

.leaderboard_type {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.leaderboard_rank {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-style: italic;
}

.leaderboard_info {
  display: table;
  width: 100%;
  height: 134px;
}

.leaderboard_info_cell {
  display: table-cell;
  vertical-align: middle;
}

.leaderboard_table a,
.leaderboard_table_runnerup a {
  color: #2d2d2d;
  text-decoration: none;
}

.leaderboard_table a:hover,
.leaderboard_table_runnerup a:hover {
  text-decoration: underline;
}

.leaderboard_table img {
  border: 5px solid #ddd;
  border-radius: 50%;
}

.leaderboard_title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.leaderboard_title .umg {
  color: #1e73ff;
  margin-right: 2px;
}

.leaderboard_table_runnerup {
  margin-top: 20px;
}

.leaderboard_table_runnerup td {
  border-bottom: 1px solid #cecece;
}

.leaderboard_place {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.leaderboard_username_runnerup a {
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 14px;
}

.leaderboard_value_runnerup {
  font-size: 16px;
  font-weight: 700;
}

.leaderboard_type_runnerup {
  font-size: 12px;
  text-transform: uppercase;
}

.leaderboard_minimum {
  color: #26445e;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 20px 0px;
}

.leaderboard_table_prize {
  margin: 0px auto;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 50px;
}

.leaderboard_table_prize span {
  color: #1e73ff;
  font-weight: 300;
}

.leaderboard_row .col-sm-4 {
  padding: 0px 30px;
}

#top-leader-board .gold-leader {
  background: rgba(217, 205, 140, 0.15);
  border-bottom: 5px solid #dacd8e;
}

#top-leader-board .silver-leader {
  background: rgba(194, 194, 194, 0.15);
  border-bottom: 5px solid #c1c1c1;
}

#top-leader-board .bronze-leader {
  background: rgba(140, 122, 110, 0.15);
  border-bottom: 5px solid #8b796c;
}

.img-circle {
  border-radius: 50%;
  max-width: 65px;
  max-height: 65px;
}

#leaderboard-table .hc-user-social {
  margin-bottom: 0;
}

.blue {
  color: #006fec;
}

.dash-info {
  background-color: #fff;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.dash-info-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cecece;
  padding: .7rem .5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

.dash-info-row {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #cecece;
}

.dash-info-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .5rem 1rem;
}

.dash-info-row > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .5rem 0rem .5rem 1rem;
}

.dash-info-row > div.text-right {
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.dash-info-row > div.text-right a {
  text-decoration: none;
}

.dash-info-row > div.text-right a:hover {
  text-decoration: underline;
}

.dash-info-row-threes {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.dash-info-row-threes > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: .5rem;
}

.dash-info-row h5,
.dash-info-row-threes h5 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin-bottom: .25rem;
}

.dash-info-row-threes h5 {
  margin-bottom: .5rem;
}

.dash-info .dash-row-box {
  border-bottom: 1px solid #cecece;
  padding: .5rem 1rem;
}

.dash-info .dash-row-box:last-child {
  border-bottom: 0px solid #fff;
}

.dash-info .date {
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-bottom: 2px;
}

.dash-info p {
  margin-bottom: 0;
}

.off-gray-dash {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}

.dit-title {
  display: block;
  text-align: center;
  padding-top: .7rem;
  font-size: 1.1rem;
}

.dash-row-box a {
  text-decoration: none;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.dash-row-box a:hover {
  color: #2d2d2d;
}

.drb-achievements {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.drb-achievements-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
  padding-right: .7rem;
}

.drb-achievements-title {
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  padding-bottom: .1rem;
}

.drb-achievements-right p {
  font-size: 0.8125rem;
  padding-bottom: .2rem;
}

.dash-ma-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #cecece;
}

.dash-info .dash-ma-row:last-child {
  border-bottom: 0px solid #fff;
}

.dash-ma-row > [class*="dash-ma-"] {
  padding: 6px 10px 6px 0px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.dash-ma-row > [class*="dash-ma-"]:first-child {
  padding-left: 10px;
}

.dash-ma-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.dash-ma-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.dash-ma-3 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-family: "Open Sans Condensed", sans-serif;
}

.dash-ma-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}

.dash-ma-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  font-size: 0.625rem;
}

.dash-ma-5 a {
  font-size: 0.625rem;
  text-decoration: none;
}

.dash-ma-5 a:hover {
  text-decoration: underline;
}

.fa-xl {
  font-size: 2rem;
}

.prime-page h4 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.prime-page h2.alt {
  color: #fff;
  line-height: 35px;
  font-size: 38px;
  text-transform: none;
  margin-bottom: 0;
}

.prime-page .dark-gray-bg {
  background: #202c39;
}

.prime-page .pricing-container {
  margin-bottom: 30px;
}

.prime-page .pricing-table {
  color: #818a99;
  -webkit-box-shadow: rgba(32, 44, 57, 0.3) 0px 0px 31px -13px;
          box-shadow: rgba(32, 44, 57, 0.3) 0px 0px 31px -13px;
  background: white;
}

.prime-page .pricing-table span.white {
  opacity: 0.4;
}

.prime-page .pricing-content {
  padding: 35px;
}

.prime-page .pricing-prime {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/bg-blue.jpg);
  color: #fff;
}

.prime-page .pricing-table-header {
  padding: 1.4rem;
}

.prime-page .pricing-prime .pricing-table-header {
  padding-bottom: 0;
}

.prime-page .container.pricing-prime .row {
  padding-top: 1rem;
  font-size: 1rem;
}

.prime-page .container.pricing-prime .row.button-row {
  padding-bottom: 1rem;
}

.prime-page .fa-circle {
  color: #75b800;
}

.prime-page .prime-bt-border {
  border-bottom: 1px solid #7a7a7a;
}

a.dark-link {
  color: #2d2d2d;
  text-decoration: none;
}

a.dark-link:hover {
  text-decoration: underline;
}

.tourn_team_img_edit {
  border-radius: 3px;
  cursor: pointer;
  max-width: 75px;
}

.up-activity-title-span a,
.up-activity-match-col-2 a {
  color: #2d2d2d;
  text-decoration: none;
}

.up-activity-title-span a:hover,
.up-activity-match-col-2 a:hover {
  text-decoration: underline;
}

.inner-cnt-left {
  margin: 1.5rem 0 !important;
}

.inner-cnt-left .game-review {
  color: #2d2d2d;
  text-decoration: none;
}

.padding-50 {
  padding-bottom: 50px;
}

.tournament-list-col-2 .restricted-green {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.tlist-entry {
  padding-bottom: 8px;
}

.select2-container--default .select2-selection--single {
  border-color: #cecece;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 7px #e6e6e6;
  box-shadow: inset 0 0 7px #e6e6e6;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 6px;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.authpage .jq-toast-wrap.toast-position-collapse,
.regpage .jq-toast-wrap.toast-position-collapse {
  left: 20px;
  bottom: 20px;
}

.mb-15,
.vm-box .mb-15 {
  margin-bottom: 15px;
}

.custom-file-label {
  border: 1px solid #cecece;
  cursor: pointer;
}

.custom-file-label::after {
  color: #555;
  background-color: #f5f5f5;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
  border: 1px solid #cecece;
}

.vm-status {
  margin: 0px auto 1rem auto;
  max-width: 767px;
  border: 3px solid #ccc;
  padding: 1rem 1.5rem;
  position: relative;
  background-color: #2d2d2d;
  color: #fff;
}

.vm-status-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.vm-status-content {
  z-index: 2;
  position: relative;
}

.vm-status-title {
  display: block;
  margin-bottom: .5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  text-shadow: 1px 1px #2d2d2d;
}

.vm-status-description {
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 1px 1px #2d2d2d;
  max-width: 550px;
  margin: 0px auto 0px auto;
  display: block;
}

.vm-status.accepted {
  border-color: #aedb25;
}

.vm-status.accepted .vm-status-title {
  color: #c1f033;
}

.vm-status.cancelled {
  border-color: #ff5151;
}

.vm-status.cancelled .vm-status-title {
  color: #ff5151;
}

.vm-status.disputed {
  border-color: #efbf2d;
}

.vm-status.disputed .vm-status-title {
  color: #efbf2d;
}

.vm-status-start {
  text-align: center;
  margin-top: 15px;
}

.vm-status-start-title {
  display: block;
  font-weight: 600;
}

.vm-status-start-date-first {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.vm-status-reported-name {
  border-bottom: 2px solid #b93131;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: .35rem;
  margin-bottom: .15rem;
  color: #fff;
}

.vm-status-reported-name.blue {
  border-color: #3659bd;
  color: #fff;
}

.vm-status-reported-name.red {
  border-color: #b93131;
  color: #fff;
}

.vm-status-reported-score {
  display: block;
}

.vm-status-start-date {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 700;
  display: block;
}

.vm-status-reported-status {
  display: block;
  margin-top: .5rem;
  font-size: 0.75rem;
}

.vm-status-report {
  text-align: center;
  max-width: 400px;
  margin: 1rem auto 0 auto;
  padding: 1rem !important;
  background: rgba(0, 0, 0, 0.22);
}

.vm-reported-d {
  font-size: 0.8125rem;
  display: block;
  font-weight: 700;
  padding-bottom: .25rem;
}

.vm-status-report-ed > div:nth-of-type(2) {
  margin-top: 1.5rem;
}

.vm-status-team {
  max-width: 4.375rem;
  border-radius: 3px;
  border: 2px solid #2d2d2d;
}

.vm-status-team img {
  border-bottom: 2px solid #2d2d2d;
}

.vm-status-team.red img {
  border-color: #b93131;
}

.vm-status-team.blue img {
  border-color: #3659bd;
}

.vm-status-team-name {
  display: block;
  font-size: 0.625rem;
  background-color: #2d2d2d;
  text-align: center;
  padding: .25rem .3rem;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  height: 2.0625rem;
}

.vm-status-team-dash {
  padding: .6rem;
  font-size: 4rem;
}

.vm-status-team input {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
}

.vm-status-team input::-webkit-input-placeholder {
  font-style: normal;
}

.vm-status-team input::-moz-placeholder {
  font-style: normal;
}

.vm-status-team input::-ms-input-placeholder {
  font-style: normal;
}

.vm-status-team input::placeholder {
  font-style: normal;
}

.vm-status-team-holder {
  margin: 0 0 1rem 0px;
}

.vm-status-start-title2 {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.btn-larger {
  font-size: 1rem;
  line-height: 1.2rem;
}

.p-enabled-logo {
  font-size: 0.6875rem;
  text-transform: uppercase;
  cursor: default !important;
  padding: .38rem .625rem;
}

.drb-achievements-left img {
  max-width: 65px;
  max-height: 65px;
}

.hc-left-menu h3.hc-sidetitle,
.hc-sidetitle {
  margin-bottom: 3px;
}

.hc-left-menu p.hc-sidetitledesc,
.hc-sidetitledesc {
  margin-bottom: 25px;
}

.ft-team-cat {
  margin: .4rem 0;
  text-align: center;
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

/**
landing/promo pages
 */

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.ff-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  display: block;
  padding: 6px 0 10px 0;
  text-shadow: 1px 1px #000;
}

.ff-tab-left {
  padding-left: 50px;
}

.ff-tab-right {
  padding-right: 50px;
}

.ff-tab-left .nav-tabs > li.active > a,
.ff-tab-left .nav-tabs > li.active > a:focus,
.ff-tab-left .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: rgba(20, 29, 35, 0.85);
  border: 0 solid #ddd;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 0;
  text-shadow: 1px 1px #000;
}

.ff-tab-left .nav-tabs > li > a {
  color: #e0e0e0;
  background-color: rgba(20, 29, 35, 0.45);
  border: 0 solid #ddd;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 0;
  text-shadow: 1px 1px #000;
  -webkit-transition: 0s;
  transition: 0s;
  font-weight: 700;
  line-height: 1.42857143;
  text-decoration: none;
  display: block;
}

.ff-tab-left .nav-tabs > li > a:hover {
  background-color: rgba(20, 29, 35, 0.85);
  color: #fff;
}

.ff-tab-left .nav-tabs {
  border-bottom: 0 solid #ddd;
}

.ff-tab-left .nav-tabs > li {
  margin-bottom: 0;
}

.promo_overlay_nav {
  display: block;
}

.promo_overlay_nav .responsive-tabs.nav-tabs > li {
  border: 0px solid #bbbaba;
}

.promo_overlay_nav .responsive-tabs {
  margin-bottom: 15px;
}

.promo_overlay_nav .responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 23px;
  right: 22px;
  color: #fff;
}

.promo_overlay_gfx .pull-right,
.promo_overlay_gfx .pull-left {
  float: none !important;
  text-align: center;
  display: block;
}

.promo_overlay_gfx img {
  margin: 0px auto;
}

.promo_overlay_content {
  margin: 0px 50px;
  background: rgba(20, 29, 35, 0.85);
  padding: 15px 35px 35px 35px;
  color: #758692;
}

.promo_overlay_content p {
  color: #bdcada;
}

.promo_overlay_content a {
  color: #00fedc;
}

.promo_overlay_content h2 {
  color: #eee;
}

.promo_overlay_content hr {
  border-color: #283a46;
}

.promo_overlay_big {
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #f1f1f1;
}

.promo_overlay_sm {
  color: #758692;
  font-style: italic;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.promo_overlay_left {
  float: right;
  width: auto;
  text-align: center;
  margin-right: 10px;
}

.promo_overlay_right {
  float: left;
  width: auto;
  text-align: center;
  margin-left: 10px;
}

.promo_overlay_p {
  margin-top: 45px;
}

.promo_overlay_p p {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  color: #758692;
  margin-bottom: 35px;
}

.promo_overlay_divider {
  border-right: 1px solid #212f38;
}

.promo_overlay_big2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  color: #f1f1f1;
  text-transform: uppercase;
}

.promo_overlay_users {
  margin-top: 4px;
}

.promo_overlay_users,
.promo_overlay_users a {
  color: #ddd;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.promo_overlay_users_info .row {
  margin-bottom: 19px;
}

.promo_overlay_users_info .row .col-sm-5 .pull-left {
  min-width: 92px;
}

.promo_overlay_users_info .row .col-sm-7 {
  padding-right: 0px;
}

.promo_overlay_user {
  margin-bottom: 10px;
}

.promo_overlay_user:after {
  content: "";
  clear: both;
  display: block;
}

a.ff-umg-btn {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  font-weight: 700;
  padding: 12px 10px 11px 40px;
  position: relative;
  background: rgba(34, 60, 243, 0.65);
  background: url(https://media.giphy.com/media/1xpCkcxtaGERQNVku0/giphy.gif) no-repeat center center;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a.ff-umg-btn:hover {
  background: #223cf3;
}

a.ff-umg-btn span {
  font-weight: 300;
  color: #ccc;
}

a.ff-umg-btn .ff-umg-btn-logo {
  background: url(https://s3.us-east-2.amazonaws.com/umg-uploads/layout/site/umg-logo.svg) no-repeat center center;
  display: block;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 6px;
  left: 6px;
}

table.table-dark {
  border-spacing: 1px;
  border-collapse: inherit;
}

table.table-dark tbody,
table.table-dark thead {
  color: #9ca5ab;
}

table.table-dark thead {
  background: rgba(32, 47, 58, 0.57);
  text-transform: uppercase;
  font-size: 13px;
  color: #b4c1ce;
}

table.table-dark > thead > tr > th {
  border-bottom: 0px solid #333;
}

table.table-dark > tbody > tr:nth-of-type(odd) {
  background: rgba(18, 29, 37, 0.7);
}

table.table-dark .ff-fb-username {
  padding-left: 5px;
  font-size: 13px;
}

table.table-dark .ff-fb-username a {
  color: #fff;
}

.dark-paginate .pagination > li > a,
.dark-paginate .pagination > li > span {
  color: #fff;
  text-decoration: none;
  background-color: #141d23;
  border: 1px solid #0c1318;
}

.dark-paginate .pagination > li > a:hover {
  background-color: #213cf2;
}

.dark-paginate .pagination > .active > a,
.dark-paginate .pagination > .active > a:focus,
.dark-paginate .pagination > .active > a:hover,
.dark-paginate .pagination > .active > span,
.dark-paginate .pagination > .active > span:focus,
.dark-paginate .pagination > .active > span:hover {
  color: #fff;
  cursor: default;
  background-color: #213cf2;
  border: 1px solid #0c1318;
}

table.table-dark > tbody > tr > td.ff-fb-rp {
  padding-left: 5px;
  padding-right: 5px;
  width: 20px;
}

table.table-dark > tbody > tr > td,
table.table-dark > tbody > tr > th,
table.table-dark > thead > tr > td,
table.table-dark > thead > tr > th {
  padding: 10px;
}

.mobile-win-percent {
  display: none;
}

@media (max-width: 991px) {
  #event-wrapper {
    overflow: auto;
  }

  .promo_overlay_gfx .pull-right,
  .promo_overlay_gfx .pull-left {
    float: none !important;
    text-align: center;
  }

  .promo_overlay_gfx img {
    margin: 0px auto;
  }

  .promo_overlay_divider {
    border: 0px solid;
  }

  .promo_overlay_left {
    float: none;
    margin: 0px auto 15px auto;
  }

  .promo_overlay_right {
    float: none;
    margin: 0px auto;
  }

  .promo_overlay_content {
    margin: 0px;
    padding: 15px;
  }

  .ff-tab-left {
    padding-left: 0px;
  }

  .ff-tab-right {
    padding-right: 0px;
  }

  .margin-top-tablet {
    margin-top: 25px;
  }

  .mobile-win-percent {
    display: block;
  }

  .tournament-wins-title,
  .umg-record-col,
  .game-title-col,
  .mobile-win-percent,
  .winnings-col {
    text-align: center;
  }

  .up-mp-game2::after {
    width: 100%;
  }

  .up-mp-record,
  .up-mp-winnings,
  .up-mp-percent,
  .up-mp-global-record,
  .up-mp-kd-ratio {
    font-size: 1.5rem;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  a.ff-umg-btn {
    padding: 12px 10px 11px 10px;
    text-align: center;
    display: block;
  }
}

.home-page .toast-position-collapse,
.home-page .toast-position-collapsed {
  bottom: 15px !important;
}

.sa-category {
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}

.sa-category a {
  text-decoration: none;
}

.sa-category a:hover {
  text-decoration: underline;
}

h1.sa-title {
  text-transform: none;
  margin-bottom: .5rem;
  font-size: 2.7rem;
}

.sa-content {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.sa-content .table th,
.sa-content .table td {
  border-top: 0px;
}

.sa-content p {
  margin-bottom: 2.1rem;
}

.sa-content blockquote {
  margin-right: 5rem;
  margin-left: 0rem;
  padding: 10px 20px 10px 18px;
  font-size: 1.3rem;
  border-left: 3px solid #1e73ff;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.sa-content h3,
.sa-content h2 {
  text-transform: none;
  font-size: 1.7rem;
  margin-bottom: .2rem;
}

.sa-content h3 {
  font-size: 1.3rem;
}

.sa-content img {
  display: block;
  padding: .3rem;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin: 0px auto 2.1rem auto;
}

.form-box.sa-content-box {
  padding: .9rem 1.5rem;
}

.sa-side-links .hc-left-menu-ul li a {
  padding-left: 0rem;
}

.sa-side-links .hc-left-menu-ul li {
  margin-bottom: .5rem;
}

.sa-side-links h4 {
  font-size: 1rem;
}

.sa-side-links .hc-left-menu-ul li a {
  color: #444;
}

.sa-content-index .article-holder {
  background-color: #fff;
  padding: .8rem;
  border: 1px solid #cecece;
  margin-bottom: 1.5rem;
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
}

.sa-content-index a.article-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.2rem;
  color: #2d2d2d;
  text-decoration: none;
}

.sa-content-index a.article-img-title {
  color: #fff;
}

.sa-content-index .article-cat a {
  text-decoration: none;
  font-size: 0.75rem;
  margin: .15rem 0;
  display: block;
  color: #555;
}

.sa-hero-categories {
  margin-bottom: 2rem;
}

.sa-hero-categories > .item > div a {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #cecece;
  text-align: center;
  display: block;
  margin-bottom: .5rem;
  margin-right: .5rem;
}

.sa-hero-categories > .item > div a:hover {
  background-color: #f5f5f5;
}

.article-img-holder {
  width: 100%;
  height: 90px;
  background-color: #111;
  text-align: center;
  position: relative;
}

.article-img-holder a.article-title {
  color: #fff;
}

.article-img-holder .article-img-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5;
  position: absolute;
  padding: .5rem;
}

.sa-content-index a.article-img-title:hover .article-img-holder .article-img-bg {
  opacity: .7;
}

.sa-content-index .article-img-bg-text {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px #2d2d2d;
}

.sa-content-index a.article-title.article-title-txt {
  margin: .5rem 0 .1rem 0;
  display: block;
}

.sa-content-index a.article-title.article-title-txt:hover,
.sa-content-index .article-cat a:hover {
  text-decoration: underline;
}

.sa-content-index .article-read-more {
  margin: .7rem 0 0 0;
}

.sa-content-index .article-read-more a {
  margin: 0;
  color: #1e73ff;
}

.sa-search-row {
  margin-bottom: 2rem;
}

.sa-search-articles {
  position: relative;
}

.sa-search-articles:after {
  color: #999999;
  font-size: 16px;
  line-height: 0;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 50%;
  z-index: 1;
  content: "\F002";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  display: block;
}

.sa-search-form {
  padding-left: 30px;
}

.form-control::-webkit-input-placeholder {
  font-style: normal;
}

.form-control::-moz-placeholder {
  font-style: normal;
}

.form-control::-ms-input-placeholder {
  font-style: normal;
}

.form-control::placeholder {
  font-style: normal;
}

.sa-search-title-hero {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
  text-align: center;
  margin: 1rem 0 .6rem 0;
}

.sa-search-hero {
  max-width: 700px;
}

.sa-search-hero .sa-search-articles {
  max-width: 500px;
  display: block;
}

.standard-article-img-bg {
  background-image: url("/img/blue-fractal.png");
}

.sa-search-hero .sa-search-row {
  margin-bottom: .8rem;
}

.sa-search-hero p {
  margin-bottom: 2rem;
}

.sa-search-hero .sa-search-form {
  font-size: 1.3rem;
  padding: .5rem 1rem .5rem 2rem;
  height: auto;
}

.search_users.tp-roster-box > div:first-child img {
  max-height: 75px;
  max-width: 75px;
}

.search_users.tp-roster-box > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
}

.cdm-zone-long {
  margin: 2.5rem auto;
  max-width: 970px;
  overflow: hidden;
}

.cdm-zone-rec {
  margin: 20px auto;
  max-width: 300px;
  overflow: hidden;
}

a.btn-outline-gray,
.btn-outline-gray {
  border: 1px solid #aaa;
  color: #555;
  background-color: #f7f7f7;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  padding: .25rem .625rem;
}

a.btn-outline-gray:hover,
.btn-outline-gray:hover {
  color: #1e73ff;
  border-color: #1e73ff;
}

#beta_marker {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: center;
  display: block;
  display: inline-block;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  background-color: #f6852e;
  background-image: linear-gradient(45deg, #f26e0c 0%, #f59f09 50%, #f26e0c 100%);
  color: #fff;
  padding: 1px 2px;
}

.mys-div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.extra-menu-divider {
  display: none;
}

.lp-nav {
  background-color: #121212;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/promo-layout/dark-header-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

.lp-nav .nav-item a.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding-right: .8rem;
  padding-left: .8rem;
}

.lp-nav .nav-item a.nav-link:hover {
  text-decoration: underline;
}

a.btn-outline-dark,
.btn-outline-dark {
  border: 1px solid #333;
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  padding: .25rem .625rem;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

a.btn-outline-dark:hover,
.btn-outline-dark:hover {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  text-decoration: none !important;
}

.lp-nav .navbar-toggler-icon {
  color: #fff;
  width: auto;
  height: auto;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0.75rem;
}

.lp-nav .dropdown-menu {
  top: 54px;
  border-radius: 0px;
  border: 0px solid #151515;
  background-color: #151515;
}

.lp-nav .dropdown-item {
  text-decoration: none;
  color: #eee;
  padding: .25rem 1rem;
}

.lp-nav .dropdown-item:hover {
  background-color: #111;
  color: #fff;
}

.lp-user-box {
  color: #fff;
}

.lp-user-box a {
  color: #fff;
  text-decoration: none;
}

.lp-user-box a:hover {
  text-decoration: underline;
}

.lp-nav .img-holder {
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-left: .7rem;
}

.lp-stream {
  margin-top: 4.75rem;
  padding: 1.5rem 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.lp-page-nav {
  background-color: #fff;
}

.lp-page-nav .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.lp-page-nav .umg-tabs li a,
.lp-page-nav .umg-tabs li span {
  padding: 1.8rem 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.lp-page-nav .umg-tabs li span {
  display: block;
  padding-right: 0;
}

.lp-page-nav .umg-tabs li.active a,
.lp-page-nav .umg-tabs li a:hover,
.lp-page-nav .umg-tabs li a.active {
  border-color: #000;
  color: #000;
}

.lp-page-footer-text {
  color: #2d2d2d;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin: 1rem 0;
}

.lp-page-footer {
  margin: 5rem 0 2rem 0;
}

.lp-page-footer-links a {
  color: #2d2d2d;
  text-decoration: none;
  margin-right: 1rem;
}

.lp-page-footer-links a:hover {
  text-decoration: underline;
}

.lp-page-footer-links a:last-child {
  margin-right: 0;
}

.lp-page-bottom-umg {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/promo-layout/umg_feat_bg.png);
  background-repeat: repeat-x;
  background-color: #1a1a1a;
  color: #fff;
  text-align: right;
  height: 180px;
}

.lp-page-content-border {
  background-color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #2d2d2d;
  margin-top: 1.5rem;
}

.lp-page-bottom-umg-dream {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.3rem;
  margin-bottom: .9rem;
  max-width: 22.875rem;
}

.lp-page-content .this_event_rules p,
.lp-page-content .this_event_rules h2,
.lp-page-content .this_event_rules ol li {
  color: #2d2d2d;
}

.lp-stream-non-active.lp-page-content .lp-page-content-border {
  padding: 1.5rem;
}

.lp-page-content .event_t {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.lp-sub-nav .umg-tabs {
  margin-bottom: 0rem;
}

.lp-sub-nav .navbar-toggler {
  margin: 0px auto;
  padding: 1.8rem 1.5rem;
}

.t-filter-time-and-quick {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-filter-time-and-quick div:first-child {
  margin-right: 1rem;
}

#header .menu .dark-theme-switch > div {
  position: relative;
  padding: .25rem .625rem .4625rem .625rem;
  color: #e3eefe;
  display: block;
  position: relative;
}

#header .menu .dark-theme-switch i {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
  display: inline-block;
  padding-right: .8rem;
}

#header .menu .dark-theme-switch label {
  margin-bottom: 0;
}

#header .menu .dark-theme-switch .dark-theme-link span {
  display: block;
  cursor: pointer;
}

#header .menu .dark-theme-switch .custom-control.border-switch {
  padding-left: 0;
  cursor: pointer;
}

#header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-input {
  display: none;
}

#header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: #99c70f;
}

#header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: #99c70f;
}

#header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 5px 0px 0px;
  top: 0px;
  width: 32px;
  height: 20px;
  background: #1431a7;
  border-radius: 16px;
  -webkit-transition: .15s;
  transition: .15s;
  border: 2px solid #0b55c2;
}

#header .menu .dark-theme-switch .custom-control.border-switch .border-switch-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  top: 2px;
  left: 2px;
  background: #82afef;
}

.mobile-extra-nav {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image03.jpg);
}

.game-info-platicons > div {
  margin-right: 0.3rem;
}

.game-info-platicons > div:last-child {
  margin-right: 0;
}

.win-cash-now {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image03.jpg);
  color: #2d2d2d;
}

.bank_wd_box {
  margin-top: 10px;
  padding: 15px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}

.main-content .carousel-holder .logo-game.logo-game-center {
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.decline-invite {
  color: #222;
}

.showing-pagination {
  color: #bbb;
}

.discord-box {
  text-align: center;
  margin-top: 1rem;
}

.discord-box a {
  display: inline-block;
  border-radius: 3px;
  background-color: #7289da;
  padding: .4rem .4rem .3rem .4rem;
  text-decoration: none;
}

.discord-box a span {
  display: inline-block;
}

.discord-box a span.discordbtn-right {
  padding-left: 10px;
}

.aside-bar-collapsed .discord-box a span.discordbtn-right {
  display: none;
}

#ff-modal .modal-content {
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/layout/promotions/friday-fortnite/ff-popup-bg.jpg);
  background-color: #10100e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#ff-modal .ff-modal-title {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #e5e5e5;
  font-size: 1rem;
  text-align: center;
  margin: .7rem 0 1.7rem 0;
}

#ff-modal .modal-dialog {
  max-width: 700px;
}

#ff-modal .ff-modal-subtext {
  color: #5b3e38;
  font-size: 0.625rem;
  text-align: center;
}

#ff-modal .ff-modal-s-holder {
  margin: 1.7rem auto 0px auto;
  max-width: 480px;
}

#ff-modal .ff-modal-char1,
#ff-modal .ff-modal-char2 {
  position: absolute;
  bottom: 0;
  left: -51px;
  height: 240px;
  width: 200px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/layout/promotions/friday-fortnite/ff-popup-char1.png);
}

#ff-modal .ff-modal-char2 {
  right: -50px;
  left: auto;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/layout/promotions/friday-fortnite/ff-popup-char2.png);
}

#ff-modal .close {
  color: #eee;
  opacity: .8;
  text-shadow: 0px 0px #000;
}

#ff-modal .close:hover {
  opacity: 1;
}

#mm-modal .modal-content {
  background-image: url(https://umg-uploads.s3.us-east-2.amazonaws.com/layout/promotions/monday-minecraft/mm-popup-bg.jpg);
  background-color: #10100e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#mm-modal .mm-modal-title {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #e5e5e5;
  font-size: 1rem;
  text-align: center;
  margin: .7rem 0 1.7rem 0;
}

#mm-modal .modal-dialog {
  max-width: 700px;
}

#mm-modal .mm-modal-subtext {
  color: #5b3e38;
  font-size: 0.625rem;
  text-align: center;
}

#mm-modal .mm-modal-s-holder {
  margin: 1.7rem auto 0px auto;
  max-width: 420px;
}

#mm-modal .mm-modal-char1,
#mm-modal .mm-modal-char2 {
  position: absolute;
  bottom: 0;
  left: -51px;
  height: 240px;
  width: 200px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(https://umg-uploads.s3.us-east-2.amazonaws.com/layout/promotions/monday-minecraft/mm-popup-char1.png);
}

#mm-modal .mm-modal-char2 {
  right: -50px;
  left: auto;
  background-image: url(https://umg-uploads.s3.us-east-2.amazonaws.com/layout/promotions/monday-minecraft/mm-popup-char2.png);
}

#mm-modal .close {
  color: #eee;
  opacity: .8;
  text-shadow: 0px 0px #000;
}

#mm-modal .close:hover {
  opacity: 1;
}

#mm-modal .mm-modal-title-main {
  font-size: 37px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}

#mm-modal .mm-modal-title-main span {
  color: #9eec07;
}

.lp-right-of-stream #landing_tournaments_holder {
  /*height: 523px;*/
  background: #141414;
  padding: 0.5rem;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/auth_bg-dark.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #efefef;
}

.lp-right-of-stream #landing_tournaments_holder h3 {
  padding: 1rem 0;
}

.lp-right-of-stream #landing_tournaments {
  overflow: hidden;
}

.lp-right-of-stream.friday-fortnite .landing-tournaments-container {
  height: 335px;
}

.lp-right-of-stream .landing-tournaments-container {
  height: 448px;
  overflow: hidden;
}

.lp-right-of-stream .lp-sponsor-under-t-list {
  padding-top: .5rem;
  height: 110px;
}

.lp-right-of-stream .landing-tournament-list-row {
  position: relative;
  height: 85px;
  margin: 0.5rem 1rem 1rem 0rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #212121;
}

.lp-right-of-stream .landing-tournament-list-info {
  position: absolute;
  left: 85px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-right-of-stream .landing-tournament-list-inner-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-right-of-stream .landing-tournament-list-inner-row2 {
  width: 100%;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-right-of-stream .tournament-list-col-3 {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0px 5px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #efefef;
  vertical-align: top;
}

.lp-right-of-stream .tournament-list-col-4 {
  float: left;
  width: 40%;
  text-align: center;
  padding: 0px 5px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #2d2d2d;
  vertical-align: top;
}

.lp-right-of-stream .landing-tournament-list-thumb {
  position: absolute;
  width: 85px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
}

.lp-right-of-stream .landing-tournament-list-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.lp-right-of-stream .tournament-list-col-3 .title-span {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #eee;
  display: block;
  margin-bottom: .7rem;
  font-weight: 400;
}

.lp-right-of-stream .tournament-list-col-4 .title-span {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  color: #eee;
  display: block;
  margin-bottom: .7rem;
  font-weight: 400;
}

.lp-right-of-stream .umg-credit {
  line-height: 20px;
}

.lp-right-of-stream .tournament-list-col-3 .title-span.title-span-entry.with-credit {
  margin-bottom: .3rem;
}

.lp-right-of-stream .tournament-list-col-4 .title-span {
  margin-bottom: .4rem;
}

.lp-right-of-stream .btn-blue {
  font-size: 11px;
  padding: .3rem .5rem;
}

.lp-right-of-stream .lp-stream-header a {
  display: inline-block;
  color: #efefef;
  text-decoration: none;
}

.lp-right-of-stream .lp-stream-header a:after {
  display: block;
  content: "";
  border-bottom: 3px solid #1e73ff;
}

.lp-right-of-stream .restricted-green {
  color: #66c936;
}

.hp-ff-gfuel {
  background-image: url(https://umg-uploads.s3.us-east-2.amazonaws.com/layout/promotions/friday-fortnite/dark-header-bg.png);
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 101px;
  position: relative;
  margin-bottom: 2rem;
}

.hp-ff-gfuel-inner {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}

.hp-ff-gfuel-logo {
  padding: 0 50px;
  margin-top: -10px;
}

.hp-ff-box-middle {
  padding: 2rem 4rem;
}

.hp-ff-box {
  background-image: url(https://umg-uploads.s3.us-east-2.amazonaws.com/layout/promotions/friday-fortnite/fp-ff-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 2rem;
}

.hp-ff-box h1 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2.0rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px #020e1a;
}

a.hp-ff-btn {
  background-color: #eb9235;
  color: #fff;
  text-shadow: 1px 1px #7b5011;
  font-size: 1.25rem;
  padding: .7rem 2rem;
}

a.hp-ff-btn:hover {
  background-color: #fca54a;
}

a.hp-ff-btn-left {
  margin-right: 1rem;
  background-color: #d51c28;
  text-shadow: 1px 1px #550c11;
}

a.hp-ff-btn-left:hover {
  background-color: #e33642;
}

.hp-ff-box-lower {
  padding-bottom: 3rem;
}

.lp-sponsor-under-chat {
  background-color: #faf9fa;
  border-bottom: 1px solid #dad8de;
  padding: .5rem;
}

.lp-sponsor-under-chat img {
  max-height: 45px;
}

#verifying .panel {
  background-color: #fff;
  margin-top: 2rem;
}

#verifying .panel .panel-body {
  color: #2d2d2d;
}

.t_img_boxer {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 6px;
}

.t_img_boxerist {
  padding: 7px;
  background-color: #ececec;
  border: 1px solid #ccc;
  margin: 0 6px 6px 0;
}

#bracket_holster.zoom-3 .bracket_header .round > div,
#bracket_holster.zoom-3 .bracket .round .match {
  width: 245px;
}

#bracket_holster.zoom-2 .bracket_header .round > div,
#bracket_holster.zoom-2 .bracket .round .match {
  width: 225px;
}

#bracket_holster.zoom-2 .bracket .round .match .team .team_img_td {
  width: auto;
}

#bracket_holster.zoom-2 .bracket .round .match .team .team_img {
  width: 27px;
  height: 27px;
}

#bracket_holster.zoom-2 .bracket .round .match .team .team_name span {
  max-width: 132px;
  overflow: hidden;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: none;
  word-break: normal;
  word-break: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(2) .match:nth-of-type(odd):after {
  height: 200%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(3) .match:nth-of-type(odd):after {
  height: 500%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(4) .match:nth-of-type(odd):after {
  height: 1100%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(5) .match:nth-of-type(odd):after {
  height: 2300%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(6) .match:nth-of-type(odd):after {
  height: 4600%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(7) .match:nth-of-type(odd):after {
  height: 9275%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(8) .match:nth-of-type(odd):after {
  height: 18700%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(9) .match:nth-of-type(odd):after {
  height: 35000%;
}

#bracket_holster.zoom-2 .bracket .round:nth-of-type(10) .match:nth-of-type(odd):after {
  height: 74000%;
}

#bracket_holster.zoom-1 .bracket_header .round > div,
#bracket_holster.zoom-1 .bracket .round .match {
  width: 185px;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_img_td {
  width: auto;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_img {
  width: 17px;
  height: 17px;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_name span {
  max-width: 110px;
  overflow: hidden;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: none;
  word-break: normal;
  word-break: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_seed {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_score {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

#bracket_holster.zoom-1 .bracket .round .match .view-match {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

#bracket_holster.zoom-1 .bracket .round:first-of-type .match {
  margin: 0 1rem inherit 0;
}

#bracket_holster.zoom-1 .bracket .round .match .view-match a {
  padding: 0.1125rem 0;
}

#bracket_holster.zoom-1 .bracket .round .match .view-match.expanded {
  bottom: -17px;
}

#bracket_holster.zoom-1 .bracket .round .match .team .team_score span {
  width: 24px;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(2) .match:nth-of-type(odd):after {
  height: 250%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(3) .match:nth-of-type(odd):after {
  height: 590%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(4) .match:nth-of-type(odd):after {
  height: 1300%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(5) .match:nth-of-type(odd):after {
  height: 2700%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(6) .match:nth-of-type(odd):after {
  height: 5490%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(7) .match:nth-of-type(odd):after {
  height: 11030%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(8) .match:nth-of-type(odd):after {
  height: 22000%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(9) .match:nth-of-type(odd):after {
  height: 35000%;
}

#bracket_holster.zoom-1 .bracket .round:nth-of-type(10) .match:nth-of-type(odd):after {
  height: 74000%;
}

#bracket_holster.zoom-4 .bracket_header .round > div,
#bracket_holster.zoom-4 .bracket .round .match {
  width: 300px;
}

#bracket_holster.zoom-4 .bracket .round .match .team .team_img_td {
  width: auto;
}

#bracket_holster.zoom-4 .bracket .round .match .team .team_img {
  width: 65px;
  height: 65px;
}

#bracket_holster.zoom-4 .bracket .round .match .team .team_name span {
  max-width: 162px;
  overflow: hidden;
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: none;
  word-break: normal;
  word-break: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(2) .match:nth-of-type(odd):after {
  height: 170%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(3) .match:nth-of-type(odd):after {
  height: 450%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(4) .match:nth-of-type(odd):after {
  height: 925%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(5) .match:nth-of-type(odd):after {
  height: 1900%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(6) .match:nth-of-type(odd):after {
  height: 3800%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(7) .match:nth-of-type(odd):after {
  height: 7600%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(8) .match:nth-of-type(odd):after {
  height: 15250%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(9) .match:nth-of-type(odd):after {
  height: 32000%;
}

#bracket_holster.zoom-4 .bracket .round:nth-of-type(10) .match:nth-of-type(odd):after {
  height: 64000%;
}

.bracket-zoom-out,
.bracket-zoom-in {
  cursor: pointer;
}

.vm-chat {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.vm-chat > div:first-child {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  overflow: none;
  position: relative;
  height: 250px;
  border-right: 1px solid #cecece;
  font-size: 0.8125rem;
  overflow-y: auto;
}

.vm-chat > div > div:first-child {
  max-height: 125px;
}

.vm-chat > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  height: 125px;
  overflow: hidden;
}

.vm-chat .chat-username {
  font-weight: bold;
}

.vm-chat .chat-timestamp {
  font-weight: normal;
  color: #666;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.vm-chat > div > div div p {
  display: block;
  border-left: 3px solid #fff;
  padding-left: 3px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: .75rem;
}

.vm-chat > div > div div.team-blue p {
  border-color: #3659bd;
}

.vm-chat > div > div div.team-red p {
  border-color: #b93131;
}

.vm-chat > div > div div.team-purple p {
  border-color: #b531b9;
}

.vm-chat > div > div div.team-purple p .chat-username {
  color: #86048a;
}

.vm-chat ul.vm-chat-users {
  padding-left: 8px;
  margin: 0;
  list-style: none outside none;
}

.vm-chat ul.vm-chat-users li:before {
  content: "\F111";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.5625rem;
  line-height: 1.125rem;
  display: inline-block;
  margin-right: 5px;
}

.vm-chat ul.vm-chat-users li {
  width: 200px;
}

.vm-chat ul.vm-chat-users li.online:before {
  color: #90af14;
}

.vm-chat ul.vm-chat-users li.offline:before {
  color: #d4d4d4;
}

.vm-chat ul.vm-chat-users li.idle:before {
  color: #df9e4a;
}

.vm-chat ul.vm-chat-users li a {
  color: #2d2d2d;
  text-decoration: none;
}

.vm-chat ul.vm-chat-users li a:hover {
  text-decoration: underline;
}

.vm-chat-inputs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: .4rem;
  font-size: 0.8125rem;
}

.vm-chat-inputs > div:first-child {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.vm-chat-inputs > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.vm-chat-inputs input[type='text'],
.chat-select-menu {
  border-radius: 3px;
  border: 1px solid #cecece;
  padding: .3rem;
  color: #2d2d2d;
  width: 100%;
  background-color: #fbfbfb;
}

.chat-select-menu {
  margin-top: 1rem;
}

.vm-chat-inputs button {
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 0.6875rem;
  text-align: center;
  margin-left: .3rem;
  padding: .385rem;
  border-radius: 3px;
  border: 1px solid #cecece;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}

.vm-chat-inputs button:hover {
  background-color: #fbfbfb;
  color: #555;
}

.investors-section {
  background-color: #121212;
  background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/promo-layout/dark-header-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  padding: 2rem 0;
  color: #fff;
}

.investors-section p {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.mys-p {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0rem;
}

.mys-holder {
  padding: 1rem 1rem 1rem 3.8rem;
  background-color: #fff;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.mys-holder .mys-before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  left: 1rem;
}

.mys-holder .mys-before .fa-trophy {
  color: #ffc71c;
}

.mys-holder.tournament {
  border-left: 3px solid #ffc71c;
}

.mys-holder .mys-before .icon-vs-search {
  color: #1e73ff;
}

.mys-holder.match {
  border-left: 3px solid #1e73ff;
}

.match-detials-css {
  margin-left: 0;
  padding-left: 0.9rem;
}

.vm-chat-settings {
  font-size: 1.05rem;
  color: #555;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.vm-chat-parent {
  position: relative;
}

.vm-chat-settings-window {
  position: absolute;
  right: 1.5rem;
  padding: .5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 0px;
  z-index: 1;
  width: 13rem;
  display: none;
}

.vm-chat-settings-window label:last-child {
  margin-bottom: 0px;
}

.vm-chat-settings-window .member-me span {
  font-size: .8rem;
}

.vm-chat-settings-title {
  font-size: .7rem;
  text-transform: uppercase;
  line-height: .7rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem;
  color: #2d2d2d;
}

.join-tournament-mobile {
  display: none;
  padding: 15px;
  border-bottom: 3px solid white;
}

.win-percent-full-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.win-percent-full-holder {
  margin-right: 5px;
}

.global-percent-holder {
  color: #C1C1C1;
}

.game-stat-card-divider {
  height: 1px;
  width: 100%;
  opacity: 0.29;
  background-color: #D8D8D8;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

.up-mp-title-container {
  display: block;
}

.up-mp-title-container-mobile {
  display: none;
}

body {
  min-width: 320px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1370px) {
  .your-cart .btn-cp {
    display: block;
    min-width: auto;
    margin-bottom: .8rem;
  }

  .btn-cp-vc {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .up-activity-match-col-2 span.up-activity-team {
    display: none;
  }

  .vmf-team {
    font-size: .8rem;
    line-height: .9rem;
  }

  .vmf-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5625rem;
            flex: 0 0 4.5625rem;
    height: 4.5625rem;
  }

  .vmf-score {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
  }

  .mf-qf li button span {
    display: none;
  }

  .dash-ma-4 {
    display: none;
  }

  .lb-thisuser-img {
    top: 0;
    bottom: 0;
  }

  .lb-thisuser-img img {
    max-width: 75px;
    max-height: 75px;
  }

  .lb-thisuser-box {
    left: 5px;
    background: rgba(207, 207, 207, 0);
  }
}

@media (max-width: 1110px) {
  .hidden-mf-cls {
    display: none;
  }

  .mf-match-col-1 {
    width: 50%;
  }

  .mf-match-col-2 {
    width: 25%;
  }

  .mf-thumb-holder > .mf-badge {
    display: block;
  }

  .hc-match-text-hide {
    display: none;
  }

  .hc-tabs .nav-link {
    padding: 1.5rem 1rem;
  }

  #shop .si,
  #product .si,
  #store-categories .si,
  #cart .si,
  #checkout-address .si,
  #checkout-shipping .si,
  #checkout-payment .si,
  #games-holder .si {
    padding-top: 0;
  }

  .hidden-mid-large {
    display: none;
  }

  .lp-right-of-stream .tournament-list-col-3.entry,
  .lp-right-of-stream .tournament-list-col-3.size {
    display: none;
  }

  .lp-right-of-stream .tournament-list-col-3 {
    width: 30%;
  }

  .lp-right-of-stream .tournament-list-col-4 {
    width: 70%;
  }

  .lp-right-of-stream .lp-tlist-hide-txt {
    display: none;
  }

  .vm-chat > div:last-child,
  .vm-chat-inputs > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}

@media (max-width: 991px) {
  .lp-sub-nav .navbar-toggler {
    display: block;
  }

  .lp-sub-nav-main li,
  .lp-sub-nav-sub li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .lp-sub-nav-main li a,
  .lp-sub-nav-sub span {
    display: block;
    text-align: center;
    padding: 1.8rem 1.5rem;
  }

  .lp-page-nav .umg-tabs li span {
    padding: 1.8rem 1.5rem;
    color: #999;
    font-family: "Open Sans", sans-serif;
  }

  .lp-page-nav .umg-tabs li a,
  .lp-page-nav .umg-tabs li span {
    border-bottom: 0px;
  }

  .lp-user-box-auth {
    display: none !important;
  }

  .extra-menu-divider {
    display: block;
  }

  #beta_marker {
    top: 6px;
  }

  .profile-box .info-holder {
    float: left;
    max-width: 140px;
    overflow: hidden;
    margin-right: .5rem;
    margin-top: .15rem;
    display: block;
  }

  .profile-box .info-holder:hover span,
  .profile-box .info-holder:hover p {
    border-bottom: 0px;
    text-decoration: none;
  }

  a.profile-box:hover {
    text-decoration: none;
    border-bottom: 0px;
  }

  .profile-box .img-holder {
    float: right;
  }

  .profile-box .info-holder .name {
    text-align: right;
    display: block;
  }

  .profile-box .info-holder p {
    font-size: 0.6875rem;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
  }

  .profile-box .info-holder .name {
    text-align: right;
  }

  .h_creadit_count {
    display: none;
  }

  #header .slide ul {
    background-color: rgba(0, 0, 0, 0.1);
    padding: .5rem 0;
  }

  #header .menu li.slide-active > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  #header .menu li.hover > a {
    color: #fff;
  }

  #header .menu a {
    font-size: .875rem;
    color: #e3eefe;
    padding: .625rem .9375rem .75rem 3.0625rem;
  }

  #header .menu a:only-child:after {
    content: none;
  }

  #header .navbar-brand img {
    padding: .3rem 0;
  }

  .footer-nav {
    padding-bottom: 3rem;
  }

  .hc-tabs .nav-link {
    padding: 1.5rem 1rem;
  }

  .anf {
    margin: -15px -15px 0 -15px;
  }

  .mobile-extra-nav {
    margin: 0 0 0 -15px;
  }

  .scroll-content .scroll-content-container {
    padding-bottom: 2.9rem;
  }

  .anf-main {
    padding: 15px;
  }

  .jq-toast-wrap.toast-position-collapsed {
    left: 15px;
    bottom: 72px;
  }

  .inv-item .inv-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

  .jq-toast-wrap.toast-position-collapse {
    left: 15px;
    bottom: 72px;
  }

  .anf-main #footer {
    margin-left: 15px;
  }

  .lp-nav .nav-item a.nav-link {
    text-align: center;
    font-size: 1.2rem;
  }

  .lp-nav .lp-user-box {
    text-align: center;
    padding: .3rem 0;
  }

  .lp-nav .navbar-nav {
    margin-top: 0px !important;
  }

  .lp-nav .dropdown-item {
    text-align: center;
  }

  .lc-1kqzz97 {
    display: none;
  }

  .ft-img-prime {
    left: 62%;
  }

  .center-game-stat-col,
  .left-game-stat-col,
  .right-game-stat-col {
    padding: 0 1.5625rem;
  }

  .up-mp-trophys-full {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }

  .up-mp-title-container {
    display: none;
  }

  .up-mp-title-container-mobile {
    display: block;
  }

  .game-stat-card-divider {
    display: block;
  }
}

@media (max-width: 767px) {
  .anf-main-cnt {
    padding-bottom: 0px;
  }

  .main-content .carousel-holder .logo-game.logo-game-center {
    -webkit-transform: translateY(-10%) translateX(-50%);
            transform: translateY(-10%) translateX(-50%);
    top: 10%;
  }

  .lp-page-bottom-sponsors .col-md-6 {
    margin-bottom: 1.5rem;
  }

  .lp-sponsor-row .col-lg-3 {
    display: none !important;
  }

  .lp-stream-embed {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }

  .lp-stream-embed iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .lp-stream-embed-chat {
    display: none;
  }

  .quick-filters,
  .advanced-filters {
    text-align: center;
  }

  .t-filter-time-and-quick div:first-child {
    margin-right: 0;
  }

  .t-filter-time-and-quick {
    display: block;
  }

  #header .menu {
    height: calc(100vh - 48px);
  }

  .tournament-info li br {
    display: none;
  }

  .tournament-list-col-1 {
    float: none;
    width: auto;
    text-align: center;
    padding: 15px 0px 15px 0px;
  }

  .tournament-list-col-2 {
    width: 50%;
    padding-bottom: 25px;
  }

  .tournament-list-info {
    position: static;
    left: 0;
    display: block;
  }

  .tournament-list-inner-row {
    display: block;
  }

  .tournament-list-row {
    height: auto;
  }

  .tournament-list-thumb {
    position: relative;
    width: auto;
    height: 120px;
  }

  .tournament-list-inner-row:after,
  .tournament-list-row:after {
    content: "";
    clear: both;
    display: block;
  }

  .filter-holder-mb {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .credit-slider-box .filter-holder-mb {
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .apply-filters-mb {
    padding-bottom: 20px;
    text-align: center;
  }

  .apply-filters-mb .filter-btn {
    display: inline-block;
  }

  .filter-holder-mb .label {
    text-align: center;
  }

  .profile-holder {
    padding: 0;
  }

  .btn-header {
    margin-right: 0px;
  }

  .game-header-image .logo-box {
    display: none;
  }

  .hc-content {
    background-image: none;
  }

  .ladder-custom-select {
    margin-top: 1rem;
  }

  .ladder-game-infobox {
    margin-top: 1rem;
  }

  .hc-left-menu {
    padding: 1rem;
  }

  #footer .social-holder {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-bottom: .7rem;
  }

  .footer-nav {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .hc-row .col-12 > .t-bracket-btn-box {
    float: none;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.3rem;
    margin-right: 0px;
  }

  .hc-row .col-12 > .t-bracket-btn-box:after {
    content: "";
    clear: both;
    display: block;
  }

  .bracket_holder {
    margin-top: 0px;
  }

  .t-page-title-table {
    margin: 1.5rem 0 0 0;
  }

  .tourn-flags {
    margin: 1rem 0 0 0;
    text-align: center;
  }

  .up-fa {
    margin-bottom: .6rem;
  }

  .header-user-image {
    height: 5.5rem;
    width: 5.5rem;
    left: 1rem;
    top: 20px;
    margin-top: 0px;
  }

  .user-header-image {
    height: 11rem;
  }

  .h-info {
    left: 6.95rem;
    top: 20px;
    margin-top: 0px;
    height: auto;
  }

  .up-mp .up-mp-info .up-mp-left {
    text-align: center;
    padding-left: 0;
    padding-bottom: 0rem;
  }

  .up-mp-game:after {
    left: 24px;
    margin-left: -1.5rem;
    width: 50%;
  }

  .up-mp .up-mp-info .up-mp-right {
    padding-right: 0;
  }

  .up-mp-game,
  .up-mp-game2 {
    margin-bottom: 1rem;
  }

  .performance_trend {
    margin: 1rem 0 4rem;
  }

  .up-activity-thumb-holder {
    position: static;
    left: 0;
    width: 100%;
    height: 3rem;
  }

  .up-activity-game-line {
    height: 3rem;
  }

  .up-activity-row {
    height: auto;
  }

  .up-activity-match-info {
    left: 0;
    position: static;
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .up-activity-match-col-1,
  .up-activity-match-col-3 {
    width: 100%;
    position: static;
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .up-activity-match-col-2 {
    width: 100%;
    position: static;
    padding: .8rem 0;
  }

  .up-activity-match-col-1 {
    text-align: center;
    margin-top: .8rem;
  }

  .up-activity-reward {
    padding-bottom: .8rem;
  }

  .match-actions-mobile {
    display: block;
  }

  #teamholder {
    margin-top: 1rem;
  }

  .show-mobile {
    display: block;
  }

  .cart-ap {
    float: none;
  }

  .cart-ap .btn {
    width: 100%;
    margin-top: 1rem;
  }

  .cart-ap-left {
    text-align: center;
  }

  .anf-main #footer {
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
    display: none;
  }

  .show-mobile #footer {
    display: block;
    margin-top: 2rem;
  }

  .t-icon_image {
    display: none;
  }

  .tournament-header-image .t-info {
    max-width: 24rem;
  }

  .lb-info .responsive-tabs.nav-tabs > li {
    border: 0px solid #bbbaba;
  }

  .lb-info .responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 10px;
    right: 22px;
    color: #fff;
  }

  .ff-sponsor img {
    height: auto;
    max-width: 410px;
  }

  .lb-playmatches {
    line-height: 29px;
    text-align: center;
    padding: 10px 0px;
  }

  .lb-poweredbyhead {
    margin: 0px auto 0px auto;
    padding-top: 0px;
    text-align: center;
  }

  .lb-weekseletor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    justify-self: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
  }

  .lb-weekseletor-holder {
    height: 40px;
  }

  .lb-bigcontain h1 {
    text-align: center;
  }

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

  .lb-umgline-img {
    padding-bottom: 10px;
  }

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

  .dash-ma-3 {
    display: none;
  }

  .dash-ma-row > [class*="dash-ma-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .mys-div {
    display: block;
    text-align: center;
  }

  .mys-div > div:last-child {
    margin-top: 0.7rem;
  }

  .mys-holder h3 {
    text-align: center;
  }

  #ff-modal .ff-modal-char1,
  #ff-modal .ff-modal-char2,
  #mm-modal .mm-modal-char1,
  #mm-modal .mm-modal-char2 {
    display: none;
  }

  .lp-right-of-stream .tournament-list-col-3.entry,
  .lp-right-of-stream .tournament-list-col-3.size {
    display: block;
  }

  .lp-right-of-stream .tournament-list-col-3 {
    width: 20%;
  }

  .lp-right-of-stream .tournament-list-col-4 {
    width: 40%;
  }

  .lp-right-of-stream .lp-tlist-hide-txt {
    display: inline-block;
  }

  .ft-img-prime {
    left: 55%;
  }

  .nav-active .menu-top-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 46px;
    height: 100%;
    z-index: 100;
  }
}

@media (max-width: 750px) {
  .cdm-zone-long {
    max-width: 320px;
  }

  .mf-qf {
    margin-bottom: 1rem;
  }
}

@media (max-width: 650px) {
  .hp-ff-gfuel-logo {
    padding: 0 10px;
    margin-top: 0px;
  }

  .hp-ff-gfuel {
    height: auto;
  }

  .hp-ff-gfuel-inner {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .hp-ff-box {
    padding: 0 .5rem;
  }

  a.hp-ff-btn {
    font-size: 1rem;
    padding: .7rem 1rem;
  }

  .hp-ff-box-middle {
    padding: 2rem .5rem;
  }
}

@media (max-width: 630px) {
  .tournament-header-image .t-cta {
    display: none;
  }

  .tournament-header-image .t-info {
    max-width: none;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .join-tournament-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .home-page #footer .about-holder {
    text-align: center;
    width: 100%;
  }

  .main-content .carousel-holder .logo-game {
    top: 10px;
  }

  .mf-thumb-holder {
    position: static;
    left: 0;
    width: 100%;
    height: 3rem;
  }

  .mf-game-line {
    height: 3rem;
  }

  .mf-match-info {
    width: 100%;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mf-app-row {
    height: auto;
  }

  .mf-match-cta {
    position: static;
    width: auto;
    margin-top: 0rem;
  }

  .mf-match-cta:after {
    content: "";
    clear: both;
    display: block;
  }

  a.mf-match-cta-view,
  a.mf-match-cta-accept {
    border-top: 1px solid #cecece;
    border-bottom: 0px solid #cecece;
    border-left: 0px solid #cecece;
    float: left;
    width: 50%;
  }

  a.mf-match-cta-accept {
    border-left: 1px solid #cecece;
  }

  .mf-match-col-1 {
    padding: .3rem 0 .5rem .5rem;
  }

  .mf-thumb-holder > .mf-badge {
    left: 0.5125rem;
  }

  .ladder-custom-select {
    float: none;
  }

  .bracket_holder {
    height: auto;
  }

  .dragscroll {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    white-space: normal;
    padding: 0px;
  }

  .grabbable {
    cursor: auto;
  }

  .bracket {
    display: block !important;
  }

  .bracket .round .match:after,
  .bracket .round .match:before {
    display: none;
  }

  .bracket .round:first-of-type .match {
    margin-right: 0px;
  }

  .bracket .round .match,
  #bracket_holster.zoom-4 .bracket_header .round > div,
  #bracket_holster.zoom-4 .bracket .round .match,
  #bracket_holster.zoom-3 .bracket_header .round > div,
  #bracket_holster.zoom-3 .bracket .round .match,
  #bracket_holster.zoom-2 .bracket_header .round > div,
  #bracket_holster.zoom-2 .bracket .round .match,
  #bracket_holster.zoom-1 .bracket_header .round > div,
  #bracket_holster.zoom-1 .bracket .round .match {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }

  .bracket .round .match .team .team_name span {
    max-width: none;
  }

  .bracket_header {
    display: none;
  }

  .bracket_header_mobile {
    display: block;
  }

  ul.bracket_header_mobile {
    list-style: none outside none;
    margin: 1.5rem 0;
    padding: 0;
  }

  .vm-featured,
  .vmf-left,
  .vmf-right {
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .vm-featured {
    height: auto;
  }

  .vmf-img,
  .vmf-img.blue,
  .vmf-img.red {
    margin: 0 auto;
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .vmf-team > div {
    text-align: center;
  }

  .vmf-right .vmf-team {
    padding-left: 0;
  }

  .vmf-left .vmf-team {
    text-align: center;
    padding-right: 0;
  }

  .vmf-team {
    margin: .7rem .3rem;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .vmf-info {
    margin: .7rem .3rem;
  }

  .vmf-center {
    margin: .7rem .3rem;
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
  }

  .vmf-img {
    width: 7.8rem;
    height: 6.8rem;
  }

  .vmf-score {
    height: 3.3rem;
  }

  .jq-toast-wrap.toast-position-collapsed {
    bottom: 65px;
  }

  .inv-item .inv-col-3 {
    display: none;
  }

  .inv-item .inv-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
  }

  .hidden-xs {
    display: none;
  }

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

  .modal-body {
    padding: 2rem;
  }

  #ct-step2-stepd .btn-primary {
    min-width: 200px;
  }

  .filters-mf-box {
    display: block;
  }

  #header .menu {
    height: calc(100vh - 48px);
  }

  .nav-active .menu-top-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 46px;
    height: 100%;
    z-index: 100;
  }
}

@media (max-width: 450px) {
  .lp-right-of-stream .tournament-list-col-3.entry {
    display: none;
  }

  .lp-right-of-stream .lp-tlist-hide-txt {
    display: none;
  }

  .lp-right-of-stream .tournament-list-col-3 {
    width: 30%;
  }

  .lp-right-of-stream .tournament-list-col-4 {
    width: 40%;
  }
}

/* min-width responsive items */

@media (min-width: 576px) {
  .home-header .btn-holder {
    float: right;
  }

  .home-header .btn {
    min-width: 6.875rem;
    margin-left: .625rem;
    padding: .625rem;
    font-size: .875rem;
  }

  h1 {
    font-size: 2.0rem;
  }

  .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: .75rem;
  }

  .main-content .carousel-holder h2 {
    max-width: none;
    margin-bottom: .4375rem;
  }

  .main-content .carousel-holder .img-holder {
    height: 25rem;
  }

  .main-content .carousel-holder .logo-game {
    max-width: 21.875rem;
    margin-top: 0;
  }

  .scroll-content {
    padding: 0px;
    max-width: 100%;
  }

  .game-gallery {
    margin-bottom: .9375rem;
  }

  .game-gallery li {
    width: 16.666%;
  }

  .game-gallery .game-name {
    bottom: .25rem;
    left: .125rem;
  }

  .wear-section .data-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wear-section .data-holder .img-holder {
    width: 45%;
  }

  .wear-section .data-holder .info-holder {
    width: 55%;
    text-align: left;
  }

  .hero-section {
    padding: 5.9375rem 0 5.6875rem;
  }

  .hero-section h1 {
    font-size: 2.0rem;
  }

  .hero-section .btn {
    padding: .75rem;
  }

  .logo {
    width: 7.0625rem;
    margin: 0 auto 1.5rem;
  }

  .about-tournament {
    padding: .0625rem 0 1.5625rem;
  }

  .about-tournament .game-gallery {
    margin: -3.75rem 0 1.875rem;
  }

  .tournament-info {
    margin-bottom: 1.5625rem;
  }

  .tournament-block .img-block {
    height: 8.1875rem;
  }

  .tournament-block .img-block img.img-cash {
    width: 7.4375rem;
    height: 6.6875rem;
  }

  .tournament-block .img-block img.img-tournaments,
  .tournament-block .img-block img.img-ladders {
    width: 8.25rem;
    height: 8.1875rem;
  }

  .info-section .img-block img {
    width: 65%;
  }

  .info-section .extra-title {
    font-size: 1.25rem;
  }

  .footer-nav .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .375rem;
  }

  .footer-nav .menu li:last-child {
    padding-right: 0;
  }

  .mobile-extra-nav .menu li {
    padding: .625rem 0;
  }

  .mobile-extra-nav .menu i {
    font-size: 1.625rem;
  }

  .mobile-extra-nav .menu i.icon-tournament {
    font-size: 1.25rem;
  }

  .home-page #footer .title-holder {
    font-size: 1.25rem;
  }

  .home-page #footer .title-holder h2 {
    font-size: 1.875rem;
  }

  .home-page #footer .footer-menu a {
    font-size: .8125rem;
  }

  .home-page .column-holder .column-1 {
    width: 33.3333%;
  }

  .home-page .column-holder .column-2 {
    width: 60%;
  }
}

@media (min-width: 768px) {
  #header .menu {
    height: calc(100vh - 48px);
  }

  #header .navbar-brand {
    width: 3.125rem;
  }

  #header .menu a:after {
    right: .9375rem;
    font-size: .875rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .h1 {
    font-size: 2.0rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .btn-custom,
  a.btn-custom {
    font-size: 1.0625rem;
  }

  .main-content .alert {
    display: block;
  }

  .main-content .carousel-holder {
    margin-bottom: 1.2125rem;
  }

  .main-content .carousel-holder p {
    margin-bottom: .75rem;
  }

  .main-content .carousel-holder .img-holder {
    padding: 1.25rem 1.5625rem;
  }

  .main-content .carousel-holder .info-box {
    max-width: 24.125rem;
    padding: .9375rem;
    margin-bottom: 2.1875rem;
    z-index: 5;
    position: absolute;
    bottom: 2%;
    left: 3%;
  }

  .main-content .carousel-holder .btn {
    min-width: 0;
    padding: .5rem .725rem;
  }

  .main-content .carousel-holder .logo-game {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -1.875rem;
  }

  .main-content .carousel-holder .logo-box {
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 1.25rem;
  }

  .game-gallery {
    margin-bottom: 2.8125rem;
  }

  .game-gallery .img-holder:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 10;
  }

  .game-gallery .img-holder:hover:before {
    right: 0;
    -webkit-transform: none;
    transform: none;
  }

  .game-gallery .img-holder:hover .game-name {
    max-width: 100%;
    width: 100%;
    bottom: 1.25rem;
    left: 0;
    text-align: center;
  }

  .game-gallery .img-holder:hover .play-now {
    bottom: .3125rem;
    opacity: 1;
    visibility: visible;
  }

  .winners-section .info-holder .info-block {
    width: 50%;
  }

  .winners-section .info-holder .info-block:last-child .img-holder {
    font-size: 1.125rem;
  }

  .winners-section .info-holder .info-block:last-child .img-holder h2 {
    font-size: 1.5625rem;
  }

  .wear-section {
    margin-bottom: 4.0625rem;
  }

  .tournament-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tournament-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0 1.5625rem;
    font-size: .75rem;
  }

  .tournament-info li:after {
    content: "/";
    position: absolute;
    top: 50%;
    right: 0;
    color: #b0b0b0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tournament-info .counter {
    font-size: 1.125rem;
  }

  .tournament-block .img-block {
    margin-bottom: 1.6875rem;
  }

  .info-section {
    background-size: 90% 100%;
  }

  .info-section.industry {
    background-size: auto;
  }

  .info-section.industry .text-block {
    padding: 2.8125rem 0 2.8125rem 2.1875rem;
  }

  .info-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info-section .text-block {
    width: 50%;
  }

  .info-section .instruction-list {
    padding-right: 7.5rem;
  }

  .info-section .img-block {
    width: 50%;
  }

  .info-section .img-block img {
    width: 85%;
  }

  .info-section .bg-box {
    display: block;
    position: absolute;
    top: 0;
    right: -18%;
    height: 100%;
    width: 65%;
    -webkit-transform: skew(-22deg);
    transform: skew(-22deg);
    overflow: hidden;
  }

  .info-section .logo-decoration {
    display: block;
    position: absolute;
    width: 11.6875rem;
    height: 12.1875rem;
    top: 50%;
    right: 16.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .info-section .offer-list li:last-child {
    margin-bottom: 1.75rem;
  }

  #footer {
    font-size: .6875rem;
  }

  .home-page #footer {
    padding: 3.0625rem 0 .5rem;
    margin-top: 0;
  }

  .home-page #footer .title-holder {
    margin-bottom: 4.6875rem;
  }

  .home-page .column-holder .column-1 {
    width: 22.2222%;
  }

  .home-page .column-holder .column-2 {
    width: 33.3333%;
  }

  .slick-dots {
    position: absolute;
    left: 24px;
    bottom: 23px;
    margin: 0 -2px;
  }
}

@media (min-width: 992px) {
  .main-content.aside-bar-collapsed {
    width: calc(100% - 86px);
  }

  .header_bg {
    padding: 0;
  }

  #header .container-fluid {
    position: relative;
  }

  .desk-nav-active #header .container-fluid {
    z-index: 999;
  }

  .desk-nav-active #header .menu-profile {
    right: 0;
  }

  #header .menu {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
    background: none;
    overflow: visible;
  }

  #header .menu i {
    -webkit-transform: none;
    transform: none;
  }

  #header .menu > .dropdown-divider {
    display: none;
  }

  #header .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.125rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  #header .accordion > li i {
    display: none;
  }

  #header .accordion > li > a {
    padding: .9375rem 1.125rem;
    font-size: 1.265rem;
    color: #c3d6f0;
  }

  #header .accordion > li > a:before {
    -webkit-transition: opacity .15s linear, visibility .15s linear;
    transition: opacity .15s linear, visibility .15s linear;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: .25rem;
    background-color: #ff7d26;
    opacity: 0;
    visibility: hidden;
  }

  #header .accordion > li.active.hover > a.opener:before {
    background-color: #ff7d26;
  }

  #header .accordion > li > a.opener:hover,
  #header .accordion > li > a:hover span {
    color: #fff;
  }

  #header .accordion a.opener:hover:before,
  #header .accordion a:hover:before {
    background-color: #ff7d26;
    opacity: 1;
    visibility: visible;
  }

  #header .accordion a.opener:hover:after,
  #header .accordion a:hover:after {
    opacity: .7;
    visibility: visible;
  }

  #header .accordion > li > a:after {
    -webkit-transition: opacity .15s linear, visibility .15s linear;
    transition: opacity .15s linear, visibility .15s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#006cff), to(transparent));
    background: linear-gradient(to top, #006cff, transparent);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
    transform: none;
    z-index: -1;
  }

  #header .accordion > li.hover > a,
  #header .accordion > li.active > a {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }

  #header .accordion > li.hover > .slide,
  #header .accordion > li.active > .slide {
    opacity: 1;
    visibility: visible;
  }

  #header .accordion > li > .slide {
    -webkit-transition: opacity 0s linear, visibility 0s linear;
    transition: opacity 0s linear, visibility 0s linear;
    opacity: 0;
    visibility: hidden;
  }

  #header .accordion .slide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 .625rem;
    z-index: 15;
  }

  #header .accordion .slide li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -.3em;
    padding: .625rem;
  }

  #header .accordion .slide li.hover > a,
  #header .accordion .slide li.active > a {
    color: #1c1c1c;
  }

  #header .accordion .slide li.hover > a:before,
  #header .accordion .slide li.active > a:before {
    opacity: 1;
    visibility: visible;
  }

  #header .accordion .slide a {
    padding: 0 1.1875rem 0 0;
    font-size: 1rem;
    color: #5e5e5e;
  }

  #header .accordion .slide a:before {
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
    content: "";
    position: absolute;
    bottom: 0;
    left: -.0835rem;
    right: -.2125rem;
    height: .165rem;
    background-color: #f27413;
    opacity: 0;
    visibility: hidden;
  }

  #header .accordion .slide a:after {
    right: -.1875rem;
    font-size: 1.25rem;
  }

  #header .accordion .slide a:only-child {
    padding-right: 0;
  }

  #header .accordion .slide a:only-child:after {
    content: none;
  }

  #header .accordion .slide a.home-link {
    padding-left: 1.375rem;
  }

  #header .accordion .slide .slide {
    opacity: 0;
    visibility: hidden;
    border-left: 1px solid #c1c1c2;
    border-bottom: 1px solid #c1c1c2;
    border-right: 1px solid #c1c1c2;
    border-top: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    left: auto;
    width: 220px;
    padding-top: .5rem;
    margin-left: -1.1rem;
    padding-left: .75rem;
  }

  #header .accordion .slide .slide li {
    display: block;
    padding: 0 0 0.5rem 0;
  }

  #header .accordion .slide .slide li a {
    font-size: 0.875rem;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }

  #header .accordion .slide .slide li.hover {
    border: 0px;
  }

  #header .accordion .slide .slide li a::before {
    display: none;
  }

  #header .accordion .slide .slide ul {
    padding: 0 .5rem;
  }

  #header .accordion .slide .submenu-left {
    width: 70%;
    background-color: #e9e9e9;
  }

  #header .accordion .icon-home {
    display: block;
    top: .3125rem;
    left: 0;
  }

  #header .extra-menu {
    display: none;
  }

  #header .menu-profile {
    position: absolute;
    top: 100%;
    right: -15.625rem;
    width: 15.625rem;
    height: auto;
    padding: .4375rem .3125rem .1875rem;
    z-index: 20;
  }

  #header .menu-profile a i {
    left: .5rem;
  }

  #header .search-box {
    display: block;
    padding: 0 .5rem;
    margin: 0;
  }

  #header .search-box li {
    display: inline-block;
    vertical-align: middle;
    padding: .9375rem .3125rem .625rem;
  }

  .profile-holder {
    padding: 0;
    max-width: 35%;
  }

  .profile-box {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15.625rem;
    height: 100%;
    padding: .625rem 1.875rem .625rem .625rem;
    text-decoration: none;
    background-color: rgba(0, 50, 127, 0.3);
  }

  .profile-box .info-holder {
    display: block;
    width: calc(100% - 2.5rem);
    padding: 0 .625rem;
    font-size: .6875rem;
    color: #e1f4ff;
    text-transform: uppercase;
  }

  .profile-box .opener {
    display: block;
    position: absolute;
    right: .625rem;
    width: .8125rem;
  }

  .profile-box:hover,
  .desk-nav-active .profile-box {
    background-color: rgba(0, 50, 127, 0.5);
    text-decoration: none;
    border-bottom: 0px;
  }

  .menu-place {
    display: block;
    background-color: #e9e9e9;
  }

  #header .menu-place ul.submenu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    max-width: 30%;
    padding: 0 4px 0 .3rem;
  }

  .menu-place .submenu-right a {
    font-family: "Open Sans", "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: .875rem;
    color: #181818;
    text-decoration: none;
  }

  .menu-place .submenu-right a:hover {
    text-decoration: underline;
  }

  .menu-place .submenu-right a:before {
    content: none;
  }

  .menu-place .submenu-right a:after {
    content: "";
  }

  .menu-place .submenu-right .p-logo {
    position: relative;
    min-width: 2.5rem;
    height: 2.1875rem;
    border-radius: 3px;
  }

  .menu-place .submenu-right .p-logo i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .menu-place .submenu-right .dropdown-toggle {
    min-width: 5.3125rem;
    text-align: left;
    padding-right: .8rem;
    padding-left: 0;
  }

  .menu-place .submenu-right .dropdown-toggle:after {
    right: 0;
  }

  .nav-opener {
    display: none;
  }

  h1 {
    font-size: 2.0rem;
  }

  .main-content {
    width: calc(100% - 262px);
    float: left;
  }

  .main-content.no-aside {
    width: 100%;
    clear: both;
  }

  .scroll-content {
    overflow-y: auto;
    height: calc(100vh - 115px);
  }

  .game-gallery li {
    width: 8.333%;
    padding: 0;
  }

  .game-gallery :not(.game-gallery-card) .img-holder:hover {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }

  .game-gallery .game-gallery-card .img-holder:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .game-gallery .game-name {
    font-size: .6875rem;
  }

  .game-gallery .game-name {
    font-size: .6875rem;
  }

  .game-gallery .game-gallery-card .game-name {
    font-size: 1rem;
  }

  .game-gallery .play-now {
    font-size: .5rem;
  }

  .aside-bar {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 16.375rem;
    height: calc(100vh - 114px);
    border-right: 1px solid #c1c1c2;
    background-image: url(https://s3.us-east-2.amazonaws.com/umg-uploads/v3/layout/image24.jpg);
    background-size: 100% auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: #e6e5e5;
    border-top: 0px;
    position: relative;
  }

  .play-holder {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    border-top: 0px;
  }

  .match-accordion .slide {
    width: 261px !important;
  }

  .match-accordion.aside-bar-collapsed .slide {
    -webkit-box-shadow: 0px 0px 10px #4a4a4a;
            box-shadow: 0px 0px 10px #4a4a4a;
  }

  .hero-section h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5625rem;
  }

  .tournament-info {
    margin-bottom: 4.6875rem;
  }

  .tournament-info li {
    padding: 0 2.5rem;
  }

  .info-section .text-block {
    padding: 3.125rem 0;
  }

  .info-section .img-block img {
    width: 70%;
  }

  .info-section .bg-box {
    right: -27.7%;
    -webkit-transform: skew(-38.5deg);
    transform: skew(-38.5deg);
  }

  .info-section .bg-box .bg-image {
    right: 26.8%;
    -webkit-transform: skew(38.5deg);
    transform: skew(38.5deg);
  }

  .mobile-extra-nav {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1020px) {
  #header .menu-holder,
  #header .profile-holder {
    display: -webkit-box !important;
    display: -moz-box !important;
  }
}

@media (min-width: 1200px) {
  #header .accordion .slide {
    padding: 0 .75rem 0 0;
  }

  #header .accordion .slide ul {
    padding: 0 .5rem 0 0;
  }

  #header .accordion .slide li {
    padding: .6875rem .875rem .625rem;
  }

  #header .search-box {
    padding: 0 .8125rem;
  }

  #header .search-box li {
    padding: .9375rem .3125rem .625rem;
  }

  .profile-box .info-holder {
    padding: .1875rem .6875rem 0;
  }

  .alert {
    padding: .5rem 3.75rem .5rem 15px;
  }

  .alert .close {
    width: 3rem;
  }

  .main-content .carousel-holder .info-box {
    padding: .75rem 1.5625rem 1.375rem .9375rem;
  }

  .main-content .carousel-holder .logo-game {
    right: 7.4%;
    max-width: 25rem;
    margin-right: 0;
  }

  .game-gallery .game-name {
    font-size: .8725rem;
    left: .3125rem;
  }

  .game-gallery .game-gallery-card .game-name {
    font-size: 1rem;
  }

  .game-review [class*="col-"] {
    padding: 0 .9375rem;
  }

  .game-review .row {
    margin: 0 -.9375rem;
  }

  .game-review .info-holder {
    padding: 1.1875rem 1.25rem 1.0625rem;
  }

  .game-review .info-holder .bigger {
    margin-bottom: .6875rem;
  }

  .winners-section .info-holder {
    margin: 0;
  }

  .winners-section .info-holder .info-block {
    padding: 0;
  }

  .winners-section .info-holder .info-block:last-child {
    padding: .625rem 0 0 1.875rem;
  }

  .wear-section .data-holder .info-holder {
    padding: .625rem .9375rem .9375rem 1.9375rem;
  }

  .play-holder p {
    margin-bottom: 0rem;
  }

  .info-section {
    background-size: 80% 100%;
  }

  .info-section.industry .text-block {
    padding: 3.3125rem 2.4375rem 2.3125rem;
  }

  .info-section.industry .img-block img {
    width: 30.8125rem;
  }

  .info-section .text-block {
    padding: 4.125rem 1.25rem 3rem;
  }

  .info-section .instruction-list {
    padding-left: .125rem;
  }

  .info-section .img-block img {
    width: 367px;
  }

  .info-section .bg-box {
    width: 70.5%;
  }

  .home-page #footer .title-holder {
    margin-bottom: 7rem;
  }

  .home-page #footer .title-holder h2 {
    font-size: 2.1875rem;
  }

  .home-page #footer .footer-menu a {
    font-size: .875rem;
  }
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */

@media (max-width: 575px) {
  .hidden-xs-down,
  .hidden-sm-down,
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }

  .ft-img-prime {
    left: 54%;
  }
}

/* Breakpoint SM */

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down,
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-unless-xs,
  .hidden-unless-md,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint MD */

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint LG */

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint XL */

@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-xl-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-lg {
    display: none !important;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .game-gallery .game-gallery-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1500px) {
  .game-gallery .img-holder::before {
    -webkit-transform: skew(19deg);
            transform: skew(19deg);
  }
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* For Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f3f3f3;
}

/* Handle */

.theme-dark::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

.logo-box {
  background: unset;
  border: none;
}

.select-logo-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.theme-dark .select-logo-box {
  background: unset;
}

