@charset "UTF-8";
/*! Themestr.app `Herbie` Bootstrap 4.3.1 theme */
@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Crete+Round:200,300,400,700);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #083358;
  --secondary: #F67280;
  --success: #0074E4;
  --info: #74DBEF;
  --warning: #FC3C3C;
  --danger: #FF4057;
  --light: #F2F2F0;
  --dark: #072247;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8d8f7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ab7f1;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d8f5fb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b7ecf7;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #083358;
  border-color: #083358;
}
.btn-primary:hover {
  color: #fff;
  background-color: #051f35;
  border-color: #041829;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #051f35;
  border-color: #041829;
  box-shadow: 0 0 0 0.2rem rgba(45, 82, 113, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #083358;
  border-color: #083358;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #041829;
  border-color: #03111e;
}
.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(45, 82, 113, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #F67280;
  border-color: #F67280;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #f44e60;
  border-color: #f34255;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #f44e60;
  border-color: #f34255;
  box-shadow: 0 0 0 0.2rem rgba(214, 102, 115, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #F67280;
  border-color: #F67280;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f34255;
  border-color: #f2364a;
}
.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(214, 102, 115, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #0074E4;
  border-color: #0074E4;
}
.btn-success:hover {
  color: #fff;
  background-color: #0061be;
  border-color: #005ab1;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0061be;
  border-color: #005ab1;
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 232, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0074E4;
  border-color: #0074E4;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005ab1;
  border-color: #0054a4;
}
.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(38, 137, 232, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #74DBEF;
  border-color: #74DBEF;
}
.btn-info:hover {
  color: #212529;
  background-color: #52d2eb;
  border-color: #46cfea;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #52d2eb;
  border-color: #46cfea;
  box-shadow: 0 0 0 0.2rem rgba(104, 192, 209, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #74DBEF;
  border-color: #74DBEF;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #46cfea;
  border-color: #3bcce8;
}
.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(104, 192, 209, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FC3C3C;
  border-color: #FC3C3C;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fb1616;
  border-color: #fb0a0a;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fb1616;
  border-color: #fb0a0a;
  box-shadow: 0 0 0 0.2rem rgba(252, 89, 89, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #FC3C3C;
  border-color: #FC3C3C;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fb0a0a;
  border-color: #f40404;
}
.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(252, 89, 89, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #FF4057;
  border-color: #FF4057;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1a35;
  border-color: #ff0d2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff1a35;
  border-color: #ff0d2a;
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 112, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #FF4057;
  border-color: #FF4057;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0d2a;
  border-color: #ff001f;
}
.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(255, 93, 112, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F2F2F0;
  border-color: #F2F2F0;
}
.btn-light:hover {
  color: #212529;
  background-color: #e0e0dc;
  border-color: #dadad5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e0e0dc;
  border-color: #dadad5;
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 210, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F2F2F0;
  border-color: #F2F2F0;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dadad5;
  border-color: #d4d4ce;
}
.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(211, 211, 210, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #072247;
  border-color: #072247;
}
.btn-dark:hover {
  color: #fff;
  background-color: #041124;
  border-color: #020c19;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #041124;
  border-color: #020c19;
  box-shadow: 0 0 0 0.2rem rgba(44, 67, 99, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #072247;
  border-color: #072247;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #020c19;
  border-color: #01060d;
}
.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(44, 67, 99, 0.5);
}

.btn-outline-primary {
  color: #083358;
  border-color: #083358;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #083358;
  border-color: #083358;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 51, 88, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #083358;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #083358;
  border-color: #083358;
}
.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(8, 51, 88, 0.5);
}

.btn-outline-secondary {
  color: #F67280;
  border-color: #F67280;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #F67280;
  border-color: #F67280;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 128, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #F67280;
  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: #212529;
  background-color: #F67280;
  border-color: #F67280;
}
.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(246, 114, 128, 0.5);
}

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

.btn-outline-info {
  color: #74DBEF;
  border-color: #74DBEF;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #74DBEF;
  border-color: #74DBEF;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 219, 239, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #74DBEF;
  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: #212529;
  background-color: #74DBEF;
  border-color: #74DBEF;
}
.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(116, 219, 239, 0.5);
}

.btn-outline-warning {
  color: #FC3C3C;
  border-color: #FC3C3C;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FC3C3C;
  border-color: #FC3C3C;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 60, 60, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FC3C3C;
  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: #fff;
  background-color: #FC3C3C;
  border-color: #FC3C3C;
}
.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(252, 60, 60, 0.5);
}

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

.btn-outline-light {
  color: #F2F2F0;
  border-color: #F2F2F0;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F2F2F0;
  border-color: #F2F2F0;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 240, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F2F2F0;
  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: #F2F2F0;
  border-color: #F2F2F0;
}
.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(242, 242, 240, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #083358;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #041829;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 51, 88, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #F67280;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #f34255;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 128, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #0074E4;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #005ab1;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 228, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #74DBEF;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #46cfea;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 219, 239, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #FC3C3C;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #fb0a0a;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 60, 60, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #FF4057;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff0d2a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 87, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #F2F2F0;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dadad5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 240, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #072247;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #020c19;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 34, 71, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #041b2e;
  background-color: #ced6de;
  border-color: #bac6d0;
}
.alert-primary hr {
  border-top-color: #abb9c6;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #803b43;
  background-color: #fde3e6;
  border-color: #fcd8db;
}
.alert-secondary hr {
  border-top-color: #fac0c5;
}
.alert-secondary .alert-link {
  color: #5d2b31;
}

.alert-success {
  color: #003c77;
  background-color: #cce3fa;
  border-color: #b8d8f7;
}
.alert-success hr {
  border-top-color: #a1cbf4;
}
.alert-success .alert-link {
  color: #002244;
}

.alert-info {
  color: #3c727c;
  background-color: #e3f8fc;
  border-color: #d8f5fb;
}
.alert-info hr {
  border-top-color: #c1eff9;
}
.alert-info .alert-link {
  color: #2b525a;
}

.alert-warning {
  color: #831f1f;
  background-color: #fed8d8;
  border-color: #fec8c8;
}
.alert-warning hr {
  border-top-color: #feafaf;
}
.alert-warning .alert-link {
  color: #5a1515;
}

.alert-danger {
  color: #85212d;
  background-color: #ffd9dd;
  border-color: #ffcad0;
}
.alert-danger hr {
  border-top-color: #ffb1b9;
}
.alert-danger .alert-link {
  color: #5c171f;
}

.alert-light {
  color: #7e7e7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #646464;
}

.alert-dark {
  color: #041225;
  background-color: #cdd3da;
  border-color: #bac1cb;
}
.alert-dark hr {
  border-top-color: #abb4c0;
}
.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: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #041b2e;
  background-color: #bac6d0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #041b2e;
  background-color: #abb9c6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #041b2e;
  border-color: #041b2e;
}

.list-group-item-secondary {
  color: #803b43;
  background-color: #fcd8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #803b43;
  background-color: #fac0c5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #803b43;
  border-color: #803b43;
}

.list-group-item-success {
  color: #003c77;
  background-color: #b8d8f7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #003c77;
  background-color: #a1cbf4;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #003c77;
  border-color: #003c77;
}

.list-group-item-info {
  color: #3c727c;
  background-color: #d8f5fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #3c727c;
  background-color: #c1eff9;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #3c727c;
  border-color: #3c727c;
}

.list-group-item-warning {
  color: #831f1f;
  background-color: #fec8c8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #831f1f;
  background-color: #feafaf;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #831f1f;
  border-color: #831f1f;
}

.list-group-item-danger {
  color: #85212d;
  background-color: #ffcad0;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #85212d;
  background-color: #ffb1b9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #85212d;
  border-color: #85212d;
}

.list-group-item-light {
  color: #7e7e7d;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e7e7d;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7e7e7d;
  border-color: #7e7e7d;
}

.list-group-item-dark {
  color: #041225;
  background-color: #bac1cb;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #041225;
  background-color: #abb4c0;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #041225;
  border-color: #041225;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: 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: "Nunito";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  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: text-bottom;
  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;
  }
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #ADB5BD;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

/** @TODO: use JS Toolkit to create individual SASS files for
***        existing PS components
**/
.b-form-input[type=password] {
  letter-spacing: 8px;
  font-weight: 700;
}

.b-modal--visible {
  display: block;
}
.b-modal__content {
  background-color: #fff;
  max-height: calc(100% - 3.5rem );
  overflow: auto;
}
.b-modal__header {
  background-color: rgba(0, 0, 0, 0.03);
}
.b-modal__header__content {
  color: #083358;
  font-size: 21px;
}
.b-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.b-modal__overlay--collapsible {
  cursor: pointer;
}

.b-spinner {
  font-size: inherit;
}

