@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(-8px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes _glowing-focus {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 15px 4px #0EC3E7;
  }
  100% {
    box-shadow: none;
  }
}
/* New Page Style */
html.new-design {
  /* Header */
  /* ============ desktop view ============ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  /*!
   * 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)
   */
  /* Layout */
  /* Basics */
  /* Section */
  /* Spacing */
  /* Text Styles */
  /* Layout Components */
  /* Inputs */
  /* Login */
  /* Overview */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Slimmer scrollbar for the dropdown */
  /* Hide the arrows for input type='number'  Applicable for Chrome, Safari */
  /*  Hide the arrows for input type='number'  Applicable for Firefox */
  /* Hide the arrows for input type='number'  Applicable for Chrome, Safari */
  /*  Hide the arrows for input type='number'  Applicable for Firefox */
}
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: 10px;
}
html.new-design header .navbar-no-menu {
  height: 72px;
  padding: inherit !important;
}
html.new-design header .navbar-no-menu .no-menu .left {
  color: #0EC3E7;
  font-size: 20px;
  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-no-menu .no-menu .right #centre-name {
  color: #1f3161;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
html.new-design header .navbar-no-menu .no-menu .right #breadcrumb-clock {
  color: #8D98B1;
  font-size: 14px;
  font-weight: bold;
}
html.new-design header .navbar-collapse.show .nav-item, html.new-design header .navbar-collapse.collapsing .nav-item {
  padding: 0.25rem 0;
}
html.new-design header .navbar-collapse.show .nav-item a, html.new-design header .navbar-collapse.collapsing .nav-item a {
  color: white;
}
html.new-design header .navbar-collapse.show .main-menu > .nav-item.has-side-button .side-button, html.new-design header .navbar-collapse.collapsing .main-menu > .nav-item.has-side-button .side-button {
  border: none;
  background-color: transparent;
  color: white;
}
html.new-design header .navbar-collapse.show .main-menu > .nav-item.has-side-button .side-button:focus, html.new-design header .navbar-collapse.collapsing .main-menu > .nav-item.has-side-button .side-button:focus {
  border: none !important;
  box-shadow: none !important;
}
html.new-design header .navbar-collapse.show .main-sub-menu.favourite, html.new-design header .navbar-collapse.collapsing .main-sub-menu.favourite {
  background: #8D98B1 !important;
}
html.new-design header .navbar-collapse.show .main-sub-menu.favourite li .dropdown-item, html.new-design header .navbar-collapse.collapsing .main-sub-menu.favourite li .dropdown-item {
  color: white;
}
html.new-design header .navbar-collapse.show .main-sub-menu.profile, html.new-design header .navbar-collapse.collapsing .main-sub-menu.profile {
  background: #0EC3E7 !important;
}
html.new-design header .navbar-collapse.show .main-sub-menu.profile li .dropdown-item, html.new-design header .navbar-collapse.collapsing .main-sub-menu.profile li .dropdown-item {
  color: white;
}
html.new-design header .navbar-collapse.show .dropdown-menu, html.new-design header .navbar-collapse.collapsing .dropdown-menu {
  width: 400px;
}
html.new-design header .navbar-collapse.show .dropdown-menu .dropdown-item, html.new-design header .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
  color: white;
}
html.new-design header .navbar-collapse.show .main-sub-menu, html.new-design header .navbar-collapse.collapsing .main-sub-menu {
  border-radius: 10px;
  background: #1f3161;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .dropdown-item, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .dropdown-item {
  color: #8D98B1;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .dropdown-item:hover, html.new-design header .navbar-collapse.show .main-sub-menu li .dropdown-item:active, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .dropdown-item:hover, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .dropdown-item:active {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .dropdown-item:before, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .dropdown-item:before {
  display: none;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .main-sub-sub-menu, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .main-sub-sub-menu {
  display: none;
  background: #0EC3E7;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .main-sub-sub-menu li a, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .main-sub-sub-menu li a {
  color: white;
}
html.new-design header .navbar-collapse.show .main-sub-menu li .main-sub-sub-menu li a:hover, html.new-design header .navbar-collapse.collapsing .main-sub-menu li .main-sub-sub-menu li a:hover {
  color: #1f3161;
  background-color: inherit;
}
html.new-design header .navbar-collapse.show .main-sub-menu li:hover, html.new-design header .navbar-collapse.collapsing .main-sub-menu li:hover {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .navbar-collapse.show .main-sub-menu li:hover .main-sub-sub-menu, html.new-design header .navbar-collapse.collapsing .main-sub-menu li:hover .main-sub-sub-menu {
  display: block;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) {
  margin-left: auto;
  padding-top: 10px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .offcanvas-header {
  display: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .dropdown-menu {
  padding: 0;
  border: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .dropdown-menu .dropdown-item {
  padding: 0;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu {
  list-style: none;
  margin-bottom: 0;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item {
  width: auto;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular a:hover:before {
  transform: scaleX(1);
  transform-origin: center left;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular a.faded {
  color: #8D98B1;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular a:before {
  background: #1f3161;
  height: 2px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular a.active {
  color: #0EC3E7;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular a.active:before {
  transform: scaleX(1);
  transform-origin: center left;
  background: #0EC3E7;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li:first-child {
  margin-top: 0;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item {
  color: #8D98B1;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:hover, html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:active {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .dropdown-item:before {
  display: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li:first-child {
  margin-top: 0;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li .dropdown-item {
  color: white;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .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 .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li .main-sub-sub-menu li .dropdown-item:before {
  display: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li:hover {
  color: #0EC3E7;
  background-color: inherit;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular .main-sub-menu li:hover .main-sub-sub-menu {
  display: block;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.regular.show .main-sub-menu {
  background: #1f3161;
  top: 40px;
  opacity: 1;
  display: block;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button {
  padding: 0;
  height: 28px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .side-button {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 0;
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: transparent;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .side-button.search-servlet {
  background-image: url(../../assets/search.svg);
  background-color: #F95492;
  margin-right: 10px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .side-button.favourite {
  background-image: url(../../assets/favourite.svg);
  background-color: #0EC3E7;
  margin-right: 10px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .side-button.profile {
  background-image: url(../../assets/profile.svg);
  background-color: #1f3161;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .side-button:hover {
  transform: scale(1.1);
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button.show .side-button.favourite {
  background-color: #0EC3E7;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button.show .side-button.profile {
  background-color: #0EC3E7;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu {
  top: 70px;
  opacity: 0;
  background-color: transparent;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.show {
  display: block;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.show {
  top: 40px;
  opacity: 1;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:hover > .dropdown-item {
  text-decoration: underline solid white;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li .dropdown-item {
  background: #8D98B1;
  padding: 0 20px 24px 20px;
  text-decoration: underline solid transparent;
  font-weight: 600;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:first-child > .dropdown-item {
  border-radius: 10px 10px 0 0;
  padding: 32px 20px 28px 20px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:last-child > .dropdown-item {
  color: #B7BECE;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  padding: 13px 20px 40px 20px;
  text-decoration: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:last-child > .dropdown-item:after {
  content: "";
  position: absolute;
  right: 112px;
  top: 22px;
  height: 1.5px;
  width: 12px;
  background: #B7BECE;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:last-child > .dropdown-item:hover {
  padding-left: 35px;
  text-decoration: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.favourite li:last-child > .dropdown-item:hover:after {
  width: 22px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.profile li .dropdown-item {
  padding: 0 20px 32px 20px;
  background: #0EC3E7;
  font-weight: 600;
  text-decoration: none;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.profile li .dropdown-item:hover {
  color: #1f3161;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.profile li:first-child .dropdown-item {
  border-radius: 10px 10px 0 0;
  padding: 32px 20px;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.profile li:last-child .dropdown-item {
  border-radius: 0 0 10px 10px;
  background: #1f3161;
  padding: 16px 20px;
  line-height: 20px;
  text-align: left;
  position: relative;
  text-decoration: underline solid transparent;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu.profile li:last-child .dropdown-item:hover {
  color: white;
  text-decoration: underline solid white;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu .dropdown-item {
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: right;
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .main-menu > .nav-item.has-side-button .main-sub-menu .dropdown-item:before {
  transform: scaleX(0);
}
html.new-design header .navbar-collapse:not(.show):not(.collapsing) .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;
}
html.new-design .toggle .flex a, html.new-design .toggle .flex span {
  font-size: 10px;
  font-weight: bold;
  color: #0EC3E7;
  display: inline-block;
  margin-right: 10px;
  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 .toggle .flex #btn-feedback, html.new-design .toggle .flex #btn-testing-tools {
  cursor: pointer;
}
html.new-design .toggle .flex #btn-feedback {
  display: none;
}
html.new-design .toggle .flex .toggle-new-view {
  display: inline-block;
  background: #E8EAEF;
  width: 35px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
}
html.new-design .toggle .flex .toggle-new-view:after {
  content: "";
  border-radius: 50%;
  background: white;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
}
html.new-design .toggle .flex .toggle-new-view.active {
  background: #0EC3E7;
}
html.new-design .toggle .flex .toggle-new-view.active:after {
  left: 17px;
}
html.new-design .toggle .disabled-in-rewrap-only-mode.disabled {
  color: #E8EAEF;
}
html.new-design .toggle .disabled-in-rewrap-only-mode.disabled.toggle-new-view {
  background: #E8EAEF;
}
html.new-design .toggle .disabled-in-rewrap-only-mode.disabled.toggle-new-view.active {
  background: #E8EAEF;
}
@media all and (min-width: 768px) {
  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;
  }
}
@media all and (max-width: 767px) {
  html.new-design .offcanvas-header {
    display: block;
  }
  html.new-design .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  html.new-design .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}
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 .pre-like,
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, html.new-design .pre-like {
  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, html.new-design .pre-like {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
html.new-design pre code, html.new-design .pre-like 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: -5px;
  margin-left: -5px;
}
html.new-design .form-row > .col,
html.new-design .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
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/8px 10px, 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/8px 10px, 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: 250px;
  max-width: 450px;
  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 div.dropdown-menu.show {
  max-height: 49.5vh !important;
  overflow: hidden;
}
html.new-design div.dropdown-menu.show div.inner {
  max-height: calc(49.5vh - 48px) !important;
}
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/8px 10px;
  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: 15px;
  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: 20px;
  height: 20px;
  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: 10px solid transparent;
  border-bottom: 10px 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: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  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, html.new-design .pre-like {
    white-space: pre-wrap !important;
  }
  html.new-design pre, html.new-design .pre-like,
  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(8px) !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: 10px;
  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: 10px;
  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=fb-overview] .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=fb-overview] .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: 10px;
  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: 10px;
  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: 12px;
}
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: 15px;
  border-top: none;
}
html.new-design .card {
  border-radius: 15px;
}
html.new-design .card .card-header > .btn {
  padding: 0;
  font-weight: bold;
  color: #8D98B1;
  line-height: 14px;
  font-size: 12px;
}
html.new-design .card .card-header:first-child {
  border-radius: 14px 14px 0 0;
}
html.new-design .nav-tabs .nav-link {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
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: 7px;
}
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: 20px;
  line-height: 16px;
  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 .fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
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 li a span.text {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.new-design .bootstrap-select .dropdown-menu.show .dropdown-item.empty-on-purpose {
  height: 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: 10px 15px;
}
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 iframe.print-preview.printing {
  width: 100%;
  height: 100vh;
  overflow: auto;
  border: none;
  padding: 0 !important;
}
html.new-design .print-result:not(.show-in-page) {
  height: calc(100vh - 100px);
}
html.new-design .print-result .in-print-notification {
  background-color: white;
  padding-bottom: 25px;
}
html.new-design .print-result .pre-print-notification .instruction-content {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: space-between;
}
html.new-design .print-result .pre-print-notification .instruction-content p {
  margin-bottom: 0.5rem;
}
html.new-design .print-result .pre-print-notification.empty-print-content .instruction-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.new-design .print-result .pre-print-notification.empty-print-content .print-instruction {
  display: none !important;
}
html.new-design .print-result iframe.print-preview {
  width: 100%;
  height: calc(100% - 46px);
  overflow: auto;
  background-color: white;
  border: none;
  opacity: 1;
}
html.new-design .print-result .indicator-anchor {
  position: relative;
}
html.new-design .print-result .indicator-anchor .outdated-indicator, html.new-design .print-result .indicator-anchor .just-loaded-indicator {
  position: absolute;
  top: 20px;
}
html.new-design .print-result .indicator-anchor .outdated-indicator h1, html.new-design .print-result .indicator-anchor .just-loaded-indicator h1 {
  margin-bottom: 0;
  line-height: 1;
}
html.new-design .print-result .indicator-anchor .outdated-indicator {
  opacity: 0;
  color: #F95492;
}
html.new-design .print-result .indicator-anchor .just-loaded-indicator {
  opacity: 1;
  color: #1f3161;
}
html.new-design .print-result.show-in-page .pre-print-notification {
  display: none;
}
html.new-design .print-result.show-in-page .in-print-notification {
  background-color: transparent;
  padding-bottom: 0;
  display: none;
}
html.new-design .print-result.show-in-page iframe.print-preview {
  border: 1px solid #1f3161;
}
html.new-design .bs-searchbox input {
  min-height: unset !important;
}
html.new-design .hidden-input-wrapper {
  display: none !important;
}
html.new-design body {
  padding-top: 72px; /* 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: 0px !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: 15px;
}
html.new-design .file-upload-wrapper span {
  padding: 13px 20px;
  min-height: 52px !important;
}
html.new-design pre, html.new-design .pre-like {
  overflow: auto;
  white-space: pre;
}
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: 14px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  padding: 11px 19px;
  border-radius: 37px;
  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: 10px;
  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: 11px 19px 11px 38px;
}
html.new-design a.button.add:after, html.new-design button.bs-button.add:after {
  content: "+";
  font-size: 24px;
  color: white;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
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: 10px;
}
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 ul.normal-list-style {
  list-style: inherit;
  margin-left: 30px;
}
html.new-design .search {
  display: inline-block;
}
html.new-design .search:after {
  content: "";
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-left: 15px;
  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;
  line-height: 20px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 18px;
}
html.new-design section.has-container .ic-breadcrumb .left {
  color: #0EC3E7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  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: 28px;
  height: 28px;
  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 #centre-name {
  color: #1f3161;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
html.new-design section.has-container .ic-breadcrumb .right #breadcrumb-clock {
  color: #8D98B1;
  font-size: 14px;
  font-weight: bold;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row {
  display: block;
  position: absolute;
  left: 0;
  top: -16px;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row .breadcrumb-sub-page-title {
  width: max-content;
  margin-top: 1rem;
  padding-right: 3rem;
  text-align: left;
  background: linear-gradient(46deg, #0EC3E7 92%, white 92.5%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0.3rem;
  box-shadow: -3px 3px 1.5px lightblue;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row .breadcrumb-sub-page-title span.breadcrumb-sub-icon {
  padding-left: 6px;
  padding-right: 6px;
  background: #1f3161;
  border-radius: 0.3rem 0 0 0.3rem;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row .breadcrumb-sub-page-title span.breadcrumb-sub-icon svg {
  padding-bottom: 1px;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row .breadcrumb-sub-page-title span.breadcrumb-sub-icon svg path {
  outline: none;
  fill: white;
  transition: all 0.2s ease-in-out;
}
html.new-design #breadcrumb-sub .breadcrumb-sub-row .breadcrumb-sub-page-title span.breadcrumb-sub-title {
  padding-left: 20px;
}
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 0 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: 10px;
}
html.new-design .double-margin-bottom {
  margin-bottom: 50px;
}
html.new-design .margin-left {
  margin-left: 25px;
}
html.new-design .stack {
  margin-bottom: 10px;
}
html.new-design .stack:last-of-type {
  margin-bottom: 0;
}
html.new-design .stack-top {
  margin-top: 10px;
}
html.new-design h1 {
  color: #1f3161;
  font-size: 15px;
  font-weight: 600;
}
html.new-design h2, html.new-design .table-caption {
  color: #0EC3E7;
  font-size: 20px;
  line-height: 20px;
  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: 15px;
}
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: 20px;
  font-size: 14px;
}
html.new-design h3 {
  color: #8D98B1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
html.new-design h4 {
  color: #0EC3E7;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 15px;
  font-weight: bold;
}
html.new-design .ic-collapse {
  cursor: pointer;
  padding-left: 28px;
}
html.new-design .ic-collapse:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  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: 28px;
}
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: 20px 0;
  font-weight: 600;
}
html.new-design table.dataTable th {
  font-size: 16px;
  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: 20px;
  padding-bottom: 20px;
}
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: 16px;
}
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: 16px;
}
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: 10px;
}
html.new-design .expand-section .actions {
  position: absolute;
  top: -20px;
  right: 0;
}
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: 10px;
  line-height: 20px;
}
html.new-design .has-badge {
  position: relative;
}
html.new-design .has-badge .right, html.new-design .has-badge .left {
  position: absolute;
  top: calc((100% - 20px) / 2);
}
html.new-design .has-badge .right .badge, html.new-design .has-badge .left .badge {
  margin-bottom: 5px;
}
html.new-design .has-badge .right .badge:last-of-type, html.new-design .has-badge .left .badge:last-of-type {
  margin-bottom: 0;
}
html.new-design .has-badge .right {
  right: 0;
}
html.new-design .has-badge .left {
  left: 0;
}
html.new-design label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  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: 12px;
  margin-bottom: 8px;
}
html.new-design .row-header {
  color: #1f3161;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}
html.new-design th label {
  color: #1f3161;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0;
  margin-top: 10px;
}
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: 13px 20px;
  background-color: white;
  color: #1F3161;
  font-size: 14px;
  line-height: 20px;
  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% - 10px);
  font-size: 20px;
}
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: 7px 0 7px 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: 14px;
  line-height: 24px;
  font-weight: 600;
  color: white;
  padding: 11px 19px;
  border-radius: 37px;
  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], html.new-design input[type=color] {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 20px;
  border-radius: 7px;
  width: 100%;
  background: white;
  color: #1f3161;
  border: 1px solid #B7BECE;
  height: 50px;
}
html.new-design input[type=email][disabled], html.new-design input[type=email][readonly], html.new-design input[type=text][disabled], html.new-design input[type=text][readonly], html.new-design input[type=password][disabled], html.new-design input[type=password][readonly], html.new-design input[type=number][disabled], html.new-design input[type=number][readonly], html.new-design input[type=color][disabled], html.new-design input[type=color][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, html.new-design input[type=color]: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, html.new-design input[type=color].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, html.new-design input[type=color]::-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, html.new-design input[type=color]:-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, html.new-design input[type=color]::-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, html.new-design input[type=color]:-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, html.new-design input[type=color].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, html.new-design input[type=color].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: 14px;
}
html.new-design .ui-datepicker {
  border: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #1f3161 !important;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(27, 49, 100, 0.03);
  -moz-box-shadow: 0px 3px 10px 0px rgba(27, 49, 100, 0.03);
  box-shadow: 0px 3px 10px 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: 14px;
  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: 7px !important;
  height: 12px !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: 10px !important;
  left: 10px !important;
  cursor: pointer;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  border-right: 7px 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: 10px !important;
  right: 17px !important;
  cursor: pointer;
}
html.new-design .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  border-left: 7px 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: 7px;
  background: white;
  width: 100%;
  font-size: 14px;
  color: #1f3161;
  border: 1px solid #B7BECE;
  padding: 5px 20px 0;
  height: 50px;
}
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: 10px;
  margin-left: 20px;
  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: 10px;
}
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 label.checkbox, html.new-design label.radio {
  width: fit-content;
}
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: 16px;
  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: 16px;
  width: 16px;
  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: 8px;
  height: 8px;
  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: 20px;
}
html.new-design .checkbox-wrapper.inline .checkbox .label, html.new-design .radio-wrapper.inline .checkbox .label {
  position: relative;
  margin-left: 20px;
  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: 20px;
  width: 20px;
}
html.new-design .checkbox-wrapper.is-master span::after {
  height: 12px;
  width: 12px;
}
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: 37px 0 0 37px;
  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: 7px 2px 7px 10px;
}
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: 7px 2px 7px 10px;
  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: 7px 2px 7px 10px;
}
html.new-design .controls input.date-picker.has-label {
  height: 35px;
  min-height: 35px;
  padding: 7px 2px 7px 10px;
}
html.new-design .controls label.has-followup-element {
  line-height: 10px;
  margin-bottom: 5px;
}
html.new-design .controls .filters.timetables label.has-followup-element {
  margin-top: 10px;
}
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: 7px 2px 7px 10px;
}
html.new-design .search-list label {
  margin: 0;
  padding: 0;
}
html.new-design .search-list input {
  background: #F4FDFF;
  color: #1f3161;
  font-size: 14px;
  font-weight: 400;
  border-radius: 7px;
  width: 100%;
  border: 1px solid #B7BECE;
  outline: none;
  line-height: 24px;
  padding: 13px 20px;
  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 7px;
  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 div.no-page-break-inside {
    page-break-inside: avoid;
    page-break-after: auto;
    page-break-before: auto;
  }
}
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: 10px;
  line-height: 20px;
  color: #8D98B1;
  margin-left: auto;
}
html.new-design .login .forgot-password:hover {
  color: #1f3161;
}
html.new-design .two-fa-form a {
  font-weight: 600;
  text-decoration: underline;
}
html.new-design .two-fa-form a:hover {
  color: #0EC3E7;
}
html.new-design .two-fa-form .steps {
  border: 1px solid #37a7cb;
  border-radius: 5px;
  padding: 10px;
  background: #e6f9ff;
}
html.new-design .two-fa-form .steps ol {
  padding: 10px;
  margin: 0;
}
html.new-design .two-fa-form .qrcode {
  text-align: center;
}
html.new-design .two-fa-form .qrcode img {
  width: 200px;
  height: 200px;
}
html.new-design .call-to-action {
  position: absolute;
  z-index: 10;
  bottom: 0;
  opacity: 1;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 133px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html.new-design .call-to-action {
    transition: none;
  }
}
html.new-design .call-to-action.xmas {
  background-image: url(../../assets/christmas-footer-bg-snowy.svg);
  background-repeat: repeat-x;
}
html.new-design .call-to-action:not(.xmas) {
  background: #1f3161;
}
@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: 18px;
  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;
}
html.new-design .side-image.xmas {
  background-image: url(../../assets/login-xmas.jpg);
}
html.new-design .side-image:not(.xmas) {
  background-image: url(../../assets/login.jpg);
}
@media only screen and (max-width: 768px) {
  html.new-design .side-image {
    display: none;
  }
}
html.new-design .overview {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
html.new-design .overview .right-side {
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design .overview .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ECFBFF;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
html.new-design .overview .profile-image.boy {
  background-size: 48px auto;
  background-position: center;
  background-image: url(../../assets/boy.svg);
}
html.new-design .overview .profile-image.girl {
  background-size: 65px auto;
  background-position: center;
  background-image: url(../../assets/girl.svg);
}
html.new-design .overview .profile-img-name {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 120px);
  padding-left: 20px;
}
html.new-design .overview .profile-img-name .profile-name {
  font-size: 50px;
  line-height: 50px;
}
html.new-design .overview .profile-img-name .profile-name span {
  padding-right: 1rem;
}
html.new-design .overview .profile-img-name .profile-name span:last-child {
  padding-right: 0;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile {
  vertical-align: bottom;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile .switch-profile-select {
  font-size: 0;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile .dropdown-toggle {
  height: 33px;
  min-height: 33px;
  padding: 6px 2px 6px 10px;
  width: 30px;
  background-color: #F95492;
  border-color: #F95492;
  color: white;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile .dropdown-toggle .filter-option-inner-inner {
  font-size: 0;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile .dropdown-toggle .filter-option-inner-inner::after {
  color: white;
  padding-right: 3px;
}
html.new-design .overview .profile-img-name .profile-name #switch-profile .dropdown-toggle:hover {
  background-color: #f82f7a;
  border-color: #f72373;
}
html.new-design .overview .profile-img-name .edit-delete-buttons {
  position: absolute;
  cursor: pointer;
  right: 0;
}
html.new-design .overview .profile-img-name .edit-delete-buttons .edit {
  background-color: #ECFBFF;
  color: #0EC3E7;
}
html.new-design .overview .profile-img-name .edit-delete-buttons .delete {
  color: #FFB2CC;
  background-color: white;
  border: 1px solid #FFB2CC;
}
html.new-design .overview .profile-img-name .edit-delete-buttons .edit.disabled, html.new-design .overview .profile-img-name .edit-delete-buttons .edit:disabled, html.new-design .overview .profile-img-name .edit-delete-buttons .delete.disabled, html.new-design .overview .profile-img-name .edit-delete-buttons .delete:disabled {
  background: #B7BECE;
  color: white;
  border: 1px solid #B7BECE;
  cursor: default;
  pointer-events: auto;
}
html.new-design .overview .profile-img-name .edit-delete-buttons .edit:hover, html.new-design .overview .profile-img-name .edit-delete-buttons .delete:hover {
  text-decoration: none;
}
html.new-design .overview .profile-img-name .edit-delete-buttons .edit:not(:disabled):not(.disabled):hover, html.new-design .overview .profile-img-name .edit-delete-buttons .delete:not(:disabled):not(.disabled):hover {
  color: white;
}
html.new-design .overview .profile-details {
  width: calc(100% - 223px);
  padding-left: 120px;
}
html.new-design .overview .profile-details table {
  width: 1px;
  margin-bottom: 0;
}
html.new-design .overview .profile-details table td, html.new-design .overview .profile-details table th {
  overflow: unset;
}
html.new-design .overview .profile-details table th {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #8D98B1;
  line-height: 20px;
}
html.new-design .overview .profile-details table td {
  color: #1F3161;
  padding-left: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  transition: 0.6s;
}
html.new-design .overview .profile-details table td.search {
  padding: 0;
}
html.new-design .overview .profile-details table th, html.new-design .overview .profile-details table td {
  padding: 0 30px 0 0 !important;
  white-space: nowrap;
}
html.new-design .overview .profile-details table th:last-child, html.new-design .overview .profile-details table td:last-child {
  padding-right: 0 !important;
}
html.new-design .overview.employee-overview .profile-img-name {
  width: 100%;
  padding-left: 0;
}
html.new-design .overview.employee-overview .profile-name {
  padding-left: 0;
}
html.new-design .overview.employee-overview .profile-name span {
  padding-right: 1rem;
}
html.new-design .overview.employee-overview .profile-name span:last-child {
  padding-right: 0;
}
html.new-design .overview.employee-overview .profile-details {
  width: 100%;
  padding-left: 0;
}
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 .click-for-help {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-bottom: 10px;
}
html.new-design .detail-navigation div:not(.highlight) div, html.new-design .detail-navigation div:not(.highlight) a:not(.click-for-help) {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #8D98B1;
  transition: all 0.2s ease-in-out;
  padding: 0 8px 10px 8px;
  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(.click-for-help) {
    transition: none;
  }
}
html.new-design .detail-navigation div:not(.highlight) div:hover, html.new-design .detail-navigation div:not(.highlight) a:not(.click-for-help):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(.click-for-help).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: 10px;
}
html.new-design ::-webkit-scrollbar:vertical {
  width: 10px;
}
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-print, 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 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 #ExplainFeesServlet__wrapper table tr.total-row {
  font-weight: 600;
}
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 #TimeSummarySelectServlet__wrapper div.row.controls.filter .checkbox-wrapper {
  margin-top: 12.5px;
}
html.new-design #TimeSummaryPrintServlet__wrapper {
  width: 100%;
}
html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -40px;
  }
}
@media screen and (min-width: 1400px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -70px;
  }
}
@media screen and (min-width: 1500px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -100px;
  }
}
@media screen and (min-width: 1600px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -150px;
  }
}
@media screen and (min-width: 1700px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -186px;
  }
}
@media screen and (min-width: 1832px) {
  html.new-design #TimeSummaryPrintServlet__wrapper .print-result .row.h-100.indicator-anchor {
    margin: 0 -314px;
  }
}
html.new-design .overview .profile-details table th.small-right-padding, html.new-design .overview .profile-details table td.small-right-padding {
  padding: 0 3px 0 0 !important;
}
html.new-design .overview .profile-details table td.td-th {
  font-size: 12.5px;
  color: #8D98B1;
  font-weight: 800;
}
html.new-design #DashboardServlet__wrapper .btn-group button[name="Print.x"] {
  border-radius: 0.25rem !important;
}
html.new-design #DashboardServlet__wrapper #print-dashboard-chart {
  font-size: 1rem;
  margin-left: 1rem;
  border-radius: 0.25rem !important;
}
html.new-design #DashboardServlet__wrapper #print-dashboard-chart .fas.fa-caret-down {
  font-size: 20px;
}
html.new-design #DashboardServlet__wrapper .btn-group .dropdown-menu.in-page-dropdown {
  width: 200px;
  top: 4px !important;
}
html.new-design #DashboardServlet__wrapper .min-height-in-landscape {
  min-height: calc(100vh - 70px) !important;
}
html.new-design #DashboardServlet__wrapper .align-vertical-center-in-landscape:last-child {
  page-break-after: auto !important;
}
html.new-design #gd_report_category_dropdown_list.disabled {
  opacity: 0.5;
  pointer-events: none;
}
html.new-design .overview .profile-details table th.small-right-padding, html.new-design .overview .profile-details table td.small-right-padding {
  padding: 0 3px 0 0 !important;
}
html.new-design .overview .profile-details table td.td-th {
  font-size: 12.5px;
  color: #8D98B1;
  font-weight: 800;
}
html.new-design .tableFixHead {
  overflow-y: auto; /* make the table scrollable if height is more than max-height  */
  height: 648px; /* gives an initial height of 200px to the table */
}
html.new-design .tableFixHead thead th {
  position: sticky; /* make the table heads sticky */
  top: 0; /* table head will be placed from the top of the table and sticks to it */
  z-index: 1;
  background-color: #F7F7F7;
}
html.new-design .no-margin-bottom {
  margin-bottom: 0 !important;
}
html.new-design .no-bottom-border {
  border-bottom: none !important;
}
html.new-design .pay-parity-activities .title-table {
  font-size: 1rem;
}
html.new-design .pay-parity-activities .col-table {
  padding: 4px 0 4px 15px;
  background-color: #F7F7F7;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
}
html.new-design .pay-parity-activities .div-table {
  height: auto;
  max-height: 607px;
}
html.new-design .pay-parity-activities .caption-select-cell-checkbox-1st-column-header {
  width: 73px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
html.new-design .pay-parity-activities .checkbox-wrapper-is-master-1st-column-div-header {
  height: 43px;
  align-content: center;
  padding-left: 17px;
  border-bottom: 1px solid #DFDFDF;
}
html.new-design .pay-parity-activities .caption-cell-column-header {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
html.new-design .pay-parity-activities .caption-cell-after-1st-column-div-header {
  height: 43px;
  align-content: center;
  padding-left: 32px;
  border-bottom: 1px solid #DFDFDF;
}
html.new-design .pay-parity-activities .caption-cell-right-space-column-header {
  width: 15px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
}
html.new-design .pay-parity-activities .row-cell-1st-column {
  padding-left: 23px !important;
}
html.new-design .pay-parity-activities .row-cell-checkbox-div {
  padding-left: 39px !important;
}
html.new-design .pay-parity-activities .row-cell-after-1st-column {
  padding-left: 23px;
}
html.new-design .pay-parity-activities .border-right-space-column {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}
html.new-design .render-as-h2 {
  color: #0EC3E7;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
html.new-design form.ajax-form > div.row > div.col-12.px-1.px-sm-2 > div.margin-bottom > div.ic-row.center.stack:has(div.col.c2-1 > div.pure-text > div.render-as-h2) div.col.c2-1.c-1st:has(div.pure-text > div.render-as-h2) {
  padding-left: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
html.new-design form.ajax-form > div.row > div.col-12.px-1.px-sm-2 > div.margin-bottom > div.ic-row.center.stack:has(div.col.c2-1 > div.pure-text > div.render-as-h2) div.col.c2-1:not(.c-1st) > div.pure-text > a.btn.btn-lg.btn-danger.click-for-help, html.new-design form.ajax-form > div.row > div.col-12.px-1.px-sm-2 > div.margin-bottom > div.ic-row.center.stack:has(div.col.c2-1 > div.pure-text > div.render-as-h2) div.col.c2-1:not(.c-1st) > div.btn-group-lg.pure-text > a.btn.btn-danger.click-for-help {
  margin-left: 1.5rem !important;
  position: absolute;
  top: -12px;
  left: 0;
  height: 26px;
  font-size: 1.1rem;
}
html.new-design .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
html.new-design input::-webkit-outer-spin-button,
html.new-design input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
html.new-design input[type=number] {
  -moz-appearance: textfield;
}
html.new-design .pin-toggle .pin {
  letter-spacing: 5px;
  text-indent: -2px;
  padding-left: 0.2rem;
}
html.new-design .pin-toggle .pin:focus {
  outline: none;
}
html.new-design .pin-toggle input[type=password].pin {
  font-size: 15px !important;
}
html.new-design .pin-toggle input[type=text].pin {
  text-align: center;
  margin-right: 2.15px;
  font-size: 16px !important;
}
html.new-design .pin-toggle i.togglePassword {
  margin-left: -30px;
  cursor: pointer;
}
html.new-design input::-webkit-outer-spin-button,
html.new-design input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
html.new-design input[type=number] {
  -moz-appearance: textfield;
}
html.new-design .error-bg {
  background-color: red;
  border-radius: 10px;
}
html.new-design a.btn.btn-danger.moments-btn {
  font-weight: 400 !important;
  font-size: 11.5pt !important;
  line-height: 27.5px !important;
  border-radius: 17px !important;
  margin-top: -2px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  min-width: max-content !important;
}
html.new-design a.btn.btn-danger.moments-btn:before {
  background: none !important;
  height: 0 !important;
}
html.new-design a.btn.btn-danger.moments-btn:hover {
  background: #F95492 !important;
}
html.new-design a.btn.btn-danger.moments-btn:focus {
  background: #F95492 !important;
  border: none !important;
  outline: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  box-shadow: none !important;
}
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 #CalendarUpdateServlet__wrapper .col.c7-1, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 {
  text-align: center;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 > div:first-child, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 > div:first-child {
  color: #0EC3E7;
  font-weight: 600;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 .dropdown .dropdown-toggle, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 .dropdown .dropdown-toggle {
  margin-top: 10px !important;
  min-height: 34px !important;
  padding: 0 20px !important;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 .dropdown .dropdown-toggle.not-empty, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 .dropdown .dropdown-toggle.not-empty {
  background-color: #F95492;
  color: white;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 input[type=checkbox], html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 input[type=checkbox] + label, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 input[type=checkbox] + label {
  cursor: pointer;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 input[type=checkbox] + label:before, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 input[type=checkbox] + label:before {
  height: 15px;
  margin-right: 4px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 15px;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 input[type=checkbox]:checked + label:before, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 -1px 3px #e4e4e4, inset 0 0 1px #222, inset 0 0 0 3px white;
  background-color: black;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper {
  text-align: center;
  margin-top: 10px;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper:not(.is-checked) .label, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper:not(.is-checked) .label {
  color: #F95492;
  font-weight: 500;
}
html.new-design #CalendarUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper:not(.is-checked) span, html.new-design #HolidayUpdateServlet__wrapper .col.c7-1 .checkbox-wrapper:not(.is-checked) span {
  border-color: #F95492;
}
html.new-design #CalendarUpdateServlet__wrapper .controls .col, html.new-design #HolidayUpdateServlet__wrapper .controls .col {
  margin-left: 0;
}
html.new-design #CalendarUpdateServlet__wrapper .calendar-table .c-1st, html.new-design #HolidayUpdateServlet__wrapper .calendar-table .c-1st {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.new-design #HolidayUpdateServlet__wrapper .legends .badge, html.new-design #HolidayUpdateServlet__wrapper .holidayCell .badge {
  font-size: 100% !important;
  border-radius: 0;
}
html.new-design #HolidayUpdateServlet__wrapper .legend {
  padding-bottom: 5px;
}
html.new-design #HolidayUpdateServlet__wrapper .calendar-table .ic-row.center.stack .col {
  position: relative;
  height: 65px;
}
html.new-design #HolidayUpdateServlet__wrapper .calendar-table .ic-row.center.stack .col.sign-in-exists {
  background-color: lightgrey;
  background-clip: content-box;
}
html.new-design #HolidayUpdateServlet__wrapper .calendar-table .ic-row.center.stack .col.sign-in-exists div:first-child {
  color: #1f3161;
}
html.new-design #ActivityUpdateServlet__wrapper .colour-circle {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
html.new-design #ActivityUpdateServlet__wrapper input[name^=colour] {
  width: calc(100% - 30px);
}
html.new-design [id^=TimetableViewServlet__wrapper_timetableKey] label.winz-overpaid + .pure-text {
  background-color: #FB8B23;
  color: white;
  font-weight: bold;
}
html.new-design #TimetableUpdateServlet__wrapper .ece-20h-times {
  margin-bottom: 5px;
}
html.new-design #TimetableUpdateServlet__wrapper .checkbox-wrapper {
  text-align: center;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable {
  table-layout: fixed;
  overflow-x: unset;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable .bootstrap-select {
  height: 100%;
  padding: 0 !important;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable .bootstrap-select .dropdown-toggle {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable tr td, html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable tr th {
  width: 17%;
  max-width: 17%;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable tr td:first-child, html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable tr th:first-child {
  width: 15%;
  max-width: 15%;
}
html.new-design #TimetableUpdateServlet__wrapper .enrolled-time-table-editable thead th {
  text-align: center !important;
}
html.new-design .enrolled-time-table tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.new-design .enrolled-time-table tbody td:first-child {
  font-weight: 600;
}
html.new-design .enrolled-time-table p {
  margin-bottom: 0;
  min-height: 35px;
  max-height: 35px;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 7px;
  width: 100%;
  background: #F8F8FA;
  border: 0;
  color: #1f3161;
  overflow: hidden;
  white-space: pre;
}
html.new-design .enrolled-time-table .room-row p {
  min-height: unset;
  max-height: unset;
  white-space: break-spaces;
}
html.new-design #ChooseHomeServlet__wrapper input[type=email]:focus, html.new-design #ChooseHomeServlet__wrapper input[type=text]:focus, html.new-design #ChooseHomeServlet__wrapper input[type=password]:focus, html.new-design #ChooseHomeServlet__wrapper textarea:focus, html.new-design #ChooseHomeServlet__wrapper .dropdown-toggle:focus, html.new-design #ChooseHomeServlet__wrapper .btn:focus, html.new-design #SwitchServlet__wrapper input[type=email]:focus, html.new-design #SwitchServlet__wrapper input[type=text]:focus, html.new-design #SwitchServlet__wrapper input[type=password]:focus, html.new-design #SwitchServlet__wrapper textarea:focus, html.new-design #SwitchServlet__wrapper .dropdown-toggle:focus, html.new-design #SwitchServlet__wrapper .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 #ChooseHomeServlet__wrapper h2, html.new-design #SwitchServlet__wrapper h2 {
  color: white;
}
html.new-design #ChooseHomeServlet__wrapper h2:before, html.new-design #SwitchServlet__wrapper h2:before {
  background-color: white;
}
html.new-design #ChooseHomeServlet__wrapper .page-title, html.new-design #SwitchServlet__wrapper .page-title {
  display: flex;
}
html.new-design #ChooseHomeServlet__wrapper .page-title h2, html.new-design #SwitchServlet__wrapper .page-title h2 {
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design #ChooseHomeServlet__wrapper .page-title .click-for-help, html.new-design #SwitchServlet__wrapper .page-title .click-for-help {
  margin-left: auto;
}
html.new-design #ChooseHomeServlet__wrapper .instruction-content, html.new-design #SwitchServlet__wrapper .instruction-content {
  color: white;
}
html.new-design #ContactViewServlet__wrapper.expand {
  padding: 10px 0;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table {
  overflow-x: auto;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table td, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .ic-collapse, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .ic-collapse {
  display: none;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table td.row-header, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table td.row-header {
  white-space: nowrap;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table thead tr th:last-child, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table thead tr th:last-child {
  padding-right: 30px;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .child-is-away, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .child-is-away {
  background: #fedd00;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .rule-invoked, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .rule-invoked {
  background: #FB8B23;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .did-not-attend, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .did-not-attend {
  background: #fedd00;
}
html.new-design #ChildHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .is-total, html.new-design #StaffHistoryServlet__wrapper .bootstrap-table-wrapper.history-table .is-total {
  background: lightgrey;
  font-weight: 600;
}
html.new-design #NotesUpdateServlet__wrapper .attachment-title {
  font-weight: 600;
  padding-right: 10px;
}
html.new-design #NotesUpdateServlet__wrapper .attachment {
  padding-right: 30px;
}
html.new-design #NotesUpdateServlet__wrapper .attachment .text-link {
  border: 1px solid red;
}
html.new-design #NotesUpdateServlet__wrapper .message-textarea textarea {
  height: 200px;
}
html.new-design #FundingRateSelectServlet__wrapper .category-caption, html.new-design #AdvanceSelectServlet__wrapper .category-caption, html.new-design #TransactionViewServlet__wrapper .category-caption {
  border: 1px;
  border-radius: 0;
  max-width: 40px;
  min-width: 40px;
  text-align: center !important;
  color: #1f3161;
  font-weight: bold;
}
html.new-design #FundingRateSelectServlet__wrapper .category-caption.category-1, html.new-design #AdvanceSelectServlet__wrapper .category-caption.category-1, html.new-design #TransactionViewServlet__wrapper .category-caption.category-1 {
  background-color: #E8EAEF;
  border: 1px solid #1f3161;
  border-right: 0;
}
html.new-design #FundingRateSelectServlet__wrapper .category-caption.category-2, html.new-design #AdvanceSelectServlet__wrapper .category-caption.category-2, html.new-design #TransactionViewServlet__wrapper .category-caption.category-2 {
  background-color: #E8EAEF;
  border: 1px solid #1f3161;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}
html.new-design #FundingRateSelectServlet__wrapper .category-caption.category-3, html.new-design #AdvanceSelectServlet__wrapper .category-caption.category-3, html.new-design #TransactionViewServlet__wrapper .category-caption.category-3 {
  background-color: #E8EAEF;
  border: 1px solid #1f3161;
  border-right: 0;
}
html.new-design #FundingRateSelectServlet__wrapper .category-value, html.new-design #AdvanceSelectServlet__wrapper .category-value, html.new-design #TransactionViewServlet__wrapper .category-value {
  border-radius: 0;
  color: #1f3161;
  text-align: center !important;
  max-width: calc(100% - 40px);
  min-width: calc(100% - 40px);
}
html.new-design #FundingRateSelectServlet__wrapper .category-value.category-1, html.new-design #AdvanceSelectServlet__wrapper .category-value.category-1, html.new-design #TransactionViewServlet__wrapper .category-value.category-1 {
  border: 1px solid #1f3161;
}
html.new-design #FundingRateSelectServlet__wrapper .category-value.category-2, html.new-design #AdvanceSelectServlet__wrapper .category-value.category-2, html.new-design #TransactionViewServlet__wrapper .category-value.category-2 {
  border: 1px solid #1f3161;
  border-bottom: 0;
  border-top: 0;
}
html.new-design #FundingRateSelectServlet__wrapper .category-value.category-3, html.new-design #AdvanceSelectServlet__wrapper .category-value.category-3, html.new-design #TransactionViewServlet__wrapper .category-value.category-3 {
  border: 1px solid #1f3161;
}
html.new-design #FundingRateSelectServlet__wrapper .legends .category-2, html.new-design #AdvanceSelectServlet__wrapper .legends .category-2, html.new-design #TransactionViewServlet__wrapper .legends .category-2 {
  border: 1px solid #1f3161;
}
html.new-design #FundingRateSelectServlet__wrapper .legends .category-2.category-caption, html.new-design #AdvanceSelectServlet__wrapper .legends .category-2.category-caption, html.new-design #TransactionViewServlet__wrapper .legends .category-2.category-caption {
  border-right: 0;
}
html.new-design #FundingRateSelectServlet__wrapper .legends .legend, html.new-design #AdvanceSelectServlet__wrapper .legends .legend {
  padding-left: 20px;
}
html.new-design #FundingRateSelectServlet__wrapper .legends .category-value, html.new-design #AdvanceSelectServlet__wrapper .legends .category-value {
  padding-left: 10px;
  padding-right: 10px;
}
html.new-design #CentreUpdateServlet__wrapper #physical-address-title {
  margin-bottom: 0;
  margin-top: 3px;
  padding-right: 10px;
}
html.new-design #NoticeBoardServlet__wrapper #note-reminder-notice .badge, html.new-design #NoticeBoardServlet__wrapper #go-enquiry-notice .badge {
  font-size: 100%;
}
html.new-design #NoticeBoardServlet__wrapper #note-reminder-notice .btn-link, html.new-design #NoticeBoardServlet__wrapper #go-enquiry-notice .btn-link {
  padding: 0 5px;
  color: white;
}
html.new-design #NoticeBoardServlet__wrapper #dashboard, html.new-design #NoticeBoardServlet__wrapper #roll-analysis, html.new-design #NoticeBoardServlet__wrapper #enrolment {
  padding-bottom: 0;
}
html.new-design #NoticeBoardServlet__wrapper #events {
  max-height: 700px;
}
html.new-design #NoticeBoardServlet__wrapper #events .badge {
  font-size: 100%;
}
html.new-design #NoticeBoardServlet__wrapper #events .bootstrap-table-wrapper {
  max-height: 550px;
  font-size: 13px;
  overflow-x: auto;
}
html.new-design #NoticeBoardServlet__wrapper .reminder-table .bootstrap-table-wrapper {
  max-height: 300px;
  overflow-x: auto;
}
html.new-design #NoticeBoardServlet__wrapper .notice-board-data-symbol svg {
  width: 35px;
  height: 35px;
  fill: #0EC3E7;
}
html.new-design #NoticeBoardServlet__wrapper .notice-board-data-symbol .fas, html.new-design #NoticeBoardServlet__wrapper .notice-board-data-symbol .far {
  color: #0EC3E7;
  font-size: 35px;
}
html.new-design #NoticeBoardServlet__wrapper .notice-board-data-details {
  padding-left: 10px;
}
html.new-design #NoticeBoardServlet__wrapper .notice-board-data-details-super {
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
  color: #0EC3E7;
}
html.new-design #NoticeBoardServlet__wrapper .notice-board-data-details-sub {
  padding: 0;
}
html.new-design #NoticeBoardServlet__wrapper .row .noticeboard-data-item {
  padding: 0;
  border-right: 1px solid #E8EAEF;
  border-left: 1px solid #E8EAEF;
}
html.new-design #NoticeBoardServlet__wrapper .row .noticeboard-data-item:first-child {
  padding-left: 0;
  border-left: none;
}
html.new-design #NoticeBoardServlet__wrapper .row .noticeboard-data-item:last-child {
  padding-right: 0;
  border-right: none;
}
html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item .noticeboard-data-item-content {
  margin: 0 auto;
}
html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item.attention .fas, html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item.attention .far {
  color: #F95492;
}
html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item.attention .notice-board-data-symbol svg {
  fill: #F95492;
}
html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item.attention .notice-board-data-details-super, html.new-design #NoticeBoardServlet__wrapper .noticeboard-data-item.attention .notice-board-data-details-sub a {
  color: #F95492;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple .tab-content {
  padding: 0;
  border: none;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple .nav-tabs {
  border: none;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple .nav-tabs .nav-item {
  border: none;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple a.nav-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #8D98B1;
  transition: all 0.2s ease-in-out;
  padding: 0 8px 10px 8px;
  cursor: pointer;
  background-color: transparent;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple a.nav-link:hover {
  color: #1f3161;
  border-color: transparent !important;
}
html.new-design #NoticeBoardServlet__wrapper .horizontal-tabs-simple a.nav-link.active {
  color: #0EC3E7;
  border-color: transparent !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: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
html.new-design .expand-section .badge {
  font-size: 100%;
}
html.new-design .expand-section .has-label {
  margin-bottom: 0;
  padding: 14px 20px;
  background-color: #F8F8FA;
  min-height: 50px;
}
html.new-design .expand-section label {
  margin-bottom: 5px;
}
html.new-design #PaymentMethodServlet__wrapper iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.new-design #CentreOptionsServlet__wrapper textarea {
  height: 150px;
}
html.new-design #CentreOptionsServlet__wrapper .bootstrap-table-wrapper {
  max-height: 648px;
  overflow-x: auto;
}
html.new-design #CentreOptionsServlet__wrapper #SomeUpdateServlet__7__wrapper textarea {
  height: 50px;
}
html.new-design #CentreOptionsServlet__wrapper #ActivityUpdateServlet__wrapper .bootstrap-table-wrapper {
  max-height: 638px;
  overflow-x: auto;
}
html.new-design #LicenseUpdateServlet__wrapper .open-times-table, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table {
  table-layout: fixed;
}
html.new-design #LicenseUpdateServlet__wrapper .open-times-table .bootstrap-select, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table .bootstrap-select {
  height: 100%;
  padding: 0 !important;
}
html.new-design #LicenseUpdateServlet__wrapper .open-times-table .bootstrap-select .dropdown-toggle, html.new-design #LicenseUpdateServlet__wrapper .open-times-table input, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table .bootstrap-select .dropdown-toggle, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table input {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table {
  max-width: 500px;
  margin-right: auto;
}
html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table tr td, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table tr th {
  width: 20%;
  max-width: 20%;
}
html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table tr td:first-child, html.new-design #LicenseUpdateServlet__wrapper .user-defined-sessions-table tr th:first-child {
  width: 30%;
  max-width: 30%;
}
html.new-design #FeesUpdateServlet__wrapper input.has-label, html.new-design #FeesUpdateServlet__wrapper .has-label .dropdown-toggle {
  min-height: 35px !important;
  max-height: 35px !important;
  border: 1px solid #B7BECE !important;
  background-color: white !important;
}
html.new-design #FeesUpdateServlet__wrapper table.table input {
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  padding: 7px 2px 7px 2px;
  text-align: center;
}
html.new-design #FeesUpdateServlet__wrapper table.table button.dropdown-toggle {
  max-height: 35px !important;
  min-height: 35px !important;
}
html.new-design #FeesUpdateServlet__wrapper table.table tr td, html.new-design #FeesUpdateServlet__wrapper table.table tr th {
  white-space: nowrap;
  padding: 2px;
}
html.new-design #FeesUpdateServlet__wrapper table.table tr td:first-child, html.new-design #FeesUpdateServlet__wrapper table.table tr th:first-child {
  min-width: 160px;
  max-width: 160px;
}
html.new-design #FeesUpdateServlet__wrapper table.table tr td.from-time, html.new-design #FeesUpdateServlet__wrapper table.table tr td.to-time, html.new-design #FeesUpdateServlet__wrapper table.table tr th.from-time, html.new-design #FeesUpdateServlet__wrapper table.table tr th.to-time {
  padding-left: 5px;
  padding-right: 5px !important;
}
html.new-design #ProductViewServlet__wrapper .link-list .actions, html.new-design #DiscountViewServlet__wrapper .link-list .actions {
  right: 0;
}
html.new-design #SearchServlet__wrapper .bootstrap-table-wrapper {
  max-height: 400px;
  overflow-x: auto;
}
html.new-design #BatchReceiptsServlet__wrapper .bootstrap-table-wrapper td, html.new-design #BarcodeUpdateServlet__wrapper .bootstrap-table-wrapper td, html.new-design #ParentAccountServlet__wrapper .bootstrap-table-wrapper td {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.new-design #BatchReceiptsServlet__wrapper .bootstrap-table-wrapper input[type=text], html.new-design #BatchReceiptsServlet__wrapper .bootstrap-table-wrapper .dropdown-toggle, html.new-design #BarcodeUpdateServlet__wrapper .bootstrap-table-wrapper input[type=text], html.new-design #BarcodeUpdateServlet__wrapper .bootstrap-table-wrapper .dropdown-toggle, html.new-design #ParentAccountServlet__wrapper .bootstrap-table-wrapper input[type=text], html.new-design #ParentAccountServlet__wrapper .bootstrap-table-wrapper .dropdown-toggle {
  padding: 5px 7px;
  max-height: 35px !important;
  min-height: 35px;
}
html.new-design #BatchReceiptsServlet__wrapper .checkbox-wrapper.is-master .checkbox {
  margin-bottom: 0;
}
html.new-design #BatchReceiptsServlet__wrapper #totals-table .grand-total {
  font-weight: 900;
}
html.new-design .warning-icon, html.new-design .error-icon {
  font-size: 16px;
}
html.new-design .warning-icon {
  color: orange;
}
html.new-design .error-icon {
  color: #F95492;
}
html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper td div, html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper input {
  height: 35px !important;
  min-height: 35px !important;
  padding: 0 20px 0 0;
}
html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper tfoot tr {
  padding: 0;
}
html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper tfoot tr .row-header {
  padding: 7px 20px 7px 0;
}
html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper tfoot tr td {
  padding-top: 0;
  padding-bottom: 0;
}
html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper tfoot tr td div, html.new-design #InvoiceUpdateServlet__wrapper .bootstrap-table-wrapper tfoot tr td input {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 20px 7px 0;
}
html.new-design #AccountsProcessingServlet__wrapper .dropdown-item.disabled, html.new-design #AccountsProcessingServlet__wrapper .dropdown-item:disabled {
  color: lightgray !important;
  background-color: transparent;
  cursor: default;
}
html.new-design #AccountsProcessingServlet__wrapper .detail-navigation .tab-link:first-of-type, html.new-design #AppsViewServlet__wrapper .detail-navigation .tab-link:first-of-type, html.new-design #LabelsSelectServlet__wrapper .detail-navigation .tab-link:first-of-type, html.new-design #SMSTextServlet__wrapper .detail-navigation .tab-link:first-of-type,
html.new-design #SignInSelectServlet__wrapper .detail-navigation .tab-link:first-of-type, html.new-design #TimeSheetSelectServlet__wrapper .detail-navigation .tab-link:first-of-type {
  padding-left: 0;
}
html.new-design #AccountsProcessingServlet__wrapper .detail-navigation .tab-link:last-of-type, html.new-design #AppsViewServlet__wrapper .detail-navigation .tab-link:last-of-type, html.new-design #LabelsSelectServlet__wrapper .detail-navigation .tab-link:last-of-type, html.new-design #SMSTextServlet__wrapper .detail-navigation .tab-link:last-of-type,
html.new-design #SignInSelectServlet__wrapper .detail-navigation .tab-link:last-of-type, html.new-design #TimeSheetSelectServlet__wrapper .detail-navigation .tab-link:last-of-type {
  padding-right: 0;
}
html.new-design #AccountsProcessingServlet__wrapper .detail-navigation .tab-link .badge, html.new-design #AppsViewServlet__wrapper .detail-navigation .tab-link .badge, html.new-design #LabelsSelectServlet__wrapper .detail-navigation .tab-link .badge, html.new-design #SMSTextServlet__wrapper .detail-navigation .tab-link .badge,
html.new-design #SignInSelectServlet__wrapper .detail-navigation .tab-link .badge, html.new-design #TimeSheetSelectServlet__wrapper .detail-navigation .tab-link .badge {
  font-size: 100%;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list table, html.new-design #AccountsProcessingServlet__wrapper #child-list table, html.new-design #AccountsProcessingServlet__wrapper #category-list table, html.new-design #AppsViewServlet__wrapper #accounts-list table, html.new-design #AppsViewServlet__wrapper #child-list table, html.new-design #AppsViewServlet__wrapper #category-list table, html.new-design #LabelsSelectServlet__wrapper #accounts-list table, html.new-design #LabelsSelectServlet__wrapper #child-list table, html.new-design #LabelsSelectServlet__wrapper #category-list table, html.new-design #SMSTextServlet__wrapper #accounts-list table, html.new-design #SMSTextServlet__wrapper #child-list table, html.new-design #SMSTextServlet__wrapper #category-list table,
