@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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", "Liberation 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", "Liberation 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-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: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

.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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #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: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::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.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: 0.875em;
  color: #28a745;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 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) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 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;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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;
}
.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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.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: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #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;
  overflow: hidden;
  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;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #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;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #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-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.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: 50%/100% 100% no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.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 {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  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;
  z-index: 2;
  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;
  line-height: 0;
  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: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #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: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #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 {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #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;
}

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 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);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 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", "Liberation 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;
  white-space: normal;
  word-spacing: 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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 50%/100% 100% no-repeat;
}

.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: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #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.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.text-truncate {
  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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    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;
  }
}
html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #F6F7F9;
  font-size: 1rem;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

.wrapper {
  height: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

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

a {
  color: #463A3A;
}
a:hover {
  text-decoration: none;
  color: #B7A08A;
}

p {
  font-size: 16px;
  color: #463A3A;
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
}

.hidden {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

#app {
  margin-top: 0;
}

#page-header {
  min-height: 180px;
  padding-bottom: 10px;
  background-color: #F6F7F9;
}
#page-header h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
#page-header h1 .event-id,
#page-header h1 .event-target-abbr {
  color: #8D7A66;
  font-size: 26px;
}
#page-header h1 .event-id {
  margin-right: 5px;
}
#page-header h1 .event-name {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  color: #463A3A;
  font-size: 26px;
  white-space: pre;
  overflow: hidden;
  display: block;
  max-width: 850px;
}
#page-header #customer-event-live.event-details #page-header h1 .event-name {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  color: #463A3A;
  font-size: 26px;
  white-space: pre;
  overflow: hidden;
  display: block;
  max-width: 800px;
}
#page-header .page-sub-title {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  color: #463A3A;
  font-size: 16px;
}
#page-header .page-sub-title.smaller {
  font-size: 14px;
}

h1.slogan {
  position: absolute;
  color: #ffffff;
  font-size: 48px;
  left: 10.5%;
  top: 75vh;
}

h2 {
  font-size: 30px;
}

h3 {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  font-size: 26px;
  color: #8D7A66;
}

h4 {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  font-size: 22px;
  color: #8D7A66;
  text-transform: capitalize;
  font-weight: 600;
}

h6 {
  word-break: break-word;
  word-wrap: break-word;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3E5462;
}

li {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); /* fix for IE and Edge*/
}

/*.events {
  background: url('/images/np_event_-2.png') no-repeat;
  background-color: transparent !important;
}*/
.shadow-wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.shadow-wrapper ul {
  margin-bottom: 0;
}
.shadow-wrapper .event-name {
  white-space: nowrap;
  min-height: 25px;
}
.shadow-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-main .notification-btn {
  display: inline-block;
  width: 15px;
  height: 25px;
  margin-left: auto;
}
.container-main video {
  aspect-ratio: 16/9;
}
.container-main .social-login-final {
  padding: 34.2vh 0;
  font-size: 1.5em;
}
.container-main .social-login-final .update-text {
  margin: 30px auto;
  font-weight: bold;
}
.container-main .social-login-final .update-button {
  font-weight: bold;
  color: #ffffff;
  background-color: #262626;
  width: 20%;
}
.container-main .translation-info {
  padding: 5px 30px;
  font-size: 21px;
  border: 1px solid #262626;
  border-radius: 28px;
  width: -moz-fit-content;
  width: fit-content;
}
.container-main .first-row .left-column {
  min-height: 480px;
  padding-top: 20px;
}
.container-main .first-row .left-column .logo-image {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.container-main h1 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 5em;
  padding-left: 12px;
}
.container-main h2 {
  font-size: 3rem;
}
.container-main h3 {
  font-size: 2.5rem;
  font-weight: 300;
}
.container-main .about-us {
  background: url("/images/coloured_globe1000x1000.png") no-repeat 100% 50%;
  background-size: 25%;
}
.container-main .about-us h4 {
  margin-bottom: 0;
}
.container-main .how-it-works {
  word-break: break-word;
  word-wrap: break-word;
}
.container-main .how-it-works .find, .container-main .how-it-works .choose, .container-main .how-it-works .start-listen {
  font-size: 20px;
}
.container-main .how-it-works .find img, .container-main .how-it-works .choose img, .container-main .how-it-works .start-listen img {
  width: 60%;
}
.container-main .how-it-works .text {
  font-size: 28px;
  margin-bottom: 10px;
}
.container-main .how-it-works a:hover {
  text-decoration: none;
}
.container-main .how-it-works span {
  text-transform: capitalize;
}
.container-main .start .btn {
  width: 100%;
  height: 70px;
  padding: 12px 0;
  font-size: 26px;
  margin-bottom: 25px;
}
.container-main .start .user {
  background: url("/images/user.png") no-repeat 75px 50%;
  background-size: 20px;
}
.container-main .start .interpreter {
  background: url("/images/interperter.png") no-repeat 30px 50%;
  background-size: 36px;
}
.container-main .start .customer {
  background: url("/images/customer.png") no-repeat 50px 48%;
  background-size: 25px;
}
.container-main .start .profile_advertiser {
  background: url("/images/megaphone.png") no-repeat 35px 50%;
  background-size: 36px;
}
.container-main .start a:hover {
  background-color: #262626;
}
.container-main .contacts p span {
  text-transform: capitalize;
}
.container-main section.buttons {
  margin: 30px;
}
.container-main .statistics a.btn, .container-main .statistics .btn, .container-main .statistics .btn:hover {
  width: 100%;
  height: 46px;
  padding: 10px 0;
  font-size: 16px;
  background-position-x: 10px;
  background-position-y: 50%;
  margin-bottom: 25px;
  background-size: 25px;
  color: #333;
}
.container-main .statistics .shares {
  background-size: 20px;
}
.container-main .statistics a:hover {
  background-color: #262626;
}
.container-main .channels-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}
.container-main .offer-list h4 {
  margin: 10px 15px;
}
.container-main .offer-list .translation-info {
  padding: 5px 30px;
  font-size: 21px;
  border: 1px solid #333;
  border-radius: 28px;
}
.container-main .offer-list .interpreter-info {
  border-bottom: 1px solid #ccc;
}
.container-main .offer-list .interpreter-info .base-info {
  overflow: hidden;
}
.container-main .offer-list .interpreter-info .base-info .rating .star {
  display: inline-block;
  height: 17px;
  width: 17px;
}
.container-main .offer-list .interpreter-info .base-info .price {
  font-size: 21px;
}
.container-main .interpretation-variants .interpretation-variant-item {
  border-radius: 20px;
  padding: 5px 8px 5px 35px;
  text-align: end;
  background-size: 25px;
  background-position: 5px 50%;
  border: 1px solid #BAC5CD;
}
.container-main .interpretation-variants .interpretation-variant-item.lang-original {
  background-image: url("/images/original-voice.svg");
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
.container-main .interpretation-variants .interpretation-variant-item.active {
  color: #004FAA;
  font-weight: 600;
}
.container-main .interpretation-variants .interpretation-variant-item:hover {
  color: #004FAA;
}
.container-main .interpretation-variants .active {
  border-color: #1976D2;
  background-color: #F6FAFF;
}
.container-main audio {
  position: absolute;
  right: 1%;
  top: 10px;
  width: 50%;
}

.profile-header {
  height: 240px;
  background: #F6F7F9;
  width: 100vw;
}
.profile-header img.user-icon {
  height: 120px;
}
.profile-header .container {
  padding: 180px 0 0 0;
}
.profile-header .edit-user-image {
  background: #717171;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /*padding: 3px 10px;*/
  position: relative;
  bottom: 15px;
  right: 20px;
  border: none;
}
.profile-header .edit-user-image img {
  width: 13px;
  height: auto;
}
.profile-header .edit-profile-wallpaper {
  height: 35px;
  padding: 3px 10px 3px 30px;
  background: #333333 url("/images/np_edit_white.svg") no-repeat 12% 50%;
  background-size: 13px;
  margin-left: auto;
  right: 10px;
}

.user-info .followers {
  background: url("/images/np_user_gray.svg") no-repeat 0 50%;
  background-size: 10px;
  padding-left: 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  margin-left: 5px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
}
.text-page {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
  text-align: justify;
  text-justify: inter-word;
}
.text-page p {
  margin-bottom: 1rem !important;
}
.text-page li {
  list-style-type: none !important;
  list-style-image: none !important;
}
.text-page li ol {
  margin-top: 0.5rem !important;
  padding-left: 15px !important;
  margin-bottom: 1rem !important;
}
.text-page li ul {
  padding-left: 20px !important;
  margin-bottom: 1rem !important;
}
.text-page li ul .line-type li {
  list-style-type: none !important;
}
.text-page li ul .line-type li:before {
  content: "-   ";
}
.text-page li ul .lower-alpha li {
  list-style-type: lower-alpha !important;
}
.text-page li ul .lower-roman li {
  list-style-type: lower-roman !important;
}
.text-page li ul.dics-type li:before {
  content: "";
}
.text-page li span {
  font-weight: bold !important;
}

.text-page .general-list li ul li, .text-page .general-list li ul.dics-type li {
  list-style-type: disc !important;
}

.text-page .general-list .simple li {
  margin-bottom: 1rem !important;
}

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

legend {
  font-size: 1em;
}

.divider {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.dark-selector, .dark-selector:focus {
  background-color: #584C4C;
  color: #ffffff;
  border-radius: unset;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.image-for-pencil-label {
  width: 65px;
  height: 65px;
}

.image-for-cover-label {
  max-width: 280px;
  width: 100%;
  height: 65px;
}

.image-pencil-label {
  width: 18px;
  height: 18px;
  background-color: #8D7A66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -9px;
  top: 5px;
}

.image-pencil-label.right {
  position: relative;
  margin-right: -33px;
}

.a-clone {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
}

.custom-switch {
  padding-left: 43px;
}
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
  height: 20px;
}
.custom-switch .custom-control-label::before {
  top: 0;
  left: -43px;
  width: 35px;
  pointer-events: all;
  border-radius: 10px;
}
.custom-switch .custom-control-label::after {
  top: 2px;
  left: -41px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(14px);
}
@media (max-width: 991.98px) {
  body .create-event .btn-lg.btn-bg-spring-wood, body .create-event .btn-group-lg > .btn-bg-spring-wood.btn, body .btn-lg, body .btn-group-lg > .btn {
    padding: 5px 10px;
  }
  .form-control {
    font-size: 16px;
  }
  .create-event #request-interpreter-modal .modal-body {
    padding: 15px;
  }
  .create-event #request-interpreter-modal .modal-body .ex-modal-close {
    top: 6px;
    right: 6px;
  }
  .create-event #request-interpreter-modal .modal-body .ex-modal-footer {
    display: block;
  }
  .create-event #request-interpreter-modal .modal-body .ex-modal-footer button {
    margin: 10px auto;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .login-right-column {
    min-height: 100vh;
  }
  .login-right-column .slogan {
    left: 50px;
    top: unset;
    bottom: 5px;
  }
  .container-main h1 span {
    font-size: 42px;
  }
  .container-main .start .user {
    background-position-x: 60px;
    background-position-y: 48%;
    background-size: 16px;
  }
  .container-main .start .interpreter {
    background-position-x: 10px;
  }
  .container-main .start .customer {
    background-position-x: 25px;
  }
  .container-main .start .profile_advertiser {
    background-position-x: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header form {
    min-width: 18%;
  }
  header .navbar-nav {
    min-width: 25%;
  }
  header .navbar {
    padding-bottom: 10px;
  }
  .user-info .followers {
    background-position: 0 50%;
  }
  .container-main {
    /*.channels {
      div {
        margin-bottom: 20px;
      }
      h4 {
        width: 60%;
      }
      .channel-picture {
        max-width: 170px;
        a {
          display: block;
        }
      }
    }*/
  }
  .container-main h1 span {
    font-size: 40px;
  }
  .container-main .social-login-final {
    padding: 39vh 0;
  }
  .container-main .start div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-main .start .btn {
    padding: 12px 10px;
  }
  .container-main .start .user {
    background-position: 10px 50%;
  }
  .container-main .start .interpreter {
    background-position: 10px 50%;
  }
  .container-main .start .customer {
    background-position: 10px 50%;
  }
  .container-main .start .profile_advertiser {
    background-position: 10px 50%;
  }
  .container-main .followers {
    padding-left: 160px;
  }
  .container-main .statistics a.btn {
    padding: 10px 0 10px 35px;
    background-position-x: 5px;
  }
  .container-main .live-events .stat-list {
    margin-bottom: 50px;
  }
  .container-main .live-events .interpreters {
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  header form {
    margin-bottom: 10px;
  }
  header .profile-window {
    width: 99vw;
    left: -314%;
    max-width: 390px;
  }
  header .language, header .notifications-icon, header .profile-dropdown {
    float: left;
  }
  header .language {
    margin-right: 5px;
  }
  .container-main h1 span {
    font-size: 30px;
  }
  .container-main .start .btn {
    padding: 12px 10px;
    text-align: right;
  }
  .container-main .start .user {
    text-align: center;
    background-position: 10px 50%;
  }
  #page-header h1 .event-name {
    max-width: 450px;
  }
  #customer-event-live.event-details #page-header h1 .event-name {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .login-right-column .slogan {
    font-size: 32px;
    left: 20px;
    top: unset;
    bottom: 5px;
  }
  header .profile-window .followers {
    padding-left: 125px;
  }
  .profile-header img.user-icon {
    left: 5px;
  }
  .user-info {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .container-main h1 span {
    font-size: 32px;
  }
  .container-main .about-us {
    background: none;
  }
  .container-main .channels {
    /*      .channel-picture {
            margin: 0 auto;
          }*/
  }
  .container-main .channels .follow-btn, .container-main .channels .followed-btn, .container-main .channels .btn-dark {
    display: block;
    margin: 15px auto;
    max-width: 80px;
  }
  .container-main .channels h4, .container-main .channels .followers {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .container-main .channels ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0 auto;
  }
  .container-main .channels ul li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  header .profile-window {
    /*.info {
      .list-inline-item {
        width: 32%;
      }
    }*/
  }
  header .profile-window .profile-header h2 {
    margin-right: -30px;
  }
  header .profile-window img.user-icon {
    left: 10px;
  }
  .profile-header .edit-profile-wallpaper {
    right: 15px;
  }
  .container-main .how-it-works .find img, .container-main .how-it-works .choose img, .container-main .how-it-works .start-listen img {
    width: 50%;
  }
  .container-main .first-row .left-column {
    min-height: 450px;
  }
  .container-main .start .btn {
    padding: 8px 10px;
    text-align: center;
  }
  .container-main .start .user {
    background-size: 20px;
  }
  #customer-event-live.event-details #page-header h1 .event-name {
    max-width: 250px;
  }
}
@media screen and (max-width: 360px) {
  header .profile-window {
    left: -360%;
  }
  header .profile-window .followers {
    background-position: 35% 45%;
  }
  .profile-header img.user-icon {
    left: 10px;
    bottom: 110px;
  }
}
@media screen and (max-height: 640px) {
  .login-right-column {
    background-position-y: 0;
  }
  .login-right-column .slogan {
    top: 50%;
  }
}
@media screen and (max-height: 640px) and (max-width: 1199px) {
  .login-right-column .slogan {
    top: unset;
    bottom: 20px;
  }
}
.event-cover {
  background-repeat: round;
  background-size: cover;
}

.event-cover.archive {
  padding-left: 0;
  padding-right: 0;
}
.event-cover.archive .event-slots__slots-list {
  margin: 0 0;
}

.event-cover-upcoming {
  padding-left: 0px;
  padding-right: 0px;
}
.event-cover-upcoming .event-slots__slots-list {
  margin: 0 0;
}

.max-width-100 {
  max-width: 100%;
}

.max-width-365 {
  max-width: 365px;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-10 {
  margin-right: 10px;
}

#customer-event-live.event-details #page-header .event-cover {
  margin-top: 0 !important;
}

.event-cover-upcoming-streamer {
  padding-left: 0px;
  padding-right: 0px;
  height: 200px;
}

#customer-event-live .event-slots__slots-list {
  margin: 0 0;
}

#customer-event-upcoming .event-slots__slots-list {
  margin: 0 0;
}

.h-100 {
  height: 100%;
}

@media screen and (max-width: 320px) and (min-width: 230px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 150px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 150px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 250px;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 200px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 200px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 300px;
  }
}
@media screen and (max-width: 425px) and (min-width: 376px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 350px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 350px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 350px;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 400px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 400px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 500px;
  }
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 750px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 750px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 750px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 901px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 650px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 650px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 650px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #customer-event-upcoming #page-header h1 .event-name {
    width: 650px;
  }
  #customer-event-incomplete #page-header h1 .event-name {
    width: 650px;
  }
  #customer-event-live #page-header h1 .event-name {
    width: 650px;
  }
}
.upcoming-embed-link {
  word-break: break-word;
}

.info-icon-style {
  width: 1em;
  margin-bottom: 5px;
}

.center-image-horizontally {
  margin: auto;
  display: block;
}

.play-pause-button-style {
  color: #FF5500;
  font-size: 20px;
  font-weight: bold;
}

.play-pause-button-style-font-size {
  font-size: 16px !important;
}

