@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.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-sm 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: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  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='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 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='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

.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: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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 #e9ecef;
}

.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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #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 0%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

@media (max-width: 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-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-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-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-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-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

.card-img,
.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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(: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.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
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: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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: progress-bar-stripes 1s linear infinite;
}
@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;
}

.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: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 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;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  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);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

@media (min-width: 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);
  }

  .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: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #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 #f7f7f7;
}

.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: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

.flex-row {
  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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

.text-truncate {
  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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    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;
  }
}
/************************************************************************************************/
/* Table default style */
/************************************************************************************************/
.ember-table {
  border: solid 1px #dddddd;
}
.ember-table th,
.ember-table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  padding: 4px 10px;
}
.ember-table tbody td {
  border-top: none;
  border-left: none;
  border-bottom: #dcdcdc 1px dotted;
  border-right: #dcdcdc 1px solid;
  background-color: #ffffff;
}
.ember-table tbody td:last-child {
  border-right: none;
}
.ember-table tbody td.is-fixed-right {
  border-left: solid 1px #dcdcdc;
}
.ember-table th,
.ember-table tfoot td {
  padding: 5px 0 3px;
  background-color: #f8f8f8;
  font-family: "Univers LT W01 65 Bold";
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.ember-table tfoot td {
  border-top: 1px solid #dcdcdc;
  border-right: solid 1px #dcdcdc;
}
.ember-table tfoot td:last-child {
  border-right: none;
}
.ember-table thead th {
  border-bottom: 1px solid #dcdcdc;
  border-right: solid 1px #dcdcdc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.ember-table thead th:last-child {
  border-right: none;
}
.ember-table thead th.is-fixed-right {
  border-left: solid 1px #dcdcdc;
}
.ember-table thead th.is-fixed-right .et-header-resize-area {
  left: 0;
}
.ember-table tr:hover th {
  cursor: pointer;
}
.ember-table tr:hover td {
  background-color: #e5edf8;
}
.ember-table tr.is-selected td,
.ember-table tr.is-selected th {
  background-color: #227ecb;
}

@font-face {
  font-family: "dripicons-v2";
  src: url("/fonts/dripicons-v2/dripicons-v2.eot");
  src: url("/fonts/dripicons-v2/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("/fonts/dripicons-v2/dripicons-v2.woff") format("woff"), url("/fonts/dripicons-v2/dripicons-v2.ttf") format("truetype"), url("/fonts/dripicons-v2/dripicons-v2.svgdripicons-v2") format("svg");
  font-style: normal;
  font-weight: normal;
}
[data-icon]:before {
  font-family: "dripicons-v2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=drip-]:before,
[class*=" drip-"]:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.drip-alarm:before {
  content: "a";
}

.drip-align-center:before {
  content: "b";
}

.drip-align-justify:before {
  content: "c";
}

.drip-align-left:before {
  content: "d";
}

.drip-align-right:before {
  content: "e";
}

.drip-anchor:before {
  content: "f";
}

.drip-archive:before {
  content: "g";
}

.drip-arrow-down:before {
  content: "h";
}

.drip-arrow-left:before {
  content: "i";
}

.drip-arrow-right:before {
  content: "j";
}

.drip-arrow-thin-down:before {
  content: "k";
}

.drip-arrow-thin-left:before {
  content: "l";
}

.drip-arrow-thin-right:before {
  content: "m";
}

.drip-arrow-thin-up:before {
  content: "n";
}

.drip-arrow-up:before {
  content: "o";
}

.drip-article:before {
  content: "p";
}

.drip-backspace:before {
  content: "q";
}

.drip-basket:before {
  content: "r";
}

.drip-basketball:before {
  content: "s";
}

.drip-battery-empty:before {
  content: "t";
}

.drip-battery-full:before {
  content: "u";
}

.drip-battery-low:before {
  content: "v";
}

.drip-battery-medium:before {
  content: "w";
}

.drip-bell:before {
  content: "x";
}

.drip-blog:before {
  content: "y";
}

.drip-bluetooth:before {
  content: "z";
}

.drip-bold:before {
  content: "A";
}

.drip-bookmark:before {
  content: "B";
}

.drip-bookmarks:before {
  content: "C";
}

.drip-box:before {
  content: "D";
}

.drip-briefcase:before {
  content: "E";
}

.drip-brightness-low:before {
  content: "F";
}

.drip-brightness-max:before {
  content: "G";
}

.drip-brightness-medium:before {
  content: "H";
}

.drip-broadcast:before {
  content: "I";
}

.drip-browser:before {
  content: "J";
}

.drip-browser-upload:before {
  content: "K";
}

.drip-brush:before {
  content: "L";
}

.drip-calendar:before {
  content: "M";
}

.drip-camcorder:before {
  content: "N";
}

.drip-camera:before {
  content: "O";
}

.drip-card:before {
  content: "P";
}

.drip-cart:before {
  content: "Q";
}

.drip-checklist:before {
  content: "R";
}

.drip-checkmark:before {
  content: "S";
}

.drip-chevron-down:before {
  content: "T";
}

.drip-chevron-left:before {
  content: "U";
}

.drip-chevron-right:before {
  content: "V";
}

.drip-chevron-up:before {
  content: "W";
}

.drip-clipboard:before {
  content: "X";
}

.drip-clock:before {
  content: "Y";
}

.drip-clockwise:before {
  content: "Z";
}

.drip-cloud:before {
  content: "0";
}

.drip-cloud-download:before {
  content: "1";
}

.drip-cloud-upload:before {
  content: "2";
}

.drip-code:before {
  content: "3";
}

.drip-contract:before {
  content: "4";
}

.drip-contract-2:before {
  content: "5";
}

.drip-conversation:before {
  content: "6";
}

.drip-copy:before {
  content: "7";
}

.drip-crop:before {
  content: "8";
}

.drip-cross:before {
  content: "9";
}

.drip-crosshair:before {
  content: "!";
}

.drip-cutlery:before {
  content: '"';
}

.drip-device-desktop:before {
  content: "#";
}

.drip-device-mobile:before {
  content: "$";
}

.drip-device-tablet:before {
  content: "%";
}

.drip-direction:before {
  content: "&";
}

.drip-disc:before {
  content: "'";
}

.drip-document:before {
  content: "(";
}

.drip-document-delete:before {
  content: ")";
}

.drip-document-edit:before {
  content: "*";
}

.drip-document-new:before {
  content: "+";
}

.drip-document-remove:before {
  content: ",";
}

.drip-dot:before {
  content: "-";
}

.drip-dots-2:before {
  content: ".";
}

.drip-dots-3:before {
  content: "/";
}

.drip-download:before {
  content: ":";
}

.drip-duplicate:before {
  content: ";";
}

.drip-enter:before {
  content: "<";
}

.drip-exit:before {
  content: "=";
}

.drip-expand:before {
  content: ">";
}

.drip-expand-2:before {
  content: "?";
}

.drip-experiment:before {
  content: "@";
}

.drip-export:before {
  content: "[";
}

.drip-feed:before {
  content: "]";
}

.drip-flag:before {
  content: "^";
}

.drip-flashlight:before {
  content: "_";
}

.drip-folder:before {
  content: "`";
}

.drip-folder-open:before {
  content: "{";
}

.drip-forward:before {
  content: "|";
}

.drip-gaming:before {
  content: "}";
}

.drip-gear:before {
  content: "~";
}

.drip-graduation:before {
  content: "\\";
}

.drip-graph-bar:before {
  content: "";
}

.drip-graph-line:before {
  content: "";
}

.drip-graph-pie:before {
  content: "";
}

.drip-headset:before {
  content: "";
}

.drip-heart:before {
  content: "";
}

.drip-help:before {
  content: "";
}

.drip-home:before {
  content: "";
}

.drip-hourglass:before {
  content: "";
}

.drip-inbox:before {
  content: "";
}

.drip-information:before {
  content: "";
}

.drip-italic:before {
  content: "";
}

.drip-jewel:before {
  content: "";
}

.drip-lifting:before {
  content: "";
}

.drip-lightbulb:before {
  content: "";
}

.drip-link:before {
  content: "";
}

.drip-link-broken:before {
  content: "";
}

.drip-list:before {
  content: "";
}

.drip-loading:before {
  content: "";
}

.drip-location:before {
  content: "";
}

.drip-lock:before {
  content: "";
}

.drip-lock-open:before {
  content: "";
}

.drip-mail:before {
  content: "";
}

.drip-map:before {
  content: "";
}

.drip-media-loop:before {
  content: "";
}

.drip-media-next:before {
  content: "";
}

.drip-media-pause:before {
  content: "";
}

.drip-media-play:before {
  content: "";
}

.drip-media-previous:before {
  content: "";
}

.drip-media-record:before {
  content: "";
}

.drip-media-shuffle:before {
  content: "";
}

.drip-media-stop:before {
  content: "";
}

.drip-medical:before {
  content: "";
}

.drip-menu:before {
  content: "";
}

.drip-message:before {
  content: "";
}

.drip-meter:before {
  content: "";
}

.drip-microphone:before {
  content: "";
}

.drip-minus:before {
  content: "";
}

.drip-monitor:before {
  content: "";
}

.drip-move:before {
  content: "";
}

.drip-music:before {
  content: "";
}

.drip-network-1:before {
  content: "";
}

.drip-network-2:before {
  content: "";
}

.drip-network-3:before {
  content: "";
}

.drip-network-4:before {
  content: "";
}

.drip-network-5:before {
  content: "";
}

.drip-pamphlet:before {
  content: "";
}

.drip-paperclip:before {
  content: "";
}

.drip-pencil:before {
  content: "";
}

.drip-phone:before {
  content: "";
}

.drip-photo:before {
  content: "";
}

.drip-photo-group:before {
  content: "";
}

.drip-pill:before {
  content: "";
}

.drip-pin:before {
  content: "";
}

.drip-plus:before {
  content: "";
}

.drip-power:before {
  content: "";
}

.drip-preview:before {
  content: "";
}

.drip-print:before {
  content: "";
}

.drip-pulse:before {
  content: "";
}

.drip-question:before {
  content: "";
}

.drip-reply:before {
  content: "";
}

.drip-reply-all:before {
  content: "";
}

.drip-return:before {
  content: "";
}

.drip-retweet:before {
  content: "";
}

.drip-rocket:before {
  content: "";
}

.drip-scale:before {
  content: "";
}

.drip-search:before {
  content: "";
}

.drip-shopping-bag:before {
  content: "";
}

.drip-skip:before {
  content: "";
}

.drip-stack:before {
  content: "";
}

.drip-star:before {
  content: "";
}

.drip-stopwatch:before {
  content: "";
}

.drip-store:before {
  content: "";
}

.drip-suitcase:before {
  content: "";
}

.drip-swap:before {
  content: "";
}

.drip-tag:before {
  content: "";
}

.drip-tag-delete:before {
  content: "";
}

.drip-tags:before {
  content: "";
}

.drip-thumbs-down:before {
  content: "";
}

.drip-thumbs-up:before {
  content: "";
}

.drip-ticket:before {
  content: "";
}

.drip-time-reverse:before {
  content: "";
}

.drip-to-do:before {
  content: "";
}

.drip-toggles:before {
  content: "";
}

.drip-trash:before {
  content: "";
}

.drip-trophy:before {
  content: "";
}

.drip-upload:before {
  content: "";
}

.drip-user:before {
  content: "";
}

.drip-user-group:before {
  content: "";
}

.drip-user-id:before {
  content: "";
}

.drip-vibrate:before {
  content: "";
}

.drip-view-apps:before {
  content: "";
}

.drip-view-list:before {
  content: "";
}

.drip-view-list-large:before {
  content: "";
}

.drip-view-thumb:before {
  content: "";
}

.drip-volume-full:before {
  content: "";
}

.drip-volume-low:before {
  content: "";
}

.drip-volume-medium:before {
  content: "";
}

.drip-volume-off:before {
  content: "";
}

.drip-wallet:before {
  content: "";
}

.drip-warning:before {
  content: "";
}

.drip-web:before {
  content: "";
}

.drip-weight:before {
  content: "";
}

.drip-wifi:before {
  content: "";
}

.drip-wrong:before {
  content: "";
}

.drip-zoom-in:before {
  content: "";
}

.drip-zoom-out:before {
  content: "";
}

@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.ui.popup > .header {
  padding: 0em;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}

.ui.popup > .header + .content {
  padding-top: 0.5em;
}

.ui.popup:before {
  position: absolute;
  content: "";
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0px 0px #bababc;
  box-shadow: 1px 1px 0px 0px #bababc;
}

nav button, .navbar button {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #D0CBD7;
}
nav button.visible, .navbar button.visible {
  color: #ffffff;
}
nav button:active, nav button:hover, nav button:focus, .navbar button:active, .navbar button:hover, .navbar button:focus {
  outline: none;
}

.ui.mini.labels .label,
.ui.mini.label {
  font-size: 10px;
}

.ui.circular.labels .label,
.ui.circular.label {
  font-family: ui-apple-system, -apple-system, sans-serif !important;
  padding: 4px 5px !important;
  min-width: 20px;
  min-height: 8px;
  line-height: 8px;
  border-radius: 12px;
  background-color: #A376FF !important;
  color: #ffffff;
}

.cvAvXt {
  display: inline-block;
}

.WzsNb {
  animation: 1s ease-in-out forwards cZJnvt;
  -webkit-animation: 1s ease-in-out forwards cZJnvt;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 20px;
  width: 20px;
}

div + .WzsNb {
  display: none;
}

.spinner-stroke {
  animation: 0.86s cubic-bezier(0.4, 0.15, 0.6, 0.85) infinite ibwhYF;
  -webkit-animation: 0.86s cubic-bezier(0.4, 0.15, 0.6, 0.85) infinite ibwhYF;
  fill: none;
  stroke: #FFFFFF;
  stroke-dasharray: 56.5486677646px;
  stroke-dashoffset: 45.2389342117px;
  stroke-linecap: round;
  stroke-width: 2px;
  transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
}

@keyframes cZJnvt {
  from {
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
  }
  to {
    transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
  }
}
@-webkit-keyframes cZJnvt {
  from {
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
  }
  to {
    transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
  }
}
@keyframes ibwhYF {
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ibwhYF {
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-image: none !important;
  color: inherit !important;
}

.input-wrapper .label {
  font-size: 15px;
  color: #859397;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.profile-details .ember-power-select-trigger {
  width: 95%;
  max-width: 290px;
  background: transparent;
  border: solid 2px #707070;
  border-width: 0 0 2px 0;
  border-radius: 0;
  outline: 0 none !important;
  box-shadow: none !important;
}
.profile-details .form-control {
  font-family: "Print Font";
  border: solid 2px #707070;
  border-width: 0 0 2px 0;
  width: 95%;
  height: 38px;
  max-width: 290px;
  outline: none;
  transition: border-bottom 150ms ease-in-out, color 250ms ease-out;
  background: transparent;
  padding: 2px 1px 4px 1px;
  outline: 0 none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.profile-details .form-control:valid:focus,
.profile-details .form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.profile-details .form-control:disabled {
  opacity: 0.4;
}
.profile-details .form-control:focus {
  border-bottom: solid 2px #02bd93;
  transition: border-bottom 150ms ease-in-out, color 250ms ease-in;
}

.input-create .label, .input-create label {
  margin: 0 !important;
}

.input-wrapper {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-radius: 5px;
}
.input-wrapper:not(.input-error) .input-error-msg {
  display: none;
}
.input-wrapper.input-error .input-error-msg {
  display: inline-block;
}
.input-wrapper .label, .input-wrapper label {
  display: block;
  color: #2B82D7;
  text-transform: uppercase;
  font-family: "Print Font";
  font-size: 12px;
  font-weight: bold;
  margin: 28px 0 10px 0;
}
.input-wrapper .input-error,
.input-wrapper .input-error:focus,
.input-wrapper .input-error:hover {
  color: #ff5559;
  border-bottom: 2px solid #ff5559;
}
.input-wrapper .input-error-msg {
  z-index: 1;
  box-sizing: border-box;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -2px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #ff5559;
}
.input-wrapper .input-error-msg:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ff5559;
  border-left-color: transparent;
  border-width: 5px;
  border-style: solid;
}
.input-wrapper input {
  padding-left: 15px;
  border: 1px solid #6d64646b;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}

.user-checklist {
  display: -ms-grid;
  display: grid;
  margin: 0 10px;
}
.user-checklist .label {
  display: block;
  color: #2B82D7;
  text-transform: uppercase;
  font-family: "Print Font";
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.user-checklist .ui.checkbox > label {
  color: #8b9696;
}

.btn-submit {
  font-family: "Print Font";
  background-color: #041418;
  border-radius: 17px;
  font-size: 11px;
  color: #50E3C2;
  letter-spacing: 1.38px;
  text-align: center;
  padding: 7px 12px;
  line-height: 17px;
  border: 0;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
.btn-submit:hover, .btn-submit:focus {
  background-color: #0c353f;
}
.btn-submit.btn-success {
  background-color: #50e3c2;
  border-radius: 17px;
  font-size: 11px;
  color: #041418;
}
.btn-submit .plus-icon {
  position: relative;
  left: -8px;
  top: -1px;
  width: 16px;
  height: 16px;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #50e3c2;
  border-color: #50e3c2;
}

.btn-success {
  background-color: #50e3c2;
  font-size: 11px;
  border-color: transparent;
}
.btn-success:hover, .btn-success:focus {
  background: #70EDBF !important;
  border-color: transparent;
}

.btn-error {
  background-color: #e35050;
  border-radius: 17px;
  font-size: 11px;
  border-color: transparent;
  color: #ffffff;
}
.btn-error:hover, .btn-error:focus {
  background: #ff6262 !important;
  border-color: transparent;
}

.btn-success:disabled {
  background-color: #a3aaa9;
  font-size: 11px;
  border-color: transparent;
}
.btn-success:disabled:hover, .btn-success:disabled:focus {
  background: #a3aaa9 !important;
}

.btn-info {
  background-color: white;
  font-size: 11px;
  font-weight: 700;
  border-color: #217CD5;
  color: #217CD5;
  background: white;
  border: 1px solid;
  padding: 2px 20px 2px 20px;
}
.btn-info:hover, .btn-info:focus {
  background: #1E3343;
  color: white;
  border-color: #E9F1F4;
}

.btn-dangerer {
  font-size: 11px;
  font-weight: 700;
  border-color: #493600;
  color: #ffffff;
  background: #ffca34;
  border: 1px solid;
  border: 1px solid;
  padding: 2px 20px 2px 20px;
}
.btn-dangerer:hover, .btn-dangerer:focus {
  background: #ac6100;
  color: white;
  border-color: #E9F1F4;
}

.btn-info > span {
  margin: 0;
  padding: 0;
}

.btn-use {
  font-size: 11px;
  border-color: white;
  color: black;
  font-weight: 600;
  background: #B8F7B5;
  padding: 2px 20px 2px 20px;
}
.btn-use:hover, .btn-use:focus {
  background: #87f581;
  color: black;
  border-color: #E9F1F4;
}

.btn-use > span {
  margin: 0;
  padding: 0;
}

.btn > span {
  font-family: "Din Font Medium", "Open Sans", sans-serif;
}

.multi-button {
  border: 1px solid #217CD5;
  border-radius: 5px;
}
.multi-button span {
  color: #217CD5;
}
.multi-button .new {
  border-left: 1px solid #217CD5;
}
.multi-button .ember-power-select-trigger {
  border: none !important;
}
.multi-button .ember-power-select-trigger span {
  color: #217CD5;
}

.btn-green {
  border-radius: 17px;
  font-size: 11px;
  border-color: transparent;
  color: #ffffff;
  background-color: #49b549;
}

.btn-green:hover {
  background-color: #70f170;
}

.btn-brown {
  border-radius: 17px;
  font-size: 11px;
  border-color: transparent;
  color: #ffffff;
  background-color: #deb05b;
}

.btn-brown:hover {
  background-color: #ffcc6e;
}

.btn-lightgray {
  border-radius: 17px;
  font-size: 11px;
  border-color: transparent;
  color: #ffffff;
  background-color: #b9b8b5;
}

.btn-lightgray:hover {
  background-color: #d8d4c9;
}

.page-signing {
  display: table;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #ffffff;
  width: 30%;
}
.page-signing .header-title {
  font-family: "Print Font";
  margin-bottom: 25px;
  font-size: 17px;
  color: #294354;
}

.page-call {
  display: table;
  position: fixed;
  top: 0;
  left: 30%;
  bottom: 0;
  background-color: #DDD;
  color: #ffffff;
  width: 70%;
  height: 100%;
  background-size: cover;
}

.call-to-action {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action h1 {
  font-size: 36px;
  color: #5CE6DC;
  margin-left: 8% !important;
  font-family: "Din Font Bold", "Open Sans", sans-serif;
}
.call-to-action p {
  color: #BBC2D8;
  font-size: 18px;
  margin-left: 8% !important;
  font-family: "Print Font";
}

@media all and (max-width: 959px) {
  .page-signing {
    display: table;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    color: #ffffff;
    width: 100%;
  }
  .page-signing .header-title {
    font-family: "Print Font";
    margin-bottom: 25px;
    font-size: 17px;
    color: #294354;
  }

  .page-call {
    display: none;
  }

  .p-signin {
    margin-top: 10vh;
    color: #B6BFDA;
  }

  .signin-box {
    display: table-cell;
    vertical-align: middle;
  }
  .signin-box .signin-brand {
    text-align: center;
    margin-bottom: 10vh;
  }
  .signin-box img {
    max-width: 192px;
  }
}
@media all and (max-width: 720px) {
  .page-signing {
    display: table;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    color: #ffffff;
    width: 100%;
  }
  .page-signing .header-title {
    font-family: "Print Font";
    margin-bottom: 25px;
    font-size: 17px;
    color: #294354;
  }

  .page-call {
    display: none;
  }

  .p-signin {
    color: #B6BFDA;
  }

  .signin-box {
    display: table-cell;
    vertical-align: middle;
  }
  .signin-box .signin-brand {
    text-align: center;
    margin-bottom: 5vh;
  }
  .signin-box img {
    max-width: 192px;
  }
}
.signin-box {
  display: table-cell;
  vertical-align: middle;
}
.signin-box .signin-brand {
  text-align: center;
  margin-bottom: 20vh;
}
.signin-box img {
  width: 280px;
}
.signin-box a, .signin-box a:visited, .signin-box a:active {
  color: #B6BFDA;
}
.signin-box a:hover {
  color: #294354;
}

.btn-login {
  background-color: #50E2D4 !important;
  font-size: 17px;
  border-radius: 1.5rem;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #ffffff;
}
.btn-login:hover, .btn-login:focus {
  background: #70EDBF !important;
}
.btn-login span {
  font-family: "Din Font Bold", "Open Sans", sans-serif;
}
.btn-login .spinner-stroke {
  stroke: #ffffff;
}

.logout-loading {
  margin-top: -20vh;
}
.logout-loading .spinner-stroke {
  stroke: #000000;
}

.p-signin {
  margin-top: 10vh;
  color: #B6BFDA;
}

.btn-signin {
  background-color: #50E2D4 !important;
  font-size: 17px;
  border-radius: 1.5rem;
  color: #ffffff;
}
.btn-signin span {
  font-family: "Din Font Bold", "Open Sans", sans-serif;
}
.btn-signin:hover, .btn-signin:focus {
  background: #70EDBF !important;
}

.forgot {
  font-size: 17px;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 17px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background: #E9F1F4;
  border-color: #E9F1F4;
  font-family: "Print Font" !important;
  color: #294354 !important;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: 10px;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
}

.form-create {
  width: 100%;
  max-width: 400px;
  padding: 17px;
  margin: auto;
  margin-top: -15vh;
}

.form-create .checkbox {
  font-weight: 400;
}

.form-create .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background: #E9F1F4;
  border-color: #E9F1F4;
  font-family: "Print Font" !important;
  color: #294354 !important;
}

.form-create .form-control:focus {
  z-index: 2;
}

.form-create input[type=text] {
  margin-bottom: 10px;
}

.form-create input[type=password] {
  margin-bottom: 10px;
}

.ember-blur-up {
  display: table;
  position: fixed !important;
  top: 0;
  left: 30%;
  bottom: 0;
  width: 70%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.ember-blur-up .real-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.ember-blur-up .real-image.show {
  opacity: 1;
}

.btn-group {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
.btn-group .button {
  text-align: center;
  background-color: white;
  color: #40636C;
  border: solid 1px #5CE6DC;
  display: table-cell;
  padding: 5px;
}
.btn-group .button input[type=radio] {
  appearance: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.btn-group .button:first-child {
  border-radius: 5px 0 0 5px;
}
.btn-group .button:last-child {
  border-radius: 0 5px 5px 0;
}
.btn-group .button .button-content {
  margin: 2px 0px;
  font-family: "Print Font";
  font-size: 14px;
  display: block;
}
.btn-group .button.checked {
  background-color: #5CE6DC;
  color: #ffffff;
}
.btn-group > :focus, .btn-group > :active {
  background-color: #5CE6DC;
  color: #000000;
}

div.form-control {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 80px;
}
.navbar button {
  color: white;
}
.navbar .fa-chevron-down {
  font-size: 20px !important;
  padding: 0 10px;
  color: inherit;
}

.nav-center {
  margin-left: 12rem;
}
.nav-center a {
  font-weight: 600;
  color: #d1d1d1;
  font-size: 15px;
  margin: 30px;
}
.nav-center a:hover {
  color: #02bd93;
}
.nav-center .no-decoraion {
  text-decoration: none;
}
.nav-center > li.active > a {
  color: #4FE3C1;
}

.navbar-header {
  width: 240px;
  margin: 5px 0 0 0;
  padding-left: 15px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.navbar-inverse {
  padding: 0;
  color: #A5B5BB;
  background-color: #FFF;
  border: 0;
}
.navbar-inverse .navbar-nav {
  height: 68px;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Din Font Bold", "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #A5B5BB;
  letter-spacing: 0.54px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
}

.navbar-collapse.collapse {
  height: 68px !important;
}

.navbar-brand img {
  display: block;
  width: 145px;
  margin-top: 10px;
}

.navbar-buttons {
  position: relative;
  margin: 0;
  text-align: center;
  height: 80px;
}
.navbar-buttons ul.navbar-nav {
  float: none;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: left;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.navbar-buttons ul.navbar-nav li.parent {
  position: relative;
  display: inline-block;
  padding-right: 0vh;
  min-width: 142px;
}
@media only screen and (max-width: 1300px) {
  .navbar-buttons ul.navbar-nav li {
    padding-right: 0;
  }
}
.navbar-buttons ul.navbar-nav li > span {
  display: inline-block;
  padding: 0 10px 0px 5px !important;
  color: #272231 !important;
  font-size: 18px;
}
.navbar-buttons ul.navbar-nav li > span.drip-return {
  font-size: 21px;
  vertical-align: middle;
  padding-top: 0px;
}
.navbar-buttons ul.navbar-nav li > span.drip-message {
  font-size: 20px;
  vertical-align: middle;
  padding-top: 0px;
  line-height: 22px;
}
.navbar-buttons ul.navbar-nav li > span.wallet-icon {
  font-size: 21px;
  vertical-align: middle;
  padding-top: 0px;
  line-height: 25px;
}
.navbar-buttons ul.navbar-nav li.parent > a {
  /* DASHBOARDS: */
  font-family: "Din Font Medium", "Open Sans", sans-serif;
  font-size: 16px;
  color: #272231;
  letter-spacing: 0.54px;
  height: 100%;
  line-height: 68px;
  padding: 7px 0 26px;
  text-decoration: none;
  transition: box-shadow 150ms ease-in-out, color 250ms ease-in-out;
  display: inline-block;
}
.navbar-buttons ul.navbar-nav li.active, .navbar-buttons ul.navbar-nav li.active:hover {
  border-bottom: solid 5px;
  border-color: #72e8c9;
}
.navbar-buttons ul.navbar-nav li.parent:hover {
  border-bottom: solid 5px;
  border-color: #72e8c9;
}
.navbar-buttons ul.navbar-nav li > a > .fa {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  left: -14px;
  top: 2px;
}
.navbar-buttons ul.navbar-nav li .notification-button {
  color: #C5D2D7;
}
.navbar-buttons ul.navbar-nav li .notification-button > .floating {
  position: absolute;
  left: 24px;
  top: 14px;
  border: #0E333E 2px solid;
}

.nav-main-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 80px;
  font-family: "Din Font";
  font-size: 14px;
  color: #A5B5BB;
  letter-spacing: 0.54px;
  text-align: center;
}
.nav-main-wrapper > .brand {
  flex-grow: 0;
  width: 254px;
  min-width: 254px;
}
.nav-main-wrapper > .buttons {
  padding-left: 4px;
  flex-grow: 1;
}
.nav-main-wrapper > .right {
  flex-grow: 0;
  min-width: 200px;
  margin-right: 15px;
}
.nav-main-wrapper ul.navbar-right {
  display: table;
  margin: 0;
  padding: 0;
  height: 80px;
}
.nav-main-wrapper ul.navbar-right > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 80px;
  min-width: 70px;
  padding-top: 10px;
}
.nav-main-wrapper ul.navbar-right > li > a {
  color: #A5B5BB;
}
.nav-main-wrapper ul.navbar-right > li:hover {
  border-bottom: solid 5px;
  border-color: #72e8c9;
}
.nav-main-wrapper ul.navbar-right > li.active {
  border-bottom: solid 5px;
  border-color: #72e8c9;
}
.nav-main-wrapper ul.navbar-right > li.notification-dropdown {
  width: 80px;
}
.nav-main-wrapper ul.navbar-right > li.nav-profile-link {
  color: #A5B5BB;
}
.nav-main-wrapper ul.navbar-right > li.nav-profile-link > .nav-profile-link:active {
  color: #50E3C2;
}

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

ul.dropdown-menu.nav-child.unstyled.small {
  position: absolute;
  top: 80px;
  left: 0px;
  min-width: 200px;
  text-align: left;
  opacity: 0;
  transition: all 300ms ease-in;
  visibility: hidden;
  display: block;
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 10px #dddddd;
}

li.parent.submenu.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  top: 80px;
}

li.nav-item:hover {
  background-color: #72e8c95e;
}

.nav-item {
  cursor: pointer;
}

a.nav-submenu {
  padding: 10px 0px 10px 20px;
  font-family: "Din Font Medium", "Open Sans", sans-serif;
  font-size: 14px;
  color: #272231;
  letter-spacing: 0.54px;
  line-height: 20px;
  width: 100%;
  text-decoration: none;
  transition: box-shadow 150ms ease-in-out, color 250ms ease-in-out;
  display: inline-block;
}

a.nav-submenu:hover {
  color: #000;
}

.nav-menu-item {
  font-family: "Din Font Medium", "Open Sans", sans-serif;
  font-size: 16px;
  color: #272231;
  letter-spacing: 0.54px;
  padding: 26px 0 26px;
  text-decoration: none;
  transition: box-shadow 150ms ease-in-out, color 250ms ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.nav-menu-item a, .nav-menu-item a:visited, .nav-menu-item a:active, .nav-menu-item a:hover {
  color: #000000;
}

.nav-footer {
  color: #A5B5BB;
  background-color: #FFF;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  height: 40px;
}

div.filtered-container {
  width: 100%;
}
div.filtered-container .template-input {
  font-size: 18px;
  width: 85%;
  color: #636363;
  border: solid 0.5px #c4c4c4;
  padding: 7px 0px 10px 20px;
  border-radius: 10px;
  margin-left: 13px;
}
div.filtered-container .template-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a7b1d1;
  font-weight: 500;
}
div.filtered-container .template-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7b1d1;
  font-weight: 500;
}
div.filtered-container .template-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a7b1d1;
  font-weight: 500;
}
div.filtered-container .template-input:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7;
  font-weight: 500;
}
div.filtered-container div.filtered-container-left {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}
div.filtered-container div.filtered-container-left div.filters {
  background-color: white;
  border: 1px solid;
  width: 100%;
  border-color: #859397;
  color: #000;
  border-radius: 10px;
  margin-top: 20px;
}
div.filtered-container div.filtered-container-left div.filters hr {
  margin-top: 5px !important;
  padding-bottom: 5px;
  margin: 0;
}
div.filtered-container div.filtered-container-left div.filters ul {
  margin: 0;
  padding: 0;
}
div.filtered-container div.filtered-container-left div.filters ul li {
  margin-left: 10px;
  padding-top: 5px;
}
div.filtered-container div.filtered-container-left div.filters ul li a {
  color: #1E3343;
  font-family: "Din Font Medium", "Open Sans", sans-serif;
  font-size: 16px;
}
div.filtered-container div.filtered-container-left div.filters ul li a.active {
  color: #4D94D2;
}
div.filtered-container div.filtered-container-left div.filters ul li a.link {
  color: #50E3C2;
}
div.filtered-container div.filtered-container-left div.filters ul li span {
  color: #A7B0D2;
}
div.filtered-container div.filtered-container-right {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
div.filtered-container div.filtered-container-right div.filtered-item + div.filtered-item {
  margin-left: 8px;
}
div.filtered-container div.filtered-container-right div.filtered-item {
  display: inline-block;
  max-width: 30%;
  width: 220px;
  background-color: white;
  border: solid 1px;
  border-color: #859397;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 7px;
}
div.filtered-container div.filtered-container-right div.filtered-title > div.frente {
  height: 160px;
  display: inline-block;
  width: 50%;
  background-color: #C6DEF5;
  border-top-left-radius: 10px;
}
div.filtered-container div.filtered-container-right div.filtered-title > div.verso {
  height: 160px;
  display: inline-block;
  width: 100%;
  background-color: #D2F8F4;
  border-top-left-radius: 10px;
}
div.filtered-container div.filtered-container-right div.filtered-title > div.internalFull {
  height: 160px;
  display: inline-block;
  width: 100%;
  background-color: #D2F8F4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.filtered-container div.filtered-container-right div.filtered-title > div.side {
  height: 160px;
  display: inline-block;
  width: 100%;
  background-color: #C8DEF4;
  border-top-right-radius: 10px;
}
div.filtered-container div.filtered-container-right div.grafico-linha > div.verso {
  height: 160px;
  display: inline-block;
  width: 50%;
  margin-left: -5px;
  background-color: #D2F8F4;
  border-top-right-radius: 10px;
}
div.filtered-container div.filtered-container-right .first {
  margin-left: 0 !important;
  font-size: 20px !important;
}
div.filtered-container div.filtered-container-right .xadrez {
  background-color: #F3F5F8;
}
div.filtered-container div.filtered-container-right div.filtered-title {
  text-align: center;
  border-bottom: 1px solid;
  border-bottom: #859397;
  height: 160px;
}
div.filtered-container div.filtered-container-right div.filtered-title h3 {
  font-family: "Din Font";
  font-size: 18px;
  color: #1E3343;
}
div.filtered-container div.filtered-container-right div.filtered-attributes {
  display: table;
  width: 100%;
  padding: 5px 10px 5px 10px;
}
div.filtered-container div.filtered-container-right div.filtered-attributes .first {
  color: #1E3343;
}
div.filtered-container div.filtered-container-right div.filtered-attributes .filtered-left {
  display: table-cell;
  width: 50%;
  font-size: 15px;
}
div.filtered-container div.filtered-container-right div.filtered-attributes .filtered-right {
  display: table-cell;
  width: 50%;
  text-align: right;
  color: #4D94D2;
  font-size: 17px;
}
div.filtered-container div.filtered-container-right div.filtered-attributes span {
  font-size: 12px;
}

.item-buttons {
  text-align: center;
  padding-bottom: 10px;
}
.item-buttons button {
  margin-top: 15px;
}
.item-buttons button + button {
  margin-left: 15px;
}

div.headline-border {
  width: 10px;
  height: 100%;
  display: inline-block;
  border-left: 1px solid;
}

.vl {
  margin: 20px 0 20px 0;
  border-left: 1px solid #bbb;
  height: 300px;
}

.service-container {
  margin: 10px 50px;
}
.service-container table {
  border: 1px solid #bbb;
  margin: 5px;
}
.service-container .col-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.service-items {
  display: grid;
  display: -ms-grid;
  margin: 0 25px;
  border: #bbb solid 1px;
  border-radius: 5px;
}
.service-items li, .service-items b {
  font-size: 17px;
}

@media only screen and (max-width: 1600px) {
  .service-items {
    margin: 2px;
  }
}
.paper-items {
  margin: 0 10px;
  width: 100px;
  display: grid;
  display: -ms-grid;
  border: #bbb solid 1px;
  border-radius: 5px;
}
.paper-items .paper-type {
  margin: 10px 0;
  font-size: 25px;
  font-weight: 700;
  color: #50E2D4;
}
.paper-items .paper-size {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
}

.table-interaction {
  width: 70% !important;
}
.table-interaction span {
  font-size: 20px;
  font-weight: 500;
}
.table-interaction > .drip-plus {
  font-size: 25px;
}
.table-interaction > .total-price {
  color: #0ACBAF;
  font-weight: 500;
  font-size: 23px;
}
.table-interaction > .contact {
  color: #217CD5;
}
.table-interaction > .email {
  font-size: 16px;
}

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

.proceed-button {
  margin: 20px auto;
  width: 90%;
}
.proceed-button .btn {
  border-radius: 100px;
}
.proceed-button .btn > span {
  font-size: 18px;
}
.proceed-button > .btn-completed {
  background-color: #2B84D8;
  color: #ffffff;
}

.half-width {
  width: 60%;
}

.description-db {
  margin: 25px;
  font-size: 17px;
}

.status-header {
  margin-top: 40px;
}
.status-header .status-item {
  margin-left: 15px;
}

.dot-análise {
  height: 15px;
  margin: 0 10px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffd316;
}

.dot-execução {
  height: 15px;
  margin: 0 10px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #57f3e4;
}

.dot-expedição {
  height: 15px;
  margin: 0 10px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #50E2D4;
}

.dot-finalizado {
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border: 1px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #217CD5;
}

.dot-retorno {
  height: 15px;
  margin: 0 10px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d951fb;
}

.dot-cancelado {
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d80000;
}

.dot-pendente {
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #c1d8d6;
}

.word-card {
  text-align: center;
  border: #bbb 1px solid;
  color: #bbb;
  border-radius: 5px;
  font-style: italic;
  display: inline-flex;
  padding: 0px 6px;
}
.word-card p {
  margin: 2px 3px;
}

.letter-sidenav {
  border-right: solid 1px #c4c4c4;
  padding-right: 0 !important;
}
.letter-sidenav .button {
  width: 300px;
  background: none;
  border: #217CD5 1px solid;
  color: #217CD5;
  font-weight: 600;
}
.letter-sidenav label > input {
  width: 300px;
  border: #000 1px solid;
}
.letter-sidenav .content-title-wrapper {
  display: inline-flex;
  font-size: 31px;
}
.letter-sidenav .content-title-wrapper .content-title-icon {
  margin: 5px 5px 0 0;
}
.letter-sidenav .content-title-wrapper .content-title {
  margin-top: 6px;
  font-weight: 600;
}

.services-sidenav {
  padding-right: 0 !important;
}
.services-sidenav .button {
  width: 300px;
  background: none;
  border: #217CD5 1px solid;
  color: #217CD5;
  font-weight: 600;
}
.services-sidenav label > input {
  width: 300px;
  border: #000 1px solid;
}
.services-sidenav .content-title-wrapper {
  display: inline-flex;
  font-size: 31px;
}
.services-sidenav .content-title-wrapper .content-title-icon {
  margin: 5px 5px 0 0;
}
.services-sidenav .content-title-wrapper .content-title {
  margin-top: 6px;
  font-weight: 600;
}

.services-right-group {
  border-left: solid 1px #c4c4c4;
}

.content-subtitle {
  margin: 26px 18px 20px 18px;
  color: #bbb;
}

.content-footer {
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  margin: 24px;
}
.content-footer .icon {
  margin-left: 10px;
}
.content-footer .zoom-text {
  font-size: 13px;
}

.ui.checkbox label {
  font-size: 18px;
}
.ui.checkbox label::after {
  border: 1px solid black;
  border-radius: 2px;
  color: #3f3f3f !important;
  background-color: #50e3c2;
}

.ui.checkbox.radio label::after {
  background-color: #50e3c2 !important;
}

.content-border {
  margin: 10px;
  width: 180px;
  border: 1px solid black;
}
.content-border label {
  margin: 10px;
}

.menu-left-selected-item :hover {
  background: #1F3342;
}
.menu-left-selected-item .active {
  background: #1F3342;
}

.accordion .title {
  font-weight: 600;
}
.accordion .accordion-border {
  margin: 5px 0;
  width: 100%;
  border-top: 1px solid #bbb;
}
.accordion .accordion-border .accordion-text {
  margin-left: 10px;
}
.accordion .accordion-border .accordion-text .drip-cross {
  color: red;
}
.accordion .accordion-border .accordion-text .drip-checkmark {
  color: #50e3c2;
}
.accordion > .last-item {
  border-bottom: 1px solid #bbb;
}

.editor > .email {
  background-color: #D9DCEA;
  border: 20px #E9EBF3 solid;
}

.editor > .sms {
  min-height: 75vh;
  max-height: 80vh;
  background-color: #D9DCEA;
  border: 20px #E9EBF3 solid;
  border-radius: 5px;
}

.fullscreen {
  height: 97.9vh;
}

.must-have-field {
  color: red;
  font-size: 30px;
  margin-left: 5px;
}

.status-card {
  margin: 2px;
  border: #fff 1px solid;
  color: #434343;
  background-color: #50e2d4;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
}

.label-info {
  color: #b0b0b0;
  font-size: 10pt;
}

.word-n-card {
  text-align: center;
  margin: 2px;
  border-radius: 5px;
  font-style: italic;
  border: #fff 1px solid;
  background-color: #7d02db;
  color: #fff;
}
.word-n-card p {
  margin: 2px 3px;
}

.services-new-b-l {
  border-left: dashed 1px #aab4d2;
}

.dashed-bl-2 {
  border-left: dashed 2px #aab4d2;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.simulator-in {
  display: inherit;
  animation: fade-in 1.5s;
}
.simulator-out {
  display: none;
}
.simulator-label {
  cursor: pointer;
  margin-bottom: 20px;
  border-bottom: dashed 1px #aab4d2;
}

.custom-styles-modal-container {
  border-radius: 2px;
  background: white;
  color: #222;
  width: 99%;
  height: 99%;
}

.custom-min-modal-container {
  border-radius: 2px;
  background: white;
  color: #222;
  width: 90%;
}
.custom-min-modal-container > .dropzone {
  height: 80%;
}
.custom-min-modal-container .scrolleable {
  height: 33vh !important;
}

@media (min-width: 992px) {
  .modal-x-lg {
    max-width: 1100px;
  }
}
.iframe-sms-template {
  max-width: 350px !important;
  max-height: 470px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -30px !important;
}

body#tinymce {
  font-size: 14pt;
  margin: 20px 30px;
}

#tinymce p {
  font-size: 14pt;
  padding: 5px 20px;
}

.iframe-carta-template {
  height: 1300px !important;
  transform: scale(0.83) !important;
}

.iframe-email-template {
  margin: -150px 0px !important;
  height: 1300px !important;
}

.modal-full {
  max-width: calc(100% - 80px);
}

.request-container {
  border-top: 1px solid #bbb;
}
.request-container h4 {
  margin-bottom: 10px !important;
  font-size: 18px;
  font-weight: 700;
}
.request-container h2 {
  margin-left: 20px;
  margin-top: 20px;
}
.request-container hr {
  background: #bbb;
}
.request-container .col-3 {
  padding-left: 0px !important;
}
.request-container .col-2 {
  padding-right: 0px !important;
}
.request-container .col-6 {
  padding-right: 0px !important;
}
.request-container .left-bordered {
  border-left: 1px solid #bbb;
  height: 81.5vh;
}
.request-container .left-bordered .wallet-container .wallet-item {
  margin-left: 28px !important;
  min-width: 86% !important;
}
.request-container .bottom-container {
  border-top: 1px solid #bbb;
}
.request-container .description {
  margin-left: 20px;
  color: #bbb;
}
.request-container .description p {
  font-size: 20px;
}
.request-container .template-container {
  width: 100%;
}
.request-container .template-container .template-item {
  margin-top: 25px;
  margin-right: 35px !important;
  width: 80%;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.request-container .template-container > :first-child {
  margin-top: 45px;
}
.request-container .item-buttons .btn-details {
  color: #bbb;
  background: none;
  border: 1px solid #bbb;
}
.request-container .item-buttons .btn-edit {
  background: #B8F7B5;
  border: 1px solid #B8F7B5;
  color: black;
}
.request-container .item-buttons .btn-edit:hover {
  color: #ffffff;
  background: #2b2b2b;
}
.request-container .item-buttons .btn-details:hover {
  background: #859397;
  color: #ffffff;
}
.request-container .template-icon {
  position: absolute;
}
.request-container .template-icon .icon {
  position: absolute;
  bottom: -28px;
}
.request-container .template-icon .icon .drip-conversation {
  background: #ffffff;
}
.request-container .content {
  margin: 0 !important;
  padding: 0 !important;
}
.request-container .ui.basic.segment {
  padding: 0 !important;
  font-size: 18px;
  color: #bbb;
}
.request-container .ui.basic.segment .c-container .c-item {
  padding: 12px;
}
.request-container .ui.basic.segment .c-container .counter {
  color: #217CD5;
}
.request-container .ui.basic.segment .c-container:first-child {
  background: #F4EDF2;
  color: #000;
}
.request-container .ui.basic.segment .c-container:first-child .counter {
  color: #000;
}
.request-container .arrow-position {
  position: absolute;
}
.request-container .arrow-position .arrow-up {
  position: absolute;
  left: 20px;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #F4EDF2;
}
.request-container .title {
  display: flex;
  border-top: 1px #bbb solid;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.request-container .title h4 {
  margin-bottom: 0px !important;
}
.request-container .title i {
  font-size: 40px;
}
.request-container .counters-container {
  margin: 15px 0;
}
.request-container .counters-container .d-grid {
  padding: 5px 5px;
  border-left: 1px #bbb dotted;
}
.request-container .counters-container .d-grid .counters {
  margin-top: 5px;
}
.request-container .counters-container .d-grid .counters .production {
  color: #2A81D7;
}
.request-container .counters-container .d-grid .counters .expedition {
  color: #60E4D7;
}
.request-container .counters-container .d-grid .counters .ended {
  color: #868EA7;
}
.request-container .counters-container .d-grid .counters .return {
  color: #ED9FAA;
}
.request-container .counters-container .d-grid .counters .total {
  min-width: 65px;
  margin-top: 10px;
  font-size: 25px;
}

.dashboard-blue-container {
  background: #247ED6;
  border-radius: 5px;
}
.dashboard-blue-container h1 {
  color: white;
  font-size: 55px;
}
.dashboard-blue-container h3 {
  color: white;
  font-size: 30px;
  font-weight: 800;
}
.dashboard-blue-container .left-bordered {
  border-left: 1px #bbb dotted;
}
.dashboard-blue-container .content-bg {
  border: #569DDF 5px solid;
}

.left-cards h1 {
  font-size: 60px !important;
}
.left-cards span {
  font-size: 20px !important;
}

.line-hover:hover {
  background-color: #f8f8f8;
}

.line-hover {
  cursor: pointer !important;
}

.bg-light-blue {
  background: #c9e3ec;
  border-radius: 5px;
}

.warning-badget {
  color: white;
  background: orangered;
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
}

.service-zoom {
  transition: 300ms ease-in-out;
  overflow: hidden;
  width: 140px;
  height: 70px;
}
.service-zoom.sz-in {
  width: 95%;
  height: auto;
}
.service-zoom .border-dashed {
  margin-bottom: 20px;
  border-bottom: dashed 1px #aab4d2;
}

.border-success {
  border: #1cc51c solid 2px;
}

.border-error {
  border: #e44244 solid 2px;
}

.req-info-box {
  padding: 10px 20px;
}

.req-info-text-sm {
  color: #ffffff;
  font-size: 12px;
}

.req-info-text {
  font-weight: 600;
  color: #ffffff;
}

.req-info-limon {
  background-color: #40bbaf;
}

.req-info-yellow {
  background-color: #f1ce37;
}

.req-info-orange {
  background-color: #f5951f;
}

.req-info-blue {
  background-color: #227fd1;
}

.req-info-pastel-blue {
  background-color: #8ebeed;
}

.req-info-red {
  background-color: #d80000;
}

.req-info-pastel-red {
  background-color: #e77878;
}

.req-info-gray {
  background-color: #aaa;
}

.req-info-purple {
  background-color: #7c53f9;
}

.legend-text {
  color: #363636;
  font-size: 12px;
}

.legend-dot {
  height: 10px;
  width: 20px;
  margin: 3px 6px;
}

.config-container .label {
  color: #217CD5;
  font-size: 14px;
  font-weight: bold;
  margin-left: 19px;
  margin-bottom: 5px;
}
.config-container .form-control-lg {
  border: #ababab 1px solid;
}
.config-container .button {
  background: white;
  border: black 1px solid;
}
.config-container .adress-container {
  display: grid;
}
.config-container .adress-container .name {
  font-weight: 900;
}
.config-container .remetente {
  background: #B8F7B5;
  max-width: 170px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}
.config-container .faturamento {
  background: #bbb;
  max-width: 170px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}

.btn-upload {
  background: #e4e4e4;
  color: black;
}

.super-toast {
  @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
  /* button css */
}
.super-toast :root {
  font-family: "Montserrat";
}
.super-toast .banners-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.super-toast .banner {
  color: white;
  font-weight: 700;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.super-toast .banner .banner-message {
  flex: 1;
  padding: 0 2rem;
}
.super-toast .banner .banner-message .bmsg {
  padding: 20px;
}
.super-toast .banner .banner-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.super-toast .banner .banner-close:hover {
  background: rgba(0, 0, 0, 0.12);
}
.super-toast .banner.success {
  background: #10c15c;
}
.super-toast .banner.success::after {
  background: #10c15c;
}
.super-toast .banner.error {
  background: #ed1c24;
}
.super-toast .banner.error::after {
  background: #ed1c24;
}
.super-toast .banner.info {
  background: #0b22e2;
}
.super-toast .banner.info::after {
  background: #0b22e2;
}
.super-toast .banner::after {
  content: "";
  position: absolute;
  height: 10%;
  width: 100%;
  bottom: 100%;
  left: 0;
}
.super-toast .banner:not(.visible) {
  display: none;
  transform: translateY(-100%);
}
.super-toast .banner.visible {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.12);
  animation-name: banner-in;
  animation-direction: forwards;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes banner-in {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.super-toast .show-banner {
  appearance: none;
  background: #ededed;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0.25rem;
}
.super-toast .yesbtn {
  transition: 0.25s;
}
.super-toast .yesbtn button {
  color: #19bc8b;
}
.super-toast .yesbtn:hover {
  background-color: #19bc8b;
}
.super-toast .yesbtn:hover, .super-toast .yesbtn:focus {
  color: #ffffff;
}
.super-toast .nobtn {
  transition: 0.25s;
}
.super-toast .nobtn button {
  color: #de3131;
}
.super-toast .nobtn:hover {
  background-color: #de3131;
}
.super-toast .nobtn:hover, .super-toast .nobtn:focus {
  color: #ffffff;
}
.super-toast button {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 10px 2em;
  color: #fff;
  outline: none !important;
}

.template-wrap {
  width: 320px;
  height: 192px;
  padding: 0;
  overflow: hidden;
}

.transform-fix {
  -moz-transform: scale(50%);
  -moz-transform-origin: top left;
  -o-transform: scale(50%);
  -o-transform-origin: top left;
  -webkit-transform: scale(50%);
  -webkit-transform-origin: top left;
}

.full-preview-fix {
  width: 180px !important;
  height: 786px;
  border: 0;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.preview-fix {
  width: 180px !important;
  height: 786px;
  border: 0;
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

iframe#letter-iframe {
  all: initial;
  /* blocking inheritance for all properties */
  all: unset;
  /* allowing inheritance within #mydiv */
  transform: scale(0.7);
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

iframe[size=preview] {
  width: 4cm;
  height: 8cm;
  overflow: hidden;
}

iframe[size=A4] {
  width: 21cm;
  height: 27.2cm;
}

iframe[size=A4][layout=landscape] {
  width: 29.7cm;
  height: 21cm;
}

iframe[size=A3] {
  width: 29.7cm;
  height: 42cm;
}

iframe[size=oficio] {
  width: 29.56cm;
  height: 21.59cm;
}

iframe[size=A3][layout=landscape] {
  width: 42cm;
  height: 29.7cm;
}

iframe[size=A5] {
  width: 14.8cm;
  height: 21cm;
}

iframe[size=A5][layout=landscape] {
  width: 21cm;
  height: 14.8cm;
}

@media print {
  body, iframe {
    margin: 0;
    box-shadow: 0;
  }
}
.variableButton {
  border: none;
  background: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 10px;
}

.selection .selected {
  margin-top: 0 !important;
}

.ui.form textarea:not([rows]) {
  margin-top: 15px;
}

.ui.selection.dropdown {
  width: 75%;
}

form.chat * {
  transition: all 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

form.chat {
  margin: 0;
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}

form.chat span.spinner {
  -moz-animation: loading-bar 1s 1;
  -webkit-animation: loading-bar 1s 1;
  animation: loading-bar 1s 1;
  display: block;
  height: 2px;
  background-color: #00e34d;
  transition: width 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

form.chat .messages {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  height: 90%;
  width: 100%;
  padding: 2% 3%;
  border-bottom: 1px solid #ecf0f1;
}

form.chat ::-webkit-scrollbar {
  width: 3px;
  height: 1px;
  transition: all 0.5s;
  z-index: 10;
}

form.chat ::-webkit-scrollbar-track {
  background-color: white;
}

form.chat ::-webkit-scrollbar-thumb {
  background-color: #bec4c8;
  border-radius: 3px;
}

form.chat .message {
  display: block;
  width: 98%;
  padding: 0.5%;
}

form.chat .message p {
  margin: 0;
}

form.chat .myMessage,
form.chat .fromThem {
  max-width: 50%;
  word-wrap: break-word;
  margin-bottom: 20px;
}

form.chat .message:hover .myMessage {
  -webkit-transform: translateX(-130px);
  transform: translateX(-130px);
}

form.chat .message:hover .fromThem {
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
}

form.chat .message:hover date {
  opacity: 1;
}

form.chat .myMessage, .fromThem {
  position: relative;
  padding: 10px 20px;
  color: white;
  border-radius: 25px;
  clear: both;
  font: 400 15px "Open Sans", sans-serif;
}

form.chat .myMessage {
  background: #00e34d;
  color: white;
  float: right;
  clear: both;
  border-bottom-right-radius: 20px 0px\9 ;
}

form.chat .myMessage:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -8px;
  height: 19px;
  border-right: 20px solid #00e34d;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border-bottom-left-radius: 15px 0px\9 ;
  transform: translate(-1px, -2px) \9 ;
}

form.chat .myMessage:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -42px;
  width: 12px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
}

form.chat .fromThem {
  background: #E5E5EA;
  color: black;
  float: left;
  clear: both;
  border-bottom-left-radius: 30px 0px\9 ;
}

form.chat .fromThem:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 19px;
  border-left: 20px solid #E5E5EA;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border-bottom-right-radius: 15px 0px\9 ;
  transform: translate(-1px, -2px) \9 ;
}

form.chat .fromThem:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
}

form.chat date {
  position: absolute;
  top: 10px;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
  color: #8b8b90;
  opacity: 0;
  z-index: 4;
}

form.chat .myMessage date {
  left: 105%;
}

form.chat .fromThem date {
  right: 105%;
}

form.chat input {
  font: 400 13px "Open Sans", sans-serif;
  border: 0;
  padding: 0 15px;
  height: 10%;
  outline: 0;
}

form.chat input[type=text] {
  width: 73%;
  float: left;
}

form.chat input[type=submit] {
  width: 23%;
  background: transparent;
  color: #00E34D;
  font-weight: 700;
  text-align: right;
  float: right;
}

form.chat .myMessage, form.chat .fromThem {
  font-size: 12px;
}

form.chat .message:hover .myMessage {
  transform: translateY(18px);
  -webkit-transform: translateY(18px);
}

form.chat .message:hover .fromThem {
  transform: translateY(18px);
  -webkit-transform: translateY(18px);
}

form.chat .myMessage date, form.chat .fromThem date {
  top: -20px;
  left: auto;
  right: 0;
  font-size: 12px;
}

form.chat .myMessage,
form.chat .fromThem {
  max-width: 90%;
}

@-moz-keyframes loading-bar {
  0% {
    width: 0%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loading-bar {
  0% {
    width: 0%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-bar {
  0% {
    width: 0%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
/* DEMO */
.iphone {
  background-image: url("https://printpost-dev.s3.us-east-2.amazonaws.com/images/templates/cellphone.png");
  background-size: 240px 100%;
  background-position-x: -50px;
  background-repeat: no-repeat;
}

.border {
  position: absolute;
  top: 12.3%;
  bottom: 12%;
}

.border-sms {
  position: absolute;
  top: 12.3%;
  bottom: 12%;
}

a.article {
  position: fixed;
  bottom: 15px;
  left: 15px;
  display: table;
  text-decoration: none;
  color: white;
  background-color: #00e34d;
  padding: 10px 20px;
  border-radius: 25px;
  font: 400 15px "Open Sans", sans-serif;
}

.drag-box {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: move;
  color: white;
  height: 20rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 20rem;
}

.drag-box p {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  margin: -0.5rem 0 0 0;
  position: absolute;
  top: 20%;
  width: 100%;
  color: #000;
  font-weight: bold;
}

.drag-headerbox {
  background-color: #750000;
  border-radius: 3px;
  cursor: move;
  color: white;
  height: 5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 25rem;
}

.drag-headerbox p {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  margin: -0.5rem 0 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

strong {
  font-weight: 500;
}

a, a:hover, a:focus {
  color: #50e3c2;
  text-decoration: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

h1, h2 {
  margin-top: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #50e3c2;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #50e3c2;
  color: #fff;
  text-shadow: none;
}

/***** Top content *****/
.top-content {
  padding: 40px 0 170px 0;
}

.top-content .text {
  color: #fff;
}

.top-content .text h1 {
  color: #fff;
}

.top-content .description {
  margin: 20px 0 10px 0;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a {
  color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
  border-bottom: 1px dotted #fff;
}

.f1 {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #50e3c2;
}

.f1-step {
  position: relative;
  float: left;
  width: 23.333333%;
  padding: 0 5px;
}

.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #50e3c2;
  color: #50e3c2;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #50e3c2;
  font-size: 22px;
  line-height: 48px;
}

.f1-step p {
  color: #ccc;
}

.f1-step.activated p {
  color: #50e3c2;
}

.f1-step.active p {
  color: #50e3c2;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  border-color: #50e3c2;
}

/***** Media queries *****/
@media (max-width: 767px) {
  .navbar {
    padding-top: 0;
  }

  .navbar.navbar-no-bg {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
  }

  .navbar-brand {
    height: 60px;
    margin-left: 15px;
  }

  .navbar-collapse {
    border: 0;
  }

  .navbar-toggle {
    margin-top: 12px;
  }

  .top-content {
    padding: 40px 0 110px 0;
  }
}
@media (max-width: 415px) {
  h1, h2 {
    font-size: 32px;
  }

  .f1 {
    padding-bottom: 20px;
  }

  .f1-buttons button {
    margin-bottom: 5px;
  }
}
/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* logo */
  .navbar-brand {
    background-image: url(../img/logo@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 162px 36px !important;
  }
}
.z-index10 {
  position: relative;
  z-index: 10;
}

/*
* Wizard JS test 2
*/
.steps .current-info, .wizard > .steps .number {
  display: none;
}

#wizard {
  position: relative;
  background: #fff;
  height: auto;
  width: auto;
  padding: 30px 93px 30px;
  border-radius: 10px;
}
#wizard.pt-86 {
  padding-top: 86px;
}

.steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.steps ul {
  display: flex;
  list-style: none;
}
.steps ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
.steps ul li.current a {
  width: 22px;
  transition: all 0.5s ease;
  border-radius: 5.5px;
}

.actions ul {
  display: flex;
}
.actions ul.actions-next {
  justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #36a8ea;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.actions li a:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 32px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px;
}
.actions li a:hover {
  background: #1e88c5;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled=true] a {
  display: none;
}
.actions li:first-child a {
  background: #2cbdbd;
  padding-left: 65px;
}
.actions li:first-child a:before {
  content: "";
  left: 48px;
}
.actions li:first-child a:hover {
  background: #23a0a0;
}
.actions li:last-child a {
  padding-left: 46px;
  font-weight: 400;
}
.actions li:last-child a:before {
  right: 44px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  #wizard {
    width: auto;
    height: auto;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }

  .actions ul {
    flex-direction: column;
    align-items: flex-end;
    list-style: none;
  }

  .steps {
    display: none;
  }
}
.wrapper-dropdown-3 {
  /* Size and position */
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  /* Styles */
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  cursor: pointer;
  outline: none;
}

.wrapper-dropdown-3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  /* Styles */
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.17);
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}

/*.wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0,0,0,0.1) transparent;    
}*/
.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
  border: none;
  border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-3 .dropdown li:hover a {
  background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}

/*#############################*/
/* flip box */
.kudos-wrap {
  /* background-color: #232323; */
  margin-bottom: 30px;
  padding: 25px 15px;
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.2), inset 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}

.box-waiting-rotate {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-rotate-right {
  transform: rotateY(180deg);
}

.box-sms::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -42px;
  width: 12px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
}

.box-sms::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -8px;
  height: 19px;
  border-right: 20px solid #00e34d;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  border-bottom-left-radius: 15px 0px\9 ;
  transform: translate(-1px, -2px) \9 ;
}

.box-sms {
  margin-top: 2px;
  margin-left: 28px;
  /* max-width: 60%; */
  background: #00e34d;
  color: white;
  float: right;
  clear: both;
  position: relative;
  max-width: 92px;
  padding: 12px 12px;
  max-height: 166px;
  overflow: hidden;
  color: white;
  border-radius: 25px;
  clear: both;
  font: 400 12px "Open Sans", sans-serif;
}

.box-sms2 {
  margin-top: 2px;
  margin-left: 28px;
  max-width: 60%;
  background: #00e34d;
  color: white;
  float: right;
  clear: both;
  position: relative;
  padding: 12px 12px;
  color: white;
  border-radius: 25px;
  clear: both;
  font: 400 12px "Open Sans", sans-serif;
}

.h-cellphone {
  width: 140px;
  height: 280px;
}

.h-a4 {
  width: 150px;
  height: 230px;
}

.h-500 {
  height: 500px;
}

.h-1180 {
  height: 1180px;
}

.h-880 {
  height: 880px;
}

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

.verso-top0 {
  top: 0;
  position: fixed !important;
}

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

.kudos-wrap ul {
  list-style-type: none;
}

.kudos-wrap li {
  display: inline-block;
}

.kudos-wrap input[type=radio][id^=cb] {
  display: none;
}

.kudos-wrap label {
  border: 1px solid #2196F3;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.kudos-wrap label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.kudos-wrap label img {
  height: 100px;
  width: 150px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.kudos-wrap :checked + label {
  border-color: #673AB7;
}

.kudos-wrap :checked + label:before {
  content: "✓";
  font-size: 15px;
  font-weight: bold;
  background-color: #673AB7;
  transform: scale(1);
}

.kudos-wrap :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

/* Flip Box */
.flip-box {
  background-color: transparent;
  border: 1px solid transparent;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #e7e7e7;
  color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

/*  label box */
.box1 h3 {
  position: relative;
  padding: 10px 0px;
  margin: 230px -30px 20px !important;
  font-size: 28px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #cc0000;
  /* css3 extras */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /* See "NOTE 1" */
  zoom: 1;
}

.box1 h3:before,
.box1 h3:after {
  content: "";
  position: absolute;
  /* See "NOTE 2" */
  z-index: -1;
  top: -42%;
  left: 0px;
  border-width: 15px 18px 0px 0px;
  border-style: solid;
  border-color: transparent maroon;
}

.box1 h3:after {
  left: auto;
  right: 0px;
  border-width: 15px 0px 0px 18px;
}

/* verso */
.box1 h4 {
  position: relative;
  padding: 10px 30px;
  margin: 230px -30px 20px !important;
  font-size: 16px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #002a9e;
  text-transform: uppercase;
  /* css3 extras */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  /* See "NOTE 1" */
  zoom: 1;
}

.box1 h4:before,
.box1 h4:after {
  content: "";
  position: absolute;
  /* See "NOTE 2" */
  z-index: -1;
  top: -42%;
  left: 0px;
  border-width: 15px 18px 0px 0px;
  border-style: solid;
  border-color: transparent lightblue;
}

.box1 h4:after {
  left: auto;
  right: 0px;
  border-width: 15px 0px 0px 18px;
}

.card-container i {
  opacity: 0;
  font-size: 18px;
  color: #fff;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-container h2 {
  pointer-events: none;
}

.card-container {
  /* width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; */
  /* flex-direction: column; */
  display: inline-block;
}

.card-container .card {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
  cursor: pointer;
  box-shadow: #00000050 0px 0px 10px;
}

.card-container .card:before {
  content: "";
  z-index: 99;
  position: absolute;
  top: -10px;
  left: 32px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E6E5E1;
}

.card-container .card:after {
  content: "";
  z-index: 99;
  position: absolute;
  bottom: -10px;
  left: 32px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E6E5E1;
}

.card-container .card ul {
  z-index: 99;
  position: absolute;
  left: 0px;
  top: 5px;
  list-style-type: none;
}

.card-container .card ul li {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  margin: 6px 0;
  background-color: #E6E5E1;
}

.card-container .card h2 {
  /* z-index: 99;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  right: 130px;
  font-size: 60px;
  font-weight: 700;
  color: #000; */
}

.card-container .card .fa-arrow-right {
  z-index: 100;
  position: absolute;
  right: 75px;
  bottom: 25px;
  font-size: 40px;
  cursor: pointer;
}

.card-container .card p {
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 70px;
  color: #333;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-container .card .pic {
  z-index: 100;
  width: 300px;
  height: 200px;
  /* background-image: url("https://images.unsplash.com/photo-1525543907410-b2562b6796d6?ixlib=rb-0.3.5&s=9ff8e5e718a6a40cbd0e1471235912f4&auto=format&fit=crop&w=3452&q=80"); */
  background-size: 100% 100%;
  filter: grayscale(100%);
}

.card-container .card .social {
  position: absolute;
  left: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 64px;
  border-radius: 80px;
}

.card-container .card .social i:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.card-container .card .social i:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.card-container .card .social i:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.card-container .card .social i:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.card-container .card:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-container .card button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  mix-blend-mode: hard-light;
}

.card-container .card button i {
  font-size: 3rem;
}

.card-container .card:hover button {
  transform: scale(16.5);
}

.card-container .card:hover p {
  color: #fff;
}

.card-container .card:hover .pic {
  filter: grayscale(0);
}

.card-container .card2 .pic {
  /* background-image: url("https://images.unsplash.com/photo-1528785198459-ec50485704c7?ixlib=rb-0.3.5&s=3a2fc3039516555bbb2e9cd2967bd321&auto=format&fit=crop&w=1537&q=80"); */
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

.title-card {
  text-align: center;
  width: 300px;
  height: 200px;
}

.title-card h2 {
  font-size: 24px;
  font-family: "Print Font";
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-top: 80px;
}

.card-container .blue button {
  background-color: #2b26c3;
}

.card-container .orange button {
  background-color: #DA4D1D;
}

.card-container .red button {
  background-color: #d61e1e;
}

.card-container .green button {
  background-color: #2a9e47;
}

.card-container .yellow button {
  background-color: #fce940;
}

.card-container .gray button {
  background-color: #75756d;
}

.card-container .purple button {
  background-color: #a93ebe;
}

.card-container .ocean button {
  background-color: #6fcae6;
}

.card-container .wtp button {
  background-color: #70EDBF;
}

.mini-card-container .mini-card {
  position: relative;
  width: 250px;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
  cursor: pointer;
  box-shadow: #00000050 0px 0px 10px;
}

.mini-card-container .mini-card h2 {
  /* z-index: 99;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: 0;
  right: 130px;
  font-size: 60px;
  font-weight: 700;
  color: #000; */
}

.mini-card .title-card h2 {
  font-size: 18px;
  font-family: "Print Font";
  font-weight: 600;
  color: #000;
  margin-top: inherit;
  text-align: initial;
}

.mini-card-container .mini-card p {
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 70px;
  color: #333;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-container .mini-card {
  position: relative;
  width: 250px;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: #00000050 0px 0px 10px;
}

.card-container .mini-card:hover button {
  transform: scale(16.5);
}

.card-container .mini-card button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  mix-blend-mode: hard-light;
}

.mini-card table tr td {
  font-size: 12px;
  text-align: center;
  padding-right: 30px;
}

.mini-card thead {
  font-weight: bold;
  font-size: 12px;
  background-color: turquoise;
}

.mini-card table tr:nth-child(2n+1) {
  background: #52f3ce24;
}

.switch {
  cursor: pointer;
}

.switch input {
  display: none;
}

.switch input + span {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  background: #FF4651;
  box-shadow: 0 8px 16px -1px rgba(255, 70, 81, 0.2);
}

.switch input + span:before, .switch input + span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch input + span:before {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 5px solid #fff;
}

.switch input + span:after {
  top: 5px;
  left: 32px;
  width: 6px;
  height: 18px;
  border-radius: 40%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
  opacity: 0;
}

.switch input + span:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.switch input:checked + span {
  background: #48EA8B;
  box-shadow: 0 8px 16px -1px rgba(72, 234, 139, 0.2);
}

.switch input:checked + span:before {
  width: 0px;
  border-radius: 3px;
  margin-left: 27px;
  border-width: 3px;
  background: #fff;
}

.switch input:checked + span:after {
  -webkit-animation: blobChecked 0.35s linear forwards 0.2s;
  animation: blobChecked 0.35s linear forwards 0.2s;
}

.switch input:not(:checked) + span:before {
  -webkit-animation: blob 0.85s linear forwards 0.2s;
  animation: blob 0.85s linear forwards 0.2s;
}

@-webkit-keyframes blob {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.12, 0.94);
    transform: scale(1.12, 0.94);
  }
  60% {
    -webkit-transform: scale(0.96, 1.06);
    transform: scale(0.96, 1.06);
  }
}
@keyframes blob {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.12, 0.94);
    transform: scale(1.12, 0.94);
  }
  60% {
    -webkit-transform: scale(0.96, 1.06);
    transform: scale(0.96, 1.06);
  }
}
@-webkit-keyframes blobChecked {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(1.44);
    transform: scaleX(1.44);
  }
  70% {
    -webkit-transform: scaleX(1.18);
    transform: scaleX(1.18);
  }
  50%, 99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
  }
}
@keyframes blobChecked {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(1.44);
    transform: scaleX(1.44);
  }
  70% {
    -webkit-transform: scaleX(1.18);
    transform: scaleX(1.18);
  }
  50%, 99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

/* Google fonts - Open Sans */
/* colors */
/* body */
/* links */
.nfl a, .mlb a, .nhl a, .pga a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.nfl a {
  color: #4fc0d2;
}

.nfl a:hover {
  color: #268695;
}

.mlb a {
  color: #4f8cba;
}

.mlb a:hover {
  color: #279766;
}

.nhl a {
  color: rgba(231, 196, 104, 0.7);
}

.nhl a:hover {
  color: rgba(201, 154, 32, 0.7);
}

.pga a {
  color: #eb7655;
}

.pga a:hover {
  color: #c33d17;
}

/* wrapper */
.wrapper-tb-js {
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/* lists */
.row-tb-js ul {
  margin: 0;
  padding: 0;
}

.row-tb-js ul li {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: text-top;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .row-tb-js ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .row-tb-js ul li {
    font-size: 13px;
  }
}
.title-tb-js ul li {
  padding: 15px 13px;
}

.row-tb-js ul li {
  padding: 5px 10px;
}

/* rows */
.row-tb-js {
  padding: 20px 0;
  font-size: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.title-tb-js {
  padding: 10px 0 5px 0;
  height: 45px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.title-tb-js:hover {
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .title-tb-js-hide {
    display: none;
  }
}
.nfl {
  border-left: 3px solid #1c616c;
}

.nfl:hover {
  border-left: 3px solid #4fc0d2;
}

.mlb {
  border-left: 3px solid #4f9ad8;
}

.mlb:hover {
  border-left: 3px solid #7bbbea;
}

.nhl {
  border-left: 3px solid rgba(157, 121, 25, 0.7);
}

.nhl:hover {
  border-left: 3px solid rgba(231, 196, 104, 0.7);
}

.pga {
  border-left: 3px solid #952f12;
}

.pga:hover {
  border-left: 3px solid #eb7655;
}

/* row one - fadeIn */
.row-fadeIn-wrapper {
  opacity: 1;
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: fadeIn 0.4s ease-out 2s 1 alternate;
  animation: fadeIn 0.4s ease-out 2s 1 alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.row-fadeIn-wrapper:hover {
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .row-fadeIn-wrapper:hover {
    height: 55px;
  }
}
@media only screen and (max-width: 359px) {
  .row-fadeIn-wrapper:hover {
    height: 75px;
  }
}
.fadeIn {
  padding: 20px 0;
  font-size: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.fadeIn:hover {
  background-color: #dddddd;
}

/* row two - fadeOut */
.row-fadeOut-wrapper {
  font-size: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: fadeOut 0.4s ease-out 8s 1 alternate;
  animation: fadeOut 0.4s ease-out 8s 1 alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  height: 65px;
}

/* update content */
.update-row {
  -webkit-animation: update 0.5s ease-out 12s 1 alternate;
  animation: update 0.5s ease-out 12s 1 alternate;
}

.update1 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 1;
  -webkit-animation: update1 1s ease-out 12s 1 alternate;
  animation: update1 1s ease-out 12s 1 alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.update2 {
  position: absolute;
  top: 25px;
  display: inline-block;
  opacity: 0;
  -webkit-animation: update2 4s ease-out 13s 1 alternate;
  animation: update2 4s ease-out 13s 1 alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* more content */
ul.more-content li {
  position: relative;
  top: 22px;
  font-size: 13px;
  margin: 0;
  padding: 10px 13px;
  display: block;
  height: 60px;
  width: 100%;
  color: rgba(128, 128, 128, 0.9);
}

@media only screen and (max-width: 767px) {
  ul.more-content li {
    font-size: 11px;
  }
}
/* small content */
.small {
  color: rgba(102, 102, 102, 0.9);
  font-size: 10px;
  padding: 0 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .small {
    display: none;
  }
}
/* keyframe animations */
@-webkit-keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@keyframes fadeIn {
  from {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    padding: 0;
  }
  to {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    padding: 0 0 65px 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    height: 0;
  }
}
@keyframes fadeOut {
  from {
    background: rgba(51, 51, 51, 0.1);
    opacity: 1;
    height: 65px;
  }
  to {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes update {
  0% {
    background: rgba(51, 51, 51, 0.1);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(51, 51, 51, 0.1);
  }
}
@keyframes update {
  0% {
    background: rgba(51, 51, 51, 0.1);
  }
  50% {
    background: rgba(255, 255, 255, 0.1);
  }
  100% {
    background: rgba(51, 51, 51, 0.1);
  }
}
@-webkit-keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes update1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes update2 {
  0% {
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  20% {
    opacity: 1;
    color: #52d29a;
  }
  100% {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
  }
}
main.row-tb-js, main.row-tb-js:hover {
  background-color: #4f9ad8;
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px; */
}

article.row-tb-js:nth-child(2n+1) {
  background-color: #c5f7ff45;
  color: #363636;
}

article.row-tb-js:hover {
  background-color: #fff;
}

article.row-tb-js {
  color: #363636;
}

article.row-tb-js:hover {
  background-color: #d4d4d4;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.px-10 {
  padding: 10px !important;
}

.px-20 {
  padding: 20px !important;
}

.px-30 {
  padding: 30px !important;
}

.px-40 {
  padding: 40px !important;
}

.px-50 {
  padding: 50px !important;
}

.mx-10 {
  margin: 10px !important;
}

.mx-20 {
  margin: 20px !important;
}

.mx-30 {
  margin: 30px !important;
}

.mx-40 {
  margin: 40px !important;
}

.mx-50 {
  margin: 50px !important;
}

.f1-cols-6 {
  width: 16.333333% !important;
}

.f1-cols-5 {
  width: 19.333333% !important;
}

.f1-cols-4 {
  width: 23.333333% !important;
}

.f1-cols-3 {
  width: 32.333333% !important;
}

.f1-cols-2 {
  width: 49.333333% !important;
}

.mt-10n {
  margin-top: -10px !important;
}

.mt-20n {
  margin-top: -20px !important;
}

.mt-30n {
  margin-top: -30px !important;
}

.mt-40n {
  margin-top: -40px !important;
}

.mt-50n {
  margin-top: -50px !important;
}

.ml-10n {
  margin-left: -10px !important;
}

.ml-20n {
  margin-left: -20px !important;
}

.ml-30n {
  margin-left: -30px !important;
}

.ml-40n {
  margin-left: -40px !important;
}

.ml-50n {
  margin-left: -50px !important;
}

.mr-10n {
  margin-right: -10px !important;
}

.mr-20n {
  margin-right: -20px !important;
}

.mr-30n {
  margin-right: -30px !important;
}

.mr-40n {
  margin-right: -40px !important;
}

.mr-50n {
  margin-right: -50px !important;
}

.mb-10n {
  margin-bottom: -10px !important;
}

.mb-20n {
  margin-bottom: -20px !important;
}

.mb-30n {
  margin-bottom: -30px !important;
}

.mb-40n {
  margin-bottom: -40px !important;
}

.mb-50n {
  margin-bottom: -50px !important;
}

.ml-p-79 {
  margin-left: 79% !important;
}

.ml-p-43 {
  margin-left: 43% !important;
}

.ml-p-20 {
  margin-left: 20% !important;
}

.ml-p-25 {
  margin-left: 25% !important;
}

.ml-p-30 {
  margin-left: 30% !important;
}

.progress-container {
  margin: 100px auto;
  width: 500px;
  text-align: center;
}

.progress {
  padding: 6px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  height: 18px;
  background-color: #ee303c;
  border-radius: 4px;
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-striped .progress-bar {
  background-color: #FCBC51;
  width: 100%;
  background-image: linear-gradient(45deg, #fca311 25%, transparent 25%, transparent 50%, #fca311 50%, #fca311 75%, transparent 75%, transparent);
  animation: progressAnimationStrike 6s;
}

@keyframes progressAnimationStrike {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.progress2 {
  padding: 2px 10px 2px 0px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

/* Basicamente o animation bar começa aqui */
.progress-h10.progress-m1-bar1,
.progress-h10.progress-m1-bar2,
.progress-h10.progress-m1-bar3 {
  height: 10px;
}

.progress-h15.progress-m1-bar1,
.progress-h15.progress-m1-bar2,
.progress-h15.progress-m1-bar3 {
  height: 15px;
}

.progress-h20.progress-m1-bar1,
.progress-h20.progress-m1-bar2,
.progress-h20.progress-m1-bar3 {
  height: 20px;
}

.progress-h25.progress-m1-bar1,
.progress-h25.progress-m1-bar2,
.progress-h25.progress-m1-bar3 {
  height: 25px;
}

.progress-m1-bar1, .progress-m1-bar2, .progress-m1-bar3 {
  border-radius: 30px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-m1-bar1 {
  margin: 4px 0px 2px 15px;
  background-color: #32a140;
  animation: progressAnimationB1 2s infinite;
}

.progress-moved .progress-m1-bar2 {
  margin: 5px 0px 0px 15px;
  background-color: #ffb619;
  animation: progressAnimationB2 2s infinite;
}

.progress-moved .progress-m1-bar3 {
  margin: 5px 0px 0px 15px;
  background-color: #188fff;
  animation: progressAnimationB3 2s infinite;
}

@keyframes progressAnimationB1 {
  0% {
    width: calc( (245px * 0) / 100);
    background-color: #93d59b;
  }
  100% {
    width: calc( (245px * 45) / 100);
    background-color: #32a140;
  }
}
@keyframes progressAnimationB2 {
  0% {
    width: calc( (245px * 0) / 100);
    background-color: #ffe8b6;
  }
  100% {
    width: calc( (245px * 75) / 100);
    background-color: #ffb619;
  }
}
@keyframes progressAnimationB3 {
  0% {
    width: calc( (245px * 0) / 100);
    background-color: #bddfff;
  }
  100% {
    width: calc( (245px * 100) / 100);
    background-color: #188fff;
  }
}
/* termina aqui, incluindo essas keyframes */
.progress-bar3 {
  height: 18px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #7DC8E8, #5856d6, #ff2d55);
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-infinite .progress-bar3 {
  width: 100%;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #7DC8E8, #5856d6, #ff2d55);
  animation: colorAnimation 1s infinite;
}

@keyframes colorAnimation {
  0% {
    background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #7DC8E8, #5856d6, #ff2d55);
  }
  20% {
    background-image: linear-gradient(to right, #5ac8fa, #007aff, #7DC8E8, #5856d6, #ff2d55, #4cd964);
  }
  40% {
    background-image: linear-gradient(to right, #007aff, #7DC8E8, #5856d6, #ff2d55, #4cd964, #5ac8fa);
  }
  60% {
    background-image: linear-gradient(to right, #7DC8E8, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff);
  }
  100% {
    background-image: linear-gradient(to right, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff, #7DC8E8);
  }
}
.progress-style {
  border-radius: 30px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-m1 {
  margin: 4px 0px 2px 15px;
  background-color: #32a140;
}

.progress-m2 {
  margin: 4px 0px 2px 15px;
  background-color: #ffb619;
}

.progress-m3 {
  margin: 4px 0px 2px 15px;
  background-color: #188fff;
}

.progress-m4 {
  margin: 4px 0px 2px 15px;
  background-color: #f13a49;
}

.pb-filemng-template {
  margin-top: 40px;
  font-family: "Sansita", sans-serif;
}

.pb-filemng-navbar {
  margin-bottom: 0;
}

.treeview-toggle-btn {
  margin-left: 15px;
}

.pb-filemng-template-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  color: gray;
  padding: 0px 13px 0px 13px;
}

.pb-filemng-active {
  border-bottom: 2px solid #6d97db;
  color: #5f6977;
}

.pb-filemng-template-btn:hover {
  color: blue;
}

.pb-filemng-body-folders > img:hover {
  cursor: pointer;
}

.btn-align {
  margin-top: 7px;
}

.pb-filemng-template-treeview {
  border-right: 1px solid gray;
}

.pb-filemng-folder {
  color: orange;
  padding-bottom: 3px;
}

.pb-filemng-paragraphs {
  margin-top: -20px;
  text-align: center;
}

.img-responsive {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pb-filemng-template-treeview {
    border-right: none;
  }

  #options {
    text-align: center;
  }

  #options > li {
    display: inline-block;
  }

  #pb-filemng-navigation > ul {
    text-align: center;
  }

  #pb-filemng-navigation > ul > li {
    display: inline-block;
  }
}
.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 15px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  z-index: 1;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
label.select-box__option {
  margin-bottom: 0px;
}

.ul_select_field_search {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
}

.input_select_field_search {
  padding: 10px 15px;
  border: none;
  width: 90%;
}

.input_select_field_search:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline-vertical {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline-vertical h1, .timeline-vertical h2, .timeline-vertical h3, .timeline-vertical h4, .timeline-vertical h5, .timeline-vertical h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-vertical-item {
  padding-left: 40px;
  position: relative;
}

.timeline-vertical-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-vertical-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-vertical-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-vertical-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-vertical-marker:after,
.timeline-vertical-marker-blue:after,
.timeline-vertical-marker-green:after,
.timeline-vertical-marker-darkred:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-vertical-item:last-child .timeline-vertical-marker:after {
  content: none;
}

.timeline-vertical-item:not(.period):hover .timeline-vertical-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-vertical-content {
  padding-bottom: 40px;
}

.timeline-vertical-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}

.period .timeline-vertical-info {
  display: none;
}

.period .timeline-vertical-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

.period .timeline-vertical-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-vertical-content {
  padding: 40px 0 70px;
}

.period .timeline-vertical-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-vertical-split .timeline-vertical, .timeline-vertical-centered .timeline-vertical {
    display: table;
  }

  .timeline-vertical-split .timeline-vertical-item, .timeline-vertical-centered .timeline-vertical-item {
    display: table-row;
    padding: 0;
  }

  .timeline-vertical-split .timeline-vertical-info, .timeline-vertical-centered .timeline-vertical-info,
.timeline-vertical-split .timeline-vertical-marker,
.timeline-vertical-centered .timeline-vertical-marker,
.timeline-vertical-split .timeline-vertical-content,
.timeline-vertical-centered .timeline-vertical-content,
.timeline-vertical-split .period .timeline-vertical-info,
.timeline-vertical-centered .period .timeline-vertical-info {
    display: table-cell;
    vertical-align: top;
  }

  .timeline-vertical-split .timeline-vertical-marker, .timeline-vertical-centered .timeline-vertical-marker {
    position: relative;
  }

  .timeline-vertical-split .timeline-vertical-content, .timeline-vertical-centered .timeline-vertical-content {
    padding-left: 30px;
  }

  .timeline-vertical-split .timeline-vertical-info, .timeline-vertical-centered .timeline-vertical-info {
    padding-right: 30px;
  }

  .timeline-vertical-split .period .timeline-vertical-title, .timeline-vertical-centered .period .timeline-vertical-title {
    position: relative;
    left: -45px;
  }
}
/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-vertical-centered,
.timeline-vertical-centered .timeline-vertical-item,
.timeline-vertical-centered .timeline-vertical-info,
.timeline-vertical-centered .timeline-vertical-marker,
.timeline-vertical-centered .timeline-vertical-content {
    display: block;
    margin: 0;
    padding: 0;
  }

  .timeline-vertical-centered .timeline-vertical-item {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .timeline-vertical-centered .timeline-vertical-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }

  .timeline-vertical-centered .timeline-vertical-info,
.timeline-vertical-centered .timeline-vertical-content {
    width: 50%;
  }

  .timeline-vertical-centered > .timeline-vertical-item:nth-child(odd) .timeline-vertical-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline-vertical-centered > .timeline-vertical-item:nth-child(odd) .timeline-vertical-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline-vertical-centered > .timeline-vertical-item:nth-child(even) .timeline-vertical-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }

  .timeline-vertical-centered > .timeline-vertical-item:nth-child(even) .timeline-vertical-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }

  .timeline-vertical-centered > .timeline-vertical-item.period .timeline-vertical-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .timeline-vertical-centered .timeline-vertical-item.period {
    padding: 50px 0 90px;
  }

  .timeline-vertical-centered .period .timeline-vertical-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }

  .timeline-vertical-centered .period .timeline-vertical-title {
    left: auto;
  }
}
/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-vertical-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}

.marker-outline .timeline-vertical-item:hover .timeline-vertical-marker:before {
  background: #FF6B6B;
}

.timeline-vertical-marker-blue:before {
  background: #3522df;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-vertical-item:not(.period):hover .timeline-vertical-marker-blue:before {
  background: transparent;
  border: 3px solid #3522df;
}

.timeline-vertical-marker-green:before {
  background: #169106;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-vertical-item:not(.period):hover .timeline-vertical-marker-green:before {
  background: transparent;
  border: 3px solid #169106;
}

.timeline-vertical-marker-darkred:before {
  background: #910606;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-vertical-item:not(.period):hover .timeline-vertical-marker-darkred:before {
  background: transparent;
  border: 3px solid #910606;
}

.timeline {
  position: relative;
  display: block;
  width: 100%;
  /* height: 4rem; */
  border-radius: 5px;
}

.timeline--inner {
  position: absolute;
  display: block;
  top: 8%;
  right: 1rem;
  left: 1rem;
  height: 87%;
  margin: 0;
  margin-top: -3px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  /* border-radius: 1em; */
  z-index: 1;
}

.timeline--inner-pin {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #F06292;
  border-radius: 100%;
  cursor: help;
  box-shadow: 0 0 0 2px #ffffff, 0 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.timeline--inner-pin:nth-of-type(0) {
  background-color: #5a0934;
  left: -10%;
}

.timeline--inner-pin:nth-of-type(1) {
  background-color: #66103c;
  left: 0%;
}

.timeline--inner-pin:nth-of-type(2) {
  background-color: #721743;
  left: 10%;
}

.timeline--inner-pin:nth-of-type(3) {
  background-color: #7e1e4b;
  left: 20%;
}

.timeline--inner-pin:nth-of-type(4) {
  background-color: #8a2552;
  left: 30%;
}

.timeline--inner-pin:nth-of-type(5) {
  background-color: #962d5a;
  left: 40%;
}

.timeline--inner-pin:nth-of-type(6) {
  background-color: #a23461;
  left: 50%;
}

.timeline--inner-pin:nth-of-type(7) {
  background-color: #ae3b69;
  left: 60%;
}

.timeline--inner-pin:nth-of-type(8) {
  background-color: #ba4270;
  left: 70%;
}

.timeline--inner-pin:nth-of-type(9) {
  background-color: #c64978;
  left: 80%;
}

.timeline--inner-pin:nth-of-type(10) {
  background-color: #d2507f;
  left: 90%;
}

.timeline--inner-pin:nth-of-type(11) {
  background-color: #de5787;
  left: 100%;
}

.is-featured {
  width: 14px;
  height: 14px;
}

.is-normal {
  width: 8px;
  height: 8px;
}

.vis [class*=span] {
  min-height: 0;
  width: auto;
}

.vis-current-time {
  background-color: #ff7f6e;
  width: 2px;
  z-index: 1;
  pointer-events: none;
}

.vis-rolling-mode-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #3876c2;
}

.vis-rolling-mode-btn:before {
  content: "⛶";
}

.vis-rolling-mode-btn:hover {
  opacity: 1;
}

.vis-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top {
  border: 1px #bfbfbf;
}

.vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.vis-left.vis-panel.vis-vertical-scroll {
  direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content {
  direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll {
  direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
  direction: rtl;
}

.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-top {
  border-left-style: solid;
  border-right-style: solid;
}

.vis-background {
  overflow: hidden;
}

.vis-panel > .vis-content {
  position: relative;
}

.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0;
}

.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd;
}

.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646;
}

.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf;
}

.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841;
}

.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100;
}

.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6;
}

.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662;
}

.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26;
}

.vis-graph-group8 {
  fill: #f0f;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f0f;
}

.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938;
}

.vis-timeline .vis-fill {
  fill-opacity: 0.1;
  stroke: none;
}

.vis-timeline .vis-bar {
  fill-opacity: 0.5;
  stroke-width: 1px;
}

.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1;
}

.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: 0.9;
  fill: #fff;
  stroke: #c2c2c2;
}

.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #fff;
  stroke: #e5e5e5;
}

.vis-timeline .vis-icon-fill {
  fill-opacity: 0.3;
  stroke: none;
}

.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.vis-loading-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vis-custom-time {
  background-color: #6e94ff;
  width: 2px;
  cursor: move;
  z-index: 1;
}

.vis-custom-time > .vis-custom-time-marker {
  background-color: inherit;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  padding: 3px 5px;
  top: 0;
  cursor: initial;
  z-index: inherit;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf;
}

.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}