html.new-design #SignInSelectServlet__wrapper #accounts-list table,
html.new-design #SignInSelectServlet__wrapper #child-list table,
html.new-design #SignInSelectServlet__wrapper #category-list table, html.new-design #TimeSheetSelectServlet__wrapper #accounts-list table, html.new-design #TimeSheetSelectServlet__wrapper #child-list table, html.new-design #TimeSheetSelectServlet__wrapper #category-list table {
  word-break: break-word;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list thead tr th:nth-child(2), html.new-design #AccountsProcessingServlet__wrapper #child-list thead tr th:nth-child(2), html.new-design #AccountsProcessingServlet__wrapper #category-list thead tr th:nth-child(2), html.new-design #AppsViewServlet__wrapper #accounts-list thead tr th:nth-child(2), html.new-design #AppsViewServlet__wrapper #child-list thead tr th:nth-child(2), html.new-design #AppsViewServlet__wrapper #category-list thead tr th:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #accounts-list thead tr th:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #child-list thead tr th:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #category-list thead tr th:nth-child(2), html.new-design #SMSTextServlet__wrapper #accounts-list thead tr th:nth-child(2), html.new-design #SMSTextServlet__wrapper #child-list thead tr th:nth-child(2), html.new-design #SMSTextServlet__wrapper #category-list thead tr th:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #accounts-list thead tr th:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #child-list thead tr th:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #category-list thead tr th:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #accounts-list thead tr th:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #child-list thead tr th:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #category-list thead tr th:nth-child(2) {
  padding-left: 0;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list .link-list, html.new-design #AccountsProcessingServlet__wrapper #child-list .link-list, html.new-design #AccountsProcessingServlet__wrapper #category-list .link-list, html.new-design #AppsViewServlet__wrapper #accounts-list .link-list, html.new-design #AppsViewServlet__wrapper #child-list .link-list, html.new-design #AppsViewServlet__wrapper #category-list .link-list, html.new-design #LabelsSelectServlet__wrapper #accounts-list .link-list, html.new-design #LabelsSelectServlet__wrapper #child-list .link-list, html.new-design #LabelsSelectServlet__wrapper #category-list .link-list, html.new-design #SMSTextServlet__wrapper #accounts-list .link-list, html.new-design #SMSTextServlet__wrapper #child-list .link-list, html.new-design #SMSTextServlet__wrapper #category-list .link-list,