.text-start {
  text-align: start;
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: start !important;
  }
}
@font-face {
  font-family: "BarlowSemiCondensed-Black";
  src: url("/fonts/Barlow/BarlowBlack/Barlow-Black.eot");
  src: url("/fonts/Barlow/BarlowBlack/Barlow-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowBlack/Barlow-Black.woff") format("woff"), url("/fonts/Barlow/BarlowBlack/Barlow-Black.ttf") format("truetype"), url("/fonts/Barlow/BarlowBlack/Barlow-Black.svg#BarlowSemiCondensedBlack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-BlackItalic";
  src: url("/fonts/Barlow/BarlowBlackItalic/Barlow-BlackItalic.eot");
  src: url("/fonts/Barlow/BarlowBlackItalic/Barlow-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowBlackItalic/Barlow-BlackItalic.woff") format("woff"), url("/fonts/Barlow/BarlowBlackItalic/Barlow-BlackItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowBlackItalic/Barlow-BlackItalic.svg#BarlowSemiCondensedBlackItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Bold";
  src: url("/fonts/Barlow/BarlowBold/Barlow-Bold.eot");
  src: url("/fonts/Barlow/BarlowBold/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowBold/Barlow-Bold.woff") format("woff"), url("/fonts/Barlow/BarlowBold/Barlow-Bold.ttf") format("truetype"), url("/fonts/Barlow/BarlowBold/Barlow-Bold.svg#BarlowSemiCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-BoldItalic";
  src: url("/fonts/Barlow/BarlowBoldItalic/Barlow-BoldItalic.eot");
  src: url("/fonts/Barlow/BarlowBoldItalic/Barlow-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowBoldItalic/Barlow-BoldItalic.woff") format("woff"), url("/fonts/Barlow/BarlowBoldItalic/Barlow-BoldItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowBoldItalic/Barlow-BoldItalic.svg#BarlowSemiCondensedBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-ExtraBold";
  src: url("/fonts/Barlow/BarlowExtraBold/Barlow-ExtraBold.eot");
  src: url("/fonts/Barlow/BarlowExtraBold/Barlow-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowExtraBold/Barlow-ExtraBold.woff") format("woff"), url("/fonts/Barlow/BarlowExtraBold/Barlow-ExtraBold.ttf") format("truetype"), url("/fonts/Barlow/BarlowExtraBold/Barlow-ExtraBold.svg#BarlowSemiCondensedExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-ExtraBoldItalic";
  src: url("/fonts/Barlow/BarlowExtraBoldItalic/Barlow-ExtraBoldItalic.eot");
  src: url("/fonts/Barlow/BarlowExtraBoldItalic/Barlow-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowExtraBoldItalic/Barlow-ExtraBoldItalic.woff") format("woff"), url("/fonts/Barlow/BarlowExtraBoldItalic/Barlow-ExtraBoldItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowExtraBoldItalic/Barlow-ExtraBoldItalic.svg#BarlowSemiCondensed-ExtraBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-ExtraLight";
  src: url("/fonts/Barlow/BarlowExtraLight/Barlow-ExtraLight.eot");
  src: url("/fonts/Barlow/BarlowExtraLight/Barlow-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowExtraLight/Barlow-ExtraLight.woff") format("woff"), url("/fonts/Barlow/BarlowExtraLight/Barlow-ExtraLight.ttf") format("truetype"), url("/fonts/Barlow/BarlowExtraLight/Barlow-ExtraLight.svg#BarlowSemiCondensed-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-ExtraLightItalic";
  src: url("/fonts/Barlow/BarlowExtraLightItalic/Barlow-ExtraLightItalic.eot");
  src: url("/fonts/Barlow/BarlowExtraLightItalic/Barlow-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowExtraLightItalic/Barlow-ExtraLightItalic.woff") format("woff"), url("/fonts/Barlow/BarlowExtraLightItalic/Barlow-ExtraLightItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowExtraLightItalic/Barlow-ExtraLightItalic.svg#BarlowSemiCondensed-ExtraLightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Italic";
  src: url("/fonts/Barlow/BarlowItalic/Barlow-Italic.eot");
  src: url("/fonts/Barlow/BarlowItalic/Barlow-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowItalic/Barlow-Italic.woff") format("woff"), url("/fonts/Barlow/BarlowItalic/Barlow-Italic.ttf") format("truetype"), url("/fonts/Barlow/BarlowItalic/Barlow-Italic.svg#BarlowSemiCondensedItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Light";
  src: url("/fonts/Barlow/BarlowLight/Barlow-Light.eot");
  src: url("/fonts/Barlow/BarlowLight/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowLight/Barlow-Light.woff") format("woff"), url("/fonts/Barlow/BarlowLight/Barlow-Light.ttf") format("truetype"), url("/fonts/Barlow/BarlowLight/Barlow-Light.svg#BarlowSemiCondensedLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-LightItalic";
  src: url("/fonts/Barlow/BarlowLightItalic/Barlow-LightItalic.eot");
  src: url("/fonts/Barlow/BarlowLightItalic/Barlow-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowLightItalic/Barlow-LightItalic.woff") format("woff"), url("/fonts/Barlow/BarlowLightItalic/Barlow-LightItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowLightItalic/Barlow-LightItalic.svg#BarlowSemiCondensedLightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Medium";
  src: url("/fonts/Barlow/BarlowMedium/Barlow-Medium.eot");
  src: url("/fonts/Barlow/BarlowMedium/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowMedium/Barlow-Medium.woff") format("woff"), url("/fonts/Barlow/BarlowMedium/Barlow-Medium.ttf") format("truetype"), url("/fonts/Barlow/BarlowMedium/Barlow-Medium.svg#BarlowSemiCondensedMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-MediumItalic";
  src: url("/fonts/Barlow/BarlowMediumItalic/Barlow-MediumItalic.eot");
  src: url("/fonts/Barlow/BarlowMediumItalic/Barlow-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowMediumItalic/Barlow-MediumItalic.woff") format("woff"), url("/fonts/Barlow/BarlowMediumItalic/Barlow-MediumItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowMediumItalic/Barlow-MediumItalic.svg#BarlowSemiCondensedMediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Regular";
  src: url("/fonts/Barlow/BarlowRegular/Barlow-Regular.eot");
  src: url("/fonts/Barlow/BarlowRegular/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowRegular/Barlow-Regular.woff") format("woff"), url("/fonts/Barlow/BarlowRegular/Barlow-Regular.ttf") format("truetype"), url("/fonts/Barlow/BarlowRegular/Barlow-Regular.svg#BarlowSemiCondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-SemiBold";
  src: url("/fonts/Barlow/BarlowSemiBold/Barlow-SemiBold.eot");
  src: url("/fonts/Barlow/BarlowSemiBold/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowSemiBold/Barlow-SemiBold.woff") format("woff"), url("/fonts/Barlow/BarlowSemiBold/Barlow-SemiBold.ttf") format("truetype"), url("/fonts/Barlow/BarlowSemiBold/Barlow-SemiBold.svg#BarlowSemiCondensedSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-SemiBoldItalic";
  src: url("/fonts/Barlow/BarlowSemiBoldItalic/Barlow-SemiBoldItalic.eot");
  src: url("/fonts/Barlow/BarlowSemiBoldItalic/Barlow-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowSemiBoldItalic/Barlow-SemiBoldItalic.woff") format("woff"), url("/fonts/Barlow/BarlowSemiBoldItalic/Barlow-SemiBoldItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowSemiBoldItalic/Barlow-SemiBoldItalic.svg#BarlowSemiCondensedSemiBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-Thin";
  src: url("/fonts/Barlow/BarlowThin/Barlow-Thin.eot");
  src: url("/fonts/Barlow/BarlowThin/Barlow-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowThin/Barlow-Thin.woff") format("woff"), url("/fonts/Barlow/BarlowThin/Barlow-Thin.ttf") format("truetype"), url("/fonts/Barlow/BarlowThin/Barlow-Thin.svg#BarlowSemiCondensedThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowSemiCondensed-ThinItalic";
  src: url("/fonts/Barlow/BarlowThinItalic/Barlow-ThinItalic.eot");
  src: url("/fonts/Barlow/BarlowThinItalic/Barlow-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Barlow/BarlowThinItalic/Barlow-ThinItalic.woff") format("woff"), url("/fonts/Barlow/BarlowThinItalic/Barlow-ThinItalic.ttf") format("truetype"), url("/fonts/Barlow/BarlowThinItalic/Barlow-ThinItalic.svg#BarlowSemiCondensedThinItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm-Bold";
  src: url("/fonts/Gotham/GothamBold/Gotham-Bold.eot");
  src: url("/fonts/Gotham/GothamBold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gotham/GothamBold/Gotham-Bold.woff") format("woff"), url("/fonts/Gotham/GothamBold/Gotham-Bold.ttf") format("truetype"), url("/fonts/Gotham/GothamBold/Gotham-Bold.svg#GothamSSmBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("/fonts/OpenSans/OpenSansSemiBold/OpenSans-SemiBold.eot");
  src: url("/fonts/OpenSans/OpenSansSemiBold/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/OpenSansSemiBold/OpenSans-SemiBold.woff") format("woff"), url("/fonts/OpenSans/OpenSansSemiBold/OpenSans-SemiBold.ttf") format("truetype"), url("/fonts/OpenSans/OpenSansSemiBold/OpenSans-SemiBold.svg#OpenSansSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("/fonts/OpenSans/OpenSansRegular/OpenSans-Regular.eot");
  src: url("/fonts/OpenSans/OpenSansRegular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans/OpenSansRegular/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans/OpenSansRegular/OpenSans-Regular.ttf") format("truetype"), url("/fonts/OpenSans/OpenSansRegular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #463A3A;
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
}

@media screen and (max-device-width: 1281px) and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    /*create-event*/
    /*create-event end*/
    /*channel*/
    /*channel end*/
  }
  body .container .create-event form .form-group, body .settings-form form .form-group {
    margin-bottom: 13px;
  }
  body .container .create-event form .form-group .input-group-append .input-group-text, body .settings-form form .form-group .input-group-append .input-group-text {
    font-size: 14px;
    padding: 0 12px;
    font-family: "BarlowSemiCondensed-Regular", sans-serif;
  }
  body .container .create-event form .form-group .input-group-append .input-group-text img, body .settings-form form .form-group .input-group-append .input-group-text img {
    width: 20px;
  }
  body .container .create-event form .form-control, body .settings-form form .form-control {
    height: 34px;
    padding: 5px 16px 5px;
  }
  body .container .create-event {
    position: relative;
  }
  body .container .create-event #steps {
    margin: 14px 0 33px;
  }
  body .container .create-event h2 {
    margin-bottom: 0;
    font-size: 24px;
  }
  body .container .create-event form {
    margin-top: 35px;
  }
  body .container .create-event form label:not(#import-csv-label) {
    margin: 0 0 2px;
    font-size: 14px;
  }
  body .container .create-event form label#import-csv-label {
    padding: 0.375rem 0.75rem;
  }
  body .container .create-event form #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -19px;
  }
  body .container .create-event form #picture-wrapper label {
    float: none;
  }
  body .container .create-event .navigation-buttons {
    margin: 25px 0 0;
  }
  body .profile-header {
    height: 94px;
    min-height: 94px;
  }
  body .profile-header label.btn-lg, body .profile-header .btn-group-lg > label.btn {
    text-transform: none !important;
    padding: 4px 13px;
    margin-top: -45px;
    font: normal 14px/16px "BarlowSemiCondensed-Medium", sans-serif !important;
  }
  body .profile-header .container {
    padding: 94px 0 0 0;
  }
  body .profile-header .container h1 {
    font-size: 26px;
    margin: -10px 0 11px;
  }
  body .profile-header .container h1.user-setting-name {
    margin: -26px 0 11px;
  }
  body .profile-header .container .user-img {
    width: 94px;
    margin-right: 20px;
  }
  body .profile-header .container img.user-icon {
    width: 90px;
    height: 90px;
  }
  body .profile-header .container .edit-user-image {
    width: 18px;
    height: 18px;
    padding: 0;
  }
  body .profile-header .container .edit-user-image img {
    width: 9px;
    height: auto;
    position: relative;
    bottom: 5px;
  }
  body .settings-form {
    margin-top: 65px;
  }
  body .settings-form form h3 {
    font-size: 20px;
    margin: 11px 0 8px;
    line-height: 15px;
  }
  body .settings-form form .form-group {
    margin-bottom: 6px;
  }
  body .settings-form form .form-group .btn-lg, body .settings-form form .form-group .btn-group-lg > .btn {
    margin-top: 15px;
    text-transform: none !important;
  }
  body .billing table {
    font-size: 14px;
    border-color: #E4D7CA;
  }
  body .billing table thead th {
    border: none;
  }
  body .billing table td {
    padding: 7px;
  }
  body .interpreter-detail h3 {
    font-size: 22px;
  }
  body .interpreter-detail .interpreter-detail-img-wrap {
    flex: 0 0 13%;
    max-width: 13%;
  }
  body .interpreter-detail .interpreter-detail-img {
    width: 90px;
    height: 90px;
  }
  body .interpreter-detail .btn-edit-profile {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #8D7A66;
    font-size: 12px;
    text-decoration: underline;
    padding: 0 0 0 25px;
    left: -124px;
    top: 107px;
  }
  body .interpreter-detail .btn-edit-profile:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("/images/np_edit_white.svg") no-repeat center #8D7A66;
  }
  body .requests .requests-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .requests h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body .requests .source-variants .source-target-language {
    padding: 0 8px;
  }
  body .requests .source-variants .source-target-language:active {
    line-height: 22px;
  }
  body .requests .btn.btn-sm.btn-bg-masala.btn-color-white, body .requests .btn-group-sm > .btn.btn-bg-masala.btn-color-white {
    padding: 0 6px;
  }
  body .requests .btn-lg, body .requests .btn-group-lg > .btn {
    padding: 2px 20px;
  }
  body .create-event:not(#event-create-step-4) label {
    float: left;
    margin-right: 7px;
    white-space: nowrap;
  }
  body .create-event:not(#event-create-step-4) p.event-info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 4px;
    font-size: 16px;
  }
  body .create-event:not(#event-create-step-4) .responsive-mac .col-md-2 {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  body .create-event .modal-body label {
    float: none;
    margin-right: 7px;
  }
  body .create-event .ex-modal-body #interpreters-list {
    margin-bottom: 30px;
  }
  body .company-details .channel-header {
    min-height: 93px;
    margin-bottom: 54px;
  }
  body .company-details .channel-header .container {
    margin-top: auto;
  }
  body .company-details .channel-header .header-add-channel {
    margin-bottom: -18px;
  }
  body .company-details .channel-header .header-add-channel img.channel-pic {
    height: 65px;
  }
  body .company-details .channel-header .btn-lg, body .company-details .channel-header .btn-group-lg > .btn {
    font-size: 14px;
    padding: 1px 13px;
    top: 41px;
    position: relative;
  }
  body .company-details form#create-chanel-form .form-control {
    font-size: 14px;
  }
  body .company-details form#create-chanel-form label {
    font-size: 14px;
  }
  body .company-details form#create-chanel-form .form-check-inline {
    margin-top: 14px;
  }
  body .company-details form#create-chanel-form .textarea.form-control {
    max-height: 80px;
  }
  body .company-details form#create-chanel-form .btn-lg, body .company-details form#create-chanel-form .btn-group-lg > .btn {
    padding: 5px 70px;
  }
  body footer .footer-copyright {
    margin-top: 20px;
  }
  body .create-event .customer-event-final-step .event-description {
    margin-left: 270px;
  }
}
@media (max-width: 767px) {
  #picture-wrapper {
    position: relative;
    top: 0;
    right: 0;
  }
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -19px;
  }
}
@media (max-width: 580px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -40px;
  }
}
@media (max-width: 320px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -24px;
  }
}
@media (max-width: 330px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -29px;
  }
}
@media (min-width: 340px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -34xpx;
  }
}
@media (min-width: 350px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  #picture-wrapper .image-pencil-label.right {
    position: relative;
    margin-right: -20px !important;
  }
}
.mh-200 {
  max-height: 200px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
  line-height: 1.8;
  padding: 0.25rem 2.3rem;
  border-radius: 50px;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 14px;
  line-height: 1.8;
  padding: 0.1rem 0.9rem;
  border-radius: 50px;
}

.btn {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
}

.btn-text-bold {
  font-family: "OpenSansSemiBold", sans-serif;
}

.btn-text-medium {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}

.btn-bg-spring-wood {
  background-color: #FBFAF8;
  border: 1px solid #8D7A66;
}

.btn-bg-spring-woody {
  background-color: #F6F1EC;
  border: 1px solid #8D7A66;
}

.btn-bg-cement {
  background-color: #8D7A66;
  border: 1px solid #8D7A66;
}

.btn-bg-white {
  background-color: #ffffff;
  border: 1px solid #1976D2;
  color: #1976D2;
}

.btn-bg-masala {
  background-color: #463A3A;
  border: 1px solid #463A3A;
}

.btn-bg-mandy {
  background-color: #EA6363;
  border: 1px solid #EA6363;
}

.btn-bg-red {
  background-color: #C50007;
  border: 1px solid #C50007;
}

.btn-bg-aristocratic-blue {
  background-color: #324553;
  border: 1px solid #324553;
}

.btn-bg-denim {
  background-color: #1976D2;
  border: 1px solid #1976D2;
}
.btn-bg-denim:hover {
  background-color: #004FAA;
}
.btn-bg-denim:disabled {
  background-color: #BAC5CD;
  border: 1px solid #BAC5CD;
}
.btn-bg-denim:not(:disabled):active {
  background-color: #003B80;
}

.btn-bg-tpt {
  background-color: #061D49;
  border: 1px solid #061D49;
}

.btn-color-cement {
  color: #8D7A66;
}
.btn-color-cement:hover {
  color: #8D7A66;
}

.btn-color-white {
  color: #ffffff;
}
.btn-color-white:hover {
  color: #ffffff;
}

.btn-color-masala {
  color: #463A3A;
}
.btn-color-masala:hover {
  color: #463A3A;
}

.btn-color-tpt {
  color: #061D49;
  background-color: #FBFAF8;
  border: 1px solid #061D49;
}
.btn-color-tpt:hover {
  color: #061D49;
}

.btn-color-denim {
  color: #1976D2;
}
.btn-color-denim:hover {
  color: #1976D2;
}

.btn-color-neutral {
  color: #DBE1E5;
  border-color: #DBE1E5;
}
.btn-color-neutral:hover {
  color: #DBE1E5;
}

.link-cement {
  color: #8D7A66;
}
.link-cement:hover {
  color: #8D7A66;
}

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 27px;
  cursor: pointer;
}
.radio + label:after {
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #3E5462;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.radio:checked + label:after {
  background: #ffffff url("/images/radio-icon.svg") no-repeat center;
  border-color: #1976D2;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.checkbox + label {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.checkbox + label:after {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #3E5462;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  background: #ffffff url("/images/checkmark-icon.svg") no-repeat center;
}
.checkbox:checked + label:after {
  background-color: #1976D2;
  border-color: #1976D2;
}

.file label[for=file] {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  font-size: 14px;
  color: #463A3A;
  border: 1px solid #d2d2d2;
  background-color: #F3F3F3;
}
.file span.file-attached {
  font-size: 14px;
  color: #463A3A;
  display: inline-block;
  margin-left: 22px;
}
.file input[type=file] {
  display: none;
}

.btn-custom {
  padding: 0.2rem 1rem;
  width: 47%;
}

.btn-dark {
  color: #ffffff;
  background-color: #262626;
}

.create-channel-btn {
  margin: 10px 0;
}

.platform-button-color {
  background-color: #1976D2;
  border: 1px solid #1976D2;
}

#loginModal .modal-dialog {
  max-width: 650px;
}
#loginModal .modal-dialog .btn {
  min-width: 150px;
  margin: 15px 0;
}

.slot-language-wrapper {
  flex: 1;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.slot-title {
  background: #ffffff;
  font-size: 32px;
}

.slot-language {
  padding: 0 10px;
  position: relative;
  flex: 1;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slot-language__name {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.btn-choose-targets {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 9px;
  cursor: pointer;
  padding: 0;
  line-height: 24px;
  background-color: #ffffff;
}
.btn-choose-targets:after, .btn-choose-targets:before {
  content: "";
  background-color: #213746;
}
.btn-choose-targets:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.btn-choose-targets:not(.source-remove):before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.target-language {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1976D2;
  border: 1px solid #1976D2;
  border-radius: 100px;
  padding: 6px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block;
}
.target-language.has_interpreters {
  background-color: #1976D2;
  color: #ffffff;
}
.target-language.need_interpreters {
  background-color: #3E5462;
  border-color: #3E5462;
  color: #ffffff;
}

.languages-dropdown__wrapper {
  position: absolute;
  background-color: #ffffff;
  width: 343px;
  border: 1px solid #ECEFF2;
  border-radius: 10px;
  z-index: 10;
  top: -225px;
}
.languages-dropdown__wrapper .notice {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: black;
  text-transform: none;
}
.languages-dropdown__wrapper .notice a {
  color: #1976D2;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.languages-dropdown__wrapper .notice a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -26px;
  top: 2px;
  background: url("/images/new-window.svg") no-repeat center;
}
.languages-dropdown__header {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECEFF2;
}
.languages-dropdown__header .title {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.languages-dropdown__header .close-btn {
  cursor: pointer;
}
.languages-dropdown__body {
  padding: 24px;
}
.languages-dropdown__searchbar {
  margin-bottom: 20px;
}
.languages-dropdown__list {
  height: 235px;
  overflow: auto;
  padding: 0 8px;
  list-style: none;
}
.languages-dropdown__list li {
  position: relative;
  cursor: pointer;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #3E5462;
  padding-bottom: 15px;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.languages-dropdown__list li:before {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #3E5462;
  border-radius: 4px;
  margin-right: 8px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: all 200ms ease-in;
  background: #ffffff url("/images/checkmark-icon.svg") no-repeat 50% 50%;
}
.languages-dropdown__list li.active:before {
  border: 1px solid #1976D2;
  background-color: #1976D2;
}
.languages-dropdown__footer {
  padding: 16px;
  border-top: 1px solid #ECEFF2;
}
.languages-dropdown__footer button {
  padding: 11px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
}
.languages-dropdown__footer button:first-of-type {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .languages-dropdown__wrapper {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -170px;
  }
}
.event-slots__container {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.event-slots__wrapper:not([summary=true]) {
  background-color: #E4D7CA;
}
.event-slots__slots-list {
  display: flex;
  margin: 0 -2px;
}
.event-slots__slots-list .event-slot__wrap {
  position: relative;
  height: 100%;
  background-color: #DBE1E5;
}
.event-slots__slots-list .event-slot__wrap:last-child {
  border-right: none;
}
.event-slots__slots-list .event-slot__languages-list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event-slots__slots-list .add-language-btn {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 48px / 2);
  left: calc(50% - 48px / 2);
  background-color: #ffffff;
  cursor: pointer;
  padding: 0;
  line-height: 48px;
}
.event-slots__slots-list .add-language-btn:after, .event-slots__slots-list .add-language-btn:before {
  content: "";
  background-color: #213746;
}
.event-slots__slots-list .add-language-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.event-slots__slots-list .add-language-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.event-slots__slots-list .event-slot__actions {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  white-space: nowrap;
}
.event-slots__slots-list .event-slot__actions button:first-child {
  margin-right: 5px;
}
.event-slots__slots-list .event-slot__cut-length {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
}
.event-slots__slots-list .event-slot__start-time,
.event-slots__slots-list .event-slot__end-time {
  font-family: "GothamSSm-Bold", sans-serif;
  font-weight: 700;
  color: #213746;
  line-height: 1;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
}
.event-slots__slots-list .event-slot__start-time:before,
.event-slots__slots-list .event-slot__end-time:before,
.event-slots__slots-list .event-slot__start-time:after,
.event-slots__slots-list .event-slot__end-time:after {
  content: "";
  position: absolute;
  background-color: #DBE1E5;
}
.event-slots__slots-list .event-slot__start-time:before,
.event-slots__slots-list .event-slot__end-time:before {
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
}
.event-slots__slots-list .event-slot__start-time:after,
.event-slots__slots-list .event-slot__end-time:after {
  bottom: 100%;
  height: 10px;
  width: 3px;
}
.event-slots__slots-list .event-slot__start-time {
  left: 0;
}
.event-slots__slots-list .event-slot__start-time:after {
  left: 0;
}
.event-slots__slots-list .event-slot__end-time {
  right: 0;
}
.event-slots__slots-list .event-slot__end-time:after {
  right: 0;
}
.event-slots__slot-targets {
  display: flex;
  width: 100%;
}
.event-slots #btn-add-slot {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 43px;
}
.event-slots #btn-add-slot.has-slots {
  margin-top: 92px;
}

.slot-target-languages {
  margin: 10px 0;
}
.slot-target-languages__source {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3E5462;
  position: relative;
  margin-bottom: 5px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slot-target-languages__source-badge {
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.slot-language-wrapper .slot-language .slot-language__name {
  font-family: "GothamSSm-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.slot-language-wrapper .slot-language .slot-language__name.can-stop {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.slot-language-wrapper .slot-language .slot-language__name.can-stop .stop-target {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.slot-language-wrapper .slot-language .slot-language__name.can-stop .stop-target span {
  font-size: 12px;
  color: #E4D7CA;
}

#private-event-users-list {
  display: flex;
  flex-wrap: wrap;
}
#private-event-users-list span {
  position: relative;
  padding: 0 15px;
}
#private-event-users-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #C0C0C0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#private-event-users-list span.online::before {
  background-color: #8ae124;
}

.modal-dialog {
  max-width: 678px;
}
.modal-dialog .modal-content {
  border: 1px solid #DBE1E5;
  border-radius: 10px;
}
.modal-dialog .modal-content .modal-body {
  padding: 72px 24px 24px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
}
.modal-dialog .modal-content .modal-body h3 {
  font-family: "GothamSSm-Bold", sans-serif;
  color: #3E5462;
  font-size: 20px;
  line-height: 1.5;
}
.modal-dialog .modal-content .modal-body .modal-body_slot-wrapper {
  margin-bottom: 40px;
}
.modal-dialog .modal-content .modal-body label {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #463A3A;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-body .form-group button,
.modal-dialog .modal-content .modal-body .form-group a.btn {
  width: 47%;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
  color: #262626;
  font-size: 20px;
}
.modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-mask .modal-wrapper .alert-error {
  background: red;
  color: #ffffff;
}

.terms-modal .modal-dialog {
  width: 80vw;
  max-width: 80vw;
}
.terms-modal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
}
.terms-modal .modal-body {
  height: 80vh;
  overflow: auto;
}

.confirm-logout-modal {
  top: 25%;
}
.confirm-logout-modal .modal-body {
  padding: 0;
}
.confirm-logout-modal .a {
  text-decoration: none;
}
.confirm-logout-modal .btn-group {
  width: 100%;
}
.confirm-logout-modal .btn-group .btn-gray, .confirm-logout-modal .btn-group .btn-dark {
  width: 50%;
  border-radius: 0;
  margin: 0;
}
.confirm-logout-modal .btn-group .btn-dark {
  border-bottom-right-radius: 3px !important;
}
.confirm-logout-modal .btn-group .btn-gray {
  border-bottom-left-radius: 3px;
}
.confirm-logout-modal .btn-group a:hover {
  color: #ffffff;
}
.confirm-logout-modal .warning-text {
  font-size: 22px;
  padding: 0;
  word-break: break-word;
}

.modal-open footer, .modal-open header, .modal-open .customer-event-final-step, .modal-open .login, .modal-open .login-right-column {
  filter: blur(20px);
}

#request-interpreter-modal .modal-body {
  padding: 68px 58px 45px 71px;
}
#request-interpreter-modal .modal-body .ex-modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 17px;
  height: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  background-image: url("/images/modal_close.svg");
}
#request-interpreter-modal .modal-body .attached-file {
  font-weight: 600;
}
#request-interpreter-modal .modal-body .attached-file a {
  color: #00B6F1;
}
#request-interpreter-modal .modal-body .ex-modal-header {
  margin-bottom: 20px;
}
#request-interpreter-modal .modal-body .ex-modal-header table {
  width: 100%;
}
#request-interpreter-modal .modal-body .ex-modal-header table thead tr th {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 1rem;
}
#request-interpreter-modal .modal-body .ex-modal-header table tbody tr td {
  font-size: 1rem;
}
#request-interpreter-modal .modal-body .ex-modal-body label#interpreters-list-label {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 18px;
}
#request-interpreter-modal .modal-body .ex-modal-body #interpreters-list {
  max-height: 100px;
  overflow: auto;
  list-style: none;
}
#request-interpreter-modal .modal-body .ex-modal-body #interpreters-list > div label {
  position: relative;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  color: #3E5462;
  margin-bottom: 0.2rem;
  padding: 0 0 0 33px;
}
#request-interpreter-modal .modal-body .ex-modal-body #interpreters-list > div label:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #1976D2;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#request-interpreter-modal .modal-body .ex-modal-body #interpreters-list > div.active label:after {
  background: #ffffff url("/images/radio-icon.svg") no-repeat center;
}
#request-interpreter-modal .modal-body .ex-modal-body .file #file-description {
  font-size: 1rem;
  display: block;
  color: #584C4C;
}
#request-interpreter-modal .modal-body .ex-modal-body .file label[for=file] {
  padding: 8px 16px;
  margin: 8px 0 0;
}
#request-interpreter-modal .modal-body .ex-modal-body .double-pair label {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 1rem;
}
#request-interpreter-modal .modal-body .ex-modal-footer {
  display: flex;
  -moz-justify-content: between;
  -ms-justify-content: between;
  justify-content: between;
  -ms-flex-pack: between;
}
#request-interpreter-modal .modal-body .ex-modal-footer button {
  padding: 0.32rem 1rem;
  width: 50%;
  min-width: 100%;
}
#request-interpreter-modal .modal-body .ex-modal-footer button:first-child {
  margin-right: 13px;
}
@media (max-width: 991.98px) {
  #request-interpreter-modal .modal-wrapper {
    vertical-align: top;
  }
  #request-interpreter-modal .modal-body .ex-modal-header {
    margin-bottom: 10px;
  }
}

