@charset "UTF-8";
/* Default variables import */
/* BS4 import */
/*!
 * 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: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #004D93;
  --secondary: #818181;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1600px;
  --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: #FFFFFF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004D93;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #002547;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

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

.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: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  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: #FFFFFF;
  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;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  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: #FFFFFF;
  border-color: #148fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  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: #FFFFFF;
}

.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: 30px;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

.btn-primary {
  color: #FFFFFF;
  background-color: #004D93;
  border-color: #004D93;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #00396d;
  border-color: #003260;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #00396d;
  border-color: #003260;
  box-shadow: 0 0 0 0.2rem rgba(38, 104, 163, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #004D93;
  border-color: #004D93;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #003260;
  border-color: #002c53;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 104, 163, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #818181;
  border-color: #818181;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #6e6e6e;
  border-color: #686868;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #6e6e6e;
  border-color: #686868;
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #818181;
  border-color: #818181;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #686868;
  border-color: #616161;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

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

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

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

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

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

.btn-dark {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

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

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

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #004D93;
  text-decoration: none;
}
.btn-link:hover {
  color: #002547;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.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;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-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: #FFFFFF;
  text-decoration: none;
  background-color: #004D93;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.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: 30px;
}

.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: 30px;
}

.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: #FFFFFF;
  border-color: #004D93;
  background-color: #004D93;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #148fff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #47a7ff;
  border-color: #47a7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 30px;
}
.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='%23FFFFFF' 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: #004D93;
  background-color: #004D93;
}
.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='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 147, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 77, 147, 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='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 147, 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: #FFFFFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 77, 147, 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: #FFFFFF 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: 30px;
  appearance: none;
}
.custom-select:focus {
  border-color: #148fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #148fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 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: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.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 2px 2px 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 #FFFFFF, 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #004D93;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #47a7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #004D93;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #47a7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #004D93;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #47a7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.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: 30px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #004D93;
}

.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: 30px;
}
.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;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .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: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.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: #FFFFFF;
}
.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: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}
.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: 29px;
  border-top-right-radius: 29px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}
.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: 29px 29px 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 29px 29px;
}

.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: 29px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}

.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: 30px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 30px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004D93;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #002547;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #004D93;
  border-color: #004D93;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  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: 30px;
  border-bottom-left-radius: 30px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.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: 30px;
  border-bottom-left-radius: 30px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.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: 30px;
  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: #FFFFFF;
  background-color: #004D93;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #003260;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 77, 147, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #818181;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #686868;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

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

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.badge-dark {
  color: #FFFFFF;
  background-color: #000000;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 30px;
}
@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: 30px;
}

.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: #00284c;
  background-color: #ccdbe9;
  border-color: #b8cde1;
}
.alert-primary hr {
  border-top-color: #a6c0d9;
}
.alert-primary .alert-link {
  color: #000d19;
}

.alert-secondary {
  color: #434343;
  background-color: #e6e6e6;
  border-color: gainsboro;
}
.alert-secondary hr {
  border-top-color: #cfcfcf;
}
.alert-secondary .alert-link {
  color: #2a2a2a;
}

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

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

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

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

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

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}

@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: 30px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #004D93;
  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: 30px;
}

.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: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #004D93;
  border-color: #004D93;
}
.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: 30px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 30px;
  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: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 30px;
    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: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 30px;
    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: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 30px;
    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: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 30px;
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .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: #00284c;
  background-color: #b8cde1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00284c;
  background-color: #a6c0d9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #00284c;
  border-color: #00284c;
}

.list-group-item-secondary {
  color: #434343;
  background-color: gainsboro;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #434343;
  background-color: #cfcfcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #434343;
  border-color: #434343;
}

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

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

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

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

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

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: 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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  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: 29px;
  border-top-right-radius: 29px;
}
.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: 29px;
  border-bottom-left-radius: 29px;
}
.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-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 30px;
}
.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: #FFFFFF;
}

.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: 30px 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: #FFFFFF;
}

.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: #FFFFFF;
}
.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: 30px 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: #FFFFFF;
}

.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: 29px;
  border-top-right-radius: 29px;
}
.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: #FFFFFF;
  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: #FFFFFF;
  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='%23FFFFFF' 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='%23FFFFFF' 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: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #004D93 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #FFFFFF !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: #004D93 !important;
}

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 30px !important;
}

.rounded {
  border-radius: 30px !important;
}

.rounded-top {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.rounded-right {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-left {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-7 {
    margin: 6rem !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxxl-8 {
    margin: 7.5rem !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xxxl-9 {
    margin: 9rem !important;
  }
  .mt-xxxl-9,
  .my-xxxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxxl-9,
  .mx-xxxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxxl-9,
  .my-xxxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxxl-9,
  .mx-xxxl-9 {
    margin-left: 9rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-7 {
    padding: 6rem !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxxl-8 {
    padding: 7.5rem !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xxxl-9 {
    padding: 9rem !important;
  }
  .pt-xxxl-9,
  .py-xxxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxxl-9,
  .px-xxxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxxl-9,
  .py-xxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxxl-9,
  .px-xxxl-9 {
    padding-left: 9rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxxl-n7,
  .my-xxxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxxl-n7,
  .mx-xxxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n7,
  .my-xxxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxl-n7,
  .mx-xxxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxxl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xxxl-n8,
  .my-xxxl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxl-n8,
  .mx-xxxl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxl-n8,
  .my-xxxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxl-n8,
  .mx-xxxl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xxxl-n9 {
    margin: -9rem !important;
  }
  .mt-xxxl-n9,
  .my-xxxl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xxxl-n9,
  .mx-xxxl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xxxl-n9,
  .my-xxxl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xxxl-n9,
  .mx-xxxl-n9 {
    margin-left: -9rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-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;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-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: #FFFFFF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #000000 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

.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: #FFFFFF !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;
  }
}
/* common files import */
/* Margin, padding classes */
.no-padding {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-7 {
  padding-top: 7px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

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

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-7 {
  padding-left: 7px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-0 {
  padding-right: 0;
}

.p-r-7 {
  padding-right: 7px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-lr--15 {
  padding-left: -15px;
  padding-right: -15px;
}

.p-lr-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-tb-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-tb-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-5-10 {
  padding: 5px 10px;
}

.m-auto {
  margin: auto;
}

.m-2 {
  margin: 2px;
}

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

.m-t-1 {
  margin-top: 1px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t--3 {
  margin-top: -3px;
}

.m-t--5 {
  margin-top: -5px;
}

.m-t--6 {
  margin-top: -6px;
}

.m-t--7 {
  margin-top: -7px;
}

.m-t--10 {
  margin-top: -10px;
}

.m-t--20 {
  margin-top: -20px;
}

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

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b--10 {
  margin-bottom: -10px;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-tb-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.m-tb--5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

.m-l-7 {
  margin-left: 7px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l--5 {
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-lr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-lr-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.m-lr-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.m-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.ph-13 {
  margin: 0 0 0 13px;
}

.border-top-zero {
  border-top: 0px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.x-small {
  font-size: 75%;
  font-weight: normal;
}

.xx-small {
  font-size: 65%;
  font-weight: normal;
}

.xxx-small {
  font-size: 55%;
  font-weight: normal;
}

.x4-small {
  font-size: 45%;
  font-weight: normal;
}

.x5-small {
  font-size: 35%;
  font-weight: normal;
}

.large {
  font-size: 115%;
}

.x-large {
  font-size: 130%;
}

h1 .large, .h1 .large, h2 .large, .h2 .large, h3 .large, .h3 .large {
  font-size: 135%;
}

.font-lg {
  font-size: 150%;
}

.font-2x {
  font-size: 200%;
}

.font-3x {
  font-size: 300%;
}

.font-4x {
  font-size: 400%;
}

.fa.fa-6x {
  font-size: 6em;
}

.fa.fa-7x {
  font-size: 7em;
}

.fa.fa-8x {
  font-size: 8em;
}

.fa.fa-9x {
  font-size: 9em;
}

.fa.fa-10x {
  font-size: 10em;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inlineblock {
  display: inline-block;
}

@media (max-width: 768px) { /* xs */
  .m-r-0-xs {
    margin-right: 0 !important;
  }
}
/* Layout */
html,
body {
  height: 100%;
  min-height: 100%;
  background-color: #F0F1F5;
}

#wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -45px;
  padding: 50px 0 45px;
  position: relative;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 1000;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  #header {
    position: absolute;
  }
}
#content-wrapper {
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#content-wrapper.toggled {
  margin-left: 50px;
}

#footer {
  position: relative;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  z-index: 150;
}

.alert-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
  color: #777;
  background-color: #222;
  border-radius: 0;
}

.alert-footer .alert-icon {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 3em;
  color: #FFFFFF;
}

.alert-footer h5 {
  font-weight: bold;
  color: #FFFFFF;
}

caption {
  caption-side: top;
}

/* Typography */
html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.015rem;
}

#header, #footer {
  font-size: 1rem;
}

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

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

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

p.help-block {
  margin-bottom: 0;
}

/* Cards and Pills */
.card {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #F0F1F5;
}

.card-footer {
  background-color: transparent;
}

.card-title {
  position: relative;
  margin: 0 -1.25rem;
  font-size: 1.2rem;
  padding: 0 1.25rem 0.75rem;
}

.card-title .show-more {
  float: right;
  padding: 3px 10px;
  margin-top: -4px;
  font-size: 12px;
  line-height: 1.5;
}

.card-title .btn-panel {
  padding: 3px 10px;
  margin-top: -4px;
  font-size: 12px;
  line-height: 1.5;
}

.card-title a.btn-primary {
  color: #fff;
}

.card-title .text-primary {
  color: #004D93;
}

.card-controls {
  margin-top: -4px;
  float: right;
  margin-left: 13px;
}

.card-controls .multi-carousel-control {
  display: block;
  position: relative;
  background: none;
  text-shadow: none;
  width: 30px;
  height: 26px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  line-height: 25px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin: 0 0 0 2px;
}

.card-controls .multi-carousel-control:hover,
.card-controls .multi-carousel-control:focus,
.card-controls .multi-carousel-control:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.card-controls .multi-carousel-control.disabled {
  cursor: wait;
}

.quiz-play .card {
  background-color: #fff;
  border: none;
  border-radius: 2px;
}

.quiz-play .card .card-header {
  background-color: transparent;
  border-style: none none solid;
  border-bottom: 2px solid #F0F1F5;
}

.quiz-play .card .card-title {
  border: none;
}

.quiz-play .card .card-body {
  padding: 15px 0;
}

.quiz-play .card .card-footer {
  background-color: transparent;
  border: none;
}

@media (max-width: 991px) {
  /* sm */
  .inner-card-title {
    display: block;
    text-align: center;
  }
  .card-title .show-more {
    float: none;
    margin-top: 10px;
  }
  .card-title .card-controls {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin-top: 10px;
  }
}
.nav-pills.flex-column .nav-link {
  margin-top: 2px;
}

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

.nav-tabs.nav-tabs-underline .nav-link {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs.nav-card-tabs {
  margin-left: -1px;
}

.nav-tabs.nav-card-tabs .nav-link {
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs.nav-card-tabs .nav-link.active,
.nav-tabs.nav-card-tabs .nav-link:active,
.nav-tabs.nav-card-tabs .nav-link:hover,
.nav-tabs.nav-card-tabs .nav-link:focus,
.nav-tabs.nav-card-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs.nav-card-tabs .nav-item:not(:last-child) {
  margin-right: 2px;
}

/* Buttons */
.btn {
  border-radius: 0;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:active,
.btn-default.active,
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn:active,
.btn.active,
.btn:focus,
.btn.focus,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  border-radius: 2px;
}

.btn-group {
  vertical-align: middle;
}

.btn-square {
  padding: 2px 6px;
}

.btn-grid-exp {
  position: absolute;
  left: 25px;
  padding: 3px 12px;
}

.btn-ac {
  border-color: #32A778;
  -webkit-box-shadow: inset 0 0 0 1px #32A778;
  box-shadow: inset 0 0 0 1px #32A778;
  color: #32A778;
  background-color: #2F4039;
}

.btn-ac:active,
.btn-ac:hover,
.btn-ac:focus {
  border-color: #5BC89C;
  -webkit-box-shadow: inset 0 0 0 1px #5BC89C;
  box-shadow: inset 0 0 0 1px #5BC89C;
  color: #5BC89C;
  background-color: #496458;
}

#one_col .modal-header .btn,
#two_cols .modal-header .btn {
  padding: 5px 10px;
  margin-top: 3px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1;
}

.btn-group-whitebox {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.btn-group-whitebox {
  display: block;
}

.list-group-whitebox .list-group-item:last-child,
.btn-group-whitebox > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.list-group-whitebox .list-group-item:first-child,
.btn-group-whitebox > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.btn-group-whitebox .btn.text-left {
  text-align: left;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.not-allowed {
  cursor: not-allowed !important;
}

/* Plugins */
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ccc;
}

.was-validated .bootstrap-select.form-control:valid,
.bootstrap-select.form-control.is-valid {
  padding-right: 0 !important;
}

.btn.dropdown-toggle {
  vertical-align: top;
}

.input-group .dropdown-toggle {
  margin-bottom: 0;
}

.bootstrap-select.show-more .btn {
  padding: 1px 0.75rem 2px;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: block;
}

.bootstrap-select .dropdown-item {
  padding: 0.25rem 0.75rem;
}

/* Pagination */
.pagination {
  margin: auto;
  width: 100%;
  justify-content: center;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #004D93;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #004D93;
  border-color: #004D93;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ddd;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

/* Labels */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

.label-danger {
  background-color: #d9534f;
  color: #ffffff;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-info {
  background-color: #5bc0de;
  color: #ffffff;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
  color: #ffffff;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-success {
  background-color: #5cb85c;
  color: #ffffff;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-default {
  background-color: #777;
  color: #ffffff;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.fa-circle.badge-success,
.fa-circle.badge-warning,
.fa-circle.badge-danger {
  background-color: transparent;
}

/* Start one column */
#one_col .container {
  width: 100%;
  max-width: 1410px;
}

#one_col #wrapper {
  padding-top: 70px;
}

#one_col #header {
  height: 70px;
}

@media (max-width: 575px) {
  /* xs - sm */
  #one_col #wrapper {
    padding-top: 55px;
  }
  #one_col #header {
    height: 55px;
  }
  #header-inner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  #one_col #header #header-inner-wrapper #header-brand {
    height: 55px;
    line-height: 55px;
  }
  #one_col .pagination > li > a,
  #one_col .pagination > li > span {
    padding: 5px 10px;
  }
}
/* End one column */
/* Start two columns */
#two_cols #content-wrapper {
  margin-left: 240px; /* Sidebar width */
}

#two_cols #content-wrapper.toggled {
  margin-left: 50px;
}

#two_cols #header #header-platform,
#two_cols #footer #poweredby {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

#two_cols #header #header-platform.toggled {
  width: 50px;
}

#two_cols #footer #poweredby.toggled {
  width: 50px;
}

#two_cols #header-platform.toggled .extended-brand {
  display: none;
}

#two_cols #header-platform .extended-brand {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#two_cols #header-platform.toggled .collapsed-brand {
  display: block;
}

#two_cols #header-platform .collapsed-brand {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

#two_cols #header-platform.toggled .collapsed-brand .platform-name {
  display: block;
  position: relative;
  z-index: 100;
  font-size: 0.9em;
  text-shadow: 1px 0 0 #e5e5e5, -1px 0 0 #e5e5e5, 0 1px 0 #e5e5e5, 0 -1px 0 #e5e5e5, 1px 1px #e5e5e5, -1px -1px 0 #e5e5e5, 1px -1px 0 #e5e5e5, -1px 1px 0 #e5e5e5;
}

#two_cols #header-platform.toggled .collapsed-brand .platform-version {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: bold;
  font-size: 50px;
  margin-left: -18px;
  letter-spacing: 1em;
}

#two_cols #sidebar-wrapper {
  position: absolute;
  left: 0;
  top: 50px; /* Header height */
  bottom: 0;
  width: 240px;
  z-index: 100;
  overflow: hidden;
  background-color: #000000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#two_cols #sidebar-wrapper.toggled {
  width: 50px;
}

#one_col .breadcrumb,
#two_cols .breadcrumb,
#two_cols .grid-view,
#two_cols .detail-view {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#one_col .breadcrumb {
  margin-bottom: 10px;
}

#two_cols .grid-view {
  margin-bottom: 20px;
}

#two_cols .whitebox .grid-view,
#two_cols .whitebox .detail-view {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* xs - sm */
  #two_cols #header #header-platform {
    position: fixed;
    left: 0;
  }
  #two_cols #header {
    padding-left: 50px;
  }
}
/* End two columns */
/* Img classes */
.img-hresponsive {
  height: 100%;
  width: auto;
}

.img-disabled {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* from bootstrap.css */
.page-header {
  border-bottom: 2px solid #fff;
}

.popover-content {
  padding: 5px 10px;
}

.popover {
  font-family: inherit;
  font-size: 12px;
  border-radius: 3px;
}

.popover > .arrow {
  border-width: 6px;
}

.popover.left {
  margin-left: -7px;
}

.popover.left > .arrow {
  right: -7px;
  margin-top: -7px;
}

.popover.top {
  margin-top: -7px;
}

.popover.top > .arrow {
  bottom: -7px;
  margin-left: -7px;
}

.popover.right {
  margin-right: -7px;
}

.popover.right > .arrow {
  left: -7px;
  margin-top: -7px;
}

.popover.bottom {
  margin-bottom: -7px;
}

.popover.bottom > .arrow {
  top: -7px;
  margin-left: -7px;
}

.alert {
  border-radius: 2px;
  padding: 10px 20px;
}

.alert-small {
  padding: 5px 10px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F0F1F5;
}

/* Bootstrap equal-height columns experiment. @see http://getbootstrap.com.vn/examples/equal-height-columns/ */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label {
  border-radius: 2px;
}

a {
  color: #004D93;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #0a8feb;
}

.pointer {
  cursor: pointer;
}

.not-available:hover {
  cursor: not-allowed;
}

a.disabled {
  color: #dddddd;
  pointer-events: none;
  cursor: not-allowed;
}

a.link-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-primary {
  background-color: #004D93 !important;
  color: #fff;
}

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

.bg-highlight {
  background-color: rgba(7, 105, 173, 0.6) !important;
  color: #fff;
}

.bg-lightgrey {
  background-color: #F2F2F2;
}

.bg-darkgrey {
  background-color: #E6E6E6;
}

.number {
  font-family: "Montserrat", sans-serif;
}

.nowrap {
  white-space: nowrap;
}

.dashed_underline {
  border-bottom: 1px dashed #999999;
}

.crop {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.text-primary {
  color: #004D93;
}

.text-primary-alt {
  color: #24A3F7;
}

.text-primary-dark {
  color: #044571;
}

.text-black {
  color: #000000;
}

.text-default {
  color: #333;
}

.text-white {
  color: #FFFFFF;
}

.text-red {
  color: #b12f3a;
}

.text-yellow {
  color: #ffb822;
}

.text-warning {
  color: #EAA21C;
}

.text-normal {
  font-weight: normal;
}

.text-success {
  color: #3c763d !important;
}

.text-1rem {
  font-size: 1rem;
}

.well {
  border: none;
  border-radius: 2px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.info-block {
  padding: 5px 10px;
  border-left: 3px solid;
  border-color: #555;
  background-color: #eee;
  color: #333;
}

.info-block.grey {
  padding: 5px 10px;
  border-left: 3px solid;
  border-color: #555;
  background-color: #dddddd;
  color: #333;
}

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

.info-block.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.info-block.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.info-block.danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.legal-box {
  background-color: #ccc;
  padding: 5px 10px;
  color: #333;
  font-size: 80%;
  height: 150px;
  overflow: auto;
  border: 1px solid #777;
}

.legal-box h5 {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.legal-box h6 {
  font-weight: bold;
}

.dropdown-menu {
  border-radius: 2px;
}

.progress {
  height: 10px;
  margin-bottom: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.grid-view .progress {
  margin-top: 5px;
}

.border-bottom {
  border-bottom: 1px solid #999999;
}

.border-bottom-gray {
  border-bottom: 1px solid #ebedf2;
}

.border-top-gray {
  border-top: 1px solid #ebedf2;
}

.bordered {
  border-top: 1px solid #ebedf2;
}

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

.radius2 {
  border-radius: 2px;
}

#one_col.modal-open #wrapper,
#one_col.modal-open #footer,
#two_cols.modal-open #wrapper,
#two_cols.modal-open #footer,
.blurBG, .loading-layer {
  -webkit-filter: blur(3px) grayscale(100%);
  -moz-filter: blur(3px) grayscale(100%);
  -o-filter: blur(3px) grayscale(100%);
  -ms-filter: blur(3px);
  filter: blur(3px) grayscale(100%);
}

/*.loading-layer-wrapper {transition: 0.3s -webkit-filter linear;}*/
#one_col #wrapper,
#one_col #footer,
#two_cols #wrapper,
#two_cols #footer,
.loading-layer-wrapper {
  -webkit-transition: filter 0.3s, -ms-filter 0.3s, -o-filter 0.3s, -moz-filter 0.3s, -webkit-filter 0.3s;
  -moz-transition: filter 0.3s, -ms-filter 0.3s, -o-filter 0.3s, -moz-filter 0.3s, -webkit-filter 0.3s;
  -o-transition: filter 0.3s, -ms-filter 0.3s, -o-filter 0.3s, -moz-filter 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, -ms-filter 0.3s, -o-filter 0.3s, -moz-filter 0.3s, -webkit-filter 0.3s;
}

#one_col.modal-open .modal-backdrop,
#two_cols.modal-open .modal-backdrop {
  background-color: transparent;
}

#one_col .modal-body {
  padding: 0;
}

.modal-content {
  border-radius: 3px;
}

#one_col .modal-header,
#two_cols .modal-header {
  padding: 5px 10px;
}

#one_col .modal-header .modal-title,
#two_cols .modal-header .modal-title {
  line-height: 30px;
}

#one_col .modal-header button.close,
#two_cols .modal-header button.close {
  padding: 5px 10px;
  margin: 3px 0 0 10px;
  border: 1px solid #ccc;
  color: #333;
  opacity: 1;
  font-size: 13px;
}

#one_col .modal-header button.close:hover,
#two_cols .modal-header button.close:hover {
  color: #333;
  background-color: #e6e6e6;
}

.bootbox-body {
  padding: 10px 30px 10px 10px;
}

.bootbox-close-button.close {
  margin: 10px 10px !important;
}

.input-group-addon {
  border-radius: 2px;
}

span.glyphicon.glyphicon-th.far.fa-calendar-alt.fa-lg {
  line-height: 0.3em;
}

.breadcrumb-public {
  padding: 5px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2px;
}

.breadcrumb-public > li + li {
  padding-left: 35px;
}

.breadcrumb-public > li + li::before {
  position: absolute;
  top: 0;
  margin-left: -40px;
  line-height: 30px;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 4em;
  font-weight: bold;
  color: #F0F1F5;
}

.list-group-whitebox,
a.list-group-item-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

a.list-group-item-primary:hover,
a.list-group-item-primary:active,
a.list-group-item-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.info-block footer::before,
.info-block small::before,
.info-block .small::before {
  content: none;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 2px;
  height: 32px;
  margin-top: -1px;
}