html.new-design #SignInSelectServlet__wrapper #accounts-list .link-list,
html.new-design #SignInSelectServlet__wrapper #child-list .link-list,
html.new-design #SignInSelectServlet__wrapper #category-list .link-list, html.new-design #TimeSheetSelectServlet__wrapper #accounts-list .link-list, html.new-design #TimeSheetSelectServlet__wrapper #child-list .link-list, html.new-design #TimeSheetSelectServlet__wrapper #category-list .link-list {
  overflow: scroll;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list .link-list tr td, html.new-design #AccountsProcessingServlet__wrapper #child-list .link-list tr td, html.new-design #AccountsProcessingServlet__wrapper #category-list .link-list tr td, html.new-design #AppsViewServlet__wrapper #accounts-list .link-list tr td, html.new-design #AppsViewServlet__wrapper #child-list .link-list tr td, html.new-design #AppsViewServlet__wrapper #category-list .link-list tr td, html.new-design #LabelsSelectServlet__wrapper #accounts-list .link-list tr td, html.new-design #LabelsSelectServlet__wrapper #child-list .link-list tr td, html.new-design #LabelsSelectServlet__wrapper #category-list .link-list tr td, html.new-design #SMSTextServlet__wrapper #accounts-list .link-list tr td, html.new-design #SMSTextServlet__wrapper #child-list .link-list tr td, html.new-design #SMSTextServlet__wrapper #category-list .link-list tr td,