#passwordModal label {
  font-size: 22px;
  margin-bottom: 10px;
}

#step1-confirm-warning.without-channel .modal-dialog {
  max-width: 100%;
  width: 800px;
}
#step1-confirm-warning.without-channel .modal-dialog .form-group a {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #step1-confirm-warning .modal-dialog .modal-content .modal-body {
    padding: 30px 35px;
  }
  #step1-confirm-warning .modal-dialog .modal-content .modal-body .form-group button, #step1-confirm-warning .modal-dialog .modal-content .modal-body .form-group a {
    width: 90%;
    margin: 10px auto;
  }
}

#event-summary {
  margin-bottom: 20px;
}
#event-summary__container {
  display: flex;
  flex-direction: column;
}
#event-summary__wrapper {
  background-color: #d2d2d2;
  margin-bottom: 15px;
}
#event-summary__slots-list {
  display: flex;
  margin: 0 -2px;
}
#event-summary .slot-source {
  background: #6e6e6e;
  color: #ffffff;
  flex: 1;
  font-size: 14px;
  text-transform: uppercase;
}
#event-summary .slot-source.active {
  background: #8ae124;
  color: #707070;
}
#event-summary .source-container span {
  font-size: 14px;
  font-weight: normal;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
#app:has(.archived), #app:has(.upcoming) {
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}

body:has(#app .archived), body:has(#app .upcoming) {
  height: auto;
}

.archived, .upcoming {
  flex: 1;
  min-height: 100%;
}
.archived.public, .upcoming.public {
  padding: 40px 0 0;
}
.archived .event-body, .upcoming .event-body {
  z-index: 1;
  flex: 1;
}
.archived .event-body .event-title, .upcoming .event-body .event-title {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #3E5462;
}
.archived .player, .upcoming .player {
  position: relative;
  border: 1px solid #DBE1E5;
  border-radius: 10px;
  padding: 16px;
}
.archived .seek-control input[type=range], .upcoming .seek-control input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  overflow: hidden;
  background-color: #BAC5CD;
  height: 6px;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.archived .seek-control input[type=range]:hover, .archived .seek-control input[type=range] :active, .archived .seek-control input[type=range] :focus, .archived .seek-control input[type=range] ::-moz-focus-inner, .archived .seek-control input[type=range] ::-moz-focus-outer, .archived .seek-control input[type=range] :-webkit-autofill, .upcoming .seek-control input[type=range]:hover, .upcoming .seek-control input[type=range] :active, .upcoming .seek-control input[type=range] :focus, .upcoming .seek-control input[type=range] ::-moz-focus-inner, .upcoming .seek-control input[type=range] ::-moz-focus-outer, .upcoming .seek-control input[type=range] :-webkit-autofill {
  border: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.archived .seek-control input[type=range]::-webkit-slider-runnable-track, .upcoming .seek-control input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  color: #13bba4;
  margin-top: -1px;
  height: 6px;
}
.archived .seek-control input[type=range]::-webkit-slider-thumb, .upcoming .seek-control input[type=range]::-webkit-slider-thumb {
  width: 6px;
  -webkit-appearance: none;
  height: 6px;
  cursor: ew-resize;
  background: #324553;
  box-shadow: -1110px 0 0 1110px #5C707E;
}
.archived .seek-control input[type=range]::-moz-range-progress, .upcoming .seek-control input[type=range]::-moz-range-progress {
  background-color: #5C707E;
}
.archived .seek-control input[type=range]::-ms-fill-lower, .upcoming .seek-control input[type=range]::-ms-fill-lower {
  background-color: #5C707E;
}
.archived .player-btn, .upcoming .player-btn {
  margin-right: 20px;
}
.archived .player-btn #play-stream .play-icon, .upcoming .player-btn #play-stream .play-icon {
  display: block;
}
.archived .player-btn #play-stream .stop-icon, .upcoming .player-btn #play-stream .stop-icon {
  display: none;
}
.archived .player-btn #play-stream.active .play-icon, .upcoming .player-btn #play-stream.active .play-icon {
  display: none;
}
.archived .player-btn #play-stream.active .stop-icon, .upcoming .player-btn #play-stream.active .stop-icon {
  display: block;
}
.archived .player-info h5, .upcoming .player-info h5 {
  font-size: 26px;
  font-weight: bold;
  color: #463A3A;
  word-break: break-word;
}
.archived .player-info h5 span, .upcoming .player-info h5 span {
  color: #8D7A66;
  font-weight: normal;
}
.archived .player-info p, .upcoming .player-info p {
  font-weight: bold;
  font-size: 16px;
  color: #463A3A;
}
.archived .player-info #countdown, .upcoming .player-info #countdown {
  display: flex;
}
.archived .player-info #countdown.hidden, .upcoming .player-info #countdown.hidden {
  display: none;
}
.archived .player-info #countdown .time-separator, .upcoming .player-info #countdown .time-separator {
  margin: 0 4px;
}
.archived .player-bg, .upcoming .player-bg {
  height: 45px;
  background: url("/images/player_bg.svg") repeat-x;
}
.archived #interpretations-list, .upcoming #interpretations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.archived #interpretations-list .list-inline-item, .upcoming #interpretations-list .list-inline-item {
  margin: 0;
}
.archived #interpretations-list .list-inline-item .interpretation-variant-item, .upcoming #interpretations-list .list-inline-item .interpretation-variant-item {
  background-position: 5px 50%;
  background-size: 25px;
  border: 1px solid #bac5cd;
  border-radius: 20px;
  padding: 9px 8px 9px 35px;
  text-align: end;
  line-height: 1;
}
.archived #interpretations-list .list-inline-item .interpretation-variant-item.active, .archived #interpretations-list .list-inline-item .interpretation-variant-item:hover, .upcoming #interpretations-list .list-inline-item .interpretation-variant-item.active, .upcoming #interpretations-list .list-inline-item .interpretation-variant-item:hover {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  color: #004FAA;
  background-color: #F6FAFF;
  border-color: #1976D2;
  transition: all 0.2s;
}
.archived #interpretations-list .list-inline-item .interpretation-variant-item.lang-original, .upcoming #interpretations-list .list-inline-item .interpretation-variant-item.lang-original {
  background-image: url("/images/original-voice.svg");
  background-repeat: no-repeat;
}
.archived .active-info, .upcoming .active-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archived .active-info .row, .upcoming .active-info .row {
  gap: 12px;
}
.archived .active-info .status-info, .upcoming .active-info .status-info {
  font-size: 14px;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.archived .active-info .status-info .status, .upcoming .active-info .status-info .status {
  display: flex;
  gap: 8px;
  align-items: center;
}
.archived .active-info .status-info .status.watched-by, .upcoming .active-info .status-info .status.watched-by {
  font-family: "OpenSansRegular", sans-serif;
  color: #213746;
}
.archived .active-info .status-info .status.value, .upcoming .active-info .status-info .status.value {
  font-family: "OpenSansSemiBold", sans-serif;
}
.archived .active-info .status-info .status.value.archive-status, .upcoming .active-info .status-info .status.value.archive-status {
  color: #CE4080;
}
.archived .active-info .status-info .status.value.upcoming-status, .upcoming .active-info .status-info .status.value.upcoming-status {
  color: #108718;
}
.archived .active-info .status-info .status .pulsing-dot, .upcoming .active-info .status-info .status .pulsing-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #108718;
  box-shadow: 0 0 0 rgba(34, 139, 34, 0.7);
  animation: pulse-green 2s infinite;
}
.archived .active-info .status-info .status i, .upcoming .active-info .status-info .status i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.archived .active-info .status-info .status i.icon-event-archive-status, .upcoming .active-info .status-info .status i.icon-event-archive-status {
  background-image: url("/images/event-ended.svg");
}
.archived .active-info .status-info .status i.icon-event-upcoming-status, .upcoming .active-info .status-info .status i.icon-event-upcoming-status {
  background-image: url("/images/starting-soon.svg");
}
.archived .active-info .status-info .status i.icon-event-watched-by, .upcoming .active-info .status-info .status i.icon-event-watched-by {
  background-image: url("/images/watched-by.svg");
}
.archived .active-info .event-card, .upcoming .active-info .event-card {
  color: #3E5462;
  font-size: 20px;
  font-family: "OpenSansSemiBold", sans-serif;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  border: none;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f0f4f8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 24px;
  flex: 1;
}
.archived .active-info .event-card img.campaign-icon, .upcoming .active-info .event-card img.campaign-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.archived .active-info .event-card i, .upcoming .active-info .event-card i {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.archived .active-info .event-card i.icon-event-archive-card, .upcoming .active-info .event-card i.icon-event-archive-card {
  background-image: url("/images/calendar-new.svg");
}
.archived .active-info .event-card i.icon-event-upcoming-card, .upcoming .active-info .event-card i.icon-event-upcoming-card {
  background-image: url("/images/upcoming-watch.svg");
}
.archived .active-info .event-card .card-message, .upcoming .active-info .event-card .card-message {
  flex-basis: 100%;
}
.archived .active-info .event-card .card-message .message-title, .upcoming .active-info .event-card .card-message .message-title {
  font-size: 16px;
  color: #8D7A66;
  font-family: "OpenSansRegular", sans-serif;
}
.archived .active-info .event-card .card-message .timer-text, .upcoming .active-info .event-card .card-message .timer-text {
  font-size: 24px;
  color: #3E5462;
  font-family: "GothamSSm-Bold", sans-serif;
}
.archived .active-info .event-card .card-message .starting-soon-message, .upcoming .active-info .event-card .card-message .starting-soon-message {
  font-family: "OpenSansRegular", sans-serif;
}
.archived .read-more-wrapper p, .upcoming .read-more-wrapper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  color: #324553;
  font-family: "OpenSansRegular", sans-serif;
}
.archived .read-more-wrapper p.expanded, .upcoming .read-more-wrapper p.expanded {
  white-space: normal;
  overflow: visible;
}
.archived .read-more-wrapper button, .upcoming .read-more-wrapper button {
  background: none;
  border: none;
  color: #1976D2;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
}
.archived .views, .upcoming .views {
  margin: 0;
  padding: 0 0 0 23px;
  line-height: 16px;
}
.archived .views:before, .upcoming .views:before {
  width: 15px;
  height: 15px;
}

#archiveErrorModal {
  font-family: "OpenSansRegular", sans-serif;
}
#archiveErrorModal .btn {
  font-family: "OpenSansRegular", sans-serif;
}

.vol img {
  cursor: pointer;
}
.vol .volume-control input {
  cursor: pointer;
  width: 190px;
}

#event-live .stream-event .translation {
  font-size: 18px;
}
#event-live .stream-event .translation .language-from {
  color: #B7B7B7;
}
#event-live .stream-event .translation .divider {
  background: #ffffff;
  margin: 5px;
}
#event-live .stream-event .follow-link {
  width: 50px;
}
#event-live .stream-event .follow-link .like {
  display: flex;
  color: #ffffff;
}
#event-live .stream-event .follow-link .like img {
  margin: 0 auto;
}
#event-live .stream-event .play-button {
  position: absolute;
  width: 80px;
  left: 50%;
  top: 35%;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
#event-live .stream-event .audio-stream {
  position: relative;
  width: 100%;
}
#event-live .stream-event .audio-stream .stream-countdown {
  position: absolute;
  top: 45%;
  font-size: 30px;
  opacity: 0.5;
  width: 100%;
  text-align: center;
}
#event-live .stream-event .audio-stream .stream-countdown span {
  opacity: 1;
}
#event-live .stream-event .audio-stream .stream-countdown.pin {
  opacity: 1;
  top: 30%;
}
#event-live .stream-event .audio-stream .stream-countdown.pin label {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
}
#event-live .stream-event .audio-stream .stream-countdown.pin input {
  display: block;
  margin: auto;
  text-align: center;
  border: 0;
  letter-spacing: 10px;
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  max-width: 80px;
}
#event-live .stream-event .audio-stream .stream-countdown.hidden {
  display: none;
}
#event-live .stream-event .stream-status {
  display: flex;
  align-items: center;
}
#event-live .stream-event .stream-status .indicator {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: grey;
  margin-left: 25px;
}
#event-live .stream-event .stream-status .active {
  background-color: red;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.6);
  animation: pulse 2s infinite;
}
#event-live .stream-event .seek-control {
  position: absolute;
  left: 2%;
  bottom: 10px;
  margin: 0;
  width: 90%;
}
#event-live .stream-event .seek-control input {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background: #fff;
}
#event-live .stream-event .volume-mute {
  position: absolute;
  right: 8%;
  bottom: 10px;
  color: #ffffff;
}
#event-live .stream-event .form-control-range {
  background: #ffffff;
}

ul.translation-list li.list-group-item {
  background: transparent;
  border: 0;
}
ul.translation-list li.list-group-item .target-language-wrapper .source-language {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
ul.translation-list li.list-group-item .target-language-wrapper .source-language i {
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}
ul.translation-list li.list-group-item .target-language-wrapper .interpreter-variants li a {
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  color: #8D7A66;
  border: 1px solid #B7A08A;
}
ul.translation-list li.list-group-item .target-language-wrapper .interpreter-variants li a.active {
  color: #ffffff;
  background: #B7A08A;
  border: 1px solid #B7A08A;
}
ul.translation-list li.list-group-item .target-language-wrapper .interpreter-variants li a.used {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

#steps .step .step-number {
  font: 16px "BarlowSemiCondensed-Bold", sans-serif;
  color: #B7A08A;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #E4D7CA;
  border-radius: 50%;
  margin-right: 6px;
}
#steps .step .step-name {
  font: 16px/16px "BarlowSemiCondensed-Regular", sans-serif;
  color: #B7A08A;
}
#steps .step .step-line {
  width: 84px;
  height: 2px;
  background-color: #B7A08A;
}
#steps .step.active .step-number {
  background: #8D7A66;
  color: #ffffff;
  border: 1px solid #8D7A66;
}
#steps .step.active .step-name {
  color: #463A3A;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}

@media (max-width: 1199.98px) {
  #steps .step .step-line {
    width: 40px;
  }
}
@media (max-width: 991.98px) {
  #steps .step .step-line {
    width: 0;
  }
}
.company-details {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  margin: 0 0 50px;
}
.company-details h4 {
  font-size: 1.31rem;
}
.company-details h3 {
  font-weight: 600;
  margin-bottom: 17px;
}
.company-details .form-group label.text-capitalize {
  white-space: nowrap;
}

.input-container {
  position: relative;
}
.input-container .icon {
  position: absolute;
  padding: 6px 10px;
}
.input-container .form-icon {
  padding-left: 50px;
}

.add-interprete img {
  max-width: 200px;
  max-height: 200px;
}

.name-language .language-child {
  padding-bottom: 10px;
}
.name-language .language-child:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.name-language .interpreter-line {
  background: url("/images/Interpreter-line.png") no-repeat;
  width: 148px;
  height: 15px;
}
.name-language .interpreter-line.language-skill0 {
  background-position: left 0;
}
.name-language .interpreter-line.language-skill1 {
  background-position: left -18px;
}
.name-language .interpreter-line.language-skill2 {
  background-position: left -36px;
}
.name-language .interpreter-line.language-skill3 {
  background-position: left -54px;
}
.name-language .interpreter-line.language-skill4 {
  background-position: left -72px;
}
.name-language .interpreter-line.language-skill5 {
  background-position: left -90px;
}

.channel-header {
  background-color: #FBFAF8;
  min-height: 240px;
  margin-bottom: 143px;
  background-size: cover;
}
.channel-header .header-add-channel {
  margin-bottom: -87px;
}
.channel-header .header-add-channel img.channel-pic {
  height: 170px;
  width: auto;
  max-width: 90vw;
}

.company-details .radio .form-check-inline {
  height: 40px;
}
.company-details .submit {
  margin-top: 15px;
}

.delete-changes {
  position: relative;
}
.delete-changes input {
  background: #333 url(/images/trash.png) 10px 50% no-repeat;
}

/*channel-single*/
.channel-single-header {
  background: url("/images/demo-image.png") 100% 50% no-repeat;
  background-size: cover;
  height: 240px;
  margin-bottom: 100px;
}
.channel-single-header .row {
  max-height: 240px;
}
.channel-single-header .img-chanel {
  margin-bottom: -53px;
}
.channel-single-header .name-channel {
  margin-bottom: -25px;
  margin-left: 18px;
  word-break: break-word;
}
.channel-single-header .name-channel img {
  margin: 0 7px 4px 0;
}
.channel-single-header .name-channel h3 {
  font-weight: bold;
}

.channel-single .recent-events-col {
  margin-bottom: 30px;
}
.channel-single .recent-events-col .box-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.channel-single .recent-events-col .box-shadow .recent-events-col-body {
  padding: 10px 10px 5px;
}
.channel-single .recent-events-col .box-shadow .recent-events-col-body .event-name {
  word-break: break-word;
}
.channel-single .recent-events-col .box-shadow .recent-events-col-body .flag {
  margin: 10px 0 5px;
}
.channel-single .recent-events-col .event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  max-height: 52px;
}
.channel-single .container-main .channel-img {
  margin: 0 0 2px 10px;
}

/*customer-event*/
li.list-inline-item {
  position: relative;
}
li.list-inline-item span:not(.interpreters-required):not(.offers-count) {
  position: absolute;
  bottom: -7px;
  left: 5px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 12px;
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  background-color: #262626;
}
li.list-inline-item.number {
  border-radius: 50%;
  text-align: center;
  background-color: #262626;
  color: #ffffff;
  bottom: 8px;
  font-size: 11px;
  padding: 3px;
}

.channels .event-block {
  margin-bottom: 20px;
}

.lang-in, .india {
  background: url("/images/flags/india.svg") no-repeat;
}

.lang-es, .spain {
  background: url("/images/flags/spain.svg") no-repeat;
}

.lang-de, .germany {
  background: url("/images/flags/germany.svg") no-repeat;
}

.lang-en {
  background: url("/images/flags/united-kingdom.svg") no-repeat;
  background-size: 28px;
}

.lang-fr {
  background: url("/images/flags/france.svg") no-repeat;
  background-size: 28px;
}

.lang-hu {
  background: url("/images/flags/hungary.svg") no-repeat;
  background-size: 28px;
}

.lang-ua {
  background: url("/images/flags/ukraine.svg") no-repeat;
  background-size: 28px;
}

.lang-BS {
  background: url("/images/flagspng/bosnia.png") no-repeat;
  background-size: 28px;
}

.lang-BG {
  background: url("/images/flagspng/bulgaria.png") no-repeat;
  background-size: 28px;
}

.lang-HR {
  background: url("/images/flagspng/chroatia.png") no-repeat;
  background-size: 28px;
}

.lang-CZ {
  background: url("/images/flagspng/czechRepublic.png") no-repeat;
  background-size: 28px;
}

.lang-DK {
  background: url("/images/flagspng/denmark.png") no-repeat;
  background-size: 28px;
}

.lang-NL {
  background: url("/images/flagspng/netherlands.png") no-repeat;
  background-size: 28px;
}