.b-button {
  cursor: pointer;
  position: relative;
}
.b-button:focus {
  outline: 0;
}
.b-button__spinner {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.b-button--disabled, .b-button--deferred, .b-button--idled {
  cursor: default;
}
.b-button--disabled:focus, .b-button--deferred:focus, .b-button--idled:focus {
  outline: 0;
}
.b-button--deferred .b-button__inner {
  visibility: hidden;
}
.b-button .b-icon::before {
  line-height: 1.5;
}

.b-icon-button {
  transition: color 0.2s;
  position: relative;
  transition: color 150ms ease-in-out;
}
.b-icon-button__inner {
  z-index: 1;
  position: relative;
}
.b-icon-button::before {
  left: -10px;
  right: -10px;
  top: -6px;
  bottom: -6px;
  border-radius: 5px;
  position: absolute;
  transition: background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.b-icon-button--overlay::before {
  content: "";
}
.b-icon-button--level-1:hover::before {
  background-color: #F8F9FA;
}
.b-icon-button--level-2::before {
  background-color: #F8F9FA;
}
.b-icon-button--level-2:hover::before {
  background-color: #dae0e5;
}
.b-icon-button--enabled, .b-icon-button--muted, .b-icon-button--idled {
  cursor: pointer;
}
.b-icon-button--enabled:focus, .b-icon-button--muted:focus, .b-icon-button--idled:focus {
  outline: 0;
}
.b-icon-button--enabled.b-icon-button--warning, .b-icon-button--muted.b-icon-button--warning, .b-icon-button--idled.b-icon-button--warning {
  color: #FC3C3C;
}
.b-icon-button--enabled.b-icon-button--success, .b-icon-button--muted.b-icon-button--success, .b-icon-button--idled.b-icon-button--success {
  color: #0074E4;
}
.b-icon-button--enabled.b-icon-button--danger, .b-icon-button--muted.b-icon-button--danger, .b-icon-button--idled.b-icon-button--danger {
  color: #FF4057;
}
.b-icon-button--enabled.b-icon-button--info, .b-icon-button--muted.b-icon-button--info, .b-icon-button--idled.b-icon-button--info {
  color: #74DBEF;
}
.b-icon-button--enabled.b-icon-button--primary, .b-icon-button--muted.b-icon-button--primary, .b-icon-button--idled.b-icon-button--primary {
  color: #083358;
}
.b-icon-button--enabled.b-icon-button--secondary, .b-icon-button--muted.b-icon-button--secondary, .b-icon-button--idled.b-icon-button--secondary {
  color: #F67280;
}
.b-icon-button--enabled.b-icon-button--dark, .b-icon-button--muted.b-icon-button--dark, .b-icon-button--idled.b-icon-button--dark {
  color: #212529;
}
.b-icon-button--enabled.b-icon-button--warning:hover, .b-icon-button--muted.b-icon-button--warning:hover {
  color: #fb0a0a;
}
.b-icon-button--enabled.b-icon-button--success:hover, .b-icon-button--muted.b-icon-button--success:hover {
  color: #005ab1;
}
.b-icon-button--enabled.b-icon-button--danger:hover, .b-icon-button--muted.b-icon-button--danger:hover {
  color: #ff0d2a;
}
.b-icon-button--enabled.b-icon-button--info:hover, .b-icon-button--muted.b-icon-button--info:hover {
  color: #46cfea;
}
.b-icon-button--enabled.b-icon-button--primary:hover, .b-icon-button--muted.b-icon-button--primary:hover {
  color: #041829;
}
.b-icon-button--enabled.b-icon-button--secondary:hover, .b-icon-button--muted.b-icon-button--secondary:hover {
  color: #f34255;
}
.b-icon-button--enabled.b-icon-button--dark:hover, .b-icon-button--muted.b-icon-button--dark:hover {
  color: #0a0c0d;
}
.b-icon-button--enabled.b-icon-button:active::before, .b-icon-button--enabled.b-icon-button--active::before, .b-icon-button--muted.b-icon-button:active::before, .b-icon-button--muted.b-icon-button--active::before {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.b-icon-button--idled:hover {
  cursor: default;
}
.b-icon-button--idled:hover:focus {
  outline: 0;
}
.b-icon-button--disabled, .b-icon-button--deferred {
  cursor: default;
}
.b-icon-button--disabled:focus, .b-icon-button--deferred:focus {
  outline: 0;
}
.b-icon-button--disabled.b-icon-button--warning, .b-icon-button--deferred.b-icon-button--warning {
  color: #fd8787;
}
.b-icon-button--disabled.b-icon-button--success, .b-icon-button--deferred.b-icon-button--success {
  color: #329aff;
}
.b-icon-button--disabled.b-icon-button--danger, .b-icon-button--deferred.b-icon-button--danger {
  color: #ff8d9a;
}
.b-icon-button--disabled.b-icon-button--info, .b-icon-button--deferred.b-icon-button--info {
  color: #b9edf7;
}
.b-icon-button--disabled.b-icon-button--primary, .b-icon-button--deferred.b-icon-button--primary {
  color: #0e5c9e;
}
.b-icon-button--disabled.b-icon-button--secondary, .b-icon-button--deferred.b-icon-button--secondary {
  color: #fbbac1;
}
.b-icon-button--disabled.b-icon-button--dark, .b-icon-button--deferred.b-icon-button--dark {
  color: #434b53;
}

.b-fieldset {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: calc( 16px + 0.5rem );
  background-color: inherit;
}
.b-fieldset__legend {
  position: absolute;
  top: 0;
  font-size: "Crete Round";
  font-weight: 500;
  color: #6C757D;
  line-height: 1.2;
  margin: -0.5rem 0 0;
  padding-left: 8px;
  padding-right: 8px;
  background-color: inherit;
}

.phylo-config-form__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.phylo-config-form__group {
  margin-bottom: 24px;
}
.phylo-config-form .b-fieldset {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.phylo-config-form__col {
  width: 50%;
}
.phylo-config-form__col:first-child {
  padding-right: 8px;
}
.phylo-config-form__col:last-child {
  padding-left: 8px;
}
.phylo-config-form__submit {
  text-align: center;
}

.b-tabs .nav-item:first-child {
  margin-left: 16px;
}
.b-tabs .nav-item:last-child {
  margin-right: 16px;
}

.b-ripple {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.b-ripple:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10%);
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
  transform: scale(10);
}
.b-ripple:active:after {
  transform: scale(0);
  opacity: 0.2;
  transition: transform 0s, opacity 0s;
}
.b-ripple--primary:after {
  background-image: radial-gradient(circle, #083358 10%, transparent 10%);
}
.b-ripple--secondary:after {
  background-image: radial-gradient(circle, #F67280 10%, transparent 10%);
}
.b-ripple--success:after {
  background-image: radial-gradient(circle, #0074E4 10%, transparent 10%);
}
.b-ripple--info:after {
  background-image: radial-gradient(circle, #74DBEF 10%, transparent 10%);
}
.b-ripple--warning:after {
  background-image: radial-gradient(circle, #FC3C3C 10%, transparent 10%);
}
.b-ripple--danger:after {
  background-image: radial-gradient(circle, #FF4057 10%, transparent 10%);
}
.b-ripple--light:after {
  background-image: radial-gradient(circle, #F2F2F0 10%, transparent 10%);
}
.b-ripple--dark:after {
  background-image: radial-gradient(circle, #072247 10%, transparent 10%);
}
.b-ripple--disabled:after, .b-ripple--deferred:after, .b-ripple--muted:after {
  content: none;
}

.b-preloader {
  width: 100%;
  height: 100%;
}
.b-preloader__spinner {
  position: absolute;
  font-size: 6px;
  height: 100px;
  width: 100px;
  top: calc( 50% - 50px );
  left: calc( 50% - 50px );
}

.b-context-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 4;
  background-color: transparent;
}
.b-context-menu__inner {
  position: fixed;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 1px solid #F8F9FA;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.25rem;
  min-width: 280px;
}

.b-context-menu-item {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 15px;
}
.b-context-menu-item:focus {
  outline: 0;
}
.b-context-menu-item--disabled, .b-context-menu-item--deferred, .b-context-menu-item--idled {
  cursor: default;
  color: #6c757d;
}
.b-context-menu-item--disabled:focus, .b-context-menu-item--deferred:focus, .b-context-menu-item--idled:focus {
  outline: 0;
}
.b-context-menu-item--enabled:hover, .b-context-menu-item--muted:hover {
  background-color: #f8f9fa;
}

.b-button-group--no-collapse .btn:not(:first-child) {
  margin-left: calc( 2px / 2 );
}
.b-button-group--no-collapse .btn:not(:last-child) {
  margin-right: calc( 2px / 2 );
}

.echarts-for-react {
  height: 300px;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: inherit;
}

::-moz-focus-inner {
  border: 0;
}

body {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: 0;
}

ul {
  list-style: none;
}

html {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}
.form-group__label {
  padding-bottom: 4px;
}
.form-group__label label {
  font-weight: 600;
}
.form-group__label--sub {
  color: #343A40;
  font-size: 14px;
}
.form-group__field .form-group__error,
.form-group__field .form-group__success {
  position: absolute;
  overflow: hidden;
}
.form-group__field .form-group__error--obtrusive,
.form-group__field .form-group__success--obtrusive {
  position: static;
  overflow: initial;
}

.form-group--error label {
  color: #FF4057;
}
.form-group--error .b-form-input {
  border-color: #FF4057;
}
.form-group--error .b-form-input:focus, .form-group--error .b-form-input:active {
  border-color: #FF4057;
  box-shadow: 0 0 0 1px #FF4057;
}

.form-group__error, .form-group__success, .form-group__warning {
  padding-top: 2px;
  font-size: 12px;
  padding-left: 0.75rem;
}
.form-group__error {
  color: #FF4057;
}
.form-group__success {
  color: #0074E4;
}
.form-group__warning {
  color: #FC3C3C;
}

.form-input--address {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
  background-position: right calc(0.375em + 0.1875rem) center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
}

.custom-select:disabled[readonly],
.form-control[readonly] {
  background-color: #fff;
  color: #6c757d;
  border-style: dashed;
}

.input-with-autocomplete .completions {
  position: fixed;
  max-height: 300px;
  overflow-y: scroll;
  width: 300px;
  top: 50px;
}

.with-icon-font {
  font-family: ForkAwesome, "Nunito";
}

.nav.nav-tabs .nav-tabs .nav-link.active, .nav.nav-tabs .nav-tabs .nav-item.show .nav-link, .nav.nav-tabs li a {
  color: #495057;
}
.nav.nav-tabs li a.nav-link.active:hover {
  color: #495057;
  cursor: default;
}
.nav.nav-tabs li a:hover {
  color: #262a2d;
}

h4, h5, h6 {
  font-weight: bold;
}

body {
  margin: 0;
  font-family: "Nunito";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes enter-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes exit-to-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes exit-to-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes enter-from-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes enter-from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes exit-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes enter-from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes exit-to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes rotate-180 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
  border-collapse: collapse;
}

.maintree--blank::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: __placeholder;
  animation-timing-function: linear;
  background: linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.6) 18%, transparent 33%);
  background-size: 800px 100%;
  position: absolute;
}
@keyframes __placeholder {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 400px 0;
  }
}

#app .w-0,
#portal .w-0 {
  width: 0;
}
#app .w-1,
#portal .w-1 {
  width: 8px;
}
#app .w-2,
#portal .w-2 {
  width: 16px;
}
#app .w-3,
#portal .w-3 {
  width: 24px;
}
#app .w-4,
#portal .w-4 {
  width: 32px;
}
#app .w-5,
#portal .w-5 {
  width: 40px;
}
#app .w-auto,
#portal .w-auto {
  width: auto;
}
#app .w-fluid,
#portal .w-fluid {
  width: 100%;
}
#app .w-inherit,
#portal .w-inherit {
  width: inherit;
}
#app .h-0,
#portal .h-0 {
  height: 0;
}
#app .h-1,
#portal .h-1 {
  height: 8px;
}
#app .h-2,
#portal .h-2 {
  height: 16px;
}
#app .h-3,
#portal .h-3 {
  height: 24px;
}
#app .h-4,
#portal .h-4 {
  height: 32px;
}
#app .h-5,
#portal .h-5 {
  height: 40px;
}
#app .h-auto,
#portal .h-auto {
  height: auto;
}
#app .h-fluid,
#portal .h-fluid {
  height: 100%;
}
#app .h-inherit,
#portal .h-inherit {
  height: inherit;
}
#app .m-0,
#portal .m-0 {
  margin: 0;
}
#app .m-1,
#portal .m-1 {
  margin: 8px;
}
#app .m-2,
#portal .m-2 {
  margin: 16px;
}
#app .m-3,
#portal .m-3 {
  margin: 24px;
}
#app .m-4,
#portal .m-4 {
  margin: 32px;
}
#app .m-5,
#portal .m-5 {
  margin: 40px;
}
#app .mt-0,
#portal .mt-0 {
  margin-top: 0;
}
#app .mr-0,
#portal .mr-0 {
  margin-right: 0;
}
#app .mb-0,
#portal .mb-0 {
  margin-bottom: 0;
}
#app .ml-0,
#portal .ml-0 {
  margin-left: 0;
}
#app .mx-0,
#portal .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
#app .my-0,
#portal .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
#app .mt-1,
#portal .mt-1 {
  margin-top: 8px;
}
#app .mr-1,
#portal .mr-1 {
  margin-right: 8px;
}
#app .mb-1,
#portal .mb-1 {
  margin-bottom: 8px;
}
#app .ml-1,
#portal .ml-1 {
  margin-left: 8px;
}
#app .mx-1,
#portal .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
#app .my-1,
#portal .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
#app .mt-2,
#portal .mt-2 {
  margin-top: 16px;
}
#app .mr-2,
#portal .mr-2 {
  margin-right: 16px;
}
#app .mb-2,
#portal .mb-2 {
  margin-bottom: 16px;
}
#app .ml-2,
#portal .ml-2 {
  margin-left: 16px;
}
#app .mx-2,
#portal .mx-2 {
  margin-right: 16px;
  margin-left: 16px;
}
#app .my-2,
#portal .my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
#app .mt-3,
#portal .mt-3 {
  margin-top: 24px;
}
#app .mr-3,
#portal .mr-3 {
  margin-right: 24px;
}
#app .mb-3,
#portal .mb-3 {
  margin-bottom: 24px;
}
#app .ml-3,
#portal .ml-3 {
  margin-left: 24px;
}
#app .mx-3,
#portal .mx-3 {
  margin-right: 24px;
  margin-left: 24px;
}
#app .my-3,
#portal .my-3 {
  margin-bottom: 24px;
  margin-top: 24px;
}
#app .ml-auto, #app .mx-auto,
#portal .ml-auto,
#portal .mx-auto {
  margin-left: auto;
}
#app .mr-auto, #app .mx-auto,
#portal .mr-auto,
#portal .mx-auto {
  margin-right: auto;
}
#app .p-0,
#portal .p-0 {
  padding: 0;
}
#app .p-1,
#portal .p-1 {
  padding: 8px;
}
#app .p-2,
#portal .p-2 {
  padding: 16px;
}
#app .p-3,
#portal .p-3 {
  padding: 24px;
}
#app .p-4,
#portal .p-4 {
  padding: 32px;
}
#app .p-5,
#portal .p-5 {
  padding: 40px;
}
#app .pt-0,
#portal .pt-0 {
  padding-top: 0;
}
#app .pr-0,
#portal .pr-0 {
  padding-right: 0;
}
#app .pb-0,
#portal .pb-0 {
  padding-bottom: 0;
}
#app .pl-0,
#portal .pl-0 {
  padding-left: 0;
}
#app .px-0,
#portal .px-0 {
  padding-left: 0;
  padding-right: 0;
}
#app .py-0,
#portal .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
#app .pt-1,
#portal .pt-1 {
  padding-top: 8px;
}
#app .pr-1,
#portal .pr-1 {
  padding-right: 8px;
}
#app .pb-1,
#portal .pb-1 {
  padding-bottom: 8px;
}
#app .pl-1,
#portal .pl-1 {
  padding-left: 8px;
}
#app .px-1,
#portal .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
#app .py-1,
#portal .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
#app .pt-2,
#portal .pt-2 {
  padding-top: 16px;
}
#app .pr-2,
#portal .pr-2 {
  padding-right: 16px;
}
#app .pb-2,
#portal .pb-2 {
  padding-bottom: 16px;
}
#app .pl-2,
#portal .pl-2 {
  padding-left: 16px;
}
#app .px-2,
#portal .px-2 {
  padding-right: 16px;
  padding-left: 16px;
}
#app .py-2,
#portal .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
#app .pt-3,
#portal .pt-3 {
  padding-top: 24px;
}
#app .pr-3,
#portal .pr-3 {
  padding-right: 24px;
}
#app .pb-3,
#portal .pb-3 {
  padding-bottom: 24px;
}
#app .pl-3,
#portal .pl-3 {
  padding-left: 24px;
}
#app .px-3,
#portal .px-3 {
  padding-right: 24px;
  padding-left: 24px;
}
#app .py-3,
#portal .py-3 {
  padding-bottom: 24px;
  padding-top: 24px;
}
#app .d-none,
#portal .d-none {
  display: none;
}
#app .d-inline,
#portal .d-inline {
  display: inline;
}
#app .d-inline-block,
#portal .d-inline-block {
  display: inline-block;
}
#app .d-block,
#portal .d-block {
  display: block;
}
#app .d-table,
#portal .d-table {
  display: table;
}
#app .d-table-row,
#portal .d-table-row {
  display: table-row;
}
#app .d-table-cell,
#portal .d-table-cell {
  display: table-cell;
}
#app .d-flex,
#portal .d-flex {
  display: flex;
}
#app .d-inline-flex,
#portal .d-inline-flex {
  display: inline-flex;
}
#app .position-static,
#portal .position-static {
  position: static;
}
#app .position-relative,
#portal .position-relative {
  position: relative;
}
#app .position-absolute,
#portal .position-absolute {
  position: absolute;
}
#app .position-fixed,
#portal .position-fixed {
  position: fixed;
}
#app .position-sticky,
#portal .position-sticky {
  position: sticky;
}
#app .overflow-auto,
#portal .overflow-auto {
  overflow: auto;
}
#app .overflow-hidden,
#portal .overflow-hidden {
  overflow: hidden;
}
#app .text-primary,
#portal .text-primary {
  color: #083358;
}
#app .text-secondary,
#portal .text-secondary {
  color: #F67280;
}
#app .text-info,
#portal .text-info {
  color: #74DBEF;
}
#app .text-success,
#portal .text-success {
  color: #0074E4;
}
#app .text-warning,
#portal .text-warning {
  color: #FC3C3C;
}
#app .text-danger,
#portal .text-danger {
  color: #FF4057;
}
#app .text-dark,
#portal .text-dark {
  color: #072247;
}
#app .text-light,
#portal .text-light {
  color: #F2F2F0;
}
#app .text-bold,
#portal .text-bold {
  font-weight: bold;
}
#app .text-italic,
#portal .text-italic {
  font-style: italic;
}
#app .text-justify,
#portal .text-justify {
  text-align: justify;
}
#app .text-wrap,
#portal .text-wrap {
  white-space: normal;
}
#app .text-nowrap,
#portal .text-nowrap {
  white-space: nowrap;
}
#app .text-left,
#portal .text-left {
  text-align: left;
}
#app .text-right,
#portal .text-right {
  text-align: right;
}
#app .text-center,
#portal .text-center {
  text-align: center;
}
#app .text-lowercase,
#portal .text-lowercase {
  text-transform: lowercase;
}
#app .text-uppercase,
#portal .text-uppercase {
  text-transform: uppercase;
}
#app .text-capitalize,
#portal .text-capitalize {
  text-transform: capitalize;
}
#app .text-decoration-none,
#portal .text-decoration-none {
  text-decoration: none;
}
#app .text-decoration-underline,
#portal .text-decoration-underline {
  text-decoration: underline;
}
#app .align-baseline,
#portal .align-baseline {
  vertical-align: baseline;
}
#app .align-top,
#portal .align-top {
  vertical-align: top;
}
#app .align-middle,
#portal .align-middle {
  vertical-align: middle;
}
#app .align-bottom,
#portal .align-bottom {
  vertical-align: bottom;
}
#app .align-text-bottom,
#portal .align-text-bottom {
  vertical-align: text-bottom;
}
#app .align-text-top,
#portal .align-text-top {
  vertical-align: text-top;
}
#app .bg-white,
#portal .bg-white {
  background-color: #FFFFFF;
}
#app .bg-black,
#portal .bg-black {
  background-color: #000000;
}
#app .bg-transparent,
#portal .bg-transparent {
  background-color: transparent;
}
#app .bg-primary,
#portal .bg-primary {
  background-color: #083358;
}
#app .bg-secondary,
#portal .bg-secondary {
  background-color: #F67280;
}
#app .bg-info,
#portal .bg-info {
  background-color: #74DBEF;
}
#app .bg-success,
#portal .bg-success {
  background-color: #0074E4;
}
#app .bg-warning,
#portal .bg-warning {
  background-color: #FC3C3C;
}
#app .bg-danger,
#portal .bg-danger {
  background-color: #FF4057;
}
#app .bg-dark,
#portal .bg-dark {
  background-color: #072247;
}
#app .bg-light,
#portal .bg-light {
  background-color: #F2F2F0;
}
#app .border-0,
#portal .border-0 {
  border: 0;
}
#app .border-top-0,
#portal .border-top-0 {
  border-top: 0;
}
#app .border-right-0,
#portal .border-right-0 {
  border-right: 0;
}
#app .border-bottom-0,
#portal .border-bottom-0 {
  border-bottom: 0;
}
#app .border-left-0,
#portal .border-left-0 {
  border-left: 0;
}
#app .rounded-circle,
#portal .rounded-circle {
  border-radius: 50%;
}
#app .rounded-0,
#portal .rounded-0 {
  border-radius: 0;
}
#app .clearfix::after,
#portal .clearfix::after {
  display: block;
  content: "";
  clear: both;
}
#app .flex-row,
#portal .flex-row {
  flex-direction: row;
}
#app .flex-column,
#portal .flex-column {
  flex-direction: column;
}
#app .flex-row-reverse,
#portal .flex-row-reverse {
  flex-direction: row-reverse;
}
#app .flex-column-reverse,
#portal .flex-column-reverse {
  flex-direction: column-reverse;
}
#app .flex-wrap,
#portal .flex-wrap {
  flex-wrap: wrap;
}
#app .flex-nowrap,
#portal .flex-nowrap {
  flex-wrap: nowrap;
}
#app .flex-wrap-reverse,
#portal .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
#app .flex-fill,
#portal .flex-fill {
  flex: 1 1 auto;
}
#app .flex-grow-0,
#portal .flex-grow-0 {
  flex-grow: 0;
}
#app .flex-grow-1,
#portal .flex-grow-1 {
  flex-grow: 1;
}
#app .flex-shrink-0,
#portal .flex-shrink-0 {
  flex-shrink: 0;
}
#app .flex-shrink-1,
#portal .flex-shrink-1 {
  flex-shrink: 1;
}
#app .justify-content-start,
#portal .justify-content-start {
  justify-content: flex-start;
}
#app .justify-content-end,
#portal .justify-content-end {
  justify-content: flex-end;
}
#app .justify-content-center,
#portal .justify-content-center {
  justify-content: center;
}
#app .justify-content-between,
#portal .justify-content-between {
  justify-content: space-between;
}
#app .justify-content-around,
#portal .justify-content-around {
  justify-content: space-around;
}
#app .align-items-start,
#portal .align-items-start {
  align-items: flex-start;
}
#app .align-items-end,
#portal .align-items-end {
  align-items: flex-end;
}
#app .align-items-center,
#portal .align-items-center {
  align-items: center;
}
#app .align-items-baseline,
#portal .align-items-baseline {
  align-items: baseline;
}
#app .align-items-stretch,
#portal .align-items-stretch {
  align-items: stretch;
}
#app .align-content-start,
#portal .align-content-start {
  align-content: flex-start;
}
#app .align-content-end,
#portal .align-content-end {
  align-content: flex-end;
}
#app .align-content-center,
#portal .align-content-center {
  align-content: center;
}
#app .align-content-between,
#portal .align-content-between {
  align-content: space-between;
}
#app .align-content-around,
#portal .align-content-around {
  align-content: space-around;
}
#app .align-content-stretch,
#portal .align-content-stretch {
  align-content: stretch;
}
#app .align-self-auto,
#portal .align-self-auto {
  align-self: auto;
}
#app .align-self-start,
#portal .align-self-start {
  align-self: flex-start;
}
#app .align-self-end,
#portal .align-self-end {
  align-self: flex-end;
}
#app .align-self-center,
#portal .align-self-center {
  align-self: center;
}
#app .align-self-baseline,
#portal .align-self-baseline {
  align-self: baseline;
}
#app .align-self-stretch,
#portal .align-self-stretch {
  align-self: stretch;
}
#app .float-left,
#portal .float-left {
  float: left;
}
#app .float-right,
#portal .float-right {
  float: right;
}
#app .float-none,
#portal .float-none {
  float: none;
}
#app .visible,
#portal .visible {
  visibility: visible;
}
#app .hidden,
#portal .hidden {
  visibility: hidden;
}