.input-group .form-control {
  z-index: 1;
}

.modal-xl {
  width: 75%;
  margin: 30px auto !important;
}

@media (max-width: 991px) { /* sm */
  .modal-xl {
    width: 98%;
    max-width: none;
  }
}
.text-right-xs-center {
  text-align: right;
}

#timeoutMsg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#timeoutMsg .alert {
  display: block;
  position: absolute;
  width: 40%;
  top: 20%;
  left: 50%;
  margin: 0 0 0 -20%;
  font-size: 1.1em;
  z-index: 9999;
}

@media (max-width: 576px) { /* xs */
  .text-right-xs-center {
    text-align: center;
  }
  .fa-2x-xs {
    font-size: 2em;
  }
  .fa-lg-xs {
    font-size: 1.33333em;
  }
  #timeoutMsg .alert {
    width: 90%;
    margin: 0 0 0 -45%;
  }
}
@media (max-width: 991px) { /* sm */
  #timeoutMsg .alert {
    width: 60%;
    margin: 0 0 0 -30%;
  }
}
.strike {
  text-align: center;
  position: relative;
}

.strike span {
  padding: 0 20px;
  background-color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.strike::after {
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: "";
  position: absolute;
  top: 50%;
}

#wrapper .bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: #f5f5f5;
}

/* Labels & badges */
.badge.badge-lg {
  font-size: 100%;
}

.btn.dropdown-toggle .badge {
  top: 0;
}

.fa-circle.badge-success {
  color: #5cb85c;
}

.fa-circle.badge-info {
  color: #1caadc;
}

.fa-circle.badge-warning {
  color: #FCB322;
}

.fa-circle.badge-danger {
  color: #d9534f;
}

.label {
  color: #ffffff;
  font-weight: normal;
}

.label-dark {
  background-color: #404040;
}

.label.label-default {
  background-color: #a1a1a1;
}

.label.label-success {
  background-color: #5cb85c; /*background-color: #A9D86E;*/
}

.label.label-info {
  background-color: #1caadc;
}

.label.label-warning {
  background-color: #FCB322;
}

.label.label-danger {
  background-color: #d9534f; /*background-color: #FF6C60;*/
}

.label.label-inverse {
  background-color: #344860;
}

.label.label-blue {
  background-color: #337ab7;
}

/*.badge-success {color: #5cb85c;}
.badge-info {color: #1caadc;}
.badge-warning {color: #FCB322;}
.badge-danger {color: #d9534f;}*/
.alert.alert-success a {
  color: #3c763d;
  border-bottom: 1px dashed;
}

.alert.alert-success a:hover {
  color: #3c763d;
  border-bottom: 1px solid;
}

.alert.alert-warning a {
  color: #8a6d3b;
  border-bottom: 1px dashed;
}

.alert.alert-warning a:hover {
  color: #8a6d3b;
  border-bottom: 1px solid;
}

.alert.alert-danger a {
  color: #a94442;
  border-bottom: 1px dashed;
}

.alert.alert-danger a:hover {
  color: #a94442;
  border-bottom: 1px solid;
}

/* Flex boxes */
.equalWidthWrap {
  display: flex;
  flex-wrap: nowrap;
}

.equalWidthWrap .equalWidth {
  margin: auto;
}

/* Main content styles */
#blank .whitebox,
#one_col .whitebox,
#two_cols .whitebox {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#blank .whitebox .whitebox,
#one_col .whitebox .whitebox,
#two_cols .whitebox .whitebox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#user-dashboard {
  padding-top: 10px;
}

#user-dashboard #banner {
  position: relative;
  overflow: hidden;
  padding: 0;
}

#user-dashboard #banner #banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#user-dashboard #banner #banner-label {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  padding: 3px 10px;
}

#user-dashboard #banner #banner-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.5);
}

#user-dashboard #banner #banner-caption h3 {
  color: #ffffff;
  font-size: 1.3em;
  height: 130px;
  padding: 0 10px;
}

#user-dashboard #banner #banner-caption ul li {
  color: #eee;
  padding: 5px 10px;
  white-space: nowrap;
}

#user-dashboard #banner #banner-caption ul li .lbl {
  width: 30%;
  display: inline-block;
}

#user-dashboard #banner #banner-caption ul li i {
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* xs */
  #user-dashboard #banner {
    height: auto !important;
  }
}
#user-dashboard #stats {
  padding: 0;
  position: relative;
}

.overlay-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250;
}

/* Public Dashboard Stats */
#credits-halfdoughnut-chart {
  position: relative;
  height: 150px;
  white-space: nowrap;
}

#credits-halfdoughnut-chart #percentage {
  display: block;
  position: absolute;
  font-size: 4rem;
  text-align: center;
  line-height: 50%;
  top: 40%;
  width: 100%;
}

#credits-halfdoughnut-chart #percentage small {
  font-size: 1.4rem;
}

#credits-halfdoughnut-chart #percentage .underline {
  display: block;
  position: absolute;
  left: 37%;
  width: 26%;
  margin: 9px auto;
  border-bottom: 2px solid #ddd;
}

#credits-halfdoughnut-chart #percentage .label {
  display: block;
  font-size: 0.9rem;
  color: #444;
  margin-top: 20px;
  text-transform: uppercase;
}

#user-dashboard #stats #pie-legend-percentage {
  margin-top: 10px;
}

#user-dashboard #stats #pie-legend-percentage div {
  padding: 5px 0;
}

#user-dashboard #stats #pie-legend-percentage .fa-stack {
  margin-top: -7px;
}

#user-dashboard #stats #pie-legend-percentage strong {
  font-size: 1.5rem;
  color: #444;
}

#user-dashboard #stats #pie-legend-percentage small {
  font-size: 0.7rem;
  font-weight: normal;
}

#user-dashboard #stats #legend {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
}

#user-dashboard #stats #legend .col-4 {
  border-top: 4px solid #F0F1F5;
  padding-bottom: 15px;
}

#user-dashboard #stats #legend .col-4:first-child {
  border-right: 4px solid #F0F1F5;
}

#user-dashboard #stats #legend .col-4:last-child {
  border-left: 4px solid #F0F1F5;
}

#user-dashboard #stats #legend h6 {
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}

#user-dashboard #stats #legend h6 .underline {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 35%;
  width: 30%;
  margin: auto;
  border-bottom: 2px solid #ddd;
}

#user-dashboard #stats #legend .user-credit {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -1px;
  white-space: nowrap;
}

#user-dashboard #stats #legend .user-credit .min {
  font-size: 1rem;
  margin-left: -15px;
}

#user-dashboard #stats #legend .user-credit sup {
  font-size: 0.7rem;
  font-weight: normal;
  color: #666;
  vertical-align: super;
  letter-spacing: 0;
  margin-left: 3px;
}

#user-dashboard #stats #legend .trend {
  display: block;
  margin-top: -5px;
}

/* Public Dashboard Quote */
#user-dashboard .quote {
  position: relative;
  font-size: 1.8em;
  font-family: "Montserrat", sans-serif;
}

#user-dashboard .quote.quote-small {
  font-size: 1.2em;
}

#user-dashboard .quote p {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  color: #777777;
  margin-bottom: 0;
}

#user-dashboard .quote.quote-small p {
  left: 25px;
  right: 25px;
}

#user-dashboard .quote .quote-start {
  position: absolute; /*top: 25px;left: 0;*/
  left: 7px;
  top: 7px;
  z-index: 10;
  font-size: 4em;
  color: #f5f5f5;
}

#user-dashboard .quote .quote-end {
  position: absolute; /*right: 0;bottom: -10px;*/
  right: 7px;
  bottom: 7px;
  z-index: 10;
  font-size: 4em;
  color: #f5f5f5;
}

#user-dashboard .quote .author {
  display: block;
  margin-top: 25px;
  text-align: right;
  font-size: 70%;
  color: #999999;
}

#user-dashboard .quote.quote-small .author {
  margin-top: 10px;
}

.alert-list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.alert-list .alert {
  margin: 0;
  padding: 5px 20px;
  border-radius: 0;
}

.alert-list .alert:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 20px;
}

.alert-list .alert:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (max-width: 576px) {
  /* xs */
  #user-dashboard #stats {
    margin-top: 20px;
  }
  #user-dashboard #stats #legend {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
  }
}
/* Error page */
#site-error #error-icon {
  text-align: center;
}

#site-error #error-icon i {
  font-size: 12em;
  color: rgba(0, 0, 0, 0.7);
}

.dl-error {
  margin-bottom: 0;
}

.dl-error dt {
  float: left;
  width: 20%;
  padding-right: 15px;
  overflow: visible;
  clear: left;
  text-align: right;
  white-space: nowrap;
}

.dl-error dd {
  margin-left: 20%;
}

/* Panels & lists */
ul.list-awesome {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}

ul.list-awesome li {
  text-indent: -1.2rem;
}

ul.list-awesome li::before {
  font-family: "Font Awesome 5 Free";
  float: left;
  width: 1.1rem;
  content: "\f054";
  font-weight: bold;
}

.equal-width-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
}

.equal-width-list li {
  display: table-cell;
}

/* Forms styles */
.form-control {
  border-radius: 2px;
}

#two_cols .form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #d8d8d8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.15);
}

.required label:not(.btn)::after,
.required-label:not(.btn)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f069";
  font-size: 0.5em;
  color: #FF4800;
  padding-left: 0.15em;
  position: relative;
  top: -1.2em;
}

.form-group-small {
  margin-bottom: 5px;
}

.form-group-small label {
  margin-bottom: 2px;
}

.form-group-small .form-control {
  padding: 2px 8px;
  height: 26px;
}

.form-group-small .bootstrap-select.form-control {
  padding: 0;
}

.form-group-small .btn {
  padding: 2px 10px;
}

.col-form-label small.text-muted {
  font-weight: normal;
}

.h-label {
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}

.rating-list {
  border: none;
  float: left;
}

.rating-list > input {
  display: none;
}

.rating-list > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  cursor: pointer;
}

.rating-list > .half:before {
  content: "\f089";
  position: absolute;
}

.rating-list > label {
  color: #ddd;
  float: right;
}

.rating-list > input:checked ~ label,
.rating-list:not(:checked) > label:hover,
.rating-list:not(:checked) > label:hover ~ label {
  color: #ffb822;
} /* hover previous stars in list */
.rating-list > input:checked + label:hover,
.rating-list > input:checked ~ label:hover,
.rating-list > label:hover ~ input:checked ~ label,
.rating-list > input:checked ~ label:hover ~ label {
  color: #ffd08c;
}

#rating-label {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 0;
}

.textEmbeddedInput {
  margin-left: 5px;
  margin-right: 5px;
  border-style: none;
  border-bottom: 1px solid #dedede;
  height: 1em;
  background: transparent;
}

.textEmbeddedInput .dropdown-toggle {
  background-color: transparent;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  margin-top: -5px;
  color: inherit;
}

.textEmbeddedInput.open > .dropdown-toggle,
.textEmbeddedInput.open > .dropdown-toggle:hover,
.textEmbeddedInput.open > .dropdown-toggle:focus,
.textEmbeddedInput .dropdown-toggle:hover,
.textEmbeddedInput .dropdown-toggle:focus,
.textEmbeddedInput .dropdown-toggle:active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}

.textEmbeddedInput:focus,
.textEmbeddedInput:hover,
.textEmbeddedInput:active {
  border-color: #adadad;
}

.btn-default:hover .textEmbeddedInput {
  border-color: #adadad;
}

/* FontAwesome Radio and Checkboxes */
.awesome-radio input[type=radio],
.awesome-checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

.awesome-radio label:hover,
.awesome-checkbox label:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.awesome-radio label,
.awesome-checkbox label {
  font-weight: normal;
  line-height: 2em;
  display: block;
  padding: 5px 10px;
}

/* radio */
.awesome-radio label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  letter-spacing: 10px;
  font-size: 1.25em;
  vertical-align: middle;
}

.awesome-radio input[type=radio]:checked ~ label:before {
  content: "\f058";
  color: #004D93;
}

.awesome-radio input[type=radio]:checked ~ label,
.awesome-radio input[type=radio]:focus ~ label:before,
.awesome-radio input[type=radio]:focus ~ label {
  color: #004D93;
}

/* checkbox */
.awesome-checkbox label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  letter-spacing: 10px;
  font-size: 1.25em;
  vertical-align: middle;
}

.awesome-checkbox input[type=checkbox]:checked ~ label:before {
  content: "\f14a";
  color: #004D93;
}

.awesome-checkbox input[type=checkbox]:checked ~ label {
  color: #004D93;
}

/*label.btn {position: relative;}
label.btn.active:before {font-family: "Font Awesome 5 Free";content: "\f00c";font-weight: bold;font-size: 1.5em;line-height: 100%;position: absolute;left: 1%;}*/
/* textarea */
.awesome-textarea {
  padding: 0 10px;
}

/* Gridview and Detailview styles */
a.asc:after, a.desc:after { /* add sorting icons to gridview sort links */
  display: inline-block;
  position: relative;
  top: -5px;
  line-height: 1;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  color: #777777;
  font-style: normal;
  font-weight: 900;
}

a.asc:after {
  content: "\f15d";
}

a.desc:after {
  content: "\f15e";
}

.sort-numerical a.asc:after {
  content: "\f162";
}

.sort-numerical a.desc:after {
  content: "\f163";
}

.sort-ordinal a.asc:after {
  content: "\f160";
}

.sort-ordinal a.desc:after {
  content: "\f161";
}

.detail-view > thead > tr > th,
.detail-view > tbody > tr > th,
.detail-view > tfoot > tr > th,
.detail-view > thead > tr > td,
.detail-view > tbody > tr > td,
.detail-view > tfoot > tr > td {
  padding: 5px;
  border-top: none;
}

.detail-view > thead > tr > th:first-child,
.detail-view > tbody > tr > th:first-child,
.detail-view > tfoot > tr > th:first-child,
.detail-view > thead > tr > td:first-child,
.detail-view > tbody > tr > td:first-child,
.detail-view > tfoot > tr > td:first-child {
  padding-left: 15px;
}

.detail-view > thead > tr > th:last-child,
.detail-view > tbody > tr > th:last-child,
.detail-view > tfoot > tr > th:last-child,
.detail-view > thead > tr > td:last-child,
.detail-view > tbody > tr > td:last-child,
.detail-view > tfoot > tr > td:last-child {
  padding-right: 15px;
}

.detail-view > thead > tr > th,
.detail-view > tbody > tr > th,
.detail-view > tfoot > tr > th {
  font-weight: normal;
  color: #777777;
}

.detail-view .label {
  padding: 4px 8px;
  letter-spacing: 2px;
}

.grid-view .table th,
.grid-view .table td {
  vertical-align: middle;
  font-size: 0.95rem;
}

.grid-view table.table thead tr th:first-child,
.grid-view table.table thead tr td:first-child,
.grid-view table.table tbody tr td:first-child {
  padding-left: 10px;
}

.grid-view table.table thead tr th:last-child,
.grid-view table.table thead tr td:last-child,
.grid-view table.table tbody tr td:last-child {
  padding-right: 10px;
}

.grid-view table.table tbody tr td:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

.grid-view table.table > thead {
  border-bottom: 4px solid #e9eaec;
}

.grid-view .summary {
  padding: 6px 10px 12px;
  text-align: right;
  font-size: 0.8rem;
}

.grid-view .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 0;
  clear: both;
}

.grid-view .pagination > li:first-child > a,
.grid-view .pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.grid-view .pagination > li:last-child > a,
.grid-view .pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.grid-view table.table > thead > tr > th,
.grid-view table.table > tbody > tr > th,
.grid-view table.table > tfoot > tr > th {
  font-weight: normal;
  padding-top: 10px;
}

.grid-view table.table > thead > tr > th,
.grid-view table.table > tbody > tr > th,
.grid-view table.table > tfoot > tr > th,
.grid-view table.table > thead > tr > td,
.grid-view table.table > tbody > tr > td,
.grid-view table.table > tfoot > tr > td {
  border: none;
}

.grid-view caption, .grid-view-caption {
  padding: 10px 10px;
  border-bottom: 1px solid #F0F1F5;
  color: #333;
}

.grid-view table.table input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 2px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.4rem 0.75rem;
}

.table-super-condensed > thead > tr > th,
.table-super-condensed > tbody > tr > th,
.table-super-condensed > tfoot > tr > th,
.table-super-condensed > thead > tr > td,
.table-super-condensed > tbody > tr > td,
.table-super-condensed > tfoot > tr > td {
  padding: 0.2rem 0.5rem;
}

.grid-view table.table-super-condensed > thead > tr > th,
.grid-view table.table-super-condensed > tbody > tr > th,
.grid-view table.table-super-condensed > tfoot > tr > th,
.grid-view table.table-super-condensed > thead > tr > td,
.grid-view table.table-super-condensed > tbody > tr > td,
.grid-view table.table-super-condensed > tfoot > tr > td {
  padding: 2px 5px;
}

#course-right-col .detail-view th {
  width: 45%;
}

.ui-sortable-handle {
  cursor: pointer;
}

.td-middle {
  vertical-align: middle;
}

.grid-view table.table .row-warning td {
  background-color: rgba(255, 223, 0, 0.1);
  color: #af790e;
}

.grid-view table.table .row-warning td:nth-child(2n) {
  background-color: rgba(255, 223, 0, 0.15);
}

.grid-view table.table .row-warning:hover td {
  background-color: rgba(255, 223, 0, 0.2);
}

.grid-view table.table .row-warning:hover td:nth-child(2n) {
  background-color: rgba(255, 223, 0, 0.25);
}

.grid-view table.table .row-success td {
  background-color: rgba(60, 118, 61, 0.1);
  color: #3c763d;
}

.grid-view table.table .row-success td:nth-child(2n) {
  background-color: rgba(60, 118, 61, 0.15);
}

.grid-view table.table .row-success:hover td {
  background-color: rgba(60, 118, 61, 0.2);
}

.grid-view table.table .row-success:hover td:nth-child(2n) {
  background-color: rgba(60, 118, 61, 0.25);
}

.grid-view table.table .row-danger td {
  background-color: rgba(138, 0, 0, 0.1);
  color: #8A0000;
}

.grid-view table.table .row-danger td:nth-child(2n) {
  background-color: rgba(138, 0, 0, 0.15);
}

.grid-view table.table .row-danger:hover td {
  background-color: rgba(138, 0, 0, 0.2);
}

.grid-view table.table .row-danger:hover td:nth-child(2n) {
  background-color: rgba(138, 0, 0, 0.25);
}

/* Carousel styles */
.multi-carousel {
  overflow: hidden;
  position: relative;
}

.multi-carousel .multi-carousel-inner {
  float: left;
}

.multi-carousel .multi-carousel-inner .item {
  float: left;
  padding: 5px 15px;
}

/* Carousel styles */
.homecarousel-item {
  position: relative;
  overflow: hidden;
}

.homecarousel-item .homecarousel-excerpt {
  padding: 5px 0 30px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.homecarousel-item .homecarousel-excerpt h5 {
  margin-top: 0;
  height: 40px;
}

.homecarousel-item .homecarousel-excerpt .img-video-supplier {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 40%;
  height: auto;
}

.homecarousel-item .homecarousel-excerpt small .label {
  font-weight: normal;
  padding: 0.3em 0.5em;
}

/*.homecarousel-item .homecarousel-excerpt ul.video-pill-details {
	position: absolute;bottom: 0;left: 0;
	width: 100%;
	padding: 4px 10px;
	margin: 0;
	list-style: none;
	border-top: 1px solid #ebedf2;
	background-color: #ffffff;}
.homecarousel-item .homecarousel-excerpt ul.video-pill-details li {float: left;}*/
.homecarousel-item .homecarousel-excerpt ul.video-pill-details li {
  font-size: 0.9em;
  color: #888888;
  padding: 0;
}

.homecarousel-item-horizontal {
  position: relative;
  height: 94px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1em;
  overflow: hidden;
}

.homecarousel-item-horizontal .video-preview {
  display: block;
  float: left;
  margin-right: 5px;
  height: 94px;
  width: 168px;
}

.homecarousel-item-horizontal .video-preview img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.homecarousel-item-horizontal small {
  display: block;
  position: absolute;
  bottom: 0;
  left: 175px;
  font-size: 0.8em;
  color: #888888;
}

@media (min-width: 992px) {
  /* non-sm */
  #video-gallery-right-col {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #video-gallery-right-col .card-title .show-more {
    float: right;
    margin-top: -22px;
  }
}
.homecarousel-item .video-pill-new-badge {
  display: block;
  position: absolute;
  top: 10px;
  right: -25px;
  background-image: linear-gradient(to top, #b12f3a, #ba3c45, #c34851, #cc545c, #d56068);
  transform: rotate(45deg);
  padding: 0 30px;
  color: #ffffff;
}

#video-pill #video-title {
  position: relative;
  min-height: 30px;
}

#video-pill #video-title .img-video-supplier {
  height: 30px;
  float: right;
}

.border-gray {
  border: 1px solid #ebedf2;
}

/* Cookie */
#cookie-info-alert {
  padding: 0;
  margin: 0 1rem 1rem;
  border: none;
}

#cookie-info-alert > .container-fluid > .row, #cookie-info-alert > .container-sm > .row, #cookie-info-alert > .container-md > .row, #cookie-info-alert > .container-lg > .row, #cookie-info-alert > .container-xl > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Course Boxes */
.course-item {
  position: relative;
  overflow: hidden;
}

.course-item .course-thumb {
  position: relative;
  z-index: 20;
}

.course-item .course-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.course-item .course-excerpt {
  padding: 5px 10px 30px;
  border: 1px solid #ebedf2;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0; /*border-radius: 0 0 4px 4px;*/
  position: relative;
  overflow: hidden;
}

#pending-course-index .course-excerpt {
  height: 100px;
}

.course-item .course-excerpt h5 {
  margin-top: 0;
}

.course-item .course-excerpt small .label {
  font-weight: normal;
  padding: 0.3em 0.5em;
}

.course-item .course-excerpt ul.course-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 10px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ebedf2;
  background-color: #ffffff;
  /*display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;*/
}

.course-item .course-excerpt ul.course-details li { /*width: 50%;*/
  float: left;
}

.stars i,
.bright-star {
  color: #ffb822;
}

.stars .text-black {
  color: #383838;
}

.fas.fa-star.text-black {
  color: #ddd;
}

.course-item .course-label {
  display: block;
  position: absolute;
  padding: 1px 12px;
  color: #fff;
  border-radius: 3px 0 0 3px;
}

.new-label-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  overflow: hidden;
}