.lang-EN {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-EE {
  background: url("/images/flagspng/estonia.png") no-repeat;
  background-size: 28px;
}

.lang-FI {
  background: url("/images/flagspng/finland.png") no-repeat;
  background-size: 28px;
}

.lang-FR {
  background: url("/images/flagspng/france.png") no-repeat;
  background-size: 28px;
}

.lang-CA {
  background: url("/images/flagspng/canada.png") no-repeat;
  background-size: 28px;
}

.lang-IS {
  background: url("/images/flagspng/iceland.png") no-repeat;
  background-size: 28px;
}

.lang-DE {
  background: url("/images/flagspng/germany.png") no-repeat;
  background-size: 28px;
}

.lang-GR {
  background: url("/images/flagspng/greece.png") no-repeat;
  background-size: 28px;
}

.lang-IL {
  background: url("/images/flagspng/israel.png") no-repeat;
  background-size: 28px;
}

.lang-HU {
  background: url("/images/flagspng/hungary.png") no-repeat;
  background-size: 28px;
}

.lang-IE {
  background: url("/images/flagspng/ireland.png") no-repeat;
  background-size: 28px;
}

.lang-IT {
  background: url("/images/flagspng/italy.png") no-repeat;
  background-size: 28px;
}

.lang-JP {
  background: url("/images/flagspng/japan.png") no-repeat;
  background-size: 28px;
}

.lang-KR {
  background: url("/images/flagspng/southKorea.png") no-repeat;
  background-size: 28px;
}

.lang-LV {
  background: url("/images/flagspng/latvia.png") no-repeat;
  background-size: 28px;
}

.lang-LT {
  background: url("/images/flagspng/lithuania.png") no-repeat;
  background-size: 28px;
}

.lang-MT {
  background: url("/images/flagspng/malta.png") no-repeat;
  background-size: 28px;
}

.lang-CN {
  background: url("/images/flagspng/china.png") no-repeat;
  background-size: 28px;
}

.lang-PL {
  background: url("/images/flagspng/poland.png") no-repeat;
  background-size: 28px;
}

.lang-PT {
  background: url("/images/flagspng/portugal.png") no-repeat;
  background-size: 28px;
}

.lang-BR {
  background: url("/images/flagspng/brazil.png") no-repeat;
  background-size: 28px;
}

.lang-RO {
  background: url("/images/flagspng/romania.png") no-repeat;
  background-size: 28px;
}

.lang-RU {
  background: url("/images/flagspng/russia.png") no-repeat;
  background-size: 28px;
}

.lang-SK {
  background: url("/images/flagspng/slovakia.png") no-repeat;
  background-size: 28px;
}

.lang-SI {
  background: url("/images/flagspng/slovenia.png") no-repeat;
  background-size: 28px;
}

.lang-ES {
  background: url("/images/flagspng/spain.png") no-repeat;
  background-size: 28px;
}

.lang-LA {
  background: url("/images/flagspng/mexico.png") no-repeat;
  background-size: 28px;
}

.lang-SE {
  background: url("/images/flagspng/sweden.png") no-repeat;
  background-size: 28px;
}

.lang-TW {
  background: url("/images/flagspng/republicOfChina.png") no-repeat;
  background-size: 28px;
}

.lang-TH {
  background: url("/images/flagspng/thailand.png") no-repeat;
  background-size: 28px;
}

.lang-TR {
  background: url("/images/flagspng/turkey.png") no-repeat;
  background-size: 28px;
}

.lang-UA {
  background: url("/images/flagspng/ukraine.png") no-repeat;
  background-size: 28px;
}

.lang-VN {
  background: url("/images/flagspng/vietnam.png") no-repeat;
  background-size: 28px;
}

.lang-ALB {
  background: url("/images/flagspng/albania.png") no-repeat;
  background-size: 28px;
}

.lang-SRB {
  background: url("/images/flagspng/serbia.png") no-repeat;
  background-size: 28px;
}

.lang-GE {
  background: url("/images/flagspng/georgia.png") no-repeat;
  background-size: 28px;
}

.lang-AR {
  background: url("/images/flagspng/saudiArabia.png") no-repeat;
  background-size: 28px;
}

.lang-NO {
  background: url("/images/flagspng/norway.png") no-repeat;
  background-size: 28px;
}

.lang-MN {
  background: url("/images/flagspng/mongolia.png") no-repeat;
  background-size: 28px;
}

.lang-HI {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-IN {
  background: url("/images/flagspng/indonesia.png") no-repeat;
  background-size: 28px;
}

.lang-INB {
  background: url("/images/flagspng/indonesia.png") no-repeat;
  background-size: 28px;
}

.lang-HI {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-MY {
  background: url("/images/flagspng/malaysia.png") no-repeat;
  background-size: 28px;
}

.lang-INB {
  background: url("/images/flagspng/indonesia.png") no-repeat;
  background-size: 28px;
}

.lang-AI {
  background: url("/images/flagspng/aiCaptioning.png") no-repeat;
  background-size: 28px;
}

.lang-HK {
  background: url("/images/flagspng/hongKong.png") no-repeat;
  background-size: 28px;
}

.lang-SEN {
  background: url("/images/flagspng/norway.png") no-repeat;
  background-size: 28px;
}

.lang-SMA {
  background: url("/images/flagspng/norway.png") no-repeat;
  background-size: 28px;
}

.lang-AZ {
  background: url("/images/flagspng/azerbaijan.png") no-repeat;
  background-size: 28px;
}

.lang-UZ {
  background: url("/images/flagspng/uzbekistan.png") no-repeat;
  background-size: 28px;
}

.lang-ENI {
  background: url("/images/flagspng/ireland.png") no-repeat;
  background-size: 28px;
}

.lang-ENA {
  background: url("/images/flagspng/australia.png") no-repeat;
  background-size: 28px;
}

.lang-ENC {
  background: url("/images/flagspng/canada.png") no-repeat;
  background-size: 28px;
}

.lang-ENG {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-ENGH {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-ENH {
  background: url("/images/flagspng/hongKong.png") no-repeat;
  background-size: 28px;
}

.lang-ENIN {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-ENK {
  background: url("/images/flagspng/kenya.png") no-repeat;
  background-size: 28px;
}

.lang-ENN {
  background: url("/images/flagspng/nigeria.png") no-repeat;
  background-size: 28px;
}

.lang-ENZ {
  background: url("/images/flagspng/newZeland.png") no-repeat;
  background-size: 28px;
}

.lang-ENP {
  background: url("/images/flagspng/philippines.png") no-repeat;
  background-size: 28px;
}

.lang-ENS {
  background: url("/images/flagspng/singapore.png") no-repeat;
  background-size: 28px;
}

.lang-ENT {
  background: url("/images/flagspng/tanzania.png") no-repeat;
  background-size: 28px;
}

.lang-ENZA {
  background: url("/images/flagspng/southAfrica.png") no-repeat;
  background-size: 28px;
}

.lang-AI-FR {
  background: url("/images/flagspng/france.png") no-repeat;
  background-size: 28px;
}

.lang-AI-JP {
  background: url("/images/flagspng/japan.png") no-repeat;
  background-size: 28px;
}

.lang-AI-BS {
  background: url("/images/flagspng/bosnia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-BG {
  background: url("/images/flagspng/bulgaria.png") no-repeat;
  background-size: 28px;
}

.lang-AI-HR {
  background: url("/images/flagspng/chroatia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-CZ {
  background: url("/images/flagspng/czechRepublic.png") no-repeat;
  background-size: 28px;
}

.lang-AI-DK {
  background: url("/images/flagspng/denmark.png") no-repeat;
  background-size: 28px;
}

.lang-AI-NL {
  background: url("/images/flagspng/netherlands.png") no-repeat;
  background-size: 28px;
}

.lang-AI-EN {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-AI-EE {
  background: url("/images/flagspng/estonia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-FI {
  background: url("/images/flagspng/finland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-CA {
  background: url("/images/flagspng/canada.png") no-repeat;
  background-size: 28px;
}

.lang-AI-IS {
  background: url("/images/flagspng/iceland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-DE {
  background: url("/images/flagspng/germany.png") no-repeat;
  background-size: 28px;
}

.lang-AI-GR {
  background: url("/images/flagspng/greece.png") no-repeat;
  background-size: 28px;
}

.lang-AI-IL {
  background: url("/images/flagspng/israel.png") no-repeat;
  background-size: 28px;
}

.lang-AI-HU {
  background: url("/images/flagspng/hungary.png") no-repeat;
  background-size: 28px;
}

.lang-AI-IE {
  background: url("/images/flagspng/ireland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-IT {
  background: url("/images/flagspng/italy.png") no-repeat;
  background-size: 28px;
}

.lang-AI-KR {
  background: url("/images/flagspng/southKorea.png") no-repeat;
  background-size: 28px;
}

.lang-AI-LV {
  background: url("/images/flagspng/latvia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-LT {
  background: url("/images/flagspng/lithuania.png") no-repeat;
  background-size: 28px;
}

.lang-AI-MT {
  background: url("/images/flagspng/malta.png") no-repeat;
  background-size: 28px;
}

.lang-AI-CN {
  background: url("/images/flagspng/china.png") no-repeat;
  background-size: 28px;
}

.lang-AI-PL {
  background: url("/images/flagspng/poland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-PT {
  background: url("/images/flagspng/portugal.png") no-repeat;
  background-size: 28px;
}

.lang-AI-BR {
  background: url("/images/flagspng/brazil.png") no-repeat;
  background-size: 28px;
}

.lang-AI-RO {
  background: url("/images/flagspng/romania.png") no-repeat;
  background-size: 28px;
}

.lang-AI-RU {
  background: url("/images/flagspng/russia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-SK {
  background: url("/images/flagspng/slovakia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-SI {
  background: url("/images/flagspng/slovenia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ES {
  background: url("/images/flagspng/spain.png") no-repeat;
  background-size: 28px;
}

.lang-AI-LA {
  background: url("/images/flagspng/mexico.png") no-repeat;
  background-size: 28px;
}

.lang-AI-SE {
  background: url("/images/flagspng/sweden.png") no-repeat;
  background-size: 28px;
}

.lang-AI-TW {
  background: url("/images/flagspng/republicOfChina.png") no-repeat;
  background-size: 28px;
}

.lang-AI-TH {
  background: url("/images/flagspng/thailand.png") no-repeat;
  background-size: 28px;
}

.lang-AI-TR {
  background: url("/images/flagspng/turkey.png") no-repeat;
  background-size: 28px;
}

.lang-AI-UA {
  background: url("/images/flagspng/ukraine.png") no-repeat;
  background-size: 28px;
}

.lang-AI-VN {
  background: url("/images/flagspng/vietnam.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ALB {
  background: url("/images/flagspng/albania.png") no-repeat;
  background-size: 28px;
}

.lang-AI-SRB {
  background: url("/images/flagspng/serbia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-GE {
  background: url("/images/flagspng/georgia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-AR {
  background: url("/images/flagspng/saudiArabia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-NO {
  background: url("/images/flagspng/norway.png") no-repeat;
  background-size: 28px;
}

.lang-AI-MN {
  background: url("/images/flagspng/mongolia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-HI {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-IN {
  background: url("/images/flagspng/indonesia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-INB {
  background: url("/images/flagspng/indonesia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-MY {
  background: url("/images/flagspng/malaysia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-HK {
  background: url("/images/flagspng/hongKong.png") no-repeat;
  background-size: 28px;
}

.lang-AI-SO {
  background: url("/images/flagspng/somalla.png") no-repeat;
  background-size: 28px;
}

.lang-AI-BME {
  background: url("/images/flagspng/malaysia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-TE {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-UZ {
  background: url("/images/flagspng/uzbekistan.png") no-repeat;
  background-size: 28px;
}

.lang-AI-MA {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-KA {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-AS {
  background: url("/images/flagspng/saudiArabia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ET {
  background: url("/images/flagspng/ethiopia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENI {
  background: url("/images/flagspng/ireland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-AF {
  background: url("/images/flagspng/southAfrica.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENA {
  background: url("/images/flagspng/australia.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENC {
  background: url("/images/flagspng/canada.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENG {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENGH {
  background: url("/images/flagspng/unitedKingtom.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENH {
  background: url("/images/flagspng/hongKong.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENIN {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENK {
  background: url("/images/flagspng/kenya.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENN {
  background: url("/images/flagspng/nigeria.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENZ {
  background: url("/images/flagspng/newZeland.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENP {
  background: url("/images/flagspng/philippines.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENS {
  background: url("/images/flagspng/singapore.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENT {
  background: url("/images/flagspng/tanzania.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ENZA {
  background: url("/images/flagspng/southAfrica.png") no-repeat;
  background-size: 28px;
}

.lang-AI-BN {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-GU {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-ML {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-AI-TA {
  background: url("/images/flagspng/india.png") no-repeat;
  background-size: 28px;
}

.lang-ESAR, .lang-AI-ESAR {
  background: url("/images/flagspng/argentina.png") no-repeat;
  background-size: 28px;
}

.lang-ESBO, .lang-AI-ESBO {
  background: url("/images/flagspng/bolivia.png") no-repeat;
  background-size: 28px;
}

.lang-ESCL, .lang-AI-ESCL {
  background: url("/images/flagspng/chile.png") no-repeat;
  background-size: 28px;
}

.lang-ESCO, .lang-AI-ESCO {
  background: url("/images/flagspng/colombia.png") no-repeat;
  background-size: 28px;
}

.lang-ESCR, .lang-AI-ESCR {
  background: url("/images/flagspng/costaRica.png") no-repeat;
  background-size: 28px;
}

.lang-ESCU, .lang-AI-ESCU {
  background: url("/images/flagspng/cuba.png") no-repeat;
  background-size: 28px;
}

.lang-ESDO, .lang-AI-ESDO {
  background: url("/images/flagspng/dominicanRepublic.png") no-repeat;
  background-size: 28px;
}

.lang-ESEC, .lang-AI-ESEC {
  background: url("/images/flagspng/ecuador.png") no-repeat;
  background-size: 28px;
}

.lang-ESGQ, .lang-AI-ESGQ {
  background: url("/images/flagspng/equatorialGuinea.png") no-repeat;
  background-size: 28px;
}

.lang-ESGT, .lang-AI-ESGT {
  background: url("/images/flagspng/guatemala.png") no-repeat;
  background-size: 28px;
}

.lang-ESHN, .lang-AI-ESHN {
  background: url("/images/flagspng/honduras.png") no-repeat;
  background-size: 28px;
}

.lang-ESNI, .lang-AI-ESNI {
  background: url("/images/flagspng/nicaragua.png") no-repeat;
  background-size: 28px;
}

.lang-ESPA, .lang-AI-ESPA {
  background: url("/images/flagspng/panama.png") no-repeat;
  background-size: 28px;
}

.lang-ESPE, .lang-AI-ESPE {
  background: url("/images/flagspng/peru.png") no-repeat;
  background-size: 28px;
}

.lang-ESPR, .lang-AI-ESPR {
  background: url("/images/flagspng/puertoRico.png") no-repeat;
  background-size: 28px;
}

.lang-ESPY, .lang-AI-ESPY {
  background: url("/images/flagspng/paraguay.png") no-repeat;
  background-size: 28px;
}

.lang-ESSV, .lang-AI-ESSV {
  background: url("/images/flagspng/elSalvador.png") no-repeat;
  background-size: 28px;
}

.lang-ESUS, .lang-AI-ESUS {
  background: url("/images/flagspng/unitedStates.png") no-repeat;
  background-size: 28px;
}

.lang-ESUY, .lang-AI-ESUY {
  background: url("/images/flagspng/uruguay.png") no-repeat;
  background-size: 28px;
}

.lang-ESVE, .lang-AI-ESVE {
  background: url("/images/flagspng/venezuela.png") no-repeat;
  background-size: 28px;
}

.lang-SWKE, .lang-AI-SWKE {
  background: url("/images/flagspng/kenya.png") no-repeat;
  background-size: 28px;
}

.lang-SWTZ, .lang-AI-SWTZ {
  background: url("/images/flagspng/tanzania.png") no-repeat;
  background-size: 28px;
}

.lang-FILPH, .lang-AI-FILPH {
  background: url("/images/flagspng/philippines.png") no-repeat;
  background-size: 28px;
}

.lang-KMKH, .lang-AI-KMKH {
  background: url("/images/flagspng/cambodia.png") no-repeat;
  background-size: 28px;
}

.lang-LOLA, .lang-AI-LOLA {
  background: url("/images/flagspng/laos.png") no-repeat;
  background-size: 28px;
}

i.lang-BS {
  background: #a4f6ff;
}

i.lang-BG {
  background: #45D7EF;
}

i.lang-HR {
  background: #00B6F1;
}

i.lang-CZ {
  background: #008BBF;
}

i.lang-DK {
  background: #0061AF;
}

i.lang-NL {
  background: #00386C;
}

i.lang-EN {
  background: #5E0000;
}

i.lang-EE {
  background: #F17DB1;
}

i.lang-FI {
  background: #EE4D9B;
}

i.lang-FR {
  background: #EE4D9B;
}

i.lang-CA {
  background: #EE4D9B;
}

i.lang-IS {
  background: #00519d;
}

i.lang-DE {
  background: #ED0A4F;
}

i.lang-GR {
  background: #ED0F69;
}

i.lang-IL {
  background: #BC0D5D;
}

i.lang-HU {
  background: #900970;
}

i.lang-IE {
  background: #741472;
}

i.lang-IT {
  background: #5B57A6;
}

i.lang-JP {
  background: #7670B3;
}

i.lang-KR {
  background: #9393CC;
}

i.lang-LV {
  background: #B0ACD5;
}

i.lang-LT {
  background: #99D4C0;
}

i.lang-MT {
  background: #82CA9C;
}

i.lang-CN {
  background: #4FBFA5;
}

i.lang-PL {
  background: #009E4D;
}

i.lang-PT {
  background: #007236;
}

i.lang-BR {
  background: #007236;
}

i.lang-RO {
  background: #004416;
}

i.lang-RU {
  background: #864B39;
}

i.lang-SK {
  background: #8C8400;
}

i.lang-SI {
  background: #B6AA00;
}

i.lang-ES {
  background: #D8BA0C;
}

i.lang-LA {
  background: #B6AA00;
}

i.lang-SE {
  background: #D8C800;
}

i.lang-TW {
  background: #D7DF23;
}

i.lang-TH {
  background: #D8C800;
}

i.lang-TR {
  background: #FCAF17;
}

i.lang-UA {
  background: #F15A22;
}

i.lang-VN {
  background: #F68C59;
}

i.lang-ALB {
  background: #B4E7FB;
}

i.lang-SRB {
  background: #6FD3F2;
}

i.lang-GE {
  background: #14C5ED;
}

i.lang-AR {
  background: #00BAEB;
}

i.lang-NO {
  background: #F383B6;
}

i.lang-MN {
  background: #EB5299;
}

i.lang-HI {
  background: #46B71D;
}

i.lang-IN {
  background: #ff1512;
}

i.lang-MY {
  background: #fc4947;
}

i.lang-INB {
  background: #ff1512;
}

i.lang-AI {
  background: #42210b;
}

i.lang-HK {
  background: #449683;
}

i.lang-SEN {
  background: #066fd1;
}

i.lang-SMA {
  background: #060dd1;
}

i.lang-AZ {
  background: #7906d1;
}

i.lang-UZ {
  background: #5e06d1;
}

i.lang-ENI {
  background: #d106a8;
}

i.lang-ENA {
  background: #ba047d;
}

i.lang-ENC {
  background: #a80371;
}

i.lang-ENG {
  background: #910161;
}

i.lang-ENGH {
  background: #910149;
}

i.lang-ENH {
  background: #a30252;
}

i.lang-ENIN {
  background: #b0045a;
}

i.lang-ENK {
  background: #bf0462;
}

i.lang-ENN {
  background: #c20664;
}

i.lang-ENZ {
  background: #d1046b;
}

i.lang-ENP {
  background: #e00271;
}

i.lang-ENS {
  background: #ed0579;
}

i.lang-ENT {
  background: #f50a7f;
}

i.lang-ENZA {
  background: #f50a5c;
}

i.lang-AI-BS {
  background: #a4f6ff;
}

i.lang-AI-BG {
  background: #45D7EF;
}

i.lang-AI-HR {
  background: #00B6F1;
}

i.lang-AI-CZ {
  background: #008BBF;
}

i.lang-AI-DK {
  background: #0061AF;
}

i.lang-AI-NL {
  background: #00386C;
}

i.lang-AI-EN {
  background: #5E0000;
}

i.lang-AI-EE {
  background: #F17DB1;
}

i.lang-AI-FI {
  background: #EE4D9B;
}

i.lang-AI-FR {
  background: #EE4D9B;
}

i.lang-AI-CA {
  background: #EE4D9B;
}

i.lang-AI-IS {
  background: #00519d;
}

i.lang-AI-DE {
  background: #ED0A4F;
}

i.lang-AI-GR {
  background: #ED0F69;
}

i.lang-AI-IL {
  background: #BC0D5D;
}

i.lang-AI-HU {
  background: #900970;
}

i.lang-AI-IE {
  background: #741472;
}

i.lang-AI-IT {
  background: #5B57A6;
}

i.lang-AI-JP {
  background: #7670B3;
}

i.lang-AI-KR {
  background: #9393CC;
}

i.lang-AI-LV {
  background: #B0ACD5;
}

i.lang-AI-LT {
  background: #99D4C0;
}

i.lang-AI-MT {
  background: #82CA9C;
}

i.lang-AI-CN {
  background: #4FBFA5;
}

i.lang-AI-PL {
  background: #009E4D;
}

i.lang-AI-PT {
  background: #007236;
}

i.lang-AI-BR {
  background: #007236;
}

i.lang-AI-RO {
  background: #004416;
}

i.lang-AI-RU {
  background: #864B39;
}

i.lang-AI-SK {
  background: #8C8400;
}

i.lang-AI-SI {
  background: #B6AA00;
}

i.lang-AI-ES {
  background: #D8BA0C;
}

i.lang-AI-LA {
  background: #B6AA00;
}

i.lang-AI-SE {
  background: #D8C800;
}

i.lang-AI-TW {
  background: #D7DF23;
}

i.lang-AI-TH {
  background: #D8C800;
}

i.lang-AI-TR {
  background: #FCAF17;
}

i.lang-AI-UA {
  background: #F15A22;
}

i.lang-AI-VN {
  background: #F68C59;
}

i.lang-AI-ALB {
  background: #B4E7FB;
}

i.lang-AI-SRB {
  background: #6FD3F2;
}

i.lang-AI-GE {
  background: #14C5ED;
}

i.lang-AI-AR {
  background: #00BAEB;
}

i.lang-AI-NO {
  background: #F383B6;
}

i.lang-AI-MN {
  background: #EB5299;
}

i.lang-AI-HI {
  background: #46B71D;
}

i.lang-AI-IN {
  background: #ff1512;
}

i.lang-AI-MY {
  background: #fc4947;
}

i.lang-AI-INB {
  background: #ff1512;
}

i.lang-AI-HK {
  background: #449683;
}

i.lang-AI-SO {
  background: #06c7d1;
}

i.lang-AI-BME {
  background: #0683d1;
}

i.lang-AI-TE {
  background: #0650d1;
}

i.lang-AI-UZ {
  background: #5e06d1;
}

i.lang-AI-MA {
  background: #7606d1;
}

i.lang-AI-KA {
  background: #9706d1;
}

i.lang-AI-AS {
  background: #bd06d1;
}

i.lang-AI-ET {
  background: #d106bd;
}

i.lang-AI-ENI {
  background: #d106a8;
}

i.lang-AI-AF {
  background: #d1068d;
}

i.lang-AI-ENA {
  background: #ba047d;
}

i.lang-AI-ENC {
  background: #a80371;
}

i.lang-AI-ENG {
  background: #910161;
}

i.lang-AI-ENGH {
  background: #910149;
}

i.lang-AI-ENH {
  background: #a30252;
}

i.lang-AI-ENIN {
  background: #b0045a;
}

i.lang-AI-ENK {
  background: #bf0462;
}

i.lang-AI-ENN {
  background: #c20664;
}

i.lang-AI-ENZ {
  background: #d1046b;
}

i.lang-AI-ENP {
  background: #e00271;
}

i.lang-AI-ENS {
  background: #ed0579;
}

i.lang-AI-ENT {
  background: #f50a7f;
}

i.lang-AI-ENZA {
  background: #f50a5c;
}

i.lang-AI-BN {
  background: #d7034d;
}

i.lang-AI-GU {
  background: #bf0244;
}

i.lang-AI-ML {
  background: #910134;
}

i.lang-AI-TA {
  background: #6c0127;
}

i.lang-ESAR, i.lang-AI-ESAR {
  background: #A79A00;
}

i.lang-ESBO, i.lang-AI-ESBO {
  background: #C5BA00;
}

i.lang-ESCL, i.lang-AI-ESCL {
  background: #B6B600;
}

i.lang-ESCO, i.lang-AI-ESCO {
  background: #B6A000;
}

i.lang-ESCR, i.lang-AI-ESCR {
  background: #9E8F00;
}

i.lang-ESCU, i.lang-AI-ESCU {
  background: #D1C300;
}

i.lang-ESDO, i.lang-AI-ESDO {
  background: #B69C00;
}

i.lang-ESEC, i.lang-AI-ESEC {
  background: #CAB900;
}

i.lang-ESGQ, i.lang-AI-ESGQ {
  background: #B6AA33;
}

i.lang-ESGT, i.lang-AI-ESGT {
  background: #998F00;
}

i.lang-ESHN, i.lang-AI-ESHN {
  background: #8A7E00;
}

i.lang-ESNI, i.lang-AI-ESNI {
  background: #B6BB00;
}

i.lang-ESPA, i.lang-AI-ESPA {
  background: #B69A1A;
}

i.lang-ESPE, i.lang-AI-ESPE {
  background: #A89900;
}

i.lang-ESPR, i.lang-AI-ESPR {
  background: #D4C600;
}

i.lang-ESPY, i.lang-AI-ESPY {
  background: #BBB000;
}

i.lang-ESSV, i.lang-AI-ESSV {
  background: #C2AD00;
}

i.lang-ESUS, i.lang-AI-ESUS {
  background: #C1B000;
}

i.lang-ESUY, i.lang-AI-ESUY {
  background: #B6A833;
}

i.lang-ESVE, i.lang-AI-ESVE {
  background: #B6A74D;
}

i.lang-SWKE, i.lang-AI-SWKE {
  background: #ad9e40;
}

i.lang-SWTZ, i.lang-AI-SWTZ {
  background: #a89836;
}

i.lang-FILPH, i.lang-AI-FILPH {
  background: #8f8024;
}

i.lang-KMKH, i.lang-AI-KMKH {
  background: #7d6f18;
}

i.lang-LOLA, i.lang-AI-LOLA {
  background: #FFD700;
}

.flag {
  margin: 0;
  max-height: 25px;
  overflow: hidden;
}
.flag li {
  height: 25px;
  width: 26px;
  margin-right: 0.1rem;
}
.flag li a {
  display: block;
  width: 100%;
  height: 100%;
}

.background-size-lang {
  background-size: 18px;
}

.form-control {
  height: 40px;
  border: 1px solid #BAC5CD;
  font-size: 14px;
  background: white;
  color: #3E5462;
  border-radius: 6px;
  padding: 9.5px 8px;
  font-family: "OpenSansRegular", sans-serif;
}
.form-control::-webkit-input-placeholder {
  color: #9AA9B3;
}

.form-control:-moz-placeholder {
  color: #9AA9B3;
}

.form-control::-moz-placeholder {
  color: #9AA9B3;
}

.form-control:-ms-input-placeholder {
  color: #9AA9B3;
}

.form-control:focus, .form-control:hover {
  border-color: #1976D2;
}
.form-control.error {
  border-color: #c50007;
}
.form-control.error:focus {
  box-shadow: 0 0 0 0.2rem #ffd9d9;
}

button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
.btn:focus,
[contenteditable].form-control:focus {
  box-shadow: none;
  outline: none;
}

input[type=checkbox], input[type=radio], label {
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label.checkbox {
  position: relative;
  cursor: pointer;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3E5462;
  z-index: 1;
  opacity: 1;
  margin: 0;
}
input[type=checkbox] + label.checkbox:before {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #3E5462;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: all 200ms ease-in;
  background: #ffffff url("/images/checkmark-icon.svg") no-repeat center;
  margin-right: 10px;
}
input[type=checkbox]:checked + label.checkbox:before {
  background-color: #1976D2;
  border-color: #1976D2;
}

label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #3E5462;
  font-family: "OpenSansSemiBold", sans-serif;
}

#slots-timeline .interpretation-variants .slot {
  padding-right: 84px;
}
#slots-timeline .interpretation-variants .slot[targets-count="1"] {
  background: none;
}
#slots-timeline .interpretation-variants .slot:last-child {
  padding-right: 0;
}
@media (max-width: 320px) {
  #slots-timeline .interpretation-variants .slot:last-child {
    width: 100%;
  }
}
#slots-timeline .interpretation-variants .slot .slot-info {
  font: 14px/19px "BarlowSemiCondensed-Medium", sans-serif;
  color: #8D7A66;
}
#slots-timeline .interpretation-variants .slot .slot-info span {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #3E5462;
  font-weight: 600;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .dotted-line {
  position: relative;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .dotted-line:after {
  content: "";
  width: 1rem;
  height: 3px;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 3;
  right: -1rem;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target {
  position: relative;
  border-radius: 20px;
  text-align: end;
  background-size: 25px;
  background-position: 5px 50%;
  border: 1px solid #BAC5CD;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a:not(.stop-target) {
  background-position: left 3px top 3px;
  padding: 0 15px 0 35px;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a:not(.stop-target) span {
  color: #3E5462;
  padding: 5px 0;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a:not(.stop-target) span:hover {
  color: #3E5462;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a.stop-target {
  height: 100%;
  padding: 5px 10px 5px;
  border-left: 1px solid #B7A08A;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a.stop-target img {
  padding-right: 5px;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a.stop-target img#stop-target-icon-default {
  display: block;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a.stop-target img#stop-target-icon-active {
  display: none;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target a.coffee-break {
  background-image: url("/images/coffee-break.svg");
  background-repeat: no-repeat;
  background-size: auto;
  padding: 5px 45px 5px 60px;
  background-position: 35px 50%;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active {
  border-color: #1976D2;
  background-color: #F6FAFF;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active a:not(.stop-target) span {
  color: #004FAA;
  font-weight: 600;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active a:not(.stop-target):hover {
  color: #004FAA;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active .stop-target {
  border-left: 1px solid #ffffff;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active .stop-target span {
  color: #ffffff;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active .stop-target img#stop-target-icon-default {
  display: none;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active .stop-target img#stop-target-icon-active {
  display: block;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target.active a.coffee-break {
  background-image: url("/images/coffee-break-active.svg");
}
@media screen and (max-width: 370px) {
  #slots-timeline .interpretation-variants .slot .targets-wrapper .target {
    margin-right: 1rem !important;
  }
  #slots-timeline .interpretation-variants .slot .targets-wrapper .target a {
    min-width: 120px;
  }
  #slots-timeline .interpretation-variants .slot .targets-wrapper .target a span {
    font-size: 0.9rem;
  }
  #slots-timeline .interpretation-variants .slot .targets-wrapper .target:after {
    width: 1rem;
    right: -1rem;
  }
}
#slots-timeline .interpretation-variants .slot .targets-wrapper .target:last-child:after {
  display: none;
}
#slots-timeline .interpretation-variants .slot .targets-wrapper div:last-child .dotted-line:after {
  content: "";
  display: none;
  width: 84px;
  height: 3px;
  background: url(/images/interpretations-background.svg);
  background-repeat: repeat-x;
  position: absolute;
  z-index: 3;
  right: -84px;
  top: 50%;
}
#slots-timeline .interpretation-variants .slot:not(.live) .target {
  background-color: #E4D7CA;
  border: 1px solid #E4D7CA;
  color: #B7A08A;
  cursor: no-drop;
}

#customer-event-live .targets-wrapper .target-views, #public-event .targets-wrapper .target-views {
  left: 45%;
}

#public-event-embed .targets-wrapper .target-views {
  left: 40%;
}
#public-event-embed #embed-select-body {
  min-height: 100px !important;
  padding: 20px;
  margin-bottom: 30px;
}
#public-event-embed .custom-select-targets-timeline {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 37px;
  line-height: 37px;
}
#public-event-embed .custom-select-targets-timeline .selected {
  color: #3E5462;
  font-family: "OpenSansSemiBold", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
  min-width: 200px;
  border: 1px solid #BAC5CD;
  padding-left: 11px;
  padding-right: 8px;
  height: 37px;
  min-height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#public-event-embed .custom-select-targets-timeline .selected.arrow {
  background-image: url("/images/arrow_down.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
@media screen and (max-width: 320px) {
  #public-event-embed .custom-select-targets-timeline .selected.arrow {
    min-width: 100%;
    background-image: none;
  }
}
#public-event-embed .custom-select-targets-timeline .selected.open {
  border-color: #1976D2;
  outline: 4px solid #D9EBFF;
}
#public-event-embed .custom-select-targets-timeline .flag-country {
  background-size: 15px;
  padding: 8px 10px;
}
#public-event-embed .custom-select-targets-timeline .lang-original {
  background-size: 15px !important;
  background-color: transparent !important;
  border: none !important;
  background-position: 0 !important;
  padding: 8px 10px !important;
}
#public-event-embed .custom-select-targets-timeline .items {
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #BAC5CD;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 2px;
  padding: 5px 0;
}
#public-event-embed .custom-select-targets-timeline .items .selected-item {
  background-color: #D9EBFF;
}
#public-event-embed .custom-select-targets-timeline .items .target-views {
  left: 0;
  margin-left: 5px;
}
#public-event-embed .custom-select-targets-timeline .items .views:before {
  top: 4px;
  background-position-y: top;
}
#public-event-embed .custom-select-targets-timeline .items .item-dropdown {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #3E5462;
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#public-event-embed .custom-select-targets-timeline .items .item-dropdown:hover {
  background-color: #ECEFF2;
}
#public-event-embed .custom-select-targets-timeline .items .item-dropdown .embed-dropdown {
  margin-right: 5px;
}
#public-event-embed .custom-select-targets-timeline .items .item-dropdown .embed-overflow-language {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#public-event-embed .custom-select-targets-timeline .items .item-dropdown b {
  margin-right: 5px;
}
#public-event-embed .custom-select-targets-timeline::-ms-expand { /* for IE 11 */
  display: none;
}
#public-event-embed .selectHide {
  display: none;
}
#public-event-embed .slot-info {
  margin-bottom: 8px;
}

@media (max-width: 320px) {
  #app #public-event-embed {
    padding: 10px 10px;
    width: 100%;
  }
  #app #public-event-embed #embed-select-body {
    padding: 5px;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper {
    flex-direction: column;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper .custom-select-targets-timeline .selected {
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: none;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper .custom-select-targets-timeline .items .embed-overflow-language {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper .custom-select-targets-timeline .items .item-dropdown {
    padding: 0 10px;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper .custom-select-targets-timeline .items .item-dropdown .embed-dropdown {
    margin-right: 0;
    font-size: 14px;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper .custom-select-targets-timeline .items .target-views {
    margin-left: 0;
  }
  #app #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .targets-wrapper button.btn {
    margin: 20px 0 0 !important;
  }
}
@media (min-width: 320px) {
  #public-event-embed .custom-select-targets-timeline .items .item-dropdown {
    padding-left: 5px;
  }
}
footer .footer-copyright {
  color: #5C707E;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
  background: #ffffff;
  border-top: 1px solid #ECEFF2;
  padding: 13px 0;
  margin-top: 16px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
footer .footer-copyright .footer-terms {
  margin-left: 10px;
}
footer .footer-copyright .footer-terms a {
  color: #5C707E;
  text-decoration: none;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
}
footer .footer-copyright .footer-terms a:hover {
  text-decoration: none;
}
footer .footer-copyright .footer-terms span {
  padding: 0 8px;
}

@media (max-width: 767.98px) {
  .footer-copyright {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
footer.public-events-footer {
  background-color: #F6F7F9;
  color: #8D7A66;
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  margin-top: 60px !important;
  padding: 58px 0 0;
  /*  @media (min-width: 1200px) {
      .container {
        max-width: 1030px;
      }
    }*/
}
footer.public-events-footer .footer-logo {
  margin-bottom: 46px;
}
footer.public-events-footer .social-icons a:hover {
  color: #000000;
}
footer.public-events-footer h3 {
  font-size: 30px;
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  margin-bottom: 23px;
}
footer.public-events-footer ul li {
  margin-bottom: 13px;
}
footer.public-events-footer a {
  color: #8D7A66;
  text-decoration: none;
}
footer.public-events-footer .justify-content-between {
  margin-bottom: 50px;
}
footer.public-events-footer .justify-content-center {
  margin: 16px 0 24px;
}
footer.public-events-footer .justify-content-center a {
  margin: 0 13px;
}
footer.public-events-footer .spread-love {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  footer.public-events-footer .justify-content-between {
    margin-left: 20px;
  }
  footer.public-events-footer h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  footer.public-events-footer ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

header {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ECEFF2;
}
header a.btn {
  margin: auto 5px;
}
header .notifications-icon img {
  width: 20px;
  height: auto;
  margin: 8px 15px;
}
header .language .dropdown-menu {
  margin-top: 5px;
  min-width: 100px;
}
header .language .dropdown-menu li {
  padding-bottom: 2px;
  padding-left: 10px;
}
header .container-xl .navbar-light {
  padding: 0;
  min-height: 56px;
}
header .container-xl .navbar-light .navbar-toggler {
  border-color: #324553;
}
header .container-xl .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50,69,83, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .container-xl .navbar-light #logo-img {
  width: auto;
  margin-right: 1.7rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header .container-xl .navbar-light .navbar-nav {
  font-size: 17px;
  min-width: 43%;
}
header .container-xl .navbar-light .navbar-nav li.nav-item {
  padding-right: 10px;
}
header .container-xl .navbar-light .navbar-nav li.nav-item a.nav-link {
  color: #324553;
  line-height: 19px;
  padding: 0.85rem 0;
  margin: 0 1rem;
}
header .container-xl .navbar-light .navbar-nav li.nav-item a.nav-link:hover {
  color: #324553;
}
header .container-xl .navbar-light .navbar-nav li.nav-item a.nav-link.active {
  position: relative;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  color: #324553;
}
header .container-xl .navbar-light .navbar-nav li.nav-item a.nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  width: 100%;
}
header .container-xl form.navbar-form {
  position: relative;
  width: 278px;
  margin-right: 3em;
}
header .container-xl form.navbar-form .input-group input[type=search] {
  border-radius: 20px;
  height: 30px;
  padding: 6px 18px 7px;
  background: #ffffff;
  width: 100%;
  color: #324553;
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
}
header .container-xl form.navbar-form .input-group .input-group-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 28px;
}
header .container-xl form.navbar-form .input-group .input-group-btn input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0;
  background: url("/images/np_search.svg") no-repeat 1px 6px;
  z-index: 3;
  position: relative;
}
header .container-xl form.navbar-form .search-result {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header .container-xl form.navbar-form .search-result ul {
  padding: 10px;
  border: 1px solid #B7B7B7;
  background-color: #ffffff;
  margin-top: 3px;
}
header .container-xl form.navbar-form .search-result ul li {
  margin-bottom: 10px;
}
header .container-xl form.navbar-form .search-result ul li a {
  display: block;
}
header .container-xl form.navbar-form .search-result ul small {
  display: block;
}
header .container-xl form {
  min-width: 35%;
  margin-right: 5px;
  position: relative;
}
header .container-xl form .search-result {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header .container-xl form .search-result ul {
  padding: 10px;
  border: 1px solid #B7B7B7;
  background-color: #ffffff;
  margin-top: 3px;
}
header .container-xl form .search-result ul li {
  margin-bottom: 10px;
}
header .container-xl form .search-result ul li a {
  display: block;
}
header .container-xl form .search-result ul small {
  display: block;
}
header .container-xl .profile-dropdown {
  display: block;
  background: #8D7A66;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0 auto 5px;
}
header .container-xl .profile-dropdown .profile-icon {
  width: 35px;
  height: 35px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
header .container-xl .profile-dropdown .profile-header-menu {
  margin-bottom: 10px;
}
header .container-xl .profile-dropdown .profile-header-menu .followers {
  color: #584C4C;
  padding: 0;
  margin: 0;
}
header .container-xl .profile-dropdown .profile-header-menu .followers:before {
  content: none;
}
header .container-xl .profile-dropdown .profile-header-menu h2 {
  font-size: 16px;
  font-weight: bold;
  color: #8D7A66;
  margin: 0;
}
header .container-xl .profile-dropdown .profile-header-menu img.user-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
header .container-xl .profile-window {
  margin: 0;
  padding: 1.9rem 2.2rem 1.4rem;
  top: 45px;
  left: -190px;
  min-width: 245px;
  border: 1px solid #D1D1D0;
  background-color: #F6F7F9;
  border-radius: 10px;
}
header .container-xl .profile-window .arrow {
  top: calc((0.5rem + 1px) * -1);
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  right: 23px;
  color: #ffffff;
}
header .container-xl .profile-window .arrow::before, header .container-xl .profile-window .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
}
header .container-xl .profile-window .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
header .container-xl .profile-window .arrow::after {
  top: 1px;
  border-bottom-color: #F6F7F9;
}
header .container-xl .profile-window .info {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #8D7A66;
  border-bottom: 1px solid #8D7A66;
  margin-bottom: 5px;
  padding: 8px 0 4px;
}
header .container-xl .profile-window .info .list-inline-item {
  display: flex;
  margin: 0;
  color: #8D7A66;
}
header .container-xl .profile-window .info .list-inline-item p {
  margin: 0;
  font: 12px "BarlowSemiCondensed-Medium", sans-serif;
  color: #8D7A66;
}
header .container-xl .profile-window .info .list-inline-item img {
  margin: 0 5px 4px 0;
}
header .container-xl .profile-window .interpreter-nav {
  margin-top: 20px;
}
header .container-xl .profile-window .nav {
  margin: 0 -2.2rem;
}
header .container-xl .profile-window .nav .nav-item {
  padding: 0 2.2rem;
}
header .container-xl .profile-window .nav .nav-item:hover {
  background-color: #F6F1EC;
}
header .container-xl .profile-window .nav .nav-item .nav-link {
  position: relative;
  padding-left: 43px;
  font-size: 14px;
  color: #8D7A66;
}
header .container-xl .profile-window .nav .nav-item .nav-link::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("/images/IconsMenu.svg") no-repeat;
}
header .container-xl .profile-window .nav .nav-item .history {
  /*background: url('/images/np_history.svg') no-repeat left;
  background-size: 20px;*/
}
header .container-xl .profile-window .nav .nav-item .favorites {
  /*background: url('/images/np_heart_-2.svg') no-repeat left;
  background-size: 20px;*/
}
header .container-xl .profile-window .nav .nav-item .interpreter::before {
  background-position: 0 1px;
  background-size: 25px;
}
header .container-xl .profile-window .nav .nav-item .my-events::before {
  background-position: 0 -32px;
  background-size: 23px;
}
header .container-xl .profile-window .nav .nav-item .my-channel::before {
  background-position: 0 -75px;
  background-size: 25px;
}
header .container-xl .profile-window .nav .nav-item .my-billing::before {
  background-position: 0 -107px;
  background-size: 25px;
}
header .container-xl .profile-window .nav .nav-item .settings::before {
  background-position: 0 -146px;
  background-size: 25px;
}
header .container-xl .profile-window .nav .nav-item .help::before {
  background: url("/images/help-center-icon.svg") no-repeat;
  background-size: 25px;
}
header .container-xl .profile-window .nav .nav-item .logout::before {
  background-position: 0 -182px;
  background-size: 25px;
}
header #localization button {
  border-radius: 8px;
  color: #3E5462;
  background-color: transparent;
}
header #localization button:hover, header #localization button:focus, header #localization button[aria-expanded=true] {
  color: #ffffff;
  background-color: #3E5462;
}
header #localization button:hover img, header #localization button:focus img, header #localization button[aria-expanded=true] img {
  filter: brightness(0) invert(1);
}
header #localization .dropdown-menu.show {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #DBE1E5;
  box-shadow: 0px 1px 2px 0px rgba(11, 24, 33, 0.0509803922);
}
header #localization .dropdown-menu.show .dropdown-item {
  border-left: 3px solid transparent;
  padding: 12px 16px;
  font-family: "OpenSansRegular", sans-serif;
  color: #3E5462;
}
header #localization .dropdown-menu.show .dropdown-item.active {
  background-color: #DBE1E5;
  border-color: #3E5462;
}
.profile-header {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 240px;
  background-color: #F6F7F9;
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.profile-header .user-img {
  position: relative;
  width: 140px;
}
.profile-header img.user-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 10px;
  /*    border: 1px solid #ccc;*/
}
.profile-header .edit-user-image {
  background-color: #8D7A66;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
}
.profile-header .profile-header-name {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.profile-header .profile-header-name h2 {
  font-size: 18px;
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #8D7A66;
  margin: 0;
}
.profile-header .followers, .profile-header .views {
  position: relative;
  height: 22px;
  padding-left: 25px;
  background: none;
}
.profile-header .followers::before, .profile-header .views::before {
  content: "";
  position: absolute;
  margin-top: 5px;
  background-size: 20px;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.profile-header .followers::before {
  background: url("/images/iconUser.svg") no-repeat;
}
.profile-header .views::before {
  background: url("/images/iconView.svg") no-repeat;
}

.logo {
  width: 145px;
  margin-top: 60px;
  margin-left: -13px;
}

.logo-header {
  width: auto;
}

@media (min-width: 576px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  header .container-xl form.navbar-form {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .public-events .nav-wrapper .navbar #logo-img {
    width: 163px;
  }
}
.tp-logo {
  width: 418px;
  margin-top: 60px;
  margin-left: -13px;
  margin-bottom: 20%;
}

.event-creation {
  border: 1px solid #DBE1E5;
  border-radius: 10px;
  background-color: white;
  margin-top: 24px;
}
.event-creation h1 {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 24px;
  margin-top: 0;
  border-bottom: 1px solid #DBE1E5;
}
.event-creation h2 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #3E5462;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.event-creation h2 .number {
  color: #1976D2;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25px;
  margin-right: 8px;
  border: 1px solid #1976D2;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-creation h3 {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #213746;
  margin-bottom: 0;
}
.event-creation .accordion-form {
  padding: 24px;
}
.event-creation .accordion-form .card {
  border-radius: 0;
  border-bottom: 0;
  border-color: #DBE1E5;
}
.event-creation .accordion-form .card:first-of-type {
  border-radius: 10px 10px 0 0;
}
.event-creation .accordion-form .card:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #DBE1E5;
}
.event-creation .accordion-form .card:has(.collapse.show) .card-header {
  background-color: #ECF5FF;
  border-bottom: 1px solid #DBE1E5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 200ms ease-in;
}
.event-creation .accordion-form .card:has(.collapse.show) .card-header img {
  transform: rotateX(180deg);
  transition: all 200ms ease-in;
}
.event-creation .accordion-form .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background-color: white;
  border-radius: inherit;
  border-bottom: none;
}
.event-creation .accordion-form .card .collapse label {
  margin-bottom: 8px;
}
.event-creation .accordion-form .card .collapse input {
  border-radius: 6px !important;
}
.event-creation .accordion-form .card .collapse input[type=number] {
  -moz-appearance: textfield;
}
.event-creation .accordion-form .card .collapse input[type=number]::-webkit-inner-spin-button, .event-creation .accordion-form .card .collapse input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: url("/images/number-input-arrows.svg");
  cursor: pointer;
}
.event-creation .accordion-form .card .collapse input[type=number] + .input-group-append {
  right: 20px;
}
.event-creation .accordion-form .card .collapse .input-group-append {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 3;
}
.event-creation .accordion-form .card .collapse .input-group-append .input-group-text {
  background-color: transparent;
  border: none;
  height: 100%;
}
.event-creation .accordion-form .card .collapse .dropbox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #F6FAFF;
  border: 1px dashed #80BBFF;
  border-radius: 4px;
  height: 100%;
  font-size: 14px;
  padding: 12px 12px 16px;
  gap: 10px;
}
.event-creation .accordion-form .card .collapse .dropbox:hover, .event-creation .accordion-form .card .collapse .dropbox .is-dragover {
  background-color: #D9EBFF;
}
.event-creation .accordion-form .card .collapse .dropbox #eventpic-dropbox,
.event-creation .accordion-form .card .collapse .dropbox #eventcover-dropbox {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.event-creation .accordion-form .card .collapse .dropbox .event-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #F2F2F2;
}
.event-creation .accordion-form .card .collapse #record-to-file-message {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3E5462;
}
.event-creation .accordion-form .card .collapse .partners-warning {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
}
.event-creation .btn.submit {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 12px;
}

@media (max-width: 991.98px) {
  .modal-dialog .modal-content .modal-body {
    padding: 45px 20px 20px;
  }
  .event-details .event-slots .event-slots__container .event-slots__wrapper .event-slots__slots-list {
    flex-direction: column;
  }
  .event-details .event-slots .event-slots__container .event-slots__wrapper .event-slot__container {
    display: contents;
    min-width: 100%;
  }
  .event-details .event-slots .event-slots__container .event-slots__wrapper .event-slot__container .slot-language-wrapper {
    min-height: 40px;
  }
  .event-details .container-slot {
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .event-creation h1 {
    padding: 10px 12px;
  }
  .event-creation .accordion-form {
    padding: 12px;
  }
  .event-creation .accordion-form .card .card-header {
    padding: 8px 12px;
  }
  .event-creation .accordion-form .card .card-body {
    padding: 12px;
  }
}
#customer-event-incomplete.event-details #page-header,
#customer-event-upcoming.event-details #page-header {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 45px;
}
#customer-event-incomplete.event-details #page-header #btn-add-slot,
#customer-event-upcoming.event-details #page-header #btn-add-slot {
  display: none;
}
#customer-event-incomplete.event-details #page-header .event-slots .event-slots__container .event-slot__container,
#customer-event-upcoming.event-details #page-header .event-slots .event-slots__container .event-slot__container {
  min-width: 150px;
}
#customer-event-incomplete.event-details #page-header .page-title,
#customer-event-upcoming.event-details #page-header .page-title {
  margin-top: 27px;
  line-height: 30px;
  display: flex;
}
#customer-event-incomplete.event-details #page-header .page-title .event-id,
#customer-event-upcoming.event-details #page-header .page-title .event-id {
  margin-right: 5px;
}
#customer-event-incomplete.event-details #page-header .page-sub-title,
#customer-event-upcoming.event-details #page-header .page-sub-title {
  font: 16px/16px "BarlowSemiCondensed-Medium", sans-serif;
  padding-top: 5px;
}
#customer-event-incomplete.event-details #page-header .page-sub-title#private-link,
#customer-event-upcoming.event-details #page-header .page-sub-title#private-link {
  padding: 15px 0;
  word-break: break-all;
  word-wrap: break-word;
}
#customer-event-incomplete.event-details #page-header .page-sub-title#private-link span,
#customer-event-upcoming.event-details #page-header .page-sub-title#private-link span {
  color: #463A3A;
}
#customer-event-incomplete.event-details #page-header .page-sub-title#private-link a,
#customer-event-upcoming.event-details #page-header .page-sub-title#private-link a {
  color: #8D7A66;
}
#customer-event-incomplete.event-details li.list-group-item,
#customer-event-upcoming.event-details li.list-group-item {
  padding: 0;
}
#customer-event-incomplete.event-details .estimate-amount,
#customer-event-upcoming.event-details .estimate-amount {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #463A3A;
  border-top: 1px solid #B7A08A;
  border-bottom: 1px solid #B7A08A;
  padding: 12px 0;
}
#customer-event-incomplete.event-details .estimate-amount label,
#customer-event-upcoming.event-details .estimate-amount label {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #8D7A66;
  margin: 0;
}
#customer-event-incomplete.event-details #channel-statistic .separator,
#customer-event-upcoming.event-details #channel-statistic .separator {
  margin: 0 7px 0 11px;
}
#customer-event-incomplete.event-details .container-slot,
#customer-event-upcoming.event-details .container-slot {
  min-width: 150px;
}

#customer-event-archive.event-details {
  padding-bottom: 0;
}
#customer-event-archive.event-details #page-header {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#customer-event-archive.event-details #page-header #btn-add-slot {
  display: none;
}
#customer-event-archive.event-details #page-header .page-title {
  margin-top: 30px;
  line-height: 30px;
}
#customer-event-archive.event-details #page-header .page-sub-title {
  font: 16px/16px "BarlowSemiCondensed-Medium", sans-serif;
  color: #382714;
  padding-top: 5px;
}
#customer-event-archive.event-details #page-header .page-sub-title#private-link {
  padding: 15px 0 30px;
  word-break: break-all;
}
#customer-event-archive.event-details #page-header .page-sub-title#private-link span {
  color: #463A3A;
}
#customer-event-archive.event-details #page-header .page-sub-title#private-link a {
  color: #8D7A66;
}
#customer-event-archive.event-details li.list-group-item {
  padding: 0;
}
#customer-event-archive.event-details li.list-group-item .target-language-wrapper .interpreter-variants .list-inline-item a .pin {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}
#customer-event-archive.event-details .estimate-amount {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #463A3A;
  border-top: 1px solid #B7A08A;
  border-bottom: 1px solid #B7A08A;
  padding: 12px 0;
}
#customer-event-archive.event-details .estimate-amount label {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #8D7A66;
  margin: 0;
}
#customer-event-archive.event-details #channel-statistic .separator {
  margin: 0 7px 0 11px;
}
#customer-event-archive.event-details #event-statistic {
  max-height: 250px;
  overflow-y: auto;
}
#customer-event-archive.event-details #event-statistic p {
  margin-bottom: 3px;
  font-size: 13px;
}