.range-control {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
}
.range-control__label {
  font-size: 14px;
  color: #495057;
  margin-bottom: 4px;
}
.range-control:hover .range-slider .range-slider__placeholder {
  display: block;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 8px;
}
.range-slider__scale {
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #F0F0F0;
  border: 1px solid #CED4DA;
  border-radius: 3px;
}
.range-slider__scale-sel {
  position: absolute;
  background-color: #F67280;
  width: inherit;
  height: inherit;
  border-radius: 3px;
  border: 1px solid #CED4DA;
}
.range-slider__knob {
  user-select: none;
  cursor: pointer;
  z-index: 1;
  background-color: #F67280;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 1px 0 #F67280;
  transform: translateX(-5px) translateY(-3px);
}
.range-slider__knob:focus {
  outline: 0;
}
.range-slider__knob:hover {
  background-color: #f12a3f;
}
.range-slider__placeholder {
  display: none;
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 #000000;
  opacity: 0.8;
  transform: translateX(-25%) translateY(-32px);
}
.range-slider:hover .range-slider__placeholder {
  display: block;
}

.range-simple {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  position: relative;
}
.range-simple__label {
  font-size: 14px;
  color: #495057;
}
.range-simple__field {
  position: relative;
}

input[type=range] {
  cursor: pointer;
  width: 100%;
}
input[type=range]:focus {
  outline: 0;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 3px;
  border: 1px solid #CED4DA;
  background: #F0F0F0;
  width: 100%;
  position: absolute;
  top: 4px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transform: translateY(-4px);
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #F67280;
  box-shadow: 0 0 1px 0 #F67280;
}