.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}

.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
}

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto;
}

.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}

.vis-legend-text {
  white-space: nowrap;
  display: inline-block;
}

.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.vis-itemset .vis-background, .vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}

.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}

.vis-foreground .vis-group:last-child {
  border-bottom: none;
}

.vis-nesting-group {
  cursor: pointer;
}

.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1 {
  background: #f5f5f5;
}

.vis-label.vis-nested-group.vis-group-level-0 {
  background-color: #fff;
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner {
  padding-left: 0;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner {
  padding-right: 0;
}

.vis-label.vis-nested-group.vis-group-level-1 {
  background-color: rgba(0, 0, 0, 0.05);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner {
  padding-left: 15px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner {
  padding-right: 15px;
}

.vis-label.vis-nested-group.vis-group-level-2 {
  background-color: rgba(0, 0, 0, 0.1);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner {
  padding-left: 30px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner {
  padding-right: 30px;
}

.vis-label.vis-nested-group.vis-group-level-3 {
  background-color: rgba(0, 0, 0, 0.15);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner {
  padding-left: 45px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner {
  padding-right: 45px;
}

.vis-label.vis-nested-group.vis-group-level-4 {
  background-color: rgba(0, 0, 0, 0.2);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner {
  padding-left: 60px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner {
  padding-right: 60px;
}

.vis-label.vis-nested-group.vis-group-level-5 {
  background-color: rgba(0, 0, 0, 0.25);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner {
  padding-left: 75px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner {
  padding-right: 75px;
}

.vis-label.vis-nested-group.vis-group-level-6 {
  background-color: rgba(0, 0, 0, 0.3);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner {
  padding-left: 90px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner {
  padding-right: 90px;
}

.vis-label.vis-nested-group.vis-group-level-7 {
  background-color: rgba(0, 0, 0, 0.35);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner {
  padding-left: 105px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner {
  padding-right: 105px;
}

.vis-label.vis-nested-group.vis-group-level-8 {
  background-color: rgba(0, 0, 0, 0.4);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner {
  padding-left: 120px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner {
  padding-right: 120px;
}

.vis-label.vis-nested-group.vis-group-level-9 {
  background-color: rgba(0, 0, 0, 0.45);
}

.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner {
  padding-left: 135px;
}

.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner {
  padding-right: 135px;
}

.vis-label.vis-nested-group {
  background-color: rgba(0, 0, 0, 0.5);
}

.vis-ltr .vis-label.vis-nested-group .vis-inner {
  padding-left: 150px;
}

.vis-rtl .vis-label.vis-nested-group .vis-inner {
  padding-right: 150px;
}

.vis-group-level-unknown-but-gte1 {
  border: 1px solid red;
}

.vis-label.vis-nesting-group:before {
  display: inline-block;
  width: 15px;
}

.vis-label.vis-nesting-group.expanded:before {
  content: "▼";
}

.vis-label.vis-nesting-group.collapsed:before {
  content: "▶";
}

.vis-rtl .vis-label.vis-nesting-group.collapsed:before {
  content: "◀";
}

.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0) {
  padding-left: 15px;
}

.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0) {
  padding-right: 15px;
}

.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.vis-labelset {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  box-sizing: border-box;
}

.vis-labelset .vis-label {
  border-bottom: 1px solid #bfbfbf;
}

.vis-labelset .vis-label.draggable {
  cursor: pointer;
}

.vis-group-is-dragging {
  background: rgba(0, 0, 0, 0.1);
}

.vis-labelset .vis-label:last-child {
  border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0;
}

.vis-time-axis {
  position: relative;
  overflow: hidden;
}

.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%;
}

.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}

.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}

.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid;
}

.vis-time-axis .vis-grid.vis-vertical-rtl {
  position: absolute;
  border-right: 1px solid;
}

.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5;
}

.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf;
}

.vis-item {
  position: absolute;
  color: #1a1a1a;
  border-color: #97b0f8;
  border-width: 1px;
  background-color: #d5ddf6;
  display: inline-block;
  z-index: 1;
}

.vis-item.vis-selected {
  border-color: #ffc200;
  background-color: #fff785;
  z-index: 2;
}

.vis-editable.vis-selected {
  cursor: move;
}

.vis-item.vis-point.vis-selected {
  background-color: #fff785;
}

.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}

.vis-item.vis-point {
  background: 0 0;
}

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}

.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}

.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.vis-item-visible-frame {
  white-space: nowrap;
}

.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block;
}

.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block;
}

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px;
}

.vis-item .vis-onUpdateTime-tooltip {
  position: absolute;
  background: #4f81bd;
  color: #fff;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}

.vis-item .vis-delete, .vis-item .vis-delete-rtl {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.vis-item .vis-delete {
  right: -24px;
}

.vis-item .vis-delete-rtl {
  left: -24px;
}

.vis-item .vis-delete-rtl:after, .vis-item .vis-delete:after {
  content: "×";
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.vis-item .vis-delete-rtl:hover, .vis-item .vis-delete:hover {
  background: red;
}

.vis-item .vis-delete-rtl:hover:after, .vis-item .vis-delete:hover:after {
  color: #fff;
}

.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: move;
}

.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize;
}

.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize;
}

.vis-range.vis-item.vis-readonly .vis-drag-left, .vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto;
}

.vis-item.vis-cluster {
  vertical-align: center;
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}

.vis-item.vis-cluster-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.vis-item.vis-cluster-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}

div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
}

div.vis-configuration-wrapper {
  display: block;
  width: 700px;
}

div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: #fff;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
}

