@charset "UTF-8";
/* Breakpoints */
/* Colours */
@keyframes flash-background {
  0% {
    background-color: white;
  }
  16.67% {
    background-color: #F95492;
    color: white;
  }
  33.33% {
    background-color: white;
  }
  50% {
    background-color: #F95492;
    color: white;
  }
  66.67% {
    background-color: white;
  }
  83.33% {
    background-color: #F95492;
    color: white;
  }
  100% {
    background-color: white;
  }
}
@keyframes shaking {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-0.5714rem, 0, 0);
  }
  40%, 60% {
    transform: translate3d(0.5714rem, 0, 0);
  }
}
@keyframes _glowing-focus {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 1.0714rem 4px #0EC3E7;
  }
  100% {
    box-shadow: none;
  }
}
/* New Page Style */
html.new-design {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*!
   * Bootstrap v4.5.2 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* Header */
  /* ============ desktop view ============ */
  /* Layout */
  /* Basics */
  /* Section */
  /* Spacing */
  /* Text Styles */
  /* Layout Components */
  /* Inputs */
  /* Login */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Slimmer scrollbar for the dropdown */
}
html.new-design * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html.new-design :root {
  --blue: #0EC3E7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #F95492;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0EC3E7;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #F95492;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html.new-design *,
html.new-design *::before,
html.new-design *::after {
  box-sizing: border-box;
}
html.new-design html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.new-design article, html.new-design aside, html.new-design figcaption, html.new-design figure, html.new-design footer, html.new-design header, html.new-design hgroup, html.new-design main, html.new-design nav, html.new-design section {
  display: block;
}
html.new-design body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
html.new-design [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
html.new-design hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
html.new-design h1, html.new-design h2, html.new-design h3, html.new-design h4, html.new-design h5, html.new-design h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html.new-design p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html.new-design abbr[title],
html.new-design abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
html.new-design address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
html.new-design ol,
html.new-design ul,
html.new-design dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html.new-design ol ol,
html.new-design ul ul,
html.new-design ol ul,
html.new-design ul ol {
  margin-bottom: 0;
}
html.new-design dt {
  font-weight: 700;
}
html.new-design dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
html.new-design blockquote {
  margin: 0 0 1rem;
}
html.new-design b,
html.new-design strong {
  font-weight: bolder;
}
html.new-design small {
  font-size: 80%;
}
html.new-design sub,
html.new-design sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html.new-design sub {
  bottom: -0.25em;
}
html.new-design sup {
  top: -0.5em;
}
html.new-design a {
  color: #0EC3E7;
  text-decoration: none;
  background-color: transparent;
}
html.new-design a:hover {
  color: #0a869f;
  text-decoration: underline;
}
html.new-design a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
html.new-design a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
html.new-design pre,
html.new-design code,
html.new-design kbd,
html.new-design samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
html.new-design pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
html.new-design figure {
  margin: 0 0 1rem;
}
html.new-design img {
  vertical-align: middle;
  border-style: none;
}
html.new-design svg {
  overflow: hidden;
  vertical-align: middle;
}
html.new-design table {
  border-collapse: collapse;
}
html.new-design caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
html.new-design th {
  text-align: inherit;
}
html.new-design label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
html.new-design button {
  border-radius: 0;
}
html.new-design button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html.new-design input,
html.new-design button,
html.new-design select,
html.new-design optgroup,
html.new-design textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html.new-design button,
html.new-design input {
  overflow: visible;
}
html.new-design button,
html.new-design select {
  text-transform: none;
}
html.new-design [role=button] {
  cursor: pointer;
}
html.new-design select {
  word-wrap: normal;
}
html.new-design button,
html.new-design [type=button],
html.new-design [type=reset],
html.new-design [type=submit] {
  -webkit-appearance: button;
}
html.new-design button:not(:disabled),
html.new-design [type=button]:not(:disabled),
html.new-design [type=reset]:not(:disabled),
html.new-design [type=submit]:not(:disabled) {
  cursor: pointer;
}
html.new-design button::-moz-focus-inner,
html.new-design [type=button]::-moz-focus-inner,
html.new-design [type=reset]::-moz-focus-inner,
html.new-design [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html.new-design input[type=radio],
html.new-design input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
html.new-design textarea {
  overflow: auto;
  resize: vertical;
}
html.new-design fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
html.new-design legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
html.new-design progress {
  vertical-align: baseline;
}
html.new-design [type=number]::-webkit-inner-spin-button,
html.new-design [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html.new-design [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
html.new-design [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html.new-design ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html.new-design output {
  display: inline-block;
}
html.new-design summary {
  display: list-item;
  cursor: pointer;
}
html.new-design template {
  display: none;
}
html.new-design [hidden] {
  display: none !important;
}
html.new-design h1, html.new-design h2, html.new-design h3, html.new-design h4, html.new-design h5, html.new-design h6,
html.new-design .h1, html.new-design .h2, html.new-design .h3, html.new-design .h4, html.new-design .h5, html.new-design .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
html.new-design h1, html.new-design .h1 {
  font-size: 2.5rem;
}
html.new-design h2, html.new-design .h2 {
  font-size: 2rem;
}
html.new-design h3, html.new-design .h3 {
  font-size: 1.75rem;
}
html.new-design h4, html.new-design .h4 {
  font-size: 1.5rem;
}
html.new-design h5, html.new-design .h5 {
  font-size: 1.25rem;
}
html.new-design h6, html.new-design .h6 {
  font-size: 1rem;
}
html.new-design .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
html.new-design .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
html.new-design .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html.new-design .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html.new-design .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html.new-design hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html.new-design small,
html.new-design .small {
  font-size: 80%;
  font-weight: 400;
}
html.new-design mark,
html.new-design .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html.new-design .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html.new-design .list-inline {
  padding-left: 0;
  list-style: none;
}
html.new-design .list-inline-item {
  display: inline-block;
}
html.new-design .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html.new-design .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html.new-design .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
html.new-design .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
html.new-design .blockquote-footer::before {
  content: "— ";
}
html.new-design .img-fluid {
  max-width: 100%;
  height: auto;
}
html.new-design .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
html.new-design .figure {
  display: inline-block;
}
html.new-design .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
html.new-design .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
html.new-design code {
  font-size: 87.5%;
  color: #F95492;
  word-wrap: break-word;
}
a > html.new-design code {
  color: inherit;
}
html.new-design kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
html.new-design kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
html.new-design pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
html.new-design pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html.new-design .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html.new-design .container,
html.new-design .container-fluid,
html.new-design .container-xl,
html.new-design .container-lg,
html.new-design .container-md,
html.new-design .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  html.new-design .container-sm, html.new-design .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  html.new-design .container-md, html.new-design .container-sm, html.new-design .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  html.new-design .container-lg, html.new-design .container-md, html.new-design .container-sm, html.new-design .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  html.new-design .container-xl, html.new-design .container-lg, html.new-design .container-md, html.new-design .container-sm, html.new-design .container {
    max-width: 1200px;
  }
}
html.new-design .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
html.new-design .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html.new-design .no-gutters > .col,
html.new-design .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
html.new-design .col-xl,
html.new-design .col-xl-auto, html.new-design .col-xl-12, html.new-design .col-xl-11, html.new-design .col-xl-10, html.new-design .col-xl-9, html.new-design .col-xl-8, html.new-design .col-xl-7, html.new-design .col-xl-6, html.new-design .col-xl-5, html.new-design .col-xl-4, html.new-design .col-xl-3, html.new-design .col-xl-2, html.new-design .col-xl-1, html.new-design .col-lg,
html.new-design .col-lg-auto, html.new-design .col-lg-12, html.new-design .col-lg-11, html.new-design .col-lg-10, html.new-design .col-lg-9, html.new-design .col-lg-8, html.new-design .col-lg-7, html.new-design .col-lg-6, html.new-design .col-lg-5, html.new-design .col-lg-4, html.new-design .col-lg-3, html.new-design .col-lg-2, html.new-design .col-lg-1, html.new-design .col-md,
html.new-design .col-md-auto, html.new-design .col-md-12, html.new-design .col-md-11, html.new-design .col-md-10, html.new-design .col-md-9, html.new-design .col-md-8, html.new-design .col-md-7, html.new-design .col-md-6, html.new-design .col-md-5, html.new-design .col-md-4, html.new-design .col-md-3, html.new-design .col-md-2, html.new-design .col-md-1, html.new-design .col-sm,
html.new-design .col-sm-auto, html.new-design .col-sm-12, html.new-design .col-sm-11, html.new-design .col-sm-10, html.new-design .col-sm-9, html.new-design .col-sm-8, html.new-design .col-sm-7, html.new-design .col-sm-6, html.new-design .col-sm-5, html.new-design .col-sm-4, html.new-design .col-sm-3, html.new-design .col-sm-2, html.new-design .col-sm-1, html.new-design .col,
html.new-design .col-auto, html.new-design .col-12, html.new-design .col-11, html.new-design .col-10, html.new-design .col-9, html.new-design .col-8, html.new-design .col-7, html.new-design .col-6, html.new-design .col-5, html.new-design .col-4, html.new-design .col-3, html.new-design .col-2, html.new-design .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
html.new-design .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html.new-design .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
html.new-design .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
html.new-design .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html.new-design .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
html.new-design .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
html.new-design .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html.new-design .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
html.new-design .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
html.new-design .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html.new-design .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
html.new-design .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html.new-design .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
html.new-design .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
html.new-design .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
html.new-design .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
html.new-design .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
html.new-design .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
html.new-design .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
html.new-design .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
html.new-design .order-first {
  order: -1;
}
html.new-design .order-last {
  order: 13;
}
html.new-design .order-0 {
  order: 0;
}
html.new-design .order-1 {
  order: 1;
}
html.new-design .order-2 {
  order: 2;
}
html.new-design .order-3 {
  order: 3;
}
html.new-design .order-4 {
  order: 4;
}
html.new-design .order-5 {
  order: 5;
}
html.new-design .order-6 {
  order: 6;
}
html.new-design .order-7 {
  order: 7;
}
html.new-design .order-8 {
  order: 8;
}
html.new-design .order-9 {
  order: 9;
}
html.new-design .order-10 {
  order: 10;
}
html.new-design .order-11 {
  order: 11;
}
html.new-design .order-12 {
  order: 12;
}
html.new-design .offset-1 {
  margin-left: 8.3333333333%;
}
html.new-design .offset-2 {
  margin-left: 16.6666666667%;
}
html.new-design .offset-3 {
  margin-left: 25%;
}
html.new-design .offset-4 {
  margin-left: 33.3333333333%;
}
html.new-design .offset-5 {
  margin-left: 41.6666666667%;
}
html.new-design .offset-6 {
  margin-left: 50%;
}
html.new-design .offset-7 {
  margin-left: 58.3333333333%;
}
html.new-design .offset-8 {
  margin-left: 66.6666666667%;
}
html.new-design .offset-9 {
  margin-left: 75%;
}
html.new-design .offset-10 {
  margin-left: 83.3333333333%;
}
html.new-design .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  html.new-design .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html.new-design .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html.new-design .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html.new-design .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html.new-design .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html.new-design .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html.new-design .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html.new-design .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html.new-design .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html.new-design .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html.new-design .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .order-sm-first {
    order: -1;
  }
  html.new-design .order-sm-last {
    order: 13;
  }
  html.new-design .order-sm-0 {
    order: 0;
  }
  html.new-design .order-sm-1 {
    order: 1;
  }
  html.new-design .order-sm-2 {
    order: 2;
  }
  html.new-design .order-sm-3 {
    order: 3;
  }
  html.new-design .order-sm-4 {
    order: 4;
  }
  html.new-design .order-sm-5 {
    order: 5;
  }
  html.new-design .order-sm-6 {
    order: 6;
  }
  html.new-design .order-sm-7 {
    order: 7;
  }
  html.new-design .order-sm-8 {
    order: 8;
  }
  html.new-design .order-sm-9 {
    order: 9;
  }
  html.new-design .order-sm-10 {
    order: 10;
  }
  html.new-design .order-sm-11 {
    order: 11;
  }
  html.new-design .order-sm-12 {
    order: 12;
  }
  html.new-design .offset-sm-0 {
    margin-left: 0;
  }
  html.new-design .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html.new-design .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html.new-design .offset-sm-3 {
    margin-left: 25%;
  }
  html.new-design .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html.new-design .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html.new-design .offset-sm-6 {
    margin-left: 50%;
  }
  html.new-design .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html.new-design .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html.new-design .offset-sm-9 {
    margin-left: 75%;
  }
  html.new-design .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html.new-design .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  html.new-design .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html.new-design .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html.new-design .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html.new-design .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html.new-design .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html.new-design .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html.new-design .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html.new-design .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html.new-design .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html.new-design .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html.new-design .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .order-md-first {
    order: -1;
  }
  html.new-design .order-md-last {
    order: 13;
  }
  html.new-design .order-md-0 {
    order: 0;
  }
  html.new-design .order-md-1 {
    order: 1;
  }
  html.new-design .order-md-2 {
    order: 2;
  }
  html.new-design .order-md-3 {
    order: 3;
  }
  html.new-design .order-md-4 {
    order: 4;
  }
  html.new-design .order-md-5 {
    order: 5;
  }
  html.new-design .order-md-6 {
    order: 6;
  }
  html.new-design .order-md-7 {
    order: 7;
  }
  html.new-design .order-md-8 {
    order: 8;
  }
  html.new-design .order-md-9 {
    order: 9;
  }
  html.new-design .order-md-10 {
    order: 10;
  }
  html.new-design .order-md-11 {
    order: 11;
  }
  html.new-design .order-md-12 {
    order: 12;
  }
  html.new-design .offset-md-0 {
    margin-left: 0;
  }
  html.new-design .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html.new-design .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html.new-design .offset-md-3 {
    margin-left: 25%;
  }
  html.new-design .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html.new-design .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html.new-design .offset-md-6 {
    margin-left: 50%;
  }
  html.new-design .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html.new-design .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html.new-design .offset-md-9 {
    margin-left: 75%;
  }
  html.new-design .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html.new-design .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  html.new-design .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html.new-design .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html.new-design .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html.new-design .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html.new-design .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html.new-design .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html.new-design .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html.new-design .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html.new-design .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html.new-design .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html.new-design .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .order-lg-first {
    order: -1;
  }
  html.new-design .order-lg-last {
    order: 13;
  }
  html.new-design .order-lg-0 {
    order: 0;
  }
  html.new-design .order-lg-1 {
    order: 1;
  }
  html.new-design .order-lg-2 {
    order: 2;
  }
  html.new-design .order-lg-3 {
    order: 3;
  }
  html.new-design .order-lg-4 {
    order: 4;
  }
  html.new-design .order-lg-5 {
    order: 5;
  }
  html.new-design .order-lg-6 {
    order: 6;
  }
  html.new-design .order-lg-7 {
    order: 7;
  }
  html.new-design .order-lg-8 {
    order: 8;
  }
  html.new-design .order-lg-9 {
    order: 9;
  }
  html.new-design .order-lg-10 {
    order: 10;
  }
  html.new-design .order-lg-11 {
    order: 11;
  }
  html.new-design .order-lg-12 {
    order: 12;
  }
  html.new-design .offset-lg-0 {
    margin-left: 0;
  }
  html.new-design .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html.new-design .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html.new-design .offset-lg-3 {
    margin-left: 25%;
  }
  html.new-design .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html.new-design .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html.new-design .offset-lg-6 {
    margin-left: 50%;
  }
  html.new-design .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html.new-design .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html.new-design .offset-lg-9 {
    margin-left: 75%;
  }
  html.new-design .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html.new-design .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  html.new-design .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html.new-design .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html.new-design .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html.new-design .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html.new-design .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html.new-design .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html.new-design .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html.new-design .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html.new-design .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html.new-design .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html.new-design .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html.new-design .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html.new-design .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html.new-design .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html.new-design .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html.new-design .order-xl-first {
    order: -1;
  }
  html.new-design .order-xl-last {
    order: 13;
  }
  html.new-design .order-xl-0 {
    order: 0;
  }
  html.new-design .order-xl-1 {
    order: 1;
  }
  html.new-design .order-xl-2 {
    order: 2;
  }
  html.new-design .order-xl-3 {
    order: 3;
  }
  html.new-design .order-xl-4 {
    order: 4;
  }
  html.new-design .order-xl-5 {
    order: 5;
  }
  html.new-design .order-xl-6 {
    order: 6;
  }
  html.new-design .order-xl-7 {
    order: 7;
  }
  html.new-design .order-xl-8 {
    order: 8;
  }
  html.new-design .order-xl-9 {
    order: 9;
  }
  html.new-design .order-xl-10 {
    order: 10;
  }
  html.new-design .order-xl-11 {
    order: 11;
  }
  html.new-design .order-xl-12 {
    order: 12;
  }
  html.new-design .offset-xl-0 {
    margin-left: 0;
  }
  html.new-design .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html.new-design .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html.new-design .offset-xl-3 {
    margin-left: 25%;
  }
  html.new-design .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html.new-design .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html.new-design .offset-xl-6 {
    margin-left: 50%;
  }
  html.new-design .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html.new-design .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html.new-design .offset-xl-9 {
    margin-left: 75%;
  }
  html.new-design .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html.new-design .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media print {
  html.new-design .col-print-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media print {
  html.new-design .col-print-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media print {
  html.new-design .col-print-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media print {
  html.new-design .col-print-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media print {
  html.new-design .col-print-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media print {
  html.new-design .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print {
  html.new-design .col-print-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media print {
  html.new-design .col-print-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media print {
  html.new-design .col-print-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media print {
  html.new-design .col-print-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media print {
  html.new-design .col-print-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media print {
  html.new-design .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
html.new-design .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
html.new-design .table th,
html.new-design .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
html.new-design .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
html.new-design .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
html.new-design .table-sm th,
html.new-design .table-sm td {
  padding: 0.3rem;
}
html.new-design .table-bordered {
  border: 1px solid #dee2e6;
}
html.new-design .table-bordered th,
html.new-design .table-bordered td {
  border: 1px solid #dee2e6;
}
html.new-design .table-bordered thead th,
html.new-design .table-bordered thead td {
  border-bottom-width: 2px;
}
html.new-design .table-borderless th,
html.new-design .table-borderless td,
html.new-design .table-borderless thead th,
html.new-design .table-borderless tbody + tbody {
  border: 0;
}
html.new-design .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
html.new-design .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
html.new-design .table-primary,
html.new-design .table-primary > th,
html.new-design .table-primary > td {
  background-color: #bceef8;
}
html.new-design .table-primary th,
html.new-design .table-primary td,
html.new-design .table-primary thead th,
html.new-design .table-primary tbody + tbody {
  border-color: #82e0f3;
}
html.new-design .table-hover .table-primary:hover {
  background-color: #a5e8f6;
}
html.new-design .table-hover .table-primary:hover > td,
html.new-design .table-hover .table-primary:hover > th {
  background-color: #a5e8f6;
}
html.new-design .table-secondary,
html.new-design .table-secondary > th,
html.new-design .table-secondary > td {
  background-color: #d6d8db;
}
html.new-design .table-secondary th,
html.new-design .table-secondary td,
html.new-design .table-secondary thead th,
html.new-design .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
html.new-design .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
html.new-design .table-hover .table-secondary:hover > td,
html.new-design .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
html.new-design .table-success,
html.new-design .table-success > th,
html.new-design .table-success > td {
  background-color: #c3e6cb;
}
html.new-design .table-success th,
html.new-design .table-success td,
html.new-design .table-success thead th,
html.new-design .table-success tbody + tbody {
  border-color: #8fd19e;
}
html.new-design .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
html.new-design .table-hover .table-success:hover > td,
html.new-design .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
html.new-design .table-info,
html.new-design .table-info > th,
html.new-design .table-info > td {
  background-color: #bee5eb;
}
html.new-design .table-info th,
html.new-design .table-info td,
html.new-design .table-info thead th,
html.new-design .table-info tbody + tbody {
  border-color: #86cfda;
}
html.new-design .table-hover .table-info:hover {
  background-color: #abdde5;
}
html.new-design .table-hover .table-info:hover > td,
html.new-design .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
html.new-design .table-warning,
html.new-design .table-warning > th,
html.new-design .table-warning > td {
  background-color: #ffeeba;
}
html.new-design .table-warning th,
html.new-design .table-warning td,
html.new-design .table-warning thead th,
html.new-design .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
html.new-design .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
html.new-design .table-hover .table-warning:hover > td,
html.new-design .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
html.new-design .table-danger,
html.new-design .table-danger > th,
html.new-design .table-danger > td {
  background-color: #fdcfe0;
}
html.new-design .table-danger th,
html.new-design .table-danger td,
html.new-design .table-danger thead th,
html.new-design .table-danger tbody + tbody {
  border-color: #fca6c6;
}
html.new-design .table-hover .table-danger:hover {
  background-color: #fcb7d0;
}
html.new-design .table-hover .table-danger:hover > td,
html.new-design .table-hover .table-danger:hover > th {
  background-color: #fcb7d0;
}
html.new-design .table-light,
html.new-design .table-light > th,
html.new-design .table-light > td {
  background-color: #fdfdfe;
}
html.new-design .table-light th,
html.new-design .table-light td,
html.new-design .table-light thead th,
html.new-design .table-light tbody + tbody {
  border-color: #fbfcfc;
}
html.new-design .table-hover .table-light:hover {
  background-color: #ececf6;
}
html.new-design .table-hover .table-light:hover > td,
html.new-design .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
html.new-design .table-dark,
html.new-design .table-dark > th,
html.new-design .table-dark > td {
  background-color: #c6c8ca;
}
html.new-design .table-dark th,
html.new-design .table-dark td,
html.new-design .table-dark thead th,
html.new-design .table-dark tbody + tbody {
  border-color: #95999c;
}
html.new-design .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
html.new-design .table-hover .table-dark:hover > td,
html.new-design .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
html.new-design .table-active,
html.new-design .table-active > th,
html.new-design .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
html.new-design .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html.new-design .table-hover .table-active:hover > td,
html.new-design .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
html.new-design .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
html.new-design .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html.new-design .table-dark {
  color: #fff;
  background-color: #343a40;
}
html.new-design .table-dark th,
html.new-design .table-dark td,
html.new-design .table-dark thead th {
  border-color: #454d55;
}
html.new-design .table-dark.table-bordered {
  border: 0;
}
html.new-design .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
html.new-design .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  html.new-design .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html.new-design .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  html.new-design .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html.new-design .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  html.new-design .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html.new-design .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  html.new-design .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html.new-design .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
html.new-design .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
html.new-design .table-responsive > .table-bordered {
  border: 0;
}
html.new-design .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) {
  html.new-design .form-control {
    transition: none;
  }
}
html.new-design .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
html.new-design .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
html.new-design .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7de3f7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
html.new-design .form-control:disabled, html.new-design .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
html.new-design input[type=date].form-control,
html.new-design input[type=time].form-control,
html.new-design input[type=datetime-local].form-control,
html.new-design input[type=month].form-control {
  appearance: none;
}
html.new-design select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html.new-design .form-control-file,
html.new-design .form-control-range {
  display: block;
  width: 100%;
}
html.new-design .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;
}
html.new-design .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
html.new-design .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
html.new-design .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;
}
html.new-design .form-control-plaintext.form-control-sm, html.new-design .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
html.new-design .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;
}
html.new-design .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;
}
html.new-design select.form-control[size], html.new-design select.form-control[multiple] {
  height: auto;
}
html.new-design textarea.form-control {
  height: auto;
}
html.new-design .form-group {
  margin-bottom: 1rem;
}
html.new-design .form-text {
  display: block;
  margin-top: 0.25rem;
}
html.new-design .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.35715rem;
  margin-left: -0.35715rem;
}
html.new-design .form-row > .col,
html.new-design .form-row > [class*=col-] {
  padding-right: 0.35715rem;
  padding-left: 0.35715rem;
}
html.new-design .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
html.new-design .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
html.new-design .form-check-input[disabled] ~ .form-check-label, html.new-design .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
html.new-design .form-check-label {
  margin-bottom: 0;
}
html.new-design .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
html.new-design .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
html.new-design .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
html.new-design .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;
}
.was-validated html.new-design:valid ~ .valid-feedback,
.was-validated html.new-design:valid ~ .valid-tooltip, html.new-design.is-valid ~ .valid-feedback,
html.new-design.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html.new-design .form-control:valid, html.new-design .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 html.new-design .form-control:valid:focus, html.new-design .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated html.new-design textarea.form-control:valid, html.new-design 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 html.new-design .custom-select:valid, html.new-design .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.5714rem 0.7143rem, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated html.new-design .custom-select:valid:focus, html.new-design .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated html.new-design .form-check-input:valid ~ .form-check-label, html.new-design .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated html.new-design .form-check-input:valid ~ .valid-feedback,
.was-validated html.new-design .form-check-input:valid ~ .valid-tooltip, html.new-design .form-check-input.is-valid ~ .valid-feedback,
html.new-design .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html.new-design .custom-control-input:valid ~ .custom-control-label, html.new-design .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated html.new-design .custom-control-input:valid ~ .custom-control-label::before, html.new-design .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated html.new-design .custom-control-input:valid:checked ~ .custom-control-label::before, html.new-design .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated html.new-design .custom-control-input:valid:focus ~ .custom-control-label::before, html.new-design .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 html.new-design .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, html.new-design .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated html.new-design .custom-file-input:valid ~ .custom-file-label, html.new-design .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated html.new-design .custom-file-input:valid:focus ~ .custom-file-label, html.new-design .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);
}
html.new-design .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F95492;
}
html.new-design .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(249, 84, 146, 0.9);
  border-radius: 0.25rem;
}
.was-validated html.new-design:invalid ~ .invalid-feedback,
.was-validated html.new-design:invalid ~ .invalid-tooltip, html.new-design.is-invalid ~ .invalid-feedback,
html.new-design.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html.new-design .form-control:invalid, html.new-design .form-control.is-invalid {
  border-color: #F95492;
  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='%23F95492' 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='%23F95492' 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 html.new-design .form-control:invalid:focus, html.new-design .form-control.is-invalid:focus {
  border-color: #F95492;
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.25);
}
.was-validated html.new-design textarea.form-control:invalid, html.new-design 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 html.new-design .custom-select:invalid, html.new-design .custom-select.is-invalid {
  border-color: #F95492;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.5714rem 0.7143rem, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F95492' 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='%23F95492' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated html.new-design .custom-select:invalid:focus, html.new-design .custom-select.is-invalid:focus {
  border-color: #F95492;
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.25);
}
.was-validated html.new-design .form-check-input:invalid ~ .form-check-label, html.new-design .form-check-input.is-invalid ~ .form-check-label {
  color: #F95492;
}
.was-validated html.new-design .form-check-input:invalid ~ .invalid-feedback,
.was-validated html.new-design .form-check-input:invalid ~ .invalid-tooltip, html.new-design .form-check-input.is-invalid ~ .invalid-feedback,
html.new-design .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html.new-design .custom-control-input:invalid ~ .custom-control-label, html.new-design .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F95492;
}
.was-validated html.new-design .custom-control-input:invalid ~ .custom-control-label::before, html.new-design .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F95492;
}
.was-validated html.new-design .custom-control-input:invalid:checked ~ .custom-control-label::before, html.new-design .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fb85b1;
  background-color: #fb85b1;
}
.was-validated html.new-design .custom-control-input:invalid:focus ~ .custom-control-label::before, html.new-design .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.25);
}
.was-validated html.new-design .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, html.new-design .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F95492;
}
.was-validated html.new-design .custom-file-input:invalid ~ .custom-file-label, html.new-design .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F95492;
}
.was-validated html.new-design .custom-file-input:invalid:focus ~ .custom-file-label, html.new-design .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F95492;
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.25);
}
html.new-design .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
html.new-design .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  html.new-design .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  html.new-design .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  html.new-design .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.new-design .form-inline .form-control-plaintext {
    display: inline-block;
  }
  html.new-design .form-inline .input-group,
  html.new-design .form-inline .custom-select {
    width: auto;
  }
  html.new-design .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  html.new-design .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  html.new-design .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  html.new-design .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
html.new-design .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) {
  html.new-design .btn {
    transition: none;
  }
}
html.new-design .btn:hover {
  color: #212529;
  text-decoration: none;
}
html.new-design .btn:focus, html.new-design .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .btn.disabled, html.new-design .btn:disabled {
  opacity: 0.65;
}
html.new-design .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html.new-design a.btn.disabled,
html.new-design fieldset:disabled a.btn {
  pointer-events: none;
}
html.new-design .btn-primary {
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-primary:hover {
  color: #fff;
  background-color: #0ca5c3;
  border-color: #0b9ab7;
}
html.new-design .btn-primary:focus, html.new-design .btn-primary.focus {
  color: #fff;
  background-color: #0ca5c3;
  border-color: #0b9ab7;
  box-shadow: 0 0 0 0.2rem rgba(50, 204, 235, 0.5);
}
html.new-design .btn-primary.disabled, html.new-design .btn-primary:disabled {
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-primary:not(:disabled):not(.disabled):active, html.new-design .btn-primary:not(:disabled):not(.disabled).active, .show > html.new-design .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b9ab7;
  border-color: #0a90ab;
}
html.new-design .btn-primary:not(:disabled):not(.disabled):active:focus, html.new-design .btn-primary:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 204, 235, 0.5);
}
html.new-design .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
html.new-design .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
html.new-design .btn-secondary:focus, html.new-design .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
html.new-design .btn-secondary.disabled, html.new-design .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
html.new-design .btn-secondary:not(:disabled):not(.disabled):active, html.new-design .btn-secondary:not(:disabled):not(.disabled).active, .show > html.new-design .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
html.new-design .btn-secondary:not(:disabled):not(.disabled):active:focus, html.new-design .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
html.new-design .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
html.new-design .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
html.new-design .btn-success:focus, html.new-design .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
html.new-design .btn-success.disabled, html.new-design .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
html.new-design .btn-success:not(:disabled):not(.disabled):active, html.new-design .btn-success:not(:disabled):not(.disabled).active, .show > html.new-design .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
html.new-design .btn-success:not(:disabled):not(.disabled):active:focus, html.new-design .btn-success:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
html.new-design .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
html.new-design .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
html.new-design .btn-info:focus, html.new-design .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
html.new-design .btn-info.disabled, html.new-design .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
html.new-design .btn-info:not(:disabled):not(.disabled):active, html.new-design .btn-info:not(:disabled):not(.disabled).active, .show > html.new-design .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
html.new-design .btn-info:not(:disabled):not(.disabled):active:focus, html.new-design .btn-info:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
html.new-design .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
html.new-design .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
html.new-design .btn-warning:focus, html.new-design .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
html.new-design .btn-warning.disabled, html.new-design .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
html.new-design .btn-warning:not(:disabled):not(.disabled):active, html.new-design .btn-warning:not(:disabled):not(.disabled).active, .show > html.new-design .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
html.new-design .btn-warning:not(:disabled):not(.disabled):active:focus, html.new-design .btn-warning:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
html.new-design .btn-danger {
  color: #fff;
  background-color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-danger:hover {
  color: #fff;
  background-color: #f82f7a;
  border-color: #f72373;
}
html.new-design .btn-danger:focus, html.new-design .btn-danger.focus {
  color: #fff;
  background-color: #f82f7a;
  border-color: #f72373;
  box-shadow: 0 0 0 0.2rem rgba(250, 110, 162, 0.5);
}
html.new-design .btn-danger.disabled, html.new-design .btn-danger:disabled {
  color: #fff;
  background-color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-danger:not(:disabled):not(.disabled):active, html.new-design .btn-danger:not(:disabled):not(.disabled).active, .show > html.new-design .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f72373;
  border-color: #f7166b;
}
html.new-design .btn-danger:not(:disabled):not(.disabled):active:focus, html.new-design .btn-danger:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 110, 162, 0.5);
}
html.new-design .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html.new-design .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
html.new-design .btn-light:focus, html.new-design .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
html.new-design .btn-light.disabled, html.new-design .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html.new-design .btn-light:not(:disabled):not(.disabled):active, html.new-design .btn-light:not(:disabled):not(.disabled).active, .show > html.new-design .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
html.new-design .btn-light:not(:disabled):not(.disabled):active:focus, html.new-design .btn-light:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
html.new-design .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html.new-design .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
html.new-design .btn-dark:focus, html.new-design .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
html.new-design .btn-dark.disabled, html.new-design .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html.new-design .btn-dark:not(:disabled):not(.disabled):active, html.new-design .btn-dark:not(:disabled):not(.disabled).active, .show > html.new-design .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
html.new-design .btn-dark:not(:disabled):not(.disabled):active:focus, html.new-design .btn-dark:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
html.new-design .btn-outline-primary {
  color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-outline-primary:hover {
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-outline-primary:focus, html.new-design .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.5);
}
html.new-design .btn-outline-primary.disabled, html.new-design .btn-outline-primary:disabled {
  color: #0EC3E7;
  background-color: transparent;
}
html.new-design .btn-outline-primary:not(:disabled):not(.disabled):active, html.new-design .btn-outline-primary:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-outline-primary:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.5);
}
html.new-design .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
html.new-design .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
html.new-design .btn-outline-secondary:focus, html.new-design .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
html.new-design .btn-outline-secondary.disabled, html.new-design .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
html.new-design .btn-outline-secondary:not(:disabled):not(.disabled):active, html.new-design .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
html.new-design .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
html.new-design .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
html.new-design .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
html.new-design .btn-outline-success:focus, html.new-design .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
html.new-design .btn-outline-success.disabled, html.new-design .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
html.new-design .btn-outline-success:not(:disabled):not(.disabled):active, html.new-design .btn-outline-success:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
html.new-design .btn-outline-success:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
html.new-design .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
html.new-design .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
html.new-design .btn-outline-info:focus, html.new-design .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
html.new-design .btn-outline-info.disabled, html.new-design .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
html.new-design .btn-outline-info:not(:disabled):not(.disabled):active, html.new-design .btn-outline-info:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
html.new-design .btn-outline-info:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
html.new-design .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
html.new-design .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
html.new-design .btn-outline-warning:focus, html.new-design .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
html.new-design .btn-outline-warning.disabled, html.new-design .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
html.new-design .btn-outline-warning:not(:disabled):not(.disabled):active, html.new-design .btn-outline-warning:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
html.new-design .btn-outline-warning:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
html.new-design .btn-outline-danger {
  color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-outline-danger:hover {
  color: #fff;
  background-color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-outline-danger:focus, html.new-design .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.5);
}
html.new-design .btn-outline-danger.disabled, html.new-design .btn-outline-danger:disabled {
  color: #F95492;
  background-color: transparent;
}
html.new-design .btn-outline-danger:not(:disabled):not(.disabled):active, html.new-design .btn-outline-danger:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-outline-danger:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.5);
}
html.new-design .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
html.new-design .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html.new-design .btn-outline-light:focus, html.new-design .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html.new-design .btn-outline-light.disabled, html.new-design .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
html.new-design .btn-outline-light:not(:disabled):not(.disabled):active, html.new-design .btn-outline-light:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html.new-design .btn-outline-light:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html.new-design .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
html.new-design .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html.new-design .btn-outline-dark:focus, html.new-design .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html.new-design .btn-outline-dark.disabled, html.new-design .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
html.new-design .btn-outline-dark:not(:disabled):not(.disabled):active, html.new-design .btn-outline-dark:not(:disabled):not(.disabled).active, .show > html.new-design .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html.new-design .btn-outline-dark:not(:disabled):not(.disabled):active:focus, html.new-design .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > html.new-design .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html.new-design .btn-link {
  font-weight: 400;
  color: #0EC3E7;
  text-decoration: none;
}
html.new-design .btn-link:hover {
  color: #0a869f;
  text-decoration: underline;
}
html.new-design .btn-link:focus, html.new-design .btn-link.focus {
  text-decoration: underline;
}
html.new-design .btn-link:disabled, html.new-design .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
html.new-design .btn-lg, html.new-design .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
html.new-design .btn-sm, html.new-design .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
html.new-design .btn-block {
  display: block;
  width: 100%;
}
html.new-design .btn-block + .btn-block {
  margin-top: 0.5rem;
}
html.new-design input[type=submit].btn-block,
html.new-design input[type=reset].btn-block,
html.new-design input[type=button].btn-block {
  width: 100%;
}
html.new-design .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .fade {
    transition: none;
  }
}
html.new-design .fade:not(.show) {
  opacity: 0;
}
html.new-design .collapse:not(.show) {
  display: none;
}
html.new-design .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .collapsing {
    transition: none;
  }
}
html.new-design .dropup,
html.new-design .dropright,
html.new-design .dropdown,
html.new-design .dropleft {
  position: relative;
}
html.new-design .dropdown-toggle {
  white-space: nowrap;
}
html.new-design .dropdown-menu {
  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;
  cursor: pointer;
}
html.new-design .dropdown-menu-left {
  right: auto;
  left: 0;
}
html.new-design .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  html.new-design .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  html.new-design .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  html.new-design .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  html.new-design .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  html.new-design .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  html.new-design .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  html.new-design .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  html.new-design .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
html.new-design .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html.new-design .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
html.new-design .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
html.new-design .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
html.new-design .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
html.new-design .dropdown-menu[x-placement^=top], html.new-design .dropdown-menu[x-placement^=right], html.new-design .dropdown-menu[x-placement^=bottom], html.new-design .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
html.new-design .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
html.new-design .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;
}
html.new-design .dropdown-item:hover, html.new-design .dropdown-item:focus {
  color: #F95492;
  text-decoration: none;
  background-color: #f8f9fa;
}
html.new-design .dropdown-item.selected, html.new-design .dropdown-item.active, html.new-design .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0EC3E7;
}
html.new-design .dropdown-item.disabled, html.new-design .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
html.new-design .dropdown-menu.show {
  display: block;
}
html.new-design .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
html.new-design .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
html.new-design .btn-group,
html.new-design .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
html.new-design .btn-group > .btn,
html.new-design .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
html.new-design .btn-group > .btn:hover,
html.new-design .btn-group-vertical > .btn:hover {
  z-index: 1;
}
html.new-design .btn-group > .btn:focus, html.new-design .btn-group > .btn:active, html.new-design .btn-group > .btn.active,
html.new-design .btn-group-vertical > .btn:focus,
html.new-design .btn-group-vertical > .btn:active,
html.new-design .btn-group-vertical > .btn.active {
  z-index: 1;
}
html.new-design .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html.new-design .btn-toolbar .input-group {
  width: auto;
}
html.new-design .btn-group > .btn:not(:first-child),
html.new-design .btn-group > .btn-group:not(:first-child) {
  margin-left: 1px;
}
html.new-design .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html.new-design .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.new-design .btn-group > .btn:not(:first-child),
html.new-design .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html.new-design .dropdown-toggle-split::after, .dropup html.new-design .dropdown-toggle-split::after, .dropright html.new-design .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft html.new-design .dropdown-toggle-split::before {
  margin-right: 0;
}
html.new-design .btn-sm + .dropdown-toggle-split, html.new-design .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html.new-design .btn-lg + .dropdown-toggle-split, html.new-design .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html.new-design .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html.new-design .btn-group-vertical > .btn,
html.new-design .btn-group-vertical > .btn-group {
  width: 100%;
}
html.new-design .btn-group-vertical > .btn:not(:first-child),
html.new-design .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
html.new-design .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
html.new-design .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .btn-group-vertical > .btn:not(:first-child),
html.new-design .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.new-design .btn-group-toggle > .btn,
html.new-design .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
html.new-design .btn-group-toggle > .btn input[type=radio],
html.new-design .btn-group-toggle > .btn input[type=checkbox],
html.new-design .btn-group-toggle > .btn-group > .btn input[type=radio],
html.new-design .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html.new-design .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
html.new-design .input-group > .form-control,
html.new-design .input-group > .form-control-plaintext,
html.new-design .input-group > .custom-select,
html.new-design .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
html.new-design .input-group > .form-control + .form-control,
html.new-design .input-group > .form-control + .custom-select,
html.new-design .input-group > .form-control + .custom-file,
html.new-design .input-group > .form-control-plaintext + .form-control,
html.new-design .input-group > .form-control-plaintext + .custom-select,
html.new-design .input-group > .form-control-plaintext + .custom-file,
html.new-design .input-group > .custom-select + .form-control,
html.new-design .input-group > .custom-select + .custom-select,
html.new-design .input-group > .custom-select + .custom-file,
html.new-design .input-group > .custom-file + .form-control,
html.new-design .input-group > .custom-file + .custom-select,
html.new-design .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
html.new-design .input-group > .form-control:focus,
html.new-design .input-group > .custom-select:focus,
html.new-design .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
html.new-design .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
html.new-design .input-group > .form-control:not(:last-child),
html.new-design .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.new-design .input-group > .form-control:not(:first-child),
html.new-design .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .input-group > .custom-file {
  display: flex;
  align-items: center;
}
html.new-design .input-group > .custom-file:not(:last-child) .custom-file-label, html.new-design .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.new-design .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .input-group-prepend,
html.new-design .input-group-append {
  display: flex;
}
html.new-design .input-group-prepend .btn,
html.new-design .input-group-append .btn {
  position: relative;
  z-index: 2;
}
html.new-design .input-group-prepend .btn:focus,
html.new-design .input-group-append .btn:focus {
  z-index: 3;
}
html.new-design .input-group-prepend .btn + .btn,
html.new-design .input-group-prepend .btn + .input-group-text,
html.new-design .input-group-prepend .input-group-text + .input-group-text,
html.new-design .input-group-prepend .input-group-text + .btn,
html.new-design .input-group-append .btn + .btn,
html.new-design .input-group-append .btn + .input-group-text,
html.new-design .input-group-append .input-group-text + .input-group-text,
html.new-design .input-group-append .input-group-text + .btn {
  margin-left: 1px;
}
html.new-design .input-group-prepend {
  margin-right: -1px;
}
html.new-design .input-group-append {
  margin-left: -1px;
}
html.new-design .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;
}
html.new-design .input-group-text input[type=radio],
html.new-design .input-group-text input[type=checkbox] {
  margin-top: 0;
}
html.new-design .input-group-lg > .form-control:not(textarea),
html.new-design .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
html.new-design .input-group-lg > .form-control,
html.new-design .input-group-lg > .custom-select,
html.new-design .input-group-lg > .input-group-prepend > .input-group-text,
html.new-design .input-group-lg > .input-group-append > .input-group-text,
html.new-design .input-group-lg > .input-group-prepend > .btn,
html.new-design .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
html.new-design .input-group-sm > .form-control:not(textarea),
html.new-design .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
html.new-design .input-group-sm > .form-control,
html.new-design .input-group-sm > .custom-select,
html.new-design .input-group-sm > .input-group-prepend > .input-group-text,
html.new-design .input-group-sm > .input-group-append > .input-group-text,
html.new-design .input-group-sm > .input-group-prepend > .btn,
html.new-design .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
html.new-design .input-group-lg > .custom-select,
html.new-design .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
html.new-design .input-group > .input-group-prepend > .btn,
html.new-design .input-group > .input-group-prepend > .input-group-text,
html.new-design .input-group > .input-group-append:not(:last-child) > .btn,
html.new-design .input-group > .input-group-append:not(:last-child) > .input-group-text,
html.new-design .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html.new-design .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html.new-design .input-group > .input-group-append > .btn,
html.new-design .input-group > .input-group-append > .input-group-text,
html.new-design .input-group > .input-group-prepend:not(:first-child) > .btn,
html.new-design .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html.new-design .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html.new-design .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
html.new-design .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
html.new-design .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
html.new-design .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0EC3E7;
  background-color: #0EC3E7;
}
html.new-design .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7de3f7;
}
html.new-design .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #adedfa;
  border-color: #adedfa;
}
html.new-design .custom-control-input[disabled] ~ .custom-control-label, html.new-design .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
html.new-design .custom-control-input[disabled] ~ .custom-control-label::before, html.new-design .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
html.new-design .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
html.new-design .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;
}
html.new-design .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
html.new-design .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
html.new-design .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");
}
html.new-design .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0EC3E7;
  background-color: #0EC3E7;
}
html.new-design .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");
}
html.new-design .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 195, 231, 0.5);
}
html.new-design .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(14, 195, 231, 0.5);
}
html.new-design .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
html.new-design .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");
}
html.new-design .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 195, 231, 0.5);
}
html.new-design .custom-switch {
  padding-left: 2.25rem;
}
html.new-design .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
html.new-design .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) {
  html.new-design .custom-switch .custom-control-label::after {
    transition: none;
  }
}
html.new-design .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
html.new-design .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 195, 231, 0.5);
}
html.new-design .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/0.5714rem 0.7143rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
html.new-design .custom-select:focus {
  border-color: #7de3f7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html.new-design .custom-select[multiple], html.new-design .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
html.new-design .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
html.new-design .custom-select::-ms-expand {
  display: none;
}
html.new-design .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
html.new-design .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;
}
html.new-design .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
html.new-design .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
html.new-design .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
html.new-design .custom-file-input:focus ~ .custom-file-label {
  border-color: #7de3f7;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-file-input[disabled] ~ .custom-file-label, html.new-design .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
html.new-design .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
html.new-design .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
html.new-design .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
html.new-design .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;
}
html.new-design .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
html.new-design .custom-range:focus {
  outline: none;
}
html.new-design .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .custom-range::-moz-focus-outer {
  border: 0;
}
html.new-design .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0EC3E7;
  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) {
  html.new-design .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
html.new-design .custom-range::-webkit-slider-thumb:active {
  background-color: #adedfa;
}
html.new-design .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html.new-design .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0EC3E7;
  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) {
  html.new-design .custom-range::-moz-range-thumb {
    transition: none;
  }
}
html.new-design .custom-range::-moz-range-thumb:active {
  background-color: #adedfa;
}
html.new-design .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html.new-design .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0EC3E7;
  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) {
  html.new-design .custom-range::-ms-thumb {
    transition: none;
  }
}
html.new-design .custom-range::-ms-thumb:active {
  background-color: #adedfa;
}
html.new-design .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
html.new-design .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
html.new-design .custom-range::-ms-fill-upper {
  margin-right: 1.0714rem;
  background-color: #dee2e6;
  border-radius: 1rem;
}
html.new-design .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
html.new-design .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
html.new-design .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
html.new-design .custom-range:disabled::-moz-range-track {
  cursor: default;
}
html.new-design .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
html.new-design .custom-control-label::before,
html.new-design .custom-file-label,
html.new-design .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) {
  html.new-design .custom-control-label::before,
  html.new-design .custom-file-label,
  html.new-design .custom-select {
    transition: none;
  }
}
html.new-design .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html.new-design .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
html.new-design .nav-link:hover, html.new-design .nav-link:focus {
  text-decoration: none;
}
html.new-design .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
html.new-design .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
html.new-design .nav-tabs .nav-item {
  margin-bottom: -1px;
}
html.new-design .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html.new-design .nav-tabs .nav-link:hover, html.new-design .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
html.new-design .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
html.new-design .nav-tabs .nav-link.active,
html.new-design .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
html.new-design .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.new-design .nav-pills .nav-link {
  border-radius: 0.25rem;
}
html.new-design .nav-pills .nav-link.active,
html.new-design .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0EC3E7;
}
html.new-design .nav-fill > .nav-link,
html.new-design .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
html.new-design .nav-justified > .nav-link,
html.new-design .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
html.new-design .tab-content > .tab-pane {
  display: none;
}
html.new-design .tab-content > .active {
  display: block;
}
html.new-design .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
html.new-design .navbar .container,
html.new-design .navbar .container-fluid,
html.new-design .navbar .container-sm,
html.new-design .navbar .container-md,
html.new-design .navbar .container-lg,
html.new-design .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
html.new-design .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;
}
html.new-design .navbar-brand:hover, html.new-design .navbar-brand:focus {
  text-decoration: none;
}
html.new-design .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html.new-design .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html.new-design .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
html.new-design .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html.new-design .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
html.new-design .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;
}
html.new-design .navbar-toggler:hover, html.new-design .navbar-toggler:focus {
  text-decoration: none;
}
html.new-design .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  html.new-design .navbar-expand-sm > .container,
  html.new-design .navbar-expand-sm > .container-fluid,
  html.new-design .navbar-expand-sm > .container-sm,
  html.new-design .navbar-expand-sm > .container-md,
  html.new-design .navbar-expand-sm > .container-lg,
  html.new-design .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  html.new-design .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html.new-design .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  html.new-design .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.new-design .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html.new-design .navbar-expand-sm > .container,
  html.new-design .navbar-expand-sm > .container-fluid,
  html.new-design .navbar-expand-sm > .container-sm,
  html.new-design .navbar-expand-sm > .container-md,
  html.new-design .navbar-expand-sm > .container-lg,
  html.new-design .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  html.new-design .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.new-design .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  html.new-design .navbar-expand-md > .container,
  html.new-design .navbar-expand-md > .container-fluid,
  html.new-design .navbar-expand-md > .container-sm,
  html.new-design .navbar-expand-md > .container-md,
  html.new-design .navbar-expand-md > .container-lg,
  html.new-design .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  html.new-design .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html.new-design .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  html.new-design .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.new-design .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html.new-design .navbar-expand-md > .container,
  html.new-design .navbar-expand-md > .container-fluid,
  html.new-design .navbar-expand-md > .container-sm,
  html.new-design .navbar-expand-md > .container-md,
  html.new-design .navbar-expand-md > .container-lg,
  html.new-design .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  html.new-design .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.new-design .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  html.new-design .navbar-expand-lg > .container,
  html.new-design .navbar-expand-lg > .container-fluid,
  html.new-design .navbar-expand-lg > .container-sm,
  html.new-design .navbar-expand-lg > .container-md,
  html.new-design .navbar-expand-lg > .container-lg,
  html.new-design .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  html.new-design .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html.new-design .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  html.new-design .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.new-design .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html.new-design .navbar-expand-lg > .container,
  html.new-design .navbar-expand-lg > .container-fluid,
  html.new-design .navbar-expand-lg > .container-sm,
  html.new-design .navbar-expand-lg > .container-md,
  html.new-design .navbar-expand-lg > .container-lg,
  html.new-design .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  html.new-design .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.new-design .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  html.new-design .navbar-expand-xl > .container,
  html.new-design .navbar-expand-xl > .container-fluid,
  html.new-design .navbar-expand-xl > .container-sm,
  html.new-design .navbar-expand-xl > .container-md,
  html.new-design .navbar-expand-xl > .container-lg,
  html.new-design .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  html.new-design .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html.new-design .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  html.new-design .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html.new-design .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html.new-design .navbar-expand-xl > .container,
  html.new-design .navbar-expand-xl > .container-fluid,
  html.new-design .navbar-expand-xl > .container-sm,
  html.new-design .navbar-expand-xl > .container-md,
  html.new-design .navbar-expand-xl > .container-lg,
  html.new-design .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  html.new-design .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html.new-design .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
html.new-design .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
html.new-design .navbar-expand > .container,
html.new-design .navbar-expand > .container-fluid,
html.new-design .navbar-expand > .container-sm,
html.new-design .navbar-expand > .container-md,
html.new-design .navbar-expand > .container-lg,
html.new-design .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
html.new-design .navbar-expand .navbar-nav {
  flex-direction: row;
}
html.new-design .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html.new-design .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html.new-design .navbar-expand > .container,
html.new-design .navbar-expand > .container-fluid,
html.new-design .navbar-expand > .container-sm,
html.new-design .navbar-expand > .container-md,
html.new-design .navbar-expand > .container-lg,
html.new-design .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
html.new-design .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
html.new-design .navbar-expand .navbar-toggler {
  display: none;
}
html.new-design .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
html.new-design .navbar-light .navbar-brand:hover, html.new-design .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
html.new-design .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
html.new-design .navbar-light .navbar-nav .nav-link:hover, html.new-design .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
html.new-design .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html.new-design .navbar-light .navbar-nav .show > .nav-link,
html.new-design .navbar-light .navbar-nav .active > .nav-link,
html.new-design .navbar-light .navbar-nav .nav-link.show,
html.new-design .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
html.new-design .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
html.new-design .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");
}
html.new-design .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
html.new-design .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
html.new-design .navbar-light .navbar-text a:hover, html.new-design .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
html.new-design .navbar-dark .navbar-brand {
  color: #fff;
}
html.new-design .navbar-dark .navbar-brand:hover, html.new-design .navbar-dark .navbar-brand:focus {
  color: #fff;
}
html.new-design .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
html.new-design .navbar-dark .navbar-nav .nav-link:hover, html.new-design .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
html.new-design .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html.new-design .navbar-dark .navbar-nav .show > .nav-link,
html.new-design .navbar-dark .navbar-nav .active > .nav-link,
html.new-design .navbar-dark .navbar-nav .nav-link.show,
html.new-design .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
html.new-design .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
html.new-design .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");
}
html.new-design .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
html.new-design .navbar-dark .navbar-text a {
  color: #fff;
}
html.new-design .navbar-dark .navbar-text a:hover, html.new-design .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html.new-design .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;
}
html.new-design .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html.new-design .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
html.new-design .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);
}
html.new-design .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);
}
html.new-design .card > .card-header + .list-group,
html.new-design .card > .list-group + .card-footer {
  border-top: 0;
}
html.new-design .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
html.new-design .card-title {
  margin-bottom: 0.75rem;
}
html.new-design .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
html.new-design .card-text:last-child {
  margin-bottom: 0;
}
html.new-design .card-link:hover {
  text-decoration: none;
}
html.new-design .card-link + .card-link {
  margin-left: 1.25rem;
}
html.new-design .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);
}
html.new-design .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
html.new-design .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);
}
html.new-design .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
html.new-design .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
html.new-design .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
html.new-design .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
html.new-design .card-img,
html.new-design .card-img-top,
html.new-design .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
html.new-design .card-img,
html.new-design .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html.new-design .card-img,
html.new-design .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html.new-design .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html.new-design .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  html.new-design .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
html.new-design .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html.new-design .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  html.new-design .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  html.new-design .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html.new-design .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html.new-design .card-group > .card:not(:last-child) .card-img-top,
  html.new-design .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  html.new-design .card-group > .card:not(:last-child) .card-img-bottom,
  html.new-design .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  html.new-design .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html.new-design .card-group > .card:not(:first-child) .card-img-top,
  html.new-design .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  html.new-design .card-group > .card:not(:first-child) .card-img-bottom,
  html.new-design .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
html.new-design .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html.new-design .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  html.new-design .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
html.new-design .accordion {
  overflow-anchor: none;
}
html.new-design .accordion > .card {
  overflow: hidden;
}
html.new-design .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.new-design .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
html.new-design .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
html.new-design .breadcrumb-item {
  display: flex;
}
html.new-design .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
html.new-design .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
html.new-design .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
html.new-design .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
html.new-design .breadcrumb-item.active {
  color: #6c757d;
}
html.new-design .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
html.new-design .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0EC3E7;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
html.new-design .page-link:hover {
  z-index: 2;
  color: #0a869f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html.new-design .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.25);
}
html.new-design .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html.new-design .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html.new-design .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
html.new-design .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
html.new-design .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html.new-design .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html.new-design .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
html.new-design .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html.new-design .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html.new-design .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) {
  html.new-design .badge {
    transition: none;
  }
}
ahtml.new-design .badge:hover, ahtml.new-design .badge:focus {
  text-decoration: none;
}

html.new-design .badge:empty {
  display: none;
}
html.new-design .btn .badge {
  position: relative;
  top: -1px;
}
html.new-design .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
html.new-design .badge-primary {
  color: #fff;
  background-color: #0EC3E7;
}
ahtml.new-design .badge-primary:hover, ahtml.new-design .badge-primary:focus {
  color: #fff;
  background-color: #0b9ab7;
}
ahtml.new-design .badge-primary:focus, ahtml.new-design .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 195, 231, 0.5);
}

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

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

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

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

html.new-design .badge-danger {
  color: #fff;
  background-color: #F95492;
}
ahtml.new-design .badge-danger:hover, ahtml.new-design .badge-danger:focus {
  color: #fff;
  background-color: #f72373;
}
ahtml.new-design .badge-danger:focus, ahtml.new-design .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 84, 146, 0.5);
}

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

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

html.new-design .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  html.new-design .jumbotron {
    padding: 4rem 2rem;
  }
}
html.new-design .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
html.new-design .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html.new-design .alert-heading {
  color: inherit;
}
html.new-design .alert-link {
  font-weight: 700;
}
html.new-design .alert-dismissible {
  padding-right: 4rem;
}
html.new-design .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
html.new-design .alert-primary {
  color: #076578;
  background-color: #cff3fa;
  border-color: #bceef8;
}
html.new-design .alert-primary hr {
  border-top-color: #a5e8f6;
}
html.new-design .alert-primary .alert-link {
  color: #043c48;
}
html.new-design .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
html.new-design .alert-secondary hr {
  border-top-color: #c8cbcf;
}
html.new-design .alert-secondary .alert-link {
  color: #202326;
}
html.new-design .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
html.new-design .alert-success hr {
  border-top-color: #b1dfbb;
}
html.new-design .alert-success .alert-link {
  color: #0b2e13;
}
html.new-design .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
html.new-design .alert-info hr {
  border-top-color: #abdde5;
}
html.new-design .alert-info .alert-link {
  color: #062c33;
}
html.new-design .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
html.new-design .alert-warning hr {
  border-top-color: #ffe8a1;
}
html.new-design .alert-warning .alert-link {
  color: #533f03;
}
html.new-design .alert-danger {
  color: #812c4c;
  background-color: #fedde9;
  border-color: #fdcfe0;
}
html.new-design .alert-danger hr {
  border-top-color: #fcb7d0;
}
html.new-design .alert-danger .alert-link {
  color: #5b1f36;
}
html.new-design .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
html.new-design .alert-light hr {
  border-top-color: #ececf6;
}
html.new-design .alert-light .alert-link {
  color: #686868;
}
html.new-design .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
html.new-design .alert-dark hr {
  border-top-color: #b9bbbe;
}
html.new-design .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
html.new-design .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
html.new-design .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0EC3E7;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .progress-bar {
    transition: none;
  }
}
html.new-design .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;
}
html.new-design .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .progress-bar-animated {
    animation: none;
  }
}
html.new-design .media {
  display: flex;
  align-items: flex-start;
}
html.new-design .media-body {
  flex: 1;
}
html.new-design .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
html.new-design .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
html.new-design .list-group-item-action:hover, html.new-design .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
html.new-design .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
html.new-design .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html.new-design .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html.new-design .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html.new-design .list-group-item.disabled, html.new-design .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
html.new-design .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .list-group-item + html.new-design .list-group-item {
  border-top-width: 0;
}
html.new-design .list-group-item + html.new-design .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
html.new-design .list-group-horizontal {
  flex-direction: row;
}
html.new-design .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
html.new-design .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
html.new-design .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
html.new-design .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
html.new-design .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  html.new-design .list-group-horizontal-sm {
    flex-direction: row;
  }
  html.new-design .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html.new-design .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html.new-design .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  html.new-design .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html.new-design .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  html.new-design .list-group-horizontal-md {
    flex-direction: row;
  }
  html.new-design .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html.new-design .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html.new-design .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  html.new-design .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html.new-design .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  html.new-design .list-group-horizontal-lg {
    flex-direction: row;
  }
  html.new-design .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html.new-design .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html.new-design .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  html.new-design .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html.new-design .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  html.new-design .list-group-horizontal-xl {
    flex-direction: row;
  }
  html.new-design .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html.new-design .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html.new-design .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  html.new-design .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html.new-design .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
html.new-design .list-group-flush {
  border-radius: 0;
}
html.new-design .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
html.new-design .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
html.new-design .list-group-item-primary {
  color: #076578;
  background-color: #bceef8;
}
html.new-design .list-group-item-primary.list-group-item-action:hover, html.new-design .list-group-item-primary.list-group-item-action:focus {
  color: #076578;
  background-color: #a5e8f6;
}
html.new-design .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #076578;
  border-color: #076578;
}
html.new-design .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
html.new-design .list-group-item-secondary.list-group-item-action:hover, html.new-design .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
html.new-design .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
html.new-design .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
html.new-design .list-group-item-success.list-group-item-action:hover, html.new-design .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
html.new-design .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
html.new-design .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
html.new-design .list-group-item-info.list-group-item-action:hover, html.new-design .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
html.new-design .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
html.new-design .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
html.new-design .list-group-item-warning.list-group-item-action:hover, html.new-design .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
html.new-design .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
html.new-design .list-group-item-danger {
  color: #812c4c;
  background-color: #fdcfe0;
}
html.new-design .list-group-item-danger.list-group-item-action:hover, html.new-design .list-group-item-danger.list-group-item-action:focus {
  color: #812c4c;
  background-color: #fcb7d0;
}
html.new-design .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #812c4c;
  border-color: #812c4c;
}
html.new-design .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
html.new-design .list-group-item-light.list-group-item-action:hover, html.new-design .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
html.new-design .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
html.new-design .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
html.new-design .list-group-item-dark.list-group-item-action:hover, html.new-design .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
html.new-design .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
html.new-design .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html.new-design .close:hover {
  color: #000;
  text-decoration: none;
}
html.new-design .close:not(:disabled):not(.disabled):hover, html.new-design .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
html.new-design button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
html.new-design a.close.disabled {
  pointer-events: none;
}
html.new-design .modal-open {
  overflow: hidden;
}
html.new-design .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html.new-design .modal, html.new-design .modal-template {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
html.new-design .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade html.new-design .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade html.new-design .modal-dialog {
    transition: none;
  }
}
.modal.show html.new-design .modal-dialog {
  transform: none;
}
.modal.modal-static html.new-design .modal-dialog {
  transform: scale(1.02);
}
html.new-design .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
html.new-design .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
html.new-design .modal-dialog-scrollable .modal-header,
html.new-design .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
html.new-design .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
html.new-design .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
html.new-design .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
html.new-design .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
html.new-design .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
html.new-design .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
html.new-design .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;
}
html.new-design .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
html.new-design .modal-backdrop.fade {
  opacity: 0;
}
html.new-design .modal-backdrop.show {
  opacity: 0.5;
}
html.new-design .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);
}
html.new-design .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
html.new-design .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
html.new-design .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
html.new-design .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);
}
html.new-design .modal-footer > * {
  margin: 0.25rem;
}
html.new-design .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  html.new-design .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  html.new-design .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  html.new-design .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  html.new-design .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  html.new-design .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  html.new-design .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html.new-design .modal-lg,
  html.new-design .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  html.new-design .modal-xl {
    max-width: 1140px;
  }
}
html.new-design .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
html.new-design .tooltip.show {
  opacity: 0.9;
}
html.new-design .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html.new-design .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html.new-design .bs-tooltip-top, html.new-design .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
html.new-design .bs-tooltip-top .arrow, html.new-design .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
html.new-design .bs-tooltip-top .arrow::before, html.new-design .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html.new-design .bs-tooltip-right, html.new-design .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
html.new-design .bs-tooltip-right .arrow, html.new-design .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html.new-design .bs-tooltip-right .arrow::before, html.new-design .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html.new-design .bs-tooltip-bottom, html.new-design .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
html.new-design .bs-tooltip-bottom .arrow, html.new-design .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
html.new-design .bs-tooltip-bottom .arrow::before, html.new-design .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html.new-design .bs-tooltip-left, html.new-design .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
html.new-design .bs-tooltip-left .arrow, html.new-design .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html.new-design .bs-tooltip-left .arrow::before, html.new-design .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html.new-design .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
html.new-design .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
html.new-design .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
html.new-design .popover .arrow::before, html.new-design .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html.new-design .bs-popover-top, html.new-design .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
html.new-design .bs-popover-top > .arrow, html.new-design .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
html.new-design .bs-popover-top > .arrow::before, html.new-design .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);
}
html.new-design .bs-popover-top > .arrow::after, html.new-design .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
html.new-design .bs-popover-right, html.new-design .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
html.new-design .bs-popover-right > .arrow, html.new-design .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
html.new-design .bs-popover-right > .arrow::before, html.new-design .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);
}
html.new-design .bs-popover-right > .arrow::after, html.new-design .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
html.new-design .bs-popover-bottom, html.new-design .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
html.new-design .bs-popover-bottom > .arrow, html.new-design .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
html.new-design .bs-popover-bottom > .arrow::before, html.new-design .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);
}
html.new-design .bs-popover-bottom > .arrow::after, html.new-design .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
html.new-design .bs-popover-bottom .popover-header::before, html.new-design .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;
}
html.new-design .bs-popover-left, html.new-design .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
html.new-design .bs-popover-left > .arrow, html.new-design .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
html.new-design .bs-popover-left > .arrow::before, html.new-design .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);
}
html.new-design .bs-popover-left > .arrow::after, html.new-design .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
html.new-design .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);
}
html.new-design .popover-header:empty {
  display: none;
}
html.new-design .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
html.new-design .carousel {
  position: relative;
}
html.new-design .carousel.pointer-event {
  touch-action: pan-y;
}
html.new-design .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html.new-design .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
html.new-design .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) {
  html.new-design .carousel-item {
    transition: none;
  }
}
html.new-design .carousel-item.active,
html.new-design .carousel-item-next,
html.new-design .carousel-item-prev {
  display: block;
}
html.new-design .carousel-item-next:not(.carousel-item-left),
html.new-design .active.carousel-item-right {
  transform: translateX(100%);
}
html.new-design .carousel-item-prev:not(.carousel-item-right),
html.new-design .active.carousel-item-left {
  transform: translateX(-100%);
}
html.new-design .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
html.new-design .carousel-fade .carousel-item.active,
html.new-design .carousel-fade .carousel-item-next.carousel-item-left,
html.new-design .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
html.new-design .carousel-fade .active.carousel-item-left,
html.new-design .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .carousel-fade .active.carousel-item-left,
  html.new-design .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
html.new-design .carousel-control-prev,
html.new-design .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) {
  html.new-design .carousel-control-prev,
  html.new-design .carousel-control-next {
    transition: none;
  }
}
html.new-design .carousel-control-prev:hover, html.new-design .carousel-control-prev:focus,
html.new-design .carousel-control-next:hover,
html.new-design .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html.new-design .carousel-control-prev {
  left: 0;
}
html.new-design .carousel-control-next {
  right: 0;
}
html.new-design .carousel-control-prev-icon,
html.new-design .carousel-control-next-icon {
  display: inline-block;
  width: 1.4286rem;
  height: 1.4286rem;
  background: no-repeat 50%/100% 100%;
}
html.new-design .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");
}
html.new-design .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");
}
html.new-design .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;
}
html.new-design .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: 0.7143rem solid transparent;
  border-bottom: 0.7143rem solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .carousel-indicators li {
    transition: none;
  }
}
html.new-design .carousel-indicators .active {
  opacity: 1;
}
html.new-design .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.4286rem;
  left: 15%;
  z-index: 10;
  padding-top: 1.4286rem;
  padding-bottom: 1.4286rem;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
html.new-design .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
html.new-design .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
html.new-design .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
html.new-design .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
html.new-design .align-baseline {
  vertical-align: baseline !important;
}
html.new-design .align-top {
  vertical-align: top !important;
}
html.new-design .align-middle {
  vertical-align: middle !important;
}
html.new-design .align-bottom {
  vertical-align: bottom !important;
}
html.new-design .align-text-bottom {
  vertical-align: text-bottom !important;
}
html.new-design .align-text-top {
  vertical-align: text-top !important;
}
html.new-design .bg-primary {
  background-color: #0EC3E7 !important;
}
html.new-design a.bg-primary:hover, html.new-design a.bg-primary:focus,
html.new-design button.bg-primary:hover,
html.new-design button.bg-primary:focus {
  background-color: #0b9ab7 !important;
}
html.new-design .bg-secondary {
  background-color: #6c757d !important;
}
html.new-design a.bg-secondary:hover, html.new-design a.bg-secondary:focus,
html.new-design button.bg-secondary:hover,
html.new-design button.bg-secondary:focus {
  background-color: #545b62 !important;
}
html.new-design .bg-success {
  background-color: #28a745 !important;
}
html.new-design a.bg-success:hover, html.new-design a.bg-success:focus,
html.new-design button.bg-success:hover,
html.new-design button.bg-success:focus {
  background-color: #1e7e34 !important;
}
html.new-design .bg-info {
  background-color: #17a2b8 !important;
}
html.new-design a.bg-info:hover, html.new-design a.bg-info:focus,
html.new-design button.bg-info:hover,
html.new-design button.bg-info:focus {
  background-color: #117a8b !important;
}
html.new-design .bg-warning {
  background-color: #ffc107 !important;
}
html.new-design a.bg-warning:hover, html.new-design a.bg-warning:focus,
html.new-design button.bg-warning:hover,
html.new-design button.bg-warning:focus {
  background-color: #d39e00 !important;
}
html.new-design .bg-danger {
  background-color: #F95492 !important;
}
html.new-design a.bg-danger:hover, html.new-design a.bg-danger:focus,
html.new-design button.bg-danger:hover,
html.new-design button.bg-danger:focus {
  background-color: #f72373 !important;
}
html.new-design .bg-light {
  background-color: #f8f9fa !important;
}
html.new-design a.bg-light:hover, html.new-design a.bg-light:focus,
html.new-design button.bg-light:hover,
html.new-design button.bg-light:focus {
  background-color: #dae0e5 !important;
}
html.new-design .bg-dark {
  background-color: #343a40 !important;
}
html.new-design a.bg-dark:hover, html.new-design a.bg-dark:focus,
html.new-design button.bg-dark:hover,
html.new-design button.bg-dark:focus {
  background-color: #1d2124 !important;
}
html.new-design .bg-white {
  background-color: #fff !important;
}
html.new-design .bg-transparent {
  background-color: transparent !important;
}
html.new-design .border {
  border: 1px solid #dee2e6 !important;
}
html.new-design .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html.new-design .border-right {
  border-right: 1px solid #dee2e6 !important;
}
html.new-design .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html.new-design .border-left {
  border-left: 1px solid #dee2e6 !important;
}
html.new-design .border-0 {
  border: 0 !important;
}
html.new-design .border-top-0 {
  border-top: 0 !important;
}
html.new-design .border-right-0 {
  border-right: 0 !important;
}
html.new-design .border-bottom-0 {
  border-bottom: 0 !important;
}
html.new-design .border-left-0 {
  border-left: 0 !important;
}
html.new-design .border-primary {
  border-color: #0EC3E7 !important;
}
html.new-design .border-secondary {
  border-color: #6c757d !important;
}
html.new-design .border-success {
  border-color: #28a745 !important;
}
html.new-design .border-info {
  border-color: #17a2b8 !important;
}
html.new-design .border-warning {
  border-color: #ffc107 !important;
}
html.new-design .border-danger {
  border-color: #F95492 !important;
}
html.new-design .border-light {
  border-color: #f8f9fa !important;
}
html.new-design .border-dark {
  border-color: #343a40 !important;
}
html.new-design .border-white {
  border-color: #fff !important;
}
html.new-design .rounded-sm {
  border-radius: 0.2rem !important;
}
html.new-design .rounded {
  border-radius: 0.25rem !important;
}
html.new-design .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html.new-design .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html.new-design .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html.new-design .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html.new-design .rounded-lg {
  border-radius: 0.3rem !important;
}
html.new-design .rounded-circle {
  border-radius: 50% !important;
}
html.new-design .rounded-pill {
  border-radius: 50rem !important;
}
html.new-design .rounded-0 {
  border-radius: 0 !important;
}
html.new-design .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html.new-design .d-none {
  display: none !important;
}
html.new-design .d-inline {
  display: inline !important;
}
html.new-design .d-inline-block {
  display: inline-block !important;
}
html.new-design .d-block {
  display: block !important;
}
html.new-design .d-table {
  display: table !important;
}
html.new-design .d-table-row {
  display: table-row !important;
}
html.new-design .d-table-cell {
  display: table-cell !important;
}
html.new-design .d-flex {
  display: flex !important;
}
html.new-design .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  html.new-design .d-sm-none {
    display: none !important;
  }
  html.new-design .d-sm-inline {
    display: inline !important;
  }
  html.new-design .d-sm-inline-block {
    display: inline-block !important;
  }
  html.new-design .d-sm-block {
    display: block !important;
  }
  html.new-design .d-sm-table {
    display: table !important;
  }
  html.new-design .d-sm-table-row {
    display: table-row !important;
  }
  html.new-design .d-sm-table-cell {
    display: table-cell !important;
  }
  html.new-design .d-sm-flex {
    display: flex !important;
  }
  html.new-design .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  html.new-design .d-md-none {
    display: none !important;
  }
  html.new-design .d-md-inline {
    display: inline !important;
  }
  html.new-design .d-md-inline-block {
    display: inline-block !important;
  }
  html.new-design .d-md-block {
    display: block !important;
  }
  html.new-design .d-md-table {
    display: table !important;
  }
  html.new-design .d-md-table-row {
    display: table-row !important;
  }
  html.new-design .d-md-table-cell {
    display: table-cell !important;
  }
  html.new-design .d-md-flex {
    display: flex !important;
  }
  html.new-design .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  html.new-design .d-lg-none {
    display: none !important;
  }
  html.new-design .d-lg-inline {
    display: inline !important;
  }
  html.new-design .d-lg-inline-block {
    display: inline-block !important;
  }
  html.new-design .d-lg-block {
    display: block !important;
  }
  html.new-design .d-lg-table {
    display: table !important;
  }
  html.new-design .d-lg-table-row {
    display: table-row !important;
  }
  html.new-design .d-lg-table-cell {
    display: table-cell !important;
  }
  html.new-design .d-lg-flex {
    display: flex !important;
  }
  html.new-design .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  html.new-design .d-xl-none {
    display: none !important;
  }
  html.new-design .d-xl-inline {
    display: inline !important;
  }
  html.new-design .d-xl-inline-block {
    display: inline-block !important;
  }
  html.new-design .d-xl-block {
    display: block !important;
  }
  html.new-design .d-xl-table {
    display: table !important;
  }
  html.new-design .d-xl-table-row {
    display: table-row !important;
  }
  html.new-design .d-xl-table-cell {
    display: table-cell !important;
  }
  html.new-design .d-xl-flex {
    display: flex !important;
  }
  html.new-design .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  html.new-design .d-print-none {
    display: none !important;
  }
  html.new-design .d-print-inline {
    display: inline !important;
  }
  html.new-design .d-print-inline-block {
    display: inline-block !important;
  }
  html.new-design .d-print-block {
    display: block !important;
  }
  html.new-design .d-print-table {
    display: table !important;
  }
  html.new-design .d-print-table-row {
    display: table-row !important;
  }
  html.new-design .d-print-table-cell {
    display: table-cell !important;
  }
  html.new-design .d-print-flex {
    display: flex !important;
  }
  html.new-design .d-print-inline-flex {
    display: inline-flex !important;
  }
}
html.new-design .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
html.new-design .embed-responsive::before {
  display: block;
  content: "";
}
html.new-design .embed-responsive .embed-responsive-item,
html.new-design .embed-responsive iframe,
html.new-design .embed-responsive embed,
html.new-design .embed-responsive object,
html.new-design .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html.new-design .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
html.new-design .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
html.new-design .embed-responsive-4by3::before {
  padding-top: 75%;
}
html.new-design .embed-responsive-5by1::before {
  padding-top: 20%;
}
html.new-design .embed-responsive-5by2::before {
  padding-top: 40%;
}
html.new-design .embed-responsive-5by3::before {
  padding-top: 60%;
}
html.new-design .embed-responsive-3by5::before {
  padding-top: 166.6666666667%;
}
html.new-design .embed-responsive-4by3::before {
  padding-top: 75%;
}
html.new-design .embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
html.new-design .embed-responsive-4by1::before {
  padding-top: 25%;
}
html.new-design .embed-responsive-1by4::before {
  padding-top: 400%;
}
html.new-design .embed-responsive-3by2::before {
  padding-top: 66.6666666667%;
}
html.new-design .embed-responsive-2by3::before {
  padding-top: 150%;
}
html.new-design .embed-responsive-3by1::before {
  padding-top: 33.3333333333%;
}
html.new-design .embed-responsive-1by3::before {
  padding-top: 300%;
}
html.new-design .embed-responsive-2by1::before {
  padding-top: 50%;
}
html.new-design .embed-responsive-1by2::before {
  padding-top: 200%;
}
html.new-design .embed-responsive-1by1::before {
  padding-top: 100%;
}
@media (min-width: 576px) {
  html.new-design .embed-responsive-sm-21by9::before {
    padding-top: 42.8571428571%;
  }
  html.new-design .embed-responsive-sm-16by9::before {
    padding-top: 56.25%;
  }
  html.new-design .embed-responsive-sm-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-sm-5by1::before {
    padding-top: 20%;
  }
  html.new-design .embed-responsive-sm-5by2::before {
    padding-top: 40%;
  }
  html.new-design .embed-responsive-sm-5by3::before {
    padding-top: 60%;
  }
  html.new-design .embed-responsive-sm-3by5::before {
    padding-top: 166.6666666667%;
  }
  html.new-design .embed-responsive-sm-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-sm-3by4::before {
    padding-top: 133.3333333333%;
  }
  html.new-design .embed-responsive-sm-4by1::before {
    padding-top: 25%;
  }
  html.new-design .embed-responsive-sm-1by4::before {
    padding-top: 400%;
  }
  html.new-design .embed-responsive-sm-3by2::before {
    padding-top: 66.6666666667%;
  }
  html.new-design .embed-responsive-sm-2by3::before {
    padding-top: 150%;
  }
  html.new-design .embed-responsive-sm-3by1::before {
    padding-top: 33.3333333333%;
  }
  html.new-design .embed-responsive-sm-1by3::before {
    padding-top: 300%;
  }
  html.new-design .embed-responsive-sm-2by1::before {
    padding-top: 50%;
  }
  html.new-design .embed-responsive-sm-1by2::before {
    padding-top: 200%;
  }
  html.new-design .embed-responsive-sm-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  html.new-design .embed-responsive-md-21by9::before {
    padding-top: 42.8571428571%;
  }
  html.new-design .embed-responsive-md-16by9::before {
    padding-top: 56.25%;
  }
  html.new-design .embed-responsive-md-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-md-5by1::before {
    padding-top: 20%;
  }
  html.new-design .embed-responsive-md-5by2::before {
    padding-top: 40%;
  }
  html.new-design .embed-responsive-md-5by3::before {
    padding-top: 60%;
  }
  html.new-design .embed-responsive-md-3by5::before {
    padding-top: 166.6666666667%;
  }
  html.new-design .embed-responsive-md-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-md-3by4::before {
    padding-top: 133.3333333333%;
  }
  html.new-design .embed-responsive-md-4by1::before {
    padding-top: 25%;
  }
  html.new-design .embed-responsive-md-1by4::before {
    padding-top: 400%;
  }
  html.new-design .embed-responsive-md-3by2::before {
    padding-top: 66.6666666667%;
  }
  html.new-design .embed-responsive-md-2by3::before {
    padding-top: 150%;
  }
  html.new-design .embed-responsive-md-3by1::before {
    padding-top: 33.3333333333%;
  }
  html.new-design .embed-responsive-md-1by3::before {
    padding-top: 300%;
  }
  html.new-design .embed-responsive-md-2by1::before {
    padding-top: 50%;
  }
  html.new-design .embed-responsive-md-1by2::before {
    padding-top: 200%;
  }
  html.new-design .embed-responsive-md-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  html.new-design .embed-responsive-lg-21by9::before {
    padding-top: 42.8571428571%;
  }
  html.new-design .embed-responsive-lg-16by9::before {
    padding-top: 56.25%;
  }
  html.new-design .embed-responsive-lg-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-lg-5by1::before {
    padding-top: 20%;
  }
  html.new-design .embed-responsive-lg-5by2::before {
    padding-top: 40%;
  }
  html.new-design .embed-responsive-lg-5by3::before {
    padding-top: 60%;
  }
  html.new-design .embed-responsive-lg-3by5::before {
    padding-top: 166.6666666667%;
  }
  html.new-design .embed-responsive-lg-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-lg-3by4::before {
    padding-top: 133.3333333333%;
  }
  html.new-design .embed-responsive-lg-4by1::before {
    padding-top: 25%;
  }
  html.new-design .embed-responsive-lg-1by4::before {
    padding-top: 400%;
  }
  html.new-design .embed-responsive-lg-3by2::before {
    padding-top: 66.6666666667%;
  }
  html.new-design .embed-responsive-lg-2by3::before {
    padding-top: 150%;
  }
  html.new-design .embed-responsive-lg-3by1::before {
    padding-top: 33.3333333333%;
  }
  html.new-design .embed-responsive-lg-1by3::before {
    padding-top: 300%;
  }
  html.new-design .embed-responsive-lg-2by1::before {
    padding-top: 50%;
  }
  html.new-design .embed-responsive-lg-1by2::before {
    padding-top: 200%;
  }
  html.new-design .embed-responsive-lg-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 1200px) {
  html.new-design .embed-responsive-xl-21by9::before {
    padding-top: 42.8571428571%;
  }
  html.new-design .embed-responsive-xl-16by9::before {
    padding-top: 56.25%;
  }
  html.new-design .embed-responsive-xl-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-xl-5by1::before {
    padding-top: 20%;
  }
  html.new-design .embed-responsive-xl-5by2::before {
    padding-top: 40%;
  }
  html.new-design .embed-responsive-xl-5by3::before {
    padding-top: 60%;
  }
  html.new-design .embed-responsive-xl-3by5::before {
    padding-top: 166.6666666667%;
  }
  html.new-design .embed-responsive-xl-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-xl-3by4::before {
    padding-top: 133.3333333333%;
  }
  html.new-design .embed-responsive-xl-4by1::before {
    padding-top: 25%;
  }
  html.new-design .embed-responsive-xl-1by4::before {
    padding-top: 400%;
  }
  html.new-design .embed-responsive-xl-3by2::before {
    padding-top: 66.6666666667%;
  }
  html.new-design .embed-responsive-xl-2by3::before {
    padding-top: 150%;
  }
  html.new-design .embed-responsive-xl-3by1::before {
    padding-top: 33.3333333333%;
  }
  html.new-design .embed-responsive-xl-1by3::before {
    padding-top: 300%;
  }
  html.new-design .embed-responsive-xl-2by1::before {
    padding-top: 50%;
  }
  html.new-design .embed-responsive-xl-1by2::before {
    padding-top: 200%;
  }
  html.new-design .embed-responsive-xl-1by1::before {
    padding-top: 100%;
  }
}
@media print {
  html.new-design .embed-responsive-print-21by9::before {
    padding-top: 42.8571428571%;
  }
  html.new-design .embed-responsive-print-16by9::before {
    padding-top: 56.25%;
  }
  html.new-design .embed-responsive-print-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-print-5by1::before {
    padding-top: 20%;
  }
  html.new-design .embed-responsive-print-5by2::before {
    padding-top: 40%;
  }
  html.new-design .embed-responsive-print-5by3::before {
    padding-top: 60%;
  }
  html.new-design .embed-responsive-print-3by5::before {
    padding-top: 166.6666666667%;
  }
  html.new-design .embed-responsive-print-4by3::before {
    padding-top: 75%;
  }
  html.new-design .embed-responsive-print-3by4::before {
    padding-top: 133.3333333333%;
  }
  html.new-design .embed-responsive-print-4by1::before {
    padding-top: 25%;
  }
  html.new-design .embed-responsive-print-1by4::before {
    padding-top: 400%;
  }
  html.new-design .embed-responsive-print-3by2::before {
    padding-top: 66.6666666667%;
  }
  html.new-design .embed-responsive-print-2by3::before {
    padding-top: 150%;
  }
  html.new-design .embed-responsive-print-3by1::before {
    padding-top: 33.3333333333%;
  }
  html.new-design .embed-responsive-print-1by3::before {
    padding-top: 300%;
  }
  html.new-design .embed-responsive-print-2by1::before {
    padding-top: 50%;
  }
  html.new-design .embed-responsive-print-1by2::before {
    padding-top: 200%;
  }
  html.new-design .embed-responsive-print-1by1::before {
    padding-top: 100%;
  }
}
html.new-design .flex-row {
  flex-direction: row !important;
}
html.new-design .flex-column {
  flex-direction: column !important;
}
html.new-design .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html.new-design .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html.new-design .flex-wrap {
  flex-wrap: wrap !important;
}
html.new-design .flex-nowrap {
  flex-wrap: nowrap !important;
}
html.new-design .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html.new-design .flex-fill {
  flex: 1 1 auto !important;
}
html.new-design .flex-grow-0 {
  flex-grow: 0 !important;
}
html.new-design .flex-grow-1 {
  flex-grow: 1 !important;
}
html.new-design .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html.new-design .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html.new-design .justify-content-start {
  justify-content: flex-start !important;
}
html.new-design .justify-content-end {
  justify-content: flex-end !important;
}
html.new-design .justify-content-center {
  justify-content: center !important;
}
html.new-design .justify-content-between {
  justify-content: space-between !important;
}
html.new-design .justify-content-around {
  justify-content: space-around !important;
}
html.new-design .align-items-start {
  align-items: flex-start !important;
}
html.new-design .align-items-end {
  align-items: flex-end !important;
}
html.new-design .align-items-center {
  align-items: center !important;
}
html.new-design .align-items-baseline {
  align-items: baseline !important;
}
html.new-design .align-items-stretch {
  align-items: stretch !important;
}
html.new-design .align-content-start {
  align-content: flex-start !important;
}
html.new-design .align-content-end {
  align-content: flex-end !important;
}
html.new-design .align-content-center {
  align-content: center !important;
}
html.new-design .align-content-between {
  align-content: space-between !important;
}
html.new-design .align-content-around {
  align-content: space-around !important;
}
html.new-design .align-content-stretch {
  align-content: stretch !important;
}
html.new-design .align-self-auto {
  align-self: auto !important;
}
html.new-design .align-self-start {
  align-self: flex-start !important;
}
html.new-design .align-self-end {
  align-self: flex-end !important;
}
html.new-design .align-self-center {
  align-self: center !important;
}
html.new-design .align-self-baseline {
  align-self: baseline !important;
}
html.new-design .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  html.new-design .flex-sm-row {
    flex-direction: row !important;
  }
  html.new-design .flex-sm-column {
    flex-direction: column !important;
  }
  html.new-design .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.new-design .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.new-design .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html.new-design .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html.new-design .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.new-design .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html.new-design .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html.new-design .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html.new-design .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.new-design .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.new-design .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html.new-design .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html.new-design .justify-content-sm-center {
    justify-content: center !important;
  }
  html.new-design .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html.new-design .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html.new-design .align-items-sm-start {
    align-items: flex-start !important;
  }
  html.new-design .align-items-sm-end {
    align-items: flex-end !important;
  }
  html.new-design .align-items-sm-center {
    align-items: center !important;
  }
  html.new-design .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html.new-design .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html.new-design .align-content-sm-start {
    align-content: flex-start !important;
  }
  html.new-design .align-content-sm-end {
    align-content: flex-end !important;
  }
  html.new-design .align-content-sm-center {
    align-content: center !important;
  }
  html.new-design .align-content-sm-between {
    align-content: space-between !important;
  }
  html.new-design .align-content-sm-around {
    align-content: space-around !important;
  }
  html.new-design .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html.new-design .align-self-sm-auto {
    align-self: auto !important;
  }
  html.new-design .align-self-sm-start {
    align-self: flex-start !important;
  }
  html.new-design .align-self-sm-end {
    align-self: flex-end !important;
  }
  html.new-design .align-self-sm-center {
    align-self: center !important;
  }
  html.new-design .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html.new-design .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  html.new-design .flex-md-row {
    flex-direction: row !important;
  }
  html.new-design .flex-md-column {
    flex-direction: column !important;
  }
  html.new-design .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.new-design .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.new-design .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html.new-design .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html.new-design .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.new-design .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html.new-design .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html.new-design .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html.new-design .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.new-design .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.new-design .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html.new-design .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html.new-design .justify-content-md-center {
    justify-content: center !important;
  }
  html.new-design .justify-content-md-between {
    justify-content: space-between !important;
  }
  html.new-design .justify-content-md-around {
    justify-content: space-around !important;
  }
  html.new-design .align-items-md-start {
    align-items: flex-start !important;
  }
  html.new-design .align-items-md-end {
    align-items: flex-end !important;
  }
  html.new-design .align-items-md-center {
    align-items: center !important;
  }
  html.new-design .align-items-md-baseline {
    align-items: baseline !important;
  }
  html.new-design .align-items-md-stretch {
    align-items: stretch !important;
  }
  html.new-design .align-content-md-start {
    align-content: flex-start !important;
  }
  html.new-design .align-content-md-end {
    align-content: flex-end !important;
  }
  html.new-design .align-content-md-center {
    align-content: center !important;
  }
  html.new-design .align-content-md-between {
    align-content: space-between !important;
  }
  html.new-design .align-content-md-around {
    align-content: space-around !important;
  }
  html.new-design .align-content-md-stretch {
    align-content: stretch !important;
  }
  html.new-design .align-self-md-auto {
    align-self: auto !important;
  }
  html.new-design .align-self-md-start {
    align-self: flex-start !important;
  }
  html.new-design .align-self-md-end {
    align-self: flex-end !important;
  }
  html.new-design .align-self-md-center {
    align-self: center !important;
  }
  html.new-design .align-self-md-baseline {
    align-self: baseline !important;
  }
  html.new-design .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  html.new-design .flex-lg-row {
    flex-direction: row !important;
  }
  html.new-design .flex-lg-column {
    flex-direction: column !important;
  }
  html.new-design .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.new-design .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.new-design .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html.new-design .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html.new-design .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.new-design .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html.new-design .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html.new-design .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html.new-design .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.new-design .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.new-design .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html.new-design .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html.new-design .justify-content-lg-center {
    justify-content: center !important;
  }
  html.new-design .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html.new-design .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html.new-design .align-items-lg-start {
    align-items: flex-start !important;
  }
  html.new-design .align-items-lg-end {
    align-items: flex-end !important;
  }
  html.new-design .align-items-lg-center {
    align-items: center !important;
  }
  html.new-design .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html.new-design .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html.new-design .align-content-lg-start {
    align-content: flex-start !important;
  }
  html.new-design .align-content-lg-end {
    align-content: flex-end !important;
  }
  html.new-design .align-content-lg-center {
    align-content: center !important;
  }
  html.new-design .align-content-lg-between {
    align-content: space-between !important;
  }
  html.new-design .align-content-lg-around {
    align-content: space-around !important;
  }
  html.new-design .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html.new-design .align-self-lg-auto {
    align-self: auto !important;
  }
  html.new-design .align-self-lg-start {
    align-self: flex-start !important;
  }
  html.new-design .align-self-lg-end {
    align-self: flex-end !important;
  }
  html.new-design .align-self-lg-center {
    align-self: center !important;
  }
  html.new-design .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html.new-design .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  html.new-design .flex-xl-row {
    flex-direction: row !important;
  }
  html.new-design .flex-xl-column {
    flex-direction: column !important;
  }
  html.new-design .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html.new-design .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html.new-design .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html.new-design .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html.new-design .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html.new-design .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html.new-design .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html.new-design .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html.new-design .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html.new-design .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html.new-design .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html.new-design .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html.new-design .justify-content-xl-center {
    justify-content: center !important;
  }
  html.new-design .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html.new-design .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html.new-design .align-items-xl-start {
    align-items: flex-start !important;
  }
  html.new-design .align-items-xl-end {
    align-items: flex-end !important;
  }
  html.new-design .align-items-xl-center {
    align-items: center !important;
  }
  html.new-design .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html.new-design .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html.new-design .align-content-xl-start {
    align-content: flex-start !important;
  }
  html.new-design .align-content-xl-end {
    align-content: flex-end !important;
  }
  html.new-design .align-content-xl-center {
    align-content: center !important;
  }
  html.new-design .align-content-xl-between {
    align-content: space-between !important;
  }
  html.new-design .align-content-xl-around {
    align-content: space-around !important;
  }
  html.new-design .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html.new-design .align-self-xl-auto {
    align-self: auto !important;
  }
  html.new-design .align-self-xl-start {
    align-self: flex-start !important;
  }
  html.new-design .align-self-xl-end {
    align-self: flex-end !important;
  }
  html.new-design .align-self-xl-center {
    align-self: center !important;
  }
  html.new-design .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html.new-design .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html.new-design .float-left {
  float: left !important;
}
html.new-design .float-right {
  float: right !important;
}
html.new-design .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  html.new-design .float-sm-left {
    float: left !important;
  }
  html.new-design .float-sm-right {
    float: right !important;
  }
  html.new-design .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  html.new-design .float-md-left {
    float: left !important;
  }
  html.new-design .float-md-right {
    float: right !important;
  }
  html.new-design .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  html.new-design .float-lg-left {
    float: left !important;
  }
  html.new-design .float-lg-right {
    float: right !important;
  }
  html.new-design .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  html.new-design .float-xl-left {
    float: left !important;
  }
  html.new-design .float-xl-right {
    float: right !important;
  }
  html.new-design .float-xl-none {
    float: none !important;
  }
}
html.new-design .user-select-all {
  user-select: all !important;
}
html.new-design .user-select-auto {
  user-select: auto !important;
}
html.new-design .user-select-none {
  user-select: none !important;
}
html.new-design .overflow-auto {
  overflow: auto !important;
}
html.new-design .overflow-hidden {
  overflow: hidden !important;
}
html.new-design .position-static {
  position: static !important;
}
html.new-design .position-relative {
  position: relative !important;
}
html.new-design .position-absolute {
  position: absolute !important;
}
html.new-design .position-fixed {
  position: fixed !important;
}
html.new-design .position-sticky {
  position: sticky !important;
}
html.new-design .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html.new-design .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  html.new-design .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html.new-design .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;
}
html.new-design .sr-only-focusable:active, html.new-design .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
html.new-design .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
html.new-design .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
html.new-design .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
html.new-design .shadow-none {
  box-shadow: none !important;
}
html.new-design .w-25 {
  width: 25% !important;
}
html.new-design .w-50 {
  width: 50% !important;
}
html.new-design .w-75 {
  width: 75% !important;
}
html.new-design .w-100 {
  width: 100% !important;
}
html.new-design .w-auto {
  width: auto !important;
}
html.new-design .h-25 {
  height: 25% !important;
}
html.new-design .h-50 {
  height: 50% !important;
}
html.new-design .h-75 {
  height: 75% !important;
}
html.new-design .h-100 {
  height: 100% !important;
}
html.new-design .h-auto {
  height: auto !important;
}
html.new-design .mw-100 {
  max-width: 100% !important;
}
html.new-design .mh-100 {
  max-height: 100% !important;
}
html.new-design .min-vw-100 {
  min-width: 100vw !important;
}
html.new-design .min-vh-100 {
  min-height: 100vh !important;
}
html.new-design .vw-100 {
  width: 100vw !important;
}
html.new-design .vh-100 {
  height: 100vh !important;
}
html.new-design .m-0 {
  margin: 0 !important;
}
html.new-design .mt-0,
html.new-design .my-0 {
  margin-top: 0 !important;
}
html.new-design .mr-0,
html.new-design .mx-0 {
  margin-right: 0 !important;
}
html.new-design .mb-0,
html.new-design .my-0 {
  margin-bottom: 0 !important;
}
html.new-design .ml-0,
html.new-design .mx-0 {
  margin-left: 0 !important;
}
html.new-design .m-1 {
  margin: 0.25rem !important;
}
html.new-design .mt-1,
html.new-design .my-1 {
  margin-top: 0.25rem !important;
}
html.new-design .mr-1,
html.new-design .mx-1 {
  margin-right: 0.25rem !important;
}
html.new-design .mb-1,
html.new-design .my-1 {
  margin-bottom: 0.25rem !important;
}
html.new-design .ml-1,
html.new-design .mx-1 {
  margin-left: 0.25rem !important;
}
html.new-design .m-2 {
  margin: 0.5rem !important;
}
html.new-design .mt-2,
html.new-design .my-2 {
  margin-top: 0.5rem !important;
}
html.new-design .mr-2,
html.new-design .mx-2 {
  margin-right: 0.5rem !important;
}
html.new-design .mb-2,
html.new-design .my-2 {
  margin-bottom: 0.5rem !important;
}
html.new-design .ml-2,
html.new-design .mx-2 {
  margin-left: 0.5rem !important;
}
html.new-design .m-3 {
  margin: 1rem !important;
}
html.new-design .mt-3,
html.new-design .my-3 {
  margin-top: 1rem !important;
}
html.new-design .mr-3,
html.new-design .mx-3 {
  margin-right: 1rem !important;
}
html.new-design .mb-3,
html.new-design .my-3 {
  margin-bottom: 1rem !important;
}
html.new-design .ml-3,
html.new-design .mx-3 {
  margin-left: 1rem !important;
}
html.new-design .m-4 {
  margin: 1.5rem !important;
}
html.new-design .mt-4,
html.new-design .my-4 {
  margin-top: 1.5rem !important;
}
html.new-design .mr-4,
html.new-design .mx-4 {
  margin-right: 1.5rem !important;
}
html.new-design .mb-4,
html.new-design .my-4 {
  margin-bottom: 1.5rem !important;
}
html.new-design .ml-4,
html.new-design .mx-4 {
  margin-left: 1.5rem !important;
}
html.new-design .m-5 {
  margin: 3rem !important;
}
html.new-design .mt-5,
html.new-design .my-5 {
  margin-top: 3rem !important;
}
html.new-design .mr-5,
html.new-design .mx-5 {
  margin-right: 3rem !important;
}
html.new-design .mb-5,
html.new-design .my-5 {
  margin-bottom: 3rem !important;
}
html.new-design .ml-5,
html.new-design .mx-5 {
  margin-left: 3rem !important;
}
html.new-design .p-0 {
  padding: 0 !important;
}
html.new-design .pt-0,
html.new-design .py-0 {
  padding-top: 0 !important;
}
html.new-design .pr-0,
html.new-design .px-0 {
  padding-right: 0 !important;
}
html.new-design .pb-0,
html.new-design .py-0 {
  padding-bottom: 0 !important;
}
html.new-design .pl-0,
html.new-design .px-0 {
  padding-left: 0 !important;
}
html.new-design .p-1 {
  padding: 0.25rem !important;
}
html.new-design .pt-1,
html.new-design .py-1 {
  padding-top: 0.25rem !important;
}
html.new-design .pr-1,
html.new-design .px-1 {
  padding-right: 0.25rem !important;
}
html.new-design .pb-1,
html.new-design .py-1 {
  padding-bottom: 0.25rem !important;
}
html.new-design .pl-1,
html.new-design .px-1 {
  padding-left: 0.25rem !important;
}
html.new-design .p-2 {
  padding: 0.5rem !important;
}
html.new-design .pt-2,
html.new-design .py-2 {
  padding-top: 0.5rem !important;
}
html.new-design .pr-2,
html.new-design .px-2 {
  padding-right: 0.5rem !important;
}
html.new-design .pb-2,
html.new-design .py-2 {
  padding-bottom: 0.5rem !important;
}
html.new-design .pl-2,
html.new-design .px-2 {
  padding-left: 0.5rem !important;
}
html.new-design .p-3 {
  padding: 1rem !important;
}
html.new-design .pt-3,
html.new-design .py-3 {
  padding-top: 1rem !important;
}
html.new-design .pr-3,
html.new-design .px-3 {
  padding-right: 1rem !important;
}
html.new-design .pb-3,
html.new-design .py-3 {
  padding-bottom: 1rem !important;
}
html.new-design .pl-3,
html.new-design .px-3 {
  padding-left: 1rem !important;
}
html.new-design .p-4 {
  padding: 1.5rem !important;
}
html.new-design .pt-4,
html.new-design .py-4 {
  padding-top: 1.5rem !important;
}
html.new-design .pr-4,
html.new-design .px-4 {
  padding-right: 1.5rem !important;
}
html.new-design .pb-4,
html.new-design .py-4 {
  padding-bottom: 1.5rem !important;
}
html.new-design .pl-4,
html.new-design .px-4 {
  padding-left: 1.5rem !important;
}
html.new-design .p-5 {
  padding: 3rem !important;
}
html.new-design .pt-5,
html.new-design .py-5 {
  padding-top: 3rem !important;
}
html.new-design .pr-5,
html.new-design .px-5 {
  padding-right: 3rem !important;
}
html.new-design .pb-5,
html.new-design .py-5 {
  padding-bottom: 3rem !important;
}
html.new-design .pl-5,
html.new-design .px-5 {
  padding-left: 3rem !important;
}
html.new-design .m-n1 {
  margin: -0.25rem !important;
}
html.new-design .mt-n1,
html.new-design .my-n1 {
  margin-top: -0.25rem !important;
}
html.new-design .mr-n1,
html.new-design .mx-n1 {
  margin-right: -0.25rem !important;
}
html.new-design .mb-n1,
html.new-design .my-n1 {
  margin-bottom: -0.25rem !important;
}
html.new-design .ml-n1,
html.new-design .mx-n1 {
  margin-left: -0.25rem !important;
}
html.new-design .m-n2 {
  margin: -0.5rem !important;
}
html.new-design .mt-n2,
html.new-design .my-n2 {
  margin-top: -0.5rem !important;
}
html.new-design .mr-n2,
html.new-design .mx-n2 {
  margin-right: -0.5rem !important;
}
html.new-design .mb-n2,
html.new-design .my-n2 {
  margin-bottom: -0.5rem !important;
}
html.new-design .ml-n2,
html.new-design .mx-n2 {
  margin-left: -0.5rem !important;
}
html.new-design .m-n3 {
  margin: -1rem !important;
}
html.new-design .mt-n3,
html.new-design .my-n3 {
  margin-top: -1rem !important;
}
html.new-design .mr-n3,
html.new-design .mx-n3 {
  margin-right: -1rem !important;
}
html.new-design .mb-n3,
html.new-design .my-n3 {
  margin-bottom: -1rem !important;
}
html.new-design .ml-n3,
html.new-design .mx-n3 {
  margin-left: -1rem !important;
}
html.new-design .m-n4 {
  margin: -1.5rem !important;
}
html.new-design .mt-n4,
html.new-design .my-n4 {
  margin-top: -1.5rem !important;
}
html.new-design .mr-n4,
html.new-design .mx-n4 {
  margin-right: -1.5rem !important;
}
html.new-design .mb-n4,
html.new-design .my-n4 {
  margin-bottom: -1.5rem !important;
}
html.new-design .ml-n4,
html.new-design .mx-n4 {
  margin-left: -1.5rem !important;
}
html.new-design .m-n5 {
  margin: -3rem !important;
}
html.new-design .mt-n5,
html.new-design .my-n5 {
  margin-top: -3rem !important;
}
html.new-design .mr-n5,
html.new-design .mx-n5 {
  margin-right: -3rem !important;
}
html.new-design .mb-n5,
html.new-design .my-n5 {
  margin-bottom: -3rem !important;
}
html.new-design .ml-n5,
html.new-design .mx-n5 {
  margin-left: -3rem !important;
}
html.new-design .m-auto {
  margin: auto !important;
}
html.new-design .mt-auto,
html.new-design .my-auto {
  margin-top: auto !important;
}
html.new-design .mr-auto,
html.new-design .mx-auto {
  margin-right: auto !important;
}
html.new-design .mb-auto,
html.new-design .my-auto {
  margin-bottom: auto !important;
}
html.new-design .ml-auto,
html.new-design .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  html.new-design .m-sm-0 {
    margin: 0 !important;
  }
  html.new-design .mt-sm-0,
  html.new-design .my-sm-0 {
    margin-top: 0 !important;
  }
  html.new-design .mr-sm-0,
  html.new-design .mx-sm-0 {
    margin-right: 0 !important;
  }
  html.new-design .mb-sm-0,
  html.new-design .my-sm-0 {
    margin-bottom: 0 !important;
  }
  html.new-design .ml-sm-0,
  html.new-design .mx-sm-0 {
    margin-left: 0 !important;
  }
  html.new-design .m-sm-1 {
    margin: 0.25rem !important;
  }
  html.new-design .mt-sm-1,
  html.new-design .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  html.new-design .mr-sm-1,
  html.new-design .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  html.new-design .mb-sm-1,
  html.new-design .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html.new-design .ml-sm-1,
  html.new-design .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  html.new-design .m-sm-2 {
    margin: 0.5rem !important;
  }
  html.new-design .mt-sm-2,
  html.new-design .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  html.new-design .mr-sm-2,
  html.new-design .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  html.new-design .mb-sm-2,
  html.new-design .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html.new-design .ml-sm-2,
  html.new-design .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  html.new-design .m-sm-3 {
    margin: 1rem !important;
  }
  html.new-design .mt-sm-3,
  html.new-design .my-sm-3 {
    margin-top: 1rem !important;
  }
  html.new-design .mr-sm-3,
  html.new-design .mx-sm-3 {
    margin-right: 1rem !important;
  }
  html.new-design .mb-sm-3,
  html.new-design .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  html.new-design .ml-sm-3,
  html.new-design .mx-sm-3 {
    margin-left: 1rem !important;
  }
  html.new-design .m-sm-4 {
    margin: 1.5rem !important;
  }
  html.new-design .mt-sm-4,
  html.new-design .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  html.new-design .mr-sm-4,
  html.new-design .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  html.new-design .mb-sm-4,
  html.new-design .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html.new-design .ml-sm-4,
  html.new-design .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  html.new-design .m-sm-5 {
    margin: 3rem !important;
  }
  html.new-design .mt-sm-5,
  html.new-design .my-sm-5 {
    margin-top: 3rem !important;
  }
  html.new-design .mr-sm-5,
  html.new-design .mx-sm-5 {
    margin-right: 3rem !important;
  }
  html.new-design .mb-sm-5,
  html.new-design .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  html.new-design .ml-sm-5,
  html.new-design .mx-sm-5 {
    margin-left: 3rem !important;
  }
  html.new-design .p-sm-0 {
    padding: 0 !important;
  }
  html.new-design .pt-sm-0,
  html.new-design .py-sm-0 {
    padding-top: 0 !important;
  }
  html.new-design .pr-sm-0,
  html.new-design .px-sm-0 {
    padding-right: 0 !important;
  }
  html.new-design .pb-sm-0,
  html.new-design .py-sm-0 {
    padding-bottom: 0 !important;
  }
  html.new-design .pl-sm-0,
  html.new-design .px-sm-0 {
    padding-left: 0 !important;
  }
  html.new-design .p-sm-1 {
    padding: 0.25rem !important;
  }
  html.new-design .pt-sm-1,
  html.new-design .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  html.new-design .pr-sm-1,
  html.new-design .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  html.new-design .pb-sm-1,
  html.new-design .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html.new-design .pl-sm-1,
  html.new-design .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  html.new-design .p-sm-2 {
    padding: 0.5rem !important;
  }
  html.new-design .pt-sm-2,
  html.new-design .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  html.new-design .pr-sm-2,
  html.new-design .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  html.new-design .pb-sm-2,
  html.new-design .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html.new-design .pl-sm-2,
  html.new-design .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  html.new-design .p-sm-3 {
    padding: 1rem !important;
  }
  html.new-design .pt-sm-3,
  html.new-design .py-sm-3 {
    padding-top: 1rem !important;
  }
  html.new-design .pr-sm-3,
  html.new-design .px-sm-3 {
    padding-right: 1rem !important;
  }
  html.new-design .pb-sm-3,
  html.new-design .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  html.new-design .pl-sm-3,
  html.new-design .px-sm-3 {
    padding-left: 1rem !important;
  }
  html.new-design .p-sm-4 {
    padding: 1.5rem !important;
  }
  html.new-design .pt-sm-4,
  html.new-design .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  html.new-design .pr-sm-4,
  html.new-design .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  html.new-design .pb-sm-4,
  html.new-design .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html.new-design .pl-sm-4,
  html.new-design .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  html.new-design .p-sm-5 {
    padding: 3rem !important;
  }
  html.new-design .pt-sm-5,
  html.new-design .py-sm-5 {
    padding-top: 3rem !important;
  }
  html.new-design .pr-sm-5,
  html.new-design .px-sm-5 {
    padding-right: 3rem !important;
  }
  html.new-design .pb-sm-5,
  html.new-design .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  html.new-design .pl-sm-5,
  html.new-design .px-sm-5 {
    padding-left: 3rem !important;
  }
  html.new-design .m-sm-n1 {
    margin: -0.25rem !important;
  }
  html.new-design .mt-sm-n1,
  html.new-design .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  html.new-design .mr-sm-n1,
  html.new-design .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  html.new-design .mb-sm-n1,
  html.new-design .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  html.new-design .ml-sm-n1,
  html.new-design .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  html.new-design .m-sm-n2 {
    margin: -0.5rem !important;
  }
  html.new-design .mt-sm-n2,
  html.new-design .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  html.new-design .mr-sm-n2,
  html.new-design .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  html.new-design .mb-sm-n2,
  html.new-design .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  html.new-design .ml-sm-n2,
  html.new-design .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  html.new-design .m-sm-n3 {
    margin: -1rem !important;
  }
  html.new-design .mt-sm-n3,
  html.new-design .my-sm-n3 {
    margin-top: -1rem !important;
  }
  html.new-design .mr-sm-n3,
  html.new-design .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  html.new-design .mb-sm-n3,
  html.new-design .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  html.new-design .ml-sm-n3,
  html.new-design .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  html.new-design .m-sm-n4 {
    margin: -1.5rem !important;
  }
  html.new-design .mt-sm-n4,
  html.new-design .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  html.new-design .mr-sm-n4,
  html.new-design .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  html.new-design .mb-sm-n4,
  html.new-design .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  html.new-design .ml-sm-n4,
  html.new-design .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  html.new-design .m-sm-n5 {
    margin: -3rem !important;
  }
  html.new-design .mt-sm-n5,
  html.new-design .my-sm-n5 {
    margin-top: -3rem !important;
  }
  html.new-design .mr-sm-n5,
  html.new-design .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  html.new-design .mb-sm-n5,
  html.new-design .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  html.new-design .ml-sm-n5,
  html.new-design .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  html.new-design .m-sm-auto {
    margin: auto !important;
  }
  html.new-design .mt-sm-auto,
  html.new-design .my-sm-auto {
    margin-top: auto !important;
  }
  html.new-design .mr-sm-auto,
  html.new-design .mx-sm-auto {
    margin-right: auto !important;
  }
  html.new-design .mb-sm-auto,
  html.new-design .my-sm-auto {
    margin-bottom: auto !important;
  }
  html.new-design .ml-sm-auto,
  html.new-design .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  html.new-design .m-md-0 {
    margin: 0 !important;
  }
  html.new-design .mt-md-0,
  html.new-design .my-md-0 {
    margin-top: 0 !important;
  }
  html.new-design .mr-md-0,
  html.new-design .mx-md-0 {
    margin-right: 0 !important;
  }
  html.new-design .mb-md-0,
  html.new-design .my-md-0 {
    margin-bottom: 0 !important;
  }
  html.new-design .ml-md-0,
  html.new-design .mx-md-0 {
    margin-left: 0 !important;
  }
  html.new-design .m-md-1 {
    margin: 0.25rem !important;
  }
  html.new-design .mt-md-1,
  html.new-design .my-md-1 {
    margin-top: 0.25rem !important;
  }
  html.new-design .mr-md-1,
  html.new-design .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  html.new-design .mb-md-1,
  html.new-design .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html.new-design .ml-md-1,
  html.new-design .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  html.new-design .m-md-2 {
    margin: 0.5rem !important;
  }
  html.new-design .mt-md-2,
  html.new-design .my-md-2 {
    margin-top: 0.5rem !important;
  }
  html.new-design .mr-md-2,
  html.new-design .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  html.new-design .mb-md-2,
  html.new-design .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html.new-design .ml-md-2,
  html.new-design .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  html.new-design .m-md-3 {
    margin: 1rem !important;
  }
  html.new-design .mt-md-3,
  html.new-design .my-md-3 {
    margin-top: 1rem !important;
  }
  html.new-design .mr-md-3,
  html.new-design .mx-md-3 {
    margin-right: 1rem !important;
  }
  html.new-design .mb-md-3,
  html.new-design .my-md-3 {
    margin-bottom: 1rem !important;
  }
  html.new-design .ml-md-3,
  html.new-design .mx-md-3 {
    margin-left: 1rem !important;
  }
  html.new-design .m-md-4 {
    margin: 1.5rem !important;
  }
  html.new-design .mt-md-4,
  html.new-design .my-md-4 {
    margin-top: 1.5rem !important;
  }
  html.new-design .mr-md-4,
  html.new-design .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  html.new-design .mb-md-4,
  html.new-design .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html.new-design .ml-md-4,
  html.new-design .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  html.new-design .m-md-5 {
    margin: 3rem !important;
  }
  html.new-design .mt-md-5,
  html.new-design .my-md-5 {
    margin-top: 3rem !important;
  }
  html.new-design .mr-md-5,
  html.new-design .mx-md-5 {
    margin-right: 3rem !important;
  }
  html.new-design .mb-md-5,
  html.new-design .my-md-5 {
    margin-bottom: 3rem !important;
  }
  html.new-design .ml-md-5,
  html.new-design .mx-md-5 {
    margin-left: 3rem !important;
  }
  html.new-design .p-md-0 {
    padding: 0 !important;
  }
  html.new-design .pt-md-0,
  html.new-design .py-md-0 {
    padding-top: 0 !important;
  }
  html.new-design .pr-md-0,
  html.new-design .px-md-0 {
    padding-right: 0 !important;
  }
  html.new-design .pb-md-0,
  html.new-design .py-md-0 {
    padding-bottom: 0 !important;
  }
  html.new-design .pl-md-0,
  html.new-design .px-md-0 {
    padding-left: 0 !important;
  }
  html.new-design .p-md-1 {
    padding: 0.25rem !important;
  }
  html.new-design .pt-md-1,
  html.new-design .py-md-1 {
    padding-top: 0.25rem !important;
  }
  html.new-design .pr-md-1,
  html.new-design .px-md-1 {
    padding-right: 0.25rem !important;
  }
  html.new-design .pb-md-1,
  html.new-design .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html.new-design .pl-md-1,
  html.new-design .px-md-1 {
    padding-left: 0.25rem !important;
  }
  html.new-design .p-md-2 {
    padding: 0.5rem !important;
  }
  html.new-design .pt-md-2,
  html.new-design .py-md-2 {
    padding-top: 0.5rem !important;
  }
  html.new-design .pr-md-2,
  html.new-design .px-md-2 {
    padding-right: 0.5rem !important;
  }
  html.new-design .pb-md-2,
  html.new-design .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html.new-design .pl-md-2,
  html.new-design .px-md-2 {
    padding-left: 0.5rem !important;
  }
  html.new-design .p-md-3 {
    padding: 1rem !important;
  }
  html.new-design .pt-md-3,
  html.new-design .py-md-3 {
    padding-top: 1rem !important;
  }
  html.new-design .pr-md-3,
  html.new-design .px-md-3 {
    padding-right: 1rem !important;
  }
  html.new-design .pb-md-3,
  html.new-design .py-md-3 {
    padding-bottom: 1rem !important;
  }
  html.new-design .pl-md-3,
  html.new-design .px-md-3 {
    padding-left: 1rem !important;
  }
  html.new-design .p-md-4 {
    padding: 1.5rem !important;
  }
  html.new-design .pt-md-4,
  html.new-design .py-md-4 {
    padding-top: 1.5rem !important;
  }
  html.new-design .pr-md-4,
  html.new-design .px-md-4 {
    padding-right: 1.5rem !important;
  }
  html.new-design .pb-md-4,
  html.new-design .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html.new-design .pl-md-4,
  html.new-design .px-md-4 {
    padding-left: 1.5rem !important;
  }
  html.new-design .p-md-5 {
    padding: 3rem !important;
  }
  html.new-design .pt-md-5,
  html.new-design .py-md-5 {
    padding-top: 3rem !important;
  }
  html.new-design .pr-md-5,
  html.new-design .px-md-5 {
    padding-right: 3rem !important;
  }
  html.new-design .pb-md-5,
  html.new-design .py-md-5 {
    padding-bottom: 3rem !important;
  }
  html.new-design .pl-md-5,
  html.new-design .px-md-5 {
    padding-left: 3rem !important;
  }
  html.new-design .m-md-n1 {
    margin: -0.25rem !important;
  }
  html.new-design .mt-md-n1,
  html.new-design .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  html.new-design .mr-md-n1,
  html.new-design .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  html.new-design .mb-md-n1,
  html.new-design .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  html.new-design .ml-md-n1,
  html.new-design .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  html.new-design .m-md-n2 {
    margin: -0.5rem !important;
  }
  html.new-design .mt-md-n2,
  html.new-design .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  html.new-design .mr-md-n2,
  html.new-design .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  html.new-design .mb-md-n2,
  html.new-design .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  html.new-design .ml-md-n2,
  html.new-design .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  html.new-design .m-md-n3 {
    margin: -1rem !important;
  }
  html.new-design .mt-md-n3,
  html.new-design .my-md-n3 {
    margin-top: -1rem !important;
  }
  html.new-design .mr-md-n3,
  html.new-design .mx-md-n3 {
    margin-right: -1rem !important;
  }
  html.new-design .mb-md-n3,
  html.new-design .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  html.new-design .ml-md-n3,
  html.new-design .mx-md-n3 {
    margin-left: -1rem !important;
  }
  html.new-design .m-md-n4 {
    margin: -1.5rem !important;
  }
  html.new-design .mt-md-n4,
  html.new-design .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  html.new-design .mr-md-n4,
  html.new-design .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  html.new-design .mb-md-n4,
  html.new-design .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  html.new-design .ml-md-n4,
  html.new-design .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  html.new-design .m-md-n5 {
    margin: -3rem !important;
  }
  html.new-design .mt-md-n5,
  html.new-design .my-md-n5 {
    margin-top: -3rem !important;
  }
  html.new-design .mr-md-n5,
  html.new-design .mx-md-n5 {
    margin-right: -3rem !important;
  }
  html.new-design .mb-md-n5,
  html.new-design .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  html.new-design .ml-md-n5,
  html.new-design .mx-md-n5 {
    margin-left: -3rem !important;
  }
  html.new-design .m-md-auto {
    margin: auto !important;
  }
  html.new-design .mt-md-auto,
  html.new-design .my-md-auto {
    margin-top: auto !important;
  }
  html.new-design .mr-md-auto,
  html.new-design .mx-md-auto {
    margin-right: auto !important;
  }
  html.new-design .mb-md-auto,
  html.new-design .my-md-auto {
    margin-bottom: auto !important;
  }
  html.new-design .ml-md-auto,
  html.new-design .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  html.new-design .m-lg-0 {
    margin: 0 !important;
  }
  html.new-design .mt-lg-0,
  html.new-design .my-lg-0 {
    margin-top: 0 !important;
  }
  html.new-design .mr-lg-0,
  html.new-design .mx-lg-0 {
    margin-right: 0 !important;
  }
  html.new-design .mb-lg-0,
  html.new-design .my-lg-0 {
    margin-bottom: 0 !important;
  }
  html.new-design .ml-lg-0,
  html.new-design .mx-lg-0 {
    margin-left: 0 !important;
  }
  html.new-design .m-lg-1 {
    margin: 0.25rem !important;
  }
  html.new-design .mt-lg-1,
  html.new-design .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  html.new-design .mr-lg-1,
  html.new-design .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  html.new-design .mb-lg-1,
  html.new-design .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html.new-design .ml-lg-1,
  html.new-design .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  html.new-design .m-lg-2 {
    margin: 0.5rem !important;
  }
  html.new-design .mt-lg-2,
  html.new-design .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  html.new-design .mr-lg-2,
  html.new-design .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  html.new-design .mb-lg-2,
  html.new-design .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html.new-design .ml-lg-2,
  html.new-design .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  html.new-design .m-lg-3 {
    margin: 1rem !important;
  }
  html.new-design .mt-lg-3,
  html.new-design .my-lg-3 {
    margin-top: 1rem !important;
  }
  html.new-design .mr-lg-3,
  html.new-design .mx-lg-3 {
    margin-right: 1rem !important;
  }
  html.new-design .mb-lg-3,
  html.new-design .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  html.new-design .ml-lg-3,
  html.new-design .mx-lg-3 {
    margin-left: 1rem !important;
  }
  html.new-design .m-lg-4 {
    margin: 1.5rem !important;
  }
  html.new-design .mt-lg-4,
  html.new-design .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  html.new-design .mr-lg-4,
  html.new-design .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  html.new-design .mb-lg-4,
  html.new-design .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html.new-design .ml-lg-4,
  html.new-design .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  html.new-design .m-lg-5 {
    margin: 3rem !important;
  }
  html.new-design .mt-lg-5,
  html.new-design .my-lg-5 {
    margin-top: 3rem !important;
  }
  html.new-design .mr-lg-5,
  html.new-design .mx-lg-5 {
    margin-right: 3rem !important;
  }
  html.new-design .mb-lg-5,
  html.new-design .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  html.new-design .ml-lg-5,
  html.new-design .mx-lg-5 {
    margin-left: 3rem !important;
  }
  html.new-design .p-lg-0 {
    padding: 0 !important;
  }
  html.new-design .pt-lg-0,
  html.new-design .py-lg-0 {
    padding-top: 0 !important;
  }
  html.new-design .pr-lg-0,
  html.new-design .px-lg-0 {
    padding-right: 0 !important;
  }
  html.new-design .pb-lg-0,
  html.new-design .py-lg-0 {
    padding-bottom: 0 !important;
  }
  html.new-design .pl-lg-0,
  html.new-design .px-lg-0 {
    padding-left: 0 !important;
  }
  html.new-design .p-lg-1 {
    padding: 0.25rem !important;
  }
  html.new-design .pt-lg-1,
  html.new-design .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  html.new-design .pr-lg-1,
  html.new-design .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  html.new-design .pb-lg-1,
  html.new-design .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html.new-design .pl-lg-1,
  html.new-design .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  html.new-design .p-lg-2 {
    padding: 0.5rem !important;
  }
  html.new-design .pt-lg-2,
  html.new-design .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  html.new-design .pr-lg-2,
  html.new-design .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  html.new-design .pb-lg-2,
  html.new-design .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html.new-design .pl-lg-2,
  html.new-design .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  html.new-design .p-lg-3 {
    padding: 1rem !important;
  }
  html.new-design .pt-lg-3,
  html.new-design .py-lg-3 {
    padding-top: 1rem !important;
  }
  html.new-design .pr-lg-3,
  html.new-design .px-lg-3 {
    padding-right: 1rem !important;
  }
  html.new-design .pb-lg-3,
  html.new-design .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  html.new-design .pl-lg-3,
  html.new-design .px-lg-3 {
    padding-left: 1rem !important;
  }
  html.new-design .p-lg-4 {
    padding: 1.5rem !important;
  }
  html.new-design .pt-lg-4,
  html.new-design .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  html.new-design .pr-lg-4,
  html.new-design .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  html.new-design .pb-lg-4,
  html.new-design .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html.new-design .pl-lg-4,
  html.new-design .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  html.new-design .p-lg-5 {
    padding: 3rem !important;
  }
  html.new-design .pt-lg-5,
  html.new-design .py-lg-5 {
    padding-top: 3rem !important;
  }
  html.new-design .pr-lg-5,
  html.new-design .px-lg-5 {
    padding-right: 3rem !important;
  }
  html.new-design .pb-lg-5,
  html.new-design .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  html.new-design .pl-lg-5,
  html.new-design .px-lg-5 {
    padding-left: 3rem !important;
  }
  html.new-design .m-lg-n1 {
    margin: -0.25rem !important;
  }
  html.new-design .mt-lg-n1,
  html.new-design .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  html.new-design .mr-lg-n1,
  html.new-design .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  html.new-design .mb-lg-n1,
  html.new-design .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  html.new-design .ml-lg-n1,
  html.new-design .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  html.new-design .m-lg-n2 {
    margin: -0.5rem !important;
  }
  html.new-design .mt-lg-n2,
  html.new-design .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  html.new-design .mr-lg-n2,
  html.new-design .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  html.new-design .mb-lg-n2,
  html.new-design .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  html.new-design .ml-lg-n2,
  html.new-design .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  html.new-design .m-lg-n3 {
    margin: -1rem !important;
  }
  html.new-design .mt-lg-n3,
  html.new-design .my-lg-n3 {
    margin-top: -1rem !important;
  }
  html.new-design .mr-lg-n3,
  html.new-design .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  html.new-design .mb-lg-n3,
  html.new-design .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  html.new-design .ml-lg-n3,
  html.new-design .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  html.new-design .m-lg-n4 {
    margin: -1.5rem !important;
  }
  html.new-design .mt-lg-n4,
  html.new-design .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  html.new-design .mr-lg-n4,
  html.new-design .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  html.new-design .mb-lg-n4,
  html.new-design .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  html.new-design .ml-lg-n4,
  html.new-design .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  html.new-design .m-lg-n5 {
    margin: -3rem !important;
  }
  html.new-design .mt-lg-n5,
  html.new-design .my-lg-n5 {
    margin-top: -3rem !important;
  }
  html.new-design .mr-lg-n5,
  html.new-design .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  html.new-design .mb-lg-n5,
  html.new-design .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  html.new-design .ml-lg-n5,
  html.new-design .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  html.new-design .m-lg-auto {
    margin: auto !important;
  }
  html.new-design .mt-lg-auto,
  html.new-design .my-lg-auto {
    margin-top: auto !important;
  }
  html.new-design .mr-lg-auto,
  html.new-design .mx-lg-auto {
    margin-right: auto !important;
  }
  html.new-design .mb-lg-auto,
  html.new-design .my-lg-auto {
    margin-bottom: auto !important;
  }
  html.new-design .ml-lg-auto,
  html.new-design .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  html.new-design .m-xl-0 {
    margin: 0 !important;
  }
  html.new-design .mt-xl-0,
  html.new-design .my-xl-0 {
    margin-top: 0 !important;
  }
  html.new-design .mr-xl-0,
  html.new-design .mx-xl-0 {
    margin-right: 0 !important;
  }
  html.new-design .mb-xl-0,
  html.new-design .my-xl-0 {
    margin-bottom: 0 !important;
  }
  html.new-design .ml-xl-0,
  html.new-design .mx-xl-0 {
    margin-left: 0 !important;
  }
  html.new-design .m-xl-1 {
    margin: 0.25rem !important;
  }
  html.new-design .mt-xl-1,
  html.new-design .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  html.new-design .mr-xl-1,
  html.new-design .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  html.new-design .mb-xl-1,
  html.new-design .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html.new-design .ml-xl-1,
  html.new-design .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  html.new-design .m-xl-2 {
    margin: 0.5rem !important;
  }
  html.new-design .mt-xl-2,
  html.new-design .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  html.new-design .mr-xl-2,
  html.new-design .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  html.new-design .mb-xl-2,
  html.new-design .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html.new-design .ml-xl-2,
  html.new-design .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  html.new-design .m-xl-3 {
    margin: 1rem !important;
  }
  html.new-design .mt-xl-3,
  html.new-design .my-xl-3 {
    margin-top: 1rem !important;
  }
  html.new-design .mr-xl-3,
  html.new-design .mx-xl-3 {
    margin-right: 1rem !important;
  }
  html.new-design .mb-xl-3,
  html.new-design .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  html.new-design .ml-xl-3,
  html.new-design .mx-xl-3 {
    margin-left: 1rem !important;
  }
  html.new-design .m-xl-4 {
    margin: 1.5rem !important;
  }
  html.new-design .mt-xl-4,
  html.new-design .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  html.new-design .mr-xl-4,
  html.new-design .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  html.new-design .mb-xl-4,
  html.new-design .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html.new-design .ml-xl-4,
  html.new-design .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  html.new-design .m-xl-5 {
    margin: 3rem !important;
  }
  html.new-design .mt-xl-5,
  html.new-design .my-xl-5 {
    margin-top: 3rem !important;
  }
  html.new-design .mr-xl-5,
  html.new-design .mx-xl-5 {
    margin-right: 3rem !important;
  }
  html.new-design .mb-xl-5,
  html.new-design .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  html.new-design .ml-xl-5,
  html.new-design .mx-xl-5 {
    margin-left: 3rem !important;
  }
  html.new-design .p-xl-0 {
    padding: 0 !important;
  }
  html.new-design .pt-xl-0,
  html.new-design .py-xl-0 {
    padding-top: 0 !important;
  }
  html.new-design .pr-xl-0,
  html.new-design .px-xl-0 {
    padding-right: 0 !important;
  }
  html.new-design .pb-xl-0,
  html.new-design .py-xl-0 {
    padding-bottom: 0 !important;
  }
  html.new-design .pl-xl-0,
  html.new-design .px-xl-0 {
    padding-left: 0 !important;
  }
  html.new-design .p-xl-1 {
    padding: 0.25rem !important;
  }
  html.new-design .pt-xl-1,
  html.new-design .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  html.new-design .pr-xl-1,
  html.new-design .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  html.new-design .pb-xl-1,
  html.new-design .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html.new-design .pl-xl-1,
  html.new-design .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  html.new-design .p-xl-2 {
    padding: 0.5rem !important;
  }
  html.new-design .pt-xl-2,
  html.new-design .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  html.new-design .pr-xl-2,
  html.new-design .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  html.new-design .pb-xl-2,
  html.new-design .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html.new-design .pl-xl-2,
  html.new-design .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  html.new-design .p-xl-3 {
    padding: 1rem !important;
  }
  html.new-design .pt-xl-3,
  html.new-design .py-xl-3 {
    padding-top: 1rem !important;
  }
  html.new-design .pr-xl-3,
  html.new-design .px-xl-3 {
    padding-right: 1rem !important;
  }
  html.new-design .pb-xl-3,
  html.new-design .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  html.new-design .pl-xl-3,
  html.new-design .px-xl-3 {
    padding-left: 1rem !important;
  }
  html.new-design .p-xl-4 {
    padding: 1.5rem !important;
  }
  html.new-design .pt-xl-4,
  html.new-design .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  html.new-design .pr-xl-4,
  html.new-design .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  html.new-design .pb-xl-4,
  html.new-design .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html.new-design .pl-xl-4,
  html.new-design .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  html.new-design .p-xl-5 {
    padding: 3rem !important;
  }
  html.new-design .pt-xl-5,
  html.new-design .py-xl-5 {
    padding-top: 3rem !important;
  }
  html.new-design .pr-xl-5,
  html.new-design .px-xl-5 {
    padding-right: 3rem !important;
  }
  html.new-design .pb-xl-5,
  html.new-design .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  html.new-design .pl-xl-5,
  html.new-design .px-xl-5 {
    padding-left: 3rem !important;
  }
  html.new-design .m-xl-n1 {
    margin: -0.25rem !important;
  }
  html.new-design .mt-xl-n1,
  html.new-design .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  html.new-design .mr-xl-n1,
  html.new-design .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  html.new-design .mb-xl-n1,
  html.new-design .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  html.new-design .ml-xl-n1,
  html.new-design .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  html.new-design .m-xl-n2 {
    margin: -0.5rem !important;
  }
  html.new-design .mt-xl-n2,
  html.new-design .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  html.new-design .mr-xl-n2,
  html.new-design .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  html.new-design .mb-xl-n2,
  html.new-design .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  html.new-design .ml-xl-n2,
  html.new-design .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  html.new-design .m-xl-n3 {
    margin: -1rem !important;
  }
  html.new-design .mt-xl-n3,
  html.new-design .my-xl-n3 {
    margin-top: -1rem !important;
  }
  html.new-design .mr-xl-n3,
  html.new-design .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  html.new-design .mb-xl-n3,
  html.new-design .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  html.new-design .ml-xl-n3,
  html.new-design .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  html.new-design .m-xl-n4 {
    margin: -1.5rem !important;
  }
  html.new-design .mt-xl-n4,
  html.new-design .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  html.new-design .mr-xl-n4,
  html.new-design .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  html.new-design .mb-xl-n4,
  html.new-design .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  html.new-design .ml-xl-n4,
  html.new-design .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  html.new-design .m-xl-n5 {
    margin: -3rem !important;
  }
  html.new-design .mt-xl-n5,
  html.new-design .my-xl-n5 {
    margin-top: -3rem !important;
  }
  html.new-design .mr-xl-n5,
  html.new-design .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  html.new-design .mb-xl-n5,
  html.new-design .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  html.new-design .ml-xl-n5,
  html.new-design .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  html.new-design .m-xl-auto {
    margin: auto !important;
  }
  html.new-design .mt-xl-auto,
  html.new-design .my-xl-auto {
    margin-top: auto !important;
  }
  html.new-design .mr-xl-auto,
  html.new-design .mx-xl-auto {
    margin-right: auto !important;
  }
  html.new-design .mb-xl-auto,
  html.new-design .my-xl-auto {
    margin-bottom: auto !important;
  }
  html.new-design .ml-xl-auto,
  html.new-design .mx-xl-auto {
    margin-left: auto !important;
  }
}
html.new-design .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);
}
html.new-design .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
html.new-design .text-justify {
  text-align: justify !important;
}
html.new-design .text-wrap {
  white-space: normal !important;
}
html.new-design .text-nowrap {
  white-space: nowrap !important;
}
html.new-design .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.new-design .text-left {
  text-align: left !important;
}
html.new-design .text-right {
  text-align: right !important;
}
html.new-design .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  html.new-design .text-sm-left {
    text-align: left !important;
  }
  html.new-design .text-sm-right {
    text-align: right !important;
  }
  html.new-design .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html.new-design .text-md-left {
    text-align: left !important;
  }
  html.new-design .text-md-right {
    text-align: right !important;
  }
  html.new-design .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html.new-design .text-lg-left {
    text-align: left !important;
  }
  html.new-design .text-lg-right {
    text-align: right !important;
  }
  html.new-design .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html.new-design .text-xl-left {
    text-align: left !important;
  }
  html.new-design .text-xl-right {
    text-align: right !important;
  }
  html.new-design .text-xl-center {
    text-align: center !important;
  }
}
html.new-design .text-lowercase {
  text-transform: lowercase !important;
}
html.new-design .text-uppercase {
  text-transform: uppercase !important;
}
html.new-design .text-capitalize {
  text-transform: capitalize !important;
}
html.new-design .font-weight-light {
  font-weight: 300 !important;
}
html.new-design .font-weight-lighter {
  font-weight: lighter !important;
}
html.new-design .font-weight-normal {
  font-weight: 400 !important;
}
html.new-design .font-weight-bold {
  font-weight: 700 !important;
}
html.new-design .font-weight-bolder {
  font-weight: bolder !important;
}
html.new-design .font-italic {
  font-style: italic !important;
}
html.new-design .text-white {
  color: #fff !important;
}
html.new-design .text-primary {
  color: #0EC3E7 !important;
}
html.new-design a.text-primary:hover, html.new-design a.text-primary:focus {
  color: #0a869f !important;
}
html.new-design .text-secondary {
  color: #6c757d !important;
}
html.new-design a.text-secondary:hover, html.new-design a.text-secondary:focus {
  color: #494f54 !important;
}
html.new-design .text-success {
  color: #28a745 !important;
}
html.new-design a.text-success:hover, html.new-design a.text-success:focus {
  color: #19692c !important;
}
html.new-design .text-info {
  color: #17a2b8 !important;
}
html.new-design a.text-info:hover, html.new-design a.text-info:focus {
  color: #0f6674 !important;
}
html.new-design .text-warning {
  color: #ffc107 !important;
}
html.new-design a.text-warning:hover, html.new-design a.text-warning:focus {
  color: #ba8b00 !important;
}
html.new-design .text-danger {
  color: #F95492 !important;
}
html.new-design a.text-danger:hover, html.new-design a.text-danger:focus {
  color: #f60a63 !important;
}
html.new-design .text-light {
  color: #f8f9fa !important;
}
html.new-design a.text-light:hover, html.new-design a.text-light:focus {
  color: #cbd3da !important;
}
html.new-design .text-dark {
  color: #343a40 !important;
}
html.new-design a.text-dark:hover, html.new-design a.text-dark:focus {
  color: #121416 !important;
}
html.new-design .text-body {
  color: #212529 !important;
}
html.new-design .text-muted {
  color: #6c757d !important;
}
html.new-design .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
html.new-design .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
html.new-design .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html.new-design .text-decoration-none {
  text-decoration: none !important;
}
html.new-design .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
html.new-design .text-reset {
  color: inherit !important;
}
html.new-design .visible {
  visibility: visible !important;
}
html.new-design .invisible {
  visibility: hidden !important;
}
@media print {
  html.new-design *,
  html.new-design *::before,
  html.new-design *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  html.new-design a:not(.btn) {
    text-decoration: underline;
  }
  html.new-design abbr[title]::after {
    content: " (" attr(title) ")";
  }
  html.new-design pre {
    white-space: pre-wrap !important;
  }
  html.new-design pre,
  html.new-design blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  html.new-design thead {
    display: table-header-group;
  }
  html.new-design tr,
  html.new-design img {
    page-break-inside: avoid;
  }
  html.new-design p,
  html.new-design h2,
  html.new-design h3 {
    orphans: 3;
    widows: 3;
  }
  html.new-design h2,
  html.new-design h3 {
    page-break-after: avoid;
  }
  @page {
    html.new-design {
      size: a3;
    }
  }
  html.new-design body {
    min-width: 992px !important;
  }
  html.new-design .container {
    min-width: 992px !important;
  }
  html.new-design .navbar {
    display: none;
  }
  html.new-design .badge {
    border: 1px solid #000;
  }
  html.new-design .table {
    border-collapse: collapse !important;
  }
  html.new-design .table-bordered th,
  html.new-design .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  html.new-design .table-dark {
    color: inherit;
  }
  html.new-design .table-dark th,
  html.new-design .table-dark td,
  html.new-design .table-dark thead th,
  html.new-design .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  html.new-design .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html.new-design body .modal-backdrop {
  backdrop-filter: blur(0.5714rem) !important;
  opacity: 0.9 !important;
}
html.new-design body.modal-showing-favourite .modal-backdrop {
  background: rgb(141, 152, 177) !important;
}
html.new-design body.modal-showing-default .modal-backdrop {
  background: #1f3161 !important;
}
html.new-design body.modal-showing-danger .modal-backdrop {
  background: whitesmoke !important;
}
html.new-design body.modal-showing-server-error .modal-backdrop {
  background: #F95492 !important;
  opacity: 0.9 !important;
}
html.new-design body.modal-showing-message .modal-backdrop {
  background: whitesmoke !important;
  opacity: 0.9 !important;
}
html.new-design .modal form article:last-child {
  margin-bottom: 0 !important;
}
html.new-design .modal[name=delete] .modal-content, html.new-design .modal[name=action-delete] .modal-content, html.new-design .modal[name=confirm-before-redirect] .modal-content {
  border-radius: 0.7143rem;
  max-width: 550px;
  background: #F95492;
  text-align: center;
  padding: 90px 0;
}
html.new-design .modal[name=delete] .modal-content .text, html.new-design .modal[name=action-delete] .modal-content .text, html.new-design .modal[name=confirm-before-redirect] .modal-content .text {
  color: white;
}
html.new-design .modal[name=delete] .modal-content .buttons, html.new-design .modal[name=action-delete] .modal-content .buttons, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons {
  margin-top: 50px;
  display: inline-block;
}
html.new-design .modal[name=delete] .modal-content .buttons button, html.new-design .modal[name=action-delete] .modal-content .buttons button, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button {
  background: rgba(255, 255, 255, 0.2);
  color: #F95492;
}
html.new-design .modal[name=delete] .modal-content .buttons button:hover, html.new-design .modal[name=action-delete] .modal-content .buttons button:hover, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button:hover {
  background: rgb(255, 255, 255);
}
html.new-design .modal[name=delete] .modal-content .buttons button.cancel, html.new-design .modal[name=delete] .modal-content .buttons button.click-to-continue, html.new-design .modal[name=action-delete] .modal-content .buttons button.cancel, html.new-design .modal[name=action-delete] .modal-content .buttons button.click-to-continue, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button.cancel, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button.click-to-continue {
  color: #F95492;
  background: rgba(255, 255, 255, 0.9);
}
html.new-design .modal[name=delete] .modal-content .buttons button.cancel:hover, html.new-design .modal[name=delete] .modal-content .buttons button.click-to-continue:hover, html.new-design .modal[name=action-delete] .modal-content .buttons button.cancel:hover, html.new-design .modal[name=action-delete] .modal-content .buttons button.click-to-continue:hover, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button.cancel:hover, html.new-design .modal[name=confirm-before-redirect] .modal-content .buttons button.click-to-continue:hover {
  background: rgb(255, 255, 255);
}
html.new-design .modal[name=delete] h1, html.new-design .modal[name=action-delete] h1, html.new-design .modal[name=confirm-before-redirect] h1 {
  color: white;
}
html.new-design .modal[name=message] .modal-content {
  border-radius: 0.7143rem;
  max-width: 550px;
  text-align: center;
  padding: 25px 0;
}
html.new-design .modal[name=message] .modal-content .text {
  color: white;
}
html.new-design .modal[name=message] .modal-content .buttons {
  margin-top: 25px;
  display: inline-block;
}
html.new-design .modal[name=message] .modal-content .buttons button {
  margin-left: 0;
  color: #F95492;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.9);
}
html.new-design .modal[name=message] .modal-content .buttons button:hover {
  background: rgb(255, 255, 255);
}
html.new-design .modal[name=message][backdrop-style=error] .modal-content, html.new-design .modal[name=message][backdrop-style=danger] .modal-content {
  background: #F95492;
}
html.new-design .modal[name=message][backdrop-style=error] .modal-content button, html.new-design .modal[name=message][backdrop-style=danger] .modal-content button {
  color: #F95492;
}
html.new-design .modal[name=message][backdrop-style=warning] .modal-content {
  background: darkorange;
}
html.new-design .modal[name=message][backdrop-style=warning] .modal-content button {
  color: darkorange;
}
html.new-design .modal[name=message][backdrop-style=info] .modal-content {
  background: #1f3161;
}
html.new-design .modal[name=message][backdrop-style=info] .modal-content button {
  color: #1f3161;
}
html.new-design .modal[name=message][backdrop-style=success] .modal-content {
  background: forestgreen;
}
html.new-design .modal[name=message][backdrop-style=success] .modal-content button {
  color: forestgreen;
}
html.new-design .modal[name=servlet-display] .modal-content, html.new-design .modal[name=server-error] .modal-content {
  background-color: #FBFBFC;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
html.new-design .modal[name=servlet-display] .bootstrap-select, html.new-design .modal[name=server-error] .bootstrap-select {
  height: 100%;
  padding: 0;
  border: none !important;
}
html.new-design .modal-full-screen {
  max-width: 1300px;
  margin: auto;
}
html.new-design .alert {
  z-index: 1020;
}
html.new-design .alert button {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  background: unset;
}
html.new-design .bg-light {
  background: white !important;
}
html.new-design .modal-content {
  background-color: transparent;
  background-clip: padding-box;
  border: none;
}
html.new-design .alert button:hover {
  background: unset !important;
}
html.new-design .navbar {
  padding: 1rem 0 !important;
}
html.new-design .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design .navbar:not(.navbar-no-menu) {
  margin-top: 34px;
}
html.new-design .navbar:not(.navbar-no-menu) .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -25px;
}
html.new-design .row {
  margin-right: 0;
  margin-left: 0;
}
html.new-design .top-scrollbar {
  margin-bottom: 0.7143rem;
  overflow: auto;
}
html.new-design .top-scrollbar .fake-content {
  height: 1px;
}
html.new-design .bootstrap-table-wrapper:not(.no-width-adjust) > table {
  opacity: 0;
}
html.new-design table.table {
  color: #1f3161;
}
html.new-design table.table thead.thead-bottom-border {
  border-bottom: solid 1px #E8EAEF;
}
html.new-design table.table th, html.new-design table.table td {
  vertical-align: middle;
  padding-right: 0 !important;
}
html.new-design table.table th:first-child, html.new-design table.table th.c-1st, html.new-design table.table td:first-child, html.new-design table.table td.c-1st {
  padding-left: 0 !important;
}
html.new-design table.table th label, html.new-design table.table td label {
  margin-bottom: 0;
}
html.new-design table.table th {
  color: #1f3161;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.7143rem;
  border-top: 0 !important;
}
html.new-design table.table th .center {
  text-align: center;
}
html.new-design table.table th.column-header-is-subtitle {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design table.table th.column-header-has-subtitle {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design .no-padding-left {
  padding-left: 0 !important;
}
html.new-design .no-padding-right {
  padding-right: 0 !important;
}
html.new-design .no-padding {
  padding: 0 !important;
}
html.new-design .no-margin-top {
  margin-top: 0;
}
html.new-design .no-margin-bottom {
  margin-bottom: 0;
}
html.new-design .btn-primary {
  color: white;
  background-color: #0EC3E7;
}
html.new-design .btn-primary:hover {
  background-color: #1f3161;
  border-color: #1f3161;
}
html.new-design .btn-primary.pink {
  color: white;
  background-color: #F95492;
  border-color: #F95492;
}
html.new-design .btn-primary.pink:hover {
  color: white;
  background-color: #f82f7a;
  border-color: #f72373;
}
html.new-design .btn-outline-primary {
  color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design .btn-outline-primary:hover {
  border-color: #1f3161;
  background-color: #1f3161;
  border-color: #1f3161;
}
html.new-design .btn-inline {
  padding: 0 5px !important;
}
html.new-design .inner {
  overflow: hidden;
}
html.new-design .inner img.card-img-top {
  padding-top: 5px;
  height: 60px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
html.new-design .contain-card {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
html.new-design .contain-card .card {
  border-radius: 0.25rem;
}
html.new-design .card-body.card-body-no-padding {
  padding: 0 !important;
}
html.new-design .card-text {
  margin-top: 0;
  margin-bottom: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.857rem;
}
html.new-design .card-body .btn-download, html.new-design .card-body .btn-delete {
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  html.new-design .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
html.new-design .nav-tabs {
  border-bottom: 1px solid #0EC3E7;
}
html.new-design .nav-tabs .nav-link.active {
  color: white;
  background-color: #0EC3E7;
  border-color: #0EC3E7 !important;
}
html.new-design .tab-content {
  border: 1px solid #0EC3E7;
  padding: 1.0714rem;
  border-top: none;
}
html.new-design .card {
  border-radius: 1.0714rem;
}
html.new-design .card .card-header > .btn {
  padding: 0;
  font-weight: bold;
  color: #8D98B1;
  line-height: 1rem;
  font-size: 0.857rem;
}
html.new-design .card .card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}
html.new-design .nav-tabs .nav-link {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
html.new-design .input-group {
  flex-wrap: nowrap;
}
html.new-design .popover.popover-error {
  background-color: #F95492;
  border: none;
}
html.new-design .popover.popover-error .popover-header {
  padding: 0.25rem 0.75rem;
  background-color: #F95492;
  border-bottom: 1px solid #de296d;
  color: white;
}
html.new-design .popover.popover-error .popover-header::before {
  border-bottom: none;
}
html.new-design .popover.popover-error .popover-header .dismiss-popover {
  color: white;
  font-weight: bold;
}
html.new-design .popover.popover-error .popover-header .dismiss-popover:hover {
  text-decoration: none;
}
html.new-design .popover.popover-error .popover-body {
  color: white;
}
html.new-design .bs-popover-bottom > .arrow::after, html.new-design .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #F95492;
}
html.new-design .bs-popover-bottom > .arrow::before, html.new-design .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: transparent;
}
html.new-design .session-breakdown-editable .from-time, html.new-design .session-breakdown-editable .to-time {
  width: 100px;
}
html.new-design ol ul {
  list-style-type: circle;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
html.new-design .dropdown-item.disabled {
  pointer-events: auto;
}
html.new-design .dropdown-item.dropdown-item-checked {
  font-weight: bold;
}
html.new-design .dropdown-item.dropdown-item-checked::before {
  position: absolute;
  left: 0.4rem;
  content: "✓";
  font-weight: 600;
}
html.new-design .btn.disabled, html.new-design .btn:disabled {
  background: #B7BECE;
  border-color: #B7BECE;
  cursor: default;
  pointer-events: auto;
}
html.new-design .slick-dotted.slick-slider {
  margin-bottom: 0;
}
html.new-design .slick-dots {
  padding-bottom: 0;
  margin-bottom: 0;
  position: static;
  padding-top: 5px;
}
html.new-design .slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
}
html.new-design .dropdown-menu.show.inner {
  width: 100% !important;
}
html.new-design .dropdown-menu .default-blank::before {
  content: "RESET TO BLANK";
  color: #F95492;
  font-weight: 500;
}
html.new-design .dropdown-menu .default-blank.active::before, html.new-design .dropdown-menu .default-blank.selected::before {
  content: "NONE SELECTED";
  color: yellow;
  font-weight: 500;
}
html.new-design .dropdown-menu .dropdown-header {
  font-size: 1rem;
  font-weight: 600;
  color: #F95492;
  cursor: default;
}
html.new-design .dropdown-menu.in-page-dropdown {
  background-color: #F95492;
  border-radius: 0.5rem;
}
html.new-design .dropdown-menu.in-page-dropdown .dropdown-item {
  color: white;
}
html.new-design .dropdown-menu.in-page-dropdown .dropdown-item .num-selected-wrapper.badge {
  background-color: white;
  color: #F95492;
}
html.new-design .dropdown-menu.in-page-dropdown .dropdown-item:hover {
  color: #F95492;
}
html.new-design .dropdown-menu.in-page-dropdown .dropdown-item:hover .num-selected-wrapper.badge {
  background-color: #F95492;
  color: white;
}
html.new-design .dropdown-menu.in-page-dropdown .dropdown-header {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  cursor: default;
  text-transform: uppercase;
}
html.new-design .input-group-append button {
  white-space: nowrap;
}
html.new-design .fixed-top {
  z-index: 4;
}
html.new-design header {
  z-index: 4;
}
html.new-design .overlay-open {
  overflow: hidden;
}
html.new-design button:focus {
  outline: none;
}
html.new-design table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
}
html.new-design table.dataTable.fixedHeader-floating, html.new-design table.dataTable.fixedHeader-locked {
  background-color: #FBFBFC;
}
html.new-design table.dataTable > thead .sorting:before, html.new-design table.dataTable > thead .sorting:after, html.new-design table.dataTable > thead .sorting_asc:before, html.new-design table.dataTable > thead .sorting_asc:after, html.new-design table.dataTable > thead .sorting_desc:before, html.new-design table.dataTable > thead .sorting_desc:after, html.new-design table.dataTable > thead .sorting_desc_disabled:before, html.new-design table.dataTable > thead .sorting_desc_disabled:after, html.new-design table.dataTable > thead .sorting_asc_disabled:before, html.new-design table.dataTable > thead .sorting_asc_disabled:after {
  content: none;
}
html.new-design table.dataTable > thead .sorting .sort-icon:before, html.new-design table.dataTable > thead .sorting .sort-icon:after,
html.new-design table.dataTable > thead .sorting_asc .sort-icon:before,
html.new-design table.dataTable > thead .sorting_asc .sort-icon:after,
html.new-design table.dataTable > thead .sorting_desc .sort-icon:before,
html.new-design table.dataTable > thead .sorting_desc .sort-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  font-size: 1.4286rem;
  line-height: 1.1429rem;
  vertical-align: middle;
}
html.new-design table.dataTable > thead .sorting .sort-icon:before,
html.new-design table.dataTable > thead .sorting_asc .sort-icon:before,
html.new-design table.dataTable > thead .sorting_desc .sort-icon:before {
  content: "\f30c";
}
html.new-design table.dataTable > thead .sorting .sort-icon:after,
html.new-design table.dataTable > thead .sorting_asc .sort-icon:after,
html.new-design table.dataTable > thead .sorting_desc .sort-icon:after {
  content: "\f309";
  margin-left: -6px;
}
html.new-design table.dataTable > thead .sorting .sort-icon:before, html.new-design table.dataTable > thead .sorting .sort-icon:after {
  opacity: 0.3;
}
html.new-design table.dataTable > thead .sorting_asc_disabled .sort-icon:before, html.new-design table.dataTable > thead .sorting_asc_disabled .sort-icon:after,
html.new-design table.dataTable > thead .sorting_desc_disabled .sort-icon:before,
html.new-design table.dataTable > thead .sorting_desc_disabled .sort-icon:after {
  content: none;
}
html.new-design table.dataTable > thead .sorting_asc .sort-icon:before {
  opacity: 1;
}
html.new-design table.dataTable > thead .sorting_desc .sort-icon:after {
  opacity: 1;
}
html.new-design .dataTable th.sorting_asc, html.new-design .dataTable th.sorting_desc {
  color: #F95492 !important;
}
html.new-design .dataTable th.sorting_asc label, html.new-design .dataTable th.sorting_desc label {
  color: #F95492 !important;
}
html.new-design .navbar-toggler {
  margin-left: auto;
  border: none !important;
  height: 38px;
}
html.new-design .ui-datepicker.ui-widget-content {
  animation: _glowing-focus 1s linear infinite;
}
html.new-design .fa-has-top-right {
  padding-right: 0.75rem;
}
html.new-design .fa-top-right {
  font-size: 0.75rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
html.new-design .btn-toolbar .btn-group.contains-label {
  display: block !important;
}
html.new-design .nav-link.disabled {
  pointer-events: auto;
}
html.new-design .bootstrap-select .dropdown-menu.show .dropdown-item.empty-on-purpose {
  height: 0;
}
html.new-design header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  font-family: "Poppins", sans-serif !important;
}
html.new-design header .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
html.new-design header .flex.center {
  align-items: center;
}
html.new-design header .logo img {
  width: auto;
  height: 50px;
}
html.new-design header .logo a:hover {
  text-decoration: none !important;
}
html.new-design header .extra-bar {
  padding-top: 0.7143rem;
}
html.new-design header .navbar-no-menu {
  height: 68px;
  padding: inherit !important;
}
html.new-design header .navbar-no-menu .no-menu .left {
  color: #0EC3E7;
  font-size: 1.4286rem;
  font-weight: 600;
  padding-left: 0;
  text-align: left;
  margin-top: auto;
}
html.new-design header .navbar-no-menu .no-menu .right {
  padding-right: 0;
  text-align: right;
}
html.new-design header .navbar-content #centre-name {
  color: #1f3161;
  font-size: 1.4286rem;
  line-height: 1.4286rem;
  font-weight: 600;
  text-align: right;
}
html.new-design header .navbar-content #breadcrumb-clock {
  color: #8D98B1;
  font-size: 0.7143rem;
}
html.new-design header .navbar-content {
  margin-left: auto;
  padding-top: 0.7143rem;
  display: block;
}
html.new-design header .dropdown-menu {
  padding: 0;
  border: none;
}
html.new-design header .dropdown-menu .dropdown-item {
  padding: 0;
}
html.new-design header .main-menu {
  list-style: none;
  margin-bottom: 0;
}
html.new-design header .main-menu > .nav-item {
  width: auto;
}
html.new-design header .main-menu > .nav-item.regular a {
  font-weight: 600;
  color: #1f3161;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
html.new-design header .main-menu > .nav-item.regular a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0EC3E7;
  transform-origin: center right;
  transform: scaleX(0);
}
html.new-design header .main-menu > .nav-item.regular a:hover:before {
  transform: scaleX(1);
  transform-origin: center left;
}
html.new-design header .main-menu > .nav-item.regular a.faded {
  color: #8D98B1;
}
html.new-design header .main-menu > .nav-item.regular a:before {
  background: #1f3161;
  height: 2px;
}
html.new-design header .main-menu > .nav-item.regular a.active {
  color: #0EC3E7;
}
html.new-design header .main-menu > .nav-item.regular a.active:before {
  transform: scaleX(1);
  transform-origin: center left;
  background: #0EC3E7;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu {
  top: 70px;
  opacity: 0;
  background-color: transparent;
  list-style: none;
  border-radius: 10px;
  padding: 20px 0 20px 20px;
  text-align: right;
  margin-top: 0;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding-right: 20px;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li:first-child {
  margin-top: 0;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item {
  color: #8D98B1;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:hover, html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:active {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:before {
  display: none;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu {
  display: none;
  position: absolute;
  right: auto;
  left: 240px;
  top: 12px;
  list-style: none;
  background: #0EC3E7;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  min-width: 260px;
  margin-left: -10px;
  margin-top: -32px;
  overflow-y: scroll;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li {
  display: block;
  margin: 5px 0 0 0;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li:first-child {
  margin-top: 0;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li .dropdown-item {
  color: white;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li .dropdown-item:hover {
  color: #1f3161;
  background-color: inherit;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li .dropdown-item:before {
  display: none;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li:hover {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .main-menu > .nav-item.regular .main-sub-menu li:hover .main-sub-sub-menu {
  display: block;
}
html.new-design header .main-menu > .nav-item.regular.show .main-sub-menu {
  background: #1f3161;
  top: 40px;
  opacity: 1;
  display: block;
}
html.new-design header .main-menu .main-sub-menu {
  min-width: 260px;
  position: absolute;
  right: 0;
  left: auto;
}
html.new-design .toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  padding-bottom: 0;
}
html.new-design .toggle .flex {
  justify-content: flex-end !important;
  font-size: 0.7143rem;
}
html.new-design .toggle .flex a, html.new-design .toggle .flex span {
  font-weight: bold;
  color: #0EC3E7;
  display: inline-block;
  margin-right: 0.7143rem;
  text-decoration: none;
}
html.new-design .toggle .flex a:hover, html.new-design .toggle .flex span:hover {
  color: #1f3161;
  text-decoration: none !important;
}
html.new-design .toggle .flex #toggle-title:hover {
  color: #0EC3E7;
}
html.new-design .navbar .nav-item .dropdown-menu {
  display: none;
}
html.new-design .navbar .nav-item:hover .nav-link {
  color: white;
}
html.new-design .navbar .nav-item:hover .dropdown-menu:not(.submenu) {
  display: block;
}
html.new-design .navbar .nav-item .dropdown-menu {
  margin-top: 0;
}
html.new-design .wrap {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
html.new-design .wrap.full-height {
  height: 100vh;
}
html.new-design .vertical-centre {
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design .flex, html.new-design .ic-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
html.new-design .flex.center, html.new-design .ic-row.center {
  align-items: center;
}
html.new-design .flex.space-between, html.new-design .ic-row.space-between {
  justify-content: space-between;
}
html.new-design .flex.alert p, html.new-design .ic-row.alert p {
  color: #F95492 !important;
}
html.new-design .flex .note, html.new-design .ic-row .note {
  display: none;
  font-weight: 600;
  color: #8D98B1;
}
html.new-design .flex .note.display, html.new-design .ic-row .note.display {
  display: block;
}
html.new-design .flex .col, html.new-design .ic-row .col {
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: 0;
}
html.new-design .flex .col.has-button, html.new-design .ic-row .col.has-button {
  text-align: center;
}
html.new-design .flex .col:first-of-type, html.new-design .ic-row .col:first-of-type {
  margin-left: 0px;
}
html.new-design .flex .col.dash:before, html.new-design .ic-row .col.dash:before {
  content: "—";
  position: absolute;
  top: 44px;
  margin-left: -22px;
  font-weight: normal;
  color: #8D98B1;
}
html.new-design .flex .col.divider, html.new-design .ic-row .col.divider {
  height: 1px;
  background: #E8EAEF;
}
html.new-design .flex .col.conditional, html.new-design .ic-row .col.conditional {
  color: #B7BECE;
}
html.new-design a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design a {
    transition: none;
  }
}
html.new-design .overflow {
  max-height: 250px;
}
html.new-design .ui-state-active, html.new-design .ui-widget-content .ui-state-active {
  background: #0EC3E7;
  border: 1px solid #1f3161;
}
html.new-design .ui-menu-item-wrapper {
  padding: 0.7143rem 1.0714rem;
}
html.new-design .ui-widget {
  font-family: "Poppins", sans-serif !important;
}
html.new-design .ui-widget.ui-widget-content {
  border: 1px solid #0EC3E7 !important;
}
html.new-design .ui-autocomplete {
  z-index: 9999 !important;
}
html.new-design .session-message-wrapper {
  text-align: center;
}
html.new-design #toast-container {
  z-index: 999;
}
html.new-design #toast-container.toast-bottom-center > div {
  width: 100%;
  max-width: 1200px;
}
html.new-design #toast-container > div {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.new-design #toast-container > div:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.new-design #toast-container .toast-info {
  background-color: #1f3161;
}
html.new-design #toast-container .toast-error {
  background-color: #dc3545;
}
html.new-design .bs-searchbox input {
  min-height: unset !important;
}
html.new-design .hidden-input-wrapper {
  display: none !important;
}
html.new-design * {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.new-design body {
  padding-top: 64px; /* for the navbar */
  font-family: "Poppins", sans-serif !important;
  background: #FBFBFC;
  color: #1f3161;
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100vh - 70px);
  width: 100vw;
}
html.new-design body:not(.no-scroll):not(.overlay-open):not(.modal-open) {
  overflow-y: scroll;
  scrollbar-base-color: white;
  scrollbar-face-color: #0EC3E7;
  scrollbar-3dlight-color: #0EC3E7;
  scrollbar-highlight-color: #1f3161;
  scrollbar-track-color: white;
  scrollbar-arrow-color: #1f3161;
  scrollbar-shadow-color: #0EC3E7;
  scrollbar-dark-shadow-color: #1f3161;
  scrollbar-color: #0EC3E7 white;
  scrollbar-width: thin;
}
html.new-design body, html.new-design .modal-body {
  /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
}
html.new-design body.loading, html.new-design .modal-body.loading {
  overflow: hidden;
  /* Anytime the body has the loading class, our
  modal element will be visible */
}
html.new-design body.loading .loading-spinner-modal, html.new-design .modal-body.loading .loading-spinner-modal {
  display: block;
  background: url(../../assets/loading-circling-beads.gif) 50% 50% no-repeat;
}
html.new-design body .loading-spinner-modal, html.new-design .modal-body .loading-spinner-modal {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html.new-design [is-test-site=true] {
  background-image: url(../../assets/test-watermark.svg) !important;
}
html.new-design #navbar:not(.navbar-no-menu) {
  padding: 0 0 2px 0 !important;
  margin-top: 34px !important;
}
html.new-design ajax-result, html.new-design sub-form {
  display: block;
}
@media print {
  html.new-design body {
    padding-top: 0;
  }
}
html.new-design .file-upload-wrapper {
  display: flex;
  align-items: center;
}
html.new-design .file-upload-wrapper .upload-file-name {
  padding-left: 1.0714rem;
}
html.new-design .file-upload-wrapper span {
  padding: 0.9286rem 1.4286rem;
  min-height: 52px !important;
}
html.new-design pre {
  overflow: auto;
}
html.new-design a {
  color: #1f3161;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design a {
    transition: none;
  }
}
html.new-design a:active, html.new-design a:visited {
  color: #1f3161;
}
html.new-design a.text-link {
  text-decoration: none;
  color: #0EC3E7;
}
html.new-design a.text-link:visited {
  color: #1f3161;
}
html.new-design a.text-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  padding-right: 5px;
}
html.new-design a.btn.text-link {
  text-decoration: none;
  color: white;
}
html.new-design a.btn.text-link:visited {
  color: white;
}
html.new-design a.button, html.new-design button.bs-button {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  color: white;
  padding: 0.7857rem 1.3571rem;
  border-radius: 30.5rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #0EC3E7;
  overflow: hidden;
  outline: none;
  border: 0;
  cursor: pointer;
}
html.new-design a.button.pink, html.new-design button.bs-button.pink {
  background: #F95492;
}
html.new-design a.button.dark-blue, html.new-design button.bs-button.dark-blue {
  background: #1f3161;
  color: white;
}
html.new-design a.button.dark-blue:not(:disabled):not(.disabled):hover, html.new-design button.bs-button.dark-blue:not(:disabled):not(.disabled):hover {
  background: #0EC3E7;
}
html.new-design a.button.disabled, html.new-design a.button:disabled, html.new-design button.bs-button.disabled, html.new-design button.bs-button:disabled {
  background: #B7BECE;
  border-color: #B7BECE;
  cursor: default;
  pointer-events: auto;
}
html.new-design a.button:before, html.new-design button.bs-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f3161;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
html.new-design a.button.delete:before, html.new-design button.bs-button.delete:before {
  background: #F95492;
}
html.new-design a.button:not(:disabled):not(.disabled):hover, html.new-design a.button:not(:disabled):not(.disabled):focus, html.new-design a.button:not(:disabled):not(.disabled):active, html.new-design button.bs-button:not(:disabled):not(.disabled):hover, html.new-design button.bs-button:not(:disabled):not(.disabled):focus, html.new-design button.bs-button:not(:disabled):not(.disabled):active {
  color: white;
  outline: none;
}
html.new-design a.button:not(:disabled):not(.disabled):hover:before, html.new-design a.button:not(:disabled):not(.disabled):focus:before, html.new-design a.button:not(:disabled):not(.disabled):active:before, html.new-design button.bs-button:not(:disabled):not(.disabled):hover:before, html.new-design button.bs-button:not(:disabled):not(.disabled):focus:before, html.new-design button.bs-button:not(:disabled):not(.disabled):active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html.new-design a.button:after, html.new-design button.bs-button:after {
  background: none;
}
html.new-design a.button.grey, html.new-design button.bs-button.grey {
  background: #B7BECE;
}
html.new-design a.button.cancel, html.new-design button.bs-button.cancel {
  background: #E8EAEF;
  margin-left: 0.7143rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design a.button.cancel, html.new-design button.bs-button.cancel {
    transition: none;
  }
}
html.new-design a.button.cancel:not(:disabled):not(.disabled):hover, html.new-design button.bs-button.cancel:not(:disabled):not(.disabled):hover {
  background: #1f3161;
}
html.new-design a.button.cancel.in-modal, html.new-design button.bs-button.cancel.in-modal {
  background: rgba(183, 190, 206, 0.2);
}
html.new-design a.button.cancel.in-modal:hover, html.new-design button.bs-button.cancel.in-modal:hover {
  background: rgb(183, 190, 206);
}
html.new-design a.button.cancel.no-margin, html.new-design button.bs-button.cancel.no-margin {
  margin-left: 0;
}
html.new-design a.button.add, html.new-design button.bs-button.add {
  padding: 0.7857rem 1.3571rem 0.7857rem 38px;
}
html.new-design a.button.add:after, html.new-design button.bs-button.add:after {
  content: "+";
  font-size: 24px;
  font-weight: normal;
  color: white;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
html.new-design a.button.access, html.new-design button.bs-button.access {
  padding: 0.7857rem 1.3571rem 0.7857rem 38px;
}
html.new-design a.button.access:after, html.new-design button.bs-button.access:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f084";
  color: white;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
html.new-design a.button.subtle, html.new-design button.bs-button.subtle {
  background: #E8EAEF;
}
html.new-design a.button.subtle.fade, html.new-design button.bs-button.subtle.fade {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design a.button.subtle.fade, html.new-design button.bs-button.subtle.fade {
    transition: none;
  }
}
html.new-design a.button.subtle.fade:before, html.new-design button.bs-button.subtle.fade:before {
  display: none;
}
html.new-design a.button.subtle.fade:hover, html.new-design button.bs-button.subtle.fade:hover {
  background: #1f3161;
}
html.new-design a.button.shift, html.new-design button.bs-button.shift {
  margin-top: 32px;
}
html.new-design a.button.margin-left, html.new-design button.bs-button.margin-left {
  margin-left: 0.7143rem;
}
html.new-design strong {
  font-weight: 600;
}
html.new-design .white-text {
  color: white;
}
html.new-design .dark-blue-text {
  color: #1f3161;
}
html.new-design .light-blue-text {
  color: #0EC3E7;
}
html.new-design .center-text {
  text-align: center;
}
html.new-design .right-text {
  text-align: right;
}
html.new-design .relative {
  position: relative;
}
html.new-design ul {
  list-style: none;
}
html.new-design .search {
  display: inline-block;
}
html.new-design .search:after {
  content: "";
  width: 10.5rem;
  height: 1.1429rem;
  display: inline-block;
  margin-left: 1.0714rem;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/search.svg);
  position: absolute;
  right: -25px;
  bottom: 2px;
  cursor: pointer;
}
html.new-design section.has-container {
  width: 100%;
  background: white;
  margin-bottom: 0;
}
html.new-design section.has-container.above-grey {
  border-bottom: 1px solid #F8F8FA;
}
html.new-design section.has-container.no-margin {
  margin-bottom: 0;
}
html.new-design section.has-container.stick-tabs {
  position: fixed;
  top: -380px;
  max-width: none;
}
html.new-design section.has-container.stick-tabs .detail-navigation {
  margin: 0 auto;
  max-width: 1200px;
}
html.new-design section.has-container .ic-breadcrumb {
  position: relative;
  width: 100%;
  margin-bottom: 1.0714rem;
  padding-top: 1.2857rem;
}
html.new-design section.has-container .ic-breadcrumb .left {
  font-size: 1.4286rem;
  line-height: 2rem;
  font-weight: 600;
  color: #0EC3E7;
  padding-left: 0;
  text-align: left;
  margin-top: auto;
}
html.new-design section.has-container .ic-breadcrumb .left.root {
  color: #0EC3E7;
}
html.new-design section.has-container .ic-breadcrumb .left.back {
  padding-left: 48px !important;
}
html.new-design section.has-container .ic-breadcrumb .left.back span {
  display: block;
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  cursor: pointer;
  background-image: url(../../assets/prev-inactive.svg);
}
html.new-design section.has-container .ic-breadcrumb .left.back span:hover {
  background-image: url(../../assets/prev-active.svg);
}
html.new-design section.has-container .ic-breadcrumb .right {
  padding-right: 0;
  text-align: right;
}
html.new-design section.has-container .ic-breadcrumb .right a {
  font-size: 1.4286rem;
  line-height: 2rem;
  font-weight: 600;
  color: #0EC3E7;
}
html.new-design .conditional {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .conditional {
    transition: none;
  }
}
html.new-design .conditional.visible {
  opacity: 1;
}
html.new-design .conditional .field {
  display: inline;
}
html.new-design main {
  padding: 30px 0 60px 0;
}
html.new-design .margin-top {
  margin-top: 25px;
}
html.new-design .double-margin-top {
  margin-top: 50px;
}
html.new-design .margin-bottom {
  margin-bottom: 25px;
}
html.new-design .small-margin-bottom {
  margin-bottom: 0.7143rem;
}
html.new-design .double-margin-bottom {
  margin-bottom: 50px;
}
html.new-design .margin-left {
  margin-left: 25px;
}
html.new-design .stack {
  margin-bottom: 0.7143rem;
}
html.new-design .stack:last-of-type {
  margin-bottom: 0;
}
html.new-design .stack-top {
  margin-top: 0.7143rem;
}
html.new-design h1 {
  color: #1f3161;
  font-size: 1.0714rem;
  font-weight: 600;
}
html.new-design h2, html.new-design .table-caption {
  color: #0EC3E7;
  font-size: 1.4286rem;
  line-height: 1.4286rem;
  font-weight: 600;
  padding-left: 0;
  position: relative;
}
html.new-design h2.white, html.new-design .table-caption.white {
  color: white;
}
html.new-design h2.white:before, html.new-design .table-caption.white:before {
  background: white;
}
html.new-design h2.sub-title, html.new-design .table-caption.sub-title {
  margin-bottom: 1.0714rem;
}
html.new-design h2.no-line, html.new-design .table-caption.no-line {
  color: #1f3161;
  padding-left: 0;
}
html.new-design h2.no-line:before, html.new-design .table-caption.no-line:before {
  display: none;
}
html.new-design h2.list-title, html.new-design .table-caption.list-title {
  color: #1f3161;
  margin-bottom: 1.4286rem;
  font-size: 1rem;
}
html.new-design h3 {
  color: #8D98B1;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
}
html.new-design h4 {
  color: #0EC3E7;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 1.0714rem;
  font-weight: bold;
}
html.new-design .ic-collapse {
  cursor: pointer;
  padding-left: 2rem;
}
html.new-design .ic-collapse:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2857rem;
  height: 3px;
  background: #0EC3E7;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .ic-collapse:before {
    transition: none;
  }
}
html.new-design .ic-collapse:hover {
  padding-left: 38px;
}
html.new-design .ic-collapse:hover:before {
  width: 2rem;
}
html.new-design .card-body.contains-ic-table {
  overflow: auto;
}
html.new-design .card-body.contains-ic-table .ic-table-wrapper {
  overflow: unset;
}
html.new-design tfoot tr {
  padding: 1.4286rem 0;
  font-weight: 600;
}
html.new-design table.dataTable th {
  font-size: 1.1429rem;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FBFBFC;
}
html.new-design tbody.link-list > tr, html.new-design tfoot > tr {
  border-top: 1px solid #E8EAEF !important;
  position: relative;
}
html.new-design tbody.link-list > tr:last-of-type, html.new-design tfoot > tr:last-of-type {
  border-bottom: 1px solid #E8EAEF !important;
}
html.new-design tbody.link-list > tr.has-alert .expand:hover:before, html.new-design tfoot > tr.has-alert .expand:hover:before {
  background: #F95492;
}
html.new-design tbody.link-list > tr > td, html.new-design tfoot > tr > td {
  padding-top: 1.4286rem;
  padding-bottom: 1.4286rem;
}
html.new-design tbody.link-list > tr > td:first-child, html.new-design tbody.link-list > tr > td.c-1st, html.new-design tfoot > tr > td:first-child, html.new-design tfoot > tr > td.c-1st {
  padding-left: 0 !important;
}
html.new-design tbody.link-list > tr > td:last-child, html.new-design tfoot > tr > td:last-child {
  padding-right: 0 !important;
}
html.new-design tbody.link-list .is-in-credit, html.new-design tfoot .is-in-credit {
  color: red;
}
html.new-design tbody.link-list.expandable-list > tr.expand {
  cursor: pointer;
  position: relative;
}
html.new-design tbody.link-list.expandable-list > tr.expand.open {
  outline: none;
  border-color: #1f3161;
  border-top: solid 1px #1f3161 !important;
  border-bottom: none !important;
}
html.new-design tbody.link-list.expandable-list > tr.expand.open .actions {
  display: unset;
}
html.new-design tbody.link-list.expandable-list > tr.expand:hover td.c-1st, html.new-design tbody.link-list.expandable-list > tr.expand.open td.c-1st {
  transform: translateX(5px);
  border-left: solid 5px #1f3161;
  border-top: solid 1px #1f3161 !important;
}
html.new-design tbody.link-list.expandable-list > tr.expand:not(.open):hover {
  border-top: solid 1px #1f3161 !important;
  border-bottom: solid 1px #1f3161 !important;
}
html.new-design tbody.link-list.expandable-list > tr.expand:not(.open):hover, html.new-design tbody.link-list.expandable-list > tr.expand:not(.open):hover .row-header {
  color: #0EC3E7;
}
html.new-design tbody.link-list.expandable-list > tr.expand-section {
  border-top: none !important;
}
html.new-design tbody.link-list.expandable-list > tr.expand-section > td {
  padding: 0 !important;
}
html.new-design tbody.link-list.expandable-list > tr.expand-section.expanded {
  border-bottom: solid 1px #1f3161 !important;
  border-left: solid 5px #1f3161;
}
html.new-design tbody.link-list.non-expandable-list > tr:hover {
  border-top: solid 1px #1f3161 !important;
  border-bottom: solid 1px #1f3161 !important;
}
html.new-design tbody.link-list.non-expandable-list > tr:hover, html.new-design tbody.link-list.non-expandable-list > tr:hover .row-header {
  color: #0EC3E7;
}
html.new-design .actions {
  justify-content: flex-end;
}
html.new-design .actions .action, html.new-design .actions .form-action, html.new-design .actions .form-action-linked {
  position: relative;
  display: block;
  margin-bottom: 1.1429rem;
}
html.new-design .actions .action a, html.new-design .actions .action span, html.new-design .actions .form-action a, html.new-design .actions .form-action span, html.new-design .actions .form-action-linked a, html.new-design .actions .form-action-linked span {
  border-bottom: none;
  outline: none;
}
html.new-design .actions .action a svg path, html.new-design .actions .action span svg path, html.new-design .actions .form-action a svg path, html.new-design .actions .form-action span svg path, html.new-design .actions .form-action-linked a svg path, html.new-design .actions .form-action-linked span svg path {
  outline: none;
  fill: #F95492;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .actions .action a svg path, html.new-design .actions .action span svg path, html.new-design .actions .form-action a svg path, html.new-design .actions .form-action span svg path, html.new-design .actions .form-action-linked a svg path, html.new-design .actions .form-action-linked span svg path {
    transition: none;
  }
}
html.new-design .actions .action a .fas, html.new-design .actions .action a .far, html.new-design .actions .action span .fas, html.new-design .actions .action span .far, html.new-design .actions .form-action a .fas, html.new-design .actions .form-action a .far, html.new-design .actions .form-action span .fas, html.new-design .actions .form-action span .far, html.new-design .actions .form-action-linked a .fas, html.new-design .actions .form-action-linked a .far, html.new-design .actions .form-action-linked span .fas, html.new-design .actions .form-action-linked span .far {
  color: #F95492;
  font-size: 1.1429rem;
}
html.new-design .actions .action a:hover svg path, html.new-design .actions .action span:hover svg path, html.new-design .actions .form-action a:hover svg path, html.new-design .actions .form-action span:hover svg path, html.new-design .actions .form-action-linked a:hover svg path, html.new-design .actions .form-action-linked span:hover svg path {
  fill: #1f3161;
}
html.new-design .actions .action a:hover .fas, html.new-design .actions .action a:hover .far, html.new-design .actions .action span:hover .fas, html.new-design .actions .action span:hover .far, html.new-design .actions .form-action a:hover .fas, html.new-design .actions .form-action a:hover .far, html.new-design .actions .form-action span:hover .fas, html.new-design .actions .form-action span:hover .far, html.new-design .actions .form-action-linked a:hover .fas, html.new-design .actions .form-action-linked a:hover .far, html.new-design .actions .form-action-linked span:hover .fas, html.new-design .actions .form-action-linked span:hover .far {
  color: #1f3161;
}
html.new-design .actions .action.toggled-off a svg path, html.new-design .actions .action.toggled-off a:hover svg path, html.new-design .actions .action.toggled-off span svg path, html.new-design .actions .action.toggled-off span:hover svg path, html.new-design .actions .action.disabled a svg path, html.new-design .actions .action.disabled a:hover svg path, html.new-design .actions .action.disabled span svg path, html.new-design .actions .action.disabled span:hover svg path, html.new-design .actions .form-action.toggled-off a svg path, html.new-design .actions .form-action.toggled-off a:hover svg path, html.new-design .actions .form-action.toggled-off span svg path, html.new-design .actions .form-action.toggled-off span:hover svg path, html.new-design .actions .form-action.disabled a svg path, html.new-design .actions .form-action.disabled a:hover svg path, html.new-design .actions .form-action.disabled span svg path, html.new-design .actions .form-action.disabled span:hover svg path, html.new-design .actions .form-action-linked.toggled-off a svg path, html.new-design .actions .form-action-linked.toggled-off a:hover svg path, html.new-design .actions .form-action-linked.toggled-off span svg path, html.new-design .actions .form-action-linked.toggled-off span:hover svg path, html.new-design .actions .form-action-linked.disabled a svg path, html.new-design .actions .form-action-linked.disabled a:hover svg path, html.new-design .actions .form-action-linked.disabled span svg path, html.new-design .actions .form-action-linked.disabled span:hover svg path {
  fill: rgba(128, 128, 128, 0.2) !important;
}
html.new-design .actions .action.toggled-off a .fas, html.new-design .actions .action.toggled-off a .far, html.new-design .actions .action.toggled-off a:hover .fas, html.new-design .actions .action.toggled-off a:hover .far, html.new-design .actions .action.toggled-off span .fas, html.new-design .actions .action.toggled-off span .far, html.new-design .actions .action.toggled-off span:hover .fas, html.new-design .actions .action.toggled-off span:hover .far, html.new-design .actions .action.disabled a .fas, html.new-design .actions .action.disabled a .far, html.new-design .actions .action.disabled a:hover .fas, html.new-design .actions .action.disabled a:hover .far, html.new-design .actions .action.disabled span .fas, html.new-design .actions .action.disabled span .far, html.new-design .actions .action.disabled span:hover .fas, html.new-design .actions .action.disabled span:hover .far, html.new-design .actions .form-action.toggled-off a .fas, html.new-design .actions .form-action.toggled-off a .far, html.new-design .actions .form-action.toggled-off a:hover .fas, html.new-design .actions .form-action.toggled-off a:hover .far, html.new-design .actions .form-action.toggled-off span .fas, html.new-design .actions .form-action.toggled-off span .far, html.new-design .actions .form-action.toggled-off span:hover .fas, html.new-design .actions .form-action.toggled-off span:hover .far, html.new-design .actions .form-action.disabled a .fas, html.new-design .actions .form-action.disabled a .far, html.new-design .actions .form-action.disabled a:hover .fas, html.new-design .actions .form-action.disabled a:hover .far, html.new-design .actions .form-action.disabled span .fas, html.new-design .actions .form-action.disabled span .far, html.new-design .actions .form-action.disabled span:hover .fas, html.new-design .actions .form-action.disabled span:hover .far, html.new-design .actions .form-action-linked.toggled-off a .fas, html.new-design .actions .form-action-linked.toggled-off a .far, html.new-design .actions .form-action-linked.toggled-off a:hover .fas, html.new-design .actions .form-action-linked.toggled-off a:hover .far, html.new-design .actions .form-action-linked.toggled-off span .fas, html.new-design .actions .form-action-linked.toggled-off span .far, html.new-design .actions .form-action-linked.toggled-off span:hover .fas, html.new-design .actions .form-action-linked.toggled-off span:hover .far, html.new-design .actions .form-action-linked.disabled a .fas, html.new-design .actions .form-action-linked.disabled a .far, html.new-design .actions .form-action-linked.disabled a:hover .fas, html.new-design .actions .form-action-linked.disabled a:hover .far, html.new-design .actions .form-action-linked.disabled span .fas, html.new-design .actions .form-action-linked.disabled span .far, html.new-design .actions .form-action-linked.disabled span:hover .fas, html.new-design .actions .form-action-linked.disabled span:hover .far {
  color: rgba(128, 128, 128, 0.2) !important;
}
html.new-design .actions.horizontal-actions {
  display: flex;
}
html.new-design .actions.horizontal-actions .action, html.new-design .actions.horizontal-actions .form-action, html.new-design .actions.horizontal-actions .form-action-linked {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-left: 0.7143rem;
}
html.new-design .expand-section .actions {
  position: absolute;
  top: -1.4286rem;
  right: 0;
}
html.new-design .expand-section .buttons sub-form {
  width: 100%;
}
html.new-design .expand-section .buttons button {
  margin-bottom: 0.5rem;
  width: 100%;
}
html.new-design .action-cell {
  padding-left: 0 !important;
  justify-content: flex-end;
}
html.new-design .action-cell .actions {
  position: relative;
}
html.new-design .footnote {
  font-size: 0.7143rem;
  line-height: 1.4286rem;
}
html.new-design .has-badge {
  position: relative;
}
html.new-design .has-badge .right {
  position: absolute;
  right: 0;
  top: calc((100% - 1.4286rem) / 2);
}
html.new-design .has-badge .right .badge {
  margin-bottom: 5px;
}
html.new-design .has-badge .right .badge:last-of-type {
  margin-bottom: 0;
}
html.new-design label {
  font-size: 1rem;
  line-height: 1.4286rem;
  margin-bottom: 0.7143rem;
  display: block;
  color: #1f3161;
  font-weight: 500;
  pointer-events: inherit;
}
html.new-design label.checkbox, html.new-design label.radio, html.new-design label.file-browser-button {
  pointer-events: auto;
}
html.new-design label.has-left-right {
  position: relative;
}
html.new-design label span {
  color: #F95492;
}
html.new-design label span.left {
  color: revert;
}
html.new-design label span.right {
  position: absolute;
  right: 0;
}
html.new-design label.white {
  color: white;
}
html.new-design label.alternate {
  font-weight: 600;
}
html.new-design label.alternate.small {
  font-size: 0.857rem;
  margin-bottom: 0.5714rem;
}
html.new-design .row-header {
  color: #1f3161;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.1429rem;
}
html.new-design th label {
  color: #1f3161;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0;
  margin-top: 0.7143rem;
}
html.new-design th label .center {
  text-align: center;
}
html.new-design .dropdown {
  width: 100%;
  position: relative;
}
html.new-design .dropdown:not(.form-control).bootstrap-select {
  width: 100% !important;
}
html.new-design .dropdown.bootstrap-select {
  height: 100%;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle {
  padding: 0.9286rem 1.4286rem;
  background-color: white;
  color: #1F3161;
  font-size: 1rem;
  line-height: 1.4286rem;
  font-weight: 400;
  border: 1px solid #B7BECE;
  width: 100%;
  min-height: 50px;
  cursor: pointer;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle:after {
  display: none;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle:focus .filter-option-inner-inner::after, html.new-design .dropdown.bootstrap-select .dropdown-toggle:hover .filter-option-inner-inner::after {
  color: #1f3161;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle[disabled], html.new-design .dropdown.bootstrap-select .dropdown-toggle[readonly] {
  color: #8D98B1;
  background-image: none;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle[disabled]:focus, html.new-design .dropdown.bootstrap-select .dropdown-toggle[disabled]:hover, html.new-design .dropdown.bootstrap-select .dropdown-toggle[readonly]:focus, html.new-design .dropdown.bootstrap-select .dropdown-toggle[readonly]:hover {
  background-image: none;
}
html.new-design .dropdown.bootstrap-select .dropdown-toggle[disabled] .filter-option-inner-inner, html.new-design .dropdown.bootstrap-select .dropdown-toggle[readonly] .filter-option-inner-inner {
  margin-right: 0;
  text-overflow: ellipsis;
}
html.new-design .dropdown.bootstrap-select:not(.no-default-arrow) .filter-option-inner-inner::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color: #B7BECE;
  position: absolute;
  right: 5px;
  top: calc(50% - 0.7143rem);
  font-size: 1.4286rem;
}
html.new-design .dropdown.time .bootstrap-select {
  background-image: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  text-align-last: center;
  height: 100%;
}
html.new-design .dropdown.time .bootstrap-select option {
  text-align: left;
}
html.new-design .dropdown.time .bootstrap-select .dropdown-toggle {
  padding: 0.5rem 0 0.5rem 0 !important;
  max-height: 35px;
  min-height: 35px;
}
html.new-design .dropdown.time .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  margin-right: 0;
}
html.new-design .dropdown.time.half {
  width: calc(50% - 5px) !important;
  display: inline-block;
  position: relative;
}
html.new-design .dropdown.time.half .dropdown-toggle .filter-option {
  text-align: center;
}
html.new-design .dropdown.time.half .dropdown-menu {
  min-width: unset;
  width: 100%;
}
html.new-design .dropdown.time.half .dropdown-menu .dropdown-item {
  padding: 0.25rem 0;
}
html.new-design .dropdown.time.half.last-half {
  margin-left: 5px;
}
html.new-design .dropdown.time.half.last-half:before {
  content: ":";
  position: absolute;
  left: -6.5px;
  color: #1f3161;
  top: 50%;
  transform: translateY(-50%);
}
html.new-design img[type=submit] {
  width: auto;
  max-height: 46px;
}
html.new-design input[type=submit], html.new-design input[type=button] {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  color: white;
  padding: 0.7857rem 1.3571rem;
  border-radius: 30.5rem;
  display: inline-block;
  background: #0EC3E7;
  transition: all 0.2s ease-in-out;
  outline: none;
  border: 0;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design input[type=submit], html.new-design input[type=button] {
    transition: none;
  }
}
html.new-design input[type=submit].hidden, html.new-design input[type=button].hidden {
  display: none;
}
html.new-design input[type=submit].pink, html.new-design input[type=button].pink {
  background: #F95492;
}
html.new-design input[type=submit]:not(:disabled):not(.disabled):hover, html.new-design input[type=button]:not(:disabled):not(.disabled):hover {
  background: #1f3161;
}
html.new-design input[type=submit].dark-blue, html.new-design input[type=button].dark-blue {
  background: #1f3161;
}
html.new-design input[type=submit].dark-blue:not(:disabled):not(.disabled):hover, html.new-design input[type=button].dark-blue:not(:disabled):not(.disabled):hover {
  background: #0EC3E7;
}
html.new-design input[type=submit]:disabled, html.new-design input[type=submit].disabled, html.new-design input[type=button]:disabled, html.new-design input[type=button].disabled {
  background: #B7BECE;
  border-color: #B7BECE;
  cursor: default;
  pointer-events: auto;
}
html.new-design input[type=email], html.new-design input[type=text], html.new-design input[type=password], html.new-design input[type=number] {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  padding: 0.9286rem 1.4286rem;
  border-radius: 0.5rem;
  width: 100%;
  background: white;
  color: #1f3161;
  border: 1px solid #B7BECE;
  height: 50px;
}
html.new-design input[type=email][disabled], html.new-design input[type=text][disabled], html.new-design input[type=password][disabled], html.new-design input[type=number][disabled] {
  background-color: #E8EAEF;
}
html.new-design input[type=email]:not(.date-picker)[readonly], html.new-design input[type=text]:not(.date-picker)[readonly], html.new-design input[type=password]:not(.date-picker)[readonly], html.new-design input[type=number]:not(.date-picker)[readonly] {
  background-color: #E8EAEF;
}
html.new-design input[type=email]:focus, html.new-design input[type=text]:focus, html.new-design input[type=password]:focus, html.new-design input[type=number]:focus {
  outline: none;
}
html.new-design input[type=email].inactive, html.new-design input[type=text].inactive, html.new-design input[type=password].inactive, html.new-design input[type=number].inactive {
  background: #f7f7fb;
}
html.new-design input[type=email]::-webkit-input-placeholder, html.new-design input[type=text]::-webkit-input-placeholder, html.new-design input[type=password]::-webkit-input-placeholder, html.new-design input[type=number]::-webkit-input-placeholder {
  color: #B7BECE !important;
}
html.new-design input[type=email]:-moz-placeholder, html.new-design input[type=text]:-moz-placeholder, html.new-design input[type=password]:-moz-placeholder, html.new-design input[type=number]:-moz-placeholder {
  color: #B7BECE !important;
}
html.new-design input[type=email]::-moz-placeholder, html.new-design input[type=text]::-moz-placeholder, html.new-design input[type=password]::-moz-placeholder, html.new-design input[type=number]::-moz-placeholder {
  color: #B7BECE !important;
}
html.new-design input[type=email]:-ms-input-placeholder, html.new-design input[type=text]:-ms-input-placeholder, html.new-design input[type=password]:-ms-input-placeholder, html.new-design input[type=number]:-ms-input-placeholder {
  color: #B7BECE !important;
}
html.new-design input[type=email].line-up, html.new-design input[type=text].line-up, html.new-design input[type=password].line-up, html.new-design input[type=number].line-up {
  margin-bottom: 40px;
}
html.new-design input[type=email].date-picker, html.new-design input[type=text].date-picker, html.new-design input[type=password].date-picker, html.new-design input[type=number].date-picker {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html.new-design .date-picker-dow .input-group-text {
  width: 70px;
  border: none;
}
html.new-design .date-picker-dow .input-group-text .date-picker-dow-text {
  font-weight: 600;
  padding-left: 5px;
  line-height: 1rem;
}
html.new-design .ui-datepicker {
  border: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  color: #1f3161 !important;
  -webkit-box-shadow: 0px 3px 0.7143rem 0px rgba(27, 49, 100, 0.03);
  -moz-box-shadow: 0px 3px 0.7143rem 0px rgba(27, 49, 100, 0.03);
  box-shadow: 0px 3px 0.7143rem 0px rgba(27, 49, 100, 0.03);
}
html.new-design .ui-datepicker .ui-datepicker-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  background: #0EC3E7;
  color: white;
  font-weight: 600;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-month, html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  width: 40%;
  margin-left: 1%;
  margin-right: 1%;
  color: #1f3161;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  border: 0;
  background-color: white;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif !important;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-month:focus, html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-year:focus {
  outline: none;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-icon {
  margin: 0 !important;
  top: 0 !important;
  width: 0.5rem !important;
  height: 0.857rem !important;
  background-image: none !important;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: auto;
  height: auto;
  top: 0.7143rem !important;
  left: 0.7143rem !important;
  cursor: pointer;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  border-right: 0.5rem solid white;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 0 !important;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: auto;
  height: auto;
  top: 0.7143rem !important;
  right: 10.5rem !important;
  cursor: pointer;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  border-left: 0.5rem solid white;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  border: 0 !important;
}
html.new-design .ui-datepicker .ui-datepicker th {
  font-weight: 600 !important;
}
html.new-design .ui-datepicker .ui-state-default {
  border: 0 !important;
  background: white !important;
  text-align: center;
  color: #1f3161 !important;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .ui-datepicker .ui-state-default {
    transition: none;
  }
}
html.new-design .ui-datepicker .ui-state-default.ui-state-hover {
  background: #E8EAEF !important;
}
html.new-design .ui-datepicker .ui-state-default.ui-state-active {
  border-color: #0EC3E7 !important;
  background: #0EC3E7 !important;
  color: white !important;
  font-weight: 600;
}
html.new-design textarea {
  resize: none;
  border-radius: 0.5rem;
  background: white;
  width: 100%;
  font-size: 1rem;
  color: #1f3161;
  border: 1px solid #B7BECE;
  padding: 5px 1.4286rem 0;
  height: 60px;
}
html.new-design textarea[disabled], html.new-design textarea[readonly] {
  color: #8D98B1;
}
html.new-design textarea:focus {
  outline: none;
}
html.new-design textarea.large {
  height: 200px;
}
html.new-design textarea.address-autofill {
  height: 110px;
  margin-bottom: 2px !important;
}
html.new-design .character-count {
  font-size: 0.7143rem;
  margin-left: 1.4286rem;
  color: #8D98B1;
}
html.new-design .divider, html.new-design .table-row-divider {
  width: 100%;
  display: block;
  height: 1px;
  background: #E8EAEF;
  margin: 25px 0;
}
html.new-design .table-row-divider {
  margin-top: 5px;
  margin-bottom: 0.7143rem;
}
html.new-design .clear-day {
  color: #8D98B1;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .clear-day {
    transition: none;
  }
}
html.new-design .clear-day:hover {
  color: #1f3161;
}
html.new-design .inline {
  position: absolute;
  right: 0;
}
html.new-design .checkbox-wrapper .checkbox, html.new-design .checkbox-wrapper .radio, html.new-design .radio-wrapper .checkbox, html.new-design .radio-wrapper .radio {
  margin: 0;
  min-height: 1.1429rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}
html.new-design .checkbox-wrapper .checkbox input, html.new-design .checkbox-wrapper .radio input, html.new-design .radio-wrapper .checkbox input, html.new-design .radio-wrapper .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
html.new-design .checkbox-wrapper .checkbox span, html.new-design .checkbox-wrapper .radio span, html.new-design .radio-wrapper .checkbox span, html.new-design .radio-wrapper .radio span {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.1429rem;
  width: 1.1429rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #1f3161;
}
html.new-design .checkbox-wrapper .checkbox span:after, html.new-design .checkbox-wrapper .radio span:after, html.new-design .radio-wrapper .checkbox span:after, html.new-design .radio-wrapper .radio span:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 3px;
  top: 3px;
  width: 0.5714rem;
  height: 0.5714rem;
  background: #1f3161;
  border-radius: 50%;
}
html.new-design .checkbox-wrapper .checkbox:hover input ~ span, html.new-design .checkbox-wrapper .radio:hover input ~ span, html.new-design .radio-wrapper .checkbox:hover input ~ span, html.new-design .radio-wrapper .radio:hover input ~ span {
  background-color: #E8EAEF;
}
html.new-design .checkbox-wrapper .checkbox input:checked ~ span:after, html.new-design .checkbox-wrapper .radio input:checked ~ span:after, html.new-design .radio-wrapper .checkbox input:checked ~ span:after, html.new-design .radio-wrapper .radio input:checked ~ span:after {
  opacity: 1;
}
html.new-design .checkbox-wrapper .checkbox .label, html.new-design .checkbox-wrapper .radio .label, html.new-design .radio-wrapper .checkbox .label, html.new-design .radio-wrapper .radio .label {
  padding-left: 25px;
  margin: 0;
  color: #1f3161;
  text-align: left;
  line-height: 1.4286rem;
}
html.new-design .checkbox-wrapper.inline .checkbox .label, html.new-design .radio-wrapper.inline .checkbox .label {
  position: relative;
  margin-left: 1.4286rem;
  left: 0;
  color: #F95492;
}
html.new-design .in-multi-select-mode .checkbox-wrapper.is-dependent .checkbox span:before, html.new-design .always-multi-select .checkbox-wrapper.is-dependent .checkbox span:before {
  opacity: 1;
  content: "+";
  position: absolute;
  left: 2.5px;
  top: -3px;
  color: #1f3161;
}
html.new-design .checkbox-wrapper.is-master span {
  top: 0;
  height: 1.4286rem;
  width: 1.4286rem;
}
html.new-design .checkbox-wrapper.is-master span::after {
  height: 0.857rem;
  width: 0.857rem;
}
html.new-design .checkbox-wrapper.is-master.all-selected .checkbox span::after {
  background: #1f3161;
}
html.new-design .checkbox-wrapper.is-master.some-selected .checkbox span::after {
  background: #8D98B1;
}
html.new-design .checkbox-wrapper[disabled=disabled] .checkbox, html.new-design .checkbox-wrapper[disabled=disabled] .radio, html.new-design .checkbox-wrapper[disabled=true] .checkbox, html.new-design .checkbox-wrapper[disabled=true] .radio, html.new-design .radio-wrapper[disabled=disabled] .checkbox, html.new-design .radio-wrapper[disabled=disabled] .radio, html.new-design .radio-wrapper[disabled=true] .checkbox, html.new-design .radio-wrapper[disabled=true] .radio {
  pointer-events: none !important;
}
html.new-design .checkbox-wrapper[disabled=disabled] .checkbox span, html.new-design .checkbox-wrapper[disabled=disabled] .radio span, html.new-design .checkbox-wrapper[disabled=true] .checkbox span, html.new-design .checkbox-wrapper[disabled=true] .radio span, html.new-design .radio-wrapper[disabled=disabled] .checkbox span, html.new-design .radio-wrapper[disabled=disabled] .radio span, html.new-design .radio-wrapper[disabled=true] .checkbox span, html.new-design .radio-wrapper[disabled=true] .radio span {
  border-color: #8D98B1 !important;
}
html.new-design .checkbox-wrapper[disabled=disabled] .checkbox span::after, html.new-design .checkbox-wrapper[disabled=disabled] .radio span::after, html.new-design .checkbox-wrapper[disabled=true] .checkbox span::after, html.new-design .checkbox-wrapper[disabled=true] .radio span::after, html.new-design .radio-wrapper[disabled=disabled] .checkbox span::after, html.new-design .radio-wrapper[disabled=disabled] .radio span::after, html.new-design .radio-wrapper[disabled=true] .checkbox span::after, html.new-design .radio-wrapper[disabled=true] .radio span::after {
  background-color: #8D98B1 !important;
}
html.new-design .checkbox-wrapper[disabled=disabled] .checkbox span::before, html.new-design .checkbox-wrapper[disabled=disabled] .radio span::before, html.new-design .checkbox-wrapper[disabled=true] .checkbox span::before, html.new-design .checkbox-wrapper[disabled=true] .radio span::before, html.new-design .radio-wrapper[disabled=disabled] .checkbox span::before, html.new-design .radio-wrapper[disabled=disabled] .radio span::before, html.new-design .radio-wrapper[disabled=true] .checkbox span::before, html.new-design .radio-wrapper[disabled=true] .radio span::before {
  content: none !important;
}
html.new-design .checkbox-wrapper[disabled=disabled] .checkbox .label, html.new-design .checkbox-wrapper[disabled=disabled] .radio .label, html.new-design .checkbox-wrapper[disabled=true] .checkbox .label, html.new-design .checkbox-wrapper[disabled=true] .radio .label, html.new-design .radio-wrapper[disabled=disabled] .checkbox .label, html.new-design .radio-wrapper[disabled=disabled] .radio .label, html.new-design .radio-wrapper[disabled=true] .checkbox .label, html.new-design .radio-wrapper[disabled=true] .radio .label {
  color: #8D98B1 !important;
}
html.new-design .controls a {
  display: inline-flex;
  align-items: center;
}
html.new-design .controls .bootstrap-select {
  height: 100%;
}
html.new-design .controls .bootstrap-select.has-side-button {
  width: auto !important;
}
html.new-design .controls .bootstrap-select.has-side-button .dropdown-toggle {
  border-radius: 30.5rem 0 0 30.5rem;
  border: solid 1px #F95492 !important;
}
html.new-design .controls .bootstrap-select.has-label {
  height: 35px;
  min-height: 35px;
  padding: 0;
}
html.new-design .controls .bootstrap-select.has-label .dropdown-toggle {
  height: 35px;
  min-height: 35px;
  padding: 0.5rem 2px 0.5rem 0.7143rem;
}
html.new-design .controls .bootstrap-select .dropdown-toggle {
  background-color: #f8f9fa;
}
html.new-design .controls .form-control.bootstrap-select {
  height: 100%;
  border: 1px solid #B7BECE !important;
}
html.new-design .controls .form-control.bootstrap-select .dropdown-toggle {
  max-height: 33px !important;
  min-height: 33px !important;
  padding: 0.5rem 2px 0.5rem 0.7143rem;
  border: none !important;
}
html.new-design .controls .input-group.has-label input, html.new-design .controls input.has-label {
  height: 35px;
  min-height: 35px;
  padding: 0.5rem 2px 0.5rem 0.7143rem;
}
html.new-design .controls input.date-picker.has-label {
  height: 35px;
  min-height: 35px;
  padding: 0.5rem 2px 0.5rem 0.7143rem;
}
html.new-design .controls label.has-followup-element {
  line-height: 0.7143rem;
  margin-bottom: 5px;
}
html.new-design .controls .filters.timetables label.has-followup-element {
  margin-top: 0.7143rem;
}
html.new-design .controls .date-picker-wrapper input[type=text] {
  background-color: #f8f9fa;
}
html.new-design .controls .date-picker-wrapper.has-label {
  height: 35px;
}
html.new-design .controls .date-picker-wrapper.has-label input {
  height: 35px !important;
  min-height: 35px !important;
  padding: 0.5rem 2px 0.5rem 0.7143rem;
}
html.new-design .search-list label {
  margin: 0;
  padding: 0;
}
html.new-design .search-list input {
  background: #F4FDFF;
  color: #1f3161;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #B7BECE;
  outline: none;
  line-height: 24px;
  padding: 0.9286rem 1.4286rem;
  height: 50px;
}
html.new-design .search-list input::-webkit-input-placeholder {
  color: #0EC3E7 !important;
}
html.new-design .search-list input:-moz-placeholder {
  color: #0EC3E7 !important;
}
html.new-design .search-list input::-moz-placeholder {
  color: #0EC3E7 !important;
}
html.new-design .search-list input:-ms-input-placeholder {
  color: #0EC3E7 !important;
}
html.new-design .search-list.small:not(.no-margin-bottom) {
  margin-bottom: 25px;
}
html.new-design .search-list.small input {
  padding: 5px 0.5rem;
  max-height: 35px !important;
  min-height: 35px;
}
@media print {
  html.new-design .controls {
    display: none !important;
  }
  html.new-design .page-break-before {
    page-break-before: always;
  }
  html.new-design .page-break-after {
    page-break-after: always;
  }
  html.new-design .no-page-break-inside {
    page-break-inside: avoid;
  }
  html.new-design .pagebreak {
    clear: both;
    page-break-after: always;
  }
}
html.new-design main .controls .dropdown-toggle {
  background-color: white !important;
}
html.new-design section .controls input[type=text] {
  background-color: #f8f9fa;
}
html.new-design .has-side-image {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  html.new-design .has-side-image {
    width: 100% !important;
  }
}
html.new-design .has-side-image .mw-400 {
  max-width: 400px;
}
html.new-design .login {
  position: absolute;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
html.new-design .login .password-toggle {
  position: relative;
}
html.new-design .login .password-toggle .password-toggle-button {
  position: absolute;
  right: 25px;
  top: 45px;
}
html.new-design .login .password-toggle .password-toggle-button .eye {
  cursor: pointer;
}
html.new-design .login .password-toggle .password-toggle-button .eye.light #eye-icon {
  fill: #E8EAEF;
}
html.new-design .login .password-toggle .password-toggle-button .eye.dark #eye-icon {
  fill: #1f3161;
}
html.new-design .login .forgot-password {
  font-size: 0.7143rem;
  line-height: 1.4286rem;
  color: #8D98B1;
  margin-left: auto;
}
html.new-design .login .forgot-password:hover {
  color: #1f3161;
}
html.new-design .call-to-action {
  position: absolute;
  z-index: 10;
  bottom: 0;
  opacity: 1;
  width: 100%;
  font-size: 1rem;
  line-height: 24px;
  height: 133px;
  transition: all 0.2s ease-in-out;
  background: #1f3161;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .call-to-action {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  html.new-design .call-to-action {
    display: none;
  }
}
@media only screen and (max-height: 800px) {
  html.new-design .call-to-action {
    display: none;
  }
}
html.new-design .call-to-action .row {
  transform: translateY(100%);
}
html.new-design .call-to-action p {
  font-weight: normal;
  color: white;
  margin-bottom: 0;
}
html.new-design .call-to-action p strong {
  font-weight: 600;
}
html.new-design .call-to-action a {
  font-weight: 600;
  color: #0EC3E7;
  text-decoration: underline;
}
html.new-design .call-to-action a:hover {
  color: white;
}
html.new-design .call-to-action div.close {
  background: white;
  opacity: 0.2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .call-to-action div.close {
    transition: none;
  }
}
html.new-design .call-to-action div.close:before, html.new-design .call-to-action div.close:after {
  content: "";
  width: 1.2857rem;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #1f3161;
  border-radius: 5px;
  position: absolute;
}
html.new-design .call-to-action div.close:before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
html.new-design .call-to-action div.close:after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
html.new-design .call-to-action div.close:hover {
  opacity: 1;
}
html.new-design .side-image {
  position: absolute;
  width: 40%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
  background-image: url(../../assets/login.jpg);
}
@media only screen and (max-width: 768px) {
  html.new-design .side-image {
    display: none;
  }
}
html.new-design .detail-navigation {
  width: 100%;
  position: relative;
}
html.new-design .detail-navigation .space-between {
  max-width: 885px;
}
html.new-design .detail-navigation .space-between div:not(.highlight) {
  margin-left: 0;
}
html.new-design .detail-navigation .flex-centre {
  justify-content: center;
}
html.new-design .detail-navigation .nav-right-btn {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-bottom: 0.7143rem;
}
html.new-design .detail-navigation div:not(.highlight) div, html.new-design .detail-navigation div:not(.highlight) a:not(.nav-right-btn) {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  color: #8D98B1;
  transition: all 0.2s ease-in-out;
  padding: 0 0.5714rem 0.7143rem 0.5714rem;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .detail-navigation div:not(.highlight) div, html.new-design .detail-navigation div:not(.highlight) a:not(.nav-right-btn) {
    transition: none;
  }
}
html.new-design .detail-navigation div:not(.highlight) div:hover, html.new-design .detail-navigation div:not(.highlight) a:not(.nav-right-btn):hover {
  color: #1f3161;
  text-decoration: none;
}
html.new-design .detail-navigation div:not(.highlight) div.active, html.new-design .detail-navigation div:not(.highlight) a:not(.nav-right-btn).active {
  color: #0EC3E7;
}
html.new-design .detail-navigation div:not(.highlight) a {
  margin-right: 0;
}
html.new-design .detail-navigation .flex {
  padding: 0 !important;
}
html.new-design .detail-navigation .flex.has-additional {
  max-width: 1020px;
}
html.new-design .detail-navigation .highlight {
  height: 2px;
  background: #0EC3E7;
  width: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
}
html.new-design .detail-section {
  display: none;
}
html.new-design .detail-section:first-of-type {
  display: block;
}
html.new-design .detail-section .view {
  display: block;
}
html.new-design .detail-section:before {
  display: block;
  content: " ";
  margin-top: -1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
}
html.new-design ::-webkit-scrollbar {
  -webkit-appearance: none;
}
html.new-design ::-webkit-scrollbar:horizontal {
  height: 0.7143rem;
}
html.new-design ::-webkit-scrollbar:vertical {
  width: 0.7143rem;
}
html.new-design ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 0;
}
html.new-design ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #0EC3E7;
  -webkit-box-shadow: transparent;
}
html.new-design ::-webkit-scrollbar-thumb:hover {
  background: darkblue;
}
html.new-design ::-webkit-scrollbar-corner {
  background: transparent;
}
html.new-design body::-webkit-scrollbar {
  background: white;
}
html.new-design .dropdown-menu div.inner::-webkit-scrollbar:horizontal {
  height: 4px;
}
html.new-design .dropdown-menu div.inner::-webkit-scrollbar:vertical {
  width: 4px;
}
html.new-design .dropdown-menu div.inner::-webkit-scrollbar-thumb {
  border-radius: 0;
}
html.new-design .render-as-hidden {
  display: none !important;
}
html.new-design .has-email-addresses {
  word-break: break-word;
}
html.new-design .has-label {
  word-break: break-word;
}
html.new-design .has-label.no-wordbreak, html.new-design .has-label.bootstrap-select, html.new-design .has-label.btn-group, html.new-design .has-label.has-error, html.new-design .has-label.dropdown, html.new-design .has-labelselect, html.new-design .has-label.input-group, html.new-design .has-label.checkbox-wrapper, html.new-design .has-label.has-followup-element {
  word-break: keep-all;
}
html.new-design .flex {
  align-items: center;
}
html.new-design .click-for-help, html.new-design .click-to-close {
  padding-top: 0;
  padding-bottom: 0;
  color: white !important;
  font-weight: 600;
}
html.new-design input[type=email]:focus, html.new-design input[type=text]:focus, html.new-design input[type=password]:focus, html.new-design input[type=number]:focus, html.new-design textarea:focus, html.new-design .dropdown-toggle:focus, html.new-design .btn:focus {
  border: 1px solid #0EC3E7 !important;
  outline: none !important;
  -webkit-animation: _glowing-focus 1s linear infinite;
  -moz-animation: _glowing-focus 1s linear infinite;
  -ms-animation: _glowing-focus 1s linear infinite;
  -o-animation: _glowing-focus 1s linear infinite;
  animation: _glowing-focus 1s linear infinite;
}
html.new-design input[type=checkbox]:focus + span {
  border: 1px solid #0EC3E7 !important;
  outline: none !important;
  -webkit-animation: _glowing-focus 1s linear infinite;
  -moz-animation: _glowing-focus 1s linear infinite;
  -ms-animation: _glowing-focus 1s linear infinite;
  -o-animation: _glowing-focus 1s linear infinite;
  animation: _glowing-focus 1s linear infinite;
}
html.new-design .screen-darken {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  position: fixed;
}
html.new-design .pure-text::after {
  content: " ";
}
html.new-design .shakable.in-progress {
  animation-name: shaking;
  animation-duration: 1s;
}
html.new-design .flashable.in-progress {
  animation-name: flash-background;
  animation-duration: 1s;
  animation-iteration-count: 5;
}
html.new-design .data-table-info {
  margin-bottom: 0;
}
html.new-design .hide {
  display: none;
}
html.new-design .bs-popover-top > .arrow::after, html.new-design .bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #F95492;
}
html.new-design .bs-popover-top > .arrow::before, html.new-design .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: transparent;
}
html.new-design .btn-href, html.new-design .btn-href:hover {
  color: white !important;
  text-decoration: none !important;
}
html.new-design .btn-toast {
  padding: 0 !important;
}
html.new-design .btn-toast-content-sm {
  padding: 0.5rem !important;
}
html.new-design .btn-toast-content-lg {
  padding: 1rem !important;
}
html.new-design .hide-display {
  display: none !important;
}
html.new-design .button-loader {
  position: relative;
  overflow: hidden;
  padding-left: 11% !important;
  cursor: wait !important;
}
html.new-design .button-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff;
  border-top: 4px solid #0EC3E7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html.new-design .head-count-category {
  font-size: 1.15rem;
  margin-bottom: -6px;
}
html.new-design .numpad-result .placeholder {
  display: inline-block;
  width: max-content;
}
@media screen and (max-width: 220px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 248px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 277px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 280px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 360px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 375px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 412px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 430px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 540px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 820px) {
  html.new-design .numpad-result, html.new-design .numpad-result .placeholder {
    font-size: 1.8rem;
  }
}
html.new-design tbody.link-list.expandable-list > tr.expanded .table-borderless tr:hover td,
html.new-design tbody.link-list.expandable-list > tr.expanded .table-borderless tr:hover .row-header {
  color: #0EC3E7;
}
html.new-design .flex .col, html.new-design .ic-row .col {
  padding-right: 0;
  padding-left: 0;
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design .flex .col.col-flex, html.new-design .ic-row .col.col-flex {
  display: flex;
}
html.new-design .flex .col div.ignored, html.new-design .ic-row .col div.ignored {
  color: #8D98B1;
}
html.new-design .flex .col.or:before, html.new-design .ic-row .col.or:before {
  content: "or";
  position: absolute;
  top: 50%;
  margin-left: -24px;
  font-weight: normal;
  color: #8D98B1;
}
html.new-design .flex .col:first-child, html.new-design .ic-row .col:first-child {
  margin-left: 0 !important;
}
html.new-design .flex:not(.narrow-col) .col, html.new-design .ic-row:not(.narrow-col) .col {
  padding-left: 25px;
}
html.new-design .flex:not(.narrow-col) .col:first-child, html.new-design .ic-row:not(.narrow-col) .col:first-child {
  padding-left: 0;
}
html.new-design .flex:not(.narrow-col) .col.c1-0, html.new-design .ic-row:not(.narrow-col) .col.c1-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c1, html.new-design .flex:not(.narrow-col) .col.c1-1, html.new-design .ic-row:not(.narrow-col) .col.c1, html.new-design .ic-row:not(.narrow-col) .col.c1-1 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c2-0, html.new-design .ic-row:not(.narrow-col) .col.c2-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c2-1, html.new-design .ic-row:not(.narrow-col) .col.c2-1 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c2, html.new-design .flex:not(.narrow-col) .col.c2-2, html.new-design .ic-row:not(.narrow-col) .col.c2, html.new-design .ic-row:not(.narrow-col) .col.c2-2 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c3-0, html.new-design .ic-row:not(.narrow-col) .col.c3-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c3-1, html.new-design .ic-row:not(.narrow-col) .col.c3-1 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c3-2, html.new-design .ic-row:not(.narrow-col) .col.c3-2 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c3, html.new-design .flex:not(.narrow-col) .col.c3-3, html.new-design .ic-row:not(.narrow-col) .col.c3, html.new-design .ic-row:not(.narrow-col) .col.c3-3 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c4-0, html.new-design .ic-row:not(.narrow-col) .col.c4-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c4-1, html.new-design .ic-row:not(.narrow-col) .col.c4-1 {
  width: 25%;
}
html.new-design .flex:not(.narrow-col) .col.c4-2, html.new-design .ic-row:not(.narrow-col) .col.c4-2 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c4-3, html.new-design .ic-row:not(.narrow-col) .col.c4-3 {
  width: 75%;
}
html.new-design .flex:not(.narrow-col) .col.c4, html.new-design .flex:not(.narrow-col) .col.c4-4, html.new-design .ic-row:not(.narrow-col) .col.c4, html.new-design .ic-row:not(.narrow-col) .col.c4-4 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c5-0, html.new-design .ic-row:not(.narrow-col) .col.c5-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c5-1, html.new-design .ic-row:not(.narrow-col) .col.c5-1 {
  width: 20%;
}
html.new-design .flex:not(.narrow-col) .col.c5-2, html.new-design .ic-row:not(.narrow-col) .col.c5-2 {
  width: 40%;
}
html.new-design .flex:not(.narrow-col) .col.c5-3, html.new-design .ic-row:not(.narrow-col) .col.c5-3 {
  width: 60%;
}
html.new-design .flex:not(.narrow-col) .col.c5-4, html.new-design .ic-row:not(.narrow-col) .col.c5-4 {
  width: 80%;
}
html.new-design .flex:not(.narrow-col) .col.c5, html.new-design .flex:not(.narrow-col) .col.c5-5, html.new-design .ic-row:not(.narrow-col) .col.c5, html.new-design .ic-row:not(.narrow-col) .col.c5-5 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c6-0, html.new-design .ic-row:not(.narrow-col) .col.c6-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c6-1, html.new-design .ic-row:not(.narrow-col) .col.c6-1 {
  width: 16.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c6-2, html.new-design .ic-row:not(.narrow-col) .col.c6-2 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c6-3, html.new-design .ic-row:not(.narrow-col) .col.c6-3 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c6-4, html.new-design .ic-row:not(.narrow-col) .col.c6-4 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c6-5, html.new-design .ic-row:not(.narrow-col) .col.c6-5 {
  width: 83.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c6, html.new-design .flex:not(.narrow-col) .col.c6-6, html.new-design .ic-row:not(.narrow-col) .col.c6, html.new-design .ic-row:not(.narrow-col) .col.c6-6 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c7-0, html.new-design .ic-row:not(.narrow-col) .col.c7-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c7-1, html.new-design .ic-row:not(.narrow-col) .col.c7-1 {
  width: 14.2857142857%;
}
html.new-design .flex:not(.narrow-col) .col.c7-2, html.new-design .ic-row:not(.narrow-col) .col.c7-2 {
  width: 28.5714285714%;
}
html.new-design .flex:not(.narrow-col) .col.c7-3, html.new-design .ic-row:not(.narrow-col) .col.c7-3 {
  width: 42.8571428571%;
}
html.new-design .flex:not(.narrow-col) .col.c7-4, html.new-design .ic-row:not(.narrow-col) .col.c7-4 {
  width: 57.1428571429%;
}
html.new-design .flex:not(.narrow-col) .col.c7-5, html.new-design .ic-row:not(.narrow-col) .col.c7-5 {
  width: 71.4285714286%;
}
html.new-design .flex:not(.narrow-col) .col.c7-6, html.new-design .ic-row:not(.narrow-col) .col.c7-6 {
  width: 85.7142857143%;
}
html.new-design .flex:not(.narrow-col) .col.c7, html.new-design .flex:not(.narrow-col) .col.c7-7, html.new-design .ic-row:not(.narrow-col) .col.c7, html.new-design .ic-row:not(.narrow-col) .col.c7-7 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c8-0, html.new-design .ic-row:not(.narrow-col) .col.c8-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c8-1, html.new-design .ic-row:not(.narrow-col) .col.c8-1 {
  width: 12.5%;
}
html.new-design .flex:not(.narrow-col) .col.c8-2, html.new-design .ic-row:not(.narrow-col) .col.c8-2 {
  width: 25%;
}
html.new-design .flex:not(.narrow-col) .col.c8-3, html.new-design .ic-row:not(.narrow-col) .col.c8-3 {
  width: 37.5%;
}
html.new-design .flex:not(.narrow-col) .col.c8-4, html.new-design .ic-row:not(.narrow-col) .col.c8-4 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c8-5, html.new-design .ic-row:not(.narrow-col) .col.c8-5 {
  width: 62.5%;
}
html.new-design .flex:not(.narrow-col) .col.c8-6, html.new-design .ic-row:not(.narrow-col) .col.c8-6 {
  width: 75%;
}
html.new-design .flex:not(.narrow-col) .col.c8-7, html.new-design .ic-row:not(.narrow-col) .col.c8-7 {
  width: 87.5%;
}
html.new-design .flex:not(.narrow-col) .col.c8, html.new-design .flex:not(.narrow-col) .col.c8-8, html.new-design .ic-row:not(.narrow-col) .col.c8, html.new-design .ic-row:not(.narrow-col) .col.c8-8 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c9-0, html.new-design .ic-row:not(.narrow-col) .col.c9-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c9-1, html.new-design .ic-row:not(.narrow-col) .col.c9-1 {
  width: 11.1111111111%;
}
html.new-design .flex:not(.narrow-col) .col.c9-2, html.new-design .ic-row:not(.narrow-col) .col.c9-2 {
  width: 22.2222222222%;
}
html.new-design .flex:not(.narrow-col) .col.c9-3, html.new-design .ic-row:not(.narrow-col) .col.c9-3 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c9-4, html.new-design .ic-row:not(.narrow-col) .col.c9-4 {
  width: 44.4444444444%;
}
html.new-design .flex:not(.narrow-col) .col.c9-5, html.new-design .ic-row:not(.narrow-col) .col.c9-5 {
  width: 55.5555555556%;
}
html.new-design .flex:not(.narrow-col) .col.c9-6, html.new-design .ic-row:not(.narrow-col) .col.c9-6 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c9-7, html.new-design .ic-row:not(.narrow-col) .col.c9-7 {
  width: 77.7777777778%;
}
html.new-design .flex:not(.narrow-col) .col.c9-8, html.new-design .ic-row:not(.narrow-col) .col.c9-8 {
  width: 88.8888888889%;
}
html.new-design .flex:not(.narrow-col) .col.c9, html.new-design .flex:not(.narrow-col) .col.c9-9, html.new-design .ic-row:not(.narrow-col) .col.c9, html.new-design .ic-row:not(.narrow-col) .col.c9-9 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c10-0, html.new-design .ic-row:not(.narrow-col) .col.c10-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c10-1, html.new-design .ic-row:not(.narrow-col) .col.c10-1 {
  width: 10%;
}
html.new-design .flex:not(.narrow-col) .col.c10-2, html.new-design .ic-row:not(.narrow-col) .col.c10-2 {
  width: 20%;
}
html.new-design .flex:not(.narrow-col) .col.c10-3, html.new-design .ic-row:not(.narrow-col) .col.c10-3 {
  width: 30%;
}
html.new-design .flex:not(.narrow-col) .col.c10-4, html.new-design .ic-row:not(.narrow-col) .col.c10-4 {
  width: 40%;
}
html.new-design .flex:not(.narrow-col) .col.c10-5, html.new-design .ic-row:not(.narrow-col) .col.c10-5 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c10-6, html.new-design .ic-row:not(.narrow-col) .col.c10-6 {
  width: 60%;
}
html.new-design .flex:not(.narrow-col) .col.c10-7, html.new-design .ic-row:not(.narrow-col) .col.c10-7 {
  width: 70%;
}
html.new-design .flex:not(.narrow-col) .col.c10-8, html.new-design .ic-row:not(.narrow-col) .col.c10-8 {
  width: 80%;
}
html.new-design .flex:not(.narrow-col) .col.c10-9, html.new-design .ic-row:not(.narrow-col) .col.c10-9 {
  width: 90%;
}
html.new-design .flex:not(.narrow-col) .col.c10, html.new-design .flex:not(.narrow-col) .col.c10-10, html.new-design .ic-row:not(.narrow-col) .col.c10, html.new-design .ic-row:not(.narrow-col) .col.c10-10 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c11-0, html.new-design .ic-row:not(.narrow-col) .col.c11-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c11-1, html.new-design .ic-row:not(.narrow-col) .col.c11-1 {
  width: 9.0909090909%;
}
html.new-design .flex:not(.narrow-col) .col.c11-2, html.new-design .ic-row:not(.narrow-col) .col.c11-2 {
  width: 18.1818181818%;
}
html.new-design .flex:not(.narrow-col) .col.c11-3, html.new-design .ic-row:not(.narrow-col) .col.c11-3 {
  width: 27.2727272727%;
}
html.new-design .flex:not(.narrow-col) .col.c11-4, html.new-design .ic-row:not(.narrow-col) .col.c11-4 {
  width: 36.3636363636%;
}
html.new-design .flex:not(.narrow-col) .col.c11-5, html.new-design .ic-row:not(.narrow-col) .col.c11-5 {
  width: 45.4545454545%;
}
html.new-design .flex:not(.narrow-col) .col.c11-6, html.new-design .ic-row:not(.narrow-col) .col.c11-6 {
  width: 54.5454545455%;
}
html.new-design .flex:not(.narrow-col) .col.c11-7, html.new-design .ic-row:not(.narrow-col) .col.c11-7 {
  width: 63.6363636364%;
}
html.new-design .flex:not(.narrow-col) .col.c11-8, html.new-design .ic-row:not(.narrow-col) .col.c11-8 {
  width: 72.7272727273%;
}
html.new-design .flex:not(.narrow-col) .col.c11-9, html.new-design .ic-row:not(.narrow-col) .col.c11-9 {
  width: 81.8181818182%;
}
html.new-design .flex:not(.narrow-col) .col.c11-10, html.new-design .ic-row:not(.narrow-col) .col.c11-10 {
  width: 90.9090909091%;
}
html.new-design .flex:not(.narrow-col) .col.c11, html.new-design .flex:not(.narrow-col) .col.c11-11, html.new-design .ic-row:not(.narrow-col) .col.c11, html.new-design .ic-row:not(.narrow-col) .col.c11-11 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c12-0, html.new-design .ic-row:not(.narrow-col) .col.c12-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c12-1, html.new-design .ic-row:not(.narrow-col) .col.c12-1 {
  width: 8.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c12-2, html.new-design .ic-row:not(.narrow-col) .col.c12-2 {
  width: 16.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c12-3, html.new-design .ic-row:not(.narrow-col) .col.c12-3 {
  width: 25%;
}
html.new-design .flex:not(.narrow-col) .col.c12-4, html.new-design .ic-row:not(.narrow-col) .col.c12-4 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c12-5, html.new-design .ic-row:not(.narrow-col) .col.c12-5 {
  width: 41.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c12-6, html.new-design .ic-row:not(.narrow-col) .col.c12-6 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c12-7, html.new-design .ic-row:not(.narrow-col) .col.c12-7 {
  width: 58.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c12-8, html.new-design .ic-row:not(.narrow-col) .col.c12-8 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c12-9, html.new-design .ic-row:not(.narrow-col) .col.c12-9 {
  width: 75%;
}
html.new-design .flex:not(.narrow-col) .col.c12-10, html.new-design .ic-row:not(.narrow-col) .col.c12-10 {
  width: 83.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c12-11, html.new-design .ic-row:not(.narrow-col) .col.c12-11 {
  width: 91.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c12, html.new-design .flex:not(.narrow-col) .col.c12-12, html.new-design .ic-row:not(.narrow-col) .col.c12, html.new-design .ic-row:not(.narrow-col) .col.c12-12 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c13-0, html.new-design .ic-row:not(.narrow-col) .col.c13-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c13-1, html.new-design .ic-row:not(.narrow-col) .col.c13-1 {
  width: 7.6923076923%;
}
html.new-design .flex:not(.narrow-col) .col.c13-2, html.new-design .ic-row:not(.narrow-col) .col.c13-2 {
  width: 15.3846153846%;
}
html.new-design .flex:not(.narrow-col) .col.c13-3, html.new-design .ic-row:not(.narrow-col) .col.c13-3 {
  width: 23.0769230769%;
}
html.new-design .flex:not(.narrow-col) .col.c13-4, html.new-design .ic-row:not(.narrow-col) .col.c13-4 {
  width: 30.7692307692%;
}
html.new-design .flex:not(.narrow-col) .col.c13-5, html.new-design .ic-row:not(.narrow-col) .col.c13-5 {
  width: 38.4615384615%;
}
html.new-design .flex:not(.narrow-col) .col.c13-6, html.new-design .ic-row:not(.narrow-col) .col.c13-6 {
  width: 46.1538461538%;
}
html.new-design .flex:not(.narrow-col) .col.c13-7, html.new-design .ic-row:not(.narrow-col) .col.c13-7 {
  width: 53.8461538462%;
}
html.new-design .flex:not(.narrow-col) .col.c13-8, html.new-design .ic-row:not(.narrow-col) .col.c13-8 {
  width: 61.5384615385%;
}
html.new-design .flex:not(.narrow-col) .col.c13-9, html.new-design .ic-row:not(.narrow-col) .col.c13-9 {
  width: 69.2307692308%;
}
html.new-design .flex:not(.narrow-col) .col.c13-10, html.new-design .ic-row:not(.narrow-col) .col.c13-10 {
  width: 76.9230769231%;
}
html.new-design .flex:not(.narrow-col) .col.c13-11, html.new-design .ic-row:not(.narrow-col) .col.c13-11 {
  width: 84.6153846154%;
}
html.new-design .flex:not(.narrow-col) .col.c13-12, html.new-design .ic-row:not(.narrow-col) .col.c13-12 {
  width: 92.3076923077%;
}
html.new-design .flex:not(.narrow-col) .col.c13, html.new-design .flex:not(.narrow-col) .col.c13-13, html.new-design .ic-row:not(.narrow-col) .col.c13, html.new-design .ic-row:not(.narrow-col) .col.c13-13 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c14-0, html.new-design .ic-row:not(.narrow-col) .col.c14-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c14-1, html.new-design .ic-row:not(.narrow-col) .col.c14-1 {
  width: 7.1428571429%;
}
html.new-design .flex:not(.narrow-col) .col.c14-2, html.new-design .ic-row:not(.narrow-col) .col.c14-2 {
  width: 14.2857142857%;
}
html.new-design .flex:not(.narrow-col) .col.c14-3, html.new-design .ic-row:not(.narrow-col) .col.c14-3 {
  width: 21.4285714286%;
}
html.new-design .flex:not(.narrow-col) .col.c14-4, html.new-design .ic-row:not(.narrow-col) .col.c14-4 {
  width: 28.5714285714%;
}
html.new-design .flex:not(.narrow-col) .col.c14-5, html.new-design .ic-row:not(.narrow-col) .col.c14-5 {
  width: 35.7142857143%;
}
html.new-design .flex:not(.narrow-col) .col.c14-6, html.new-design .ic-row:not(.narrow-col) .col.c14-6 {
  width: 42.8571428571%;
}
html.new-design .flex:not(.narrow-col) .col.c14-7, html.new-design .ic-row:not(.narrow-col) .col.c14-7 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c14-8, html.new-design .ic-row:not(.narrow-col) .col.c14-8 {
  width: 57.1428571429%;
}
html.new-design .flex:not(.narrow-col) .col.c14-9, html.new-design .ic-row:not(.narrow-col) .col.c14-9 {
  width: 64.2857142857%;
}
html.new-design .flex:not(.narrow-col) .col.c14-10, html.new-design .ic-row:not(.narrow-col) .col.c14-10 {
  width: 71.4285714286%;
}
html.new-design .flex:not(.narrow-col) .col.c14-11, html.new-design .ic-row:not(.narrow-col) .col.c14-11 {
  width: 78.5714285714%;
}
html.new-design .flex:not(.narrow-col) .col.c14-12, html.new-design .ic-row:not(.narrow-col) .col.c14-12 {
  width: 85.7142857143%;
}
html.new-design .flex:not(.narrow-col) .col.c14-13, html.new-design .ic-row:not(.narrow-col) .col.c14-13 {
  width: 92.8571428571%;
}
html.new-design .flex:not(.narrow-col) .col.c14, html.new-design .flex:not(.narrow-col) .col.c14-14, html.new-design .ic-row:not(.narrow-col) .col.c14, html.new-design .ic-row:not(.narrow-col) .col.c14-14 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c15-0, html.new-design .ic-row:not(.narrow-col) .col.c15-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c15-1, html.new-design .ic-row:not(.narrow-col) .col.c15-1 {
  width: 6.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c15-2, html.new-design .ic-row:not(.narrow-col) .col.c15-2 {
  width: 13.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c15-3, html.new-design .ic-row:not(.narrow-col) .col.c15-3 {
  width: 20%;
}
html.new-design .flex:not(.narrow-col) .col.c15-4, html.new-design .ic-row:not(.narrow-col) .col.c15-4 {
  width: 26.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c15-5, html.new-design .ic-row:not(.narrow-col) .col.c15-5 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c15-6, html.new-design .ic-row:not(.narrow-col) .col.c15-6 {
  width: 40%;
}
html.new-design .flex:not(.narrow-col) .col.c15-7, html.new-design .ic-row:not(.narrow-col) .col.c15-7 {
  width: 46.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c15-8, html.new-design .ic-row:not(.narrow-col) .col.c15-8 {
  width: 53.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c15-9, html.new-design .ic-row:not(.narrow-col) .col.c15-9 {
  width: 60%;
}
html.new-design .flex:not(.narrow-col) .col.c15-10, html.new-design .ic-row:not(.narrow-col) .col.c15-10 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c15-11, html.new-design .ic-row:not(.narrow-col) .col.c15-11 {
  width: 73.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c15-12, html.new-design .ic-row:not(.narrow-col) .col.c15-12 {
  width: 80%;
}
html.new-design .flex:not(.narrow-col) .col.c15-13, html.new-design .ic-row:not(.narrow-col) .col.c15-13 {
  width: 86.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c15-14, html.new-design .ic-row:not(.narrow-col) .col.c15-14 {
  width: 93.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c15, html.new-design .flex:not(.narrow-col) .col.c15-15, html.new-design .ic-row:not(.narrow-col) .col.c15, html.new-design .ic-row:not(.narrow-col) .col.c15-15 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c16-0, html.new-design .ic-row:not(.narrow-col) .col.c16-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c16-1, html.new-design .ic-row:not(.narrow-col) .col.c16-1 {
  width: 6.25%;
}
html.new-design .flex:not(.narrow-col) .col.c16-2, html.new-design .ic-row:not(.narrow-col) .col.c16-2 {
  width: 12.5%;
}
html.new-design .flex:not(.narrow-col) .col.c16-3, html.new-design .ic-row:not(.narrow-col) .col.c16-3 {
  width: 18.75%;
}
html.new-design .flex:not(.narrow-col) .col.c16-4, html.new-design .ic-row:not(.narrow-col) .col.c16-4 {
  width: 25%;
}
html.new-design .flex:not(.narrow-col) .col.c16-5, html.new-design .ic-row:not(.narrow-col) .col.c16-5 {
  width: 31.25%;
}
html.new-design .flex:not(.narrow-col) .col.c16-6, html.new-design .ic-row:not(.narrow-col) .col.c16-6 {
  width: 37.5%;
}
html.new-design .flex:not(.narrow-col) .col.c16-7, html.new-design .ic-row:not(.narrow-col) .col.c16-7 {
  width: 43.75%;
}
html.new-design .flex:not(.narrow-col) .col.c16-8, html.new-design .ic-row:not(.narrow-col) .col.c16-8 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c16-9, html.new-design .ic-row:not(.narrow-col) .col.c16-9 {
  width: 56.25%;
}
html.new-design .flex:not(.narrow-col) .col.c16-10, html.new-design .ic-row:not(.narrow-col) .col.c16-10 {
  width: 62.5%;
}
html.new-design .flex:not(.narrow-col) .col.c16-11, html.new-design .ic-row:not(.narrow-col) .col.c16-11 {
  width: 68.75%;
}
html.new-design .flex:not(.narrow-col) .col.c16-12, html.new-design .ic-row:not(.narrow-col) .col.c16-12 {
  width: 75%;
}
html.new-design .flex:not(.narrow-col) .col.c16-13, html.new-design .ic-row:not(.narrow-col) .col.c16-13 {
  width: 81.25%;
}
html.new-design .flex:not(.narrow-col) .col.c16-14, html.new-design .ic-row:not(.narrow-col) .col.c16-14 {
  width: 87.5%;
}
html.new-design .flex:not(.narrow-col) .col.c16-15, html.new-design .ic-row:not(.narrow-col) .col.c16-15 {
  width: 93.75%;
}
html.new-design .flex:not(.narrow-col) .col.c16, html.new-design .flex:not(.narrow-col) .col.c16-16, html.new-design .ic-row:not(.narrow-col) .col.c16, html.new-design .ic-row:not(.narrow-col) .col.c16-16 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c17-0, html.new-design .ic-row:not(.narrow-col) .col.c17-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c17-1, html.new-design .ic-row:not(.narrow-col) .col.c17-1 {
  width: 5.8823529412%;
}
html.new-design .flex:not(.narrow-col) .col.c17-2, html.new-design .ic-row:not(.narrow-col) .col.c17-2 {
  width: 11.7647058824%;
}
html.new-design .flex:not(.narrow-col) .col.c17-3, html.new-design .ic-row:not(.narrow-col) .col.c17-3 {
  width: 17.6470588235%;
}
html.new-design .flex:not(.narrow-col) .col.c17-4, html.new-design .ic-row:not(.narrow-col) .col.c17-4 {
  width: 23.5294117647%;
}
html.new-design .flex:not(.narrow-col) .col.c17-5, html.new-design .ic-row:not(.narrow-col) .col.c17-5 {
  width: 29.4117647059%;
}
html.new-design .flex:not(.narrow-col) .col.c17-6, html.new-design .ic-row:not(.narrow-col) .col.c17-6 {
  width: 35.2941176471%;
}
html.new-design .flex:not(.narrow-col) .col.c17-7, html.new-design .ic-row:not(.narrow-col) .col.c17-7 {
  width: 41.1764705882%;
}
html.new-design .flex:not(.narrow-col) .col.c17-8, html.new-design .ic-row:not(.narrow-col) .col.c17-8 {
  width: 47.0588235294%;
}
html.new-design .flex:not(.narrow-col) .col.c17-9, html.new-design .ic-row:not(.narrow-col) .col.c17-9 {
  width: 52.9411764706%;
}
html.new-design .flex:not(.narrow-col) .col.c17-10, html.new-design .ic-row:not(.narrow-col) .col.c17-10 {
  width: 58.8235294118%;
}
html.new-design .flex:not(.narrow-col) .col.c17-11, html.new-design .ic-row:not(.narrow-col) .col.c17-11 {
  width: 64.7058823529%;
}
html.new-design .flex:not(.narrow-col) .col.c17-12, html.new-design .ic-row:not(.narrow-col) .col.c17-12 {
  width: 70.5882352941%;
}
html.new-design .flex:not(.narrow-col) .col.c17-13, html.new-design .ic-row:not(.narrow-col) .col.c17-13 {
  width: 76.4705882353%;
}
html.new-design .flex:not(.narrow-col) .col.c17-14, html.new-design .ic-row:not(.narrow-col) .col.c17-14 {
  width: 82.3529411765%;
}
html.new-design .flex:not(.narrow-col) .col.c17-15, html.new-design .ic-row:not(.narrow-col) .col.c17-15 {
  width: 88.2352941176%;
}
html.new-design .flex:not(.narrow-col) .col.c17-16, html.new-design .ic-row:not(.narrow-col) .col.c17-16 {
  width: 94.1176470588%;
}
html.new-design .flex:not(.narrow-col) .col.c17, html.new-design .flex:not(.narrow-col) .col.c17-17, html.new-design .ic-row:not(.narrow-col) .col.c17, html.new-design .ic-row:not(.narrow-col) .col.c17-17 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c18-0, html.new-design .ic-row:not(.narrow-col) .col.c18-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c18-1, html.new-design .ic-row:not(.narrow-col) .col.c18-1 {
  width: 5.5555555556%;
}
html.new-design .flex:not(.narrow-col) .col.c18-2, html.new-design .ic-row:not(.narrow-col) .col.c18-2 {
  width: 11.1111111111%;
}
html.new-design .flex:not(.narrow-col) .col.c18-3, html.new-design .ic-row:not(.narrow-col) .col.c18-3 {
  width: 16.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c18-4, html.new-design .ic-row:not(.narrow-col) .col.c18-4 {
  width: 22.2222222222%;
}
html.new-design .flex:not(.narrow-col) .col.c18-5, html.new-design .ic-row:not(.narrow-col) .col.c18-5 {
  width: 27.7777777778%;
}
html.new-design .flex:not(.narrow-col) .col.c18-6, html.new-design .ic-row:not(.narrow-col) .col.c18-6 {
  width: 33.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c18-7, html.new-design .ic-row:not(.narrow-col) .col.c18-7 {
  width: 38.8888888889%;
}
html.new-design .flex:not(.narrow-col) .col.c18-8, html.new-design .ic-row:not(.narrow-col) .col.c18-8 {
  width: 44.4444444444%;
}
html.new-design .flex:not(.narrow-col) .col.c18-9, html.new-design .ic-row:not(.narrow-col) .col.c18-9 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c18-10, html.new-design .ic-row:not(.narrow-col) .col.c18-10 {
  width: 55.5555555556%;
}
html.new-design .flex:not(.narrow-col) .col.c18-11, html.new-design .ic-row:not(.narrow-col) .col.c18-11 {
  width: 61.1111111111%;
}
html.new-design .flex:not(.narrow-col) .col.c18-12, html.new-design .ic-row:not(.narrow-col) .col.c18-12 {
  width: 66.6666666667%;
}
html.new-design .flex:not(.narrow-col) .col.c18-13, html.new-design .ic-row:not(.narrow-col) .col.c18-13 {
  width: 72.2222222222%;
}
html.new-design .flex:not(.narrow-col) .col.c18-14, html.new-design .ic-row:not(.narrow-col) .col.c18-14 {
  width: 77.7777777778%;
}
html.new-design .flex:not(.narrow-col) .col.c18-15, html.new-design .ic-row:not(.narrow-col) .col.c18-15 {
  width: 83.3333333333%;
}
html.new-design .flex:not(.narrow-col) .col.c18-16, html.new-design .ic-row:not(.narrow-col) .col.c18-16 {
  width: 88.8888888889%;
}
html.new-design .flex:not(.narrow-col) .col.c18-17, html.new-design .ic-row:not(.narrow-col) .col.c18-17 {
  width: 94.4444444444%;
}
html.new-design .flex:not(.narrow-col) .col.c18, html.new-design .flex:not(.narrow-col) .col.c18-18, html.new-design .ic-row:not(.narrow-col) .col.c18, html.new-design .ic-row:not(.narrow-col) .col.c18-18 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c19-0, html.new-design .ic-row:not(.narrow-col) .col.c19-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c19-1, html.new-design .ic-row:not(.narrow-col) .col.c19-1 {
  width: 5.2631578947%;
}
html.new-design .flex:not(.narrow-col) .col.c19-2, html.new-design .ic-row:not(.narrow-col) .col.c19-2 {
  width: 10.5263157895%;
}
html.new-design .flex:not(.narrow-col) .col.c19-3, html.new-design .ic-row:not(.narrow-col) .col.c19-3 {
  width: 15.7894736842%;
}
html.new-design .flex:not(.narrow-col) .col.c19-4, html.new-design .ic-row:not(.narrow-col) .col.c19-4 {
  width: 21.0526315789%;
}
html.new-design .flex:not(.narrow-col) .col.c19-5, html.new-design .ic-row:not(.narrow-col) .col.c19-5 {
  width: 26.3157894737%;
}
html.new-design .flex:not(.narrow-col) .col.c19-6, html.new-design .ic-row:not(.narrow-col) .col.c19-6 {
  width: 31.5789473684%;
}
html.new-design .flex:not(.narrow-col) .col.c19-7, html.new-design .ic-row:not(.narrow-col) .col.c19-7 {
  width: 36.8421052632%;
}
html.new-design .flex:not(.narrow-col) .col.c19-8, html.new-design .ic-row:not(.narrow-col) .col.c19-8 {
  width: 42.1052631579%;
}
html.new-design .flex:not(.narrow-col) .col.c19-9, html.new-design .ic-row:not(.narrow-col) .col.c19-9 {
  width: 47.3684210526%;
}
html.new-design .flex:not(.narrow-col) .col.c19-10, html.new-design .ic-row:not(.narrow-col) .col.c19-10 {
  width: 52.6315789474%;
}
html.new-design .flex:not(.narrow-col) .col.c19-11, html.new-design .ic-row:not(.narrow-col) .col.c19-11 {
  width: 57.8947368421%;
}
html.new-design .flex:not(.narrow-col) .col.c19-12, html.new-design .ic-row:not(.narrow-col) .col.c19-12 {
  width: 63.1578947368%;
}
html.new-design .flex:not(.narrow-col) .col.c19-13, html.new-design .ic-row:not(.narrow-col) .col.c19-13 {
  width: 68.4210526316%;
}
html.new-design .flex:not(.narrow-col) .col.c19-14, html.new-design .ic-row:not(.narrow-col) .col.c19-14 {
  width: 73.6842105263%;
}
html.new-design .flex:not(.narrow-col) .col.c19-15, html.new-design .ic-row:not(.narrow-col) .col.c19-15 {
  width: 78.9473684211%;
}
html.new-design .flex:not(.narrow-col) .col.c19-16, html.new-design .ic-row:not(.narrow-col) .col.c19-16 {
  width: 84.2105263158%;
}
html.new-design .flex:not(.narrow-col) .col.c19-17, html.new-design .ic-row:not(.narrow-col) .col.c19-17 {
  width: 89.4736842105%;
}
html.new-design .flex:not(.narrow-col) .col.c19-18, html.new-design .ic-row:not(.narrow-col) .col.c19-18 {
  width: 94.7368421053%;
}
html.new-design .flex:not(.narrow-col) .col.c19, html.new-design .flex:not(.narrow-col) .col.c19-19, html.new-design .ic-row:not(.narrow-col) .col.c19, html.new-design .ic-row:not(.narrow-col) .col.c19-19 {
  width: 100%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c20-0, html.new-design .ic-row:not(.narrow-col) .col.c20-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex:not(.narrow-col) .col.c20-1, html.new-design .ic-row:not(.narrow-col) .col.c20-1 {
  width: 5%;
}
html.new-design .flex:not(.narrow-col) .col.c20-2, html.new-design .ic-row:not(.narrow-col) .col.c20-2 {
  width: 10%;
}
html.new-design .flex:not(.narrow-col) .col.c20-3, html.new-design .ic-row:not(.narrow-col) .col.c20-3 {
  width: 15%;
}
html.new-design .flex:not(.narrow-col) .col.c20-4, html.new-design .ic-row:not(.narrow-col) .col.c20-4 {
  width: 20%;
}
html.new-design .flex:not(.narrow-col) .col.c20-5, html.new-design .ic-row:not(.narrow-col) .col.c20-5 {
  width: 25%;
}
html.new-design .flex:not(.narrow-col) .col.c20-6, html.new-design .ic-row:not(.narrow-col) .col.c20-6 {
  width: 30%;
}
html.new-design .flex:not(.narrow-col) .col.c20-7, html.new-design .ic-row:not(.narrow-col) .col.c20-7 {
  width: 35%;
}
html.new-design .flex:not(.narrow-col) .col.c20-8, html.new-design .ic-row:not(.narrow-col) .col.c20-8 {
  width: 40%;
}
html.new-design .flex:not(.narrow-col) .col.c20-9, html.new-design .ic-row:not(.narrow-col) .col.c20-9 {
  width: 45%;
}
html.new-design .flex:not(.narrow-col) .col.c20-10, html.new-design .ic-row:not(.narrow-col) .col.c20-10 {
  width: 50%;
}
html.new-design .flex:not(.narrow-col) .col.c20-11, html.new-design .ic-row:not(.narrow-col) .col.c20-11 {
  width: 55%;
}
html.new-design .flex:not(.narrow-col) .col.c20-12, html.new-design .ic-row:not(.narrow-col) .col.c20-12 {
  width: 60%;
}
html.new-design .flex:not(.narrow-col) .col.c20-13, html.new-design .ic-row:not(.narrow-col) .col.c20-13 {
  width: 65%;
}
html.new-design .flex:not(.narrow-col) .col.c20-14, html.new-design .ic-row:not(.narrow-col) .col.c20-14 {
  width: 70%;
}
html.new-design .flex:not(.narrow-col) .col.c20-15, html.new-design .ic-row:not(.narrow-col) .col.c20-15 {
  width: 75%;
}
html.new-design .flex:not(.narrow-col) .col.c20-16, html.new-design .ic-row:not(.narrow-col) .col.c20-16 {
  width: 80%;
}
html.new-design .flex:not(.narrow-col) .col.c20-17, html.new-design .ic-row:not(.narrow-col) .col.c20-17 {
  width: 85%;
}
html.new-design .flex:not(.narrow-col) .col.c20-18, html.new-design .ic-row:not(.narrow-col) .col.c20-18 {
  width: 90%;
}
html.new-design .flex:not(.narrow-col) .col.c20-19, html.new-design .ic-row:not(.narrow-col) .col.c20-19 {
  width: 95%;
}
html.new-design .flex:not(.narrow-col) .col.c20, html.new-design .flex:not(.narrow-col) .col.c20-20, html.new-design .ic-row:not(.narrow-col) .col.c20, html.new-design .ic-row:not(.narrow-col) .col.c20-20 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col, html.new-design .ic-row.narrow-col .col {
  padding-left: 15px;
}
html.new-design .flex.narrow-col .col:first-child, html.new-design .ic-row.narrow-col .col:first-child {
  padding-left: 0;
}
html.new-design .flex.narrow-col .col.c1-0, html.new-design .ic-row.narrow-col .col.c1-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c1, html.new-design .flex.narrow-col .col.c1-1, html.new-design .ic-row.narrow-col .col.c1, html.new-design .ic-row.narrow-col .col.c1-1 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c2-0, html.new-design .ic-row.narrow-col .col.c2-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c2-1, html.new-design .ic-row.narrow-col .col.c2-1 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c2, html.new-design .flex.narrow-col .col.c2-2, html.new-design .ic-row.narrow-col .col.c2, html.new-design .ic-row.narrow-col .col.c2-2 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c3-0, html.new-design .ic-row.narrow-col .col.c3-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c3-1, html.new-design .ic-row.narrow-col .col.c3-1 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c3-2, html.new-design .ic-row.narrow-col .col.c3-2 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c3, html.new-design .flex.narrow-col .col.c3-3, html.new-design .ic-row.narrow-col .col.c3, html.new-design .ic-row.narrow-col .col.c3-3 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c4-0, html.new-design .ic-row.narrow-col .col.c4-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c4-1, html.new-design .ic-row.narrow-col .col.c4-1 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c4-2, html.new-design .ic-row.narrow-col .col.c4-2 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c4-3, html.new-design .ic-row.narrow-col .col.c4-3 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c4, html.new-design .flex.narrow-col .col.c4-4, html.new-design .ic-row.narrow-col .col.c4, html.new-design .ic-row.narrow-col .col.c4-4 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c5-0, html.new-design .ic-row.narrow-col .col.c5-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c5-1, html.new-design .ic-row.narrow-col .col.c5-1 {
  width: 20%;
}
html.new-design .flex.narrow-col .col.c5-2, html.new-design .ic-row.narrow-col .col.c5-2 {
  width: 40%;
}
html.new-design .flex.narrow-col .col.c5-3, html.new-design .ic-row.narrow-col .col.c5-3 {
  width: 60%;
}
html.new-design .flex.narrow-col .col.c5-4, html.new-design .ic-row.narrow-col .col.c5-4 {
  width: 80%;
}
html.new-design .flex.narrow-col .col.c5, html.new-design .flex.narrow-col .col.c5-5, html.new-design .ic-row.narrow-col .col.c5, html.new-design .ic-row.narrow-col .col.c5-5 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c6-0, html.new-design .ic-row.narrow-col .col.c6-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c6-1, html.new-design .ic-row.narrow-col .col.c6-1 {
  width: 16.6666666667%;
}
html.new-design .flex.narrow-col .col.c6-2, html.new-design .ic-row.narrow-col .col.c6-2 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c6-3, html.new-design .ic-row.narrow-col .col.c6-3 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c6-4, html.new-design .ic-row.narrow-col .col.c6-4 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c6-5, html.new-design .ic-row.narrow-col .col.c6-5 {
  width: 83.3333333333%;
}
html.new-design .flex.narrow-col .col.c6, html.new-design .flex.narrow-col .col.c6-6, html.new-design .ic-row.narrow-col .col.c6, html.new-design .ic-row.narrow-col .col.c6-6 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c7-0, html.new-design .ic-row.narrow-col .col.c7-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c7-1, html.new-design .ic-row.narrow-col .col.c7-1 {
  width: 14.2857142857%;
}
html.new-design .flex.narrow-col .col.c7-2, html.new-design .ic-row.narrow-col .col.c7-2 {
  width: 28.5714285714%;
}
html.new-design .flex.narrow-col .col.c7-3, html.new-design .ic-row.narrow-col .col.c7-3 {
  width: 42.8571428571%;
}
html.new-design .flex.narrow-col .col.c7-4, html.new-design .ic-row.narrow-col .col.c7-4 {
  width: 57.1428571429%;
}
html.new-design .flex.narrow-col .col.c7-5, html.new-design .ic-row.narrow-col .col.c7-5 {
  width: 71.4285714286%;
}
html.new-design .flex.narrow-col .col.c7-6, html.new-design .ic-row.narrow-col .col.c7-6 {
  width: 85.7142857143%;
}
html.new-design .flex.narrow-col .col.c7, html.new-design .flex.narrow-col .col.c7-7, html.new-design .ic-row.narrow-col .col.c7, html.new-design .ic-row.narrow-col .col.c7-7 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c8-0, html.new-design .ic-row.narrow-col .col.c8-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c8-1, html.new-design .ic-row.narrow-col .col.c8-1 {
  width: 12.5%;
}
html.new-design .flex.narrow-col .col.c8-2, html.new-design .ic-row.narrow-col .col.c8-2 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c8-3, html.new-design .ic-row.narrow-col .col.c8-3 {
  width: 37.5%;
}
html.new-design .flex.narrow-col .col.c8-4, html.new-design .ic-row.narrow-col .col.c8-4 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c8-5, html.new-design .ic-row.narrow-col .col.c8-5 {
  width: 62.5%;
}
html.new-design .flex.narrow-col .col.c8-6, html.new-design .ic-row.narrow-col .col.c8-6 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c8-7, html.new-design .ic-row.narrow-col .col.c8-7 {
  width: 87.5%;
}
html.new-design .flex.narrow-col .col.c8, html.new-design .flex.narrow-col .col.c8-8, html.new-design .ic-row.narrow-col .col.c8, html.new-design .ic-row.narrow-col .col.c8-8 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c9-0, html.new-design .ic-row.narrow-col .col.c9-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c9-1, html.new-design .ic-row.narrow-col .col.c9-1 {
  width: 11.1111111111%;
}
html.new-design .flex.narrow-col .col.c9-2, html.new-design .ic-row.narrow-col .col.c9-2 {
  width: 22.2222222222%;
}
html.new-design .flex.narrow-col .col.c9-3, html.new-design .ic-row.narrow-col .col.c9-3 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c9-4, html.new-design .ic-row.narrow-col .col.c9-4 {
  width: 44.4444444444%;
}
html.new-design .flex.narrow-col .col.c9-5, html.new-design .ic-row.narrow-col .col.c9-5 {
  width: 55.5555555556%;
}
html.new-design .flex.narrow-col .col.c9-6, html.new-design .ic-row.narrow-col .col.c9-6 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c9-7, html.new-design .ic-row.narrow-col .col.c9-7 {
  width: 77.7777777778%;
}
html.new-design .flex.narrow-col .col.c9-8, html.new-design .ic-row.narrow-col .col.c9-8 {
  width: 88.8888888889%;
}
html.new-design .flex.narrow-col .col.c9, html.new-design .flex.narrow-col .col.c9-9, html.new-design .ic-row.narrow-col .col.c9, html.new-design .ic-row.narrow-col .col.c9-9 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c10-0, html.new-design .ic-row.narrow-col .col.c10-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c10-1, html.new-design .ic-row.narrow-col .col.c10-1 {
  width: 10%;
}
html.new-design .flex.narrow-col .col.c10-2, html.new-design .ic-row.narrow-col .col.c10-2 {
  width: 20%;
}
html.new-design .flex.narrow-col .col.c10-3, html.new-design .ic-row.narrow-col .col.c10-3 {
  width: 30%;
}
html.new-design .flex.narrow-col .col.c10-4, html.new-design .ic-row.narrow-col .col.c10-4 {
  width: 40%;
}
html.new-design .flex.narrow-col .col.c10-5, html.new-design .ic-row.narrow-col .col.c10-5 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c10-6, html.new-design .ic-row.narrow-col .col.c10-6 {
  width: 60%;
}
html.new-design .flex.narrow-col .col.c10-7, html.new-design .ic-row.narrow-col .col.c10-7 {
  width: 70%;
}
html.new-design .flex.narrow-col .col.c10-8, html.new-design .ic-row.narrow-col .col.c10-8 {
  width: 80%;
}
html.new-design .flex.narrow-col .col.c10-9, html.new-design .ic-row.narrow-col .col.c10-9 {
  width: 90%;
}
html.new-design .flex.narrow-col .col.c10, html.new-design .flex.narrow-col .col.c10-10, html.new-design .ic-row.narrow-col .col.c10, html.new-design .ic-row.narrow-col .col.c10-10 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c11-0, html.new-design .ic-row.narrow-col .col.c11-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c11-1, html.new-design .ic-row.narrow-col .col.c11-1 {
  width: 9.0909090909%;
}
html.new-design .flex.narrow-col .col.c11-2, html.new-design .ic-row.narrow-col .col.c11-2 {
  width: 18.1818181818%;
}
html.new-design .flex.narrow-col .col.c11-3, html.new-design .ic-row.narrow-col .col.c11-3 {
  width: 27.2727272727%;
}
html.new-design .flex.narrow-col .col.c11-4, html.new-design .ic-row.narrow-col .col.c11-4 {
  width: 36.3636363636%;
}
html.new-design .flex.narrow-col .col.c11-5, html.new-design .ic-row.narrow-col .col.c11-5 {
  width: 45.4545454545%;
}
html.new-design .flex.narrow-col .col.c11-6, html.new-design .ic-row.narrow-col .col.c11-6 {
  width: 54.5454545455%;
}
html.new-design .flex.narrow-col .col.c11-7, html.new-design .ic-row.narrow-col .col.c11-7 {
  width: 63.6363636364%;
}
html.new-design .flex.narrow-col .col.c11-8, html.new-design .ic-row.narrow-col .col.c11-8 {
  width: 72.7272727273%;
}
html.new-design .flex.narrow-col .col.c11-9, html.new-design .ic-row.narrow-col .col.c11-9 {
  width: 81.8181818182%;
}
html.new-design .flex.narrow-col .col.c11-10, html.new-design .ic-row.narrow-col .col.c11-10 {
  width: 90.9090909091%;
}
html.new-design .flex.narrow-col .col.c11, html.new-design .flex.narrow-col .col.c11-11, html.new-design .ic-row.narrow-col .col.c11, html.new-design .ic-row.narrow-col .col.c11-11 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c12-0, html.new-design .ic-row.narrow-col .col.c12-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c12-1, html.new-design .ic-row.narrow-col .col.c12-1 {
  width: 8.3333333333%;
}
html.new-design .flex.narrow-col .col.c12-2, html.new-design .ic-row.narrow-col .col.c12-2 {
  width: 16.6666666667%;
}
html.new-design .flex.narrow-col .col.c12-3, html.new-design .ic-row.narrow-col .col.c12-3 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c12-4, html.new-design .ic-row.narrow-col .col.c12-4 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c12-5, html.new-design .ic-row.narrow-col .col.c12-5 {
  width: 41.6666666667%;
}
html.new-design .flex.narrow-col .col.c12-6, html.new-design .ic-row.narrow-col .col.c12-6 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c12-7, html.new-design .ic-row.narrow-col .col.c12-7 {
  width: 58.3333333333%;
}
html.new-design .flex.narrow-col .col.c12-8, html.new-design .ic-row.narrow-col .col.c12-8 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c12-9, html.new-design .ic-row.narrow-col .col.c12-9 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c12-10, html.new-design .ic-row.narrow-col .col.c12-10 {
  width: 83.3333333333%;
}
html.new-design .flex.narrow-col .col.c12-11, html.new-design .ic-row.narrow-col .col.c12-11 {
  width: 91.6666666667%;
}
html.new-design .flex.narrow-col .col.c12, html.new-design .flex.narrow-col .col.c12-12, html.new-design .ic-row.narrow-col .col.c12, html.new-design .ic-row.narrow-col .col.c12-12 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c13-0, html.new-design .ic-row.narrow-col .col.c13-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c13-1, html.new-design .ic-row.narrow-col .col.c13-1 {
  width: 7.6923076923%;
}
html.new-design .flex.narrow-col .col.c13-2, html.new-design .ic-row.narrow-col .col.c13-2 {
  width: 15.3846153846%;
}
html.new-design .flex.narrow-col .col.c13-3, html.new-design .ic-row.narrow-col .col.c13-3 {
  width: 23.0769230769%;
}
html.new-design .flex.narrow-col .col.c13-4, html.new-design .ic-row.narrow-col .col.c13-4 {
  width: 30.7692307692%;
}
html.new-design .flex.narrow-col .col.c13-5, html.new-design .ic-row.narrow-col .col.c13-5 {
  width: 38.4615384615%;
}
html.new-design .flex.narrow-col .col.c13-6, html.new-design .ic-row.narrow-col .col.c13-6 {
  width: 46.1538461538%;
}
html.new-design .flex.narrow-col .col.c13-7, html.new-design .ic-row.narrow-col .col.c13-7 {
  width: 53.8461538462%;
}
html.new-design .flex.narrow-col .col.c13-8, html.new-design .ic-row.narrow-col .col.c13-8 {
  width: 61.5384615385%;
}
html.new-design .flex.narrow-col .col.c13-9, html.new-design .ic-row.narrow-col .col.c13-9 {
  width: 69.2307692308%;
}
html.new-design .flex.narrow-col .col.c13-10, html.new-design .ic-row.narrow-col .col.c13-10 {
  width: 76.9230769231%;
}
html.new-design .flex.narrow-col .col.c13-11, html.new-design .ic-row.narrow-col .col.c13-11 {
  width: 84.6153846154%;
}
html.new-design .flex.narrow-col .col.c13-12, html.new-design .ic-row.narrow-col .col.c13-12 {
  width: 92.3076923077%;
}
html.new-design .flex.narrow-col .col.c13, html.new-design .flex.narrow-col .col.c13-13, html.new-design .ic-row.narrow-col .col.c13, html.new-design .ic-row.narrow-col .col.c13-13 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c14-0, html.new-design .ic-row.narrow-col .col.c14-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c14-1, html.new-design .ic-row.narrow-col .col.c14-1 {
  width: 7.1428571429%;
}
html.new-design .flex.narrow-col .col.c14-2, html.new-design .ic-row.narrow-col .col.c14-2 {
  width: 14.2857142857%;
}
html.new-design .flex.narrow-col .col.c14-3, html.new-design .ic-row.narrow-col .col.c14-3 {
  width: 21.4285714286%;
}
html.new-design .flex.narrow-col .col.c14-4, html.new-design .ic-row.narrow-col .col.c14-4 {
  width: 28.5714285714%;
}
html.new-design .flex.narrow-col .col.c14-5, html.new-design .ic-row.narrow-col .col.c14-5 {
  width: 35.7142857143%;
}
html.new-design .flex.narrow-col .col.c14-6, html.new-design .ic-row.narrow-col .col.c14-6 {
  width: 42.8571428571%;
}
html.new-design .flex.narrow-col .col.c14-7, html.new-design .ic-row.narrow-col .col.c14-7 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c14-8, html.new-design .ic-row.narrow-col .col.c14-8 {
  width: 57.1428571429%;
}
html.new-design .flex.narrow-col .col.c14-9, html.new-design .ic-row.narrow-col .col.c14-9 {
  width: 64.2857142857%;
}
html.new-design .flex.narrow-col .col.c14-10, html.new-design .ic-row.narrow-col .col.c14-10 {
  width: 71.4285714286%;
}
html.new-design .flex.narrow-col .col.c14-11, html.new-design .ic-row.narrow-col .col.c14-11 {
  width: 78.5714285714%;
}
html.new-design .flex.narrow-col .col.c14-12, html.new-design .ic-row.narrow-col .col.c14-12 {
  width: 85.7142857143%;
}
html.new-design .flex.narrow-col .col.c14-13, html.new-design .ic-row.narrow-col .col.c14-13 {
  width: 92.8571428571%;
}
html.new-design .flex.narrow-col .col.c14, html.new-design .flex.narrow-col .col.c14-14, html.new-design .ic-row.narrow-col .col.c14, html.new-design .ic-row.narrow-col .col.c14-14 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c15-0, html.new-design .ic-row.narrow-col .col.c15-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c15-1, html.new-design .ic-row.narrow-col .col.c15-1 {
  width: 6.6666666667%;
}
html.new-design .flex.narrow-col .col.c15-2, html.new-design .ic-row.narrow-col .col.c15-2 {
  width: 13.3333333333%;
}
html.new-design .flex.narrow-col .col.c15-3, html.new-design .ic-row.narrow-col .col.c15-3 {
  width: 20%;
}
html.new-design .flex.narrow-col .col.c15-4, html.new-design .ic-row.narrow-col .col.c15-4 {
  width: 26.6666666667%;
}
html.new-design .flex.narrow-col .col.c15-5, html.new-design .ic-row.narrow-col .col.c15-5 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c15-6, html.new-design .ic-row.narrow-col .col.c15-6 {
  width: 40%;
}
html.new-design .flex.narrow-col .col.c15-7, html.new-design .ic-row.narrow-col .col.c15-7 {
  width: 46.6666666667%;
}
html.new-design .flex.narrow-col .col.c15-8, html.new-design .ic-row.narrow-col .col.c15-8 {
  width: 53.3333333333%;
}
html.new-design .flex.narrow-col .col.c15-9, html.new-design .ic-row.narrow-col .col.c15-9 {
  width: 60%;
}
html.new-design .flex.narrow-col .col.c15-10, html.new-design .ic-row.narrow-col .col.c15-10 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c15-11, html.new-design .ic-row.narrow-col .col.c15-11 {
  width: 73.3333333333%;
}
html.new-design .flex.narrow-col .col.c15-12, html.new-design .ic-row.narrow-col .col.c15-12 {
  width: 80%;
}
html.new-design .flex.narrow-col .col.c15-13, html.new-design .ic-row.narrow-col .col.c15-13 {
  width: 86.6666666667%;
}
html.new-design .flex.narrow-col .col.c15-14, html.new-design .ic-row.narrow-col .col.c15-14 {
  width: 93.3333333333%;
}
html.new-design .flex.narrow-col .col.c15, html.new-design .flex.narrow-col .col.c15-15, html.new-design .ic-row.narrow-col .col.c15, html.new-design .ic-row.narrow-col .col.c15-15 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c16-0, html.new-design .ic-row.narrow-col .col.c16-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c16-1, html.new-design .ic-row.narrow-col .col.c16-1 {
  width: 6.25%;
}
html.new-design .flex.narrow-col .col.c16-2, html.new-design .ic-row.narrow-col .col.c16-2 {
  width: 12.5%;
}
html.new-design .flex.narrow-col .col.c16-3, html.new-design .ic-row.narrow-col .col.c16-3 {
  width: 18.75%;
}
html.new-design .flex.narrow-col .col.c16-4, html.new-design .ic-row.narrow-col .col.c16-4 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c16-5, html.new-design .ic-row.narrow-col .col.c16-5 {
  width: 31.25%;
}
html.new-design .flex.narrow-col .col.c16-6, html.new-design .ic-row.narrow-col .col.c16-6 {
  width: 37.5%;
}
html.new-design .flex.narrow-col .col.c16-7, html.new-design .ic-row.narrow-col .col.c16-7 {
  width: 43.75%;
}
html.new-design .flex.narrow-col .col.c16-8, html.new-design .ic-row.narrow-col .col.c16-8 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c16-9, html.new-design .ic-row.narrow-col .col.c16-9 {
  width: 56.25%;
}
html.new-design .flex.narrow-col .col.c16-10, html.new-design .ic-row.narrow-col .col.c16-10 {
  width: 62.5%;
}
html.new-design .flex.narrow-col .col.c16-11, html.new-design .ic-row.narrow-col .col.c16-11 {
  width: 68.75%;
}
html.new-design .flex.narrow-col .col.c16-12, html.new-design .ic-row.narrow-col .col.c16-12 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c16-13, html.new-design .ic-row.narrow-col .col.c16-13 {
  width: 81.25%;
}
html.new-design .flex.narrow-col .col.c16-14, html.new-design .ic-row.narrow-col .col.c16-14 {
  width: 87.5%;
}
html.new-design .flex.narrow-col .col.c16-15, html.new-design .ic-row.narrow-col .col.c16-15 {
  width: 93.75%;
}
html.new-design .flex.narrow-col .col.c16, html.new-design .flex.narrow-col .col.c16-16, html.new-design .ic-row.narrow-col .col.c16, html.new-design .ic-row.narrow-col .col.c16-16 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c17-0, html.new-design .ic-row.narrow-col .col.c17-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c17-1, html.new-design .ic-row.narrow-col .col.c17-1 {
  width: 5.8823529412%;
}
html.new-design .flex.narrow-col .col.c17-2, html.new-design .ic-row.narrow-col .col.c17-2 {
  width: 11.7647058824%;
}
html.new-design .flex.narrow-col .col.c17-3, html.new-design .ic-row.narrow-col .col.c17-3 {
  width: 17.6470588235%;
}
html.new-design .flex.narrow-col .col.c17-4, html.new-design .ic-row.narrow-col .col.c17-4 {
  width: 23.5294117647%;
}
html.new-design .flex.narrow-col .col.c17-5, html.new-design .ic-row.narrow-col .col.c17-5 {
  width: 29.4117647059%;
}
html.new-design .flex.narrow-col .col.c17-6, html.new-design .ic-row.narrow-col .col.c17-6 {
  width: 35.2941176471%;
}
html.new-design .flex.narrow-col .col.c17-7, html.new-design .ic-row.narrow-col .col.c17-7 {
  width: 41.1764705882%;
}
html.new-design .flex.narrow-col .col.c17-8, html.new-design .ic-row.narrow-col .col.c17-8 {
  width: 47.0588235294%;
}
html.new-design .flex.narrow-col .col.c17-9, html.new-design .ic-row.narrow-col .col.c17-9 {
  width: 52.9411764706%;
}
html.new-design .flex.narrow-col .col.c17-10, html.new-design .ic-row.narrow-col .col.c17-10 {
  width: 58.8235294118%;
}
html.new-design .flex.narrow-col .col.c17-11, html.new-design .ic-row.narrow-col .col.c17-11 {
  width: 64.7058823529%;
}
html.new-design .flex.narrow-col .col.c17-12, html.new-design .ic-row.narrow-col .col.c17-12 {
  width: 70.5882352941%;
}
html.new-design .flex.narrow-col .col.c17-13, html.new-design .ic-row.narrow-col .col.c17-13 {
  width: 76.4705882353%;
}
html.new-design .flex.narrow-col .col.c17-14, html.new-design .ic-row.narrow-col .col.c17-14 {
  width: 82.3529411765%;
}
html.new-design .flex.narrow-col .col.c17-15, html.new-design .ic-row.narrow-col .col.c17-15 {
  width: 88.2352941176%;
}
html.new-design .flex.narrow-col .col.c17-16, html.new-design .ic-row.narrow-col .col.c17-16 {
  width: 94.1176470588%;
}
html.new-design .flex.narrow-col .col.c17, html.new-design .flex.narrow-col .col.c17-17, html.new-design .ic-row.narrow-col .col.c17, html.new-design .ic-row.narrow-col .col.c17-17 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c18-0, html.new-design .ic-row.narrow-col .col.c18-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c18-1, html.new-design .ic-row.narrow-col .col.c18-1 {
  width: 5.5555555556%;
}
html.new-design .flex.narrow-col .col.c18-2, html.new-design .ic-row.narrow-col .col.c18-2 {
  width: 11.1111111111%;
}
html.new-design .flex.narrow-col .col.c18-3, html.new-design .ic-row.narrow-col .col.c18-3 {
  width: 16.6666666667%;
}
html.new-design .flex.narrow-col .col.c18-4, html.new-design .ic-row.narrow-col .col.c18-4 {
  width: 22.2222222222%;
}
html.new-design .flex.narrow-col .col.c18-5, html.new-design .ic-row.narrow-col .col.c18-5 {
  width: 27.7777777778%;
}
html.new-design .flex.narrow-col .col.c18-6, html.new-design .ic-row.narrow-col .col.c18-6 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c18-7, html.new-design .ic-row.narrow-col .col.c18-7 {
  width: 38.8888888889%;
}
html.new-design .flex.narrow-col .col.c18-8, html.new-design .ic-row.narrow-col .col.c18-8 {
  width: 44.4444444444%;
}
html.new-design .flex.narrow-col .col.c18-9, html.new-design .ic-row.narrow-col .col.c18-9 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c18-10, html.new-design .ic-row.narrow-col .col.c18-10 {
  width: 55.5555555556%;
}
html.new-design .flex.narrow-col .col.c18-11, html.new-design .ic-row.narrow-col .col.c18-11 {
  width: 61.1111111111%;
}
html.new-design .flex.narrow-col .col.c18-12, html.new-design .ic-row.narrow-col .col.c18-12 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c18-13, html.new-design .ic-row.narrow-col .col.c18-13 {
  width: 72.2222222222%;
}
html.new-design .flex.narrow-col .col.c18-14, html.new-design .ic-row.narrow-col .col.c18-14 {
  width: 77.7777777778%;
}
html.new-design .flex.narrow-col .col.c18-15, html.new-design .ic-row.narrow-col .col.c18-15 {
  width: 83.3333333333%;
}
html.new-design .flex.narrow-col .col.c18-16, html.new-design .ic-row.narrow-col .col.c18-16 {
  width: 88.8888888889%;
}
html.new-design .flex.narrow-col .col.c18-17, html.new-design .ic-row.narrow-col .col.c18-17 {
  width: 94.4444444444%;
}
html.new-design .flex.narrow-col .col.c18, html.new-design .flex.narrow-col .col.c18-18, html.new-design .ic-row.narrow-col .col.c18, html.new-design .ic-row.narrow-col .col.c18-18 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c19-0, html.new-design .ic-row.narrow-col .col.c19-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c19-1, html.new-design .ic-row.narrow-col .col.c19-1 {
  width: 5.2631578947%;
}
html.new-design .flex.narrow-col .col.c19-2, html.new-design .ic-row.narrow-col .col.c19-2 {
  width: 10.5263157895%;
}
html.new-design .flex.narrow-col .col.c19-3, html.new-design .ic-row.narrow-col .col.c19-3 {
  width: 15.7894736842%;
}
html.new-design .flex.narrow-col .col.c19-4, html.new-design .ic-row.narrow-col .col.c19-4 {
  width: 21.0526315789%;
}
html.new-design .flex.narrow-col .col.c19-5, html.new-design .ic-row.narrow-col .col.c19-5 {
  width: 26.3157894737%;
}
html.new-design .flex.narrow-col .col.c19-6, html.new-design .ic-row.narrow-col .col.c19-6 {
  width: 31.5789473684%;
}
html.new-design .flex.narrow-col .col.c19-7, html.new-design .ic-row.narrow-col .col.c19-7 {
  width: 36.8421052632%;
}
html.new-design .flex.narrow-col .col.c19-8, html.new-design .ic-row.narrow-col .col.c19-8 {
  width: 42.1052631579%;
}
html.new-design .flex.narrow-col .col.c19-9, html.new-design .ic-row.narrow-col .col.c19-9 {
  width: 47.3684210526%;
}
html.new-design .flex.narrow-col .col.c19-10, html.new-design .ic-row.narrow-col .col.c19-10 {
  width: 52.6315789474%;
}
html.new-design .flex.narrow-col .col.c19-11, html.new-design .ic-row.narrow-col .col.c19-11 {
  width: 57.8947368421%;
}
html.new-design .flex.narrow-col .col.c19-12, html.new-design .ic-row.narrow-col .col.c19-12 {
  width: 63.1578947368%;
}
html.new-design .flex.narrow-col .col.c19-13, html.new-design .ic-row.narrow-col .col.c19-13 {
  width: 68.4210526316%;
}
html.new-design .flex.narrow-col .col.c19-14, html.new-design .ic-row.narrow-col .col.c19-14 {
  width: 73.6842105263%;
}
html.new-design .flex.narrow-col .col.c19-15, html.new-design .ic-row.narrow-col .col.c19-15 {
  width: 78.9473684211%;
}
html.new-design .flex.narrow-col .col.c19-16, html.new-design .ic-row.narrow-col .col.c19-16 {
  width: 84.2105263158%;
}
html.new-design .flex.narrow-col .col.c19-17, html.new-design .ic-row.narrow-col .col.c19-17 {
  width: 89.4736842105%;
}
html.new-design .flex.narrow-col .col.c19-18, html.new-design .ic-row.narrow-col .col.c19-18 {
  width: 94.7368421053%;
}
html.new-design .flex.narrow-col .col.c19, html.new-design .flex.narrow-col .col.c19-19, html.new-design .ic-row.narrow-col .col.c19, html.new-design .ic-row.narrow-col .col.c19-19 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c20-0, html.new-design .ic-row.narrow-col .col.c20-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c20-1, html.new-design .ic-row.narrow-col .col.c20-1 {
  width: 5%;
}
html.new-design .flex.narrow-col .col.c20-2, html.new-design .ic-row.narrow-col .col.c20-2 {
  width: 10%;
}
html.new-design .flex.narrow-col .col.c20-3, html.new-design .ic-row.narrow-col .col.c20-3 {
  width: 15%;
}
html.new-design .flex.narrow-col .col.c20-4, html.new-design .ic-row.narrow-col .col.c20-4 {
  width: 20%;
}
html.new-design .flex.narrow-col .col.c20-5, html.new-design .ic-row.narrow-col .col.c20-5 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c20-6, html.new-design .ic-row.narrow-col .col.c20-6 {
  width: 30%;
}
html.new-design .flex.narrow-col .col.c20-7, html.new-design .ic-row.narrow-col .col.c20-7 {
  width: 35%;
}
html.new-design .flex.narrow-col .col.c20-8, html.new-design .ic-row.narrow-col .col.c20-8 {
  width: 40%;
}
html.new-design .flex.narrow-col .col.c20-9, html.new-design .ic-row.narrow-col .col.c20-9 {
  width: 45%;
}
html.new-design .flex.narrow-col .col.c20-10, html.new-design .ic-row.narrow-col .col.c20-10 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c20-11, html.new-design .ic-row.narrow-col .col.c20-11 {
  width: 55%;
}
html.new-design .flex.narrow-col .col.c20-12, html.new-design .ic-row.narrow-col .col.c20-12 {
  width: 60%;
}
html.new-design .flex.narrow-col .col.c20-13, html.new-design .ic-row.narrow-col .col.c20-13 {
  width: 65%;
}
html.new-design .flex.narrow-col .col.c20-14, html.new-design .ic-row.narrow-col .col.c20-14 {
  width: 70%;
}
html.new-design .flex.narrow-col .col.c20-15, html.new-design .ic-row.narrow-col .col.c20-15 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c20-16, html.new-design .ic-row.narrow-col .col.c20-16 {
  width: 80%;
}
html.new-design .flex.narrow-col .col.c20-17, html.new-design .ic-row.narrow-col .col.c20-17 {
  width: 85%;
}
html.new-design .flex.narrow-col .col.c20-18, html.new-design .ic-row.narrow-col .col.c20-18 {
  width: 90%;
}
html.new-design .flex.narrow-col .col.c20-19, html.new-design .ic-row.narrow-col .col.c20-19 {
  width: 95%;
}
html.new-design .flex.narrow-col .col.c20, html.new-design .flex.narrow-col .col.c20-20, html.new-design .ic-row.narrow-col .col.c20, html.new-design .ic-row.narrow-col .col.c20-20 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c21-0, html.new-design .ic-row.narrow-col .col.c21-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c21-1, html.new-design .ic-row.narrow-col .col.c21-1 {
  width: 4.7619047619%;
}
html.new-design .flex.narrow-col .col.c21-2, html.new-design .ic-row.narrow-col .col.c21-2 {
  width: 9.5238095238%;
}
html.new-design .flex.narrow-col .col.c21-3, html.new-design .ic-row.narrow-col .col.c21-3 {
  width: 14.2857142857%;
}
html.new-design .flex.narrow-col .col.c21-4, html.new-design .ic-row.narrow-col .col.c21-4 {
  width: 19.0476190476%;
}
html.new-design .flex.narrow-col .col.c21-5, html.new-design .ic-row.narrow-col .col.c21-5 {
  width: 23.8095238095%;
}
html.new-design .flex.narrow-col .col.c21-6, html.new-design .ic-row.narrow-col .col.c21-6 {
  width: 28.5714285714%;
}
html.new-design .flex.narrow-col .col.c21-7, html.new-design .ic-row.narrow-col .col.c21-7 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c21-8, html.new-design .ic-row.narrow-col .col.c21-8 {
  width: 38.0952380952%;
}
html.new-design .flex.narrow-col .col.c21-9, html.new-design .ic-row.narrow-col .col.c21-9 {
  width: 42.8571428571%;
}
html.new-design .flex.narrow-col .col.c21-10, html.new-design .ic-row.narrow-col .col.c21-10 {
  width: 47.619047619%;
}
html.new-design .flex.narrow-col .col.c21-11, html.new-design .ic-row.narrow-col .col.c21-11 {
  width: 52.380952381%;
}
html.new-design .flex.narrow-col .col.c21-12, html.new-design .ic-row.narrow-col .col.c21-12 {
  width: 57.1428571429%;
}
html.new-design .flex.narrow-col .col.c21-13, html.new-design .ic-row.narrow-col .col.c21-13 {
  width: 61.9047619048%;
}
html.new-design .flex.narrow-col .col.c21-14, html.new-design .ic-row.narrow-col .col.c21-14 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c21-15, html.new-design .ic-row.narrow-col .col.c21-15 {
  width: 71.4285714286%;
}
html.new-design .flex.narrow-col .col.c21-16, html.new-design .ic-row.narrow-col .col.c21-16 {
  width: 76.1904761905%;
}
html.new-design .flex.narrow-col .col.c21-17, html.new-design .ic-row.narrow-col .col.c21-17 {
  width: 80.9523809524%;
}
html.new-design .flex.narrow-col .col.c21-18, html.new-design .ic-row.narrow-col .col.c21-18 {
  width: 85.7142857143%;
}
html.new-design .flex.narrow-col .col.c21-19, html.new-design .ic-row.narrow-col .col.c21-19 {
  width: 90.4761904762%;
}
html.new-design .flex.narrow-col .col.c21-20, html.new-design .ic-row.narrow-col .col.c21-20 {
  width: 95.2380952381%;
}
html.new-design .flex.narrow-col .col.c21, html.new-design .flex.narrow-col .col.c21-21, html.new-design .ic-row.narrow-col .col.c21, html.new-design .ic-row.narrow-col .col.c21-21 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c22-0, html.new-design .ic-row.narrow-col .col.c22-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c22-1, html.new-design .ic-row.narrow-col .col.c22-1 {
  width: 4.5454545455%;
}
html.new-design .flex.narrow-col .col.c22-2, html.new-design .ic-row.narrow-col .col.c22-2 {
  width: 9.0909090909%;
}
html.new-design .flex.narrow-col .col.c22-3, html.new-design .ic-row.narrow-col .col.c22-3 {
  width: 13.6363636364%;
}
html.new-design .flex.narrow-col .col.c22-4, html.new-design .ic-row.narrow-col .col.c22-4 {
  width: 18.1818181818%;
}
html.new-design .flex.narrow-col .col.c22-5, html.new-design .ic-row.narrow-col .col.c22-5 {
  width: 22.7272727273%;
}
html.new-design .flex.narrow-col .col.c22-6, html.new-design .ic-row.narrow-col .col.c22-6 {
  width: 27.2727272727%;
}
html.new-design .flex.narrow-col .col.c22-7, html.new-design .ic-row.narrow-col .col.c22-7 {
  width: 31.8181818182%;
}
html.new-design .flex.narrow-col .col.c22-8, html.new-design .ic-row.narrow-col .col.c22-8 {
  width: 36.3636363636%;
}
html.new-design .flex.narrow-col .col.c22-9, html.new-design .ic-row.narrow-col .col.c22-9 {
  width: 40.9090909091%;
}
html.new-design .flex.narrow-col .col.c22-10, html.new-design .ic-row.narrow-col .col.c22-10 {
  width: 45.4545454545%;
}
html.new-design .flex.narrow-col .col.c22-11, html.new-design .ic-row.narrow-col .col.c22-11 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c22-12, html.new-design .ic-row.narrow-col .col.c22-12 {
  width: 54.5454545455%;
}
html.new-design .flex.narrow-col .col.c22-13, html.new-design .ic-row.narrow-col .col.c22-13 {
  width: 59.0909090909%;
}
html.new-design .flex.narrow-col .col.c22-14, html.new-design .ic-row.narrow-col .col.c22-14 {
  width: 63.6363636364%;
}
html.new-design .flex.narrow-col .col.c22-15, html.new-design .ic-row.narrow-col .col.c22-15 {
  width: 68.1818181818%;
}
html.new-design .flex.narrow-col .col.c22-16, html.new-design .ic-row.narrow-col .col.c22-16 {
  width: 72.7272727273%;
}
html.new-design .flex.narrow-col .col.c22-17, html.new-design .ic-row.narrow-col .col.c22-17 {
  width: 77.2727272727%;
}
html.new-design .flex.narrow-col .col.c22-18, html.new-design .ic-row.narrow-col .col.c22-18 {
  width: 81.8181818182%;
}
html.new-design .flex.narrow-col .col.c22-19, html.new-design .ic-row.narrow-col .col.c22-19 {
  width: 86.3636363636%;
}
html.new-design .flex.narrow-col .col.c22-20, html.new-design .ic-row.narrow-col .col.c22-20 {
  width: 90.9090909091%;
}
html.new-design .flex.narrow-col .col.c22-21, html.new-design .ic-row.narrow-col .col.c22-21 {
  width: 95.4545454545%;
}
html.new-design .flex.narrow-col .col.c22, html.new-design .flex.narrow-col .col.c22-22, html.new-design .ic-row.narrow-col .col.c22, html.new-design .ic-row.narrow-col .col.c22-22 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c23-0, html.new-design .ic-row.narrow-col .col.c23-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c23-1, html.new-design .ic-row.narrow-col .col.c23-1 {
  width: 4.347826087%;
}
html.new-design .flex.narrow-col .col.c23-2, html.new-design .ic-row.narrow-col .col.c23-2 {
  width: 8.6956521739%;
}
html.new-design .flex.narrow-col .col.c23-3, html.new-design .ic-row.narrow-col .col.c23-3 {
  width: 13.0434782609%;
}
html.new-design .flex.narrow-col .col.c23-4, html.new-design .ic-row.narrow-col .col.c23-4 {
  width: 17.3913043478%;
}
html.new-design .flex.narrow-col .col.c23-5, html.new-design .ic-row.narrow-col .col.c23-5 {
  width: 21.7391304348%;
}
html.new-design .flex.narrow-col .col.c23-6, html.new-design .ic-row.narrow-col .col.c23-6 {
  width: 26.0869565217%;
}
html.new-design .flex.narrow-col .col.c23-7, html.new-design .ic-row.narrow-col .col.c23-7 {
  width: 30.4347826087%;
}
html.new-design .flex.narrow-col .col.c23-8, html.new-design .ic-row.narrow-col .col.c23-8 {
  width: 34.7826086957%;
}
html.new-design .flex.narrow-col .col.c23-9, html.new-design .ic-row.narrow-col .col.c23-9 {
  width: 39.1304347826%;
}
html.new-design .flex.narrow-col .col.c23-10, html.new-design .ic-row.narrow-col .col.c23-10 {
  width: 43.4782608696%;
}
html.new-design .flex.narrow-col .col.c23-11, html.new-design .ic-row.narrow-col .col.c23-11 {
  width: 47.8260869565%;
}
html.new-design .flex.narrow-col .col.c23-12, html.new-design .ic-row.narrow-col .col.c23-12 {
  width: 52.1739130435%;
}
html.new-design .flex.narrow-col .col.c23-13, html.new-design .ic-row.narrow-col .col.c23-13 {
  width: 56.5217391304%;
}
html.new-design .flex.narrow-col .col.c23-14, html.new-design .ic-row.narrow-col .col.c23-14 {
  width: 60.8695652174%;
}
html.new-design .flex.narrow-col .col.c23-15, html.new-design .ic-row.narrow-col .col.c23-15 {
  width: 65.2173913043%;
}
html.new-design .flex.narrow-col .col.c23-16, html.new-design .ic-row.narrow-col .col.c23-16 {
  width: 69.5652173913%;
}
html.new-design .flex.narrow-col .col.c23-17, html.new-design .ic-row.narrow-col .col.c23-17 {
  width: 73.9130434783%;
}
html.new-design .flex.narrow-col .col.c23-18, html.new-design .ic-row.narrow-col .col.c23-18 {
  width: 78.2608695652%;
}
html.new-design .flex.narrow-col .col.c23-19, html.new-design .ic-row.narrow-col .col.c23-19 {
  width: 82.6086956522%;
}
html.new-design .flex.narrow-col .col.c23-20, html.new-design .ic-row.narrow-col .col.c23-20 {
  width: 86.9565217391%;
}
html.new-design .flex.narrow-col .col.c23-21, html.new-design .ic-row.narrow-col .col.c23-21 {
  width: 91.3043478261%;
}
html.new-design .flex.narrow-col .col.c23-22, html.new-design .ic-row.narrow-col .col.c23-22 {
  width: 95.652173913%;
}
html.new-design .flex.narrow-col .col.c23, html.new-design .flex.narrow-col .col.c23-23, html.new-design .ic-row.narrow-col .col.c23, html.new-design .ic-row.narrow-col .col.c23-23 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c24-0, html.new-design .ic-row.narrow-col .col.c24-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c24-1, html.new-design .ic-row.narrow-col .col.c24-1 {
  width: 4.1666666667%;
}
html.new-design .flex.narrow-col .col.c24-2, html.new-design .ic-row.narrow-col .col.c24-2 {
  width: 8.3333333333%;
}
html.new-design .flex.narrow-col .col.c24-3, html.new-design .ic-row.narrow-col .col.c24-3 {
  width: 12.5%;
}
html.new-design .flex.narrow-col .col.c24-4, html.new-design .ic-row.narrow-col .col.c24-4 {
  width: 16.6666666667%;
}
html.new-design .flex.narrow-col .col.c24-5, html.new-design .ic-row.narrow-col .col.c24-5 {
  width: 20.8333333333%;
}
html.new-design .flex.narrow-col .col.c24-6, html.new-design .ic-row.narrow-col .col.c24-6 {
  width: 25%;
}
html.new-design .flex.narrow-col .col.c24-7, html.new-design .ic-row.narrow-col .col.c24-7 {
  width: 29.1666666667%;
}
html.new-design .flex.narrow-col .col.c24-8, html.new-design .ic-row.narrow-col .col.c24-8 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c24-9, html.new-design .ic-row.narrow-col .col.c24-9 {
  width: 37.5%;
}
html.new-design .flex.narrow-col .col.c24-10, html.new-design .ic-row.narrow-col .col.c24-10 {
  width: 41.6666666667%;
}
html.new-design .flex.narrow-col .col.c24-11, html.new-design .ic-row.narrow-col .col.c24-11 {
  width: 45.8333333333%;
}
html.new-design .flex.narrow-col .col.c24-12, html.new-design .ic-row.narrow-col .col.c24-12 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c24-13, html.new-design .ic-row.narrow-col .col.c24-13 {
  width: 54.1666666667%;
}
html.new-design .flex.narrow-col .col.c24-14, html.new-design .ic-row.narrow-col .col.c24-14 {
  width: 58.3333333333%;
}
html.new-design .flex.narrow-col .col.c24-15, html.new-design .ic-row.narrow-col .col.c24-15 {
  width: 62.5%;
}
html.new-design .flex.narrow-col .col.c24-16, html.new-design .ic-row.narrow-col .col.c24-16 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c24-17, html.new-design .ic-row.narrow-col .col.c24-17 {
  width: 70.8333333333%;
}
html.new-design .flex.narrow-col .col.c24-18, html.new-design .ic-row.narrow-col .col.c24-18 {
  width: 75%;
}
html.new-design .flex.narrow-col .col.c24-19, html.new-design .ic-row.narrow-col .col.c24-19 {
  width: 79.1666666667%;
}
html.new-design .flex.narrow-col .col.c24-20, html.new-design .ic-row.narrow-col .col.c24-20 {
  width: 83.3333333333%;
}
html.new-design .flex.narrow-col .col.c24-21, html.new-design .ic-row.narrow-col .col.c24-21 {
  width: 87.5%;
}
html.new-design .flex.narrow-col .col.c24-22, html.new-design .ic-row.narrow-col .col.c24-22 {
  width: 91.6666666667%;
}
html.new-design .flex.narrow-col .col.c24-23, html.new-design .ic-row.narrow-col .col.c24-23 {
  width: 95.8333333333%;
}
html.new-design .flex.narrow-col .col.c24, html.new-design .flex.narrow-col .col.c24-24, html.new-design .ic-row.narrow-col .col.c24, html.new-design .ic-row.narrow-col .col.c24-24 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c25-0, html.new-design .ic-row.narrow-col .col.c25-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c25-1, html.new-design .ic-row.narrow-col .col.c25-1 {
  width: 4%;
}
html.new-design .flex.narrow-col .col.c25-2, html.new-design .ic-row.narrow-col .col.c25-2 {
  width: 8%;
}
html.new-design .flex.narrow-col .col.c25-3, html.new-design .ic-row.narrow-col .col.c25-3 {
  width: 12%;
}
html.new-design .flex.narrow-col .col.c25-4, html.new-design .ic-row.narrow-col .col.c25-4 {
  width: 16%;
}
html.new-design .flex.narrow-col .col.c25-5, html.new-design .ic-row.narrow-col .col.c25-5 {
  width: 20%;
}
html.new-design .flex.narrow-col .col.c25-6, html.new-design .ic-row.narrow-col .col.c25-6 {
  width: 24%;
}
html.new-design .flex.narrow-col .col.c25-7, html.new-design .ic-row.narrow-col .col.c25-7 {
  width: 28%;
}
html.new-design .flex.narrow-col .col.c25-8, html.new-design .ic-row.narrow-col .col.c25-8 {
  width: 32%;
}
html.new-design .flex.narrow-col .col.c25-9, html.new-design .ic-row.narrow-col .col.c25-9 {
  width: 36%;
}
html.new-design .flex.narrow-col .col.c25-10, html.new-design .ic-row.narrow-col .col.c25-10 {
  width: 40%;
}
html.new-design .flex.narrow-col .col.c25-11, html.new-design .ic-row.narrow-col .col.c25-11 {
  width: 44%;
}
html.new-design .flex.narrow-col .col.c25-12, html.new-design .ic-row.narrow-col .col.c25-12 {
  width: 48%;
}
html.new-design .flex.narrow-col .col.c25-13, html.new-design .ic-row.narrow-col .col.c25-13 {
  width: 52%;
}
html.new-design .flex.narrow-col .col.c25-14, html.new-design .ic-row.narrow-col .col.c25-14 {
  width: 56%;
}
html.new-design .flex.narrow-col .col.c25-15, html.new-design .ic-row.narrow-col .col.c25-15 {
  width: 60%;
}
html.new-design .flex.narrow-col .col.c25-16, html.new-design .ic-row.narrow-col .col.c25-16 {
  width: 64%;
}
html.new-design .flex.narrow-col .col.c25-17, html.new-design .ic-row.narrow-col .col.c25-17 {
  width: 68%;
}
html.new-design .flex.narrow-col .col.c25-18, html.new-design .ic-row.narrow-col .col.c25-18 {
  width: 72%;
}
html.new-design .flex.narrow-col .col.c25-19, html.new-design .ic-row.narrow-col .col.c25-19 {
  width: 76%;
}
html.new-design .flex.narrow-col .col.c25-20, html.new-design .ic-row.narrow-col .col.c25-20 {
  width: 80%;
}
html.new-design .flex.narrow-col .col.c25-21, html.new-design .ic-row.narrow-col .col.c25-21 {
  width: 84%;
}
html.new-design .flex.narrow-col .col.c25-22, html.new-design .ic-row.narrow-col .col.c25-22 {
  width: 88%;
}
html.new-design .flex.narrow-col .col.c25-23, html.new-design .ic-row.narrow-col .col.c25-23 {
  width: 92%;
}
html.new-design .flex.narrow-col .col.c25-24, html.new-design .ic-row.narrow-col .col.c25-24 {
  width: 96%;
}
html.new-design .flex.narrow-col .col.c25, html.new-design .flex.narrow-col .col.c25-25, html.new-design .ic-row.narrow-col .col.c25, html.new-design .ic-row.narrow-col .col.c25-25 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c26-0, html.new-design .ic-row.narrow-col .col.c26-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c26-1, html.new-design .ic-row.narrow-col .col.c26-1 {
  width: 3.8461538462%;
}
html.new-design .flex.narrow-col .col.c26-2, html.new-design .ic-row.narrow-col .col.c26-2 {
  width: 7.6923076923%;
}
html.new-design .flex.narrow-col .col.c26-3, html.new-design .ic-row.narrow-col .col.c26-3 {
  width: 11.5384615385%;
}
html.new-design .flex.narrow-col .col.c26-4, html.new-design .ic-row.narrow-col .col.c26-4 {
  width: 15.3846153846%;
}
html.new-design .flex.narrow-col .col.c26-5, html.new-design .ic-row.narrow-col .col.c26-5 {
  width: 19.2307692308%;
}
html.new-design .flex.narrow-col .col.c26-6, html.new-design .ic-row.narrow-col .col.c26-6 {
  width: 23.0769230769%;
}
html.new-design .flex.narrow-col .col.c26-7, html.new-design .ic-row.narrow-col .col.c26-7 {
  width: 26.9230769231%;
}
html.new-design .flex.narrow-col .col.c26-8, html.new-design .ic-row.narrow-col .col.c26-8 {
  width: 30.7692307692%;
}
html.new-design .flex.narrow-col .col.c26-9, html.new-design .ic-row.narrow-col .col.c26-9 {
  width: 34.6153846154%;
}
html.new-design .flex.narrow-col .col.c26-10, html.new-design .ic-row.narrow-col .col.c26-10 {
  width: 38.4615384615%;
}
html.new-design .flex.narrow-col .col.c26-11, html.new-design .ic-row.narrow-col .col.c26-11 {
  width: 42.3076923077%;
}
html.new-design .flex.narrow-col .col.c26-12, html.new-design .ic-row.narrow-col .col.c26-12 {
  width: 46.1538461538%;
}
html.new-design .flex.narrow-col .col.c26-13, html.new-design .ic-row.narrow-col .col.c26-13 {
  width: 50%;
}
html.new-design .flex.narrow-col .col.c26-14, html.new-design .ic-row.narrow-col .col.c26-14 {
  width: 53.8461538462%;
}
html.new-design .flex.narrow-col .col.c26-15, html.new-design .ic-row.narrow-col .col.c26-15 {
  width: 57.6923076923%;
}
html.new-design .flex.narrow-col .col.c26-16, html.new-design .ic-row.narrow-col .col.c26-16 {
  width: 61.5384615385%;
}
html.new-design .flex.narrow-col .col.c26-17, html.new-design .ic-row.narrow-col .col.c26-17 {
  width: 65.3846153846%;
}
html.new-design .flex.narrow-col .col.c26-18, html.new-design .ic-row.narrow-col .col.c26-18 {
  width: 69.2307692308%;
}
html.new-design .flex.narrow-col .col.c26-19, html.new-design .ic-row.narrow-col .col.c26-19 {
  width: 73.0769230769%;
}
html.new-design .flex.narrow-col .col.c26-20, html.new-design .ic-row.narrow-col .col.c26-20 {
  width: 76.9230769231%;
}
html.new-design .flex.narrow-col .col.c26-21, html.new-design .ic-row.narrow-col .col.c26-21 {
  width: 80.7692307692%;
}
html.new-design .flex.narrow-col .col.c26-22, html.new-design .ic-row.narrow-col .col.c26-22 {
  width: 84.6153846154%;
}
html.new-design .flex.narrow-col .col.c26-23, html.new-design .ic-row.narrow-col .col.c26-23 {
  width: 88.4615384615%;
}
html.new-design .flex.narrow-col .col.c26-24, html.new-design .ic-row.narrow-col .col.c26-24 {
  width: 92.3076923077%;
}
html.new-design .flex.narrow-col .col.c26-25, html.new-design .ic-row.narrow-col .col.c26-25 {
  width: 96.1538461538%;
}
html.new-design .flex.narrow-col .col.c26, html.new-design .flex.narrow-col .col.c26-26, html.new-design .ic-row.narrow-col .col.c26, html.new-design .ic-row.narrow-col .col.c26-26 {
  width: 100%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c27-0, html.new-design .ic-row.narrow-col .col.c27-0 {
  width: 0%;
  margin: 0;
}
html.new-design .flex.narrow-col .col.c27-1, html.new-design .ic-row.narrow-col .col.c27-1 {
  width: 3.7037037037%;
}
html.new-design .flex.narrow-col .col.c27-2, html.new-design .ic-row.narrow-col .col.c27-2 {
  width: 7.4074074074%;
}
html.new-design .flex.narrow-col .col.c27-3, html.new-design .ic-row.narrow-col .col.c27-3 {
  width: 11.1111111111%;
}
html.new-design .flex.narrow-col .col.c27-4, html.new-design .ic-row.narrow-col .col.c27-4 {
  width: 14.8148148148%;
}
html.new-design .flex.narrow-col .col.c27-5, html.new-design .ic-row.narrow-col .col.c27-5 {
  width: 18.5185185185%;
}
html.new-design .flex.narrow-col .col.c27-6, html.new-design .ic-row.narrow-col .col.c27-6 {
  width: 22.2222222222%;
}
html.new-design .flex.narrow-col .col.c27-7, html.new-design .ic-row.narrow-col .col.c27-7 {
  width: 25.9259259259%;
}
html.new-design .flex.narrow-col .col.c27-8, html.new-design .ic-row.narrow-col .col.c27-8 {
  width: 29.6296296296%;
}
html.new-design .flex.narrow-col .col.c27-9, html.new-design .ic-row.narrow-col .col.c27-9 {
  width: 33.3333333333%;
}
html.new-design .flex.narrow-col .col.c27-10, html.new-design .ic-row.narrow-col .col.c27-10 {
  width: 37.037037037%;
}
html.new-design .flex.narrow-col .col.c27-11, html.new-design .ic-row.narrow-col .col.c27-11 {
  width: 40.7407407407%;
}
html.new-design .flex.narrow-col .col.c27-12, html.new-design .ic-row.narrow-col .col.c27-12 {
  width: 44.4444444444%;
}
html.new-design .flex.narrow-col .col.c27-13, html.new-design .ic-row.narrow-col .col.c27-13 {
  width: 48.1481481481%;
}
html.new-design .flex.narrow-col .col.c27-14, html.new-design .ic-row.narrow-col .col.c27-14 {
  width: 51.8518518519%;
}
html.new-design .flex.narrow-col .col.c27-15, html.new-design .ic-row.narrow-col .col.c27-15 {
  width: 55.5555555556%;
}
html.new-design .flex.narrow-col .col.c27-16, html.new-design .ic-row.narrow-col .col.c27-16 {
  width: 59.2592592593%;
}
html.new-design .flex.narrow-col .col.c27-17, html.new-design .ic-row.narrow-col .col.c27-17 {
  width: 62.962962963%;
}
html.new-design .flex.narrow-col .col.c27-18, html.new-design .ic-row.narrow-col .col.c27-18 {
  width: 66.6666666667%;
}
html.new-design .flex.narrow-col .col.c27-19, html.new-design .ic-row.narrow-col .col.c27-19 {
  width: 70.3703703704%;
}
html.new-design .flex.narrow-col .col.c27-20, html.new-design .ic-row.narrow-col .col.c27-20 {
  width: 74.0740740741%;
}
html.new-design .flex.narrow-col .col.c27-21, html.new-design .ic-row.narrow-col .col.c27-21 {
  width: 77.7777777778%;
}
html.new-design .flex.narrow-col .col.c27-22, html.new-design .ic-row.narrow-col .col.c27-22 {
  width: 81.4814814815%;
}
html.new-design .flex.narrow-col .col.c27-23, html.new-design .ic-row.narrow-col .col.c27-23 {
  width: 85.1851851852%;
}
html.new-design .flex.narrow-col .col.c27-24, html.new-design .ic-row.narrow-col .col.c27-24 {
  width: 88.8888888889%;
}
html.new-design .flex.narrow-col .col.c27-25, html.new-design .ic-row.narrow-col .col.c27-25 {
  width: 92.5925925926%;
}
html.new-design .flex.narrow-col .col.c27-26, html.new-design .ic-row.narrow-col .col.c27-26 {
  width: 96.2962962963%;
}
html.new-design .flex.narrow-col .col.c27, html.new-design .flex.narrow-col .col.c27-27, html.new-design .ic-row.narrow-col .col.c27, html.new-design .ic-row.narrow-col .col.c27-27 {
  width: 100%;
  margin: 0;
}
html.new-design .zero-column-factor {
  padding: 0 !important;
  margin: 0 !important;
}
html.new-design .expandable-list tr {
  position: relative;
}
html.new-design .expand-section .expand-left-side, html.new-design .expand-section .actions {
  display: none;
}
html.new-design .expand-section > td {
  padding: 0;
  position: relative;
}
html.new-design .expand-section .expand-left-side {
  margin-left: 1.4286rem;
  margin-right: 1.4286rem;
  margin-top: 1.4286rem;
}
html.new-design .expand-section .badge {
  font-size: 100%;
}
html.new-design .expand-section .has-label {
  margin-bottom: 0;
  padding: 1rem 1.4286rem;
  background-color: #F8F8FA;
  min-height: 50px;
}
html.new-design .expand-section label {
  margin-bottom: 5px;
}
html.new-design .warning-icon, html.new-design .error-icon {
  font-size: 1.1429rem;
}
html.new-design .warning-icon {
  color: orange;
}
html.new-design .error-icon {
  color: #F95492;
}
@keyframes _glowing-error {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 1.0714rem 4px #dc3545;
  }
  100% {
    box-shadow: none;
  }
}
html.new-design .inline-icon {
  font-size: 1.1429rem;
  position: absolute;
  line-height: 1.4286rem;
  right: 0;
}
html.new-design .dense-table th, html.new-design .dense-table td {
  padding-left: 0;
  padding-right: 0;
}
html.new-design .centered-bordered {
  border: 2px solid;
  padding: 1.4286rem;
  margin-left: 1.4286rem;
  margin-right: 1.4286rem;
}
html.new-design #LoginServlet__wrapper .dropdown.bootstrap-select {
  height: unset;
}
html.new-design #LoginServlet__wrapper .password-toggle {
  position: relative;
}
html.new-design #LoginServlet__wrapper .password-toggle .password-toggle-button {
  position: absolute;
  right: 25px;
  top: 45px;
}
html.new-design #LoginServlet__wrapper .password-toggle .password-toggle-button .eye {
  cursor: pointer;
}
html.new-design #LoginServlet__wrapper .password-toggle .password-toggle-button .eye.light #eye-icon {
  fill: #E8EAEF;
}
html.new-design #LoginServlet__wrapper .password-toggle .password-toggle-button .eye.dark #eye-icon {
  fill: #1f3161;
}
html.new-design #WelcomeServlet__wrapper #qr-code img {
  width: 100%;
}
html.new-design #WelcomeServlet__wrapper .page {
  display: none;
}
html.new-design #WelcomeServlet__wrapper .page[page-num="1"] {
  display: initial;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item {
  background-color: #0EC3E7;
  background-clip: content-box;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #1f3161;
  font-weight: bold;
  cursor: pointer;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item.first {
  padding-bottom: 5px;
  padding-top: 0;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item.last {
  padding-bottom: 0;
  padding-top: 5px;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item.bg-none {
  background-color: transparent;
  cursor: auto;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item.back {
  background-color: #F95492;
  color: white;
}
html.new-design #WelcomeServlet__wrapper .page .embed-responsive-item .content {
  margin-left: 10px;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card {
  border: none;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-header img {
  height: 100%;
  width: 100%;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-body {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-body * {
  margin-bottom: 0;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-footer {
  background-color: unset;
  border-left: 1px solid #F95492;
  border-right: 1px solid #F95492;
  border-bottom: 1px solid #F95492;
  border-bottom-right-radius: 1.0714rem;
  border-bottom-left-radius: 1.0714rem;
  border-top: none;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .card .card-footer a {
  color: white;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .btn-group > .btn.btn-first {
  border-bottom-left-radius: 0.9286rem;
  border-top-left-radius: 0;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
html.new-design #WelcomeServlet__wrapper .sign-in-option .btn-group > .btn.btn-last {
  border-bottom-right-radius: 0.9286rem;
  border-top-right-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-caption {
  border: 1px;
  border-radius: 0;
  text-align: center !important;
  padding-left: 5px;
  padding-right: 5px;
  color: #1f3161;
  font-weight: bold;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-caption.category-1 {
  background-color: #E8EAEF;
  border: 1px solid #1f3161;
  border-bottom: 0;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value {
  border-radius: 0;
  color: #1f3161;
  text-align: center !important;
  padding-left: 5px;
  padding-right: 5px;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value.category-1 {
  border: 1px solid #1f3161;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value.category-1 .fas {
  padding-right: 0.7143rem;
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value.category-1 .fas:last-child {
  padding-right: 0;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value.Absent {
  background-color: #F95492;
  color: white;
}
html.new-design #ChildSignEventsViewServlet__wrapper .category-value.Absent.category-1 {
  border: 1px solid #F95492;
}
html.new-design #ChildSignEventsViewServlet__wrapper .legend {
  padding-right: 1.4286rem;
}
html.new-design #ChildSignEventsViewServlet__wrapper .legend:last-child {
  padding-right: 0;
}
html.new-design #ChildSignEventsViewServlet__wrapper #sign-in-list-operations {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html.new-design #ChildSignEventsViewServlet__wrapper .date-picker {
  min-width: 114px !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table div.has-label {
  padding: 0.5rem 1rem;
  min-height: 32px;
  max-height: 32px;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .actions .btn-wrapper {
  padding-bottom: 0.7143rem;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .actions .btn-wrapper:last-child {
  padding-bottom: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .ic-row {
  flex-wrap: wrap;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper {
  position: relative;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .sidebar {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .sidebar.show .sidebar-content-wrapper {
  transform: translateX(-24px);
  -webkit-transform: translateX(-24px);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .sidebar.show .sidebar-content-wrapper {
    transition: none;
  }
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .sidebar-content-wrapper {
  height: 100%;
  width: 1.2857rem;
  background: #1f3161;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .sidebar-content-wrapper .sidebar-content {
  color: white;
  font-size: 1rem;
  line-height: 1.2857rem;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .caption-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper:last-of-type {
  border-bottom: 1px solid #E8EAEF;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.no-border {
  border: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.has-alert .expand label, html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.has-alert .expand h1 {
  color: #F95492 !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.has-alert .expand .alert {
  font-weight: 600;
  color: #F95492;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .list-header .col:first-of-type {
  transform: translateX(30.5rem);
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .break-within-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper {
  padding: 1.4286rem 0;
  border-top: solid 1px #1f3161 !important;
  border-bottom: solid 1px #1f3161 !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper .c-1st {
  transform: translateX(24px);
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.even-row .sidebar-content-wrapper {
  background: #1f3161;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.odd-row .sidebar-content-wrapper {
  background: #8D98B1;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .row-wrapper.odd-row .sidebar-content-wrapper .sidebar-content {
  color: #1f3161;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .input-group {
  margin-bottom: 0 !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .input-group-text {
  min-width: 70px;
  max-width: 70px;
  justify-content: center;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .half {
  padding: 0 !important;
  margin-right: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .half .dropdown-toggle {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .half .dropdown-toggle .filter-option {
  text-align: center;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split .half.last-half {
  margin-right: 0;
  margin-left: 5px;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split.booked .half {
  background-color: #ECFBFF;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .time-split.actual .half {
  background-color: antiquewhite;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col input[type=text], html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col .dropdown-toggle {
  padding: 5px 0.5rem !important;
  max-height: 35px !important;
  min-height: 35px !important;
  border: 1px solid #1f3161 !important;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col .half {
  width: calc(50% - 5px);
  display: inline-block;
  position: relative;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col .c-1st .checkbox-wrapper .label {
  color: #8D98B1;
  font-size: 1rem;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-0 {
  width: 0%;
  margin: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-1 {
  width: 3.5714285714%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-2 {
  width: 7.1428571429%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-3 {
  width: 10.7142857143%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-4 {
  width: 14.2857142857%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-5 {
  width: 17.8571428571%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-6 {
  width: 21.4285714286%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-7 {
  width: 25%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-8 {
  width: 28.5714285714%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-9 {
  width: 32.1428571429%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-10 {
  width: 35.7142857143%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-11 {
  width: 39.2857142857%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-12 {
  width: 42.8571428571%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-13 {
  width: 46.4285714286%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-14 {
  width: 50%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-15 {
  width: 53.5714285714%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-16 {
  width: 57.1428571429%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-17 {
  width: 60.7142857143%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-18 {
  width: 64.2857142857%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-19 {
  width: 67.8571428571%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-20 {
  width: 71.4285714286%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-21 {
  width: 75%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-22 {
  width: 78.5714285714%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-23 {
  width: 82.1428571429%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-24 {
  width: 85.7142857143%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-25 {
  width: 89.2857142857%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-26 {
  width: 92.8571428571%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-27 {
  width: 96.4285714286%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28, html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-event-table .col.c28-28 {
  width: 100%;
  margin: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] img.signature {
  width: 100%;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-info tr:first-child {
  border-bottom: 1px solid;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .sign-info td {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design [id^=ChildSignEventViewServlet__wrapper] .signed-person-name {
  padding-left: 0.125rem;
}
html.new-design #StaffListActivitiesViewServlet__wrapper .activity-table td {
  padding: 0 !important;
  width: 1.0714rem !important;
  height: 1.0714rem !important;
  text-align: center;
  font-size: 0.7143rem;
}
html.new-design #StaffListActivitiesViewServlet__wrapper .activity-table td.td {
  background: #8D98B1;
  border: 1px solid white;
}
html.new-design #RosterUpdateServlet__wrapper .table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FBFBFC;
}
html.new-design #RosterUpdateServlet__wrapper .table thead th {
  text-align: center;
}
html.new-design #RosterUpdateServlet__wrapper .table .bootstrap-select {
  height: 100%;
  padding: 0 !important;
}
html.new-design #RosterUpdateServlet__wrapper .table .bootstrap-select .dropdown-toggle {
  height: 35px !important;
  min-height: 35px !important;
  padding: 0.5rem 0 0.5rem 1.4286rem;
}
html.new-design #RosterUpdateServlet__wrapper .table td, html.new-design #RosterUpdateServlet__wrapper .table th {
  padding: 0.25rem;
  word-break: keep-all;
}
html.new-design #RosterUpdateServlet__wrapper .table .time {
  width: 1.4286rem;
}
html.new-design #StaffActivitiesViewServlet__wrapper #currentSlotDemo, html.new-design #StaffActivitiesViewServlet__wrapper #selectedSlotDemo {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
}
html.new-design #StaffActivitiesViewServlet__wrapper #slotHourText, html.new-design #StaffActivitiesViewServlet__wrapper #slotMinuteText {
  color: #F95492;
}
html.new-design #StaffActivitiesViewServlet__wrapper .current {
  font-size: 1.2857rem !important;
  font-weight: bolder;
  border: 2px solid #F95492 !important;
}
html.new-design #StaffActivitiesViewServlet__wrapper .selected {
  animation-name: flash-background;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
html.new-design #StaffActivitiesViewServlet__wrapper .activity-table td {
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
}
html.new-design #StaffActivitiesViewServlet__wrapper .activity-table td.th {
  font-size: 0.857rem;
}
html.new-design #StaffActivitiesViewServlet__wrapper .activity-table td.td {
  font-size: 1rem;
  background: #8D98B1;
  border: 1px solid white;
}
html.new-design #ContractorViewSignInOutServlet__wrapper img.signature, html.new-design #GuestViewSignInOutServlet__wrapper img.signature, html.new-design #StaffViewSignInOutServlet__wrapper img.signature {
  width: 100%;
  height: 50px;
}
html.new-design #ContractorViewSignInOutServlet__wrapper .text-centre, html.new-design #GuestViewSignInOutServlet__wrapper .text-centre, html.new-design #StaffViewSignInOutServlet__wrapper .text-centre {
  text-align: center;
}
html.new-design #ChildSignEventsConfirmServlet__wrapper div.has-label {
  padding: 0.5rem 1rem;
  min-height: 32px;
  max-height: 32px;
  background-color: #F8F8FA;
}
html.new-design #ChildSignEventsConfirmServlet__wrapper img.signature {
  width: 100%;
}
html.new-design #ChildSignEventsConfirmServlet__wrapper .signed-person-name {
  padding-left: 0.125rem;
}
html.new-design #ChildSignEventsConfirmServlet__wrapper .sign-info tr:first-child {
  border-bottom: 1px solid;
}
html.new-design #ChildSignEventsConfirmServlet__wrapper .sign-info td {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design [id$=PinServlet__wrapper] .instruction-row .col-12, html.new-design [id$=MobileSignInServlet__wrapper] .instruction-row .col-12, html.new-design [id$=AccessCodeSignInServlet__wrapper] .instruction-row .col-12,
html.new-design [id$=SecurityCheckServlet__wrapper] .instruction-row .col-12, html.new-design [id=ContractorSecurityCheckServlet__wrapper] .instruction-row .col-12,
html.new-design #ParentPinOrRegisterServlet__wrapper .instruction-row .col-12 {
  display: flex;
  justify-content: center;
}
html.new-design [id$=PinServlet__wrapper] .pink-text, html.new-design [id$=MobileSignInServlet__wrapper] .pink-text, html.new-design [id$=AccessCodeSignInServlet__wrapper] .pink-text,
html.new-design [id$=SecurityCheckServlet__wrapper] .pink-text, html.new-design [id=ContractorSecurityCheckServlet__wrapper] .pink-text,
html.new-design #ParentPinOrRegisterServlet__wrapper .pink-text {
  color: #F95492;
}
html.new-design #ForgotPinServlet__wrapper ul {
  list-style: disc;
  padding-inline-start: 2rem;
}
html.new-design #ForgotPinServlet__wrapper ul ul {
  list-style: circle;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .render-with-font-transparent {
  background: transparent !important;
  color: transparent !important;
  caret-color: #1f3161;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .render-as-placeholder {
  color: #B7BECE;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .front {
  display: block;
  z-index: 5;
  position: relative;
  background: transparent;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .behind_container {
  background-color: #FBFBFC;
  position: relative;
  max-width: 60px;
  top: -36.5px;
  left: 17px;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .behind_container2 {
  background-color: transparent;
  position: relative;
  max-width: 60px;
  top: -60.5px;
  left: 17px;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .behind {
  display: block;
  z-index: 3;
}
html.new-design #ChildAddBookingUpdateServlet__wrapper .behind2 {
  display: block;
  z-index: 4;
}
html.new-design #RollChecksViewServlet__wrapper .DataTables_wrapper > table.datatable > tbody > tr > td:nth-child(4) > div > span.badge.badge-pill.badge-danger {
  padding-bottom: 0.45em;
  animation: _glowing-error 1s linear infinite;
}
html.new-design .instruction-wrapper {
  overflow: hidden;
  display: flex;
}
html.new-design .instruction-wrapper.instruction-info .instruction-flag {
  background-color: #1f3161;
  border-radius: 3px;
  min-width: 6px;
  max-width: 6px;
}
html.new-design .instruction-wrapper.instruction-success .instruction-flag {
  background-color: #28a745;
  border-radius: 5px;
  min-width: 10px;
  max-width: 10px;
}
html.new-design .instruction-wrapper.instruction-attention .instruction-flag {
  background-color: #F95492;
  border-radius: 5px;
  min-width: 10px;
  max-width: 10px;
}
html.new-design .instruction-wrapper .instruction-flag {
  margin-right: 0;
  border: none;
}
html.new-design .instruction-wrapper .instruction-content {
  overflow: hidden;
  padding-top: 0.7143rem;
  padding-bottom: 0.7143rem;
  padding-left: 0.7143rem;
  font-weight: 600;
  width: 100%;
}
html.new-design .instruction-wrapper .instruction-content .pure-text::after {
  content: none;
}
html.new-design .instruction-wrapper .instruction-content ul {
  margin-left: 1.0714rem;
  font-weight: normal;
  list-style: inherit;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon {
  padding-right: 1.4286rem;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon span {
  border-bottom: none;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon span.symbol {
  padding-right: 5px;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon span svg path {
  fill: #F95492;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon span .fas, html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon span .far {
  color: #F95492;
  font-size: 1.1429rem;
}
html.new-design .instruction-wrapper .instruction-content :last-child {
  margin-bottom: 0 !important;
}
html.new-design .instruction-wrapper .inline-icon {
  position: relative;
}
html.new-design .numpad-result {
  font-size: 1.8rem;
  border: 0;
  border-bottom: 2px solid #0EC3E7;
  text-align: right;
  border-radius: 0;
  color: #1f3161;
  background-color: unset;
}
html.new-design .numpad-result span {
  display: none;
}
html.new-design .numpad-result span .fa-asterisk {
  margin-left: 0.5rem;
}
html.new-design .numpad-result span .fa-asterisk:first-child {
  margin-left: unset;
}
html.new-design .numpad-result .placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E8EAEF;
  opacity: 1; /* Firefox */
}
html.new-design .numpad .embed-responsive-item {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-top: calc((100% - 1rem) / 2);
  line-height: 1rem;
  color: #1f3161;
}
html.new-design .numpad .num, html.new-design .numpad .symbol {
  border: 1px solid #1f3161;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
html.new-design .numpad .num .embed-responsive-item, html.new-design .numpad .symbol .embed-responsive-item {
  color: #1f3161;
}
html.new-design .numpad .symbol .embed-responsive-item .fas {
  line-height: 1rem;
}
html.new-design .numpad .symbol.submit {
  border: 1px solid #F95492;
  background-color: #F95492;
}
html.new-design .numpad .symbol.submit .embed-responsive-item .fas {
  line-height: 1rem;
  color: white;
}
html.new-design .numpad .num.clicked, html.new-design .numpad .symbol:not(.submit).clicked {
  background-color: #1f3161;
  color: white;
  transition-property: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
}
html.new-design .numpad .num.clicked .txt, html.new-design .numpad .num.clicked .fas, html.new-design .numpad .symbol:not(.submit).clicked .txt, html.new-design .numpad .symbol:not(.submit).clicked .fas {
  color: white;
}
html.new-design .numpad .active {
  color: #3498db;
}
html.new-design .signature-wrapper {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.new-design .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
html.new-design .has-error {
  border: #F95492 1px solid !important;
}
html.new-design form .col span.is-selected {
  color: red;
}
