@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: #868e96;
  --gray-dark: #343a40;
  --primary: #1cb495;
  --secondary: #109BC5;
  --success: #84BF6C;
  --info: #878d99;
  --warning: #F98C00;
  --danger: #B00020;
  --light: #fcfcfc;
  --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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1cb495;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #12725e;
    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: #868e96;
  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: .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: #868e96; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #868e96; }

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;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

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

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    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-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: 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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #83cbe1; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bfdeb3; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #c1c4ca; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcc37a; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d67a8b; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fdfdfd; }

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

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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: #68e8ce;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 180, 149, 0.25); }
  .form-control::placeholder {
    color: #868e96;
    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 {
  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: #868e96; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: #84bf6c;
  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: #84BF6C;
  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='%2384BF6C' 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: #84BF6C;
    box-shadow: 0 0 0 0.2rem rgba(132, 191, 108, 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: #84BF6C;
  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='%2384BF6C' 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: #84BF6C;
    box-shadow: 0 0 0 0.2rem rgba(132, 191, 108, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #84BF6C; }

.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: #84BF6C; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #84BF6C; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #a2ce90;
  background-color: #a2ce90; }

.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(132, 191, 108, 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: #84BF6C; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #84BF6C; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #84BF6C;
  box-shadow: 0 0 0 0.2rem rgba(132, 191, 108, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #b00020;
  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: #B00020;
  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='%23B00020' 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='%23B00020' 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: #B00020;
    box-shadow: 0 0 0 0.2rem rgba(176, 0, 32, 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: #B00020;
  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='%23B00020' 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='%23B00020' 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: #B00020;
    box-shadow: 0 0 0 0.2rem rgba(176, 0, 32, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #B00020; }

.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: #B00020; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #B00020; }

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

.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(176, 0, 32, 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: #B00020; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #B00020;
  box-shadow: 0 0 0 0.2rem rgba(176, 0, 32, 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;
  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(28, 180, 149, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 180, 149, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background-color: #1cb495;
  border-color: #1cb495;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #17937a;
    border-color: #158870; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #17937a;
    border-color: #158870;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(62, 191, 165, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1cb495;
    border-color: #1cb495; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #158870;
    border-color: #137d67; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(62, 191, 165, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #109BC5;
  border-color: #109BC5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0d7fa2;
    border-color: #0c7696; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #0d7fa2;
    border-color: #0c7696;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 170, 206, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #109BC5;
    border-color: #109BC5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0c7696;
    border-color: #0b6d8a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 170, 206, 0.5); }

.btn-success {
  color: #212529;
  background-color: #84BF6C;
  border-color: #84BF6C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #6eb351;
    border-color: #67ad4b; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #6eb351;
    border-color: #67ad4b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(117, 168, 98, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #84BF6C;
    border-color: #84BF6C; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #67ad4b;
    border-color: #62a447; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(117, 168, 98, 0.5); }

.btn-info {
  color: #fff;
  background-color: #878d99;
  border-color: #878d99;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background-color: #737a87;
    border-color: #6d7380; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #737a87;
    border-color: #6d7380;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(153, 158, 168, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #878d99;
    border-color: #878d99; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6d7380;
    border-color: #676d79; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 158, 168, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #F98C00;
  border-color: #F98C00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #fff;
    background-color: #d37600;
    border-color: #c66f00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d37600;
    border-color: #c66f00;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 125, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #F98C00;
    border-color: #F98C00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c66f00;
    border-color: #b96800; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 125, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #B00020;
  border-color: #B00020;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #8a0019;
    border-color: #7d0017; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #8a0019;
    border-color: #7d0017;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(188, 38, 65, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #B00020;
    border-color: #B00020; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7d0017;
    border-color: #700014; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(188, 38, 65, 0.5); }

.btn-light {
  color: #212529;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background-color: #e9e9e9;
    border-color: #e3e3e3; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e9e9e9;
    border-color: #e3e3e3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(219, 220, 220, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #fcfcfc;
    border-color: #fcfcfc; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e3e3e3;
    border-color: gainsboro; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(219, 220, 220, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .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: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #1cb495;
  border-color: #1cb495; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1cb495;
    border-color: #1cb495; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 180, 149, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1cb495;
    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: #1cb495;
    border-color: #1cb495; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(28, 180, 149, 0.5); }

.btn-outline-secondary {
  color: #109BC5;
  border-color: #109BC5; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #109BC5;
    border-color: #109BC5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 155, 197, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #109BC5;
    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: #109BC5;
    border-color: #109BC5; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(16, 155, 197, 0.5); }

.btn-outline-success {
  color: #84BF6C;
  border-color: #84BF6C; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #84BF6C;
    border-color: #84BF6C; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 191, 108, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #84BF6C;
    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: #212529;
    background-color: #84BF6C;
    border-color: #84BF6C; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 191, 108, 0.5); }

.btn-outline-info {
  color: #878d99;
  border-color: #878d99; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #878d99;
    border-color: #878d99; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 141, 153, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #878d99;
    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: #878d99;
    border-color: #878d99; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(135, 141, 153, 0.5); }

.btn-outline-warning {
  color: #F98C00;
  border-color: #F98C00; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #F98C00;
    border-color: #F98C00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 140, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F98C00;
    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: #F98C00;
    border-color: #F98C00; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(249, 140, 0, 0.5); }

.btn-outline-danger {
  color: #B00020;
  border-color: #B00020; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #B00020;
    border-color: #B00020; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(176, 0, 32, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B00020;
    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: #B00020;
    border-color: #B00020; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(176, 0, 32, 0.5); }

.btn-outline-light {
  color: #fcfcfc;
  border-color: #fcfcfc; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #fcfcfc;
    border-color: #fcfcfc; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 252, 252, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fcfcfc;
    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: #fcfcfc;
    border-color: #fcfcfc; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(252, 252, 252, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1cb495;
  text-decoration: none; }
  .btn-link:hover {
    color: #12725e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    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;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.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: #1cb495; }
  .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: #868e96;
  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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.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;
  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: #1cb495;
    background-color: #1cb495;
    box-shadow:; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 180, 149, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #68e8ce; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #94eedc;
    border-color: #94eedc;
    box-shadow:; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96; }
    .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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .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: #1cb495;
  background-color: #1cb495;
  box-shadow:; }

.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(28, 180, 149, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 180, 149, 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(28, 180, 149, 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(28, 180, 149, 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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #68e8ce;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 180, 149, 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: #868e96;
    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: #68e8ce;
    box-shadow: 0 0 0 0.2rem rgba(28, 180, 149, 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 180, 149, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 180, 149, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 180, 149, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1cb495;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94eedc; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1cb495;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #94eedc; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1cb495;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #94eedc; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .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: #868e96;
    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: #868e96;
      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: #1cb495; }

.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 {
    column-count: 3;
    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: #868e96;
    content: "/"; }

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

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

.breadcrumb-item.active {
  color: #868e96; }

.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: #1cb495;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #12725e;
    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(28, 180, 149, 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: #1cb495;
  border-color: #1cb495; }

.page-item.disabled .page-link {
  color: #868e96;
  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: #1cb495; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #158870; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 180, 149, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #109BC5; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #0c7696; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 155, 197, 0.5); }

.badge-success {
  color: #212529;
  background-color: #84BF6C; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #67ad4b; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(132, 191, 108, 0.5); }

.badge-info {
  color: #fff;
  background-color: #878d99; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #6d7380; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(135, 141, 153, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #F98C00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #c66f00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 140, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #B00020; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #7d0017; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(176, 0, 32, 0.5); }

.badge-light {
  color: #212529;
  background-color: #fcfcfc; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #e3e3e3; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 252, 252, 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: #0f5e4d;
  background-color: #d2f0ea;
  border-color: #bfeae1; }
  .alert-primary hr {
    border-top-color: #ace4d8; }
  .alert-primary .alert-link {
    color: #083229; }

.alert-secondary {
  color: #085166;
  background-color: #cfebf3;
  border-color: #bce3ef; }
  .alert-secondary hr {
    border-top-color: #a7daea; }
  .alert-secondary .alert-link {
    color: #042b37; }

.alert-success {
  color: #456338;
  background-color: #e6f2e2;
  border-color: #ddedd6; }
  .alert-success hr {
    border-top-color: #cee5c4; }
  .alert-success .alert-link {
    color: #2e4226; }

.alert-info {
  color: #464950;
  background-color: #e7e8eb;
  border-color: #dddfe2; }
  .alert-info hr {
    border-top-color: #cfd2d6; }
  .alert-info .alert-link {
    color: #2e3035; }

.alert-warning {
  color: #814900;
  background-color: #fee8cc;
  border-color: #fddfb8; }
  .alert-warning hr {
    border-top-color: #fcd49f; }
  .alert-warning .alert-link {
    color: #4e2c00; }

.alert-danger {
  color: #5c0011;
  background-color: #efccd2;
  border-color: #e9b8c1; }
  .alert-danger hr {
    border-top-color: #e3a5b0; }
  .alert-danger .alert-link {
    color: #290008; }

.alert-light {
  color: #838383;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: #6a6a6a; }

.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;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1cb495;
  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: #868e96;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1cb495;
    border-color: #1cb495; }
  .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: #0f5e4d;
  background-color: #bfeae1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0f5e4d;
    background-color: #ace4d8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0f5e4d;
    border-color: #0f5e4d; }

.list-group-item-secondary {
  color: #085166;
  background-color: #bce3ef; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #085166;
    background-color: #a7daea; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #085166;
    border-color: #085166; }

.list-group-item-success {
  color: #456338;
  background-color: #ddedd6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #456338;
    background-color: #cee5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #456338;
    border-color: #456338; }

.list-group-item-info {
  color: #464950;
  background-color: #dddfe2; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #464950;
    background-color: #cfd2d6; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #464950;
    border-color: #464950; }

.list-group-item-warning {
  color: #814900;
  background-color: #fddfb8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #814900;
    background-color: #fcd49f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #814900;
    border-color: #814900; }

.list-group-item-danger {
  color: #5c0011;
  background-color: #e9b8c1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #5c0011;
    background-color: #e3a5b0; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5c0011;
    border-color: #5c0011; }

.list-group-item-light {
  color: #838383;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #838383;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #838383;
    border-color: #838383; }

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

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

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

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: #868e96;
  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: 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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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: min-content; }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .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: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 8px;
    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 4px 0;
      border-top-color: #777; }

.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: 8px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 4px 0.4rem 4px 0;
      border-right-color: #777; }

.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 4px 0.4rem;
      border-bottom-color: #777; }

.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: 8px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 4px 0 4px 0.4rem;
      border-left-color: #777; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #777;
  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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .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: .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: .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: .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: #1cb495 !important; }

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

.bg-secondary {
  background-color: #109BC5 !important; }

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

.bg-success {
  background-color: #84BF6C !important; }

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

.bg-info {
  background-color: #878d99 !important; }

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e3e3e3 !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: #1cb495 !important; }

.border-secondary {
  border-color: #109BC5 !important; }

.border-success {
  border-color: #84BF6C !important; }

.border-info {
  border-color: #878d99 !important; }

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

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

.border-light {
  border-color: #fcfcfc !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.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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 {
  user-select: all !important; }

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

.user-select-none {
  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: #1cb495 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #12725e !important; }

.text-secondary {
  color: #109BC5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #0a637e !important; }

.text-success {
  color: #84BF6C !important; }

a.text-success:hover, a.text-success:focus {
  color: #5d9b43 !important; }

.text-info {
  color: #878d99 !important; }

a.text-info:hover, a.text-info:focus {
  color: #616772 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ad6100 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #640012 !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #d6d6d6 !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: #868e96 !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; } }

@-moz-document url-prefix() {
  select,
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0; } }

button:focus, button:active, a:focus, a:active {
  outline: none !important;
  box-shadow: none !important; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none !important; }

textarea {
  resize: none; }

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  color: #000;
  background: linear-gradient(0deg, #E4E4E4 calc(100% - 250px), #117093 250px) no-repeat !important;
  background-attachment: fixed;
  overflow-x: hidden; }

#template {
  margin-top: 5px; }

html, body, #root, #App {
  min-height: 100%; }

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.5) !important; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: rgba(0, 0, 0, 0.5) !important; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.5) !important; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: rgba(0, 0, 0, 0.5) !important; }

.signup-wrapper {
  background: #fff; }
  .signup-wrapper .row {
    margin: 0; }
    .signup-wrapper .row .col-6 {
      padding: 0; }
  .signup-wrapper .header-signup {
    position: relative;
    z-index: 2; }
    .signup-wrapper .header-signup .container {
      max-width: 1130px;
      padding-top: 15px; }
    .signup-wrapper .header-signup .main-navigation > li > a {
      color: #00AAE3;
      white-space: nowrap;
      margin-right: 20px; }
      .signup-wrapper .header-signup .main-navigation > li > a i {
        margin: 0 6px 0 0;
        font-size: 20px;
        color: #DEDFE1;
        vertical-align: top;
        position: relative;
        top: -2px; }
        .signup-wrapper .header-signup .main-navigation > li > a i img {
          max-width: 16px; }
  .signup-wrapper .main-section .container {
    padding-top: 100px;
    padding-bottom: 25px;
    max-width: 1130px;
    z-index: 1;
    position: relative; }
    .signup-wrapper .main-section .container:before {
      content: '';
      width: 325px;
      height: 325px;
      border-radius: 100%;
      border: 41px solid #F98C00;
      display: block;
      position: absolute;
      left: -100px;
      top: 10px;
      pointer-events: none;
      z-index: -1; }
    .signup-wrapper .main-section .container:after {
      content: '';
      width: 325px;
      height: 325px;
      border-radius: 100%;
      border: 41px solid #109BC5;
      display: block;
      position: absolute;
      right: -120px;
      top: 50%;
      pointer-events: none;
      transform: translateY(-60%);
      z-index: -1; }
    .signup-wrapper .main-section .container .wrapper-box {
      padding: 0;
      overflow: hidden; }
      .signup-wrapper .main-section .container .wrapper-box:before {
        content: '';
        width: 120px;
        height: 120px;
        border-radius: 100%;
        background: rgba(16, 155, 197, 0.5);
        position: absolute;
        left: -40px;
        z-index: -1;
        bottom: 20%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1360px; } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

select {
  font-family: "Open Sans", sans-serif; }

.btn {
  background: #1B9BC5;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  padding: 12px 30px; }
  .btn:hover {
    background: #117093;
    color: #fff; }
  .btn.disabled {
    background: #6D6D6D; }
  .btn i {
    font-size: 20px;
    vertical-align: middle; }
  .btn.btn-save {
    min-width: 330px; }
  .btn.pointer-none {
    pointer-events: none; }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none !important; }

.link, a {
  color: #0072BC; }

h1, h2, h3, h4, h5, h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

.section-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  word-break: break-word; }

@-moz-document url-prefix() {
  .label-select select {
    text-indent: 8px !important; } }

.main-logo {
  width: 48px;
  background: #fff;
  display: inline-block;
  height: 65px;
  padding: 9px; }

input[type="number"] {
  -moz-appearance: textfield !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important; }

#loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #loader-wrapper.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); }
    #loader-wrapper.fixed .wrapper_laoder {
      position: absolute;
      width: 565px;
      height: 110px;
      left: 50%;
      transform: translateX(-50%);
      top: 20%;
      text-align: center; }
      #loader-wrapper.fixed .wrapper_laoder h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #117093; }
      #loader-wrapper.fixed .wrapper_laoder p {
        font-size: 18px;
        font-weight: 400;
        color: #117093; }
  #loader-wrapper.popup-fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.8); }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -45px;
  border: 2px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
/﹋\
(҂`_´)
<,︻╦╤─  - -
/﹋\
*/
.main-navigation {
  list-style: none;
  padding: 0px 0 0;
  margin: 0; }

.main-navigation > li {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 18px; }

.main-navigation > li > a {
  color: #fff;
  cursor: pointer; }

.main-navigation > li:first-child {
  margin-left: 0; }

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 160px;
  background: #fff;
  border: none;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.15s linear;
  overflow: hidden;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }

.main-navigation li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.main-navigation ul li {
  border-top: 1px solid transparent; }

.main-navigation ul li:first-child {
  border: none; }

.main-navigation ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  color: #6D6D6D;
  cursor: pointer; }
  .main-navigation ul li a .icons {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px; }

.main-navigation ul li a:hover,
.main-navigation ul li a.active {
  text-decoration: none;
  color: #117093;
  background: #E8F1F4; }

.bottom-header-elements {
  margin-top: 70px;
  margin-bottom: 5px;
  color: #fff; }
  .bottom-header-elements h4 {
    color: #fff;
    margin: 0px;
    line-height: 22px;
    font-size: 22px; }
  .bottom-header-elements h6 {
    color: #fff;
    margin: 0px;
    margin-top: 5px; }
  .bottom-header-elements a {
    color: #fff;
    font-size: 13px;
    font-weight: 600; }

#collaspe-item .container {
  padding-top: 35px;
  height: 95vh;
  font-size: 14px; }

#collaspe-item h3 {
  margin-bottom: 32px; }

#collaspe-item h5 {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.09em; }

#collaspe-item h4 {
  font-size: 16px;
  margin-bottom: 7px; }

#collaspe-item p,
#collaspe-item address {
  margin-bottom: 0;
  line-height: 1.6;
  color: #6D6D6D; }
  #collaspe-item p a,
  #collaspe-item address a {
    color: #6D6D6D; }

#collaspe-item p.icon {
  padding-left: 22px;
  position: relative; }
  #collaspe-item p.icon i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    color: #6D6D6D; }

#collaspe-item a.link {
  margin-top: 12px;
  display: inline-block; }

.wrapper-box {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); }
  .wrapper-box > .row > .col-3 {
    padding-right: 0; }

.label-select {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 10px; }
  .label-select.error {
    border-color: #B00020; }
  .label-select span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #6D6D6D;
    padding: 7px 20px;
    pointer-events: none;
    transition: all 0.2s linear; }
  .label-select select {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 48px;
    padding: 18px 40px 0px 0px;
    font-size: 14px;
    outline: none;
    color: #000;
    transition: padding 0.2s linear;
    text-indent: 20px;
    text-overflow: ""; }
    .label-select select option {
      padding: 0;
      text-indent: 0; }
    .label-select select::-ms-expand {
      display: none; }
    @media screen and (min-width: 0\0) {
      .label-select select {
        padding: 18px 0px 0px 20px; } }
  .label-select:before {
    font-family: "Material Icons";
    content: "\E5CF";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: -8px;
    color: #6D6D6D;
    pointer-events: none; }
  .label-select.active select {
    padding: 5px 0;
    color: #6D6D6D !important; }
    .label-select.active select option {
      color: #6D6D6D; }
  .label-select.active span {
    opacity: 0;
    top: 0; }

.label-input {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px; }
  .label-input.input-icon input {
    padding-right: 35px; }
  .label-input.input-icon i.input-material-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .label-input span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #6D6D6D;
    padding: 7px 14px;
    pointer-events: none;
    transition: all 0.1s linear; }
  .label-input.error {
    border-color: #B00020; }
  .label-input input {
    width: 100%;
    border: 1px solid #d5d5d5;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 5px;
    padding: 18px 14px 0px;
    font-size: 14px;
    color: #000;
    outline: none;
    background: #fff; }
    .label-input input:placeholder-shown {
      padding-top: 0px; }
    .label-input input:placeholder-shown + span {
      top: 7px;
      font-size: 14px;
      white-space: nowrap; }
      @media (max-width: 1400px) {
        .label-input input:placeholder-shown + span {
          font-size: 13px; } }
    .label-input input:focus {
      border-color: #1B9BC5; }
  .label-input.date input {
    padding-right: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAABHNCSVQICAgIfAhkiAAAANdJREFUOE/tk81twkAQhb+HlAO30AElUAIlsEhYCjmQdJAOMB3QBEY4UraEUEJKoAQqyIuWyJGNBVZEjtnT7sx+897sj6iNonzbS8ofZmFfj6f59jWOP+2Xx2w6qXL6DWw7n2fT8Q+8KeOTYJEChhFwEBzPlQ33wFDwkXISKxVlNCao1wbOC1TrJGKzOMHzLDTsX4KqeOrf5v1bGVoHdK1AakEwOsE2qy61el4wRH9h+6ae/+HuS2s8kpsOrH/HIITQ+gyXPBS7OLG81mYXc4llt9nmDsPzFymWk0UoqtHUAAAAAElFTkSuQmCC) no-repeat right 15px center #fff; }
  .label-input.datetime input {
    padding-right: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAABHNCSVQICAgIfAhkiAAAASpJREFUKFOVksF5gkAUhGegAUqwg5AK4h0X00G0A1NBSAWxBFKByGY/jpIO0kFSgpec1H35FoH4mQjCibdv/919M0PUnzEmxOGwjOJ43Ky1Pa0TC5RKqfK0x6bQWo89kWQQbPI8E3JEke35jf/VQgYTpULXo9FaIqXaF/QdYPK8hO8voij6qGCK/Jnz0iFCLi3w6OavYIi899140g8ted/CQ59tyWQwXBTFyO526dWw81+sfSHwq4vIPIrjtFPtzWoVfPv+J8lAgFcAIYGban7Pu+2EjdYJgKdarGc4V8i7qhZZd8PO02Yz4OAQ5PTIyrYPzprNEPmy5Nxzs4ssABxDcsmqKu/A5iwDmQAByDXftE4JPAwICZx4E6VmV2W68ne/n9UqZy7X7v8HuY6tleqseVUAAAAASUVORK5CYII=) no-repeat right 15px center #fff; }
  .label-input.datetimeclock input {
    padding-right: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAABHNCSVQICAgIfAhkiAAAAdpJREFUOE+VlFFu2kAURe91RCXyRXfgHdTZgVlBGaQYYX/EOyhdQcgK6u7AfGCEI3lYgruCegd4B+WrjRLqV43BkXEhVf05enPefffdMdH5tNaDpz0+icAVwCEwEKAAUFjEYnqr8u4dtg+SRz2D4AsECwAbIcrrHsqnPZyqggtKSHDb70EppXbN3VdIstYxII6QYeAp0/nsl6Q6AiQU0G3qakitoJKw/45uu0Oy1iMQru+pWVexCO6uexiaehoPfr3ghwA3XQXLtZ6T4vre2O3KWqbZBsIimKg560LA9icq/KvwTYh2CMl9bzxgkmY5hJE/UZv/gdQ2rLOCFmcGsmub1Aa9NU4NSbNcwJhJqqXfw/u2oQ3oOOodKwynU1V2lZqNClCykXQuRAfTZSPgBwCfA0/FJ1tKs5zknHU+LBT+rYouZuMYQhLDpplp8PMFW+s3brh61G4lEgfe2L4EMeerlbbbIy1THQIyCrzx6BA2syGw6IbqEtQAqyt8twhllNWQ4+ylgPeBp77+S1F1BU1i0Vjw+naWqXYoEgPcCvHQTW/d6Fk+ChmReGh7ePKKa7OeMSNlJuCWwK5eIWCb3wIg3ywy6m7yBNIe42A4bAhsy0KOPcpzWTF3/gAfEAWb9JUQyQAAAABJRU5ErkJggg==) no-repeat right 15px center #fff; }
  .label-input.googlepin input {
    padding-right: 40px;
    background: url(/static/media/ico-pin.371b0132.svg) no-repeat right 15px center #fff; }

.label-textarea {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .label-textarea.error textarea {
    border-color: #B00020; }
  .label-textarea span {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 12px;
    color: #6D6D6D;
    padding: 7px 13px 0;
    pointer-events: none;
    transition: all 0.1s linear;
    background: #fff;
    width: 100%;
    width: calc(100% - 25px);
    border-radius: 5px 0 0 0; }
  .label-textarea textarea {
    background: #fff;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 95px;
    min-height: 50px;
    padding: 25px 13px 0px;
    font-size: 14px;
    color: #000;
    outline: none; }
    .label-textarea textarea:placeholder-shown {
      padding-top: 14px; }
    .label-textarea textarea:placeholder-shown + span {
      top: 7px;
      font-size: 14px;
      background: transparent; }
    .label-textarea textarea:focus {
      border-color: #1B9BC5; }

.req {
  color: #B00020 !important;
  margin-left: 3px; }

.section-add-attendee {
  margin-top: 20px; }
  .section-add-attendee .row {
    margin-bottom: 7px; }
  .section-add-attendee h5 {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 19px;
    font-weight: 400; }
  .section-add-attendee p {
    font-size: 12px;
    color: #6D6D6D;
    line-height: 18px;
    margin-bottom: 7px; }

.DayPickerInput {
  width: 100%;
  position: relative; }

.radio-check-field.inline {
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 8px; }
  .radio-check-field.inline h5 {
    margin-bottom: 5px;
    font-weight: 400;
    color: #6D6D6D;
    font-size: 12px; }
  .radio-check-field.inline label {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 20px; }

.radio-check-field h5 {
  margin-bottom: 12px; }

.radio-check-field label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 18px;
  padding-left: 28px;
  overflow: hidden; }
  .radio-check-field label input {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden; }
  .radio-check-field label input[type="radio"] + span:before {
    content: "\E061";
    border-radius: 100%;
    font-size: 11px; }
  .radio-check-field label input:checked + span:before {
    background: #0072BC;
    border-color: #0072BC;
    color: #fff; }
  .radio-check-field label span:before {
    content: "\E876";
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons";
    text-align: center;
    line-height: 17px;
    font-size: 14px; }

.app-side-application {
  background: #fcfcfc;
  min-height: calc(100vh - 250px);
  height: 100%;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid rgba(213, 213, 213, 0.3);
  padding: 15px 20px 20px 20px; }
  .app-side-application ul,
  .app-side-application li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .app-side-application > ul {
    padding-left: 20px; }
    .app-side-application > ul.create-event > li:not(:first-child) > span {
      pointer-events: none; }
      .app-side-application > ul.create-event > li:not(:first-child) > span:before {
        content: url(/static/media/ico-lock.8c17a961.svg);
        font-family: "Open Sans", sans-serif; }
  .app-side-application > ul > li {
    padding-left: 25px;
    counter-increment: section;
    border-left: 2px solid #117093;
    padding-bottom: 30px; }
    .app-side-application > ul > li:last-child {
      padding-bottom: 0; }
    .app-side-application > ul > li > ul,
    .app-side-application > ul > li ul ul {
      display: none;
      padding-top: 6px;
      padding-left: 8px; }
      .app-side-application > ul > li > ul.active,
      .app-side-application > ul > li ul ul.active {
        display: block; }
      .app-side-application > ul > li > ul > li,
      .app-side-application > ul > li ul ul > li {
        padding-left: 12px;
        margin-bottom: 5px;
        line-height: 18px;
        font-size: 13px; }
        .app-side-application > ul > li > ul > li > span,
        .app-side-application > ul > li ul ul > li > span {
          color: #6D6D6D; }
          .app-side-application > ul > li > ul > li > span.active,
          .app-side-application > ul > li ul ul > li > span.active {
            font-weight: 700;
            color: #00AAE3; }
          .app-side-application > ul > li > ul > li > span.activeCompleted,
          .app-side-application > ul > li ul ul > li > span.activeCompleted {
            color: #00AAE3;
            cursor: pointer; }
        .app-side-application > ul > li > ul > li::before,
        .app-side-application > ul > li ul ul > li::before {
          content: "";
          width: 5px;
          height: 5px;
          position: absolute;
          left: 0;
          top: 10px;
          transform: translateY(-50%);
          border-radius: 100%;
          background: #6D6D6D;
          display: inline-block; }
        .app-side-application > ul > li > ul > li.lockscreen,
        .app-side-application > ul > li ul ul > li.lockscreen {
          padding-left: 15px;
          color: #6D6D6D;
          pointer-events: none; }
          .app-side-application > ul > li > ul > li.lockscreen a,
          .app-side-application > ul > li ul ul > li.lockscreen a {
            color: rgba(109, 109, 109, 0.6);
            font-weight: normal; }
            .app-side-application > ul > li > ul > li.lockscreen a span,
            .app-side-application > ul > li ul ul > li.lockscreen a span {
              color: rgba(109, 109, 109, 0.6);
              font-weight: normal; }
          .app-side-application > ul > li > ul > li.lockscreen:before,
          .app-side-application > ul > li ul ul > li.lockscreen:before {
            font-family: 'Material Icons';
            content: '\E897';
            background: transparent;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            font-size: 14px;
            text-align: center;
            color: rgba(109, 109, 109, 0.6);
            left: -7px; }
      .app-side-application > ul > li > ul.sub-menu li,
      .app-side-application > ul > li ul ul.sub-menu li {
        padding-left: 0; }
      .app-side-application > ul > li > ul.sub-menu li::before,
      .app-side-application > ul > li ul ul.sub-menu li::before {
        display: none; }
    .app-side-application > ul > li > span {
      font-size: 15px;
      color: #6D6D6D;
      display: block;
      line-height: 24px; }
      .app-side-application > ul > li > span a {
        color: #6D6D6D;
        text-decoration: none; }
      .app-side-application > ul > li > span:before {
        content: counter(section);
        width: 25px;
        height: 25px;
        border: 1px solid #117093;
        color: #117093;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        line-height: 23px;
        position: absolute;
        left: -14px;
        top: 0;
        z-index: 9;
        background: #fff; }
    .app-side-application > ul > li.lockscreen {
      pointer-events: none; }
      .app-side-application > ul > li.lockscreen > span {
        color: rgba(109, 109, 109, 0.4) !important; }
        .app-side-application > ul > li.lockscreen > span:before {
          font-family: 'Material Icons';
          content: '\E897';
          color: rgba(109, 109, 109, 0.4) !important;
          font-size: 15px;
          border-color: rgba(109, 109, 109, 0.4) !important;
          background: #fff !important; }
        .app-side-application > ul > li.lockscreen > span a {
          color: rgba(109, 109, 109, 0.4) !important; }
  .app-side-application li.lastItem span:before {
    content: url(/static/media/ico-flag-gray.d8322cce.svg);
    line-height: 24px; }
  .app-side-application li.lastItem.activeList span:before {
    content: url(/static/media/ico-flag.d2268644.svg);
    line-height: 24px; }
  .app-side-application li.completed::before {
    font-family: 'Material Icons';
    content: '\E5CA';
    position: absolute;
    right: 0;
    top: 5px;
    color: #117093;
    font-size: 22px;
    line-height: 18px; }
  .app-side-application li.completed > span:before {
    background-color: #117093;
    color: #fff; }
  .app-side-application li.completed > span a {
    color: #117093; }
  .app-side-application li.activeList {
    cursor: pointer; }
    .app-side-application li.activeList.bold {
      cursor: default; }
      .app-side-application li.activeList.bold a {
        color: #00AAE3;
        text-decoration: none;
        word-break: break-word; }
      .app-side-application li.activeList.bold ul li a {
        color: #6D6D6D;
        text-decoration: none; }
        .app-side-application li.activeList.bold ul li a.active {
          color: #00AAE3;
          font-weight: 600; }
    .app-side-application li.activeList > span {
      color: #0072BC;
      line-height: 35px; }
      .app-side-application li.activeList > span:before {
        background: #00AAE3;
        border-color: #00AAE3;
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 34px;
        left: -19px; }
    .app-side-application li.activeList ul li > span.active:before,
    .app-side-application li.activeList ul li > a.active > span:before {
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 10px;
      transform: translateY(-50%);
      border-radius: 100%;
      background: #00AAE3;
      display: inline-block;
      z-index: 99; }
    .app-side-application li.activeList ul li a.active span.active:before {
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 10px;
      transform: translateY(-50%);
      border-radius: 100%;
      background: #00AAE3;
      display: inline-block;
      z-index: 99; }
  .app-side-application li.bold > span {
    font-weight: 700; }
  .app-side-application li.bold > ul {
    display: block; }
  .app-side-application .sidebarTemplate {
    padding-left: 0; }
    .app-side-application .sidebarTemplate > li {
      padding-left: 0;
      border: none; }
      .app-side-application .sidebarTemplate > li > span {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px; }
        .app-side-application .sidebarTemplate > li > span a {
          padding-left: 20px;
          padding-top: 3px;
          display: block; }
        .app-side-application .sidebarTemplate > li > span::before {
          display: none; }
      .app-side-application .sidebarTemplate > li > ul {
        padding-left: 20px;
        padding-top: 12px; }
        .app-side-application .sidebarTemplate > li > ul > li {
          list-style: none;
          margin-bottom: 20px; }
          .app-side-application .sidebarTemplate > li > ul > li a {
            font-size: 15px;
            line-height: 1.2;
            outline: none; }
            .app-side-application .sidebarTemplate > li > ul > li a.active {
              font-weight: 400 !important; }
          .app-side-application .sidebarTemplate > li > ul > li::before {
            display: none; }
      .app-side-application .sidebarTemplate > li.activeList > span {
        background-color: #E8F1F4; }
  .app-side-application.app-application-setting > ul {
    padding-left: 28px; }
    .app-side-application.app-application-setting > ul > li {
      padding: 0;
      border: none;
      margin-bottom: 20px; }
      .app-side-application.app-application-setting > ul > li > a {
        display: flex;
        align-items: center;
        color: #707070; }
        .app-side-application.app-application-setting > ul > li > a.active {
          color: #117093; }
        .app-side-application.app-application-setting > ul > li > a > img, .app-side-application.app-application-setting > ul > li > a .icons {
          margin-right: 15px; }

.wrapper-content {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 00px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media screen and (min-width: 0\0) {
    .wrapper-content {
      height: auto; } }
  .wrapper-content p {
    margin-bottom: 15px;
    color: #707070;
    font-size: 12px; }
  .wrapper-content.second-step .row {
    padding-top: 0px; }

.component-heading {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 600; }

.checkbox-row {
  margin: 10px 0 10px;
  display: inline-block;
  width: 100%;
  padding-right: 75px;
  position: relative; }
  .checkbox-row h4 {
    font-size: 13px;
    color: #000;
    margin: 0 0 8px;
    font-weight: 400; }
  .checkbox-row h5 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 400; }
  .checkbox-row p {
    font-size: 13px;
    color: #6D6D6D;
    margin: 0; }
  .checkbox-row .custom-checkbox-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -4px; }
  .checkbox-row.inline-box {
    margin-top: 15px;
    display: flex;
    align-items: center; }
    .checkbox-row.inline-box .custom-checkbox-toggle {
      position: relative;
      right: 0; }

.custom-checkbox-toggle {
  position: relative;
  width: 50px;
  min-width: 50px;
  margin: 0;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  .custom-checkbox-toggle span {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: 100%;
    border-radius: 40px; }
    .custom-checkbox-toggle span::before {
      content: "";
      width: 19px;
      height: 19px;
      position: absolute;
      left: 2px;
      top: 2px;
      background: #d5d5d5;
      border-radius: 100%;
      transition: left 0.1s linear; }
  .custom-checkbox-toggle input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
    .custom-checkbox-toggle input:checked + span {
      border-color: #117093;
      background: #117093; }
    .custom-checkbox-toggle input:checked + span::before {
      left: 27px;
      background: #fff; }

.toggle-row {
  padding-top: 13px;
  margin-bottom: 10px; }
  .toggle-row label {
    font-weight: 400;
    line-height: 25px;
    margin: 0; }
  .toggle-row .custom-checkbox-toggle {
    float: right; }

.bottom-component-panel {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 15px;
  margin-top: 60px;
  background: #E8F1F4;
  margin-left: -15px;
  width: 100%;
  width: calc(100% + 30px);
  border-radius: 0 0 5px 0;
  text-align: right;
  z-index: 9; }
  .bottom-component-panel .btn {
    padding: 11px 20px;
    font-size: 13px; }
  .bottom-component-panel .btn-preview {
    background: #117093; }
    .bottom-component-panel .btn-preview i {
      margin-right: 6px;
      display: inline-block;
      vertical-align: top; }
    .bottom-component-panel .btn-preview:hover {
      background: #0072BC; }
  .bottom-component-panel .btn-next-step {
    float: right;
    background: #1B9BC5;
    text-transform: uppercase;
    margin-left: 20px;
    min-width: 124px; }
    .bottom-component-panel .btn-next-step:hover {
      background: #117093; }
  .bottom-component-panel .btn-save {
    min-width: 124px;
    background: #fff;
    border-color: #117093;
    color: #117093;
    margin: 0 15px;
    text-transform: uppercase; }
    .bottom-component-panel .btn-save:hover {
      background: #1B9BC5;
      color: #fff; }
  .bottom-component-panel .btn-save-next {
    min-width: 124px;
    background: #1B9BC5;
    border-color: #1B9BC5;
    color: #fff;
    margin: 0;
    text-transform: uppercase; }
    .bottom-component-panel .btn-save-next:hover {
      background: #117093; }
  .bottom-component-panel a.btn-prev-step {
    line-height: 42px; }
  .bottom-component-panel .btn-prev-step {
    background: transparent;
    padding: 0;
    height: 45px;
    color: #1B9BC5;
    border: 1px solid #117093;
    text-transform: uppercase;
    width: 45px;
    border-radius: 100%; }
    .bottom-component-panel .btn-prev-step:hover {
      background: #117093;
      color: #fff; }
  .bottom-component-panel.bottom-panel-import {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%; }
  .bottom-component-panel button.btn-cancel {
    padding: 0;
    height: 44px;
    background: transparent;
    color: #117093;
    font-size: 14px; }
  .bottom-component-panel button.btn-import {
    width: 124px;
    height: 44px;
    border-radius: 3px;
    background: #00AAE3;
    color: #fff;
    padding: 0;
    font-size: 14px;
    margin-left: 12px; }
    .bottom-component-panel button.btn-import.disabled {
      pointer-events: none;
      cursor: not-allowed; }

.logos {
  margin-bottom: 30px;
  max-width: 420px;
  margin-left: 20px; }

.left-signup {
  width: 100%;
  padding: 40px 48px; }
  .left-signup .text-block {
    padding-left: 25px; }
  .left-signup .illustration {
    display: block;
    margin: 0 auto 50px; }
  .left-signup h4 {
    font-weight: 700;
    font-size: 24px;
    color: #117093;
    margin-bottom: 4px;
    line-height: 1; }
  .left-signup p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 25px; }
  .left-signup ul {
    padding: 0;
    margin: 0 0 60px 0;
    list-style: none; }
    .left-signup ul li {
      margin-bottom: 20px;
      padding-left: 32px;
      font-size: 18px;
      color: #000;
      line-height: 20px;
      background: url(/static/media/ico-tick-alt.138139de.svg) no-repeat left 4px; }

.right-section-blank {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: #117093;
  position: relative;
  padding: 60px; }
  .right-section-blank .main-navigation {
    position: absolute;
    right: 60px;
    top: 35px; }
    .right-section-blank .main-navigation li a {
      line-height: 16px;
      display: flex; }
      .right-section-blank .main-navigation li a i {
        width: 20px; }
      .right-section-blank .main-navigation li a img {
        max-width: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        position: relative;
        top: -2px; }

.right-formarea {
  width: 100%; }
  .right-formarea .custom-messages {
    margin-bottom: 15px; }
  .right-formarea .error-message {
    color: #fff !important;
    font-size: 10px !important; }
  .right-formarea h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin: 0 0 15px 0; }
  .right-formarea p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px; }

.form-area-signup .form-row-box {
  position: relative;
  margin-bottom: 20px; }
  .form-area-signup .form-row-box input[type="text"],
  .form-area-signup .form-row-box input[type="email"],
  .form-area-signup .form-row-box input[type="number"],
  .form-area-signup .form-row-box input[type="password"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 10px 15px;
    color: #707070;
    font-size: 14px; }
    .form-area-signup .form-row-box input[type="text"]:focus, .form-area-signup .form-row-box input[type="text"].ieHack,
    .form-area-signup .form-row-box input[type="email"]:focus,
    .form-area-signup .form-row-box input[type="email"].ieHack,
    .form-area-signup .form-row-box input[type="number"]:focus,
    .form-area-signup .form-row-box input[type="number"].ieHack,
    .form-area-signup .form-row-box input[type="password"]:focus,
    .form-area-signup .form-row-box input[type="password"].ieHack {
      border-color: #00AAE3; }
    .form-area-signup .form-row-box input[type="text"].ieHack,
    .form-area-signup .form-row-box input[type="email"].ieHack,
    .form-area-signup .form-row-box input[type="number"].ieHack,
    .form-area-signup .form-row-box input[type="password"].ieHack {
      color: #707070; }
    .form-area-signup .form-row-box input[type="text"].ieHack, .form-area-signup .form-row-box input[type="text"]:focus,
    .form-area-signup .form-row-box input[type="email"].ieHack,
    .form-area-signup .form-row-box input[type="email"]:focus,
    .form-area-signup .form-row-box input[type="number"].ieHack,
    .form-area-signup .form-row-box input[type="number"]:focus,
    .form-area-signup .form-row-box input[type="password"].ieHack,
    .form-area-signup .form-row-box input[type="password"]:focus {
      padding-top: 21px;
      padding-left: 20px; }
    .form-area-signup .form-row-box input[type="text"].ieHack + label,
    .form-area-signup .form-row-box input[type="text"]:focus + label,
    .form-area-signup .form-row-box input[type="email"].ieHack + label,
    .form-area-signup .form-row-box input[type="email"]:focus + label,
    .form-area-signup .form-row-box input[type="number"].ieHack + label,
    .form-area-signup .form-row-box input[type="number"]:focus + label,
    .form-area-signup .form-row-box input[type="password"].ieHack + label,
    .form-area-signup .form-row-box input[type="password"]:focus + label {
      top: 13px;
      color: #000;
      font-size: 11px;
      background: transparent; }
  .form-area-signup .form-row-box.has-error {
    margin-bottom: 8px; }
    .form-area-signup .form-row-box.has-error input[type="text"],
    .form-area-signup .form-row-box.has-error input[type="email"],
    .form-area-signup .form-row-box.has-error input[type="number"],
    .form-area-signup .form-row-box.has-error input[type="password"] {
      border-color: #B00020; }
  .form-area-signup .form-row-box label.title {
    margin: 0;
    display: inline-block;
    line-height: 20px;
    background: #fff;
    padding: 0 4px;
    font-size: 14px;
    color: #707070;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
    transition: all 0.1s linear; }

.form-area-signup .icon-eye {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  z-index: 10; }

.react-tel-input .flag-dropdown.open-dropdown .selected-flag,
.react-tel-input .flag-dropdown:hover .selected-flag,
.react-tel-input .flag-dropdown:focus .selected-flag {
  background: transparent !important; }

.button-panel {
  text-align: center;
  margin-top: 10px; }
  .button-panel .btn {
    margin-bottom: 20px;
    border: none;
    font-weight: 400;
    background: #1B9BC5;
    height: 50px;
    min-width: 204px;
    text-transform: uppercase; }
    .button-panel .btn:hover {
      background: #00AAE3; }

.other-link {
  font-size: 14px;
  color: #fff; }
  .other-link a {
    color: #fff;
    font-weight: 700; }

.imgupload_wrapper {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px 20px;
  padding-right: 110px;
  position: relative;
  margin-bottom: 10px;
  line-height: 18px;
  color: #6D6D6D;
  font-size: 12px; }
  .imgupload_wrapper .cropper-display-image {
    display: block;
    padding: 8px 0 5px 0; }
    .imgupload_wrapper .cropper-display-image img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      height: 50px; }
  .imgupload_wrapper .title-description strong {
    font-weight: 400;
    padding-right: 10px;
    margin-bottom: 6px;
    color: #000;
    font-size: 14px;
    display: block; }
  .imgupload_wrapper p {
    margin: 4px 0 0 0;
    line-height: 24px;
    min-height: 26px;
    font-size: 14px; }
    .imgupload_wrapper p span {
      display: inline-block;
      vertical-align: middle;
      color: #0072BC;
      font-size: 12px;
      line-height: 22px;
      cursor: pointer;
      margin-left: 4px; }
      .imgupload_wrapper p span.remove-file {
        position: relative;
        top: 1px; }
      .imgupload_wrapper p span .material-icons {
        font-size: 20px;
        position: relative;
        top: -1px;
        pointer-events: none; }
      .imgupload_wrapper p span.file-name {
        margin-left: 0;
        color: #1B9BC5;
        line-height: 23px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .imgupload_wrapper p span.file-name img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 4px;
          position: relative;
          top: 0px; }

.wrapp-file-upload {
  position: absolute;
  right: 15px;
  top: 50%;
  height: 40px;
  width: 40px;
  padding: 0px 0px;
  border-radius: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: -20px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0;
  color: #117093;
  line-height: 34px;
  border: 1px solid transparent;
  text-align: center; }
  .wrapp-file-upload.lockfile {
    pointer-events: none; }
  .wrapp-file-upload:hover {
    background-color: #E8F1F4; }
  .wrapp-file-upload .icons img {
    max-height: 22px; }
  .wrapp-file-upload input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100%; }

.multi-file-wrapp {
  padding-top: 5px; }
  .multi-file-wrapp.lockitem {
    pointer-events: none; }
  .multi-file-wrapp p {
    margin: 0;
    min-height: 1px;
    line-height: 18px; }
    .multi-file-wrapp p .file-name {
      width: 190px; }

.color-picker {
  position: relative;
  margin-bottom: 15px; }
  .color-picker .title-picker {
    display: block;
    margin-bottom: 15px;
    font-size: 13px; }
  .color-picker .label-input-color {
    padding: 0;
    border: none;
    display: flex;
    align-items: center; }
    .color-picker .label-input-color .c-box {
      padding-left: 15px; }
      .color-picker .label-input-color .c-box .value-rgb {
        margin-left: 10px;
        height: 35px;
        width: 42px;
        text-align: center;
        border: 1px solid #d5d5d5;
        display: inline-block;
        line-height: 32px;
        border-radius: 5px; }
      .color-picker .label-input-color .c-box input {
        margin-left: 10px;
        height: 35px;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        width: 110px;
        text-align: center; }
  .color-picker .patch-box {
    position: relative; }

.widget-section {
  padding-top: 30px; }

.draggable-component .input-list-item {
  position: relative;
  margin-bottom: 15px;
  outline: none !important; }
  .draggable-component .input-list-item .inner-wrapper {
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0px;
    height: 52px;
    padding: 14px 40px;
    width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    outline: none !important; }
    .draggable-component .input-list-item .inner-wrapper input[type="text"] {
      border: 1px solid #d5d5d5;
      background: transparent;
      border-radius: 4px;
      width: 100%;
      max-width: 240px;
      padding: 0 5px;
      height: 22px; }
      .draggable-component .input-list-item .inner-wrapper input[type="text"]:disabled {
        border-color: transparent;
        background: none; }
  .draggable-component .input-list-item span.btn-remove-list,
  .draggable-component .input-list-item span.btn-list-required {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 15px;
    color: #0072BC;
    cursor: pointer;
    line-height: 0; }
  .draggable-component .input-list-item span.btn-list-required {
    right: 50px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    color: #d5d5d5;
    font-size: 10px;
    color: #707070; }
    .draggable-component .input-list-item span.btn-list-required em {
      display: inline-block;
      width: 12px;
      height: 12px;
      border: 1px solid #117093;
      border-radius: 2px;
      vertical-align: middle;
      margin-left: 5px;
      pointer-events: none; }
    .draggable-component .input-list-item span.btn-list-required.active em {
      background: #0072BC;
      color: #fff;
      line-height: 10px; }
      .draggable-component .input-list-item span.btn-list-required.active em::before {
        content: '\E5CA';
        font-family: 'Material Icons';
        font-style: normal; }
  .draggable-component .input-list-item span.list-drag {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
    letter-spacing: -12px; }

.draggable-component.draggable-right {
  min-height: 450px; }
  .draggable-component.draggable-right > div {
    border: 1px solid #ccc;
    border-radius: 5px; }
  .draggable-component.draggable-right > div.input-list-item {
    display: inline-block;
    border: none;
    width: 49%;
    margin-left: 1%; }
    .draggable-component.draggable-right > div.input-list-item:nth-of-type(odd) {
      margin-right: 1%;
      margin-left: 0; }
    .draggable-component.draggable-right > div.input-list-item .inner-wrapper {
      width: 100%;
      font-size: 12px;
      height: 40px;
      padding-top: 10px;
      border-radius: 0;
      line-height: 17px; }

.selection-item-wrapp {
  background: #E8F1F4;
  border-radius: 5px;
  padding: 20px 20px; }
  .selection-item-wrapp .component-heading {
    margin-bottom: 15px; }
  .selection-item-wrapp .search-fields {
    position: relative;
    margin-bottom: 10px; }
    .selection-item-wrapp .search-fields .material-icons {
      position: absolute;
      left: 0px;
      top: 7px;
      color: #6D6D6D; }
    .selection-item-wrapp .search-fields input[type="text"] {
      border: none;
      border-radius: 5px;
      height: 35px;
      padding: 5px 32px 5px 30px;
      color: #6D6D6D;
      background: none;
      width: 100%; }

.draggable-left {
  min-height: 450px;
  padding-bottom: 50px; }

.button-header {
  margin-top: 8px;
  font-size: 14px;
  line-height: 25px; }
  .button-header .custom-checkbox-toggle {
    float: right;
    margin-left: 8px; }

.speaker-wrapper .hotel-add-item {
  background: transparent;
  padding: 0 50px 0 0; }
  .speaker-wrapper .hotel-add-item .bottom-panel-button {
    padding-top: 0; }

.hotel-add-item {
  padding: 15px;
  border-radius: 5px;
  background: #E8F1F4;
  width: 100%; }
  .hotel-add-item.isGray {
    background: #FAFAFA; }
  .hotel-add-item .component-heading {
    font-size: 14px; }
    .hotel-add-item .component-heading .icons {
      display: inline-block;
      vertical-align: top;
      margin-right: 3px;
      position: relative;
      top: -2px; }
  .hotel-add-item .row {
    margin: 0 -3px; }
    .hotel-add-item .row div[class*="col-"] {
      padding: 0 3px; }
      .hotel-add-item .row div[class*="col-"].col-3 {
        flex: 0 0 30%;
        max-width: 30%; }
        .hotel-add-item .row div[class*="col-"].col-3.PriceNight {
          flex: 0 0 22%;
          max-width: 22%; }
      .hotel-add-item .row div[class*="col-"].col-2 {
        flex: 0 0 14%;
        max-width: 14%; }
      .hotel-add-item .row div[class*="col-"].col-4 {
        flex: 0 0 34%;
        max-width: 34%; }
  .hotel-add-item.send-news-wrapper {
    padding: 0;
    background: none !important; }
    .hotel-add-item.send-news-wrapper .PriceNight {
      margin-bottom: 40px; }
    .hotel-add-item.send-news-wrapper p.below-info {
      font-size: 12px;
      color: #B00020;
      position: absolute;
      left: 0;
      top: 100%;
      white-space: nowrap; }
    .hotel-add-item.send-news-wrapper .checkbox-row {
      padding-right: 0;
      width: auto;
      margin-right: 40px;
      display: flex; }
      .hotel-add-item.send-news-wrapper .checkbox-row h4 {
        font-size: 12px;
        color: #117093; }
      .hotel-add-item.send-news-wrapper .checkbox-row .custom-checkbox-toggle {
        position: relative;
        left: 0;
        top: 0; }
        .hotel-add-item.send-news-wrapper .checkbox-row .custom-checkbox-toggle span {
          width: 18px;
          height: 18px;
          border-radius: 2px;
          border: 2px solid #117093; }
          .hotel-add-item.send-news-wrapper .checkbox-row .custom-checkbox-toggle span::before {
            width: 14px;
            height: 14px;
            background: url(/static/media/ico-tick-white.990592ab.svg) no-repeat center center !important;
            left: 0px !important;
            top: 0; }
  .hotel-add-item .label-fields-news {
    margin-bottom: 15px; }
    .hotel-add-item .label-fields-news label {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 600; }
    .hotel-add-item .label-fields-news .navigation {
      display: flex;
      align-items: center; }
      .hotel-add-item .label-fields-news .navigation span {
        margin-right: 40px;
        font-size: 12px;
        line-height: 24px; }
        .hotel-add-item .label-fields-news .navigation span i {
          color: #117093;
          margin-left: 10px;
          cursor: pointer; }
  .hotel-add-item .drop-down-items .wrapper-select {
    width: 100%; }

.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2; }

.InputFromTo .DayPicker-Day {
  border-radius: 0 !important; }

.InputFromTo .DayPicker-Day--start {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.InputFromTo .DayPicker-Day--end {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.InputFromTo .DayPickerInput-Overlay {
  width: 485px;
  z-index: 9999; }

.InputFromTo.DateTo .DayPickerInput-Overlay {
  margin-left: -340px !important; }

.InputFromTo.DateFrom .DayPickerInput-Overlay {
  margin-left: -200px !important; }

.InputFromToWrapp {
  font-size: 0;
  display: flex; }
  .InputFromToWrapp .InputFromTo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    border-radius: 5px; }
    .InputFromToWrapp .InputFromTo.DateFrom {
      margin-right: 6px; }
    .InputFromToWrapp .InputFromTo .label-input {
      border-radius: 5px 0 0 5px;
      border-right-width: 0; }
      .InputFromToWrapp .InputFromTo .label-input:before {
        font-family: "Material Icons";
        content: "\E916";
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #d5d5d5;
        top: 50%;
        transform: translateY(-50%); }
    .InputFromToWrapp .InputFromTo.DateTo .label-input {
      border-radius: 0 5px 5px 0;
      border-right-width: 1px; }

.advance-options {
  padding-top: 5px; }
  .advance-options .btn-advance-options {
    color: #0072BC;
    margin-bottom: 10px; }
    .advance-options .btn-advance-options span {
      display: inline-block;
      cursor: pointer;
      line-height: 24px;
      font-size: 12px; }
      .advance-options .btn-advance-options span i {
        vertical-align: top; }
      .advance-options .btn-advance-options span.active i {
        transform: rotate(90deg); }
  .advance-options p {
    margin: 0; }
  .advance-options .display-none {
    display: none !important; }
  .advance-options .wrapper-rooms {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 0px 3px 15px;
    font-size: 12px;
    color: #6D6D6D;
    min-height: 50px; }
    .advance-options .wrapper-rooms .title {
      font-size: 12px; }
    .advance-options .wrapper-rooms .qty {
      font-size: 14px;
      color: #000; }
  .advance-options .row .col-2 {
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important; }

.bottom-panel-button {
  padding-top: 8px; }
  .bottom-panel-button .btn {
    margin-right: 5px;
    padding: 6px 12px;
    background: #117093;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px; }
    .bottom-panel-button .btn:hover {
      background: #0072BC; }
    .bottom-panel-button .btn.btn-cancel {
      background: transparent;
      color: #117093; }
    .bottom-panel-button .btn.save-new {
      background: #00AAE3; }

.hotel-management-section {
  height: 100%; }
  .hotel-management-section .hotel-add-item {
    margin: 10px 0; }

.hotel-management-records.program-widget-records .program-date-heading {
  font-size: 14px; }

.hotel-management-records.program-widget-records .date-box-item p {
  font-weight: 700;
  color: #707070;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all; }
  .hotel-management-records.program-widget-records .date-box-item p .icons {
    margin-right: 10px;
    position: relative;
    top: -1px; }
    .hotel-management-records.program-widget-records .date-box-item p .icons svg {
      width: 18px;
      height: 18px; }

.hotel-management-records.program-widget-records .data-desciption h5 {
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0;
  word-break: break-all; }

.hotel-management-records.program-widget-records .data-desciption p {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #707070; }

.hotel-management-records.program-widget-records .panel-actions {
  position: relative;
  top: -4px; }
  .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button span {
      margin: 0; }
      .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button span i {
        pointer-events: none; }
      .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button span.btn_addmore.active ~ .drop_down_panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
    .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel {
      position: absolute;
      right: 0;
      top: 100%;
      width: 140px;
      background: #fff;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      border-radius: 5px;
      transform: translateY(20px);
      transition: all 0.2s linear;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
      .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel.active {
        opacity: 1;
        visibility: visible; }
      .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel .btn {
        padding: 8px 12px;
        border-radius: 0;
        color: #117093;
        font-weight: 400;
        font-size: 12px;
        background: transparent;
        width: 100%;
        text-align: left;
        outline: none; }
        .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel .btn i {
          margin-right: 8px;
          font-size: 0;
          display: inline-block;
          max-width: 23px; }
          .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel .btn i img {
            vertical-align: middle;
            margin-top: -3px;
            max-width: 20px; }
        .hotel-management-records.program-widget-records .panel-actions .wrapp_add_button .drop_down_panel .btn:hover {
          background: #E8F1F4; }

.hotel-management-records h4 {
  margin-bottom: 15px;
  font-size: 15px; }

.hotel-management-records h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1.4;
  word-break: break-all; }

.hotel-management-records p {
  color: #707070;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.6;
  max-width: 460px; }

.hotel-management-records > .row {
  margin: 0;
  margin-bottom: 15px;
  padding-top: 15px; }
  .hotel-management-records > .row:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4; }
  .hotel-management-records > .row > div[class*="col-"] {
    padding: 0; }
  .hotel-management-records > .row > div[class*="col-md-1"] {
    max-width: 4.33333%; }
  .hotel-management-records > .row > div[class*="col-md-2"] {
    max-width: 11.66667%; }
  .hotel-management-records > .row.invitation-records {
    padding-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px; }
    .hotel-management-records > .row.invitation-records .iconcheckBox {
      color: #0072BC;
      cursor: pointer;
      margin-right: 12px;
      position: relative;
      top: -1px; }
    .hotel-management-records > .row.invitation-records:last-child {
      padding-bottom: 10px; }
  .hotel-management-records > .row.invitation-list > .row {
    padding: 10px 0;
    border: none;
    border-radius: 0; }

.hotel-management-records .btn-list-detail {
  display: inline-block;
  cursor: pointer;
  color: #0072BC;
  font-size: 12px;
  margin-left: -6px;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 15px; }
  .hotel-management-records .btn-list-detail i {
    pointer-events: none;
    vertical-align: top;
    font-size: 20px; }

.hotel-management-records .list-dates,
.hotel-management-records .panel-actions {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 1.6;
  text-align: right; }

.hotel-management-records .list-dates {
  display: none;
  text-align: left; }
  .hotel-management-records .list-dates li {
    margin-bottom: 4px;
    font-size: 10px; }

.hotel-management-records .panel-actions li {
  display: inline-block;
  padding-left: 0px; }
  .hotel-management-records .panel-actions li > span, .hotel-management-records .panel-actions li .btn_addmore {
    display: flex;
    cursor: pointer;
    color: #0072BC;
    min-width: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 26px;
    align-items: center;
    justify-content: center; }
    .hotel-management-records .panel-actions li > span:hover, .hotel-management-records .panel-actions li > span.active, .hotel-management-records .panel-actions li .btn_addmore:hover, .hotel-management-records .panel-actions li .btn_addmore.active {
      background: #E8F1F4; }
    .hotel-management-records .panel-actions li > span .icons, .hotel-management-records .panel-actions li .btn_addmore .icons {
      line-height: 26px; }
      .hotel-management-records .panel-actions li > span .icons > span, .hotel-management-records .panel-actions li .btn_addmore .icons > span {
        display: inline-block;
        vertical-align: middle; }
      .hotel-management-records .panel-actions li > span .icons svg, .hotel-management-records .panel-actions li > span .icons img, .hotel-management-records .panel-actions li .btn_addmore .icons svg, .hotel-management-records .panel-actions li .btn_addmore .icons img {
        max-width: 18px;
        max-height: 25px;
        display: inline-block;
        vertical-align: middle; }
    .hotel-management-records .panel-actions li > span i, .hotel-management-records .panel-actions li .btn_addmore i {
      font-size: 20px; }

.hotel-management-records.evolution-survey > .row.d-flex {
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #d5d5d5; }
  .hotel-management-records.evolution-survey > .row.d-flex .col-12 {
    padding-top: 8px; }
    .hotel-management-records.evolution-survey > .row.d-flex .col-12 h5 {
      line-height: 14px;
      font-weight: 600;
      margin-right: 0px;
      font-size: 13px; }
    .hotel-management-records.evolution-survey > .row.d-flex .col-12 p {
      display: inline-block;
      line-height: 14px;
      padding: 0px 8px;
      border-radius: 20px;
      background: #E8F1F4;
      font-size: 10px;
      margin: 0;
      vertical-align: text-top; }

.hotel-management-records.evolution-survey .hotel-add-item {
  margin-bottom: 15px; }

.btn-import-csv {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #117093;
  color: #117093;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 122px;
  font-size: 13px;
  font-weight: 600; }
  .btn-import-csv:hover {
    background: transparent;
    color: #6D6D6D; }

.btn-addRecord {
  margin-top: 12px;
  background: #1B9BC5;
  margin-right: 10px;
  padding: 12px 15px 12px 10px; }
  .btn-addRecord i {
    vertical-align: top; }

.react-tel-input {
  width: 100%; }
  .react-tel-input #flag-dropdown {
    border: none;
    background: transparent;
    border-right: 1px solid #d5d5d5; }
    .react-tel-input #flag-dropdown:hover {
      background: transparent; }
  .react-tel-input .selected-flag {
    width: 48px;
    border: none;
    background: none;
    padding-left: 12px; }
  .react-tel-input input[type="tel"] {
    width: 100%;
    padding-left: 58px;
    box-shadow: none;
    height: 50px;
    color: #707070;
    font-family: "Open Sans", sans-serif; }

.wrapper-import-file-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }

.wrapper-import-file {
  position: fixed;
  left: 25px;
  top: 25px;
  width: calc(100% - 50px);
  height: calc(100vh - 50px);
  z-index: 9999;
  border-radius: 5px;
  background: #fff;
  z-index: 2; }
  .wrapper-import-file .header-import {
    background: #E4E4E4;
    padding: 20px 0;
    position: relative;
    border-radius: 5px 5px 0 0; }
    .wrapper-import-file .header-import h3 {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600; }
    .wrapper-import-file .header-import .btn-close {
      position: absolute;
      right: -14px;
      top: -14px;
      width: 34px;
      height: 34px;
      background: #6D6D6D;
      color: #fff;
      border-radius: 100%;
      cursor: pointer;
      border: 1px solid #E4E4E4;
      text-align: center;
      line-height: 30px; }

.top-csv-panel {
  padding: 15px 0 0 0; }
  .top-csv-panel .top-reader {
    margin-bottom: 15px; }
    .top-csv-panel .top-reader .btn {
      background: #1B9BC5;
      font-weight: 400;
      padding: 9px 15px; }
      .top-csv-panel .top-reader .btn.btn-import {
        background: #0072BC; }
        .top-csv-panel .top-reader .btn.btn-import:hover {
          background: #00AAE3; }
      .top-csv-panel .top-reader .btn:hover {
        background: #0072BC; }
  .top-csv-panel .react-csv-input {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 15px; }
    .top-csv-panel .react-csv-input label {
      float: left;
      cursor: pointer;
      font-size: 13px; }
      .top-csv-panel .react-csv-input label:after {
        content: "Upload";
        display: inline-block;
        vertical-align: middle;
        width: 124px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        border-radius: 5px;
        background: #117093;
        text-align: center;
        margin: 0 15px;
        transition: background 0.2s linear; }
      .top-csv-panel .react-csv-input label:hover:after {
        background: #0072BC; }
    .top-csv-panel .react-csv-input #inputfile {
      opacity: 0;
      visibility: hidden;
      left: -100%;
      position: absolute; }
    .top-csv-panel .react-csv-input #filetitle {
      display: inline-block;
      vertical-align: middle;
      line-height: 38px;
      font-style: italic;
      font-size: 13px; }

.data-row {
  width: 100%;
  display: flex; }
  .data-row > div {
    width: 50%;
    display: flex;
    flex-direction: column; }

.csv-container-moudle {
  border: 1px solid #d5d5d5;
  border-left: transparent;
  border-top: transparent;
  margin-bottom: 10px; }
  .csv-container-moudle .data-row:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99; }
    .csv-container-moudle .data-row:first-child .data-box {
      padding: 18px 10px;
      border-top: 1px solid #d5d5d5;
      background: #E8F1F4;
      text-transform: uppercase; }
  .csv-container-moudle .data-box {
    padding: 5px 10px;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid transparent;
    line-height: 30px;
    word-break: break-all; }
    .csv-container-moudle .data-box.data-title {
      background: #fcfcfc; }
      .csv-container-moudle .data-box.data-title p {
        margin: 0; }
        .csv-container-moudle .data-box.data-title p:first-letter {
          text-transform: capitalize; }
    .csv-container-moudle .data-box .label-select {
      margin: 0;
      border: none; }
      .csv-container-moudle .data-box .label-select select {
        margin: 0;
        padding: 0;
        height: 35px; }

.wrapper-module {
  width: 100%;
  height: calc(99vh - 203px);
  overflow: auto;
  border-radius: 0 0 5px 5px; }
  .wrapper-module.module-tab {
    height: calc(100% - 144px); }
    @media screen and (min-width: 0\0) {
      .wrapper-module.module-tab {
        height: calc(99vh - 190px); } }
  .wrapper-module.errormessage, .wrapper-module.errorFields {
    height: calc(99vh - 285px); }
  .wrapper-module.errormessage.errorFields {
    height: calc(99vh - 350px); }

.top-section-wrapper {
  padding-top: 10px;
  font-size: 13px; }

.pnp-breadcrumb {
  margin-bottom: 25px; }
  .pnp-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent; }

.pnp-list-box {
  margin-bottom: 0px; }
  .pnp-list-box p {
    margin-bottom: 5px;
    color: #6D6D6D;
    font-size: 13px; }
    .pnp-list-box p strong {
      display: inline-block;
      min-width: 60px;
      padding-right: 5px;
      font-weight: 600;
      color: #000; }

.popup-list-box {
  padding-top: 25px;
  margin-bottom: 0px; }
  .popup-list-box p {
    margin-bottom: 5px;
    color: #6D6D6D;
    font-size: 12px; }
    .popup-list-box p strong {
      display: inline-block;
      min-width: 60px;
      padding-right: 5px;
      font-weight: 600;
      color: #6D6D6D; }
    .popup-list-box p span {
      color: #00AAE3; }

.attendee-management-section {
  height: 100%; }
  @media screen and (min-width: 0\0) {
    .attendee-management-section {
      min-height: 80vh; } }
  .attendee-management-section .col-2 ~ .hotel-add-item {
    margin-top: 20px; }
  .attendee-management-section .hotel-add-item .row div[class*="col-"].col-1 {
    flex: 0 0 10%;
    max-width: 10%; }
  .attendee-management-section .hotel-add-item .row div[class*="col-"].col-2 {
    flex: 0 0 15%;
    max-width: 15%; }
  .attendee-management-section .hotel-add-item .row div[class*="col-"].col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .attendee-management-section.attendee-form-modifications .hotel-add-item .row div[class*="col-"].col-1 {
    flex: 0 0 12%;
    max-width: 12%; }
  .attendee-management-section.attendee-form-modifications .hotel-add-item .row div[class*="col-"].col-2 {
    flex: 0 0 15%;
    max-width: 15%; }
  .attendee-management-section.attendee-form-modifications .hotel-add-item .row div[class*="col-"].col-3 {
    flex: 0 0 22%;
    max-width: 22%; }
    .attendee-management-section.attendee-form-modifications .hotel-add-item .row div[class*="col-"].col-3.custom-phone-field {
      flex: 0 0 34%;
      max-width: 34%; }
      .attendee-management-section.attendee-form-modifications .hotel-add-item .row div[class*="col-"].col-3.custom-phone-field .wrapper-select {
        min-width: 109px;
        min-width: 109px;
        margin-right: 6px; }
  .attendee-management-section.attendee-form-modifications .hotel-add-item.isGray.col-3.custom-phone-field .wrapper-select {
    min-width: 107px;
    min-width: 107px; }

.padding20 {
  padding-top: 20px !important; }

/*

  ̿̿ ̿̿ ̿̿ ̿'̿'\̵͇̿̿\з= ( ▀ ͜͞ʖ▀) =ε/̵͇̿̿/’̿’̿ ̿ ̿̿ ̿̿ ̿̿

*/
.parctical-button-panel .btn {
  background: #1B9BC5;
  margin-right: 5px;
  font-size: 13px; }
  .parctical-button-panel .btn i {
    font-size: 0;
    margin-right: 8px; }
    .parctical-button-panel .btn i img {
      display: inline-block;
      vertical-align: top;
      margin-top: 3px; }
  .parctical-button-panel .btn:hover {
    background: #0072BC; }
  .parctical-button-panel .btn.btn_addAttendee {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 15px;
    background-color: #fff;
    color: #117093;
    border: 1px solid #117093;
    font-size: 13px; }
    .parctical-button-panel .btn.btn_addAttendee i {
      font-size: 24px; }
    .parctical-button-panel .btn.btn_addAttendee:hover {
      background: #117093;
      color: #fff; }

.parctical-button-panel .dropdown.show .btn {
  background: #0072BC; }

.parctical-button-panel .dropdown .btn {
  text-transform: uppercase;
  padding: 10px 10px 10px 15px;
  line-height: 22px; }
  .parctical-button-panel .dropdown .btn i {
    margin-top: 0;
    font-size: 22px; }
  .parctical-button-panel .dropdown .btn.active {
    background: #0072BC; }
  .parctical-button-panel .dropdown .btn.active ~ .dropdown-menu {
    display: block; }
  .parctical-button-panel .dropdown .btn i {
    margin: 0;
    vertical-align: bottom;
    pointer-events: none; }

.parctical-button-panel .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  left: auto;
  right: 0px;
  z-index: 9; }
  .parctical-button-panel .dropdown .dropdown-menu.leftAlign {
    right: auto;
    left: -15px; }
  .parctical-button-panel .dropdown .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    border-radius: 0;
    color: #707070;
    font-weight: 400;
    font-size: 12px;
    background: transparent;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
    outline: none;
    cursor: pointer; }
    .parctical-button-panel .dropdown .dropdown-menu .dropdown-item i {
      margin-right: 8px;
      font-size: 18px; }
    .parctical-button-panel .dropdown .dropdown-menu .dropdown-item:hover {
      background: #E8F1F4; }

.parctical-button-panel.export-panel-top .dropdown .btn, .parctical-button-panel.button-panel-list .dropdown .btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  line-height: 1;
  padding: 0;
  font-size: 0;
  background: #E4E4E4;
  margin-right: 0 !important; }
  .parctical-button-panel.export-panel-top .dropdown .btn.active, .parctical-button-panel.button-panel-list .dropdown .btn.active {
    background: #E8F1F4; }
    .parctical-button-panel.export-panel-top .dropdown .btn.active svg circle, .parctical-button-panel.button-panel-list .dropdown .btn.active svg circle {
      fill: #117093; }
  .parctical-button-panel.export-panel-top .dropdown .btn i, .parctical-button-panel.button-panel-list .dropdown .btn i {
    font-size: 0; }

.parctical-button-panel.export-panel-top .dropdown .dropdown-menu, .parctical-button-panel.button-panel-list .dropdown .dropdown-menu {
  border-radius: 5px;
  border: none; }
  .parctical-button-panel.export-panel-top .dropdown .dropdown-menu .dropdown-item, .parctical-button-panel.button-panel-list .dropdown .dropdown-menu .dropdown-item {
    color: #707070; }

.parctical-button-panel.panel-button-top button {
  background: none;
  margin: 0;
  padding: 0;
  margin-left: 12px;
  border: none; }

.parctical-button-panel.button-panel-list .dropdown .btn {
  background: transparent;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.option-wrapper {
  padding: 25px;
  border-radius: 5px;
  background: #E8F1F4;
  margin-bottom: 15px; }
  .option-wrapper.isGray {
    background: #FAFAFA; }
  .option-wrapper h3,
  .option-wrapper h5 {
    font-size: 15px;
    margin: 0 0 10px 0; }
    .option-wrapper h3 .icons,
    .option-wrapper h5 .icons {
      display: inline-block;
      vertical-align: top;
      margin-right: 3px;
      position: relative;
      top: -1px; }
      .option-wrapper h3 .icons svg,
      .option-wrapper h5 .icons svg {
        width: 15px; }
        .option-wrapper h3 .icons svg path,
        .option-wrapper h5 .icons svg path {
          fill: #117093; }
  .option-wrapper .row {
    margin: 0 -3px; }
    .option-wrapper .row div[class*="col-"] {
      padding: 0 3px; }

.practical-data-wrapper .practical-data-list {
  position: relative;
  padding: 14px 15px 10px 34px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  margin: 0px 0 15px 0;
  background: #fff;
  color: #707070;
  font-size: 12px;
  line-height: 26px;
  word-break: break-word; }
  .practical-data-wrapper .practical-data-list .handle-drag {
    color: rgba(109, 109, 109, 0.7);
    position: absolute;
    left: 0;
    width: 35px;
    height: 40px;
    top: 0;
    text-align: left;
    line-height: 48px;
    text-indent: 2px; }
    .practical-data-wrapper .practical-data-list .handle-drag i {
      letter-spacing: -12px; }
    .practical-data-wrapper .practical-data-list .handle-drag.disable {
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
  .practical-data-wrapper .practical-data-list .file-icons {
    margin-right: 10px;
    display: inline-block;
    color: #6D6D6D;
    vertical-align: middle; }
    .practical-data-wrapper .practical-data-list .file-icons img {
      width: 18px;
      vertical-align: top;
      margin-top: 3px;
      max-height: 16px; }
  .practical-data-wrapper .practical-data-list .practical-edit-panel {
    float: right;
    color: #0072BC;
    line-height: 0px;
    margin-top: -2px; }
    .practical-data-wrapper .practical-data-list .practical-edit-panel span {
      display: inline-block;
      cursor: pointer;
      vertical-align: text-top;
      margin-left: 2px;
      width: 26px;
      height: 26px;
      border-radius: 100%;
      line-height: 24px;
      text-align: center; }
      .practical-data-wrapper .practical-data-list .practical-edit-panel span:hover, .practical-data-wrapper .practical-data-list .practical-edit-panel span.active {
        background: #E8F1F4; }
    .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button span {
        margin: 0; }
        .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button span i {
          pointer-events: none; }
        .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button span.btn_addmore.active ~ .drop_down_panel {
          opacity: 1;
          visibility: visible;
          transform: translateY(0); }
      .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel {
        position: absolute;
        right: 0;
        top: 100%;
        width: 140px;
        background: #fff;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        border-radius: 5px;
        transform: translateY(20px);
        transition: all 0.2s linear;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
        .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel.active {
          opacity: 1;
          visibility: visible; }
        .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel .btn {
          padding: 8px 12px;
          border-radius: 0;
          color: #117093;
          font-weight: 400;
          font-size: 12px;
          background: transparent;
          width: 100%;
          text-align: left;
          outline: none; }
          .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel .btn i {
            margin-right: 8px;
            font-size: 0;
            display: inline-block;
            max-width: 23px; }
            .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel .btn i img {
              vertical-align: middle;
              margin-top: -3px;
              max-width: 20px; }
          .practical-data-wrapper .practical-data-list .practical-edit-panel .wrapp_add_button .drop_down_panel .btn:hover {
            background: #E8F1F4; }
  .practical-data-wrapper .practical-data-list:hover .practical-edit-panel {
    display: block; }

.practical-data-wrapper .inner-droppable {
  padding-left: 20px; }

.practical-data-wrapper ~ .parctical-button-panel {
  margin-top: 20px; }

.practical_info_file {
  padding: 8px 15px;
  border: none; }
  .practical_info_file .wrapp-file-upload {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 5px; }
  .practical_info_file .title-description strong {
    display: block; }
  .practical_info_file .title-description .img-dimension {
    display: block; }

.subregistrationwrapper.answer-widget .add-question-wrapper input[type="text"],
.subregistrationwrapper.answer-widget .add-question-wrapper .btn_addquestion {
  max-width: 358px; }

.subregistrationwrapper .add-question-wrapper {
  margin-bottom: 15px;
  text-align: right;
  display: inline-block;
  padding-right: 28px; }
  .subregistrationwrapper .add-question-wrapper .questions-data-list {
    text-align: left; }
  .subregistrationwrapper .add-question-wrapper .btn_addquestion {
    margin-right: 10px;
    margin-left: 0; }

.subregistrationwrapper .label-select {
  overflow: hidden; }
  .subregistrationwrapper .label-select select {
    background: #fff; }

.add-question-wrapper .questions-data-list {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .add-question-wrapper .questions-data-list .handle-drag {
    position: absolute;
    left: 0;
    top: 5px;
    color: rgba(109, 109, 109, 0.7);
    display: inline-block;
    width: 30px;
    line-height: 27px !important;
    text-align: left !important;
    height: 38px; }
    .add-question-wrapper .questions-data-list .handle-drag i {
      letter-spacing: -12px; }
  .add-question-wrapper .questions-data-list .checkbox {
    cursor: pointer;
    font-size: 12px;
    color: #000; }
    .add-question-wrapper .questions-data-list .checkbox i {
      color: #0072BC;
      font-size: 18px;
      position: relative;
      top: -2px; }
  .add-question-wrapper .questions-data-list .remove {
    color: #0072BC;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 7px; }
    .add-question-wrapper .questions-data-list .remove i {
      font-size: 18px; }
  .add-question-wrapper .questions-data-list input[type="text"] {
    max-width: 100%;
    width: 420px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 38px;
    padding: 10px 15px;
    color: #000;
    margin: 0 10px; }

.add-question-wrapper .btn_addquestion {
  padding: 0 15px;
  width: 420px;
  height: 38px;
  background: transparent;
  color: #000;
  border: 1px solid #d5d5d5;
  font-weight: 600;
  text-align: left;
  font-size: 12px;
  margin-left: 40px; }

.question-other-option {
  margin: 0;
  padding: 0; }
  .question-other-option li {
    margin-left: 15px;
    font-size: 12px; }
    .question-other-option li label {
      cursor: pointer;
      margin: 0;
      color: #117093; }
    .question-other-option li i {
      font-size: 18px;
      vertical-align: bottom;
      margin-right: 5px; }

/*
   ^^^^
  ///\\\
  (⋋▂⋌)
*/
.subregistration-widget .datalist {
  position: relative;
  padding: 15px 15px 15px 15px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  margin: 3px 0 12px;
  background: #fff;
  color: #000; }
  .subregistration-widget .datalist .subregistrationwrapper {
    margin-top: 15px; }
    .subregistration-widget .datalist .subregistrationwrapper .questions-data-list input[type="text"] {
      max-width: 344px; }
    .subregistration-widget .datalist .subregistrationwrapper .btn_addquestion {
      max-width: 344px; }
  .subregistration-widget .datalist h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 25px;
    padding-right: 90px;
    padding-top: 3px;
    word-break: break-all; }
    .subregistration-widget .datalist h4::first-letter {
      text-transform: capitalize; }
  .subregistration-widget .datalist .listdata .label-select {
    max-width: 410px;
    margin-left: 25px; }
  .subregistration-widget .datalist input[type="text"].textfield {
    max-width: 100%;
    width: 410px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 38px;
    padding: 10px 15px;
    margin-left: 25px;
    color: #6D6D6D; }
    .subregistration-widget .datalist input[type="text"].textfield.date {
      padding-left: 40px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAABHNCSVQICAgIfAhkiAAAANdJREFUOE/tk81twkAQhb+HlAO30AElUAIlsEhYCjmQdJAOMB3QBEY4UraEUEJKoAQqyIuWyJGNBVZEjtnT7sx+897sj6iNonzbS8ofZmFfj6f59jWOP+2Xx2w6qXL6DWw7n2fT8Q+8KeOTYJEChhFwEBzPlQ33wFDwkXISKxVlNCao1wbOC1TrJGKzOMHzLDTsX4KqeOrf5v1bGVoHdK1AakEwOsE2qy61el4wRH9h+6ae/+HuS2s8kpsOrH/HIITQ+gyXPBS7OLG81mYXc4llt9nmDsPzFymWk0UoqtHUAAAAAElFTkSuQmCC) no-repeat 15px center; }
    .subregistration-widget .datalist input[type="text"].textfield.datetime {
      padding-left: 40px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAABHNCSVQICAgIfAhkiAAAASpJREFUKFOVksF5gkAUhGegAUqwg5AK4h0X00G0A1NBSAWxBFKByGY/jpIO0kFSgpec1H35FoH4mQjCibdv/919M0PUnzEmxOGwjOJ43Ky1Pa0TC5RKqfK0x6bQWo89kWQQbPI8E3JEke35jf/VQgYTpULXo9FaIqXaF/QdYPK8hO8voij6qGCK/Jnz0iFCLi3w6OavYIi899140g8ted/CQ59tyWQwXBTFyO526dWw81+sfSHwq4vIPIrjtFPtzWoVfPv+J8lAgFcAIYGban7Pu+2EjdYJgKdarGc4V8i7qhZZd8PO02Yz4OAQ5PTIyrYPzprNEPmy5Nxzs4ssABxDcsmqKu/A5iwDmQAByDXftE4JPAwICZx4E6VmV2W68ne/n9UqZy7X7v8HuY6tleqseVUAAAAASUVORK5CYII=) no-repeat 15px center; }
  .subregistration-widget .datalist .list-listdata {
    padding: 0 0 0 25px;
    margin: 0;
    list-style: none; }
    .subregistration-widget .datalist .list-listdata li {
      line-height: 18px;
      margin: 0 0 2px;
      font-size: 12px;
      word-break: break-all;
      color: #6D6D6D; }
      .subregistration-widget .datalist .list-listdata li i {
        margin-right: 5px;
        color: rgba(109, 109, 109, 0.9);
        font-size: 22px; }
  .subregistration-widget .datalist .handle-drag {
    color: rgba(109, 109, 109, 0.7);
    position: absolute;
    left: 0;
    width: 35px;
    height: 46px;
    top: 5px;
    text-align: center;
    line-height: 40px; }
    .subregistration-widget .datalist .handle-drag i {
      letter-spacing: -12px; }
  .subregistration-widget .datalist .panel-actions {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6D6D6D;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px; }
    .subregistration-widget .datalist .panel-actions li {
      display: inline-block;
      padding-left: 2px; }
      .subregistration-widget .datalist .panel-actions li span {
        display: flex;
        cursor: pointer;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        text-align: center;
        align-items: center;
        justify-content: center; }
        .subregistration-widget .datalist .panel-actions li span:hover {
          background: #E8F1F4; }
        .subregistration-widget .datalist .panel-actions li span i {
          color: #0072BC;
          font-size: 20px; }
          .subregistration-widget .datalist .panel-actions li span i img {
            max-width: 20px;
            max-height: 20px; }

.iframe {
  max-width: 100%;
  border: 1px solid #117093;
  font-size: 0;
  line-height: 0; }
  .iframe iframe {
    border: none; }

.googlemap-image {
  max-width: 100%; }
  .googlemap-image img {
    max-width: 100%;
    border: 1px solid #117093; }

.container-map .navigation {
  margin-bottom: 20px; }
  .container-map .navigation span {
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    top: 1px; }
    .container-map .navigation span.active i {
      color: #0072BC; }
    .container-map .navigation span i {
      font-size: 22px;
      color: rgba(109, 109, 109, 0.5);
      vertical-align: middle;
      margin-top: -4px;
      margin-right: 4px; }

.container-map .gmapinput {
  margin-bottom: 25px; }

.container-map .btn-showguid {
  color: #0072BC;
  display: inline-block;
  margin-bottom: 14px;
  cursor: pointer; }

.container-map .mapboxarea-section {
  font-size: 12px;
  color: #707070;
  margin-bottom: 20px; }
  .container-map .mapboxarea-section ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .container-map .mapboxarea-section ul li {
      margin: 0 0 6px 0; }

.home-editor {
  border: 1px solid #E4E4E4 !important;
  padding: 5px !important;
  border-radius: 2px !important;
  min-height: 320px !important;
  background: #fff; }

.editor-wrapper .rdw-editor-toolbar {
  border: 1px solid #E4E4E4 !important; }
  .editor-wrapper .rdw-editor-toolbar .rdw-option-wrapper {
    min-width: 28px;
    height: 28px;
    border-radius: 4px;
    border-color: #E4E4E4; }
    .editor-wrapper .rdw-editor-toolbar .rdw-option-wrapper.rdw-option-active, .editor-wrapper .rdw-editor-toolbar .rdw-option-wrapper:hover {
      background: #E4E4E4;
      box-shadow: none !important; }
  .editor-wrapper .rdw-editor-toolbar .rdw-dropdown-wrapper {
    border-radius: 4px;
    min-width: 50px; }
    .editor-wrapper .rdw-editor-toolbar .rdw-dropdown-wrapper:hover {
      box-shadow: none !important; }
    .editor-wrapper .rdw-editor-toolbar .rdw-dropdown-wrapper .rdw-dropdown-selectedtext {
      background: #E4E4E4;
      border-radius: 4px; }
      .editor-wrapper .rdw-editor-toolbar .rdw-dropdown-wrapper .rdw-dropdown-selectedtext:hover {
        box-shadow: none !important; }

.error-message {
  margin-bottom: 15px !important;
  font-size: 12px !important;
  color: #B00020 !important;
  padding-left: 18px !important;
  line-height: 1.3 !important; }
  .error-message.question-type {
    padding-left: 103px !important; }
  .error-message.error-message-no-padding {
    padding-left: 0 !important; }

.main-landing-page {
  min-height: 350px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .main-landing-page > .row.d-flex {
    height: 100%; }

.isLoading {
  text-align: center;
  font-size: 40px;
  color: #0072BC;
  padding: 140px 0; }
  .isLoading i {
    font-size: 40px; }

.page-navigation {
  text-align: right;
  padding-top: 0px; }
  .page-navigation ul {
    justify-content: flex-end; }
    .page-navigation ul li {
      margin: 0 2px; }
      .page-navigation ul li .page-link {
        padding: 2px 4px;
        color: #117093;
        border-radius: 4px;
        line-height: 18px;
        text-align: center;
        font-size: 13px;
        min-width: 24px;
        border: 1px solid transparent;
        background: transparent !important;
        position: static !important; }
        .page-navigation ul li .page-link.material-icons {
          line-height: 18px;
          font-size: 24px;
          border-radius: 5px;
          padding: 2px 0px;
          color: #00AAE3; }
      .page-navigation ul li.active .page-link {
        font-weight: 700;
        background: transparent;
        color: #00AAE3;
        border-color: #00AAE3; }
      .page-navigation ul li.disabled .page-link {
        border-color: transparent; }

.top-landing-page {
  background: #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0px 3px rgba(109, 109, 109, 0.16);
  position: relative;
  z-index: 99; }
  .top-landing-page .row {
    margin: 0 -5px; }
    .top-landing-page .row div[class*="col-"] {
      padding: 0 5px;
      min-height: 88px; }
  .top-landing-page .logo {
    padding: 23px 20px; }
  .top-landing-page .dashboard-nav {
    margin-left: -11px; }
    .top-landing-page .dashboard-nav ul {
      padding: 0;
      margin: 0;
      display: flex; }
      .top-landing-page .dashboard-nav ul li {
        text-align: center;
        display: inline-block !important;
        border-left: 1px solid #DEDFE1;
        vertical-align: top;
        flex: 1; }
        .top-landing-page .dashboard-nav ul li:last-child {
          border-right: 1px solid #DEDFE1; }
        .top-landing-page .dashboard-nav ul li.active a {
          color: #117093; }
          .top-landing-page .dashboard-nav ul li.active a span.icons svg path,
          .top-landing-page .dashboard-nav ul li.active a span.icons svg line {
            fill: #117093;
            stroke: #fff; }
          .top-landing-page .dashboard-nav ul li.active a span.icons svg .gray {
            stroke: #a6aaaf; }
        .top-landing-page .dashboard-nav ul li a {
          display: block;
          padding: 8px 12px 10px;
          white-space: nowrap;
          text-decoration: none;
          font-size: 14px;
          text-transform: uppercase;
          color: #a3a3a3;
          font-weight: 600;
          cursor: pointer; }
          .top-landing-page .dashboard-nav ul li a:hover {
            color: #117093; }
            .top-landing-page .dashboard-nav ul li a:hover span.icons svg path,
            .top-landing-page .dashboard-nav ul li a:hover span.icons svg line {
              fill: #117093;
              stroke: #fff; }
            .top-landing-page .dashboard-nav ul li a:hover span.icons svg .gray {
              stroke: #a6aaaf; }
          .top-landing-page .dashboard-nav ul li a.active {
            color: #117093; }
            .top-landing-page .dashboard-nav ul li a.active span.icons svg path,
            .top-landing-page .dashboard-nav ul li a.active span.icons svg line {
              fill: #117093;
              stroke: #fff; }
            .top-landing-page .dashboard-nav ul li a.active span.icons svg .gray {
              stroke: #a6aaaf; }
          .top-landing-page .dashboard-nav ul li a span.icons {
            font-size: 23px;
            display: block;
            width: 100%;
            margin-bottom: 4px;
            line-height: 48px; }
            .top-landing-page .dashboard-nav ul li a span.icons svg {
              width: 100%; }
  .top-landing-page .right-top-header {
    padding: 22px 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    .top-landing-page .right-top-header .search-field {
      margin-right: 15px;
      width: 214px;
      height: 44px;
      border: 1px solid #DEDFE1;
      padding: 10px 20px 10px 40px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAXpJREFUKFOlksFKw0AQhmeSVjx5E/Epal9A8CCIqG2hKCURRPDgBtqDV9EigieRqgkoogezEUSatF60J/EFWt9CEU+Cl5Id2diEamtU3NPuP/vt/Mv8CF1rVmcFlWAJAFMduQUIp55tXnbfk3sMhaxuWESICMIVIvkQFNEfUxTKA8Gby81SNxyAEkJSnl1+sPn1ZXnOLLJtFDjkcbMY1lHaS5Ay7vLD1X5QqGU0dgzgN2r86Cpwk9XYLQDsetxqxIE5nU0RQdHj1nQHNB6FSKTqF5WnOHCuUBpR1XbLta3Rf4M3RLhXcw6l5W9Xr1XdmEcBk65jrsSBWY2dCYLrumNVoznmNKMiFHqtnVvrfcehsR1EHPBscy0aRxQAzdgnoEEFoer7yabUVbWdJgELgDDjcWu4JwBds8ojwDIipKVGBE0kOAGVXoiUsmebEz0d4/73kS5WRkLhcnPrU1Z/AmU9p7M7X+BG3THvo5D/Bgw6a6zpcSv9ZzBs8A7W0J4RuJCexgAAAABJRU5ErkJggg==) no-repeat 15px center; }
      .top-landing-page .right-top-header .search-field:focus {
        border-color: #117093; }
    .top-landing-page .right-top-header .label-select-alt {
      max-width: 100%;
      width: 180px;
      border-radius: 0;
      margin-right: 15px;
      margin-bottom: 0; }
      .top-landing-page .right-top-header .label-select-alt .wrapper-select {
        margin-bottom: 0;
        border-radius: 0;
        border-color: #DEDFE1;
        color: #707070;
        background: #fff;
        border-radius: 0;
        font-size: 0; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select .label-wrapper-select {
          border-radius: 0;
          border-color: #DEDFE1;
          margin: 0;
          padding: 10px 30px 11px 12px; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select .css-2b097c-container {
          padding: 2px 0;
          font-size: 14px; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.isSelected .btn-wrapper {
          color: #1B9BC5; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.isSelected .btn-wrapper {
          padding-top: 0; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.isSelected .label-text {
          display: none !important; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.isSelected .label-wrapper-select {
          padding: 10px 30px 11px 12px; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.isOpen .label-wrapper-select {
          border-color: #117093; }
        .top-landing-page .right-top-header .label-select-alt .wrapper-select.searchFalse {
          background: red !important; }
          .top-landing-page .right-top-header .label-select-alt .wrapper-select.searchFalse .css-2b097c-container .css-c8odyh-control {
            display: none !important; }
  .top-landing-page .btn {
    padding: 0;
    width: 144px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    background: #00AAE3;
    text-transform: uppercase; }
    .top-landing-page .btn:hover {
      background: #117093; }
    .top-landing-page .btn i {
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
      .top-landing-page .btn i img {
        vertical-align: middle;
        margin-top: -6px; }

.main-data-table {
  background: #E8F1F4;
  min-height: 350px;
  border-radius: 0 0 6px 6px;
  padding: 15px;
  position: relative; }

.flex-data-table .flex-header.flex-row {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 0;
  cursor: pointer; }
  .flex-data-table .flex-header.flex-row .data-box {
    cursor: pointer;
    align-items: flex-end; }

.flex-data-table .data-box {
  padding: 15px 13px;
  display: flex;
  align-items: center; }
  .flex-data-table .data-box span {
    margin-right: 2px; }
    .flex-data-table .data-box span.small-heading {
      color: #117093;
      font-size: 12px; }
  .flex-data-table .data-box i {
    font-size: 18px; }
    .flex-data-table .data-box i svg {
      max-width: 20px; }
  .flex-data-table .data-box.box-1 {
    width: 90px; }
    .flex-data-table .data-box.box-1 span {
      max-width: 36px;
      display: inline-block; }
  .flex-data-table .data-box.box-2 {
    width: 210px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .flex-data-table .data-box.box-3 {
    width: 130px; }
  .flex-data-table .data-box.box-10 {
    width: 145px;
    justify-content: flex-end; }
    .flex-data-table .data-box.box-10 .panel-nav {
      color: #a6aaaf;
      display: flex; }
      .flex-data-table .data-box.box-10 .panel-nav span {
        display: inline-block;
        cursor: pointer;
        margin: 0 1px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center; }
        .flex-data-table .data-box.box-10 .panel-nav span.btn {
          background: transparent;
          padding: 0; }
          .flex-data-table .data-box.box-10 .panel-nav span.btn.btn_dots {
            background: url(/static/media/ico-dots-gray.2d2c4b7f.svg) no-repeat center center; }
            .flex-data-table .data-box.box-10 .panel-nav span.btn.btn_dots:hover, .flex-data-table .data-box.box-10 .panel-nav span.btn.btn_dots.active {
              background: url(/static/media/ico-dots-blue.b3358406.svg) no-repeat center center #E8F1F4; }
          .flex-data-table .data-box.box-10 .panel-nav span.btn.active {
            background: #E8F1F4;
            box-shadow: none; }
            .flex-data-table .data-box.box-10 .panel-nav span.btn.active svg circle {
              fill: #117093; }
        .flex-data-table .data-box.box-10 .panel-nav span:hover {
          background: #E8F1F4; }
      .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu {
        width: 185px;
        border: none;
        border-radius: 5px;
        overflow: hidden; }
        .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item {
          padding: 12px; }
          .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item .icons {
            width: 28px;
            text-align: center;
            height: auto;
            margin-right: 10px; }
            .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item .icons span {
              width: auto;
              height: auto; }
              .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item .icons span svg {
                height: 18px; }
          .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item:hover {
            color: #117093; }
            .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item:hover .icons svg path,
            .flex-data-table .data-box.box-10 .panel-nav .dropdown-menu .dropdown-item:hover .icons svg line {
              stroke: #117093; }
  .flex-data-table .data-box.box-4, .flex-data-table .data-box.box-6, .flex-data-table .data-box.box-7, .flex-data-table .data-box.box-8, .flex-data-table .data-box.box-9, .flex-data-table .data-box.box-5 {
    width: 120px; }

.flex-data-table .flex-row {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  color: #000;
  font-size: 12px; }
  .flex-data-table .flex-row:hover:not(.flex-header) {
    background: #e2f7fe;
    color: #117093; }
    .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav {
      color: #0072BC; }
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav > span i.icons svg path,
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav > span i.icons svg line {
        fill: #117093; }
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav > span i.icons.linestroke svg path,
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav > span i.icons.linestroke svg line {
        fill: transparent;
        stroke: #117093; }
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav .btn svg circle {
        fill: #117093; }
      .flex-data-table .flex-row:hover:not(.flex-header) .panel-nav .btn.btn_dots {
        background: url(/static/media/ico-dots-blue.b3358406.svg) no-repeat center center; }

.custom-messages {
  border-radius: 0;
  border: none;
  border-left: 6px solid #878d99 !important;
  padding-left: 50px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  margin: 8px 0;
  position: relative;
  margin-bottom: 15px; }
  .custom-messages h5 {
    margin: 0 0 4px 0;
    color: #000;
    font-size: 12px;
    font-weight: 600; }
  .custom-messages .content-alert {
    font-size: 12px;
    font-weight: normal;
    color: #000; }
    .custom-messages .content-alert a {
      color: #0072BC;
      text-decoration: underline; }
  .custom-messages span.ico-close {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 11px; }
    .custom-messages span.ico-close i {
      font-size: 25px; }
  .custom-messages.alert-danger {
    border-left-color: #B00020 !important; }
  .custom-messages.alert-warning {
    border-left-color: #F98C00 !important; }
  .custom-messages.alert-success {
    border-left-color: #84BF6C !important; }
    .custom-messages.alert-success span.ico-close {
      top: 10px; }
    .custom-messages.alert-success i {
      color: #84BF6C; }

.react-confirm-alert-overlay {
  background: rgba(0, 0, 0, 0.8) !important; }

.app-main-popup {
  background: #fcfcfc;
  border-radius: 5px;
  border: transparent;
  min-width: 550px; }
  .app-main-popup .app-header {
    padding: 20px 15px;
    background: #117093;
    border-radius: 5px 5px 0 0; }
    .app-main-popup .app-header h4 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      line-height: 1.2;
      color: #fff;
      text-transform: uppercase; }
  .app-main-popup .app-body {
    padding: 15px 15px 15px;
    font-size: 14px;
    min-height: 100px;
    color: #6D6D6D; }
  .app-main-popup .app-footer {
    padding: 14px 15px 14px;
    text-align: right; }
    .app-main-popup .app-footer .btn {
      background: #00AAE3;
      padding: 10px 15px;
      margin-left: 15px;
      border: 1px solid #00AAE3;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      box-shadow: none;
      min-width: 118px;
      color: #fff; }
      .app-main-popup .app-footer .btn:hover {
        background: #117093;
        color: #fff; }
      .app-main-popup .app-footer .btn.btn-cancel {
        color: #117093;
        background: #fff;
        border-color: #117093; }
        .app-main-popup .app-footer .btn.btn-cancel:hover {
          background: #117093;
          color: #fff; }
  .app-main-popup .message-success-text {
    margin: 0 0 5px 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    color: rgba(112, 112, 112, 0.5); }
    .app-main-popup .message-success-text strong {
      color: #707070;
      font-weight: 600; }
  .app-main-popup .message-box {
    padding-left: 42px;
    min-height: 95px;
    background: url(/static/media/icon-feather-send.5e925230.svg) no-repeat 0 0; }
    .app-main-popup .message-box p {
      margin: 0 0 5px 0;
      font-weight: 600;
      color: #000;
      font-size: 16px;
      color: rgba(112, 112, 112, 0.5); }
      .app-main-popup .message-box p strong {
        color: #707070; }
  .app-main-popup .progress-bar-small {
    position: relative;
    width: 100%;
    height: 3px;
    background: rgba(109, 109, 109, 0.4);
    margin-bottom: 25px; }
    .app-main-popup .progress-bar-small .bar-loader {
      position: absolute;
      width: 0;
      height: 3px;
      left: 0;
      background: #1B9BC5;
      transition: width 0.2s linear; }

.login-others {
  padding-right: 12px; }
  .login-others label {
    cursor: pointer;
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #fff; }
    .login-others label i {
      vertical-align: bottom;
      margin-right: 5px;
      color: #117093;
      position: relative; }
      .login-others label i::before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 1;
        border-radius: 2px;
        border: 2px solid #1B9BC5; }
      .login-others label i.check_box::before {
        font-family: 'Material Icons';
        content: '\E5CA';
        background: #1B9BC5;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center; }
  .login-others a {
    float: right;
    color: #fff; }

.start-creating-event {
  max-width: 500px;
  margin: 0 auto;
  display: block; }

.app-tooltip {
  position: absolute;
  right: 20px;
  top: 12px;
  display: inline-block;
  cursor: pointer;
  color: #6D6D6D; }
  .app-tooltip i {
    font-size: 14px; }
  .app-tooltip .app-tooltipwrapper {
    position: absolute;
    left: 100%;
    top: -10px;
    width: 320px;
    padding: 12px;
    border-radius: 5px;
    background: #E8F1F4;
    color: #000;
    z-index: 9999;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.2s linear 0.2s; }
    .app-tooltip .app-tooltipwrapper a {
      color: #117093; }
    .app-tooltip .app-tooltipwrapper::before {
      content: '';
      position: absolute;
      right: 100%;
      top: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 8px 5px 0;
      border-color: transparent #E8F1F4 transparent transparent; }
  .app-tooltip:hover .app-tooltipwrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.2s linear; }

.shrink-row {
  padding-top: 0 !important;
  margin: 0 -5px; }
  .shrink-row div[class*="col-"] {
    padding: 0 5px; }

.left-box-alt h4 {
  font-size: 14px;
  margin-bottom: 15px; }

.left-box-alt p {
  font-size: 12px;
  color: #6D6D6D;
  margin-bottom: 15px; }

.devices-select {
  padding-top: 10px; }
  .devices-select .row {
    margin: 0 -8px; }
    .devices-select .row .col-6 {
      padding: 0 8px;
      max-width: 213px; }
  .devices-select .devicebox {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 5px;
    color: #117093;
    background: #fff;
    border: 1px solid #117093;
    cursor: pointer;
    position: relative;
    padding: 0 36px;
    text-align: center;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 197px;
    height: 160px; }
    .devices-select .devicebox.activestate {
      background: #117093;
      color: #fff;
      box-shadow: none; }
    .devices-select .devicebox .ischecked {
      position: absolute;
      right: -16px;
      top: -14px;
      pointer-events: none; }
    .devices-select .devicebox .icon {
      display: block;
      min-height: 58px;
      font-size: 32px; }

.customize-page {
  position: relative;
  min-height: 1px; }
  .customize-page.new-style {
    padding: 0;
    min-height: 100px;
    font-size: 0;
    margin-top: 10px; }
    .customize-page.new-style.disabled-box::before {
      content: '';
      width: 110%;
      height: 110%;
      background: rgba(255, 255, 255, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
      margin: -8px 0 0 -8px; }
    .customize-page.new-style.hotel-management .input-list-item {
      padding: 15px 15px 10px 45px; }
      .customize-page.new-style.hotel-management .input-list-item .list-drag,
      .customize-page.new-style.hotel-management .input-list-item .list-edit {
        top: 13px;
        transform: none; }
  .customize-page .input-list-item {
    position: relative;
    background: #fff;
    color: #707070;
    border: 1px solid rgba(109, 109, 109, 0.2);
    padding: 10px 50px 10px 35px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    cursor: pointer; }
    .customize-page .input-list-item .ischecked {
      position: absolute;
      left: -16px;
      top: -14px;
      pointer-events: none; }
    .customize-page .input-list-item.active {
      background: #117093;
      color: #fff;
      box-shadow: none; }
      .customize-page .input-list-item.active .inner-wrapper input {
        color: #fff;
        border-color: #fff; }
    .customize-page .input-list-item .inner-wrapper input {
      width: 100%;
      max-width: 260px;
      border-radius: 4px;
      background: transparent;
      padding: 4px 10px;
      border: 1px solid #d5d5d5;
      font-size: 12px; }
      .customize-page .input-list-item .inner-wrapper input:disabled {
        border-color: transparent;
        pointer-events: none; }
    .customize-page .input-list-item .list-drag,
    .customize-page .input-list-item .list-edit {
      letter-spacing: -12px;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%); }
    .customize-page .input-list-item .list-edit {
      letter-spacing: 1;
      left: auto;
      right: 14px;
      cursor: pointer;
      width: 24px; }
    .customize-page .input-list-item .hotel-add-item {
      margin: 10px 0 0 -15px !important; }
    .customize-page .input-list-item.input-list-custom-field {
      padding: 10px 15px 10px 35px; }
      .customize-page .input-list-item.input-list-custom-field .hotel-add-item {
        margin: 0 !important; }
      .customize-page .input-list-item.input-list-custom-field .ebs-child-list {
        border-radius: 4px;
        align-items: center; }
        .customize-page .input-list-item.input-list-custom-field .ebs-child-list .ebs-icon-panel .material-icons {
          font-size: 20px; }

.customize-menu {
  margin-bottom: 15px; }
  .customize-menu p {
    font-size: 12px;
    color: #707070; }
  .customize-menu h4 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 4px; }
    .customize-menu h4 .app-tooltip {
      position: relative;
      left: 0;
      top: 0;
      font-weight: 400; }
      .customize-menu h4 .app-tooltip i {
        font-size: 18px; }

.counter-wrapp {
  position: relative; }

.wrapper-tab-menu {
  padding-top: 30px; }
  .wrapper-tab-menu .header-toggle {
    border-bottom: 2px solid #E4E4E4; }
    .wrapper-tab-menu .header-toggle span {
      padding: 0 25px;
      display: inline-block;
      text-transform: uppercase;
      padding-bottom: 15px;
      font-size: 11px;
      font-weight: 700;
      color: rgba(112, 112, 112, 0.5);
      margin-left: 80px;
      cursor: pointer; }
      .wrapper-tab-menu .header-toggle span:first-child {
        margin-left: 0;
        padding: 0;
        padding-bottom: 15px; }
      .wrapper-tab-menu .header-toggle span.active {
        color: #707070;
        pointer-events: none; }

.wrapper-tables {
  overflow: auto;
  margin-top: 30px;
  font-size: 12px;
  color: #6D6D6D;
  border: 1px solid #E4E4E4;
  margin-bottom: 40px; }
  .wrapper-tables .tables-body .tables-row:nth-child(even) .table-box {
    background: rgba(228, 228, 228, 0.2); }
  .wrapper-tables .tables-row {
    display: flex;
    flex-direction: row; }
    .wrapper-tables .tables-row.tables-header {
      font-weight: 600;
      text-transform: uppercase; }
      .wrapper-tables .tables-row.tables-header .table-box {
        padding: 16px 8px; }
    .wrapper-tables .tables-row .table-box {
      flex-grow: 1;
      flex-basis: 0;
      padding: 10px;
      min-width: 180px;
      word-break: break-all;
      border-bottom: 1px solid #E4E4E4; }
  .wrapper-tables.imported .table-box {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px; }
  .wrapper-tables.errors .table-box:nth-child(1) {
    color: #B00020; }

.no-data-found {
  padding: 20px 0;
  font-size: 14px;
  color: #6D6D6D; }

span.flatpickr-day.selected {
  background-color: #0072BC !important;
  border-color: #0072BC !important; }

.wrapper-select {
  position: relative;
  margin-bottom: 10px;
  color: #6D6D6D;
  max-height: 52px; }
  .wrapper-select .dropdown-clearall {
    padding: 2px 8px;
    position: absolute;
    right: 42px;
    top: 50%;
    border-right: 1px solid #d5d5d5;
    transform: translateY(-50%);
    opacity: 0.5; }
    .wrapper-select .dropdown-clearall:hover {
      opacity: 0.7; }
  .wrapper-select .label-wrapper-select {
    width: 100%;
    padding: 14px 30px 13px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    background: #fff;
    min-height: 50px; }
  .wrapper-select .icon-right {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #d5d5d5; }
  .wrapper-select .btn-wrapper {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    color: #6D6D6D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .wrapper-select .css-yk16xz-control {
    box-shadow: none !important;
    border: none !important;
    border-color: transparent !important; }
    .wrapper-select .css-yk16xz-control:hover {
      box-shadow: none !important;
      border: none !important; }
  .wrapper-select .css-2b097c-container {
    position: absolute;
    width: 100%;
    min-width: 120px;
    left: 0;
    top: 100%;
    margin-top: 5px;
    z-index: 999;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .wrapper-select .css-2b097c-container .css-26l3qy-menu {
      position: static;
      margin: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      font-size: 13px; }
      .wrapper-select .css-2b097c-container .css-26l3qy-menu .css-9gakcf-option {
        background-color: #E8F1F4 !important;
        color: #707070 !important; }
        .wrapper-select .css-2b097c-container .css-26l3qy-menu .css-9gakcf-option:hover {
          background-color: #E8F1F4 !important;
          color: #707070; }
      .wrapper-select .css-2b097c-container .css-26l3qy-menu div[id*="react-select-3-option"] {
        font-size: 13px; }
        .wrapper-select .css-2b097c-container .css-26l3qy-menu div[id*="react-select-3-option"]:hover {
          background-color: #E8F1F4 !important; }
      .wrapper-select .css-2b097c-container .css-26l3qy-menu .css-1n7v3ny-option {
        background-color: #E8F1F4 !important;
        color: #707070; }
    .wrapper-select .css-2b097c-container > span {
      display: none !important; }
      .wrapper-select .css-2b097c-container > span input {
        border: none !important;
        box-shadow: none !important; }
  .wrapper-select .css-1okebmr-indicatorSeparator,
  .wrapper-select .css-tlfecz-indicatorContainer {
    display: none !important; }
  .wrapper-select .label-text {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
    pointer-events: none;
    font-size: 14px;
    transition: all 0.2s linear;
    opacity: 0; }
  .wrapper-select.no-label .btn-wrapper {
    color: #000; }
  .wrapper-select.isSelected:not(.no-label) .label-text {
    top: 20px;
    font-size: 12px;
    opacity: 1; }
  .wrapper-select.isSelected:not(.no-label) .label-wrapper-select {
    padding-bottom: 5px; }
  .wrapper-select.isSelected:not(.no-label) .btn-wrapper {
    padding-top: 8px;
    color: #000; }
  .wrapper-select.isOpen .label-wrapper-select {
    border-color: #117093; }
  .wrapper-select.isDisabled .label-wrapper-select {
    border-color: #d5d5d5; }
    .wrapper-select.isDisabled .label-wrapper-select .icon-right {
      color: #117093;
      font-size: 15px; }
  .wrapper-select.searchFalse .css-2b097c-container .css-c8odyh-control {
    display: none !important; }
  .wrapper-select.select-multi {
    z-index: 99;
    width: 100%; }
    .wrapper-select.select-multi.isDisabled {
      pointer-events: none; }
    .wrapper-select.select-multi .css-2b097c-container {
      position: static;
      box-shadow: none;
      border: 1px solid #d5d5d5;
      margin-top: 0; }
    .wrapper-select.select-multi .css-c8odyh-control,
    .wrapper-select.select-multi .css-1l3nnzh-control {
      flex-direction: row;
      height: 48px;
      border: none !important; }
    .wrapper-select.select-multi .css-1okebmr-indicatorSeparator,
    .wrapper-select.select-multi .css-tlfecz-indicatorContainer {
      display: block !important; }
    .wrapper-select.select-multi .css-26l3qy-menu {
      border-top: 1px solid #d5d5d5 !important; }

.css-c8odyh-control,
.css-1l3nnzh-control {
  flex-direction: row-reverse;
  border-bottom: 1px solid #DEDFE1 !important;
  border-radius: 5px 5px 0 0 !important;
  padding-left: 8px; }

.blanket-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%; }

.cancel-registration {
  margin-bottom: 15px;
  font-size: 13px; }
  .cancel-registration i {
    font-size: 18px; }

.time-range-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-items: center; }
  .time-range-popup .container {
    padding: 40px 25px;
    max-width: 450px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-top: -10%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    .time-range-popup .container h4 {
      margin: 0 0 10px 0;
      font-weight: 600;
      font-size: 14px; }
    .time-range-popup .container input {
      width: 100%;
      border: 1px solid #d5d5d5;
      padding: 10px 15px;
      border-radius: 5px;
      color: #000; }
  .time-range-popup .button-panel {
    margin-top: 25px;
    text-align: right; }
    .time-range-popup .button-panel .btn {
      font-size: 13px;
      font-weight: 600;
      padding: 8px 15px;
      cursor: pointer;
      border: none;
      width: auto;
      height: auto;
      margin: 0;
      margin-left: 10px; }
      .time-range-popup .button-panel .btn.btn-cancel {
        background: #E4E4E4;
        color: #707070; }

.wrapper-time-range .label-select {
  cursor: pointer; }
  .wrapper-time-range .label-select input {
    cursor: pointer; }

.wrapper-time-range .custom-messages {
  margin: 0 0 25px 0; }

.program-navigation {
  margin-bottom: 10px; }
  .program-navigation li {
    font-size: 12px; }
    .program-navigation li i {
      font-size: 18px;
      margin-right: 5px;
      vertical-align: top;
      position: relative;
      top: 2px; }

.left-header-import a.btn-download {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #117093;
  line-height: 30px;
  margin-left: 15px; }
  .left-header-import a.btn-download:hover {
    text-decoration: none; }

.left-header-import .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  margin-left: 20px; }
  .left-header-import .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Material Icons";
    content: "\E315";
    vertical-align: top;
    line-height: 22px;
    font-size: 24px; }

.right-header-import .react-csv-input {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 10px; }
  .right-header-import .react-csv-input label {
    float: left;
    cursor: pointer;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url(/static/media/ico-csvimport-lg.fbefbf19.svg) no-repeat center center;
    background-size: 25px 25px;
    cursor: pointer;
    margin: 0; }
    .right-header-import .react-csv-input label:hover {
      background-color: #E8F1F4; }
  .right-header-import .react-csv-input #inputfile {
    opacity: 0;
    visibility: hidden;
    left: -100%;
    position: absolute; }
  .right-header-import .react-csv-input #filetitle {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-style: italic;
    font-size: 13px;
    padding-left: 8px; }

.drop-down-label {
  margin-bottom: 0;
  line-height: 25px; }
  .drop-down-label .css-spersy-control {
    border-color: transparent; }

.blanket {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: transparent;
  width: 100%;
  height: 100%; }

.time-picker-wrapper {
  position: relative; }
  .time-picker-wrapper .time-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    background: #fff;
    padding: 15px;
    width: 194px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center; }
    .time-picker-wrapper .time-wrapper .navigation-time-wrapper {
      margin-bottom: 10px; }
      .time-picker-wrapper .time-wrapper .navigation-time-wrapper span {
        display: inline-block;
        font-size: 12px;
        color: #6D6D6D;
        cursor: pointer;
        margin: 0 5px;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent; }
        .time-picker-wrapper .time-wrapper .navigation-time-wrapper span.active {
          color: #000;
          border-color: #000; }
    .time-picker-wrapper .time-wrapper .main-time-area .time-card {
      cursor: pointer;
      display: inline-block;
      border-radius: 5px;
      width: 27px;
      height: 27px;
      font-size: 13px;
      color: #000;
      line-height: 27px;
      text-align: center;
      margin: 2px 7px; }
      .time-picker-wrapper .time-wrapper .main-time-area .time-card:hover, .time-picker-wrapper .time-wrapper .main-time-area .time-card.active {
        color: #fff;
        background: #0072BC; }
      .time-picker-wrapper .time-wrapper .main-time-area .time-card.active {
        font-weight: 600; }
  .time-picker-wrapper .separator {
    min-width: 20px;
    text-align: center;
    font-size: 16px; }
  .time-picker-wrapper .time-column {
    min-width: 60px; }
    .time-picker-wrapper .time-column .btn {
      width: 40px;
      height: 40px;
      padding: 0;
      display: block;
      background: rgba(109, 109, 109, 0.1);
      color: #000;
      margin: auto; }
      .time-picker-wrapper .time-column .btn.timer {
        background: none;
        border: 1px solid #E4E4E4;
        box-shadow: none;
        outline: none;
        margin: 10px auto; }
        .time-picker-wrapper .time-column .btn.timer:focus {
          box-shadow: none;
          outline: none;
          border-color: #1B9BC5; }

.wrapper-cropper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  align-items: center; }
  .wrapper-cropper .cropper-header {
    position: relative;
    padding: 20px 15px;
    box-shadow: 0 -2px 4px rgba(109, 109, 109, 0.6); }
    .wrapper-cropper .cropper-header .cropper-close {
      position: absolute;
      right: -14px;
      top: -14px;
      width: 34px;
      height: 34px;
      background: #6D6D6D;
      color: #fff;
      border-radius: 100%;
      cursor: pointer;
      border: 1px solid #E4E4E4;
      text-align: center;
      line-height: 32px; }
    .wrapper-cropper .cropper-header h3 {
      margin: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      color: #707070; }
  .wrapper-cropper .cropper-body {
    padding: 30px 20px;
    min-height: 350px;
    max-height: 650px;
    overflow: auto;
    position: relative; }
  .wrapper-cropper .cropper-footer {
    padding: 30px 20px; }
    .wrapper-cropper .cropper-footer .btn {
      background: #00AAE3;
      color: #fff;
      margin: 0 15px 0 0;
      padding: 7px 18px;
      line-height: 24px;
      font-size: 13px;
      font-weight: 400;
      border: 1px solid transparent; }
      .wrapper-cropper .cropper-footer .btn:hover {
        background: #0072BC; }
      .wrapper-cropper .cropper-footer .btn.wrapp-file-upload {
        background: #fff;
        color: #000;
        border-color: #DEDFE1;
        font-weight: 400;
        opacity: 0;
        visibility: hidden; }
        .wrapper-cropper .cropper-footer .btn.wrapp-file-upload i {
          position: relative;
          top: -2px; }
        .wrapper-cropper .cropper-footer .btn.wrapp-file-upload:hover {
          background: rgba(109, 109, 109, 0.2); }
  .wrapper-cropper .cropper-img-wrapper {
    max-width: 650px;
    width: auto;
    display: inline-block;
    padding: 5px;
    background: rgba(109, 109, 109, 0.1);
    border-radius: 5px;
    text-align: center;
    transition: all 0.2s linear;
    line-height: 0; }
    .wrapper-cropper .cropper-img-wrapper.LoadingImage {
      opacity: 0;
      visibility: hidden; }
    .wrapper-cropper .cropper-img-wrapper img {
      width: auto;
      max-width: 100%;
      border: 1px solid #E4E4E4; }

.sketch-picker .flexbox-fix:last-child {
  display: none !important; }

.new-header {
  align-items: center;
  margin-bottom: 15px; }
  .new-header .btn {
    margin-top: 0;
    padding: 11px 10px;
    white-space: nowrap;
    min-width: 124px; }
    .new-header .btn.btn-addRecord {
      background: #117093; }
    .new-header .btn.btn-editTemplate {
      background: #00AAE3; }
      .new-header .btn.btn-editTemplate:hover {
        background: #117093; }
  .new-header h1 {
    margin: 0 0 15px 0; }
  .new-header p {
    font-size: 12px;
    margin-bottom: 15px; }
    .new-header p.info-alert-parag {
      font-weight: 600;
      font-size: 13px;
      line-height: 19px; }
      .new-header p.info-alert-parag > span {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        position: relative;
        top: -1px; }
  .new-header input[type="text"] {
    width: 100%;
    max-width: 480px;
    height: 44px;
    border: 1px solid #DEDFE1;
    padding: 10px 25px;
    padding-left: 36px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAXpJREFUKFOlksFKw0AQhmeSVjx5E/Epal9A8CCIqG2hKCURRPDgBtqDV9EigieRqgkoogezEUSatF60J/EFWt9CEU+Cl5Id2diEamtU3NPuP/vt/Mv8CF1rVmcFlWAJAFMduQUIp55tXnbfk3sMhaxuWESICMIVIvkQFNEfUxTKA8Gby81SNxyAEkJSnl1+sPn1ZXnOLLJtFDjkcbMY1lHaS5Ay7vLD1X5QqGU0dgzgN2r86Cpwk9XYLQDsetxqxIE5nU0RQdHj1nQHNB6FSKTqF5WnOHCuUBpR1XbLta3Rf4M3RLhXcw6l5W9Xr1XdmEcBk65jrsSBWY2dCYLrumNVoznmNKMiFHqtnVvrfcehsR1EHPBscy0aRxQAzdgnoEEFoer7yabUVbWdJgELgDDjcWu4JwBds8ojwDIipKVGBE0kOAGVXoiUsmebEz0d4/73kS5WRkLhcnPrU1Z/AmU9p7M7X+BG3THvo5D/Bgw6a6zpcSv9ZzBs8A7W0J4RuJCexgAAAABJRU5ErkJggg==) no-repeat 15px center; }
    .new-header input[type="text"]:focus {
      border-color: #117093; }
  .new-header .new-right-header {
    display: flex;
    padding-right: 0px; }
    .new-header .new-right-header.new-panel-buttons button {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      margin-left: 2px;
      text-align: center; }
      .new-header .new-right-header.new-panel-buttons button img {
        max-height: 20px; }
        .new-header .new-right-header.new-panel-buttons button img.imgbox {
          max-height: 20px; }
      .new-header .new-right-header.new-panel-buttons button:hover {
        background: #E8F1F4; }
    .new-header .new-right-header.new-panel-buttons.button-large button {
      width: 40px;
      height: 40px;
      text-align: center;
      margin: 0; }
      .new-header .new-right-header.new-panel-buttons.button-large button .icons {
        display: inline-block;
        vertical-align: middle;
        max-width: 30px; }
        .new-header .new-right-header.new-panel-buttons.button-large button .icons img {
          max-width: 30px; }

.right-header-generic .btn_addNew,
.right-header-generic .btn_csvImport {
  background: none;
  cursor: pointer;
  border: none; }
  .right-header-generic .btn_addNew svg,
  .right-header-generic .btn_csvImport svg {
    max-height: 20px; }

.right-header-generic .btn {
  width: 124px;
  padding: 11px 10px;
  margin: 0 15px 0 0;
  background: #117093;
  color: #fff; }
  .right-header-generic .btn:hover {
    background: #00AAE3; }
  .right-header-generic .btn.btn-import-csv {
    margin-right: 0;
    background: #fff;
    color: #117093;
    border-color: #117093; }
    .right-header-generic .btn.btn-import-csv:hover {
      border-color: #1B9BC5;
      background: #1B9BC5;
      color: #fff; }

.program-date-heading {
  color: #1B9BC5;
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  border-bottom: transparent; }

.csv-delimiter {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0px; }
  .csv-delimiter strong {
    font-weight: 700;
    margin-right: 18px; }
  .csv-delimiter i {
    color: #117093;
    vertical-align: top;
    margin-top: 1px;
    font-size: 20px;
    margin-right: 4px; }
  .csv-delimiter span {
    margin-right: 25px;
    cursor: pointer; }

.header-tab-preview {
  border-bottom: 2px solid #DEDFE1;
  margin-bottom: 35px; }
  .header-tab-preview span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 27px;
    padding-bottom: 10px;
    margin-right: 18px;
    position: relative;
    top: 2px;
    border-bottom: 2px solid transparent; }
    .header-tab-preview span:hover, .header-tab-preview span.active {
      color: #117093;
      border-color: #117093; }
    .header-tab-preview span.app-heading {
      color: #000;
      font-size: 20px;
      margin-right: 40px;
      cursor: text; }
      .header-tab-preview span.app-heading:hover {
        border-color: transparent; }

.screen-preview {
  width: 938px;
  height: 539px;
  margin: 0 auto;
  background: url(/static/media/appdesktop.5f0e46bc.svg) no-repeat 0 0;
  padding: 43px 119px 0 123px; }

.bottom-url {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.2;
  text-align: center; }
  .bottom-url .wrapp-box {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
    position: relative; }
  .bottom-url p {
    margin-bottom: 0px;
    font-size: 18px; }
  .bottom-url .icons {
    position: absolute;
    margin-left: 22px;
    cursor: pointer; }
    .bottom-url .icons img {
      width: 45px; }
  .bottom-url .text-link {
    margin-left: 8%; }
  .bottom-url a {
    font-size: 18px;
    color: #00AAE3;
    font-weight: 400; }
    .bottom-url a:hover {
      text-decoration: none;
      color: #0072BC; }

.screen-preview-mobile {
  min-width: 367px;
  width: 367px;
  height: 751px;
  background: url(/static/media/appmobile.961f680c.svg) no-repeat 0 0;
  padding: 42px 9px 0 9px;
  margin: 0 40px 40px 100px; }
  .screen-preview-mobile iframe {
    height: 698px;
    border-radius: 0 0 30px 30px; }

.sideapp-url {
  float: left;
  margin-right: 40px;
  word-break: break-all;
  width: 251px;
  padding-left: 35px;
  background: url(/static/media/ico-appmobile.99b9c7fe.svg) no-repeat 0 0; }
  .sideapp-url h5 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #707070; }
  .sideapp-url p {
    margin: 0; }
    .sideapp-url p a {
      font-size: 14px;
      color: #1B9BC5;
      font-weight: 600;
      line-height: 1.2; }
      .sideapp-url p a:hover {
        color: #0072BC;
        text-decoration: none; }

#mobilepreview {
  display: flex;
  align-items: center; }

.page-crashed {
  background: #E8F1F4;
  border-radius: 5px;
  display: flex;
  height: 80vh;
  max-height: 810px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px 0; }
  .page-crashed .inner-page-content {
    max-width: 550px;
    text-align: center; }
    .page-crashed .inner-page-content img {
      margin-bottom: 22px; }
    .page-crashed .inner-page-content h1 {
      font-weight: 400;
      font-size: 47px;
      color: #117093;
      margin-bottom: 12px; }
    .page-crashed .inner-page-content p {
      color: #117093;
      margin-bottom: 40px; }
    .page-crashed .inner-page-content .btn {
      background: #1B9BC5; }
      .page-crashed .inner-page-content .btn:hover {
        background: #0072BC; }

.header-invitations {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  margin: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 19px; }
  .header-invitations label {
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .header-invitations label input {
      position: absolute;
      left: -100%; }
    .header-invitations label span {
      position: relative;
      display: inline-block;
      padding-left: 24px; }
      .header-invitations label span:before {
        font-family: "Material Icons";
        content: "\E835";
        font-size: 19px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.4); }
    .header-invitations label input:checked ~ span:before {
      content: "\E834";
      color: #0072BC; }
  .header-invitations .parctical-button-panel {
    margin-left: 28px; }
    .header-invitations .parctical-button-panel .dropdown .btn {
      padding: 0;
      background: 0;
      color: #707070;
      box-shadow: none;
      text-transform: none;
      font-size: 14px;
      font-weight: 400; }
      .header-invitations .parctical-button-panel .dropdown .btn:active, .header-invitations .parctical-button-panel .dropdown .btn:focus {
        outline: none; }
      .header-invitations .parctical-button-panel .dropdown .btn.active {
        color: #1B9BC5; }
    .header-invitations .parctical-button-panel .dropdown .dropdown-menu {
      margin-top: 5px;
      border-radius: 5px;
      overflow: hidden;
      border: none;
      z-index: 9; }
      .header-invitations .parctical-button-panel .dropdown .dropdown-menu .dropdown-item {
        color: #707070;
        font-size: 12px; }

.checkbox-label {
  margin: 0;
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  position: relative; }
  .checkbox-label input {
    position: absolute;
    left: -100%;
    opacity: 0;
    visibility: hidden; }
  .checkbox-label em:before {
    font-family: "Material Icons";
    content: "\E835";
    font-size: 19px;
    font-style: normal;
    color: rgba(0, 0, 0, 0.4); }
  .checkbox-label input:checked ~ em:before {
    content: "\E834";
    color: #0072BC; }

.invite-progress-bar {
  margin-bottom: 60px; }
  .invite-progress-bar .progress-wrapp {
    position: relative;
    max-width: 600px;
    padding: 10px 0;
    height: 20px;
    margin-left: 20px; }
    .invite-progress-bar .progress-wrapp.completed:after, .invite-progress-bar .progress-wrapp.completed:before {
      background: #1B9BC5; }
    .invite-progress-bar .progress-wrapp.secondstep:before {
      background: #1B9BC5; }
    .invite-progress-bar .progress-wrapp:before, .invite-progress-bar .progress-wrapp:after {
      content: "";
      width: 50%;
      height: 2px;
      position: absolute;
      left: 2px;
      top: 50%;
      background: #DEDFE1;
      z-index: 1; }
    .invite-progress-bar .progress-wrapp:after {
      content: "";
      left: auto;
      right: 2px;
      background: #DEDFE1; }
    .invite-progress-bar .progress-wrapp span {
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 22px;
      height: 22px;
      z-index: 99; }
      .invite-progress-bar .progress-wrapp span span.title {
        transform: translateX(45%);
        white-space: nowrap;
        width: 200px;
        text-align: center;
        top: 100%;
        margin-top: 5px;
        font-size: 12px; }
      .invite-progress-bar .progress-wrapp span.active .button {
        color: #1B9BC5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .invite-progress-bar .progress-wrapp span.done .button {
        background: #1B9BC5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .invite-progress-bar .progress-wrapp span .button {
        width: 22px;
        height: 22px;
        border-radius: 100%;
        display: block;
        border: 2px solid #DEDFE1;
        background: #fff;
        text-align: center;
        line-height: 15px;
        color: #fff; }
        .invite-progress-bar .progress-wrapp span .button i {
          font-size: 12px; }
      .invite-progress-bar .progress-wrapp span:first-child {
        left: 0;
        transform: none; }
      .invite-progress-bar .progress-wrapp span:last-child {
        left: auto;
        right: 0;
        transform: none; }

.attendee-records-template {
  padding-top: 15px;
  margin-bottom: 15px; }
  .attendee-records-template.speaker-section p {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px; }
  .attendee-records-template.speaker-section .row.speaker-grid {
    padding-left: 8px;
    padding-right: 8px; }
    .attendee-records-template.speaker-section .row.speaker-grid .col-10 div[class*="col-"],
    .attendee-records-template.speaker-section .row.speaker-grid .col-2 div[class*="col-"] {
      padding: 0 8px; }
    .attendee-records-template.speaker-section .row.speaker-grid .col-10 {
      max-width: 90%;
      flex: 0 0 90%;
      align-items: center; }
      .attendee-records-template.speaker-section .row.speaker-grid .col-10 .col-3 {
        max-width: 23%;
        flex: 0 0 23%; }
      .attendee-records-template.speaker-section .row.speaker-grid .col-10 .col-1 {
        max-width: 8%;
        flex: 0 0 8%; }
    .attendee-records-template.speaker-section .row.speaker-grid > .col-2 {
      max-width: 10% !important;
      flex: 0 0 10% !important; }
  .attendee-records-template .header-records {
    background: transparent;
    border: none;
    border-bottom: 1px solid #117093;
    margin-bottom: 0 !important; }
    .attendee-records-template .header-records strong {
      font-size: 11px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      white-space: nowrap; }
    .attendee-records-template .header-records span {
      margin-left: 4px; }
    .attendee-records-template .header-records i {
      font-size: 18px;
      color: #000;
      line-height: 17px;
      cursor: pointer;
      position: relative;
      top: -1px; }
    .attendee-records-template .header-records + .row {
      border-top: transparent; }
  .attendee-records-template.speaker-section > .row .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .attendee-records-template > .row {
    padding-top: 12px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 8px; }
    .attendee-records-template > .row:last-child {
      padding-bottom: 12px; }
    .attendee-records-template > .row .panel-actions li span i {
      line-height: 16px; }
    .attendee-records-template > .row > .col-1 {
      flex: 0 0 6%;
      max-width: 6%; }
      .attendee-records-template > .row > .col-1 p {
        color: #000; }
    .attendee-records-template > .row > .col-2 {
      padding: 0 10px;
      flex: 0 0 11% !important;
      max-width: 11% !important; }
      .attendee-records-template > .row > .col-2.col-flex-10 {
        flex: 0 0 10% !important;
        max-width: 10% !important; }
      .attendee-records-template > .row > .col-2.col-flex-12 {
        flex: 0 0 12% !important;
        max-width: 12% !important; }
      .attendee-records-template > .row > .col-2 p {
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        color: #000;
        font-size: 12px;
        text-overflow: ellipsis;
        padding-right: 10px; }
    .attendee-records-template > .row.check {
      box-shadow: none !important; }
    .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover), .attendee-records-template > .row:hover:not(.header-records).check, .attendee-records-template > .row.check:hover:not(.no-hover), .attendee-records-template > .row.check.check {
      background: #e2f7fe; }
      .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) p, .attendee-records-template > .row:hover:not(.header-records).check p, .attendee-records-template > .row.check:hover:not(.no-hover) p, .attendee-records-template > .row.check.check p {
        color: #117093; }
      .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) .panel-actions, .attendee-records-template > .row:hover:not(.header-records).check .panel-actions, .attendee-records-template > .row.check:hover:not(.no-hover) .panel-actions, .attendee-records-template > .row.check.check .panel-actions {
        color: #117093; }
        .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) .panel-actions svg, .attendee-records-template > .row:hover:not(.header-records).check .panel-actions svg, .attendee-records-template > .row.check:hover:not(.no-hover) .panel-actions svg, .attendee-records-template > .row.check.check .panel-actions svg {
          fill: #117093; }
          .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) .panel-actions svg path, .attendee-records-template > .row:hover:not(.header-records).check .panel-actions svg path, .attendee-records-template > .row.check:hover:not(.no-hover) .panel-actions svg path, .attendee-records-template > .row.check.check .panel-actions svg path {
            fill: #117093; }
          .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) .panel-actions svg g path, .attendee-records-template > .row:hover:not(.header-records).check .panel-actions svg g path, .attendee-records-template > .row.check:hover:not(.no-hover) .panel-actions svg g path, .attendee-records-template > .row.check.check .panel-actions svg g path {
            stroke: #117093; }
          .attendee-records-template > .row:hover:not(.header-records):hover:not(.no-hover) .panel-actions svg g line, .attendee-records-template > .row:hover:not(.header-records).check .panel-actions svg g line, .attendee-records-template > .row.check:hover:not(.no-hover) .panel-actions svg g line, .attendee-records-template > .row.check.check .panel-actions svg g line {
            stroke: #117093; }
  .attendee-records-template .header-invitations {
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: flex;
    line-height: 0;
    min-width: 46px; }
    .attendee-records-template .header-invitations .dropdown > .btn {
      line-height: 0; }
      .attendee-records-template .header-invitations .dropdown > .btn i {
        font-size: 18px; }
    .attendee-records-template .header-invitations .dropdown .dropdown-menu .dropdown-item {
      line-height: 22px;
      color: #707070; }
      .attendee-records-template .header-invitations .dropdown .dropdown-menu .dropdown-item:hover {
        color: #117093; }
  .attendee-records-template.news-widget-records {
    padding-top: 0; }
    .attendee-records-template.news-widget-records > .row {
      border: 1px solid #d5d5d5;
      border-radius: 5px;
      padding: 15px;
      margin-bottom: 15px; }
      .attendee-records-template.news-widget-records > .row .hover-icons-news .icons {
        margin: 0 3px; }
      .attendee-records-template.news-widget-records > .row p {
        font-size: 12px;
        margin-bottom: 0;
        max-width: none;
        word-break: break-all; }
        .attendee-records-template.news-widget-records > .row p.news-date {
          color: #000; }
        .attendee-records-template.news-widget-records > .row p strong {
          display: block;
          margin-bottom: 5px;
          color: #000;
          font-size: 11px; }
      .attendee-records-template.news-widget-records > .row.header-records {
        border: none;
        margin-bottom: 0; }
      .attendee-records-template.news-widget-records > .row > .col-6 {
        flex: 0 0 56%;
        max-width: 56%; }
      .attendee-records-template.news-widget-records > .row > .col-3 {
        flex: 0 0 22%;
        max-width: 22%; }
      .attendee-records-template.news-widget-records > .row:hover:not(.header-records) {
        border-color: #E8F1F4;
        box-shadow: none !important; }
        .attendee-records-template.news-widget-records > .row:hover:not(.header-records) p strong {
          color: #117093; }
        .attendee-records-template.news-widget-records > .row:hover:not(.header-records) .hover-icons-news .icons svg path {
          fill: #117093; }
  .attendee-records-template.custom-grid-documents {
    padding-left: 10px;
    padding-right: 10px; }
    .attendee-records-template.custom-grid-documents .row {
      margin: 0 -10px;
      padding-left: 0; }
      .attendee-records-template.custom-grid-documents .row div[class*="col-"] {
        padding: 0 10px; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p {
          white-space: nowrap;
          overflow: hidden;
          margin: 0;
          color: #000;
          font-size: 12px;
          text-overflow: ellipsis;
          padding-right: 10px; }
          .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext {
            padding: 10px 10px 9px 35px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGNzQzMDAzQzkzQTExRTRBREY1RUMwMzMxRkVCQTM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGNzQzMDA0QzkzQTExRTRBREY1RUMwMzMxRkVCQTM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY3NDMwMDFDOTNBMTFFNEFERjVFQzAzMzFGRUJBMzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEY3NDMwMDJDOTNBMTFFNEFERjVFQzAzMzFGRUJBMzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WRE1vAAAA+UlEQVR42mL8//8/AwyoyCumMVAA/jEzHgBSt7DJ3bt3j4EFi/gscixqbm15PWv2rJaHjx8z4LKQiYEKoKW9jYGRiUlkx65drfKysp5AITWaWAayCAbY2dm58VnIRC2LoIARiHlwWchERYsYVixbDvIdTh8yUcsiZAtxBSkjlqQ/i0yL/mMV/PfvTW11TfWdh/dnUSU1IsUXBo6MiRahatLHBSKiIqmfz4ixiCzLaiqryLKIJj7DZRHZluHyHT6LQICFFj6gqs/IBaOWDaxlwHKUvj4j1UKKg5EUC6kSZ8RaOJoaRy2jTalPbIOHkGVpZCb/dEJqAAIMACj1TeNZji2eAAAAAElFTkSuQmCC) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="folder"] {
          background: url(/static/media/doc-folder.0f75f92d.svg) no-repeat left center;
          cursor: pointer; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="png"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="jpg"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="jpeg"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="gif"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="svg"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="ico"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVCMjFDOUJDQzI1MTFFNDg2RDVBQkUyNUNEMjQzMEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVCMjFDOUNDQzI1MTFFNDg2RDVBQkUyNUNEMjQzMEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NUIyMUM5OUNDMjUxMUU0ODZENUFCRTI1Q0QyNDMwRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NUIyMUM5QUNDMjUxMUU0ODZENUFCRTI1Q0QyNDMwRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhLFfXMAAAJJSURBVHja3FbPaxNBFP7eNrVEaxAqmmKEFjwEEU89CIJQ8ORNBFHB/8B/y8Qe/EHFg8Xaai9aQaQghR5sa9M0CalNsvnd7D5nd/NjsjObhGIvPtid2d1v3jfve29mh5LPE4whRuLibp9En/veucZtoM9C4io9evI4glOwhUSy5BC4zl8kkvpZBMxsUJSOiUk7z5GQDLr/4OFIIvnEUbCvXy50n4zRgmVNn2DbrMdKERuBfhwUB8+y2bDw8/ufrn7ktqRwGYoSejZl8P5OGbmDag/NrI4hRSIanDnudcbGDeSzdWxvFbVD5TIdXh6aiGIzk7h4OYz1z1kRTQWx2XOYuRYZQsA8uCTl5InY5+/FkP5tuh+iV84qGFIISE5wh8yvU++bMSYimT0fqClry5S92+4vE8uLKVQrrfZAUsuQ/TNTy04haLVsfP2UwZeVDA5zNXxc3EO52NQvLl1+fDBDlvwoX8fSmz3sbJku0FGiUj7GB0FymKv7vHpR2RbDLDR77305DHUIwxPXsfw2BavFfVKS6DfEolp9t4/bd6cRveol07IsUaImNn8coV5t4cbcFOI3Lwg86auomJ7oj69NwpJ0a0tpzN25hOO6jc0Nz3EHt/Etj0yqglvz0wFlSkO3HthCs/XVbH+xSG3uoIb3r3YxGY1rCCRJvBt3l0YgqcYaNQuN7bBKQO29zXVILBGSt8+QfnsiSU9mteS7BE+fxf/9L41G/h+c3P4PgtIp+i84SR4XJ4pS53Rxslx6ZyVffguiOfNXgAEAY8nrdlSLYSkAAAAASUVORK5CYII=) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="doc"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="docx"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQ1REY0MjZDQzBGMTFFNEE1Mjk5MEFGM0UxNjNERkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQ1REY0MjdDQzBGMTFFNEE1Mjk5MEFGM0UxNjNERkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDVERjQyNENDMEYxMUU0QTUyOTkwQUYzRTE2M0RGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDVERjQyNUNDMEYxMUU0QTUyOTkwQUYzRTE2M0RGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtlFJ9YAAALmSURBVHjavFdNaBNBFH6zLgYsAalWrFqzQVtje/FSPSXmVKynKv4fvAgRvHhQ8FBFL/YknrwYqkK1FfRQT1JSldy0qfhzSBOCsAmURkybQ9NoWiHjvNmf7G62NtmNPlhmZyb73rzvfe/bDQGL7dsrRQgbKdTbeuvcqPKD6iYSl2U5A40YBqMObeLps0I4FLzq9/t77HwL0EIjgrB9KjZ919fVNWgXsLXB2OXxeNqmYjHbgKLdA5pFo9Gmgn39/AXOXjivBzw2MMDX162hm5o9H58wzSuVyko4FNJrKMI/NC3DQTVDYpfZt5z8cCMYCSHADl8Ho9YCmgWDQaDV6uKt4ZvDLYXxb4Z+bWFMZ4uwXK7wsfRzDWbnvvP1mWSej6kXlxzBKgZOjd5muUsse4kAkRgE0skbr3SISE0cTArSKFMjkYiB+gTuoBtiqAWLVC9Nao34vsVJoyYYC84lDjPCe6KSwEAGQtyxU9QyMDKrdk/1uZYxVdecwAgHzzyiQ9cnOWOmZ7I0cHqUjjx5z+cPXn6iuJ9I5vkc9/ByykYBT53OLUGpvAYBfzs/wOG+TmXs7eRZ7epo48x0iWINxlR2iQdBtA74lKD9vTvBu2Uz7O7wwlgiqdSSOodR1Gg9O5fnwYaO9sCeHV6eSUBqhxPhbqX3ckUTSRyxkR8WG1Zt3IvH+/g49jrJRy1YIrmgksUFjFozYSZomA3WbzKegZErQTbfBvOFEiwslk0POoYRbaW8qkOHsoRUR5nCuqXlok5/rS2ahZGYXjHM0duPOaaJq/COjej0TUIZcR0svdisca3AvrH7ajJmoeujuoZC3CyM+33+y6IxkNWp3eebG20UrWKLamiSLusb1gWUInMcZzG2MpeHrDXRe1jL1NBnTthYp0DdR87dG398/1pKZhL26zfM/1iGfKHMiZNS28PJy5PXzLpYzX/I9DNNxKvVJsB/NNuvK+umiY0qP6nNnwrY4E/HHwEGAHUSd5GMNMvvAAAAAElFTkSuQmCC) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="xls"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="xlsx"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTFDOTE2MzNDQzE2MTFFNDlCQjA5QzI2Q0VCMkMwOUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTFDOTE2MzRDQzE2MTFFNDlCQjA5QzI2Q0VCMkMwOUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MUM5MTYzMUNDMTYxMUU0OUJCMDlDMjZDRUIyQzA5QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MUM5MTYzMkNDMTYxMUU0OUJCMDlDMjZDRUIyQzA5QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCeZUgAAANsSURBVHjapFdNTBNBFH6zboIGQ0JCNECAFkgPosaDHiAR8NCiF42J3vwhIakSD/J3shrABC8tyq0BNKIYNJCo8WSrB7BGTiaGAAdDaZQffyMBUeHScWba3c7MzjalvLbZnbez781733vfTBFIUlnq8GJujMjPHOOkQiGIfDD5xHeg8Vgs9hEyEeYsSxkZfvSjvrb2qtPpdKlsa7ICY8hakKYVvAyHe8pKSk6oHGqKfGxLcnJycu0c6uleHBgYsOi8Xq+tXnZ43ONhYwNDLeuUIWsKIpGI4LB/cLCPj1DP1hnOAFyXywV8hJblVZBqnPsU689mAU9GHqsXFo//vOG77ss6sp6JIaH3fHWNEC3aZOml/cb6jkTvq2+kswqIM3UaZ5bm4PfmX5hZnIPVjT8wOT/FUvAuOsUMLfnDKUc2ONJ5fN7orV7c7u7ECDsQBgd57NhAmqOh74oSI2oMCRaEUcIBxzL8U6Yu6nBjg2qMicbYmIy5EKhu0R/actory5yXdN4I/bIqQ+KqTKfkGcmCiFmSPSlmAo6QwtLCIMbqayoPQkn+HnaftzMXqssPQFVhucUxu2IFv2EVgyedGVVDr+3uczB2OQBdJ5vZw+5TzTDWHICG/TWmASGlCKnpDal3CN00QhwORp5B09HTzHhVUTk0VFXD6r91uEv0cmTX6i5afPApU4lu9gSxsUbK/N7b59DKIvRD3q7dcCc8TMp/3VJdqj5L6JAQGL8oTYycRPfmKayRaKgjeqXRGpkTKSqBmcyRYqdhKY3YioUt6SJrJWDJlWAHqzDjtvWbpChoVLNforCvsAK6SbG0jPotPafCx6fAUXDGuCzJDqX5e+HMYTdLX9P9Lgi1BuHsETfcfvUQFla+m/Oo3Jp4IKSVciDFLN2iNL4a29zn2ZAWyedf3yA0PcnGbZ4LttwnlD9ONr5dZGYSyQstowFoHe018el8EYSx9yHzZbF1uNrEiiOFwiMq7vBgvtKMLUKuNF63bW7k+TDRd1jAyFwI5rgRp9jCwEymruR+lsAM4/g4UX6QIzeJWS5ulFoQu+czgCUCl3pQX+59fYxXONyHAiPBofbZ5XnGKIukUBZWvjLaml6Ksj1M3rvMquR2jYxOiBXbOBGnE2o366Pc1o9jNqcrJNNOJudIA/M0fz7+CzAAFM8Nqu/9EIwAAAAASUVORK5CYII=) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="pptx"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="ppt"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTdEMEIwMjhDQzE2MTFFNEFBRTJEOUNCRkY2QTZEMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTdEMEIwMjlDQzE2MTFFNEFBRTJEOUNCRkY2QTZEMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxN0QwQjAyNkNDMTYxMUU0QUFFMkQ5Q0JGRjZBNkQyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxN0QwQjAyN0NDMTYxMUU0QUFFMkQ5Q0JGRjZBNkQyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuNUjwYAAANASURBVHjarFdNSFRRFD7n+RhHZkIRESL0OSmBUMPUwiDCCtMc2rUI2iWoQS1EWqYYVKuktVAwglHQwhYtJnUj1KKlmhRYg/iTaabINDJ/jq9773v3zX0/86sH3rz7frjf/b5zznffIFiipbGpX9XHSA4VCoSqvcjfPazA2eXl5SUoJpopWJnxZuL19tX29gGfz3fGaW7JcaVlBkpS3cfp6WdKQ0PQCdAOhuWD0YVWVlZ6cgHKcMSIz7wClF0g1SugZpLsHgfs7upi1zyHJYHFYjGYm5uDlZUVSKVS0NPTw+ioB0nIbPyATOQrub5rAgwKgEWD7e7uQjgcZiBm1ZHCaSoepk3PKGBYYCgXy8gJSEuTahpNDD8ArKkH+aSRLk9/X//Q8KOheFFg0WgUOjo6wOVyQW1tLbsXCoUMZryobl+5AKQDWA7d1+6IU9QRMGdm8cg3yOz/g2TkOzlHIbHwhd3fnv8Ev8j53NRanuolsh6kHRctL3SeGiHnJuPATNPP+zdMHsLzgoi2PnRf7y2uBykYacTHlLq9q3UgAqA9RsOaeHApraFVqd0rJKYxYlZ/iytqC9EP5Ne5g+Y1V8gmrcmv139ZyN0iydleSdaiKEp+ML5aCuR7/tb0wt7MJKyNDhTlm5RVIBDI+VwSmVEmNFJb67DzfpyNazpvQVWzH7TayEruBBQMBsHr9eZjhkZOuGTprQ3YGBsGd3MrePwXocJTbbC35oyCUOkoo3xAWjWini9hkgrPCai+dBPcp1s1ppurQtFgzoorFLKGoZpqkTJqHBlj47+TIUhvrxptcITdhzADW/tAgjjI77GnzD3ikXm2DLSwj8+8NNuxrS20e2LTy4ZjC6VGrWp/4bNdd8wCVnX2lS4j6v3Fbcnu5sJYBdM7pefMMulidyOzp6xNWb61MLtDi7lWjWSoJgcSFZCdZRLzI04Ggoy9JbGis5g+ePhE2aJDi3EcpRpVwkxVZ8nsNeQ6YLDQ2fEK0zbIfNUIti2JA3AZ0Wmpg+eV0Sfj7x4m2AYaheTmOqT/rEMmRjZRvQ3OTq2WzKxF8d2z7dQfdnDphb+N2FQbHHdIx/hBXLj0nVSnlAv9kSgn/gswAIuUoYhRuzAvAAAAAElFTkSuQmCC) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="mp3"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="avi"],
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="mp4"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGNzQzMDA3QzkzQTExRTRBREY1RUMwMzMxRkVCQTM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGNzQzMDA4QzkzQTExRTRBREY1RUMwMzMxRkVCQTM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY3NDMwMDVDOTNBMTFFNEFERjVFQzAzMzFGRUJBMzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEY3NDMwMDZDOTNBMTFFNEFERjVFQzAzMzFGRUJBMzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55cKtqAAADX0lEQVR42rSXSUwTYRTH/9NO6WYLIi4EEEUFXKJGIGqUC0ECiQeNiYpi9CJED948uR1EPXkxHhSJiQfFxBgTl2AwAhYTiQsHAzFubRoM2LK00NLCzLSf3wx2o9MyLfqS129/v3nve9/XGYYQgpCsLVzdiAVIUM100+Kb3JjVagUr09+SDujyleaRljstzfbBQSQCqvAPpPnaVTAqVc7Ljo4rhQUFdbSr+L/ARFBItFqtMRmQTWbom+1nVIsgtL1cgKD+vg1nKsxwfu6MXsKIPxTora2pwdyQqpSBlMnDB22idwk9XHAYl22uigMmCik7j1dEAY+JiXUUkIqx8WTj+QvnzvtFs4o9izqO0KgYqJcuxxNLDzwTLqwq2xOCxml9w9GcFMMY6yBDzfBTkxAqdoQH128pj1t1+Ei9ktQnMUpI/Lgw4oZ5cT6emUpjgCHoXFBCmGg8Wuc+hNhnNurgHQH8RqB1UU6M+3KgFLORRB6Elg5dJlzdd1DZ+wJvqZWL7x1wOn5L+qqzZyEwEuMlQ9t+FYugTi8193+w4emO3fNmL6skIeJDKRYC/LoctE8CG0xgsn4MkQdf+sOz9lRVIqXrKhFI7ONpRgqcT2p/0qxEBS1f9I8ltSUbxpKidTIHlsTAebqSMERS8LykPg8X1hTCGO/R3DbHqDD9t3Wrgscxiw671yxBGnsmv9czQhAaNQ0HPdVBHwcyw+F2w97ZyXoN9m1alh7M5vTOxpkabu0bx1eOhclkwuh0ANnuIQhsHgwqI9p+maR5BVYLDh2vTR3W/q4v7N7ZD24sLSmCMMbjzSgP+wS9U4O5dI802CbwyPXYpIl1OzNgMOhTh93odYTreWWl6ProwoDTL6YfxdNk8M0AGdnwuNx43NGJAzVVjJLTKgtzBgzh+oiVw4DdA7WBgRY00/wCMDkBGDLBZq2UNarV6pTDTJpI/dFUBiUOQ29Ww+unHnk8FFSAorwVqOa6pDlT34eBrcXpeXZqY6T7ucUOvmw7xq1DgJpH/qZcZHJuHPC04XTTQUUeJT3Uh6p3hQ/168oAToy3o9bXizr0oWH8Hu6W26P/LBWBkl7E0cAEKsnG4vWSpp0gMsDI+4m4jzdn6/evX0rp5YjFvxOSDiytjwv6UdI035w/AgwANAlbwSlV87kAAAAASUVORK5CYII=) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="pdf"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAG6ADAAQAAAABAAAAHgAAAAAdJ/mzAAACoklEQVRIDbVVzU8TQRT/zbKlxUJNC6bRFBrbatSDCSQcjIJ6IfVGOHHhhvXYI4dKOBluHAly4FKDnuCqnLgY/gEOUKEiAmljaKz9hu2uM1v7sWu77ZTyksnMvK/fvDcz7xHoyDt0N6BjcW0VkWxHo9FIS0YMTGmT1sMffr0YHw96PJ779cCEesx2eUQQBj5vbb0bcrle1QPsKBg7pNlstjYC7DiYEeC1gDUCFJnguqicUv/EhArRcbBP6x/1Z7cGXgfezofmc3oBmj19WZIUNniJ+W0YmXxxgezBATL7+6Wxt4cM20cieE5n0Wb776DNGOIXp9OKVOoBIeQhVX4USyb8X4eHkTs6giJJhvarq6uGciYMBKoFiWz19sqUR5pa1Si8PD3ljszn9rxhT78KRAhcs7NwB4M1rju31NxZd38/nJOT6LJacbq2BimVMkTiTaMGjHR3Q87nISWThiBlYe19lHlGs6aCXJ6fg4giCvF406iMnDaSaSKTCwUUYjF09fQ00tfwr5RGy+AgBItFdeicmkJ8YwO0bYCYTGAH0RNvGjWRDdAalt7dRWJ7G4/DYdzy+1HMZlFMp5Gmn5rx8ycnesyW9xUwi8uFOzMz6gO54fXi58oKGM8+NgaJgt2ensb3pSUcLy9XnHOn0WS3g6XMMzeH3zs7+LawoD4QOVeqmyaHAwy8mMkgf3xcAWIL7jR6QyHYRkbU9BwuLqplqtbjZSKBJB2dIFF96mdniG9uIkPvhYd408hqo8IDwHSvUht5sdrWFxVCnkKW7wmE+GiIvj+C8MTR1+dupWRxp1F/TNZRD35E37PSlY1GkT08LA26zrE1nZ/Rv8jbPFmLqfwzPaiJdoCbbIyO6kVt7zWFuG0vLRpWG+c/A5bGFm251f4CBK+HNwmnSlYAAAAASUVORK5CYII=) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] p.file-ext[data-type="txt"] {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAG6ADAAQAAAABAAAAHgAAAAAdJ/mzAAACMElEQVRIDb2VzXHiQBCFEbgojjiCtSOwnIE3ArMZ2Ef+alEE1kYgXPxc7RDYCCxnQAjaCMyZA/h77AyF8CCQPeWp6prumdf9pmdaraBixmQymaHeWvuT8323230+5BvYDchS9BRwbNfKzPivDf4gYbVMwGPY9XodgRlCfOfC+iabQ3KDOAm9kikbnmFLOB6PE63Z4ZWsWq0mELxwnSJ5C4JgwJUOLdmZVTzM98S4gMCGeoVUdmgXvJG5Sn40Gt1AFheSJUnSrNfrvy2o7LxcLh+jKFrs+zkzazQazdVqdQ24ue9wgr2QP7jTyNrtdga4dULgUhBnZoqg+67VarYrlAra6XReXQ5OMso1BBxTTS6fo2v4D8z3lsM6yXY+zBz4q4bXj/rYYb6VLKC9ZHx4P46dysN+diYiCiFC5h4CHgxB33zZFIiI+v1+apGqRtZyHbvX6/1kPeZwc0p7Np1OW2BCiilmPUXfli6YaL8awVScb0a7yfD9A/k58s/oFRGhP+N4R4d5kq0DosfCIefCyh/9w3CSqa8pU4ItkMxmrYyIMERE9GjsisHq7Td+rr4oZieZNgpGaPauCjDOrVJkejOuKeSxL5mvqeSBM+qBxUIyrkVXNrO+2HOkpUatGdLM7gln8DtLeTXgtKqigQLlt/xa3ESq0v+L/FIVIZuC8EVDvCZJXBBPiYjn/yDDVG9ibR+zflOKa2MVvpkF+Zq/lWz3f7YggwfSfvCViYmzfat3FGfytIDSYRkAAAAASUVORK5CYII=) no-repeat left center; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] .file-btn-panel {
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s linera; }
          .attendee-records-template.custom-grid-documents .row div[class*="col-"] .file-btn-panel .btn {
            background: #fff;
            padding: 3px 5px;
            color: rgba(0, 0, 0, 0.35);
            border-radius: 3px;
            border: 1px solid #d5d5d5;
            margin: 0 3px;
            font-size: 11px; }
            .attendee-records-template.custom-grid-documents .row div[class*="col-"] .file-btn-panel .btn:hover {
              color: #000; }
        .attendee-records-template.custom-grid-documents .row div[class*="col-"] .document-edit-panel {
          text-align: right; }
          .attendee-records-template.custom-grid-documents .row div[class*="col-"] .document-edit-panel .dropdown .btn {
            margin: 0;
            border-radius: 100%;
            background: transparent;
            padding: 0;
            width: 26px;
            height: 26px;
            box-shadow: none;
            padding-top: 8px; }
            .attendee-records-template.custom-grid-documents .row div[class*="col-"] .document-edit-panel .dropdown .btn i.icons {
              pointer-events: none;
              height: 26px;
              font-size: 0; }
            .attendee-records-template.custom-grid-documents .row div[class*="col-"] .document-edit-panel .dropdown .btn.active {
              background: #e4e4e4; }
          .attendee-records-template.custom-grid-documents .row div[class*="col-"] .document-edit-panel .dropdown .dropdown-menu {
            margin-top: 5px;
            border-radius: 5px;
            overflow: hidden;
            border: none;
            z-index: 9; }
      .attendee-records-template.custom-grid-documents .row .col-4 {
        flex: 0 0 32% !important;
        max-width: 32% !important; }
      .attendee-records-template.custom-grid-documents .row .col-3 {
        flex: 0 0 15% !important;
        max-width: 15% !important; }
        .attendee-records-template.custom-grid-documents .row .col-3.col-extra {
          flex: 0 0 21% !important;
          max-width: 21% !important; }
      .attendee-records-template.custom-grid-documents .row:hover div[class*="col-"] .file-btn-panel {
        opacity: 1;
        visibility: visible; }

.total-counter {
  font-size: 13px;
  font-weight: 600;
  color: #6D6D6D; }

.invitation-list {
  min-height: 220px; }
  .invitation-list .header-records {
    padding-left: 15px; }
  .invitation-list .row {
    margin-bottom: 0 !important; }
    .invitation-list .row .header-invitations {
      padding: 0;
      margin: 0;
      box-shadow: none;
      display: flex;
      line-height: 0; }
      .invitation-list .row .header-invitations .dropdown > .btn {
        line-height: 0; }
        .invitation-list .row .header-invitations .dropdown > .btn i {
          font-size: 18px; }
      .invitation-list .row .header-invitations .dropdown .dropdown-menu .dropdown-item {
        line-height: 22px;
        color: #707070; }
        .invitation-list .row .header-invitations .dropdown .dropdown-menu .dropdown-item:hover {
          color: #117093; }
    .invitation-list .row .checkbox-label {
      margin-right: 25px; }
    .invitation-list .row p {
      color: #000; }
    .invitation-list .row .col-3 {
      flex: 0 0 25% !important;
      max-width: 25% !important; }
    .invitation-list .row .col-2 {
      flex: 0 0 16.66667% !important;
      max-width: 16.66667% !important; }
      .invitation-list .row .col-2.col-phone {
        flex: 0 0 18.66667% !important;
        max-width: 18.66667% !important; }
      .invitation-list .row .col-2.col-last {
        flex: 0 0 14.66667% !important;
        max-width: 14.66667% !important; }
    .invitation-list .row:nth-of-type(1) {
      border-top: none; }

.wp-chart-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px; }
  .wp-chart-wrapper .body-charts-area {
    padding: 20px 0 15px; }
    .wp-chart-wrapper .body-charts-area h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      color: #6D6D6D;
      text-transform: uppercase;
      padding: 0 25px; }
      .wp-chart-wrapper .body-charts-area h4.heading-bottom {
        text-align: right;
        margin-top: -18px;
        position: relative; }
      .wp-chart-wrapper .body-charts-area h4.heading-top {
        margin-bottom: 12px; }
        .wp-chart-wrapper .body-charts-area h4.heading-top span {
          font-weight: 400;
          font-size: 14px; }

.main-data-table-inner {
  padding: 15px; }

.header-wrapper-widget {
  border-bottom: 1px solid #DEDFE1;
  padding: 15px 12px; }
  .header-wrapper-widget h4 {
    margin: 0 0 4px;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase; }
  .header-wrapper-widget p {
    margin: 0;
    color: #707070; }

.circular-progress {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  padding: 25px;
  margin-bottom: 25px; }
  .circular-progress h2 {
    font-size: 15px;
    font-weight: 700;
    color: rgba(17, 112, 147, 0.8);
    min-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    word-break: break-word; }
  .circular-progress .circular-progress-wrapp {
    width: 140px;
    height: 140px;
    background: none;
    position: relative;
    box-shadow: none; }
    .circular-progress .circular-progress-wrapp:after {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 12px solid rgba(228, 228, 228, 0.8);
      position: absolute;
      top: 0;
      left: 0; }
    .circular-progress .circular-progress-wrapp > span {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      z-index: 1; }
    .circular-progress .circular-progress-wrapp .progress-left {
      left: 0; }
      .circular-progress .circular-progress-wrapp .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
        transition: all 0.5s linear 0.5s; }
    .circular-progress .circular-progress-wrapp .progress-bar {
      width: 100%;
      height: 100%;
      background: none;
      border-width: 12px;
      border-style: solid;
      position: absolute;
      top: 0; }
    .circular-progress .circular-progress-wrapp .progress-right {
      right: 0; }
      .circular-progress .circular-progress-wrapp .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        transition: all 0.5s linear; }
    .circular-progress .circular-progress-wrapp .progress-value {
      position: absolute;
      top: 0;
      left: 0; }
      .circular-progress .circular-progress-wrapp .progress-value h3 {
        margin: 0;
        font-size: 43px;
        font-weight: 400;
        color: #6D6D6D; }
    .circular-progress .circular-progress-wrapp .progress-percentage {
      position: absolute;
      right: -10px;
      top: 0;
      z-index: 9;
      width: 52px;
      height: 52px;
      border: 1px solid #6D6D6D;
      background: #fff;
      font-size: 18px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

.wrapper-unknown-widget {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 25px; }
  .wrapper-unknown-widget .counter-box {
    min-height: 180px;
    text-align: center;
    border-right: 1px solid rgba(228, 228, 228, 0.8); }
    .wrapper-unknown-widget .counter-box h4 {
      font-size: 17px;
      font-weight: 700;
      color: #707070;
      margin-bottom: 40px; }
    .wrapper-unknown-widget .counter-box big {
      font-weight: 700;
      color: #707070;
      font-size: 90px;
      line-height: 1.5; }
  .wrapper-unknown-widget .btn-subregistration {
    width: 200px;
    margin: auto;
    height: 134px;
    max-width: 100%;
    background: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #707070; }

.popup-subregistration {
  padding-top: 20px; }
  .popup-subregistration .heading-area-popup {
    padding: 0 20px;
    margin-bottom: 20px; }
    .popup-subregistration .heading-area-popup h2 {
      font-size: 20px;
      color: #000;
      margin: 0 0 4px 0; }
    .popup-subregistration .heading-area-popup p {
      margin: 0;
      color: #000;
      font-size: 14px;
      font-weight: 600; }
  .popup-subregistration .new-header {
    padding: 0 20px;
    margin-bottom: 0; }
    .popup-subregistration .new-header .row {
      margin: 0 -10px; }
      .popup-subregistration .new-header .row .col-3 {
        padding: 0 10px; }
  .popup-subregistration .new-panel-buttons {
    float: right;
    padding-right: 10px; }
    .popup-subregistration .new-panel-buttons button {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background: none;
      border: none;
      margin-right: 2px;
      padding: 0; }
      .popup-subregistration .new-panel-buttons button img {
        display: inline-block;
        vertical-align: middle; }
      .popup-subregistration .new-panel-buttons button:hover {
        background: #E8F1F4; }
  .popup-subregistration .label-select-alt {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 0; }
    .popup-subregistration .label-select-alt .wrapper-select {
      margin-bottom: 0;
      border-radius: 0;
      border-color: #DEDFE1;
      color: #707070;
      background: #fff;
      border-radius: 0;
      font-size: 0; }
      .popup-subregistration .label-select-alt .wrapper-select .label-wrapper-select {
        border-radius: 0;
        border-color: #DEDFE1;
        margin: 0;
        padding: 10px 30px 11px 12px; }
      .popup-subregistration .label-select-alt .wrapper-select .css-2b097c-container {
        padding: 2px 0;
        font-size: 14px; }
      .popup-subregistration .label-select-alt .wrapper-select.isSelected .btn-wrapper {
        color: #00AAE3; }
      .popup-subregistration .label-select-alt .wrapper-select.isSelected .btn-wrapper {
        padding-top: 0; }
      .popup-subregistration .label-select-alt .wrapper-select.isSelected .label-text {
        display: none !important; }
      .popup-subregistration .label-select-alt .wrapper-select.isSelected .label-wrapper-select {
        padding: 10px 30px 11px 12px; }
      .popup-subregistration .label-select-alt .wrapper-select.isOpen .label-wrapper-select {
        border-color: #117093; }
      .popup-subregistration .label-select-alt .wrapper-select.searchFalse {
        background: red !important; }
        .popup-subregistration .label-select-alt .wrapper-select.searchFalse .css-2b097c-container .css-c8odyh-control {
          display: none !important; }
  .popup-subregistration .text-respondents {
    font-size: 12px;
    color: #707070; }
    .popup-subregistration .text-respondents a {
      color: #00AAE3; }

.data-popup-charts .btn-close {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 34px;
  height: 34px;
  background: #6D6D6D;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  text-align: center;
  line-height: 30px; }

.data-popup-charts .wrapper-module {
  padding: 20px;
  padding-top: 0;
  height: calc(80vh - 88px); }
  .data-popup-charts .wrapper-module .attendee-records-template {
    padding-top: 0; }
    .data-popup-charts .wrapper-module .attendee-records-template p {
      color: #000; }
    .data-popup-charts .wrapper-module .attendee-records-template > .row {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #000; }
      .data-popup-charts .wrapper-module .attendee-records-template > .row.header-records {
        padding-top: 8px; }
      .data-popup-charts .wrapper-module .attendee-records-template > .row:last-child {
        border: none; }
      .data-popup-charts .wrapper-module .attendee-records-template > .row .col-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important; }
      .data-popup-charts .wrapper-module .attendee-records-template > .row .col-3 {
        flex: 0 0 16%;
        max-width: 16%; }

.no-border-phone .wrapper-select .label-wrapper-select {
  border-radius: 5px 0 0 5px; }

.no-border-phone .label-input input {
  border-radius: 0 5px 5px 0;
  border-left: none; }

.DayPickerInput-OverlayWrapper {
  z-index: 9999; }

.DayPickerInput-Overlay {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 9999; }
  .DayPickerInput-Overlay .DayPicker-Weekdays .DayPicker-WeekdaysRow {
    border-bottom: 1px solid #d5d5d5; }
    .DayPickerInput-Overlay .DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday {
      font-size: 12px;
      color: #000;
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .DayPickerInput-Overlay .DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:first-of-type {
        background: #E8F1F4; }
      .DayPickerInput-Overlay .DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:last-of-type {
        background: #E8F1F4; }
  .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day {
    font-size: 12px;
    border-radius: 0;
    padding: 0;
    width: 30px;
    height: 30px; }
    .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day:first-of-type {
      background: #E8F1F4; }
    .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day:last-of-type {
      background: #E8F1F4; }
    .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--selected {
      background: #117093 !important;
      border-radius: 0px !important;
      box-shadow: 0 0 0 1px #117093 inset;
      color: #fff;
      padding: 0;
      font-weight: 400; }
    .DayPickerInput-Overlay .DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--highlighted {
      background: #fff !important;
      color: #117093 !important;
      box-shadow: 0 0 0 1px #00AAE3 inset;
      border-radius: 2px !important;
      font-weight: 400 !important; }
  .DayPickerInput-Overlay .DayPicker-Caption {
    text-align: center;
    margin-bottom: 12px; }
    .DayPickerInput-Overlay .DayPicker-Caption div {
      font-size: 16px; }
  .DayPickerInput-Overlay .DayPicker-NavBar .DayPicker-NavButton--prev {
    right: auto;
    margin: 0;
    left: 18px; }
  .DayPickerInput-Overlay .DayPicker-NavBar .DayPicker-NavButton--next {
    right: 18px; }
  .DayPickerInput-Overlay .DayPicker-Footer {
    text-align: center;
    position: relative; }
    .DayPickerInput-Overlay .DayPicker-Footer .DayPicker-TodayButton {
      color: #117093;
      border: 1px solid #117093;
      height: 26px;
      border-radius: 3px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      min-width: 52px;
      font-size: 10px; }

.btn-return-navigation {
  margin-bottom: 32px; }
  .btn-return-navigation a {
    color: #707070;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .btn-return-navigation a:hover {
      text-decoration: none; }
    .btn-return-navigation a p {
      margin-bottom: 0px; }
      .btn-return-navigation a p:hover {
        text-decoration: underline; }
    .btn-return-navigation a i {
      color: #000;
      margin-right: 4px;
      font-size: 20px; }

.iframe-email-full-width .wrapper-import-file {
  max-width: 100%; }

.iframe-email-full-width .btn-close {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 34px;
  height: 34px;
  background: #6D6D6D;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  text-align: center;
  line-height: 30px; }

.social-share-wrapp {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px 20px; }
  .social-share-wrapp h5 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px; }
  .social-share-wrapp .social-media-icons.lockfile {
    pointer-events: none; }
  .social-share-wrapp .social-media-icons .social {
    margin-right: 10px;
    display: inline-block;
    width: 134px;
    height: 33px;
    border: 1px solid #d5d5d5;
    border-radius: 21px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    line-height: 30px;
    padding-left: 8px; }
    .social-share-wrapp .social-media-icons .social .icons {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      text-align: center;
      margin-right: 5px;
      line-height: 20px;
      padding-top: 3px; }
    .social-share-wrapp .social-media-icons .social .material-icons {
      font-size: 16px;
      position: absolute;
      right: 10px;
      top: 7px; }
    .social-share-wrapp .social-media-icons .social.active {
      color: #fff !important; }
      .social-share-wrapp .social-media-icons .social.active svg path {
        fill: #fff; }
    .social-share-wrapp .social-media-icons .social.facebook {
      border-color: #3b5999;
      color: #3b5999; }
      .social-share-wrapp .social-media-icons .social.facebook.active {
        background: #3b5999; }
    .social-share-wrapp .social-media-icons .social.twitter {
      border-color: #55acee;
      color: #55acee; }
      .social-share-wrapp .social-media-icons .social.twitter.active {
        background: #55acee; }
    .social-share-wrapp .social-media-icons .social.gplus {
      border-color: #FB4A38;
      color: #FB4A38; }
      .social-share-wrapp .social-media-icons .social.gplus.active {
        background: #FB4A38; }
    .social-share-wrapp .social-media-icons .social.linkedin {
      border-color: #0078AA;
      color: #0078AA; }
      .social-share-wrapp .social-media-icons .social.linkedin.active {
        background: #0078AA; }
    .social-share-wrapp .social-media-icons .social.pinterest {
      border-color: #bd081c;
      color: #bd081c; }
      .social-share-wrapp .social-media-icons .social.pinterest.active {
        background: #bd081c; }

.input-popup {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  background: #fff;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  padding: 10px 20px;
  color: #707070; }

.accomodation-section {
  margin-bottom: 0px; }
  .accomodation-section h5 {
    margin-bottom: 10px; }
  .accomodation-section p {
    font-size: 12px;
    line-height: 1.3; }

.tooltipheading .app-tooltip {
  position: relative;
  left: 0;
  top: 0;
  font-weight: 400; }
  .tooltipheading .app-tooltip i {
    font-size: 18px; }

.landing-page-map h5 {
  margin-bottom: 14px;
  font-size: 14px; }

.landing-page-map p {
  margin-bottom: 15px;
  font-size: 12px; }

.tooltipHeading {
  position: relative; }
  .tooltipHeading .app-tooltip {
    position: relative;
    right: 0;
    top: -2px;
    margin-left: 10px; }

.col-3 + .col-9 > div {
  height: 100%; }

.panel-right-table {
  align-items: center; }
  .panel-right-table .btn-fullscreen {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    margin-right: 2px;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .panel-right-table .btn-fullscreen:focus, .panel-right-table .btn-fullscreen:hover, .panel-right-table .btn-fullscreen:active {
      border: none;
      box-shadow: none;
      background: none; }
    .panel-right-table .btn-fullscreen:hover {
      background: #E8F1F4; }
    .panel-right-table .btn-fullscreen .icons {
      display: inline-block;
      vertical-align: middle; }
      .panel-right-table .btn-fullscreen .icons svg {
        max-height: 28px; }
  .panel-right-table .parctical-button-panel .dropdown .btn {
    padding: 0 5px 0 10px;
    height: 28px;
    border: 1px solid #117093;
    background: none;
    border-radius: 3px;
    color: #117093;
    font-size: 13px;
    margin-right: 0; }
    .panel-right-table .parctical-button-panel .dropdown .btn:focus, .panel-right-table .parctical-button-panel .dropdown .btn:active {
      box-shadow: none; }
    .panel-right-table .parctical-button-panel .dropdown .btn i {
      line-height: 18px;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      position: relative;
      top: -2px; }
  .panel-right-table .parctical-button-panel .dropdown .dropdown-menu {
    border-radius: 3px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    max-width: 110px !important;
    min-width: 110px !important; }
    .panel-right-table .parctical-button-panel .dropdown .dropdown-menu .dropdown-item {
      color: #117093;
      font-size: 12px; }

.inline-popup-records {
  border-radius: 3;
  overflow: hidden; }
  .inline-popup-records .top-popuparea {
    padding: 15px;
    height: calc(100% - 74px);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: auto; }
    .inline-popup-records .top-popuparea .attendee-management-section {
      padding-bottom: 30px; }
  .inline-popup-records .bottom-component-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    width: 100%; }
    .inline-popup-records .bottom-component-panel .btn.btn-cancel {
      background: none;
      color: #117093;
      margin-right: 15px; }

.checkedallgray .invitation-records label input:checked ~ span::before {
  color: #C6C6C6 !important; }

.checkedallgray .checkbox-label input:checked ~ em::before {
  color: #C6C6C6 !important; }

.markButton {
  display: inline-block;
  padding: 0 10px;
  line-height: 14px;
  background: #E8F1F4;
  margin: 0 0 0 10px !important;
  border-radius: 20px;
  font-weight: 400 !important;
  font-size: 10px !important; }

.tooltip-inner {
  background-color: #E8F1F4 !important;
  color: #000 !important;
  font-size: 12px; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #E8F1F4 !important; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #E8F1F4 !important; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #E8F1F4 !important; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #E8F1F4 !important; }

.wrapper-popup {
  position: absolute;
  right: 0;
  top: -92px;
  height: calc(100% + 92px);
  z-index: 99;
  width: 100%;
  overflow: hidden;
  border-radius: 0 5px 5px 0; }
  .wrapper-popup .wrapper-sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    width: 455px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    overflow: auto; }
    .wrapper-popup .wrapper-sidebar header {
      border-bottom: 1px solid #d5d5d5; }
      .wrapper-popup .wrapper-sidebar header h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #707070;
        padding: 20px 15px; }
  .wrapper-popup .bottom-content {
    padding: 15px;
    max-width: 370px; }
    .wrapper-popup .bottom-content .row {
      margin: 0 -7px; }
      .wrapper-popup .bottom-content .row .col-6 {
        padding: 0 7px; }
    .wrapper-popup .bottom-content .package-wrapper {
      margin-bottom: 40px; }
      .wrapper-popup .bottom-content .package-wrapper h6 {
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #707070; }
      .wrapper-popup .bottom-content .package-wrapper h4 {
        font-size: 12px;
        color: #000;
        margin-bottom: 12px;
        font-weight: 400; }
        .wrapper-popup .bottom-content .package-wrapper h4 i {
          font-size: 12px;
          color: #117093; }
      .wrapper-popup .bottom-content .package-wrapper .label-input {
        margin-bottom: 0; }
        .wrapper-popup .bottom-content .package-wrapper .label-input input {
          height: 40px;
          padding-top: 10px !important;
          padding-bottom: 10px !important; }
        .wrapper-popup .bottom-content .package-wrapper .label-input span {
          display: none !important; }
      .wrapper-popup .bottom-content .package-wrapper .sort-list span {
        display: block;
        color: #117093;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .wrapper-popup .bottom-content .package-wrapper .sort-list span i {
          font-size: 18px;
          margin-right: 4px; }
  .wrapper-popup .bottom-component-panel {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
    .wrapper-popup .bottom-component-panel .btn_close {
      color: #117093;
      font-size: 14px;
      text-align: center;
      margin-top: 12px;
      cursor: pointer; }
      .wrapper-popup .bottom-component-panel .btn_close i {
        font-size: 14px;
        width: 18px;
        height: 18px;
        border: 1px solid #117093;
        border-radius: 100%;
        margin-right: 2px;
        position: relative;
        top: -1px;
        line-height: 16px; }
  .wrapper-popup .DayPicker {
    min-width: 220px; }

.wrapper-reports {
  position: relative;
  min-height: 550px;
  padding-bottom: 30px; }

.css-26l3qy-menu > div::-webkit-scrollbar {
  width: 10px; }

.css-26l3qy-menu > div {
  scrollbar-width: thin;
  scrollbar-color: #117093 #E8F1F4; }

.css-26l3qy-menu > div::-webkit-scrollbar-track {
  background: #E8F1F4; }

.css-26l3qy-menu > div::-webkit-scrollbar-thumb {
  background-color: #117093;
  border-radius: 6px;
  border: 3px solid #E8F1F4; }

.label-advance-setting {
  margin-bottom: 15px; }
  .label-advance-setting span {
    font-size: 14px;
    font-weight: 600;
    color: #117093;
    display: inline-block;
    cursor: pointer; }
    .label-advance-setting span i {
      font-size: 18px; }

.react-confirm-alert-overlay {
  z-index: 999 !important; }

.authencation-lables {
  display: flex;
  margin-top: 10px; }
  .authencation-lables label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #117093;
    margin-right: 12px; }
    .authencation-lables label i {
      font-size: 18px;
      margin-right: 5px; }

.custom-phone-field-profile .wrapper-select {
  width: 95%; }
  .custom-phone-field-profile .wrapper-select .label-wrapper-select {
    min-height: 50px; }

.order-section-filter .wrapper-select {
  margin-bottom: 0; }
  .order-section-filter .wrapper-select .label-wrapper-select {
    padding: 11px 30px 10px 12px; }

.doc-breadcrumbs .breadcrumb {
  font-size: 12px;
  background: rgba(17, 112, 147, 0.05); }
  .doc-breadcrumbs .breadcrumb li {
    cursor: pointer;
    text-transform: uppercase; }
    .doc-breadcrumbs .breadcrumb li:last-child {
      pointer-events: none;
      color: #6D6D6D; }

#doc-dropzone {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  border: 2px dashed #0072BC;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #doc-dropzone .iconbox p {
    padding-top: 10px;
    font-size: 15px;
    color: #000; }

.uploadMessage {
  position: fixed;
  z-index: 999;
  width: 400px;
  overflow: hidden;
  padding: 12px 15px;
  background: #000;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  color: #fff; }
  .uploadMessage .icon {
    min-width: 30px;
    max-width: 30px; }
    .uploadMessage .icon .animation {
      animation: spin 1s linear infinite; }
  .uploadMessage .close {
    color: #fff;
    cursor: pointer; }
  .uploadMessage p {
    margin: 0;
    color: #fff;
    width: 100%; }
  .uploadMessage.success {
    background: #0072BC; }

.doc-folderTree {
  width: 100%;
  padding: 0px;
  border: 2px solid rgba(213, 213, 213, 0.3);
  height: 300px;
  overflow: auto; }
  .doc-folderTree .folder-items {
    background: url(/static/media/doc-folder.0f75f92d.svg) no-repeat 15px center #fcfcfc;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
    padding: 15px 30px 15px 45px;
    position: relative;
    color: #000; }
    .doc-folderTree .folder-items .icon {
      position: absolute;
      right: 15px;
      color: #000; }
    .doc-folderTree .folder-items:hover {
      background-color: #E4E4E4; }
  .doc-folderTree.active {
    border-color: rgba(0, 114, 188, 0.3); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#eb-assign-admin {
  padding-bottom: 40px; }
  #eb-assign-admin .assign-column {
    position: relative;
    padding-top: 45px; }
    #eb-assign-admin .assign-column .top-assign-panel {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      #eb-assign-admin .assign-column .top-assign-panel .btn {
        padding: 8px 20px; }
        #eb-assign-admin .assign-column .top-assign-panel .btn.disabled {
          pointer-events: none;
          background-color: #0072BC; }
      #eb-assign-admin .assign-column .top-assign-panel .assign-counter {
        margin-top: 11px; }
    #eb-assign-admin .assign-column .column-grid-box {
      border: 1px solid #d5d5d5;
      min-height: 450px;
      max-height: 450px;
      border-radius: 4px;
      overflow: auto; }
      #eb-assign-admin .assign-column .column-grid-box .column-search-box {
        background: rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-bottom: 1px solid #d5d5d5; }
        #eb-assign-admin .assign-column .column-grid-box .column-search-box .search-label {
          width: 115px;
          display: flex; }
          #eb-assign-admin .assign-column .column-grid-box .column-search-box .search-label label {
            margin: 0;
            cursor: pointer;
            line-height: 18px; }
        #eb-assign-admin .assign-column .column-grid-box .column-search-box .search-field {
          text-align: right;
          width: 100%; }
          #eb-assign-admin .assign-column .column-grid-box .column-search-box .search-field input {
            width: 100%;
            padding: 8px 10px;
            height: 34px;
            border: 1px solid #d5d5d5;
            max-width: 300px;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.eb-custom-select {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .eb-custom-select input[type="checkbox"] {
    position: absolute;
    left: -100%;
    opacity: 0;
    visibility: hidden; }
  .eb-custom-select span {
    cursor: pointer; }
    .eb-custom-select span::before {
      font-family: "Material Icons";
      content: "\E835";
      font-size: 19px;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 19px;
      color: rgba(0, 0, 0, 0.4); }
  .eb-custom-select input[type="checkbox"]:checked ~ span::before {
    content: "\E834";
    color: #0072BC; }

.eb-column-listing .eb-listing-item {
  padding: 10px;
  border-bottom: 1px solid #d5d5d5; }
  .eb-column-listing .eb-listing-item .eb-custom-select {
    min-width: 20px;
    max-width: 20px; }
  .eb-column-listing .eb-listing-item .logo-area {
    margin-left: 8px;
    min-width: 45px;
    max-width: 45px; }
    .eb-column-listing .eb-listing-item .logo-area img {
      max-width: 100%; }
  .eb-column-listing .eb-listing-item .description-area {
    width: 100%;
    padding-left: 12px; }
    .eb-column-listing .eb-listing-item .description-area h4 {
      font-size: 13px;
      margin-bottom: 4px; }
    .eb-column-listing .eb-listing-item .description-area p {
      margin: 0;
      font-size: 11px; }
  .eb-column-listing .eb-listing-item .button-area {
    min-width: 90px;
    max-width: 90px;
    text-align: right; }
    .eb-column-listing .eb-listing-item .button-area .btn {
      padding: 5px 12px;
      font-size: 11px;
      font-weight: 400;
      opacity: 0;
      visibility: hidden;
      transition: all linear 0.3s; }
  .eb-column-listing .eb-listing-item:hover .button-area .btn {
    opacity: 1;
    visibility: visible; }

.op-matrix-table {
  margin-top: 10px; }
  .op-matrix-table .d-flex {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px; }
    .op-matrix-table .d-flex .box {
      padding: 0 5px;
      overflow: hidden;
      flex: 1; }
      .op-matrix-table .d-flex .box p {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 24px; }
      .op-matrix-table .d-flex .box i.material-icons {
        color: rgba(109, 109, 109, 0.8); }
      .op-matrix-table .d-flex .box.title {
        min-width: 160px; }
  .op-matrix-table header.d-flex {
    border: none; }
    .op-matrix-table header.d-flex .box p {
      font-weight: 600;
      color: rgba(109, 109, 109, 0.8); }

.ebs-assign-speakers-section {
  max-width: 900px; }
  .ebs-assign-speakers-section .ebs-assign-speaker-column {
    height: 100%; }
    .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel {
      align-items: flex-end;
      margin-bottom: 12px; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel .btn {
        height: 38px;
        padding: 0;
        min-width: 80px;
        font-size: 13px;
        margin-right: 11px; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel .label-select-alt {
        margin: 0;
        min-width: 140px; }
        .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel .label-select-alt .wrapper-select {
          margin: 0; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel .label-select-alt .wrapper-select .label-wrapper-select {
            padding-top: 8px;
            padding-bottom: 8px;
            min-height: 38px; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-top-panel .ebs-counter {
        font-size: 13px;
        width: 100%;
        text-align: right; }
    .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section {
      border: 1px solid #d5d5d5;
      height: calc(100% - 51px);
      border-radius: 5px; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-custom-label {
        margin: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        line-height: 1; }
        .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-custom-label input[type="checkbox"] {
          position: absolute;
          left: -30px; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-custom-label input[type="checkbox"]:checked ~ span::before {
            content: '\E5CA';
            font-family: 'Material Icons';
            border-color: #117093;
            background: #117093;
            color: #fff; }
        .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-custom-label span {
          padding-left: 24px;
          font-size: 14px;
          position: relative;
          cursor: pointer;
          display: inline-block;
          line-height: 1.1;
          min-height: 16px; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-custom-label span::before {
            content: '';
            font-style: normal;
            width: 16px;
            height: 16px;
            border: 1px solid #d5d5d5;
            line-height: 14px;
            position: absolute;
            left: 0;
            font-size: 13px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 3px;
            color: #707070; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-top {
        padding: 12px;
        padding-left: 20px;
        border-bottom: 1px solid #d5d5d5;
        display: flex;
        align-items: center; }
        .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-top .search-field {
          margin-right: 0;
          min-width: 244px;
          height: 35px;
          border: 1px solid #DEDFE1;
          padding: 8px 20px 8px 40px;
          border-radius: 3px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAXpJREFUKFOlksFKw0AQhmeSVjx5E/Epal9A8CCIqG2hKCURRPDgBtqDV9EigieRqgkoogezEUSatF60J/EFWt9CEU+Cl5Id2diEamtU3NPuP/vt/Mv8CF1rVmcFlWAJAFMduQUIp55tXnbfk3sMhaxuWESICMIVIvkQFNEfUxTKA8Gby81SNxyAEkJSnl1+sPn1ZXnOLLJtFDjkcbMY1lHaS5Ay7vLD1X5QqGU0dgzgN2r86Cpwk9XYLQDsetxqxIE5nU0RQdHj1nQHNB6FSKTqF5WnOHCuUBpR1XbLta3Rf4M3RLhXcw6l5W9Xr1XdmEcBk65jrsSBWY2dCYLrumNVoznmNKMiFHqtnVvrfcehsR1EHPBscy0aRxQAzdgnoEEFoer7yabUVbWdJgELgDDjcWu4JwBds8ojwDIipKVGBE0kOAGVXoiUsmebEz0d4/73kS5WRkLhcnPrU1Z/AmU9p7M7X+BG3THvo5D/Bgw6a6zpcSv9ZzBs8A7W0J4RuJCexgAAAABJRU5ErkJggg==) no-repeat 15px center; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-top .search-field:focus {
            border-color: #117093; }
      .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list {
        width: 100%;
        height: calc(100% - 60px); }
        .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item {
          padding: 14px 20px;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #d5d5d5;
          padding-right: 100px;
          position: relative; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item .ebs-custom-label {
            width: 20px;
            min-width: 20px; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item .ebs-assign-detail {
            padding-left: 10px; }
            .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item .ebs-assign-detail h5 {
              margin-bottom: 04px;
              font-weight: 400;
              font-size: 14px;
              word-wrap: break-word;
              word-break: break-all; }
            .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item .ebs-assign-detail p {
              margin-top: 5px;
              margin-bottom: 0;
              font-size: 14px; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item .btn {
            position: absolute;
            right: 10px;
            top: 50%;
            height: 28px;
            padding: 0 12px;
            font-size: 12px;
            margin-top: -14px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s linear; }
          .ebs-assign-speakers-section .ebs-assign-speaker-column .ebs-assign-section .ebs-assign-list .ebs-assign-item:hover .btn {
            opacity: 1;
            visibility: visible; }

.ebs-assign-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #F5F5F5; }

.ebs-assign-list::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

.ebs-assign-list::-webkit-scrollbar-thumb {
  background-color: #117093; }

.infinite-scroll-component {
  overflow: hidden !important; }

.ebs-loadmore {
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  line-height: 1; }
  .ebs-loadmore i {
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite; }

.ebs-leaderboard-container {
  width: 100%;
  min-height: 100vh;
  background: #e5e5e5;
  color: #262626; }
  .ebs-leaderboard-container .ebs-container {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: auto; }
  .ebs-leaderboard-container .ebs-leaderboard-header {
    background: #fff;
    overflow: hidden;
    padding: 7px 0;
    margin: 0 0 24px; }
    .ebs-leaderboard-container .ebs-leaderboard-header .ebs-leaderboard-logo {
      max-width: 228px; }
      .ebs-leaderboard-container .ebs-leaderboard-header .ebs-leaderboard-logo img {
        width: 100%; }
    .ebs-leaderboard-container .ebs-leaderboard-header .ebs-slogan {
      border-left: 1px solid #d8d8d8;
      padding: 0 0 0 20px;
      margin: 0px 0 0 8px; }
      .ebs-leaderboard-container .ebs-leaderboard-header .ebs-slogan strong {
        color: #f28121;
        font-size: 20px;
        text-transform: uppercase; }
  .ebs-leaderboard-container .ebs-leaderboard-listing {
    margin-bottom: 40px; }
    .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info {
      background-color: #ffffff;
      font-size: 24px;
      line-height: 32px;
      padding: 12px 15px 15px 25px;
      margin-bottom: 10px; }
      .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info.active {
        background-color: #f28121; }
      .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info {
        margin-bottom: 12px; }
        .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-media {
          width: 45px;
          min-width: 45px;
          margin: 0 17px 0 0;
          padding: 8px 0 0; }
          .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-media img {
            width: 100%; }
        .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-user-title {
          padding: 12px 0 0; }
          .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-user-title .ebs-name {
            font-size: 15px;
            line-height: 19px;
            display: block;
            margin: 0 0 3px; }
          .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-user-title .ebs-designation {
            font-size: 13px;
            line-height: 18px;
            display: block; }
        .ebs-leaderboard-container .ebs-leaderboard-listing .ebs-leaderboard-info .ebs-user-info .ebs-like {
          font-size: 40px;
          padding-top: 18px; }

.ebs-wishlist-box {
  margin: 16px 0;
  padding-right: 18px; }
  .ebs-wishlist-box .row {
    margin: 0;
    gap: 18px; }
  .ebs-wishlist-box .col {
    flex-shrink: 0;
    padding: 0; }
    .ebs-wishlist-box .col.selected-box .ebs-counters-box {
      background: #117093; }
      .ebs-wishlist-box .col.selected-box .ebs-counters-box h4, .ebs-wishlist-box .col.selected-box .ebs-counters-box p {
        color: #fff; }
      .ebs-wishlist-box .col.selected-box .ebs-counters-box::before {
        content: '';
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: url(/static/media/ico-tick-white.990592ab.svg) no-repeat center center #117093;
        position: absolute;
        right: -8px;
        top: -8px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.23); }
  .ebs-wishlist-box .ebs-counters-box {
    min-height: 140px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfcfc;
    border: 1px solid #DEDFE1;
    padding: 15px; }
    .ebs-wishlist-box .ebs-counters-box h4 {
      margin-bottom: 10px;
      font-size: 30px;
      color: #707070;
      line-height: 1.2; }
    .ebs-wishlist-box .ebs-counters-box p {
      margin-bottom: 0;
      text-transform: uppercase;
      color: #117093;
      font-size: 12px;
      font-weight: 700; }
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem; }

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer; }

.DayPicker-NavButton:hover {
  opacity: 0.8; }

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left; }

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em; }

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em; }

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  padding-top: 0.5em; }

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700; }

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default; }

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */ }

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA; }

.DayPicker:not(.DayPicker--interactionDisabled)
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF; }

/* DayPickerInput */
.DayPickerInput {
  display: inline-block; }

.DayPickerInput-OverlayWrapper {
  position: relative; }

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
body.react-confirm-alert-body-element {
  overflow: hidden; }

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; }

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666; }

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0; }

.react-confirm-alert-body > h1 {
  margin-top: 0; }

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px; }

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px; }

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer; }

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.main-billing-page {
  padding-top: 20px;
  position: relative;
  min-height: 600px; }
  .main-billing-page .header-section .section-title {
    margin-bottom: 12px; }
  .main-billing-page .header-section p {
    font-size: 12px; }

.payment-methods-list {
  padding-top: 20px; }
  .payment-methods-list h4 {
    margin-bottom: 12px;
    font-size: 14px; }
  .payment-methods-list p {
    font-size: 12px; }

.card-check-list label {
  margin: 0 8px 5px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .card-check-list label span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.5); }
    .card-check-list label span:before {
      font-family: 'Material Icons';
      content: '\E145';
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 16px; }
  .card-check-list label input[type="checkbox"] {
    position: absolute;
    left: -80px; }
    .card-check-list label input[type="checkbox"]:checked + span {
      color: #1B9BC5; }
      .card-check-list label input[type="checkbox"]:checked + span:before {
        content: '\E5CA'; }

.invoice-copy-form .row {
  margin: 0 -15px; }
  .invoice-copy-form .row div[class*="col-"] {
    padding: 0 15px;
    position: relative; }

.invoice-copy-form .btn-delete-item {
  position: absolute;
  right: -20px;
  cursor: pointer;
  top: 14px; }

.checkbox-flex-style {
  display: flex;
  padding-right: 0;
  align-items: center;
  margin: 0 3px 18px 0; }
  .checkbox-flex-style .custom-checkbox-toggle {
    position: relative;
    top: 0; }

.fik-select-types {
  padding-left: 25px;
  padding-top: 5px; }
  .fik-select-types span {
    display: inline-block;
    margin-right: 40px;
    cursor: pointer; }
    .fik-select-types span i {
      margin-left: 12px;
      color: #0072BC; }

.right-panel-billingitem {
  position: relative; }
  .right-panel-billingitem .btn_addNew_main {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 0;
    font-size: 0;
    text-indent: 0;
    background: none;
    border: none;
    cursor: pointer; }
    .right-panel-billingitem .btn_addNew_main:hover, .right-panel-billingitem .btn_addNew_main.active {
      background: #E8F1F4; }
    .right-panel-billingitem .btn_addNew_main.active ~ .drop_down_panel {
      opacity: 1;
      visibility: visible;
      transform: translateY(5px); }
  .right-panel-billingitem .drop_down_panel {
    position: absolute;
    right: 0;
    top: 100%;
    width: 140px;
    background: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    transform: translateY(20px);
    transition: all 0.2s linear;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
    .right-panel-billingitem .drop_down_panel.active {
      opacity: 1;
      visibility: visible; }
    .right-panel-billingitem .drop_down_panel .btn_addNew {
      padding: 8px 12px;
      border-radius: 0;
      color: #117093;
      font-weight: 400;
      font-size: 12px;
      background: transparent;
      width: 100%;
      text-align: left;
      outline: none;
      background: none;
      border: none; }
      .right-panel-billingitem .drop_down_panel .btn_addNew i {
        margin-right: 8px;
        font-size: 0;
        display: inline-block;
        max-width: 23px; }
        .right-panel-billingitem .drop_down_panel .btn_addNew i img {
          vertical-align: middle;
          margin-top: -3px;
          max-width: 20px; }
      .right-panel-billingitem .drop_down_panel .btn_addNew:hover {
        background: #E8F1F4; }

.billing-group-form {
  padding: 15px; }
  .billing-group-form h3, .billing-group-form p {
    font-size: 12px; }
  .billing-group-form .checkbox-row {
    padding-right: 100px; }
    .billing-group-form .checkbox-row .custom-checkbox-toggle {
      top: -2px;
      right: 20px; }
  .billing-group-form .bottom-panel-button {
    padding-top: 15px; }

.form-items-section {
  padding: 15px;
  margin-bottom: 80px; }
  .form-items-section h3 {
    font-size: 13px;
    margin-bottom: 15px; }
  .form-items-section h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px; }
  .form-items-section p {
    font-size: 12px; }
  .form-items-section .wrapper-select {
    margin-bottom: 15px; }
  .form-items-section .label-input {
    margin-bottom: 15px; }
  .form-items-section .bottom-form-area {
    padding-top: 15px; }
  .form-items-section .field-item-name {
    margin-bottom: 10px; }
    .form-items-section .field-item-name .label-input,
    .form-items-section .field-item-name .wrapper-select {
      margin-bottom: 2px; }
  .form-items-section .info-sec-field {
    padding-left: 25px; }
    .form-items-section .info-sec-field a {
      color: #117093; }
    .form-items-section .info-sec-field p {
      margin-bottom: 5px;
      color: #000; }
    .form-items-section .info-sec-field h4 {
      font-weight: normal;
      text-decoration: underline;
      color: #0072BC;
      font-size: 12px;
      margin-bottom: 0;
      cursor: pointer; }
  .form-items-section .settings-registration p {
    min-width: 150px; }

.popup-program-session {
  top: 0;
  height: 100%;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.2); }
  .popup-program-session .wrapper-sidebar {
    overflow: hidden;
    margin: 0 auto;
    right: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px); }
    .popup-program-session .wrapper-sidebar header {
      border: none; }
      .popup-program-session .wrapper-sidebar header h3 {
        font-weight: 600;
        font-size: 20px;
        color: #000;
        padding-bottom: 0; }
    .popup-program-session .wrapper-sidebar .new-header input[type="text"] {
      max-width: 390px; }
  .popup-program-session .bottom-content {
    padding-bottom: 74px;
    height: calc(100% - 118px);
    max-width: 100%;
    overflow: auto; }
  .popup-program-session .bottom-component-panel {
    position: sticky; }
  .popup-program-session .select-program-sessions {
    padding-top: 5px;
    margin-bottom: 15px; }
    .popup-program-session .select-program-sessions h2 {
      font-size: 14px;
      margin-bottom: 18px; }
    .popup-program-session .select-program-sessions .program-by-date {
      margin-bottom: 5px;
      display: flex;
      align-items: center; }
      .popup-program-session .select-program-sessions .program-by-date .icons {
        color: #00AAE3;
        margin-bottom: 15px; }
        .popup-program-session .select-program-sessions .program-by-date .icons.disabled {
          pointer-events: none; }
      .popup-program-session .select-program-sessions .program-by-date .icons ~ h4 {
        margin-bottom: 15px;
        padding-left: 10px; }
      .popup-program-session .select-program-sessions .program-by-date h4 {
        color: #00AAE3;
        margin-bottom: 15px;
        font-size: 14px; }
      .popup-program-session .select-program-sessions .program-by-date .list-program {
        margin-bottom: 15px;
        line-height: 24px;
        padding-left: 40px;
        position: relative; }
        .popup-program-session .select-program-sessions .program-by-date .list-program .icons {
          position: absolute;
          left: 8px;
          top: 0px;
          color: #0072BC;
          margin-right: 0;
          margin-bottom: 0; }
          .popup-program-session .select-program-sessions .program-by-date .list-program .icons.disabled {
            pointer-events: none; }
          .popup-program-session .select-program-sessions .program-by-date .list-program .icons i {
            position: relative;
            top: -2px;
            font-size: 21px; }
        .popup-program-session .select-program-sessions .program-by-date .list-program .program-time {
          margin-right: 15px;
          font-size: 12px;
          color: #707070;
          font-weight: 700;
          white-space: nowrap; }
        .popup-program-session .select-program-sessions .program-by-date .list-program .program-title {
          font-size: 13px;
          font-weight: 600;
          color: rgba(0, 0, 0, 0.5); }

.noscroll {
  overflow: hidden !important; }

.wrapper-billing-section {
  padding: 0 5px; }
  .wrapper-billing-section .row {
    margin: 0 -5px; }
    .wrapper-billing-section .row div[class*="col-"] {
      padding: 0 5px; }
    .wrapper-billing-section .row .col-1 {
      max-width: 40px; }
    .wrapper-billing-section .row .col-11 {
      flex: 1;
      max-width: 100%; }
  .wrapper-billing-section .header-billing {
    margin-bottom: 15px;
    border-bottom: 1px solid #0072BC;
    padding-bottom: 10px;
    align-items: center; }
    .wrapper-billing-section .header-billing strong {
      font-size: 11px; }
    .wrapper-billing-section .header-billing i {
      font-size: 18px;
      cursor: pointer; }
    .wrapper-billing-section .header-billing .checkbox-items {
      top: 4px; }
  .wrapper-billing-section .checkbox-items {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    top: 9px; }
    .wrapper-billing-section .checkbox-items input[type="checkbox"] {
      position: absolute;
      left: -50px; }
      .wrapper-billing-section .checkbox-items input[type="checkbox"]:checked ~ span:before {
        content: '\E834'; }
    .wrapper-billing-section .checkbox-items span:before {
      font-family: 'Material Icons';
      content: '\E835';
      font-size: 20px;
      color: #0072BC; }
  .wrapper-billing-section .practical-data-wrapper .form-item-style .practical-data-list {
    border: none;
    padding-bottom: 0; }
  .wrapper-billing-section .practical-data-wrapper .inner-droppable {
    padding-left: 0;
    padding-top: 15px; }
    .wrapper-billing-section .practical-data-wrapper .inner-droppable .practical-data-list {
      border: none;
      padding: 0; }
  .wrapper-billing-section .practical-data-wrapper .practical-data-list-wrapp.check .form-item-style .practical-data-list {
    background: #E8F1F4 !important; }
  .wrapper-billing-section .practical-data-wrapper .practical-data-list-wrapp.check .practical-data-list {
    border-color: #0072BC; }
  .wrapper-billing-section .form-item-wrapper .col-5 {
    flex: 1;
    max-width: 45%; }
  .wrapper-billing-section .form-item-wrapper .col-3 {
    max-width: 190px; }
  .wrapper-billing-section .form-item-wrapper h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px; }
  .wrapper-billing-section .form-item-wrapper p {
    margin: 0;
    font-size: 12px; }
  .wrapper-billing-section .parctical-button-panel {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px; }
    .wrapper-billing-section .parctical-button-panel .btn {
      background: none;
      padding: 0;
      color: #000;
      box-shadow: none !important; }
      .wrapper-billing-section .parctical-button-panel .btn:focus, .wrapper-billing-section .parctical-button-panel .btn:active {
        box-shadow: none !important; }
      .wrapper-billing-section .parctical-button-panel .btn.active {
        background: none; }
      .wrapper-billing-section .parctical-button-panel .btn i {
        font-size: 18px; }
  .wrapper-billing-section.voucher-select-items {
    padding: 0 7px; }
    .wrapper-billing-section.voucher-select-items .row {
      flex-wrap: initial;
      padding: 10px;
      align-items: center;
      border-radius: 3px;
      margin-bottom: 1px; }
      .wrapper-billing-section.voucher-select-items .row .checkbox-items {
        top: 2px; }
      .wrapper-billing-section.voucher-select-items .row:hover:not(.header-billing), .wrapper-billing-section.voucher-select-items .row.selected {
        background: #E8F1F4; }
        .wrapper-billing-section.voucher-select-items .row:hover:not(.header-billing).error, .wrapper-billing-section.voucher-select-items .row.selected.error {
          background: rgba(176, 0, 32, 0.1); }
      .wrapper-billing-section.voucher-select-items .row.header-billing {
        margin-bottom: 10px;
        border-radius: 0;
        border-top: 1px solid #0072BC; }
        .wrapper-billing-section.voucher-select-items .row.header-billing .checkbox-items {
          top: 4px; }
      .wrapper-billing-section.voucher-select-items .row .value-meter {
        padding-left: 10px;
        color: rgba(0, 0, 0, 0.4); }
      .wrapper-billing-section.voucher-select-items .row p {
        color: #000;
        margin: 0;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .wrapper-billing-section.voucher-select-items .row p strong {
          font-weight: 600; }
      .wrapper-billing-section.voucher-select-items .row input[type="text"] {
        width: 60px;
        height: 38px;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        padding: 10px;
        text-align: center;
        color: #000; }
      .wrapper-billing-section.voucher-select-items .row select {
        width: 100%;
        height: 36px;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        appearance: none;
        font-size: 13px;
        padding: 5px 8px; }
      .wrapper-billing-section.voucher-select-items .row .grid-1 {
        min-width: 60px;
        padding: 0 7px; }
      .wrapper-billing-section.voucher-select-items .row .grid-2 {
        min-width: 100px;
        padding: 0 7px; }
      .wrapper-billing-section.voucher-select-items .row .grid-3 {
        width: 100%;
        padding: 0 7px; }
      .wrapper-billing-section.voucher-select-items .row .grid-4 {
        min-width: 220px;
        text-align: right;
        padding: 0 7px; }
      .wrapper-billing-section.voucher-select-items .row .grid-5 {
        min-width: 120px;
        padding: 0 7px; }
      .wrapper-billing-section.voucher-select-items .row .grid-6 {
        min-width: 140px;
        padding: 0 7px;
        text-align: left; }
      .wrapper-billing-section.voucher-select-items .row .grid-7 {
        min-width: 100px;
        padding: 0 7px;
        text-align: right; }
    .wrapper-billing-section.voucher-select-items.voucher-elements-inner {
      padding-top: 30px;
      padding-bottom: 15px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row .practical-edit-panel {
        float: right; }
        .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row .practical-edit-panel span {
          margin-left: 15px;
          cursor: pointer; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row:hover:not(.header-billing) {
        background: #fff;
        color: #0072BC; }
        .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row:hover:not(.header-billing) p {
          color: #0072BC; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row.header-billing strong {
        text-transform: uppercase; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row .grid-4,
      .wrapper-billing-section.voucher-select-items.voucher-elements-inner .row .grid-7 {
        text-align: left; }
    .wrapper-billing-section.voucher-select-items.voucher-elements-main .row {
      padding: 5px 0px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .practical-edit-panel span {
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        line-height: 24px;
        text-align: center;
        cursor: pointer; }
        .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .practical-edit-panel span:hover {
          background-color: #E4E4E4; }
        .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .practical-edit-panel span img {
          display: inline-block;
          vertical-align: middle; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row:hover p {
        color: #0072BC; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row.header-billing strong {
        text-transform: uppercase; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-1 {
        min-width: 55px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-2 {
        min-width: 140px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-3 {
        min-width: 110px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-4 {
        text-align: left;
        min-width: 160px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-5,
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-6 {
        min-width: 95px; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-7 {
        min-width: 120px;
        text-align: left; }
      .wrapper-billing-section.voucher-select-items.voucher-elements-main .row .grid-8 {
        min-width: 90px; }

.label-input-dropdown {
  display: flex;
  cursor: pointer; }
  .label-input-dropdown input {
    border-radius: 5px 0 0 5px;
    cursor: pointer; }
  .label-input-dropdown .btn {
    min-width: 58px;
    border-radius: 0 5px 5px 0;
    padding: 0;
    background: #117093; }

.form-date-base {
  margin-bottom: 15px;
  padding-top: 5px; }
  .form-date-base h4 {
    font-size: 12px;
    margin-bottom: 15px; }
  .form-date-base .btn-add-form-row {
    color: #0072BC;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px; }
    .form-date-base .btn-add-form-row i {
      font-size: 21px;
      margin-right: 1px;
      position: relative;
      top: -1px; }

.wrapp-form-date-base .row {
  padding-right: 26px;
  position: relative; }
  .wrapp-form-date-base .row .label-input {
    margin-bottom: 10px; }
  .wrapp-form-date-base .row .btn_remove_price {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 12px;
    color: #0072BC;
    cursor: pointer; }

.simple-drop-down {
  margin-bottom: 0;
  max-width: 100%; }
  .simple-drop-down .css-spersy-control {
    border-color: #E4E4E4; }
  .simple-drop-down .css-b8ldur-Input {
    margin: 0;
    font-size: 13px;
    color: #707070;
    max-width: 100%; }
  .simple-drop-down .css-g1d714-ValueContainer {
    padding: 0 8px !important; }
  .simple-drop-down .css-1uccc91-singleValue {
    font-size: 13px;
    color: #707070; }
  .simple-drop-down .css-tlfecz-indicatorContainer {
    padding: 6px 8px; }
  .simple-drop-down .css-4ljt47-MenuList {
    padding: 0 !important; }
  .simple-drop-down .css-26l3qy-menu .css-9gakcf-option {
    background-color: #E8F1F4 !important;
    color: #707070 !important; }
    .simple-drop-down .css-26l3qy-menu .css-9gakcf-option:hover {
      background-color: #E8F1F4 !important;
      color: #707070; }
  .simple-drop-down .css-26l3qy-menu div[id*="react-select-3-option"] {
    font-size: 13px; }
    .simple-drop-down .css-26l3qy-menu div[id*="react-select-3-option"]:hover {
      background-color: #E8F1F4 !important; }
  .simple-drop-down .css-26l3qy-menu .css-1n7v3ny-option {
    background-color: #E8F1F4 !important;
    color: #707070; }

.wrapper-content .eb-mandatory-field {
  margin-bottom: 8px;
  color: #000;
  font-size: 13px; }

.error-star {
  color: rgba(176, 0, 32, 0.6); }

/*# sourceMappingURL=main.9a4eb470.css.map*/