div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px;
}

div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: #fff;
}

div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
}

div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px;
}

div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px;
}

div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px;
}

div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: 700;
}

div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px;
}

div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px;
}

div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px;
}

div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

input.vis-configuration.vis-config-checkbox {
  left: -5px;
}

input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  padding: 1px;
  margin: 0;
  pointer-events: none;
}

input.vis-configuration.vis-config-range {
  -webkit-appearance: none;
  border: 0 solid #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: 20px;
}

input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}

input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  background: -moz-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3876c2), color-stop(100%, #385380));
  background: -webkit-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -o-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -ms-linear-gradient(top, #3876c2 0, #385380 100%);
  background: linear-gradient(to bottom, #3876c2 0, #385380 100%);
  box-shadow: #111927 0 0 1px 0;
  margin-top: -7px;
}

input.vis-configuration.vis-config-range:focus {
  outline: 0;
}

input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  background: -moz-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d9d9d), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #9d9d9d 0, #c8c8c8 99%);
}

input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}

input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}

input.vis-configuration.vis-config-range:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}

input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}

input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888;
}

input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc;
}

.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, 0.85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.vis-configuration-popup:after, .vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, 0.85);
  border-width: 8px;
  margin-top: -8px;
}

.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px;
}

.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.vis-active {
  box-shadow: 0 0 10px #86d5f8;
}