.new-label {
  display: block;
  position: absolute;
  top: 10px;
  right: -25px;
  background-image: linear-gradient(to top, #b12f3a, #ba3c45, #c34851, #cc545c, #d56068);
  transform: rotate(45deg);
  padding: 0 30px;
  color: #ffffff;
  z-index: 1000;
}

.course-item .course-progress {
  bottom: 10px;
  left: 0;
  border-radius: 0 3px 3px 0;
  background-color: #0861b1;
  z-index: 30;
}

.public-course-index .course-progress {
  top: auto;
  bottom: 20px;
}

.course-item .course-category {
  top: 130px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  color: #555;
  border-radius: 0 3px 3px 0;
}

.course-item-horizontal:not(:last-child) {
  margin-bottom: 20px;
}

.course-item-pending:not(:last-child) {
  margin-bottom: 10px;
}

.course-item-horizontal .course-thumb,
.public-course-index .course-thumb {
  overflow: hidden;
}

.course-item-horizontal .course-thumb-outer img,
.public-course-index .course-thumb-outer img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.course-item-horizontal .course-thumb-outer:hover img,
.public-course-index .course-thumb-outer:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.course-item-horizontal .course-thumb-outer:hover img.no-scale,
.public-course-index .course-thumb-outer:hover img.no-scale {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.course-item-horizontal .course-thumb-link-layer,
.public-course-index .course-thumb-link-layer {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
}

.course-thumb-link-layer i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.course-item-horizontal .course-thumb-outer:hover .course-thumb-link-layer,
.public-course-index .course-thumb-outer:hover .course-thumb-link-layer,
.course-item-horizontal .course-thumb-outer .course-thumb-link-layer.always-visible,
.public-course-index .course-thumb-outer .course-thumb-link-layer.always-visible {
  display: block;
  background-color: #000000;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

@media (min-width: 576px) {
  /* non-xs */
  .course-item-horizontal.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  } /* @see .row-eq-height  */
  .course-item-horizontal .course-thumb-outer {
    padding-right: 0;
  }
  .course-item-horizontal .course-excerpt-outer {
    padding-left: 0;
  }
  .course-item-horizontal .course-excerpt { /*left: -5px;*/
    z-index: 10;
    height: 100%;
  }
}
@media (max-width: 576px) {
  /* xs */
  .course-item-horizontal .course-excerpt .course-description {
    display: none;
  }
  #course-index h3 {
    text-align: center;
  }
  #course-index h3 .btn-expand-xs {
    float: none !important;
    display: block;
    width: 100%;
    margin: 10px 0 0 0 !important;
    overflow: auto;
  }
}
.course-item-pending .course-excerpt {
  height: 71px;
}

.course-item .course-excerpt h5 {
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2em;
}

.course-item-pending .progress {
  height: 30px;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  bottom: 10px;
  padding: 10px 10px 10px 0;
  margin: 0;
}

.course-item-pending .progress .progress-bar {
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: 0 0 10px 0 #ffffff;
  -moz-box-shadow: 0 0 10px 0 #ffffff;
  box-shadow: 0 0 10px 0 #ffffff;
}

.course-item-pending .progress-layer {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
}

/* Profile */
#user-details h4 {
  color: #000000;
}

#user-details #user-pic-wrapper {
  position: relative;
}

#user-details #user-pic {
  border-radius: 50%;
  color: #ffffff;
  width: 70%;
  margin: auto;
}

#user-details #user-pic .user-init {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  font-size: 5rem;
  font-size: 4vw;
  margin-top: -2vw;
}

@media (min-width: 768px) and (max-width: 991px) { /* sm */
  #user-details #user-pic .user-init {
    font-size: 5vw;
    margin-top: -3vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) { /* sm */
  #user-details #user-pic .user-init {
    font-size: 15vw;
    margin-top: -9vw;
  }
}
@media (max-width: 575px) { /* xs */
  #user-details #user-pic .user-init {
    font-size: 30vw;
    margin-top: -15vw;
  }
}
#user-details #user-visibility-badge {
  position: relative;
  width: 20%;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: -18% 0 0 65%;
  z-index: 2;
}

#user-details #user-visibility-badge:after {
  content: "";
  display: block;
  padding-bottom: 100%;
} /* square div solution */
#user-details #user-visibility-badge.active {
  background-color: #67c300;
}

#user-details #user-visibility-badge.suspended {
  background-color: #ffb822;
}

#user-details #user-visibility-badge.deleted {
  background-color: #761c19;
}

#user-details #user-pic img {
  width: 100%;
  height: auto;
}

#user-details #user-actions {
  margin-top: 30px;
}

#user-details #user-actions a.btn {
  padding: 4px 8px;
}

#user-details #user-credit-summary .credit {
  font-size: 2rem;
}

#user-details #user-credit-summary p {
  line-height: 0.9em;
}

@media (min-width: 576px) and (max-width: 991px) {
  /* sm */
  #user-details .user-infos ul {
    margin-top: 50px;
  }
  #user-details .user-infos li {
    margin: 0 20px 0 0;
    border-bottom: 1px solid #ebedf2;
  }
  #user-credit-summary {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ebedf2;
  }
}
@media (max-width: 576px) {
  /* xs */
  #user-details .user-infos h4 {
    text-align: center;
    margin-top: 30px;
    font-size: 3rem;
  }
  #user-details .user-infos ul {
    margin: 50px 0;
  }
  #user-details .user-infos li {
    margin: 0 20px;
    border-bottom: 1px solid #ebedf2;
  }
}
#user-details #credit-graph .progress {
  height: 10px;
  margin: 15px 15px 10px;
  border-radius: 2px;
}

#user-details #credit-graph .progress-bar.color-elearning {
  background-color: #337ab7;
}

#user-details #credit-graph .progress-bar.color-classroom {
  background-color: #ea7447;
}

#user-details #credit-graph .progress-bar.color-webinar {
  background-color: #2cd65b;
}

#user-details #credit-graph .graph-legend-item .color-elearning {
  color: #337ab7;
}

#user-details #credit-graph .graph-legend-item .color-classroom {
  color: #ea7447;
}

#user-details #credit-graph .graph-legend-item .color-webinar {
  color: #2cd65b;
}

#user-details #graph-legend .graph-legend-item {
  line-height: 0.85em;
}

#user-details #graph-legend .graph-legend-item .text-right {
  padding-right: 0;
}

#credits-summary strong.number {
  display: inline-block;
  width: 60px;
  font-size: 1.4rem;
}

#main-filters {
  overflow: auto;
}

#main-filters h3 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.3rem;
}

#newbie-steps {
  overflow: hidden;
}

#newbie-steps li {
  position: relative;
  display: inline-block;
  width: 25%;
  overflow: visible;
  padding: 10px 5px 10px 30px;
  color: #FFFFFF;
  background-color: #808080;
}

#newbie-steps li.bg-success {
  background-color: #28a745;
}

#newbie-steps li a {
  color: #FFFFFF;
}

#newbie-steps li:not(:last-child)::after {
  position: absolute;
  right: -23px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-style: normal;
  font-size: 6em;
  line-height: 40px;
  color: #F0F1F5;
  z-index: 10;
}

.inline-form-group {
  display: inline-block;
  width: 20%;
  margin-bottom: 0;
  vertical-align: middle;
}

/* Nav tabs */
ul.nav.nav-tabs.nav-tabs-underline {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.nav.nav-tabs.nav-tabs-underline li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  border-bottom: 0;
  margin-bottom: 0;
}

.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception) {
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 15px 7px;
  font-size: 1.2em;
  line-height: 30px;
  text-align: center;
  /*margin-bottom: 1px;*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav.nav-tabs.nav-tabs-underline li.active a:not(.btn-exception),
.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception).active,
.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):hover,
.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):focus,
.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):active {
  padding: 10px 15px 7px;
  border-bottom: 3px solid #004D93;
  color: #004D93;
}

.nav.nav-tabs.nav-tabs-underline li.float-right {
  float: none !important;
  margin-left: auto;
}

@media (max-width: 576px) {
  /* xs */
  .nav.nav-tabs.nav-tabs-underline li.flex-wrap-el {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .nav.nav-tabs.nav-tabs-underline li.flex-wrap-el .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 96%;
    margin: 0 2%;
  }
}
/* Nav tabs Customization */
#user-details ul.nav.nav-tabs.nav-tabs-underline {
  border-top: 4px solid #ebedf2;
}

.edition-public-view ul.nav.nav-tabs.nav-tabs-underline,
#elearning-public-view ul.nav.nav-tabs.nav-tabs-underline {
  border-bottom: 3px solid #ebedf2 !important;
}

/*#elearning-public-view ul.nav.nav-tabs.nav-tabs-underline li a {bottom: -2px;}*/
.nav.nav-pills > li > a {
  border-radius: 2px;
  color: #ffffff;
  background: #262626;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff;
  background-color: #004D93;
}

/* Featured & Pending Editions */
.public-course-index .search-bar {
  display: block;
  width: 25%;
  height: 50px;
  position: relative;
  float: right;
  margin-right: 30px;
}

.public-course-index .search-bar input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 15px;
  width: 100%;
  height: 34px;
  padding: 3px 20px 3px 10px;
  background-color: #ffffff;
}

.public-course-index .search-bar a {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #525151;
  font-size: 16px;
}

.list-view .empty {
  margin: 10px 25px;
}

.course-item .course-vertical-progress {
  display: block;
  position: absolute;
  width: 5px;
  bottom: 0;
  right: 0;
}

.course-item .course-vertical-progress .course-vertical-progress-label {
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  width: 40px;
  border-radius: 4px 0 0 4px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-item:hover .course-vertical-progress .course-vertical-progress-label {
  opacity: 1;
}

.grid-view tr.bg-danger {
  background-color: #f2dede !important;
}

.course-item .course-vertical-progress.bg-danger,
.course-item .course-vertical-progress .course-vertical-progress-label.bg-danger {
  background-color: #761c19;
}

.course-item .course-vertical-progress.bg-warning,
.course-item .course-vertical-progress .course-vertical-progress-label.bg-warning {
  background-color: #ffc107;
}

.course-item .course-vertical-progress.bg-success,
.course-item .course-vertical-progress .course-vertical-progress-label.bg-success {
  background-color: #28a745;
}

.supplier_box_image {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 15% !important;
}

.course-item-horizontal .supplier_box_image {
  left: 3px;
  right: auto;
}

.course-item-pending .supplier_box_image {
  width: 10%;
}

.course-item-horizontal .course-thumb-outer:hover img.supplier_box_image,
.public-course-index .course-thumb-outer:hover img.supplier_box_image {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.supplier_preview_image {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 5%;
  min-width: 40px;
}

#elearning-public-view .supplier_preview_image {
  top: 5px;
  right: 18px;
  left: auto;
  width: 5%;
  min-width: 40px;
}

/* Edition Preview */
.icon-collapse {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course-right-col .page-header {
  border-bottom: 2px solid #F0F1F5;
}

#course-right-col .detail-view {
  font-size: 0.8em;
}

.edition-public-view .table > thead > tr > th,
.edition-public-view .table > tbody > tr > th,
.edition-public-view .table > tfoot > tr > th,
.edition-public-view .table > thead > tr > td,
.edition-public-view .table > tbody > tr > td,
.edition-public-view .table > tfoot > tr > td {
  border-top: none;
}

#elearning-public-view #course-progress {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 30px;
  width: 100%;
  padding-left: 35px;
  overflow: hidden;
}

#elearning-public-view #course-progress .progress {
  background-color: transparent;
  height: 20px;
  border-radius: 0;
  margin: 0;
  padding: 4px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#elearning-public-view #course-progress .progress-bar {
  border-radius: 0 6px 6px 0;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}

#elearning-public-view #progress-label {
  position: absolute;
  left: 0;
  width: 35px;
  height: 20px;
  line-height: 20px;
  font-size: 1.1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.edition-public-view #course-banner {
  position: relative;
}

#elearning-public-view #course-banner #course-title,
.edition-public-view #course-banner #course-title,
#course-staff-public-view #course-banner #course-title,
.wideBannerTitle {
  position: absolute;
  bottom: 20px;
  top: auto;
  right: auto;
  max-width: 70%;
  padding: 5px 10px;
  background-color: rgba(7, 105, 173, 0.7);
  color: #ffffff;
  /*background-color: rgba(240, 241, 245, 0.85);color: #000;*/
  font-size: 1.5em;
  border-radius: 0 2px 2px 0;
}

#course-banner #course-title,
#classroom-public-view #course-banner #course-title,
#webinar-public-view #course-banner #course-title {
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1.5em;
}

#classroom-public-view #course-banner #course-title,
#webinar-public-view #course-banner #course-title {
  top: 0;
  right: 15px;
}

#course-banner #course-title .row,
#classroom-public-view #course-banner #course-title .row,
#webinar-public-view #course-banner #course-title .row {
  left: 15px;
}

#course-banner #course-title #location,
#classroom-public-view #course-banner #course-title #location,
#webinar-public-view #course-banner #course-title #location {
  position: absolute;
  width: 100%;
  bottom: 95px;
  font-size: 60%;
}

#course-banner #course-title .countdownWrapper,
#classroom-public-view #course-banner #course-title .countdownWrapper,
#webinar-public-view #course-banner #course-title .countdownWrapper {
  left: 0;
}

#countdown,
.countdownWrapper {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
}

.time-box {
  background-color: #004D93;
  color: #ffffff;
  text-align: center;
  font-size: 2em;
  border-radius: 2px;
  padding-bottom: 2px;
}

.time-box small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 35%;
}

.time-box .number {
  display: block;
  height: 1.1em;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  /* sm */
  #course-banner #course-title,
  #classroom-public-view #course-banner #course-title,
  #webinar-public-view #course-banner #course-title {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
  }
  #course-banner #course-title #location,
  #classroom-public-view #course-banner #course-title #location,
  #webinar-public-view #course-banner #course-title #location {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
  }
  #countdown,
  .countdownWrapper {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
  }
  #elearning-public-view #course-banner #course-title,
  .edition-public-view #course-banner #course-title,
  #course-staff-public-view #course-banner #course-title,
  .wideBannerTitle {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
  }
}
#course-right-col #ud-outer-container {
  position: relative;
}

#course-right-col #not-available-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}

#course-right-col #not-available-layer i {
  color: #fff;
  position: relative;
  top: 30%;
}

#course-right-col #ud-inner-container { /*overflow: hidden;*/ }

#course-right-col #course-credits {
  font-size: 2.5em;
}

#course-right-col #course-credits small {
  font-size: 0.4em;
  color: #ffffff;
  margin-left: -5px;
}

#course-right-col #chart-wrapper {
  position: relative;
  margin: 5px 20px;
  text-align: center;
}

#course-right-col #chart-wrapper #chart-label {
  position: absolute;
  top: 31%;
  width: 100%;
  font-size: 0.7em;
}

#course-right-col #chart-wrapper #chart-label small {
  margin-left: 0;
  margin-right: -8px;
  font-size: 55%;
}

#course-staff-public-view #chart-wrapper {
  margin: 5px;
}

#course-staff-public-view #chart-wrapper #chart-label {
  top: 28%;
  font-size: 2.1em;
}

#course-staff-public-view #chart-caption {
  line-height: 2em;
  margin-top: 10px;
}

#course-staff-public-view #chart-caption li {
  padding-left: 20px;
}

#course-staff-public-view #chart-caption .color-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: -10px;
}

#course-staff-public-view .btn.text-left {
  text-align: left;
}

ul.sco_nav {
  padding-left: 20px;
}

ul.sco_nav li {
  position: relative;
  padding: 2px 0 2px 5px;
  font-size: 0.9em;
}

ul.sco_nav li:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

ul.sco_nav li a {
  color: #333;
}

ul.sco_nav li .bullet {
  position: absolute;
  left: -20px;
  top: 4px;
}

ul.sco_nav li .not-available:hover {
  cursor: not-allowed;
}

ul.sco_nav li .fa-expand-placeholder::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  font-style: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.sco_nav li .fa-expand-placeholder.explode::before {
  content: "\f056";
}

ul.sco_nav .btn-reset-tracking,
ul.sco_nav .btn-complete-tracking {
  position: absolute;
  top: 0;
  width: 30px;
  padding: 1px 4px;
  font-size: 11px;
}

ul.sco_nav .btn-reset-tracking {
  left: -60px;
  color: #ffffff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

ul.sco_nav .btn-complete-tracking {
  right: -40px;
  color: #ffffff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.btn-reset-all-tracking {
  float: right;
  margin: -5px -15px 0 0;
  border-radius: 2px;
}

.post-bubble {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 5px;
  background-color: #F3F3F3;
  margin-bottom: 5px;
}

.post-bubble.post-bubble-left {
  margin-left: 5px;
  margin-right: 40px;
}

.post-bubble.post-bubble-right {
  margin-left: 40px;
  margin-right: 5px;
}

/*.post-bubble.post-bubble-right:nth-child(even) {border-color: #eee;background-color: #F9F9F9;}*/
.post-bubble .btn-post-reply {
  position: absolute;
  right: -40px;
  top: 0;
}

.post-bubble .post-info {
  font-size: 0.8em;
}

.post-bubble .post-arrow {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
}

.post-bubble.post-bubble-left .post-arrow {
  left: -10px;
  border-width: 0 10px 10px 0;
  border-color: transparent #dddddd transparent transparent;
}

.post-bubble.post-bubble-right .post-arrow {
  right: -10px;
  border-width: 10px 10px 0 0;
  border-color: #dddddd transparent transparent transparent;
}

/*.post-bubble.post-bubble-right:nth-child(even) .post-arrow {border-color: #eee transparent transparent transparent;}*/
.post-bubble .post-arrow-inside {
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
}

.post-bubble.post-bubble-left .post-arrow-inside {
  right: -2px;
  border-width: 0 8px 8px 0;
  border-color: transparent #F3F3F3 transparent transparent;
}

.post-bubble.post-bubble-right .post-arrow-inside {
  left: -1px;
  top: -9px;
  border-width: 8px 8px 0 0;
  border-color: #F3F3F3 transparent transparent transparent;
}

/*.post-bubble.post-bubble-right:nth-child(even) .post-arrow-inside {border-color: #F9F9F9 transparent transparent transparent;}*/
.modal-body #forum-form,
.modal-body #review-form {
  margin: 10px;
}

.resource-item {
  display: block;
  position: relative;
  padding: 2px 2px 2px 55px;
  margin: 10px 0;
  min-height: 50px;
  font-size: 16px;
  border-radius: 2px;
  color: #333333;
  background-color: #dddddd;
}

.resource-item:hover,
.resource-item:active,
.resource-item:focus {
  background-color: #eeeeee;
  color: #000000;
}

.resource-item:hover .resource-item-icon,
.resource-item:active .resource-item-icon,
.resource-item:focus .resource-item-icon {
  background-color: #ffffff;
}

.resource-item .resource-item-icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 2px;
  background-color: #eeeeee;
}

.resource-item .resource-item-icon i {
  color: #525252;
}

.resource-item .resource-description {
  margin-top: 5px;
  font-size: 0.7em;
  line-height: 1.4em;
  color: #525252;
}

#dashboard-calendar-details {
  background-color: #efefef;
  padding: 10px 10px;
  margin: 10px 15px 10px 0;
}

#edition-details {
  position: relative;
}

#edition-details .typology-icon {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 200%;
  background-color: #efefef;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#dashboard-event-list-wrapper .alert {
  margin: 5px 10px 0;
  padding: 5px 10px;
}

#dashboard-event-list-wrapper .alert .btn {
  padding: 2px 8px;
  margin: -3px -8px 0 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.day-splitter span {
  position: relative;
  padding: 0 10px;
  margin: 0 20px;
  background-color: #ffffff;
}

.day-splitter hr {
  position: absolute;
  top: 10px;
  border-color: #888;
  border-style: dashed;
  left: 25px;
  right: 25px;
  margin: 0;
}

#dashboard-event-list-wrapper .day-splitter:not(:first-child) {
  margin-top: 30px;
}

/* Color panels */
.blackbox {
  background-color: #222222;
  color: #ffffff;
}

.blackbox .off-canvas-trigger {
  background-color: #222222;
  color: #ffffff;
}

.primarybox {
  background-color: #2a4174;
  color: #ffffff;
}

.primarybox .off-canvas-trigger {
  background-color: #2a4174;
  color: #ffffff;
}

.blackbox .text-muted,
.primarybox .text-muted {
  color: #ccc;
}

.blackbox a,
.primarybox a {
  color: #ccc;
}

.blackbox a:hover,
.primarybox a:hover {
  color: #ffffff;
}

.blackbox ul li a,
.primarybox ul li a {
  color: #ffffff;
}

.blackbox ul li:hover,
.primarybox ul li:hover {
  background-color: rgba(255, 255, 255, 0.07);
}

.graybox {
  background-color: #EEEEEE;
}

/*.nav-tabs > li > a {color: #999999;border-radius: 0;border-top: none;}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {background-color: transparent;color: #444;border-color: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {color: #444;cursor: default;background-color: #fff;border: 1px solid #ddd;border-top: none;border-bottom: 1px solid #fff;}*/
.nav-tabs {
  border-bottom: none; /*border-bottom: 4px solid #ebedf2;*/
}