input[type=range]::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  border: 1px solid #CED4DA;
  background: #F0F0F0;
  transform: translateY(-2px);
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #F67280;
  box-shadow: 0 0 2px 0 #F67280;
  transform: translateY(-2px);
}

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.main-topbar {
  position: sticky;
  top: 0;
  z-index: 2;
}
.main-topbar__theme-switcher, .main-topbar__lang-switcher, .main-topbar__tree-switcher {
  margin-right: 8px;
}
.main-topbar__tree-switcher {
  width: 136px;
}
.main-topbar.navbar-dark .navbar-text:hover {
  color: rgba(255, 255, 255, 0.75);
}
.main-topbar__hand-button .nav-link, .main-topbar__help-button .nav-link {
  padding-left: initial;
  padding-right: initial;
}
.main-topbar__logo {
  margin-right: initial;
}
.right-handed .main-topbar {
  flex-direction: row;
}
.right-handed .main-topbar__logo {
  margin-left: 0;
  margin-right: 16px;
}
.right-handed .main-topbar__hand-button {
  margin-left: 16px;
  margin-right: 8px;
}
.right-handed .main-topbar__help-button {
  margin-left: 8px;
  margin-right: 16px;
}

.left-handed .main-topbar {
  flex-direction: row-reverse;
}
.left-handed .main-topbar__logo {
  margin-left: 16px;
  margin-right: 0;
}
.left-handed .main-topbar__hand-button {
  margin-left: 8px;
  margin-right: 16px;
}
.left-handed .main-topbar__help-button {
  margin-left: 16px;
  margin-right: 8px;
}

#corporatop.nav-tabs > li {
  padding-left: 1;
  padding-right: 1;
}

#corporatop.nav-tabs > li > a {
  padding-top: 8;
  padding-bottom: 8;
  line-height: 0.85;
  margin-bottom: -5px;
}

.spacing-class {
  margin-right: 10px;
}

.exportbtn {
  /* border: 1px solid #333 */
  margin-top: 17px;
}

.btn .glyphicon {
  /* glyphicons are always rendered too high within bootstrap buttons */
  vertical-align: middle;
}

/* graph name => editable input => submitName() => minimsg */
.editable {
  color: grey;
}

#graphname-edit {
  color: white;
  background-color: transparent;
  border: none;
  max-width: 8em;
}

.minimsg {
  font-size: 0.7em;
  padding: 7p0x 9px;
}

.minimsg * {
  line-height: 100%;
}

.tile-menu__item .fa {
  margin-right: 8px;
}

.graph-layout {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 56px );
}
.graph-layout__frame {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 56px);
  justify-content: flex-end;
  pointer-events: none;
}
.right-handed .graph-layout__frame {
  flex-direction: row;
}

.left-handed .graph-layout__frame {
  flex-direction: row-reverse;
}