div.vis-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  color: #000;
  background-color: #f5f4ed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808074;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 5;
}

.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top {
  border: 1px transparent;
}

.vis-timeline {
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  z-index: 2;
}

.vis-time-axis .vis-text {
  position: absolute;
  color: #fff;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}

.vis-item {
  position: absolute;
  color: #fff;
  text-shadow: 0 3px 7px black;
  border-color: transparent;
  border-width: 1px;
  background-color: transparent;
  display: inline-block;
  z-index: 1;
  box-shadow: 0 0 0 2px #ffffff, 0 2px 6px rgba(0, 0, 0, 0.35);
  border-radius: 100% !important;
  background-color: #ae3b69;
}

.vis-item.vis-selected {
  border-color: #66103c;
  background-color: #66103c;
  z-index: 2;
}

.vis-item.vis-point.vis-selected {
  background-color: #66103c;
}

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
  visibility: hidden;
}

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  visibility: hidden;
}

.vis-item .vis-item-content {
  /* white-space: nowrap;
  box-sizing: border-box;
  padding: 5px */
  background-color: transparent;
  left: 152%;
  position: relative;
  white-space: nowrap;
  width: 25px;
  height: 25px;
  border-radius: 69px;
}

.vis-item .vis-delete,
.vis-item .vis-delete-rtl {
  position: absolute;
  top: -30px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border-radius: 50px;
}

.vis-item .vis-delete-rtl:after,
.vis-item .vis-delete:after {
  content: "×";
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  border-radius: 50px;
}

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

.sweet-overlay {
  background-color: black;
  /* 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: #ea7d7d;
  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;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  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 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  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;
  -webkit-border-radius: 4px;
  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: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.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;
  -webkit-border-radius: 40px;
  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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  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: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  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);
  -webkit-border-radius: 40px;
  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;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  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
 */
@-webkit-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 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);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-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 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;
  }
}
@-webkit-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 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;
  }
}
@-webkit-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);
  }
}
@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 {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-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;
  }
}
@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 {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.taghaving-box {
  position: absolute;
  right: 0;
  top: 7%;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.taghaving-title {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px;
}

.taghaving-item {
  /* margin: 10px 1px; */
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  font-weight: bolder;
  border-top: 0.5px solid #d4d4d4;
  opacity: 0;
  display: none;
  transition: all 1s;
}

.taghaving-active {
  background-color: #96f7e1;
  font-family: "Checkbox";
}

.taghaving-active::after {
  content: "";
}

.taghaving-box-out-container {
  border: 1px solid #c4c4c4;
  top: 170px;
  right: 0;
}

.show-tags {
  opacity: 1;
  display: block;
}

.iframe-sms-template p {
  font-size: 14pt;
}

.box-tinytag {
  position: fixed;
  top: 135px;
  left: 790px;
  height: 40px;
  width: 40px;
  border: 2px solid #2cacd2;
  z-index: 20;
  font-family: "tinymce", Arial;
  background-color: #f0f0f0;
  padding: 5px 10px;
}

.box-tinytag::after {
  content: "";
}

.box-tiny-tools {
  position: fixed;
  top: 135px;
  left: 418.23px;
  width: 746px;
  height: 40px;
  border: 2px solid #2cacd2;
  z-index: 20;
  font-family: "tinymce", Arial;
  background-color: #f0f0f0;
  padding: 5px 10px;
}

.box-tiny-textarea {
  position: fixed;
  top: 307px;
  left: 509.23px;
  width: 892px;
  height: 583px;
  border: 2px solid #c72b12;
  font-family: "tinymce", Arial;
  padding: 5px 10px;
}

.introjs-tooltiptext {
  font-weight: bold;
  padding: 20px;
}

.introjs-button {
  background-color: #2bb79d;
  border-color: #2c7d6e;
  text-shadow: none;
  font-size: 15px;
  color: #ffffff !important;
  background-image: none;
  font-weight: 700;
}

.introjs-button:hover {
  background-color: #2c7d6e;
}

.introjs-disabled {
  cursor: pointer;
}

/*
*  NEW INTRO JS
*/
#js-help.show-case {
  border-radius: 7px;
  border: 2px solid #717171;
  z-index: 1051;
}

/*--------------------
Credit Card
--------------------*/
.credit-card-box {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 400px;
  height: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.credit-card-box .front,
.credit-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(135deg, #52a3dc, #65edc0);
  position: absolute;
  color: #fff;
  font-family: Inconsolata;
  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.credit-card-box .front::before,
.credit-card-box .back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/assets/images/44386.svg") no-repeat center;
  background-size: cover;
  opacity: 0.05;
}

.credit-card-box .flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}

.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.credit-card-box .back .logo {
  top: 185px;
}

.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}

.credit-card-box .chip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}

.credit-card-box .strip {
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}

.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 38px;
}

.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}

.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}

.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}

.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}

.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}

.flip-hover-in {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.label-checkout {
  color: #656262;
  font-size: 13pt;
}

.input-checkout {
  font-size: 11pt !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.input-checkout::placeholder {
  text-transform: capitalize;
}

.card-flip-in {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.uppercase {
  text-transform: uppercase;
}

.label-separator {
  font-size: 15pt;
  border-bottom: 8px double;
  margin: 20px 0;
  color: #656262;
}

.menu .select-box {
  width: 83%;
}

.menu label.select-box__option {
  font-size: 10pt;
}

.label-small {
  color: #b3b3b3;
  font-size: 10pt;
}

.v2-timeline-vertical-item {
  position: relative;
  padding: 5px 0px;
}

.v2-timeline-vertical-info {
  font-weight: 700;
  margin-left: -40px !important;
}

.v2-timeline-vertical-info-text {
  padding: 10px 15px;
  background-color: #b3b5b5;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.v2-timeline-vertical-content {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 20px;
  margin-left: 40px;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

.v2-timeline-vertical-marker:after {
  content: "";
  border-left: 2px dashed #CCD5DB;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 6px;
}

.v2-box-scroller {
  height: 450px;
  overflow-y: scroll;
  padding: 20px 30px;
}

/* Preloader */
#preloader, #subpreloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#preloader .circle, #subpreloader .circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  max-width: 300px;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    border-color: #4e99d7;
  }
  50% {
    border-color: #ac8a74;
  }
  100% {
    border-color: #4e99d7;
  }
}
@keyframes spin {
  0% {
    border-color: rgba(172, 138, 116, 0.1);
  }
  50% {
    border-color: #ac8a74;
  }
  100% {
    border-color: rgba(172, 138, 116, 0.1);
  }
}

#subpreloader {
  background-color: #fcfdffd1;
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.15s;
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.15s reverse;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above 0.15s;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.15s reverse;
}

.ember-power-select-placeholder {
  transition: transform 0.2s, color 0.2s;
  transform-origin: 0 0;
}
.ember-power-select-trigger--active .ember-power-select-placeholder {
  transform: scale(0.7) translateY(-10px);
  color: #106cc8;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #9e9e9e;
  border-right: none;
  border-left: none;
  border-radius: none;
  background-color: #ffffff;
  line-height: 2.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2.5em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: none;
  border-bottom: 2px solid #106cc8;
  border-right: none;
  border-left: none;
  box-shadow: none;
  outline: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #9e9e9e transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: none;
  border-radius: 15px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 10px;
  display: inline-block;
  line-height: 2;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.ember-power-select-dropdown {
  border-left: none;
  border-right: none;
  line-height: 2.5;
  border-radius: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: none;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 17.5em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #e1e1e1;
}

.ember-power-select-option[aria-current=true] {
  background-color: #eee;
  color: inherit;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  position: relative;
  text-align: right;
  padding: 10px 20px 20px 0px;
  font-size: 0;
  z-index: 6;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp_i {
  font-size: 12px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  height: 30px;
  min-width: 30px;
  border: 1px solid #b8bdc1;
  border-right: none;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: #000;
  cursor: pointer;
  letter-spacing: 0.03em;
  display: none;
}
.cdp_i:first-child, .cdp_i:last-child {
  padding: 0 16px;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:last-child, .cdp_i:nth-child(2) {
  border-right: 1px solid #b8bdc1;
}
.cdp_i:hover {
  background-color: #217cd5;
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #217cd5;
  color: #fff;
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
  border-right: 1px solid #b8bdc1;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #217cd5;
  font-size: 32px;
  margin-left: -6px;
}

/******************* Timeline Demo - 6 *****************/
.demo {
  background: #f2f2f2;
}

.main-timeline6 {
  overflow: hidden;
  position: relative;
}
.main-timeline6 .timeline {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}
.main-timeline6 .timeline:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 3px;
  height: 70%;
  background: #bbbbbb;
  left: -6px;
}
.main-timeline6 .timeline:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  clear: both;
  width: 40%;
  height: 3px;
  background: #bbbbbb;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.main-timeline6 .timeline:nth-child(odd) {
  margin: -190px 0 0;
}
.main-timeline6 .timeline:nth-child(even) {
  margin-bottom: 70px;
}
.main-timeline6 .timeline:first-child {
  margin: 0;
}
.main-timeline6 .timeline:last-child:nth-child(even) {
  margin: 0;
}
.main-timeline6 .timeline:nth-child(2n) .icon {
  left: auto;
  right: 0;
}
.main-timeline6 .timeline:nth-child(2n):after {
  left: auto;
  right: 0;
  right: 3px;
  background: #5be6cc;
}
.main-timeline6 .timeline:nth-child(2n):before {
  left: auto;
  right: 0;
  background: #5be6cc;
}
.main-timeline6 .timeline:nth-child(2n) .timeline-content {
  float: left;
  padding: 0 30px 30px 0;
}
.main-timeline6 .timeline:nth-child(2n) .timeline-content:after {
  left: auto;
  right: -3px;
  right: 30%;
  margin-right: -25px;
  background: #5be6cc;
}
.main-timeline6 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -3px;
  background: #5be6cc;
}
.main-timeline6 .timeline:nth-child(2n) .year {
  padding: 0 50px 0 0;
  color: #05b1ff;
}
.main-timeline6 .timeline:nth-child(2n) .content-inner {
  margin-left: 65%;
  width: 170px;
  height: 170px;
  border-style: double;
  border-radius: 150px;
  background: #5be6cc;
}
.main-timeline6 .timeline:nth-child(2n) .content-inner:after {
  border: none;
  border-right: 15px solid #027dcd;
  border-top: 10px solid transparent;
  right: auto;
  left: 0;
  display: none;
  border-top: none;
  border-bottom: 10px solid transparent;
}
.main-timeline6 .timeline:nth-child(2n) .content-inner:before {
  border: none;
  border-right: 15px solid #027dcd;
  border-top: 10px solid transparent;
  right: auto;
  left: 0;
  display: none;
}
.main-timeline6 .timeline:nth-child(2) {
  margin-top: 95px;
}
.main-timeline6 .timeline.timeline-negative .timeline-content:after {
  background: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative .timeline-content:before {
  background: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative:after {
  background: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative:before {
  background: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative .content-inner:after {
  border-left-color: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative .content-inner:before {
  border-left-color: #f9a0a6;
}
.main-timeline6 .timeline.timeline-negative .year {
  color: #f9a0a6;
}
.main-timeline6 .timeline.timeline-blue .timeline-content:after {
  background: #719bda;
}
.main-timeline6 .timeline.timeline-blue .timeline-content:before {
  background: #719bda;
}
.main-timeline6 .timeline.timeline-blue:after {
  background: #719bda;
}
.main-timeline6 .timeline.timeline-blue:before {
  background: #719bda;
}
.main-timeline6 .timeline.timeline-blue .content-inner {
  background: #719bda;
}
.main-timeline6 .timeline.timeline-blue .content-inner:after {
  border-left-color: #719bda;
}
.main-timeline6 .timeline.timeline-blue .content-inner:before {
  border-left-color: #719bda;
}
.main-timeline6 .timeline.timeline-blue .year {
  color: #719bda;
}
.main-timeline6 .timeline-content {
  width: 65%;
  float: right;
  padding: 0 0 30px 30px;
  margin-right: 15px;
  border-radius: 10px;
}
.main-timeline6 .timeline-content:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
  transform: translateY(-50%);
  left: 30%;
  transform: translate(-50%, -50%);
}
.main-timeline6 .timeline-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
  transform: translateY(-50%);
}
.main-timeline6 .timeline-end {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  top: -35px;
}
.main-timeline6 .timeline-end .timeline-content-end {
  width: 100%;
  float: right;
  padding: 0 0 30px 30px;
  margin: 0px 15px;
  border-radius: 10px;
}
.main-timeline6 .timeline-end .content-inner-end {
  margin: auto;
  background: #f7e492;
  border-radius: 150px;
  position: relative;
  width: 170px;
  border-style: double;
  height: 170px;
}
.main-timeline6 .year {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #bbbbbb;
  text-align: center;
  padding-left: 50px;
}
.main-timeline6 .content-inner {
  margin-right: -15px;
  background: #bbbbbb;
  border-radius: 150px;
  position: relative;
  width: 170px;
  border-style: double;
  height: 170px;
}
.main-timeline6 .content-inner:after {
  content: "";
  border-left: 15px solid #640026;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 0;
  display: none;
  border-top: none;
  border-bottom: 10px solid transparent;
  top: auto;
  bottom: -10px;
}
.main-timeline6 .content-inner:before {
  content: "";
  border-left: 15px solid #640026;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 0;
  display: none;
}
.main-timeline6 .icon {
  width: 145px;
  height: 65%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.main-timeline6 .icon i {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-timeline6 .title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 5px;
  text-align: center;
}
.main-timeline6 .description {
  font-size: 14px;
  color: #2b2727;
  margin: 0;
}

.timeline-negative .content-inner {
  background: #f9a0a6;
}

.timeline-message {
  font-size: 9pt;
  width: 170px;
  top: -5px;
  position: relative;
  padding: 0px 10px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .main-timeline6 .timeline:after {
    height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline6 .timeline {
    width: 95%;
    margin: 15px 15px 15px 0 !important;
  }
  .main-timeline6 .timeline:last-child {
    margin: 0;
  }
  .main-timeline6 .timeline:nth-child(even) {
    margin: 0;
  }
  .main-timeline6 .timeline:nth-child(odd) {
    margin: 0;
  }
  .main-timeline6 .timeline .timeline-content:after {
    display: none;
  }
  .main-timeline6 .timeline .timeline-content:before {
    display: none;
  }
  .main-timeline6 .timeline:after {
    display: none;
  }
  .main-timeline6 .timeline:before {
    display: none;
  }
  .main-timeline6 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    padding: 0 0 30px 30px;
    margin: 0;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner {
    margin: 0 -15px 0 0;
    border-radius: 150px 0 0 150px;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner:after {
    border: none;
    border-left: 15px solid #027dcd;
    border-top: 10px solid transparent;
    right: 0;
    left: auto;
    border-top: none;
    border-bottom: 10px solid transparent;
  }
  .main-timeline6 .timeline:nth-child(2n) .content-inner:before {
    border: none;
    border-left: 15px solid #027dcd;
    border-top: 10px solid transparent;
    right: 0;
    left: auto;
  }
  .main-timeline6 .timeline:nth-child(2n) .icon {
    top: 0;
    left: 0;
  }
  .main-timeline6 .timeline:nth-child(4n) .content-inner:after {
    border-left-color: #92070e;
  }
  .main-timeline6 .timeline:nth-child(4n) .content-inner:before {
    border-left-color: #92070e;
  }
  .main-timeline6 .timeline-content {
    width: 100%;
    float: none;
    padding: 0 0 30px 30px;
    margin: 0;
  }
  .main-timeline6 .content-inner {
    margin: 0 -15px 0 0;
    border-radius: 150px 0 0 150px;
  }
}
.app-tag-input {
  border: none;
  cursor: inherit;
}
.app-tag-input li.emberTagInput-new {
  border-bottom: 1px solid #9b9b9b;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
  width: 70%;
}
.app-tag-input li.emberTagInput-tag {
  font-size: 12px;
}
.app-tag-input li.emberTagInput-new {
  /* reset input */
}
.app-tag-input li.emberTagInput-new .emberTagInput-input {
  font-family: inherit;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.app-tag-input li.emberTagInput-new .emberTagInput-input::placeholder {
  color: transparent;
}
.app-tag-input li.emberTagInput-new .emberTagInput-input:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}
.app-tag-input li.emberTagInput-new .emberTagInput-input:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}
.app-tag-input li.emberTagInput-new .emberTagInput-input::placeholder {
  font-size: 14px;
  color: #b1b1b1 !important;
}
.app-tag-input li.emberTagInput-new .emberTagInput-input:required, .app-tag-input li.emberTagInput-new .emberTagInput-input:invalid {
  box-shadow: none;
}
.app-tag-input.no-input li.emberTagInput-new {
  display: none;
}

.marvel-device {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
  background: white;
  overflow: hidden;
  display: block;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px #111;
  box-shadow: 0 0 0 3px #111;
}

.marvel-device .top-bar, .marvel-device .bottom-bar {
  height: 3px;
  background: black;
  width: 100%;
  display: block;
}

.marvel-device .middle-bar {
  width: 3px;
  height: 4px;
  top: 0px;
  left: 90px;
  background: black;
  position: absolute;
}

.marvel-device.iphone8 {
  width: 375px;
  height: 667px;
  padding: 105px 24px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone8:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: "";
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1;
}

.marvel-device.iphone8:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: "";
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  z-index: 2;
}

.marvel-device.iphone8 .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 22px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
}

.marvel-device.iphone8 .home:before {
  background: #f8f8f8;
  position: absolute;
  content: "";
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

.marvel-device.iphone8 .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0;
}

.marvel-device.iphone8 .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0;
}

.marvel-device.iphone8 .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0px 2px 2px 0px;
  background: #d9dbdc;
}

.marvel-device.iphone8 .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #d9dbdc;
}

.marvel-device.iphone8 .volume:before {
  position: absolute;
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone8 .volume:after {
  position: absolute;
  left: 0px;
  top: 82px;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone8 .camera {
  background: #3c3d3d;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -6px;
  border-radius: 100%;
  z-index: 3;
}

.marvel-device.iphone8 .sensor {
  background: #3c3d3d;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 49px;
  left: 134px;
  z-index: 3;
  border-radius: 100%;
}

.marvel-device.iphone8 .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3;
}

.marvel-device.iphone8.gold {
  background: #f9e7d3;
}

.marvel-device.iphone8.gold .top-bar, .marvel-device.iphone8.gold .bottom-bar {
  background: white;
}

.marvel-device.iphone8.gold .sleep, .marvel-device.iphone8.gold .volume {
  background: #f9e7d3;
}

.marvel-device.iphone8.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
}

.marvel-device.iphone8.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}