.nav-tabs > li > a {
  color: #999999;
  border: none;
  border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus { /*background-color: #efefef;color: #444;*/
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #004D93;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /*background-color: #efefef;color: #444;*/
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #004D93;
  color: #004D93;
  cursor: default;
}

.nav-tabs.nav-tab-embedded {
  position: relative;
  z-index: 100;
}

.nav-tabs.nav-tab-embedded > li > a {
  font-size: 14px;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 2px 2px 0 0;
  background-color: #f0f0f0;
  color: #aaa;
}

.nav-tabs.nav-tab-embedded > li > a:hover,
.nav-tabs.nav-tab-embedded > li > a:focus,
.nav-tabs.nav-tab-embedded > li.active > a,
.nav-tabs.nav-tab-embedded > li.active > a:hover,
.nav-tabs.nav-tab-embedded > li.active > a:focus {
  color: #555;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.inline-input-block {
  position: relative;
}

.inline-input-block .label {
  position: absolute;
  transform: translateX(-100%);
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: normal;
}

.nav-tabs.nav-tabs-btn > li > a {
  color: #999999;
  border: none;
  border-radius: 0;
  background-color: #EEEEEE;
  border-right: 1px solid #EEEEEE;
  letter-spacing: 0.3em;
}

.nav-tabs.nav-tabs-btn > li:last-child > a {
  border-right: none;
}

.nav-tabs.nav-tabs-btn > li > a:hover,
.nav-tabs.nav-tabs-btn > li > a:focus {
  background-color: transparent;
  border: none;
}

.nav-tabs.nav-tabs-btn > li.active > a,
.nav-tabs.nav-tabs-btn > li.active > a:hover,
.nav-tabs.nav-tabs-btn > li.active > a:focus {
  background-color: transparent;
  color: #333333;
  cursor: default;
  border-top: 2px solid #333333;
}

.nav-tabs li.no-style a {
  display: inline;
  padding: inherit;
}

/* Font Awesome Brand Colors */
i.icon-mobile {
  position: relative;
}

i.icon-mobile:after {
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: -6px;
  line-height: 1;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  color: #777777;
  font-style: normal;
  font-weight: 900;
  content: "\f4bd";
}

.fa-android {
  color: #a4c639;
}

.fa-apple {
  color: #979797;
}

.fa-chrome {
  color: #4587F3;
}

.fa-firefox {
  color: #e66000;
}

.fa-google-plus {
  color: #dd4b39;
}

.fa-google {
  color: #4285f4;
}

.fa-internet-explorer {
  color: #1EBBEE;
}

.fa-linkedin {
  color: #0976b4;
}

.fa-linux {
  color: #333333;
}

.fa-opera {
  color: #cc0f16;
}

.fa-safari {
  color: #1B88CA;
}

.fa-windows {
  color: #00bcf2;
}

/*
.fa-500px {color:  #0099e5;}
.fa-adn {color:  #4A484C;}
.fa-amazon {color:  #ff9900;}
.fa-angellist {color:  #000;}
.fa-behance {color:  #1769ff;}
.fa-bitbucket {color:  #205081;}
.fa-bitcoin {color:  #ee9209;}
.fa-black-tie {color:  #222;}
.fa-buysellads {color:  #c90100;}
.fa-cc-amex {color:  #007bc1;}
.fa-cc-diners-club {color:  #004A97;}
.fa-cc-discover {color:  #f68121;}
.fa-cc-jcb {color:  #003A8F;}
.fa-cc-mastercard {color:  #0a3a82;}
.fa-cc-paypal {color:  #253b80;}
.fa-cc-stripe {color:  #00afe1;}
.fa-cc-visa {color:  #0157a2;}
.fa-codepen {color:  #000;}
.fa-connectdevelop {color:  #391448;}
.fa-contao {color:  #eb8623;}
.fa-creative-commons {color:  #231f20;}
.fa-css3 {color:  #1680C0;}
.fa-dashcube {color:  #7f7f7f;}
.fa-delicious {color:  #3399ff;}
.fa-deviantart {color:  #4e6252;}
.fa-digg {color:  #000;}
.fa-dribbble {color:  #444444;}
.fa-dropbox {color:  #007ee5;}
.fa-drupal {color:  #0077c0;}
.fa-empire {color:  #000;}
.fa-expeditedssl {color:  #343433;}
.fa-facebook {color:  #3b5998;}
.fa-flickr {color:  #ff0084;}
.fa-fonticons {color:  #1C1E29;}
.fa-forumbee {color:  #83ad13;}
.fa-foursquare {color:  #0072b1;}
.fa-ge {color:  #000;}
.fa-get-pocket {color:  #d3505a;}
.fa-gg-circle {color:  #000;}
.fa-gg {color:  #000;}
.fa-git {color:  #333;}
.fa-gittip {color:  #663300;}
.fa-hacker-news {color:  #ff6600;}
.fa-houzz {color:  #7ac142;}
.fa-html5 {color:  #e34f26;}
.fa-instagram {color:  #3f729b;}
.fa-ioxhost {color:  #faa729;}
.fa-joomla {color:  #142849;}
.fa-jsfiddle {color:  #4679BD;}
.fa-lastfm {color:  #c3000d;}
.fa-leanpub {color:  #0c0c0c;}
.fa-maxcdn {color:  #FF6600;}
.fa-meanpath {color:  #538ed7;}
.fa-medium {color:  #000;}
.fa-odnoklassniki {color:  #ed812b;}
.fa-opencart {color:  #2AC2EF;}
.fa-openid {color:  #F78C40;}
.fa-optin-monster {color:  #83c11f;}
.fa-pagelines {color:  #000;}
.fa-paypal {color:  #253b80;}
.fa-pied-piper {color:  #2f9f46;}
.fa-pinterest {color:  #cc2127;}
.fa-qq {color:  #000;}
.fa-ra {color:  #000;}
.fa-reddit {color:  #ff4500;}
.fa-renren {color:  #005EAC;}
.fa-sellsy {color:  #1f78b9;}
.fa-share-alt {color:  #01bf01;}
.fa-shirtsinbulk {color:  #dd3a26;}
.fa-simplybuilt {color:  #000;}
.fa-skyatlas {color:  #00adbb;}
.fa-skype {color:  #00aff0;}
.fa-slack {color:  #0f7965;}
.fa-slideshare {color:  #e98325;}
.fa-soundcloud {color:  #f80;}
.fa-spotify {color:  #7ab800;}
.fa-stack-exchange {color:  #000;}
.fa-stack-overflow {color:  #fe7a15;}
.fa-steam {color:  #0B0B0B;}
.fa-stumbleupon {color:  #eb4924;}
.fa-tencent-weibo {color:  #74AF2C;}
.fa-trello {color:  #256a92;}
.fa-tripadvisor {color:  #589442;}
.fa-tumblr {color:  #35465c;}
.fa-twitch {color:  #6441a5;}
.fa-twitter {color:  #55acee;}
.fa-viacoin {color:  #333;}
.fa-vimeo {color:  #1ab7ea;}
.fa-vine {color:  #00b488;}
.fa-vk {color:  #45668e;}
.fa-wechat {color:  #93d034;}
.fa-weibo {color:  #E71D34;}
.fa-wikipedia-w {color:  #000;}
.fa-wordpress {color:  #21759b;}
.fa-xing {color:  #026466;}
.fa-y-combinator {color:  #F0652F;}
.fa-yahoo {color:  #400191;}
.fa-yelp {color:  #af0606;}
.fa-youtube {color:  #e52d27;}
*/
/* Timeline */
.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  position: relative;
}

.timeline #bg-line {
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -14px;
  width: 200%;
  height: 5px;
  background: #e6e6e6;
}

.timeline #rightshadow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5%;
  z-index: 100;
  background: transparent; /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
}

.timeline ol {
  width: 100vw;
  padding: 100px 0;
  transition: all 1s;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 8%;
  height: 14px;
}

.timeline ol li .catalogue-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-top: -11px;
  left: -14px;
  z-index: 10;
  border-radius: 50%;
  background: #004D93;
  color: #FFFFFF;
  border: 2px solid #FFF;
}

.timeline ol li.locked .catalogue-dot,
.timeline ol li.locked .catalogue-dot:hover {
  background: #F45B69;
}

.timeline ol li .catalogue-dot .fas.fa-play {
  position: relative;
  left: 2px;
  top: 1px;
}

.timeline ol li.locked a {
  cursor: not-allowed;
}

.timeline ol li.completed .catalogue-dot {
  background: #28a745;
}

.timeline ol li.completed .catalogue-dot:hover {
  background: #34d759;
}

.timeline ol li .catalogue-dot:hover {
  background: #0a8feb;
}

.timeline ol li .catalogue-dot a {
  display: block;
  text-align: center;
  padding-top: 2px;
  color: #FFFFFF;
}

.timeline ol li .catalogue-course-box {
  position: absolute;
  left: 0;
  width: 190%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #e6e6e6;
  font-size: 0.8em;
  white-space: normal;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.timeline ol li .catalogue-course-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) .catalogue-course-box {
  top: -24px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) .catalogue-course-box::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #e6e6e6 transparent transparent transparent;
}

.timeline ol li:nth-child(even) .catalogue-course-box {
  top: 100%;
  margin-top: 12px;
}

.timeline ol li:nth-child(even) .catalogue-course-box::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #e6e6e6;
}

@media (max-width: 991px) {
  /* md */
  .learning-path-box .card-title {
    border-bottom: none;
  }
}
.learning-path-box .list-group .list-group-item.locked { /*color: #a94442;background-color: #f2dede;*/ }

.learning-path-box .list-group .list-group-item.completed {
  color: #3c763d;
  background-color: #dff0d8;
}

/* Catalogues */
#catalogue-public-view #catalogue-details {
  height: auto;
  margin-bottom: 20px;
}

#catalogue-details #chart-wrapper {
  height: 200px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 75px;
  position: relative;
}

#catalogue-details #chart-wrapper #catalogue-progress-label {
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 2.5em;
}

#catalogue-details #chart-wrapper #catalogue-progress-label small {
  position: absolute;
  font-size: 70%;
  bottom: 3px;
  font-weight: bold;
}

#catalogue-details .cat-label {
  color: #777777;
  font-size: 0.95em;
  padding-left: 25px;
}

#catalogue-public-view .nav-tabs-underline {
  margin: 0 -10px 20px -10px;
  border-bottom: 1px solid #ebedf2;
}

#catalogue-public-view .nav-tabs-underline li a {
  padding: 0 10px 5px;
  font-size: 1.1em;
}

#catalogue-public-view .course-catalogue-item {
  margin-bottom: 0;
}

#catalogue-public-view .course-catalogue-item .course-excerpt {
  left: 0;
  border-left: none;
}

#catalogue-public-view .course-catalogue-item:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 0;
}

#catalogue-public-view .course-catalogue-item h4 {
  font-size: 15px;
}

#catalogue-public-view .course-catalogue-item .increment-label {
  position: absolute;
  top: -7px;
  left: 7px;
  width: 30px;
  height: 30px;
  background-color: #004D93;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  padding: 3px 0 0 2px;
}

#catalogue-public-view .course-catalogue-item.locked .increment-label {
  background-color: #F45B69;
}

#catalogue-public-view .course-catalogue-item.completed .increment-label {
  background-color: #28a745;
}

#catalogue-public-view .course-catalogue-item.locked .course-thumb img,
#catalogue-public-view .course-catalogue-item.completed .course-thumb img {
  filter: grayscale(100%);
}

#catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details {
  padding: 0;
}

#catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li {
  padding: 5px;
}

#catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li.edition-controls {
  padding: 0;
}

#catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li.edition-controls a {
  padding: 4px 10px;
}

#catalogue-public-view .course-catalogue-item .trigger-collapse::after {
  display: inline-block;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03a";
  font-size: 1em;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#catalogue-public-view .course-catalogue-item .trigger-collapse.explode::after {
  content: "\f070";
}

#catalogue-public-view .sco-wrapper {
  border: 1px solid #ebedf2;
  border-top: none;
}

#catalogue-public-view .sco-wrapper .page-header {
  border-bottom: 1px solid #ebedf2;
  padding: 5px 10px;
  font-size: 15px;
}

/* Professor dashboard styles */
#professor-dashboard .typology-counter {
  height: 50px;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  border-radius: 2px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
}

#professor-dashboard .typology-counter:hover,
#professor-dashboard .typology-counter:active,
#professor-dashboard .typology-counter:focus,
#professor-dashboard .typology-counter.active {
  filter: none;
  cursor: pointer;
}

#professor-dashboard .typology-counter i {
  position: absolute;
  color: #ffffff;
  left: 10px;
  top: 8px;
  font-size: 1em;
  opacity: 0.6;
}

.counter-box {
  background-color: #004D93;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 10px 10px 0;
}

.counter-box .counter-box-item {
  background-color: #24A3F7;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 2px;
}

.counter-box .counter-box-label {
  font-size: 100%;
  padding: 5px 0;
}

/* Admin styles */
#two_cols .grid-view .grid-view {
  margin-bottom: 0;
  border-radius: 0;
  border: 2px solid #777;
}

#admin-dashboard .ad-counter {
  border-radius: 2px;
}

#admin-dashboard .ad-counter .number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
}

#admin-dashboard .top-rated-item,
#admin-dashboard .faulty-item {
  position: relative;
  font-size: 1.2em;
  padding-left: 100px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebedf2;
}

#admin-dashboard .top-rated-item:last-child,
#admin-dashboard .faulty-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

#admin-dashboard .top-rated-icon,
#admin-dashboard .faulty-chart {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100px;
  text-align: center;
  font-size: 1.75em;
  line-height: 1em;
}

#admin-dashboard .top-rated-item.top-rated-rank-1 .top-rated-icon {
  font-size: 3em;
  color: #ffb822;
}

#admin-dashboard .top-rated-item.top-rated-rank-1 .top-rated-icon::before {
  font-family: "Montserrat", sans-serif;
  content: "1";
  font-weight: bold;
  font-size: 0.7em;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 100%;
  color: #FFE4AE;
}

#admin-dashboard .top-rated-item.top-rated-rank-2 .top-rated-icon {
  font-size: 2.5em;
  top: 15px;
  color: #C0C0C0;
}

#admin-dashboard .top-rated-item.top-rated-rank-2 .top-rated-icon::before {
  font-family: "Montserrat", sans-serif;
  content: "2";
  font-weight: bold;
  font-size: 0.65em;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 100%;
  color: #E5E5E5;
}

#admin-dashboard .top-rated-item.top-rated-rank-3 .top-rated-icon {
  font-size: 2em;
  top: 20px;
  color: #CD7F32;
}

#admin-dashboard .top-rated-item.top-rated-rank-3 .top-rated-icon::before {
  font-family: "Montserrat", sans-serif;
  content: "3";
  font-weight: bold;
  font-size: 0.6em;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 100%;
  color: #EED2B7;
}

#admin-dashboard .fc-event,
#dashboard-calendar-wrapper .fc-event {
  border-radius: 2px;
  font-size: 0.8em;
  padding: 0 5px;
  margin-bottom: 1px;
  overflow: hidden;
}

#admin-dashboard .fc-content-skeleton tbody tr:first-child .fc-event-container .fc-event,
#dashboard-calendar-wrapper .fc-content-skeleton tbody tr:first-child .fc-event-container .fc-event {
  margin-right: 30px;
}

#admin-dashboard .fc-today,
#dashboard-calendar-wrapper .fc-today {
  color: #333;
  background-color: #dddddd;
  -webkit-box-shadow: inset 0px 0px 0px 1px #222;
  -moz-box-shadow: inset 0px 0px 0px 1px #222;
  box-shadow: inset 0px 0px 0px 1px #222;
}

#admin-dashboard .fc-day-top.fc-today .fc-day-number,
#dashboard-calendar-wrapper .fc-day-top.fc-today .fc-day-number {
  border-color: #222;
}

#admin-dashboard .fc-scroller.fc-day-grid-container,
#dashboard-calendar-wrapper .fc-scroller.fc-day-grid-container {
  height: auto !important;
}

#admin-dashboard .fc-toolbar.fc-header-toolbar,
#dashboard-calendar-wrapper .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

#admin-dashboard .fc .table-bordered > thead > tr > th,
#admin-dashboard .fc .table-bordered > thead > tr > td,
#dashboard-calendar-wrapper .fc .table-bordered > thead > tr > th,
#dashboard-calendar-wrapper .fc .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

#admin-dashboard .fc-day-top,
#dashboard-calendar-wrapper .fc-day-top {
  position: relative;
}

#admin-dashboard .fc-day-top .fc-day-number,
#dashboard-calendar-wrapper .fc-day-top .fc-day-number {
  border: 1px solid #dedede;
  border-style: none none solid solid;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0 4px;
  background-color: #fff;
  font-size: 0.85em;
  line-height: 1.4em;
}

#dashboard-calendar-wrapper tr:first-child > td > .fc-day-grid-event {
  margin-top: 1px;
}

#two_cols #admin-course-img-preview {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

#two_cols #admin-course-img-preview.expand {
  max-height: 1000px;
}

ul.category_tree li .fa-expand-placeholder::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b"; /*"\f0fe";*/
  font-style: normal;
  cursor: pointer;
  width: 1.25em;
  font-size: 1.2em;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.category_tree li .fa-expand-placeholder.explode::before {
  content: "\f07c"; /*"\f146";*/
}

.white-hr {
  border-top: 1px solid #E3E4E8;
  margin: 10px -10px;
}

/* CKE Editor styles */
#cke_course-description {
  border: 1px solid #b6b6b6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cke_course-description .cke_top {
  border-bottom: 1px solid #b6b6b6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f0f0f0;
  filter: none;
}

#cke_course-description .cke_bottom {
  border-top: 1px solid #bfbfbf;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f0f0f0;
  filter: none;
}

/* CSS animations */
.three-cogs {
  position: relative;
  height: 70px;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}

.three-cogs .fa {
  position: absolute;
}

.three-cogs .fa:nth-child(1) {
  font-size: 45px;
  top: 8px;
  left: 0px;
  animation-duration: 4s;
}

.three-cogs .fa:nth-child(2) {
  font-size: 30px;
  top: 0px;
  left: 40px;
  animation-direction: reverse;
  animation-duration: 3s;
}

.three-cogs .fa:nth-child(3) {
  font-size: 24px;
  top: 35px;
  left: 40px;
  animation-direction: reverse;
  animation-duration: 2s;
}

.btn-animated-cogs {
  position: relative;
  vertical-align: middle;
  padding: 3px 16px 3px 2px !important;
}

.btn-animated-cogs i:nth-child(1) {
  animation-duration: 6s;
}

.btn-animated-cogs i:nth-child(2) {
  position: absolute;
  font-size: 12px;
  top: 1px;
  left: 17px;
  animation-direction: reverse;
  animation-duration: 2.5s;
  color: rgba(255, 255, 255, 0.8);
}

.btn-animated-cogs i:nth-child(3) {
  position: absolute;
  font-size: 9px;
  bottom: 1px;
  left: 15px;
  animation-direction: reverse;
  animation-duration: 1.5s;
  color: rgba(255, 255, 255, 0.6);
}

.btn-animated-cogs:hover i {
  animation-name: fa-spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  #video-pill {
    width: 92%;
    margin: auto;
  }
}
#sco-public-nav-menu,
.off-canvas-trigger[data-target="#sco-public-nav-menu"],
#sco-public-course-details {
  background-color: #ffffff;
  /*-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);*/
  /*-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);*/
  /*box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);*/
}

#sco-public-nav-menu,
#sco-public-course-details {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
}

.outline-warning {
  box-shadow: 0 0 0 0.3rem rgba(234, 162, 28, 0.5);
}

.outline-danger {
  box-shadow: 0 0 0 0.3rem rgba(249, 72, 87, 0.5);
}

.outline-success {
  box-shadow: 0 0 0 0.3rem rgba(99, 189, 100, 0.5);
}

.outline-info {
  box-shadow: 0 0 0 0.3rem rgba(48, 171, 191, 0.5);
}

.fa-rotate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fa-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapse-rotate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapsed .collapse-rotate {
  -ms-filter: none;
  -webkit-transform: none;
  transform: none;
}

.fa-fw-half {
  position: relative;
  height: 1.3em;
  width: 0.5em;
  overflow: hidden;
  margin-right: 1px;
}

.fa-fw-half-left::before {
  line-height: 1;
}

.fa-fw-half-right::before {
  line-height: 1;
  float: right;
}

.action-buttons-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: -100px;
  padding-bottom: 100px;
  margin-left: -500px;
  padding-left: 500px;
}

@media (max-width: 575px) {
  .action-buttons-wrapper {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.action-buttons-wrapper a,
.action-buttons-wrapper button {
  max-width: 40px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 1.5s ease;
  -moz-transition: max-width 1.5s ease;
  -o-transition: max-width 1.5s ease;
  transition: max-width 1.5s ease;
}

.action-buttons-wrapper a span,
.action-buttons-wrapper button span {
  margin-left: 11px;
}

.action-buttons-wrapper:hover a,
.action-buttons-wrapper:hover button {
  max-width: 500px;
}

.is-invalid ~ .input-group .form-control.file-form-control { /* fix per validazione ajax su campi con input-group */
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-group-append label,
.input-group-prepend label {
  margin-bottom: 0;
}

.form-group .input-group:has(.is-invalid) ~ .invalid-feedback {
  display: block;
}

.form-group:has(input[type=file].is-invalid) .invalid-feedback {
  display: block;
}

/* Progress Bar styles for Flow.js */
.progress.upload-progress {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 0;
  text-align: left;
}

.progress.upload-progress.upload-progress-underline {
  height: 15%;
  bottom: 0;
  background-color: transparent;
}

.progress.upload-progress.upload-progress-top-with-text {
  height: auto;
  top: 1px;
  bottom: 1px;
  background-color: #e9ecef;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0 0.375rem 0.75rem;
}

.progress.upload-progress.upload-progress-top-with-text .progress-bar {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: left;
}

.progress.upload-progress.upload-progress-top-with-text .progress-bar span {
  padding: 0.375rem 0 0.375rem 0.75rem;
}

.progress.upload-progress.upload-progress-background {
  top: 1px;
  bottom: 1px;
  height: auto;
  z-index: 1;
  opacity: 0.3;
}

#user-pic-wrapper #user-pic img {
  position: absolute;
  top: 0;
}

.btn-group.btn-group-vertical > .btn:not(:first-child),
.btn-group.btn-group-vertical > .btn-group:not(:first-child) {
  margin-left: 0;
}

/* two_cols: admin dashboard styles */
#two_cols #header #header-platform {
  display: inline-block;
  float: left;
  color: #495057;
  background-color: #e5e5e5;
  border-right: 1px solid #cccccc;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
}

#two_cols #header #header-brand {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}

#two_cols #header #header-brand img {
  height: 70%;
  width: auto;
  vertical-align: middle;
}

#two_cols #header #top-nav {
  margin-top: 10px;
  margin-right: 15px;
}

#two_cols #header #top-nav .separator {
  font-size: 1.5em;
  margin: 0 5px 0 10px;
  color: #ddd;
}

#two_cols #header .user-profile {
  border-radius: 50%;
  color: #ffffff;
  padding: 4px;
  font-size: 1.2em;
}

#two_cols #header .user-profile {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2em;
}

#two_cols #header #top-nav .fa-standalone {
  font-size: 1.8em;
  vertical-align: middle;
  color: #777777;
}

#two_cols #header #top-nav a:hover .fa-standalone,
#two_cols #header #top-nav a:active .fa-standalone,
#two_cols #header #top-nav a:focus .fa-standalone {
  color: #004D93;
}

#two_cols #header #languageDropdown {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

#two_cols #header #languageDropdownList a {
  padding: 3px 5px;
}

#two_cols #header #languageDropdownList a img {
  width: 25px;
  margin-right: 10px;
}

/* one_col: public user styles */
#one_col #header {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 50%;
  z-index: 1050;
}

#one_col #header #header-brand {
  display: inline-block;
  float: left;
  height: 70px;
  line-height: 70px;
  margin-top: 0;
  z-index: 1000;
  position: relative;
}

@media (max-width: 575px) { /* xs */
  #one_col #header #header-brand {
    display: inline-block;
    float: none;
  }
  #one_col #header #header-inner-wrapper {
    text-align: center;
  }
}
#one_col #header #header-brand img {
  height: 70%;
  width: auto;
  vertical-align: middle;
}

#one_col #header .welcome-box {
  padding: 9px 0 4px;
}

#one_col #help-collapse {
  position: absolute;
  right: 0;
  margin-top: 9px;
  padding: 0;
  font-size: 0.875rem;
  background-color: #F0F1F5;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) { /* xs */
  #one_col #help-collapse {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    z-index: 1;
  }
  #one_col #help-collapse #help-table-data a {
    color: inherit;
  }
}
#one_col #help-collapse li:first-child {
  padding-top: 20px;
}

#one_col #help-collapse li:last-child {
  padding-bottom: 20px;
}

#one_col #help-collapse li {
  padding: 5px 10px;
  white-space: nowrap;
}

#one_col #help-collapse li .help-label {
  display: inline-block;
  width: 100px;
  text-align: right;
}

#one_col #help-collapse li a {
  font-weight: bold;
}

#help-collapse #help-table-data th {
  padding: 10px 20px;
  width: 40%;
  white-space: nowrap;
}

#help-collapse #help-table-data td {
  padding: 10px 20px;
  white-space: nowrap;
}

#one_col #header #top-nav {
  margin-top: 10px;
  position: relative;
}

/* nav icons */
#one_col #header #top-nav a {
  margin: 0 0 0 5px;
  position: relative;
  vertical-align: middle;
}

#one_col #header #top-nav a.nav-ico {
  height: 30px; /*width: 30px;*/
  display: inline-block;
  overflow: visible;
  font-size: 2rem;
  color: #777777;
}