#customer-event-archive #page-header {
  margin-bottom: 0;
}

#customer-event-live.event-details #page-header {
  margin-bottom: 0;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#customer-event-live.event-details #page-header #btn-add-slot {
  display: none;
}
#customer-event-live.event-details #page-header .page-title {
  margin-top: 30px;
}
#customer-event-live.event-details #page-header .event-cover #stop-event-component {
  margin-bottom: 10px;
}
#customer-event-live.event-details #page-header .player {
  margin-top: 13px;
  padding-top: 0;
  height: 160px;
  position: relative;
}
#customer-event-live.event-details #page-header .player .event-info {
  display: flex;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 5px;
}
#customer-event-live.event-details #page-header .player .event-info .page-title {
  margin-top: 16px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#customer-event-live.event-details #page-header .player .event-info .page-title .event-id {
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}
#customer-event-live.event-details #page-header .player .event-info .page-sub-title {
  font: 16px/16px "BarlowSemiCondensed-Medium", sans-serif;
  padding-top: 5px;
}
#customer-event-live.event-details #page-header .player .event-info .page-sub-title#private-link {
  padding: 15px 0 30px;
}
#customer-event-live.event-details #page-header .player .event-info .page-sub-title#private-link span {
  color: #463A3A;
}
#customer-event-live.event-details #page-header .player .event-info .page-sub-title#private-link a {
  color: #8D7A66;
}
#customer-event-live.event-details #page-header .player .event-info .stream-status {
  align-items: center;
  color: #8d7a66;
  display: flex;
  font-family: BarlowSemiCondensed-Bold, sans-serif;
  font-size: 16px;
  justify-content: center;
}
#customer-event-live.event-details #page-header .player .event-info .stream-status .indicator {
  background: #8d7a66;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-top: 3px;
  min-height: 15px;
  min-width: 15px;
}
#customer-event-live.event-details #page-header .player .event-info .stream-status.active {
  color: #f50;
}
#customer-event-live.event-details #page-header .player .event-info .stream-status.active .indicator {
  background: #f50;
}
#customer-event-live.event-details #page-header .player .stream-event #stream-countdown {
  color: #382714;
  font-family: BarlowSemiCondensed-Bold, sans-serif;
  font-size: 16px;
  opacity: 1;
  position: relative;
  top: auto;
  margin: 0;
}
#customer-event-live.event-details #page-header .player .stream-event #stop-event {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.32rem 1.75rem;
  transform: translateY(-45%);
}
#customer-event-live.event-details #page-header .player .player-bg {
  background: url("/images/player_bg.svg") repeat-x;
  bottom: 0;
  height: 45px;
  left: 0;
  position: absolute;
  width: 100%;
}
#customer-event-live.event-details.original-voice #page-header .player .stream-event #stop-event {
  transform: translateY(110%);
}
#customer-event-live.event-details #event-statistic .container .row {
  margin: 0;
}
#customer-event-live.event-details li.list-group-item {
  padding: 0;
}
#customer-event-live.event-details .estimate-amount {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #463A3A;
}
#customer-event-live.event-details .estimate-amount label {
  font: 18px/18px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #8D7A66;
  margin: 0;
}
#customer-event-live.event-details #channel-statistic .separator {
  margin: 0 7px 0 11px;
}
#customer-event-live.event-details #stop-event-component {
  float: right;
  margin-left: 14px;
}
#customer-event-live.event-details #embedded-player-links-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  #customer-event-live.event-details #embedded-player-links-wrapper {
    align-items: baseline;
    flex-direction: column;
  }
}
#customer-event-live.event-details #embedded-player-links-wrapper #embedded-player-links {
  width: auto;
}
#customer-event-live.event-details #embedded-player-links-wrapper #embedded-player-copy-button {
  background-image: url("/images/copy-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 25px;
  padding-left: 30px;
  cursor: pointer;
}
#customer-event-live.event-details #embedded-player-links-wrapper #embedded-player-copy-button.copied {
  background-image: url("/images/copied-icon.svg");
}
@media (max-width: 575.98px) {
  #customer-event-live.event-details #embedded-player-links-wrapper #embedded-player-copy-button {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  #customer-event-live.event-details #page-header .container {
    padding: 0;
  }
  #customer-event-live.event-details #page-header .container .player {
    height: auto;
  }
  #customer-event-live.event-details #page-header .container .player .stream-event {
    margin-top: 10px;
  }
  #customer-event-live.event-details #page-header .container .player .stream-event #audioStream #stop-event-component #stop-event {
    top: initial;
    /*bottom: -50px;*/
    transform: initial;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
  }
  #customer-event-live.event-details #page-header .container .player .player-bg {
    margin-top: 60px;
    position: relative;
  }
}
#customer-event-upcoming .translation-list .target-language-wrapper .interpreter-variants .list-inline-item a {
  position: relative;
}
#customer-event-upcoming .translation-list .target-language-wrapper .interpreter-variants .list-inline-item a .offers-count {
  background: #008000;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 5px;
  top: -5px;
  right: -5px;
  position: absolute;
}
#customer-event-upcoming .translation-list .target-language-wrapper .interpreter-variants .list-inline-item .interpreters-required {
  display: block;
  font-size: 12px;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
}
#customer-event-upcoming .event-slot__container {
  min-width: 200px;
}
#customer-event-upcoming .container-slot {
  min-width: 200px;
  max-width: 860px;
}
#customer-event-upcoming #embedded-player-links-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  #customer-event-upcoming #embedded-player-links-wrapper {
    align-items: baseline;
    flex-direction: column;
  }
}
#customer-event-upcoming #embedded-player-links-wrapper #embedded-player-links {
  width: auto;
}
#customer-event-upcoming #embedded-player-links-wrapper #embedded-player-copy-button {
  background-image: url("/images/copy-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 25px;
  padding-left: 30px;
  cursor: pointer;
}
#customer-event-upcoming #embedded-player-links-wrapper #embedded-player-copy-button.copied {
  background-image: url("/images/copied-icon.svg");
}
@media (max-width: 575.98px) {
  #customer-event-upcoming #embedded-player-links-wrapper #embedded-player-copy-button {
    margin: 20px 0;
  }
}