html.new-design #SignInSelectServlet__wrapper #accounts-list .link-list tr td,
html.new-design #SignInSelectServlet__wrapper #child-list .link-list tr td,
html.new-design #SignInSelectServlet__wrapper #category-list .link-list tr td, html.new-design #TimeSheetSelectServlet__wrapper #accounts-list .link-list tr td, html.new-design #TimeSheetSelectServlet__wrapper #child-list .link-list tr td, html.new-design #TimeSheetSelectServlet__wrapper #category-list .link-list tr td {
  padding: 10px;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list .link-list tr td .badge, html.new-design #AccountsProcessingServlet__wrapper #child-list .link-list tr td .badge, html.new-design #AccountsProcessingServlet__wrapper #category-list .link-list tr td .badge, html.new-design #AppsViewServlet__wrapper #accounts-list .link-list tr td .badge, html.new-design #AppsViewServlet__wrapper #child-list .link-list tr td .badge, html.new-design #AppsViewServlet__wrapper #category-list .link-list tr td .badge, html.new-design #LabelsSelectServlet__wrapper #accounts-list .link-list tr td .badge, html.new-design #LabelsSelectServlet__wrapper #child-list .link-list tr td .badge, html.new-design #LabelsSelectServlet__wrapper #category-list .link-list tr td .badge, html.new-design #SMSTextServlet__wrapper #accounts-list .link-list tr td .badge, html.new-design #SMSTextServlet__wrapper #child-list .link-list tr td .badge, html.new-design #SMSTextServlet__wrapper #category-list .link-list tr td .badge,