.marvel-device.iphone8.black:before {
  background: #080808;
}

.marvel-device.iphone8.black:after {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
}

.marvel-device.iphone8.black .top-bar, .marvel-device.iphone8.black .bottom-bar {
  background: #212121;
}

.marvel-device.iphone8.black .volume, .marvel-device.iphone8.black .sleep {
  background: #464646;
}

.marvel-device.iphone8.black .camera {
  background: #080808;
}

.marvel-device.iphone8.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
}

.marvel-device.iphone8.black .home:before {
  background: #080808;
}

.marvel-device.iphone8.landscape {
  padding: 24px 105px;
  height: 375px;
  width: 667px;
}

.marvel-device.iphone8.landscape .sleep {
  top: 100%;
  border-radius: 0px 0px 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px;
}

.marvel-device.iphone8.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 188px - 66px);
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 68px - 14px);
  top: 0;
}

.marvel-device.iphone8.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0;
}

.marvel-device.iphone8.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 22px;
}

.marvel-device.iphone8.landscape .sensor {
  top: 134px;
  left: calc(100% - 49px - 16px);
}

.marvel-device.iphone8.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 54px - 6px);
  top: 50%;
  margin-left: 0px;
  margin-top: -35px;
}

.marvel-device.iphone8.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px;
}

.marvel-device.iphone8plus {
  width: 414px;
  height: 736px;
  padding: 112px 26px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone8plus:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: "";
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1;
}

.marvel-device.iphone8plus:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: "";
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  z-index: 2;
}

.marvel-device.iphone8plus .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 24px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
}

.marvel-device.iphone8plus .home:before {
  background: #f8f8f8;
  position: absolute;
  content: "";
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

.marvel-device.iphone8plus .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0;
}

.marvel-device.iphone8plus .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0;
}

.marvel-device.iphone8plus .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0px 2px 2px 0px;
  background: #d9dbdc;
}

.marvel-device.iphone8plus .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #d9dbdc;
}

.marvel-device.iphone8plus .volume:before {
  position: absolute;
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone8plus .volume:after {
  position: absolute;
  left: 0px;
  top: 82px;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone8plus .camera {
  background: #3c3d3d;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -6px;
  border-radius: 100%;
  z-index: 3;
}

.marvel-device.iphone8plus .sensor {
  background: #3c3d3d;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 54px;
  left: 154px;
  z-index: 3;
  border-radius: 100%;
}

.marvel-device.iphone8plus .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3;
}

.marvel-device.iphone8plus.gold {
  background: #f9e7d3;
}

.marvel-device.iphone8plus.gold .top-bar, .marvel-device.iphone8plus.gold .bottom-bar {
  background: white;
}

.marvel-device.iphone8plus.gold .sleep, .marvel-device.iphone8plus.gold .volume {
  background: #f9e7d3;
}

.marvel-device.iphone8plus.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
}

.marvel-device.iphone8plus.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}

.marvel-device.iphone8plus.black:before {
  background: #080808;
}

.marvel-device.iphone8plus.black:after {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
}

.marvel-device.iphone8plus.black .top-bar, .marvel-device.iphone8plus.black .bottom-bar {
  background: #212121;
}

.marvel-device.iphone8plus.black .volume, .marvel-device.iphone8plus.black .sleep {
  background: #464646;
}

.marvel-device.iphone8plus.black .camera {
  background: #080808;
}

.marvel-device.iphone8plus.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
}

.marvel-device.iphone8plus.black .home:before {
  background: #080808;
}

.marvel-device.iphone8plus.landscape {
  padding: 26px 112px;
  height: 414px;
  width: 736px;
}

.marvel-device.iphone8plus.landscape .sleep {
  top: 100%;
  border-radius: 0px 0px 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px;
}

.marvel-device.iphone8plus.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 188px - 66px);
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8plus.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8plus.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone8plus.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 68px - 14px);
  top: 0;
}

.marvel-device.iphone8plus.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0;
}

.marvel-device.iphone8plus.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 24px;
}

.marvel-device.iphone8plus.landscape .sensor {
  top: 154px;
  left: calc(100% - 54px - 16px);
}

.marvel-device.iphone8plus.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 59px - 6px);
  top: 50%;
  margin-left: 0px;
  margin-top: -35px;
}

.marvel-device.iphone8plus.landscape .camera {
  left: calc(100% - 29px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px;
}

.marvel-device.iphone5s, .marvel-device.iphone5c {
  padding: 105px 22px;
  background: #2c2b2c;
  width: 320px;
  height: 568px;
  border-radius: 50px;
}

.marvel-device.iphone5s:before, .marvel-device.iphone5c:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  content: "";
  left: 4px;
  border-radius: 46px;
  background: #1e1e1e;
  z-index: 1;
}

.marvel-device.iphone5s .sleep, .marvel-device.iphone5c .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
  background: #282727;
}

.marvel-device.iphone5s .volume, .marvel-device.iphone5c .volume {
  position: absolute;
  left: -4px;
  top: 180px;
  z-index: 0;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #282727;
}

.marvel-device.iphone5s .volume:before, .marvel-device.iphone5c .volume:before {
  position: absolute;
  left: 0px;
  top: -75px;
  height: 35px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone5s .volume:after, .marvel-device.iphone5c .volume:after {
  position: absolute;
  left: 0px;
  bottom: -64px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone5s .camera, .marvel-device.iphone5c .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.iphone5s .sensor, .marvel-device.iphone5c .sensor {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 160px;
  z-index: 3;
  margin-left: -32px;
  border-radius: 5px;
}

.marvel-device.iphone5s .speaker, .marvel-device.iphone5c .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.iphone5s.landscape, .marvel-device.iphone5c.landscape {
  padding: 22px 105px;
  height: 320px;
  width: 568px;
}

.marvel-device.iphone5s.landscape .sleep, .marvel-device.iphone5c.landscape .sleep {
  right: -4px;
  top: calc(100% - 120px);
  height: 60px;
  width: 4px;
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.iphone5s.landscape .volume, .marvel-device.iphone5c.landscape .volume {
  width: 27px;
  height: 4px;
  top: -4px;
  left: calc(100% - 180px);
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone5s.landscape .volume:before, .marvel-device.iphone5c.landscape .volume:before {
  width: 35px;
  height: 4px;
  top: 0px;
  right: -75px;
  left: auto;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone5s.landscape .volume:after, .marvel-device.iphone5c.landscape .volume:after {
  bottom: 0px;
  left: -64px;
  z-index: 999;
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone5s.landscape .sensor, .marvel-device.iphone5c.landscape .sensor {
  top: 160px;
  left: calc(100% - 60px);
  margin-left: 0px;
  margin-top: -32px;
}

.marvel-device.iphone5s.landscape .speaker, .marvel-device.iphone5c.landscape .speaker {
  height: 64px;
  width: 10px;
  left: calc(100% - 60px);
  top: 50%;
  margin-left: 0px;
  margin-top: -32px;
}

.marvel-device.iphone5s.landscape .camera, .marvel-device.iphone5c.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px;
}

.marvel-device.iphone5s .home {
  border-radius: 36px;
  width: 68px;
  -webkit-box-shadow: inset 0 0 0 4px #2c2b2c;
  box-shadow: inset 0 0 0 4px #2c2b2c;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
  z-index: 3;
}

.marvel-device.iphone5s .top-bar {
  top: 70px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone5s .bottom-bar {
  bottom: 70px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone5s.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0px;
}

.marvel-device.iphone5s.landscape .top-bar {
  left: 70px;
  top: 0px;
  width: 3px;
  height: 100%;
}

.marvel-device.iphone5s.landscape .bottom-bar {
  right: 70px;
  left: auto;
  bottom: 0px;
  width: 3px;
  height: 100%;
}

.marvel-device.iphone5s.silver {
  background: #bcbcbc;
}

.marvel-device.iphone5s.silver:before {
  background: #fcfcfc;
}

.marvel-device.iphone5s.silver .volume, .marvel-device.iphone5s.silver .sleep {
  background: #d6d6d6;
}

.marvel-device.iphone5s.silver .top-bar, .marvel-device.iphone5s.silver .bottom-bar {
  background: #eaebec;
}

.marvel-device.iphone5s.silver .home {
  -webkit-box-shadow: inset 0 0 0 4px #bcbcbc;
  box-shadow: inset 0 0 0 4px #bcbcbc;
}

.marvel-device.iphone5s.gold {
  background: #f9e7d3;
}

.marvel-device.iphone5s.gold:before {
  background: #fcfcfc;
}

.marvel-device.iphone5s.gold .volume, .marvel-device.iphone5s.gold .sleep {
  background: #f9e7d3;
}

.marvel-device.iphone5s.gold .top-bar, .marvel-device.iphone5s.gold .bottom-bar {
  background: white;
}

.marvel-device.iphone5s.gold .home {
  -webkit-box-shadow: inset 0 0 0 4px #f9e7d3;
  box-shadow: inset 0 0 0 4px #f9e7d3;
}

.marvel-device.iphone5c {
  background: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone5c .top-bar, .marvel-device.iphone5c .bottom-bar {
  display: none;
}

.marvel-device.iphone5c .home {
  background: #242324;
  border-radius: 36px;
  width: 68px;
  height: 68px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
}

.marvel-device.iphone5c .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.marvel-device.iphone5c.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0px;
}

.marvel-device.iphone5c .volume, .marvel-device.iphone5c .sleep {
  background: #dddddd;
}

.marvel-device.iphone5c.red {
  background: #f96b6c;
}

.marvel-device.iphone5c.red .volume, .marvel-device.iphone5c.red .sleep {
  background: #ed5758;
}

.marvel-device.iphone5c.yellow {
  background: #f2dc60;
}

.marvel-device.iphone5c.yellow .volume, .marvel-device.iphone5c.yellow .sleep {
  background: #e5ce4c;
}

.marvel-device.iphone5c.green {
  background: #97e563;
}

.marvel-device.iphone5c.green .volume, .marvel-device.iphone5c.green .sleep {
  background: #85d94d;
}

.marvel-device.iphone5c.blue {
  background: #33a2db;
}

.marvel-device.iphone5c.blue .volume, .marvel-device.iphone5c.blue .sleep {
  background: #2694cd;
}

.marvel-device.iphone4s {
  padding: 129px 27px;
  width: 320px;
  height: 480px;
  background: #686868;
  border-radius: 54px;
}

.marvel-device.iphone4s:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border-radius: 50px;
  background: #1e1e1e;
}

.marvel-device.iphone4s .top-bar {
  top: 60px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone4s .bottom-bar {
  bottom: 90px;
  position: absolute;
  left: 0;
}

.marvel-device.iphone4s .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 72px;
  left: 134px;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.iphone4s .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 3;
  margin-left: -32px;
  border-radius: 5px;
}

.marvel-device.iphone4s .sensor {
  background: #292728;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 3;
  margin-left: -20px;
  border-radius: 5px;
}

.marvel-device.iphone4s .home {
  background: #242324;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 30px;
}

.marvel-device.iphone4s .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
}

.marvel-device.iphone4s .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
  background: #4D4D4D;
}

.marvel-device.iphone4s .volume {
  position: absolute;
  left: -4px;
  top: 160px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #4D4D4D;
}

.marvel-device.iphone4s .volume:before {
  position: absolute;
  left: 0px;
  top: -70px;
  height: 35px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone4s .volume:after {
  position: absolute;
  left: 0px;
  bottom: -64px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: "";
  display: block;
}

.marvel-device.iphone4s.landscape {
  padding: 27px 129px;
  height: 320px;
  width: 480px;
}

.marvel-device.iphone4s.landscape .bottom-bar {
  left: 90px;
  bottom: 0px;
  height: 100%;
  width: 3px;
}

.marvel-device.iphone4s.landscape .top-bar {
  left: calc(100% - 60px);
  top: 0px;
  height: 100%;
  width: 3px;
}

.marvel-device.iphone4s.landscape .camera {
  top: 134px;
  left: calc(100% - 72px);
  margin-left: 0;
}

.marvel-device.iphone4s.landscape .speaker {
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 72px);
  width: 10px;
  height: 64px;
}

.marvel-device.iphone4s.landscape .sensor {
  height: 40px;
  width: 10px;
  left: calc(100% - 36px);
  top: 50%;
  margin-left: 0;
  margin-top: -20px;
}

.marvel-device.iphone4s.landscape .home {
  left: 30px;
  bottom: 50%;
  margin-left: 0;
  margin-bottom: -36px;
}

.marvel-device.iphone4s.landscape .sleep {
  height: 60px;
  width: 4px;
  right: -4px;
  top: calc(100% - 120px);
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.iphone4s.landscape .volume {
  top: -4px;
  left: calc(100% - 187px);
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone4s.landscape .volume:before {
  right: -70px;
  left: auto;
  top: 0px;
  width: 35px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone4s.landscape .volume:after {
  width: 27px;
  height: 4px;
  bottom: 0px;
  left: -64px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.iphone4s.silver {
  background: #bcbcbc;
}

.marvel-device.iphone4s.silver:before {
  background: #fcfcfc;
}

.marvel-device.iphone4s.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc;
}

.marvel-device.iphone4s.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.marvel-device.iphone4s.silver .volume, .marvel-device.iphone4s.silver .sleep {
  background: #d6d6d6;
}

.marvel-device.nexus5 {
  padding: 50px 15px 50px 15px;
  width: 320px;
  height: 568px;
  background: #1e1e1e;
  border-radius: 20px;
}

.marvel-device.nexus5:before {
  border-radius: 600px/50px;
  background: inherit;
  content: "";
  top: 0;
  position: absolute;
  height: 103.1%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.marvel-device.nexus5 .top-bar {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 20px;
  background: #181818;
}

.marvel-device.nexus5 .top-bar:before {
  border-radius: 600px/50px;
  background: inherit;
  content: "";
  top: 0;
  position: absolute;
  height: 103%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.marvel-device.nexus5 .bottom-bar {
  display: none;
}

.marvel-device.nexus5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 110px;
  height: 100px;
  background: inherit;
  border-radius: 2px 0px 0px 2px;
}

.marvel-device.nexus5 .volume {
  width: 3px;
  position: absolute;
  right: -3px;
  top: 70px;
  height: 45px;
  background: inherit;
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.nexus5 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.nexus5 .camera:before {
  background: #3c3d3d;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -100px;
  z-index: 3;
  border-radius: 100%;
}

.marvel-device.nexus5.landscape {
  padding: 15px 50px 15px 50px;
  height: 320px;
  width: 568px;
}

.marvel-device.nexus5.landscape:before {
  width: 103.1%;
  height: calc(100% - 26px);
  border-radius: 50px/600px;
}

.marvel-device.nexus5.landscape .top-bar {
  left: 3px;
  top: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 6px);
}

.marvel-device.nexus5.landscape .top-bar:before {
  width: 103%;
  height: calc(100% - 26px);
  border-radius: 50px/600px;
}

.marvel-device.nexus5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 210px);
  top: -3px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.nexus5.landscape .volume {
  height: 3px;
  width: 45px;
  right: 70px;
  top: 100%;
  border-radius: 0px 0px 2px 2px;
}

.marvel-device.nexus5.landscape .camera {
  top: 50%;
  left: calc(100% - 18px);
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.nexus5.landscape .camera:before {
  top: -100px;
  left: 2px;
}

.marvel-device.s5 {
  padding: 60px 18px;
  border-radius: 42px;
  width: 320px;
  height: 568px;
  background: #bcbcbc;
}

.marvel-device.s5:before, .marvel-device.s5:after {
  width: calc(100% - 52px);
  content: "";
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px/40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5:before {
  top: -7px;
}

.marvel-device.s5:after {
  bottom: -7px;
}

.marvel-device.s5 .bottom-bar {
  display: none;
}

.marvel-device.s5 .top-bar {
  border-radius: 37px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background: radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 3px 3px;
  background-color: white;
  background-size: 4px 4px;
  background-position: center;
  z-index: 2;
  position: absolute;
}

.marvel-device.s5 .top-bar:before, .marvel-device.s5 .top-bar:after {
  width: calc(100% - 48px);
  content: "";
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px/40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marvel-device.s5 .top-bar:before {
  top: -7px;
}

.marvel-device.s5 .top-bar:after {
  bottom: -7px;
}

.marvel-device.s5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 100px;
  height: 100px;
  background: #cecece;
  border-radius: 2px 0px 0px 2px;
}

.marvel-device.s5 .speaker {
  width: 68px;
  height: 8px;
  position: absolute;
  top: 20px;
  display: block;
  z-index: 3;
  left: 50%;
  margin-left: -34px;
  background-color: #bcbcbc;
  background-position: top left;
  border-radius: 4px;
}

.marvel-device.s5 .sensor {
  display: block;
  position: absolute;
  top: 20px;
  right: 110px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.s5 .sensor:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 12px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.s5 .camera {
  display: block;
  position: absolute;
  top: 24px;
  right: 42px;
  background: black;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 3;
}

.marvel-device.s5 .camera:before {
  width: 4px;
  height: 4px;
  background: #3c3d3d;
  border-radius: 100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}

.marvel-device.s5 .home {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 50%;
  width: 70px;
  height: 20px;
  background: white;
  border-radius: 18px;
  display: block;
  margin-left: -35px;
  border: 2px solid black;
}

.marvel-device.s5.landscape {
  padding: 18px 60px;
  height: 320px;
  width: 568px;
}

.marvel-device.s5.landscape:before, .marvel-device.s5.landscape:after {
  height: calc(100% - 52px);
  width: 26px;
  border-radius: 40px/500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marvel-device.s5.landscape:before {
  top: 50%;
  left: -7px;
}

.marvel-device.s5.landscape:after {
  top: 50%;
  left: auto;
  right: -7px;
}

.marvel-device.s5.landscape .top-bar:before, .marvel-device.s5.landscape .top-bar:after {
  width: 26px;
  height: calc(100% - 48px);
  border-radius: 40px/500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.marvel-device.s5.landscape .top-bar:before {
  right: -7px;
  top: 50%;
  left: auto;
}

.marvel-device.s5.landscape .top-bar:after {
  left: -7px;
  top: 50%;
  right: auto;
}

.marvel-device.s5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 200px);
  top: -3px;
  border-radius: 2px 2px 0px 0px;
}

.marvel-device.s5.landscape .speaker {
  height: 68px;
  width: 8px;
  left: calc(100% - 20px);
  top: 50%;
  margin-left: 0;
  margin-top: -34px;
}

.marvel-device.s5.landscape .sensor {
  right: 20px;
  top: calc(100% - 110px);
}

.marvel-device.s5.landscape .sensor:after {
  left: -12px;
  right: 0px;
}

.marvel-device.s5.landscape .camera {
  top: calc(100% - 42px);
  right: 24px;
}

.marvel-device.s5.landscape .home {
  width: 20px;
  height: 70px;
  bottom: 50%;
  margin-bottom: -35px;
  margin-left: 0;
  left: 17px;
}

.marvel-device.s5.black {
  background: #1e1e1e;
}

.marvel-device.s5.black .speaker {
  background: black;
}

.marvel-device.s5.black .sleep {
  background: #1e1e1e;
}

.marvel-device.s5.black .top-bar {
  background: radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 3px 3px;
  background-color: #2c2b2c;
  background-size: 4px 4px;
}

.marvel-device.s5.black .home {
  background: #2c2b2c;
}

.marvel-device.lumia920 {
  padding: 80px 35px 125px 35px;
  background: #ffdd00;
  width: 320px;
  height: 533px;
  border-radius: 40px/3px;
}

.marvel-device.lumia920 .bottom-bar {
  display: none;
}

.marvel-device.lumia920 .top-bar {
  width: calc(100% - 24px);
  height: calc(100% - 32px);
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 24px;
  background: black;
  z-index: 1;
}

.marvel-device.lumia920 .top-bar:before {
  background: #1e1e1e;
  display: block;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 22px;
}

.marvel-device.lumia920 .volume {
  width: 3px;
  position: absolute;
  top: 130px;
  height: 100px;
  background: #1e1e1e;
  right: -3px;
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.lumia920 .volume:before {
  width: 3px;
  position: absolute;
  top: 190px;
  content: "";
  display: block;
  height: 50px;
  background: inherit;
  right: 0px;
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.lumia920 .volume:after {
  width: 3px;
  position: absolute;
  top: 460px;
  content: "";
  display: block;
  height: 50px;
  background: inherit;
  right: 0px;
  border-radius: 0px 2px 2px 0px;
}

.marvel-device.lumia920 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 34px;
  right: 130px;
  z-index: 5;
  border-radius: 5px;
}

.marvel-device.lumia920 .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3;
}

.marvel-device.lumia920.landscape {
  padding: 35px 80px 35px 125px;
  height: 320px;
  width: 568px;
  border-radius: 2px/100px;
}

.marvel-device.lumia920.landscape .top-bar {
  height: calc(100% - 24px);
  width: calc(100% - 32px);
  left: 16px;
  top: 12px;
}

.marvel-device.lumia920.landscape .volume {
  height: 3px;
  right: 130px;
  width: 100px;
  top: 100%;
  border-radius: 0px 0px 2px 2px;
}

.marvel-device.lumia920.landscape .volume:before {
  height: 3px;
  right: 190px;
  top: 0px;
  width: 50px;
  border-radius: 0px 0px 2px 2px;
}

.marvel-device.lumia920.landscape .volume:after {
  height: 3px;
  right: 430px;
  top: 0px;
  width: 50px;
  border-radius: 0px 0px 2px 2px;
}

.marvel-device.lumia920.landscape .camera {
  right: 30px;
  top: calc(100% - 140px);
}

.marvel-device.lumia920.landscape .speaker {
  width: 10px;
  height: 64px;
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 48px);
}

.marvel-device.lumia920.black {
  background: black;
}

.marvel-device.lumia920.white {
  background: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.marvel-device.lumia920.blue {
  background: #00acdd;
}

.marvel-device.lumia920.red {
  background: #CC3E32;
}

.marvel-device.htc-one {
  padding: 72px 25px 100px 25px;
  width: 320px;
  height: 568px;
  background: #bebebe;
  border-radius: 34px;
}

.marvel-device.htc-one:before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #adadad;
  border-radius: 32px;
}

.marvel-device.htc-one:after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  background: #eeeeee;
  border-radius: 30px;
}

.marvel-device.htc-one .top-bar {
  width: calc(100% - 4px);
  height: 635px;
  position: absolute;
  background: #424242;
  top: 50px;
  z-index: 1;
  left: 2px;
}

.marvel-device.htc-one .top-bar:before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  background: black;
  top: 0px;
  z-index: 1;
  left: 2px;
}

.marvel-device.htc-one .bottom-bar {
  display: none;
}

.marvel-device.htc-one .speaker {
  height: 16px;
  width: 216px;
  display: block;
  position: absolute;
  top: 22px;
  z-index: 2;
  left: 50%;
  margin-left: -108px;
  background: radial-gradient(#343434 25%, transparent 50%) 0 0, radial-gradient(#343434 25%, transparent 50%) 4px 4px;
  background-size: 4px 4px;
  background-position: top left;
}

.marvel-device.htc-one .speaker:after {
  content: "";
  height: 16px;
  width: 216px;
  display: block;
  position: absolute;
  top: 676px;
  z-index: 2;
  left: 50%;
  margin-left: -108px;
  background: inherit;
}

.marvel-device.htc-one .camera {
  display: block;
  position: absolute;
  top: 18px;
  right: 38px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  z-index: 3;
}

.marvel-device.htc-one .camera:before {
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.marvel-device.htc-one .sensor {
  display: block;
  position: absolute;
  top: 29px;
  left: 60px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.htc-one .sensor:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 12px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3;
}

.marvel-device.htc-one.landscape {
  padding: 25px 72px 25px 100px;
  height: 320px;
  width: 568px;
}

.marvel-device.htc-one.landscape .top-bar {
  height: calc(100% - 4px);
  width: 635px;
  left: calc(100% - 685px);
  top: 2px;
}

.marvel-device.htc-one.landscape .speaker {
  width: 16px;
  height: 216px;
  left: calc(100% - 38px);
  top: 50%;
  margin-left: 0px;
  margin-top: -108px;
}

.marvel-device.htc-one.landscape .speaker:after {
  width: 16px;
  height: 216px;
  left: calc(100% - 692px);
  top: 50%;
  margin-left: 0;
  margin-top: -108px;
}

.marvel-device.htc-one.landscape .camera {
  right: 18px;
  top: calc(100% - 38px);
}

.marvel-device.htc-one.landscape .sensor {
  left: calc(100% - 29px);
  top: 60px;
}

.marvel-device.htc-one.landscape .sensor :after {
  right: 0;
  top: -12px;
}

.marvel-device.ipad {
  width: 576px;
  height: 768px;
  padding: 90px 25px;
  background: #242324;
  border-radius: 44px;
}

.marvel-device.ipad:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 40px;
  background: #1e1e1e;
}

.marvel-device.ipad .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.ipad .top-bar, .marvel-device.ipad .bottom-bar {
  display: none;
}

.marvel-device.ipad .home {
  background: #242324;
  border-radius: 36px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 22px;
}

.marvel-device.ipad .home:after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
}

.marvel-device.ipad.landscape {
  height: 576px;
  width: 768px;
  padding: 25px 90px;
}

.marvel-device.ipad.landscape .camera {
  left: calc(100% - 44px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px;
}

.marvel-device.ipad.landscape .home {
  top: 50%;
  left: 22px;
  margin-left: 0;
  margin-top: -25px;
}

.marvel-device.ipad.silver {
  background: #bcbcbc;
}

.marvel-device.ipad.silver:before {
  background: #fcfcfc;
}

.marvel-device.ipad.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc;
}

.marvel-device.ipad.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.marvel-device.macbook {
  width: 960px;
  height: 600px;
  padding: 44px 44px 76px;
  margin: 0 auto;
  background: #bebebe;
  border-radius: 34px;
}

.marvel-device.macbook:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 30px;
  background: #1e1e1e;
}

.marvel-device.macbook .top-bar {
  width: calc(100% + 2 * 70px);
  height: 40px;
  position: absolute;
  content: "";
  display: block;
  top: 680px;
  left: -70px;
  border-bottom-left-radius: 90px 18px;
  border-bottom-right-radius: 90px 18px;
  background: #bebebe;
  -webkit-box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6);
  box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6);
}

.marvel-device.macbook .top-bar:before {
  width: 100%;
  height: 24px;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border-bottom: 2px solid #aaa;
  border-radius: 5px;
  position: relative;
}

.marvel-device.macbook .top-bar:after {
  width: 16%;
  height: 14px;
  content: "";
  display: block;
  top: 0;
  background: #ddd;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: inset 0px -3px 10px #999;
  box-shadow: inset 0px -3px 10px #999;
}

.marvel-device.macbook .bottom-bar {
  background: transparent;
  width: calc(100% + 2 * 70px);
  height: 26px;
  position: absolute;
  content: "";
  display: block;
  top: 680px;
  left: -70px;
}

.marvel-device.macbook .bottom-bar:before, .marvel-device.macbook .bottom-bar:after {
  height: calc(100% - 2px);
  width: 80px;
  content: "";
  display: block;
  top: 0;
  position: absolute;
}

.marvel-device.macbook .bottom-bar:before {
  left: 0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#747474), color-stop(5%, #c3c3c3), color-stop(14%, #ebebeb), color-stop(41%, #979797), color-stop(80%, #f0f0f0), color-stop(100%, #f0f0f0), to(#f0f0f0));
  background: linear-gradient(to right, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%);
}

.marvel-device.macbook .bottom-bar:after {
  right: 0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(0%, #f0f0f0), color-stop(20%, #f0f0f0), color-stop(59%, #979797), color-stop(86%, #ebebeb), color-stop(95%, #c3c3c3), to(#747474));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%);
}

.marvel-device.macbook .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;
}

.marvel-device.macbook .home {
  display: none;
}

.marvel-device.iphone-x {
  width: 375px;
  height: 812px;
  padding: 26px;
  background: #fdfdfd;
  -webkit-box-shadow: inset 0 0 11px 0 black;
  box-shadow: inset 0 0 11px 0 black;
  border-radius: 66px;
}

.marvel-device.iphone-x .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 66px;
  overflow: hidden;
}

.marvel-device.iphone-x .shadow {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}

.marvel-device.iphone-x .shadow--tl {
  top: -20px;
  left: -20px;
}

.marvel-device.iphone-x .shadow--tr {
  top: -20px;
  right: -20px;
}

.marvel-device.iphone-x .shadow--bl {
  bottom: -20px;
  left: -20px;
}

.marvel-device.iphone-x .shadow--br {
  bottom: -20px;
  right: -20px;
}

.marvel-device.iphone-x:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  content: "";
  left: 5px;
  border-radius: 61px;
  background: black;
  z-index: 1;
}

.marvel-device.iphone-x .inner-shadow {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  overflow: hidden;
  left: 10px;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
  z-index: 1;
}

.marvel-device.iphone-x .inner-shadow:before {
  -webkit-box-shadow: inset 0 0 20px 0 #FFFFFF;
  box-shadow: inset 0 0 20px 0 #FFFFFF;
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  content: "";
  left: 0;
  border-radius: 200px/112px;
  z-index: 2;
}

.marvel-device.iphone-x .screen {
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.marvel-device.iphone-x .top-bar, .marvel-device.iphone-x .bottom-bar {
  width: 100%;
  position: absolute;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
}

.marvel-device.iphone-x .top-bar {
  top: 80px;
}

.marvel-device.iphone-x .bottom-bar {
  bottom: 80px;
}

.marvel-device.iphone-x .volume, .marvel-device.iphone-x .volume:before, .marvel-device.iphone-x .volume:after, .marvel-device.iphone-x .sleep {
  width: 3px;
  background: #b5b5b5;
  position: absolute;
}

.marvel-device.iphone-x .volume {
  left: -3px;
  top: 116px;
  height: 32px;
}

.marvel-device.iphone-x .volume:before {
  height: 62px;
  top: 62px;
  content: "";
  left: 0;
}

.marvel-device.iphone-x .volume:after {
  height: 62px;
  top: 140px;
  content: "";
  left: 0;
}

.marvel-device.iphone-x .sleep {
  height: 96px;
  top: 200px;
  right: -3px;
}

.marvel-device.iphone-x .camera {
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 100%;
  position: absolute;
  left: 154px;
  background: #0d4d71;
}

.marvel-device.iphone-x .speaker {
  height: 6px;
  width: 60px;
  left: 50%;
  position: absolute;
  top: 9px;
  margin-left: -30px;
  background: #171818;
  border-radius: 6px;
}

.marvel-device.iphone-x .notch {
  position: absolute;
  width: 210px;
  height: 30px;
  top: 26px;
  left: 108px;
  z-index: 4;
  background: black;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.marvel-device.iphone-x .notch:before, .marvel-device.iphone-x .notch:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 0;
  width: 8px;
}

.marvel-device.iphone-x .notch:after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
  left: -8px;
}

.marvel-device.iphone-x .notch:before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
  right: -8px;
}