@media (max-width: 991.98px) {
  #customer-event-upcoming .event-slots__slots-list {
    flex-direction: column;
  }
  #customer-event-upcoming .event-slot__container, #customer-event-upcoming .container-slot {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
}
.left-upcoming {
  float: left;
}

.right-upcoming {
  float: right;
  text-align: center;
}

.qrcode {
  margin: 5px 0 0 0;
}

.qrcode-download {
  text-align: center;
  margin: 5px 0 0 0;
}

.qrcode-download-button {
  width: 100px;
  font-size: 13px;
}

#event-live {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border: 1px solid #DBE1E5;
  border-radius: 10px;
  font-size: 16px;
  font-family: "OpenSansSemiBold", sans-serif;
}
#event-live #page-header.live-event {
  padding-bottom: 0;
  background-color: white;
  color: #324553;
}
#event-live #page-header.live-event.interpreter {
  min-height: auto;
  height: auto;
}
#event-live #page-header.live-event .player {
  position: relative;
}
#event-live #page-header.live-event .player .event-info {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #DBE1E5;
}
#event-live #page-header.live-event .player .event-info .event-name, #event-live #page-header.live-event .player .event-info .event-id {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
  color: #324553;
}
#event-live #page-header.live-event .player .event-info .stream-status {
  font-size: 16px;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#event-live #page-header.live-event .player .event-info .stream-status .indicator {
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  background: #324553;
  border-radius: 50%;
}
#event-live #page-header.live-event .player .event-info .stream-status .indicator-text .stream-countdown {
  color: #324553;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
}
#event-live #page-header.live-event .player .event-info .stream-status.active .indicator {
  background: #C50007;
}
#event-live #page-header.live-event .player .event-translation-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#event-live #page-header.live-event .player .event-translation-info .event-translation {
  font-size: 16px;
  color: #463A3A;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  margin: 0;
}
#event-live #page-header.live-event .player .event-translation-info .event-duration {
  color: #382714;
  margin-left: 13px;
}
#event-live #page-header.live-event .player.player-double-pair .event-translation-info .event-translation {
  color: #FF5500;
  font-size: 20px;
}
#event-live #page-header.live-event .player.player-double-pair .event-translation-info .event-duration {
  padding-top: 3px;
}
#event-live #page-header.live-event .player .double-pair-title {
  font-weight: bold;
  font-size: 18px;
}
#event-live #page-header.live-event .player .player-bg {
  height: 45px;
  background: url(/images/player_bg.svg?f18fa44…) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#event-live #page-header.live-event .player-double-pair {
  width: 48%;
  height: 180px;
  padding-left: 0px;
}
#event-live #page-body .stream-event {
  margin: 0;
  background: transparent;
  height: initial;
  padding: 0;
  color: initial;
}
#event-live #page-body .stream-event #stream-countdown {
  position: relative;
  top: initial;
  color: #382714;
  opacity: 1;
  font-size: 16px;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
}
#event-live #page-body .stream-event #stream-countdown label {
  font-size: 26px;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  color: #463A3A;
  text-transform: initial;
  margin-bottom: 10px;
  line-height: 26px;
}
#event-live #page-body .stream-event #stream-countdown #pin-wrapper {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#event-live #page-body .stream-event #stream-countdown #pin-wrapper input {
  margin: 0;
  border-bottom: 2px solid #8D7A66;
  max-width: 50px;
  font-size: 30px;
  color: #8D7A66;
  letter-spacing: 0;
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
}
#event-live #page-body .stream-event #stream-countdown #pin-wrapper button {
  padding: 0.31rem 1.2rem;
  font-size: 18px;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  margin-left: 10px;
}
#event-live #page-body .player-wrapper .player {
  position: relative;
  height: 205px;
  border: 1px solid #BAC5CD;
  border-radius: 8px;
  background-color: white;
  padding: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}
#event-live #page-body .player-wrapper .player .info {
  z-index: 3;
}
#event-live #page-body .player-wrapper .player .badge-indicator {
  display: flex;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 100px;
  background-color: #ECEFF2;
  color: #324553;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
}
#event-live #page-body .player-wrapper .player .badge-indicator .indicator {
  display: inline-block;
  min-width: 14px;
  min-height: 10px;
  background: url(/images/mic-off.svg) no-repeat center;
}
#event-live #page-body .player-wrapper .player.active {
  border-color: #1976D2;
  background-color: #F6FAFF;
}
#event-live #page-body .player-wrapper .player.active .badge-indicator {
  background-color: #FFD9D9;
  color: #AA0000;
}
#event-live #page-body .player-wrapper .player.active .badge-indicator .indicator {
  background: url(/images/sensor.svg) no-repeat center;
}
#event-live #page-body .player-wrapper .player #interpreter-live-event-buttons {
  min-height: 39px;
}
#event-live #page-body .player-wrapper #switch-interpreter {
  color: #1976D2;
  font-size: 14px;
}
#event-live #page-body .player-wrapper #switch-interpreter #switch-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border: 1px solid #1976D2;
  border-radius: 6px;
  padding: 10px 12px;
}
#event-live #page-body .player-wrapper #switch-interpreter #switch-button.disabled {
  border-color: #BAC5CD;
  color: #BAC5CD;
  pointer-events: none;
}
#event-live #page-body .event-media {
  border: 1px solid #DBE1E5;
  border-radius: 8px;
}
#event-live #page-body .event-media .event-media-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #DBE1E5;
}
#event-live #page-body .event-media .event-media-item:last-of-type {
  border-bottom: none;
}
#event-live #page-body .event-media .event-media-item .event-media-item-name {
  padding: 16px 16px 0;
}
#event-live #page-body .event-media .event-media-item .event-media-item-body {
  padding: 0 16px;
}
#event-live #page-body .event-media .event-media-item .event-media-item-body#readBlock {
  padding: 0 10px;
}
#event-live #page-body .event-media .event-media-item .event-media-item-body .box-header {
  padding: 0 6px 16px;
}
#event-live #page-body h6 {
  font-size: 16px;
}
#event-live #page-body .relay-languages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  border: 1px solid #DBE1E5;
  border-radius: 8px;
  padding: 16px;
}
#event-live #page-body .ai-captions {
  height: 466px;
}
#event-live #page-body #interpreter-chats {
  border: 1px solid #DBE1E5;
  border-radius: 10px;
  overflow: hidden;
}
#event-live #page-body #interpreter-chats .title {
  border-bottom: 1px solid #DBE1E5;
  padding: 16px;
}
#event-live #page-body #interpreter-chats #chats {
  position: relative;
}
#event-live .source-variants {
  display: flex;
  flex-wrap: wrap;
}
#event-live .source-variants .list-inline-item {
  border-radius: 50px;
  display: flex;
}
#event-live .source-variants .list-inline-item.active {
  background-color: #F6F7F9;
}
#event-live .source-variants .list-inline-item .vol {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.25rem;
}
#event-live .source-variants .list-inline-item .vol .vol-control {
  position: absolute;
  transform: rotateZ(-90deg) translateX(75px);
  background-color: white;
  padding: 5px 3px;
  border-radius: 10px;
}
#event-live .source-variants .list-inline-item .vol .vol-control input {
  width: 100px;
}
#event-live .source-variants .list-inline-item .source-target-language {
  display: flex;
  -moz-align-items: "center";
  -ms-align-items: "center";
  align-items: "center";
  padding: 0.1rem 0.6rem 0.1rem 0.6rem;
  font-size: 1rem;
  color: #3E5462;
}
#event-live .source-variants .list-inline-item .source-target-language.active {
  color: #213746;
  border-color: #5C707E;
  background-color: #F6F7F9;
}
#event-live .source-variants .list-inline-item .source-target-language[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
#event-live .source-variants .list-inline-item .source-target-language span[class*=lang-] {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-color: transparent;
  margin-right: 5px;
  top: 1px;
}
#event-live #interpreter-activity .interpreter-activity-message {
  border: 1px solid #108718;
  border-radius: 6px;
  background-color: #D9F6D9;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "OpenSansRegular", sans-serif;
  color: #3E5462;
}