html.new-design #SignInSelectServlet__wrapper #accounts-list .link-list tr td .badge,
html.new-design #SignInSelectServlet__wrapper #child-list .link-list tr td .badge,
html.new-design #SignInSelectServlet__wrapper #category-list .link-list tr td .badge, html.new-design #TimeSheetSelectServlet__wrapper #accounts-list .link-list tr td .badge, html.new-design #TimeSheetSelectServlet__wrapper #child-list .link-list tr td .badge, html.new-design #TimeSheetSelectServlet__wrapper #category-list .link-list tr td .badge {
  margin-right: 5px;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list .link-list tr td .badge:last-child, html.new-design #AccountsProcessingServlet__wrapper #child-list .link-list tr td .badge:last-child, html.new-design #AccountsProcessingServlet__wrapper #category-list .link-list tr td .badge:last-child, html.new-design #AppsViewServlet__wrapper #accounts-list .link-list tr td .badge:last-child, html.new-design #AppsViewServlet__wrapper #child-list .link-list tr td .badge:last-child, html.new-design #AppsViewServlet__wrapper #category-list .link-list tr td .badge:last-child, html.new-design #LabelsSelectServlet__wrapper #accounts-list .link-list tr td .badge:last-child, html.new-design #LabelsSelectServlet__wrapper #child-list .link-list tr td .badge:last-child, html.new-design #LabelsSelectServlet__wrapper #category-list .link-list tr td .badge:last-child, html.new-design #SMSTextServlet__wrapper #accounts-list .link-list tr td .badge:last-child, html.new-design #SMSTextServlet__wrapper #child-list .link-list tr td .badge:last-child, html.new-design #SMSTextServlet__wrapper #category-list .link-list tr td .badge:last-child,