.graph-layout__sidebar {
  width: 480px;
  height: inherit;
  flex-grow: 0;
  pointer-events: all;
}
.graph-layout__sidebar__inner {
  position: fixed;
  height: inherit;
  width: inherit;
}
.right-handed .graph-layout__sidebar__inner {
  border-left: 1px solid #dee2e6;
}

.left-handed .graph-layout__sidebar__inner {
  border-right: 1px solid #dee2e6;
}

.graph-layout__focus {
  flex-grow: 1;
  pointer-events: all;
  position: relative;
}
.graph-layout__focus__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.graph-layout__toolbar {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}
.graph-layout__toolbar .b-fieldset {
  background-color: #fff;
}
.graph-layout__toolbar .toolbar-atlas-button {
  width: 40px;
}
.graph-layout__content {
  width: 100%;
  height: 100%;
}

.graph-topbar {
  padding: 0 8px;
  height: 100%;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}
.right-handed .graph-topbar {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.left-handed .graph-topbar {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.graph-topbar__toolbar, .graph-topbar__sidebar {
  width: 136px;
  margin-left: 4px;
  margin-right: 4px;
}
.graph-topbar__search {
  width: 304px;
  margin-left: 4px;
  margin-right: 4px;
}
.graph-topbar__search [type=submit] {
  display: none;
}

.graph-doc-focus {
  scrollbar-width: none;
  overflow-y: scroll;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.graph-doc-focus::-webkit-scrollbar {
  display: none;
}
.graph-doc-focus::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  z-index: 2;
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.graph-doc-focus::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  pointer-events: none;
  position: sticky;
  bottom: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.graph-doc-focus__header {
  padding: 0.5rem 1.5rem;
}
.right-handed .graph-doc-focus__header {
  float: right;
}

.left-handed .graph-doc-focus__header {
  float: left;
}

.graph-doc-focus__body {
  padding-top: 13px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.graph-sidebar {
  scrollbar-width: none;
  overflow-y: scroll;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.graph-sidebar::-webkit-scrollbar {
  display: none;
}
.graph-sidebar::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  z-index: 2;
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.graph-sidebar::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  pointer-events: none;
  position: sticky;
  bottom: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.graph-sidebar__legend-tab {
  padding: 16px 20px;
}
.graph-sidebar__data-tab {
  padding: 16px 20px;
}
.graph-sidebar__community-tab {
  padding: 16px 20px;
}
.graph-sidebar__separator {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #ADB5BD;
  text-align: center;
}

.graph-legend__item {
  list-style: none;
  margin-bottom: 6px;
}
.graph-legend__code {
  width: 24px;
  height: 12px;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #ADB5BD;
}
.graph-legend__caption {
  vertical-align: top;
}

.graph-documentation__text-section {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
}
.graph-documentation__text-section p {
  margin-bottom: 8px;
}
.graph-documentation__text-section li {
  list-style-type: circle;
  padding-left: 4px;
  margin-left: 24px;
  line-height: 1.4;
}
.graph-documentation__text-section li:not(:last-child) {
  margin-bottom: 12px;
}

.graph-selected-nodes__item:not(:last-child) {
  margin-bottom: 4px;
}
.graph-selected-nodes__badge {
  font-size: 1rem;
  white-space: normal;
  word-break: break-word;
}
.graph-selected-nodes__expand {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.graph-selected-nodes__actions .b-button-group {
  width: 100%;
}
.graph-selected-nodes__actions .b-button {
  width: 50%;
}

.graph-neighborhood__counter {
  font-weight: bold;
}
.graph-neighborhood__expand {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.graph-neighborhood__badge {
  white-space: normal;
  word-break: break-word;
}
.graph-neighborhood__badge:not(:last-child) {
  margin-bottom: 6px;
}
.graph-neighborhood__show-more {
  margin-top: 16px;
}

.graph-doc-list__item {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
}
.graph-doc-list__item:focus {
  outline: 0;
}
.graph-doc-list__item:hover {
  background-color: #FCFCFC;
}
.graph-doc-list__item--selected::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  background-color: #74DBEF;
}
.graph-doc-list__item--selected:first-child::before {
  border-top-left-radius: 0.25rem;
}
.graph-doc-list__item--selected:last-child::before {
  border-bottom-left-radius: 0.25rem;
}
.graph-doc-list__item__main {
  flex-grow: 1;
  padding-right: 1.25rem;
}
.graph-doc-list__item__title, .graph-doc-list__item__source, .graph-doc-list__item__date {
  line-height: 1.3;
  margin-bottom: 4px;
}
.graph-doc-list__item__source {
  font-size: 15px;
  color: #495057;
}
.graph-doc-list__item__date {
  font-size: 14px;
  color: #6C757D;
}

.graph-contact-list__item__title, .graph-contact-list__item__subtitle {
  line-height: 1.3;
  margin-bottom: 2px;
}
.graph-contact-list__item__subtitle {
  font-size: 15px;
  color: #495057;
}

.graph-toolbar {
  display: flex;
  padding: 8px;
}
.graph-toolbar__gap {
  width: 8px;
  display: inline-block;
}
.graph-toolbar__section {
  margin: 8px;
}
.graph-toolbar__section--selection .b-fieldset__content {
  display: flex;
}
.graph-toolbar__section--selection .graph-toolbar__gap {
  width: 16px;
}
.graph-toolbar__section--selection .range-simple {
  flex-grow: 1;
}
.graph-toolbar__section--controls .b-fieldset__content {
  position: relative;
}
.graph-toolbar__section--controls .graph-toolbar__gap {
  width: 16px;
}
.graph-toolbar__section--controls .range-control,
.graph-toolbar__section--controls .range-simple {
  flex-basis: calc(50% - 16px);
}

.on-running-animation .b-icon {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

#logo-designed {
  border: 15px;
}
#logo-designed img {
  height: 150px;
  border: 3px solid white;
}

#user-page-header {
  border-bottom: 1px solid black;
}

#user-page-info {
  margin-top: 38px;
}

.tableHeader {
  color: white;
}

#toolbar {
  display: inline;
}
#toolbar ul li {
  display: inline;
  margin-right: 19px;
}
#toolbar ul li form {
  display: inline;
}

#horizontal-checkbox ul li {
  display: inline;
  float: left;
  margin-top: 12px;
  margin-right: 21px;
}

li#rename #rename-a {
  display: none;
  position: absolute;
  left: 125px;
}

#create-node-tooltip {
  position: absolute;
  left: 96px;
  top: -64px;
  background-color: white;
  z-index: 4;
}
#create-node-tooltip .card-body input {
  min-width: 200px;
}

#file-type-tooltip {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-color: white;
  z-index: 4;
}

.glyphitem {
  top: 0;
  display: inline-block;
  float: right;
  opacity: 0.6;
  padding-right: 5px;
  cursor: pointer;
  transition: transform 0.1s ease-out 0s;
  font-size: 15px;
  text-align: center;
}
.glyphitem:hover {
  display: inline-block;
  opacity: 1;
  transform: scale(1.4);
}

#sp-container {
  -webkit-transition: width 2s;
  transition: width 2s;
}