.stream-buttons {
  margin-top: 15px;
}
.stream-buttons.hidden {
  display: none !important;
}
.stream-buttons .stream-button {
  margin-right: 15px;
  cursor: pointer;
}
.stream-buttons .stream-button span {
  font-size: 12px;
  color: #8D7A66;
  display: block;
  line-height: 12px;
}
.stream-buttons .stream-button:last-child {
  margin-right: 0;
}
.stream-buttons .stream-button#mute-button span {
  margin-top: 9px;
}
.stream-buttons .stream-button#mute-button #mute-button-active {
  display: inline-block;
}
.stream-buttons .stream-button#mute-button #mute-button-inactive {
  display: none;
}
.stream-buttons .stream-button#mute-button.mute #mute-button-active {
  display: none;
}
.stream-buttons .stream-button#mute-button.mute #mute-button-inactive {
  display: inline-block;
}
.stream-buttons .stream-button#pause-button span {
  margin-top: 5px;
}
.stream-buttons .stream-button#pause-button #pause-img {
  display: block;
}
.stream-buttons .stream-button#pause-button #resume-img {
  display: none;
}
.stream-buttons .stream-button#pause-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.stream-buttons .stream-button#pause-button.paused #pause-img {
  display: none;
}
.stream-buttons .stream-button#pause-button.paused #resume-img {
  display: block;
}
.stream-buttons .stream-button#switch-interpreter {
  margin-top: 6px;
}
.stream-buttons .stream-button#switch-interpreter #switch-button.mute {
  opacity: 0.5;
}
.stream-buttons .stream-button#switch-interpreter span {
  margin-top: 12px;
}

.rtmp-player-wrapper {
  max-width: 640px;
}

.container-double-pair {
  width: 100px;
  margin-top: 30px;
}

.blocked {
  margin-top: 40px;
}

.mm-l-35 {
  margin-left: -35px;
}

.event-details #page-header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.event-details #page-header .page-sub-title {
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
}
.event-details h6 {
  margin-bottom: 10px;
}
.event-details .source-variants {
  margin-top: 10px;
  margin-bottom: 25px;
}
.event-details .source-variants .source-target-language {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  font-size: 16px;
  border: 1px solid #B7A08A;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 0.15rem 1.4rem;
}
.event-details .source-variants .source-target-language.active {
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  background-color: #B7A08A;
  color: #ffffff;
}
.event-details .source-variants .source-target-language[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.interpreter-detail {
  font-size: 15px;
  margin-bottom: 50px;
}
.interpreter-detail .certifcation a {
  color: #495BE8;
}
.interpreter-detail .edit-profile {
  background-color: #262626;
  color: #ffffff;
  font-weight: bold;
  max-height: 45px;
}
.interpreter-detail .interpreter-detail-img {
  height: 130px;
  width: auto;
}

.interpretation-details-language {
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 6px 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  float: left;
}

#interpreter-upcoming-event-page .container #upcoming-event-rate-time {
  display: flex;
}
#interpreter-upcoming-event-page .container #upcoming-event-rate-time #upcoming-event-rate {
  margin-right: 20px;
}
#interpreter-upcoming-event-page .container #upcoming-event-rate-time .upcoming-event-rate-time-item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#interpreter-upcoming-event-page .container h6 {
  margin: 20px 0;
}
#interpreter-upcoming-event-page .container p {
  font-size: 18px;
  margin: 0;
}

.priority {
  color: #8D7A66;
}

.separator-priority {
  color: #8D7A66;
  padding: 0 10px 0 10px;
}

#interpreter-profile-step-4 .browse-file-button {
  font-size: 14px;
  line-height: 1.8;
  padding: 0.4rem 1.9rem;
}

#request-details #page-header {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#request-details #page-header .container .page-title {
  margin-top: 20px;
  display: flex;
}
#request-details #page-header .container .page-title .event-id {
  margin-right: 5px;
}
#request-details #page-header .container #btn-add-slot {
  display: none;
}
#request-details #page-header .container .slot-language__name {
  font-size: 14px;
}
#request-details .border-language {
  border: 1px solid #B7A08A;
  padding: 5px 10px;
  border-radius: 26px;
  background-color: #F6F1EC;
}
#request-details .event-slot__container {
  min-width: 200px;
}
#request-details .container-slot {
  min-width: 200px;
  max-width: 860px;
}

@media (max-width: 991.98px) {
  #request-details .slot-language {
    padding: 5px 10px;
  }
  #request-details .event-slots__slots-list {
    flex-direction: column;
  }
  #request-details .event-slot__container, #request-details .container-slot {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
#request-offer #page-header {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#request-offer #page-header .container .page-title {
  margin: 0;
  padding-top: 20px;
  display: flex;
}
#request-offer #page-header .container .page-title .event-id {
  margin-right: 5px;
}
#request-offer #page-header .container #btn-add-slot {
  display: none;
}
#request-offer #page-header .container .slot-language__name {
  font-size: 14px;
}
#request-offer .event-slot__container {
  min-width: 200px;
}
#request-offer .container-slot {
  min-width: 200px;
  max-width: 860px;
}

@media (max-width: 991.98px) {
  #request-offer .slot-language {
    padding: 5px 10px;
  }
  #request-offer .event-slots__slots-list {
    flex-direction: column;
  }
  #request-offer .event-slot__container, #request-offer .container-slot {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
}
.requests h4 span {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  color: #000000;
  font-weight: normal;
}
.requests .requests-wrap {
  margin-top: 48px;
  margin-bottom: 48px;
}
.requests .attach-event-file a.instructions:hover {
  color: inherit;
}

.customer-interpreter-list h4 {
  margin: 10px 0;
}
.customer-interpreter-list .translation-info {
  padding: 5px 30px;
  font-size: 21px;
  border: 1px solid #333;
  border-radius: 28px;
}
.customer-interpreter-list .interpreter-info .base-info {
  overflow: hidden;
}
.customer-interpreter-list .interpreter-info .base-info .rating .star {
  display: inline-block;
  height: 17px;
  width: 17px;
}
.customer-interpreter-list .interpreter-info .base-info .price {
  font-size: 21px;
}
.customer-interpreter-list .interpreter-info .interpretation-offered p {
  margin-right: 0.5em;
  padding: 6px 0;
}
.customer-interpreter-list .interpreter-info .interpretation-offered ul li {
  border: 1px solid #707070;
  border-radius: 17px;
  padding: 6px 10px;
}

#interpreter-settings #interpreter-name {
  margin-left: -15px;
}
#interpreter-settings #interpreter-name h1 {
  font-size: 21px;
  margin: 0;
}
#interpreter-settings #interpreter-name #interpreter-statistics .followers {
  margin-left: 0;
}

.user-wrapper .channels .event-block {
  margin-bottom: 20px;
}

.user-channels .event-block {
  margin-bottom: 20px;
}
.user-channels .private {
  padding: 4px 10px;
  font-size: 14px;
}
.user-channels .private:before {
  content: none;
}

#public-event-embed {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 15px 25px;
  border: 1px solid #C4C4C4;
  position: relative;
}
#public-event-embed .embed-header {
  margin-bottom: 30px;
}
#public-event-embed .embed-header .logo {
  width: initial;
  height: initial;
  margin: 0;
}
#public-event-embed .embed-header .stream-status .indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: grey;
  margin-left: 5px;
}
#public-event-embed .embed-header .stream-status.active {
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  color: red;
}
#public-event-embed .embed-header .stream-status.active .indicator {
  background-color: red;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.6);
  animation: pulse 2s infinite;
}
#public-event-embed .embed-select {
  padding-right: 15px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 30px;
  font-family: "GothamSSm-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #324553;
  cursor: pointer;
  margin: 0px auto;
  display: block;
}
#public-event-embed .embed-select .arrow {
  position: absolute;
  width: 13px;
  height: 8px;
  right: 10px;
  top: 16px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #382714;
}
#public-event-embed .embed-select-body {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-height: 180px;
  margin: 0px auto;
  display: none;
  background: #ffffff;
  border: 1px solid #ECEFF2;
  box-sizing: border-box;
  border-radius: 10px;
}
#public-event-embed #embed-select-body {
  min-height: 180px;
  padding: 24px;
  margin-bottom: 30px;
}
#public-event-embed #embed-select-body .interpretation-variants .interpretation-variant-item {
  padding: 4px 19px 5px 40px;
  background-size: 24px;
  background-position: 8px 50%;
}
#public-event-embed #embed-select-body #slots-timeline h6 {
  display: none;
}
@media (max-width: 992px) {
  #public-event-embed #embed-select-body #slots-timeline #slot-wrapper .target a.btn {
    font-size: 1rem;
    min-height: 36px;
    background-position: left 3px top 3px;
    padding: 0 15px 0 35px;
  }
}
#public-event-embed .powered-by {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  text-decoration: underline;
}
@media screen and (max-width: 320px) {
  #public-event-embed .powered-by {
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.download-archive-streams .download-archive-stream {
  padding: 5px 25px 5px 45px;
  border-radius: 20px;
  color: #ffffff;
  background: #1976D2 url(/images/download-file-icon.png) 15px 5px no-repeat;
}
.download-archive-streams .download-helper-wrapper {
  background: url(/images/left-arrow-for-download-archive.png) left top no-repeat;
  padding-left: 14px;
}
.download-archive-streams .download-helper-wrapper .download-helper {
  background: #d4cec5 url(/images/information-icon.png) calc(100% - 7px) 7px no-repeat;
  cursor: default;
  line-height: 12px;
  color: #000000;
  font-style: italic;
  font-size: 12px;
  padding: 5px 35px 5px 15px;
  display: none;
}

#public-event .live-event-details .player .event-info {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  padding: 12px 24px;
  border-bottom: 1px solid #ECEFF2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#public-event .live-event-details .player .event-info .page-title {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#public-event .live-event-details .player .event-info .page-title .event-name, #public-event .live-event-details .player .event-info .page-title .event-id {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #324553;
  padding-bottom: 0;
}
#public-event .live-event-details .player .event-info .page-title .event-duration {
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  font-family: "BarlowSemiCondensed-Bold", sans-serif;
  font-size: 1rem;
}
#public-event .live-event-details .player .event-info .stream-status {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #950101;
  padding: 8px;
  border-radius: 100px;
  background-color: #FFD9D9;
  display: flex;
}
#public-event .live-event-details .player .event-info .stream-status:before {
  content: url(/images/iconPlayRounded.svg?748abef301d53da8ccbe828f979a7d48);
  height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  margin-right: 3px;
}
#public-event .live-event-details .details-title {
  font-family: "GothamSSm-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #324553;
  margin-bottom: 16px;
}
#public-event .interpretation-variants .interpretation-variant-item {
  padding: 5px 13px 5px 35px;
}

@media (max-width: 1279px) {
  #public-event #page-header {
    min-height: 120px;
    height: 120px;
  }
  #public-event .live-event-details .player .event-info {
    min-height: 60px;
  }
  #public-event .live-event-details .player .event-info .page-title .event-name, #public-event .live-event-details .player .event-info .page-title .event-id {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #public-event #page-header {
    min-height: auto;
    height: auto;
  }
  #public-event .live-event-details {
    margin-top: 0;
    padding: 0;
  }
  #public-event .live-event-details .details-info {
    padding: 12px 16px;
  }
  #public-event .live-event-details .player {
    height: auto;
  }
  #public-event .live-event-details .player .event-info {
    padding: 32px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  #public-event .live-event-details .player .event-info .page-title .event-name {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #public-event .live-event-details .player .event-info .page-title .event-duration {
    width: -moz-fit-content;
    width: fit-content;
  }
  #public-event .live-event-details .player .event-info .stream-status {
    margin-top: 12px;
  }
}
.settings-form {
  margin-top: 90px;
}
.settings-form h3 {
  color: #241B1B;
}
.settings-form .form-group .btn-lg, .settings-form .form-group .btn-group-lg > .btn {
  margin-top: 1.5rem;
}

.billing {
  margin-top: 27px;
}
.billing h4 {
  margin-top: 25px;
}
.billing table thead th {
  border: none;
}
.billing table td {
  border-color: #E4D7CA;
  vertical-align: middle;
}
.billing .nav-tabs {
  border-bottom: 1px solid #E4D7CA;
}
.billing .nav-tabs .nav-link.active {
  border-color: #E4D7CA #E4D7CA #ffffff;
}

.interpreter-detail {
  margin-top: 25px;
}
.interpreter-detail h4 {
  font-size: 16px;
  color: #382714;
}
.interpreter-detail .name-language {
  font-size: 16px;
  color: #382714;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}

.show-event-page {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.show-event-page + footer .footer-copyright {
  margin-top: 0;
}
.show-event-page #public-event .page-layout .live-event-details {
  background: #ECEFF2;
}
.show-event-page #public-event .live-event-details {
  font-family: "OpenSansSemiBold", sans-serif;
}
.show-event-page #public-event .live-event-details .event-info .page-title .event-name {
  font-family: "GothamSSm-Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #3E5462;
}
.show-event-page #public-event .live-event-details .layouts-content > * {
  min-width: 0;
}
.show-event-page #public-event .live-event-details .layouts-content .details-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  grid-column: 1/-1;
}
.show-event-page #public-event .live-event-details .layouts-content .details-info h2 {
  margin: 0;
}
.show-event-page #public-event .live-event-details .layouts-content .player, .show-event-page #public-event .live-event-details .layouts-content .caption-box-wrapper {
  min-height: 0;
}
.show-event-page #public-event .live-event-details .layouts-content .caption-box-wrapper .box-body-wrapper {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.show-event-page #public-event .live-event-details .layouts-content .player {
  flex-direction: column;
  background-color: #F6F7F9;
}
.show-event-page #public-event .live-event-details .layouts-content .player .source {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.show-event-page #public-event .live-event-details .layouts-content .player .source video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.show-event-page #public-event .live-event-details .layouts-content .player .player-info {
  margin-bottom: 2px;
}
.show-event-page #public-event .live-event-details .layouts-content .player .player-line {
  border: none;
  height: 4px;
  background-color: #1976D2;
  border-radius: 5px;
}
.show-event-page #public-event .live-event-details .layouts-content .player .player-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.show-event-page #public-event .desktop-stacked .live-event-details .layouts-content {
  flex-direction: column;
}
.show-event-page #public-event .desktop-stacked .live-event-details .layouts-content .caption-box-wrapper {
  height: 124px;
}
.show-event-page #public-event .desktop-stacked .live-event-details .layouts-content.captions-only .caption-box-wrapper {
  height: 100%;
}
.show-event-page #public-event .desktop-side-by-side .live-event-details .layouts-content .caption-box-wrapper {
  height: 100%;
}
.show-event-page #public-event .desktop-side-by-side .live-event-details .layouts-content .caption-box-wrapper .captions-box {
  height: 100%;
}
.show-event-page #public-event .desktop-captions-only .live-event-details .layouts-content .player, .show-event-page #public-event .tablet-captions-only .live-event-details .layouts-content .player, .show-event-page #public-event .mobile-captions-only .live-event-details .layouts-content .player {
  display: none;
}
.show-event-page #public-event .desktop-captions-only .live-event-details .layouts-content .caption-box-wrapper, .show-event-page #public-event .tablet-captions-only .live-event-details .layouts-content .caption-box-wrapper, .show-event-page #public-event .mobile-captions-only .live-event-details .layouts-content .caption-box-wrapper {
  height: 100%;
  width: 100%;
}

.show-event-page #public-event .tablet-stacked .live-event-details .layouts-content {
  flex-direction: column;
}

.show-event-page #public-event .mobile-stacked .live-event-details {
  flex: 1;
}
.show-event-page #public-event .mobile-stacked .live-event-details .layouts-content {
  flex-direction: column;
}
@media (max-width: 767px) and (orientation: portrait) {
  .show-event-page #public-event .mobile-stacked .live-event-details .layouts-content:not(.captions-off) .player {
    flex: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .show-event-page #public-event .mobile-stacked .live-event-details .layouts-content:not(.captions-off) .caption-box-wrapper {
    display: flex;
    flex: 1;
  }
}

/**
 * Tour UI (driver.js overrides)
 */
.driver-popover {
  background-color: #E91E63 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  padding: 20px !important;
  max-width: 320px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border: none !important;
}
.driver-popover .driver-popover-title {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.driver-popover .driver-popover-description {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  opacity: 0.9;
}
.driver-popover .driver-popover-progress-text {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}
.driver-popover .driver-popover-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 15px !important;
}
.driver-popover .driver-popover-footer .driver-popover-navigation-btns {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.driver-popover .driver-popover-footer button {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  font-size: 0.9rem !important;
  transition: all 0.2s ease;
  cursor: pointer !important;
}
.driver-popover .driver-popover-footer button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
}
.driver-popover .driver-popover-footer .driver-popover-next-btn,
.driver-popover .driver-popover-footer .driver-popover-done-btn {
  background: #ffffff !important;
  color: #E91E63 !important;
  border: 1px solid #ffffff !important;
}
.driver-popover .driver-popover-footer .driver-popover-next-btn:hover,
.driver-popover .driver-popover-footer .driver-popover-done-btn:hover {
  background: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.driver-popover .driver-popover-footer .driver-popover-close-btn {
  color: #ffffff !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  font-size: 20px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.driver-popover .driver-popover-footer .driver-popover-close-btn:hover {
  background: transparent !important;
  opacity: 0.7 !important;
}
.driver-popover .driver-popover-arrow-side-left.driver-popover-arrow {
  border-left-color: #E91E63 !important;
}
.driver-popover .driver-popover-arrow-side-right.driver-popover-arrow {
  border-right-color: #E91E63 !important;
}
.driver-popover .driver-popover-arrow-side-top.driver-popover-arrow {
  border-top-color: #E91E63 !important;
}
.driver-popover .driver-popover-arrow-side-bottom.driver-popover-arrow {
  border-bottom-color: #E91E63 !important;
}

.driver-overlay {
  opacity: 0.4 !important;
}

.page-change-group {
  margin-bottom: 1em;
}
.page-change-group legend {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
}

.login {
  margin-bottom: 30px;
}
.login form {
  margin-bottom: 0;
}
.login .terms {
  text-decoration: underline;
}
.login .form-group {
  width: 82%;
  display: inline-block;
}
.login .form-group input[type=submit] {
  width: 100%;
}
.login a.social-login {
  color: #ffffff;
}
.login a {
  color: #262626;
  font-weight: bold;
  text-align: center;
}

.login-right-column {
  background: url("/images/coloured_globe1000x1000.png") no-repeat 52% 27vh #585858;
  background-size: 50% auto;
  min-height: calc(100vh - 58px);
}

.sign-in-btn {
  font-weight: bold;
  color: #ffffff;
  background-color: #262626;
}
.sign-in-btn:hover, .sign-in-btnfocus {
  color: #ffffff;
}

.sign-in-btn.disabled {
  background-color: #C0C0C0;
}

.social-login {
  font-weight: bold;
  width: 48%;
  background-color: #B7A08A;
}

.login a.social-login {
  color: #ffffff;
}

.form-control-inline:focus {
  color: #000000;
}

.login .form-check {
  padding-left: 0;
}

.login .form-control-inline {
  margin-bottom: 1px;
  padding-left: 5px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "BarlowSemiCondensed-Regular", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * Fix for IE and Edge
 */
li {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

.public-events {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  padding-top: 56px;
  /*responsive*/
}
.public-events .top-channels a:hover {
  color: #333;
  text-decoration: none;
}
.public-events .nav-wrapper {
  background-color: #ffffff;
  padding: 0 55px 0 20px;
  border-bottom: 1px solid #ECEFF2;
}
.public-events .nav-wrapper .navbar {
  padding: 0;
  min-height: 56px;
}
.public-events .nav-wrapper .navbar #logo-img {
  padding: 0;
  margin-left: -2px;
  width: auto;
  height: auto;
}
.public-events .nav-wrapper .navbar ul li {
  margin-right: 6px;
}
.public-events .nav-wrapper .navbar ul li:last-child {
  margin-right: 3px;
}
.public-events .nav-wrapper .navbar ul li .nav-link {
  color: #8D7A66;
  padding: 20px;
  line-height: 17px;
  position: relative;
}
.public-events .nav-wrapper .navbar ul li .nav-link.active:before, .public-events .nav-wrapper .navbar ul li .nav-link:hover:before {
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #8D7A66;
  content: "";
  bottom: 0;
  position: absolute;
}
.public-events .nav-wrapper .menu-icon {
  color: #8D7A66;
}
.public-events .nav-wrapper .menu-icon .menu-ico {
  margin: 0 47px 0 32px;
}
.public-events .nav-wrapper .menu-icon .menu-ico:last-child {
  margin: 0 12px 0 11px;
}
.public-events .nav-wrapper .menu-icon .globe i {
  font-size: 25px;
  line-height: 30px;
}
.public-events .nav-wrapper .menu-icon .search {
  cursor: pointer;
}
.public-events .nav-wrapper .menu-icon .search i {
  font-size: 18px;
  line-height: 25px;
}
.public-events .container h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
  color: #8D7A66;
  margin: 60px 0 80px;
  font-family: "Barlow Semi Condensed";
}
.public-events .container h3 {
  font-size: 40px;
  font-weight: 400;
  color: #8D7A66;
}
@media (max-width: 991.98px) {
  .public-events [data-toggle=collapse] i:before {
    content: "\f00d";
  }
  .public-events [data-toggle=collapse].collapsed i:before {
    content: "\f0c9";
  }
  .public-events .navbar-toggler {
    margin-left: 3px;
    color: #8D7A66;
    font-size: 26px;
    width: 35px;
  }
  .public-events .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgb(255, 102, 203);
  }
  .public-events .navbar-toggler .navbar-toggler-icon i {
    font-size: 26px;
    color: #8D7A66;
  }
  .public-events .nav-wrapper {
    padding: 0;
  }
  .public-events .nav-wrapper .container-fluid, .public-events .nav-wrapper .container-sm, .public-events .nav-wrapper .container-md, .public-events .nav-wrapper .container-lg, .public-events .nav-wrapper .container-xl {
    padding: 0;
  }
  .public-events .nav-wrapper .navbar {
    padding: 0 15px;
    justify-content: normal;
  }
  .public-events .nav-wrapper .navbar #logo-img {
    margin: 0;
    width: 24%;
    height: auto;
  }
  .public-events .nav-wrapper .navbar ul li {
    margin: 0;
    border-bottom: 1px solid #c1af9f;
  }
  .public-events .nav-wrapper .navbar ul li:last-child {
    border-bottom: medium none;
  }
  .public-events .nav-wrapper .navbar ul li .nav-link {
    color: #c1af9f;
    font-size: 17px;
    padding: 22px;
    line-height: 22px;
  }
  .public-events .nav-wrapper .navbar ul li .nav-link.active, .public-events .nav-wrapper .navbar ul li .nav-link:hover {
    background-color: #c1af9f;
    color: #0c000c;
  }
  .public-events .nav-wrapper .navbar ul li .nav-link.active:before, .public-events .nav-wrapper .navbar ul li .nav-link:hover:before {
    height: 0;
  }
  .public-events .nav-wrapper .navbar-collapse {
    position: absolute;
    top: 43px;
    left: 0;
    text-align: center;
    background-color: #000000;
    width: 100%;
  }
  .public-events .nav-wrapper .menu-icon {
    flex: 1 1 auto;
  }
  .public-events .nav-wrapper .menu-icon .menu-ico {
    margin: 0 20px;
  }
  .public-events .nav-wrapper .menu-icon .menu-ico:last-child {
    margin: 0 0 0 11px;
  }
  .public-events .container h2 {
    font-size: 35px;
  }
}
.public-events #top-channels .col-lg-2dot4 {
  margin-bottom: 10px;
}
.public-events #top-channels .col-lg-2dot4 .upcoming {
  max-height: 120px;
}
@media (max-width: 767.98px) {
  .public-events .nav-wrapper .navbar #logo-img {
    width: 30%;
  }
  .public-events .nav-wrapper .navbar-collapse {
    position: absolute;
    top: 43px;
    left: 0;
    text-align: center;
    background-color: #000000;
    width: 100%;
  }
  .public-events .nav-wrapper .menu-icon {
    flex: 1 1 auto;
  }
  .public-events .nav-wrapper .menu-icon .menu-ico {
    margin: 0 20px;
  }
  .public-events .nav-wrapper .menu-icon .menu-ico:last-child {
    margin: 0 0 0 11px;
  }
}