.marvel-device.iphone-x.landscape {
  height: 375px;
  width: 812px;
}

.marvel-device.iphone-x.landscape .top-bar, .marvel-device.iphone-x.landscape .bottom-bar {
  width: 8px;
  height: 100%;
  top: 0;
}

.marvel-device.iphone-x.landscape .top-bar {
  left: 80px;
}

.marvel-device.iphone-x.landscape .bottom-bar {
  right: 80px;
  bottom: auto;
  left: auto;
}

.marvel-device.iphone-x.landscape .volume, .marvel-device.iphone-x.landscape .volume:before, .marvel-device.iphone-x.landscape .volume:after, .marvel-device.iphone-x.landscape .sleep {
  height: 3px;
}

.marvel-device.iphone-x.landscape .inner-shadow:before {
  height: 100%;
  width: 116%;
  left: -8%;
  top: 0;
  border-radius: 112px/200px;
}

.marvel-device.iphone-x.landscape .volume {
  bottom: -3px;
  top: auto;
  left: 116px;
  width: 32px;
}

.marvel-device.iphone-x.landscape .volume:before {
  width: 62px;
  left: 62px;
  top: 0;
}

.marvel-device.iphone-x.landscape .volume:after {
  width: 62px;
  left: 140px;
  top: 0;
}

.marvel-device.iphone-x.landscape .sleep {
  width: 96px;
  left: 200px;
  top: -3px;
  right: auto;
}

.marvel-device.iphone-x.landscape .camera {
  left: 9px;
  bottom: 154px;
  top: auto;
}

.marvel-device.iphone-x.landscape .speaker {
  width: 6px;
  height: 60px;
  left: 9px;
  top: 50%;
  margin-top: -30px;
  margin-left: 0;
}

.marvel-device.iphone-x.landscape .notch {
  height: 210px;
  width: 30px;
  left: 26px;
  bottom: 108px;
  top: auto;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 0;
}

.marvel-device.iphone-x.landscape .notch:before, .marvel-device.iphone-x.landscape .notch:after {
  left: 0;
}

.marvel-device.iphone-x.landscape .notch:after {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
  bottom: -8px;
  top: auto;
}

.marvel-device.iphone-x.landscape .notch:before {
  background: radial-gradient(circle at top right, transparent 0, transparent 70%, black 70%, black 100%);
  top: -8px;
}

.marvel-device.note8 {
  width: 400px;
  height: 822px;
  background: black;
  border-radius: 34px;
  padding: 45px 10px;
}

.marvel-device.note8 .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 34px;
  overflow: hidden;
}

.marvel-device.note8 .speaker {
  height: 8px;
  width: 56px;
  left: 50%;
  position: absolute;
  top: 25px;
  margin-left: -28px;
  background: #171818;
  z-index: 1;
  border-radius: 8px;
}

.marvel-device.note8 .camera {
  height: 18px;
  width: 18px;
  left: 86px;
  position: absolute;
  top: 18px;
  background: #212b36;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .camera:before {
  content: "";
  height: 8px;
  width: 8px;
  left: -22px;
  position: absolute;
  top: 5px;
  background: #212b36;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .sensors {
  height: 10px;
  width: 10px;
  left: 120px;
  position: absolute;
  top: 22px;
  background: #1d233b;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .sensors:before {
  content: "";
  height: 10px;
  width: 10px;
  left: 18px;
  position: absolute;
  top: 0;
  background: #1d233b;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .more-sensors {
  height: 16px;
  width: 16px;
  left: 285px;
  position: absolute;
  top: 18px;
  background: #33244a;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .more-sensors:before {
  content: "";
  height: 11px;
  width: 11px;
  left: 40px;
  position: absolute;
  top: 4px;
  background: #214a61;
  z-index: 1;
  border-radius: 100%;
}

.marvel-device.note8 .sleep {
  width: 2px;
  height: 56px;
  background: black;
  position: absolute;
  top: 288px;
  right: -2px;
}

.marvel-device.note8 .volume {
  width: 2px;
  height: 120px;
  background: black;
  position: absolute;
  top: 168px;
  left: -2px;
}

.marvel-device.note8 .volume:before {
  content: "";
  top: 168px;
  width: 2px;
  position: absolute;
  left: 0;
  background: black;
  height: 56px;
}

.marvel-device.note8 .inner {
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 2px;
  content: "";
  left: 0px;
  border-radius: 34px;
  border-top: 2px solid #9fa0a2;
  border-bottom: 2px solid #9fa0a2;
  background: black;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.5);
}

.marvel-device.note8 .shadow {
  -webkit-box-shadow: inset 0 0 60px 0 white, inset 0 0 30px 0 rgba(255, 255, 255, 0.5), 0 0 20px 0 white, 0 0 20px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 60px 0 white, inset 0 0 30px 0 rgba(255, 255, 255, 0.5), 0 0 20px 0 white, 0 0 20px 0 rgba(255, 255, 255, 0.5);
  height: 101%;
  position: absolute;
  top: -0.5%;
  content: "";
  width: calc(100% - 20px);
  left: 10px;
  border-radius: 38px;
  z-index: 5;
  pointer-events: none;
}

.marvel-device.note8 .screen {
  border-radius: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.marvel-device.note8.landscape {
  height: 400px;
  width: 822px;
  padding: 10px 45px;
}

.marvel-device.note8.landscape .speaker {
  height: 56px;
  width: 8px;
  top: 50%;
  margin-top: -28px;
  margin-left: 0;
  right: 25px;
  left: auto;
}

.marvel-device.note8.landscape .camera {
  top: 86px;
  right: 18px;
  left: auto;
}

.marvel-device.note8.landscape .camera:before {
  top: -22px;
  left: 5px;
}

.marvel-device.note8.landscape .sensors {
  top: 120px;
  right: 22px;
  left: auto;
}

.marvel-device.note8.landscape .sensors:before {
  top: 18px;
  left: 0;
}

.marvel-device.note8.landscape .more-sensors {
  top: 285px;
  right: 18px;
  left: auto;
}

.marvel-device.note8.landscape .more-sensors:before {
  top: 40px;
  left: 4px;
}

.marvel-device.note8.landscape .sleep {
  bottom: -2px;
  top: auto;
  right: 288px;
  width: 56px;
  height: 2px;
}

.marvel-device.note8.landscape .volume {
  width: 120px;
  height: 2px;
  top: -2px;
  right: 168px;
  left: auto;
}

.marvel-device.note8.landscape .volume:before {
  right: 168px;
  left: auto;
  top: 0;
  width: 56px;
  height: 2px;
}

.marvel-device.note8.landscape .inner {
  height: 100%;
  width: calc(100% - 8px);
  left: 2px;
  top: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid #9fa0a2;
  border-right: 2px solid #9fa0a2;
}

.marvel-device.note8.landscape .shadow {
  width: 101%;
  height: calc(100% - 20px);
  left: -0.5%;
  top: 10px;
}

.page {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marvel-device .screen {
  text-align: left;
}

.screen-container {
  height: 100%;
}

/* Status Bar */
.status-bar {
  height: 25px;
  background: #004e45;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}

.status-bar:after {
  content: "";
  display: table;
  clear: both;
}

.status-bar div {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 8px;
  font-weight: 600;
}

/* Chat */
.chat {
  height: calc(100% - 40px);
}

.chat-container {
  height: 100%;
}

/* User Bar */
.user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.user-bar:after {
  content: "";
  display: table;
  clear: both;
}

.user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
}

.user-bar .actions.more {
  margin: 0 12px 0 32px;
}

.user-bar .actions.attachment {
  margin: 0 0 0 30px;
}

.user-bar .actions.attachment i {
  display: block;
  transform: rotate(-45deg);
}

.user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
}

.user-bar .avatar img {
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
}

.user-bar .name {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}

.user-bar .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Conversation */
.conversation {
  height: calc(100% - 12px);
  position: relative;
  background: #efe7dd;
  z-index: 0;
}

.conversation ::-webkit-scrollbar {
  transition: all 0.5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

.conversation .conversation-container {
  height: calc(100% - 68px);
  box-shadow: inset 0 10px 10px -10px #000000;
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */
.wpp_message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

.wpp_message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  display: inline-block;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick svg {
  position: absolute;
  transition: 0.5s ease-in-out;
}

.metadata .tick svg:first-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
  transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
  transform: perspective(800px) rotateY(-179.9deg);
}

.wpp_message:first-child {
  margin: 16px 0 8px;
}

.wpp_message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.wpp_message.received .metadata {
  padding: 0 0 0 16px;
}

.wpp_message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.wpp_message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.wpp_message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

/* Compose */
.conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  height: 50px;
  width: 100%;
  z-index: 2;
}

.conversation-compose div,
.conversation-compose input {
  background: #fff;
  height: 100%;
}

.conversation-compose .emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px 0 0 5px;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 48px;
}

.conversation-compose .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 0;
  outline: none;
  min-width: 50px;
}

.conversation-compose .photo {
  flex: 0 0 auto;
  border-radius: 0 0 5px 0;
  text-align: center;
  position: relative;
  width: 15px;
}

.conversation-compose .photo:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -10px;
}

.conversation-compose .photo i {
  display: block;
  color: #7d8488;
  font-size: 24px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.conversation-compose .send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
}

.conversation-compose .send .circle {
  background: #008a7c;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-compose .send .circle i {
  font-size: 24px;
  margin-left: -5px;
}

/* Small Screens */
@media (max-width: 768px) {
  .marvel-device.nexus5 {
    border-radius: 0;
    flex: none;
    padding: 0;
    max-width: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  .marvel-device > .screen .chat {
    visibility: visible;
  }

  .marvel-device {
    visibility: hidden;
  }

  .marvel-device .status-bar {
    display: none;
  }

  .screen-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .conversation {
    height: calc(100vh - 55px);
  }

  .conversation .conversation-container {
    height: calc(100vh - 120px);
  }
}
.wtp-otp {
  padding: 8%;
}
.wtp-otp .container {
  width: 600px;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 25px;
}
.wtp-otp h3.title {
  font-size: 28px;
  font-weight: 700;
  color: #093030;
  margin-bottom: 25px;
}
.wtp-otp p.sub-title {
  color: #B5BAB8;
  font-size: 14px;
  margin-bottom: 25px;
}
.wtp-otp p span.phone-number {
  display: block;
  color: #093030;
  font-weight: 600;
}
.wtp-otp .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: space-between;
}
.wtp-otp .wrapper input.field {
  width: 60px;
  line-height: 75px;
  font-size: 32px;
  border: none;
  background-color: #EAF5F6;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #093030;
  margin-bottom: 25px;
}
.wtp-otp .wrapper input.field:focus {
  outline: none;
}
.wtp-otp button.resend {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #3DAFE1;
  cursor: pointer;
}
.wtp-otp button.resend.no-able {
  cursor: default;
}
.wtp-otp button.resend i {
  margin-left: 5px;
}
.wtp-otp .btn-success {
  font-size: 20px;
  font-weight: 700;
}

#btn_send {
  visibility: hidden;
  height: 0;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

a, p {
  text-decoration: none !important;
}

li {
  list-style-type: none;
}

body {
  font-family: BlinkMacSystemFont, "Open Sans", "San Francisco Text", sans-serif;
  font-size: 16px;
  color: #294354;
  letter-spacing: 0;
  background: #eaedef;
  padding: 0;
  margin: 0;
}

.content {
  margin-right: 1px;
}

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

.full-height {
  height: 38vh;
}

.profile-details {
  font-family: "Print Font";
  position: relative;
  height: 65%;
  width: 100%;
  letter-spacing: 0.54px;
  padding: 10px 12px;
}