.nooverflow {
  max-width: 300px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nooverflow:hover {
  overflow: visible;
  height: auto;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.tab-pane .reload-btn {
  padding-right: 6px;
}

.flex {
  display: flex;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

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

.flex-space-between, .flex-center {
  display: flex;
  justify-content: space-between;
}

a:focus, a:hover {
  cursor: pointer;
}

.maintree {
  position: relative;
  animation: 15ms fade-in;
}
.maintree__node {
  margin-bottom: 2px;
}
.right-handed .maintree__node {
  margin-left: 16px;
}
.right-handed .maintree > .right-handed .maintree__node {
  margin-right: 16px;
}

.left-handed .maintree__node {
  margin-right: 16px;
}
.left-handed .maintree > .left-handed .maintree__node {
  margin-left: 16px;
}

.maintree--with-child > .maintree__node > .maintree::before {
  color: #CED4DA;
  position: absolute;
  font-size: 11px;
  top: 2px;
  z-index: 1;
}
.right-handed .maintree--with-child > .maintree__node > .maintree::before {
  content: "└";
}

.left-handed .maintree--with-child > .maintree__node > .maintree::before {
  content: "┘";
}

.maintree--blank {
  animation-name: fade-in;
  animation-delay: 100ms;
  animation-duration: 50ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

.mainleaf {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  width: max-content;
}
.right-handed .mainleaf {
  flex-direction: row;
  padding-right: 16px;
}

.left-handed .mainleaf {
  flex-direction: row-reverse;
  padding-left: 16px;
}

.mainleaf__folder-icon {
  font-size: 14px;
  width: 16px;
  z-index: 1;
}
.mainleaf__folder-icon--leaf {
  color: #CED4DA;
}
.right-handed .mainleaf__folder-icon {
  padding-right: 8px;
}

.left-handed .mainleaf__folder-icon {
  padding-left: 8px;
}

.mainleaf__node-icon {
  position: relative;
  font-size: 16px;
  width: 14px;
}
.mainleaf__node-icon .fa-address-card-o,
.mainleaf__node-icon .fa-newspaper-o {
  font-size: 14px;
}
.mainleaf__node-icon .fa-share-alt,
.mainleaf__node-icon .fa-globe-circle,
.mainleaf__node-icon .fa-folder-open-o,
.mainleaf__node-icon .fa-file-code-o,
.mainleaf__node-icon .fa-list,
.mainleaf__node-icon .fa-signal {
  font-size: 15px;
}
.mainleaf__node-icon .fa-user {
  font-size: 17px;
}
.mainleaf__node-icon .fa-lock,
.mainleaf__node-icon .fa-fork {
  font-size: 18px;
}
.mainleaf__node-icon .fa-circle {
  font-size: 20px;
}
.right-handed .mainleaf__node-icon {
  margin-right: 8px;
}

.left-handed .mainleaf__node-icon {
  margin-left: 8px;
}

.mainleaf__version-badge {
  position: absolute;
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  bottom: -8px;
  right: -4px;
  z-index: 2;
}
.mainleaf__version-badge--matched.b-icon-button, .mainleaf__version-badge--matched.b-icon-button:hover {
  color: #0074E4;
}
.mainleaf__version-badge--mismatched.b-icon-button, .mainleaf__version-badge--mismatched.b-icon-button:hover {
  color: #FC3C3C;
}
.mainleaf__node-link {
  position: relative;
  font-size: 15px;
}
.right-handed .mainleaf__node-link {
  margin-right: 8px;
}

.left-handed .mainleaf__node-link {
  margin-left: 8px;
}

.mainleaf__node-link::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  border-radius: 5px;
}
.right-handed .mainleaf__node-link::before {
  left: calc( -2px + -56px);
  right: calc( -2px + -12px);
}

.left-handed .mainleaf__node-link::before {
  right: calc( -2px + -56px);
  left: calc( -2px + -12px);
}

.mainleaf__node-link a {
  position: relative;
}
.mainleaf__settings-icon {
  visibility: hidden;
}
.mainleaf:hover .mainleaf__settings-icon {
  visibility: visible;
}
.right-handed .mainleaf:hover .mainleaf__settings-icon {
  margin-left: 18px;
}

.left-handed .mainleaf:hover .mainleaf__settings-icon {
  margin-right: 18px;
}

.right-handed .mainleaf__update-icon {
  margin-left: 18px;
}

.left-handed .mainleaf__update-icon {
  margin-right: 18px;
}

.mainleaf__update-icon.b-icon-button::before, .mainleaf__settings-icon.b-icon-button::before {
  top: -5px;
  bottom: -5px;
  left: -6px;
  right: -6px;
}
.mainleaf__progress-bar {
  width: 64px;
  position: relative;
}
.mainleaf__progress-bar::before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  position: absolute;
  border: 1px solid #74DBEF;
  border-radius: 5px;
}
.mainleaf__progress-bar .b-progress-bar {
  height: 8px;
  background-color: #FFFFFF;
}
.right-handed .mainleaf__progress-bar {
  margin-left: 16px;
}

.left-handed .mainleaf__progress-bar {
  margin-right: 16px;
}

.mainleaf__version-comparator {
  margin-top: 8px;
}
.mainleaf__version-comparator li {
  margin-left: 24px;
  list-style-type: disc;
  line-height: 1.4;
}
.mainleaf--selected .mainleaf__node-link::before {
  content: "";
  background-color: #F8F9FA;
}
.mainleaf--selected .mainleaf__node-link a {
  color: #083358;
  font-weight: bold;
}
.mainleaf--file-dropped .mainleaf__node-link::before {
  content: "";
  border: 1px dotted #F67280;
}
.mainleaf--blank {
  color: #F8F9FA;
}
.mainleaf--blank .mainleaf__folder-icon {
  visibility: hidden;
}
.mainleaf--blank .mainleaf__node-link::after {
  content: "";
  background-color: #F8F9FA;
  height: 12px;
  width: 120px;
  position: absolute;
  top: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .awesome-popover .b-icon-button--overlay::before {
    bottom: -5px;
  }
}
@-moz-document url-prefix() {
  .awesome-popover {
    max-height: 22.5px;
  }
  .awesome-popover .b-icon-button--overlay::before {
    bottom: -3px;
  }
}
.subtree__node {
  margin-top: 2px;
}
.subtree__node__inner {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
.subtree__node__icons {
  display: flex;
}
.subtree__node__icons .fa {
  margin-left: 2px;
  margin-right: 2px;
}
.subtree__node__text {
  margin-left: 4px;
}
.subtree__node--can-be-selected {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.subtree__node--is-selected > .subtree__node__inner {
  text-decoration: underline;
  font-weight: bold;
}
.right-handed .subtree__node__inner {
  flex-direction: row;
  text-align: left;
}
.right-handed .subtree__node__icons {
  flex-direction: row;
}
.right-handed .subtree__node__children > .subtree__node {
  padding-left: 16px;
}

.left-handed .subtree__node__inner {
  flex-direction: row-reverse;
  text-align: right;
}
.left-handed .subtree__node__icons {
  flex-direction: row-reverse;
}
.left-handed .subtree__node__children > .subtree__node {
  padding-right: 20px;
}

#node-popup-tooltip {
  position: fixed;
  background-color: white;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#node-popup-tooltip:hover {
  border: none;
  text-decoration: none;
}
#node-popup-tooltip .tree .node {
  margin-top: 5px;
}
#node-popup-tooltip .tree .children .node {
  padding-left: 15px;
}
#node-popup-tooltip .panel-actions .almost-useable {
  color: orange;
}
#node-popup-tooltip .panel-actions .development-in-progress {
  color: red;
}
#node-popup-tooltip .panel-actions .ok-to-use {
  color: black;
}
#node-popup-tooltip .popup-container {
  display: flex;
  flex-direction: colum;
}
#node-popup-tooltip .popup-container > .card {
  width: auto !important;
  min-width: 544px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: initial;
}
#node-popup-tooltip .popup-container > .card .fa-pencil {
  color: black;
}
#node-popup-tooltip .popup-container > .card .card-body {
  display: flex;
  justify-content: center;
  background-color: white;
  border: none;
}
#node-popup-tooltip .popup-container > .card .card-body .spacer {
  margin: 8px;
}
#node-popup-tooltip .popup-container .frame-search.card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  height: 600px;
  width: 1000px;
}
#node-popup-tooltip .popup-container-body {
  max-height: 70vh;
  overflow-y: auto;
}

