@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0275d8;
  --indigo: #6610f2;
  --purple: #613d7c;
  --pink: #ff5b77;
  --red: #c11e1e;
  --orange: #f89100;
  --yellow: #F6B501;
  --green: #0d9a28;
  --teal: #5bc0de;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #33383f;
  --yellowalt: #F8D440;
  --redalt: #F6603F;
  --lightgreen: #9ecc00;
  --primary: #f89100;
  --secondary: #33383f;
  --success: #0d9a28;
  --info: #17a2b8;
  --warning: #f89100;
  --danger: #c11e1e;
  --light: #f8f9fa;
  --dark: #33383f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Arial, sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #33383f;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f89100;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(171.5, 100.2721774194, 0);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

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

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

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

h4, .h4 {
  font-size: 1.2rem;
}

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 85%;
  color: #949494;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #ff5b77;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #33383f;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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 {
  color: #33383f;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(253.04, 224.2, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(251.36, 197.8, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(197.88, 199.28, 201.24);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(148.92, 151.52, 155.16);
}

.table-hover .table-secondary:hover {
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(187.24, 226.72, 194.8);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(129.16, 202.48, 143.2);
}

.table-hover .table-success:hover {
  background-color: rgb(169.2487463557, 219.2112536443, 178.8160349854);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(169.2487463557, 219.2112536443, 178.8160349854);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.04, 224.2, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(251.36, 197.8, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(237.64, 192, 192);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(222.76, 138, 138);
}

.table-hover .table-danger:hover {
  background-color: rgb(232.1312891986, 172.0087108014, 172.0087108014);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(232.1312891986, 172.0087108014, 172.0087108014);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(197.88, 199.28, 201.24);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(148.92, 151.52, 155.16);
}

.table-hover .table-dark:hover {
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}

.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: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #eae8e8;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(255, 199.1391129032, 120.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eae8e8;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #33383f;
  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.6484375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #949494;
}

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: #0d9a28;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(13, 154, 40, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #0d9a28;
  padding-right: 2.0625rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230d9a28' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0d9a28;
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.0625rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #0d9a28;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2333383f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230d9a28' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #0d9a28;
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0d9a28;
}
.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: #0d9a28;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #0d9a28;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(16.9700598802, 201.0299401198, 52.2155688623);
  background-color: rgb(16.9700598802, 201.0299401198, 52.2155688623);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0d9a28;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(193, 30, 30, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c11e1e;
  padding-right: 2.0625rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c11e1e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c11e1e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c11e1e;
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.0625rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c11e1e;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2333383f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c11e1e' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c11e1e' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c11e1e;
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c11e1e;
}
.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: #c11e1e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #c11e1e;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(223.2511210762, 50.7488789238, 50.7488789238);
  background-color: rgb(223.2511210762, 50.7488789238, 50.7488789238);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c11e1e;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #33383f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #33383f;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(209.75, 122.6360887097, 0);
  border-color: rgb(197, 115.1814516129, 0);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(209.75, 122.6360887097, 0);
  border-color: rgb(197, 115.1814516129, 0);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(197, 115.1814516129, 0);
  border-color: rgb(184.25, 107.7268145161, 0);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(33.8881578947, 37.2105263158, 41.8618421053);
  border-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(33.8881578947, 37.2105263158, 41.8618421053);
  border-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
  box-shadow: 0 0 0 0.2rem rgba(81.6, 85.85, 91.8, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
  border-color: rgb(22.4802631579, 24.6842105263, 27.7697368421);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 85.85, 91.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #0d9a28;
  border-color: #0d9a28;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(10.0224550898, 118.7275449102, 30.8383233533);
  border-color: rgb(9.0299401198, 106.9700598802, 27.7844311377);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(10.0224550898, 118.7275449102, 30.8383233533);
  border-color: rgb(9.0299401198, 106.9700598802, 27.7844311377);
  box-shadow: 0 0 0 0.2rem rgba(49.3, 169.15, 72.25, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0d9a28;
  border-color: #0d9a28;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.0299401198, 106.9700598802, 27.7844311377);
  border-color: rgb(8.0374251497, 95.2125748503, 24.7305389222);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49.3, 169.15, 72.25, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(209.75, 122.6360887097, 0);
  border-color: rgb(197, 115.1814516129, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(209.75, 122.6360887097, 0);
  border-color: rgb(197, 115.1814516129, 0);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(197, 115.1814516129, 0);
  border-color: rgb(184.25, 107.7268145161, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #c11e1e;
  border-color: #c11e1e;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(159.8957399103, 24.8542600897, 24.8542600897);
  border-color: rgb(148.8609865471, 23.1390134529, 23.1390134529);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(159.8957399103, 24.8542600897, 24.8542600897);
  border-color: rgb(148.8609865471, 23.1390134529, 23.1390134529);
  box-shadow: 0 0 0 0.2rem rgba(202.3, 63.75, 63.75, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c11e1e;
  border-color: #c11e1e;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(148.8609865471, 23.1390134529, 23.1390134529);
  border-color: rgb(137.8262331839, 21.4237668161, 21.4237668161);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202.3, 63.75, 63.75, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(33.8881578947, 37.2105263158, 41.8618421053);
  border-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(33.8881578947, 37.2105263158, 41.8618421053);
  border-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
  box-shadow: 0 0 0 0.2rem rgba(81.6, 85.85, 91.8, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
  border-color: rgb(22.4802631579, 24.6842105263, 27.7697368421);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 85.85, 91.8, 0.5);
}

.btn-outline-primary {
  color: #f89100;
  border-color: #f89100;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f89100;
  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: #f89100;
  border-color: #f89100;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}

.btn-outline-secondary {
  color: #33383f;
  border-color: #33383f;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #33383f;
  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: #33383f;
  border-color: #33383f;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}

.btn-outline-success {
  color: #0d9a28;
  border-color: #0d9a28;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0d9a28;
  border-color: #0d9a28;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0d9a28;
  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: #0d9a28;
  border-color: #0d9a28;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f89100;
  border-color: #f89100;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f89100;
  border-color: #f89100;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f89100;
  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: #f89100;
  border-color: #f89100;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}

.btn-outline-danger {
  color: #c11e1e;
  border-color: #c11e1e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c11e1e;
  border-color: #c11e1e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c11e1e;
  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: #c11e1e;
  border-color: #c11e1e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #33383f;
  border-color: #33383f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #33383f;
  border-color: #33383f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #33383f;
  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: #33383f;
  border-color: #33383f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #f89100;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(171.5, 100.2721774194, 0);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eae8e8;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f89100;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eae8e8;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f89100;
  background-color: #f89100;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(255, 199.1391129032, 120.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(255, 220.3205645161, 171.5);
  border-color: rgb(255, 220.3205645161, 171.5);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eae8e8;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #dee2e6;
  border: 1px solid #949494;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;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 {
  border-color: #f89100;
  background-color: #f89100;
}
.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(248, 145, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(248, 145, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;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(248, 145, 0, 0.5);
}

.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #949494;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #dee2e6;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(248, 145, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  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='%2333383f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(255, 199.1391129032, 120.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 199.1391129032, 120.5, 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: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #eae8e8;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(255, 199.1391129032, 120.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eae8e8;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.0625rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #eae8e8;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f89100;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(255, 220.3205645161, 171.5);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f89100;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(255, 220.3205645161, 171.5);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f89100;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(255, 220.3205645161, 171.5);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #949494;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #949494;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #949494;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #eae8e8 #eae8e8 #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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f89100;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' 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: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}
.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: white;
  border-color: transparent;
}
.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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.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, .dataTables_paginate {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link, .dataTables_paginate a.paginate_button, .dataTables_paginate span.ellipsis {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f89100;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover, .dataTables_paginate a.paginate_button:hover, .dataTables_paginate span.ellipsis:hover {
  z-index: 2;
  color: rgb(171.5, 100.2721774194, 0);
  text-decoration: none;
  background-color: #eae8e8;
  border-color: #dee2e6;
}
.page-link:focus, .dataTables_paginate a.paginate_button:focus, .dataTables_paginate span.ellipsis:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child .dataTables_paginate a.paginate_button, .dataTables_paginate .page-item:first-child a.paginate_button, .page-item:first-child .dataTables_paginate span.ellipsis, .dataTables_paginate .page-item:first-child span.ellipsis {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child .dataTables_paginate a.paginate_button, .dataTables_paginate .page-item:last-child a.paginate_button, .page-item:last-child .dataTables_paginate span.ellipsis, .dataTables_paginate .page-item:last-child span.ellipsis {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .dataTables_paginate a.paginate_button, .dataTables_paginate .page-item.active a.paginate_button, .page-item.active .dataTables_paginate span.ellipsis, .dataTables_paginate .page-item.active span.ellipsis {
  z-index: 3;
  color: #fff;
  background-color: #f89100;
  border-color: #f89100;
}
.page-item.disabled .page-link, .page-item.disabled .dataTables_paginate a.paginate_button, .dataTables_paginate .page-item.disabled a.paginate_button, .page-item.disabled .dataTables_paginate span.ellipsis, .dataTables_paginate .page-item.disabled span.ellipsis {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link, .pagination-lg .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-lg a.paginate_button, .pagination-lg .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-lg span.ellipsis {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-lg .page-item:first-child a.paginate_button, .pagination-lg .page-item:first-child .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-lg .page-item:first-child span.ellipsis {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-lg .page-item:last-child a.paginate_button, .pagination-lg .page-item:last-child .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-lg .page-item:last-child span.ellipsis {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-sm a.paginate_button, .pagination-sm .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-sm span.ellipsis {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-sm .page-item:first-child a.paginate_button, .pagination-sm .page-item:first-child .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-sm .page-item:first-child span.ellipsis {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .dataTables_paginate a.paginate_button, .dataTables_paginate .pagination-sm .page-item:last-child a.paginate_button, .pagination-sm .page-item:last-child .dataTables_paginate span.ellipsis, .dataTables_paginate .pagination-sm .page-item:last-child span.ellipsis {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #212529;
  background-color: #f89100;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: rgb(197, 115.1814516129, 0);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #33383f;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #0d9a28;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(9.0299401198, 106.9700598802, 27.7844311377);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 154, 40, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #f89100;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(197, 115.1814516129, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 145, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #c11e1e;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(148.8609865471, 23.1390134529, 23.1390134529);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 30, 30, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #33383f;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 56, 63, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(253.6, 233, 204);
  border-color: rgb(253.04, 224.2, 183.6);
}
.alert-primary hr {
  border-top-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.alert-primary .alert-link {
  color: rgb(77.96, 45.5814516129, 0);
}

.alert-secondary {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(214.2, 215.2, 216.6);
  border-color: rgb(197.88, 199.28, 201.24);
}
.alert-secondary hr {
  border-top-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.alert-secondary .alert-link {
  color: rgb(3.7042105263, 4.0673684211, 4.5757894737);
}

.alert-success {
  color: rgb(6.76, 80.08, 20.8);
  background-color: rgb(206.6, 234.8, 212);
  border-color: rgb(187.24, 226.72, 194.8);
}
.alert-success hr {
  border-top-color: rgb(169.2487463557, 219.2112536443, 178.8160349854);
}
.alert-success .alert-link {
  color: rgb(2.7899401198, 33.0500598802, 8.5844311377);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(253.6, 233, 204);
  border-color: rgb(253.04, 224.2, 183.6);
}
.alert-warning hr {
  border-top-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.alert-warning .alert-link {
  color: rgb(77.96, 45.5814516129, 0);
}

.alert-danger {
  color: rgb(100.36, 15.6, 15.6);
  background-color: rgb(242.6, 210, 210);
  border-color: rgb(237.64, 192, 192);
}
.alert-danger hr {
  border-top-color: rgb(232.1312891986, 172.0087108014, 172.0087108014);
}
.alert-danger .alert-link {
  color: rgb(56.2209865471, 8.7390134529, 8.7390134529);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(214.2, 215.2, 216.6);
  border-color: rgb(197.88, 199.28, 201.24);
}
.alert-dark hr {
  border-top-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.alert-dark .alert-link {
  color: rgb(3.7042105263, 4.0673684211, 4.5757894737);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #eae8e8;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f89100;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #33383f;
  background-color: #eae8e8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f89100;
  border-color: #f89100;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(253.04, 224.2, 183.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 75.4, 0);
  border-color: rgb(128.96, 75.4, 0);
}

.list-group-item-secondary {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(197.88, 199.28, 201.24);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 29.12, 32.76);
  border-color: rgb(26.52, 29.12, 32.76);
}

.list-group-item-success {
  color: rgb(6.76, 80.08, 20.8);
  background-color: rgb(187.24, 226.72, 194.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(6.76, 80.08, 20.8);
  background-color: rgb(169.2487463557, 219.2112536443, 178.8160349854);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(6.76, 80.08, 20.8);
  border-color: rgb(6.76, 80.08, 20.8);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(253.04, 224.2, 183.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(128.96, 75.4, 0);
  background-color: rgb(252.3587022901, 213.4938931298, 158.7812977099);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 75.4, 0);
  border-color: rgb(128.96, 75.4, 0);
}

.list-group-item-danger {
  color: rgb(100.36, 15.6, 15.6);
  background-color: rgb(237.64, 192, 192);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(100.36, 15.6, 15.6);
  background-color: rgb(232.1312891986, 172.0087108014, 172.0087108014);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(100.36, 15.6, 15.6);
  border-color: rgb(100.36, 15.6, 15.6);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(197.88, 199.28, 201.24);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(26.52, 29.12, 32.76);
  background-color: rgb(184.7436363636, 186.4656060606, 188.8763636364);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 29.12, 32.76);
  border-color: rgb(26.52, 29.12, 32.76);
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1090;
  display: block;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #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: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #33383f;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
  display: none;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(197, 115.1814516129, 0) !important;
}

.bg-secondary {
  background-color: #33383f !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737) !important;
}

.bg-success, .lineupbg-success, .lineup-success {
  background-color: #0d9a28 !important;
}

a.bg-success:hover, a.lineupbg-success:hover, a.lineup-success:hover, a.bg-success:focus, a.lineupbg-success:focus, a.lineup-success:focus,
button.bg-success:hover,
button.lineupbg-success:hover,
button.lineup-success:hover,
button.bg-success:focus,
button.lineupbg-success:focus,
button.lineup-success:focus {
  background-color: rgb(9.0299401198, 106.9700598802, 27.7844311377) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning, .lineupbg-warning, .lineup-warning {
  background-color: #f89100 !important;
}

a.bg-warning:hover, a.lineupbg-warning:hover, a.lineup-warning:hover, a.bg-warning:focus, a.lineupbg-warning:focus, a.lineup-warning:focus,
button.bg-warning:hover,
button.lineupbg-warning:hover,
button.lineup-warning:hover,
button.bg-warning:focus,
button.lineupbg-warning:focus,
button.lineup-warning:focus {
  background-color: rgb(197, 115.1814516129, 0) !important;
}

.bg-danger, .lineupbg-danger, .lineup-danger {
  background-color: #c11e1e !important;
}

a.bg-danger:hover, a.lineupbg-danger:hover, a.lineup-danger:hover, a.bg-danger:focus, a.lineupbg-danger:focus, a.lineup-danger:focus,
button.bg-danger:hover,
button.lineupbg-danger:hover,
button.lineup-danger:hover,
button.bg-danger:focus,
button.lineupbg-danger:focus,
button.lineup-danger:focus {
  background-color: rgb(148.8609865471, 23.1390134529, 23.1390134529) !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: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #33383f !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(28.1842105263, 30.9473684211, 34.8157894737) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #f89100 !important;
}

.border-secondary {
  border-color: #33383f !important;
}

.border-success {
  border-color: #0d9a28 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f89100 !important;
}

.border-danger {
  border-color: #c11e1e !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #33383f !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1130;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1130;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !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;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !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-s {
  margin: 0.25rem !important;
}

.mt-s,
.my-s {
  margin-top: 0.25rem !important;
}

.mr-s,
.mx-s {
  margin-right: 0.25rem !important;
}

.mb-s,
.my-s {
  margin-bottom: 0.25rem !important;
}

.ml-s,
.mx-s {
  margin-left: 0.25rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !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-s {
  padding: 0.25rem !important;
}

.pt-s,
.py-s {
  padding-top: 0.25rem !important;
}

.pr-s,
.px-s {
  padding-right: 0.25rem !important;
}

.pb-s,
.py-s {
  padding-bottom: 0.25rem !important;
}

.pl-s,
.px-s {
  padding-left: 0.25rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-ns {
  margin: -0.25rem !important;
}

.mt-ns,
.my-ns {
  margin-top: -0.25rem !important;
}

.mr-ns,
.mx-ns {
  margin-right: -0.25rem !important;
}

.mb-ns,
.my-ns {
  margin-bottom: -0.25rem !important;
}

.ml-ns,
.mx-ns {
  margin-left: -0.25rem !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: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !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-s {
    margin: 0.25rem !important;
  }
  .mt-sm-s,
  .my-sm-s {
    margin-top: 0.25rem !important;
  }
  .mr-sm-s,
  .mx-sm-s {
    margin-right: 0.25rem !important;
  }
  .mb-sm-s,
  .my-sm-s {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-s,
  .mx-sm-s {
    margin-left: 0.25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !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-s {
    padding: 0.25rem !important;
  }
  .pt-sm-s,
  .py-sm-s {
    padding-top: 0.25rem !important;
  }
  .pr-sm-s,
  .px-sm-s {
    padding-right: 0.25rem !important;
  }
  .pb-sm-s,
  .py-sm-s {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-s,
  .px-sm-s {
    padding-left: 0.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-ns {
    margin: -0.25rem !important;
  }
  .mt-sm-ns,
  .my-sm-ns {
    margin-top: -0.25rem !important;
  }
  .mr-sm-ns,
  .mx-sm-ns {
    margin-right: -0.25rem !important;
  }
  .mb-sm-ns,
  .my-sm-ns {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-ns,
  .mx-sm-ns {
    margin-left: -0.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !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-s {
    margin: 0.25rem !important;
  }
  .mt-md-s,
  .my-md-s {
    margin-top: 0.25rem !important;
  }
  .mr-md-s,
  .mx-md-s {
    margin-right: 0.25rem !important;
  }
  .mb-md-s,
  .my-md-s {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-s,
  .mx-md-s {
    margin-left: 0.25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !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-s {
    padding: 0.25rem !important;
  }
  .pt-md-s,
  .py-md-s {
    padding-top: 0.25rem !important;
  }
  .pr-md-s,
  .px-md-s {
    padding-right: 0.25rem !important;
  }
  .pb-md-s,
  .py-md-s {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-s,
  .px-md-s {
    padding-left: 0.25rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-ns {
    margin: -0.25rem !important;
  }
  .mt-md-ns,
  .my-md-ns {
    margin-top: -0.25rem !important;
  }
  .mr-md-ns,
  .mx-md-ns {
    margin-right: -0.25rem !important;
  }
  .mb-md-ns,
  .my-md-ns {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-ns,
  .mx-md-ns {
    margin-left: -0.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !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-s {
    margin: 0.25rem !important;
  }
  .mt-lg-s,
  .my-lg-s {
    margin-top: 0.25rem !important;
  }
  .mr-lg-s,
  .mx-lg-s {
    margin-right: 0.25rem !important;
  }
  .mb-lg-s,
  .my-lg-s {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-s,
  .mx-lg-s {
    margin-left: 0.25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !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-s {
    padding: 0.25rem !important;
  }
  .pt-lg-s,
  .py-lg-s {
    padding-top: 0.25rem !important;
  }
  .pr-lg-s,
  .px-lg-s {
    padding-right: 0.25rem !important;
  }
  .pb-lg-s,
  .py-lg-s {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-s,
  .px-lg-s {
    padding-left: 0.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-ns {
    margin: -0.25rem !important;
  }
  .mt-lg-ns,
  .my-lg-ns {
    margin-top: -0.25rem !important;
  }
  .mr-lg-ns,
  .mx-lg-ns {
    margin-right: -0.25rem !important;
  }
  .mb-lg-ns,
  .my-lg-ns {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-ns,
  .mx-lg-ns {
    margin-left: -0.25rem !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: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !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-s {
    margin: 0.25rem !important;
  }
  .mt-xl-s,
  .my-xl-s {
    margin-top: 0.25rem !important;
  }
  .mr-xl-s,
  .mx-xl-s {
    margin-right: 0.25rem !important;
  }
  .mb-xl-s,
  .my-xl-s {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-s,
  .mx-xl-s {
    margin-left: 0.25rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !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-s {
    padding: 0.25rem !important;
  }
  .pt-xl-s,
  .py-xl-s {
    padding-top: 0.25rem !important;
  }
  .pr-xl-s,
  .px-xl-s {
    padding-right: 0.25rem !important;
  }
  .pb-xl-s,
  .py-xl-s {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-s,
  .px-xl-s {
    padding-left: 0.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-ns {
    margin: -0.25rem !important;
  }
  .mt-xl-ns,
  .my-xl-ns {
    margin-top: -0.25rem !important;
  }
  .mr-xl-ns,
  .mx-xl-ns {
    margin-right: -0.25rem !important;
  }
  .mb-xl-ns,
  .my-xl-ns {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-ns,
  .mx-xl-ns {
    margin-left: -0.25rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(171.5, 100.2721774194, 0) !important;
}

.text-secondary {
  color: #33383f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(16.7763157895, 18.4210526316, 20.7236842105) !important;
}

.text-success {
  color: #0d9a28 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(7.0449101796, 83.4550898204, 21.6766467066) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #f89100 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(171.5, 100.2721774194, 0) !important;
}

.text-danger {
  color: #c11e1e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(126.7914798206, 19.7085201794, 19.7085201794) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark, .dataTables_paginate a.paginate_button, .dataTables_paginate span.ellipsis {
  color: #33383f !important;
}

a.text-dark:hover, .dataTables_paginate a.paginate_button:hover, a.text-dark:focus, .dataTables_paginate a.paginate_button:focus {
  color: rgb(16.7763157895, 18.4210526316, 20.7236842105) !important;
}

.text-body {
  color: #33383f !important;
}

.text-muted, .dataTables_info {
  color: #949494 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #949494;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a4;
  }
  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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fantaicon";
  font-size: 20px;
  line-height: 1;
  color: #999;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "fantaicon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: rgb(0, 0, 0); /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(234, 125, 125);
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgb(215, 215, 215);
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px rgb(196, 230, 245);
  border: 1px solid rgb(180, 219, 237);
}
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: rgb(125.924, 206.7368, 243.776);
}
.sweet-alert button:active {
  background-color: rgb(93.08, 194.456, 240.92);
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: rgb(185.35, 185.35, 185.35);
}
.sweet-alert button.cancel:active {
  background-color: rgb(167.5, 167.5, 167.5);
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-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 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-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 {
  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;
  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;
       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%;
  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;
  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 {
  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__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.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-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;
  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: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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 #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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 #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  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: linear-gradient(to bottom, white 0%, #eeeeee 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: linear-gradient(to bottom, #eeeeee 50%, white 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 #dee2e6;
  border-radius: 0.25rem;
  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 #dee2e6;
  border-radius: 0.25rem;
  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 #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  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: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#login-dp {
  min-width: 300px;
  left: auto;
  right: 0;
}
#login-dp .help-block {
  font-size: 12px;
}
#login-dp .social-buttons .btn {
  color: #FFF;
}

.btn-fb {
  background-color: #3b5998;
}
.btn-fb:hover, .btn-fb:focus {
  background-color: rgb(66.1303317536, 99.7559241706, 170.3696682464);
}

.btn-tw {
  background-color: #55acee;
}
.btn-tw:hover, .btn-tw:focus {
  background-color: rgb(108.1818181818, 183.3181818182, 240.3181818182);
}

.btn-gp {
  background-color: #de4b39;
}
.btn-gp:hover, .btn-gp:focus {
  background-color: rgb(225.6428571429, 94.8701298701, 78.8571428571);
}

.custom-checkbox span {
  line-height: 23px;
}

.registration-form {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .login-box {
    margin-top: 30px;
  }
}

.datepicker {
  border-radius: 0.25rem;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  margin-left: 15px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #6c757d;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eae8e8;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #fff;
  background-color: #000;
  border-color: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover {
  color: #212529;
  background-color: rgb(132.7391304348, 197.0869565217, 229.2608695652);
  border-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #212529;
  background-color: rgb(132.7391304348, 197.0869565217, 229.2608695652);
  border-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
  box-shadow: 0 0 0 0.2rem rgba(222.7, 239.7, 248.2, 0.5);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: #d9edf7;
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.highlighted.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(164.3369565217, 212.0543478261, 235.9130434783);
}
.datepicker table tr td.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.7, 239.7, 248.2, 0.5);
}
.datepicker table tr td.highlighted.focused {
  background: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #6c757d;
}
.datepicker table tr td.today {
  color: #fff;
  background-color: #000;
  border-color: rgb(255, 167.3669354839, 44);
}
.datepicker table tr td.today:hover {
  color: #fff;
  background-color: rgb(197, 115.1814516129, 0);
  border-color: #f89100;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #fff;
  background-color: rgb(197, 115.1814516129, 0);
  border-color: #f89100;
  box-shadow: 0 0 0 0.2rem rgba(255, 180.5118951613, 75.65, 0.5);
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: rgb(255, 167.3669354839, 44);
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active, .datepicker table tr td.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.today.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(235.25, 137.5453629032, 0);
}
.datepicker table tr td.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.today.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180.5118951613, 75.65, 0.5);
}
.datepicker table tr td.today.focused {
  background: #f89100;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: rgb(255, 167.3669354839, 44);
  color: #6c757d;
}
.datepicker table tr td.range {
  color: #fff;
  background-color: #000;
  border-color: #eae8e8;
  border-radius: 0;
}
.datepicker table tr td.range:hover {
  color: #212529;
  background-color: rgb(185.3181818182, 178.6818181818, 178.6818181818);
  border-color: rgb(209.6590909091, 205.3409090909, 205.3409090909);
}
.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #212529;
  background-color: rgb(185.3181818182, 178.6818181818, 178.6818181818);
  border-color: rgb(209.6590909091, 205.3409090909, 205.3409090909);
  box-shadow: 0 0 0 0.2rem rgba(237.15, 235.45, 235.45, 0.5);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range:disabled {
  color: #fff;
  background-color: #000;
  border-color: #eae8e8;
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active, .datepicker table tr td.range:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(203.5738636364, 198.6761363636, 198.6761363636);
}
.datepicker table tr td.range:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237.15, 235.45, 235.45, 0.5);
}
.datepicker table tr td.range.focused {
  background: rgb(209.6590909091, 205.3409090909, 205.3409090909);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eae8e8;
  color: #6c757d;
}
.datepicker table tr td.range.highlighted {
  color: #fff;
  background-color: #000;
  border-color: rgb(225.5, 234.5, 239.5);
}
.datepicker table tr td.range.highlighted:hover {
  color: #212529;
  background-color: rgb(158.6333333333, 188.0333333333, 204.3666666667);
  border-color: rgb(192.0666666667, 211.2666666667, 221.9333333333);
}
.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #212529;
  background-color: rgb(158.6333333333, 188.0333333333, 204.3666666667);
  border-color: rgb(192.0666666667, 211.2666666667, 221.9333333333);
  box-shadow: 0 0 0 0.2rem rgba(229.925, 237.575, 241.825, 0.5);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted:disabled {
  color: #fff;
  background-color: #000;
  border-color: rgb(225.5, 234.5, 239.5);
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.highlighted.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(183.7083333333, 205.4583333333, 217.5416666667);
}
.datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229.925, 237.575, 241.825, 0.5);
}
.datepicker table tr td.range.highlighted.focused {
  background: rgb(192.0666666667, 211.2666666667, 221.9333333333);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: rgb(225.5, 234.5, 239.5);
  color: #6c757d;
}
.datepicker table tr td.range.today {
  color: #fff;
  background-color: #000;
  border-color: rgb(241, 188.5, 116);
}
.datepicker table tr td.range.today:hover {
  color: #212529;
  background-color: rgb(231.6666666667, 144.1666666667, 23.3333333333);
  border-color: rgb(236.3333333333, 166.3333333333, 69.6666666667);
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #212529;
  background-color: rgb(231.6666666667, 144.1666666667, 23.3333333333);
  border-color: rgb(236.3333333333, 166.3333333333, 69.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 198.475, 136.85, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:disabled {
  color: #fff;
  background-color: #000;
  border-color: rgb(241, 188.5, 116);
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.range.today.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgb(235.1666666667, 160.7916666667, 58.0833333333);
}
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.range.today.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 198.475, 136.85, 0.5);
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: rgb(241, 188.5, 116);
  color: #6c757d;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #212529;
  background-color: #fff;
  border-color: #949494;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #464a4c;
  border-color: rgb(122.5, 122.5, 122.5);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #464a4c;
  border-color: rgb(122.5, 122.5, 122.5);
  box-shadow: 0 0 0 0.2rem rgba(130.75, 131.35, 131.95, 0.5);
}
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:disabled, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #949494;
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(116.125, 116.125, 116.125);
}
.datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.dropdown-toggle:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.selected.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.75, 131.35, 131.95, 0.5);
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #212529;
  background-color: #fff;
  border-color: #f89100;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #212529;
  background-color: #f89100;
  border-color: rgb(197, 115.1814516129, 0);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus {
  color: #212529;
  background-color: #f89100;
  border-color: rgb(197, 115.1814516129, 0);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.datepicker table tr td.active.disabled, .datepicker table tr td.active:disabled, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f89100;
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active, .datepicker table tr td.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active, .show > .datepicker table tr td.active.highlighted.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(184.25, 107.7268145161, 0);
}
.datepicker table tr td.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.dropdown-toggle:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td.active.highlighted.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eae8e8;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #ced4da;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #212529;
  background-color: #fff;
  border-color: #f89100;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #212529;
  background-color: #f89100;
  border-color: rgb(197, 115.1814516129, 0);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #212529;
  background-color: #f89100;
  border-color: rgb(197, 115.1814516129, 0);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f89100;
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(184.25, 107.7268145161, 0);
}
.datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.dropdown-toggle:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active:hover.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active:focus, .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 128.8, 6.15, 0.5);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #ced4da;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eae8e8;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.5;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.btn-outline-white {
  border: 1px solid white;
  color: #FFF;
  white-space: inherit;
}
.btn-outline-white:hover {
  background: #FFF;
}

.btn-outline-primary {
  color: #f89100 !important;
}
.btn-outline-primary:hover {
  color: #FFF !important;
}

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

.btn.bg-white:hover {
  background: rgb(96.6315789474, 106.1052631579, 119.3684210526) !important;
}

.btn-secondary {
  background: #33383f;
  color: #f2f2f2;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgb(62.4078947368, 68.5263157895, 77.0921052632);
  color: #FFF;
}

.btn-default {
  background: #f0f0f0;
  color: #33383f;
  border: 1px solid #ddd;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #f89100;
  background: rgb(214.5, 214.5, 214.5);
}

.btn-white {
  background: #FFF;
  color: #f89100;
}

.btn-split {
  padding: 2px 4px 2px 6px;
}

.btn-govip {
  border-radius: 14px;
  padding: 0 3px !important;
  background: rgb(255, 214, 94);
  background: linear-gradient(to bottom, rgb(255, 214, 94) 0%, rgb(254, 191, 4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd65e", endColorstr="#febf04",GradientType=0 );
}

button.player-field-group {
  text-decoration: none;
  cursor: pointer;
}
button.player-field-group:focus, button.player-field-group:active, button.player-field-group:hover {
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.btn-info {
  color: #FFF !important;
}

.btn:hover, a:hover {
  cursor: pointer;
}

.btn-xs {
  padding: 7px 10px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6666667;
}

.fantaicon-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fantaicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.gps_ring {
  border: 3px solid #FFF;
  -webkit-border-radius: 30px;
  height: 18px;
  width: 18px;
  display: inline-block;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.checkbox.disabled * {
  cursor: not-allowed !important;
}

@font-face {
  font-family: "fantaicon";
  src: url(/fonts/fantaicon.eot?97e23749dffee535dc206dcba00da67b);
  src: url(/fonts/fantaicon.eot?97e23749dffee535dc206dcba00da67b#iefix) format("embedded-opentype"), url(/fonts/fantaicon.ttf?00b4e7357d9eac407b24a73ba6bcb7bd) format("truetype"), url(/fonts/fantaicon.woff?e22f532b858cbfeba427617f66361cd0) format("woff"), url(/fonts/fantaicon.svg?883d028dead1cad1a820c4b543963c3b#fantaicon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fantaicon-], [class*=fantaicon-], [class=icon] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fantaicon" !important;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  min-width: 1em;
  position: relative;
  text-align: center;
  text-transform: none;
  top: -1px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.badge-disabled {
  color: #949494 !important;
}
.badge-disabled .path2:before, .badge-disabled .path3:before, .badge-disabled .path4:before, .badge-disabled .path5:before {
  color: #949494 !important;
}

.fantaicon-team-serie_minori .path1:before, .fantaicon-team-estero .path1:before {
  content: "\edca";
  color: rgb(51, 56, 63);
}

.fantaicon-team-serie_minori .path2:before, .fantaicon-team-estero .path2:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(255, 84, 0);
}

.fantaicon-team-serie_minori .path3:before, .fantaicon-team-estero .path3:before {
  content: "";
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  width: 98%;
  height: 98%;
  top: 1%;
  left: 1%;
  z-index: -1;
}

.fantaicon-t-shirt.t-shirt-black .path2:before {
  color: #000;
}

.fantaicon-t-shirt.t-shirt-white .path2:before {
  color: #EEE;
}

.fantaicon-t-shirt.t-shirt-yellow .path2:before {
  color: #ffde59;
}

.fantaicon-t-shirt.t-shirt-red .path2:before {
  color: #c11e1e;
}

.fantaicon-t-shirt.t-shirt-purple .path2:before {
  color: #cc6ce7;
}

.fantaicon-t-shirt.t-shirt-orange .path2:before {
  color: #ff5400;
}

.fantaicon-t-shirt.t-shirt-navy .path2:before {
  color: #0f466d;
}

.fantaicon-t-shirt.t-shirt-green .path2:before {
  color: #0d9a28;
}

.fantaicon-t-shirt.t-shirt-cyan .path2:before {
  color: #17ffff;
}

.fantaicon-t-shirt.t-shirt-brown .path2:before {
  color: #8d6f64;
}

.fantaicon-t-shirt.t-shirt-blue .path2:before {
  color: #1d89e3;
}

/* Edit from here down. */
.fantaicon-team-como .path1:before {
  content: "\eac2";
  color: rgb(239, 239, 239);
}

.fantaicon-team-como .path2:before {
  content: "\ee0d";
  margin-left: -1em;
  color: rgb(16, 65, 106);
}

.fantaicon-team-como .path3:before {
  content: "\ee0e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-como .path4:before {
  content: "\ee1b";
  margin-left: -1em;
  color: rgb(16, 65, 106);
}

.fantaicon-t-shirt .path1:before {
  content: "\ee1e";
  color: rgb(173, 173, 173);
}

.fantaicon-t-shirt .path2:before {
  content: "\ee1f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-cremonese .path1:before {
  content: "\ee0f";
  color: rgb(226, 42, 39);
}

.fantaicon-team-cremonese .path2:before {
  content: "\ee10";
  margin-left: -1em;
  color: rgb(129, 129, 136);
}

.fantaicon-team-cremonese .path3:before {
  content: "\ee11";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-cremonese .path4:before {
  content: "\ee12";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-cremonese .path5:before {
  content: "\ee13";
  margin-left: -1em;
  color: rgb(204, 154, 85);
}

.fantaicon-team-cremonese .path6:before {
  content: "\ee14";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-cremonese .path7:before {
  content: "\ee15";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-cremonese .path8:before {
  content: "\ee16";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-cremonese .path9:before {
  content: "\ee17";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.fantaicon-team-monza .path1:before {
  content: "\ee18";
  color: rgb(237, 22, 57);
}

.fantaicon-team-monza .path2:before {
  content: "\ee19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-monza .path3:before {
  content: "\ee1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-torino .path1:before {
  content: "\eaae";
  color: rgb(139, 30, 20);
}

.fantaicon-team-torino .path2:before {
  content: "\ee1c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-torino .path3:before {
  content: "\ee1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-roma .path1:before {
  content: "\eaaf";
  color: rgb(248, 179, 39);
}

.fantaicon-team-roma .path2:before {
  content: "\ee20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-roma .path3:before {
  content: "\ee21";
  margin-left: -1em;
  color: rgb(169, 39, 43);
}

.fantaicon-team-roma .path4:before {
  content: "\ee22";
  margin-left: -1em;
  color: rgb(30, 30, 30);
}

.fantaicon-team-roma .path5:before {
  content: "\ee23";
  margin-left: -1em;
  color: rgb(169, 39, 43);
}

.fantaicon-team-venezia .path1:before {
  content: "\ee04";
  color: rgb(255, 127, 39);
}

.fantaicon-team-venezia .path2:before {
  content: "\ee05";
  margin-left: -1em;
  color: rgb(0, 113, 45);
}

.fantaicon-team-venezia .path3:before {
  content: "\ee06";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-salernitana .path1:before {
  content: "\ee08";
  color: rgb(247, 182, 23);
}

.fantaicon-team-salernitana .path2:before {
  content: "\ee09";
  margin-left: -1em;
  color: rgb(136, 23, 25);
}

.fantaicon-team-salernitana .path3:before {
  content: "\ee0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-assist-post .path1:before {
  content: "\edfa";
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path2:before {
  content: "\edfb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path3:before {
  content: "\edfc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path4:before {
  content: "\edfd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path5:before {
  content: "\edfe";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-assist-post .path6:before {
  content: "\edff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path7:before {
  content: "\ee00";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path8:before {
  content: "\ee01";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path9:before {
  content: "\ee02";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-post .path10:before {
  content: "\ee03";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-team-spezia .path1:before {
  content: "\edf4";
  color: rgb(153, 131, 74);
}

.fantaicon-team-spezia .path2:before {
  content: "\edf5";
  margin-left: -1em;
  color: rgb(31, 26, 23);
}

.fantaicon-team-spezia .path3:before {
  content: "\edf6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spezia .path4:before {
  content: "\edf7";
  margin-left: -1em;
  color: rgb(31, 26, 23);
}

.fantaicon-team-spezia .path5:before {
  content: "\edf8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spezia .path6:before {
  content: "\edf9";
  margin-left: -1em;
  color: rgb(31, 26, 23);
}

.fantaicon-heart:before {
  content: "\f004";
}

.fantaicon-star-o:before {
  content: "\f006";
}

.fantaicon-search-plus:before {
  content: "\f00e";
}

.fantaicon-search-minus:before {
  content: "\f010";
}

.fantaicon-heart-o:before {
  content: "\f08a";
}

.fantaicon-video:before {
  content: "\eddb";
}

.fantaicon-newspaper:before {
  content: "\eddc";
}

.fantaicon-half-star:before {
  content: "\edc8";
}

.fantaicon-no-team .path1:before {
  content: "\edca";
  color: rgb(51, 56, 63);
}

.fantaicon-no-team .path2:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(255, 84, 0);
}

.fantaicon-remove-filter:before {
  content: "\edc9";
}

.fantaicon-team-parma .path1:before {
  content: "\edc2";
  color: rgb(0, 72, 136);
}

.fantaicon-team-parma .path2:before {
  content: "\edc3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-parma .path3:before {
  content: "\edc4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-parma .path4:before {
  content: "\edc5";
  margin-left: -1em;
  color: rgb(252, 196, 0);
}

.fantaicon-team-parma .path5:before {
  content: "\edc6";
  margin-left: -1em;
  color: rgb(252, 196, 0);
}

.fantaicon-team-parma .path6:before {
  content: "\edc7";
  margin-left: -1em;
  color: rgb(252, 196, 0);
}

.fantaicon-search:before {
  content: "\f002";
}

.fantaicon-minus-circle:before {
  content: "\f056";
}

.fantaicon-arrow-left2:before {
  content: "\f060";
}

.fantaicon-arrow-right2:before {
  content: "\f061";
}

.fantaicon-team-messico .path1:before {
  content: "\eb6a";
  color: rgb(51, 56, 63);
}

.fantaicon-team-messico .path2:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(29, 132, 20);
}

.fantaicon-team-messico .path3:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-messico .path4:before {
  content: "\eb6d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path1:before {
  content: "\ed83";
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path2:before {
  content: "\ed84";
  margin-left: -0.9140625em;
  color: rgb(125, 125, 125);
}

.fantaicon-top1 .path3:before {
  content: "\ed85";
  margin-left: -0.9140625em;
  color: rgb(142, 142, 142);
}

.fantaicon-top1 .path4:before {
  content: "\ed86";
  margin-left: -0.9140625em;
  color: rgb(150, 150, 150);
}

.fantaicon-top1 .path5:before {
  content: "\ed87";
  margin-left: -0.9140625em;
  color: rgb(150, 150, 150);
}

.fantaicon-top1 .path6:before {
  content: "\ed88";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path7:before {
  content: "\ed89";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path8:before {
  content: "\ed8a";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path9:before {
  content: "\ed8b";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path10:before {
  content: "\ed8c";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path11:before {
  content: "\ed8d";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path12:before {
  content: "\ed8e";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top1 .path13:before {
  content: "\ed8f";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path1:before {
  content: "\ed90";
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path2:before {
  content: "\ed94";
  margin-left: -0.9140625em;
  color: rgb(204, 102, 51);
}

.fantaicon-top5 .path3:before {
  content: "\ed95";
  margin-left: -0.9140625em;
  color: rgb(204, 102, 51);
}

.fantaicon-top5 .path4:before {
  content: "\ed96";
  margin-left: -0.9140625em;
  color: rgb(204, 102, 51);
}

.fantaicon-top5 .path5:before {
  content: "\ed97";
  margin-left: -0.9140625em;
  color: rgb(204, 102, 51);
}

.fantaicon-top5 .path6:before {
  content: "\ed98";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path7:before {
  content: "\ed99";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path8:before {
  content: "\ed9a";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path9:before {
  content: "\edbc";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path10:before {
  content: "\edbd";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path11:before {
  content: "\edbe";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path12:before {
  content: "\edbf";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top5 .path13:before {
  content: "\edc0";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path1:before {
  content: "\ed9b";
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path2:before {
  content: "\ed9c";
  margin-left: -0.9140625em;
  color: rgb(24, 72, 145);
}

.fantaicon-top10 .path3:before {
  content: "\ed9d";
  margin-left: -0.9140625em;
  color: rgb(24, 72, 145);
}

.fantaicon-top10 .path4:before {
  content: "\ed9e";
  margin-left: -0.9140625em;
  color: rgb(66, 116, 188);
}

.fantaicon-top10 .path5:before {
  content: "\ed9f";
  margin-left: -0.9140625em;
  color: rgb(66, 116, 188);
}

.fantaicon-top10 .path6:before {
  content: "\eda0";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path7:before {
  content: "\eda1";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path8:before {
  content: "\eda2";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path9:before {
  content: "\eda3";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path10:before {
  content: "\eda4";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path11:before {
  content: "\eda5";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path12:before {
  content: "\eda6";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path13:before {
  content: "\eda7";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top10 .path14:before {
  content: "\ed91";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path1:before {
  content: "\eda8";
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path2:before {
  content: "\eda9";
  margin-left: -0.9140625em;
  color: rgb(24, 72, 145);
}

.fantaicon-top30 .path3:before {
  content: "\edaa";
  margin-left: -0.9140625em;
  color: rgb(24, 72, 145);
}

.fantaicon-top30 .path4:before {
  content: "\edab";
  margin-left: -0.9140625em;
  color: rgb(66, 116, 188);
}

.fantaicon-top30 .path5:before {
  content: "\edac";
  margin-left: -0.9140625em;
  color: rgb(66, 116, 188);
}

.fantaicon-top30 .path6:before {
  content: "\edad";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path7:before {
  content: "\edae";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path8:before {
  content: "\edaf";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path9:before {
  content: "\edb0";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path10:before {
  content: "\edb1";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path11:before {
  content: "\edb2";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path12:before {
  content: "\edb3";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path13:before {
  content: "\edb4";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-top30 .path14:before {
  content: "\ed92";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-topno1 .path1:before {
  content: "\edb5";
  color: rgb(255, 255, 255);
}

.fantaicon-topno1 .path2:before {
  content: "\edb6";
  margin-left: -0.9140625em;
  color: rgb(223, 167, 48);
}

.fantaicon-topno1 .path3:before {
  content: "\edb7";
  margin-left: -0.9140625em;
  color: rgb(223, 167, 48);
}

.fantaicon-topno1 .path4:before {
  content: "\edb8";
  margin-left: -0.9140625em;
  color: rgb(217, 164, 40);
}

.fantaicon-topno1 .path5:before {
  content: "\edb9";
  margin-left: -0.9140625em;
  color: rgb(217, 164, 40);
}

.fantaicon-topno1 .path6:before {
  content: "\edba";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-topno1 .path7:before {
  content: "\edbb";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-topno1 .path8:before {
  content: "\ed93";
  margin-left: -0.9140625em;
  color: rgb(255, 255, 255);
}

.fantaicon-vip:before {
  content: "\ed82";
}

.fantaicon-dribbling:before {
  content: "\ed80";
}

.fantaicon-passing:before {
  content: "\ed81";
}

.fantaicon-team-australia .path1:before {
  content: "\ec5a";
  color: rgb(51, 56, 63);
}

.fantaicon-team-australia .path2:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-australia .path3:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-australia .path4:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-australia .path5:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-australia .path6:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-australia .path7:before {
  content: "\ed7d";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-australia .path8:before {
  content: "\ed7e";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-australia .path9:before {
  content: "\ed7f";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-costa_rica .path1:before {
  content: "\ec60";
  color: rgb(51, 56, 63);
}

.fantaicon-team-costa_rica .path2:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-costa_rica .path3:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-costa_rica .path4:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-costa_rica .path5:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-costa_rica .path6:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-costa_rica .path7:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path1:before {
  content: "\ec67";
  color: rgb(51, 56, 63);
}

.fantaicon-team-croazia .path2:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-croazia .path3:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path4:before {
  content: "\ec6a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path5:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path6:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path7:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path8:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path9:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path10:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path11:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path12:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path13:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path14:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path15:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path16:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path17:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path18:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(152, 208, 255);
}

.fantaicon-team-croazia .path19:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(152, 208, 255);
}

.fantaicon-team-croazia .path20:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path21:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path22:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path23:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path24:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path25:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path26:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path27:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(152, 208, 255);
}

.fantaicon-team-croazia .path28:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path29:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path30:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path31:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path32:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path33:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path34:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path35:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path36:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(152, 208, 255);
}

.fantaicon-team-croazia .path37:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path38:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path39:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path40:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path41:before {
  content: "\ec8f";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path42:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path43:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path44:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path45:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path46:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path47:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path48:before {
  content: "\ec96";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path49:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path50:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path51:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path52:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path53:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path54:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path55:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path56:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path57:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path58:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path59:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path60:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path61:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-croazia .path62:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path63:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path64:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path65:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path66:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path67:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path68:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path69:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path70:before {
  content: "\ecac";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path71:before {
  content: "\ecad";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path72:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path73:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path74:before {
  content: "\ecb0";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path75:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path76:before {
  content: "\ecb2";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path77:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path78:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path79:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path80:before {
  content: "\ecb6";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path81:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path82:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path83:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path84:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path85:before {
  content: "\ecbb";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path86:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(104, 77, 0);
}

.fantaicon-team-croazia .path87:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path88:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path89:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path90:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path91:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path92:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path93:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path94:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-croazia .path95:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path96:before {
  content: "\ecc6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path97:before {
  content: "\ecc7";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-croazia .path98:before {
  content: "\ecc8";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path99:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path100:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-croazia .path101:before {
  content: "\eccb";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-croazia .path102:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-croazia .path103:before {
  content: "\eccd";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-croazia .path104:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-croazia .path105:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path106:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-croazia .path107:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path108:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path109:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path110:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path111:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path112:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path113:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path114:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path115:before {
  content: "\ecd9";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-croazia .path116:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path117:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path118:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path119:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path120:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path121:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path122:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path123:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path124:before {
  content: "\ece2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path125:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path126:before {
  content: "\ece4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-croazia .path127:before {
  content: "\ece5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-egitto .path1:before {
  content: "\ece6";
  color: rgb(51, 56, 63);
}

.fantaicon-team-egitto .path2:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-egitto .path3:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-egitto .path4:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-egitto .path5:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-egitto .path6:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(231, 192, 21);
}

.fantaicon-team-egitto .path7:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-islanda .path1:before {
  content: "\eced";
  color: rgb(51, 56, 63);
}

.fantaicon-team-islanda .path2:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-islanda .path3:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-islanda .path4:before {
  content: "\ecf0";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-islanda .path5:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-islanda .path6:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-islanda .path7:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-islanda .path8:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-islanda .path9:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-islanda .path10:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-islanda .path11:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path1:before {
  content: "\ecf8";
  color: rgb(51, 56, 63);
}

.fantaicon-team-iran .path2:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-iran .path3:before {
  content: "\ecfa";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-iran .path4:before {
  content: "\ecfb";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path5:before {
  content: "\ecfc";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path6:before {
  content: "\ecfd";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path7:before {
  content: "\ecfe";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path8:before {
  content: "\ecff";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path9:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-iran .path10:before {
  content: "\ed01";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path11:before {
  content: "\ed02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path12:before {
  content: "\ed03";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path13:before {
  content: "\ed04";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path14:before {
  content: "\ed05";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path15:before {
  content: "\ed06";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path16:before {
  content: "\ed07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path17:before {
  content: "\ed08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path18:before {
  content: "\ed09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path19:before {
  content: "\ed0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path20:before {
  content: "\ed0b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path21:before {
  content: "\ed0c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path22:before {
  content: "\ed0d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path23:before {
  content: "\ed0e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path24:before {
  content: "\ed0f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path25:before {
  content: "\ed10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path26:before {
  content: "\ed11";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path27:before {
  content: "\ed12";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path28:before {
  content: "\ed13";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path29:before {
  content: "\ed14";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path30:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path31:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path32:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path33:before {
  content: "\ed18";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path34:before {
  content: "\ed19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path35:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path36:before {
  content: "\ed1b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path37:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path38:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path39:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path40:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path41:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path42:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path43:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path44:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path45:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path46:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path47:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path48:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path49:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path50:before {
  content: "\ed29";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path51:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path52:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path53:before {
  content: "\ed2c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path54:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path55:before {
  content: "\ed2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path56:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path57:before {
  content: "\ed30";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path58:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path59:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path60:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path61:before {
  content: "\ed34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path62:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path63:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path64:before {
  content: "\ed37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path65:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-iran .path66:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-giappone .path1:before {
  content: "\ed3a";
  color: rgb(51, 56, 63);
}

.fantaicon-team-giappone .path2:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-giappone .path3:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-giappone .path4:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-corea_del_sud .path1:before {
  content: "\ed3e";
  color: rgb(51, 56, 63);
}

.fantaicon-team-corea_del_sud .path2:before {
  content: "\ed3f";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-corea_del_sud .path3:before {
  content: "\ed40";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-corea_del_sud .path4:before {
  content: "\ed41";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path5:before {
  content: "\ed42";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path6:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path7:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path8:before {
  content: "\ed45";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path9:before {
  content: "\ed46";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path10:before {
  content: "\ed47";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path11:before {
  content: "\ed48";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path12:before {
  content: "\ed49";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path13:before {
  content: "\ed4a";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path14:before {
  content: "\ed4b";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path15:before {
  content: "\ed4c";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path16:before {
  content: "\ed4d";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path17:before {
  content: "\ed4e";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path18:before {
  content: "\ed4f";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path19:before {
  content: "\ed50";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path20:before {
  content: "\ed51";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path21:before {
  content: "\ed52";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-corea_del_sud .path22:before {
  content: "\ed53";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-corea_del_sud .path23:before {
  content: "\ed54";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-marocco .path1:before {
  content: "\ed55";
  color: rgb(51, 56, 63);
}

.fantaicon-team-marocco .path2:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-marocco .path3:before {
  content: "\ed57";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-marocco .path4:before {
  content: "\ed58";
  margin-left: -1em;
  color: rgb(4, 50, 0);
}

.fantaicon-team-marocco .path5:before {
  content: "\ed59";
  margin-left: -1em;
  color: rgb(4, 50, 0);
}

.fantaicon-team-nigeria .path1:before {
  content: "\ed5a";
  color: rgb(51, 56, 63);
}

.fantaicon-team-nigeria .path2:before {
  content: "\ed5b";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-nigeria .path3:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(30, 152, 19);
}

.fantaicon-team-nigeria .path4:before {
  content: "\ed5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-nigeria .path5:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(30, 152, 19);
}

.fantaicon-team-panama .path1:before {
  content: "\ed5f";
  color: rgb(51, 56, 63);
}

.fantaicon-team-panama .path2:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-panama .path3:before {
  content: "\ed61";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-panama .path4:before {
  content: "\ed62";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-panama .path5:before {
  content: "\ed63";
  margin-left: -1em;
  color: rgb(0, 26, 195);
}

.fantaicon-team-panama .path6:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-panama .path7:before {
  content: "\ed65";
  margin-left: -1em;
  color: rgb(0, 26, 195);
}

.fantaicon-team-panama .path8:before {
  content: "\ed66";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-arabia_saudita .path1:before {
  content: "\ed67";
  color: rgb(51, 56, 63);
}

.fantaicon-team-arabia_saudita .path2:before {
  content: "\ed68";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-arabia_saudita .path3:before {
  content: "\ed69";
  margin-left: -1em;
  color: rgb(26, 134, 16);
}

.fantaicon-team-arabia_saudita .path4:before {
  content: "\ed6a";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-arabia_saudita .path5:before {
  content: "\ed6b";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-arabia_saudita .path6:before {
  content: "\ed6c";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-arabia_saudita .path7:before {
  content: "\ed6d";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-arabia_saudita .path8:before {
  content: "\ed6e";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-arabia_saudita .path9:before {
  content: "\ed6f";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-serbia .path1:before {
  content: "\ed70";
  color: rgb(51, 56, 63);
}

.fantaicon-team-serbia .path2:before {
  content: "\ed71";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-serbia .path3:before {
  content: "\ed72";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-serbia .path4:before {
  content: "\ed73";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-serbia .path5:before {
  content: "\ed74";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-serbia .path6:before {
  content: "\ed75";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-svezia .path1:before {
  content: "\ed76";
  color: rgb(51, 56, 63);
}

.fantaicon-team-svezia .path2:before {
  content: "\ed77";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-svezia .path3:before {
  content: "\ed78";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-svezia .path4:before {
  content: "\ed79";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-svezia .path5:before {
  content: "\ed7a";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-svezia .path6:before {
  content: "\ed7b";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-svezia .path7:before {
  content: "\ed7c";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path1:before {
  content: "\eb10";
  color: rgb(51, 56, 63);
}

.fantaicon-team-argentina .path2:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path3:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-argentina .path4:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(105, 187, 239);
}

.fantaicon-team-argentina .path5:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(105, 187, 239);
}

.fantaicon-team-argentina .path6:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path7:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path8:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path9:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path10:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path11:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path12:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path13:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path14:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path15:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path16:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path17:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path18:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path19:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path20:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path21:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path22:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path23:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-argentina .path24:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-belgio .path1:before {
  content: "\eb28";
  color: rgb(51, 56, 63);
}

.fantaicon-team-belgio .path2:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-belgio .path3:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-belgio .path4:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-belgio .path5:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-brasile .path1:before {
  content: "\eb2d";
  color: rgb(51, 56, 63);
}

.fantaicon-team-brasile .path2:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-brasile .path3:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(29, 132, 20);
}

.fantaicon-team-brasile .path4:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(29, 132, 20);
}

.fantaicon-team-brasile .path5:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-brasile .path6:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-brasile .path7:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-brasile .path8:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path9:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path10:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path11:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path12:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path13:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path14:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path15:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path16:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path17:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-brasile .path18:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path19:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path20:before {
  content: "\eb40";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path21:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path22:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path23:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path24:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path25:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path26:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path27:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path28:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path29:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path30:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path31:before {
  content: "\eb4b";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-brasile .path32:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-colombia .path1:before {
  content: "\eb4d";
  color: rgb(51, 56, 63);
}

.fantaicon-team-colombia .path2:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-colombia .path3:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-colombia .path4:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-colombia .path5:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-danimarca .path1:before {
  content: "\eb52";
  color: rgb(51, 56, 63);
}

.fantaicon-team-danimarca .path2:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-danimarca .path3:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-danimarca .path4:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-danimarca .path5:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-danimarca .path6:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-danimarca .path7:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-inghilterra .path1:before {
  content: "\eb59";
  color: rgb(51, 56, 63);
}

.fantaicon-team-inghilterra .path2:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-inghilterra .path3:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-inghilterra .path4:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-inghilterra .path5:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-inghilterra .path6:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-inghilterra .path7:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-francia .path1:before {
  content: "\eb60";
  color: rgb(51, 56, 63);
}

.fantaicon-team-francia .path2:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-francia .path3:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(13, 24, 105);
}

.fantaicon-team-francia .path4:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-francia .path5:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-germania .path1:before {
  content: "\eb65";
  color: rgb(51, 56, 63);
}

.fantaicon-team-germania .path2:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-germania .path3:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-germania .path4:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-germania .path5:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-peru .path1:before {
  content: "\eb6e";
  color: rgb(51, 56, 63);
}

.fantaicon-team-peru .path2:before {
  content: "\eb6f";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-peru .path3:before {
  content: "\eb70";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-peru .path4:before {
  content: "\eb71";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-peru .path5:before {
  content: "\eb72";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-polonia .path1:before {
  content: "\eb73";
  color: rgb(51, 56, 63);
}

.fantaicon-team-polonia .path2:before {
  content: "\eb74";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-polonia .path3:before {
  content: "\eb75";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-polonia .path4:before {
  content: "\eb76";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path1:before {
  content: "\eb77";
  color: rgb(51, 56, 63);
}

.fantaicon-team-portogallo .path2:before {
  content: "\eb78";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path3:before {
  content: "\eb79";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path4:before {
  content: "\eb7a";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path5:before {
  content: "\eb7b";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path6:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path7:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path8:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(58, 183, 46);
}

.fantaicon-team-portogallo .path9:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path10:before {
  content: "\eb80";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path11:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path12:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path13:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path14:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path15:before {
  content: "\eb85";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-portogallo .path16:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path17:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path18:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path19:before {
  content: "\eb89";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path20:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path21:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path22:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path23:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path24:before {
  content: "\eb8e";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path25:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path26:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path27:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path28:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path29:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path30:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path31:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path32:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path33:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path34:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path35:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path36:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path37:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path38:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path39:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path40:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path41:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path42:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path43:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path44:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path45:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path46:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path47:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path48:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path49:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path50:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path51:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path52:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path53:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path54:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path55:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path56:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path57:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path58:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path59:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path60:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path61:before {
  content: "\ebb3";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-portogallo .path62:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path63:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path64:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path65:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path66:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path67:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path68:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path69:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path70:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path71:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path72:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path73:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path74:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path75:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path76:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path77:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path78:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path79:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path80:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-portogallo .path81:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path82:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path83:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path84:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path85:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path86:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path87:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path88:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path89:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path90:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path91:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path92:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path93:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path94:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path95:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path96:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path97:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path98:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path99:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path100:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path101:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path102:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path103:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path104:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path105:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path106:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path107:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path108:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path109:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path110:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path111:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path112:before {
  content: "\ebe6";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path113:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path114:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path115:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path116:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path117:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path118:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path119:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path120:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path121:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path122:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path123:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path124:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path125:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path126:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path127:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path128:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path129:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path130:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path131:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path132:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path133:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path134:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path135:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-portogallo .path136:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-portogallo .path137:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}

.fantaicon-team-portogallo .path138:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-portogallo .path139:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path140:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path141:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path142:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path143:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path144:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-portogallo .path145:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path146:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path147:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path148:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path149:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path150:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-portogallo .path151:before {
  content: "\ec0d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path152:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path153:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path154:before {
  content: "\ec10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path155:before {
  content: "\ec11";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path156:before {
  content: "\ec12";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-portogallo .path157:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path158:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path159:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path160:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path161:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path162:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(0, 5, 48);
}

.fantaicon-team-portogallo .path163:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path164:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path165:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path166:before {
  content: "\ec1c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path167:before {
  content: "\ec1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-portogallo .path168:before {
  content: "\ec1e";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path169:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path170:before {
  content: "\ec20";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path171:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path172:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path173:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path174:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path175:before {
  content: "\ec25";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path176:before {
  content: "\ec26";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path177:before {
  content: "\ec27";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path178:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path179:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path180:before {
  content: "\ec2a";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path181:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path182:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path183:before {
  content: "\ec2d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path184:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path185:before {
  content: "\ec2f";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-portogallo .path186:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-russia .path1:before {
  content: "\ec31";
  color: rgb(51, 56, 63);
}

.fantaicon-team-russia .path2:before {
  content: "\ec32";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-russia .path3:before {
  content: "\ec33";
  margin-left: -1em;
  color: rgb(42, 59, 182);
}

.fantaicon-team-russia .path4:before {
  content: "\ec34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-senegal .path1:before {
  content: "\ec35";
  color: rgb(51, 56, 63);
}

.fantaicon-team-senegal .path2:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-senegal .path3:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(29, 132, 20);
}

.fantaicon-team-senegal .path4:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-senegal .path5:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-senegal .path6:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(29, 132, 20);
}

.fantaicon-team-spagna .path1:before {
  content: "\ec3b";
  color: rgb(51, 56, 63);
}

.fantaicon-team-spagna .path2:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-spagna .path3:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-spagna .path4:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-svizzera .path1:before {
  content: "\ec3f";
  color: rgb(51, 56, 63);
}

.fantaicon-team-svizzera .path2:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-svizzera .path3:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-svizzera .path4:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-tunisia .path1:before {
  content: "\ec43";
  color: rgb(51, 56, 63);
}

.fantaicon-team-tunisia .path2:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(203, 203, 203);
}

.fantaicon-team-tunisia .path3:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-tunisia .path4:before {
  content: "\ec46";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-tunisia .path5:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-tunisia .path6:before {
  content: "\ec48";
  margin-left: -1em;
  color: rgb(235, 9, 9);
}

.fantaicon-team-uruguay .path1:before {
  content: "\ec49";
  color: rgb(51, 56, 63);
}

.fantaicon-team-uruguay .path2:before {
  content: "\ec4a";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-team-uruguay .path3:before {
  content: "\ec4b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path4:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path5:before {
  content: "\ec4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path6:before {
  content: "\ec4e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path7:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path8:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path9:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path10:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path11:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path12:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-uruguay .path13:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(50, 81, 237);
}

.fantaicon-team-uruguay .path14:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(50, 81, 237);
}

.fantaicon-team-uruguay .path15:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(50, 81, 237);
}

.fantaicon-team-uruguay .path16:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(50, 81, 237);
}

.fantaicon-team-uruguay .path17:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(255, 248, 26);
}

.fantaicon-competition:before {
  content: "\eb0c";
}

.fantaicon-formazione:before {
  content: "\eb0b";
}

.fantaicon-live:before {
  content: "\eb09";
}

.fantaicon-user-login:before {
  content: "\eb0a";
}

.fantaicon-plus:before {
  content: "\f067";
}

.fantaicon-minus:before {
  content: "\f068";
}

.fantaicon-power-off:before {
  content: "\f011";
}

.fantaicon-cog:before {
  content: "\f013";
}

.fantaicon-gear:before {
  content: "\f013";
}

.fantaicon-home:before {
  content: "\f015";
}

.fantaicon-list-alt:before {
  content: "\f022";
}

.fantaicon-locked:before {
  content: "\f023";
}

.fantaicon-chevron-left:before {
  content: "\f053";
}

.fantaicon-chevron-right:before {
  content: "\f054";
}

.fantaicon-closed:before {
  content: "\f05f";
}

.fantaicon-arrows-v:before {
  content: "\f07d";
}

.fantaicon-arrows-h:before {
  content: "\f07e";
}

.fantaicon-cogs2:before {
  content: "\f085";
}

.fantaicon-gears:before {
  content: "\f085";
}

.fantaicon-trophy:before {
  content: "\f091";
}

.fantaicon-twitter:before {
  content: "\f099";
}

.fantaicon-facebook:before {
  content: "\f09a";
}

.fantaicon-facebook-f:before {
  content: "\f09a";
}

.fantaicon-briefcase:before {
  content: "\f0b1";
}

.fantaicon-bars:before {
  content: "\f0c9";
}

.fantaicon-navicon:before {
  content: "\f0c9";
}

.fantaicon-reorder:before {
  content: "\f0c9";
}

.fantaicon-google-plus:before {
  content: "\f0d5";
}

.fantaicon-caret-down:before {
  content: "\f0d7";
}

.fantaicon-caret-up:before {
  content: "\f0d8";
}

.fantaicon-sort:before {
  content: "\f0dc";
}

.fantaicon-unsorted:before {
  content: "\f0dc";
}

.fantaicon-sort-desc:before {
  content: "\f0dd";
}

.fantaicon-sort-down:before {
  content: "\f0dd";
}

.fantaicon-sort-asc:before {
  content: "\f0de";
}

.fantaicon-sort-up:before {
  content: "\f0de";
}

.fantaicon-angle-double-up:before {
  content: "\f102";
}

.fantaicon-angle-left:before {
  content: "\f104";
}

.fantaicon-angle-right:before {
  content: "\f105";
}

.fantaicon-thumbs-up:before {
  content: "\f164";
}

.fantaicon-thumbs-down:before {
  content: "\f165";
}

.fantaicon-youtube-play:before {
  content: "\f16a";
}

.fantaicon-xls:before {
  content: "\f1c3";
}

.fantaicon-player-add:before {
  content: "\f234";
}

.fantaicon-player-remove:before {
  content: "\f235";
}

.fantaicon-address-card-o:before {
  content: "\f2bc";
}

.fantaicon-vcard-o:before {
  content: "\f2bc";
}

.fantaicon-fm:before {
  content: "\eded";
}

.fantaicon-mv:before {
  content: "\edee";
}

.fantaicon-star1:before {
  content: "\edef";
}

.fantaicon-star2:before {
  content: "\edf0";
}

.fantaicon-star3:before {
  content: "\edf1";
}

.fantaicon-star4:before {
  content: "\edf2";
}

.fantaicon-star5:before {
  content: "\edf3";
}

.fantaicon-injured-player .path1:before {
  content: "\ede8";
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player .path2:before {
  content: "\ede9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player .path3:before {
  content: "\edea";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player .path4:before {
  content: "\edeb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player .path5:before {
  content: "\edec";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-dots:before {
  content: "\ede6";
}

.fantaicon-injured .path1:before {
  content: "\edde";
  color: rgb(193, 30, 31);
}

.fantaicon-injured .path2:before {
  content: "\eddf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-lecce .path1:before {
  content: "\ede0";
  color: rgb(38, 59, 99);
}

.fantaicon-team-lecce .path2:before {
  content: "\ede1";
  margin-left: -1em;
  color: rgb(213, 185, 120);
}

.fantaicon-team-lecce .path3:before {
  content: "\ede2";
  margin-left: -1em;
  color: rgb(255, 242, 0);
}

.fantaicon-team-lecce .path4:before {
  content: "\ede3";
  margin-left: -1em;
  color: rgb(237, 27, 35);
}

.fantaicon-team-lecce .path5:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(213, 185, 120);
}

.fantaicon-team-lecce .path6:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(213, 185, 120);
}

.fantaicon-team-lecce .path7:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(213, 185, 120);
}

.fantaicon-team-brescia .path1:before {
  content: "\ede4";
  color: rgb(31, 91, 153);
}

.fantaicon-team-brescia .path2:before {
  content: "\ede5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-frosinone .path1:before {
  content: "\edcc";
  color: rgb(0, 67, 146);
}

.fantaicon-team-frosinone .path2:before {
  content: "\edcd";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-team-frosinone .path3:before {
  content: "\edce";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-team-frosinone .path4:before {
  content: "\edcf";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-team-frosinone .path5:before {
  content: "\edd0";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-team-frosinone .path6:before {
  content: "\edd1";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-team-frosinone .path7:before {
  content: "\edd2";
  margin-left: -1em;
  color: rgb(0, 67, 146);
}

.fantaicon-team-frosinone .path8:before {
  content: "\edd3";
  margin-left: -1em;
  color: rgb(255, 221, 0);
}

.fantaicon-assist-own-goal .path1:before {
  content: "\eaf3";
  color: rgb(81, 123, 167);
}

.fantaicon-assist-own-goal .path2:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-own-goal .path3:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-own-goal .path4:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-own-goal .path5:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-own-goal .path6:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-assist-own-goal .path7:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-draw-goal .path1:before {
  content: "\eafa";
  color: rgb(0, 0, 0);
}

.fantaicon-draw-goal .path2:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-draw-goal .path3:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-draw-goal .path4:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-draw-goal .path5:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-draw-goal .path6:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-good-chance .path1:before {
  content: "\eb00";
  color: rgb(0, 0, 0);
}

.fantaicon-good-chance .path2:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-good-chance .path3:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-winning-goal .path1:before {
  content: "\eb03";
  color: rgb(0, 0, 0);
}

.fantaicon-winning-goal .path2:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-winning-goal .path3:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-winning-goal .path4:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-winning-goal .path5:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-winning-goal .path6:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-wishlist:before {
  content: "\eaf0";
}

.fantaicon-alarm:before {
  content: "\eaf1";
}

.fantaicon-new:before {
  content: "\eaed";
}

.fantaicon-mercato:before {
  content: "\ead6";
}

.fantaicon-calendar-edit:before {
  content: "\eaec";
}

.fantaicon-cupteam-restart:before {
  content: "\ead9";
}

.fantaicon-cupteam-settings:before {
  content: "\eada";
}

.fantaicon-mercato-edit:before {
  content: "\eadb";
}

.fantaicon-kapitals:before {
  content: "\ead5";
}

.fantaicon-lineup:before {
  content: "\eae0";
}

.fantaicon-stadio:before {
  content: "\eae1";
}

.fantaicon-stadio-live:before {
  content: "\eae2";
}

.fantaicon-league .path1:before {
  content: "\eadc";
  color: rgb(0, 0, 0);
}

.fantaicon-league .path2:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path3:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path4:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-league .path5:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path6:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path7:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path8:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path9:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-league .path10:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-atalanta .path1:before {
  content: "\ea65";
  color: rgb(0, 103, 178);
}

.fantaicon-team-atalanta .path2:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-atalanta .path3:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-atalanta .path4:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-benevento .path1:before {
  content: "\ea69";
  color: rgb(227, 21, 35);
}

.fantaicon-team-benevento .path2:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(255, 238, 1);
}

.fantaicon-team-benevento .path3:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(255, 238, 1);
}

.fantaicon-team-benevento .path4:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(255, 238, 1);
}

.fantaicon-team-benevento .path5:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(255, 238, 1);
}

.fantaicon-team-bologna .path1:before {
  content: "\ea6e";
  color: rgb(255, 255, 255);
}

.fantaicon-team-bologna .path2:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-bologna .path3:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(241, 47, 13);
}

.fantaicon-team-bologna .path4:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(241, 47, 13);
}

.fantaicon-team-bologna .path5:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(241, 47, 13);
}

.fantaicon-team-bologna .path6:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(241, 47, 13);
}

.fantaicon-team-bologna .path7:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(0, 67, 160);
}

.fantaicon-team-bologna .path8:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(0, 67, 160);
}

.fantaicon-team-cagliari .path1:before {
  content: "\ea76";
  color: rgb(177, 13, 40);
}

.fantaicon-team-cagliari .path2:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(0, 35, 80);
}

.fantaicon-team-cagliari .path3:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-cagliari .path4:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(177, 13, 40);
}

.fantaicon-team-cagliari .path5:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(177, 13, 40);
}

.fantaicon-team-carpi .path1:before {
  content: "\ea7b";
  color: rgb(255, 255, 255);
}

.fantaicon-team-carpi .path2:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-carpi .path3:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(232, 17, 13);
}

.fantaicon-team-carpi .path4:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(232, 17, 13);
}

.fantaicon-team-chievo .path1:before {
  content: "\ea7f";
  color: rgb(255, 230, 0);
}

.fantaicon-team-chievo .path2:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(5, 5, 174);
}

.fantaicon-team-chievo .path3:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(5, 5, 174);
}

.fantaicon-team-chievo .path4:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(251, 232, 0);
}

.fantaicon-team-chievo .path5:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(5, 5, 174);
}

.fantaicon-team-crotone .path1:before {
  content: "\ea83";
  color: rgb(27, 44, 87);
}

.fantaicon-team-crotone .path2:before {
  content: "\edd4";
  margin-left: -1em;
  color: rgb(226, 0, 26);
}

.fantaicon-team-crotone .path3:before {
  content: "\edd5";
  margin-left: -1em;
  color: rgb(226, 0, 26);
}

.fantaicon-team-empoli .path1:before {
  content: "\ea84";
  color: rgb(10, 85, 159);
}

.fantaicon-team-empoli .path2:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-empoli .path3:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-fiorentina .path1:before {
  content: "\ea87";
  color: rgb(63, 33, 132);
}

.fantaicon-team-fiorentina .path2:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-frosione .path1:before {
  content: "\ea89";
  color: rgb(236, 229, 0);
}

.fantaicon-team-frosione .path2:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(22, 22, 142);
}

.fantaicon-team-frosione .path3:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(22, 22, 142);
}

.fantaicon-team-genoa .path1:before {
  content: "\eab2";
  color: rgb(235, 28, 36);
}

.fantaicon-team-genoa .path2:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(6, 72, 150);
}

.fantaicon-team-genoa .path3:before {
  content: "\edd6";
  margin-left: -1em;
  color: rgb(190, 22, 34);
}

.fantaicon-team-genoa .path4:before {
  content: "\edd7";
  margin-left: -1em;
  color: rgb(190, 22, 34);
}

.fantaicon-team-inter .path1:before {
  content: "\ea8e";
  color: rgb(38, 108, 175);
}

.fantaicon-team-inter .path2:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(159, 128, 67);
}

.fantaicon-team-inter .path3:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(159, 128, 67);
}

.fantaicon-team-inter .path4:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-juventus .path1:before {
  content: "\ea92";
  color: rgb(0, 0, 0);
}

.fantaicon-team-juventus .path2:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-juventus .path3:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-juventus .path4:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-juventus .path5:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(252, 190, 77);
}

.fantaicon-team-lazio .path1:before {
  content: "\ea97";
  color: rgb(136, 210, 242);
}

.fantaicon-team-lazio .path2:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-milan .path1:before {
  content: "\ea99";
  color: rgb(255, 255, 255);
}

.fantaicon-team-milan .path2:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-milan .path3:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-milan .path4:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(255, 35, 42);
}

.fantaicon-team-milan .path5:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(234, 35, 41);
}

.fantaicon-team-milan .path6:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(235, 36, 42);
}

.fantaicon-team-milan .path7:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(255, 35, 42);
}

.fantaicon-team-milan .path8:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-milan .path9:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-napoli .path1:before {
  content: "\eaa2";
  color: rgb(38, 83, 164);
}

.fantaicon-team-napoli .path2:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(99, 184, 234);
}

.fantaicon-team-napoli .path3:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(11, 38, 104);
}

.fantaicon-team-napoli .path4:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(99, 184, 234);
}

.fantaicon-team-napoli .path5:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-palermo .path1:before {
  content: "\eaa7";
  color: rgb(245, 189, 214);
}

.fantaicon-team-palermo .path2:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(2, 3, 3);
}

.fantaicon-team-pescara .path1:before {
  content: "\eaa9";
  color: rgb(255, 255, 255);
}

.fantaicon-team-pescara .path2:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(0, 165, 229);
}

.fantaicon-team-pescara .path3:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(54, 58, 150);
}

.fantaicon-team-pescara .path4:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(54, 58, 150);
}

.fantaicon-team-sampdoria .path1:before {
  content: "\eab0";
  color: rgb(255, 255, 255);
}

.fantaicon-team-sampdoria .path2:before {
  content: "\edd8";
  margin-left: -1em;
  color: rgb(2, 91, 143);
}

.fantaicon-team-sampdoria .path3:before {
  content: "\ee07";
  margin-left: -1em;
  color: rgb(2, 91, 143);
}

.fantaicon-team-sampdoria .path4:before {
  content: "\ee0b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-sampdoria .path5:before {
  content: "\ee0c";
  margin-left: -1em;
  color: rgb(206, 24, 25);
}

.fantaicon-team-sassuolo .path1:before {
  content: "\eab4";
  color: rgb(51, 181, 90);
}

.fantaicon-team-sassuolo .path2:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-sassuolo .path3:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-sassuolo .path4:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-spal .path1:before {
  content: "\eab8";
  color: rgb(0, 149, 234);
}

.fantaicon-team-spal .path2:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(179, 139, 62);
}

.fantaicon-team-spal .path3:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spal .path4:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spal .path5:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spal .path6:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spal .path7:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-spal .path8:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(179, 139, 62);
}

.fantaicon-team-spal .path9:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-spal .path10:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(179, 139, 62);
}

.fantaicon-team-udinese .path1:before {
  content: "\eac3";
  color: rgb(190, 191, 193);
}

.fantaicon-team-udinese .path2:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-udinese .path3:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-team-udinese .path4:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-udinese .path5:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-team-verona .path1:before {
  content: "\eac8";
  color: rgb(7, 27, 187);
}

.fantaicon-team-verona .path2:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-team-verona .path3:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-team-verona .path4:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-team-verona .path5:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-team-verona .path6:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}

.fantaicon-football:before {
  content: "\eab1";
}

.fantaicon-lines:before {
  content: "\ea60";
}

.fantaicon-assist .path1:before {
  content: "\e909";
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-assist .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path7:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist .path8:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path1:before {
  content: "\e911";
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path4:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path5:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-assist-blue .path6:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path7:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue .path8:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-fatto .path1:before {
  content: "\e91a";
  color: rgb(0, 0, 0);
}

.fantaicon-gol-fatto .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-fatto .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-fatto .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-fatto .path5:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-gol-fatto .path6:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-subito .path1:before {
  content: "\e920";
  color: rgb(0, 0, 0);
}

.fantaicon-gol-subito .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-subito .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-subito .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-subito .path5:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-gol-subito .path6:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path1:before {
  content: "\e926";
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path3:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path4:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path5:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-assist2 .path6:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path7:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path8:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path9:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path10:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path11:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path12:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path13:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path14:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist2 .path15:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-assist-blue2 .path1:before {
  content: "\e935";
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path2:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path3:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path4:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path5:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-assist-blue2 .path6:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path7:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path8:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path9:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path10:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path11:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path12:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path13:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path14:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-assist-blue2 .path15:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-2-goal .path1:before {
  content: "\e944";
  color: rgb(0, 0, 0);
}

.fantaicon-2-goal .path2:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goal .path3:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goal .path4:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-2-goal .path5:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goal .path6:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goal .path7:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-2-goal .path8:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-2-goal .path9:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-2-goal .path10:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-2-goals-green .path1:before {
  content: "\e94e";
  color: rgb(0, 0, 0);
}

.fantaicon-2-goals-green .path2:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goals-green .path3:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goals-green .path4:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-2-goals-green .path5:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goals-green .path6:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-2-goals-green .path7:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-2-goals-green .path8:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-2-goals-green .path9:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-2-goals-green .path10:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-3-goal .path1:before {
  content: "\e958";
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal .path2:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal .path3:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal .path4:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-3-goal .path5:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal .path6:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal .path7:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-3-goal .path8:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-3-goal .path9:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-3-goal .path10:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-3-goal-green .path1:before {
  content: "\e962";
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal-green .path2:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal-green .path3:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal-green .path4:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-3-goal-green .path5:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal-green .path6:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-3-goal-green .path7:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-3-goal-green .path8:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-3-goal-green .path9:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-3-goal-green .path10:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-4-goal .path1:before {
  content: "\e96c";
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal .path2:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal .path3:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal .path4:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-4-goal .path5:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal .path6:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal .path7:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-4-goal .path8:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-4-goal .path9:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-4-goal .path10:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-4-goal-green .path1:before {
  content: "\e976";
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal-green .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal-green .path3:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal-green .path4:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-4-goal-green .path5:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal-green .path6:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-4-goal-green .path7:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-4-goal-green .path8:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-4-goal-green .path9:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-4-goal-green .path10:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-5-goal .path1:before {
  content: "\e980";
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal .path2:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal .path3:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal .path4:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-5-goal .path5:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal .path6:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal .path7:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-5-goal .path8:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-5-goal .path9:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-5-goal .path10:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-5-goal-green .path1:before {
  content: "\e98a";
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal-green .path2:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal-green .path3:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal-green .path4:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-5-goal-green .path5:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal-green .path6:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-5-goal-green .path7:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-5-goal-green .path8:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-5-goal-green .path9:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-5-goal-green .path10:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-6-goal .path1:before {
  content: "\e994";
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal .path2:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal .path3:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal .path4:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-6-goal .path5:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal .path6:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal .path7:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-6-goal .path8:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-6-goal .path9:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-6-goal .path10:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-6-goal-green .path1:before {
  content: "\e99e";
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal-green .path2:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal-green .path3:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal-green .path4:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-6-goal-green .path5:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal-green .path6:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-6-goal-green .path7:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-6-goal-green .path8:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-6-goal-green .path9:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-6-goal-green .path10:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-ammonizione:before {
  content: "\e9a8";
  color: #ff0;
}

.fantaicon-autogol .path1:before {
  content: "\e9a9";
  color: rgb(239, 49, 11);
}

.fantaicon-autogol .path2:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-autogol .path3:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-autogol .path4:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-autogol .path5:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-autogol .path6:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-autogol .path7:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-bad-pass-goal .path1:before {
  content: "\e9b0";
  color: rgb(239, 49, 11);
}

.fantaicon-bad-pass-goal .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path3:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(239, 49, 11);
}

.fantaicon-bad-pass-goal .path4:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path5:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path6:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path7:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path8:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-bad-pass-goal .path9:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-ball-hit-post .path1:before {
  content: "\e9b9";
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path2:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path3:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-ball-hit-post .path4:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path5:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path6:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path7:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-hit-post .path8:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-ball-over .path1:before {
  content: "\e9c1";
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path3:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path4:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(244, 49, 10);
}

.fantaicon-ball-over .path5:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path6:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path7:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-ball-over .path8:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(244, 49, 10);
}

.fantaicon-blocked-shot .path1:before {
  content: "\e9c9";
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path2:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path3:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path4:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path5:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path6:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-blocked-shot .path7:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-espulsione:before {
  content: "\e9d0";
  color: #ee310b;
}

.fantaicon-free-kick-assist .path1:before {
  content: "\e9d1";
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path2:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path4:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path5:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-free-kick-assist .path6:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path7:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path8:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path9:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-free-kick-assist .path10:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-glove-blue .path1:before {
  content: "\e9db";
  color: rgb(0, 0, 0);
}

.fantaicon-glove-blue .path2:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-glove-blue .path3:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-gol-del-pareggio .path1:before {
  content: "\e9de";
  color: rgb(0, 0, 0);
}

.fantaicon-gol-del-pareggio .path2:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-del-pareggio .path3:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-del-pareggio .path4:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-del-pareggio .path5:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-del-pareggio .path6:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-gol-vittoria .path1:before {
  content: "\e9e4";
  color: rgb(0, 0, 0);
}

.fantaicon-gol-vittoria .path2:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-vittoria .path3:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-vittoria .path4:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-gol-vittoria .path5:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-gol-vittoria .path6:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-good-defence .path1:before {
  content: "\e9ea";
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path2:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path3:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path4:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path5:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path6:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path7:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path8:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path9:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path10:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path11:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path12:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path13:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path14:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence .path15:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path16:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path17:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path18:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path19:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path20:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path21:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path22:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path23:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path24:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path25:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path26:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path27:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence .path28:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence-blue .path1:before {
  content: "\ea06";
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path2:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path3:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path4:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path5:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path6:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path7:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path8:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path9:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path10:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path11:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path12:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path13:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path14:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.fantaicon-good-defence-blue .path15:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path16:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence-blue .path17:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path18:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path19:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path20:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence-blue .path21:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path22:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path23:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path24:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence-blue .path25:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path26:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-good-defence-blue .path27:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-good-defence-blue .path28:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-injured-player-subout .path1:before {
  content: "\ea22";
  color: rgb(238, 49, 11);
}

.fantaicon-injured-player-subout .path2:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player-subout .path3:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player-subout .path4:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-injured-player-subout .path5:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-portiere-imbattuto .path1:before {
  content: "\ea27";
  color: rgb(1, 128, 63);
}

.fantaicon-portiere-imbattuto .path2:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path1:before {
  content: "\ea29";
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path2:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path3:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path4:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path5:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path6:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path7:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.fantaicon-rigore-parato .path8:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path9:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path10:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path11:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path12:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-rigore-parato .path13:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-parato .path14:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path1:before {
  content: "\ea37";
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path2:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path3:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path4:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path5:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(244, 49, 10);
}

.fantaicon-rigore-sbagliato .path6:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-sbagliato .path7:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-rigore-segnato .path1:before {
  content: "\ea3e";
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-segnato .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-segnato .path3:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-segnato .path4:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-segnato .path5:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(0, 127, 62);
}

.fantaicon-rigore-segnato .path6:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-rigore-segnato .path7:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(1, 128, 63);
}

.fantaicon-saved-action .path1:before {
  content: "\ea45";
  color: rgb(81, 123, 167);
}

.fantaicon-saved-action .path2:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-saved-action .path3:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-saved-action .path4:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-saved-action .path5:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-saved-action .path6:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-saved-action .path7:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-saved-action .path8:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}

.fantaicon-skull-orange:before {
  content: "\ea4d";
  color: #f60;
}

.fantaicon-skull-red:before {
  content: "\ea4e";
  color: #f4310a;
}

.fantaicon-t-shirt-in .path1:before {
  content: "\ea4f";
  color: rgb(1, 128, 63);
}

.fantaicon-t-shirt-in .path2:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-t-shirt-in .path3:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-t-shirt-in .path4:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-t-shirt-out .path1:before {
  content: "\ea53";
  color: rgb(238, 49, 11);
}

.fantaicon-t-shirt-out .path2:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-t-shirt-out .path3:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-t-shirt-out .path4:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-whistle-blue .path1:before {
  content: "\ea57";
  color: rgb(0, 0, 0);
}

.fantaicon-whistle-blue .path2:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-whistle-blue .path3:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-whistle-blue .path4:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(81, 123, 167);
}

.fantaicon-whistle-red .path1:before {
  content: "\ea5b";
  color: rgb(0, 0, 0);
}

.fantaicon-whistle-red .path2:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(238, 49, 11);
}

.fantaicon-whistle-red .path3:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(244, 49, 10);
}

.fantaicon-whistle-red .path4:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.fantaicon-whistle-red .path5:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(244, 49, 10);
}

.fantaicon-captain:before {
  content: "\e900";
}

.fantaicon-business:before {
  content: "\e901";
}

.fantaicon-clock:before {
  content: "\e902";
}

.fantaicon-stadium:before {
  content: "\e903";
}

.fantaicon-autocoach:before {
  content: "\e904";
}

.fantaicon-field-view:before {
  content: "\e905";
}

.fantaicon-penalty:before {
  content: "\e906";
}

.fantaicon-bench:before {
  content: "\e907";
}

.fantaicon-list-view:before {
  content: "\e908";
}

.fantaicon-shopping-cart:before {
  content: "\ede7";
}

.fantaicon-attach_money:before {
  content: "\e227";
}

.fantaicon-close:before {
  content: "\e5cd";
}

.fantaicon-cloud_done:before {
  content: "\e2bf";
}

.fantaicon-equalizer:before {
  content: "\e01d";
}

.fantaicon-event_available:before {
  content: "\e614";
}

.fantaicon-help:before {
  content: "\e887";
}

.fantaicon-looks_3:before {
  content: "\e3fb";
}

.fantaicon-looks_two:before {
  content: "\e401";
}

.fantaicon-new_releases:before {
  content: "\e031";
}

.fantaicon-trending_up:before {
  content: "\e8e5";
}

.fantaicon-scadenza:before {
  content: "\e916";
}

.fantaicon-delete:before {
  content: "\e872";
}

.fantaicon-done:before {
  content: "\e876";
}

.fantaicon-giornata:before {
  content: "\e24f";
}

.fantaicon-envelope:before {
  content: "\e028";
}

.fantaicon-key:before {
  content: "\e02c";
}

.fantaicon-info:before {
  content: "\edc1";
}

.fantaicon-feed:before {
  content: "\eb0d";
}

.fantaicon-rss-alt:before {
  content: "\eb0e";
}

.fantaicon-rss:before {
  content: "\eb0f";
}

.fantaicon-important:before {
  content: "\f02d";
}

.fantaicon-arrow-down:before {
  content: "\f03f";
}

.fantaicon-arrow-left:before {
  content: "\f040";
}

.fantaicon-arrow-right:before {
  content: "\f03e";
}

.fantaicon-arrow-up:before {
  content: "\f03d";
}

.fantaicon-organization:before {
  content: "\f037";
}

.fantaicon-person:before {
  content: "\f018";
}

.fantaicon-three-bars:before {
  content: "\f05e";
}

.fantaicon-pencil:before {
  content: "\eaeb";
}

.fantaicon-copy:before {
  content: "\eaee";
}

.fantaicon-calendar:before {
  content: "\ead7";
}

.fantaicon-database:before {
  content: "\ead4";
}

.fantaicon-undo2:before {
  content: "\eaef";
}

.fantaicon-redo2:before {
  content: "\eace";
}

.fantaicon-hour-glass:before {
  content: "\eae9";
}

.fantaicon-spinner9:before {
  content: "\ead0";
}

.fantaicon-cogs:before {
  content: "\eacf";
}

.fantaicon-magic-wand:before {
  content: "\ea61";
}

.fantaicon-hammer2:before {
  content: "\eaea";
}

.fantaicon-bin:before {
  content: "\ead8";
}

.fantaicon-shield:before {
  content: "\ea62";
}

.fantaicon-cloud-check:before {
  content: "\ea63";
}

.fantaicon-starred:before {
  content: "\eaf2";
}

.fantaicon-wordpress:before {
  content: "\ead1";
}

.fantaicon-appleinc:before {
  content: "\ead2";
}

.fantaicon-android:before {
  content: "\ead3";
}

.fantaicon-checkmark:before {
  content: "\edd9";
}

.fantaicon-checkmark2:before {
  content: "\edda";
}

.fantaicon-airplane:before {
  content: "\eddd";
}

.dataTable {
  margin: 0;
  max-width: none;
  border-collapse: separate;
}
.dataTable thead th, .dataTable thead td {
  outline: 0;
  position: relative;
}
.dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting {
  cursor: pointer;
}
.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
  padding-right: 18px;
}
.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
  content: "";
  font-family: "fantaicon";
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 85%;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTable thead .sorting:before {
  content: "\f0d7";
  margin-top: -2px;
  color: #949494;
}
.dataTable thead .sorting:after {
  content: "\f0d8";
  margin-top: -10px;
  color: #949494;
}
.dataTable thead .sorting_asc:after {
  content: "\f0d8";
  top: 35%;
}
.dataTable thead .sorting_desc:after {
  content: "\f0d7";
  top: 35%;
}
.dataTable thead .sorting_asc_disabled:after {
  content: "\f0d8";
  color: #ccc;
}
.dataTable thead .sorting_desc_disabled:after {
  content: "\f0d7";
  color: #ccc;
}
.dataTable tbody > tr:first-child > th, .dataTable tbody > tr:first-child > td {
  border-top: 0;
}
.dataTable tbody + thead > tr:first-child > th, .dataTable tbody + thead > tr:first-child > td,
.dataTable tbody + tfoot + thead > tr:first-child > th,
.dataTable tbody + tfoot + thead > tr:first-child > td {
  border-top: 0;
}
.dataTable .dataTables_empty {
  text-align: center;
}
.dataTable.table-bordered {
  border-collapse: collapse;
}

.dataTables_paginate {
  margin-top: 25px;
}
.dataTables_paginate a.paginate_button, .dataTables_paginate span.ellipsis {
  cursor: pointer;
}
.dataTables_paginate span {
  display: inherit;
}
.dataTables_info {
  margin-bottom: 25px;
}

.tfoot_as_header tfoot {
  display: table-header-group;
  border-bottom: 1px solid #ccc;
}
.tfoot_as_header tbody tr:first-of-type td {
  border-top: 1px solid #ccc;
}

.table-no-padding td, .table-no-padding th {
  padding: 0;
}

.statistiche-table .team-icon {
  width: 25px;
}
.statistiche-table .small-no {
  width: 30px;
}

.vote-col-no {
  width: 40px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #33383f;
  background-color: rgba(51, 56, 63, 0.5);
  color: #eee;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
body {
  position: relative;
  padding-top: 65px;
}
@media (max-width: 575.98px) {
  body {
    padding-top: 0;
  }
}

.bg-dark {
  background-color: #33383f !important;
}

.bg-dark-t {
  background-color: rgba(51, 56, 63, 0.7) !important;
}

.bg-gray-dark {
  background-color: #949494 !important;
}

.bg-gray {
  background-color: #eee !important;
}

.bg-gray-light {
  background-color: #f7f7f7 !important;
}

.bg-orange {
  background-color: #f89100 !important;
}

.bg-yellow-alt {
  background-color: #F8D440 !important;
}

.bg-red-alt {
  background-color: #F6603F !important;
}

.bg-yellow {
  background-color: #F6B501 !important;
}

.bg-blue {
  background-color: #2db1ff !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-light-green {
  background-color: #9ecc00 !important;
}

.bg-black-t {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-gold {
  background: #DAA520;
}

.bg-silver {
  background: #A7A7AD;
}

.bg-bronze {
  background: #A77044;
}

.table th, .table td {
  vertical-align: middle;
}
.table th {
  white-space: nowrap;
}
.table tr:last-of-type td {
  border-bottom: 1px solid #eae8e8;
}

.white-space-wrap {
  white-space: inherit;
}

.fade.in {
  opacity: 1;
}

.text-green {
  color: #0d9a28 !important;
}

.text-light-green {
  color: #9ecc00 !important;
}

.text-red {
  color: #c11e1e !important;
}

.text-dark, .dataTables_paginate a.paginate_button, .dataTables_paginate span.ellipsis {
  color: #33383f !important;
}

.text-yellow-alt {
  color: #F8D440;
}

.text-shadow {
  text-shadow: 1px 1px 2px #333;
}

.border-white {
  border: 1px solid #fff !important;
}

.border-gray {
  border: 1px solid #ccc !important;
}

.border-darkgray {
  border-color: #4c4c4c !important;
}

.border-black {
  border: 1px solid #333 !important;
}

.tooltip {
  font-size: 12px;
}

.svg-shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}

.carousel {
  visibility: hidden;
  z-index: 2;
}
.carousel .slick-arrow {
  margin-top: -16px;
}
.carousel .slick-arrow:before {
  font-size: 32px;
}

.bg-vs {
  position: relative;
  z-index: 2;
  padding-top: 2px;
  padding-bottom: 2px;
}
.bg-vs:after {
  content: "VS";
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 27px;
  color: #000;
  z-index: -1;
  width: 100%;
  text-align: center;
  opacity: 0.1;
}

.bg-dark.bg-vs:after {
  color: #eee;
}

.outset-shadow {
  box-shadow: 1px 1px 2px #ccc;
}

.inset-shadow-light {
  box-shadow: inset 0 2px 3px #e0e0e0;
}

.inset-shadow {
  box-shadow: inset 0 2px 3px #111;
}

.slick-initialized {
  visibility: visible;
}

.sec-title {
  font-size: 1.5rem;
}

.page-title-alt {
  background: #ddd;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1700;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: all 0.5s;
  display: none;
}
.overlay.visible {
  display: block;
}

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

.dropdown-menu {
  z-index: 1800;
}

.responsive-tabs-dropdown.nav-pills .dropdown-menu, .responsive-tabs-dropdown.nav-tabs .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
}
.responsive-tabs-dropdown.nav-pills .dropdown-item, .responsive-tabs-dropdown.nav-tabs .dropdown-item {
  color: #33383f;
}
.responsive-tabs-dropdown.nav-pills .dropdown-toggle:after, .responsive-tabs-dropdown.nav-tabs .dropdown-toggle:after {
  display: none;
}
.responsive-tabs-dropdown.nav-pills .dropdown-menu {
  background: #33383f;
  color: #FFF;
}
.responsive-tabs-dropdown.nav-pills .dropdown-item {
  color: #fff;
}

.dropdown-menu-center {
  left: 50% !important;
  top: 100% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
  z-index: 2;
}

.alert-grey {
  color: #33383f;
  background-color: #eee;
  border-color: rgb(212.5, 212.5, 212.5);
}
.alert-grey hr {
  border-top-color: rgb(199.75, 199.75, 199.75);
}
.alert-grey .alert-link {
  color: rgb(28.1842105263, 30.9473684211, 34.8157894737);
}

a.no-underline {
  text-decoration: none;
}

hr {
  clear: both;
}

.left-lines {
  position: relative;
}
.left-lines:before {
  content: "\ea60";
  position: absolute;
  color: #f89100;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 81px;
  font-family: "fantaicon";
  font-size: 65px;
  opacity: 0.4;
}

.desaturate {
  filter: grayscale(100%);
}

.inactive {
  opacity: 0.3;
}

.card-toggle span.icon {
  font-family: "fantaicon";
  font-size: 16px;
  color: #666;
}
.card-toggle [data-toggle=collapse] span.icon:before {
  content: "\f068";
}
.card-toggle [data-toggle=collapse].collapsed span.icon:before {
  content: "\f067";
}

.modal-dialog-bottom-right {
  position: absolute;
  bottom: 50px;
  right: 50px;
  min-width: 280px;
  max-width: 350px;
}

.modal-dialog-bottom-center {
  position: absolute;
  bottom: 80px;
  left: 50%;
  min-width: 280px;
  max-width: 350px;
  transform: translateX(-50%) !important;
}

.modal-fullscreen {
  width: 100%;
  max-width: 100%;
}

.addbottom {
  bottom: 90px !important;
}

.zEWidget-launcher--active {
  bottom: 50px !important;
}

#customerly-container .customerly-launcher {
  bottom: 50px !important;
}

.show-hide.collapsed .opened {
  display: none;
}
.show-hide.collapsed .closed {
  display: inline-block;
}
.show-hide .opened {
  display: inline-block;
}
.show-hide .closed {
  display: none;
}

.responsive-tabs-container .accordion-link {
  background: #33383f;
  color: #FFF;
  position: relative;
}
.responsive-tabs-container .accordion-link:after {
  content: "\f067";
  font-family: "fantaicon";
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 7px;
}
.responsive-tabs-container .accordion-link.active {
  background: #f89100;
}
.responsive-tabs-container .accordion-link.active:after {
  content: "\f068";
}
.responsive-tabs-container .accordion-link {
  display: none;
}
.responsive-tabs-container .accordion-toggle .nav-tabs {
  display: none;
}
.responsive-tabs-container .accordion-toggle .accordion-link {
  display: block;
}
@media (max-width: 575.98px) {
  .responsive-tabs-container.accordion-xs .nav-tabs, .responsive-tabs-container.accordion-xs .nav-pills {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
  .responsive-tabs-container .sticky-top-mobile {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (max-width: 767.98px) {
  .responsive-tabs-container.accordion-sm .nav-tabs, .responsive-tabs-container.accordion-sm .nav-pills {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .sticky-top-mobile {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .responsive-tabs-container.accordion-md .nav-tabs, .responsive-tabs-container.accordion-md .nav-pills {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
  .responsive-tabs-container .sticky-top-tablet {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .responsive-tabs-container.accordion-lg .nav-tabs, .responsive-tabs-container.accordion-lg .nav-pills {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

@media (min-width: 768px) {
  .col-md-1-5 {
    max-width: 20%;
  }
  .col-md-2-5 {
    max-width: 40%;
  }
  .col-md-3-5 {
    max-width: 60%;
  }
  .col-md-4-5 {
    max-width: 80%;
  }
  .col-md-5-5 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    max-width: 20%;
  }
  .col-lg-2-5 {
    max-width: 40%;
  }
  .col-lg-3-5 {
    max-width: 60%;
  }
  .col-lg-4-5 {
    max-width: 80%;
  }
  .col-lg-5-5 {
    max-width: 100%;
  }
  .sticky-top-desktop {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (max-width: 991.98px) {
  .sec-title {
    font-size: 1.2rem;
  }
}
.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-70 {
  font-size: 70px !important;
}

@media (min-width: 576px) {
  .fs-sm-8 {
    font-size: 8px !important;
  }
  .fs-sm-9 {
    font-size: 9px !important;
  }
  .fs-sm-10 {
    font-size: 10px !important;
  }
  .fs-sm-11 {
    font-size: 11px !important;
  }
  .fs-sm-12 {
    font-size: 12px !important;
  }
  .fs-sm-13 {
    font-size: 13px !important;
  }
  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-18 {
    font-size: 18px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-sm-24 {
    font-size: 24px !important;
  }
  .fs-sm-28 {
    font-size: 28px !important;
  }
  .fs-sm-32 {
    font-size: 32px !important;
  }
  .fs-sm-36 {
    font-size: 36px !important;
  }
  .fs-sm-40 {
    font-size: 40px !important;
  }
  .fs-sm-50 {
    font-size: 50px !important;
  }
  .fs-sm-60 {
    font-size: 60px !important;
  }
  .fs-sm-70 {
    font-size: 70px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 8px !important;
  }
  .fs-md-9 {
    font-size: 9px !important;
  }
  .fs-md-10 {
    font-size: 10px !important;
  }
  .fs-md-11 {
    font-size: 11px !important;
  }
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-13 {
    font-size: 13px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-28 {
    font-size: 28px !important;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-60 {
    font-size: 60px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-8 {
    font-size: 8px !important;
  }
  .fs-lg-9 {
    font-size: 9px !important;
  }
  .fs-lg-10 {
    font-size: 10px !important;
  }
  .fs-lg-11 {
    font-size: 11px !important;
  }
  .fs-lg-12 {
    font-size: 12px !important;
  }
  .fs-lg-13 {
    font-size: 13px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-28 {
    font-size: 28px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-36 {
    font-size: 36px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-50 {
    font-size: 50px !important;
  }
  .fs-lg-60 {
    font-size: 60px !important;
  }
  .fs-lg-70 {
    font-size: 70px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-8 {
    font-size: 8px !important;
  }
  .fs-xl-9 {
    font-size: 9px !important;
  }
  .fs-xl-10 {
    font-size: 10px !important;
  }
  .fs-xl-11 {
    font-size: 11px !important;
  }
  .fs-xl-12 {
    font-size: 12px !important;
  }
  .fs-xl-13 {
    font-size: 13px !important;
  }
  .fs-xl-14 {
    font-size: 14px !important;
  }
  .fs-xl-16 {
    font-size: 16px !important;
  }
  .fs-xl-18 {
    font-size: 18px !important;
  }
  .fs-xl-20 {
    font-size: 20px !important;
  }
  .fs-xl-24 {
    font-size: 24px !important;
  }
  .fs-xl-28 {
    font-size: 28px !important;
  }
  .fs-xl-32 {
    font-size: 32px !important;
  }
  .fs-xl-36 {
    font-size: 36px !important;
  }
  .fs-xl-40 {
    font-size: 40px !important;
  }
  .fs-xl-50 {
    font-size: 50px !important;
  }
  .fs-xl-60 {
    font-size: 60px !important;
  }
  .fs-xl-70 {
    font-size: 70px !important;
  }
}
.lh-8 {
  line-height: 8px !important;
}

.lh-9 {
  line-height: 9px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.lh-70 {
  line-height: 70px !important;
}

@media (min-width: 576px) {
  .lh-sm-8 {
    line-height: 8px !important;
  }
  .lh-sm-9 {
    line-height: 9px !important;
  }
  .lh-sm-10 {
    line-height: 10px !important;
  }
  .lh-sm-11 {
    line-height: 11px !important;
  }
  .lh-sm-12 {
    line-height: 12px !important;
  }
  .lh-sm-13 {
    line-height: 13px !important;
  }
  .lh-sm-14 {
    line-height: 14px !important;
  }
  .lh-sm-16 {
    line-height: 16px !important;
  }
  .lh-sm-18 {
    line-height: 18px !important;
  }
  .lh-sm-20 {
    line-height: 20px !important;
  }
  .lh-sm-24 {
    line-height: 24px !important;
  }
  .lh-sm-28 {
    line-height: 28px !important;
  }
  .lh-sm-32 {
    line-height: 32px !important;
  }
  .lh-sm-36 {
    line-height: 36px !important;
  }
  .lh-sm-40 {
    line-height: 40px !important;
  }
  .lh-sm-50 {
    line-height: 50px !important;
  }
  .lh-sm-60 {
    line-height: 60px !important;
  }
  .lh-sm-70 {
    line-height: 70px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-8 {
    line-height: 8px !important;
  }
  .lh-md-9 {
    line-height: 9px !important;
  }
  .lh-md-10 {
    line-height: 10px !important;
  }
  .lh-md-11 {
    line-height: 11px !important;
  }
  .lh-md-12 {
    line-height: 12px !important;
  }
  .lh-md-13 {
    line-height: 13px !important;
  }
  .lh-md-14 {
    line-height: 14px !important;
  }
  .lh-md-16 {
    line-height: 16px !important;
  }
  .lh-md-18 {
    line-height: 18px !important;
  }
  .lh-md-20 {
    line-height: 20px !important;
  }
  .lh-md-24 {
    line-height: 24px !important;
  }
  .lh-md-28 {
    line-height: 28px !important;
  }
  .lh-md-32 {
    line-height: 32px !important;
  }
  .lh-md-36 {
    line-height: 36px !important;
  }
  .lh-md-40 {
    line-height: 40px !important;
  }
  .lh-md-50 {
    line-height: 50px !important;
  }
  .lh-md-60 {
    line-height: 60px !important;
  }
  .lh-md-70 {
    line-height: 70px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-8 {
    line-height: 8px !important;
  }
  .lh-lg-9 {
    line-height: 9px !important;
  }
  .lh-lg-10 {
    line-height: 10px !important;
  }
  .lh-lg-11 {
    line-height: 11px !important;
  }
  .lh-lg-12 {
    line-height: 12px !important;
  }
  .lh-lg-13 {
    line-height: 13px !important;
  }
  .lh-lg-14 {
    line-height: 14px !important;
  }
  .lh-lg-16 {
    line-height: 16px !important;
  }
  .lh-lg-18 {
    line-height: 18px !important;
  }
  .lh-lg-20 {
    line-height: 20px !important;
  }
  .lh-lg-24 {
    line-height: 24px !important;
  }
  .lh-lg-28 {
    line-height: 28px !important;
  }
  .lh-lg-32 {
    line-height: 32px !important;
  }
  .lh-lg-36 {
    line-height: 36px !important;
  }
  .lh-lg-40 {
    line-height: 40px !important;
  }
  .lh-lg-50 {
    line-height: 50px !important;
  }
  .lh-lg-60 {
    line-height: 60px !important;
  }
  .lh-lg-70 {
    line-height: 70px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-8 {
    line-height: 8px !important;
  }
  .lh-xl-9 {
    line-height: 9px !important;
  }
  .lh-xl-10 {
    line-height: 10px !important;
  }
  .lh-xl-11 {
    line-height: 11px !important;
  }
  .lh-xl-12 {
    line-height: 12px !important;
  }
  .lh-xl-13 {
    line-height: 13px !important;
  }
  .lh-xl-14 {
    line-height: 14px !important;
  }
  .lh-xl-16 {
    line-height: 16px !important;
  }
  .lh-xl-18 {
    line-height: 18px !important;
  }
  .lh-xl-20 {
    line-height: 20px !important;
  }
  .lh-xl-24 {
    line-height: 24px !important;
  }
  .lh-xl-28 {
    line-height: 28px !important;
  }
  .lh-xl-32 {
    line-height: 32px !important;
  }
  .lh-xl-36 {
    line-height: 36px !important;
  }
  .lh-xl-40 {
    line-height: 40px !important;
  }
  .lh-xl-50 {
    line-height: 50px !important;
  }
  .lh-xl-60 {
    line-height: 60px !important;
  }
  .lh-xl-70 {
    line-height: 70px !important;
  }
}
@media (min-width: 576px) {
  body {
    padding-top: 65px;
  }
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.bootstrap-tagsinput .tag {
  color: #ff5400;
  background-color: #33383f;
}

.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}
.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle.off .toggle-group {
  left: -100%;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}
.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}
.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.checkbox label .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 41%;
  border-top: 2px solid;
  border-color: inherit;
  color: red;
  transform: rotate(-15deg);
}

.modal {
  z-index: 2001;
}

@media (max-width: 991.98px) {
  .gist-messenger-bubble-iframe iframe {
    bottom: 60px !important;
  }
}

#livematch_wrapper .form-inline {
  display: block !important;
  width: 100% !important;
  flex: none !important;
  overflow: auto !important;
}

.dataTables_wrapper.form-inline {
  display: block !important;
  overflow: auto !important;
  overflow: hidden;
}

.page-link,
.dataTables_paginate a.paginate_button,
.dataTables_paginate span.ellipsis,
.dataTables_paginate .paginate_button a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.sidebar .nav-pills .nav-link {
  border-color: #949494;
  border-width: 1px 1px 0 1px;
  border-style: solid;
}
.sidebar .nav-pills .nav-link.active {
  border-color: transparent;
}

.side-news-tabs-content .tab-pane {
  background: #FFF;
  border-color: #dee2e6;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

@media (min-width: 992px) {
  .sidebar {
    border-left: 1px solid #eee;
  }
  .sidebar-dashboard {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .sidebar-dashboard {
    border-right: 1px solid #eee;
  }
  .side-news-tabs {
    display: none;
  }
  .side-news-tabs-content .tab-pane {
    display: block;
    opacity: 1;
    background: transparent;
    border: none;
  }
}
header.mainHeader {
  z-index: 2000;
  position: relative;
}
header.mainHeader.not-home .mainNavbar {
  background-color: #f8f9fa;
}
header.mainHeader.not-home .mainNavbar:after {
  background: rgba(51, 56, 63, 0.7);
}

.navbar-logo {
  height: 65px;
}
.navbar-logo:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #33383f transparent transparent transparent;
  top: 0;
  right: -64px;
}

.mainNavbar {
  transition: ease 0.2s;
}
.mainNavbar:before {
  content: "";
  background: #33383f;
  height: 65px;
  width: 23%;
  position: absolute;
  left: 0;
  top: 0;
}
.mainNavbar:after {
  content: "";
  background: rgba(51, 56, 63, 0.6);
  height: 55px;
  width: 77%;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: -1;
}
.mainNavbar .nav-link {
  text-align: center;
}

.login-form.dropdown .dropdown-toggle::after, #loggedin-dropdown::after {
  display: none;
}

.secondaryNavbar {
  background: #f2f2f2;
  position: relative;
  max-height: 51px;
}
.secondaryNavbar.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.secondaryNavbar .navbar {
  z-index: 1;
  background: #f89100;
  padding: 0;
  max-height: 51px;
}
.secondaryNavbar .navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  background: transparent;
  height: 0;
  border-style: solid;
  border-width: 0 41px 51px 0;
  border-color: transparent #f89100 transparent transparent;
}
.secondaryNavbar .navbar .nav-link {
  padding: 1.06em 1em;
}
.secondaryNavbar .navbar .dropdown-menu {
  margin: 0;
  border: none;
  left: auto;
  right: 0;
}
.secondaryNavbar:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #f89100;
  z-index: 0;
  width: 50%;
  right: 0;
}
.secondaryNavbar .live-navbar-item {
  padding-top: 8px;
}
.secondaryNavbar .live-navbar-item .team-name, .secondaryNavbar .live-navbar-item .team-icon {
  line-height: 32px;
}
.secondaryNavbar .live-navbar-item .team-name {
  padding-top: 2px;
}
.secondaryNavbar .live-navbar-item .score a {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background: #33383f;
}
.secondaryNavbar .live-navbar-item .score a:hover {
  background: #f89100;
}
.secondaryNavbar .ultimi-label {
  line-height: 14px;
  margin-top: 10px;
}
.secondaryNavbar .dropdown.show > a {
  background: #FFF;
  color: #f89100;
}
.secondaryNavbar .dropdown.show > a:hover, .secondaryNavbar .dropdown.show > a:focus {
  color: #f89100;
}

.mobile-cupteam-menu.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.nav-rows2 {
  line-height: 17px;
  padding-top: 9px !important;
  padding-bottom: 8px !important;
}

.ultimi-risultati-navbar .slick-prev {
  left: -17px;
}
.ultimi-risultati-navbar .slick-next {
  right: -17px;
}
.ultimi-risultati-navbar .slick-arrow {
  margin-top: 2px;
  height: 32px;
}

.navbar-brand img {
  max-width: 200px;
}

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

.offcanvas-collapse {
  position: fixed;
  top: 60px; /* Height of navbar */
  z-index: 1130;
  bottom: 0;
  width: 40%;
  right: -40%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #33383f;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: right, visibility;
  overflow-x: hidden;
}
.offcanvas-collapse .navbar-nav .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.offcanvas-collapse .subPanel {
  z-index: 20;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  transition: ease 0.5s;
  overflow: hidden;
}
.offcanvas-collapse .subPanel.isOpen {
  transform: translateX(-100%);
}
.offcanvas-collapse .closeSubPanel, .offcanvas-collapse .closePanel, .offcanvas-collapse .openSubPanel {
  cursor: pointer;
}

.offcanvas-collapse.open {
  right: 0;
  visibility: visible;
}

.close-offcanvas {
  top: 20px;
  left: 20px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

.nav-bottom-line.nav-tabs {
  border: none;
}
.nav-bottom-line.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link {
  color: #FFF;
  position: relative;
  border: none;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link:after {
  content: "";
  background: #f89100;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link.active:after {
  display: block;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link:hover {
  border: none;
}
.nav-bottom-line.nav-tabs .nav-item a.nav-link:hover:after {
  display: block;
}

@media (max-width: 575.98px) {
  .offcanvas-collapse {
    width: 280px;
    right: -280px;
    top: 110px;
  }
  .offcanvas-collapse .subPanel {
    width: 280px;
    left: -280px;
  }
  .offcanvas-collapse .subPanel.isOpen {
    transform: translateX(100%);
  }
  .navbar-brand img {
    max-width: 140px;
  }
  .secondaryNavbar {
    margin-top: 52px;
  }
  .secondaryNavbar .navbar .nav-link {
    padding: 1.06em 0.2em !important;
  }
  .secondaryNavbar .navbar .nav-rows2 {
    padding: 0.58em 0.2em !important;
  }
}
@media (max-width: 991.98px) {
  .loggedin-dropdown-menu {
    max-height: 350px;
    overflow: auto;
  }
  .secondaryNavbar {
    background: #f89100;
  }
  .secondaryNavbar .container {
    padding: 0;
  }
  .secondaryNavbar .navbar:before {
    display: none;
  }
}
.prossima-partita-counter {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}

@media (min-width: 992px) {
  .mainNavbar .nav-item.active, .secondaryNavbar .nav-item.active {
    position: relative;
  }
  .mainNavbar .nav-item.active:after, .secondaryNavbar .nav-item.active:after {
    content: "\f0d8";
    font-family: "fantaicon";
    color: #f89100;
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: block;
    margin-left: -4px;
  }
  .secondaryNavbar .nav-item.active:after {
    bottom: -8px;
  }
  .prossima-partita-counter {
    border-right: 1px solid #555;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  }
  .prossima-partita-right-side {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  }
}
.cupteam-menu-container {
  z-index: 1500;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 37%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#b3000000",GradientType=0 );
}

.cupteam-header-img-overlay {
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#b3000000",GradientType=0 );
}

.home-intro {
  margin-top: -65px;
}
@media (max-width: 575.98px) {
  .home-intro {
    margin-top: 0;
  }
}

.card-block {
  background: #eae8e8;
}

.card-footer.final {
  background: #33383f;
}

.hp-cta .gioca-solo i.icon, .hp-cta .gioca-amici i.icon {
  text-shadow: 1px 1px 2px #222;
}

.hp-cta2, .hp-cta {
  position: relative;
  overflow: hidden;
}
.hp-cta2 .bg-icon, .hp-cta .bg-icon {
  position: absolute;
  right: -98px;
  top: 20px;
  font-size: 240px;
  opacity: 0.1;
}

.hp-half {
  position: relative;
}
.hp-half .row {
  position: relative;
  z-index: 2;
}
.hp-half .carousel {
  max-width: 92%;
}
.hp-half .player-row:nth-of-type(2n) {
  background: #f9f9f9;
}
.hp-half .player-name {
  font-size: 13px;
}
@media (min-width: 992px) {
  .hp-half:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background: #f7f7f7;
    z-index: 0;
  }
}

.hp-intro {
  background-image: linear-gradient(to bottom, #33383F 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF33383F", endColorstr="#FF222222", GradientType=0);
}

.hp-news {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .hp-news .main-news-container:before {
    content: "";
    display: block;
    width: 120vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
    background: #eee;
    z-index: -1;
  }
}

.side-match-results-container .big-score .home-team-logo, .side-match-results-container .big-score .away-team-logo {
  max-width: 35px;
  line-height: 1;
}
.side-match-results-container .big-score .home-team-logo img, .side-match-results-container .big-score .away-team-logo img {
  max-width: 35px;
}

.blockquote-bubble {
  border: none;
  padding: 0;
  flex: 1 0 0%;
  flex-direction: column;
}
.blockquote-bubble .blockquote-bubble-content {
  padding: 20px;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  flex: 1 1 auto;
}
.blockquote-bubble .blockquote-bubble-content:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #E6E6E6;
  border-width: 10px;
  left: 30px;
  margin-left: -10px;
}
.blockquote-bubble .blockquote-bubble-content.bg-white:after {
  border-top-color: #fff;
}
.blockquote-bubble.blockquote-center .blockquote-bubble-content:after {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.blockquote-bubble.blockquote-center .blockquote-bubble-content {
  text-align: center;
}
.blockquote-bubble .blockquote-footer, .blockquote-bubble footer, .blockquote-bubble small {
  padding-left: 8px;
  padding-right: 8px;
}
.blockquote-bubble .blockquote-footer:before, .blockquote-bubble .blockquote-footer:after {
  display: none;
}

.blockquote-bubble.blockquote-reverse .blockquote-bubble-content:after {
  left: auto;
  margin-left: auto;
  right: 30px;
}

.blockquote-bubble.blockquote-reverse .blockquote-bubble-content:before {
  border-top-color: rgba(0, 0, 0, 0.01);
  border-width: 11px;
  left: 10%;
  margin-left: -11px;
}

.blockquote-plain {
  border-left: none;
  border-right: none;
}

.news-content h5 {
  font-size: 16px;
}
.news-content p {
  font-size: 13px;
  line-height: 16px;
}

.hp-features .feat-icon {
  position: relative;
}
.hp-features .feat-icon span.badge {
  top: 45px;
  left: calc(50% - 15px);
}
.hp-features .feat-icon .icon {
  font-size: 50px;
  color: #ccc;
}
@media (min-width: 992px) {
  .hp-features .feat-icon .icon {
    font-size: 60px;
  }
}
.hp-features .feat-icon .round-icon {
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #f89100;
  border-radius: 50%;
  padding-top: 10px;
  margin-bottom: 30px;
}
.hp-features .feat-desc h5 {
  font-size: 1rem;
}
.hp-features .feat-desc h5 span {
  font-size: 14px;
  line-height: 16px;
  padding: 3px;
}
.hp-features .feat-desc p {
  font-size: 12px;
  line-height: 14px;
}

.form-search-leghe-sticky {
  position: sticky;
  top: 65px;
  z-index: 1020;
}
@media (max-width: 767.98px) {
  .form-search-leghe-sticky {
    top: 0;
    position: relative;
  }
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.bg-image .box {
  transition: all ease-in 0.3s;
}
.bg-image .box:hover .image-caption {
  background-color: transparent;
  padding: 20px 10px 10px 10px;
}
.bg-image .box:hover .overlay-desc {
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.bg-image .image-caption {
  display: inline-block;
  font-size: 20px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  transition: all ease-in 0.3s;
  padding: 70px 10px;
}
.bg-image .desc {
  position: absolute;
  font-size: 14px;
  line-height: 1.4;
  color: transparent;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0);
  transition: all ease-in 0.3s;
}

.overlay-img {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  outline: 1px solid white;
  outline-offset: -10px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  transition: all ease-in 0.3s;
}
.overlay-img .overlay-container {
  padding: 3.6rem 1rem;
  border: 2px solid #FEF;
  position: relative;
  margin: 0;
  max-width: 220px;
  background: rgba(0, 0, 0, 0.5);
}
.overlay-img img {
  opacity: 0.5;
}
.overlay-img .overlay-content {
  opacity: 0;
  visibility: hidden;
}
.overlay-img:hover {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: 1px solid white;
  outline-offset: -10px;
}
.overlay-img:hover .overlay-container .overlay-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.overlay-img .see-more {
  text-decoration: underline;
}

.gioca-solo {
  border-right: 1px dashed #aaa;
}

.slick-initialized .slick-slide {
  outline: none;
}

.winning-section {
  min-height: calc(100vh - 55px);
  padding-top: 7vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}
@media (min-width: 1200px) {
  .winning-section {
    min-height: calc(100vh - 110px);
    padding-top: 10vh;
  }
}
.winning-section h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .winning-section h3 {
    font-size: 24px;
  }
}
.winning-section .box-top {
  min-width: 50%;
  background: rgba(248, 145, 0, 0.7);
  display: inline-block;
}
.winning-section .box-bottom {
  box-shadow: 1px 4px 10px #000;
  background: rgba(51, 56, 63, 0.85);
}
.winning-section .box-top {
  position: relative;
}
.winning-section .box-top:before, .winning-section .box-top:after {
  content: "";
  height: 0;
  width: 0;
  top: 0;
  position: absolute;
  border-bottom: 37px solid rgba(248, 145, 0, 0.7);
}
@media (min-width: 992px) {
  .winning-section .box-top:before, .winning-section .box-top:after {
    border-bottom: 44px solid rgba(248, 145, 0, 0.7);
  }
}
.winning-section .box-top:after {
  right: -25px;
  border-right: 25px solid transparent;
}
.winning-section .box-top:before {
  left: -25px;
  border-left: 25px solid transparent;
}

.abbonamenti .card-block {
  background: #FFF;
}
.abbonamenti .card-block li {
  line-height: 16px;
}
.abbonamenti .subtitle {
  border-bottom: 1px solid #ddd;
}
.abbonamenti .card-footer {
  background: #FFF;
}
.abbonamenti .card-footer .card-title p {
  line-height: 11px;
}

@media (min-width: 1200px) {
  .page-title-alt.abbonamenti-page-title {
    padding-bottom: 110px;
  }
  .abbonamenti {
    border-top: 1px solid #ccc;
  }
}
.pricingTable {
  background: #fff;
  overflow: hidden;
  min-height: 300px;
}
.pricingTable .pricingTable-header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.pricingTable .pricingTable-header:before, .pricingTable .pricingTable-header:after {
  content: "";
  position: absolute;
}
.pricingTable .pricingTable-header:before {
  width: 370px;
  height: 150px;
  background: rgb(85.2236842105, 93.5789473684, 105.2763157895);
  top: -80px;
  left: -50px;
  z-index: -2;
  transform: rotate(-20deg);
}
.pricingTable .pricingTable-header:after {
  content: "";
  width: 216px;
  height: 140px;
  background: #33383f;
  position: absolute;
  top: -85px;
  right: -52px;
  z-index: -1;
  transform: rotate(46deg);
}
.pricingTable .price-value {
  display: inline-block;
  padding: 10px 0;
  float: right;
  line-height: 20px;
  position: relative;
  top: 10px;
  right: 10px;
}
.pricingTable .price-desc {
  max-width: 70px;
  line-height: 15px;
}
.pricingTable .currency {
  font-size: 20px;
  position: relative;
  top: -10px;
  right: -3px;
}
.pricingTable .title {
  display: inline-block;
  width: 50%;
  max-width: 120px;
  padding: 30px 0;
  margin: 0;
  line-height: 20px;
  position: relative;
  top: 10px;
  left: 7px;
  text-shadow: 1px 1px 2px #333;
}
.pricingTable .pricinglist-container {
  flex: 1 1 auto;
}
.pricingTable .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  clear: both;
}
.pricingTable .pricing-content li {
  color: #828282;
  border-bottom: 1px solid #eee;
  padding: 2px 4px;
}
.pricingTable.orange .pricingTable-header:before {
  background: #f89100;
}
.pricingTable.orange .pricingTable-header:after {
  background: rgb(255, 167.3669354839, 44);
}

.bg-hover:hover {
  background-color: #f0f0f0 !important;
}

@media (min-width: 768px) {
  .feature-name {
    border: none !important;
  }
}
.right-matches-dropdown .nav-tabs {
  border: none;
}
.right-matches-dropdown .nav-link {
  border: none;
  color: #333;
}
.right-matches-dropdown .nav-link.active {
  color: #f89100;
}
.right-matches-dropdown .nav-link:hover {
  border: none;
}

.matches-nav a.dropdown-toggle {
  line-height: 24px;
}
.matches-nav .dropdown-item:hover {
  background: rgb(39.5921052632, 43.4736842105, 48.9078947368);
}

.matches-tabs .nav-tabs {
  border: none;
  background: #f2f2f2;
}
.matches-tabs .nav-tabs a.active {
  border: none;
  background: #33383f;
  color: #FFF;
  position: relative;
}
.matches-tabs .nav-tabs a.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 20px 0;
  border-color: transparent #33383f transparent transparent;
  position: absolute;
  left: -12px;
  top: 0;
}
.matches-tabs .nav-link {
  color: #666;
  border: none;
  padding: 0.85em 1em;
}
.matches-tabs .nav-link:hover {
  border: none;
}

.live-tables tr {
  height: 40px;
}
@media (min-width: 768px) {
  .live-tables tr {
    height: auto;
  }
}
.live-tables .player-name, .live-tables .player-pos {
  vertical-align: top;
}
@media (min-width: 768px) {
  .live-tables .player-name, .live-tables .player-pos {
    vertical-align: middle;
  }
}

.role {
  font-size: 10px;
  padding: 4px;
  color: #FFF;
  border-radius: 2px;
}
.role.role-p, .role.label-1 {
  background-color: #f44336;
}
.role.role-d, .role.label-2 {
  background-color: #388e3c;
}
.role.role-c, .role.label-4 {
  background-color: #4fc3f7;
}
.role.role-t, .role.label-5 {
  background-color: #00838f;
}
.role.role-a, .role.label-6 {
  background-color: #0277bd;
}

.home-team-votes .table-sm td, .home-team-votes .table-condensed td, .away-team-votes .table-sm td, .away-team-votes .table-condensed td {
  padding: 0 0.2rem;
}
@media (min-width: 768px) {
  .home-team-votes .table-sm td, .home-team-votes .table-condensed td, .away-team-votes .table-sm td, .away-team-votes .table-condensed td {
    padding: 0.3rem;
  }
}
@media (min-width: 768px) {
  .home-team-votes td.player-avatar, .away-team-votes td.player-avatar {
    width: 45px;
  }
}
@media (min-width: 768px) {
  .home-team-votes td.player-avatar img, .away-team-votes td.player-avatar img {
    width: 35px;
    height: 35px;
    max-width: 35px;
  }
}
.home-team-votes td.player-pos, .away-team-votes td.player-pos {
  width: 25px;
}
.home-team-votes .home-panchina, .home-team-votes .away-panchina, .away-team-votes .home-panchina, .away-team-votes .away-panchina {
  position: relative;
  border-top: 1px solid #eae8e8;
  border-bottom: 1px solid #eae8e8;
}
.home-team-votes .home-panchina:focus, .home-team-votes .home-panchina:active, .home-team-votes .home-panchina:hover, .home-team-votes .away-panchina:focus, .home-team-votes .away-panchina:active, .home-team-votes .away-panchina:hover, .away-team-votes .home-panchina:focus, .away-team-votes .home-panchina:active, .away-team-votes .home-panchina:hover, .away-team-votes .away-panchina:focus, .away-team-votes .away-panchina:active, .away-team-votes .away-panchina:hover {
  outline: none;
}
.home-team-votes .home-panchina.collapsed, .home-team-votes .away-panchina.collapsed, .away-team-votes .home-panchina.collapsed, .away-team-votes .away-panchina.collapsed {
  background: #f2f2f2;
}
.home-team-votes .home-panchina.collapsed:before, .home-team-votes .away-panchina.collapsed:before, .away-team-votes .home-panchina.collapsed:before, .away-team-votes .away-panchina.collapsed:before {
  content: "\f067";
  display: block;
  width: 15px;
}
.home-team-votes .home-panchina:before, .home-team-votes .away-panchina:before, .away-team-votes .home-panchina:before, .away-team-votes .away-panchina:before {
  font-family: "fantaicon";
  content: "\f068";
  display: block;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.home-team-votes .voti-last-name, .away-team-votes .voti-last-name {
  line-height: 18px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .home-team-votes .voti-last-name, .away-team-votes .voti-last-name {
    line-height: 28px;
  }
}

.big-score .home-team-logo, .big-score .away-team-logo {
  line-height: 50px;
}

.formazioni-panchina {
  background: #f2f2f2;
}
.formazioni-panchina.collapsed .fantaicon-caret-up {
  display: none;
}
.formazioni-panchina.collapsed .fantaicon-caret-down {
  display: inline;
}
.formazioni-panchina .fantaicon-caret-up {
  display: inline;
}
.formazioni-panchina .fantaicon-caret-down {
  display: none;
}

.summary-row-link:hover {
  text-decoration: none;
}
.summary-row-link:hover .summary-row {
  background: #f2f2f2;
  text-decoration: none;
}
.summary-row-link:hover .fantaicon-arrow-right {
  color: #0d9a28 !important;
}
.summary-row-link .live-summary-row {
  border-left: 1px solid #0d9a28;
}

.nav-pills .nav-link.active {
  position: relative;
}
.nav-pills .nav-link.active:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f89100;
  border-width: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.big-match-slide .player-name [class^=fantaicon-], .big-match-slide .player-name .text-muted, .big-match-slide .player-name .dataTables_info {
  float: left;
  padding-top: 5px;
}

@media (max-width: 991.98px) {
  .page-title h2 {
    font-size: 1rem;
  }
  .score-container .home-team-name, .score-container .away-team-name, .score-container .score {
    font-size: 1rem;
  }
  .score-container .status, .score-container .match-date {
    font-size: 13px;
  }
  .score-container .home-team-logo img, .score-container .away-team-logo img {
    max-width: 50px;
  }
  .home-team-votes td.player-avatar img, .away-team-votes td.player-avatar img {
    width: 25px;
    height: 25px;
    max-width: 25px;
  }
  .home-team-votes td.player-pos, .away-team-votes td.player-pos {
    width: 20px;
  }
}
.giornata-select-mobile {
  z-index: 1999;
}
.giornata-select-mobile.sticky-top {
  top: 51px;
}

.live-vote-span:after {
  font-family: "fantaicon";
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.live-vote-lower:after {
  content: " \f03f";
  opacity: 1;
  color: red;
  animation: fadeout 60s linear 1 normal forwards;
}

.live-vote-lower:before {
  content: " ";
  opacity: 1;
  color: grey;
  animation: fadeout 60s linear 1 normal forwards;
}

.live-vote-upper:after {
  content: " \f03d";
  color: green;
  opacity: 1;
  animation: fadeout 60s linear 1 normal forwards;
}

.live-vote-upper:before {
  content: " ";
  opacity: 1;
  color: grey;
  animation: fadeout 60s linear 1 normal forwards;
}

.live-vote-same:after {
  content: "  ";
  opacity: 1;
  color: grey;
  animation: fadeout 60s linear 1 normal forwards;
}

.live-vote-same:before {
  content: " ";
  opacity: 1;
  color: grey;
  animation: fadeout 60s linear 1 normal forwards;
}

@keyframes blinking-green {
  from {
    background-color: green;
  }
  to {
    background-color: inherit;
  }
}
@keyframes blinking-red {
  from {
    background-color: red;
  }
  to {
    background-color: inherit;
  }
}
.worse-vote {
  animation: blinking-red 5s 1;
}

.better-vote {
  animation: blinking-green 5s 1;
}

.grade-left-side .level-note {
  border-radius: 4px;
}
.grade-left-side .level-note.level-note-4 {
  margin-top: -5px;
}
.grade-left-side .level-note.level-note-3 {
  margin-top: 20px;
}
.grade-left-side .level-note.level-note-2 {
  margin-top: 41px;
}
.grade-left-side .level-note.level-note-1 {
  margin-top: 62px;
}
.grade-left-side .level-bar {
  height: 4px;
  left: 0;
}
.grade-left-side .level-bar.level-bar-4 {
  top: 8px;
}
.grade-left-side .level-bar.level-bar-3 {
  top: 29px;
}
.grade-left-side .level-bar.level-bar-2 {
  top: 50px;
}
.grade-left-side .level-bar.level-bar-1 {
  top: 71px;
}

.grade-right-side .level {
  width: 5px;
  height: 21px;
  clear: both;
}

.list-group-player-stats .list-group-item {
  min-height: 20px;
}
.list-group-player-stats .list-group-item:nth-child(2n) {
  background-color: #f7f7f7;
}

.player-stats-list-title {
  border-bottom: 3px solid #e5e5e5;
}

.news-single {
  font-size: 1rem;
}
.news-single .carousel .slick-prev {
  left: -15px;
}
.news-single .carousel .slick-next {
  right: -15px;
}
.news-single img {
  max-width: 100%;
  height: auto !important;
}
.news-single ul {
  list-style-type: none;
}
.news-single ul li {
  position: relative;
}
.news-single ul li:before {
  content: "\f105";
  font-family: "fantaicon";
  color: #bbb;
  position: absolute;
  left: -15px;
  top: 0;
}
.news-single ul.list-group li:before {
  display: none;
}

.news-carousel .slick-dots {
  margin-bottom: 6px;
}
.news-carousel .slick-dots li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "fantaicon";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-carousel .slick-dots button:before {
  opacity: 0.3;
  font-size: 30px;
}

.newsticker {
  visibility: hidden;
}
.newsticker.slick-initialized {
  visibility: visible;
}

.widget-matches a:hover {
  text-decoration: none;
}
.widget-matches a:hover .bg-vs:after {
  color: #FFF;
}
.widget-matches a.list-group-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.title-over-image {
  position: relative;
}
.title-over-image .title-moved {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-type {
  bottom: 15px;
  left: 15px;
}
.news-type .badge {
  width: 35px;
  height: 35px;
}

.main-news .news-type {
  left: 30px;
}

.news-top-info {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.user-invites .bg-dark {
  border-bottom: 3px solid #f89100;
}

.cupteam-user-menu {
  top: 162px;
  position: fixed;
  overflow: hidden;
  width: 75px;
  transition: width 0.2s;
}
.cupteam-user-menu .side-menu {
  clear: both;
}
.cupteam-user-menu .side-menu a {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.cupteam-user-menu #cupteam-menu-toggle {
  width: 75px;
  padding: 10px 15px 5px 15px;
}
.cupteam-user-menu .menu-icon {
  padding: 5px 22px;
}
.cupteam-user-menu.side-right {
  right: 0;
}
.cupteam-user-menu.side-right #cupteam-menu-toggle {
  float: left;
}
.cupteam-user-menu.side-right .fantaicon-chevron-right {
  display: none;
}
.cupteam-user-menu.side-right .fantaicon-chevron-left {
  display: inline-block;
}
.cupteam-user-menu.side-left {
  left: 0;
}
.cupteam-user-menu.side-left #cupteam-menu-toggle {
  text-align: right;
  float: right;
}
.cupteam-user-menu.side-left .fantaicon-chevron-right {
  display: inline-block;
}
.cupteam-user-menu.side-left .fantaicon-chevron-left {
  display: none;
}
.cupteam-user-menu.toggled {
  width: 200px;
}
.cupteam-user-menu.toggled.side-right .fantaicon-chevron-left {
  display: none;
}
.cupteam-user-menu.toggled.side-right .fantaicon-chevron-right {
  display: inline-block;
}
.cupteam-user-menu.toggled.side-left .fantaicon-chevron-left {
  display: inline-block;
}
.cupteam-user-menu.toggled.side-left .fantaicon-chevron-right {
  display: none;
}
.cupteam-user-menu ul.side-menu {
  width: 200px;
}

.kapitals {
  position: relative;
  line-height: 7px;
}

.select2-container--default .select2-selection--multiple {
  border-color: #ced4da;
}

.team-penalty-badge {
  bottom: -3px;
  left: 27px;
}

@media (max-width: 991.98px) {
  .big-score .home-team-logo img, .big-score .away-team-logo img {
    max-width: 50px;
  }
}

.avatar-container .role {
  position: absolute;
  z-index: 3;
  right: 3px;
  bottom: -2px;
  padding: 0 2px;
}
.avatar-container img {
  max-width: 40px;
}
@media (max-width: 767.98px) {
  .avatar-container img {
    max-width: 30px;
  }
}

.avatar-edit {
  bottom: 0 !important;
  top: auto;
  right: -5px;
  height: 30px;
  width: 30px;
  padding: 5px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .list-group-players .player-avatar img {
    max-width: 40px;
  }
}
.list-group-players .list-group-item {
  position: initial;
}
.list-group-players .vote-collapse {
  min-height: 50px;
  padding-top: 12px;
}
.list-group-players .list-group-item-action:before, .list-group-players .list-group-item-action:after {
  transition: width 0.3s ease;
  border-top: 2px solid #f89100;
  content: "";
  left: -6px;
  position: absolute;
}
.list-group-players .list-group-item-action:before {
  top: -2px;
}
.list-group-players .list-group-item-action:after {
  bottom: 0;
  border-top: 1px solid #f89100;
}
.list-group-players .list-group-item-action.collapsed:before, .list-group-players .list-group-item-action.collapsed:after {
  width: 0;
}
.list-group-players .list-group-item-action.collapsed .fantaicon-caret-down {
  transform: rotate(0deg);
}
.list-group-players .list-group-item-action .fantaicon-caret-down {
  transform: rotate(180deg);
}
.list-group-players .list-group-item-action:before, .list-group-players .list-group-item-action:after {
  left: 0;
  width: 100%;
}

.dashboard-profile .profile-header-image img {
  border: 3px solid #f89100;
}
.dashboard-profile .rank-label-container {
  margin-top: -19px;
  /* z-index: 1000; */
}
.dashboard-profile .label.label-default.rank-label {
  padding: 5px 10px 5px 10px;
  border-radius: 27px;
}

.table-players-list .score-container span:first-child {
  display: inline-block;
  width: 29px;
  float: left;
  padding-right: 2px;
}
.table-players-list .score-container span.score {
  display: inline-block;
  width: 35px;
  text-align: center;
  padding: 0 2px !important;
  margin-right: 4px;
}
.table-players-list span.fantaicon-undo2, .table-players-list span.fantaicon-redo2 {
  position: absolute;
  top: 2px;
  right: -3px;
  width: 20px;
  height: 20px;
  padding: 3px;
}
@media (max-width: 991.98px) {
  .table-players-list span.fantaicon-undo2, .table-players-list span.fantaicon-redo2 {
    top: -5px;
    font-size: 12px;
    padding-top: 5px;
  }
}

.tabellino-content .game-stats {
  border-top: 1px solid #ced4da;
}
.tabellino-content .game-stats .stat-label, .tabellino-content .game-stats .stat-value {
  border-bottom: 1px solid #ced4da;
}

.tdfit {
  width: 1px;
  white-space: nowrap;
}

.mobile-filters {
  top: 0;
  left: 1rem;
}

.td-show-xs {
  display: none;
}

.span-show-xs {
  display: none;
}

.td-hide-xs {
  display: table-cell;
}

@media screen and (max-width: 359px) {
  .mobile-cupteam-menu-new .dropdown-toggle:after {
    font-size: 14px;
  }
  .td-show-xs {
    display: table-cell;
  }
  .span-show-xs {
    display: block;
  }
  .td-hide-xs {
    display: none;
  }
}
#live-score-board-icon {
  font-size: 20px;
  margin: -4px 8px 0 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

#live-score-board-icon[data-style=min] {
  font-size: 16px !important;
  margin: 0 6px 0 0 !important;
}

#live-score-board-icon[data-state=connected] {
  color: #0d9a28;
}

#live-score-board-icon[data-state=connecting] {
  color: #F6B501;
}

#live-score-board-icon[data-state=disconnected] {
  color: #c11e1e;
}

.live-score-board-last-update {
  display: block;
  height: 30px;
  margin-top: 4px;
}

.live-score-board-vote-wrapper {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 1s;
}

.live-score-board-vote-wrapper:after {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  left: 0;
}

.live-score-board-vote-wrapper[data-incr-dir=up]:after {
  content: "▲";
  color: #0d9a28;
}

.live-score-board-vote-wrapper[data-incr-dir=down]:after {
  content: "▼";
  color: #c11e1e;
}

.live-score-board-vote-wrapper[data-incr-show=true]:after {
  opacity: 1 !important;
}

.collapse-plus [data-toggle=collapse] span.label-closed {
  display: none;
}
.collapse-plus [data-toggle=collapse] span.label-opened {
  display: inline;
}
.collapse-plus [data-toggle=collapse] i:before {
  content: "\f068";
}
.collapse-plus [data-toggle=collapse].collapsed span.label-closed {
  display: inline;
}
.collapse-plus [data-toggle=collapse].collapsed span.label-opened {
  display: none;
}
.collapse-plus [data-toggle=collapse].collapsed i:before {
  content: "\f067";
}

.progress-halfcircle {
  position: relative;
  margin: 4px;
  text-align: center;
}
.progress-halfcircle span {
  font-weight: bold;
  font-size: 1.2rem;
}
.progress-halfcircle .barOverflow {
  position: relative;
  overflow: hidden;
  width: 150px; /* Half circle (width) */
  height: 75px; /* Height circle (overflow) */
  margin-bottom: -52px; /* bring the numbers up */
  margin-left: auto;
  margin-right: auto;
}
.progress-halfcircle .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px; /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid #eee; /* half gray, */
}
.progress-halfcircle .bar-red {
  border-bottom-color: #c11e1e; /* half red */
  border-right-color: #c11e1e;
}
.progress-halfcircle .bar-orange {
  border-bottom-color: #f89100; /* half orange */
  border-right-color: #f89100;
}
.progress-halfcircle .bar-green {
  border-bottom-color: #0d9a28; /* half green */
  border-right-color: #0d9a28;
}
.progress-halfcircle .bar-lightgreen {
  border-bottom-color: #9ecc00; /* half green */
  border-right-color: #9ecc00;
}

.competitions-tabs-widget .dropdown-menu a:hover {
  background: #f89100 !important;
}

.fitness-icon-form {
  display: inline-block;
  width: 10px;
}

.fitness-icon-blank {
  background: #ccc;
}

@media (max-width: 767.98px) {
  .progress-halfcircle .barOverflow {
    width: 110px;
    height: 55px;
    margin-bottom: -24px; /* bring the numbers up */
  }
  .progress-halfcircle .bar {
    width: 110px;
    height: 110px;
  }
}
.widget-winning {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
}
.widget-winning .winning-team .position {
  z-index: 2;
  position: relative;
}
.widget-winning .winning-team i {
  color: #bb9e00;
  position: absolute;
  left: 3px;
  top: 10px;
  opacity: 1;
  /* transform: rotate(-20deg); */
  font-size: 34px;
  opacity: 0.9;
  z-index: 0;
}
.widget-winning .winning-title {
  border-radius: 5px;
}
.widget-winning .team-info img {
  max-width: 25px;
}
.widget-winning .list-group-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 16px;
  padding-right: 16px;
}
.widget-winning .list-group-item.highlight-team {
  margin-left: -10px;
  margin-right: -10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  border-radius: 5px;
  border-right: 3px solid #f89100;
  border-left: 3px solid #f89100;
  padding-left: 26px;
  padding-right: 26px;
  z-index: 2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.winning-widget-bg {
  padding-left: 30px;
  padding-right: 30px;
}

.winner-widget.winning-section {
  height: auto;
  min-height: 320px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-position: center center;
}
.winner-widget .team-logo {
  z-index: 2;
}
.winner-widget .other-logo {
  margin-left: -15px;
}
.winner-widget .box-top:before, .winner-widget .box-top:after {
  border-bottom: 30px solid rgba(248, 145, 0, 0.7);
}

#podium-box {
  height: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #podium-box {
    height: 300px;
  }
}

.step-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.step-container .player-avatar {
  bottom: -25px;
  right: 0;
}
.step-container .player-info {
  bottom: 0;
}
.step-container .player-info span {
  word-break: break-all;
}
.step-container .podium-number {
  border-style: double;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 6px 4px 0 4px;
}
.step-container #first-step {
  height: 95%;
}
.step-container #first-step .cup-image {
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .step-container #first-step .cup-image {
    width: 120px;
    height: 120px;
  }
}
.step-container #second-step {
  height: 80%;
}
.step-container #second-step .cup-image {
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) {
  .step-container #second-step .cup-image {
    width: 100px;
    height: 100px;
  }
}
.step-container #third-step {
  height: 65%;
}
.step-container #third-step .cup-image {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .step-container #third-step .cup-image {
    width: 80px;
    height: 80px;
  }
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.matches-carousel-container .slick-prev, .matches-carousel-container .slick-next {
  height: 40px;
}

.matches-carousel {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.matches-carousel.slick-initialized {
  visibility: visible;
  display: block;
  opacity: 1;
}

.rank-table-min2 .team-penalty-badge {
  bottom: -6px;
  padding: 1px 2px;
  left: auto;
  right: 4px;
}

.lineup-global-wrapper svg.radial {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: -3px;
  margin: auto;
  z-index: 10;
  background-color: transparent;
  border-radius: 37px;
  box-shadow: 0 0 4px #333;
  border: 2px solid #FFF;
}
.lineup-global-wrapper svg.radial.radial-field, .lineup-global-wrapper svg.radial.radial-bench, .lineup-global-wrapper svg.radial.radial-grandstand, .lineup-global-wrapper svg.radial.radial-modalstand {
  width: 37px;
  height: 37px;
}
.lineup-global-wrapper svg.radial.radial-field.radial-bench, .lineup-global-wrapper svg.radial.radial-bench.radial-bench, .lineup-global-wrapper svg.radial.radial-grandstand.radial-bench, .lineup-global-wrapper svg.radial.radial-modalstand.radial-bench {
  left: -1px !important;
}
@media (max-width: 575.98px) {
  .lineup-global-wrapper svg.radial.radial-field, .lineup-global-wrapper svg.radial.radial-bench, .lineup-global-wrapper svg.radial.radial-grandstand, .lineup-global-wrapper svg.radial.radial-modalstand {
    width: 27px;
    height: 27px;
  }
  .lineup-global-wrapper svg.radial.radial-bench, .lineup-global-wrapper svg.radial.radial-grandstand, .lineup-global-wrapper svg.radial.radial-modalstand {
    top: -1.5px;
  }
}
.lineup-global-wrapper svg.radial circle.value {
  stroke-width: 8px;
  transition: stroke-dashoffset 1s;
  transform: rotate(-90deg);
  transform-origin: 30px 30px;
}
.lineup-global-wrapper svg.radial.red circle.value {
  stroke: #F44336;
}
.lineup-global-wrapper svg.radial.orange circle.value {
  stroke: orange;
}
.lineup-global-wrapper svg.radial.green circle.value {
  stroke: green;
}
.lineup-global-wrapper svg.radial.dark-green circle.value {
  stroke: darkgreen;
}

#panchina .player-card:hover, #panchina .circle:hover, #panchina .player-name:hover, .field-container .player-card:hover, .field-container .circle:hover, .field-container .player-name:hover {
  cursor: pointer;
}

div.field-container div.field-upgrade-container {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #FFF;
  padding: 12px;
  box-sizing: border-box;
  height: 162px;
  bottom: 0;
  border: 1px solid #f89100;
}
div.field-container[data-disabled=true] div.field-inner-container {
  filter: Blur(Strength=8);
  filter: progid:DXImageTransform.Microsoft.blur(pixelradius=8);
  filter: blur(8px);
}
div.field-container[data-disabled=true] div.field-upgrade-container {
  display: block !important;
}
div.field-container[data-disabled=false] div.field-inner-container {
  display: block;
}
div.field-container[data-disabled=false] div.field-upgrade-container {
  display: none;
}

#playerChoice .player-card .star {
  bottom: -6px !important;
}

.player-field .player-heading {
  background-color: #33383f;
}

.player-card {
  padding: 8px 2px;
  background: #f2f2f2;
  min-height: 75px;
}
@media (max-width: 767.98px) {
  .player-card {
    padding: 2px 2px !important;
  }
}
.player-card .role-bg {
  z-index: 3;
  right: -7px;
  bottom: -7px;
  padding: 2px;
}
.player-card .player-heading {
  margin-left: 3px;
  padding: 0 2px;
}
.player-card .player-name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  position: relative;
  padding: 0;
  margin: 0;
}
.player-card .player-order {
  margin-top: 0;
  margin-right: 10px;
  width: 10px;
}
.player-card .player-match-container {
  right: 4px;
  bottom: 6px;
  background-color: #DDDDDD;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  display: none;
}
.player-card .player-match-container .player-match {
  padding: 0 6px;
}
.player-card .player-match-container div.progress {
  width: 100%;
  height: 2px;
  position: relative;
}
.player-card .player-match-container div.progress[data-style=low] div.value {
  background-color: #ff5400;
}
.player-card .player-match-container div.progress[data-style=mid] div.value {
  background-color: #F6B501;
}
.player-card .player-match-container div.progress[data-style=mid-high] div.value {
  color: #9ecc00;
}
.player-card .player-match-container div.progress[data-style=high] div.value {
  background-color: #0d9a28;
}
.player-card .player-match-container div.progress div.value {
  height: 100%;
  right: 0;
  position: absolute;
}
.player-card .player-match-container p.percentage {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 16px;
  font-weight: bold;
}
.player-card .player-match-container p.percentage[data-style=low] {
  color: #ff5400;
}
.player-card .player-match-container p.percentage[data-style=mid] {
  color: #F6B501;
}
.player-card .player-match-container p.percentage[data-style=mid-high] {
  color: #9ecc00;
}
.player-card .player-match-container p.percentage[data-style=high] {
  color: #0d9a28;
}
@media (max-width: 767.98px) {
  .player-card .player-match-container p.percentage {
    top: -24px !important;
  }
}
.player-card .left-side {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -30px;
  width: 20px;
}
.player-card .right-side {
  position: absolute;
  right: auto;
  left: 50%;
  padding-left: 7px !important;
  top: -5px !important;
}
.player-card .lateral-player-injured {
  display: none;
  position: absolute;
  bottom: -8px;
  left: 11px;
  z-index: 10;
}
.player-card .star-blue {
  color: #5372ff;
}
.player-card .star-yellow {
  color: #f39c12;
  z-index: 10;
}
.player-card .banned {
  color: #c11e1e;
  z-index: 10;
}
.player-card .player-overall-rating {
  color: #FFF;
  font-size: 10px !important;
  line-height: 15px;
  z-index: 1;
  top: -17px;
  background: rgba(51, 56, 63, 0.75);
  width: 17px;
  height: 17px;
  border-radius: 4px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 575.98px) {
  .player-card .player-overall-rating {
    margin-left: -9px !important;
  }
}
.player-card .star-grey {
  color: #666666;
}
.player-card .player-list-section {
  padding-left: 12px;
}
.player-card .player-img {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}
.player-card .player-card-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.player-card .player-card-stats p.main {
  margin: 0 0 4px 0;
  font-size: 10px;
}
.player-card .player-card-stats ul.perks {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 11px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.player-card .player-card-stats ul.perks li.perk {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
.player-card .player-card-stats ul.perks li.perk div.wrapper {
  height: 11px;
}
.player-card .player-card-stats ul.perks li.perk div.wrapper div.icon {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.player-card .player-card-stats ul.perks li.perk div.wrapper span.value {
  font-size: 11px;
  margin: -3px auto auto 3px;
  display: inline-block;
  vertical-align: top;
}
.player-card div.perks-container-wrapper {
  margin-top: -24px;
}
@media (max-width: 991.98px) {
  .player-card div.perks-container-wrapper {
    margin-top: 0 !important;
  }
}
.player-card div.perks-container-wrapper div.perks-container {
  width: 100%;
  overflow: hidden;
}
.player-card div.perks-container-wrapper div.perks-container span.perk {
  background-color: #DDD;
  display: inline-block;
  padding: 0px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  margin-right: 6px;
  color: #666;
}
.player-card .player-card-score {
  position: absolute;
  top: 4px;
  width: 100%;
  height: 14px;
  left: 0;
  background-color: #33383f;
}
.player-card .player-card-score-value {
  height: 100%;
}
.player-card .player-card-difficulty-value {
  height: 100%;
  float: right;
}
.player-card .player-card-difficulty {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
}
.player-card .player-card-plus {
  position: absolute;
  right: 6px;
  top: 3px;
  display: none;
}
.player-card .player-role {
  position: absolute;
  bottom: -60px;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 2px;
  z-index: 90;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 6px;
}
@media (max-width: 575.98px) {
  .player-card .player-role {
    margin-left: 6px !important;
    bottom: -52px !important;
  }
}
.player-card .player-role[data-role=P] {
  background-color: #f44336;
}
.player-card .player-role[data-role=D] {
  background-color: #388e3c;
}
.player-card .player-role[data-role=C] {
  background-color: #4fc3f7;
}
.player-card .player-role[data-role=T] {
  background-color: #00838f;
}
.player-card .player-role[data-role=A] {
  background-color: #0277bd;
}
.player-card .star {
  bottom: -6px;
}
.player-card .arc {
  overflow: hidden;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 1;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.player-card .arc:after {
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  border: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.player-card .arc .arcl {
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  left: 0;
}
.player-card .arc .arcr {
  width: 50%;
  height: 0;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  right: 0;
}
.player-card .arc .arcr.red {
  background-color: #F44336;
}
.player-card .arc .arcr.orange {
  background-color: orange;
}
.player-card .arc .arcr.green {
  background-color: green;
}
.player-card .arc_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: transparent;
  background-color: #fdfdfd;
  background-clip: content-box;
  padding: 1px;
}
.player-card .arc_wrapper.orange {
  background-color: orange;
}
.player-card .arc_wrapper.red {
  background-color: red;
}
.player-card .arc_wrapper.green {
  background-color: green;
}
.player-card div.card-controls {
  position: absolute;
  right: 6px;
  width: auto !important;
  top: 0;
  display: none;
}
.player-card div.card-controls i.control {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .player-card div.card-controls {
    top: 2px !important;
  }
}

div.player-card div.additional-data-container {
  min-height: 42px;
}
div.player-card div.additional-data-wrapper {
  padding-left: 32px;
  margin: -9px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
div.player-card div.additional-data-wrapper div.player-stat-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
div.player-card div.additional-data-wrapper div.player-stat-block i.stat-icon {
  font-size: 14px;
}
div.player-card div.additional-data-wrapper div.player-stat-block span.stat-label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}

div[data-show-additional-player-data=true] div.additional-data-wrapper, div.mercato-players-list[data-show-additional-player-data=true] div.additional-data-wrapper {
  max-height: 500px;
}

div.switch-button {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  border: 1px solid #DDD;
  border-radius: 12px;
  height: 18px;
  transition: background-color 0.5s;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
}
div.switch-button[data-value=true] {
  background-color: #0d9a28 !important;
}
div.switch-button[data-value=true]:after {
  right: 1px !important;
  left: auto !important;
}
div.switch-button:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background-color: #CCC;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: left 0.5s, right 0.5s;
}

.billboard-left, .billboard-right {
  display: inline-block;
  position: absolute;
  top: -5px;
}

.billboard-left {
  left: 110px;
}

.billboard-right {
  right: 110px;
}

@media (max-width: 575.98px) {
  .billboard-left, .billboard-right {
    top: -20px;
  }
  .billboard-left {
    left: 40px;
  }
  .billboard-right {
    right: 40px;
  }
}
.modal-content .star {
  bottom: -18px;
  left: -5px;
}

@media (max-width: 575.98px) {
  .player-field .left-side .round-number {
    float: left;
    margin-top: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }
}

.player-field .right-side .player-info {
  width: 18px;
  height: 18px;
  line-height: 17px;
}
.player-field .right-side .player-injured, .player-field .right-side .player-injured-player {
  width: 18px;
  height: 18px;
  padding-left: 2px;
}
@media (max-width: 575.98px) {
  .player-field .right-side {
    right: 0px !important;
    width: auto !important;
    padding-left: 11px !important;
    border: none !important;
    top: -8px !important;
  }
  .player-field .right-side .player-info, .player-field .right-side .player-injured {
    height: 14px;
  }
}

@media (max-width: 575.98px) {
  .player-field .right-side .round-number {
    float: none !important;
    margin-top: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    margin-left: 5px;
  }
}

.circle {
  position: relative;
  border-radius: 50%;
  background-color: #efefef;
  max-width: 35px;
  max-height: 35px;
}
.circle img {
  z-index: 2;
  position: relative;
}

#graphical .player-field .left-side, #graphical .player-field .right-side, #legend-player-field .player-field .left-side, #legend-player-field .player-field .right-side {
  position: absolute;
  width: 30px;
  height: 100%;
  top: -5px;
}
@media (max-width: 575.98px) {
  #graphical .player-field .left-side, #graphical .player-field .right-side, #legend-player-field .player-field .left-side, #legend-player-field .player-field .right-side {
    top: -10px;
  }
}
#graphical .player-field .left-side .star, #graphical .player-field .right-side .star, #legend-player-field .player-field .left-side .star, #legend-player-field .player-field .right-side .star {
  height: 23px;
}
#graphical .player-field .player-progress[data-value=""], #legend-player-field .player-field .player-progress[data-value=""] {
  float: left;
}
#graphical .player-field .player-score, #legend-player-field .player-field .player-score {
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #33383f;
}
#graphical .player-field .player-score-value, #legend-player-field .player-field .player-score-value {
  height: 100%;
}
#graphical .player-field .player-cupteam-avv, #legend-player-field .player-field .player-cupteam-avv {
  background-color: #33383f;
  font-size: 10px;
}
#graphical .player-field .player-difficulty, #legend-player-field .player-field .player-difficulty {
  width: 100%;
  width: calc(100% - 4px);
  height: 2px;
  float: left;
  z-index: 2;
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #33383f;
}
#graphical .player-field .player-difficulty-value, #legend-player-field .player-field .player-difficulty-value {
  height: 100%;
  float: right;
}
#graphical .player-field .player-img, #legend-player-field .player-field .player-img {
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
#graphical .player-field .right-side, #legend-player-field .player-field .right-side {
  left: 50%;
  right: auto;
  top: -4px;
}
#graphical .player-field .star-blue, #legend-player-field .player-field .star-blue {
  color: #5372ff;
}
#graphical .player-field .star-grey, #legend-player-field .player-field .star-grey {
  color: #666666;
}
#graphical .player-field .star-yellow, #legend-player-field .player-field .star-yellow {
  color: #f39c12;
}
#graphical .player-field .banned, #legend-player-field .player-field .banned {
  color: #c11e1e;
}
#graphical .player-field .arc, #legend-player-field .player-field .arc {
  overflow: hidden;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 1;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
#graphical .player-field .arc:after, #legend-player-field .player-field .arc:after {
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  border: solid 1px navy;
  content: "";
  width: 100%;
  height: 100%;
}
#graphical .player-field .arc .arcl, #legend-player-field .player-field .arc .arcl {
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  left: 0;
}
#graphical .player-field .arc .arcr, #legend-player-field .player-field .arc .arcr {
  width: 50%;
  height: 0;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  right: 0;
}
#graphical .player-field .arc .arcr.red, #legend-player-field .player-field .arc .arcr.red {
  background-color: #F44336;
}
#graphical .player-field .arc .arcr.orange, #legend-player-field .player-field .arc .arcr.orange {
  background-color: orange;
}
#graphical .player-field .arc .arcr.green, #legend-player-field .player-field .arc .arcr.green {
  background-color: green;
}
#graphical .player-field .arc_wrapper, #legend-player-field .player-field .arc_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: transparent;
  background-color: #fdfdfd;
}
#graphical .player-field .arc_wrapper.orange, #legend-player-field .player-field .arc_wrapper.orange {
  background-color: orange;
}
#graphical .player-field .arc_wrapper.red, #legend-player-field .player-field .arc_wrapper.red {
  background-color: red;
}
#graphical .player-field .arc_wrapper.green, #legend-player-field .player-field .arc_wrapper.green {
  background-color: green;
}
#graphical .player-field .player-overall-rating, #legend-player-field .player-field .player-overall-rating {
  color: white;
  font-size: 11px !important;
  line-height: 2;
  z-index: 1;
  top: -20px;
  background: rgba(51, 56, 63, 0.75);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  left: 50%;
  margin-left: -10px;
}
#graphical .text-over-icon, #legend-player-field .text-over-icon {
  text-align: center;
  width: 100%;
  top: 5px;
  left: 0;
}
#graphical .below-player-info, #legend-player-field .below-player-info {
  box-sizing: border-box;
}
#graphical .below-player-info .badge, #legend-player-field .below-player-info .badge {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}
#graphical .player-top-left, #legend-player-field .player-top-left {
  height: 20px;
  line-height: 20px;
}

#list .player-card {
  padding: 10px 5px 10px 15px;
}
@media (max-width: 575.98px) {
  #list .player-card .player-name {
    max-width: 93px;
    display: inline-block;
  }
}

.lineup-warning, .lineup-success, .lineup-danger {
  color: #FFF !important;
}

.round-number {
  padding: 2px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3rem;
  width: 18px;
  height: 18px;
}

.field-container .r1, .field-container .r2, .field-container .r3, .field-container .r4, .field-container .r5, .field-container .r6 {
  position: absolute;
  left: 0;
  right: 0;
}
.field-container .r1 {
  bottom: 3px;
}
.field-container .r2 {
  bottom: 16%;
}
.field-container .r3 {
  bottom: 30%;
}
.field-container .r4 {
  bottom: 45%;
}
.field-container .r5 {
  bottom: 60%;
}
.field-container .r6 {
  bottom: 75%;
}
.field-container .player-name {
  padding: 2px;
  padding-bottom: 0px;
}
.field-container.mod4-3-3 .r2, .field-container.mod3-4-3 .r2, .field-container.mod3-5-2 .r2, .field-container.mod4-5-1 .r2, .field-container.mod4-4-2 .r2 {
  bottom: 23%;
}
.field-container.mod4-3-3 .r4, .field-container.mod3-4-3 .r4, .field-container.mod3-5-2 .r4, .field-container.mod4-5-1 .r4, .field-container.mod4-4-2 .r4 {
  bottom: 48%;
}
.field-container.mod5-4-1 .r2, .field-container.mod5-3-2 .r2 {
  bottom: 21%;
}
.field-container.mod5-4-1 .r3, .field-container.mod5-3-2 .r3 {
  bottom: 39%;
  width: 80% !important;
  margin-left: 10%;
}
.field-container.mod5-4-1 .r4, .field-container.mod5-3-2 .r4 {
  bottom: 59%;
}
.field-container.mod5-4-1 .r6, .field-container.mod5-3-2 .r6 {
  bottom: 78%;
}
.field-container.mod3-4-1-2 .r2, .field-container.mod3-4-2-1 .r2 {
  bottom: 21%;
}
.field-container.mod3-4-1-2 .r4, .field-container.mod3-4-2-1 .r4 {
  bottom: 41%;
}
.field-container.mod4-2-3-1 .r2, .field-container.mod4-3-2-1 .r2, .field-container.mod4-3-1-2 .r2 {
  bottom: 21%;
}
.field-container.mod4-2-3-1 .r4, .field-container.mod4-3-2-1 .r4, .field-container.mod4-3-1-2 .r4 {
  bottom: 40%;
}
.field-container.mod4-2-3-1 .r6, .field-container.mod4-3-2-1 .r6, .field-container.mod4-3-1-2 .r6 {
  bottom: 79%;
}
.field-container.mod3-5-1-1 .r2, .field-container.mod4-4-1-1 .r2 {
  bottom: 21%;
}
.field-container.mod3-5-1-1 .r4, .field-container.mod4-4-1-1 .r4 {
  bottom: 40%;
}
.field-container.mod3-5-1-1 .r5, .field-container.mod4-4-1-1 .r5 {
  bottom: 63%;
}
.field-container.mod3-5-1-1 .r6, .field-container.mod4-4-1-1 .r6 {
  bottom: 81%;
}
.field-container.mod5-3-1-1 .r1 {
  bottom: -5px;
}
.field-container.mod5-3-1-1 .r2 {
  bottom: 17%;
}
.field-container.mod5-3-1-1 .r3 {
  bottom: 30%;
  width: 69% !important;
  margin-left: 16%;
}
.field-container.mod5-3-1-1 .r4 {
  bottom: 48%;
}
.field-container.mod5-3-1-1 .r5 {
  bottom: 66%;
}
.field-container.mod5-3-1-1 .r6 {
  bottom: 85%;
}
.field-container.mod4-2-2-2 .r2, .field-container.mod4-2-1-3 .r2 {
  bottom: 20%;
}
.field-container.mod4-2-2-2 .r4, .field-container.mod4-2-1-3 .r4 {
  bottom: 39%;
}
.field-container.mod4-2-2-2 .r5, .field-container.mod4-2-1-3 .r5 {
  bottom: 58%;
}
.field-container.mod4-2-2-2 .r6, .field-container.mod4-2-1-3 .r6 {
  bottom: 78%;
}

.public-field-container .field-rows-container {
  top: 0;
  left: 0;
}
.public-field-container .role {
  bottom: 0;
  left: 0;
  padding: 0 3px;
}
.public-field-container .r1, .public-field-container .r2, .public-field-container .r3, .public-field-container .r4, .public-field-container .r5, .public-field-container .r6 {
  position: absolute;
  left: 0;
  right: 0;
}
.public-field-container .r1 {
  top: -15px;
}
.public-field-container .r2 {
  top: 16%;
}
.public-field-container .r3 {
  top: 33%;
}
.public-field-container .r4 {
  top: 43%;
}
.public-field-container .r5 {
  top: 63%;
}
.public-field-container .r6 {
  top: 83%;
}
.public-field-container.mod4-3-3 .r2, .public-field-container.mod3-4-3 .r2, .public-field-container.mod3-5-2 .r2, .public-field-container.mod4-5-1 .r2, .public-field-container.mod4-4-2 .r2 {
  top: 23%;
}
.public-field-container.mod4-3-3 .r4, .public-field-container.mod3-4-3 .r4, .public-field-container.mod3-5-2 .r4, .public-field-container.mod4-5-1 .r4, .public-field-container.mod4-4-2 .r4 {
  top: 48%;
}
.public-field-container.mod4-3-3 .r6, .public-field-container.mod3-4-3 .r6, .public-field-container.mod3-5-2 .r6, .public-field-container.mod4-5-1 .r6, .public-field-container.mod4-4-2 .r6 {
  top: 74%;
}
.public-field-container.mod5-4-1 .r2, .public-field-container.mod5-3-2 .r2 {
  top: 21%;
}
.public-field-container.mod5-4-1 .r3, .public-field-container.mod5-3-2 .r3 {
  top: 39%;
  width: 80% !important;
  margin-left: 10%;
}
.public-field-container.mod5-4-1 .r4, .public-field-container.mod5-3-2 .r4 {
  top: 59%;
}
.public-field-container.mod5-4-1 .r6, .public-field-container.mod5-3-2 .r6 {
  top: 78%;
}
.public-field-container.mod3-4-1-2 .r2, .public-field-container.mod3-4-2-1 .r2 {
  top: 18%;
}
.public-field-container.mod3-4-1-2 .r4, .public-field-container.mod3-4-2-1 .r4 {
  top: 41%;
}
.public-field-container.mod3-4-1-2 .r5, .public-field-container.mod3-4-2-1 .r5 {
  top: 64%;
}
.public-field-container.mod4-2-3-1 .r2, .public-field-container.mod4-3-2-1 .r2, .public-field-container.mod4-3-1-2 .r2 {
  top: 17%;
}
.public-field-container.mod4-2-3-1 .r4, .public-field-container.mod4-3-2-1 .r4, .public-field-container.mod4-3-1-2 .r4 {
  top: 38%;
}
.public-field-container.mod4-2-3-1 .r5, .public-field-container.mod4-3-2-1 .r5, .public-field-container.mod4-3-1-2 .r5 {
  top: 59%;
}
.public-field-container.mod4-2-3-1 .r6, .public-field-container.mod4-3-2-1 .r6, .public-field-container.mod4-3-1-2 .r6 {
  top: 79%;
}
.public-field-container.mod3-5-1-1 .r2, .public-field-container.mod4-4-1-1 .r2 {
  top: 21%;
}
.public-field-container.mod3-5-1-1 .r4, .public-field-container.mod4-4-1-1 .r4 {
  top: 40%;
}
.public-field-container.mod3-5-1-1 .r5, .public-field-container.mod4-4-1-1 .r5 {
  top: 63%;
}
.public-field-container.mod3-5-1-1 .r6, .public-field-container.mod4-4-1-1 .r6 {
  top: 81%;
}
.public-field-container.mod5-3-1-1 .r1 {
  top: -5px;
}
.public-field-container.mod5-3-1-1 .r2 {
  top: 17%;
}
.public-field-container.mod5-3-1-1 .r3 {
  top: 30%;
  width: 69% !important;
  margin-left: 16%;
}
.public-field-container.mod5-3-1-1 .r4 {
  top: 48%;
}
.public-field-container.mod5-3-1-1 .r5 {
  top: 66%;
}
.public-field-container.mod5-3-1-1 .r6 {
  top: 85%;
}
.public-field-container.mod4-2-2-2 .r2, .public-field-container.mod4-2-1-3 .r2 {
  top: 20%;
}
.public-field-container.mod4-2-2-2 .r4, .public-field-container.mod4-2-1-3 .r4 {
  top: 39%;
}
.public-field-container.mod4-2-2-2 .r5, .public-field-container.mod4-2-1-3 .r5 {
  top: 58%;
}
.public-field-container.mod4-2-2-2 .r6, .public-field-container.mod4-2-1-3 .r6 {
  top: 78%;
}

.modal .player-card.selected-player {
  background: #ccc;
}
.modal .player-card:hover {
  cursor: pointer;
}
.modal .player-order {
  width: 15px;
}

.small-field {
  clear: both;
}
.small-field .small-circle {
  width: 12px;
  height: 12px;
}
.small-field .small-circle:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
}
.small-field .pos-1, .small-field .pos-2, .small-field .pos-3 {
  top: 5px;
}
.small-field .pos-4, .small-field .pos-5, .small-field .pos-6 {
  top: 23px;
}
.small-field .pos-7, .small-field .pos-8, .small-field .pos-9 {
  top: 40px;
}
.small-field .pos-1, .small-field .pos-4, .small-field .pos-6 {
  left: 5px;
}
.small-field .pos-2, .small-field .pos-5, .small-field .pos-8 {
  left: 19px;
}
.small-field .pos-3, .small-field .pos-6, .small-field .pos-9 {
  left: 34px;
}
.small-field .pos-10 {
  top: 56px;
  left: 20px;
}
.small-field .pos-11 {
  top: 15px;
  left: 20px;
}

.team-flag .shirt-number {
  left: 4px;
  top: 6px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 53px;
  height: 53px;
  line-height: 55px;
}

.mondiali-player-card {
  overflow: hidden;
}
.mondiali-player-card .bg-flag-team {
  font-size: 300px;
  opacity: 0.1;
}
.mondiali-player-card .shirt-number {
  width: calc(100% - 7px);
  height: calc(100% - 10px);
  line-height: 39px;
  left: 3px;
  top: 6px;
}
.mondiali-player-card .team-flag img {
  width: 40px;
  height: auto;
}
.mondiali-player-card .oversized-flag {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mondiali-player-card .progress {
  background: #c7c7c7;
}
.mondiali-player-card .player-price {
  padding: 0 2px 0 5px !important;
  margin-top: 0px !important;
  margin-left: 12px !important;
}
.mondiali-player-card[data-picked=true] > div {
  filter: grayscale(1) !important;
}
.mondiali-player-card[data-picked=true]:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #f89100;
  z-index: 100;
  transform: rotate(7deg);
  top: 50%;
  width: 100%;
  left: 0;
}

.widget-mercato {
  min-height: 670px;
}

.auto-coach-below-field .robot-container {
  height: 160px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .auto-coach-below-field .robot-container {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .auto-coach-below-field .robot-container {
    margin-bottom: -16px;
  }
}
.auto-coach-below-field .robot-img {
  max-width: 110px;
}
@media (min-width: 576px) {
  .auto-coach-below-field .robot-img {
    max-width: 150px;
  }
}

.mercato-players-list .mondiali-player-card .shirt-number {
  width: 38px;
  height: 38px;
  line-height: 39px;
  left: 1px;
  top: 5px;
}

[class*=fantaicon-team-].fantaicon-flag-transparent .path1:before {
  color: transparent;
}
[class*=fantaicon-team-].fantaicon-flag-red .path1:before {
  color: #c11e1e;
}
[class*=fantaicon-team-].fantaicon-flag-orange .path1:before {
  color: #f89100;
}
[class*=fantaicon-team-].fantaicon-flag-green .path1:before {
  color: #0d9a28;
}

.player-field-avatar .role {
  bottom: 0;
  left: 0;
  padding: 0 3px;
}

.giocatori-acquistati-list {
  max-height: 138px;
  overflow-y: scroll;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .giocatori-acquistati-list {
    max-height: 194px;
  }
}
.giocatori-acquistati-list .row:nth-of-type(even) {
  background: #F2F2F2;
}

button.player-field-group:hover {
  background: none;
}
@media (max-width: 575.98px) {
  button.player-field-group .player-img, button.player-field-group .team-avatar-img {
    max-width: 31px;
    max-height: 31px;
  }
  button.player-field-group .arc {
    top: -2px;
    height: 25px;
    width: 25px;
  }
}

.player-img {
  max-width: 38px;
  max-height: 38px;
}

.realteam-icon {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
.realteam-icon:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.realteam-icon .realteam-icon-image {
  width: 34px;
  height: 34px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15.5px;
  margin-left: -15.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
.realteam-icon .realteam-icon-image.lineup-patch {
  margin-top: -16px !important;
  margin-left: -16px !important;
}
.realteam-icon .realteam-icon-image.grandstand-patch {
  margin-top: -15px !important;
  margin-left: -16px !important;
}
.realteam-icon .realteam-icon-image.modal-patch {
  margin-top: -16px !important;
  margin-left: -16px !important;
}
.realteam-icon .realteam-icon-image > span {
  font-size: 40px;
  margin-left: -4px;
  margin-top: -1px;
}
@media (max-width: 575.98px) {
  .realteam-icon .realteam-icon-image > span {
    font-size: 32px !important;
    margin-left: 0;
    margin-top: 1px;
  }
}
.realteam-icon .realteam-icon-image > span.fantaicon-team-parma {
  margin-left: -1px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .realteam-icon .realteam-icon-image > span.fantaicon-team-parma {
    margin-left: 0;
    margin-top: 0;
  }
}

div.player-lineup-card[data-pickable=false] {
  filter: grayscale(1);
  opacity: 0.75;
}

div.player-lineup-card[data-staged=true] .player-stage-shadow {
  box-shadow: #000 2px 4px 6px !important;
}

div.player-stage-details {
  background-color: #FFF;
  transition: transform 0.5s ease-in-out;
  transform-origin: 0 0;
  perspective: 1000px;
  transform: rotate3d(1, 0, 0, 90deg);
  color: #666;
  border-top: 1px solid #666;
  box-sizing: border-box;
  padding: 0 6px;
  position: absolute;
  width: 110px;
  left: 0;
  right: 0;
  margin: -3px auto auto;
  box-shadow: #000 2px 4px 6px;
  z-index: 100;
}
@media (max-width: 767.98px) {
  div.player-stage-details {
    width: 60px;
  }
}
div.player-stage-details ul.perks {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}
div.player-stage-details ul.perks li.perk {
  list-style: none;
  display: inline-block;
  margin-left: 2px;
}
div.player-stage-details ul.perks li.perk:first-child {
  margin: 0 !important;
}
div.player-stage-details ul.perks li.perk span.value {
  margin-left: 2px;
}

div[data-picking=true] div.player-lineup-card[data-pickable=true][data-player-id] div.player-stage-details {
  transform: rotate3d(0, 0, 0, 0deg) !important;
}

#tribuna div.player-lineup-card[data-staged=true], #panchina div.player-lineup-card[data-staged=true] {
  border-left: 5px solid #f89100;
}

@media (max-width: 767.98px) {
  #panchina div.player-lineup-card[data-pickable=false], #tribuna div.player-lineup-card[data-pickable=false] {
    display: none !important;
  }
}

div.player-field:not([data-player-id]) div.progress-bar-vertical {
  display: none !important;
}

div.realteam-icon-image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background: #FFF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAAAAAAfLFQeAAABSklEQVR4AbXTQ4MkMRQA4P3Ne267u5ha2zbGtm1b70Wt8+g0SLqGOX9JHu9Q33NpguBHkOd9CIqtGaxIkG++C48JwApELHiRtpJkgPpX4EXqU/ccSH0sotvwzLjxYZKjmqDsSrouue/FE6MSVQT5hmt4Dsn8HI692WOoIFDozD2zXZL5Jt6SHa4mtS/7Mh4xXg+H6w8DVpL2JxOGSxzv+/tVdSyQn7UmXuQ8kv2PFHVJv+nujdwnudegSxqKdW8WTOe+8WyTg64uY9X4O3jPeLPLUdsjWdj64mY/INPGAvNbdP6d+WxNgIaw3WcPHqVT6WhzHrXk4aeh5obmt492OKrDFUtPdspSFgfvVnPUvbLIEZFiVXCuAOpwmcCj15isfbolUUkQjisPTL56AQx1q3Zs+Lr5Q2DFbQS5NK9+5VShfXca8Rprf4vkABi9AGDgCdLEAAAAAElFTkSuQmCC");
  background-size: cover;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
div.player-lineup-card[data-shake=true] {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.team-avatar-img {
  margin-top: -2px;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
}

.progress-bar-vertical {
  width: 8px;
  min-height: 38px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .progress-bar-vertical {
    width: 6px;
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.9);
  }
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
}

.auto-coach-progress-bar {
  transition: background-color 0.5s, width 0.5s;
  display: none;
}
.auto-coach-progress-bar[data-style=red] {
  background-color: #F44336 !important;
}
.auto-coach-progress-bar[data-style=yellow] {
  background-color: orange !important;
}
.auto-coach-progress-bar[data-style=green] {
  background-color: green !important;
}
.auto-coach-progress-bar[data-style=dark-green] {
  background-color: darkgreen !important;
}

div.auto-coach-progress-bar-na {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 2px;
  font-size: 12px;
  color: #666;
}

.arc {
  top: -3px;
  height: 37px;
  width: 37px;
}

@media (min-width: 768px) {
  .lineup-content .right-side .panel-group-control {
    position: absolute;
    overflow-y: auto;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .circle {
    max-width: 35px;
    max-height: 35px;
  }
  .circle .player-img {
    max-width: 30px;
  }
}
.mondiali-player-card-bordered {
  border-top: 3px solid #DDD;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.mondiali-player-card-bordered:first-child {
  border-top: none !important;
}

.player-field-group {
  background-color: transparent !important;
}
.player-field-group .left-side {
  left: 50%;
  margin-left: -30px;
  top: -3px !important;
}
@media (max-width: 575.98px) {
  .player-field-group .left-side {
    margin-left: -24px;
  }
}
.player-field-group .left-side .player-team-icon {
  margin-top: -8px;
}
.player-field-group .left-side .lineup-predicted {
  margin-top: 10px;
}
.player-field-group .right-side {
  padding-left: 18px;
  top: -8px;
}
.player-field-group .round-number {
  margin-top: 8px;
}

.list-group-item {
  display: flex;
  min-height: 40px;
}

/* LEGEND */
#legend-player-field {
  margin-top: 36px;
}

#legend-player-description {
  margin-top: 48px;
}

#legend-player-description ul {
  padding: 0px 12px;
}

#legend-player-field .player-field-group, #legend-player-field .player-field-container {
  margin: auto;
  display: block !important;
}

div.modules-overview div.module-overview {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
div.modules-overview div.module-overview:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
div.modules-overview div.module-overview[data-selected=true]:before {
  background-color: rgba(248, 145, 0, 0.5) !important;
}
div.modules-overview div.module-overview[data-best=true]:before {
  background-color: rgba(254, 199, 37, 0.5) !important;
}
div.modules-overview div.module-overview div.module-badge {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: yellow;
  transform: rotate(134.5deg);
  z-index: 20;
}
div.modules-overview div.module-overview div.module-badge:after {
  content: "Migliore";
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  bottom: 33px;
  left: 49px;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
div.modules-overview div.module-overview[data-best=true] p.module-score:after {
  font-family: "fantaicon" !important;
  content: "\ed82";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -6px;
  color: #666;
}
div.modules-overview div.module-overview p {
  z-index: 10;
  position: relative;
  text-align: center;
}
div.modules-overview div.module-overview p.module-score {
  display: block;
  margin-top: 6px !important;
}
div.modules-overview div.module-overview p.module-score[data-locked=true] {
  color: #666;
}
div.modules-overview div.module-overview div.overview-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
div.modules-overview div.module-overview div.overview-container div.row[data-role="1"] {
  margin-top: 1px !important;
}
div.modules-overview div.module-overview div.overview-container div.row[data-role="2"] {
  margin-top: 6px !important;
}
div.modules-overview div.module-overview div.overview-container div.row[data-role="3"] {
  margin-top: 10px !important;
}
div.modules-overview div.module-overview div.overview-container div.row[data-role="5"] {
  margin-top: 12px !important;
}
div.modules-overview div.module-overview div.overview-container.five-lines div.row[data-role="2"] {
  margin-top: 2px !important;
}
div.modules-overview div.module-overview div.overview-container.five-lines div.row[data-role="3"] {
  margin-top: 4px !important;
}
div.modules-overview div.module-overview div.overview-container.five-lines div.row[data-role="4"] {
  margin-top: 6px !important;
}
div.modules-overview div.module-overview div.overview-container.five-lines div.row[data-role="5"] {
  margin-top: 6px !important;
}
div.modules-overview div.module-overview div.overview-container div.dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #333;
  margin: auto;
}

#legend-player-field .player-field {
  padding: 0px !important;
}

.player-legend-hint {
  font-size: 10px;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  background-color: #949494;
  padding: 0px 3px;
  margin: 0px;
  color: #FFF;
  border-radius: 3px;
  z-index: 10;
}

.player-legend-hint:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
}

.player-legend-hint[data-arrow=left]:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #949494;
  left: -5px;
}

.player-legend-hint[data-arrow=right]:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #949494;
  right: -5px;
}

.player-legend-hint[data-arrow=top]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #949494;
  top: -5px;
}

.player-legend-hint[data-arrow=bottom]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #949494;
  bottom: -5px;
}

#player-legend-hint-chance {
  top: -8px;
  left: 75px;
}

#player-legend-hint-chance:before {
  left: 12px;
}

#player-field-legend-hint-chance {
  right: 0;
  top: 34px;
}

#player-legend-hint-star {
  top: -12px;
  left: -12px;
}

#player-legend-hint-star:before {
  left: 45px;
}

#player-field-legend-hint-star {
  right: 0;
  top: 14px;
}

#player-legend-hint-difficulty {
  bottom: -18px;
  right: 0;
  top: auto;
}

#player-legend-hint-difficulty:before {
  left: 0;
  right: 0;
  margin: auto;
}

#player-field-legend-hint-difficulty {
  width: 100%;
  bottom: -24px;
  top: auto;
  left: 0px;
}

#player-field-legend-hint-difficulty:before {
  left: 0px;
  right: 0px;
  margin: auto;
}

#player-legend-hint-teams {
  right: 27px;
  top: auto;
  bottom: -18px;
}

#player-field-legend-hint-teams {
  left: 0px;
  top: 50px;
}

#player-legend-hint-stats {
  left: 164px;
  top: auto;
  bottom: 30px;
}

#player-legend-hint-stats:before {
  right: 6px;
  top: 2px;
}

#player-legend-hint-perks {
  left: 75px;
  top: auto;
  bottom: -8px;
}

#player-legend-hint-probability {
  left: 4px;
  top: -8px;
}

#player-legend-hint-probability:before {
  left: 3px;
}

@media (max-width: 991.98px) {
  .player-legend-hint[data-optional=true] {
    display: none !important;
  }
  #player-field-legend-hint-teams {
    top: 50px;
  }
}
@media (max-width: 575.98px) {
  #player-legend-hint-star {
    top: -10px;
    left: -15px;
  }
  #player-legend-hint-chance {
    top: -8px;
    left: 70px;
  }
  #player-field-legend-hint-teams {
    top: 42px;
  }
}
.bg-flag-team-img {
  width: 300px;
  height: 300px;
}

.auction-bg-fade {
  transition: background-color 2s;
}

.ui-market-advanced-filters-button, .ui-market-advanced-filters-button:hover, .ui-market-advanced-filters-button:active {
  background-color: #f89100;
  color: #FFF;
  border-radius: 6px;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.ui-market-advanced-filters-button:after, .ui-market-advanced-filters-button:hover:after, .ui-market-advanced-filters-button:active:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 6px;
}

.ui-market-custom-filter-button, .ui-market-custom-filter-button:hover, .ui-market-custom-filter-button:active {
  background-color: #f89100;
  color: #FFF;
  border-radius: 6px;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid transparent;
  box-shadow: none;
  transition: border-color 250ms;
}
.ui-market-custom-filter-button[data-show=true], .ui-market-custom-filter-button:hover[data-show=true], .ui-market-custom-filter-button:active[data-show=true] {
  border-color: #1c1f23 !important;
}

.ui-market-advanced-filter-toggle {
  display: inline-block;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #f89100;
  padding: 2px 4px;
  color: #f89100;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
.ui-market-advanced-filter-toggle[data-show=true] {
  background-color: #f89100;
  color: #FFF;
}

.ui-market-advanced-filters {
  overflow: hidden;
  width: 100%;
  transition: max-height 250ms;
}
.ui-market-advanced-filters:not([data-show=true]) {
  max-height: 0;
}
.ui-market-advanced-filters[data-show=true] {
  max-height: 500px;
}

/*
.ui-market-advanced-filters:not([data-show="true"]){
  height:0px;
}

.ui-market-advanced-filters[data-show="true"]{
  height: 100px !important;

  @include media-breakpoint-down(sm){
    height: 150px !important;
  }
}

.ui-market-advanced-filters[data-three-lines][data-show="true"]{
  height: 150px !important;

  @include media-breakpoint-down(sm){
    height: 250px !important;
  }
}

.ui-market-advanced-filters[data-four-lines][data-show="true"]{
  height: 200px !important;

  @include media-breakpoint-down(sm){
    height: 350px !important;
  }
}
*/
.ui-slider-wrapper .slider {
  width: calc(100% - 20px) !important;
  display: block;
  margin: auto;
}
.ui-slider-wrapper .slider[data-disabled] {
  filter: grayscale(2);
}

.filter-wrapper[data-disabled=true] {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.75;
}

.ui-slider-wrapper[data-disabled=true] {
  position: relative;
  filter: grayscale(1);
  opacity: 0.75;
}
.ui-slider-wrapper[data-disabled=true]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
}
.ui-slider-wrapper[data-disabled=true] div, .ui-slider-wrapper[data-disabled=true] input {
  pointer-events: none;
}

.ui-slider-wrapper .slider-handle {
  width: 20px;
  height: 20px;
}

.ui-slider-wrapper .slider-selection {
  background: #f89100;
}

.ui-slider-wrapper .slider-handle {
  background: rgb(96, 108, 122);
  background: linear-gradient(to bottom, rgb(96, 108, 122) 1%, rgb(51, 56, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#606c7a", endColorstr="#33383f",GradientType=0 );
}

.ui-slider-wrapper[data-kapitals=true] .slider-handle:after,
.ui-slider-wrapper[data-percentage=true] .slider-handle:after,
.ui-slider-wrapper[data-rating=true] .slider-handle:after,
.ui-slider-wrapper[data-goal=true] .slider-handle:after,
.ui-slider-wrapper[data-assist=true] .slider-handle:after,
.ui-slider-wrapper[data-played=true] .slider-handle:after,
.ui-slider-wrapper[data-fanta-factor=true] .slider-handle:after,
.ui-slider-wrapper[data-current-rating=true] .slider-handle:after,
.ui-slider-wrapper[data-potential-rating=true] .slider-handle:after,
.ui-slider-wrapper[data-deployability-index=true] .slider-handle:after,
.ui-slider-wrapper[data-fantasy-rating=true] .slider-handle:after,
.ui-slider-wrapper[data-bonus-malus=true] .slider-handle:after,
.ui-slider-wrapper[data-wishlist-stars=true] .slider-handle:after {
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1.65;
}

.ui-slider-wrapper[data-kapitals=true] .slider-handle:after {
  content: attr(data-kapitals-value);
}

.ui-slider-wrapper[data-percentage=true] .slider-handle:after {
  content: attr(data-percentage-value);
}

.ui-slider-wrapper[data-rating=true] .slider-handle:after {
  content: attr(data-rating-value);
}

.ui-slider-wrapper[data-goal=true] .slider-handle:after {
  content: attr(data-goal-value);
}

.ui-slider-wrapper[data-assist=true] .slider-handle:after {
  content: attr(data-assist-value);
}

.ui-slider-wrapper[data-played=true] .slider-handle:after {
  content: attr(data-played-value);
}

.ui-slider-wrapper[data-fanta-factor=true] .slider-handle:after {
  content: attr(data-fanta-factor-value);
}

.ui-slider-wrapper[data-current-rating=true] .slider-handle:after {
  content: attr(data-current-rating-value);
}

.ui-slider-wrapper[data-potential-rating=true] .slider-handle:after {
  content: attr(data-potential-rating-value);
}

.ui-slider-wrapper[data-deployability-index=true] .slider-handle:after {
  content: attr(data-deployability-index-value);
}

.ui-slider-wrapper[data-fantasy-rating=true] .slider-handle:after {
  content: attr(data-fantasy-rating-value);
}

.ui-slider-wrapper[data-bonus-malus=true] .slider-handle:after {
  content: attr(data-bonus-malus-value);
}

.ui-slider-wrapper[data-wishlist-stars=true] .slider-handle:after {
  content: attr(data-wishlist-stars-value);
}

.auction-table {
  table-layout: fixed;
  word-wrap: break-word;
}

.auction-table-col-1 {
  width: 8.33%;
}

.auction-table-col-2 {
  width: 16.66%;
}

.auction-table-col-3 {
  width: 25%;
}

.auction-table-col-4 {
  width: 33.33%;
}

.auction-table-col-5 {
  width: 41.66%;
}

.auction-table-col-6 {
  width: 50%;
}

.auction-table-col-7 {
  width: 58.33%;
}

.auction-table-col-8 {
  width: 66.66%;
}

.auction-table-col-9 {
  width: 75%;
}

.auction-table-col-10 {
  width: 83.33%;
}

.auction-table-col-11 {
  width: 91.66%;
}

.auction-table-col-12 {
  width: 100%;
}

.auction-player-role[data-complete=true] {
  color: #949494;
}
@media (max-width: 767.98px) {
  .auction-player-role[data-complete=true] {
    color: #0d9a28;
  }
}
.auction-player-role[data-complete=true]:after {
  content: "\e876";
  font-family: "fantaicon" !important;
  color: #0d9a28;
  font-size: 12px;
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .auction-player-role[data-complete=true]:after {
    display: none;
  }
}
.auction-player-role[data-complete=true].no-margin:after {
  margin-left: 0 !important;
}

.player-field[data-captain=true] div.team-avatar-img:before {
  content: "C";
  background-color: #f89100;
  color: #FFF;
  display: inline;
  position: absolute;
  font-size: 10px;
  padding: 2px 4px !important;
  border-radius: 10px;
  bottom: 0;
  right: -6px;
  font-weight: bold;
  z-index: 100;
  box-shadow: -2px 1px 3px #000;
}

#gauge-gradient stop {
  stop-opacity: 1;
}

#gauge-gradient-high .gauge-gradient-start {
  stop-color: rgb(56.2754491018, 238.2245508982, 91.1167664671);
}

#gauge-gradient-high .gauge-gradient-stop {
  stop-color: #0d9a28;
}

#gauge-gradient-mid .gauge-gradient-start {
  stop-color: rgb(254.451417004, 218.7935222672, 120.048582996);
}

#gauge-gradient-mid .gauge-gradient-stop {
  stop-color: #F6B501;
}

#gauge-gradient-low .gauge-gradient-start {
  stop-color: rgb(233.5426008969, 116.9573991031, 116.9573991031);
}

#gauge-gradient-low .gauge-gradient-stop {
  stop-color: #c11e1e;
}

.market-assistant-graph-wrapper {
  width: 75px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767.98px) {
  .market-assistant-graph-wrapper {
    margin-right: 2px;
  }
}
.market-assistant-graph-wrapper.graph-fixed-width {
  width: 100px !important;
}
@media (max-width: 767.98px) {
  .market-assistant-graph-wrapper.graph-fixed-width {
    width: auto !important;
  }
}

.market-assistant-graph-wrapper:last-child {
  margin-right: 0 !important;
}

.market-assistant-charts {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-grow: 1;
}
.market-assistant-charts div.chart-wrapper {
  flex-grow: 1;
  padding: 6px !important;
  box-sizing: border-box;
}
.market-assistant-charts div.progress-bar-chart {
  max-width: 110px;
}

.market-assistant-graph {
  width: 100%;
  height: 100%;
  shape-rendering: geometricprecision;
}

.market-assistant-graph-bg, .market-assistant-graph-meter, .market-assistant-graph-meter-secondary {
  stroke-width: 90px;
  fill: none;
}

.market-assistant-graph-meter-secondary {
  stroke-width: 75px !important;
}

.market-assistant-graph-bg {
  stroke: #c7c7c7;
}

.market-assistant-graph-meter, .market-assistant-graph-meter-secondary, .market-assistant-rating-value, .market-assistant-radial-pb-value, .sc-player-card-rating-label {
  transition: stroke-dashoffset 1s;
  stroke: #464a4c;
}

.market-assistant-graph-meter[data-style=low], .market-assistant-rating-value[data-style=low], .market-assistant-radial-pb-value[data-style=low], .sc-player-card-rating-label[data-style=low] {
  stroke: url(#gauge-gradient-low);
}

.market-assistant-graph-meter[data-style=mid], .market-assistant-rating-value[data-style=mid], .market-assistant-radial-pb-value[data-style=mid], .sc-player-card-rating-label[data-style=mid] {
  stroke: url(#gauge-gradient-mid);
}

.market-assistant-graph-meter[data-style=high], .market-assistant-rating-value[data-style=high], .market-assistant-radial-pb-value[data-style=high], .sc-player-card-rating-label[data-style=high] {
  stroke: url(#gauge-gradient-high);
}

.market-assistant-graph-meter-secondary {
  stroke: #666;
}

.market-assistant-index {
  position: absolute;
  top: 32px;
  font-size: 11px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .market-assistant-index {
    font-size: 10px;
    top: 18px;
  }
}
.market-assistant-index span.secondary {
  color: #777;
}
.market-assistant-index span.secondary:before {
  content: "↔";
}

.market-assistant-graph-wrapper-large {
  max-width: 110px !important;
  width: 100% !important;
}

.market-assistant-pivot {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  margin: auto;
  z-index: 10;
  position: absolute;
  top: 24px;
  left: 0px;
  right: 0px;
}
.market-assistant-pivot.market-assistant-pivot-compact {
  display: inline-block;
  vertical-align: top;
  position: static !important;
  margin-right: 6px;
}

.market-assistant-label, .market-assistant-label-compact {
  font-size: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 3px 0 0 0;
}

.market-assistant-pivot-compact-header {
  text-align: center;
}

.market-assistant-label-compact {
  display: inline-block !important;
  margin: 0 0 6px 0;
  vertical-align: top;
  width: auto !important;
}
@media (max-width: 575.98px) {
  .market-assistant-label-compact {
    font-size: 8px;
  }
}

.market-assistant-pivot-value {
  position: absolute;
  left: 0;
  margin: auto;
  text-align: center;
  top: 45px;
  width: 100%;
  font-size: 20px;
}
.market-assistant-pivot-value[data-empty=true] {
  color: #CCC;
}
.market-assistant-pivot-value[data-locked=true] {
  color: transparent !important;
}
.market-assistant-pivot-value[data-locked=true]:after {
  content: "\f023";
  font-family: "fantaicon" !important;
  color: #AAA;
  margin: auto;
}
@media (max-width: 575.98px) {
  .market-assistant-pivot-value {
    font-size: 16px;
  }
}

.market-assistant-icon {
  margin-top: -4px;
  font-size: 16px;
}

.market-assistant-avatar-wrapper {
  width: 54px;
  height: 70px;
}

.market-assistant-alias {
  width: 50px;
  height: 50px;
  left: -2px;
  top: -3px;
}
.market-assistant-alias.fixed-dim {
  width: 42px !important;
  height: 42px !important;
  left: 0 !important;
  top: 0 !important;
}
.market-assistant-alias.fixed-dim span {
  margin-top: -15px !important;
}

.market-assistant-alias-2 {
  width: 50px;
  height: 50px;
  left: -2px;
  top: -3px;
}
.market-assistant-alias-2.fixed-dim {
  width: 42px;
  height: 42px;
  left: 0;
  top: 0;
}
.market-assistant-alias-2.fixed-dim span {
  margin-top: -15px;
  font-size: 42px;
}

.market-assistant-alias span {
  font-size: 42px;
  top: 0 !important;
}
@media (max-width: 575.98px) {
  .market-assistant-alias span {
    top: -1px !important;
  }
}

.market-assistant-rating, .sc-player-card-rating-graph {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}
.market-assistant-rating.fixed-dim, .sc-player-card-rating-graph.fixed-dim {
  top: -6px !important;
  left: -3px !important;
}

.market-assistant-rating-value, .market-assistant-radial-pb-value {
  stroke-width: 3px;
  transition: stroke-dashoffset 1s;
  transform: rotate(80deg) translate(4px, -43px);
}

.market-assistant-radial-pb-value {
  transform: rotate(88deg) translate(1px, -60px) !important;
}

.market-assistant-progress, .sc-player-card-lineup-rating-progress {
  width: 12px;
  height: calc(100% - 0.5rem);
  top: 0.5rem;
  left: 3px;
  position: absolute;
  overflow: hidden;
}

.market-assistant-progress-value, .sc-player-card-lineup-rating-progress-value {
  background-color: #0b2e13;
  transition: bottom 1s;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -100%;
}

.market-assistant-player-position[data-style=low] {
  background-color: #c11e1e !important;
}

.market-assistant-player-position[data-style=mid] {
  background-color: #F6B501 !important;
}

.market-assistant-player-position[data-style=high] {
  background-color: #0d9a28 !important;
}

.market-assistant-progress-value[data-style=low], .sc-player-card-lineup-rating-progress-value {
  background: linear-gradient(0deg, rgb(233.5426008969, 116.9573991031, 116.9573991031) 0%, #c11e1e 100%);
}

.market-assistant-progress-value[data-style=mid], .sc-player-card-lineup-rating-progress-value {
  background: linear-gradient(0deg, rgb(255, 199.1391129032, 120.5) 0%, #f89100 100%);
}

.market-assistant-progress-value[data-style=high], .sc-player-card-lineup-rating-progress-value {
  background: linear-gradient(0deg, rgb(56.2754491018, 238.2245508982, 91.1167664671) 0%, #0d9a28 100%);
}

.market-assistant-rating-label, .sc-player-card-rating-label {
  width: 100%;
  text-align: center;
  bottom: -20px;
  font-weight: bold;
  font-size: 16px;
}

.market-assistant-progress-value-label, .sc-player-card-lineup-rating-progress-value-label {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 0;
  left: 1px;
  font-weight: bold;
  text-shadow: 1px 2px 5px #000;
}

.market-assistant-progress-value:before, .sc-player-card-lineup-rating-progress-value:before {
  content: "%";
  display: block;
  position: absolute;
  top: -12px;
  font-size: 9px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.market-assistant-articles-handler[data-count]:after {
  content: attr(data-count);
  font-size: 10px;
  background-color: #f89100;
  border-radius: 18px;
  padding: 4px;
  position: absolute;
  top: -6px;
  right: -6px;
  font-weight: bold;
  color: #FFF;
  font-family: Arial, sans-serif;
}

.market-assistant-articles-handler {
  cursor: pointer;
}

.market-assistant-articles {
  transition: max-height 1s;
  max-height: 500px;
  overflow: hidden;
}

.market-assistant-articles[data-show=false] {
  max-height: 0;
}

.market-assistant-role-badge {
  z-index: 10;
  padding: 2px 4px;
  font-size: 12px;
  right: -6px;
  bottom: -20px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}

.market-assistant-graph-avg {
  transform: translate(calc(50% - 50px), -25px);
  stroke: none;
  fill: #464a4c;
}

.market-assistant-avg {
  position: absolute;
  top: -13px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.market-assistant-graph-arrow {
  position: absolute;
  stroke: none;
  fill: #464a4c;
}

.market-assistant-graph-line {
  stroke: #333;
  stroke-width: 50px;
  transform: rotate(-90deg);
  transform-origin: bottom center;
  stroke-dasharray: 400;
  stroke-dashoffset: 500;
  transition: transform 0.5s;
}

.market-assistant-graph-line-text {
  font-size: 150px;
  fill: #666;
  opacity: 0;
}

.market-assistant-graph-badge {
  display: block;
  padding: 2px 6px;
  background-color: #DDDDDD;
  border-radius: 3px;
  margin: 12px auto auto auto;
  color: #666666;
  font-weight: bold;
  width: 48px;
  text-align: center;
  box-sizing: border-box;
}
.market-assistant-graph-badge[data-direction]:after {
  display: inline-block;
  font-size: 20px;
  line-height: 0.5;
  font-weight: bold;
  margin-left: 2px;
  color: #666666;
}
.market-assistant-graph-badge[data-direction="+"]:after {
  content: "↑";
}
.market-assistant-graph-badge[data-direction="-"]:after {
  content: "↓";
}
.market-assistant-graph-badge[data-equal=true]:after {
  content: "=";
  color: #666666;
  font-weight: bold;
}

.market-assistant-graph-badge[data-direction="+"] {
  color: #0d9a28 !important;
}
.market-assistant-graph-badge[data-direction="+"]:after {
  color: #0d9a28 !important;
}

.market-assistant-graph-badge[data-direction="-"] {
  color: #c11e1e !important;
}
.market-assistant-graph-badge[data-direction="-"]:after {
  color: #c11e1e !important;
}

.market-assistant-graph-badge[data-direction-inc=low] {
  color: #f89100 !important;
}
.market-assistant-graph-badge[data-direction-inc=low]:after {
  color: #f89100 !important;
}

.market-assistant-graph-legend {
  margin-top: 6px;
}
.market-assistant-graph-legend .item, .market-assistant-graph-legend .players-list .empty-item, .players-list .market-assistant-graph-legend .empty-item {
  margin: 0;
  font-size: 12px;
  clear: both;
}
.market-assistant-graph-legend .item .value, .market-assistant-graph-legend .players-list .empty-item .value, .players-list .market-assistant-graph-legend .empty-item .value {
  float: right;
  font-weight: bold;
}
.market-assistant-graph-legend .item .value[data-second]:after, .market-assistant-graph-legend .players-list .empty-item .value[data-second]:after, .players-list .market-assistant-graph-legend .empty-item .value[data-second]:after {
  content: "↔" attr(data-second);
}
.market-assistant-graph-legend .item .value[data-alert=true]:before, .market-assistant-graph-legend .players-list .empty-item .value[data-alert=true]:before, .players-list .market-assistant-graph-legend .empty-item .value[data-alert=true]:before {
  content: "!";
}
.market-assistant-graph-legend .item .value[data-locked=true]:before, .market-assistant-graph-legend .players-list .empty-item .value[data-locked=true]:before, .players-list .market-assistant-graph-legend .empty-item .value[data-locked=true]:before {
  content: "\f023";
  font-family: "fantaicon" !important;
}

.market-assistant-radial-pb {
  width: 60px;
  height: 60px;
  position: relative;
}

.market-assistant-radial-pb-text {
  text-anchor: middle;
}

.market-assistant-role-wrapper {
  width: 60px;
  height: 60px;
}

@media (max-width: 991.98px) {
  .market-assistant-chart {
    width: 100% !important;
    position: absolute;
    bottom: -10px;
    z-index: 1000;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .market-assistant-player-card {
    box-shadow: #666 0 4px 6px;
  }
}

@media (max-width: 575.98px) {
  .market-assistant-player-name {
    margin-top: -80px;
    margin-bottom: 65px !important;
  }
}

#lineup-penalty-takers-list {
  max-height: 350px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

#lineup-penalty-takers-list li {
  cursor: pointer;
  position: relative;
  min-height: 47px;
}

#lineup-penalty-takers-list li[data-selected=true]:after {
  content: "\e876";
  display: inline-block;
  font-family: fantaicon;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  color: #0d9a28;
  position: absolute;
  right: 1.25rem;
}

#lineup-penalty-takers-button-counter {
  background-color: #f89100;
  position: absolute;
  bottom: -2px;
  right: -5px;
  color: #FFF !important;
  padding: 2px 4px;
  border-radius: 10px;
  font-size: 9px;
  line-height: 1;
  display: none;
}

.lineup-penalty-takers-list-element-dropdown {
  position: absolute;
  right: calc(1.25rem + 27px);
  display: none;
}

.lineup-penalty-takers-list-element-dropdown button {
  padding: 0 0.25rem;
  font-size: 0.5rem;
}

.sc-player-card-avatar {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 8px;
}
.sc-player-card-avatar .sc-player-card-avatar-team {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.sc-player-card-spark-line {
  height: 50px;
  position: relative;
  display: inline-block;
  padding: 0 6px;
  margin-left: 18px;
  margin-bottom: -24px !important;
}
@media (max-width: 575.98px) {
  .sc-player-card-spark-line {
    margin-left: -8px !important;
  }
}

.sc-player-card-spark-line-mid-line, .sc-player-card-spark-line-mid-line-single {
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #666;
  z-index: 10;
}

.sc-player-card-spark-line-mid-line-single {
  bottom: 0 !important;
  top: auto !important;
}

.sc-player-card-spark-line-entry {
  width: 10px;
  display: inline-block;
  margin: 0 2px;
  position: absolute;
  background: #f89100;
}

.sc-player-card-spark-line-entry[data-last-item=true] {
  width: 15px !important;
}

.sc-player-card-spark-line-entry[data-orientation="1"] {
  background: linear-gradient(0deg, #0d9a28 0%, rgb(56.2754491018, 238.2245508982, 91.1167664671) 100%);
}

.sc-player-card-spark-line-entry[data-orientation="-1"] {
  background: linear-gradient(0deg, rgb(233.5426008969, 116.9573991031, 116.9573991031) 0%, #c11e1e 100%);
}

.sc-player-card-spark-line-entry[data-value]:after {
  position: absolute;
  content: attr(data-value);
  font-size: 8px;
  color: #666;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  bottom: -10px;
}

.sc-player-card-spark-line-entry[data-source]:before {
  position: absolute;
  bottom: -18px;
  font-size: 6px;
  font-weight: bold;
  border-radius: 8px;
}

.sc-player-card-spark-line-entry[data-source=fantagazzetta]:before {
  background-color: #3865b0;
  content: "F";
  color: #f78f29;
  padding: 1px 4px;
  font-style: italic;
}

.sc-player-card-spark-line-entry[data-source=gazzetta]:before {
  color: #231f20;
  background-color: #fde9eb;
  content: "G";
  padding: 1px 3px;
}

.sc-player-card-spark-line-entry[data-source=fantacalcio]:before {
  color: #FFFFFF;
  background-color: #ff5400;
  content: "M";
  padding: 0 2px;
}

.sc-player-card-spark-line-scale {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #666;
  left: 0;
}

.sc-player-card-spark-line-scale[data-min]:after, .sc-player-card-spark-line-scale[data-max]:before {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  top: -4px;
  left: -22px;
  width: 18px;
  display: block;
  text-align: right;
}
@media (max-width: 575.98px) {
  .sc-player-card-spark-line-scale[data-min]:after, .sc-player-card-spark-line-scale[data-max]:before {
    display: none !important;
  }
}

.sc-player-card-spark-line-scale[data-min]:after {
  content: attr(data-min);
  top: auto !important;
  bottom: -4px;
}

.sc-player-card-spark-line-scale[data-max]:before {
  content: attr(data-max);
}

.sc-player-card-spark-line-scale[data-half-view=true]:after, .sc-player-card-spark-line-scale[data-half-view=true]:before {
  font-weight: normal !important;
  left: -28px !important;
  width: 24px !important;
}
@media (max-width: 575.98px) {
  .sc-player-card-spark-line-scale[data-half-view=true]:after, .sc-player-card-spark-line-scale[data-half-view=true]:before {
    display: block !important;
  }
}

.sc-player-card-spark-line-box {
  margin: 0;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #f89100;
  top: calc(50% - 10px);
  text-align: center;
}

.sc-player-card-spark-line-box[data-orientation="1"] {
  color: #0d9a28;
}

.sc-player-card-spark-line-box[data-orientation="-1"] {
  color: #c11e1e;
}

.sc-player-card-spark-line-box[data-orientation="*"] {
  color: #666666;
}

.sc-player-card-spark-line-box:after {
  content: "=";
  position: absolute;
  right: -12px;
  font-family: "fantaicon";
}

.sc-player-card-spark-line-box[data-orientation="1"]:after {
  content: "\f0d8";
  color: #0d9a28;
}

.sc-player-card-spark-line-box[data-orientation="-1"]:after {
  content: "\f0d7";
  color: #c11e1e;
}

.sc-player-card-spark-line-box[data-orientation="*"]:after {
  content: "";
}

.sc-player-card-spark-line-box[data-style=badge] {
  background-color: #CCCCCC;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.sc-player-card-spark-line-badge-wrapper {
  position: absolute;
  height: 100%;
  display: table;
}

.sc-player-card-spark-line-badge-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.sc-player-card-spark-line-badge {
  background-color: #CCCCCC;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 3px;
  transition: background-color 1s, color 1s;
}

.sc-player-card-spark-line-badge:first-child {
  margin: 0 !important;
}

.sc-player-card-spark-line-badge[data-style=text] {
  background-color: transparent !important;
  color: #666 !important;
  margin-left: 8px !important;
}

@media (max-width: 767.98px) {
  .sc-player-card-field-wrapper img {
    max-width: 80% !important;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .sc-player-card-field-wrapper p.market-assistant-role-badge {
    right: 3px !important;
    bottom: -16px !important;
  }
  .sc-player-card-field-wrapper div.sc-player-card-lineup-rating-progress {
    top: 0.2rem !important;
  }
}

.sc-player-card-market-chart {
  height: 75px;
  width: 200px;
}

.rating-button {
  font-weight: bold;
  transition: opacity 0.5ms;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.rating-button[data-action]:after {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
}
.rating-button[data-action=buy] {
  color: #0d9a28;
}
.rating-button[data-action=sell] {
  color: #c11e1e;
}
.rating-button[data-action=buy]:after {
  content: "⇧";
}
.rating-button[data-action=sell]:after {
  content: "⇧";
  transform: rotate(-180deg);
}

.svg-hidden {
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

.row-substitution-out {
  background-color: #e0e0e0 !important;
}

.row-substitution-in {
  background-color: #fff !important;
}

.bg-substitution-out, .bg-substitution-in {
  position: relative;
  overflow: hidden;
}
.bg-substitution-out:after, .bg-substitution-in:after {
  content: "\eace";
  position: absolute;
  font-family: "fantaicon" !important;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  min-width: 1em;
  text-align: center;
  text-transform: none;
  bottom: 5px;
  right: 5px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c11e1e;
  transform: rotate(90deg);
  opacity: 0.2;
}

.bg-substitution-in:after {
  content: "\eaef";
  color: #0d9a28;
}

.player-card {
  background-color: #FFF !important;
  border-bottom: 5px solid #DDD;
  position: relative;
}
.player-card div.avatar-column {
  width: 32px !important;
  max-width: 32px !important;
}
.player-card div.avatar-column div.avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-left: 12px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.player-card div.avatar-column div.avatar p.role-letter {
  position: absolute;
  bottom: -2px;
  right: -2px;
  margin: 0;
  color: #FFF;
  font-weight: bold;
  padding: 1px 3px;
  font-size: 10px;
  border-radius: 3px;
  z-index: 100;
}
.player-card div.avatar-column div.graph {
  position: absolute;
  top: -1px;
  height: 32px;
  width: 32px;
  left: 11px;
}
.player-card div.avatar-column div.graph svg {
  height: 34px !important;
  width: 34px !important;
}
.player-card div.avatar-column div.graph svg circle {
  stroke-width: 6px !important;
}
.player-card div.avatar-column p.value {
  margin: 3px 0 0 12px;
  text-align: center;
  display: block;
  width: 32px;
  font-weight: bold;
}
.player-card div.avatar-column div.lock {
  margin: 3px 0 0 12px;
  text-align: center;
  display: block;
  width: 32px;
}
.player-card p.player-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  max-width: calc(100% + 30px) !important;
  width: auto !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .player-card p.player-name {
    max-width: 125px;
  }
  .player-card p.player-name.min-container {
    font-size: 12px !important;
    max-width: 80px;
  }
  .player-card p.player-name.min {
    font-size: 9px !important;
  }
}
.player-card p.player-age {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 6px;
  font-size: 12px;
  color: #AAA;
}
.player-card p.player-age.blue {
  color: #0277bd;
}
.player-card p.team-name {
  margin: 0;
  line-height: 1;
  color: #666;
  font-size: 14px;
}
.player-card p.label, .player-card span.label {
  margin: 0;
  line-height: 1;
  color: #666;
  font-size: 14px;
}
.player-card span.value {
  font-size: 14px;
  font-weight: bold;
}
.player-card span.kapitals {
  color: #f8d440;
  display: block;
  margin: auto;
  margin-top: 2px;
}
.player-card span.kapitals:before {
  background-color: #7b7c7c;
  border-radius: 16px;
}
.player-card div.indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.player-card div.action, .player-card button.action, .player-card a.action {
  font-size: 24px;
  cursor: pointer;
  text-decoration: none !important;
}
.player-card div.action.add, .player-card button.action.add, .player-card a.action.add {
  color: green !important;
}
.player-card div.action.remove, .player-card button.action.remove, .player-card a.action.remove {
  color: red !important;
}
.player-card div.controls, .player-card div.controls-wide {
  width: 120px !important;
  max-width: 120px !important;
}
.player-card div.controls.controls-wide, .player-card div.controls-wide.controls-wide {
  width: 163px !important;
  max-width: 163px !important;
}
.player-card div.controls div.form-group div.input-group-text, .player-card div.controls-wide div.form-group div.input-group-text {
  background: transparent !important;
  border: 0 !important;
}
.player-card div.controls div.form-group div.input-group-text button, .player-card div.controls-wide div.form-group div.input-group-text button {
  border: 0 !important;
  background: transparent !important;
}
.player-card div.bonus-chart {
  height: 18px !important;
  float: right;
  margin: 0 3px 0 0 !important;
}
.player-card div.bonus-chart div.bonus-chart-entity {
  width: 5px !important;
}
.player-card div.icon-plus {
  color: #AAA;
}
.player-card div.kapitals-col {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.player-card div.kapitals-col span.arrow:after {
  content: "→";
  font-size: 13px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}

*[data-role-id="1"], *[data-role-letter=p] {
  background-color: #f44336;
}

*[data-role-id="2"], *[data-role-letter=d] {
  background-color: #388e3c;
}

*[data-role-id="3"], *[data-role-letter=e] {
  background-color: #4fc3f7;
}

*[data-role-id="4"], *[data-role-letter=c] {
  background-color: #f44336;
}

*[data-role-id="5"], *[data-role-letter=t] {
  background-color: #00838f;
}

*[data-role-id="6"], *[data-role-letter=a] {
  background-color: #0277bd;
}

.modalUpgradeCupteam {
  z-index: 10000;
}

.foldable[data-foldable-group] {
  max-height: 500px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s;
}
.foldable[data-foldable-group][data-foldable-hidden=true] {
  max-height: 0;
}

.lineup-penalty-takers-list-element-dropdown {
  margin: auto;
  top: 0;
  bottom: 0;
  height: 21px;
}

div.wishlist-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 6px;
}
@media (max-width: 575.98px) {
  div.wishlist-wrapper {
    margin: -6px 0px 3px 0;
    display: block;
  }
}
div.wishlist-wrapper div.wishlist-star {
  margin-left: 1px;
}
div.wishlist-wrapper a.wishlist-delete {
  margin-top: -7px;
  margin-left: 6px;
}

.player-wishlist-star {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 6px;
  font-size: 12px;
  color: #AAA;
}
.player-wishlist-star.blue {
  color: #0277bd;
}

ul.rank-table {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.rank-table li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
}
ul.rank-table li:nth-child(odd) {
  background-color: #f5f5f5;
}
ul.rank-table li div.inner {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
ul.rank-table li div.inner.values {
  width: 70%;
}
ul.rank-table li div.inner.values div.container {
  display: flex;
  padding: 0 !important;
}
ul.rank-table li div.inner.values div.container div.data {
  flex-grow: 1;
  margin-left: 28px;
}
@media (max-width: 767.98px) {
  ul.rank-table li div.inner.values div.container {
    display: block !important;
  }
  ul.rank-table li div.inner.values div.container div.data {
    margin-left: 18px !important;
  }
}
ul.rank-table li div.inner.scores {
  width: 30%;
  margin-left: -4px;
}
ul.rank-table li div.inner ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.rank-table li div.inner ul li {
  width: 100%;
  flex-grow: 1;
  border: none !important;
  background-color: transparent !important;
}
ul.rank-table li.header ul {
  background-color: #33383e;
  padding: 3px !important;
}
ul.rank-table li.header ul li {
  color: #a7a7a7;
  font-weight: bold;
}
ul.rank-table li.header ul li:first-child {
  padding-left: 328px !important;
}
@media (max-width: 767.98px) {
  ul.rank-table li.header ul li:first-child {
    padding-left: 18px !important;
  }
}
ul.rank-table li.header div.scores li {
  text-align: center;
}
ul.rank-table li.header div.scores li:first-child {
  padding-left: 18px !important;
}
@media (max-width: 575.98px) {
  ul.rank-table li.header div.scores li:first-child {
    padding-left: 0 !important;
  }
}
ul.rank-table li.item, ul.rank-table .players-list li.empty-item, .players-list ul.rank-table li.empty-item {
  padding: 2px 0;
}
@media (max-width: 575.98px) {
  ul.rank-table li.item div.scores, ul.rank-table .players-list li.empty-item div.scores, .players-list ul.rank-table li.empty-item div.scores {
    padding-left: 6px !important;
  }
}
ul.rank-table li.item div.scores li, ul.rank-table .players-list li.empty-item div.scores li, .players-list ul.rank-table li.empty-item div.scores li {
  font-weight: bold;
  text-align: center;
}
ul.rank-table li.item div.scores li:first-child, ul.rank-table .players-list li.empty-item div.scores li:first-child, .players-list ul.rank-table li.empty-item div.scores li:first-child {
  padding-left: 18px;
  color: #f89100;
}
ul.rank-table li.empty {
  text-align: center;
  font-weight: bold;
}
ul.rank-table li div.header {
  margin-bottom: 6px;
  width: 300px;
}
ul.rank-table li div.header img.avatar {
  border-radius: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
ul.rank-table li div.header div.info {
  display: inline-block;
  vertical-align: top;
}
ul.rank-table li div.header div.info p {
  margin: 0;
}
@media (max-width: 767.98px) {
  ul.rank-table li div.header div.info p {
    display: inline-block;
    vertical-align: middle;
  }
  ul.rank-table li div.header div.info p.owner:before {
    content: "•";
    margin: 0 6px 0 2px;
    font-weight: bold;
  }
}
ul.rank-table li div.header div.info p.owner {
  color: #666;
  font-size: 12px;
}

p.rank-last-update {
  margin: 3px 6px 12px 6px;
  text-align: right;
  font-size: 12px;
}

ul.rank-table-min {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.rank-table-min li {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
}
ul.rank-table-min li.header {
  background-color: #33383e !important;
}
ul.rank-table-min li.header div.block {
  display: inline-flex;
  width: 24%;
  box-sizing: border-box;
  flex-grow: 1;
}
ul.rank-table-min li.header div.block.team-block {
  width: 40%;
}
ul.rank-table-min li.header div.block.matches-block li {
  width: 23%;
}
ul.rank-table-min li.header div.block.scores-block {
  padding-right: 12px;
}
ul.rank-table-min li.header div.block.scores-block li {
  width: 31%;
}
ul.rank-table-min li.header div.block ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.rank-table-min li.header div.block ul li {
  display: inline-flex;
  flex-grow: 1;
}
ul.rank-table-min li.header div.block ul li p {
  margin: 0;
  text-align: right;
  color: #a7a7a7;
  width: 100%;
}
ul.rank-table-min li.item, ul.rank-table-min .players-list li.empty-item, .players-list ul.rank-table-min li.empty-item {
  border-bottom: 1px solid #DDD;
  padding: 3px !important;
}
ul.rank-table-min li.item:nth-child(odd), ul.rank-table-min .players-list li.empty-item:nth-child(odd), .players-list ul.rank-table-min li.empty-item:nth-child(odd) {
  background-color: #f5f5f5;
}
ul.rank-table-min li.item div.block, ul.rank-table-min .players-list li.empty-item div.block, .players-list ul.rank-table-min li.empty-item div.block {
  display: inline-flex;
  width: 24%;
  box-sizing: border-box;
  flex-grow: 1;
}
ul.rank-table-min li.item div.block.matches-block li, ul.rank-table-min .players-list li.empty-item div.block.matches-block li, .players-list ul.rank-table-min li.empty-item div.block.matches-block li {
  width: 23%;
}
ul.rank-table-min li.item div.block.scores-block, ul.rank-table-min .players-list li.empty-item div.block.scores-block, .players-list ul.rank-table-min li.empty-item div.block.scores-block {
  padding-right: 12px;
}
ul.rank-table-min li.item div.block.scores-block li, ul.rank-table-min .players-list li.empty-item div.block.scores-block li, .players-list ul.rank-table-min li.empty-item div.block.scores-block li {
  width: 31%;
}
ul.rank-table-min li.item div.block ul, ul.rank-table-min .players-list li.empty-item div.block ul, .players-list ul.rank-table-min li.empty-item div.block ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.rank-table-min li.item div.block ul li, ul.rank-table-min .players-list li.empty-item div.block ul li, .players-list ul.rank-table-min li.empty-item div.block ul li {
  display: inline-flex;
  flex-grow: 1;
}
ul.rank-table-min li.item div.block ul li p, ul.rank-table-min .players-list li.empty-item div.block ul li p, .players-list ul.rank-table-min li.empty-item div.block ul li p {
  margin: 0;
  text-align: right;
  width: 100%;
}
ul.rank-table-min li.item div.block ul li p.highlight, ul.rank-table-min .players-list li.empty-item div.block ul li p.highlight, .players-list ul.rank-table-min li.empty-item div.block ul li p.highlight {
  font-weight: bold;
}
ul.rank-table-min li.item div.block ul li p.orange, ul.rank-table-min .players-list li.empty-item div.block ul li p.orange, .players-list ul.rank-table-min li.empty-item div.block ul li p.orange {
  color: #f89100;
}
ul.rank-table-min li.item div.block.team-block, ul.rank-table-min .players-list li.empty-item div.block.team-block, .players-list ul.rank-table-min li.empty-item div.block.team-block {
  width: 40%;
}
ul.rank-table-min li.item div.block.team-block img.avatar, ul.rank-table-min .players-list li.empty-item div.block.team-block img.avatar, .players-list ul.rank-table-min li.empty-item div.block.team-block img.avatar {
  border-radius: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
ul.rank-table-min li.item div.block.team-block div.info p, ul.rank-table-min .players-list li.empty-item div.block.team-block div.info p, .players-list ul.rank-table-min li.empty-item div.block.team-block div.info p {
  margin: 0;
}
ul.rank-table-min li.item div.block.team-block div.info p.name, ul.rank-table-min .players-list li.empty-item div.block.team-block div.info p.name, .players-list ul.rank-table-min li.empty-item div.block.team-block div.info p.name {
  line-height: 1.2;
}
ul.rank-table-min li.item div.block.team-block div.info p.owner, ul.rank-table-min .players-list li.empty-item div.block.team-block div.info p.owner, .players-list ul.rank-table-min li.empty-item div.block.team-block div.info p.owner {
  font-size: 12px;
  color: #666;
  margin-top: -2px;
}
ul.rank-table-min li.item.empty, ul.rank-table-min .players-list li.empty.empty-item, .players-list ul.rank-table-min li.empty.empty-item {
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  ul.rank-table-min .foldable {
    display: none !important;
  }
}

#transfer_received tr:nth-child(even) {
  background-color: #EBEBEB;
}
#transfer_received td {
  border-left: 1px solid #DDD;
  padding: 6px;
  box-sizing: border-box;
}
#transfer_received td.teams i.arrow {
  vertical-align: top;
  display: inline-block;
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  #transfer_received td.teams i.arrow {
    transform: rotate(180deg) !important;
    display: block !important;
    text-align: center !important;
  }
}
#transfer_received td.teams i.arrow:after {
  content: "⇪";
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}
#transfer_received td.players ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#transfer_received td.players ul.list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#transfer_received td.players i.arrow {
  vertical-align: top;
  display: inline-block;
}
#transfer_received td.players i.arrow:after {
  content: "⇌";
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}
#transfer_received td.kapitals-amount i.arrow {
  vertical-align: top;
  display: inline-block;
}
#transfer_received td.kapitals-amount i.arrow:after {
  content: "⇌";
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}

.fantasy-rating-badge {
  border-radius: 32px;
  padding: 6px 4px;
  display: inline-block !important;
  margin: 3px 0;
}
@media (min-width: 768px) {
  .fantasy-rating-badge {
    padding: 1px 6px;
    margin: 0;
  }
}

.squad-avatar-wrapper {
  margin-right: 6px;
}
.squad-avatar-wrapper div.chart {
  position: absolute;
}
.squad-avatar-wrapper div.chart, .squad-avatar-wrapper svg {
  width: 34px;
  height: 34px;
}
.squad-avatar-wrapper img {
  position: absolute;
  top: 6px;
  left: 3px;
  max-width: 28px !important;
}

.social-footer .icon {
  font-size: 22px;
}
.social-footer a:hover {
  text-decoration: none;
}

.mainFooter .list-inline-item a {
  color: #FFF;
}
.mainFooter .list-inline-item a:hover, .mainFooter .list-inline-item a:focus {
  color: #f0f0f0;
}
.mainFooter .credits {
  font-size: 13px;
}
.mainFooter .credits a {
  color: #FFF;
}
.mainFooter .copyright {
  line-height: 14px;
}

#totop {
  position: fixed;
  left: 50%;
  bottom: 60px;
  display: none;
  outline: none;
  margin-left: -16px;
  z-index: 9999;
}
#totop:hover, #totop:focus, #totop:active, #totop:visited {
  text-decoration: none;
  color: #f89100;
}
#totop i {
  font-size: 32px;
}

.gestione-lega-footer {
  position: fixed;
  left: 80px;
  bottom: 10px;
  outline: none;
  z-index: 1065;
}
.gestione-lega-footer .dropdown-menu {
  top: 30px !important;
  left: 4px !important;
  border-radius: 10px;
  padding-bottom: 30px !important;
  z-index: -1;
}
.gestione-lega-footer .dropdown-menu .dropdown-item:hover {
  border-radius: 10px;
}
.gestione-lega-footer .btn-primary, .gestione-lega-footer .btn-lg, .gestione-lega-footer .btn-group-lg > .btn {
  border-radius: 3.7rem;
}

.navbar-footer {
  box-shadow: 0 0 2px #333;
}
.navbar-footer .nav-item {
  border-right: 1px solid #ddd;
}
.navbar-footer .nav-item:last-of-type {
  border-right: none;
}

@media (max-width: 991.98px) {
  .gestione-lega-footer .dropdown-menu {
    width: 280px;
    padding-bottom: 0 !important;
    top: 0 !important;
  }
  .gestione-lega-footer .dropdown-menu a.dropdown-item {
    float: left;
    width: 50%;
    display: inline-block;
    clear: none;
  }
  .mainFooter .list-inline-item {
    display: block;
    clear: both;
  }
}
.widget-player-card div.avatar {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 8px;
}
.widget-player-card div.avatar div.avatar-team {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 100;
}
.widget-player-card div.avatar svg.avatar-rating-chart {
  width: 65px;
  height: 65px;
  top: -6px;
  left: -2px;
  z-index: 10;
  position: absolute;
}
.widget-player-card div.avatar p.avatar-rating-chart-value {
  width: 100%;
  text-align: center;
  bottom: -42px;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .widget-player-card div.field-wrapper img {
    max-width: 80% !important;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .widget-player-card div.field-wrapper p.role-badge {
    right: 3px !important;
    bottom: -16px !important;
  }
  .widget-player-card div.field-wrapper div.rating-progress {
    top: 0.2rem !important;
  }
}
.widget-player-card div.field-wrapper p.role-badge {
  z-index: 10;
  padding: 2px 4px;
  font-size: 12px;
  right: -6px;
  bottom: -20px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.widget-player-card div.field-wrapper div.rating-progress {
  width: 12px;
  height: calc(100% - 0.5rem);
  top: 0.5rem;
  left: 3px;
  position: absolute;
  overflow: hidden;
}
.widget-player-card div.field-wrapper div.rating-progress div.rating-progress-value {
  background-color: #0b2e13;
  transition: bottom 1s;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
}
.widget-player-card div.field-wrapper div.rating-progress div.rating-progress-value[data-style=low] {
  background: linear-gradient(0deg, rgb(233.5426008969, 116.9573991031, 116.9573991031) 0%, #c11e1e 100%);
}
.widget-player-card div.field-wrapper div.rating-progress div.rating-progress-value[data-style=mid] {
  background: linear-gradient(0deg, rgb(254.451417004, 218.7935222672, 120.048582996) 0%, #F6B501 100%);
}
.widget-player-card div.field-wrapper div.rating-progress div.rating-progress-value[data-style=high] {
  background: linear-gradient(0deg, rgb(56.2754491018, 238.2245508982, 91.1167664671) 0%, #0d9a28 100%);
}
.widget-player-card div.field-wrapper div.rating-progress div.rating-progress-value span.rating-progress-value-label {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 0;
  left: 1px;
  font-weight: bold;
  text-shadow: 1px 2px 5px #000;
}
.widget-player-card div.player-update-wrapper {
  box-sizing: border-box;
}
.widget-player-card div.player-update-wrapper p.player-update-wrapper-title {
  font-size: 16px;
  color: #f89100;
  margin: 0;
}
.widget-player-card div.player-update-wrapper p.player-update-wrapper-date {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.widget-player-card div.player-update-wrapper p.player-update-wrapper-text {
  font-size: 12px;
  margin: 0;
}
.widget-player-card div.player-update-wrapper a.player-update-wrapper-link {
  font-size: 11px;
  text-transform: uppercase;
}
.widget-player-card div.chart {
  max-width: 230px;
  height: 65px;
}
@media (max-width: 767.98px) {
  .widget-player-card div.chart {
    width: 100%;
    max-width: unset !important;
  }
}
.widget-player-card div.spark-line-chart {
  height: 65px;
  position: relative;
  margin: 20px 0 20px 24px;
}
@media (max-width: 767.98px) {
  .widget-player-card div.spark-line-chart {
    margin-left: 36px;
  }
}
.widget-player-card div.spark-line-chart div.sc-player-card-spark-line-badge[data-positive]:before {
  display: inline-block;
  font-family: "fantaicon";
  margin-right: 6px;
  line-height: 0.75;
}
.widget-player-card div.spark-line-chart div.sc-player-card-spark-line-badge[data-positive][data-positive=false]:before {
  content: "\f0d7";
  color: #c11e1e;
}
.widget-player-card div.spark-line-chart div.sc-player-card-spark-line-badge[data-positive][data-positive=true]:before {
  content: "\f0d8";
  color: #0d9a28;
}
.widget-player-card .seasonal-rating {
  padding: 2px;
  box-sizing: border-box;
  background-color: #DDD;
  display: table;
  border-radius: 3px;
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .widget-player-card .seasonal-rating {
    width: 100% !important;
  }
}
.widget-player-card .seasonal-rating .header {
  padding: 2px;
  box-sizing: border-box;
  width: 100%;
}
.widget-player-card .seasonal-rating .header .title {
  margin: 0;
  display: inline-block;
  background-color: #FFF;
  float: left;
  padding: 2px 6px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-player-card .seasonal-rating .header .rating-badge {
  margin: 0;
  display: inline-block;
  background-color: #FFF;
  color: #0d9a28;
  padding: 2px;
}
.widget-player-card .seasonal-rating .header .rating-badge-pre {
  position: relative;
  margin-right: 12px;
  min-width: 32px;
}
.widget-player-card .seasonal-rating .header .rating-badge-pre:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #FFF;
  position: absolute;
  right: -12px;
  top: 0;
}
.widget-player-card .seasonal-rating .header .rating-badge-final {
  background-color: #DDD !important;
  font-weight: bold;
  float: right;
  margin-left: 3px;
}
.widget-player-card .seasonal-rating .body {
  display: flex;
}
.widget-player-card .seasonal-rating .body .item, .widget-player-card .seasonal-rating .body .players-list .empty-item, .players-list .widget-player-card .seasonal-rating .body .empty-item {
  width: 25%;
  flex-grow: 1;
  text-align: center;
  background-color: #FFF;
  margin: 2px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 3px;
}
.widget-player-card .seasonal-rating .body .item .label, .widget-player-card .seasonal-rating .body .players-list .empty-item .label, .players-list .widget-player-card .seasonal-rating .body .empty-item .label {
  font-size: 14px;
  margin: 0;
}
.widget-player-card .seasonal-rating .body .item .value, .widget-player-card .seasonal-rating .body .players-list .empty-item .value, .players-list .widget-player-card .seasonal-rating .body .empty-item .value {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.widget-player-card .seasonal-rating .body .item .value-sub, .widget-player-card .seasonal-rating .body .players-list .empty-item .value-sub, .players-list .widget-player-card .seasonal-rating .body .empty-item .value-sub {
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
  display: inline-block;
}
.widget-player-card .seasonal-rating .meters {
  margin: 8px 2px 0 2px;
}
.widget-player-card .seasonal-rating .meters .meter {
  margin: 0 12px 8px 0;
  position: relative;
  box-sizing: border-box;
  float: left;
}
.widget-player-card .seasonal-rating .meters .meter .value {
  padding: 2px 8px;
  background-color: #f8f9fa;
  border-radius: 14px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.widget-player-card .seasonal-rating .meters .meter .icon {
  padding: 3px;
  border-radius: 12px;
  font-size: 12px;
  position: absolute;
  right: -8px;
  top: 12px;
  margin: 0;
  display: block;
  background-color: #EFEFEF;
  text-align: center;
}
.widget-player-card .seasonal-rating .meters .meter-green .value {
  color: green;
}
.widget-player-card .seasonal-rating .meters .meter-red .value {
  color: red;
}
.widget-player-card p.history-provider:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  border-radius: 12px;
  vertical-align: middle;
  box-sizing: border-box;
}
.widget-player-card p.history-provider[data-provider=FG]:after {
  background-color: #3865b0;
  content: "F";
  margin-top: -2px;
  font-size: 8px;
  font-weight: bold;
  color: #f78f29;
  padding: 1px 3px;
  font-style: italic;
}
.widget-player-card p.history-provider[data-provider=G]:after {
  color: #231f20;
  background-color: #fde9eb;
  content: "G";
  margin-top: -2px;
  font-size: 8px;
  font-weight: bold;
  padding: 1px 3px;
}
.widget-player-card p.history-provider[data-provider=M]:after {
  color: #FFFFFF;
  background-color: #ff5400;
  content: "M";
  margin-top: -2px;
  font-size: 8px;
  font-weight: bold;
  padding: 0 2px;
}
.widget-player-card i.rating-star {
  color: #F6B501;
  display: block;
  font-size: 28px;
  position: relative;
  width: 28px;
  height: 28px;
  float: right;
}
.widget-player-card i.rating-star:after {
  content: attr(data-value);
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  line-height: 3.75;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-family: sans-serif;
}
.widget-player-card .bg-flag-team {
  filter: grayscale(10);
  opacity: 0.05;
}
.widget-player-card div.note-history-minimal div.value {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.widget-player-card div.note-history-minimal div.value i.icon {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.widget-player-card div.note-history-minimal div.value i.icon:after {
  font-weight: bold;
  font-style: italic;
  font-family: sans-serif;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  line-height: 1.5;
  display: inline-block;
}
.widget-player-card div.note-history-minimal div.value i.icon[data-provider=gazzetta]:after {
  color: #231f20;
  background-color: #fde9eb;
  content: "G";
  padding: 1px 3px;
}
.widget-player-card div.note-history-minimal div.value i.icon[data-provider=fanta-gazzetta]:after {
  background-color: #3865b0;
  content: "F";
  color: #f78f29;
  padding: 1px 4px;
  font-style: italic;
}
.widget-player-card div.note-history-minimal div.value i.icon[data-provider=sky]:after {
  background-color: #057CFF;
  content: "S";
  color: #FFFFFF;
  padding: 1px 4px;
  font-style: italic;
}
.widget-player-card div.note-history-minimal div.value span {
  margin-left: 6px;
}
.widget-player-card div.note-history-minimal p.badge-value {
  border-radius: 3px;
  padding: 2px 6px;
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 36px;
  font-size: 12px;
}
.widget-player-card div.note-history-minimal p.badge-value[data-style=dark-green] {
  background-color: darkgreen;
}
.widget-player-card div.note-history-minimal p.badge-value[data-style=green] {
  background-color: green;
}
.widget-player-card div.note-history-minimal p.badge-value[data-style=yellow] {
  background-color: orange;
}
.widget-player-card div.note-history-minimal p.badge-value[data-style=red] {
  background-color: #F44336;
}
.widget-player-card div.note-history-minimal p.badge-value span.value {
  margin-left: 6px;
}
.widget-player-card div.note-history-minimal p.increment {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  font-weight: bold;
}
.widget-player-card div.note-history-minimal i.caret {
  margin: 15px 0 0 6px;
}
.widget-player-card div.note-history-minimal i.caret.caret-up {
  color: green;
}
.widget-player-card div.note-history-minimal i.caret.caret-down {
  color: red;
}
.widget-player-card div.note-history-minimal div.note-history-transition {
  margin-bottom: 12px;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value {
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value.arrowed:after {
  content: "→";
  color: #666;
  position: absolute;
  margin-left: 7px;
  font-size: 32px;
  margin-top: -17px;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value.translucent {
  opacity: 0.75;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value[data-style=dark-green] {
  background-color: darkgreen;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value[data-style=green] {
  background-color: green;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value[data-style=yellow] {
  background-color: orange;
}
.widget-player-card div.note-history-minimal div.note-history-transition p.badge-value[data-style=red] {
  background-color: #F44336;
}
.widget-player-card div[data-style=none] {
  background-color: #666;
}
.widget-player-card div[data-style=low] {
  background-color: #ff5400;
}
.widget-player-card div[data-style=mid] {
  background-color: #F6B501;
}
.widget-player-card div[data-style=mid-high] {
  background-color: #9ecc00;
}
.widget-player-card div[data-style=high] {
  background-color: #0d9a28;
}

div.note-history-minimal-difference div.difference-from, div.note-history-minimal-difference div.difference-to {
  display: inline-block;
  min-width: 32px;
  height: 24px;
  box-sizing: border-box;
  padding: 2px 6px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  div.note-history-minimal-difference div.difference-from, div.note-history-minimal-difference div.difference-to {
    font-size: 12px;
    height: 22px;
  }
}
div.note-history-minimal-difference div.difference-arrow {
  display: inline-block;
  vertical-align: middle;
}
div.note-history-minimal-difference div.difference-arrow:after {
  content: "⇢";
  font-size: 32px;
  line-height: 0.75;
  color: #999;
}
@media (max-width: 767.98px) {
  div.note-history-minimal-difference div.difference-arrow:after {
    font-size: 28px;
  }
}

.widget-player-card:last-child {
  border: none !important;
}

.widget-player-card[data-type=article] div[data-scope=avatar] {
  width: 50px !important;
  order: 1 !important;
}
.widget-player-card[data-type=article] div[data-scope=field] {
  width: 81px !important;
  order: 2 !important;
}
.widget-player-card[data-type=article] div[data-scope=content] {
  width: 100px !important;
  flex-grow: 1 !important;
  order: 3 !important;
}
@media (max-width: 767.98px) {
  .widget-player-card[data-type=article] div[data-scope=content] {
    order: 4 !important;
    width: 100% !important;
    padding: 12px 18px !important;
    box-sizing: border-box;
  }
}
.widget-player-card[data-type=article] div[data-scope=info] {
  width: auto !important;
  max-width: 150px !important;
  order: 4 !important;
}
@media (max-width: 767.98px) {
  .widget-player-card[data-type=article] div[data-scope=info] {
    order: 3 !important;
    flex-grow: 1;
    max-width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .widget-player-card[data-type=stats] {
    padding-top: 12px !important;
  }
}
.widget-player-card[data-type=stats] div[data-scope=content] {
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .widget-player-card[data-type=stats] div[data-scope=content] {
    padding: 0 52px 0 12px !important;
  }
}

.widget-player-card[data-type=lineup_overview] {
  border-bottom: 1px solid #DDD;
}

@media (max-width: 767.98px) {
  .widget-player-card[data-type=note_history_minimal] div[data-scope=content] {
    background-color: #DDD;
  }
}

.hidden-support {
  height: 0;
  width: 0;
}

div.note-history-minimal div.min-layout {
  max-width: 150px !important;
}
@media (max-width: 767.98px) {
  div.note-history-minimal div.min-layout {
    max-width: 100% !important;
  }
}

.players-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.players-list .empty-item {
  text-align: center;
}
@media (max-width: 575.98px) {
  .players-list div.info {
    max-width: 110px;
  }
}

.more-matches-toggle[aria-expanded=false] span.show-more {
  display: inline;
}
.more-matches-toggle[aria-expanded=false] span.show-less {
  display: none;
}

.more-matches-toggle[aria-expanded=true] span.show-more {
  display: none;
}
.more-matches-toggle[aria-expanded=true] span.show-less {
  display: inline;
}

div.one-shot-message {
  position: fixed;
  background-color: #DDD;
  padding: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  margin: auto;
  z-index: 100000000;
  display: none;
}
div.one-shot-message[data-display=true] {
  display: block;
}

.line-graph {
  position: relative;
  margin: 45px 24px 25px 18px;
  box-sizing: border-box;
}
.line-graph div.index-bar {
  height: 100%;
  width: 5px;
  float: right;
  display: flex;
  flex-direction: column;
}
.line-graph div.index-bar div.section {
  width: 100%;
  height: auto;
  flex-grow: 1;
}
.line-graph div.avg-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -5px;
  transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s;
}
.line-graph div.block {
  position: relative;
  display: inline-block;
  padding: 2px;
  border-radius: 3px;
  color: #FFF;
  font-weight: 700;
  bottom: -100%;
  transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.line-graph div.block div.label {
  position: absolute;
  background: #AAAAAA;
  border-radius: 3px;
  padding: 2px;
  font-size: 10px;
  top: -27px;
  margin: auto;
  left: 0;
  width: 20px;
  text-align: center;
  right: 0;
  opacity: 0;
  color: #FFF;
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.line-graph div.block div.label[data-inverse=true] {
  bottom: -27px;
  top: auto !important;
}
.line-graph div.block div.label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #AAAAAA;
  border-bottom: 0;
  margin-left: -5px;
  margin-bottom: -5px;
}
.line-graph div.block div.label[data-inverse=true]:after {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent !important;
  border-bottom-color: #AAAAAA !important;
  border-top: 0 !important;
  margin-left: -5px !important;
  margin-top: -5px !important;
}
.line-graph div.supplement-wrapper {
  position: absolute;
  width: 100%;
  top: -42px;
  left: 0;
}
.line-graph div.supplement-wrapper div.supplement {
  position: relative;
  display: inline-block;
  padding: 2px;
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 6px;
  box-sizing: border-box;
  width: 32px;
  opacity: 0;
  transition-delay: 1.5s;
}
.line-graph div.supplement-wrapper div.supplement div.team-badge {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.line-graph div.supplement-wrapper div.supplement span.value {
  font-size: 9px;
  padding: 0 1px;
  border-radius: 3px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.line-graph div.supplement-wrapper div.supplement span.value.day {
  top: -8px;
}
.line-graph div.supplement-wrapper div.supplement span.value.result {
  bottom: -8px;
  background-color: #DDD;
}
.line-graph div.supplement-wrapper div.supplement span.value.result[data-home]:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.line-graph div.supplement-wrapper div.supplement span.value.result[data-home="1"]:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDYwLjI5OCA0NjAuMjk3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NjAuMjk4IDQ2MC4yOTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMzAuMTQ5LDEyMC45MzlMNjUuOTg2LDI1Ni4yNzRjMCwwLjE5MS0wLjA0OCwwLjQ3Mi0wLjE0NCwwLjg1NWMtMC4wOTQsMC4zOC0wLjE0NCwwLjY1Ni0wLjE0NCwwLjg1MnYxMzcuMDQxICAgIGMwLDQuOTQ4LDEuODA5LDkuMjM2LDUuNDI2LDEyLjg0N2MzLjYxNiwzLjYxMyw3Ljg5OCw1LjQzMSwxMi44NDcsNS40MzFoMTA5LjYzVjMwMy42NjRoNzMuMDk3djEwOS42NGgxMDkuNjI5ICAgIGM0Ljk0OCwwLDkuMjM2LTEuODE0LDEyLjg0Ny01LjQzNWMzLjYxNy0zLjYwNyw1LjQzMi03Ljg5OCw1LjQzMi0xMi44NDdWMjU3Ljk4MWMwLTAuNzYtMC4xMDQtMS4zMzQtMC4yODgtMS43MDdMMjMwLjE0OSwxMjAuOTM5ICAgIHoiIGZpbGw9IiMzMzMzMzMiLz4KCQk8cGF0aCBkPSJNNDU3LjEyMiwyMjUuNDM4TDM5NC42LDE3My40NzZWNTYuOTg5YzAtMi42NjMtMC44NTYtNC44NTMtMi41NzQtNi41NjdjLTEuNzA0LTEuNzEyLTMuODk0LTIuNTY4LTYuNTYzLTIuNTY4aC01NC44MTYgICAgYy0yLjY2NiwwLTQuODU1LDAuODU2LTYuNTcsMi41NjhjLTEuNzExLDEuNzE0LTIuNTY2LDMuOTA1LTIuNTY2LDYuNTY3djU1LjY3M2wtNjkuNjYyLTU4LjI0NSAgICBjLTYuMDg0LTQuOTQ5LTEzLjMxOC03LjQyMy0yMS42OTQtNy40MjNjLTguMzc1LDAtMTUuNjA4LDIuNDc0LTIxLjY5OCw3LjQyM0wzLjE3MiwyMjUuNDM4Yy0xLjkwMywxLjUyLTIuOTQ2LDMuNTY2LTMuMTQsNi4xMzYgICAgYy0wLjE5MywyLjU2OCwwLjQ3Miw0LjgxMSwxLjk5Nyw2LjcxM2wxNy43MDEsMjEuMTI4YzEuNTI1LDEuNzEyLDMuNTIxLDIuNzU5LDUuOTk2LDMuMTQyYzIuMjg1LDAuMTkyLDQuNTctMC40NzYsNi44NTUtMS45OTggICAgTDIzMC4xNDksOTUuODE3bDE5Ny41NywxNjQuNzQxYzEuNTI2LDEuMzI4LDMuNTIxLDEuOTkxLDUuOTk2LDEuOTkxaDAuODU4YzIuNDcxLTAuMzc2LDQuNDYzLTEuNDMsNS45OTYtMy4xMzhsMTcuNzAzLTIxLjEyNSAgICBjMS41MjItMS45MDYsMi4xODktNC4xNDUsMS45OTEtNi43MTZDNDYwLjA2OCwyMjkuMDA3LDQ1OS4wMjEsMjI2Ljk2MSw0NTcuMTIyLDIyNS40Mzh6IiBmaWxsPSIjMzMzMzMzIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=");
}
.line-graph div.supplement-wrapper div.supplement span.value.result[data-home="0"]:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5Ny41MzUsMTQuNDY1Yy0xOS41NjktMTkuNTY4LTUxLjM5NS0xOS4yNDEtNzAuNTU3LDAuNzI2TDMyMi4wOTIsMTI0LjQ4OEw2Ni4xMzEsMzkuNzgxTDEyLjQsOTMuNTEzbDIxMy4zNTIsMTMxLjM2NSAgICBMMTE3Ljc5NiwzMzcuMzcybC02OS4yMzEtMTEuMzY2TDAsMzc0LjU3MWwxMDEuNzgsMzUuNjQ5TDEzNy40MjksNTEybDQ4LjU2NS00OC41NjVsLTExLjM2Ni02OS4yMzFsMTEyLjQ5NC0xMDcuOTU1ICAgIEw0MTguNDg3LDQ5OS42bDUzLjczMi01My43MzJsLTg0LjcwNi0yNTUuOTYxTDQ5Ni44MDgsODUuMDIyQzUxNi43NzYsNjUuODYsNTE3LjEwMywzNC4wMzQsNDk3LjUzNSwxNC40NjV6IiBmaWxsPSIjMzMzMzMzIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=");
}
.line-graph div.supplement-wrapper div.supplement span.value.result[data-won="1"] {
  color: #0d9a28 !important;
}
.line-graph div.supplement-wrapper div.supplement span.value.result[data-won="-1"] {
  color: #c11e1e !important;
}
.line-graph div.block-empty {
  background-color: transparent !important;
  color: transparent !important;
  border: 3px solid #DDDDDD;
  box-sizing: border-box;
  font-size: 11px;
}
.line-graph div.block-empty div.label {
  top: -30px !important;
}
.line-graph div.block-empty:after {
  content: "-";
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.line-graph div.average-bubble {
  position: absolute;
  right: -40px;
  padding: 2px;
  border-radius: 3px;
  color: #FFF;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.line-graph div.average-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: inherit;
  border-left: 0;
  margin-top: -6px;
  margin-left: -6px;
}

.rating-chart {
  width: 250px;
  height: 60px;
}
.rating-chart .indicator {
  width: 38px;
  background-color: #666;
  color: #fff;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  transition: margin-left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.5s, border-top-color 0.5s;
  margin-left: -16px;
  border-top-color: #666;
}
.rating-chart .indicator:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid;
  left: 0;
  bottom: -8px;
  right: 0;
  margin: auto;
  border-top-color: inherit;
}
.rating-chart .indicator-hidden {
  color: transparent !important;
}
.rating-chart .indicator-hidden:after {
  content: "\f023";
  font-family: "fantaicon" !important;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.rating-chart .line {
  width: 100%;
  background-color: #666;
  height: 3px;
  position: relative;
}
.rating-chart .steps-wrapper {
  width: 100%;
  height: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: -7px;
}
.rating-chart .steps-wrapper .step {
  width: 2px;
  height: 100%;
  background-color: #CCC;
}
.rating-chart .steps-wrapper .step[data-label]:after {
  content: attr(data-label);
  margin-top: 12px;
  display: inline-block;
  margin-left: -12px;
  width: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
.rating-chart .steps-wrapper .step:first-child {
  background-color: #666 !important;
}
.rating-chart .index-bar {
  height: 7px;
  margin-top: -10px;
  width: 0;
  z-index: 100;
  position: relative;
  margin-left: 2px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-size: 250px;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-color: #0d9a28;
  background: linear-gradient(to right, #c11e1e 0%, #ff5400 40%, #0d9a28 60%, #0d9a28 100%) left/250px;
}
@media (max-width: 991.98px) {
  .rating-chart[data-compact-view-enabled=true] {
    height: 16px;
  }
  .rating-chart[data-compact-view-enabled=true] div.steps-wrapper {
    display: none;
  }
  .rating-chart[data-compact-view-enabled=true] div.line {
    height: 8px;
    background-color: #CCC;
  }
  .rating-chart[data-compact-view-enabled=true] div.index-bar {
    margin-top: -8px;
    margin-left: 0;
    height: 8px;
  }
  .rating-chart[data-compact-view-enabled=true] div.indicator {
    font-size: 11px;
    padding: 0;
    width: 32px;
    margin-bottom: -8px;
    z-index: 900;
  }
  .rating-chart[data-compact-view-enabled=true] div.indicator:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .rating-chart[data-compact-view-enabled=true] div.index-bar {
    background-size: 700px;
  }
}
@media (max-width: 767.98px) {
  .rating-chart[data-compact-view-enabled=true] div.index-bar {
    background-size: 550px;
  }
}
@media (max-width: 575.98px) {
  .rating-chart[data-compact-view-enabled=true] div.index-bar {
    background-size: 400px;
  }
}

.market-assistant-alias-pic {
  background-position: 0px 6px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  left: 3px;
}
@media (max-width: 767.98px) {
  .market-assistant-alias-pic {
    background-position: 4px 6px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
  }
}

@media (max-width: 767.98px) {
  .market-assistant-alias-pic-font span {
    font-size: 28px !important;
  }
}

.market-assistant-rating-chart {
  width: 60px;
  height: 60px;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-chart {
    width: 40px;
    height: 40px;
    left: 5px;
  }
}

.market-assistant-rating-chart-2 {
  width: 60px;
  height: 60px;
  top: -6px;
  left: -3px;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-chart-2 {
    width: 40px;
    height: 40px;
    top: 2px !important;
    left: 5px !important;
  }
}

.market-assistant-rating-label-res {
  bottom: -15px;
  font-size: 14px !important;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-label-res {
    bottom: 0;
  }
}

.market-assistant-rating-label-res-2 {
  bottom: -10px;
  font-size: 14px !important;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-label-res-2 {
    bottom: -2px;
  }
}

.market-assistant-rating-values-res {
  bottom: -28px;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-values-res {
    bottom: -10px;
  }
}

.market-assistant-rating-values-res-2 {
  bottom: -21px;
}
@media (max-width: 767.98px) {
  .market-assistant-rating-values-res-2 {
    bottom: -10px;
  }
}

.market-assistant-rating-values-badge {
  padding: 3px;
}

.market-assistant-avatar-wrapper-res {
  margin-top: -12px;
}
@media (max-width: 767.98px) {
  .market-assistant-avatar-wrapper-res {
    margin-top: 3px !important;
  }
}

.progress-bar-chart {
  width: 100%;
}
.progress-bar-chart p.label, .progress-bar-chart p.label-min {
  margin: 0 6px 0 0;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #AAA;
  font-size: 12px;
}
.progress-bar-chart p.label.label-min, .progress-bar-chart p.label.label[data-show=false], .progress-bar-chart p.label-min.label-min, .progress-bar-chart p.label-min.label[data-show=false] {
  display: none;
}
@media (max-width: 767.98px) {
  .progress-bar-chart p.label {
    display: none !important;
  }
  .progress-bar-chart p.label-min[data-show=true] {
    display: inline-block !important;
  }
}
.progress-bar-chart p.value-label {
  margin: -3px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  float: right;
  color: #AAA;
}
.progress-bar-chart p.value-label.locked {
  color: transparent !important;
}
.progress-bar-chart p.value-label.locked:after {
  content: "\f023";
  font-family: "fantaicon" !important;
  color: #AAA;
  margin: auto;
}
.progress-bar-chart p.delta {
  margin: -2px 0 0 3px;
  float: right;
  font-weight: bold;
  font-size: 12px;
  color: #666;
}
.progress-bar-chart p.delta[data-style=positive] {
  color: #0d9a28 !important;
}
.progress-bar-chart p.delta[data-style=negative] {
  color: #c11e1e !important;
}
.progress-bar-chart div.inner {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  margin-top: 6px;
  background-color: #DDD;
}
.progress-bar-chart div.inner div.value {
  width: 0;
  height: 100%;
  max-width: 100%;
  border-radius: 3px;
  float: left;
  transition: width 250ms, background-color 250ms;
  background-color: #666;
}
.progress-bar-chart div.inner div.value[data-style=low] {
  background: linear-gradient(0deg, rgb(233.5426008969, 116.9573991031, 116.9573991031) 0%, #c11e1e 100%);
}
.progress-bar-chart div.inner div.value[data-style=mid] {
  background: linear-gradient(0deg, rgb(254.451417004, 218.7935222672, 120.048582996) 0%, #F6B501 100%);
}
.progress-bar-chart div.inner div.value[data-style=high] {
  background: linear-gradient(0deg, rgb(56.2754491018, 238.2245508982, 91.1167664671) 0%, #0d9a28 100%);
}

div.bonus-chart {
  height: 30px;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  width: 50px;
  margin: auto;
}
div.bonus-chart div.bonus-chart-entity {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}
div.bonus-chart div.bonus-chart-entity[data-size="1"] {
  height: 25%;
  left: 0;
}
div.bonus-chart div.bonus-chart-entity[data-size="2"] {
  height: 50%;
  left: 10px;
}
div.bonus-chart div.bonus-chart-entity[data-size="3"] {
  height: 75%;
  left: 20px;
}
div.bonus-chart div.bonus-chart-entity[data-size="4"] {
  height: 100%;
  left: 30px;
}
div.bonus-chart div.bonus-chart-entity[data-color="1"] {
  background-color: #c11e1e;
}
div.bonus-chart div.bonus-chart-entity[data-color="2"] {
  background-color: #F6B501;
}
div.bonus-chart div.bonus-chart-entity[data-color="3"] {
  background-color: #9ecc00;
}
div.bonus-chart div.bonus-chart-entity[data-color="4"] {
  background-color: #0d9a28;
}

.teams-composition-table {
  width: 100%;
}

.teams-composition-table td {
  font-size: 9px;
  border: 1px solid #333;
  padding: 0 1px;
  transition: background-color 3s;
}
.teams-composition-table td.tct-separator {
  border: none !important;
}
.teams-composition-table td.tct-col-separator {
  background-color: transparent !important;
  padding: 0 6px;
  font-size: 12px;
}

.tct-cupteam-wrapper td {
  border: none !important;
}

.teams-composition-table tr[data-role="1"] td:first-child {
  background-color: rgba(244, 67, 54, 0.5);
}

.teams-composition-table tr[data-role="2"] td:first-child {
  background-color: rgba(56, 142, 60, 0.5);
}

.teams-composition-table tr[data-role="3"] td:first-child {
  background-color: rgba(79, 195, 247, 0.5);
}

.teams-composition-table tr[data-role="4"] td:first-child {
  background-color: rgba(0, 131, 143, 0.5);
}

.teams-composition-table tr[data-role="5"] td:first-child {
  background-color: rgba(2, 119, 189, 0.5);
}

.teams-composition-table tr[data-role="1"] td {
  background-color: rgba(244, 67, 54, 0.3);
}

.teams-composition-table tr[data-role="2"] td {
  background-color: rgba(56, 142, 60, 0.3);
}

.teams-composition-table tr[data-role="3"] td {
  background-color: rgba(79, 195, 247, 0.3);
}

.teams-composition-table tr[data-role="4"] td {
  background-color: rgba(0, 131, 143, 0.3);
}

.teams-composition-table tr[data-role="5"] td {
  background-color: rgba(2, 119, 189, 0.3);
}

.teams-composition-table tr[data-role="1"] td.tct-changed {
  background-color: #f44336;
}

.teams-composition-table tr[data-role="2"] td.tct-changed {
  background-color: #388e3c;
}

.teams-composition-table tr[data-role="3"] td.tct-changed {
  background-color: #4fc3f7;
}

.teams-composition-table tr[data-role="4"] td.tct-changed {
  background-color: #00838f;
}

.teams-composition-table tr[data-role="5"] td.tct-changed {
  background-color: #0277bd;
}

.home-intro {
  position: relative;
  background-attachment: scroll;
  background-size: 630px auto;
  background-repeat: no-repeat;
  background-color: #000;
}
.home-intro .overlay-gradiend-intro {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.home-intro .container {
  z-index: 1;
}

.rank-table-min2 .team-penalty-badge {
  bottom: -6px;
  padding: 1px 2px;
  left: auto;
  right: 4px;
}

.mainNavbar:before {
  height: 60px;
}

@media (min-width: 576px) {
  body {
    padding-top: 54px;
  }
  .home-intro {
    background-size: contain;
  }
  .home-intro .overlay-gradiend-intro {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.65) 32%, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 );
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    max-width: 180px;
  }
}
div.gazza-trademark {
  background-image: url("/magic/magic/assets/images/gazzetta_dello_sport_icon.png");
  height: 22px;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
  margin-top: -6px;
}
@media (max-width: 767.98px) {
  div.gazza-trademark {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.modal {
  z-index: 2001;
}

.del {
  position: relative;
}

.del:before {
  position: absolute;
  content: "";
  left: -20%;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: red;
  width: 140%;
  font-weight: bold;
  transform: rotate(-15deg);
}