#one_col #header #top-nav a.nav-ico:hover,
#one_col #header #top-nav a.nav-ico:active,
#one_col #header #top-nav a.nav-ico.active,
#one_col #header #top-nav a.nav-ico:focus {
  color: #004D93;
}

#one_col #header #top-nav a .fa-bell { /*transform: rotate(20deg);*/
  position: relative;
  left: -2px;
}

#one_col #header #top-nav .separator {
  font-size: 1.5rem;
  margin: 0 0 0 5px;
  color: #ddd;
  vertical-align: middle;
}

#one_col #header #top-nav #languageDropdown {
  width: 30px;
  height: 30px;
  display: inline-block;
}

#languageDropdownList li {
  margin: 0 0;
  padding: 5px 10px;
}

#one_col #header #top-nav #languageDropdownList li a img {
  height: 20px;
  margin-right: 10px;
}

#one_col #header .user-profile {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 30px;
  vertical-align: middle;
}

#one_col #header .user-profile-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

#one_col #header .user-profile-img img {
  width: 100%;
  height: auto;
}

#one_col #header #top-nav .badge {
  display: block;
  padding: 3px 5px;
  background-color: #004D93;
  color: #FFFFFF;
  border-radius: 20%;
  border: 2px solid #fff;
  position: absolute;
  top: -6px;
  right: -10px;
  font-weight: bold;
  font-size: 0.8rem;
}

#one_col #header #top-nav .nav-ico:hover .badge,
#one_col #header #top-nav .nav-ico:active .badge {
  color: #FFFFFF;
}

/* Mobile navigation */
#mobile-nav {
  color: #FFFFFF;
  position: absolute;
  left: -100%;
  top: 5px;
  width: 100%;
  z-index: 9000;
  transition: all 0.4s 0s;
}

#mobile-nav.active {
  left: 0;
}

#mobile-nav .list-group-item {
  background-color: transparent;
  padding: 1.25rem 1rem;
}

#mobile-nav a {
  color: #FFFFFF;
}

#mobile-nav #mobile-nav-trigger {
  position: absolute;
  right: -50px;
  width: 50px;
  top: 5px;
  z-index: 1;
  fill: #ffffff;
  padding: 2px 0;
}

#mobile-nav #mobile-nav-trigger:focus {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}

#mobile-nav.active #mobile-nav-trigger {
  position: absolute;
  right: 5px;
  background: transparent;
  border-color: transparent;
  fill: #222222;
}

#mobile-nav #mobile-nav-trigger svg rect {
  transition: all 0.3s 0s;
}

#mobile-nav #mobile-nav-trigger:hover rect:nth-child(1) {
  width: 1.375em;
  transform: translateX(-0.25rem);
}

#mobile-nav #mobile-nav-trigger:hover rect:nth-child(3) {
  width: 1.375em;
}

#mobile-nav.active #mobile-nav-trigger rect:nth-child(1) {
  width: 1.375em;
  transform: translate(10px, -5px) rotate(45deg);
}

#mobile-nav.active #mobile-nav-trigger rect:nth-child(2) {
  width: 0;
}

#mobile-nav.active #mobile-nav-trigger rect:nth-child(3) {
  width: 1.375em;
  transform: translate(-10px, 10px) rotate(-45deg);
}

/*
@media (min-width: 768px) {
	#one_col #header #mobile-top-nav {display: none!important;}
}
#one_col #header #mobile-top-nav {margin: 0;box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.5);}
#one_col #header #mobile-top-nav .list-group-item {border-radius: 0;border-right: none;background-color: #eee;}
#one_col #header #mobile-top-nav .list-group-item.mobile-link {padding: 0;border-style: solid none solid none;border-color: #1260bc;}
#one_col #header #mobile-top-nav .list-group-item.mobile-link a {display: block;padding: 20px 15px;background-color: $primary;color: #FFFFFF;}
#one_col #header #mobile-top-nav .list-group-item.mobile-link a:hover {background-color: #0a8feb;color: #FFFFFF;}
*/
#one_col #header .search-bar {
  display: inline-block;
  width: 25%;
  /* height: 36px; */
  position: absolute;
  left: 37.5%;
  vertical-align: middle;
}

#one_col #header .search-bar input {
  border: 1px solid #d8d8d8;
  font-size: 1rem;
  width: 100%;
  border-radius: 0.25rem;
  height: 34px;
  padding: 3px 20px 3px 10px;
  background-color: #ffffff;
}

#one_col #header #top-nav .search-bar a {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #525151;
  font-size: 1rem;
}

#one_col #header .help-item a:focus,
#one_col #header .help-item a:hover,
#one_col #header .help-item a:active {
  color: #004D93;
}

#one_col #header #mobile-menu-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (min-width: 576px) and (max-width: 991px) {
  /* sm - md */
  #one_col.extended-header #header {
    height: 125px;
  }
  #one_col.extended-header #wrapper {
    padding-top: 125px;
  }
  #one_col.extended-header #header .search-bar {
    display: block;
    position: relative;
    left: unset;
    width: auto;
    height: auto;
    margin: 10px -15px 0;
    padding: 10px 20px;
    background-color: #FFF;
  }
  #one_col.extended-header #header #top-nav .search-bar a {
    top: 20px;
    right: 25px;
  }
}
/* bell ring animation */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine:after {
  animation: shine 5s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
.topbar-nav .navbar {
  padding: 0px 15px;
  z-index: 999;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

#wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -45px;
  padding: 50px 0 45px;
  position: relative;
}

#content-wrapper {
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content-wrapper .toggled {
  margin-left: 50px;
}

#two_cols #footer {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
#two_cols #footer #poweredby {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: #e5e5e5;
  border-right: 1px solid #cccccc;
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
}
#two_cols #footer #poweredby img {
  height: 40px;
  width: auto;
}
#two_cols #footer #poweredby img.collapsed-poweredby {
  display: none;
}
#two_cols #footer #poweredby.toggled img.extended-poweredby {
  display: none;
}
#two_cols #footer #poweredby.toggled img.collapsed-poweredby {
  display: inline;
}

#sidebar-wrapper .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#sidebar-wrapper .sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
}
#sidebar-wrapper .sidebar-menu li.sidebar-header {
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  overflow: auto;
}
#sidebar-wrapper .sidebar-menu li.sidebar-header #sidebar-trigger::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f104";
  font-weight: bold;
  display: inline-block;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
#sidebar-wrapper .sidebar-menu li.sidebar-header a {
  padding: 0 5px 0 0;
}
#sidebar-wrapper .sidebar-menu li.sidebar-header a i {
  margin: 0 !important;
}
#sidebar-wrapper .sidebar-menu li.sidebar-header:hover a, #sidebar-wrapper .sidebar-menu li.sidebar-header.active a {
  padding: 0 5px 0 0;
  background: transparent;
  border: none;
}
#sidebar-wrapper .sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#sidebar-wrapper .sidebar-menu > li > a {
  padding: 8px 5px 8px 10px;
  display: block;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#sidebar-wrapper .sidebar-menu > li > a i {
  color: rgba(255, 255, 255, 0.65);
}
#sidebar-wrapper .sidebar-menu > li:hover > a, #sidebar-wrapper .sidebar-menu > li.active > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-left-color: #ffffff;
}
#sidebar-wrapper .sidebar-menu > li:hover > a i, #sidebar-wrapper .sidebar-menu > li.active > a i {
  color: #ffffff;
}
#sidebar-wrapper .sidebar-menu li a i:first-child {
  margin-right: 10px;
  font-size: 18px;
}
#sidebar-wrapper .sidebar-menu li a i.sidebar-submenu-trigger:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#sidebar-wrapper .sidebar-menu li a .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#sidebar-wrapper .sidebar-menu li a .fa-angle-left::before {
  content: "\f104";
  position: relative;
  top: 4px;
  left: 8px;
}
#sidebar-wrapper .sidebar-menu li a i.sidebar-submenu-trigger {
  margin: 0;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  position: relative;
  top: -2px;
}
#sidebar-wrapper .sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}
#sidebar-wrapper .sidebar-menu li.active > .sidebar-submenu {
  max-height: 500px;
}
#sidebar-wrapper .sidebar-menu .sidebar-submenu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 4px;
  margin: 0;
  background: transparent;
  transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
}
#sidebar-wrapper .sidebar-menu .sidebar-submenu > li > a {
  padding: 2px 5px 2px 15px;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
#sidebar-wrapper .sidebar-menu .sidebar-submenu > li.active > a,
#sidebar-wrapper .sidebar-menu .sidebar-submenu > li > a:hover {
  color: #ffffff;
}
#sidebar-wrapper .sidebar-menu .sidebar-submenu > li > a::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f30b";
  font-weight: bold;
  margin-right: 10px;
}
#sidebar-wrapper.toggled .sidebar-menu li a i.sidebar-submenu-trigger {
  display: none;
}
#sidebar-wrapper.toggled .sidebar-menu .sidebar-submenu {
  max-height: 0;
}
#sidebar-wrapper.toggled .sidebar-menu li.sidebar-header span {
  display: none;
}
#sidebar-wrapper.toggled .sidebar-menu li.sidebar-header #sidebar-trigger::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

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

#wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -45px;
  padding: 50px 0 45px;
  position: relative;
}

#content-wrapper {
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#one_col #footer {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.65);
  border-top: 1px solid #cccccc;
  text-align: center;
}
#one_col #footer #poweredby {
  position: absolute;
  z-index: 100;
  left: 2%;
  bottom: 0;
  display: block;
  height: 45px;
  line-height: 45px;
}
#one_col #footer #poweredby img {
  height: 40px;
  width: auto;
}

.roboto-slab--100 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.roboto-slab--200 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.montserrat-200 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.roboto-slab--300 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-300 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.roboto-slab--400 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-slab--500 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto-slab--600 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto-slab--700 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto-slab--800 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.roboto-slab--900 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.montserrat-900 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.text-light-primary {
  color: #6EC1E4;
}

.text-accent {
  color: #61CE70;
}

.text-dark {
  color: #000000;
}

.text-dark-primary {
  color: #032137;
}

.text-light-grey {
  color: #BFBFBF;
}

a, button {
  outline: none !important;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus, select:focus, button:focus, .btn:focus, .btn.focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

a:not(.btn) {
  color: #004D93;
}

a:not(.btn, .link-unstyled, .nav-link).text-link {
  color: #004D93;
  display: inline-block;
}
a:not(.btn, .link-unstyled, .nav-link).text-link:hover, a:not(.btn, .link-unstyled, .nav-link).text-link:active, a:not(.btn, .link-unstyled, .nav-link).text-link:focus, a:not(.btn, .link-unstyled, .nav-link).text-link.active {
  color: #818181;
}
a:not(.btn, .link-unstyled, .nav-link).text-link.text-secondary:hover, a:not(.btn, .link-unstyled, .nav-link).text-link.text-secondary:active, a:not(.btn, .link-unstyled, .nav-link).text-link.text-secondary:focus, a:not(.btn, .link-unstyled, .nav-link).text-link.text-secondary.active {
  color: #004D93 !important;
}

.btn {
  border-radius: 30px;
}
.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.not-available, .btn.not-available:hover, .btn.not-available:focus, .btn.not-available:active, .btn.not-available.active {
  color: #777777;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  cursor: not-allowed;
}
.btn.btn-primary {
  background-color: #004D93;
  color: #FFFFFF;
  border: none;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary.active {
  background-color: #61CE70;
  color: #FFFFFF;
}
.btn.btn-secondary {
  background-color: #818181;
  color: #FFFFFF;
  border: none;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary.active {
  background-color: #004D93;
  color: #FFFFFF;
}
.btn.btn-default {
  color: #004D93;
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 0 0 2px #004D93 inset;
  position: relative;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.active {
  color: #FFFFFF;
  background-color: #818181;
  box-shadow: 0 0 0 2px #818181 inset;
}
.btn.btn-accent {
  color: #FFFFFF;
  background-color: #61CE70;
  border: none;
}
.btn.btn-accent:hover, .btn.btn-accent:active, .btn.btn-accent:focus, .btn.btn-accent.active {
  color: #FFFFFF;
  background-color: #818181;
}
.btn.dropdown-toggle {
  border: none;
  background-color: transparent;
  height: 100%;
}
.btn small {
  opacity: 0.5;
}

/*.btn-default.btn-small {background-color: transparent;border: none;max-width: 7rem;}
.btn-default.btn-small .btn {font-size: 1.125rem;}
.btn-default.btn-middle {background-color: transparent;border: none;max-width: 9rem;}
.btn-default.btn-min {background-color: transparent;border: none;max-width: 2.5rem;}
.btn-default.btn-min .btn {max-width: 2.5rem;min-width: 2.5rem;}
.btn-default.btn-min .btn span {width: 80%;height: 80%;}
.btn-default.btn-min .btn:hover::after {transform: translate(-50%, -50%) scale(0.8);}
.btn-default.btn-center {margin: 0 auto;}
.btn-default.btn-right {margin-left: auto;}*/
#one_col h4 .btn.btn-primary:hover,
#one_col h4 .btn.btn-primary:focus,
#one_col h4 .btn.btn-primary:active,
#one_col h4 .btn.btn-primary.focus,
#one_col h4 .btn.btn-primary.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.fa-linkedin {
  color: #0976b4;
}

.fa-facebook, .fa-facebook-square {
  color: #3b5998;
}

.fa-youtube, .fa-youtube-square {
  color: #e52d27;
}

.fa-instagram {
  color: #3f729b;
}

.slider-nav {
  display: flex;
  align-items: center;
}

.slider-btn {
  display: flex;
  width: 4.75rem;
  height: 2.3rem;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  fill: none;
  stroke: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s, stroke 0.2s;
  position: relative;
}
.slider-btn:hover:not(.disabled) {
  background-color: var(--text-primary);
  stroke: var(--background-color);
}
.slider-btn svg {
  margin: auto;
}
.slider-btn.disabled {
  stroke: var(--muted-color);
  border-color: var(--muted-color);
  cursor: not-allowed;
}

.bootbox-confirm .bootbox-cancel {
  font-size: 1.5rem;
  margin: 0 auto 0 0;
}

.bootbox-confirm .bootbox-accept {
  font-size: 1.5rem;
}

ul.list-primary {
  padding-left: 0;
  list-style: none;
}
ul.list-primary li {
  position: relative;
  padding: 15px 0 15px 50px;
}
ul.list-primary li:before {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 24px;
  height: 0;
  width: 30px;
  border-bottom: 4px solid #004D93;
}
ul.list-primary.list-condensed li {
  padding: 0 0 0 50px;
}
ul.list-primary.list-condensed li:before {
  top: 10px;
  border-bottom: 2px solid #004D93;
}

#menu-nav-trigger {
  cursor: pointer;
  fill: var(--accent-color);
  z-index: 1050;
  position: relative;
}

#menu-nav-trigger svg rect {
  transition: all 0.3s 0s;
}

#menu-nav-trigger.active svg rect,
#menu-nav-trigger:active svg rect,
#menu-nav-trigger:focus svg rect,
#menu-nav-trigger:hover svg rect {
  width: 150%;
  transform: translateX(-50%);
}

#menu-nav-trigger #pjax-message-hamburger {
  position: absolute;
  right: 35px;
  top: -7px;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  text-align: center;
}

#menu-nav-trigger #pjax-message-hamburger .badge {
  display: block;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  line-height: 16px;
}

#menu-nav-trigger #pjax-message-hamburger .badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  transition: all 0.2s;
  z-index: -1;
}

.mm-open #menu-nav-trigger #pjax-message-hamburger {
  display: none;
}

.mm-open a:not(.btn).text-link {
  color: #b4b4b4;
  display: inline-block;
  background: none;
  margin: 5px 0;
}
.mm-open a:not(.btn).text-link:hover, .mm-open a:not(.btn).text-link:active, .mm-open a:not(.btn).text-link:focus {
  color: #FFFFFF;
}

.mm-open #menu-nav-trigger {
  fill: var(--menu-text-primary);
}

.mm-open #menu-nav-trigger rect {
  transition-delay: 0s;
}

.mm-open #menu-nav-trigger rect:nth-child(1) {
  width: 2em;
  transform: rotate(45deg) translate(0.25em, -0.8em);
}

.mm-open #menu-nav-trigger rect:nth-child(2) {
  width: 0;
}

.mm-open #menu-nav-trigger rect:nth-child(3) {
  width: 2em;
  transform: rotate(-45deg) translate(-1em, -0.21em);
}

.mm-open .main-menu {
  transform: none;
}

.mm-open .hf-amin {
  opacity: 0 !important;
}

#header-brand img {
  transition: all 0.3s 0s;
}

#header-brand img.logo-alt {
  opacity: 0;
}

#header-brand img.logo-std {
  opacity: 1;
  position: absolute;
}

.mm-open #header-brand img.logo-alt {
  opacity: 1;
}

.mm-open #header-brand img.logo-std {
  opacity: 0;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #004D93;
  color: #FFFFFF;
  fill: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  z-index: 110;
  --text-primary: $white;
}

.main-menu.main-menu-transition {
  transition: transform 0.3s ease-in-out;
}

.main-menu a {
  color: var(--menu-text-primary);
  text-decoration: none;
}

.main-menu .lines {
  position: absolute;
}

.main-menu .lines .col::before,
.main-menu .lines .col::after {
  background-color: var(--menu-text-primary);
}

.mm-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.5rem 0 3rem;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

.mm-body {
  flex: 1 1 auto;
}

.mm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-family: var(--serif-font-family);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.mm-list .smaller-item {
  font-size: 25px;
}

.mm-list > li {
  position: relative;
  margin-bottom: 0.5rem;
}

.mm-list > li:last-child {
  margin-bottom: 0;
}

.mm-list > li.active > a {
  font-style: italic;
}

.mm-list > li.active > a::after {
  content: none;
}

.mm-list > li.open > a {
  color: var(--primary);
}

.mm-list > li.open > a::after {
  content: none;
}

.mm-list > li.open > a > span {
  color: var(--primary);
  -webkit-text-fill-color: var(--primary);
  -webkit-text-stroke: unset;
}

.mm-list > li.open > a .mmi-btn {
  fill: var(--primary);
  stroke: var(--primary);
  transform: translateY(-50%) rotateX(180deg);
}

.mm-list > li > a {
  position: relative;
  display: inline-block;
  color: var(--menu-text-primary);
  text-decoration: none;
}

.mm-list > li > a > span {
  display: block;
  color: var(--menu-text-primary);
  -webkit-text-stroke: 1px var(--menu-text-primary);
  -webkit-text-fill-color: transparent;
}

.mm-list > li > a::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: var(--menu-text-primary);
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: -webkit-clip-path 0.4s linear;
  transition: clip-path 0.4s linear;
  transition: clip-path 0.4s linear, -webkit-clip-path 0.4s linear;
  z-index: 1;
}

.mm-list > li > a:hover::after {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mm-list > li > ul {
  display: none;
  font-size: 1.125rem;
  margin: 1rem 0 1.5rem;
}

.mm-list > li > ul > li {
  position: relative;
}

.mm-list > li > ul > li:last-child {
  margin-bottom: 0;
}

.mm-list > li > ul > li > a {
  position: relative;
  display: inline-flex;
  text-transform: none;
  line-height: 2.5rem;
  padding-left: 1.25rem;
  opacity: 0.5;
}

.mm-list > li > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: var(--menu-text-primary);
  opacity: 0.5;
  transition: all 0.2s;
}

.mm-list > li > ul > li > a:hover {
  opacity: 1;
  color: var(--primary);
}

.mm-list > li > ul > li > a:hover::before {
  background-color: var(--primary);
}

.mmi-btn {
  display: flex;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 100%;
  fill: none;
  stroke-width: 1px;
  stroke: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}

.mm-outer {
  margin-top: 2.5rem;
}

.mmi-btn svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: auto;
}

.mmc-item {
  margin-bottom: 1.25rem;
}

.mmc-item:last-child {
  margin-bottom: 0;
}

.mm-contacts {
  margin-top: 2.5rem;
  font-weight: bold;
}

.mmc-label {
  opacity: 1;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  color: #61CE70;
}

.mmc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}

.mmc-list li {
  margin-left: 1rem;
}

.mmc-list li a {
  display: block;
  line-height: 1.75rem;
  text-decoration: none;
}

.mm-footer {
  margin-top: 2rem;
}