.forest-layout {
  scrollbar-width: none;
  overflow-y: scroll;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
.forest-layout::-webkit-scrollbar {
  display: none;
}
.forest-layout::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  z-index: 2;
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.forest-layout::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  pointer-events: none;
  position: sticky;
  bottom: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.right-handed .forest-layout {
  border-right: 2px solid #dee2e6;
}

.left-handed .forest-layout {
  border-left: 2px solid #dee2e6;
}

.forest-layout__action {
  display: flex;
}
.right-handed .forest-layout__action {
  flex-direction: row;
  padding-left: 16px;
  padding-right: 8px;
}
.right-handed .forest-layout__action__button {
  margin-right: 16px;
}

.left-handed .forest-layout__action {
  flex-direction: row-reverse;
  padding-left: 8px;
  padding-right: 16px;
}
.left-handed .forest-layout__action__button {
  margin-left: 16px;
}

.forest-layout__tree {
  margin-top: 24px;
}
.forest-layout__tree:last-child {
  margin-bottom: 24px;
}
.forest-layout__tree > .maintree--with-children > .maintree__node::before, .forest-layout__tree > .maintree--with-children > .maintree__node::after {
  content: none;
}
.right-handed .forest-layout__tree > .maintree > .maintree__node {
  margin-left: 16px;
}

.left-handed .forest-layout__tree > .maintree > .maintree__node {
  margin-right: 16px;
}

.ids-selector .tree .children {
  padding-left: 0.5em;
}
.ids-selector .tree .children .leaf input {
  margin: 0.1em;
}

.main-page__horizontal-tiles {
  border-top: 2px solid #dee2e6;
}
.main-page__horizontal-tiles .tile-block:not(:first-child) {
  border-left: 2px solid #dee2e6;
}

.main-page__vertical-tiles {
  border-left: 2px solid #dee2e6;
}
.main-page__vertical-tiles .tile-block:not(:first-child) {
  border-top: 2px solid #dee2e6;
}

.tile-menu__popover {
  border-radius: 0.25rem;
  background-color: #fff;
}

.phylo-config-form {
  background-color: #fff;
  color: #212529;
}
.phylo-config-form__group {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.phylo-config-form__submit {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.code-editor .editor .code-area {
  flex-grow: 1;
  max-height: 200px;
  min-width: 25%;
  overflow: auto;
}
.code-editor .editor .code-area .code-container {
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  font-size: 12px;
  font-variant-ligatures: common-ligatures;
  line-height: 1.5;
  overflow: hidden;
  padding: 0px;
  text-align: left;
}
.code-editor .editor .code-area .code-container textarea {
  border: 0px;
  color: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  resize: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-text-fill-color: transparent;
  box-sizing: inherit;
  display: inherit;
  margin: 0px;
  padding: 10px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: keep-all;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
}
.code-editor .editor .code-area .code-container pre {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  border: 0px none;
  color: #000;
  pointer-events: none;
  position: relative;
  box-sizing: inherit;
  display: inherit;
  margin: 0px;
  padding: 10px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  word-break: keep-all;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
}
.code-editor .editor .v-divider {
  border-left: 1px solid gray;
  cursor: sw-resize;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  width: 1px;
}
.code-editor .editor .html {
  flex-grow: 2;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.code-editor .editor .html.language-haskell {
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  white-space: pre;
}
.code-editor .editor .html.language-python {
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  white-space: pre;
}
.code-editor .editor .html.language-json {
  font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
  white-space: pre;
}
.code-editor .editor .html.language-md ul li {
  list-style: disc !important;
}
.code-editor .editor .html.language-md ol li {
  list-style: decimal !important;
}
.code-editor__toolbar {
  margin-bottom: 20px;
}
.code-editor__toolbar__type {
  width: 200px;
}

.no-user-select {
  user-select: none;
}

.cache-toggle {
  cursor: pointer;
}

.side-panel {
  background-color: #fff;
  padding: 0.3em;
  width: 28%;
  top: 3.7em;
  position: fixed;
}
.side-panel .list-group .list-group-item-heading {
  display: inline-block;
  width: 60px;
}
.right-handed .side-panel {
  left: 70%;
}
.right-handed .side-panel .header {
  float: right;
}

.left-handed .side-panel {
  left: 2%;
}
.left-handed .side-panel .header {
  float: left;
}

.side-panel .texts-sidepanel__header {
  padding: 0.75rem 1.25rem;
  font-size: 20px;
}
.right-handed .side-panel .texts-sidepanel__header {
  float: right;
}

.left-handed .side-panel .texts-sidepanel__header {
  float: left;
}

.side-panel .texts-sidepanel__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.side-panel .texts-sidepanel__body .document-layout__title {
  font-size: 23px;
}
.side-panel .texts-sidepanel__body .document-layout__abstract__content {
  max-height: 200px;
  overflow-y: scroll;
  font-size: 16px;
}

.simple-layout {
  height: 100%;
}
.simple-layout .license {
  padding-top: 10px;
}
.simple-layout .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

.table tr td {
  color: #005a9aff;
}
.table tr td .active {
  font-weight: bold;
  text-decoration: underline;
}
.table tr td .ngrams-selector {
  display: flex;
}
.table tr td .ngrams-selector .ngrams-chooser {
  padding: 3px;
}
.table tr td .trash {
  text-decoration: line-through;
}

.action-search {
  margin: 10px;
}

.search-bar {
  margin: 10px;
}

/* */
.join-button {
  padding-bottom: 100px;
  padding-top: 100px;
}

select.form-control {
  cursor: pointer;
}

#app {
  width: 100%;
}

.router__inner {
  display: flex;
  position: relative;
}
.left-handed .router__inner {
  flex-direction: row-reverse;
}

.right-handed .router__inner {
  flex-direction: row;
}

.router__aside {
  flex-grow: 0;
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
  height: calc(100vh - 56px);
  z-index: 1;
}
.router__aside__inner {
  height: inherit;
  width: inherit;
  min-width: inherit;
  position: fixed;
}
.router__aside__handle {
  min-width: inherit;
  width: inherit;
  height: inherit;
  position: fixed;
  z-index: 3;
  pointer-events: none;
}
.router__aside__handle__action {
  width: 8px;
  height: inherit;
  background: transparent;
  cursor: col-resize;
  position: absolute;
  right: -4px;
  pointer-events: all;
}
.router__body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}

.main-page {
  position: relative;
}
.main-page__main-row {
  display: flex;
}
.main-page__main-row--with-y-tiles .main-page__main-route {
  width: 60%;
}
.main-page__main-row--with-y-tiles .main-page__vertical-tiles {
  width: 40%;
}
.main-page__main-row--only-y-tiles {
  min-height: calc( 100vh - 56px);
}
.main-page__main-route {
  padding: 24px 32px;
  width: 100%;
}
.main-page__vertical-tiles {
  display: flex;
  flex-direction: column;
}
.main-page__horizontal-tiles {
  display: flex;
  flex-direction: row;
}
.main-page__horizontal-tiles--1 .tile-block {
  width: calc( 100% / 1);
}
.main-page__horizontal-tiles--2 .tile-block {
  width: calc( 100% / 2);
}
.main-page__horizontal-tiles--3 .tile-block {
  width: calc( 100% / 3);
}
.main-page__horizontal-tiles--4 .tile-block {
  width: calc( 100% / 4);
}
.main-page__horizontal-tiles--5 .tile-block {
  width: calc( 100% / 5);
}
.main-page__horizontal-tiles--6 .tile-block {
  width: calc( 100% / 6);
}
.main-page__horizontal-tiles--7 .tile-block {
  width: calc( 100% / 7);
}
.main-page__horizontal-tiles--8 .tile-block {
  width: calc( 100% / 8);
}
.main-page__horizontal-tiles--9 .tile-block {
  width: calc( 100% / 9);
}
.main-page__horizontal-tiles--10 .tile-block {
  width: calc( 100% / 10);
}

.tile-block__header {
  display: flex;
}
.right-handed .tile-block__header {
  justify-content: flex-end;
}

.left-handed .tile-block__header {
  justify-content: flex-start;
}

.tile-block__body {
  padding: 4px 16px 12px;
}

.action-upload-button {
  position: relative;
}
.action-upload-button__spinner {
  position: absolute;
  width: 23px;
  height: 23px;
  left: -32px;
  top: 6px;
}

.jitsi-iframe {
  height: 70em;
}

.progress-pie {
  background: rgba(51, 122, 183, 0.1);
  border-radius: 100%;
  height: calc(var(--size, 14) * 1px);
  overflow: hidden;
  position: relative;
  width: calc(var(--size, 14) * 1px);
}
.progress-pie .progress-pie-segment {
  --a: calc(var(--over50, 0) * -100%);
  --b: calc((1 + var(--over50, 0)) * 100%);
  --degrees: calc((var(--offset, 0) / 100) * 360);
  -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  height: 100%;
  position: absolute;
  transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 100%;
  width: 100%;
  z-index: calc(1 + var(--over50));
}
.progress-pie .progress-pie-segment:after, .progress-pie .progress-pie-segment:before {
  background: var(--bg, #337ab7);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.progress-pie .progress-pie-segment:before {
  --degrees: calc((var(--value, 45) / 100) * 360);
  transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 0%;
}
.progress-pie .progress-pie-segment:after {
  opacity: var(--over50, 0);
}

.annotation-run {
  cursor: pointer;
}
.annotation-run:focus {
  outline: 0;
}
.annotation-run.candidate-term.graph-term.stop-term {
  color: #000000;
  background-image: linear-gradient(rgba(90, 144, 182, 0.1), rgba(90, 144, 182, 0.1)), linear-gradient(rgba(17, 170, 17, 0.1), rgba(17, 170, 17, 0.1)), linear-gradient(rgba(238, 51, 17, 0.1), rgba(238, 51, 17, 0.1));
}
.annotation-run.candidate-term.graph-term {
  color: #000000;
  background-image: linear-gradient(rgba(90, 144, 182, 0.2), rgba(90, 144, 182, 0.2)), linear-gradient(rgba(17, 170, 17, 0.2), rgba(17, 170, 17, 0.2));
}
.annotation-run.candidate-term.stop-term {
  color: #000000;
  background-image: linear-gradient(rgba(90, 144, 182, 0.2), rgba(90, 144, 182, 0.2)), linear-gradient(rgba(238, 51, 17, 0.2), rgba(238, 51, 17, 0.2));
}
.annotation-run.graph-term.stop-term {
  color: #000000;
  background-image: linear-gradient(rgba(17, 170, 17, 0.2), rgba(17, 170, 17, 0.2)), linear-gradient(rgba(238, 51, 17, 0.2), rgba(238, 51, 17, 0.2));
}
.annotation-run.candidate-term {
  color: #000000;
  background-color: rgba(90, 144, 182, 0.175);
}
.annotation-run.graph-term {
  color: #000000;
  background-color: rgba(17, 170, 17, 0.175);
}
.annotation-run.stop-term {
  color: #000000;
  background-color: rgba(238, 51, 17, 0.175);
}

.b-icon.graph-term {
  color: #11AA11;
  text-shadow: 0 0 4px;
}
.b-icon.candidate-term {
  color: #5A90B6;
  text-shadow: 0 0 4px;
}
.b-icon.stop-term {
  color: #EE3311;
  text-shadow: 0 0 4px;
}
.b-icon.disabled-term {
  color: rgba(108, 117, 125, 0.2);
  text-shadow: 0 0 4px;
}

.fv.folders {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  gap: 25px;
  margin: 20px 0px;
}

.fv.action {
  position: relative;
  left: 100px;
  top: -15px;
  color: blue;
}

.fv.btn {
  size: 100%;
  width: 100%;
}

/* Grid constants */
/* Colors */
.phylo {
  /* ---------- axis ---------- */
  /* ---------- header ---------- */
  /* ---------- group ---------- */
  /* ---------- labels ---------- */
  /* ---------- phylo ---------- */
  /* isoline */
}
.phylo .x-axis path {
  stroke: #EBE4DD;
  stroke-width: 1.5px;
}
.phylo .y-axis path {
  stroke: #EBE4DD;
  stroke-width: 1.5px;
}
.phylo .y-highlight {
  stroke: #F3BE54;
  stroke-width: 1.5px;
}
.phylo .x-mark {
  fill: #4A5C70;
  stroke-width: 1px;
  stroke: #fff;
}
.phylo .x-mark-over {
  fill: #F3BE54;
}
.phylo .x-mark-focus {
  fill: #F24C3D;
}
.phylo .tick text:hover {
  cursor: pointer;
}
.phylo .y-label {
  font-size: 10px;
  font-weight: normal;
}
.phylo .y-label-bold {
  font-size: 12px;
  font-weight: bold;
}
.phylo .y-mark-year-inner {
  fill: #4A5C70;
}
.phylo .y-mark-year-inner-highlight {
  fill: #F3BE54;
}
.phylo .y-mark-year-outer {
  fill: #fff;
  stroke: #4A5C70;
  stroke-width: 1px;
}
.phylo .y-mark-year-outer-highlight {
  fill: #fff;
  stroke: #F3BE54;
  stroke-width: 3px;
}
.phylo .y-mark-month {
  fill: #4A5C70;
}
.phylo .header {
  fill: #012840;
  cursor: pointer;
}
.phylo .header-wrapper {
  display: none;
  fill: #fff;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
.phylo .header-wrapper--hover {
  display: initial;
}
.phylo .group-outer {
  stroke-width: 0.8px;
  stroke: #fff;
  fill: #fff;
}
.phylo .group-inner {
  stroke-width: 0.8px;
  stroke: #0D1824;
  fill: #0D1824;
  /*cursor: pointer;*/
  z-index: 10;
}
.phylo .group-heading {
  fill: #fff;
  stroke: #B5B5B5;
}
.phylo .group-focus {
  stroke: #F24C3D;
}
.phylo .source-focus {
  stroke: #74B5FF;
  fill: #A6BDDB !important;
}
.phylo .group-unfocus {
  stroke: #A9A9A9;
}
.phylo .group-path {
  cursor: pointer;
}
.phylo .ngrams {
  visibility: hidden;
}
.phylo .term {
  cursor: pointer;
}
.phylo .term:hover {
  font-weight: bold;
}
.phylo .term-path {
  fill: none;
  stroke: #F24C3D;
  stroke-width: 1.5px;
}
.phylo .emerging {
  /*text-decoration: underline #F0684D;*/
  /*fill:#5AA350;*/
  /*fill: #5AA350;*/
  fill: #F24C3D;
}
.phylo .decreasing {
  /*text-decoration: underline #74B5FF;*/
  fill: #11638F;
}
.phylo .path-focus {
  fill: none;
  stroke: #F24C3D;
  stroke-width: 1.5px;
}
.phylo .path-unfocus {
  stroke: #A9A9A9;
}
.phylo .path-heading {
  stroke: #B5B5B5;
}
.phylo .branch-hover {
  fill: #F3BE54;
  opacity: 0.5;
}
.phylo .peak {
  stroke: #fff;
  stroke-width: 1px;
  font-size: 18px;
  text-anchor: middle;
  visibility: visible;
}
.phylo .peak-over {
  font-size: 18px;
  stroke-width: 2px;
  cursor: pointer;
  stroke: #F3BE54;
  z-index: 100;
}
.phylo .peak-focus {
  font-size: 18px;
  stroke-width: 2px;
  stroke: #F24C3D;
}
.phylo .peak-focus-source {
  font-size: 18px;
  stroke-width: 2px;
  stroke: #74B5FF;
}
.phylo .peak-label {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background: #0D1824;
  padding: 5px;
  z-index: 10;
  position: absolute;
  visibility: hidden;
}

.phylo {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 56px );
}
.phylo--preloading {
  overflow: hidden;
}
.phylo__spinner-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #fff;
}
.phylo__spinner {
  position: absolute;
  font-size: 6px;
  height: 100px;
  width: 100px;
  top: calc( 50% - 50px );
  left: calc( 50% - 50px );
}
.phylo__frame {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 56px);
  justify-content: flex-end;
  pointer-events: none;
}
.right-handed .phylo__frame {
  flex-direction: row;
}

.left-handed .phylo__frame {
  flex-direction: row-reverse;
}

.phylo__sidebar {
  width: 480px;
  height: inherit;
  flex-grow: 0;
  pointer-events: all;
}
.phylo__sidebar__inner {
  position: fixed;
  height: inherit;
  width: inherit;
}
.right-handed .phylo__sidebar__inner {
  border-left: 1px solid #dee2e6;
}

.left-handed .phylo__sidebar__inner {
  border-right: 1px solid #dee2e6;
}

.phylo__focus {
  flex-grow: 1;
  pointer-events: all;
  position: relative;
}
.phylo__focus__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}