/* main navbar */
.sidebar-menus {
  height: 100%;
  /* profile page */
}
.sidebar-menus .header {
  font-family: "Print Font";
  font-size: 18px !important;
  color: #4E5E63;
  padding: 7px 14px;
  letter-spacing: 1.5px;
}
.sidebar-menus .menu-header:first-child {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06);
}
.sidebar-menus .menu-header {
  font-family: "Print Font";
  font-size: 12px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.sidebar-menus .menu-header a {
  font-size: 21px;
  font-weight: 600;
  color: black;
}
.sidebar-menus .menu-header .checkbox-group .checkbox {
  display: block;
}
.sidebar-menus .menu-header .checkbox-group .checkbox .label-checkbox {
  font-family: "Print Font";
  font-size: 15px;
}
.sidebar-menus .menu-header .btn-bottom {
  position: absolute;
  bottom: 0;
}
.sidebar-menus .menu-header .btn-group {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sidebar-menus .menu-header .btn-group .button {
  text-align: center;
  background-color: white;
  color: #40636C;
  border: solid 1px #CACFD4;
  display: table-cell;
}
.sidebar-menus .menu-header .btn-group .button input[type=radio] {
  appearance: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.sidebar-menus .menu-header .btn-group .button .button-content {
  margin: 2px 0px;
  font-family: "Print Font";
  font-size: 14px;
  display: block;
}
.sidebar-menus .menu-header .btn-group .button.checked {
  background-color: #85F1D9;
  color: #000000;
}
.sidebar-menus .menu-header .btn-group > :focus, .sidebar-menus .menu-header .btn-group > :active {
  background-color: #85F1D9;
  color: #000000;
}
.sidebar-menus .menu-header.padded {
  padding: 12px 14px;
}
.sidebar-menus .menu-header .menu-container {
  margin: 0 16px;
  display: block;
}
.sidebar-menus .menu-header .menu-title {
  font-family: "Print Font";
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 15px;
  color: #000;
  display: block;
  position: relative;
  letter-spacing: 1.5px;
  background: #fff;
  border-bottom: 1px solid #c4c4c4;
}
.sidebar-menus .menu-header .menu-title.subtitle {
  font-family: "Print Font";
  text-transform: initial;
  font-size: 15px;
  color: #041418;
  letter-spacing: 0;
}
.sidebar-menus .menu-header .menu-title > .badge-counter {
  background: #041418;
  color: #50E3C2;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 12px 0 0;
}
.sidebar-menus .menu-header > .menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
}
.sidebar-menus .menu-header > .menu > li {
  padding: 0;
  margin: 0;
  position: relative;
}
.sidebar-menus .menu-header > .menu > li .badge-counter {
  background: #E35650;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 12px 0 0;
}
.sidebar-menus .menu-header > .menu > li > a {
  font-family: "Print Font";
  font-size: 14px;
  color: #657D84;
  letter-spacing: 1.5px;
  display: block;
  padding: 7px 8px;
}
.sidebar-menus .menu-header > .menu > li > a > .icon {
  font-size: 16px;
  width: 34px;
  height: 22px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: 3px;
}
.sidebar-menus .menu-header > .menu > li:not(.active) > a {
  color: #657D84;
}
.sidebar-menus .menu-header > .menu > li.active > a {
  color: #041418;
  /*box-shadow: inset 3px 0 0 0 #9AB1B8;*/
  box-shadow: inset 3px 0 0 0 #E35650;
}
.sidebar-menus .menu-header.active {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #fff;
  padding: 0 0 10px 0;
}
.sidebar-menus .menu-header.active a {
  color: #fff;
}
.sidebar-menus .menu-header.active > .menu {
  max-height: 1500px;
  opacity: 1;
}
.sidebar-menus .menu-header:focus {
  background-color: #1F3342;
}
.sidebar-menus.profile .menu-header.active {
  padding: 0;
}

.sidenav {
  border: 1px solid #19303e61;
  margin-left: 1px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.sidenav .header {
  font-weight: bold;
  font-family: "Print Font";
  padding: 7px 14px;
}

.float-sidenav {
  border: 1px solid #19303e;
  margin-left: 1px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.float-sidenav .header {
  font-weight: bold;
  font-family: "Print Font";
  padding: 7px 14px;
}

.button-plus-dark {
  font-family: "Print Font";
  background-color: #041418;
  border-radius: 17px;
  font-size: 11px;
  color: #50E3C2;
  letter-spacing: 1.38px;
  text-align: center;
  padding: 7px 12px;
  line-height: 17px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.button-plus-dark:hover, .button-plus-dark:focus {
  background-color: #0c353f;
}
.button-plus-dark .plus-icon {
  position: relative;
  left: -8px;
  top: -1px;
  width: 16px;
  height: 16px;
}

.btn-full {
  width: 100%;
}

.relative-view {
  z-index: 3;
  position: absolute;
  background: white;
}

.borderless-button {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.page-title {
  font-family: "Print Font";
  color: #3B3B3B;
}

.page-description {
  font-family: "Print Font";
  color: #859397;
  padding: 2px 2px;
  font-size: 16px;
}

.main-table-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.main-table-wrapper .main-sidebar {
  border-right: #19303e 1px solid;
  vertical-align: top;
  width: 213px;
  -ms-flex: 0 100px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
}
.main-table-wrapper .events-list {
  border-right: #e2e6ea 1px solid;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  max-width: 460px;
}
.main-table-wrapper .events-details {
  vertical-align: top;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-left: #e2e6ea 6px solid;
  text-align: left;
  -ms-flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  margin-right: 2%;
}

.label-tag {
  font-family: "Print Font";
  font-size: 12px;
  color: #6D8087;
  background: #E7EEF3;
  border-radius: 2px;
  padding: 2px 4px;
  display: inline-block;
}

.badge-counter {
  font-family: "Print Font";
  font-size: 11px;
  background: #526F76;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  border-radius: 12px;
  padding: 2px 4px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
}

.event-time-ago {
  font-family: "Open Sans";
  font-size: 12px;
  color: #84959C;
  text-align: right;
}

.button-group {
  display: flex !important;
  flex-wrap: nowrap;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: right;
  pointer-events: none;
  color: #aaa;
}

/* navbar tabbar */
.navbar-tabbar {
  margin: 0;
  padding: 5px 0 0 0;
  position: relative;
  height: auto;
}
.navbar-tabbar .navbar-nav {
  flex-direction: row;
}
.navbar-tabbar .navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-family: "Print Font";
  font-weight: 600;
  font-size: 14px;
  color: #7B6E95;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  transition: box-shadow 150ms ease-in-out, color 250ms ease-in-out;
  border: 0.5px solid;
  border-radius: 3px;
  margin: 0 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-tabbar .navbar-nav > li > a:hover, .navbar-tabbar .navbar-nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar-tabbar .navbar-nav > li:hover > a {
  color: #19303E;
  box-shadow: inset 0 -1px 0 0 #272231;
}
.navbar-tabbar .navbar-nav > li.active > a {
  background-color: #eeeeeece;
  box-shadow: inset 0 -2px 0 0 #eeeeee7a;
  border: 1px solid #6e6e6e;
  border-bottom: #eeeeeece;
  color: #000;
}
.navbar-tabbar .navbar-tabbar-container {
  position: relative;
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
  padding: 0 24px;
}

/* footer */
footer {
  width: 100%;
  height: 35px;
  background: transparent;
  position: relative;
  font-size: 13px;
  top: 40px;
}

h1 {
  font-family: "Print Font";
  font-size: 24px;
  color: #2F2D3B;
  letter-spacing: 0;
}

.counter-block-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.counter-block {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  padding: 14px 18px;
  min-height: 110px;
  display: block;
  flex-grow: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.counter-block-group > .counter-block {
  margin: auto 16px auto auto;
}

.counter-block-group > .counter-block:last-child {
  margin: auto;
}

.counter-block > .title {
  font-family: "Print Font";
  font-size: 18px;
  color: #5C5C5C;
  letter-spacing: 0;
  display: block;
  height: 30px;
}

.counter-data {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.counter-data > .counter {
  font-family: "Print Font";
  font-size: 36px;
  color: #373737;
  letter-spacing: 0;
}

.counter-sparkline {
  width: 140px;
  height: 30px;
}

.container-card {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px 3px 0 0;
  padding: 12px 14px;
  margin: 20px 0 0 0;
  display: block;
}

.container-card-group {
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 5px 0 0 0;
}
.container-card-group > .accordion {
  margin: 26px 0 0 0 !important;
}
.container-card-group > .container-card {
  flex-grow: 1;
}

.container-card-border {
  border: 1px solid #000;
  border-radius: 5px;
}

.word-cloud-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.word-cloud-wrapper {
  padding: 14px 18px;
  min-height: 280px;
  display: block;
  flex-grow: 1;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px 3px 0 0;
  margin: 20px 0 0 0;
}

.word-cloud-group > .word-cloud-wrapper {
  margin: auto 16px auto auto;
}

.word-cloud-group > .word-cloud-wrapper:last-child {
  margin: auto;
}

.word-cloud-list {
  text-align: center;
  line-height: 22px;
  height: 100%;
  /*
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  */
}

.word-cloud-list .word-cloud-span {
  -webkit-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
  margin: 0 4px;
}

.word-cloud-wrapper > .title {
  font-family: "Print Font";
  font-size: 14px;
  color: #5C5C5C;
  letter-spacing: 0;
  display: block;
  height: 30px;
  margin: 0 0 20px 0;
}

/* ember-table */
.max-view {
  max-height: 65vh;
}

.ember-view th {
  max-width: none !important;
}

.ember-table {
  max-height: 60vh;
  overflow: auto;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(36, 54, 65, 0.1), 0 0 2px 0 rgba(36, 54, 65, 0.1) !important;
}
.ember-table table {
  width: 113vw;
  font-family: "Print Font";
  font-size: 14px;
}
.ember-table table .table-header {
  border-bottom: #d1d1d1 1px solid;
}
.ember-table thead th {
  font-family: "Print Font";
  font-weight: 700;
  color: #227CD5;
  font-size: 14px;
  background: #FFFFFF;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: #d1d1d1 0 solid;
  border-bottom: #d1d1d1 3px solid;
  border-right: #d1d1d1 1px solid;
  height: 40px;
  padding: 0 14px;
  text-align: left;
}
.ember-table tbody td {
  max-width: none !important;
  font-family: "Print Font";
  font-weight: bold;
  font-size: 13.8px;
  color: #19303E;
  letter-spacing: 1px;
  padding: 12px 12px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #d1d1d1 1px solid;
  background-color: #ffffff;
  white-space: inherit;
}
.ember-table tbody .approve-1 td {
  background-color: lightblue;
}
.ember-table tbody .approve-3 td {
  background-color: lightgreen;
}
.ember-table tbody .approve-99 td {
  background-color: #f28c8c;
}
.ember-table tbody:last-child {
  border-right: 0;
}
.ember-table tbody.is-fixed-right {
  border-left: solid 1px #d1d1d1;
}
.ember-table tr:hover th {
  cursor: pointer;
}
.ember-table tr:hover td {
  background-color: #F0F2F5;
}
.ember-table tr:hover td.table-header {
  background-color: inherit;
}
.ember-table tr:hover.approve-1 td {
  background-color: lightblue;
}
.ember-table tr:hover.approve-3 td {
  background-color: lightgreen;
}
.ember-table tr:hover.approve-99 td {
  background-color: #f28c8c;
}
.ember-table tr.disabled td {
  background-color: rgba(251, 229, 235, 0.62);
  opacity: 0.6;
  font-size: 14px;
}
.ember-table tr.disabled td.table-header {
  background-color: inherit;
}
.ember-table tr.disabled:last-child td {
  border-bottom: 0;
}

.ember-table table {
  table-layout: auto;
}
.ember-table table td.sz-1 {
  width: 12px;
}
.ember-table table td.sz-2 {
  width: 24px;
}
.ember-table table td.sz-3 {
  width: 36px;
}
.ember-table table td.sz-4 {
  width: 48px;
}
.ember-table table td.sz-5 {
  width: 60px;
}
.ember-table table td.sz-x-small {
  width: 100px;
}
.ember-table table td.sz-small {
  width: 160px;
}
.ember-table table td.sz-medium {
  width: 200px;
}
.ember-table table td.sz-large {
  width: 290px;
}
.ember-table table td.sz-xlarge {
  width: 320px;
}

.ember-table-container {
  position: relative;
  margin: 15px;
}
.ember-table-container.with-header .ember-table thead th {
  border-bottom-width: 1px;
  border-top-width: 3px;
}
.ember-table-container .ember-table {
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  padding: 0px 3px;
}
.ember-table-container .ember-table tfoot td {
  text-align: left;
  font-family: "Print Font";
  border-right: none;
  font-size: 11pt;
  padding: 5px 10px;
}
.ember-table-container table {
  width: 100%;
}

.simple-table-header {
  font-family: "Print Font";
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0 9px 0;
  color: #19303E;
}
.simple-table-header .header .icon {
  display: inline-block;
  text-align: right;
  width: 18px;
  position: relative;
  top: -1px;
  margin: 0 7px 0 1px;
}
.simple-table-header .header .title {
  font-family: "Open Sans" !important;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.simple-table-header .buttons {
  max-width: 40%;
}

.body-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.ember-container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  color: #19303E;
}
.ember-container h2 {
  font-size: 20px;
}
.ember-container h3 {
  font-size: 16px;
}

.main-table-wrapper > .ember-container.environment-editor {
  position: relative;
  left: -200px;
  background: #EAEDEF;
  flex-grow: 2;
  margin: 0 -200px;
}
.main-table-wrapper > .ember-container.right-editor {
  position: relative;
  background: #EAEDEF;
  flex-grow: 2;
  margin: 0 2% 0 0;
  max-width: 1180px;
  left: 0;
  /*box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);*/
  border-left: rgba(0, 0, 0, 0.05) 1px solid;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}

.environment-editor .form-control {
  background: #FFFFFF;
  border: 1px solid #BBC9C9;
  border-radius: 2px;
  font-size: 13px;
  color: #4d5962;
  padding: 8px 12px 8px 12px;
}
.environment-editor label {
  display: block;
}
.environment-editor label.title {
  font-size: 14px;
  color: #58636d;
  padding: 1px;
}
.environment-editor .table-slim {
  border: #BBC9C9 1px solid;
  border-radius: 2px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1800px;
  margin: 0 auto;
  color: #19303E;
}
.container h3 {
  font-size: 13px;
}

.fixed-size {
  padding: 5px !important;
  align-items: stretch;
}

.content-bg {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border-color: #859397;
}
.content-bg .sub-content {
  color: black;
  font-size: 20px;
}
.content-bg .content {
  margin: 13px;
  font-size: 18px;
  color: #bbb;
}
.content-bg .content > :first-child {
  color: black;
}
.content-bg .content > :first-child .quantity {
  color: black;
}
.content-bg .content .quantity {
  color: #217CD5;
  font-size: 25px;
}
.content-bg .content .return {
  color: #50E2D4;
}
.content-bg .content .oportunity {
  color: #E1D9DA;
}
.content-bg .content-title {
  margin: 10px 0;
  font-size: 25px;
  font-weight: 600;
}
.content-bg .content-title .icon {
  margin-right: 10px;
  font-size: 34px;
}
.content-bg .content-title-for-charts {
  margin-left: 13px;
}

.no-margin {
  margin: 0px !important;
}

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

.divisor {
  margin: 0 40px;
  border-left: 1px solid;
  height: 85px;
}

.content-header {
  width: 100%;
  display: inline-flex;
  border-bottom: 0.5px solid;
}
.content-header > h2 {
  margin: 25px 0 0 10px;
}
.content-header .content-page-title {
  margin: 15px 0 0 10px;
  display: inline-flex;
}
.content-header .content-page-title span {
  font-size: 40px;
  margin: 0 10px;
}
.content-header .content-page-title .content-title {
  font-weight: bold;
}
.content-header .content-page-subtitle {
  display: inline-flex;
}

.content-body {
  max-width: 90%;
  margin: 25px;
}
.content-body .content-items-wrapper {
  overflow: hidden;
  min-height: 48vh;
  min-width: 74vw;
  margin: 0px 26px;
  border: #6e6e6e 0.5px solid;
  background: #eeeeeece;
  overflow-y: scroll;
}
.content-body .content-items-wrapper .items {
  margin: 0 35px 15px;
}
.content-body .content-items-letter {
  width: 60vw !important;
}
.content-body .content-items-full {
  width: 87vw !important;
}

.welcome-wrapper {
  border-radius: 5px;
  margin: 20px 0;
  background: white;
  display: flex;
}
.welcome-wrapper > h2 {
  margin-right: 10px;
  margin-top: 17px;
}
.welcome-wrapper .content-right {
  margin-left: 78rem;
  line-height: 35px;
  display: inline-flex;
}
@media only screen and (max-width: 1440px) {
  .welcome-wrapper .content-right {
    margin-left: 50rem;
    line-height: 35px;
    display: inline-flex;
  }
}
@media only screen and (max-width: 1280px) {
  .welcome-wrapper .content-right {
    margin-left: 45rem;
    line-height: 35px;
    display: inline-flex;
  }
}
.welcome-wrapper .full-content-right {
  display: inline-flex;
}

.welcome-detail {
  border-left: solid 1px #c4c4c4;
}
.welcome-detail > .detail-font {
  font-size: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.welcome-detail .d-grid {
  display: grid !important;
  margin: 0 22px;
  margin-top: 10px;
}
@media only screen and (min-width: 1440px) {
  .welcome-detail .d-grid {
    display: grid !important;
    margin: 0 22px;
    margin-top: 10px;
  }
}
.welcome-detail > span {
  margin-left: 100px;
}
.welcome-detail > h2 {
  line-height: 19px;
  font-weight: bold;
}
.welcome-detail .counter {
  font-size: 25px;
  color: #EFA6B0;
}

.blue-container {
  background-color: #217CD5;
}
.blue-container .search-container {
  margin-top: 30px;
}
.blue-container .button-container {
  margin-top: 40px;
}
.blue-container .button-container .download-button {
  margin: 10px 5px 0;
  background: none;
  width: 18rem;
  border: 2px solid white;
  color: white;
  font-weight: 800;
  border-radius: 6px;
  cursor: pointer;
}

.headline {
  max-width: 100vw;
  height: 50px;
}

.headline > div.category {
  width: 40%;
}
.headline > div.category span {
  font-family: "Din Font Medium", "Open Sans", sans-serif;
  display: inline-block;
  font-size: 25px;
}

.headline > h1 {
  width: 60%;
  font-size: 24px;
  font-family: "Din Font Medium", "Open Sans", sans-serif;
}

.headline > h1 > span {
  color: mediumturquoise;
  font-family: "Din Font Medium", "Open Sans", sans-serif;
}

.headline > span {
  font-size: 30px;
}

.headline-buttons {
  margin-top: 10px;
  width: 30%;
  right: 3vw;
}

.headline-buttons > button {
  width: 100%;
  margin: 5px;
}
.headline-buttons > button:hover, .headline-buttons > button:focus {
  background: #70EDBF;
}

.dashboard-button {
  margin-left: 0;
}

@media only screen and (min-width: 1900px) {
  .headline-buttons {
    right: 5vw;
  }
}
.headline-buttons > button > span {
  font-size: 15px;
  font-family: "Din Font Bold", "Open Sans", sans-serif !important;
}

#wrapper {
  margin-top: 30px;
}
#wrapper td {
  color: #bfbec0;
  text-align: center;
}
#wrapper td a {
  color: #bfbec0;
}
#wrapper td .active {
  color: #217CD5;
}
#wrapper td .active h4 {
  color: #217CD5;
}
#wrapper td h4 {
  font-weight: bold;
}

div.centered {
  text-align: center;
  width: 100%;
}

div.novo-pedido {
  height: 180px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: table;
}

div.novo-pedido > div {
  width: 100%;
  height: 100%;
  border: dashed 1px;
  border-radius: 10px;
  border-color: #859397;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.novo-pedido > div button {
  margin-top: 20px;
  width: 50%;
  margin-left: 25%;
}

.wallet-container {
  display: contents;
}
.wallet-container div.wallet-item {
  display: inline-block;
  width: 250px;
  background-color: white;
  border-radius: 10px;
  margin-left: 22px;
  margin-top: 35px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #c4c4c4;
}
.wallet-container div.wallet-item .btn-details {
  color: #859397;
  background: none;
  border: #859397 1px solid;
}
.wallet-container div.wallet-item .btn-details:hover {
  background: #859397;
  color: #ffffff;
}
.wallet-container div.wallet-item .btn-edit {
  color: #2b2b2b;
  background: #e7e7e7;
  border: #e7e7e7 1px solid;
}
.wallet-container div.wallet-item .btn-edit:hover {
  color: #ffffff;
  background: #2b2b2b;
}
.wallet-container .xadrez {
  background-color: #F3F5F8;
}
.wallet-container div.wallet-title span {
  font-size: 20px;
  margin-left: 8px;
  padding: 5px;
  word-wrap: break-word;
}
.wallet-container div.wallet-title h3 {
  font-family: "Din Font";
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.wallet-container div.wallet-attributes {
  display: table;
  width: 100%;
  color: gray;
  padding: 5px 10px 5px 10px;
}
.wallet-container div.wallet-attributes .wallet-left {
  display: table-cell;
  width: 50%;
  font-size: 15px;
}
.wallet-container div.wallet-attributes .wallet-right {
  display: table-cell;
  width: 50%;
  text-align: right;
  color: #5397D1;
  font-weight: 600;
  font-size: 18px;
}
.wallet-container div.wallet-attributes .first {
  color: black;
  font-weight: 700;
}
.wallet-container div.wallet-attributes span {
  font-size: 13px;
}

.item-buttons {
  text-align: center;
  padding-bottom: 10px;
}
.item-buttons button {
  margin-top: 15px;
}
.item-buttons button + button {
  margin-left: 15px;
}

div.headline-border {
  width: 10px;
  height: 100%;
  display: inline-block;
  border-left: 1px solid;
}

.status-indicator {
  position: relative;
  padding: 0 0 0 20px;
  font-family: "Print Font";
  font-size: 13px;
  line-height: 20px;
  margin: 2px 0 0 0;
  color: #e69512;
  height: 20px;
  white-space: nowrap;
}
.status-indicator:before {
  background-color: #FFC107;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 0 2px;
}
.status-indicator.running {
  color: #00B0A7;
}
.status-indicator.running:before {
  background-color: #00B0A7;
}
.status-indicator.stopped {
  color: #D0021B;
}
.status-indicator.stopped:before {
  background-color: #D0021B;
}
.status-indicator.available {
  color: #8379F5;
}
.status-indicator.available:before {
  background-color: #8379F5;
}
.status-indicator.disabled {
  color: #d5d3d8;
}
.status-indicator.disabled:before {
  background-color: #d5d3d8;
}

img.avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
img.avatar.avatar-small {
  width: 34px;
  height: 34px;
}

.avatar {
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.avatar.avatar-small {
  width: 34px;
  height: 34px;
}
.avatar > img {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* notifications */
.notification-dropdown .ui.floating.label {
  top: 10px !important;
  right: 10px !important;
  background: 10px;
}
.notification-dropdown > button {
  position: relative;
  background: transparent;
  border: 0;
  height: 100%;
  font-size: 14px;
  color: #5B7982;
  padding: 0;
  width: 80px;
  text-align: center;
}
.notification-dropdown > button.visible {
  color: #ffffff !important;
}
.notification-dropdown > button > .fa {
  font-size: 24px;
  position: relative;
}

.notification.popup {
  font-family: "Print Font";
  min-width: 400px;
  max-width: 98vw;
  padding: 0;
  text-align: left;
}
.notification.popup .ui.celled.list > .item:first-child, .notification.popup .ui.celled.list > .item:last-child {
  padding: 6px 4px 2px 8px;
}
.notification.popup .list {
  width: auto;
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.notification.popup .list .item {
  font-size: 14px;
}
.notification.popup .list .item:hover, .notification.popup .list .item:active, .notification.popup .list .item:focus {
  background-color: #0b3e6f;
}
.notification.popup .list .item .header {
  margin: 2px 0 3px 0;
  font-weight: 700;
}
.notification.popup .list .item .content {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #393245;
}
.notification.popup .list .item .footer {
  margin: 6px 0 3px 0;
  font-size: 13px;
  color: #607d8b;
}
.notification.popup .list .item.unread {
  background-color: #f6f4fb;
}
.notification.popup .list .item.seen {
  background-color: #ffffff;
}
.notification.popup .list .item.readed {
  background-color: #ffffff;
  opacity: 0.8;
}
.notification.popup .menu {
  border: 0;
  margin: 0;
  padding: 2px 4px;
  box-shadow: none;
  min-height: auto;
  font-size: 13px;
}
.notification.popup .menu .title {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0 0 2px;
}

.upload-dropzone {
  background: #F0F3F7;
  border: 1px dashed #ABB1BE;
  border-radius: 3px;
  min-height: 150px;
  position: relative;
}
.upload-dropzone .description {
  width: 100px;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.upload-dropzone:hover, .upload-dropzone:focus {
  background: #e8eef7;
  border: 1px dashed #a7acbe;
}

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

.page-content {
  position: relative;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.status-icon {
  padding-right: 10px;
  width: 21px;
}

.card-pd {
  padding: 0.3rem 2rem;
}

.root {
  background-color: black;
}

.left_side {
  background-color: #694097;
  color: white;
  float: left;
  width: 6rem;
  height: 6rem;
}

.left_side_middle {
  background-color: #556cdb;
  color: white;
  float: left;
  width: 6rem;
  height: 6rem;
}

.left_side_right {
  background-color: #ff994f;
  color: white;
  float: left;
  width: 6rem;
  height: 6rem;
}

.center_s {
  float: left;
  width: 10rem;
  background-color: white;
  height: 6rem;
}

.content-data {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  top: 1rem;
  left: 0.9rem;
}

.details {
  color: gray;
  position: relative;
  left: 0.9rem;
}

.root-icon {
  position: relative;
  left: 1.6rem;
  top: 1.5rem;
  font-size: 50px;
}

.right_side {
  background-color: white;
  float: left;
  width: 5rem;
  height: 6rem;
}

.top-cards {
  padding-bottom: 30px;
}

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

.clear {
  clear: both;
}

.filter-button {
  background-color: #eaedef;
  border: solid 2px #02bd93;
  color: #02bd93;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.filter-button-radius {
  border-radius: 4px;
}

.services-width {
  position: relative;
  left: 50rem;
  width: 50rem;
  height: 45rem;
}

.card-padding {
  padding: 15px 0 !important;
  margin: 0% !important;
}

.card-radius {
  border-radius: 0% !important;
}

.card-title {
  color: #84959C;
  font-family: "Open Sans";
}

.card-text {
  font-weight: 600;
  font-family: "Open Sans";
}

.severity-card .card-severity-text {
  padding: 1.5% 5%;
  color: white;
}
.severity-card > .severity {
  background-color: white;
}
.severity-card > .severity.status-warning {
  background-color: #FF8718;
}
.severity-card > .severity.status-critical {
  background-color: #E35650;
}
.severity-card > .severity.status-info {
  background-color: #7B6E95;
}

.incident-cards {
  padding-top: 2rem;
}
.incident-cards > .incident-card {
  background-color: white;
  border-bottom: 1px solid #E2E6EA;
  border-left: white 8px solid;
}
.incident-cards > .incident-card.status-warning {
  border-left-color: #FF8718;
}
.incident-cards > .incident-card.status-critical {
  border-left-color: #E35650;
}
.incident-cards > .incident-card.status-info {
  border-left-color: #7B6E95;
}
.incident-cards .incident-description {
  display: flex !important;
  flex-wrap: nowrap;
}
.incident-cards .incident-description .incident-tags {
  flex-grow: 1;
}
.incident-cards .incident-description .incident-buttons {
  max-width: 100px;
  flex-grow: 0;
}
.incident-cards .incident-description .incident-buttons button {
  padding: 2px 8px;
}

.card-button-text {
  font-family: dripicons-v2;
}

.card-button-left {
  border-radius: 20px 0 0 20px;
  background-color: #E7EEF3;
  color: #72858C;
}

.card-button-middle {
  background-color: #E7EEF3;
  color: #72858C;
}

.card-button-right {
  border-radius: 0 20px 20px 0;
  background-color: #E7EEF3;
  color: #72858C;
}

.card-description {
  background-color: #E7EEF3;
  color: #6E8188;
  font-size: 15px;
  padding: 5px;
}

.description {
  display: inline-block;
}
.description p {
  font-size: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.form-control {
  font-family: "Open Sans" !important;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
/*
.badge{
  background: #FAF7EB;
  border-radius: 2px;
  font-family: $font-default;
  font-weight: 600;
  font-size: 11px;
  color: #795c4f;
  letter-spacing: 0;
  padding: 3px 5px;

*/
.badge {
  font-family: "Print Font";
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 0.25em 0.4em;
  border-radius: 0.25rem;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  background-color: #A376FF;
  position: relative;
  top: -1px;
  left: 2px;
}

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

.badge-top {
  font-size: 11px;
  top: -8px;
  left: -2px;
}

.badge-small {
  font-size: 11px;
}

.badge-medium {
  font-size: 14px;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-secondary {
  color: #fff;
  background-color: #9ca8b4;
}

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

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

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

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

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

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

.badge-analitic {
  background-color: #5be6cc;
  color: #3e3737;
}

.card-itens {
  border: #a7b1d1 solid 2px;
  border-radius: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: transform 0.45s ease, background 0.45s ease;
}
.card-itens.card-green {
  border: #46b58c solid 2px;
}
.card-itens .title-icon span {
  font-size: 35pt;
  margin: 0 10px;
}
.card-itens.active {
  color: #fff;
  background: #a7b1d1;
}
.card-itens.active span {
  color: #fff;
}
.card-itens.active.card-green {
  background: #46b58c;
}
.card-itens:hover {
  color: #fff;
  background: #a7b1d1;
}
.card-itens:hover span {
  color: #fff;
}
.card-itens:hover.card-green {
  background: #46b58c;
}

@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
.c-blue {
  color: #A376FF;
}

.c-acent {
  color: #A376FF;
}

.c-dark {
  color: #272231;
}

.c-light-dark {
  color: #393245;
}

@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
span, div {
  font-family: "Print Font";
}
span.bold, span.strong, div.bold, div.strong {
  font-weight: 700;
}
span.medium, div.medium {
  font-weight: 600;
}
span.regular, div.regular {
  font-weight: 400;
}
span.light, div.light {
  font-weight: 300;
}
span.thin, div.thin {
  font-weight: 200;
}

/* ui normalize */
.ui,
.ui.popup,
.ui.menu {
  font-size: inherit;
  min-height: auto;
}

.adressSelectPlaceholder {
  font-size: 15px;
}

.configPlaceholder {
  font-size: 20px;
}

.drip-plus:before {
  margin-left: 10px;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 0;
}

.input-border {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  outline: none;
  width: 100%;
}

.search-header {
  border-radius: 5px;
}

@font-face {
  font-family: "Print Font";
  src: url("/fonts/bariol/Bariol-Regular.eot");
  src: url("/fonts/bariol/Bariol-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Regular.woff") format("woff"), url("/fonts/bariol/Bariol-Regular.ttf") format("truetype"), url("/fonts/bariol/Bariol-Regular.svgBariol-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Print Font Italic";
  src: url("/fonts/bariol/Bariol-Italic.eot");
  src: url("/fonts/bariol/Bariol-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/bariol/Bariol-Italic.woff") format("woff"), url("/fonts/bariol/Bariol-Italic.ttf") format("truetype"), url("/fonts/bariol/Bariol-Italic.svgBariol-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Din Font";
  src: url("/fonts/dinpro/DINPro.eot");
  src: url("/fonts/dinpro/DINPro.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro.woff") format("woff"), url("/fonts/dinpro/DINPro.ttf") format("truetype"), url("/fonts/dinpro/DINPro.svgDINPro") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Italic";
  src: url("/fonts/dinpro/DINPro-Italic.eot");
  src: url("/fonts/dinpro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Italic.woff") format("woff"), url("/fonts/dinpro/DINPro-Italic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Italic.svgDINPro-Italic") format("svg");
  font-weight: 400;
  font-style: "regular";
}
@font-face {
  font-family: "Din Font Medium";
  src: url("/fonts/dinpro/DINPro-Medium.eot");
  src: url("/fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Medium.woff") format("woff"), url("/fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Medium.svgDINPro-Medium") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Medium Italic";
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-MediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-MediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-MediumItalic.svgDINPro-MediumItalic") format("svg");
  font-weight: 450;
  font-style: "medium";
}
@font-face {
  font-family: "Din Font Light";
  src: url("/fonts/dinpro/DINPro-Light.eot");
  src: url("/fonts/dinpro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Light.woff") format("woff"), url("/fonts/dinpro/DINPro-Light.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Light.svgDINPro-Light") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Light Italic";
  src: url("/fonts/dinpro/DINPro-LightItalic.eot");
  src: url("/fonts/dinpro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-LightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-LightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-LightItalic.svgDINPro-LightItalic") format("svg");
  font-weight: 200;
  font-style: "light";
}
@font-face {
  font-family: "Din Font Black";
  src: url("/fonts/dinpro/DINPro-Black.eot");
  src: url("/fonts/dinpro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Black.woff") format("woff"), url("/fonts/dinpro/DINPro-Black.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Black.svgDINPro-Black") format("svg");
  font-weight: 500;
  font-style: "black";
}
@font-face {
  font-family: "Din Font Black Italic";
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-BlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-BlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-BlackItalic.svgDINPro-BlackItalic") format("svg");
  font-weight: 500;
  font-style: "blackitalic";
}
@font-face {
  font-family: "Din Font Bold";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bold";
}
@font-face {
  font-family: "Din Font Bold Italic";
  src: url("/fonts/dinpro/DINPro-Bold.eot");
  src: url("/fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Bold.woff") format("woff"), url("/fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Bold.svgDINPro-Bold") format("svg");
  font-weight: 600;
  font-style: "bolditalic";
}
@font-face {
  font-family: "Din Font Cond";
  src: url("/fonts/dinpro/DINPro-Condensed.eot");
  src: url("/fonts/dinpro/DINPro-Condensed.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-Condensed.woff") format("woff"), url("/fonts/dinpro/DINPro-Condensed.ttf") format("truetype"), url("/fonts/dinpro/DINPro-Condensed.svgDINPro-Condensed") format("svg");
  font-weight: 400;
  font-style: "cond";
}
@font-face {
  font-family: "Din Font Cond Italic";
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedItalic.svgDINPro-CondensedItalic") format("svg");
  font-weight: 400;
  font-style: "conditalic";
}
@font-face {
  font-family: "Din Font Cond Black";
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlack.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlack.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlack.svgDINPro-CondensedBlack") format("svg");
  font-weight: 500;
  font-style: "condblack";
}
@font-face {
  font-family: "Din Font Cond Black Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBlackItalic.svgDINPro-CondensedBlackItalic") format("svg");
  font-weight: 500;
  font-style: "condblackita";
}
@font-face {
  font-family: "Din Font Cond Bold";
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBold.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBold.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBold.svgDINPro-CondensedBold") format("svg");
  font-weight: 600;
  font-style: "condbold";
}
@font-face {
  font-family: "Din Font Cond Bold Italic";
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedBoldItalic.svgDINPro-CondensedBoldItalic") format("svg");
  font-weight: 600;
  font-style: "condboldita";
}
@font-face {
  font-family: "Din Font Cond Light";
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLight.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLight.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLight.svgDINPro-CondensedLight") format("svg");
  font-weight: 200;
  font-style: "condlight";
}
@font-face {
  font-family: "Din Font Cond Light Italic";
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedLightItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedLightItalic.svgDINPro-CondensedLightItalic") format("svg");
  font-weight: 200;
  font-style: "condlightita";
}
@font-face {
  font-family: "Din Font Cond Medium";
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMedium.svgDINPro-CondensedMedium") format("svg");
  font-weight: 300;
  font-style: "condmedium";
}
@font-face {
  font-family: "Din Font Cond Medium Italic";
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot");
  src: url("/fonts/dinpro/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.woff") format("woff"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("/fonts/dinpro/DINPro-CondensedMediumItalic.svgDINPro-CondensedMediumItalic") format("svg");
  font-weight: 300;
  font-style: "condmediita";
}
div.sp-6 {
  height: 6px;
  display: block;
}
div.sp-8 {
  height: 8px;
  display: block;
}
div.sp-12 {
  height: 12px;
  display: block;
}
div.sp-14 {
  height: 14px;
  display: block;
}
div.sp-16 {
  height: 16px;
  display: block;
}
div.sp-24 {
  height: 24px;
  display: block;
}
div.sp-32 {
  height: 32px;
  display: block;
}
div.sp-64 {
  height: 64px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.all-dripicons {
  display: flex;
  flex-wrap: wrap;
}
.all-dripicons > .icon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 140px;
  text-align: center;
}
.all-dripicons > .icon .drip-icon {
  position: absolute;
  font-size: 30px;
  top: 70px;
  left: 0;
  right: 0;
}
.all-dripicons > .icon > .title {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.error-msg {
  z-index: 1;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #ff5559;
  border-radius: 3px;
}

.loading-spinner.dark .spinner-stroke {
  stroke: #272231;
}

.completed-mark {
  font-size: 60px;
  color: #50E2D4;
}

.completed-text {
  font-weight: 900 !important;
}
.completed-text p {
  font-size: 50px;
}

.fullscreen {
  z-index: 2;
}

.full {
  position: absolute;
  top: 100px;
  z-index: 3;
}
.full .content-bg {
  width: 92vw;
  height: 89vh;
  max-height: 89vh;
}
@media only screen and (max-width: 1700px) {
  .full .content-bg {
    width: 98vw;
  }
}
@media only screen and (min-width: 1701px) {
  .full .content-bg {
    width: 93vw !important;
  }
}
.full .content-title {
  color: black;
}

.scrolleable {
  margin: 25px;
  overflow-y: scroll;
  min-height: 350px;
  max-height: 550px;
}

.upside {
  z-index: 3;
}

.dropzone {
  border: dashed 1px #c4c4c4;
  border-radius: 15px;
}
.dropzone .dropzone-content {
  margin: 35px;
}

.select-file-button {
  border: solid 1px #2680EB;
  border-radius: 20px;
  cursor: pointer;
}
.select-file-button .content {
  color: #2680EB;
  margin: 20px;
}

.clicleable {
  cursor: pointer;
}

.unclicleable {
  cursor: default;
}

.template-type-selector {
  margin-top: 28px;
  margin-left: -13px;
}

.noLenght {
  margin-top: 48px;
}

.error-input {
  color: red;
}

.static-choice {
  position: relative;
  top: 12rem;
}

.wallet-creation-title {
  font-size: 25px;
}

.file-dock {
  border: 1px solid;
  border-radius: 3px;
  margin: 3rem;
}
.file-dock :hover {
  cursor: pointer;
}
.file-dock .dock-body {
  margin: 10px;
}
.file-dock .dock-file-icon {
  font-size: 25px;
}

.no-border {
  border-right: none !important;
}

.img-display-container {
  max-width: 8rem;
}

.input-wtp {
  font-size: 18px;
  width: 85%;
  color: #636363;
  border: solid 0.5px #c4c4c4;
  padding: 7px 0px 10px 20px;
  border-radius: 10px;
  margin-left: 13px;
}

.bold-h3 {
  font-weight: bold;
  font-size: 16px;
}

/* TinyMCE Adjusts */
div.mce-edit-area {
  background: none !important;
}

.mce-panel {
  border: none !important;
}

.tinymce_class {
  padding: 100px 80px !important;
}

.h2-title {
  font-size: 2rem;
}

.color-gray {
  color: #bfbec0;
}

.obj-center {
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  visibility: hidden !important;
}

.fs-35 {
  font-size: 35pt !important;
}

.fs-30 {
  font-size: 30pt !important;
}

.fs-25 {
  font-size: 25pt !important;
}

.fs-20 {
  font-size: 20pt !important;
}

.fs-15 {
  font-size: 15pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-13 {
  font-size: 13pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-11 {
  font-size: 11pt !important;
}

.fs-10 {
  font-size: 10pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-14x {
  font-size: 14px !important;
}

.fs-13x {
  font-size: 13px !important;
}

.fs-12x {
  font-size: 12px !important;
}

.fs-11x {
  font-size: 11px !important;
}

.fs-10x {
  font-size: 10px !important;
}

.fs-20x {
  font-size: 20px !important;
}

.fs-25x {
  font-size: 25px !important;
}

.fs-30x {
  font-size: 30px !important;
}

.fs-35x {
  font-size: 35px !important;
}

.text-lightgray {
  color: lightgray !important;
}

.text-gray {
  color: gray !important;
}

.text-lightgreen {
  color: #0dcc2f !important;
}

.text-medium {
  font-size: 1.5rem;
}

.input-readonly {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

.input-readonly::placeholder {
  color: #747474 !important;
}

.input-readonly::-moz-placeholder {
  color: #747474 !important;
}

.input-readonly::-webkit-input-placeholder {
  color: #747474 !important;
}

.ui.checkbox {
  cursor: pointer;
}

.flatpickr-input {
  font-size: 18px;
  color: #636363;
  border: solid 0.5px #c4c4c4;
  padding: 7px 10px 10px 20px;
  border-radius: 10px;
  margin-left: 13px;
}

.flatpicker-transparent {
  border: none;
  margin: 0;
  padding: 10px 0;
}

.row {
  margin-left: 0px;
}

.font-btn {
  font-size: 12pt;
  font-weight: 600;
}

.arrow-up-head-rdetails {
  width: 0;
  height: 0;
  margin-left: 25px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #edeff5;
}

.head-r-details {
  background-image: linear-gradient(-90deg, #fbebee, #edeff5);
  color: #000;
}

.r-details-td1 {
  color: #c8c8c8;
}

.r-details-td2 {
  background-color: #fafcfc;
  color: #c8c8c8;
}

.span-r-details {
  color: #128be7;
  font-weight: normal;
}

.fadeDetail {
  transition: max-height 1s ease-in-out;
  max-height: 0px;
  opacity: 0px;
}

.in {
  max-height: 500px;
  margin-top: -30px;
  opacity: 1 !important;
}

.display-none {
  display: none;
}

.au-container {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-right: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  border: solid 1px #c4c4c4;
}

.au-container h2 {
  font-size: 1.71rem !important;
}

.home-card {
  background-color: #FFFFFF;
  border-radius: 5px;
  border-color: #859397;
  height: 5px;
  opacity: 1;
  overflow: hidden;
  transition: height 1s;
  border: #569DDF 5px solid;
}

.home-card:hover {
  height: 130px;
}

.au-boxshadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.bolder {
  font-weight: bolder;
}

.bold {
  font-weight: bold;
}

.bg-green {
  background-color: limegreen;
}

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

.bg-lightblue {
  background-color: #4fc4de5e;
}

.bg-bluedarkness {
  background-color: #002e67;
}

.bg-greendarkness {
  background-color: #004005;
}

.bg-orangedarkness {
  background-color: #9e4200;
}

.bg-lightgray {
  background-color: #f3f3f3;
}

.x-custom-tabs nav {
  background: #fff;
}

.x-custom-tabs nav ul a {
  color: lightblue;
}

.x-custom-tabs nav ul a:hover {
  color: steelblue;
}

.x-custom-tabs nav ul li.tab-current {
  background: steelblue;
}

.x-custom-tabs nav ul li {
  background: white;
  margin: 4px 2px;
}

.x-custom-tabs nav ul li.tab-current a {
  color: white;
}

.box-scroller {
  height: 450px;
  overflow-y: scroll;
  padding: 20px 80px;
}

.df-font-family {
  font-family: "Print Font";
}

.ember-table tbody td a {
  color: #000;
}

.btn-info:disabled {
  color: #9e9696;
  background-color: #ffffff;
  border-color: #9e9696;
  cursor: not-allowed;
}

.btn-info:disabled:hover {
  color: #9e9696;
  background-color: #ffffff;
  border-color: #9e9696;
}

.toast-error {
  background-color: #BD362F !important;
}

.toast-success {
  background-color: #51A351 !important;
}

.pos-absolute {
  position: absolute;
}

.text-black {
  color: #3c3c3c !important;
  font-weight: 700 !important;
}

label.ember-radio-button.button {
  cursor: pointer;
}

.primary-hover:hover, .primary-hover:focus {
  background: #105eab !important;
}

.th-last-child {
  border-right: 0;
  text-align: right;
  color: #50E2D4;
}

.td-last-child {
  border-right: 0;
  text-align: right;
  color: #50E2D4;
}

.m-right {
  margin-left: auto;
  padding-right: 15px;
}

.m-left {
  margin-right: auto;
  padding-left: 15px;
}

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

.btn-default:hover {
  background: #c4c4c4;
  border-color: transparent;
  color: #ffffff;
}

.stength-password {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px;
  width: 200px;
  border-style: solid;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.stength-password {
  transition: all 0.5s;
}

.stength-good {
  border-color: #FFC107;
  color: #FFC107;
}

.stength-good::after {
  content: "Boa";
}

.stength-weak {
  border-color: #ff1e52;
  color: #ff1e52;
}

.stength-weak::after {
  content: "Fraca";
}

.stength-best {
  border-color: #50e3c2;
  color: #50e3c2;
}

.stength-best::after {
  content: "Forte";
}

.arrow-right::before {
  content: " ⤷";
  margin: 0 10px;
  font-size: 16px;
}

.button-plus-printgreen {
  font-family: "Print Font";
  background-color: #65edc0;
  border-radius: 17px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1.38px;
  text-align: center;
  padding: 7px 12px;
  line-height: 17px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.button-plus-printgreen:hover, .button-plus-printgreen:focus {
  background-color: #5fd9c4;
}
.button-plus-printgreen .plus-icon {
  position: relative;
  left: -8px;
  top: -1px;
  width: 16px;
  height: 16px;
}

.sidebar-menus .menu-header .menu-title {
  cursor: pointer;
  font-weight: bold;
}

.box-item-upload {
  width: 150px;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  background-color: aliceblue;
  border: 1px dashed #d4d4d4;
  font-size: 15px;
  word-wrap: break-word;
}

.item-upload-pdf {
  font-size: 20pt;
  color: #e35050;
}

.item-upload-xls {
  font-size: 20pt;
  color: #49b549;
}

.item-upload-zip {
  font-size: 20pt;
  color: #deb05b;
}

.item-upload-others {
  font-size: 20pt;
  color: #b9b8b5;
}

.box-loading-2 {
  border-radius: 20px;
  background-color: #44c1b6f0;
  min-width: 500px;
  height: 220px;
  position: absolute;
  margin: 2% 15%;
  transition: all 0.8s;
  opacity: 0;
  z-index: -1;
}

.box-show-loading-2 {
  opacity: 1;
  z-index: 999;
}

.box-inner-loading-2 {
  filter: contrast(0) brightness(100);
  width: 300px;
  margin: 0 auto;
}

.font-loading-2 {
  font-weight: bold;
  font-size: 20px;
  top: 150px;
  position: absolute;
  margin: 0 auto;
  width: 300px;
}

.d-table-cell > div {
  display: table-cell;
}

.request-price {
  font-size: 22pt;
  margin: 0 auto;
  padding: 0 20px;
  font-weight: bold;
  color: #4e96d4;
  letter-spacing: 3px;
}

.button-submenu-show {
  visibility: visible !important;
  opacity: 1 !important;
  top: 95px !important;
}

.box-divider {
  width: 100%;
  margin: 80px 80px 40px 80px;
  border: 5px #4f97d5;
  border-style: outset;
}

.font-box-divider {
  font-size: 16pt;
  letter-spacing: 6px;
  margin: 0 auto;
  margin-top: -34px;
  width: 150px;
  text-align: center;
}

.box-label-price-adm {
  font-size: 16pt;
  color: #6d6666;
}

.box-value-price-adm-1 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37d358+0,67e4ef+100 */
  background: #4341d4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4341d4 0%, #67e4ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4341d4 0%, #67e4ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4341d4 0%, #67e4ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4341d4", endColorstr="#67e4ef",GradientType=1 );
  /* IE6-9 */
}

.box-value-price-adm-2 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37d358+0,67e4ef+100 */
  background: #37d358;
  /* Old browsers */
  background: -moz-linear-gradient(left, #37d358 0%, #67e4ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #37d358 0%, #67e4ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #37d358 0%, #67e4ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#37d358", endColorstr="#67e4ef",GradientType=1 );
  /* IE6-9 */
}

.box-value-price-adm-3 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37d358+0,67e4ef+100 */
  background: #3c3c3c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3c3c3c 0%, #1bddef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3c3c3c 0%, #1bddef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3c3c3c 0%, #1bddef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3c3c3c", endColorstr="#1bddef",GradientType=1 );
  /* IE6-9 */
}

.font-value-price-1 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #50abfb;
  padding: 0 25px;
  border-radius: 10px;
  font-weight: bold;
}

.font-value-price-2 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #38d35d;
  padding: 0 25px;
  border-radius: 10px;
  font-weight: bold;
}

.font-value-price-3 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #f19535;
  padding: 0 25px;
  border-radius: 10px;
  font-weight: bold;
}

.font-value-price-4 {
  margin-left: 30px;
  font-size: 24pt;
  letter-spacing: 4px;
  color: #969696;
  padding: 0 25px;
  border-radius: 10px;
  font-weight: bold;
}

.headline-buttons-2 {
  margin: 5px;
}

.btn-lg-2 {
  padding: 15px 10px;
  border-radius: 11px;
}

.dashboard-button-right {
  margin: 0 0 0 auto;
  padding: 10px 20px 0px 0px;
}

.border-right-lightgray {
  border-right: solid 1.5px #cecece;
}

.border-left-lightgray {
  border-left: solid 1.5px #cecece;
}

.border-top-lightgray {
  border-top: solid 1.5px #cecece;
}

.border-lightgray {
  border: #bbb solid 1px;
}

.row-w100 {
  width: calc(100% + 30px);
  padding: 10px 0;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.bg-def1f8 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcf9f6+0,c3e5f7+100 */
  background: #dcf9f6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dcf9f6 0%, #c3e5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dcf9f6", endColorstr="#c3e5f7",GradientType=1 );
  /* IE6-9 */
}

.box-dash-filter {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.box-dash-sms {
  height: 320px;
}

.box-dash-email {
  height: 320px;
}

.color-689cd2 {
  color: #689cd2;
}

.color-f9a1a5 {
  color: #f9a1a5;
}

.color-a7b1d1 {
  color: #a7b1d1;
}

.color-50e3c2 {
  color: #50e3c2;
}

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

.btn-gradient-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ae0ce+0,edf5f7+100 */
  background: #2ae0ce;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2ae0ce 0%, #edf5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ae0ce 0%, #edf5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ae0ce 0%, #edf5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ae0ce", endColorstr="#edf5f7",GradientType=1 );
  /* IE6-9 */
}

.btn-gradient-green:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ae0ce+0,edf5f7+100 */
  background: #17887d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #17887d 0%, #edf5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17887d 0%, #edf5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17887d 0%, #edf5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#17887d", endColorstr="#edf5f7",GradientType=1 );
  /* IE6-9 */
}

.btn-gradient-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ae0ce+0,edf5f7+100 */
  background: #4f88b7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f88b7 0%, #edf5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4f88b7 0%, #edf5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4f88b7 0%, #edf5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f88b7", endColorstr="#edf5f7",GradientType=1 );
  /* IE6-9 */
}

.btn-gradient-blue:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ae0ce+0,edf5f7+100 */
  background: #185ea9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #185ea9 0%, #edf5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #185ea9 0%, #edf5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #185ea9 0%, #edf5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#185ea9", endColorstr="#edf5f7",GradientType=1 );
  /* IE6-9 */
}

.btn-card {
  margin: 2px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  cursor: pointer;
  text-shadow: #71646496 1px 1px 0px;
}

.btn-card-circle {
  margin: 2px;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  padding: 6px 15px;
  display: inline-block;
  cursor: pointer;
  text-shadow: #71646496 1px 1px 0px;
}

.list-icon-box {
  border: #c4c4c4 solid 1px;
  padding: 20px;
  width: 100px;
  margin: 20px 15px;
  cursor: pointer;
}

.list-icon-box:hover {
  background-color: #d1fff5a3;
}

.item-table-prices {
  border-bottom: solid 1px #eaeaea;
  cursor: pointer;
}

.item-table-prices:hover {
  background-color: #d1fff5a3;
}

.card-overflow-table {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.input-simulator-unitysale {
  font-size: 15pt;
  padding: 20px;
  margin: 10px auto;
  border-color: deepskyblue;
  border-radius: 20px;
}

.input-simulator-margin {
  font-size: 15pt;
  padding: 20px;
  margin: 10px auto;
  border-color: limegreen;
  border-radius: 20px;
}

.input-simulator-quantity {
  font-size: 15pt;
  padding: 20px;
  margin: 10px auto;
  border-color: #67edbf;
  border-radius: 20px;
}

.simulator-margin {
  font-size: 15pt;
  padding: 20px;
  margin: 15px auto;
  border: solid 2px limegreen;
  border-radius: 20px;
}

.tooltip {
  font-size: 11pt;
  letter-spacing: 2px;
}

.service-itens2 {
  display: grid;
  display: -ms-grid;
  border: #a7b1d1 solid 1px;
  border-radius: 15px;
  padding-bottom: 20px;
}

.service-itens2-bg {
  background-color: #e9f1f4;
}

.icon-services-new {
  font-size: 45pt !important;
  color: #a7b1d1;
}

.servicenew-input-number {
  border-radius: 30px;
  padding: 5px;
  font-size: 14pt;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  border: 1px solid #a7b1d1;
}

.servicesnew-label {
  border-bottom: dashed 1px #9dade0;
  padding: 10px 0px 15px;
}

.servicesnew-value {
  padding: 5px 20px;
}

.box-total-value, .contentOrderItems {
  border: solid 2px #aab4d2;
  border-radius: 10px;
}

.title-icon {
  margin-top: 10px;
}
.title-icon span {
  font-size: 20pt;
  margin: 0 10px;
}

.contentOrderItems.disabled {
  border: solid 2px #dcdcdc;
  color: #dcdcdc;
  border-radius: 10px;
}
.contentOrderItems.disabled .totalAmountOf, .contentOrderItems.disabled .quantityAbove {
  background-color: #efefef;
  color: #a0a0a0;
}

.contentOrderItems {
  padding: 0px;
  margin: 5px;
  max-height: 2000px;
}
.contentOrderItems .contentIcon {
  width: 120px;
}
.contentOrderItems .iconEye {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  float: right;
  top: 3px;
}
.contentOrderItems .iconConversation,
.contentOrderItems .iconWhatsapp {
  float: left;
  font-size: 30pt !important;
}
.contentOrderItems .iconWhatsapp {
  margin-top: -7px;
  margin-bottom: 7px;
}
.contentOrderItems .titleNameCard {
  padding-top: 7px;
  margin-left: 47px;
}
.contentOrderItems .totalAmountOf,
.contentOrderItems .totalValue {
  font-size: 18px;
  font-weight: 900;
  min-height: 40px;
  padding: 7px 15px 6px;
}
.contentOrderItems .quantityBelow,
.contentOrderItems .quantityAbove {
  font-size: 15px;
  font-weight: 500;
  min-height: 35px;
  padding: 7px 15px;
}
.contentOrderItems .totalAmountOf, .contentOrderItems .quantityAbove {
  background-color: #def1f8;
}
.contentOrderItems .totalValue {
  text-align: center;
  margin-left: 0px;
  min-height: 40px;
}
.contentOrderItems .space {
  margin: 0px 5px;
}
.contentOrderItems .floatLeft {
  float: left;
}
.contentOrderItems .floatRight {
  float: right;
}

.services-right-group {
  padding: 0px 40px;
}

.service-input-title {
  font-size: 18px;
  color: #0c0808;
  padding: 7px 0px 10px;
  border: none;
  border-bottom: #a7b1d1 solid 1px;
  border-radius: 0px;
  margin: 20px 0px 20px 13px;
}

.toast-title {
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#toast-container > div {
  width: 350px;
}

.kudos-wrap-label {
  border: #8399e0 solid 1px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.li-checked label::before {
  content: "✓";
  font-size: 15px;
  font-weight: 700;
  background-color: #673AB7;
  transform: scale(1);
}

.li-checked label {
  border-color: #673AB7;
}

.flatpicker-border-b {
  border: none;
  border-bottom: 1px solid #ababab;
  border-radius: 0px;
}

.border-sidenav {
  border: 1px solid #c4c4c4 !important;
}

.circle img:first-child {
  width: 245px;
  margin-bottom: 30px;
}

.ember-basic-dropdown-content {
  z-index: 9999;
}

.ui.search .prompt {
  width: 100%;
}

.roud-power-select .ember-power-select-trigger {
  border-radius: 500px;
  padding: 3px 20px;
}

#topoapp iframe, #topoappverso iframe, #topotmpl iframe, #topotmplverso iframe {
  all: initial;
  width: 100%;
  min-height: 800px;
  /* background: white; */
  display: block;
  margin: 0 auto;
  margin: 5px auto;
  box-shadow: 0 0 0.4cm rgba(0, 0, 0, 0.3);
}

.btn-gray {
  background-color: #d2d2d2;
  border-color: #3a3a3a;
}

.btn-gray.disabled {
  cursor: not-allowed;
}

.mini-card-boxshadow {
  box-shadow: #00000050 0px 0px 10px !important;
}

#list_wallets, #list_costcenter {
  height: 250px !important;
  padding-left: 0px;
  overflow: auto;
}

.requestAction {
  text-align: center !important;
  padding: 0px 10px !important;
  width: 10% !important;
}

.filter-content-requests {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.filter-content-requests .buttonSearch {
  height: 34px;
}
.filter-content-requests .buttonSearch i {
  margin-top: 6px;
  padding-top: 0px !important;
}

.centralizar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.status-header-requests {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.status-header-requests div {
  cursor: pointer;
  width: 110px;
  height: 55px;
  margin-bottom: 8px;
  float: left;
  margin-left: 10px;
  padding-top: 6px;
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: -22px;
}
.status-header-requests div:hover {
  -moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
.status-header-requests .analyze {
  background-color: #ffd316;
}
.status-header-requests .execution {
  background-color: #57f3e4;
}
.status-header-requests .finished {
  background-color: #217CD5;
}
.status-header-requests .return {
  background-color: #d951fb;
}
.status-header-requests .canceled {
  background-color: #d80000;
}
.status-header-requests .all {
  background-color: #aaa;
}

fieldset.details-border li.disc {
  list-style: disc;
}
fieldset.details-border .column {
  font-weight: 500;
  font-family: sans-serif;
}

fieldset.filter-border, fieldset.details-border {
  border: 1px solid #e9e9e9 !important;
  padding: 10px;
  -webkit-box-shadow: 0 0 0 0 #e9e9e9;
  box-shadow: 0 0 0 0 #e9e9e9;
}
fieldset.filter-border .select2-container .select2-selection--single, fieldset.details-border .select2-container .select2-selection--single {
  height: 34px !important;
}
fieldset.filter-border .select2-container--default .select2-selection--single, fieldset.details-border .select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
}

legend.filter-border, legend.details-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

.ember-table-container-request, .ember-table-modalExcededSMS {
  position: relative;
  margin: 10px 0px;
}
.ember-table-container-request.with-header .ember-table thead th, .ember-table-modalExcededSMS.with-header .ember-table thead th {
  border-bottom-width: 1px;
  border-top-width: 3px;
}
.ember-table-container-request table thead tr th,
.ember-table-container-request table tbody tr td, .ember-table-modalExcededSMS table thead tr th,
.ember-table-modalExcededSMS table tbody tr td {
  white-space: nowrap;
  border-radius: 0px;
  padding: 10px !important;
  word-wrap: initial;
  display: table-cell;
  font-size: 15px;
  line-break: unset;
  width: 7%;
  overflow: hidden;
  font-weight: 300;
  top: -1px !important;
  vertical-align: middle;
  border: 1px solid #f5f5f5 !important;
}
.ember-table-container-request table thead tr th, .ember-table-modalExcededSMS table thead tr th {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  background-color: #3d4c5a;
  line-height: 1.5em;
  position: sticky;
  color: white;
  z-index: 2;
  top: 0;
}
.ember-table-container-request table thead tr,
.ember-table-container-request table tbody tr, .ember-table-modalExcededSMS table thead tr,
.ember-table-modalExcededSMS table tbody tr {
  display: table-row;
}
.ember-table-container-request .ember-table, .ember-table-modalExcededSMS .ember-table {
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}
.ember-table-container-request table, .ember-table-modalExcededSMS table {
  width: 100%;
}

.ember-table-request-resume table tbody tr td {
  border: none !important;
  padding: 5px !important;
  white-space: normal !important;
}

.ember-table-dash-report, .ember-table-request-resume {
  position: relative;
  margin: 10px 0px;
}
.ember-table-dash-report.with-header .ember-table thead th, .ember-table-request-resume.with-header .ember-table thead th {
  border-bottom-width: 1px;
  border-top-width: 3px;
}
.ember-table-dash-report table tbody tr td, .ember-table-request-resume table tbody tr td {
  white-space: nowrap;
  border-radius: 0px;
  padding: 10px;
  display: table-cell;
  font-size: 15px;
  width: 7%;
  overflow: hidden;
  font-weight: 300;
  top: -1px !important;
  vertical-align: middle;
  border: 1px solid #a7b1cf;
  background: transparent;
}
.ember-table-dash-report table tbody tr:nth-child(2n), .ember-table-request-resume table tbody tr:nth-child(2n) {
  background: #dcf9f6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dcf9f6 0%, #c3e5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dcf9f6", endColorstr="#c3e5f7",GradientType=1 );
  /* IE6-9 */
}
.ember-table-dash-report table thead tr th, .ember-table-request-resume table thead tr th {
  font-family: "Print Font", Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
  line-height: 1.5em;
  position: sticky;
  color: #689cd2;
  font-weight: 600;
  z-index: 2;
  top: 0;
  padding: 0px;
  border: 1px solid #fff !important;
}
.ember-table-dash-report table thead tr th:first-child, .ember-table-request-resume table thead tr th:first-child {
  padding-left: 10px;
}
.ember-table-dash-report table thead tr th:last-child, .ember-table-request-resume table thead tr th:last-child {
  padding-right: 10px;
}
.ember-table-dash-report table thead tr th div, .ember-table-request-resume table thead tr th div {
  border-right: 1px solid #a7b1cf;
}
.ember-table-dash-report table thead tr,
.ember-table-dash-report table tbody tr, .ember-table-request-resume table thead tr,
.ember-table-request-resume table tbody tr {
  display: table-row;
}
.ember-table-dash-report .ember-table, .ember-table-request-resume .ember-table {
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}
.ember-table-dash-report table, .ember-table-request-resume table {
  width: 100%;
}

.dash-report-legend {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px;
}
.dash-report-legend.title-icon {
  border: none;
  padding: 0px;
}
.dash-report-legend .badge {
  height: 20px;
}
.dash-report-legend .divt {
  height: 5px;
  margin: 10px 10px 0px;
  background-color: #50e3c2;
}
.dash-report-legend .divta {
  width: 10px;
  height: 10px;
  margin: 10px 5px;
}
.dash-report-legend span {
  margin: 5px 0px;
  font-size: 9pt;
}
.dash-report-legend .leg1 {
  background-color: #b9f7b9;
}
.dash-report-legend .leg2 {
  background-color: #f7e499;
}
.dash-report-legend .leg3 {
  background-color: #a7b1cf;
}
.dash-report-legend .leg4 {
  background-color: #ec9ea8;
}
.dash-report-legend .leg5 {
  background-color: #689cd2;
}

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

.index-circle {
  background-color: #011729;
  padding: 100px;
  border-radius: 900px;
  width: 325px;
  margin: 50px auto;
  height: 325px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.index-circle-icon {
  width: 100px;
  height: 130px;
  overflow: hidden;
  background-image: url(/assets/images/printpost-logo.png);
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-graph-dashboard {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6784bf+0,659fcc+100 */
  background: #6784bf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6784bf 0%, #659fcc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6784bf 0%, #659fcc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6784bf 0%, #659fcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6784bf", endColorstr="#659fcc",GradientType=1 );
  /* IE6-9 */
  color: #fff;
}

.help-new {
  right: 50px;
  position: absolute;
}

.view-phone-template.box {
  background-image: url(https://uploaddeimagens.com.br/images/003/217/859/full/iphone_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 500px;
  margin: auto;
}
.view-phone-template .screen {
  width: 275px;
  height: 390px;
  display: block;
  overflow: auto;
  position: relative;
  top: 60px;
  border-radius: 30px;
}
.view-phone-template .message {
  max-width: 180px;
  max-height: 380px;
  overflow: auto;
  background-color: #04b13e;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  margin-left: 80px;
  font-size: 13px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.view-email-template.box {
  background-image: url(https://uploaddeimagens.com.br/images/003/218/058/original/computer_22.png);
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  width: auto;
  min-height: 700px;
  margin: auto;
}
.view-email-template .screen {
  width: calc((100% /4) * 2.5);
  width: -moz-calc((100% /4) * 2.5);
  width: -webkit-calc((100% /4) * 2.5);
  max-width: 950px;
  max-height: 600px;
  min-height: 250px;
  display: block;
  overflow: auto;
  position: relative;
  top: 100px;
  left: calc((100%/4) + ((100%/4) * 0.3) );
  left: -moz-calc((100%/4) + ((100%/4) * 0.3) );
  left: -webkit-calc((100%/4) + ((100%/4) * 0.3) );
}
.view-email-template iframe {
  height: 600px;
  border: none;
  width: 100%;
  transform: none;
  box-shadow: none;
  border-top: 1px solid #d2d2d2;
}

.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.kudo-viewt:after {
  background-color: #ffffff;
  color: #2187f3;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  padding-top: 4px;
  left: 157px;
  width: 25px;
  height: 25px;
  text-align: center;
  content: "";
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0px 2px 5px 0px rgba(18, 3, 241, 0.27);
  border: 1px solid #579aff;
  font: normal normal normal 14px/1 FontAwesome;
}

label.file-upload {
  word-break: break-all;
}

.table-invisible tr, .table-invisible td {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.omni-perfil-icon {
  filter: invert(90%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
  width: 160px;
  border: 2px solid #000;
  border-radius: 120px;
}

.bg-darkblue {
  background-color: #243746;
  color: #fff;
}

.omni-input-search .ember-power-select-trigger {
  border-radius: 15px;
  padding-left: 15px;
  color: #000;
}

.omni-fa-icon {
  position: relative;
  left: -35px;
  color: #6b6767;
  top: 10px;
}

.bg-gradient-green {
  background: #0694a2;
  background: -moz-linear-gradient(top, #0694a2 0%, #047481 100%);
  background: -webkit-linear-gradient(top, #0694a2 0%, #047481 100%);
  background: linear-gradient(to bottom, #0694a2 0%, #047481 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0694a2", endColorstr="#047481",GradientType=0 );
}

.bg-gradient-blue {
  background: #2ba6fd;
  background: -moz-linear-gradient(top, #2ba6fd 0%, #0a517a 100%);
  background: -webkit-linear-gradient(top, #2ba6fd 0%, #0a517a 100%);
  background: linear-gradient(to bottom, #2ba6fd 0%, #0a517a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ba6fd", endColorstr="#0a517a",GradientType=0 );
}

.bg-gradient-red {
  background: #ce411e;
  background: -moz-linear-gradient(top, #ce411e 0%, #a52a0b 100%);
  background: -webkit-linear-gradient(top, #ce411e 0%, #a52a0b 100%);
  background: linear-gradient(to bottom, #ce411e 0%, #a52a0b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce411e", endColorstr="#a52a0b",GradientType=0 );
}

.bg-gradient-lightgreen {
  background: #25d366;
  background: -moz-linear-gradient(top, #25d366 0%, #158d42 100%);
  background: -webkit-linear-gradient(top, #25d366 0%, #158d42 100%);
  background: linear-gradient(to bottom, #25d366 0%, #158d42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#25d366", endColorstr="#158d42",GradientType=0 );
}

.panel-mal .hover-click:hover {
  background-color: #efefef;
}
.panel-mal .panel-active {
  border-left: solid 6px #0694a2;
  background-color: #ccf7fb;
}
.panel-mal.bottom {
  display: block;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.hover-underline:hover {
  text-decoration: underline #A5B5BB;
}

.toast.toast-warning {
  background-color: #F89406;
}

.jsoneditor-values {
  width: auto !important;
}

.dropdown {
  position: static;
  display: inline-block;
  vertical-align: top;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content .dropdown-item-js {
  padding: 12px 16px;
  margin: 0;
  cursor: pointer;
}
.dropdown-content .dropdown-item-js:hover {
  background-color: #d4d4d4;
}

.position-static {
  position: static;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.ember-wtp-report, .ember-table-request-resume {
  position: relative;
  margin: 10px 0px;
}
.ember-wtp-report.with-header .ember-table thead th, .ember-table-request-resume.with-header .ember-table thead th {
  border-bottom-width: 1px;
  border-top-width: 3px;
}
.ember-wtp-report table tbody tr td, .ember-table-request-resume table tbody tr td {
  white-space: nowrap;
  border-radius: 0px;
  padding: 10px;
  display: table-cell;
  font-size: 15px;
  width: 7%;
  overflow: hidden;
  font-weight: 300;
  top: -1px !important;
  vertical-align: middle;
  background: transparent;
}
.ember-wtp-report table tbody tr:nth-child(1n), .ember-table-request-resume table tbody tr:nth-child(1n) {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dcf9f6", endColorstr="#c3e5f7",GradientType=1 );
  /* IE6-9 */
}
.ember-wtp-report table tbody tr:nth-child(2n), .ember-table-request-resume table tbody tr:nth-child(2n) {
  background: #dcf9f6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dcf9f6 0%, #c3e5f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dcf9f6 0%, #c3e5f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dcf9f6", endColorstr="#c3e5f7",GradientType=1 );
  /* IE6-9 */
}
.ember-wtp-report table thead tr th, .ember-table-request-resume table thead tr th {
  font-family: "Print Font", Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
  line-height: 1.5em;
  position: sticky;
  color: #689cd2;
  font-weight: 600;
  z-index: 2;
  top: 0;
  padding: 0px;
  border: 1px solid #fff !important;
}
.ember-wtp-report table thead tr th:first-child, .ember-table-request-resume table thead tr th:first-child {
  padding-left: 10px;
}
.ember-wtp-report table thead tr th:last-child, .ember-table-request-resume table thead tr th:last-child {
  padding-right: 10px;
}
.ember-wtp-report table thead tr th div, .ember-table-request-resume table thead tr th div {
  border-right: 1px solid #a7b1cf;
}
.ember-wtp-report table thead tr,
.ember-wtp-report table tbody tr, .ember-table-request-resume table thead tr,
.ember-table-request-resume table tbody tr {
  display: table-row;
}
.ember-wtp-report .ember-table, .ember-table-request-resume .ember-table {
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}
.color-alert {
  color: #ff4f57;
  animation: pulse 0.75s infinite;
  font-weight: bold;
}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 40px;
  background: #dddddd;
  height: 36px;
  padding: 8px 0px;
  width: 36px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #50e3c2;
  color: #000;
}

.w88px {
  width: 88px;
}