.mm-footer .mnuf-list {
  list-style: none;
  margin: 0 0 0 -2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.mm-footer .mnuf-list li {
  margin-left: 2rem;
}

.mm-footer .mnuf-list li:hover a {
  opacity: 1;
}

.mm-footer .mnuf-list li a {
  display: block;
  text-decoration: none;
  line-height: 2rem;
  opacity: 0.5;
}

.mm-body,
.mmf-container {
  padding-left: 2rem;
}

@media only screen and (min-width: 360px) {
  .mm-list {
    font-size: 2.2rem;
  }
  .mm-list .smaller-item {
    font-size: 20px;
  }
  .mm-list li.smaller-item {
    padding-left: 28px;
  }
}
@media (min-width: 768px) {
  .mm-body,
  .mmf-container {
    padding-left: 0;
  }
  .header {
    top: 1.75rem;
  }
  .header-brand-is {
    line-height: 1.3;
  }
  .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }
  .secondary-mnu {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    justify-content: start;
  }
  .secondary-mnu li {
    margin-right: 2rem;
  }
  .secondary-mnu li:last-child {
    margin-right: 0;
  }
  .secondary-mnu li.active a {
    color: var(--primary);
  }
  .secondary-mnu li a {
    display: block;
    color: var(--text-primary);
    text-decoration: none;
    /*font-weight: bold;*/
    line-height: 2rem;
  }
  .secondary-mnu li a#brochure-btn {
    font-weight: bold;
  }
  .secondary-mnu li a#brochure-btn:hover {
    font-weight: 500;
  }
  .secondary-mnu li a#contact-btn {
    font-weight: 500;
  }
  .secondary-mnu li a#contact-btn:hover {
    font-weight: bold;
  }
  .mm-list {
    font-size: 2.25rem;
  }
  .mm-list .smaller-item {
    font-size: 22px;
  }
  .mm-list li.smaller-item {
    padding-left: 28px;
  }
  .mm-footer {
    margin-top: 3rem;
  }
  .mmc-item {
    margin-bottom: 1.75rem;
  }
  .mm-outer {
    padding-left: 3rem;
  }
  .mmi-btn {
    padding-right: 0;
    width: 3rem;
  }
}
@media (min-width: 1024px) {
  .mm-outer,
  .mmf-container {
    padding-left: 10%;
  }
  .mm-list {
    font-size: 2rem;
    line-height: 1.4;
  }
  .mm-list .smaller-item {
    font-size: 18px;
    line-height: 1.6;
  }
  .mm-list li.smaller-item {
    padding-left: 30px;
  }
  .mm-list > li {
    margin: 0;
  }
  .mmc-item {
    margin-bottom: 2.5rem;
  }
  .mmi-btn {
    padding-right: 0.5rem;
    width: 4rem;
  }
  .mmi-btn svg {
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
  }
}
@media (min-width: 1200px) {
  .header {
    top: 2rem;
  }
  #menu-nav-trigger.absolute-left {
    position: absolute;
    left: -2rem;
    top: 0;
  }
  .mm-list {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .mm-list .smaller-item {
    font-size: 22px;
    line-height: 1.6;
  }
  .mm-list li.smaller-item {
    padding-left: 32px;
  }
  .mmc-item {
    margin-bottom: 3rem;
  }
  .mmi-btn {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mm-list {
    font-size: 3rem;
  }
  .mm-list .smaller-item {
    font-size: 26px;
  }
  .mm-list li.smaller-item {
    padding-left: 37px;
  }
}
.section-heading {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}

.section-heading.section-heading-small h1,
.section-heading.section-heading-small h2 {
  font-size: 2.7rem;
  font-weight: bold;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h5 {
  position: relative;
  z-index: 50;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.6rem;
  margin: 0;
  font-kerning: none;
}

.section-heading h5 {
  font-size: 1.25rem;
  font-weight: var(--heading-font-weight);
}

.section-heading:has(.sh-line) {
  position: relative;
  display: flex;
}
.section-heading:has(.sh-line) h1,
.section-heading:has(.sh-line) h2,
.section-heading:has(.sh-line) h3,
.section-heading:has(.sh-line) h5 {
  color: #004D93;
  display: flex;
  background-color: #FFFFFF;
  position: relative;
  z-index: 100;
  padding-right: 1rem;
}
.section-heading:has(.sh-line) .sh-line {
  display: block;
  position: absolute;
  z-index: 50;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #004D93;
}
.section-heading:has(.sh-line) h5 {
  color: #000000;
}
.section-heading:has(.sh-line) h5 + .sh-line {
  background-color: #000000;
  height: 5px;
  bottom: 5px;
}

.section-heading h1 > span,
.section-heading h2 > span,
.section-heading h5 > span {
  display: block;
}

.section-heading.section-heading-mb-none {
  margin-bottom: 0;
}

.shd-line {
  overflow: hidden;
}

/*.sh-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -5000px;
  z-index: 5;
  overflow: hidden;
  background-color: $primary;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}*/
#expert-wrapper,
#video-wrapper {
  position: relative;
}
#expert-wrapper:after,
#video-wrapper:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1500px;
  right: -1500px;
  background-color: #D8D8D8;
  z-index: 1;
}
#expert-wrapper > .row,
#video-wrapper > .row {
  position: relative;
  z-index: 2;
}
#expert-wrapper .section-heading .text-secondary,
#video-wrapper .section-heading .text-secondary {
  color: #004D93 !important;
}
#expert-wrapper .slider-btn,
#video-wrapper .slider-btn {
  border: 1px solid #61CE70;
  background-color: #61CE70;
  stroke: #FFFFFF;
}
#expert-wrapper .slider-btn:hover:not(.disabled),
#video-wrapper .slider-btn:hover:not(.disabled) {
  border: 1px solid #004D93;
  background-color: #004D93;
  stroke: #FFFFFF;
}
#expert-wrapper .card,
#video-wrapper .card {
  background-color: transparent;
  border: none !important;
}
#expert-wrapper .card .expert-img-wrapper,
#expert-wrapper .card .video-img-wrapper,
#video-wrapper .card .expert-img-wrapper,
#video-wrapper .card .video-img-wrapper {
  border-radius: 5px;
}

.expert-description,
.video-description {
  margin-top: -90px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  position: relative;
  border-radius: 30px;
  padding-bottom: 20px;
}
.expert-description .read-more,
.video-description .read-more {
  margin-left: 1rem;
  color: #61CE70;
  text-transform: uppercase;
  font-weight: bold;
}
.expert-description .view-cnt-wrapper,
.video-description .view-cnt-wrapper {
  position: relative;
  padding: 1rem 0;
}
.expert-description .view-cnt-wrapper > span,
.video-description .view-cnt-wrapper > span {
  position: relative;
  z-index: 20;
}
.expert-description .view-cnt-wrapper .view-cnt-bg,
.video-description .view-cnt-wrapper .view-cnt-bg {
  position: absolute;
  opacity: 0.5;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, 0);
  z-index: 10;
}
.expert-description .video-date-created,
.video-description .video-date-created {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 575px) {
  /* xs */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 1.75rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: -10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* sm */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 2rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 2rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 2.5rem;
  }
  .section-heading h3 {
    font-size: 3rem;
  }
  .section-heading h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 2.8rem;
  }
  .section-heading h3 {
    font-size: 3.5rem;
  }
  .section-heading h4 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 3.4rem;
  }
  .section-heading h3 {
    font-size: 3.75rem;
  }
  .section-heading h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1550px) {
  .section-heading h3 {
    font-size: 4.5rem;
  }
  .section-heading h4 {
    font-size: 3.25rem;
  }
}
.el-collection {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.el-collection .el-element {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 30px;
  background-color: #D8D8D8;
  z-index: 2;
}
.el-collection .el-element h3 a:not(.btn, .link-unstyled, .nav-link).text-link {
  color: #FFFFFF;
}
.el-collection .el-element a:not(.btn, .link-unstyled, .nav-link).text-link {
  color: #818181;
}
.el-collection .el-element a:not(.btn, .link-unstyled, .nav-link).text-link:hover, .el-collection .el-element a:not(.btn, .link-unstyled, .nav-link).text-link:active, .el-collection .el-element a:not(.btn, .link-unstyled, .nav-link).text-link:focus, .el-collection .el-element a:not(.btn, .link-unstyled, .nav-link).text-link.active {
  color: #004D93;
}
.el-collection .el-element .btn.btn-secondary {
  background-color: #FFFFFF;
  color: #004D93;
}
.el-collection .el-element .btn.btn-secondary:hover, .el-collection .el-element .btn.btn-secondary:active, .el-collection .el-element .btn.btn-secondary:focus, .el-collection .el-element .btn.btn-secondary.active {
  background-color: #004D93;
  color: #FFFFFF;
}

.public-course-index .el-collection .el-element {
  border: none;
}

*::-webkit-input-placeholder,
*::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

form {
  position: relative;
}

.form-control,
.form-control-file {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-family: var(--base-font-family), sans-serif;
  font-weight: var(--font-weight);
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 1rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--border-color);
  background-color: transparent;
  outline: none;
  color: var(--text-primary);
  line-height: 1.2;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
}

.form-control:focus,
.form-control-file:focus {
  border-color: var(--primary);
}

textarea {
  height: auto;
  resize: none;
}

.form-control-file {
  color: var(--placeholder-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2.25rem;
}

.form-control-file::after {
  content: "\e2bc";
  font-family: "Material Icons";
  font-size: 1.5rem;
  color: var(--placeholder-color);
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-field {
  position: relative;
  margin-bottom: 2rem;
  font-size: var(--font-size);
}

.form-field.form-field-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-primary);
  opacity: 0.1;
  pointer-events: none;
}

.form-field.form-field-bg .form-control,
.form-field.form-field-bg .form-control-file,
.form-field.form-field-bg .form-label {
  z-index: 1;
  border: none;
  padding: 0.875rem 1.25rem;
}

.form-field.form-field-disabled {
  opacity: 0.5;
}

.form-field .form-control .form-control-file,
.form-field .form-label {
  margin: 0;
}

.form-field.error input,
.form-field.error textarea,
.form-field.error select {
  border-color: var(--error-color);
}

.form-field.focus .form-label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
}

.form-field div.error {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: var(--error-color);
  font-size: 0.875rem;
  padding-top: 2px;
}

.form-field input.error,
.form-field textarea.error,
.form-field select.error {
  border-color: var(--error-color);
}

.form-field input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -111;
}

.form-field input[type=file].error + .error + .form-control-file {
  border-color: var(--error-color);
}

.form-field.form-field-large .form-control,
.form-field.form-field-large .form-label {
  font-size: 2rem;
}

.form-field.form-field-large .form-control-file {
  padding-right: 2.5rem;
}

.form-field.form-field-large .form-control-file::after {
  font-size: 1.75rem;
}

.input-states-labelled {
  display: block;
  line-height: 1;
}

.form-field-group {
  position: relative;
}

.form-field-group.focus .form-label {
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
}

.required {
  color: var(--error-color);
}

.form-label {
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  color: var(--placeholder-color);
  padding: 0.875rem 0;
  transition: all 0.2s;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 1;
}

.form-field-controls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-bottom: -1rem;
}

.form-field-control {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/* Begin checkbox */
.checkbox {
  position: relative;
}

.checkbox-input {
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
  /*z-index: -1;*/
  /*width: 0;*/
  /*height: 0;*/
  /*visibility: hidden;*/
  opacity: 0;
}

.checkbox-input:checked + .checkbox-label {
  color: var(--text-primary);
}

.checkbox-input:checked + .checkbox-label .checkbox-ico svg, .checkbox-input:checked + .checkbox-label .checkbox-ico i {
  opacity: 1;
}

.checkbox-label {
  position: relative;
  line-height: 1.4rem;
  font-weight: var(--font-weight);
  margin: 0;
  font-size: 1rem;
  display: flex;
  cursor: pointer;
  color: var(--placeholder-color);
  transition: color 0.2s;
}

.checkbox-label a {
  display: inline-flex;
  text-decoration: none;
  font-weight: bold;
}

.checkbox-ico {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.625rem;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  fill: var(--text-primary);
  color: var(--text-primary);
  transition: all 0.2s;
}

.checkbox-ico svg {
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
}

.checkbox-ico svg, .checkbox-ico i {
  opacity: 0;
  transition: all 0.2s;
}

/* End checkbox */
/* Begin radio */
.radio {
  position: relative;
}

.radio-input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.radio-input:checked + .radio-label::after {
  opacity: 1;
}

.radio-label {
  position: relative;
  display: flex;
  font-size: 0.9375rem;
  font-weight: var(--font-weight);
  line-height: 1.25rem;
  margin: 0;
  padding: 0.0625rem 0 0 1.875rem;
  cursor: pointer;
}

.radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  transition: all 0.2s;
}

.radio-label::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--border-color);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
}

.rating-list {
  float: none;
  display: inline;
  vertical-align: middle;
  color: var(--text-primary) !important;
}

.rating-list input,
.rating-list label::after {
  display: none;
}

.rating-label {
  color: var(--text-primary) !important;
}

.rating-list > label.active,
.rating-list > label.active ~ label {
  color: #ffb822;
}

/* End radio */
.form-btn-min-icon {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  color: var(--background-color);
  fill: var(--background-color);
  text-align: center;
  border: none;
  border-radius: 50%;
}

.form-btn-min-icon svg, .form-btn-min-icon span {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}

.form-btn-min-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--text-primary);
  transition: all 0.2s;
}

.form-btn-min-icon:hover::after {
  transform: scale(0.85);
}

@media (min-width: 768px) {
  .form-field {
    margin-bottom: 3rem;
  }
  .form-field.form-field-large .form-control,
  .form-field.form-field-large .form-label {
    font-size: 3rem;
  }
  .btn-arrows-contacts {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .form-field.form-field-large .form-control,
  .form-field.form-field-large .form-label {
    font-size: 4rem;
  }
}
.form-control {
  background: transparent;
  border: 1px solid #444;
  color: #000;
  border-radius: 30px;
  padding: 7px 15px;
}

#one_col .form-control.dropdown,
#one_col .bootstrap-select.dropdown {
  padding: 2px 0;
  border: 1px solid #444;
}

#one_col .form-control:focus {
  background: transparent;
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#one_col .has-error .help-block {
  color: #ffffff;
}

#one_col .was-validated .form-control:invalid:focus,
#one_col .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: none;
}

#one_col .form-control::placeholder {
  color: #888;
  opacity: 1;
}

#one_col .form-control:-ms-input-placeholder {
  color: #888;
}

#one_col .form-control::-ms-input-placeholder {
  color: #888;
}

#one_col .was-validated .form-control:invalid:focus,
#one_col .form-control.is-invalid:focus,
#one_col .was-validated .form-control:valid:focus,
#one_col .form-control.is-valid:focus {
  box-shadow: none;
}

#one_col textarea.form-control {
  border: 1px solid #444;
}

#one_col .no-label div.required:not(.nomarkup)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f069";
  font-size: 0.5em;
  color: #61CE70;
  position: absolute;
  top: -5px;
  right: 12px;
}

#one_col .no-label div.required:not(.nomarkup):has(.checkbox-label)::before {
  right: unset;
  left: 35px;
  top: -5px;
}

#one_col .no-label .required label:not(.btn)::after {
  content: "";
}

#one_col .form-control:disabled, #one_col .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  color: #999999;
}

#one_col .grid-view .form-control {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  color: #000;
  border-radius: 0;
  padding: 2px 10px;
  margin-bottom: 0;
}

#one_col .grid-view .filters td {
  position: relative;
}

#one_col .grid-view .filters td:has(.form-control):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 9px;
  right: 20px;
}

#one_col .input-no-padding .custom-control {
  padding-left: 0;
}

.silent-required .required label:not(.btn)::after,
.silent-required .required-label:not(.btn)::after,
.silent-required div.required::before {
  content: "" !important;
}

.table {
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.table-striped tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-striped tbody tr:last-child {
  border-bottom: none;
}

.grid-view table.table > thead {
  border-bottom: none;
}

.grid-view thead th {
  padding: 5px 20px;
}

.grid-view .summary {
  margin-top: 20px;
}

.table-super-condensed > thead > tr > th,
.table-super-condensed > tbody > tr > th,
.table-super-condensed > tfoot > tr > th,
.table-super-condensed > thead > tr > td,
.table-super-condensed > tbody > tr > td,
.table-super-condensed > tfoot > tr > td {
  padding: 0.2rem 0.5rem;
}

.pagination > li {
  margin-top: auto;
  margin-bottom: auto;
}
.pagination > li.active a, .pagination > li.active span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #FFFFFF;
  background-color: #818181;
  border-color: #818181;
}
.pagination > li.next > a, .pagination > li.next > span, .pagination > li.last > a, .pagination > li.last > span {
  border-color: transparent;
}
.pagination > li > a, .pagination > li > span {
  margin: 0 5px;
  aspect-ratio: 1/1;
  border-radius: 0.375rem !important;
  display: flex;
  color: #004D93;
  border: none;
}
.pagination > li > a > i, .pagination > li > span > i {
  margin-top: auto;
  margin-bottom: auto;
}
.pagination > li.first > a, .pagination > li.first > span, .pagination > li.last > a, .pagination > li.last > span {
  padding: 3px 6px;
}
.pagination > li.disabled > span, .pagination > li.disabled > span:hover, .pagination > li.disabled > span:focus, .pagination > li.disabled > a, .pagination > li.disabled > a:hover, .pagination > li.disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}

.fc td,
.fc th {
  background-color: #ffffff;
}

.fc td.fc-today {
  background-color: #E6E6E6;
}

.tns-outer .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}
.tns-outer .tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.tns-outer .tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important;
}
.tns-outer .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-outer .tns-nav > .tns-nav-active {
  background: #999;
}
.tns-outer .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-outer .tns-item {
  position: relative;
}
.tns-outer .tns-item::after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tns-outer .tns-item .tns-item-info {
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 45%;
  right: 5%;
  color: #FFFFFF;
  transform: translateY(-50%);
}
@media (min-width: 991px) {
  .tns-outer .tns-item { /* md */ }
  .tns-outer .tns-item .md-nowrap {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .tns-outer .tns-item::after {
    background: linear-gradient(to top, rgba(0, 77, 147, 0) 0%, #004D93 70%, #004D93 100%);
    z-index: 10;
  }
  .tns-outer .tns-item .tns-item-info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .tns-outer .tns-item .tns-item-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .tns-outer .tns-item .tns-item-description {
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tns-outer .tns-item::after {
    background: linear-gradient(to left, #004D93 0%, #004D93 40%, rgba(0, 77, 147, 0) 60%);
  }
}
@media (min-width: 1200px) {
  .tns-outer .tns-item::after {
    background: linear-gradient(to left, #004D93 0%, #004D93 40%, rgba(0, 77, 147, 0) 60%);
  }
}
.nav.nav-pills > li > a {
  border-radius: 2px;
  color: #FFFFFF;
  background: #004D93;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav > li > a:hover,
.nav > li > a:focus {
  color: #FFFFFF;
  background-color: #818181;
}

#shop-cart-list .cart-item-wrapper .cart-item-bg-layer {
  background-color: rgba(0, 77, 147, 0.35) !important;
  border-radius: 5px;
  left: 10px !important;
}
#shop-cart-list .cart-item-wrapper:has(.cart-item-bg-layer) .detail-view > thead > tr > td,
#shop-cart-list .cart-item-wrapper:has(.cart-item-bg-layer) .detail-view > tbody > tr > td,
#shop-cart-list .cart-item-wrapper:has(.cart-item-bg-layer) .detail-view > tfoot > tr > td {
  color: #032137;
}

#homebanner {
  position: relative;
}
#homebanner::after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 77, 147, 0) 0%, #004D93 40%, #004D93 100%);
}
#homebanner #homebanner-img {
  position: absolute;
  bottom: 0;
}
#homebanner #homebanner-info {
  color: #FFFFFF;
  z-index: 150;
}
@media (min-width: 992px) {
  #homebanner { /* md */ }
  #homebanner::after {
    background: linear-gradient(to left, #004D93 0%, #004D93 40%, rgba(0, 77, 147, 0) 60%);
  }
  #homebanner #homebanner-img {
    position: unset;
    bottom: auto;
  }
  #homebanner #homebanner-info {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 45%;
    right: 5%;
    transform: translateY(-50%);
  }
  #homebanner .md-nowrap {
    white-space: nowrap;
  }
}

.multi-carousel .multi-carousel-inner {
  float: none;
  white-space: nowrap;
}
.multi-carousel .multi-carousel-inner:not(:has(.list-view)),
.multi-carousel .multi-carousel-inner .list-view {
  display: flex;
  flex-direction: row;
}
.multi-carousel .multi-carousel-inner .item {
  float: none;
  display: flex;
  white-space: normal;
}
.multi-carousel .multi-carousel-inner .item .card {
  width: 100%;
}
.multi-carousel .multi-carousel-inner .item .card h5 {
  height: 82.5px;
  overflow: hidden;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .multi-carousel .multi-carousel-inner .item h5 {
    font-size: 2rem;
    height: 75px;
  }
}
#course-header {
  margin: 20px 0 0;
  position: relative;
  z-index: 100;
}
#course-header #banner-wrapper {
  overflow: hidden;
}
#course-header #banner-wrapper img {
  /*min-width: 550px;*/
  width: 100%;
}
#course-header #banner-wrapper.opacity-layer::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background-color: rgba(0, 77, 147, 0.25);
}
#course-header #course-data {
  position: absolute;
  top: 16%;
  bottom: 7%;
  left: 5%;
  right: 5%;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
#course-header #course-title-wrapper {
  position: initial;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  background-color: transparent;
}
#course-header #course-title-wrapper #course-title {
  width: 75%;
}
#course-header #course-subtitle {
  display: block;
  width: 75%;
  padding: 0 0 2px;
  line-height: 1.3;
}
#course-header #course-subtitle span {
  color: #004D93;
  white-space: pre-wrap;
  border-radius: 5px;
}
#course-header #course-details {
  margin-bottom: 0;
  padding: 10px 0;
}
#course-header #course-details #course-duration small {
  font-size: 65%;
  margin: 0 5px 0 -7px;
}
#course-header #course-details .align-items-baseline {
  padding: 1px 0;
}
#course-header #course-details .bg-white,
#course-header #course-details .bg-primary {
  border-radius: 5px;
}

.player-button {
  height: 40px;
}
.player-button.d-block.d-sm-none {
  position: relative;
}
.player-button:not(.d-block.d-sm-none) {
  position: relative;
  margin: 10px;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
}
.player-button .progress {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  height: auto;
  background-color: transparent;
  border-radius: 30px;
}
.player-button .progress .progress-bar {
  background-color: #777777;
}
.player-button .progress .progress-bar:not(:first-child) {
  margin-left: 3px;
}
.player-button #sco-play-button {
  position: relative;
  z-index: 20;
  padding: 0 2.5rem !important;
  display: flex;
  height: 100%;
}
.player-button #sco-play-button span {
  display: flex;
  margin: auto;
}

.course-public-view .marquee {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 1rem 0 4rem;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
.course-public-view .marquee-item {
  display: flex;
  transition: color 0.2s, -webkit-text-stroke 0.2s;
}
.course-public-view .marquee-item:nth-child(2n+1) {
  -webkit-text-stroke: 1px #004D93;
  color: transparent;
}
.course-public-view .marquee-item .solid {
  color: #818181;
  -webkit-text-stroke: 1px #818181;
}
.course-public-view .section-heading:has(#review-wrapper) {
  flex-wrap: wrap;
}
.course-public-view .section-heading:has(#review-wrapper) #review-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto 0 auto auto;
  text-align: right;
  font-size: 170%;
  background-color: #fff;
  z-index: 100;
  padding: 1rem 0 0 1rem;
}
@media (max-width: 767px) {
  .course-public-view .section-heading:has(#review-wrapper) {
    /* sm */
  }
  .course-public-view .section-heading:has(#review-wrapper) .sh-line {
    bottom: auto;
    top: 2rem;
  }
  .course-public-view .section-heading:has(#review-wrapper) #review-wrapper {
    margin: 1rem 0 0;
    flex-direction: row;
    width: 100%;
    padding: 0;
  }
  .course-public-view .section-heading:has(#review-wrapper) #review-wrapper :last-child {
    margin-left: auto;
  }
}

.course-public-view .section-heading a,
.course-public-view .section-heading a:hover,
.course-public-view .section-heading a:focus,
.course-public-view .section-heading a:active {
  color: #000000;
  background: none;
  border: none;
  margin: 0;
}

.course-public-view #event-summary-wrapper,
.course-public-view #multiple-event-summary-wrapper {
  display: flex;
  padding: 15px 10px;
  margin: 0;
}

.course-public-view #event-summary-wrapper {
  background-color: #818181;
  color: #ffffff;
  margin-bottom: 4rem;
}

.course-public-view #multiple-event-summary-wrapper {
  background-color: #E6E6E6;
}

.course-public-view #event-summary-wrapper i,
.course-public-view #multiple-event-summary-wrapper i {
  display: flex;
  margin: auto 20px auto 10px;
}

.course-public-view #video-preview-trigger .fa-stack {
  font-size: 0.7rem;
}

.course-public-view .text-line-through,
.course-card .text-line-through {
  position: relative;
  opacity: 0.5;
  font-size: 75%;
}

.course-public-view .text-line-through:after,
.course-card .text-line-through:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #FFFFFF;
  top: 50%;
  width: 100%;
  left: 0;
}

.course-card .text-line-through {
  color: #000000 !important;
  font-size: 100%;
  opacity: 0.7;
}

.course-card .text-line-through:after {
  border-bottom: 2px solid #000000 !important;
  opacity: 1;
}