.phylo-isoline {
  display: flex;
  position: relative;
  height: 174px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #dee2e6;
  user-select: none;
}
.phylo-isoline svg {
  max-width: 100%;
}

.phylo-margin {
  height: 16px;
}

.phylo-grid {
  position: relative;
  user-select: none;
}
.phylo-grid__content {
  display: flex;
  height: calc(100vh - 56px - 32px);
  position: relative;
}
.phylo-grid__blueprint {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: calc(100vh - 56px - 32px);
  position: absolute;
  visibility: hidden;
}
.phylo-grid__blueprint__left {
  width: 10%;
  height: inherit;
}
.phylo-grid__blueprint__center {
  width: 85%;
  height: inherit;
}
.phylo-grid__blueprint__right {
  width: 5%;
  height: inherit;
}
.phylo-grid__content__scape {
  width: calc( 10% + 85%);
}

.phylo-topbar {
  padding: 0 8px;
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}
.right-handed .phylo-topbar {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.left-handed .phylo-topbar {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.phylo-topbar__toolbar, .phylo-topbar__sidebar {
  width: 136px;
  margin-left: 4px;
  margin-right: 4px;
}
.phylo-topbar__source {
  width: 304px;
  margin-left: 4px;
  margin-right: 4px;
}
.phylo-topbar__autocomplete {
  display: flex;
  width: 304px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
}
.phylo-topbar__suggestion {
  pointer-events: none;
}
.phylo-topbar__suggestion.form-control {
  border-color: transparent;
}
.phylo-topbar__search {
  z-index: 1;
  position: absolute;
}
.phylo-topbar__search.form-control {
  background-color: transparent;
}
.phylo-topbar__submit {
  display: none;
}

.phylo-sidebar {
  scrollbar-width: none;
  overflow-y: scroll;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.phylo-sidebar::-webkit-scrollbar {
  display: none;
}
.phylo-sidebar::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  z-index: 2;
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 16px;
  width: 100%;
  display: block;
}
.phylo-sidebar::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 45%);
  content: "";
  pointer-events: none;
  position: sticky;
  bottom: 0;
  height: 16px;
  width: 100%;
  display: block;
}

.phylo-details-tab__counter {
  margin: 16px 20px;
}
.phylo-details-tab__counter__item {
  margin-left: 16px;
  list-style: initial;
}
.phylo-details-tab__counter__value {
  font-weight: bold;
}
.phylo-details-tab__delimiter {
  margin: 16px 20px;
}
.phylo-details-tab__link {
  margin: 16px 20px;
}

.phylo-selection-tab__highlight {
  margin: 16px 20px;
}
.phylo-selection-tab__highlight__badge {
  font-size: 1rem;
  white-space: normal;
  word-break: break-word;
}
.phylo-selection-tab__highlight__type {
  padding: 0.25em 0.4em;
  font-weight: bold;
}
.phylo-selection-tab__selection {
  margin: 16px 20px;
}
.phylo-selection-tab__selection__item {
  white-space: normal;
  word-break: break-word;
  line-height: initial;
}
.phylo-selection-tab__selection__item:not(:last-child) {
  margin-bottom: 6px;
}
.phylo-selection-tab__selection__show-more {
  margin-top: 16px;
}
.phylo-selection-tab__counter__item {
  margin-left: 16px;
  list-style: initial;
}
.phylo-selection-tab__counter__value {
  color: #74DBEF;
}
.phylo-selection-tab__counter__expand {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.phylo-selection-tab__nil {
  margin: 16px 20px;
}
.phylo-selection-tab__separator {
  color: #ADB5BD;
  text-align: center;
}
.phylo-selection-tab__extracted-docs {
  margin: 16px 20px;
}

.phylo-doc-list__item {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
}
.phylo-doc-list__item:focus {
  outline: 0;
}
.phylo-doc-list__item:hover {
  background-color: #FCFCFC;
}
.phylo-doc-list__item--selected::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  background-color: #74DBEF;
}
.phylo-doc-list__item--selected:first-child::before {
  border-top-left-radius: 0.25rem;
}
.phylo-doc-list__item--selected:last-child::before {
  border-bottom-left-radius: 0.25rem;
}
.phylo-doc-list__item__main {
  flex-grow: 1;
  padding-right: 1.25rem;
}
.phylo-doc-list__item__title, .phylo-doc-list__item__source, .phylo-doc-list__item__date {
  line-height: 1.3;
  margin-bottom: 4px;
}
.phylo-doc-list__item__source {
  font-size: 15px;
  color: #495057;
}
.phylo-doc-list__item__date {
  font-size: 14px;
  color: #6C757D;
}

.phylo-toolbar {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding: 20px;
  background-color: #fff;
}
.phylo-toolbar__gap {
  width: 16px;
  display: inline-block;
}
.right-handed .phylo-toolbar {
  flex-direction: row;
}
.right-handed .phylo-toolbar__section {
  margin-right: 20px;
}

.left-handed .phylo-toolbar {
  flex-direction: row-reverse;
}
.left-handed .phylo-toolbar__section {
  margin-left: 20px;
}

.frame-layout {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px );
}

.document-layout {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.document-layout__controls {
  float: right;
  color: #083358;
}
.document-layout__controls__hint {
  margin-right: 8px;
  font-style: italic;
  font-size: 14px;
  animation-name: fade-in;
  animation-delay: 400ms;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  opacity: 0;
}
.document-layout__controls__spinner {
  width: 16px;
  height: 16px;
}
.document-layout__controls__icon {
  font-size: 20px;
  animation: fade-in 200ms ease-in-out;
}
.document-layout__separator-label {
  font-weight: bold;
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
.document-layout__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  word-wrap: break-word;
  margin-bottom: 24px;
  font-family: "Crete Round";
}
.document-layout__authors {
  display: flex;
  margin-bottom: 4px;
}
.document-layout__authors__label {
  font-weight: bold;
  flex-basis: 96px;
  flex-shrink: 0;
  font-size: 15px;
}
.document-layout__authors__content {
  line-height: 1.2;
  color: #343A40;
}
.document-layout__source, .document-layout__date {
  display: flex;
  margin-bottom: 4px;
}
.document-layout__source__label, .document-layout__date__label {
  font-weight: bold;
  flex-basis: 96px;
  flex-shrink: 0;
  font-size: 15px;
}
.document-layout__source__content, .document-layout__date__content {
  font-size: 15px;
  color: #6C757D;
}
.document-layout__abstract {
  margin-top: 32px;
  margin-bottom: 24px;
}
.document-layout__abstract__content {
  color: #343A40;
  font-size: 18px;
  line-height: 1.4;
}

/*# sourceMappingURL=bootstrap-herbie.css.map */