html.new-design #SignInSelectServlet__wrapper #accounts-list .link-list tr td .badge:last-child,
html.new-design #SignInSelectServlet__wrapper #child-list .link-list tr td .badge:last-child,
html.new-design #SignInSelectServlet__wrapper #category-list .link-list tr td .badge:last-child, html.new-design #TimeSheetSelectServlet__wrapper #accounts-list .link-list tr td .badge:last-child, html.new-design #TimeSheetSelectServlet__wrapper #child-list .link-list tr td .badge:last-child, html.new-design #TimeSheetSelectServlet__wrapper #category-list .link-list tr td .badge:last-child {
  margin-right: 0;
}
html.new-design #AccountsProcessingServlet__wrapper #accounts-list .link-list tr td:nth-child(2), html.new-design #AccountsProcessingServlet__wrapper #child-list .link-list tr td:nth-child(2), html.new-design #AccountsProcessingServlet__wrapper #category-list .link-list tr td:nth-child(2), html.new-design #AppsViewServlet__wrapper #accounts-list .link-list tr td:nth-child(2), html.new-design #AppsViewServlet__wrapper #child-list .link-list tr td:nth-child(2), html.new-design #AppsViewServlet__wrapper #category-list .link-list tr td:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #accounts-list .link-list tr td:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #child-list .link-list tr td:nth-child(2), html.new-design #LabelsSelectServlet__wrapper #category-list .link-list tr td:nth-child(2), html.new-design #SMSTextServlet__wrapper #accounts-list .link-list tr td:nth-child(2), html.new-design #SMSTextServlet__wrapper #child-list .link-list tr td:nth-child(2), html.new-design #SMSTextServlet__wrapper #category-list .link-list tr td:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #accounts-list .link-list tr td:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #child-list .link-list tr td:nth-child(2),
html.new-design #SignInSelectServlet__wrapper #category-list .link-list tr td:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #accounts-list .link-list tr td:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #child-list .link-list tr td:nth-child(2), html.new-design #TimeSheetSelectServlet__wrapper #category-list .link-list tr td:nth-child(2) {
  padding-left: 0;
}
html.new-design #AccountsProcessingServlet__wrapper .controls label.has-followup-element, html.new-design #AppsViewServlet__wrapper .controls label.has-followup-element, html.new-design #LabelsSelectServlet__wrapper .controls label.has-followup-element, html.new-design #SMSTextServlet__wrapper .controls label.has-followup-element,
html.new-design #SignInSelectServlet__wrapper .controls label.has-followup-element, html.new-design #TimeSheetSelectServlet__wrapper .controls label.has-followup-element {
  margin-bottom: 10px;
}
html.new-design #AccountsProcessingServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group, html.new-design #AppsViewServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group, html.new-design #LabelsSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group, html.new-design #SMSTextServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group,
html.new-design #SignInSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group, html.new-design #TimeSheetSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group {
  margin-bottom: 7px;
}
html.new-design #AccountsProcessingServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper, html.new-design #AppsViewServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper, html.new-design #LabelsSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper, html.new-design #SMSTextServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper,
html.new-design #SignInSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper, html.new-design #TimeSheetSelectServlet__wrapper .controls label.has-followup-element.followup-element-is-btn-group .num-selected-wrapper {
  font-size: 100% !important;
  margin-left: 0;
  font-weight: bold;
}
html.new-design #AccountsProcessingServlet__wrapper .num-selected-wrapper, html.new-design #AppsViewServlet__wrapper .num-selected-wrapper, html.new-design #LabelsSelectServlet__wrapper .num-selected-wrapper, html.new-design #SMSTextServlet__wrapper .num-selected-wrapper,
html.new-design #SignInSelectServlet__wrapper .num-selected-wrapper, html.new-design #TimeSheetSelectServlet__wrapper .num-selected-wrapper {
  font-size: 100% !important;
  margin-left: 4px;
  margin-top: 0;
  font-weight: bold;
}
html.new-design #AccountsProcessingServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left, html.new-design #AppsViewServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left, html.new-design #LabelsSelectServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left, html.new-design #SMSTextServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left,
html.new-design #SignInSelectServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left, html.new-design #TimeSheetSelectServlet__wrapper .num-selected-wrapper.num-selected-wrapper-left {
  margin-right: 4px;
  margin-left: 0;
}
html.new-design [id^=UncommittedViewServlet__] td, html.new-design #EmailChooseServlet__wrapper td, html.new-design #SendRosterServlet__wrapper td {
  padding: 10px;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper input[type=text],
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper input[type=text],
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper input[type=text],
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper input[type=text],
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper input[type=text],
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper input[type=text] {
  padding: 5px 7px;
  max-height: 35px !important;
  min-height: 35px;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper th, html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper td,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper th,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper td,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper th,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper td,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper th,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper td,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper th,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper td,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper th,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper td {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper tr.is-reversed,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper tr.is-reversed,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper tr.is-reversed,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper tr.is-reversed,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper tr.is-reversed,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper tr.is-reversed {
  color: #FB8B23;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper tr.is-disputed,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper tr.is-disputed,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper tr.is-disputed,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper tr.is-disputed,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper tr.is-disputed,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper tr.is-disputed {
  color: #F95492;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper .table-caption h2,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper .table-caption h2,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper .table-caption h2,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper .table-caption h2,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper .table-caption h2,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper .table-caption h2 {
  font-size: 15px;
  margin-bottom: 0;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper td label, html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper th label,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper td label,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper th label,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper td label,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper th label,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper td label,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper th label,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper td label,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper th label,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper td label,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper th label {
  color: #1F3161;
}
html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper td.c-1st, html.new-design #CommittedViewServlet__invoices__wrapper .bootstrap-table-wrapper th.c-1st,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper td.c-1st,
html.new-design #CommittedViewServlet__receipts__wrapper .bootstrap-table-wrapper th.c-1st,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper td.c-1st,
html.new-design #CommittedViewServlet__creditnotes__wrapper .bootstrap-table-wrapper th.c-1st,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper td.c-1st,
html.new-design #ReversalUpdateServlet__wrapper .bootstrap-table-wrapper th.c-1st,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper td.c-1st,
html.new-design #DisputeUpdateServlet__wrapper .bootstrap-table-wrapper th.c-1st,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper td.c-1st,
html.new-design #TransactionViewServlet__wrapper .bootstrap-table-wrapper th.c-1st {
  margin-left: 0;
  padding-left: 30px;
}
html.new-design #TransactionViewServlet__wrapper .category-caption {
  max-width: 80px;
  min-width: 80px;
}
html.new-design #TransactionViewServlet__wrapper .category-value {
  max-width: calc(100% - 80px);
  min-width: calc(100% - 80px);
}
html.new-design #DashboardServlet__wrapper .table thead th {
  border-top: none;
}
html.new-design #DashboardServlet__wrapper #ethnicity-chart .card-header {
  background-color: white;
}
html.new-design #DashboardServlet__wrapper #ethnicity-chart .chart-area {
  background-color: rgba(0, 0, 0, 0.03);
}
html.new-design #FormWrapperServlet__wrapper .inject-iframe-from-url {
  width: 100%;
}
html.new-design #AttendancePrintServlet__wrapper .print-result.show-in-page, html.new-design #BookingsPrintServlet__wrapper .print-result.show-in-page {
  height: unset;
}
html.new-design #AttendancePrintServlet__wrapper .print-result.show-in-page iframe, html.new-design #BookingsPrintServlet__wrapper .print-result.show-in-page iframe {
  height: 800px !important;
}
html.new-design .print-options .bootstrap-table-wrapper {
  max-height: 600px;
  overflow-x: auto;
}
html.new-design .print-options .bootstrap-table-wrapper th {
  margin-top: 0;
  padding-top: 0;
}
html.new-design .print-options .bootstrap-table-wrapper tbody td {
  padding: 0.25rem 0;
}
html.new-design .print-options .bootstrap-table-wrapper tbody td .row-header {
  font-size: 14px !important;
}
html.new-design .print-options .bootstrap-table-wrapper tbody td.c-1st {
  width: 25px !important;
}
html.new-design .print-options .bootstrap-table-wrapper tbody td.c-1st * {
  word-break: keep-all;
}
html.new-design .print-options .bootstrap-table-wrapper input[type=text], html.new-design .print-options .bootstrap-table-wrapper .dropdown-toggle {
  padding: 5px 7px;
  max-height: 100% !important;
  min-height: 35px;
}
html.new-design .print-options .bootstrap-table-wrapper .filter-option-inner-inner {
  white-space: pre-wrap;
}
html.new-design .file-download-table .link-list tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.new-design #AppsViewServlet__wrapper #app-view-results-table .bootstrap-table-wrapper th {
  white-space: nowrap;
}
html.new-design #SMSTextServlet__wrapper textarea[name=messageTxt] {
  height: calc(100vh - 590px);
  min-height: 400px;
}
html.new-design #SMSTextServlet__wrapper #child-list .bootstrap-table-wrapper {
  min-height: 480px;
}
html.new-design #recipient-list .link-list {
  overflow: scroll;
}
html.new-design #recipient-list .link-list tr td {
  padding: 10px;
  word-break: break-all;
}
html.new-design #LetterServlet__wrapper #send-email-link {
  padding: 0 5px;
  color: white;
}
html.new-design #LetterServlet__wrapper .show-on-no-email, html.new-design #LetterServlet__wrapper .show-on-email, html.new-design #LetterServlet__wrapper .hide-initially {
  display: none;
}
html.new-design #ECEReturnServlet__wrapper .preamble-table, html.new-design #AccountsInterfaceServlet__wrapper .preamble-table {
  padding: 20px;
  border: 2px solid #F95492;
}
html.new-design #ECEReturnServlet__wrapper .contains-percentage > div, html.new-design #AccountsInterfaceServlet__wrapper .contains-percentage > div {
  display: none;
}
@keyframes _glowing-error {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 15px 4px #dc3545;
  }
  100% {
    box-shadow: none;
  }
}
html.new-design #sign-in-summary-table .caption-wrapper label, html.new-design #time-sheet-summary-table .caption-wrapper label {
  margin-bottom: 0;
}
html.new-design #sign-in-summary-table .caption-wrapper label:not(.row-header), html.new-design #time-sheet-summary-table .caption-wrapper label:not(.row-header) {
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #F95492;
}
html.new-design #sign-in-summary-table .vr-btn, html.new-design #time-sheet-summary-table .vr-btn {
  color: white;
  background-color: #0EC3E7;
  border-color: #0EC3E7;
}
html.new-design #sign-in-summary-table .ruleBroken .vr-btn, html.new-design #time-sheet-summary-table .ruleBroken .vr-btn {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  outline: none !important;
  -webkit-animation: _glowing-error 1s linear infinite;
  -moz-animation: _glowing-error 1s linear infinite;
  -ms-animation: _glowing-error 1s linear infinite;
  -o-animation: _glowing-error 1s linear infinite;
  animation: _glowing-error 1s linear infinite;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .ic-row {
  flex-wrap: wrap;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper {
  position: relative;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .sidebar {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-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 #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .sidebar.show .sidebar-content-wrapper {
    transition: none;
  }
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .sidebar-content-wrapper {
  height: 100%;
  width: 18px;
  background: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .sidebar-content-wrapper .sidebar-content {
  color: white;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .caption-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper:last-of-type {
  border-bottom: 1px solid #E8EAEF;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.no-border {
  border: 0;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.has-alert .expand label, html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.has-alert .expand h1 {
  color: #F95492 !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.has-alert .expand .alert {
  font-weight: 600;
  color: #F95492;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .list-header .col:first-of-type {
  transform: translateX(37px);
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .break-within-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .uneditable .has-label {
  background-color: #F8F8FA;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .category-caption {
  max-width: 50px;
  min-width: 50px;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  text-align: center !important;
  color: #1f3161;
  font-weight: bold;
  background-color: #E8EAEF;
  border: 1px solid #1f3161;
  border-right: 0;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .category-value {
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #1f3161;
  border: 1px solid #1f3161;
  text-align: center !important;
  max-width: calc(100% - 50px);
  min-width: calc(100% - 50px);
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper {
  padding: 20px 0;
  border-top: solid 1px #1f3161 !important;
  border-bottom: solid 1px #1f3161 !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper .c-1st {
  transform: translateX(24px);
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.child-was-added .sidebar-content-wrapper {
  background: #CCFFCC;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.child-was-added .sidebar-content-wrapper .sidebar-content {
  color: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.child-is-excluded .sidebar-content-wrapper {
  background: red;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.no-funding .sidebar-content-wrapper, html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.casual-funding .sidebar-content-wrapper {
  background: orange;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.no-funding .sidebar-content-wrapper .sidebar-content, html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.casual-funding .sidebar-content-wrapper .sidebar-content {
  color: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.child-is-away .sidebar-content-wrapper {
  background: yellow;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.child-is-away .sidebar-content-wrapper .sidebar-content {
  color: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.even-row .sidebar-content-wrapper {
  background: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.odd-row .sidebar-content-wrapper {
  background: #8D98B1;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .row-wrapper.odd-row .sidebar-content-wrapper .sidebar-content {
  color: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .input-group {
  margin-bottom: 0 !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .input-group-text {
  min-width: 70px;
  max-width: 70px;
  justify-content: center;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .half {
  padding: 0 !important;
  margin-right: 5px;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .half .dropdown-toggle {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .half .dropdown-toggle .filter-option {
  text-align: center;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split .half.last-half {
  margin-right: 0;
  margin-left: 5px;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split.booked .half {
  background-color: #ECFBFF;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split.actual .half {
  background-color: antiquewhite;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split.actual input[disabled] {
  background-color: #B7BECE;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .time-split.actual button.dropdown-toggle.disabled {
  background-color: #B7BECE !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .checkbox-wrapper.is-dependent span, html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .checkbox-wrapper.is-master span {
  border-color: #1f3161;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col input[type=text], html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col .dropdown-toggle {
  padding: 5px 7px !important;
  max-height: 35px !important;
  min-height: 35px !important;
  border: 1px solid #1f3161 !important;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col .half {
  width: calc(50% - 5px);
  display: inline-block;
  position: relative;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col .under2-child {
  font-style: italic;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col .c-1st .checkbox-wrapper .label {
  color: #8D98B1;
  font-size: 14px;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-0 {
  width: 0%;
  margin: 0;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-1 {
  width: 3.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-2 {
  width: 6.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-3 {
  width: 10%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-4 {
  width: 13.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-5 {
  width: 16.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-6 {
  width: 20%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-7 {
  width: 23.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-8 {
  width: 26.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-9 {
  width: 30%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-10 {
  width: 33.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-11 {
  width: 36.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-12 {
  width: 40%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-13 {
  width: 43.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-14 {
  width: 46.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-15 {
  width: 50%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-16 {
  width: 53.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-17 {
  width: 56.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-18 {
  width: 60%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-19 {
  width: 63.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-20 {
  width: 66.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-21 {
  width: 70%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-22 {
  width: 73.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-23 {
  width: 76.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-24 {
  width: 80%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-25 {
  width: 83.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-26 {
  width: 86.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-27 {
  width: 90%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-28 {
  width: 93.3333333333%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-29 {
  width: 96.6666666667%;
}
html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30, html.new-design #SignInUpdateServlet__wrapper #sign-in-update-table .col.c30-30 {
  width: 100%;
  margin: 0;
}
html.new-design #SignInUpdateServlet__wrapper .num-selected-wrapper {
  font-size: 100% !important;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
  font-weight: bold;
}
html.new-design #SignInUpdateServlet__wrapper #add-child-block .dropdown-toggle {
  padding: 5px 7px !important;
  max-height: 35px !important;
  min-height: 35px !important;
}
html.new-design #SignInUpdateServlet__wrapper #add-child-block .input-group-append button {
  border: 1px solid #0EC3E7 !important;
}
html.new-design #SignInUpdateServlet__wrapper #add-child-block .input-group-append button[disabled] {
  border-color: #1f3161 !important;
}
html.new-design #RatioViewServlet__wrapper .colour-explanation tr td:first-child {
  width: 50px;
}
html.new-design #RatioViewServlet__wrapper .colour-explanation tr td:nth-child(2) {
  padding: 5px 5px 5px 10px;
}
html.new-design .inline-icon {
  font-size: 16px;
  position: absolute;
  line-height: 20px;
  right: 0;
}
html.new-design #TimeSheetUpdateServlet__wrapper .activity-times, html.new-design #TimeSheetUpdateServlet__wrapper .activity-description, html.new-design #TimeSheetUpdateServlet__wrapper .staff-ratio {
  padding: 3px;
  text-align: center;
  border: #1f3161 solid 1px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .user-ratio {
  white-space: nowrap;
}
html.new-design #TimeSheetUpdateServlet__wrapper .staff-name, html.new-design #TimeSheetUpdateServlet__wrapper .moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .user-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .change-time-button, html.new-design #TimeSheetUpdateServlet__wrapper .view-moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .view-user-ratio {
  padding: 3px;
  text-align: center;
  border: white solid 1px;
  background-color: #1f3161;
  color: white;
}
html.new-design #TimeSheetUpdateServlet__wrapper .staff-name .text-link, html.new-design #TimeSheetUpdateServlet__wrapper .moe-ratio .text-link, html.new-design #TimeSheetUpdateServlet__wrapper .user-ratio .text-link, html.new-design #TimeSheetUpdateServlet__wrapper .change-time-button .text-link, html.new-design #TimeSheetUpdateServlet__wrapper .view-moe-ratio .text-link, html.new-design #TimeSheetUpdateServlet__wrapper .view-user-ratio .text-link {
  text-decoration: underline;
  color: white;
}
html.new-design #TimeSheetUpdateServlet__wrapper .staff-name .text-link:visited, html.new-design #TimeSheetUpdateServlet__wrapper .moe-ratio .text-link:visited, html.new-design #TimeSheetUpdateServlet__wrapper .user-ratio .text-link:visited, html.new-design #TimeSheetUpdateServlet__wrapper .change-time-button .text-link:visited, html.new-design #TimeSheetUpdateServlet__wrapper .view-moe-ratio .text-link:visited, html.new-design #TimeSheetUpdateServlet__wrapper .view-user-ratio .text-link:visited {
  color: white;
}
html.new-design #TimeSheetUpdateServlet__wrapper .change-time-button button, html.new-design #TimeSheetUpdateServlet__wrapper .change-time-button .button, html.new-design #TimeSheetUpdateServlet__wrapper .view-moe-ratio button, html.new-design #TimeSheetUpdateServlet__wrapper .view-moe-ratio .button, html.new-design #TimeSheetUpdateServlet__wrapper .view-user-ratio button, html.new-design #TimeSheetUpdateServlet__wrapper .view-user-ratio .button {
  width: 100%;
  border: none;
  white-space: nowrap;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait {
  font-size: 9pt;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .table {
  width: unset;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait thead {
  z-index: 1;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .staff-name {
  border-top: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .activity-times {
  width: 25px !important;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .activity-description {
  width: 150px !important;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .change-time-button:first-child, html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .staff-name:first-child {
  border-left: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .moe-ratio {
  border-top: #1f3161 solid 2px;
  border-right: white solid 2px;
  width: 50px !important;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .view-moe-ratio {
  border-right: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .view-user-ratio {
  border-right: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .change-time-button, html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .view-moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .view-user-ratio {
  border-bottom: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .change-time-button, html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .staff-name {
  border-right: white solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .activity-times {
  border-left: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .activity-description, html.new-design #TimeSheetUpdateServlet__wrapper .roster-portrait .staff-ratio {
  border-right: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-width-control.bootstrap-table-wrapper, html.new-design #TimeSheetUpdateServlet__wrapper .roster-width-control.top-scrollbar {
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
html.new-design #TimeSheetUpdateServlet__wrapper .horizontal-width-control.bootstrap-table-wrapper, html.new-design #TimeSheetUpdateServlet__wrapper .horizontal-width-control.top-scrollbar {
  max-width: max(1300px, 95%);
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal {
  font-size: 9pt;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal th {
  position: sticky;
  left: 0;
  z-index: 1;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .staff-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .activity-times, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .staff-name {
  border-top-width: 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .staff-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .activity-description, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .change-time-button {
  border-bottom-width: 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .staff-ratio:last-child, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .activity-times:last-child, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .activity-description:last-child {
  border-right-width: 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .view-moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .view-user-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .staff-name, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal .change-time-button {
  border-left: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal tbody tr:first-child .staff-name {
  border-top: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal tbody tr:last-child .moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal tbody tr:last-child .view-moe-ratio, html.new-design #TimeSheetUpdateServlet__wrapper .roster-horizontal tbody tr:last-child .view-user-ratio {
  border-bottom: #1f3161 solid 2px;
}
html.new-design #TimeSheetUpdateServlet__wrapper td, html.new-design #TimeSheetUpdateServlet__wrapper th {
  word-break: keep-all;
}
html.new-design #TimeSheetUpdateServlet__wrapper .staff-name {
  word-break: break-word;
}
html.new-design #RosterUpdateServlet__wrapper #activity-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FBFBFC;
}
html.new-design #RosterUpdateServlet__wrapper #activity-table .bootstrap-select {
  height: 100%;
  padding: 0 !important;
}
html.new-design #RosterUpdateServlet__wrapper #activity-table .bootstrap-select .dropdown-toggle {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #RosterUpdateServlet__wrapper #activity-table td, html.new-design #RosterUpdateServlet__wrapper #activity-table th {
  padding: 0.25rem;
  word-break: keep-all;
}
html.new-design #RosterUpdateServlet__wrapper #activity-table .time {
  width: 20px;
}
html.new-design #RosterUpdateServlet__wrapper #discretionary-table tfoot tr {
  padding: 0;
}
html.new-design #RosterUpdateServlet__wrapper textarea[name=comments] {
  height: 100px;
}
html.new-design #CalendarSelectServlet__wrapper #month-navigation .checkbox-wrapper {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
}
html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table td, html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table th {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .public-holiday {
  background-color: yellow;
}
html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .not-licensed-for-over-2 {
  background-color: #F95492;
}
html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .no-child-hours, html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .no-registered-hours, html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .no-staff-hours, html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .ec-but-some-child-attended, html.new-design #RS7ReturnServlet__wrapper .rs7-washup-table .so-but-some-child-attended {
  background-color: orange;
}
html.new-design #RS7ReturnServlet__wrapper .yes-no {
  display: flex !important;
  justify-content: center !important;
}
html.new-design #RS7ReturnServlet__wrapper .yes-no label.radio {
  padding-left: 10px;
  padding-right: 30px;
}
html.new-design #RS7ReturnServlet__wrapper .yes-no div.label {
  font-size: 30px;
  line-height: 30px;
}
html.new-design #RS7ReturnServlet__wrapper .yes-no span {
  border-color: red;
  width: 26px;
  height: 26px;
}
html.new-design #RS7ReturnServlet__wrapper .yes-no span:after {
  width: 18px;
  height: 18px;
}
html.new-design #RS7ReturnServlet__wrapper .attestation a {
  text-decoration: underline;
  color: #0EC3E7;
}
html.new-design #RS7ReturnServlet__wrapper .attestation a:visited {
  color: #1f3161;
}
html.new-design #RS7ReturnServlet__wrapper .attestation a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  padding-right: 5px;
}
html.new-design #RS7ReturnServlet__wrapper li {
  list-style: initial;
  margin-left: 20px;
}
html.new-design #ForecastSelectServlet__wrapper .time-split .half {
  padding: 0 !important;
  margin-right: 5px;
  height: 35px;
}
html.new-design #ForecastSelectServlet__wrapper .time-split .half .dropdown-toggle {
  background-color: transparent !important;
  padding: 7px 10px 7px 10px;
}
html.new-design #ForecastSelectServlet__wrapper .time-split .half.last-half {
  margin-right: 0;
  margin-left: 0;
}
html.new-design #ForecastSelectServlet__wrapper .btn-link {
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
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: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
html.new-design #ReceiptUpdateServlet__wrapper .highlight .checkbox-wrapper .checkbox span {
  border-color: #F95492;
}
html.new-design #ReceiptUpdateServlet__wrapper .highlight .checkbox-wrapper .checkbox span:after {
  background: #F95492;
}
html.new-design #ReceiptUpdateServlet__wrapper .highlight .checkbox-wrapper .checkbox:hover input ~ span {
  background-color: #FFB2CC;
}
html.new-design #ReceiptUpdateServlet__wrapper .highlight .checkbox-wrapper .checkbox .label {
  color: #F95492;
}
html.new-design #BarcodeUpdateServlet__wrapper td.contains-error, html.new-design #BarcodeUpdateServlet__wrapper td.contains-warning {
  position: relative;
}
html.new-design #BarcodeUpdateServlet__wrapper td.contains-error::after, html.new-design #BarcodeUpdateServlet__wrapper td.contains-warning::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  color: white;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
}
html.new-design #BarcodeUpdateServlet__wrapper td.contains-error input {
  background-color: #F95492;
  color: white;
}
html.new-design #BarcodeUpdateServlet__wrapper td.contains-warning input {
  background-color: orange;
}
html.new-design #ChildUpdateServlet__wrapper textarea[name=allergies] {
  height: 150px;
}
html.new-design #ChildUpdateServlet__wrapper textarea[name=specialDiet] {
  height: 150px;
}
html.new-design #ChildUpdateServlet__wrapper textarea[name=childhoodDiseases] {
  height: 150px;
}
html.new-design #ChildUpdateServlet__wrapper #whenLeaving + span {
  padding-right: 15px;
  padding-left: 3px;
}
html.new-design #ChildUpdateServlet__wrapper #whenLeaving:last-of-type + span {
  padding-right: 0;
}
html.new-design #CommittedViewServlet__invoices__wrapper td.is-credit,
html.new-design #CommittedViewServlet__receipts__wrapper td.is-credit,
html.new-design #CommittedViewServlet__creditnotes__wrapper td.is-credit,
html.new-design #TransactionViewServlet__wrapper td.is-credit,
html.new-design #TransactionViewServlet__journals__wrapper td.is-credit,
html.new-design #ReversalUpdateServlet__wrapper td.is-credit,
html.new-design #DisputeUpdateServlet__wrapper td.is-credit {
  color: red;
}
html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-success .highlight, html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-danger .highlight, html.new-design #RatioViewServlet__wrapper .table-caption .notice-success .highlight, html.new-design #RatioViewServlet__wrapper .table-caption .notice-danger .highlight {
  font-weight: bolder;
  text-decoration: underline;
}
html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-success::before, html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-danger::before, html.new-design #RatioViewServlet__wrapper .table-caption .notice-success::before, html.new-design #RatioViewServlet__wrapper .table-caption .notice-danger::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-success::before, html.new-design #RatioViewServlet__wrapper .table-caption .notice-success::before {
  content: "\f058";
}
html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-danger, html.new-design #RatioViewServlet__wrapper .table-caption .notice-danger {
  color: #F95492;
}
html.new-design #NoticeBoardServlet__wrapper .table-caption .notice-danger::before, html.new-design #RatioViewServlet__wrapper .table-caption .notice-danger::before {
  content: "\f071";
}
html.new-design #SignInSelectServlet__wrapper #vistab-notice .badge, html.new-design #SignInSelectServlet__wrapper #unscheduled-notice .badge {
  font-size: 100%;
}
html.new-design #SignInSelectServlet__wrapper #vistab-notice .btn-link, html.new-design #SignInSelectServlet__wrapper #unscheduled-notice .btn-link {
  padding: 0 5px;
  color: white;
}
html.new-design #SignInSelectServlet__wrapper .unscheduled {
  color: #F95492 !important;
}
html.new-design #SignInSelectServlet__wrapper .unscheduled .text-link {
  color: #F95492 !important;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper input[type=text], html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper input[type=text] {
  padding: 5px 7px;
  max-height: 35px !important;
  min-height: 35px;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st, html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st:hover, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st:hover {
  border-bottom: none !important;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st td, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-1st td {
  padding-top: 20px;
  padding-bottom: 10px;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt, html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt:hover, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt:hover {
  border-top: none !important;
  border-bottom: none !important;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt td, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-nxt td {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst, html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst:hover, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst:hover {
  border-top: none !important;
}
html.new-design #TimeSheetSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst td, html.new-design #SignInSelectServlet__wrapper .bootstrap-table-wrapper tr.day-lst td {
  padding-top: 10px;
  padding-bottom: 20px;
}
html.new-design #StaffImmunisationUpdateServlet__wrapper #vaccine-info ul {
  margin-left: 15px;
  font-weight: normal;
  list-style: inherit;
}
html.new-design #StaffImmunisationUpdateServlet__wrapper #vaccine-info ul li {
  margin-bottom: 10px;
}
html.new-design #StaffImmunisationUpdateServlet__wrapper #vaccine-info ul li:last-child {
  margin-bottom: 0;
}
html.new-design #UserViewServlet__wrapper .access-modes-table .heading, html.new-design #UserUpdateServlet__wrapper .access-modes-table .heading {
  font-weight: 500;
  text-align: left;
}
html.new-design #UserViewServlet__wrapper .access-modes-table .content, html.new-design #UserUpdateServlet__wrapper .access-modes-table .content {
  text-align: right;
  color: #F95492;
}
html.new-design #UserViewServlet__wrapper .access-modes-table .ic-row {
  border-bottom: solid 1px #1f3161;
}
html.new-design #UserViewServlet__wrapper .access-modes-table .ic-row:last-child {
  border-bottom: none;
}
html.new-design #UserUpdateServlet__wrapper input.has-label, html.new-design #UserUpdateServlet__wrapper .has-label {
  min-height: 35px !important;
  max-height: 35px !important;
  height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #UserUpdateServlet__wrapper .bootstrap-select {
  height: 100%;
  padding: 0 !important;
}
html.new-design #UserUpdateServlet__wrapper .bootstrap-select .dropdown-toggle {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #ChildSelectServlet__wrapper .bootstrap-table-wrapper table thead th[nature=ACTION_HEADING_CELL] .dropdown-menu {
  text-transform: none;
  height: 200px;
  overflow-y: auto;
}
html.new-design #ChildSelectServlet__wrapper .bootstrap-table-wrapper table thead th[nature=ACTION_HEADING_CELL] .btn-group {
  display: block;
  text-align: right;
}
html.new-design #ChildSelectServlet__wrapper .bootstrap-table-wrapper table thead th[nature=ACTION_HEADING_CELL] .btn-group .btn {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #F95492;
  color: white;
}
html.new-design [id^=NoteViewServlet__wrapper_notexKey] .card-text {
  white-space: break-spaces;
  text-overflow: unset;
}
html.new-design #EmailChooseServlet__wrapper .indicator-anchor {
  position: relative;
}
html.new-design #EmailChooseServlet__wrapper .indicator-anchor .outdated-indicator {
  position: absolute;
  top: 20px;
  opacity: 0;
  color: #F95492;
}
html.new-design #EmailChooseServlet__wrapper .indicator-anchor .outdated-indicator h1 {
  margin-bottom: 0;
  line-height: 1;
}
html.new-design #UnscheduledViewServlet__wrapper .dropdown-toggle {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 0 7px 20px;
}
html.new-design #UnscheduledViewServlet__wrapper input {
  height: 35px !important;
  min-height: 35px !important;
  padding: 7px 5px 7px 5px;
}
html.new-design tbody.link-list .disabled-row > td, html.new-design tbody.link-list .disabled-row > td:hover {
  color: dimgrey !important;
}
html.new-design #SomeUpdateServlet__13__wrapper .ajax-form .row .col-12.px-1.px-sm-2 .margin-bottom .ic-row.center.stack .col.c8-1.c-1st, html.new-design #SomeUpdateServlet__13__wrapper .ajax-form .row .col-12.px-1.px-sm-2 .margin-bottom .ic-row.center.stack .col.c8-1:not(.c-1st):nth-child(odd) {
  width: 3.5%;
  padding-left: 16px;
}
html.new-design #SomeUpdateServlet__13__wrapper .ajax-form .row .col-12.px-1.px-sm-2 .margin-bottom .ic-row.center.stack .col.c8-1:not(.c-1st):nth-child(even) {
  width: 21.5%;
  padding-left: 4px;
}
html.new-design #ContactxPinUpdateServlet__wrapper input::-ms-reveal, html.new-design #ContactxPinUpdateServlet__wrapper input::-ms-clear {
  display: none;
}
html.new-design #ContactxPinUpdateServlet__wrapper .label-for-pin-with-hint {
  padding-bottom: 17px;
}
html.new-design #ContactxPinUpdateServlet__wrapper .label-for-pin {
  margin-right: 4px;
}
html.new-design #ContactxPinUpdateServlet__wrapper span.hint {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}
html.new-design #ContactxPinUpdateServlet__wrapper span.hint::before {
  content: "* ";
  color: #F95492;
}
html.new-design #ContactxPinUpdateServlet__wrapper .pin-toggle .pin {
  margin-left: 4px;
}
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: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  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: 15px;
  font-weight: normal;
  list-style: inherit;
}
html.new-design .instruction-wrapper .instruction-content .icon-explanations .icon {
  padding-right: 20px;
}
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: 16px;
}
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 .highlightCounter {
  position: absolute;
  top: -8px;
  left: -9px;
  z-index: 9999999999 !important;
  padding: 1px;
  font-family: Arial, verdana, tahoma, serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #cf0404;
  width: 12px;
  height: 12px;
  line-height: 14px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
html.new-design #fb-overview-note:focus {
  border: 1px solid #64b7cc;
}
html.new-design #fb-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
html.new-design .fb-helper {
  background: rgba(0, 0, 0, 0);
  cursor: default;
}
html.new-design .fb-helper[data-type=highlight] > .fb-helper-inner {
  background: rgba(0, 68, 255, 0.1);
}
html.new-design .fb-helper:hover > .fb-rectangle-close {
  display: inline !important;
}
html.new-design .fb-rectangle-close {
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAkFJREFUSMftlruKIkEUhmfa6aFZOxA133CYaJk19hl8AMFBBVEDUUQFdSONjCZcmE0FA0F8BUEEMdBAUBMTQU1MTAyUs1XFqaK7ZXr6sosbbMEX9N/nnL+rum53d//bP9Du/xC2TSXCA0EmPNpExlzJjjk3VAgqwUcIEIIWCWCOijX4B3zaUxr4BYt8JTwTvhFeCN+RkAGuv2DsM+YGsdaDWc/58CqY8EQAlzxhLcVs2HlvVfzaME122tA4jLVUs17f46Tw4VBFaPLlchEsl0s4n886jbNYLHTPaBzBWj6s/aHxI04O+p+iNPl0OjF6vR74/X6o1WpC4zQaDfau0+kIDY2jWCuAtU2NgzhJ4jT5eDzCdDoFr9cr/h01pzqFmnJdURQYj8dMRy2OtYJWjekMTdLkw+EAu90OyuWybuLU63WdKSWXy8F2u2U5qCWxlmXjEDfe7/cCo7nRVBurMQ45Mt5sNjoqlQp4PB5hKEkS5PP5qzjXxuv1Wke1Wr0yLhaLV3GujVerlaBUKpkOtTbWtfF8PofZbAaFQkFnlE6nmZlWy2azbAXQHNfGtFC/32dLhRskEgmmUzKZjNBlWYZut8t0p8ZiOU0mE0ar1QJVVSEWiwmNk0ql2DpvNptCc7qcxAYyGo0E7XYbhsOhTtO+0z472UB0W+ZgMHCE3S3z6pBwieVDwngsvhJ+EN4IPwnvhF8f8I4xb5jzaudYNF4EwvjVUfxfyU+IY2wEcy1dBG529bnpZe+m19ubXuj/evsNCeWOtAQ20rwAAAAASUVORK5CYII=");
  width: 30px;
  height: 30px;
  display: none;
  right: -15px;
  top: -15px;
}
html.new-design .fb-highlighter-hide {
  display: none !important;
}
html.new-design #fb-overview-note {
  resize: none;
}
html.new-design #fb-highlighter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 50px;
  width: 240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px, rgba(0, 0, 0, 0.2) 0px 11px 15px -7px;
  z-index: 999999;
}
html.new-design #fb-highlighter svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: top;
}
html.new-design #fb-highlighter svg#fb-sethighlight {
  margin-left: 4px;
  margin-top: 8px;
}
html.new-design #fb-highlighter svg#fb-setblackout {
  margin-left: 8px;
  margin-top: 8px;
}
html.new-design #fb-highlighter svg#fb-move-handler {
  height: 38px;
  cursor: move;
  margin-top: 5px;
}
html.new-design #fb-highlighter svg.fb-active {
  stroke: aqua;
}
html.new-design #fb-highlighter svg.fb-active path {
  fill: black;
}
html.new-design #fb-highlighter #fb-highlighter-next, html.new-design #fb-highlighter .fb-close {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  color: rgb(66, 133, 244);
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 11px 8px 0;
}
html.new-design .fb-sethighlight:hover,
html.new-design .fb-setblackout:hover {
  background-color: #f8f8f8;
  border: 1px solid #c6c6c6;
  color: #333;
}
html.new-design #fb-highlighter label {
  float: right;
  margin: 0 8px 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
}
html.new-design #fb-highlighter label.lower {
  margin-top: 10px;
}
html.new-design #fb-overview-note {
  width: 100%;
  padding: 4px;
  height: 115px;
  outline: none;
  border-radius: 0;
}
html.new-design .text-right {
  text-align: right;
  font-size: 12px;
  padding-right: 20px;
}
html.new-design .text-left {
  text-align: left;
  font-size: 12px;
  padding-left: 10px;
}
html.new-design .fb-screenshot {
  width: 100%;
}
html.new-design #fb-screenshot {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 285px;
}
html.new-design .fb-screenshot-border {
  padding: 1px;
  border: 1px solid #adadad;
}
html.new-design .fb-screenshot-border:hover {
  border: 1px solid #357ae8;
}
html.new-design .according {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAACNwAAAjcB9wZEwgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABoSURBVDiNxZO7DYAwDETfsQNdVqBhiTBypqKmO1pEAgpyJCy5Or+T/JNtIjGF6F4DSVlSkZQq0fZrAhtwADswV/oHeG3WROBHg164aQAsvbDt+BrHtzBkiEPWOOSQLiYZKEC6a/r9G0922YbzPVrpzwAAAABJRU5ErkJgggaa37d2ae1e9bdb35f16cee055ee584ea");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 14px;
  color: #373434;
  margin-right: 10px;
  padding: 6px 15px 6px 6px;
}
html.new-design .according:hover {
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #6788DF;
}
html.new-design #fb-browser-info,
html.new-design #fb-page-info,
html.new-design #fb-page-structure,
html.new-design #fb-additional-none {
  width: 100%;
}
html.new-design #fb-page-infodetail, html.new-design #fb-browser-infodetail, html.new-design #fb-html-infodetail {
  padding-top: 10px;
}
html.new-design .bubble {
  position: absolute;
  bottom: -29px;
  font-size: 12px;
  padding: 3px;
  background-color: #fff;
  min-height: 22px;
  border: none;
  border-top: #1d96e6 solid 1px;
}
html.new-design #loading-screenshot {
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #76ADF0;
  border: 1px solid #D4D1D1;
  direction: ltr;
  margin-top: 60px;
}
html.new-design .loading-screenshot {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: -256px;
  -moz-animation-name: bounce_loading-screenshot;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: bounce_loading-screenshot;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-name: bounce_loading-screenshot;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -ms-animation-name: bounce_loading-screenshot;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: bounce_loading-screenshot;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 256px;
  height: 10px;
}
@-moz-keyframes bounce_loading-screenshot {
  0% {
    margin-left: -256px;
  }
  100% {
    margin-left: 256px;
  }
}
@-webkit-keyframes bounce_loading-screenshot {
  0% {
    margin-left: -256px;
  }
  100% {
    margin-left: 256px;
  }
}
@-o-keyframes bounce_loading-screenshot {
  0% {
    margin-left: -256px;
  }
  100% {
    margin-left: 256px;
  }
}
@-ms-keyframes bounce_loading-screenshot {
  0% {
    margin-left: -256px;
  }
  100% {
    margin-left: 256px;
  }
}
@keyframes bounce_loading-screenshot {
  0% {
    margin-left: -256px;
  }
  100% {
    margin-left: 256px;
  }
}
html.new-design .chart-wrapper, html.new-design .table-wrapper {
  width: 100%;
}
html.new-design .table-wrapper .card-text {
  padding: 0;
}
html.new-design .chart-data-table {
  overflow-x: auto;
}
html.new-design .chart-data-table table.table-no-surround-border {
  border: none;
  margin-bottom: 0;
}
html.new-design .chart-data-table table.table-no-surround-border tbody td:last-of-type {
  border-right: none;
}
html.new-design .chart-data-table table.table-no-surround-border tbody tr th {
  border-left: none;
}
html.new-design .chart-data-table table.table-no-surround-border thead tr th {
  border-top: none;
}
html.new-design .chart-data-table table.table-no-surround-border thead tr th:first-of-type {
  border-left: none;
}
html.new-design .chart-data-table table.table-no-surround-border thead tr th:last-of-type {
  border-right: none;
}
html.new-design .chart-controllers .fas, html.new-design .chart-controllers .far {
  color: #F95492;
}
html.new-design .chart-caption, html.new-design .table-caption {
  color: #1F3161;
  font-size: 15px;
  font-weight: 600;
}
@media print {
  html.new-design canvas, html.new-design canvas.chart-canvas {
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
  }
}
html.new-design #NoticeBoardServlet__wrapper .chart-title {
  margin-bottom: 15px;
}
html.new-design #NoticeBoardServlet__wrapper .chart-caption {
  color: #8D98B1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