@media (max-width: 575px) {
  /* xs */
  #course-header #course-data {
    top: 5%;
    bottom: 2%;
    left: 3%;
    right: 3%;
  }
  #course-header #course-title-wrapper {
    max-height: 80%;
  }
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 2.5rem;
    width: 100% !important;
  }
  #course-header #course-details {
    font-size: 1.5rem;
  }
  .course-public-view .marquee {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
  .course-public-view #event-summary-wrapper,
  .course-public-view #multiple-event-summary-wrapper {
    margin-bottom: 2rem;
  }
  .course-public-view #review-wrapper {
    font-size: 60%;
    margin: 0;
  }
  .course-public-view #video-preview-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
  }
  .course-public-view #video-preview-trigger .fa-stack {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* sm */
  #course-header #course-data {
    top: 7%;
    bottom: 7%;
    left: 5%;
    right: 5%;
  }
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 1.5rem;
    width: 80% !important;
  }
  #course-header #course-details {
    font-size: 1.25rem;
  }
  .course-public-view .marquee {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  .course-public-view #event-summary-wrapper {
    margin-bottom: 2rem;
  }
  .course-public-view #review-wrapper {
    font-size: 60%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #course-header #course-data {
    top: 7%;
    bottom: 7%;
    left: 5%;
    right: 5%;
  }
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 2rem;
  }
  #course-header #course-details {
    font-size: 1.5rem;
  }
  .course-public-view .marquee {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  .course-public-view #event-summary-wrapper {
    margin-bottom: 2rem;
  }
  .course-public-view #review-wrapper {
    font-size: 60%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* lg */
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 2.75rem;
  }
  #course-header #course-details {
    font-size: 1.5rem;
  }
  .course-public-view .marquee {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  /* xl */
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 3rem;
    width: 80% !important;
  }
  #course-header #course-details {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  /* xxl */
  #course-header #course-title,
  #course-header #course-subtitle {
    font-size: 4rem;
  }
  #course-header #course-details {
    font-size: 2.5rem;
  }
}
/* buttons */
.edition-public .sco-round-button {
  position: relative;
  width: 250px;
  height: 250px;
}

.edition-public #sco-progress-wrapper {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
}

.edition-public .sco-round-button #sco-play-button {
  display: block;
  margin: auto;
  top: 25px;
}

.edition-public #sco-play-button {
  position: relative;
  z-index: 100;
}

#banner-sco-btn {
  display: block;
  position: absolute;
  left: 70%;
  bottom: 20%;
}

#banner-sco-btn .sco-round-button::after {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
}

#course-header-action-wrapper {
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: transparent;
  width: 100%;
  max-width: 12rem;
}

#course-header-action-wrapper .btn-default {
  background-color: transparent;
}

@media (min-width: 991px) {
  #course-header-action-wrapper.course-header-multipleaction-wrapper {
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #course-header-action-wrapper {
    right: 4%;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 11rem;
  }
}
/* Panels */
#one_col .post-bubble {
  border: 1px solid #888888;
  background-color: transparent;
}

#one_col .post-bubble .post-arrow {
  display: none;
}

#one_col .resource-item {
  border: 1px solid #888888;
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 10px 10px 60px;
}

#one_col .resource-item .resource-item-icon {
  border-radius: 50%;
  border: 1px solid #888888;
  background-color: transparent;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}

/* Panels: Forum */
#one_col #edition-forum .post-body {
  background-color: #f7f7f7;
  border-left: 3px solid #000;
}

#one_col #edition-forum .post-wrapper:nth-child(even) .post-body,
#one_col #edition-forum .reply-wrapper:nth-child(even) .post-body {
  border-left: 3px solid #bbb;
}

#one_col #forum-wrapper {
  max-height: 250px;
  padding: 40px 10px 15px 0;
  border-bottom: 1px solid #dddddd;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #004D93 #eeeeee;
  scrollbar-width: thin;
}

#one_col #forum-wrapper::-webkit-scrollbar {
  width: 8px;
  background-color: #eeeeee;
}

#one_col #forum-wrapper::-webkit-scrollbar-thumb {
  background-color: #004D93;
}

/* Panels: Review */
#one_col .rating-list > label:before {
  /* The difference between the regular and the solid version is the font-weight. You simply need to adjust this one to swap between both version */
  font-weight: 900;
}

/* Cards */
.course-card {
  overflow: visible;
  background-color: transparent;
}
.course-card .card-body {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  flex: initial;
}
.course-card .card-body img {
  width: 100%;
  height: auto;
}
.course-card .card-body a::before {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004D93;
  content: " ";
  opacity: 0;
  transition: all 0.2s;
}
.course-card .card-body a::after {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
  font-size: 6em;
  content: "\f07a";
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
}
.course-card .card-body .supplier_img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30%;
}
.course-card:hover .card-body a::before {
  opacity: 0.5;
}
.course-card:hover .card-body a::after {
  opacity: 1;
}
.course-card .el-element > .card-body {
  border: none;
}
.course-card .card-footer {
  padding-left: 0;
  padding-right: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.course-card .card-footer .card-footer-details {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.course-card .card-footer .card-footer-details .col-6:first-of-type .card-footer-dark {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.course-card .card-footer .card-footer-details .col-6:last-of-type .card-footer-dark {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.course-card .card-footer .card-footer-details .card-footer-dark {
  background-color: #004D93;
  color: #FFFFFF;
  line-height: 175%;
}
.course-card .card-footer .card-footer-details .card-footer-dark .text-muted {
  color: #FFFFFF !important;
}
.course-card .card-footer .card-footer-details .card-footer-dark .text-primary {
  margin-right: 5px;
}
.course-card .card-footer h5 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0 0 0.25rem 0;
}
.course-card .card-footer h5 a,
.course-card .card-footer h5 a:hover,
.course-card .card-footer h5 a:focus,
.course-card .card-footer h5 a:active {
  color: var(--text-primary) !important;
  background: none;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-card.catalogue-card .card-body a::before {
  background-color: #818181;
}
.course-card.catalogue-card .card-footer .card-footer-dark {
  background-color: #818181;
}
.course-card.catalogue-card .card-footer .card-footer-dark .text-primary {
  color: #61CE70 !important;
}

#subscription-carousel {
  position: relative;
  margin: 0 75px;
  z-index: 100;
}

#subscription-carousel-wrapper .card-controls {
  position: absolute;
  top: 40%;
  margin: 0;
  left: 10px;
  right: 10px;
}

@media (max-width: 575px) { /* xs */
  #subscription-carousel {
    margin: 0 15px;
  }
  #subscription-carousel-wrapper .card-controls {
    top: auto;
    bottom: 15px;
  }
  #subscription-carousel-wrapper {
    padding-bottom: 25px;
  }
  #subscription-carousel-wrapper .card {
    background-color: transparent;
  }
}
#subscription-carousel .course-card:hover .card-body a::after,
.course-card:hover .card-body.owned a::after {
  content: "\f04b";
}

.course-card .card-footer .review-rating-wrapper {
  display: flex;
  align-items: center !important;
}

.course-card .card-footer .review-rating-wrapper :first-child {
  margin-left: auto;
}

.course-card .card-body .marquee {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}

#booking-professor-carousel-vertical .course-card .card-body .marquee {
  top: 80%;
}

.course-card .card-body .marquee-item {
  display: flex;
  transition: color 0.2s, -webkit-text-stroke 0.2s;
}

.course-card .card-body .marquee-item:nth-child(2n+1) {
  color: #FFFFFF;
}

.course-card .card-body .marquee-item .solid {
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
}

.course-card.catalogue-card .card-body .marquee-item .solid {
  color: transparent;
  -webkit-text-stroke: 1px #818181;
}

.fas.fa-star {
  color: #ffc107;
}

.el-collection .el-element .fas.fa-star.text-black {
  color: #ffffff;
}

.discount-badge {
  font-size: 5rem;
  position: absolute;
  top: -7px;
  right: 10px;
  color: #004D93;
}
.discount-badge > small {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  color: #FFFFFF;
  white-space: nowrap;
  font-size: 35%;
  text-align: center;
}
.discount-badge > small > sup {
  font-size: 50%;
  top: -0.7rem;
}

/* Catalogue */
#catalogue-details,
#catalogue-details #chart-wrapper {
  max-width: 100%;
}

#catalogue-details #chart-wrapper {
  position: relative;
  height: 300px;
  padding: 0;
  margin: 75px auto 0;
  text-align: center;
}

#catalogue-details #chart-wrapper #progress-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
}

#catalogue-details #chart-wrapper #progress-label small {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(100%, -20%);
  font-size: 2rem;
  right: 0;
}

.catalogue-edition {
  margin-bottom: 40px;
}

.catalogue-edition .course-title {
  flex: 1 1 auto;
}

.catalogue-edition .course-title small {
  margin-top: 10px;
}

.catalogue-edition .course-data {
  position: relative;
  padding-right: 35px;
}

.catalogue-edition .accordion-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  z-index: 1;
}

.catalogue-edition.unsolved a {
  cursor: not-allowed;
}

.catalogue-edition.unsolved a.text-link {
  color: #000000;
  background: none !important;
}

.catalogue-edition.unsolved .course-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  content: " ";
  background-color: rgba(0, 0, 0, 0.3);
}

.catalogue-edition .accordion-btn i {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.catalogue-edition.unsolved .accordion-btn .btn:after,
.catalogue-edition.unsolved .accordion-btn .btn:hover:after,
.catalogue-edition.unsolved .accordion-btn .btn:focus:after,
.catalogue-edition.unsolved .accordion-btn .btn:active:after {
  background-color: #ddd;
}

#catalogue-public-view .sco-wrapper .text-red {
  color: #ddd;
}

@media (max-width: 575px) {
  /* xs */
  .catalogue-edition .course-title {
    margin: 15px 0;
  }
  .catalogue-edition .course-duration {
    margin-bottom: 15px;
  }
  .catalogue-edition .sco-wrapper .page-header {
    padding: 5px 0;
  }
  .catalogue-edition .sco-wrapper #ud-inner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Session Countdown */
#course-banner #course-countdown {
  position: absolute;
  width: 100%;
  bottom: 23%;
}

#course-countdown .time-box {
  background-color: transparent;
  color: #000000;
  text-align: center;
  font-size: 4rem;
  border-radius: 0;
  font-weight: bolder;
  width: 25%;
}

#course-banner .time-box {
  font-size: 8rem;
  width: 20%;
  max-width: 200px;
}

#course-countdown .time-box:first-child {
  border-style: none solid none none;
  border-width: 5px;
  border-color: #004D93;
}

#course-countdown .time-box:last-child {
  border-style: none none none solid;
  border-width: 5px;
  border-color: #004D93;
}

#course-countdown .time-box:not(:first-child, :last-child) {
  border-style: none solid none;
  border-width: 5px;
  border-color: #004D93;
}

#course-countdown .time-box small {
  display: block;
  color: #777777;
  font-size: 25%;
}

@media (max-width: 575px) {
  /* xs */
  #course-banner #course-countdown {
    bottom: 15%;
    width: 80%;
  }
  #course-banner #course-countdown .time-box {
    font-size: 1.25rem;
    border-right: 5px solid #ff4800;
  }
  #course-banner #course-countdown .time-box small {
    font-size: 50%;
  }
  #course-countdown {
    margin-bottom: 2rem;
  }
  #course-banner #course-countdown {
    margin-bottom: 0;
  }
  #course-countdown .time-box {
    font-size: 2rem;
    border-width: 2px !important;
  }
  #course-countdown .time-box small {
    font-size: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* sm */
  #course-banner #course-countdown {
    bottom: 5%;
  }
  #course-countdown {
    margin-bottom: 1.5rem;
  }
  #course-banner #course-countdown {
    margin-bottom: 0;
  }
  #course-countdown .time-box {
    font-size: 2.5rem;
    border-width: 3px !important;
  }
  #course-banner .time-box {
    font-size: 2rem;
  }
  #course-countdown .time-box small {
    font-size: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #course-banner #course-countdown {
    bottom: 5%;
  }
  #course-countdown .time-box {
    font-size: 2.5rem;
    border-width: 3px !important;
  }
  #course-countdown .time-box small {
    font-size: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* lg */
  #course-banner #course-countdown {
    bottom: 15%;
    width: 65%;
  }
  #course-countdown .time-box {
    font-size: 3.25rem;
    border-width: 3px !important;
  }
  #course-banner .time-box {
    font-size: 3.5rem;
  }
  #course-countdown .time-box small {
    font-size: 30%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  /* xl */
  #course-banner #course-countdown {
    bottom: 20%;
    width: 70%;
  }
  #course-countdown .time-box {
    font-size: 3.5rem;
  }
  #course-banner .time-box {
    font-size: 4rem;
  }
}
/* Edition Open */
.edition-open-view #course-banner {
  margin: 0;
  z-index: 10;
  overflow-x: clip;
}

.edition-open-view #course-banner #banner-wrapper {
  position: relative;
}

.edition-open-view #course-banner #course-data {
  color: #000000;
}

.edition-open-view #course-banner #course-title {
  color: #004D93;
}

.edition-open-view #course-banner #course-subtitle span {
  color: #000;
  background-color: transparent;
}

.edition-open-view #course-banner #course-countdown .time-box,
.edition-open-view #course-banner .marquee-item .solid,
.edition-open-view #course-banner #course-countdown .time-box small {
  color: #000000;
}

.edition-open-view #course-banner .marquee-item:nth-child(2n+1) {
  -webkit-text-stroke: 1px #000000;
}

@media (max-width: 767px) {
  .edition-open-view #course-banner #course-title,
  .edition-open-view #course-banner #course-subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edition-open-view #course-banner #course-title,
  .edition-open-view #course-banner #course-subtitle {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .edition-open-view #course-banner #course-title,
  .edition-open-view #course-banner #course-subtitle {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .edition-open-view #course-banner #course-title,
  .edition-open-view #course-banner #course-subtitle {
    font-size: 3.2rem;
    margin-left: 0;
  }
  .edition-open-view #course-banner #course-details {
    font-size: 1.75rem;
    top: 50%;
  }
}
@media (min-width: 1600px) {
  .edition-open-view #course-banner #course-title,
  .edition-open-view #course-banner #course-subtitle {
    font-size: 4rem;
  }
}
/* SCO player */
#one_col.sco-player-wrapper #wrapper {
  margin: 0 auto 0;
  padding: 90px 0 0;
}

#one_col.sco-player-wrapper #footer {
  display: none;
}

#sco-public-nav-menu, #sco-public-course-details {
  filter: none;
}

#sco-public-play #sco-public-nav-menu .fa-home::before {
  content: "\f0c9";
}

#sco-public-play #sco-public-nav-menu.explode .fa-home::before {
  content: "\f00d";
}

#sco-public-play #sco-public-nav-menu,
#sco-public-play .off-canvas-trigger[data-target="#sco-public-nav-menu"],
#sco-public-play #sco-public-course-details {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#sco-public-play .off-canvas-trigger[data-target="#sco-public-nav-menu"] {
  border: 1px solid #000000;
  border-left: none;
  margin-top: -1px;
}

#sco-public-play #sco-public-nav-menu,
#sco-public-play #sco-public-course-details {
  border: 1px solid #000000;
}

#sco-public-play #sco-public-nav-wrapper > a:hover,
#sco-public-play #sco-public-nav-wrapper > a:active,
#sco-public-play #sco-public-nav-wrapper > a:focus {
  background: none;
}

#one_col #wrapper #content-wrapper .container #sco-public-play #sco-public-iframe-wrapper {
  position: relative;
  display: flex;
  margin-bottom: auto;
}

/* Staff */
#course-staff-public-view #course-banner #course-title {
  position: absolute;
  bottom: 20px;
  top: auto;
  right: auto;
  max-width: 70%;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 1.5em;
  border-radius: 0 2px 2px 0;
}

.title-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted var(--primary);
}

.title-tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: var(--primary);
  color: #fff;
  text-align: left;
  border-radius: 0.6rem;
  padding: 5px 5px 5px 5px;
  font-family: inherit;
  font-size: 14px;
  /* Position the tooltip */
  position: absolute;
  z-index: -1 !important;
}

.title-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 0%;
  right: 50%;
  /* To the left of the tooltip */
  margin-top: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--primary) transparent;
}

/*this is the IMPORTANT bit: hover with animation*/
.title-tooltip:hover .tooltiptext {
  visibility: visible;
  animation: tooltipkeys 0.5s 1;
  opacity: 1;
  z-index: 1 !important;
}

@-webkit-keyframes tooltipkeys {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tooltipkeys {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes tooltipkeys {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipkeys {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --primary: #004D93;
  --secondary: #818181;
  --base-font-family: "Montserrat", sans-serif;
  --serif-font-family: "Roboto Slab", serif;
  --font-size: 16px;
  --font-weight: 400;
  --font-style: normal;
  --line-height: 1.5;
  --heading-font-weight: 700;
  --heading-line-height: 1.3;
  --background-color: #ffffff;
  --text-primary: #000000;
  --link-color: #004D93;
  --accent-color: #61CE70;
  --border-color: #474747;
  --placeholder-color: #6F6F76;
  --muted-color: #BFBFBF;
  --error-color: #E02D00;
  --menu-background-color: #004D93;
  --menu-text-primary: #ffffff;
}

h1, h2, h3, h4, h5, h6,
h1.h-heading, h2.h-heading, h3.h-heading, h4.h-heading, h5.h-heading, h6.h-heading {
  font-family: var(--serif-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  padding: 0;
  margin: 0 0 2rem 0;
}

p {
  margin: 0 0 2rem 0;
}

ul.list-bullet-line li {
  position: relative;
  padding: 15px 0 15px 50px;
}

ul.list-bullet-line li:before {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 24px;
  height: 0;
  width: 30px;
  border-bottom: 2px solid #818181;
}

ol {
  list-style-type: none;
  counter-reset: elementcounter;
}
ol li {
  position: relative;
}
ol li:before {
  content: counter(elementcounter, lower-alpha) ") ";
  counter-increment: elementcounter;
  font-family: var(--serif-font-family);
  font-weight: bold;
  color: #818181;
  position: absolute;
  left: -20px;
}

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

.flex-break {
  flex-basis: 100%;
  height: 0;
}

html, body {
  height: 100%;
  min-height: 100%;
  background-color: #FFFFFF;
  font-family: var(--base-font-family);
}

#one_col #wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -175px;
  padding: 90px 0 175px;
  position: relative;
  overflow: hidden;
}
#one_col #content-wrapper {
  padding: 0;
  overflow: hidden;
}
#one_col #header {
  box-shadow: none;
  height: 90px;
  padding-top: 20px;
}
#one_col #header #header-brand img {
  height: 100%;
}
#one_col #header #top-nav {
  font-size: 1.8rem;
}
#one_col #header #header-icons-wrapper {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: -1px;
}
#one_col #header #header-icons-wrapper > .btn {
  padding: 0.375rem 1.5rem;
}
#one_col #header #header-icons-wrapper > .btn span {
  font-weight: 500 !important;
}
#one_col #footer {
  position: relative;
  height: 175px;
  font-size: 0.9rem;
  line-height: 20px;
  overflow: hidden;
  z-index: 150;
  padding: 0;
  border: none !important;
  background-color: transparent;
  color: #000000;
  text-align: left;
}
#one_col #footer #footer-row-wrapper {
  border-top: 10px solid #004D93;
  padding-top: 20px;
}
#one_col #footer #footer-contact-wrapper img {
  margin: 0 10px;
}
#one_col #footer #footer-social-icons {
  margin: 15px 0 20px 0;
}
#one_col #footer .social-icon {
  max-height: 25px;
  width: auto;
  margin: 0 20px 0 0;
  fill: #818181;
}
#one_col #footer .social-icon:hover, #one_col #footer .social-icon:focus, #one_col #footer .social-icon:active {
  fill: #004D93;
}
#one_col #footer a {
  color: #004D93;
}
#one_col #footer a:hover, #one_col #footer a:active, #one_col #footer a:focus, #one_col #footer a.active {
  color: #818181;
}
#one_col .padding-reset {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #one_col .padding-reset {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

#two_cols #header {
  border-bottom: 1px solid #ddd;
}
#two_cols #footer {
  border-top: 1px solid #bbb;
}

@media (max-width: 575px) {
  #one_col #wrapper {
    padding-top: 75px;
    padding-bottom: 300px;
    margin-bottom: -300px;
  }
  #one_col #header {
    height: 75px;
  }
  #one_col #header #header-inner-wrapper {
    text-align: left;
  }
  #one_col #footer {
    height: 300px;
    font-size: 80%;
    line-height: 20px;
    padding: 0;
  }
  #one_col #footer .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #one_col #wrapper {
    padding-bottom: 450px;
    margin-bottom: -450px;
  }
  #one_col #footer {
    height: 450px;
  }
  #one_col #footer #footer-row-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  #one_col #footer #footer-logo-wrapper {
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #one_col #footer #footer-logo-wrapper img {
    height: 50px;
    float: right;
  }
  #one_col #footer #footer-logo-wrapper p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  #one_col #footer #footer-contact-wrapper {
    position: relative;
    height: auto !important;
    z-index: 100;
  }
  #one_col #footer #footer-contact-wrapper img {
    height: 25px;
    margin: 0 10px 0 0;
  }
  #one_col #footer #footer-contact-wrapper ul {
    margin-top: 10px;
  }
  #one_col #footer #footer-contact-wrapper #footer-social-icons {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0;
  }
  #one_col #footer #footer-data-wrapper .footer-img-award {
    width: 80%;
    height: auto;
  }
  #one_col #footer .social-icon {
    margin: 0 auto 10px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) { /* md */
  #one_col #footer #footer-logo-wrapper,
  #one_col #footer #footer-data-wrapper {
    font-size: 90%;
  }
  #one_col #footer #footer-logo-wrapper p {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  #one_col #footer #footer-data-wrapper .col-7 {
    padding-left: 0;
  }
  #one_col #footer #footer-data-wrapper .m-t-20 {
    margin-top: 35px;
  }
}
#one_col .whitebox {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

h4.border-bottom-gray {
  border: none;
}

#mobile-nav {
  top: 0;
  right: -100%;
  left: initial;
}

#mobile-nav #menu-nav-trigger {
  top: 0;
  left: -50px;
  right: initial;
  fill: #000;
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}

#mobile-nav #menu-nav-trigger:focus {
  border-color: transparent;
  background-color: transparent;
}

#mobile-nav.active #menu-nav-trigger {
  left: 5px;
  right: initial;
}

.alert {
  border-radius: 15px;
  border: none;
}

#dashboard-banner-default {
  padding: 3rem 40px 4rem;
  display: flex;
  flex-direction: column;
}

#dashboard-banner-default h5 {
  font-size: 1.5rem;
  margin: 4rem 0 5rem;
}

#dashboard-banner-default #btn-decor {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 10%;
  top: 65%;
  transform: translateY(-50%);
}

.text-circle > svg {
  animation: textCircle 15s linear infinite !important;
}

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

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

.display-7 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.cursor-pointer {
  cursor: pointer;
}

#one_col .modal-header {
  border-bottom: none;
}

#one_col .modal-header .modal-title {
  color: #004D93 !important;
  font-size: 2rem;
  font-style: italic;
}

#one_col .modal-header .modal-title span {
  color: #004D93 !important;
}

#one_col .modal .modal-content > .close {
  display: block;
  width: 30px;
  float: initial;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

#one_col .modal-body {
  padding: 10px 20px;
}