.followers, .views, .likes, .events, .dislikes {
  background: none;
  position: relative;
  padding-left: 23px;
  margin-left: 9px;
  font-size: 14px;
  color: #463A3A;
}
.followers:before, .views:before, .likes:before, .events:before, .dislikes:before {
  background-image: url("/images/iconUser.svg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 15px;
  background-position-y: center;
}

.likes {
  cursor: pointer;
}
.likes:before {
  background-image: url("/images/iconLikes.svg");
}
#like-event.likes:not(.active) {
  cursor: default;
}

#dislike-event.dislikes:not(.active) {
  cursor: default;
}

.dislikes {
  cursor: pointer;
}
.dislikes:before {
  background-image: url("/images/dislike.svg");
  top: 4px;
}

.views:before {
  background-image: url("/images/iconView.svg");
  top: 2px;
}

.events:before {
  background-image: url("/images/iconEvents.svg");
}

.event-name {
  font: 18px/22px "BarlowSemiCondensed-SemiBold", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
}
.event-name span {
  color: #8D7A66;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
}

.event-description {
  color: #584C4C;
  font-size: 14px;
  max-height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}

.private {
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 12px;
  line-height: 12px;
  background-color: #382714;
  border-radius: 3px;
  color: #ffffff;
  padding: 2px 5px 4px 20px;
}
.private:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("/images/iconPrivate.svg") no-repeat;
}

.event-block {
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
}
.event-block .play {
  width: 30px;
  height: 30px;
  background: url("/images/iconPlay.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

.start-time {
  position: relative;
}
.start-time:before {
  content: "";
  position: absolute;
  left: -33px;
  top: -1px;
  width: 27px;
  height: 21px;
  background: url("/images/iconCalendar.svg") no-repeat;
}

.container-main .statistics h4 {
  text-transform: none;
  margin: 0;
  font: 18px/22px "BarlowSemiCondensed-SemiBold", sans-serif;
}
.container-main .no-events h4 {
  font: 22px/26px "BarlowSemiCondensed-Regular", sans-serif;
  letter-spacing: 0.35em;
  text-align: center;
  color: #B7A08A;
  margin: 0;
  padding: 12px 0;
  background-color: #F6F1EC;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.live-events, .upcoming-events {
  margin-bottom: 20px;
}

.event-details {
  position: relative;
  padding-bottom: 6em;
}
.event-details .event-launch-date {
  background: url("/images/np_play_black.svg") no-repeat 0% 0%;
  padding-left: 30px;
}
.event-details .container-slot .translation-list li i {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2px;
}
.event-details .container-slot .translation-list li i.german {
  background: #395AE5;
}
.event-details .container-slot .translation-list li i.hindi {
  background: #F24876;
}
.event-details .container-slot .translation-list li i.lang-fr {
  background: #F0C409;
}
.event-details .container-slot .translation-list li i.spanish {
  background: #8F39E5;
}
.event-details .container-slot .borderless li {
  border: unset;
}
.event-details .container-slot .event-info {
  font-size: 32px;
}

.event-information .event-duration {
  font-size: 22px;
}
.event-information .translation-info {
  padding: 0 10px;
  border-radius: 20px;
}

.customer-event .event-name {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}

/*responsive >= 768px */
@media (max-width: 767.98px) {
  .container-main .statistics h4 {
    font-size: 16px;
  }
  .container-main .statistics .followers {
    padding-left: 23px;
  }
  .container-main h4 {
    font-size: 28px;
    text-align: center;
  }
  .container-main .translations {
    margin-top: 10px;
  }
  .container-main .start-time {
    margin: 10px 0 0 30px;
  }
}
/*responsive end*/
.custom-flex-fill {
  display: flex;
  flex: 1;
  min-height: 0;
}

/*5-collums*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .login .form-group {
    width: 100%;
  }
}
.live-events > div > div:nth-child(1n) .img-block .event-image-empty {
  background: url("/images/random/random_live_7.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(2n) .img-block .event-image-empty {
  background: url("/images/random/random_live_2.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(3n) .img-block .event-image-empty {
  background: url("/images/random/random_live_8.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(4n) .img-block .event-image-empty {
  background: url("/images/random/random_live_8.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(5n) .img-block .event-image-empty {
  background: url("/images/random/random_live_4.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(6n) .img-block .event-image-empty {
  background: url("/images/random/random_live_1.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(7n) .img-block .event-image-empty {
  background: url("/images/random/random_live_5.png") no-repeat center;
  background-size: cover;
}
.live-events > div > div:nth-child(8n) .img-block .event-image-empty {
  background: url("/images/random/random_live_5.png") no-repeat center;
  background-size: cover;
}

.live-events h4 {
  text-transform: capitalize;
  color: #8D7A66;
  font: 22px "BarlowSemiCondensed-SemiBold", sans-serif;
}
.live-events .event-block {
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.live-events .event-block .text-block {
  width: 100%;
  overflow: hidden;
}
.live-events .event-block .text-block .event-name {
  margin: -3px 0 0;
  display: flex;
  display: block;
  overflow: hidden;
}
.live-events .event-block .text-block .event-name span {
  margin-right: 5px;
}
.live-events .event-block .text-block .interpreters {
  position: relative;
  padding-left: 23px;
  margin-left: 25px;
  color: #463A3A;
}
.live-events .event-block .text-block .interpreters:before {
  background-image: url("/images/iconInterpr.svg");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 17px;
  background-position-y: center;
}
.live-events .event-block .stat-list {
  margin: 5px 10px 0 0;
}
.live-events .event-block .stat-list .list-inline-item {
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
}
.live-events .event-block .stat-list .list-inline-item:last-child {
  margin: 0;
}
.live-events .event-block .event-description {
  color: #584C4C;
  max-height: 34px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
  margin-bottom: 0;
}
.live-events .event-block .img-block {
  min-width: 130px;
  min-height: 130px;
  position: relative;
  margin-right: 1rem;
}
.live-events .event-block .img-block .event-image-empty {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
}
.live-events .event-block .img-block .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.live-events .event-block .img-block .show-event {
  display: block;
  height: 100%;
}
.live-events .event-block .img-block .show-event img {
  height: 100%;
  max-width: 130px;
  border-radius: 6px;
}
.live-events .event-block .img-block .live-icon {
  font: 12px "BarlowSemiCondensed-Medium", sans-serif;
  color: #ffffff;
  position: absolute;
  top: 11px;
  left: 11px;
  border-radius: 3px;
  padding: 1px 8px 2px;
  background-color: #FF5500;
}
.live-events .event-block .event-footer {
  font: 14px/25px "BarlowSemiCondensed-Medium", sans-serif;
}
.live-events .event-block .event-footer p {
  margin-bottom: 0;
  font: 14px/25px "BarlowSemiCondensed-Medium", sans-serif;
}
.live-events .like {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
}
.live-events .like img {
  width: 15px;
  height: auto;
}
.live-events .channel-name {
  padding-left: 5px;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 25px;
  background: url("/images/channel.png") 100% 50% no-repeat;
}
.live-events .requests-time {
  font-size: 15px;
  background-color: #584C4C;
  right: 7px;
  padding: 1px 8px;
  border-radius: 3px;
  color: #ffffff;
  margin-left: 10px;
}
.live-events .table {
  margin-bottom: 0;
}
.live-events .assignments-block {
  min-height: 100%;
}
.live-events .assignments-block p {
  font: 15px/16px "BarlowSemiCondensed-SemiBold", sans-serif;
  margin: 0;
}
.live-events .assignments-block .event-footer {
  margin-left: -4px;
}
.live-events .assignments-block .event-footer .table-sm th, .live-events .assignments-block .event-footer .table-sm td {
  padding: 2px 4px;
  font: 15px/25px "BarlowSemiCondensed-SemiBold", sans-serif;
}

/*responsive >= 768px */
@media (max-width: 767.98px) {
  .live-events .event-block .img-block, .live-events .event-block .event-image-empty, .recent-events .event-block .img-block, .recent-events .event-block .event-image-empty {
    border-radius: 6px;
    background-size: cover;
    /*background: url("/images/imagePlayMin.svg") top no-repeat;*/
    margin: 0;
    min-height: 65px;
    height: 65px;
  }
  .live-events .event-block .img-block .show-event img, .live-events .event-block .event-image-empty .show-event img, .recent-events .event-block .img-block .show-event img, .recent-events .event-block .event-image-empty .show-event img {
    max-height: 65px;
    max-width: 100%;
    width: 100%;
  }
  .live-events .event-block .text-block, .recent-events .event-block .text-block {
    padding: 5px 20px;
  }
  .live-events .event-block .event-description, .recent-events .event-block .event-description {
    margin-bottom: 10px;
  }
  .channels .channel-body {
    padding: 5px 15px;
  }
  .channels .channel-body ul {
    margin: 10px 0 0 0;
  }
  .channels .channel-picture {
    margin: 0;
    border-radius: 6px;
    background: url("/images/imagePlayMin.svg") center no-repeat;
    background-size: cover;
    min-height: 65px;
    height: 65px;
  }
  .channels .channel-picture img {
    display: none;
  }
}
/*responsive end*/
.upcoming-interpreter {
  position: relative;
}
.upcoming-interpreter h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.upcoming-interpreter a.event:hover {
  text-decoration: none;
  color: inherit;
}
.upcoming-interpreter .private {
  top: 6px;
  right: 20px;
  background-color: #8D7A66;
}
.upcoming-interpreter .border-yellow .event-block {
  background-color: #F6F1EC;
  border-color: #C0C0C0;
}
.upcoming-interpreter .border-red .event-block, .upcoming-interpreter .border-red .data.yellow {
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
.upcoming-interpreter .translations, .upcoming-interpreter .start-time {
  color: #463A3A;
  font-size: 13px;
  line-height: 25px;
}
.upcoming-interpreter .translations p span, .upcoming-interpreter .start-time p span {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #735739;
  font-size: 13px;
}
.upcoming-interpreter .translations p span.data, .upcoming-interpreter .start-time p span.data {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
}
.upcoming-interpreter .event-description {
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 4px;
  color: #584C4C;
  font-size: 14px;
}

.flag {
  margin: 0 8px 0 0;
}

.upcoming-events .event-block {
  padding: 17px 15px 8px;
  margin: 0 0 20px;
}
.upcoming-events .event-block .event-name {
  overflow: hidden;
  margin-bottom: 1px;
}
.upcoming-events .event-block .event-name span {
  margin-right: 5px;
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
}
.upcoming-events .event-block .new-offers {
  font-size: 14px;
  color: #008000;
}
.upcoming-events .event-block .new-offers span {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  padding: 0 3px;
  min-width: 15px;
  height: 15px;
  background-color: #008000;
  font: 14px/14px "BarlowSemiCondensed-Regular", sans-serif;
  color: white;
}
.upcoming-events .event-block p {
  margin: 0;
}
.upcoming-events .event-block .event-description {
  height: 40px;
  line-height: 19px;
}
.upcoming-events .translations, .upcoming-events .start-time p {
  font-size: 13px;
}
.upcoming-events .translations {
  color: #463A3A;
  font-family: "BarlowSemiCondensed-Medium", sans-serif;
  min-height: 25px;
}
.upcoming-events .start-time p {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  line-height: 22px;
}
.upcoming-events .start-time span {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
}
.upcoming-events .private {
  background-color: #9B8A7A;
  top: 5px;
}

.recent-events {
  margin-bottom: 107px;
}
.recent-events h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.recent-events video {
  width: 100%;
  height: auto;
}
.recent-events .event-block {
  position: relative;
}
.recent-events .more {
  background: #262626;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
  bottom: 8px;
}
.recent-events .recent-events-col .shadow-wrapper .recent-events-col-body {
  padding: 0 10px 5px 10px;
}
.recent-events .carousel-item .event-name {
  white-space: nowrap;
}
.recent-events .carousel-item .shadow-wrapper {
  height: auto;
  padding: 0 10px 5px 10px;
  margin-top: 16px;
}
.recent-events .carousel-item .shadow-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-events .carousel-item .shadow-wrapper ul {
  margin-bottom: 6px;
}
.recent-events .carousel-item .upcoming {
  height: 210px;
}
.recent-events .event-image {
  max-height: 110px;
  min-height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.recent-events .event-image:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events .event-image img {
  width: 100%;
  height: 110px;
  border-radius: 6px;
}
.recent-events .event-image .event-image-empty {
  height: 110px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events .event-image .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(0n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(0n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(1n) .event-image-empty {
  background: url("/images/random/random7.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(1n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(2n) .event-image-empty {
  background: url("/images/random/random4.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(2n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(3n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(3n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(4n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(4n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(5n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(5n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(6n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(6n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(7n) .event-image-empty {
  background: url("/images/random/random7.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(7n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(8n) .event-image-empty {
  background: url("/images/random/random4.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(8n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(0n) .event-image-empty {
  background: url("/images/random/random7.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(0n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(1n) .event-image-empty {
  background: url("/images/random/random7.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(1n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(2n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(2n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(3n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(3n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(4n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(4n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(5n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(5n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(6n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(6n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(7n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(7n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(8n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #upcoming-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(8n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(0n) .event-image-empty {
  background: url("/images/random/random4.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(0n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(1n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(1n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(2n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(2n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(3n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(3n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(4n) .event-image-empty {
  background: url("/images/random/random1.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(4n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(5n) .event-image-empty {
  background: url("/images/random/random4.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(5n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(6n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(6n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(7n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(7n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(8n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(odd) > div > div:nth-child(8n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(0n) .event-image-empty {
  background: url("/images/random/random6.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(0n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(1n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(1n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(2n) .event-image-empty {
  background: url("/images/random/random1.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(2n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(3n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(3n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(4n) .event-image-empty {
  background: url("/images/random/random6.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(4n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(5n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(5n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(6n) .event-image-empty {
  background: url("/images/random/random1.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(6n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(7n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(7n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(8n) .event-image-empty {
  background: url("/images/random/random8.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events #recent-events .carousel-inner .carousel-item:nth-child(even) > div > div:nth-child(8n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(0n) .event-image-empty {
  background: url("/images/random/random1.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(0n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(1n) .event-image-empty {
  background: url("/images/random/random6.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(1n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(2n) .event-image-empty {
  background: url("/images/random/random3.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(2n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(3n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(3n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(4n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(4n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(5n) .event-image-empty {
  background: url("/images/random/random2.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(5n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(6n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(6n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(7n) .event-image-empty {
  background: url("/images/random/random7.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(7n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events > div:nth-child(8n) .event-image-empty {
  background: url("/images/random/random5.png") no-repeat center;
  background-size: cover;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recent-events > div:nth-child(8n) .event-image-empty:before {
  content: "";
  width: 43px;
  height: 38px;
  position: absolute;
  background: url("/images/event_play.png") no-repeat center;
}
.recent-events .shadow-wrapper {
  box-shadow: none;
  padding: 0 15px 5px;
  height: 110px;
  margin-top: 15px;
}
.recent-events .shadow-wrapper .event-name {
  white-space: nowrap;
  margin-bottom: 1px;
}
.recent-events .shadow-wrapper .event-description {
  color: #584C4C;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 6px;
}
.recent-events .shadow-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.recent-events .shadow-wrapper p span {
  margin-right: 5px;
}
.recent-events .upcoming {
  height: 210px;
}
.recent-events .more {
  background: #333;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
  bottom: 8px;
}
.recent-events .recent-events-col .shadow-wrapper .recent-events-col-body {
  padding: 0 10px 5px 10px;
}
.recent-events.upcoming-interpreter .shadow-wrapper {
  height: 150px;
  margin-top: 11px;
}
.recent-events.upcoming-interpreter .shadow-wrapper .event-description {
  color: #584C4C;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 14px;
}
.recent-events.upcoming-interpreter .shadow-wrapper .be-live {
  font: 14px "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #241B1B;
  margin: 0 0 2px;
}
.recent-events.upcoming-interpreter .shadow-wrapper .start-time {
  font-size: 14px;
  color: #584C4C;
}

.carousel-indicators {
  bottom: -14px;
}
.carousel-indicators li {
  background-color: #C4C4C4;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.carousel-indicators li.active {
  background-color: #8D7A66;
  width: 9px;
}

.recent-events-col {
  margin-bottom: 35px;
}

.recent-events-col-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-icon {
  background-image: url("/images/download_icon.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.download-current-recording {
  font-family: "BarlowSemiCondensed-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 8px 15px 55px;
  color: #463A3A;
  text-align: center;
  margin-left: 0px !important;
  margin-right: 0px !important;
  white-space: nowrap;
}

.download-archive-event {
  height: 60px;
}

.channels h4 {
  height: 52px;
  overflow: hidden;
  width: 70%;
}
.channels .channel-picture {
  position: relative;
}
.channels .channel-picture img {
  height: 130px;
  width: 130px;
  border-radius: 6px;
}
.channels .channel-name {
  font-size: 18px;
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #241B1B;
  margin: 23px 0 5px;
}
.channels .channel-events {
  color: #584C4C;
  font: 14px "BarlowSemiCondensed-SemiBold", sans-serif;
  margin: 5px 0 20px;
}
.channels .channel-events span {
  margin: 0 7px;
}
.channels ul {
  margin: 0 0 10px;
  font: 14px "BarlowSemiCondensed-Medium", sans-serif;
}
.channels ul .views:before {
  top: 0;
}
.channels .followers {
  margin-left: 0;
}

.todays-events {
  position: relative;
}
.todays-events h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.todays-events a.event:hover {
  text-decoration: none;
  color: inherit;
}
.todays-events a.event .event-block {
  position: relative;
  padding: 15px 17px;
}
.todays-events a.event .event-block .event-name {
  margin: 0;
  display: block;
  overflow: hidden;
}
.todays-events a.event .event-block .private {
  top: 6px;
  right: 20px;
  background-color: #8D7A66;
}
.todays-events a.event .event-block .translations, .todays-events a.event .event-block .start-time {
  color: #463A3A;
  font-size: 13px;
  line-height: 25px;
}
.todays-events a.event .event-block .translations p, .todays-events a.event .event-block .start-time p {
  font-family: "BarlowSemiCondensed-SemiBold", sans-serif;
  color: #735739;
  font-size: 13px;
  margin: 0;
}
.todays-events a.event .event-block .translations p.data, .todays-events a.event .event-block .start-time p.data {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
}
.todays-events a.event .event-block .event-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 4px;
  color: #584C4C;
  font-size: 14px;
  margin-bottom: 8px;
}
.todays-events a.event .event-block .flag {
  margin: 0 8px 0 0;
}
.todays-events .border-yellow .event-block {
  background-color: #F6F1EC;
  border-color: #C0C0C0;
}
.todays-events .border-red .event-block, .todays-events .border-red .data.yellow {
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