html.new-design #tips-cache {
  display: none;
}
html.new-design #tips-area {
  position: relative;
  background: #ECFBFF;
}
html.new-design #tips-area #tip-header {
  padding: 0.75rem 1.25rem;
  padding-left: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
}
html.new-design #tips-area #tip-header button {
  padding: 0;
  font-weight: bold;
  color: #8D98B1;
  line-height: 14px;
  font-size: 12px;
}
html.new-design #tips-area #tips-holder {
  padding: 0.25em 40px;
}
html.new-design #tips-area #tips-holder .tip-content {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
html.new-design #tips-area #tips-holder .tip-content p {
  margin: 0;
  padding-bottom: 15px;
}
html.new-design #tips-area #tips-holder .tip-content p:last-child {
  padding-bottom: 0;
}
html.new-design #tips-area #tips-holder .tip-content a {
  font-weight: 600;
  text-decoration: underline;
  color: #0EC3E7;
}
html.new-design #tips-area .slick-track {
  max-height: 150px;
  display: flex;
}
html.new-design #tips-area .slick-track .slick-slide {
  margin: auto;
}
html.new-design #tips-area #next-tip, html.new-design #tips-area #prev-tip {
  width: 48px;
}
html.new-design #tips-area #prev-tip {
  padding-left: 24px;
}
html.new-design #tips-area #prev-tip span {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  top: calc(50% + 10px);
  cursor: pointer;
  background-image: url(../../assets/prev-inactive.svg);
}
html.new-design #tips-area #prev-tip span:hover {
  background-image: url(../../assets/prev-active.svg);
}
html.new-design #tips-area #next-tip {
  padding-right: 24px;
}
html.new-design #tips-area #next-tip span {
  position: absolute;
  top: calc(50% + 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../../assets/next-inactive.svg);
}
html.new-design #tips-area #next-tip span:hover {
  background-image: url(../../assets/next-active.svg);
}
html.new-design #tips-area:before {
  display: block;
  content: "“";
  font-size: 180px;
  position: absolute;
  left: -30px;
  top: -80px;
  color: #0EC3E7;
}
html.new-design #tips-area.urgent {
  background: #FFB2CC;
}
html.new-design #tips-area.urgent:before {
  color: #F95492;
}
html.new-design #tips-area.urgent #tip-header button {
  color: #1f3161;
}
html.new-design #tips-area.urgent #tips-holder .tip-content a {
  color: #F95492;
}
html.new-design .has-error {
  border: #F95492 1px solid !important;
}
html.new-design form .col span.is-selected {
  color: red;
}