@media (max-width: 375px) { /* xxs */
  body #dashboard-banner-default #btn-decor {
    width: 120px;
    height: 120px;
    right: 15px;
    top: 55%;
  }
}
@media (max-width: 575px) { /* xs */
  #dashboard-banner-default {
    padding: 3rem 20px 4rem;
  }
  #dashboard-banner-default h1 {
    font-size: 2rem;
    font-weight: bold;
  }
  #dashboard-banner-default h5 {
    font-size: 0.9rem;
    margin: 4rem 0 0;
    width: 75%;
  }
  #dashboard-banner-default #btn-decor {
    width: 150px;
    height: 150px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) { /* sm */
  #dashboard-banner-default h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  #dashboard-banner-default h5 {
    font-size: 1rem;
    margin: 5rem 0 0;
    width: 75%;
  }
  #dashboard-banner-default #btn-decor {
    width: 175px;
    height: 175px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) { /* md */
  #dashboard-banner-default h1 {
    font-size: 4rem;
    font-weight: bold;
  }
  #dashboard-banner-default h5 {
    font-size: 1.15rem;
    margin: 5rem 0 1rem;
  }
  #dashboard-banner-default #btn-decor {
    width: 200px;
    height: 200px;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) { /* lg */
  #dashboard-banner-default h1 {
    font-size: 5rem;
    font-weight: bold;
  }
  #dashboard-banner-default h5 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) { /* xl */
  #dashboard-banner-default h1 {
    font-size: 6rem;
    font-weight: bold;
  }
}
#one_col .dynamic_width_wrapper {
  transition: 0.3s;
}

#one_col .hiddenWrapper {
  max-width: 0;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#one_col .fullWidthWrapper {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

@media (max-width: 767px) { /* sm and under */
  #one_col .dynamic_width_wrapper {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  #one_col .hiddenWrapper {
    height: 0;
    overflow: hidden;
  }
}
.text-gray {
  color: #666;
}

.text-serif {
  font-family: var(--serif-font-family);
}

b.text-serif,
strong.text-serif {
  font-family: var(--serif-font-family);
  font-weight: 700;
}

@media (max-width: 767px) {
  .font-sm-small {
    font-size: 1rem;
  }
}
#one_col #header #top-nav {
  margin-top: 15px;
  white-space: nowrap;
}

#one_col #header #top-nav .welcome-msg {
  font-size: 1.5rem;
  margin-right: 15px;
}

#one_col #header #top-nav a {
  margin: 0;
  vertical-align: unset;
  z-index: 1000;
}

#one_col #header #top-nav a.nav-ico {
  background-color: transparent;
  border-radius: 50%;
  height: 35px !important;
  width: 35px !important;
  text-align: center;
  font-size: 1.75rem;
  line-height: 35px !important;
  color: #000000;
}

#one_col #header #top-nav a .fa-bell {
  left: 0;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 1em;
}

#one_col #header #top-nav a.nav-ico.help-dropdown {
  line-height: 40px;
}

#one_col #header #top-nav a.nav-ico.help-dropdown img {
  height: 35px;
  width: auto;
}

#one_col #header #top-nav a.nav-ico:hover,
#one_col #header #top-nav a.nav-ico:active,
#one_col #header #top-nav a.nav-ico.active,
#one_col #header #top-nav a.nav-ico:focus {
  color: #004D93;
}

#one_col #header #top-nav .separator {
  font-size: 2rem;
  margin: 0 10px;
  color: #aaa;
  vertical-align: initial;
}

h4 .btn {
  -webkit-box-shadow: 0 0 0 5px #ffffff;
  -moz-box-shadow: 0 0 0 5px #ffffff;
  -o-box-shadow: 0 0 0 5px #ffffff;
  box-shadow: 0 0 0 5px #ffffff;
}

h4 .btn::after {
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  -o-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
}

#cookie-info-alert {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
#cookie-info-alert .container-fluid > .row, #cookie-info-alert .container-sm > .row, #cookie-info-alert .container-md > .row, #cookie-info-alert .container-lg > .row, #cookie-info-alert .container-xl > .row {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#cookie-info-alert .btn.btn-sm, #cookie-info-alert .btn-group-sm > .btn {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 0;
  border-radius: 10px;
  text-transform: uppercase;
}
#cookie-info-alert .btn.btn-sm span, #cookie-info-alert .btn-group-sm > .btn span {
  display: block;
  position: relative;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
#cookie-info-alert .btn.btn-sm:before, #cookie-info-alert .btn-group-sm > .btn:before, #cookie-info-alert .btn.btn-sm:after, #cookie-info-alert .btn-group-sm > .btn:after {
  content: none;
}
#cookie-info-alert .btn.btn-sm.active span, #cookie-info-alert .btn-group-sm > .btn.active span, #cookie-info-alert .btn.btn-sm:active span, #cookie-info-alert .btn-group-sm > .btn:active span, #cookie-info-alert .btn.btn-sm:focus span, #cookie-info-alert .btn-group-sm > .btn:focus span, #cookie-info-alert .btn.btn-sm:hover span, #cookie-info-alert .btn-group-sm > .btn:hover span {
  background-color: #FFFFFF;
  color: #004D93;
}
#cookie-info-alert .text-muted,
#cookie-info-alert .custom-control-input[disabled] ~ .custom-control-label,
#cookie-info-alert .custom-control-input:disabled ~ .custom-control-label {
  color: #aaaaaa;
}

@media (max-width: 575px) { /* xs */
  #cookie-info-alert .btn-sm, #cookie-info-alert .btn-group-sm > .btn {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    transform: none;
  }
}
#course-banner {
  margin: 0 -15px;
  position: relative;
}

#course-banner #banner-wrapper {
  overflow: hidden;
}

#course-banner #banner-wrapper img {
  min-width: 550px;
  width: 100%;
}

#course-banner #course-data {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 8%;
  right: 25%;
  color: #FFF;
}

#course-banner #course-title {
  position: initial;
  width: auto;
  background-color: transparent;
  margin-left: 15px;
  font-size: 5rem;
}

#course-banner #course-subtitle {
  display: inline-block;
  font-size: 5rem;
  line-height: 1.3;
}

#course-banner #course-subtitle span {
  color: #000;
  background-color: #FFF;
  padding: 0 5px;
  white-space: pre-wrap;
}

#course-banner #course-details {
  position: absolute;
  top: 40%;
  font-size: 2.5rem;
}

hr.date-separator {
  display: inline-block;
  border: none;
  border-top: 2px solid #004D93;
  width: 25px;
  vertical-align: middle;
}

#course-banner #register-top {
  position: absolute;
  z-index: 200;
  bottom: 20%;
  left: 80%;
  width: 200px;
  height: 200px;
  line-height: 180px;
  font-size: 1.75rem;
  font-weight: bold;
  background-color: transparent;
}

#course-banner .marquee {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 1rem 0;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}

#course-banner .marquee-item {
  display: flex;
  transition: color 0.2s, -webkit-text-stroke 0.2s;
}

#course-banner .marquee-item:nth-child(2n+1) {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}

#course-banner .marquee-item .solid {
  color: #ffffff;
}

.edition-open-view .tab-content,
.edition-public .tab-content {
  font-size: 1.5rem;
}

.edition-open-view ul.nav.nav-tabs.nav-tabs-underline,
.edition-public ul.nav.nav-tabs.nav-tabs-underline {
  border-bottom: 1px solid #000;
  margin: 50px -15px 30px 0;
}

.edition-public #sco-progress-wrapper {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
}

.edition-public #sco-play-button {
  position: relative;
  z-index: 100;
}

@media (max-width: 575px) {
  /* xs */
  #course-banner #course-title {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-left: 5px;
  }
  #course-banner #course-subtitle {
    font-size: 1.6rem;
    padding: 0 5px 2px;
  }
  #course-banner #course-data {
    right: 8%;
    top: 0;
  }
  #course-banner #course-details {
    font-size: 1rem;
    top: 55%;
    left: 15px;
  }
  hr.date-separator {
    width: 15px;
  }
  #course-banner #register-top {
    width: 100px;
    height: 100px;
    line-height: 90px;
    font-size: 1.25rem;
    bottom: -5%;
    left: 70%;
  }
  #course-banner .marquee {
    font-size: 2rem;
    padding: 0;
    bottom: -45px;
    z-index: 100;
  }
  #course-banner .marquee-item:nth-child(2n+1) {
    -webkit-text-stroke: 1px #000;
    color: transparent;
  }
  #course-banner .marquee-item .solid {
    color: #000;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* sm */
  #course-banner #course-title {
    font-size: 2rem;
    margin-bottom: 0;
    margin-left: 5px;
  }
  #course-banner #course-subtitle {
    font-size: 2rem;
    padding: 0 5px 2px;
  }
  #course-banner #course-data {
    right: 8%;
    top: 0;
  }
  #course-banner #course-details {
    font-size: 1.25rem;
    top: 53%;
    left: 0;
  }
  hr.date-separator {
    width: 15px;
  }
  #course-banner #register-top {
    width: 125px;
    height: 125px;
    line-height: 110px;
    font-size: 1.5rem;
    bottom: -25%;
  }
  #course-banner .marquee {
    font-size: 2rem;
    padding: 0;
    bottom: -45px;
    z-index: 100;
  }
  #course-banner .marquee-item:nth-child(2n+1) {
    -webkit-text-stroke: 1px #000;
    color: transparent;
  }
  #course-banner .marquee-item .solid {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #course-banner #course-title {
    font-size: 2.5rem;
    margin-bottom: 0;
    margin-left: 5px;
  }
  #course-banner #course-subtitle {
    font-size: 2.5rem;
    padding: 0 5px 2px;
  }
  #course-banner #course-data {
    right: 8%;
    top: 0;
  }
  #course-banner #course-details {
    font-size: 1.5rem;
    top: 44.5%;
    left: 0;
  }
  hr.date-separator {
    width: 15px;
  }
  #course-banner #register-top {
    width: 150px;
    height: 150px;
    line-height: 131px;
    font-size: 1.75rem;
    bottom: -20%;
  }
  #course-banner .marquee {
    font-size: 2rem;
    padding: 0;
    bottom: -45px;
    z-index: 100;
  }
  #course-banner .marquee-item:nth-child(2n+1) {
    -webkit-text-stroke: 1px #000;
    color: transparent;
  }
  #course-banner .marquee-item .solid {
    color: #000;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* lg */
  #course-banner #course-title {
    font-size: 3.25rem;
    margin-bottom: 0;
    margin-left: 5px;
  }
  #course-banner #course-subtitle {
    font-size: 3.25rem;
    padding: 0 5px 2px;
  }
  #course-banner #course-data {
    right: 8%;
    top: 0;
  }
  #course-banner #course-details {
    font-size: 1.5rem;
    top: 44.5%;
    left: 0;
  }
  hr.date-separator {
    width: 15px;
  }
  #course-banner #register-top {
    width: 150px;
    height: 150px;
    line-height: 131px;
    font-size: 1.75rem;
    bottom: 13%;
    left: 60%;
  }
  #course-banner .marquee {
    font-size: 2.5rem;
    padding: 0;
    bottom: 10px;
    z-index: 100;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  /* xl */
  #course-banner #course-data {
    top: 6%;
  }
  #course-banner #course-title {
    font-size: 4.25rem;
  }
  #course-banner #course-subtitle {
    font-size: 4.25rem;
  }
  #course-banner #course-details {
    font-size: 2rem;
    top: 50%;
  }
  #course-banner .marquee {
    font-size: 4.5rem;
    padding: 0.5rem 0;
  }
  #course-banner #register-top {
    bottom: 13%;
    left: 78%;
    width: 160px;
    height: 160px;
    line-height: 141px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1601px) {
  /* xxl */
  #course-banner #course-subtitle {
    white-space: nowrap;
  }
  #course-banner #course-details {
    white-space: nowrap;
  }
}
/* E-Learning custom classes */
#elearning-pub-view #course-banner #course-data {
  top: 6%;
}

#elearning-pub-view #course-banner #course-title {
  display: table;
  margin-left: 0;
  padding: 0 15px;
  /*background-color: rgba(255,255,255,1);*/
  color: #FFFFFF;
}

#elearning-pub-view #course-banner #course-subtitle {
  margin-top: 5px;
  background-color: rgb(255, 255, 255);
}

#elearning-pub-view #course-banner #banner-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#elearning-pub-view .tab-content {
  font-size: 1.3rem;
}

#catalogue-wrapper {
  font-size: 2rem;
}

@media (max-width: 991px) { /* md */
  #catalogue-wrapper {
    font-size: 1.2rem;
  }
}
/* SCO button classes */
.edition-public #sco-round-button {
  position: relative;
  width: 250px;
  height: 250px;
}

.edition-public #sco-progress-wrapper {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
}

.edition-public #sco-round-button #sco-play-button {
  display: block;
  margin: auto;
  top: 25px;
}

.edition-public #sco-play-button {
  position: relative;
  z-index: 100;
}

#banner-sco-btn {
  display: block;
  position: absolute;
  left: 70%;
  bottom: 20%;
}

#banner-sco-btn #sco-round-button::after {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
}

/* Course Panels */
#one_col .post-bubble {
  border: 1px solid #888888;
  background-color: transparent;
}

#one_col .post-bubble .post-arrow {
  display: none;
}

#one_col .resource-item {
  border: 1px solid #888888;
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 10px 10px 60px;
}

#one_col .resource-item .resource-item-icon {
  border-radius: 50%;
  border: 1px solid #888888;
  background-color: transparent;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}

/* nav tabs */
ul.nav.nav-tabs.nav-tabs-underline {
  border-bottom: 1px solid #000;
}
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception) {
  border: none;
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  bottom: -1px;
}
ul.nav.nav-tabs.nav-tabs-underline li.active a:not(.btn-exception),
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception).active,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):hover,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):focus,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):active {
  padding: 10px 15px 7px;
  color: #000;
  border: none;
}
ul.nav.nav-tabs.nav-tabs-underline li.active a:not(.btn-exception):after,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception).active:after,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):hover:after,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):focus:after,
ul.nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception):active:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 25%;
  right: 25%;
  height: 5px;
  background-color: #004D93;
  border-radius: 5px;
}

.nav.nav-tabs li a,
.nav.nav-pills li a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav.nav-tabs.nav-tabs-underline li a:not(.btn-exception) {
    font-size: 1.6rem;
  }
}
/* Signup modal */
#edition-open-signup-header {
  font-size: 2rem;
  padding: 10px;
  height: 100px;
  line-height: 75px;
}

#edition-open-signup-header #signup-logo {
  width: 200px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 0;
}

#edition-open-signup {
  padding: 10px 30px;
}

@media (max-width: 991px) {
  #edition-open-signup-header {
    height: auto;
    margin-bottom: -20px;
  }
  #edition-open-signup {
    padding: 10px 10px;
  }
  #edition-open-signup form {
    margin-top: 0 !important;
  }
  #edition-open-signup-header #signup-logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: auto;
  }
}
/* Catalogue */
#one_col .course-item .course-excerpt,
#one_col .course-item .course-excerpt ul.course-details,
#one_col #catalogue-public-view .sco-wrapper,
#one_col #catalogue-public-view .sco-wrapper .page-header {
  border: none !important;
}

#one_col #catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li.edition-controls {
  padding: 0 5px;
}

#one_col #catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li.edition-controls a {
  padding: 6px 10px;
}

#one_col #catalogue-public-view .course-catalogue-item .course-excerpt ul.course-details li {
  padding: 10px 5px;
}

/* Player */
#one_col.sco-player-wrapper #wrapper {
  display: flex;
  min-height: auto;
  height: 100%;
}

#one_col.sco-player-wrapper #wrapper #content-wrapper,
#one_col.sco-player-wrapper #wrapper #content-wrapper .container,
#one_col #wrapper #content-wrapper .container #sco-public-play {
  height: auto;
  min-height: 100%;
  width: 100%;
  display: flex;
}

#one_col.sco-player-wrapper #wrapper #content-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

#one_col #wrapper #content-wrapper .container #sco-public-play {
  margin-left: 0;
  margin-right: 0;
  padding: 0 45px;
}

#one_col #wrapper #sco-unavailable {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#one_col.sco-player-wrapper .lines {
  display: none;
}

/*@media screen and (min-width: 1200px) and (orientation: landscape) {
  #one_col #wrapper #content-wrapper .container #sco-public-play {margin-left: 0;margin-right: 0;}
}*/
/* User Dashboard */
#one_col .container {
  width: 100%;
  max-width: 1800px;
  padding: 0 1rem;
}

#user-dashboard {
  padding: 10px 0;
}

#user-details .btn-block {
  text-transform: lowercase;
}

#user-view-nav li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  position: relative;
  transition: all 0.2s;
  padding-left: 0;
}

#user-view-nav li a:hover,
#user-view-nav li a:focus,
#user-view-nav li a:active,
#user-view-nav li a.active {
  color: var(--primary);
  background-color: transparent;
}

#user-view-nav li a.active {
  font-weight: 800;
}

#user-pic {
  aspect-ratio: 1;
  display: flex;
  position: relative;
}

#user-pic #user-pic-init {
  display: flex;
  margin: auto;
  overflow: hidden;
}

#user-pic #user-pic-overlay {
  display: none;
  transition: all 0.2s;
}

#user-pic:hover #user-pic-overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 100;
}

#user-pic:hover #user-pic-overlay:after {
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  font-size: 4.5em;
  color: #ffffff;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1350px) {
  #user-pic #user-pic-init {
    font-size: 5.5rem;
  }
}
@media (max-width: 991px) or (min-width: 1351px) {
  #user-pic #user-pic-init {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  #user-view-nav li a.active {
    padding-left: 1.75rem;
  }
  #user-view-nav li a.active::before {
    transform: scaleX(1);
  }
  #user-view-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.25rem;
    height: 2px;
    margin-top: -1px;
    transform: scaleX(0);
    transform-origin: left center;
    background-color: var(--text-primary);
    transition: all 0.2s;
  }
}
@media (max-width: 575px) { /* xs */
  #one_col #dashboard-course-carousel-showmore {
    top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) { /* xl */
  #one_col .container {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1801px) {
  #one_col .container {
    margin: 0 auto;
  }
}
#one_col .alert-list {
  font-size: 1.1rem;
}

#one_col .alert.alert-warning {
  color: #000000 !important;
}

#one_col .alert.alert-warning a {
  color: #004D93;
  border-bottom: none;
}

#one_col #dashboard-course-carousel-showmore {
  position: relative;
  z-index: 10;
}

#desktop-menu {
  margin-left: 40px;
  margin-top: 8px;
}
#desktop-menu a {
  text-decoration: none;
  margin: auto 10px;
  font-weight: bold;
  color: #818181;
  transition: color 0.4s;
}
#desktop-menu a.active, #desktop-menu a:active, #desktop-menu a:focus, #desktop-menu a:hover {
  color: #004D93;
  background: none;
}
#desktop-menu a.active {
  font-weight: bold;
}

#home-learning-channels .learning-channel-title {
  text-align: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#home-learning-channels .learning-channel-item:hover .learning-channel-title,
#home-learning-channels .learning-channel-item:focus .learning-channel-title,
#home-learning-channels .learning-channel-item:active .learning-channel-title {
  color: #818181;
}

/* Header Search Form */
#header-search {
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}

/*#header-search::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  color: #aaaaaa;
  font-style: normal;
  font-weight: 900;
  content: "\f002";
}
#header-search input {
  padding-right: 20px;
}*/
@media (max-width: 575px) { /* xs */
  #header-search {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    margin-right: 0;
    background-color: #fff;
  }
  #header-search input {
    width: 100% !important;
  }
  #header-search-trigger,
  #header-search-trigger:hover,
  #header-search-trigger:active,
  #header-search-trigger:focus {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #000000;
  }
}
@media (min-width: 576px) { /* non-xs */
  #header-search {
    display: inline-flex;
    width: 0;
  }
  #header-search .form-control {
    width: 300px !important;
  }
  #header-search.show {
    width: 300px;
  }
}
/* Header Icons */
#header-icons-wrapper .badge.badge-top-right {
  position: absolute;
  right: -5px;
  top: -3px;
  font-size: 90%;
}

@media (max-width: 575px) { /* non-xs */
  #header-icons-wrapper .fa-xl {
    font-size: 1.25rem;
    line-height: 0.75rem;
  }
  #header-icons-wrapper .badge.badge-top-right {
    top: -5px;
  }
  #header-icons-wrapper .b00tton-primary {
    padding: 0.25rem 0.75rem;
  }
  #header-icons-wrapper .b00tton-primary span {
    font-size: 1.2rem;
    line-height: 1;
  }
}
/* Signup-Login */
.tab-controls h3 a,
#signup-register-header h3 a {
  background: none;
}
.tab-controls h3 a.active,
#signup-register-header h3 a.active {
  font-size: 150%;
}

/* Admin */
/*#two_cols .whitebox {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #bcbcbc;
}*/
#one_col.homepage #content-wrapper .container {
  position: relative;
}

#one_col.homepage #main_alert_wrapper {
  position: absolute;
  z-index: 9999;
  top: 1.25rem;
  left: 1rem;
  right: 1rem;
}

@media (max-width: 575px) { /* xs */
  #one_col.homepage #main_alert_wrapper {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) { /* sm */
  #one_col.homepage #main_alert_wrapper {
    left: 50%;
  }
}
#two_cols .whitebox,
#two_cols .breadcrumb,
#two_cols .grid-view {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 77, 147, 0.3);
  border-radius: 3px;
}
#two_cols a:not(.btn, .link-unstyled, .nav-link).text-link {
  color: #818181;
}
#two_cols h1 i, #two_cols h2 i, #two_cols h3 i, #two_cols h4 i, #two_cols h5 i, #two_cols h6 i {
  color: #61CE70;
}
#two_cols h1 a > i, #two_cols h2 a > i, #two_cols h3 a > i, #two_cols h4 a > i, #two_cols h5 a > i, #two_cols h6 a > i {
  color: inherit;
}
#two_cols .btn {
  border-radius: 3px;
}
#two_cols .btn.btn-default {
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  box-shadow: none !important;
}
#two_cols .btn.btn-default i {
  color: #4e4e4e;
}
#two_cols .btn.btn-default:hover, #two_cols .btn.btn-default:focus, #two_cols .btn.btn-default:active, #two_cols .btn.btn-default.active {
  background-color: #4e4e4e;
  color: #FFFFFF;
}
#two_cols .btn.btn-default:hover i, #two_cols .btn.btn-default:focus i, #two_cols .btn.btn-default:active i, #two_cols .btn.btn-default.active i {
  color: #61CE70;
}
#two_cols #header a:hover,
#two_cols #header a:active,
#two_cols #header a:focus,
#two_cols #header a.active {
  background-size: 0 !important;
}
#two_cols #header #header-platform .text-primary {
  color: #818181 !important;
}
#two_cols #sidebar-wrapper {
  background-color: #4e4e4e;
}
#two_cols #sidebar-wrapper .sidebar-first-level-link > i:first-child {
  color: #61CE70;
}
#two_cols .form-control:not(.dropdown) {
  border-radius: 3px;
  margin-bottom: 0;
  border: 1px solid #ced4da;
}
#two_cols .btn.dropdown-toggle {
  border: 1px solid #ced4da;
  background-color: transparent;
}

/*# sourceMappingURL=lb4_admin.css.map */
