@charset "UTF-8";
.cyan {
  color: rgba(0, 176, 185, 0.75);
}
.cyan2 {
  color: rgba(0, 167, 181, 0.75);
}
.green {
  color: rgba(108, 194, 74, 0.75);
}
.orange {
  color: rgba(232, 119, 34, 0.75);
}
.pink {
  color: rgba(208, 53, 156, 1);
}
.purple {
  color: rgba(51, 0, 114, 0.5);
}
.purple2 {
  color: rgba(154, 96, 175, 1);
}
.yellow {
  color: rgba(255, 199, 44, 0.75);
}
.bg-cyan {
  background-color: rgba(0, 176, 185, 0.75);
}
.bg-dark {
  background-color: rgba(35, 31, 32, 0.75);
}
.bg-green {
  background-color: rgba(56, 183, 158, 0.75);
}
.bg-grey {
  background-color: rgba(216, 216, 216, 0.25);
}
.bg-orange {
  background-color: rgba(232, 119, 34, 0.75);
}
.bg-pink {
  background-color: rgba(208, 53, 156, 1);
}
.bg-purple {
  background-color: rgba(154, 96, 175, 1);
}
.bg-yellow {
  background-color: #F2C955;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.bgcontain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bgcover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.gc-1 {
  grid-column-end: span 1;
}
.gc-2 {
  grid-column-end: span 2;
}
.gc-3 {
  grid-column-end: span 3;
}
.gc-4 {
  grid-column-end: span 4;
}
.gc-5 {
  grid-column-end: span 5;
}
.gc-6 {
  grid-column-end: span 6;
}
.gr-1 {
  grid-row-end: span 1;
}
.gr-2 {
  grid-row-end: span 2;
}
.gr-3 {
  grid-row-end: span 3;
}
.gr-4 {
  grid-row-end: span 4;
}
.gr-5 {
  grid-row-end: span 5;
}
.gr-6 {
  grid-row-end: span 6;
}
.gr-7 {
  grid-row-end: span 7;
}
.gr-8 {
  grid-row-end: span 8;
}
.gr-9 {
  grid-row-end: span 9;
}
.textellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fontfix {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.ENHeader1 {
  font-size: 2em;
}
.ENHeader2 {
  font-size: 1.75em;
}
.ENHeader3 {
  font-size: 1.5em;
}
.ENHeader4 {
  font-size: 1.25em;
}
.ENHeader5 {
  font-size: 1.125em;
}
.ENHeader6 {
  font-size: 1em;
}
.ENBody-8 {
  font-size: 0.5em;
}
.ENBody-10 {
  font-size: 0.625em;
}
.ENBody-11 {
  font-size: 0.6875em;
}
.ENBody-12 {
  font-size: 0.75em;
}
.ENBody-13 {
  font-size: 0.8125em;
}
.ENBody-14 {
  font-size: 0.875em;
}
.ENBody-16 {
  font-size: 1em;
}
.ENBody-18 {
  font-size: 1.125em;
}
.ENBody-20 {
  font-size: 1.25em;
}
.ENBody-22 {
  font-size: 1.375em;
}
.ENBody-24 {
  font-size: 1.5em;
}
.ENBody-26 {
  font-size: 1.625em;
}
.ENBody-28 {
  font-size: 1.75em;
}
.ENBody-32 {
  font-size: 2em;
}
.ENBody-36 {
  font-size: 2.25em;
}
.ENBody-40 {
  font-size: 2.5em;
}
.ENBody-44 {
  font-size: 2.75em;
}
.ENBody-48 {
  font-size: 3em;
}
.f-h1 {
  font-size: 2em;
  font-weight: 600;
}
.f-h2 {
  font-size: 1.75em;
}
.f-h3 {
  font-size: 1.5em;
}
.f-h4 {
  font-size: 1.25em;
}
.f-h5 {
  font-size: 1.125em;
}
.f-h6 {
  font-size: 1em;
}
.f-8 {
  font-size: 0.5em;
}
.f-10 {
  font-size: 0.625em;
}
.f-11 {
  font-size: 0.6875em;
}
.f-12 {
  font-size: 0.75em;
}
.f-13 {
  font-size: 0.8125em;
}
.f-14 {
  font-size: 0.875em;
}
.f-16 {
  font-size: 1em;
}
.f-18 {
  font-size: 1.125em;
}
.f-20 {
  font-size: 1.25em;
}
.f-22 {
  font-size: 1.375em;
}
.f-24 {
  font-size: 1.5em;
}
.f-26 {
  font-size: 1.625em;
}
.f-28 {
  font-size: 1.75em;
}
.f-32 {
  font-size: 2em;
}
.f-36 {
  font-size: 2.25em;
}
.f-40 {
  font-size: 2.5em;
}
.f-44 {
  font-size: 2.75em;
}
.f-48 {
  font-size: 3em;
}
.f-0 {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
.f-reset {
  font-size: 1em;
}
h1,
.h1 {
  font-size: 2em;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 1.75em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1.125em;
}
h6,
.h6 {
  font-size: 1em;
}
.f-semibold {
  font-weight: 600;
}
.f-medium {
  font-weight: 500;
}
.f-regular {
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat-Light'), url('/webapp/static/fonts/Montserrat-Light-100b38fa184634fc89bd07a84453992c.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat-Regular'), local('Montserrat Regular'), url('/webapp/static/fonts/Montserrat-Regular-9c46095118380d38f12e67c916b427f9.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat-Medium'), url('/webapp/static/fonts/Montserrat-Medium-a98626e1aef6ceba5dfc1ee7112e235a.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat-SemiBold'), url('/webapp/static/fonts/Montserrat-SemiBold-c88cecbffad6d8e731fd95de49561ebd.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/webapp/static/fonts/FontAwesome5Free-Solid-900-329caaee1b0824085a9417b2a4a401fb.otf');
}
@font-face {
  font-family: 'FontAwesomeRegular';
  src: url('/webapp/static/fonts/FontAwesome5Free-Regular-400-3ebea4610afd77aecc8a1b81d01e941c.otf');
}
@font-face {
  font-family: 'FontAwesomeBrands';
  src: url('/webapp/static/fonts/FontAwesome5Brands-Regular-400-4afd66a735aa6c501e0a26a9e5d674ac.otf');
}
.fa-brands {
  font-family: 'FontAwesomeBrands';
}
.fa-regular {
  font-family: 'FontAwesomeRegular';
}
.fa-solid {
  font-family: 'FontAwesome';
}
.fa-award:before {
  content: "\f559";
  font-family: 'FontAwesome';
}
.fa-ban {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.fa-ban:before {
  content: "\f05e";
  font-family: 'FontAwesome';
}
.fa-binoculars:before {
  content: "\f1e5";
  font-family: 'FontAwesome';
}
.fa-book-open:before {
  content: "\f518";
  font-family: 'FontAwesome';
}
.fa-book-reader:before {
  content: "\f5da";
  font-family: 'FontAwesome';
}
.fa-box-open:before {
  content: "\f49e";
  font-family: 'FontAwesome';
}
.fa-briefcase:before {
  content: "\f0b1";
  font-family: 'FontAwesome';
}
.fa-bug:before {
  content: "\f188";
  font-family: 'FontAwesome';
}
.fa-building:before {
  content: "\f1ad";
  font-family: 'FontAwesome';
}
.fa-calendar:before {
  content: "\f073";
  font-family: 'FontAwesome';
}
.fa-certificate:before {
  content: "\f0a3";
  font-family: 'FontAwesome';
}
.fa-chart-area:before {
  content: "\f1fe";
  font-family: 'FontAwesome';
}
.fa-check-circle:before {
  content: "\f058";
  font-family: 'FontAwesome';
}
.fa-chevron-left:before {
  content: "\f053";
  font-family: 'FontAwesome';
}
.fa-chevron-right::before {
  content: "\f054";
  font-family: 'FontAwesome';
}
.fa-clipboard-check:before {
  content: "\f46c";
  font-family: 'FontAwesome';
}
.fa-code:before {
  content: "\f121";
  font-family: 'FontAwesome';
}
.fa-codepen:before {
  content: "\f1cb";
  font-family: 'FontAwesomeBrands';
}
.fa-cogs:before {
  content: "\f085";
  font-family: 'FontAwesome';
}
.fa-comments:before {
  content: "\f086";
  font-family: 'FontAwesome';
}
.fa-dollar-sign:before {
  content: "\f155";
  font-family: 'FontAwesome';
}
.fa-envelope:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
}
.fa-exclamation-triangle:before {
  content: "\f071";
  font-family: 'FontAwesome';
}
.fa-file-alt:before {
  content: "\f15c";
  font-family: 'FontAwesome';
}
.fa-file-code:before {
  content: "\f1c9";
  font-family: 'FontAwesome';
}
.fa-folder-open:before {
  content: "\f07c";
  font-family: 'FontAwesomeRegular';
}
.fa-ghost:before {
  content: "\f6e2";
  font-family: 'FontAwesome';
}
.fa-hand-usd:before {
  content: "\f4c0";
  font-family: 'FontAwesome';
}
.fa-home:before {
  content: "\f015";
  font-family: 'FontAwesome';
}
.fa-id-card:before {
  content: "\f47f";
  font-family: 'FontAwesome';
}
.fa-key:before {
  content: "\f084";
  font-family: 'FontAwesome';
}
.fa-list-ol:before {
  content: "\f0cb";
  font-family: 'FontAwesome';
}
.fa-map:before {
  content: "\f279";
  font-family: 'FontAwesome';
}
.fa-newspaper:before {
  content: "\f1ea";
  font-family: 'FontAwesome';
}
.fa-question-circle:before {
  content: "\f059";
  font-family: 'FontAwesome';
}
.fa-rocket:before {
  content: "\f135";
  font-family: 'FontAwesome';
}
.fa-sign-in:before {
  content: "\f2f6";
  font-family: 'FontAwesome';
}
.fa-suitcase:before {
  content: "\f0f2";
  font-family: 'FontAwesome';
}
.fa-tasks:before {
  content: "\f0ae";
  font-family: 'FontAwesome';
}
.fa-teacher:before {
  content: "\f51c";
  font-family: 'FontAwesome';
}
.fa-ticket:before {
  content: "\f3ff";
  font-family: 'FontAwesome';
}
.fa-tools:before {
  content: "\f7d9";
  font-family: 'FontAwesome';
}
.fa-user:before {
  content: "\f007";
  font-family: 'FontAwesome';
}
.fa-users:before {
  content: "\f0c0";
  font-family: 'FontAwesome';
}
.fa-user-check:before {
  content: "\f4fc";
  font-family: 'FontAwesome';
}
.icon-lg {
  font-size: 5rem;
}
.icon-xl {
  font-size: 5.5rem;
}
button,
.btn {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: none;
  white-space: nowrap;
  font-weight: 500;
  color: rgba(35, 31, 32, 0.75);
  cursor: pointer;
}
button.login,
.btn.login {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: white;
  width: 14rem;
}
@media (max-width: 36rem) {
  button.login,
  .btn.login {
    font-size: 0.875em;
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
button.login + p,
.btn.login + p {
  margin-top: 1.5rem;
}
.github button.login,
.github .btn.login {
  background-color: #191717;
}
.corppass button.login,
.corppass .btn.login {
  background-color: #191717;
/*  height:3rem;
  background-image:url(/webapp/static/images/logo/LoginWithSingpass-e954dab3ac47cf4208902f6b18dad68c.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
}
button:disabled,
.btn:disabled,
button.disabled,
.btn.disabled {
  pointer-events: none;
  cursor: auto;
}
button.browse,
.btn.browse {
  margin-bottom: 0;
  line-height: 2;
}
button.dropdown-toggle,
.btn.dropdown-toggle {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.dropdown-toggle[aria-expanded="true"]:before,
.btn.dropdown-toggle[aria-expanded="true"]:before {
  content: "\f077";
}
button.dropdown-toggle:before,
.btn.dropdown-toggle:before {
  content: "\f078";
  font-family: 'FontAwesome';
  color: rgba(3, 114, 156, 1);
}
button.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  border: none;
}
.btn-lg {
  font-size: 1em;
}
@media (min-width: 36.1rem) {
  .btn-lg {
    padding: 0.5rem 3rem;
  }
}
@media (max-width: 36rem) {
  .btn-lg {
    padding: 0.5rem 1rem;
  }
}
.btn-sm {
  padding: 0.5rem 1rem;
}
.btn-primary {
  background-color: rgba(51, 0, 114, 0.75);
  color: white;
  -webkit-box-shadow: 0 0.125rem 0.25rem #D8D8D8;
          box-shadow: 0 0.125rem 0.25rem #D8D8D8;
  border: 1px solid rgba(51, 0, 114, 0.75);
}
.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #330072;
  color: white;
}
.btn-primary:hover {
  background-color: rgba(51, 0, 114, 0.85);
  border: 1px solid rgba(51, 0, 114, 0.75);
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: rgba(51, 0, 114, 0.75);
  border: none;
}
.btn-primary:visited {
  color: white;
}
.btn-secondary {
  background-color: white;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(216, 216, 216, 0.75);
  -webkit-box-shadow: 0 0.125rem 0.25rem #D8D8D8;
          box-shadow: 0 0.125rem 0.25rem #D8D8D8;
}
.btn-secondary a {
  color: rgba(51, 0, 114, 0.75);
  text-decoration: none;
}
.btn-secondary:active:not(:disabled):not(.disabled) {
  background-color: #F9F9F9;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(216, 216, 216, 0.75);
}
.btn-secondary:hover {
  background-color: rgba(249, 249, 249, 0.85);
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(216, 216, 216, 0.75);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: white;
  color: rgba(51, 0, 114, 0.75);
  border: none;
}
.btn-secondary:visited {
  color: rgba(51, 0, 114, 0.75);
}
.btn-outline-primary {
  background-color: transparent;
  border: 1px solid rgba(51, 0, 114, 0.75);
  color: rgba(51, 0, 114, 0.75);
  font-weight: 500;
  padding: 0.25rem 1rem;
}
.btn-outline-primary:active {
  background-color: transparent;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(51, 0, 114, 0.75);
}
.btn-outline-primary:hover {
  background-color: transparent;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(51, 0, 114, 0.85);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: rgba(51, 0, 114, 0.75);
}
.btn-outline-primary:visited {
  color: rgba(51, 0, 114, 0.75);
}
.btn-light:active:not(:disabled):not(.disabled) {
  background-color: transparent;
}
.btn-icon {
  background: none;
  color: rgba(3, 114, 156, 1);
  padding: 0;
}
.btn.btn-icon.toggle-password {
  position: absolute;
  right: 2rem;
  top: 0.15rem;
  color: rgba(51, 0, 114, 0.75);
  z-index: 6;
  height: 2.25rem;
  width: 2rem;
}
@media (max-width: 36rem) {
  .btn-icon.toggle-password {
    right: -2.5rem;
  }
}
input[readonly] ~ .btn-icon.toggle-password {
  top: 0;
  bottom: 0;
}
.btn-icon.toggle-password.show-text:before {
  content: "\f070";
}
.btn-icon.toggle-password:before {
  content: "\f06e";
  font-family: 'FontAwesome';
  font-size: 1.5em;
}
.btn-icon.cancel:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}
.btn-icon.search:before {
  content: "\f002";
  font-family: 'FontAwesome';
}
.btn-group-toggle {
  border: 1px solid rgba(216, 216, 216, 0.75);
  border-radius: 0.25rem;
}
.btn-group-toggle .btn {
  font-size: 1em;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.75);
}
.btn-group-toggle .btn.active {
  background-color: rgba(3, 114, 156, 1);
  color: white;
}
.btn-group-toggle .btn:not(.last-child) {
  border-right: 1px solid rgba(216, 216, 216, 0.75);
}
.button-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-toolbar .btn:not(:last-child) {
  margin-right: 1rem;
}
.more-actions .btn:hover {
  text-decoration: none;
}
.more-actions .btn:before {
  content: "\f141";
  font-family: 'FontAwesome';
  color: rgba(51, 0, 114, 0.75);
}
.more-actions .btn:after {
  display: none;
}
.card {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.25);
  border-radius: 0.5rem;
  background-color: white;
  height: 100%;
  color: rgba(35, 31, 32, 0.75);
}
.card:hover {
  cursor: pointer;
}
.card > a {
  height: 100%;
}
.card a {
  margin-top: auto;
}
.card a:hover {
  text-decoration: none;
}
.card a:hover .card-body {
  color: rgba(35, 31, 32, 0.75);
}
.card a:hover .card-body span {
  text-decoration: underline;
}
.card a:visited .card-body {
  color: rgba(35, 31, 32, 0.75);
}
.card a:visited .card-body span {
  color: rgba(128, 65, 128, 0.75);
}
.card .icon-wrapper {
  text-align: center;
}
.card .icon-wrapper img {
  width: 20%;
  min-width: 2rem;
  max-width: 6rem;
}
.card .badge.permission {
  margin-bottom: 0.25rem;
}
.card-header .icon {
  color: white;
  font-size: 3rem;
  text-align: center;
}
.card-header.image {
  padding: 0;
  overflow: hidden;
}
.card-header img {
  width: 100%;
}
.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.card-body span:last-child {
  color: rgba(3, 114, 156, 1);
}
.card-body span:last-child:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.card-body span:last-child.external-link:after {
  content: "\f35d";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}
a:hover .card,
a:hover .card-title,
a:hover .card-text {
  text-decoration: none;
}
a:hover .card-body {
  color: rgba(35, 31, 32, 0.75);
}
a:hover .card-body span:last-child {
  text-decoration: underline;
}
a:visited .card-body {
  color: rgba(35, 31, 32, 0.75);
}
a:visited .card-body span:last-child {
  color: rgba(128, 65, 128, 0.75);
}
.datepicker {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid rgba(216, 216, 216, 0.75);
  padding: 0;
}
.datepicker table tr th,
.datepicker table tr td {
  text-align: center;
  width: 35px;
  height: 30px;
  min-width: 100%;
  padding: 0.5rem;
}
.datepicker .ui-state-default {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.datepicker thead {
  background-color: rgba(35, 31, 32, 0.05);
}
.datepicker thead .prev,
.datepicker thead .next {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
.datepicker thead .prev:before,
.datepicker thead .next:before {
  font-size: 1.125rem;
  color: rgba(3, 114, 156, 1);
  cursor: pointer;
}
.datepicker thead .prev:before:hover,
.datepicker thead .next:before:hover {
  color: rgba(3, 114, 156, 1);
}
.datepicker thead .prev:before:visited,
.datepicker thead .next:before:visited {
  color: rgba(128, 65, 128, 0.75);
}
.datepicker thead .prev:before {
  content: "\f053";
  font-family: 'FontAwesome';
}
.datepicker thead .next::before {
  content: "\f054";
  font-family: 'FontAwesome';
}
.datepicker th {
  font-size: 1.25em;
  font-weight: 500;
}
.datepicker th.dow {
  font-size: 1em;
  background-color: white;
}
.datepicker td {
  cursor: pointer;
}
.datepicker td.active {
  background-color: rgba(3, 114, 156, 1);
  color: white;
  border-radius: 0.25rem;
}
.datepicker td.day.old,
.datepicker td.day.new,
.datepicker td.day.disabled {
  color: #CCCECF;
}
.datepicker td.disabled {
  cursor: not-allowed;
}
footer {
  background-image: url("/webapp/static/images/footer-d30a610d6df60ba5ee44915763d55634.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  margin-top: auto;
  padding: 1rem 5rem 0;
  font-size: 12px;
  z-index: 2;
}
footer .navbar-upper .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 0rem;
}
.footer-div {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5 rem;
    margin-bottom: 0.5 rem;
    width: auto;
  }
@media (min-width: 36.1rem) {
  footer .collapse:not(.show) {
    display: block;
  }
  footer .navbar-expand {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
            width:auto;
  }
  footer .navbar-upper {
    justify-content: flex-start;
    padding: 0.25rem 0rem!important;
  }
  footer .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  footer .copyright .navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 36rem) {
  footer {
    padding: 1.5rem 0.5rem;
  }
  footer .row {
    margin: 0;
    width: auto;
  }

  footer .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  footer .col > ul {
    border-top: 1px solid white;
    padding: 0.5rem 0;
    margin: 0;
  }
  footer h6 {
    margin-top: 0.5rem;
  }
}
footer a {
  color: white;
  display: block;
  font-weight: 400;
}
footer a:active,
footer a:hover,
footer a:link,
footer a:visited {
  color: white;
}
footer h6 {
  font-size: 12px;
  font-weight: 600;
}
footer ul ul {
  margin-left: 0.75rem;
}
footer ul ul li {
  margin: 0.25rem 0;
}
footer .navbar {
  padding: 0.25rem 1rem;
}
footer .container-fluid {
  max-width: 1440px;
}
footer .copyright {
  padding-top: 0.25rem;
  border-top: 1px solid white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright .nav-item {
  padding: 0 0.5rem;
  line-height: 1;
}
footer .copyright .nav-item:not(:last-child) {
  border-right: 1px solid white;
}
@media (max-width: 36rem) {
  footer .copyright > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  footer .copyright .navbar {
    padding: 0.25rem 0;
  }
}
@media (min-width: 36.1rem) and (max-width: 48rem) {
  footer .copyright > * {
    margin: 0.5rem 0;
  }
  footer .copyright .navbar {
    padding: 0 1rem;
  }
}
@media (max-width: 36rem) {
  footer .copyright {
    margin: 0 1rem;
    padding: 0.5rem 0;
  }
  footer .copyright [class*=col-] {
    padding: 0;
  }
  footer .copyright .nav-item:first-child {
    padding-left: 0;
  }
}
@media (min-width: 36.1rem) {
  footer [data-bs-toggle="collapse"]:after {
    display: none !important;
  }
}
form h6 {
  margin-bottom: 2rem;
}
.form.create .form-floating,
.form.edit .form-floating {
  position: relative;
}
.form.create .form-floating .form-label,
.form.edit .form-floating .form-label {
  position: absolute;
  left: 0;
  background-color: white;
  color: #979797;
  height: 3.25rem;
}
.form.create .form-floating .form-label .info-tooltip,
.form.edit .form-floating .form-label .info-tooltip {
  display: none;
}
.form.create .form-floating .input-group ~ .form-label,
.form.edit .form-floating .input-group ~ .form-label {
  height: 1.125rem;
  width: auto;
  line-height: 1;
  padding: 0 0.5rem;
  border: none;
  top: -0.5rem;
  left: 1rem;
  color: rgba(35, 31, 32, 0.75);
}
.form.create .form-floating input,
.form.edit .form-floating input,
.form.create .form-floating textarea,
.form.edit .form-floating textarea {
  position: relative;
  height: 3.25rem;
}
.form.create .form-floating input[readonly],
.form.edit .form-floating input[readonly],
.form.create .form-floating textarea[readonly],
.form.edit .form-floating textarea[readonly] {
  border-color: #6CC24A;
  background-color: rgba(35, 31, 32, 0.05);
}
.form.create .form-floating textarea:empty ~ .form-label,
.form.edit .form-floating textarea:empty ~ .form-label {
  height: 100%;
}
.form.create .form-floating .form-label {
  text-align: left;
  font-size: 1em;
  line-height: 1.125;
  top: 0;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(35, 31, 32, 0.75);
  -webkit-transition: all 160ms ease-in-out;
  transition: all 160ms ease-in-out;
}
.form.create .form-floating input[aria-invalid] ~ .form-label,
.form.create .form-floating textarea[aria-invalid] ~ .form-label,
.form.create .form-floating input.valid ~ .form-label,
.form.create .form-floating textarea.valid ~ .form-label,
.form.create .form-floating input.error ~ .form-label,
.form.create .form-floating textarea.error ~ .form-label,
.form.create .form-floating input:focus ~ .form-label,
.form.create .form-floating textarea:focus ~ .form-label,
.form.create .form-floating input[readonly] ~ .form-label,
.form.create .form-floating textarea[readonly] ~ .form-label {
  height: 1.125rem;
  width: auto;
  line-height: 1;
  padding: 0 0.5rem;
  border: none;
  top: -0.5rem;
  left: 1rem;
  color: rgba(35, 31, 32, 0.75);
}
.form.create .form-floating input[aria-invalid] ~ .form-label .info-tooltip,
.form.create .form-floating textarea[aria-invalid] ~ .form-label .info-tooltip,
.form.create .form-floating input.valid ~ .form-label .info-tooltip,
.form.create .form-floating textarea.valid ~ .form-label .info-tooltip,
.form.create .form-floating input.error ~ .form-label .info-tooltip,
.form.create .form-floating textarea.error ~ .form-label .info-tooltip,
.form.create .form-floating input:focus ~ .form-label .info-tooltip,
.form.create .form-floating textarea:focus ~ .form-label .info-tooltip,
.form.create .form-floating input[readonly] ~ .form-label .info-tooltip,
.form.create .form-floating textarea[readonly] ~ .form-label .info-tooltip {
  display: inline-block;
}
.form.create .form-floating input[aria-invalid="false"],
.form.create .form-floating textarea[aria-invalid="false"] {
  border-color: #6CC24A;
  background-image: none;
}
.form.create .form-floating input[aria-invalid="false"]:focus,
.form.create .form-floating textarea[aria-invalid="false"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form.create .form-floating input:invalid,
.form.create .form-floating textarea:invalid,
.form.create .form-floating input[aria-invalid="true"],
.form.create .form-floating textarea[aria-invalid="true"] {
  border-color: rgba(203, 51, 59, 0.75);
}
.form.create .form-floating input:not([value=""]) ~ .form-label {
  height: 1.125rem;
  width: auto;
  line-height: 1;
  padding: 0 0.5rem;
  border: none;
  top: -0.5rem;
  left: 1rem;
  color: rgba(35, 31, 32, 0.75);
}
.form.create .form-floating input[readonly] ~ .form-label {
  background-color: transparent;
}
.form.create .form-floating textarea {
  border-color: rgba(35, 31, 32, 0.75);
}
.form.create .form-floating textarea:focus:not([aria-invalid]) {
  border-color: rgba(51, 0, 114, 0.75);
}
.form.create .form-floating textarea:not(:empty) ~ .form-label {
  height: 1.125rem;
  width: auto;
  line-height: 1;
  padding: 0 0.5rem;
  border: none;
  top: -0.5rem;
  left: 1rem;
  color: rgba(35, 31, 32, 0.75);
}
.form.create .form-floating .form-control:invalid:not(:placeholder-shown),
.form.create .form-floating .form-control.error,
.form.create .form-floating .form-control[aria-invalid="true"] {
  border-color: rgba(203, 51, 59, 0.75);
  background-image: none;
}
.form.create .form-floating .form-control:invalid:not(:placeholder-shown):focus,
.form.create .form-floating .form-control.error:focus,
.form.create .form-floating .form-control[aria-invalid="true"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form.edit .form-floating .form-label {
  height: 1.125rem;
  width: auto;
  line-height: 1;
  padding: 0 0.5rem;
  border: none;
  top: -0.5rem;
  left: 1rem;
  color: rgba(35, 31, 32, 0.75);
}
.form.view .form-floating .form-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.form.view .form-floating input,
.form.view .form-floating .input-group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form.view .form-floating .btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.form.view .input-group {
  /*display: none !important;*/
}
.form.view input[readonly] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D8D8D8;
  background-color: transparent;
  color: #979797;
  padding-left: 0;
  font-size: 1em;
}
.form .form-floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form .form-floating .form-label {
  z-index: 4;
  pointer-events: none;
}
.form .form-floating .input-group.input-file .form-control {
  border-radius: 0.25rem 0 0 0.25rem;
}
.form .form-floating .input-group .form-control {
  border-radius: 0.25rem;
}
.form h6 {
  margin-bottom: 2rem;
}
.form .button:not(:last-child),
.form .btn:not(:last-child) {
  margin-right: 1rem;
}
.form .button.btn-icon,
.form .btn.btn-icon,
.form .button.bs-placeholder,
.form .btn.bs-placeholder {
  margin-right: 0;
}
.form-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
.form-row .form-floating {
  margin-bottom: 0;
}
.form-row .form-label {
  position: absolute;
  top: -2.5rem;
}
.form-row > div {
  margin-bottom: 3rem;
}
.form-floating {
  margin-bottom: 2.5rem;
}
.form-floating.error,
.form-floating .help-block {
  position: relative;
  background-color: rgba(203, 51, 59, 0.75);
  color: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  margin-top: -0.25rem;
  width: 100%;
  font-size: 1em;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.form-floating.error:not(.hide),
.form-floating .help-block:not(.hide) {
  display: inline-block;
}
.form-floating.error:before,
.form-floating .help-block:before {
  content: "\f05e";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-floating.error ~ .input-group .btn,
.form-floating .help-block ~ .input-group .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control.date {
  position: relative;
}
.form-control.date:after {
  content: "\f073";
  font-family: 'FontAwesomeRegular';
  color: rgba(3, 114, 156, 1);
  font-size: 1em;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  pointer-events: none;
  cursor: auto;
  z-index: 1;
}
.form-control.date .form-label {
  text-transform: uppercase;
  font-weight: 500;
}
.form-control.date .form-control {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::-moz-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control:-moz-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control::-moz-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.form-control.date .form-control:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.75);
}
.search {
  position: relative;
}
.search input:focus {
  outline: none;
}
.search input {
  width: 100%;
  background-color: #F5F5F5;
}
.field-input.input-group.search {
  width: 100%;
}
.search .field-set,
.search .field-input {
  margin-bottom: 0;
}

.form-floating + div .bootstrap-select .btn {
  margin-right: 0;
}
.form-floating + div .bootstrap-select ~ .invalid-feedback-role:not(.hidden) {
  margin-bottom: 2.5rem;
}
.form-control:focus {
  border-color: rgba(51, 0, 114, 0.75);
  -webkit-box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 0, 114, 0.25);
          box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 0, 114, 0.25);
}
.form-control:invalid,
.form-control.error,
.form-control[aria-invalid="true"] {
  border-color: rgba(203, 51, 59, 0.75);
  background-image: none;
    z-index:2;
}

.form-control:invalid:focus,
.form-control.error:focus,
.form-control[aria-invalid="true"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control[aria-invalid="false"] ~ .invalid-feedback {
  display: none;
}
.form-control[disabled] ~ .form-label,
.form-control:disabled ~ .form-label,
.form-control[readonly] ~ .form-label {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: large;
  font-weight: 500;
}
.form-control[disabled] ~ .form-label:before,
.form-control:disabled ~ .form-label:before,
.form-control[readonly] ~ .form-label:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -1;
}
.form-control.date {
  padding: 1rem;
  font-weight: 600;
}
.form-control.date::-webkit-input-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date::-moz-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date::-ms-input-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date::placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date::-webkit-input-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date:-moz-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date::-moz-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.date:-ms-input-placeholder {
  color: #231F20;
  text-transform: uppercase;
  font-weight: 600;
}
.form-control.error ~ label.error{
  transform:none;
  color:white;
}
.form-control.error ~ label.error:after{
  background:none;
}
.form-check {
  padding-left: 0;
  margin: 1rem 0;
}
.form-check.select-all {
  font-size: 1.375em;
  font-weight: 500;
}
.form-check-input {
  position: relative;
  margin: 0;
}
.invalid-feedback:not(:empty),
[class*=invalid-feedback]:not(:empty) {
  font-size: 1em;
  display: block;
  background-color: rgba(203, 51, 59, 0.75);
  color: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin-top: -0.25rem !important;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.invalid-feedback:not(:empty):before,
[class*=invalid-feedback]:not(:empty):before {
  content: "\f05e";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.form-text {
  font-size: 0.75em;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
legend {
  font-size: 1em;
  font-weight: 500;
}
input {
  position: relative;
  z-index: 1;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=range],
input[type=tel],
input[type=url] {
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  border-color: rgba(35, 31, 32, 0.75);
  font-size: 1em;
}
input[type=text][aria-invalid="false"],
input[type=email][aria-invalid="false"],
input[type=password][aria-invalid="false"],
input[type=search][aria-invalid="false"],
input[type=date][aria-invalid="false"],
input[type=datetime-local][aria-invalid="false"],
input[type=month][aria-invalid="false"],
input[type=week][aria-invalid="false"],
input[type=time][aria-invalid="false"],
input[type=number][aria-invalid="false"],
input[type=range][aria-invalid="false"],
input[type=tel][aria-invalid="false"],
input[type=url][aria-invalid="false"] {
  border-color: #6CC24A;
  background-image: none;
}
input[type=text][aria-invalid="false"]:focus,
input[type=email][aria-invalid="false"]:focus,
input[type=password][aria-invalid="false"]:focus,
input[type=search][aria-invalid="false"]:focus,
input[type=date][aria-invalid="false"]:focus,
input[type=datetime-local][aria-invalid="false"]:focus,
input[type=month][aria-invalid="false"]:focus,
input[type=week][aria-invalid="false"]:focus,
input[type=time][aria-invalid="false"]:focus,
input[type=number][aria-invalid="false"]:focus,
input[type=range][aria-invalid="false"]:focus,
input[type=tel][aria-invalid="false"]:focus,
input[type=url][aria-invalid="false"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=password]:invalid,
input[type=search]:invalid,
input[type=date]:invalid,
input[type=datetime-local]:invalid,
input[type=month]:invalid,
input[type=week]:invalid,
input[type=time]:invalid,
input[type=number]:invalid,
input[type=range]:invalid,
input[type=tel]:invalid,
input[type=url]:invalid,
input[type=text][aria-invalid="true"],
input[type=email][aria-invalid="true"],
input[type=password][aria-invalid="true"],
input[type=search][aria-invalid="true"],
input[type=date][aria-invalid="true"],
input[type=datetime-local][aria-invalid="true"],
input[type=month][aria-invalid="true"],
input[type=week][aria-invalid="true"],
input[type=time][aria-invalid="true"],
input[type=number][aria-invalid="true"],
input[type=range][aria-invalid="true"],
input[type=tel][aria-invalid="true"],
input[type=url][aria-invalid="true"],
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
input[type=date].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=week].error,
input[type=time].error,
input[type=number].error,
input[type=range].error,
input[type=tel].error,
input[type=url].error {
  border-color: rgba(203, 51, 59, 0.75);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] ~ label:before {
  content: "\f0c8";
  font-family: 'FontAwesomeRegular';
  font-size: 1.125em;
  color: rgba(51, 0, 114, 0.75);
  vertical-align: middle;
  margin-right: 1rem;
}
input[type="checkbox"]:checked ~ label:before {
  content: "\f14a";
  font-family: 'FontAwesome';
}
input[type="checkbox"]:disabled ~ label {
  opacity: 0.65;
}
input[type="password"] {
  font-family: "caption";
  line-height: 2rem;
  padding-right: 3.5rem;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] ~ label:before {
  content: "\f111";
  font-family: 'FontAwesomeRegular';
  font-size: 1em;
  color: rgba(3, 114, 156, 1);
  margin-right: 1rem;
}
input[type="radio"]:checked ~ label:before {
  content: "\f192";
  font-family: 'FontAwesome';
}
input[type="radio"]:disabled ~ label {
  opacity: 0.65;
}
input[readonly] {
  cursor: auto;
}
input[readonly]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgba(151, 151, 151, 0.5);
}
input.error:focus {
  outline: rgba(203, 51, 59, 0.75) auto 1px;
}
.input-group.search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
.input-group.search.error {
  border-color: rgba(203, 51, 59, 0.75);
}
.input-group.search.active {
  background-color: #F5F5F5;
}
.input-group.search.active input {
  background-color: #F5F5F5;
}
.input-group.search input {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: none;
  background-color: white;
  padding: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 13rem;
  margin-right: 5rem;
  overflow: auto;
}
.input-group.search input:not([value=""]) ~ .input-group .cancel {
  display: block;
}
.input-group.search .badge {
  height: 1.25rem;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.75em;
  font-weight: 400;
  background-color: #D8D8D8;
}
@media (max-width: 36rem) {
  .input-group.search .badge {
    position: absolute;
    top: 0.25rem;
    left: 3.25rem;
    z-index: 2;
  }
  .input-group.search .badge + input {
    margin-top: 1rem;
  }
}
.site-search .search .btn {
  padding: 0.5rem 1rem;
}
.site-search.search .btn.search {
  background-color: rgba(3, 114, 156, 1);
  border-radius: 0.5rem;
  width: 46px;
  height: 46px;
}
.input-group.search .btn.search:before {
  content: "\f002";
  font-family: 'FontAwesome';
  color: white;
}
.input-group.search .cancel {
  display: none;
  position: relative;
  color: rgba(35, 31, 32, 0.75);
}
.input-group.search .dropdown-toggle {
  padding: 0.5rem;
  border: none;
  border-right: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group.search .dropdown-toggle[aria-expanded="true"]:before {
  content: "\f077";
}
.input-group.search .dropdown-toggle:before {
  content: "\f078";
  font-family: 'FontAwesome';
  color: rgba(35, 31, 32, 0.75);
}
.input-group.search .dropdown-toggle:after {
  border: none;
}
.input-group.search .dropdown-menu {
  min-width: 24rem;
  right: 0;
  left: auto !important;
}
.input-group.search .field-message {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #F5F5F5;
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  width: 100%;
  font-size: 1em;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.input-group.search .field-message:not(.hide) {
  display: inline-block;
}
.input-group.search .field-message:before {
  content: "\f071";
  font-family: 'FontAwesome';
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-group.search .input-group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0.5rem;
}
.input-group.search .input-group {
  position: absolute;
  left: 46rem;

}
#clear[hidden] ~ .input-group.search .input-group{
  left: 50rem;
}
.input-group.input-file input:focus + .input-group .btn {
  border: 1px solid rgba(51, 0, 114, 0.75);
  border-left: none;
}
.input-group.input-file input[readonly] {
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(35, 31, 32, 0.75);
  font-size: 1em;
}
.input-group.input-file .input-group .btn {
  border-radius: 0 0.25rem 0.25rem 0;
}
.input-group:not(.input-file).form-control {
  border-radius: 0.25rem;
}
.input-group.uen .input-group {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.input-group.uen .input-group > .dropdown {
  width: 100%;
}
.input-group.uen .input-group .dropdown-toggle {
  position: absolute;
  right: 0;
  pointer-events: auto;
}
.input-group.uen .input-group .btn {
  background-color: transparent;
  border-left: 1px solid rgba(216, 216, 216, 0.75);
  margin: 0.5rem 0;
  padding: 0 0.5rem;
}
.input-group.uen .dropdown-menu {
  right: 0;
  left: auto;
  width: 100%;
  pointer-events: auto;
}
.input-group.uen .dropdown-menu a {
  color: rgba(35, 31, 32, 0.75);
}
.input-group.uen input {
  padding-right: 2rem;
  border-radius: 0.5rem !important;
  border-color: rgba(216, 216, 216, 0.75);
  height: 2.5em;
}
.form-floating label.error {
  position: relative;
  background-color: rgba(203, 51, 59, 0.75);
  color: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
  margin-top: -0.25rem;
  width: 100%;
  font-size: 1em;
  z-index: 1;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.form-floating label.error:not(.hide) {
  display: inline-block;

}
.form-floating label.error:before {
  content: "\f05e";
  font-family: 'FontAwesome';
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-group {
  z-index: 5;
  position: relative;
}
.input-group .btn {
  padding: 0.5rem 1.5rem;
  background-color: rgba(51, 0, 114, 1.0);
  color: white;
}
.input-group .btn-icon {
  padding: 0.5rem 1rem;
  background-color: transparent;
  position: absolute;
  right: 0;
}
textarea {
  resize: none;
  min-height: 14rem;
  border-color: rgba(35, 31, 32, 0.75);
}
textarea.form-control {
  padding: 1rem 1.5rem;
}
.file-upload {
  height: 30rem;
  border: 4px dashed #D8D8D8;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file-upload.uploading {
  background-color: rgba(216, 216, 216, 0.5);
}
.file-upload.success {
  background-color: rgba(108, 194, 74, 0.1);
  border-color: transparent;
}
.file-upload.success .icon:before {
  content: "\f058";
  color: rgba(108, 194, 74, 0.75);
}
.file-upload.error {
  background-color: rgba(203, 51, 59, 0.1);
  border-color: transparent;
}
.file-upload.error .icon:before {
  content: "\f05e";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: rgba(203, 51, 59, 0.75);
}
.file-upload .icon:before {
  content: "\f382";
  font-family: 'FontAwesome';
  font-size: 7.5rem;
  color: rgba(216, 216, 216, 0.75);
}
.file-upload .divider {
  width: 70%;
}
.file-upload .file-name {
  font-size: 1.125em;
  text-align: left;
  margin-bottom: 0;
  word-wrap: break-word;
}
.file-upload ~ .btn {
  margin-top: 1.5rem;
  float: right;
}
.upload-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-message p {
  font-size: 1.5em;
  font-weight: 500;
}
.upload-detail {
  width: 90%;
}
.component-notification {
  position: absolute;
  top: 1.5rem;
  right: 45.5rem;
  display: none !important;
}
@media (max-width: 90rem) {
  .component-notification {
    right: 12.5rem;
  }
}
@media (max-width: 48rem) {
  .component-notification {
    right: 5rem;
  }
}
@media (max-width: 36rem) {
  .component-notification {
    right: 3.5rem;
  }
}
.component-notification .view-all {
  float: none;
  text-align: center;
  display: block;
  color: rgba(3, 114, 156, 1);
  border-top: 1px solid rgba(216, 216, 216, 0.75);
}
.notification-list {
  list-style-type: none;
}
.notification-list.inline li {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
.notification-list.inline .notification-title,
.notification-list.inline .timestamp {
  display: inline-block;
}
.notification-list.inline .timestamp {
  float: right;
}
.notification-list li {
  position: relative;
  margin: 0.5rem 0;
}
.notification-list li.new:before {
  color: rgba(3, 114, 156, 1);
}
.notification-list li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.625em;
  color: rgba(3, 114, 156, 1);
  position: absolute;
  left: -1.5rem;
  top: 0.25rem;
}
.notification-list .timestamp {
  font-size: 0.75em;
  color: #979797;
}
.section.notifications {
  background-color: white;
  max-width: 56rem;
  margin: 1rem auto;
  padding: 2rem;
  border-radius: 0.5rem;
}
.page-notifications .main-wrapper {
  padding-top: 109px;
}
.page-notifications main.col {
  min-height: calc(100vh - 410px);
  padding: 1rem;
}
.progress {
  position: relative;
  height: 1.25rem;
  border-radius: 0.75rem;
  background-color: white;
}
.progress .progress-bar {
  height: 100%;
  border-radius: 0.75rem;
}
.progress-bar.bg-success {
  background-color: rgba(108, 194, 74, 0.75);
}
.progress-bar.bg-danger {
  background-color: rgba(203, 51, 59, 0.75);
}
.page-search main {
  background-color: white;
}
.general-wrapper .global-search.section {
  margin-top: 0;
}
.global-search div .search {
  max-width: 50rem;
}
.search-results .component-header {
  font-size: 1.5em;
  margin-bottom: 2rem;
  max-width: 50rem;
  word-break: break-all;
  word-wrap: break-word;
}
.search-results .component-header.skeleton {
  height: 2rem;
  width: 26rem;
  max-width: 100%;
  margin: 0.5rem 0;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.search-results .nav-tabs {
  border-bottom: 4px solid rgba(187, 189, 191, 0.25);
  margin: 0 -5.5rem;
  padding: 0 4.5rem;
}
.search-results .nav-tabs .nav-link {
  border-bottom: 4px solid transparent;
}
.search-results .nav-tabs .nav-link.active {
  border-color: rgba(51, 0, 114, 0.75);
}
.search-results .nav-item {
  margin-bottom: -0.25rem;
}
.search-results .tab-content {
  padding: 1rem 0;
}
.search-results .result-list.skeleton .result-item > div,
.search-results .result-list:empty .result-item > div {
  height: 1.5rem;
  max-width: 100%;
  margin: 0.5rem 0;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.search-results .result-list.skeleton .title,
.search-results .result-list:empty .title {
  width: 20rem;
}
.search-results .result-list.skeleton .location,
.search-results .result-list:empty .location {
  width: 21rem;
}
.search-results .result-item {
  margin-bottom: 2rem;
  max-width: 50rem;
}
.search-results .result-item .title {
  font-size: 1.125em;
  margin-bottom: 0.5rem;
}
.search-results .result-item .title a {
  color: rgba(3, 114, 156, 1);
}
.search-results .result-item .location {
  color: #006621;
  margin-bottom: 0.5rem;
}
.search-results .result-item p {
  margin-bottom: 0;
}
.search-results .empty-state .icon:before {
  content: "\f544";
  font-family: 'FontAwesome';
  color: rgba(0, 176, 185, 0.75);
  font-size: 6rem;
}
.search-results .empty-state h6 {
  font-size: 1.5em;
  font-weight: 600;
}
.search-results .empty-state p {
  font-weight: 500;
}
.empty-state.search {
  color: rgba(35, 31, 32, 0.75);
}
.empty-state.search .icon:before {
  content: "\f544";
  font-family: 'FontAwesome';
  color: rgba(0, 176, 185, 0.75);
  font-size: 6rem;
}
.empty-state.search h6 {
  font-size: 1.5em;
  font-weight: 600;
}
.empty-state.search p {
  font-weight: 500;
}
.search-message {
  font-size: 1.5em;
}
.swagger-ui .f-6,
.swagger-ui .f-headline {
  font-size: 6em;
}
.swagger-ui .f-5,
.swagger-ui .f-subheadline {
  font-size: 5em;
}
.swagger-ui .f1 {
  font-size: 3em;
}
.swagger-ui .f2 {
  font-size: 2.25em;
}
.swagger-ui .f3 {
  font-size: 1.5em;
}
.swagger-ui .f4 {
  font-size: 1.25em;
}
.swagger-ui .f5 {
  font-size: 1em;
}
.swagger-ui .f6 {
  font-size: 0.875em;
}
.swagger-ui .f7 {
  font-size: 0.75em;
}
@media screen and (min-width: 30em) {
  .swagger-ui .f-6-ns,
  .swagger-ui .f-headline-ns {
    font-size: 6em;
  }
  .swagger-ui .f-5-ns,
  .swagger-ui .f-subheadline-ns {
    font-size: 5em;
  }
  .swagger-ui .f1-ns {
    font-size: 3em;
  }
  .swagger-ui .f2-ns {
    font-size: 2.25em;
  }
  .swagger-ui .f3-ns {
    font-size: 1.5em;
  }
  .swagger-ui .f4-ns {
    font-size: 1.25em;
  }
  .swagger-ui .f5-ns {
    font-size: 1em;
  }
  .swagger-ui .f6-ns {
    font-size: 0.875em;
  }
  .swagger-ui .f7-ns {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .swagger-ui .f-6-m,
  .swagger-ui .f-headline-m {
    font-size: 6em;
  }
  .swagger-ui .f-5-m,
  .swagger-ui .f-subheadline-m {
    font-size: 5em;
  }
  .swagger-ui .f1-m {
    font-size: 3em;
  }
  .swagger-ui .f2-m {
    font-size: 2.25em;
  }
  .swagger-ui .f3-m {
    font-size: 1.5em;
  }
  .swagger-ui .f4-m {
    font-size: 1.25em;
  }
  .swagger-ui .f5-m {
    font-size: 1em;
  }
  .swagger-ui .f6-m {
    font-size: 0.875em;
  }
  .swagger-ui .f7-m {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 60em) {
  .swagger-ui .f-6-l,
  .swagger-ui .f-headline-l {
    font-size: 6em;
  }
  .swagger-ui .f-5-l,
  .swagger-ui .f-subheadline-l {
    font-size: 5em;
  }
  .swagger-ui .f1-l {
    font-size: 3em;
  }
  .swagger-ui .f2-l {
    font-size: 2.25em;
  }
  .swagger-ui .f3-l {
    font-size: 1.5em;
  }
  .swagger-ui .f4-l {
    font-size: 1.25em;
  }
  .swagger-ui .f5-l {
    font-size: 1em;
  }
  .swagger-ui .f6-l {
    font-size: 0.875em;
  }
  .swagger-ui .f7-l {
    font-size: 0.75em;
  }
}
.swagger-ui .auth-container .errors {
  font-size: 0.75em;
}
.swagger-ui .info table {
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 0.25rem;
  text-align: left;
  margin: 2rem 0;
}
.swagger-ui .info table tr {
  border-bottom: 1px solid rgba(35, 31, 32, 0.25);
}
.swagger-ui .info table th {
  background-color: rgba(216, 216, 216, 0.5);
  padding: 1rem;
  font-weight: 600;
}
.swagger-ui .info table td {
  padding: 1rem;
}
.swagger-ui .info table tbody tr td {
  padding: 1rem;
}
.swagger-ui .info table a {
  margin-left: 0.5rem;
}
.swagger-ui .info table a.external-link {
  margin-left: 0.25rem;
}
.swagger-ui .info th {
  vertical-align: top;
}
@media (min-width: 48.1rem) {
  .swagger-ui .info th {
    width: 40%;
  }
}
.swagger-ui .info hgroup.main a {
  font-size: 0.75em;
}
.swagger-ui .info .base-url {
  font-size: 0.75em;
}
.swagger-ui .info li,
.swagger-ui .info p,
.swagger-ui .info table,
.swagger-ui .info a {
  font-size: 1em;
}
.swagger-ui .info .title small {
  font-size: 0.625em;
}
.page-reference .swagger-ui .wrapper {
  padding: 0;
}
.swagger-ui .dialog-ux .modal-ux-content p {
  font-size: 0.75em;
}
.swagger-ui .dialog-ux .modal-ux-content h3 {
  font-size: 1.25em;
}
.swagger-ui .dialog-ux .modal-ux-content h4 {
  font-size: 1.125em;
}
.swagger-ui .download-contents {
  font-size: 0.875em;
}
.swagger-ui .errors-wrapper .errors h4 {
  font-size: 0.875em;
}
.swagger-ui .errors-wrapper hgroup h4 {
  font-size: 1.25em;
}
.swagger-ui .model {
  font-size: 0.875em;
}
.swagger-ui .model .model {
  font-size: 1em;
}
.swagger-ui .model-title {
  font-size: 1em;
}
.swagger-ui .model-deprecated-warning {
  font-size: 1em;
}
.swagger-ui .opblock .opblock-section-header > label {
  font-size: 0.75em;
}
.swagger-ui .opblock .opblock-section-header h4 {
  font-size: 0.875em;
}
.swagger-ui .opblock .opblock-summary-method {
  font-size: 0.875em;
}
.swagger-ui .opblock .opblock-summary-operation-id,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
  font-size: 1em;
}
@media (max-width: 768px) {
  .swagger-ui .opblock .opblock-summary-operation-id,
  .swagger-ui .opblock .opblock-summary-path,
  .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-size: 0.75em;
  }
}
.swagger-ui .opblock .opblock-summary-operation-id {
  font-size: 0.875em;
}
.swagger-ui .opblock .opblock-summary-description {
  font-size: 0.8125em;
}
.swagger-ui .opblock-body pre {
  font-size: 0.75em;
}
.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal {
  font-size: 0.75em;
}
.swagger-ui .opblock-description-wrapper h4,
.swagger-ui .opblock-external-docs-wrapper h4,
.swagger-ui .opblock-title_normal h4 {
  font-size: 0.75em;
}
.swagger-ui .opblock-description-wrapper p,
.swagger-ui .opblock-external-docs-wrapper p,
.swagger-ui .opblock-title_normal p {
  font-size: 0.875em;
}
.swagger-ui .opblock-tag {
  font-size: 1.5em;
}
.swagger-ui .opblock-tag small {
  font-size: 0.875em;
}
.swagger-ui .opblock-summary-path a {
  word-break: break-word;
}
.swagger-ui .parameter__type {
  font-size: 0.75em;
}
.swagger-ui .parameter__name {
  font-size: 1em;
}
.swagger-ui .parameter__extension,
.swagger-ui .parameter__in {
  font-size: 0.75em;
}
.swagger-ui .parameter__deprecated {
  font-size: 0.75em;
}
.swagger-ui .parameter__empty_value_toggle {
  font-size: 0.8125em;
}
.swagger-ui .responses-inner h4,
.swagger-ui .responses-inner h5 {
  font-size: 0.75em;
}
.swagger-ui .response-col_status,
.swagger-ui .response-col_links {
  font-size: 0.875em;
}
.swagger-ui .response-col_status .response-undocumented,
.swagger-ui .response-col_links .response-undocumented {
  font-size: 0.6875em;
}
.swagger-ui .response-col_description__inner div.markdown,
.swagger-ui .response-col_description__inner div.renderedMarkdown {
  font-size: 0.875em;
}
.swagger-ui .scheme-container .schemes > label {
  font-size: 0.75em;
}
.swagger-ui .scopes h2 {
  font-size: 0.875em;
}
.swagger-ui .servers > label {
  font-size: 0.875em;
}
.swagger-ui .servers .computed-url code {
  font-size: 1em;
}
.swagger-ui .servers-title {
  font-size: 0.875em;
}
.swagger-ui .tab li {
  font-size: 0.75em;
}
.swagger-ui .topbar .download-url-wrapper .select-label span {
  font-size: 1em;
}
.swagger-ui .topbar .download-url-wrapper .download-url-button {
  font-size: 1em;
}
.swagger-ui label {
  font-size: 0.75em;
}
.swagger-ui section.models h4,
.swagger-ui section.models h5 {
  font-size: 1em;
}
.swagger-ui select {
  font-size: 0.875em;
}
.swagger-ui table .headers td {
  font-size: 0.75em;
}
.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
  font-size: 0.75em;
}
.swagger-ui table tbody {
  font-size: 1em;
}
.swagger-ui textarea {
  font-size: 0.75em;
}
.swagger-ui textarea.curl {
  font-size: 0.75em;
}
.swagger-container .swagger-ui .scheme-container {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.download-content {
  white-space: nowrap;
}
table thead {
  border-bottom: 1px solid #D8D8D8;
  color: rgba(35, 31, 32, 0.75);
  font-size: 1.125em;
}
table thead button {
  padding: 0;
  background: none;
}
table tbody {
  font-size: 0.875em;
  word-break: break-word;
  word-wrap: break-word;
  color: rgba(35, 31, 32, 0.75);
}
table tbody .main {
  font-size: 1em;
}
table tbody .detail {
  font-size: 0.75em;
}
table tbody .detail + .detail {
  margin-top: 0.25rem;
}
table tbody .status.pending .main:before {
  color: rgba(232, 119, 34, 0.75);
}
table tbody .status.rejected .main:before,
table tbody .status.suspended .main:before {
  color: rgba(203, 51, 59, 0.75);
}
table tbody .status .main:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.625em;
  color: #6CC24A;
  vertical-align: middle;
  margin-right: 0.5rem;
}
table td {
  min-width: 8rem;
}
.swagger-ui table .col {
  width: auto;
}
table button[id*='Asc'],
table .asc {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
table button[id*='Asc']:before,
table .asc:before {
  content: "\f0de";
  font-family: 'FontAwesome';
  font-size: 1rem;
  color: rgba(3, 114, 156, 1);
}
table button[id*='Desc'],
table .desc {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
table button[id*='Desc']:before,
table .desc:before {
  content: "\f0dd";
  font-family: 'FontAwesome';
  font-size: 1rem;
  color: rgba(3, 114, 156, 1);
}
table.api-info {
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 0.25rem;
  text-align: left;
  font-size: 1em;
  margin: 2rem 0;
}
table.api-info tr {
  border-bottom: 1px solid rgba(35, 31, 32, 0.25);
}
table.api-info th {
  background-color: rgba(216, 216, 216, 0.5);
  padding: 1rem;
  font-weight: 600;
}
table.api-info td {
  padding: 1rem;
}
table.api-info a {
  color: rgba(3, 114, 156, 1);
  text-decoration: none;
  font-size: 0.75em;
}
#listingTable th {
  font-size: 1em;
  white-space: nowrap;
}
#listingTable th .btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#listingTable th button {
  opacity: 0.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  background: none;
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
#listingTable th button.active {
  opacity: 1;
}
#listingTable th button:not(:last-child) {
  margin-bottom: 0.25rem;
}
#listingTable th br {
  display: none;
}
#listingTable td button,
#listingTable td .btn {
  background-color: transparent;
  border: 1px solid rgba(51, 0, 114, 0.75);
  color: rgba(51, 0, 114, 0.75);
  font-weight: 500;
  padding: 0.25rem 1rem;
  padding: 0.5rem 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.75em;
}
#listingTable td button:active,
#listingTable td .btn:active {
  background-color: transparent;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(51, 0, 114, 0.75);
}
#listingTable td button:hover,
#listingTable td .btn:hover {
  background-color: transparent;
  color: rgba(51, 0, 114, 0.75);
  border: 1px solid rgba(51, 0, 114, 0.85);
}
#listingTable td button:disabled,
#listingTable td .btn:disabled,
#listingTable td button.disabled,
#listingTable td .btn.disabled {
  color: rgba(51, 0, 114, 0.75);
}
#listingTable td button:visited,
#listingTable td .btn:visited {
  color: rgba(51, 0, 114, 0.75);
}
#listingTable tbody {
  font-size: 0.75em;
}
.table {
  margin-bottom: 0;
}
.table thead th {
  border: none;
  font-weight: 500;
}
.table .btn-group.sort {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table .btn-group .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  background: none;
}
.table .btn-group .btn.active {
  opacity: 1;
}
.table .btn-group .btn:not(:last-child) {
  margin-bottom: 0.25rem;
}
.requests-table th .btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requests-table th .btn {
  opacity: 0.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  background: none;
}
.requests-table th .btn.active {
  opacity: 1;
}
.requests-table th .btn:not(:last-child) {
  margin-bottom: 0.25rem;
}
.table-wrapper {
  margin-top: 1rem;
}
.pagination,
.paging_input {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}
.pagination > *,
.paging_input > * {
  margin: 0.25rem;
}
.pagination .paginate-input,
.paging_input .paginate-input {
  border: 1px solid rgba(216, 216, 216, 0.75);
  padding: 0.25rem 0.5rem;
  width: 2.5rem;
}
.page-item {
  cursor: pointer;
}
.page-item .page-link {
  color: rgba(3, 114, 156, 1);
}
.page-item.active .page-link {
  color: rgba(35, 31, 32, 0.75);
  background: none;
  border: none;
}
.page-item.first,
.page-item.previous,
.page-item.next,
.page-item.last {
  font-size: 0px;
  line-height: 0;
  color: transparent;
  line-height: 1.25;
}
.page-item.first:before,
.page-item.previous:before,
.page-item.next:before,
.page-item.last:before {
  font-size: 1rem;
  font-family: 'FontAwesome';
  color: rgba(3, 114, 156, 1);
}
.page-item.first .page-link,
.page-item.previous .page-link,
.page-item.next .page-link,
.page-item.last .page-link {
  font-size: 0px;
  line-height: 0;
  color: transparent;
  line-height: 1.25;
}
.page-item.first .page-link:before,
.page-item.previous .page-link:before,
.page-item.next .page-link:before,
.page-item.last .page-link:before {
  font-size: 1rem;
  font-family: 'FontAwesome';
  color: rgba(3, 114, 156, 1);
}
.page-item.first:before {
  content: "\f048";
}
.page-item.first .page-link:before {
  content: "\f048";
}
.page-item.previous:before {
  content: "\f053";
}
.page-item.previous .page-link:before {
  content: "\f053";
}
.page-item.next:before {
  content: "\f054";
}
.page-item.next .page-link:before {
  content: "\f054";
}
.page-item.last:before {
  content: "\f051";
}
.page-item.last .page-link:before {
  content: "\f051";
}
.page-item.disabled {
  pointer-events: none;
  cursor: auto;
}
.page-item.disabled:before {
  color: #979797;
}
.page-item.disabled .page-link:before {
  color: #979797;
}
.paginate_page {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}
.page-link {
  border: none;
  background: none;
}
.table-pagination,
.result-pagination {
  margin: 0;
  padding-top: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
}
.alert.announcement {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5rem;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 3rem;
  margin-bottom: 0;
  height: auto;
  background-color: rgba(35, 31, 32, 0.75);
  border-radius: 0;
  border: 1px solid rgba(35, 31, 32, 0.75);
  color: white;
  font-size: 0.875em;
}
@media (max-width: 48rem) {
  .alert.announcement {
    padding: 0 0.5rem;
    top: 3.5rem;
  }
}
@media (max-width: 24rem) {
  .alert.announcement {
    padding-bottom: 1rem;
  }
}
.alert.announcement > .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.75rem 0;
  position: relative;
}
@media (max-width: 90rem) {
  .alert.announcement > .wrapper {
    margin: 0 2rem;
  }
}
@media (max-width: 48rem) {
  .alert.announcement > .wrapper {
    margin: 0;
  }
}
.alert.announcement .alert-message {
  position: relative;
}
@media (max-width: 48rem) {
  .alert.announcement .alert-message {
    padding-right: 2rem;
  }
}
.alert.announcement a {
  color: white;
}
.alert.announcement a:hover,
.alert.announcement a:visited {
  color: white;
}
.alert.announcement p {
  margin: 0;
}
.alert.announcement p:not(:empty) {
  margin-bottom: 0;
  padding-right: 7rem;
}
@media (min-width: 48.1rem) {
  .alert.announcement p:not(:empty) {
    padding-left: 3rem;
  }
}
@media (max-width: 48rem) {
  .alert.announcement p:not(:empty) {
    padding: 0;
  }
}
.alert.announcement p:not(:empty) img {
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 48rem) {
  .alert.announcement p:not(:empty) img {
    position: relative;
    margin-right: 0.25rem;
    width: 1.25rem;
    height: 0.825rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.breadcrumb-wrapper ~ main .alert.announcement {
  top: 7rem;
}
@media (max-width: 48rem) {
  .breadcrumb-wrapper ~ main .alert.announcement {
    top: 5.5rem;
  }
}
.alert.announcement .breadcrumb-nav,
.breadcrumb-wrapper + .alert.announcement {
  top: 7rem;
}
@media (max-width: 48rem) {
  .alert.announcement .breadcrumb-nav,
  .breadcrumb-wrapper + .alert.announcement {
    top: 5.5rem;
  }
}
@media (min-width: 48.1rem) {
  .alert.announcement ~ .sidemenu-wrapper {
    padding-top: 7rem;
  }
  .alert.announcement ~ main.col {
    padding-top: 5rem;
  }
}
.alert .alert-message {
  margin-bottom: 0;
}
.alert button.btn-close {
  background-color: rgba(35, 31, 32, 0.75);
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-weight: 500;
  color: white;
  --bs-btn-close-bg: none;
  width: auto;
  padding-bottom: .3rem;
  padding-top: .4em;
}
.alert button.btn-close:hover {
  color: white;
}
@media (max-width: 48rem) {
  .alert button.btn-close {
    padding: 0.25rem 0.5rem;
    position: relative;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}
@media (max-width: 24rem) {
  .alert button.btn-close {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.alert-danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  z-index: 5;
  max-width: 95vw;
  text-align: left;
  color: white;
  background-color: rgba(203, 51, 59, 0.75);
  width: 28rem;
  position: absolute;
  right: calc(50vw - 700px);
  top: 13rem;
}
.alert-danger:before {
  content: "\f05e";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 90.1rem) {
  .page-dashboard .alert-danger {
    right: calc(50vw - 1250px);
  }
}
@media (max-width: 90rem) {
  .alert-danger {
    right: 6rem;
  }
}
@media (max-width: 48rem) {
  .alert-danger {
    right: 2.5rem;
  }
}
@media (max-width: 36rem) {
  .alert-danger {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.modal .alert-danger {
  position: relative;
  right: initial;
  top: initial;
  width: 100%;
}
.alert-danger:before {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.alert-danger p {
  margin-bottom: 0;
  white-space: pre-line;
  font-size: 1em;
}
.breadcrumb-nav {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  background-color: white;
  z-index: 1000;
}
.breadcrumb-nav + .sidebar {
  margin-top: 37px;
}
@media (min-width: 36.1rem) {
  .breadcrumb-nav + .sidebar + main {
    margin-top: 37px;
  }
}
.breadcrumb-nav ~ main {
  margin-top: 2.5rem;
}
.breadcrumb-nav + .wrapper {
  margin-top: 2.5rem;
  padding-top: 1rem;
}
.breadcrumb-nav + form .wrapper {
  margin-top: 2.5rem;
  padding-top: 1rem;
}
.breadcrumb {
  background-color: white;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  max-width: 1440px;
  color: rgba(35, 31, 32, 0.75);
  font-size: 0.875em;
  font-weight: 500;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 90.1rem) {
  .breadcrumb {
    padding-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .breadcrumb {
    padding-left: 5rem;
  }
}
.breadcrumb a {
  color: rgba(3, 114, 156, 1);
  font-weight: 500;
}
.breadcrumb a:hover {
  color: rgba(3, 114, 156, 1);
}
.breadcrumb a:visited {
  color: rgba(3, 114, 156, 1);
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item.active {
  color: rgba(35, 31, 32, 0.75);
}
.breadcrumb-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 6;
  background-color: white;
}
.breadcrumb-wrapper + .sidemenu-wrapper {
  margin-top: 37px;
}
@media (min-width: 36.1rem) {
  .breadcrumb-wrapper + .sidemenu-wrapper + main {
    margin-top: 37px;
  }
}
.breadcrumb-wrapper ~ main {
  margin-top: 2.5rem;
}
.breadcrumb-wrapper ~ main.col {
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumb-wrapper ~ main.col .announcement {
  margin-right: -15px;
  margin-left: -15px;
}
.carousel .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.carousel .carousel-caption h1 {
  font-size: 2em;
}
@media (max-width: 36rem) {
  .carousel .carousel-caption h1 {
    font-size: 1.5em;
  }
}
.carousel-inner {
  min-height: initial;
}
.carousel-item {
  height: 400px;
}
.carousel-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(35, 31, 32, 0.5)), to(rgba(35, 31, 32, 0.25)));
  background: linear-gradient(90deg, rgba(35, 31, 32, 0.5) 50%, rgba(35, 31, 32, 0.25) 100%);
  z-index: 2;
  position: absolute;
}
.carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.carousel-item .carousel-caption {
  z-index: 3;
  text-align: left;
}
.carousel-item .carousel-caption .btn {
  font-size: 1.125em;
}
.carousel-item.bg-dark {
  background-color: #263237 !important;
}
.carousel-item.bg-dark:before {
  display: none;
}
.carousel-item.bg-light {
  background-color: white !important;
}
.carousel-item.bg-light:before {
  display: none;
}
.carousel-item.bg-light .carousel-caption {
  color: rgba(35, 31, 32, 0.75);
}
.carousel-item.theme-b .carousel-caption {
  width: 25rem;
  padding: 0;
  border-radius: 0.5rem;
  background-color: rgba(35, 31, 32, 0.75);
}
@media (max-width: 48rem) {
  .carousel-item.theme-b .carousel-caption {
    bottom: 1rem;
    left: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 1rem*2);
  }
}
.carousel-item.theme-b .carousel-caption span p {
  display: block;
  padding: 1rem 2rem 0 2rem;
  margin-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #F2C955;
  color: rgba(35, 31, 32, 0.75);
}
@media (max-width: 48rem) {
  .carousel-item.theme-b .carousel-caption span p {
    padding: 1rem;
  }
}
.carousel-item.theme-b .carousel-caption h1 {
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (max-width: 48rem) {
  .carousel-item.theme-b .carousel-caption h1 {
    padding: 1rem;
  }
}
.carousel-item.theme-b .carousel-caption .btn {
  padding: 0;
  margin: 1rem 2rem;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
@media (max-width: 48rem) {
  .carousel-item.theme-b .carousel-caption .btn {
    margin: 1rem;
  }
}
.carousel-item.theme-b .carousel-caption .btn:hover {
  text-decoration: underline;
}
.carousel-item.theme-b .carousel-caption .btn a {
  color: white;
}
.carousel-item.theme-b .carousel-caption .btn a:hover,
.carousel-item.theme-b .carousel-caption .btn a:visited {
  color: white;
}
.carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .carousel-item.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .carousel-item.active .carousel-caption.half {
    min-height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-height: 50%;
  }
  .carousel-item.active .images-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-height: 50%;
    height: auto;
  }
}
.carousel-item.active .carousel-caption {
  display: block;
}
.carousel-item .images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
}
.carousel-item .images-wrapper img {
  border-radius: 0.25rem;
}
.carousel-item .images-wrapper.two .wrapper {
  padding: 2rem 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@supports (display:grid) {
  .carousel-item .images-wrapper.three {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .carousel-item .images-wrapper.three .wrapper:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    padding: 1rem;
  }
  .carousel-item .images-wrapper.three .wrapper:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    padding-bottom: 0.5rem;
  }
  .carousel-item .images-wrapper.three .wrapper:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 5;
    padding-top: 0.5rem;
  }
}
.carousel-item .link:after {
  display: none;
}
.carousel-caption {
  display: none;
  font-weight: 600;
  left: 5.5rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 48.1rem) {
  .carousel-caption {
    max-width: 49%;
  }
}
@media (max-width: 36rem) {
  .carousel-caption {
    left: 2.5rem;
  }
}
.carousel-caption h1 {
  margin-bottom: 1.5rem;
}
.carousel-caption span {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.carousel-indicators {
  background-color: rgba(51, 0, 114, 0.75);
  color: white;
  font-weight: 500;
  padding: 0.5rem;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 -15px;
}
.carousel-indicators li {
  height: auto;
  width: auto;
  text-indent: 0;
  -webkit-transition: none;
  transition: none;
  border: none;
  background: none;
  margin-right: 0;
  margin-left: 0;
  all: unset;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  cursor: pointer;
  color: white;
  position: relative;
}
.carousel-indicators li .wrapper,
.carousel-indicators li .caption-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.carousel-indicators li .wrapper {
  width: 100%;
  padding: 0.5rem;
  position: relative;
}
.carousel-indicators li .icon {
  height: auto;
  width: 2rem;
  font-size: 1.5em;
  line-height: 1.25;
  margin-right: 1rem;
}
.carousel-indicators li .icon img {
  height: 100%;
  width: 100%;
}
.carousel-indicators li.active .wrapper {
  background-color: rgba(187, 189, 191, 0.5);
  border-radius: 0.25rem;
}
.carousel-indicators li.active .progress-bar {
  -webkit-animation: progress 5s linear 0s;
          animation: progress 5s linear 0s;
}
@media (min-width: 48.1rem) {
  .carousel-indicators li:not(:first-child) {
    border-left: 1px solid white;
  }
}
@media (max-width: 48rem) {
  .carousel-indicators li {
    width: 100%;
    padding: 0;
  }
  .carousel-indicators li:not(.active) {
    display: none !important;
  }
  .carousel-indicators li .wrapper {
    padding: 1rem 2.5rem;
  }
}
.carousel-indicators .caption {
  position: relative;
  height: 48px;
  overflow: hidden;
  white-space: normal;
  font-family: "Montserrat", sans-serif;
}
@supports (-webkit-line-clamp: 3) {
  .carousel-indicators .caption {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.carousel-indicators .caption p {
  overflow: hidden;
  margin-bottom: 0;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 16;
  width: 2.5rem;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0.5rem;
}
.carousel-control-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 2em;
}
.carousel-control-next {
  right: 0.5rem;
}
.carousel-control-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 2em;
}
@media (min-width: 48.1rem) {
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}
.progress-bar {
  height: 6px;
  width: 0;
  background-color: white;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes progress {
  0% {
    width: 1%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 1%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.modal button.btn-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  color: rgba(35, 31, 32, 0.75);
}
.modal button.close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: rgba(35, 31, 32, 0.75);
  background-color:transparent;

}
.modal button.close{
  background-color:white;
  margin-left:auto;
  padding:0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal button.close:hover{
  opacity:.75;
}
.modal .instruction {
  counter-reset: step-counter;
}
.modal .instruction .step {
  counter-increment: step-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.modal .instruction .step .title {
  padding-left: 2rem;
  margin-bottom: 1rem;
  min-height: 90px;
}
.modal .instruction .step .title:before {
  content: counter(step-counter, decimal-leading-zero);
  color: rgba(232, 119, 34, 0.75);
  position: absolute;
  left: 0;
}
.modal .instruction .step .icon {
  font-size: 46px;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  color: rgba(35, 31, 32, 0.5);
}
.modal .instruction .title {
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
}
.modal .instruction .detail {
  border-top: 1px solid rgba(216, 216, 216, 0.75);
  padding-top: 1rem;
}
.modal.warning .modal-content {
  text-align: center;
}
.modal.warning .icon {
  font-size: 80px;
  color: rgba(232, 119, 34, 0.75);
}
.modal.warning .icon:before {
  content: "\f071";
  font-family: 'FontAwesome';
}
@media (min-width: 48.1rem) {
  .modal.warning p {
    max-width: 75%;
    margin: 0 auto;
  }
}
.modal .tools-bar {
  text-align: right;
  margin-top: 3rem;
}
.modal .tools-bar .btn:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 36rem) {
  .modal .tools-bar .btn {
    padding: 0.5rem 1rem;
  }
}
.modal-dialog {
  margin: 0.5rem auto;
}
@media (min-width: 48.1rem) {
  .modal-dialog {
    min-width: 39.5rem;
  }
}
@media (max-width: 36rem) {
  .modal-dialog {
    max-width: 300px;
  }
}
.modal-content {
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 48.1rem) {
  .modal-content {
    padding: 1rem;
  }
}
@media (max-width: 36rem) {
  .modal-content {
    font-size: 0.875em;
  }
}
.modal-content h3 {
  text-align: center;
}
.modal-content .form {
  margin-top: 3.5rem;
}
.modal-header {
  border-bottom: none;
}
.modal-header + .modal-body {
  padding-top: 0;
}
.modal-body {
  padding: 1rem;
  padding-top: 3.5rem;
}
.modal-body > .section {
  padding: 0.5rem 0;
}
.modal-body a {
  font-weight: 400;
  color: rgba(3, 114, 156, 1);
}
@media (min-width: 992px) {
  #infoModal .modal-dialog {
    max-width: 800px;
  }
}
#infoModal h3 {
  font-size: 1.375em;
  margin-bottom: 1rem;
}
#logoutModal p + p {
  max-width: 100%;
  font-style: italic;
}
#logoutModal .tools-bar form {
  display: inline-block;
}
.navbar-brand {
  background-image: url("/webapp/static/images/logo/logo-2f3d82b5bc00aa311aa05b5f02e55a3f.png");
  max-width: 25rem;
  width: 35%;
  height: 3.5rem;
  background-size: contain;
  /*background-position: center;*/
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 992px) {
  .navbar-brand {
    width: 50%;
    margin-right: auto;
  }
}
@media (max-width: 36rem) {
  .navbar-brand {
    width: 15rem;
    margin-left: 1rem;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    width: 13rem;
  }
}
.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-collapse {
  background-color: white;
  align-items: normal;
}
.navbar-collapse .navbar-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navbar-toggler {
  color: rgba(35, 31, 32, 0.75);
}
.navbar-toggler[aria-expanded="true"]:before {
  content: "\f00d";
}
.navbar-toggler:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
}
.nav-tabs {
  border: none;
}
ul.nav-tabs {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
@media (max-width: 48rem) {
  .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 2rem;
  }
}
.nav-tabs .nav-item:not(:first-child) {
  margin-left: 0.25rem;
}
.nav-tabs .nav-link {
  border: none;
  background-color: white;
  color: rgba(51, 0, 114, 0.75);
  opacity: 0.5;
}
@media (max-width: 75rem) {
  .nav-tabs .nav-link {
    max-width: 8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 48rem) {
  .nav-tabs .nav-link {
    max-width: 6rem;
  }
}
.nav-tabs .nav-link.active {
  color: rgba(51, 0, 114, 0.75);
  opacity: 1;
}
.nav-link.account:before {
  content: "\f007";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
}
.site-navbar {
  padding: 0.5rem 5rem;
  background-color: white;
  -webkit-box-shadow: 0 0 0.25rem #CCCECF;
          box-shadow: 0 0 0.25rem #CCCECF;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 90.1rem) {
  .site-navbar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.1rem) and (max-width: 64rem) {
  .site-navbar {
    font-size: 12px;
  }
}
@media (min-width: 36.1rem) and (max-width: 48rem) {
  .site-navbar .navbar-collapse {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100vw;
            flex: 1 0 100vw;
    margin-left: -5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 48.1rem) {
  .site-navbar {
    height: 4.5rem;
  }
  .site-navbar.search-active .navbar-collapse .navbar-nav {
    display: none;
  }
}
@media (max-width: 48rem) {
  .site-navbar {
    padding: 0 1rem;
  }
  .site-navbar .dropdown-menu {
    border: none;
  }
  .site-navbar .dropdown-item {
    padding: 0.25rem 0;
  }
  .site-navbar .navbar-collapse {
    height: 100vh;
    overflow: auto;
  }
  .site-navbar .nav-link {
    padding: 0.75rem 0;
  }
  .site-navbar .nav-item {
    padding: 0 1rem;
    width: 100%;
  }
  .site-navbar .nav-item > .btn {
    width: 100%;
    margin-top: 1rem;
  }
  .site-navbar .nav-item.dropdown.show {
    background-color: transparent;
  }
  .site-navbar .nav-item:hover,
  .site-navbar .nav-item:focus {
    background-color: rgba(216, 216, 216, 0.75);
  }
  .site-navbar .nav-item:hover > a,
  .site-navbar .nav-item:focus > a {
    color: rgba(51, 0, 114, 0.75);
  }
}
.site-navbar .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1440px;
}
.site-navbar .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 48rem) {
  .site-navbar .navbar-collapse .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-navbar .navbar-nav:not(:last-child) {
  margin-right: 1rem;
}
.site-navbar .navbar-nav .nav-link {
  padding: 0;
}
.site-navbar .nav-item:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 64rem) {
  .site-navbar .nav-item:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (max-width: 48rem) {
  .site-navbar .nav-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.site-navbar .nav-item.dropdown {
  margin-right: 0;
}
.site-navbar .nav-item a:not(.btn) {
  color: rgba(35, 31, 32, 0.75);
}
.site-navbar .nav-link.active {
  color: rgba(35, 31, 32, 0.75);
  font-weight: 600;
  margin-bottom: -0.25rem;
}
@media (min-width: 48.1rem) {
  .site-navbar .nav-link.active {
    border-bottom: 0.25rem solid rgba(35, 31, 32, 0.75);
  }
}
.site-navbar .nav-link:visited,
.site-navbar .nav-link:hover {
  color: rgba(35, 31, 32, 0.75);
}
.site-navbar .navbar-toggler[aria-expanded="false"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-navbar .navbar-toggler[aria-expanded="true"] {
  margin-left: auto;
}
.site-navbar .dropdown-toggle:after {
  content: "\f078";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
  border: none;
  vertical-align: bottom;
}
.site-navbar .dropdown-toggle[aria-expanded="true"]:after {
  content: "\f077";
}
.site-navbar .dropdown-menu {
  margin-top: 0.25rem;
  right: 0;
  left: auto;
}
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:hover:visited {
  background-color: rgba(216, 216, 216, 0.75);
  color: rgba(51, 0, 114, 0.75);
}
.site-navbar .dropdown-item:visited {
  color: rgba(35, 31, 32, 0.75);
}
.site-navbar .notification-link:before {
  content: "\f0f3";
  font-family: 'FontAwesome';
}
.site-navbar .notification-link:after {
  content: "\f111";
  font-family: 'FontAwesome';
  color: rgba(3, 114, 156, 1);
  font-size: 0.5em;
  position: absolute;
  top: -0.125rem;
  right: -0.25rem;
}
.site-navbar .notification .dropdown-menu {
  width: 27.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-tools {
  margin-bottom: 0;
}
.search-active .site-tools {
  width: 100%;
}
.site-search .btn {
  padding: 0.5rem;
}
@media (max-width: 48rem) {
  .site-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.site-search .form-floating {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-search .form-floating:focus-within {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-search input {
  border: none;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  display: none;
}
.site-search .field-set {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
.site-search .field-input {
  margin-bottom: 0;
  width: 100%;
}
.site-search .btn.search {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0.5rem;
}
.site-search .btn.cancel {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 0.5rem;
  display: none;
}
.site-navbar.search-active .site-search input,
.site-navbar.search-active .site-search .btn {
  display: block;
}
.sidebar {
  width: 100%;
  background-color: white;
  position: relative;
}
@media (min-width: 48.1rem) {
  .sidebar {
    width: 265px;
  }
  .sidebar + main {
    max-width: calc(100% - 265px);
  }
}
@media (min-width: 36.1rem) {
  .sidebar {
    height: 100%;
  }
}
@media (max-width: 36rem) {
  .sidebar {
    background-color: white;
    position: static;
    z-index: 1;
  }
  .sidebar .navbar-collapse {
    display: block;
  }
}
.sidebar a,
.sidebar .external-link {
  color: rgba(35, 31, 32, 0.75);
}
.sidebar a:visited,
.sidebar .external-link:visited {
  color: rgba(35, 31, 32, 0.75);
}
.sidebar a.active,
.sidebar .external-link.active {
  background-color: rgba(216, 216, 216, 0.75);
  color: rgba(51, 0, 114, 0.75);
}
.sidebar a.active:before,
.sidebar .external-link.active:before {
  color: rgba(35, 31, 32, 0.75);
}
.sidebar .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar .navbar-collapse .nav {
  width: 100%;
}
.sidebar .navbar-toggler {
  font-size: 1em;
  width: 100%;
  text-align: left;
  color: rgba(35, 31, 32, 0.75);
  font-weight: 500;
  padding: 0;
}
.sidebar .navbar-toggler[aria-expanded="true"]:after {
  content: "\f077";
}
.sidebar .navbar-toggler:before {
  display: none;
}
.sidebar .navbar-toggler:after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  float: right;
}
@media (max-width: 36rem) {
  .sidebar .nav-item {
    padding: 0;
  }
}
.sidebar .nav-link {
  position: relative;
}
.sidebar .nav-link[data-bs-toggle="collapse"] {
  padding-left: 1.75rem;
  margin-left: -0.5rem;
}
.sidebar .nav-link[data-bs-toggle="collapse"]:after {
  display: none;
}
.sidebar .nav-link[data-bs-toggle="collapse"]:before {
  content: "\f054";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: 0.5rem;
}
.sidebar .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:before {
  content: "\f078";
}
.sidebar-sticky {
  position: static;
  padding: 1.75rem 2rem 1rem;
}
.reference-sidebar .sidebar-sticky {
  padding-left: 1rem;
}
@media (max-width: 36rem) {
  .sidebar-sticky {
    padding: 0.5rem 1rem;
  }
}
.sidebar-heading {
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.5);
}
.side-info {
  margin: 2rem;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: rgba(216, 216, 216, 0.25);
  bottom: 0;
}
@media (max-width: 36rem) {
  .side-info {
    display: none;
  }
}
.side-info a {
  color: rgba(3, 114, 156, 1);
}
.side-info a:hover {
  color: rgba(3, 114, 156, 1);
}
.side-info a:visited {
  color: rgba(128, 65, 128, 0.75);
}
@media (max-width: 600px) {
  .sidemenu-wrapper {
    width: 100%;
  }
}
@media (max-width: 36rem) {
  .reference-sidebar {
    margin: 1rem 0.5rem;
    position: static;
    max-height: 100%;
  }
  .reference-sidebar .sidebar-sticky {
    position: static;
  }
  .reference-sidebar .navbar-toggler {
    width: 100%;
    padding: 1rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .reference-sidebar .navbar-toggler[data-bs-toggle="collapse"]:before {
    display: none;
  }
  .reference-sidebar .navbar-toggler[data-bs-toggle="collapse"]:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0.5rem;
  }
  .reference-sidebar .navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]:after {
    content: "\f077";
  }
  .reference-sidebar ul {
    list-style-type: none;
    margin-left: 1rem;
  }
  .reference-sidebar .groupid.active {
    background-color: transparent;
  }
}
.reference-sidebar + div {
  width: 100%;
}
@media (min-width: 48.1rem) {
  .reference-sidebar + div {
    max-width: calc(100% - 265px);
  }
}
.reference-sidebar .nav {
  margin-right: auto;
  width: 100%;
}
.reference-sidebar .nav:not(:last-child) {
  margin-bottom: 1rem;
}
.reference-sidebar .nav-item {
  width: 100%;
}
.reference-sidebar .nav-link {
  padding-left: 1.25rem;
}
.reference-sidebar .nav-link span {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 36.1rem) {
  .reference-sidebar .nav-link span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.reference-sidebar li a {
  text-decoration: none;
  color: rgba(35, 31, 32, 0.75);
}
.reference-sidebar .sidebar-heading {
  margin-right: auto;
  margin-left: 1.25rem;
}
.mobile-navbar {
  display: none;
}
@media (max-width: 36rem) {
  .mobile-navbar {
    display: block;
    height: auto !important;
    padding: 0.5rem;
  }
}
.mobile-navbar .dropdown-toggle {
  position: relative;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  background-color: white;
  border: 1px solid rgba(216, 216, 216, 0.75);
  text-align: left;
}
.mobile-navbar .dropdown-toggle:after {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  vertical-align: middle;
  border: none;
}
.mobile-navbar .dropdown-menu {
  left: 0.5rem;
  right: 0.5rem;
  top: auto;
}
.mobile-navbar .dropdown-item {
  padding: 0.5rem 1rem;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 5;
}
.bootstrap-select > .disabled,
.bootstrap-select.disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.5;
}
.bootstrap-select > .disabled .dropdown-menu,
.bootstrap-select.disabled .dropdown-menu {
  display: none !important;
}
.bootstrap-select > select {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5px;
  height: 1px;
  opacity: 0;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  z-index: 2;
}
.bootstrap-select > select.error ~ .btn {
  border-color: rgba(203, 51, 59, 0.75);
}
.bootstrap-select > .btn {
  border: 1px solid rgba(216, 216, 216, 0.75);
  padding: 0.5rem 0.625rem;
  background-color: white;
  color: rgba(35, 31, 32, 0.75);
  white-space: normal;
  z-index: 1;
}
.bootstrap-select > .btn ul li {
  margin: 0;
}
.bootstrap-select > .btn .filter-option {
  float: left;
}
.bootstrap-select > .btn .bs-caret {
  float: right;
}
.bootstrap-select > .btn.error {
  border-color: rgba(203, 51, 59, 0.75);
}
.bootstrap-select.api-version {
  width: 10rem;
  margin-left: auto;
  margin-top: 1rem;
}
.bootstrap-select.api-version .filter-option,
.bootstrap-select.api-version .dropdown-menu.inner {
  text-transform: none;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: 0 !important;
  padding: 0;
}
.bootstrap-select .dropdown-menu.inner {
  max-width: 100%;
  position: static;
  border: none;
  text-transform: uppercase;
}
.bootstrap-select .dropdown-item {
  padding: 1rem;
  white-space: normal;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: rgba(35, 31, 32, 0.05);
  color: rgba(35, 31, 32, 0.75);
}
.bootstrap-select .dropdown-item.active:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: rgba(51, 0, 114, 0.75);
  float: right;
}
.bootstrap-select .dropdown-toggle {
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 1rem;
}
.show.bootstrap-select .dropdown-toggle {
  background-color: white;
  color: rgba(35, 31, 32, 0.75);
  border-color: rgba(51, 0, 114, 0.75);
}
.bootstrap-select .dropdown-toggle:before {
  display: none;
}
.bootstrap-select .dropdown-toggle:after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: rgba(3, 114, 156, 1);
  float: right;
  border: none;
}
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
  content: "\f077";
}
.bootstrap-select .icon {
  font-style: normal;
  font-size: 1.25em;
  width: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.bootstrap-select img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.bootstrap-select .filter-option {
  text-align: left;
  white-space: nowrap;
  max-width: calc(100% - 1rem*1.5);
  width: calc(100% - 1rem*1.5);
  text-transform: uppercase;
}
.bootstrap-select .filter-option .filter-option-inner-inner,
.bootstrap-select .filter-option span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-select .filter-option span {
  max-width: calc(100% - 1rem*2);
}
.bootstrap-select label.error,
.bootstrap-select + label.error {
  background-color: rgba(203, 51, 59, 0.75);
  color: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin-top: -0.25rem;
  width: 100%;
  font-size: 1em;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bootstrap-select label.error:not(.hide),
.bootstrap-select + label.error:not(.hide) {
  display: inline-block;
}
.bootstrap-select label.error:before,
.bootstrap-select + label.error:before {
  content: "\f05e";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.open > .dropdown-menu {
  display: block;
}
.show > .btn-light.dropdown-toggle {
  background-color: transparent;
}
.dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-menu .form-floating {
  white-space: nowrap;
  margin-bottom: 0;
}
.dropdown-menu .form-floating legend {
  margin: 1rem;
  color: #979797;
}
.dropdown-menu .form-floating strong {
  font-weight: 500;
}
.dropdown-menu .form-check {
  margin: 1rem;
}
.toast {
  z-index: 1001;
  background-color: white;
  position: fixed;
  top: 6rem;
  right: 0;
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 28rem;
  max-width: 95vw;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  text-align: left;
}
@media (min-width: 2561px) {
  .toast {
    top: -1.5rem;
  }
}
.toast.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: calc(100vw - 1020px + 2.5rem);
  opacity: 1;
}
@media (min-width: 2561px) {
  .toast.show {
    position: absolute;
    right: 2.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 90rem) {
  .toast.show {
    right: 2.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 36rem) {
  .toast.show {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.toast button.btn-close {
  opacity: 1;
  margin-left: auto;
  position: absolute;
  right: 0rem;
  top: 0;
  bottom: 0;
}
.toast button.btn-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 1.125em;
}
.toast button.close {
  opacity: 1;
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
}
.toast button.close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 1.125em;
}
.toast:before {
  content: "";
  display: block;
  width: 0.5rem;
  border-radius: 0.125rem;
}
.toast.hide {
  -webkit-animation: slideOut 0.5s 0.3s;
          animation: slideOut 0.5s 0.3s;
}
.announcement + .main-wrapper .toast {
  top: 10rem;
}
.toast-success:before {
  background-color: rgba(108, 194, 74, 0.75);
}
.toast-success .toast-body:before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  margin-right: 0.5rem;
  color: rgba(108, 194, 74, 0.75);
}
.toast-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    display: none;
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    display: none;
  }
}
.page-articles main {
  background-color: white;
}
@media (min-width: 577px) and (max-width: 1440px) {
  .section.articles {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .articles-dropdown {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media (max-width: 577px) {
  .articles-dropdown {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.articles-dropdown {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1440px;
  padding-left: 0.5rem;
}
.articles-dropdown select {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
.articles-wrapper .article-card {
  padding: 1.5rem;
}
.articles a {
  color: white;
  overflow: hidden;
}
.articles a:hover,
.articles a:visited {
  color: white;
}
.articles .section-content {
  margin-right: 0;
  margin-left: 0;
}
.articles .featured-item {
  height: 20rem;
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.articles .featured-item:hover .title {
  text-decoration: underline;
  cursor: pointer;
}
.articles .featured-item-cover.no-image {
  background-color: rgba(35, 31, 32, 0.75);
}
.articles .featured-item-cover.bg-cyan {
  background-color: rgba(0, 176, 185, 0.75);
}
.articles .featured-item-cover.bg-dark {
  background-color: rgba(35, 31, 32, 0.75);
}
.articles .featured-item-cover.bg-green {
  background-color: rgba(56, 183, 158, 0.75);
}
.articles .featured-item-cover.bg-grey {
  background-color: rgba(216, 216, 216, 0.25);
}
.articles .featured-item-cover.bg-orange {
  background-color: rgba(232, 119, 34, 0.75);
}
.articles .featured-item-cover.bg-pink {
  background-color: rgba(208, 53, 156, 1);
}
.articles .featured-item-cover.bg-purple {
  background-color: rgba(154, 96, 175, 1);
}
.articles .featured-item-cover.bg-yellow {
  background-color: #F2C955;
}
.articles .featured-item-content {
  color: white;
  z-index: 2;
  padding: 0 1.5rem 0.5rem 1.5rem;
  position: relative;
}
.articles .featured-item-content p {
  position: relative;
  height: 144px;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .articles .featured-item-content p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.articles .metadata {
  text-align: right;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articles .metadata .category {
  margin-right: 0;
  text-align: right;
}
@media (max-width: 36rem) {
  .articles .metadata .category {
    font-size: 0.75em;
  }
}
.articles .metadata .date {
  margin-top: auto;
}
.articles .main-info {
  padding-left: 0.5rem;
  border-left: 1px solid rgba(216, 216, 216, 0.75);
}
.articles .main-info .title {
  padding-left: 0;
  border: none;
  position: relative;
  height: 5rem;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .articles .main-info .title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.articles .date,
.articles .author {
  font-size: 0.75em;
}
@media (max-width: 36rem) {
  .articles .date,
  .articles .author {
    font-size: 0.625em;
  }
}
@media (min-width: 64.1rem) {
  .articles [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.article-item-wrapper {
  padding: 2rem 5.5rem;
}
.article-item-wrapper .section-header {
  margin-bottom: 3rem;
}
.article-item-wrapper .section-header h1 {
  margin-bottom: 0.5rem;
}
.article-item-wrapper .date {
  padding-left: 0.5rem;
  border-left: 1px solid rgba(35, 31, 32, 0.75);
}
@media (max-width: 36rem) {
  .article-item-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.article-item.section {
  max-width: 52rem;
}
.article-item > .section-content figure img {
  width: 100%;
}
.article-item blockquote {
  font-size: 1.5em;
  font-weight: 500;
}
.article-item table {
  table-layout: fixed;
}
.article-item table.table-bordered th {
  border: 1px solid rgba(216, 216, 216, 0.75);
}
.article-item table th {
  font-size: 1em;
  font-weight: 600;
}
.article-item table td {
  font-size: 1em;
  white-space: pre-line;
}
.article-item table .api-name {
  font-weight: 500;
}
.article-item p {
  white-space: pre-line;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.article-item h4 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.article-item section {
  margin: 2rem 0;
}
@media (min-width: 36.1rem) {
  .article-item section.img-left figure,
  .article-item section.img-right figure {
    width: 50%;
  }
  .article-item section.img-left:after,
  .article-item section.img-right:after {
    content: "";
    clear: both;
    display: block;
    height: 1rem;
  }
  .article-item section.img-left figure {
    float: left;
    margin-right: 1rem;
  }
  .article-item section.img-right figure {
    float: right;
    margin-left: 1rem;
  }
}
.article-item .section-header .small {
  font-size: 1em;
  font-weight: 600;
}
.article-item .example-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: rgba(108, 194, 74, 0.75);
  margin-right: 0.25rem;
}
.component-profile {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 1.25rem;
  border-radius: 0.25rem;
  margin-top: 3.75rem;
}
.component-profile .component-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.component-profile .component-header img {
  border-radius: 0.25rem;
  margin-right: 1.75rem;
  height: 8.75rem;
  width: 8.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-profile .component-content {
  font-style: italic;
}
.component-profile h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.component-info {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 1.25rem;
  border-radius: 0.25rem;
}
@media (min-width: 48.1rem) {
  .page-dashboard .sidebar {
    position: relative;
    padding-bottom: 12rem;
  }
}
@media (min-width: 48.1rem) {
  #applicationForm .page-dashboard {
    margin: 0 5rem;
  }
}
.page-dashboard h1 + p {
  font-size: 1.5em;
  margin-bottom: 3.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.page-dashboard main.col {
  padding: 1rem 1rem 4.5rem 1rem;
}
@media (min-width: 64.1rem) {
  .create-app.page-dashboard main.col {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }
}
@media (max-width: 48rem) {
  .create-app.page-dashboard main.col {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-dashboard .main-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.page-dashboard .section {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 1rem 0;
}
.page-dashboard .section:not(.component-tabs) {
  background-color: white;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
}
@media (max-width: 48rem) {
  .page-dashboard .section:not(.component-tabs) {
    padding: 1.5rem;
  }
}
.page-dashboard .section:not(.container) {
  margin: 1rem;
}
@media (min-width: 48.1rem) {
  .page-dashboard .section .action-message {
    max-width: 70%;
  }
}
.page-dashboard .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}
@media (min-width: 36.1rem) {
  .page-dashboard .section-header a {
    margin-left: auto;
  }
}
@media (max-width: 36rem) {
  .page-dashboard .section-header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-dashboard .section-header a {
    margin-top: 1.5rem;
  }
}
.page-dashboard .section-header h1 {
  margin-bottom: 0;
}
.page-dashboard .section-header .btn.delete {
  background: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(3, 114, 156, 1);
}
.page-dashboard .section-header .btn.delete.toggle-password {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  color: rgba(51, 0, 114, 0.75);
  z-index: 3;
  height: 2.25rem;
  width: 2rem;
}
@media (max-width: 36rem) {
  .page-dashboard .section-header .btn.delete.toggle-password {
    right: -2.5rem;
  }
}
input[readonly] ~ .page-dashboard .section-header .btn.delete.toggle-password {
  top: 0;
  bottom: 0;
}
.page-dashboard .section-header .btn.delete.toggle-password.show-text:before {
  content: "\f070";
}
.page-dashboard .section-header .btn.delete.toggle-password:before {
  content: "\f06e";
  font-family: 'FontAwesome';
  font-size: 1.5em;
}
.page-dashboard .section-header .btn.delete.cancel:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}
.page-dashboard .section-header .btn.delete.search:before {
  content: "\f002";
  font-family: 'FontAwesome';
}
.page-dashboard .section-header .btn.delete:before {
  content: "\f2ed";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
}
@media (max-width: 36rem) {
  .page-dashboard .section-header .btn.delete {
    top: 25.5rem;
  }
}
.page-dashboard .component-tabs {
  padding: 0;
}
.page-dashboard .component-tabs .section {
  padding: 0;
  margin: 0;
}
.page-dashboard .component-tabs .section.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.page-dashboard .component-tabs .section.app .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.page-dashboard .component-tabs .tab-content {
  min-height: 29rem;
  height: 100%;
}
.page-dashboard .component-tabs .tab-content .tab-pane > .container {
  height: 100%;
}
.page-dashboard .overview .section {
  background-color: transparent;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 36rem) {
  .page-dashboard .overview .section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-dashboard .overview .section h1 {
  padding: 0.5rem 0;
}
.page-dashboard .overview .section > .wrapper {
  margin: 0.5rem 0.5rem 2rem;
  padding: 0;
}
.page-dashboard .overview .section-content > .wrapper {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
}
.page-dashboard .empty-state {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 36.1rem) {
  .page-dashboard .add-apis {
    max-width: calc(100% - 1rem*8);
  }
}
.page-dashboard .add-apis .section {
  margin: 1rem auto -1rem;
}
.page-dashboard .container > .wrapper {
  height: 100%;
}
@media (max-width: 36rem) {
  .page-dashboard .container > .row {
    height: 100%;
  }
}
.page-dashboard .indicator {
  margin-bottom: 1rem;
}
.page-dashboard .indicator .section-title {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.page-dashboard .indicator .badge {
  margin-left: 0.5rem;
}
.page-dashboard .card .indicator .badge {
  margin-left: 0;
}
.section.add-api .section-header {
  margin-bottom: 1rem;
}
.section.add-api .section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1.5rem;
  margin: 0 -2rem -2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #E9E9E9;
  overflow: auto;
}
.section.app .section-header {
  margin-bottom: 1rem;
}
.section.app .section-title {
  font-size: 1.5em;
  font-weight: 500;
  color: rgba(35, 31, 32, 0.75);
}
.section.app .section-content {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section.app .section-content h1,
.section.app .section-content h2 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.section.app .section-content > p {
  max-width: 70%;
  margin-bottom: 2rem;
  font-size: 1em;
}
.section.app .section-content .indicator .section-title {
  margin-bottom: 0;
}
.section.app a.settings {
  font-size: 1.125em;
  color: rgba(3, 114, 156, 1);
  margin-left: auto;
  margin-top: 1rem;
}
@media (min-width: 48.1rem) {
  .section.app a.settings {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.section.create-app .form-floating:first-child {
  max-width: 25rem;
}
.section.create-app .form-floating:nth-child(2) {
  max-width: 50rem;
}
.section.create-app .form-floating textarea {
  min-height: 11.5rem;
}
@media (max-width: 36rem) {
  .section.create-app .form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section.create-app .form.create .form-floating:nth-child(2) {
    margin-bottom: 5rem;
  }
}
.section.credentials .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 901px) {
  .section.credentials form:not(#applicationForm) .input-group,
  .section.credentials form:not(#applicationForm) .form-floating > input,
  .section.credentials .oauth-id-key .form-floating > input,
  .section.credentials .oauth-id-key .input-group{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
    max-width: 80%;
    margin-right: 1rem;
  }
}
@media (min-width: 48.1rem) {
  .section.credentials .btn-outline-primary {
    margin: auto 0;
    padding: 0.25rem 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 75px;
  }
}
@media (max-width: 900px) {
  .section.credentials input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section.credentials label.error {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section.credentials .input-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section.credentials .input-group .btn {
    border-radius: 0.25rem;
  }
  .section.credentials .btn.upload,
  .section.credentials .btn.browse,
  .section.credentials .btn.save {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 1.5rem;
  }
  .section.credentials .toggle-password {
    right: 0.5rem;
    z-index: 6;
  }
}
@media (max-width: 36rem) {
  .section.credentials {
    padding: 0;
  }
}
.section.credentials .message + div {
  font-size: 0.875em;
}
.section.oauth {
  height: 100%;
}
.section.oauth .section-header {
  margin-bottom: 2rem;
}
.section.oauth .tab-pane,
.section.oauth .row {
  height: 100%;
}
.section.subscriptions .section-header {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.section.subscriptions .table-responsive + .row {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
  margin: 0 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 36rem) {
  .section.subscriptions .table-responsive + .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section.subscriptions .table-responsive + .row [class*=col-] {
    text-align: center;
  }
  .section.subscriptions .table-responsive + .row .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
  }
}
.section-content {
  position: relative;
}
.my-apps .section-header {
  z-index: 1;
  padding: 1rem;
}
.my-apps .section-title {
  margin-bottom: 0;
}
.my-apps .section-content {
  padding: 0;
  height: 100%;
}
.my-apps .section-content .row {
  padding: 1rem;
}
@media (max-width: 36rem) {
  .my-apps .section-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.my-apps .section-content .view-all {
  margin: 1rem;
}
.my-apps .empty-state {
  margin: -5.5rem -1rem 0;
  padding-top: 5.5rem;
  z-index: 0;
  height: 100%;
}
.my-apps .empty-state .btn {
  margin-top: 2rem;
}
.my-apps .card {
  height: 100%;
  font-size: 0.75em;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.my-apps .card .card-text {
  position: relative;
  height: 72px;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .my-apps .card .card-text {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.my-apps .card .card-footer {
  background-color: transparent;
  border: none;
  font-weight: 500;
}
.my-apps .card label {
  margin-bottom: 0;
}
.my-apps .card .btn.delete {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}
.my-apps .card .btn.delete:before {
  content: "\f2ed";
  font-family: 'FontAwesome';
  font-size: 0.75em;
}
.my-apps .card:hover a {
  text-decoration: none;
}
.my-apps .card:hover .card-title {
  text-decoration: underline;
}
.my-apps [class*=col-] {
  padding: 1rem;
}
.my-apps [class*=col-] a {
  color: rgba(35, 31, 32, 0.75);
}
.my-apps [class*=col-] a:hover {
  text-decoration: none;
}
.my-apps [class*=col-] a:hover .card-title {
  text-decoration: underline;
}
.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  color: #000;
}
.empty-state .icon {
  font-size: 100px;
  line-height: 1;
  color: #D8D8D8;
  margin-bottom: 1.25rem;
}
.empty-state p,
.empty-state label {
  text-align: center;
}
.usage .empty-state:before {
  content: "";
  display: block;
  background-image: url("../images/demo/blank-chart.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 19rem;
  width: 100%;
}
.subscriptions-list {
  list-style-type: none;
  padding: 0;
}
.subscriptions-list h5 {
  border-bottom: 1px solid #D8D8D8;
}
.subscriptions-list ul {
  list-style-type: none;
  padding: 0;
}
.subscriptions-list > li {
  margin-bottom: 1rem;
}
.subscriptions-list .api-list li.pending:before {
  color: rgba(232, 119, 34, 0.75);
}
.subscriptions-list .api-list li.rejected:before,
.subscriptions-list .api-list li.suspended:before {
  color: rgba(203, 51, 59, 0.75);
}
.subscriptions-list .api-list li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.625em;
  color: #6CC24A;
  vertical-align: middle;
  margin-right: 1rem;
}
@media (min-width: 48.1rem) {
  .subscriptions-table {
    table-layout: fixed;
  }
}
.subscriptions-table thead th:first-child {
  padding-left: 2.5rem;
}
.subscriptions-table thead th:nth-child(2) {
  text-align: center;
}
.subscriptions-table tbody {
  font-size: 1em;
}
.subscriptions-table tbody tr.pending td:first-child:before {
  color: rgba(232, 119, 34, 0.75);
}
.subscriptions-table tbody tr.rejected td:first-child:before,
.subscriptions-table tbody tr.suspended td:first-child:before {
  color: rgba(203, 51, 59, 0.75);
}
.subscriptions-table tbody td {
  vertical-align: middle;
}
.subscriptions-table tbody td:first-child {
  white-space: nowrap;
}
.subscriptions-table tbody td:first-child:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.625em;
  color: #6CC24A;
  vertical-align: middle;
  margin-right: 1rem;
}
.subscriptions-table tbody td:nth-child(2) {
  text-align: center;
}
.tab-content {
  background-color: white;
  padding: 2rem;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
.tab-content .empty-state:before {
  height: 15rem;
  background-position: left bottom;
}
.component-api-subs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.component-api-subs ul {
  list-style-type: none;
  padding: 0;
}
.component-api-subs .component-header {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  padding: 0.75rem;
  height: 3.5rem;
}
.component-api-subs .component-header .title {
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.component-api-subs .component-header .bootstrap-select {
  margin: -0.75rem -0.5rem -0.5rem 0;
}
.component-api-subs .component-content {
  max-height: 35vh;
  overflow: auto;
}
.component-api-subs .wrapper {
  padding: 0;
}
.component-api-subs .wrapper:first-child .component-header {
  padding-left: 0;
}
@media (min-width: 36.1rem) {
  .component-api-subs .wrapper:not(:last-child) {
    border-right: 1px solid rgba(216, 216, 216, 0.75);
  }
}
.component-api-subs .type-list li {
  margin: 0;
}
.component-api-subs .type-list li.active {
  border-right-color: rgba(51, 0, 114, 0.75);
}
.component-api-subs .type-list li:not(:last-child) {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
.component-api-subs .type-list .title {
  font-size: 1em;
  color: rgba(51, 0, 114, 0.75);
}
.component-api-subs .type-list p {
  color: rgba(35, 31, 32, 0.75);
}
.component-api-subs .type-list a:hover {
  text-decoration: none;
}
.component-api-subs .type-list a:hover .title {
  text-decoration: underline;
}
.component-api-subs .type-list .clickable {
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-right: 4px solid transparent;
}
.exclusive-apis .component-api-subs .type-list .clickable {
  padding-left: 0.75rem;
}
.component-api-subs .type-list .clickable.active {
  border-right-color: rgba(51, 0, 114, 0.75);
}
.component-api-subs .selected-list li {
  margin: 1rem 0;
}
.component-api-subs .selected-list li:first-child {
  margin-top: 0;
}
.component-api-subs .api-selection .component-content,
.component-api-subs .api-lists .component-content {
  padding: 1.75rem;
}
.component-api-subs .form-check:first-child {
  margin-top: 0;
}
.component-api-subs .form-check-label {
  width: 240px;
  position: relative;
  margin: 0 2rem;
  word-wrap: break-word;
}
.component-api-subs .form-check-label:before {
  position: absolute;
  left: -2rem;
}
.component-api-subs .form-check-label .docs {
  position: absolute;
  right: -1rem;
}
.component-api-subs .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 36rem) {
  .component-api-subs .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.component-uen-no {
  width: 100%;
}
.component-uen-no .component-header {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  padding: 0.75rem;
  min-height: 4rem;
  max-height: 4rem;
}
.component-uen-no .component-header .title {
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.component-uen-no .component-header label.error {
  position: absolute;
  top: 2.5rem;
}
.component-uen-no .component-content {
  max-height: 35vh;
  overflow: auto;
}
.page-docs main {
  background-color: white;
}
.docs-wrapper h1 {
  margin-left:auto;
  margin-right:auto;
  max-width: 1440px;
  padding-left: 1rem;
}
.docs-wrapper h2 {
  font-size: 1.5em;
  font-weight: 600;
}
.docs-wrapper h3 {
  font-size: 1.25em;
}
.docs-wrapper a {
  color: rgba(3, 114, 156, 1);
  padding-bottom: 1rem;
}
.docs-wrapper a:hover {
  color: rgba(3, 114, 156, 1);
}
.docs-wrapper a:visited {
  color: rgba(128, 65, 128, 0.75);
}
@media (max-width: 48rem) {
  .docs-wrapper [class*=col-] {
    padding-bottom: 2rem;
  }
}
.docs-wrapper .article-row {
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
}
.docs-wrapper .article-row:last-child {
  border-bottom: 0px;
}
.docs-wrapper .section {
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1440px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.docs-wrapper .section:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .docs-wrapper .section {
    margin-left: auto;
    margin-right: auto;
  }
  .docs-wrapper h1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 36rem) {
  .docs-wrapper .section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 2rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .docs-wrapper h1 {
    padding: 2rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.docs-wrapper .section-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .docs-wrapper .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.docs-wrapper .section-header p {
  font-size: 1em;
}
.docs-wrapper .section-header h1 {
  padding-left: 0;
  margin: 1.5rem 0;
}
.docs-wrapper .section-header .icon {
  font-size: 5.625rem;
}
@media (min-width: 48.1rem) {
  .docs-wrapper .section-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-left: 2rem;
  }
  .docs-wrapper .section-content [class*=col-] {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 48.1rem) {
  .docs-wrapper .section-content {
    margin: 0;
  }
}
@media (max-width: 48rem) {
  .docs-wrapper .section-content [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.docs-wrapper .wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.docs-wrapper .article-card p {
  padding-bottom: 0.5rem;
}
.docs-wrapper .card {
  border-radius: 2rem;
  height: 100%;
  box-shadow: 0.35rem 0.35rem 0.25rem rgba(35, 31, 32, 0.25);
  overflow: hidden;
}
.docs-wrapper .card .icon {
  font-size: 3em;
  color: white;
}
.docs-wrapper .card-header {
  text-align: left;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: white;
  border-bottom: none;
}
.docs-wrapper .card-body {
  position: relative;
  padding: 0rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.docs-wrapper .card-body .link {
  margin-top: auto;
}
@media (min-width: 48.1rem) {
  .docs-wrapper .guides .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 48rem) {
  .docs-wrapper .guides .section-header + .card-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 48rem) {
  .docs-wrapper .reference,
  .docs-wrapper .resources {
    text-align: center;
  }
}
.docs-wrapper .reference [class*=col-],
.docs-wrapper .resources [class*=col-] {
  padding-bottom: 2rem;
}
.docs-wrapper .reference ul {
  margin-bottom: 0;
}
.docs-wrapper .reference ul:last-of-type {
  margin-bottom: 0.5rem;
}
.docs-wrapper .sample {
  position: relative;
}
.docs-wrapper .sample:before {
  content: "";
  display: block;
  height: 100%;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.docs-wrapper .sample .section-content {
  text-align: center;
  font-size: 1.5em;
  -ms-flex-item-align: center;
      align-self: center;
}
.docs-wrapper .card-body a.externalURL {
  color: rgba(3, 114, 156, 1);
}
.docs-wrapper .card-body a.externalURL:before {
  all: unset;
}
.docs-wrapper .card-body a.externalURL:visited {
  color: rgba(128, 65, 128, 0.75);
}
@media (max-width: 48rem) {
  .docs-wrapper .sample .section-content {
    width: 100%;
  }
}
.docs-wrapper .sample .section-content p {
  display: inline-block;
}
.guides-wrapper {
  padding: 1rem 5.5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media (min-width: 90.1rem) {
  .guides-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 36rem) {
  .guides-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.guides-wrapper [class*=col-] {
  padding-bottom: 2rem;
}
.guides-wrapper .section-header {
  z-index: 1;
}
.guides-wrapper .section-header p {
  font-size: 1em;
}
.guides-wrapper .section-header p a {
  color: rgba(3, 114, 156, 1);
}
.guides-wrapper .section-header p a:hover {
  color: rgba(3, 114, 156, 1);
}
.guides-wrapper .section-header p a:visited {
  color: rgba(128, 65, 128, 0.75);
}
.guides-wrapper .card {
  border-radius: 0.5rem;
  height: 100%;
}
.guides-wrapper .card .icon {
  font-size: 3em;
  color: white;
}
.guides-wrapper .card-header {
  text-align: center;
  padding: 0;
}
.guides-wrapper .card-body {
  position: relative;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guides-wrapper .card-body .link {
  margin-top: auto;
}
.guides-wrapper .component-method {
  padding: 0 2rem;
  margin: 2rem 0;
}
@media (max-width: 36rem) {
  .guides-wrapper .component-method {
    margin: 1rem 0;
  }
}
.guides-wrapper section {
  margin: 2rem 0;
}
.guides-wrapper h3,
.guides-wrapper h4,
.guides-wrapper strong {
  font-weight: 600;
}
.guides-wrapper h3,
.guides-wrapper h4 {
  margin-bottom: 2rem;
}
.guides-wrapper ol {
  list-style-type: none;
  counter-reset: list-counter;
  padding: 0;
}
.guides-wrapper ol li {
  counter-increment: list-counter;
  margin: 1rem 0;
}
.guides-wrapper ol li a:visited {
  color: rgba(3, 114, 156, 1);
}
.guides-wrapper ol li a:before {
  content: counter(list-counter) ". ";
}
.guides-wrapper :target:before {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
}
.guides-wrapper pre {
  background-color: #191717;
  color: white;
  white-space: pre-line;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 48.1rem) {
  .guides-wrapper pre {
    width: 60%;
  }
}
.guides-wrapper p {
  line-height: 2;
  letter-spacing: 0.5px;
}
@media (max-width: 36rem) {
  .component-method {
    text-align: center;
  }
}
.component-method:last-child {
  border-left: 1px solid rgba(216, 216, 216, 0.75);
}
.component-method h2 {
  font-size: 1.125em;
}
.component-method h3 {
  font-size: 1.125em;
}
.component-method .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48rem) {
  .component-method .component-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.component-method .logo {
  width: 50%;
  margin: auto 0;
}
.component-method .logo.corppass {
  margin-bottom: auto;
}
@media (max-width: 48rem) {
  .component-method .logo {
    width: 100%;
    background-position: left center;
  }
}
@media (max-width: 36rem) {
  .component-method .logo {
    background-position: center;
  }
}
.page-general {
  min-height: 100%;
  height: initial;
}
.page-general .general-wrapper {
  min-height: 100%;
}
.page-general .container-fluid {
  min-height: 100%;
}
.general-wrapper .section {
  margin-bottom: 2rem;
}
.general-wrapper section {
  margin: 2rem 0;
}
.general-wrapper section:last-child {
  margin-bottom: 3rem;
}
.general-wrapper section ul li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}
.general-wrapper section ul li:before {
  content: "\f04b";
  font-size: 0.75em;
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}
.general-wrapper section ul li:before,
.general-wrapper section ul li:after {
  width: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
}
.general-wrapper section ul.checkmark-list {
  padding-left: 0;
}
.general-wrapper section ul.checkmark-list > li:before {
  content: "\f14a";
  font-family: 'FontAwesomeRegular';
  font-size: 1.125em;
}
.general-wrapper section ul.cross-list {
  padding-left: 0;
}
.general-wrapper section ul.cross-list > li:before {
  content: "\f00d";
  font-size: 0.875em;
}
.general-wrapper section ul.cross-list > li:after {
  content: "\f0c8";
  font-family: 'FontAwesomeRegular';
  font-size: 1.125em;
  position: absolute;
  left: 0;
  top: 0;
}
.general-wrapper .alert p {
  margin-bottom: 0;
}
.general-wrapper p {
  white-space: pre-line;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.general-wrapper ol {
  padding-left: 0;
}
.general-wrapper .nested-list ol ol {
  margin-top: 0.5rem;
}
.general-wrapper .nested-list li {
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.general-wrapper .nested-list > li {
  margin: 2rem 0;
}
.general-wrapper .nested-list > li:before {
  font-size: 1.5em;
  font-weight: 500;
}
.general-wrapper .nested-list h2 {
  display: inline-block;
}
.section.login .component {
  margin: 0 auto;
  max-width: 30rem;
}
.section.login .component.reset-password {
  max-width: 45rem;
}
.section.login .component form {
  max-width: 30rem;
}
.section.login .component-header h1 {
  margin-bottom: 2rem;
}
.section.login .form-floating {
  margin-bottom: 1rem;
}
.section.login .button-toolbar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.component.admin-login a {
  display: block;
  margin: -0.5rem 0 2rem;
  text-align: right;
  color: rgba(3, 114, 156, 1);
}
.component.admin-login a:hover {
  color: rgba(3, 114, 156, 1);
}
.component.admin-login a:visited {
  color: rgba(128, 65, 128, 0.75);
}
.component.admin-login .btn {
  float: right;
}
.component.reset-password .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.component.reset-password .component-content .form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.component.reset-password .component-content .password-guide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.password-guide {
  margin-left: 2rem;
}
.password-guide dl {
  background-color: #F5F5F5;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.75em;
  font-weight: 500;
}
.password-guide dt {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.password-guide dd:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: rgba(108, 194, 74, 0.75);
  margin-right: 0.25rem;
}
.page-help main {
  background-color: white;
}
.page-help.report .help-wrapper {
  background-color: white;
}
.page-help.success main {
  background-color: rgba(216, 216, 216, 0.25);
}
.page-help.success .section {
  background-color: transparent;
}
.page-help .main-with-side > div {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 1rem;
}
.page-help .breadcrumb-wrapper ~ main.col {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 48.1rem) {
  .page-help .announcement + .refBody {
    height: calc(100% - 1rem*4.25);
  }
}
.page-help .refBody {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 36rem) {
  .page-help .refBody {
    width: auto;
  }
}
@media (min-width: 90.1rem) {
  .help-wrapper {
    padding: 0 5rem;
  }
}
.help-wrapper .article-row .column-4 {
  padding-right: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
.help-wrapper .article-card .card-body {
  text-align: center;
}
.help-wrapper .article-row .column-3 .card-body {
  text-align: left;
  padding-top: 0rem;
}
.help-wrapper .article-row .column-3 .card-header h3 {
  text-align: left;
  border-bottom: solid;
  border-bottom-color: purple;
  padding-bottom: 1rem;
}
.help-wrapper .card {
  border: 1rem solid rgb(165 160 160 / 13%);
}
.help-wrapper .card-header {
  background-color: white;
  border-bottom: none;
  padding: 1.75rem 1.25rem;
}
.help-wrapper h2 {
  font-size: 1.5em;
  font-weight: 600;
}
.help-wrapper h3 {
  font-size: 1.25em;
  text-align: center;
}
.help-wrapper .card-header img {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.help-wrapper .article-row .column-3 {
  padding-right: 2em;
}
.help-wrapper .jumbotron {
  margin-top: -3rem;
  background-image: url("/webapp/static/images/community-banner-388da2af09fca6340a78975a7d18709a.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 21.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 36.1rem) and (max-width: 48rem) {
  .help-wrapper .jumbotron {
    background-position: center right;
  }
}
@media (max-width: 48rem) {
  .help-wrapper .jumbotron {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 48.1rem) {
  .help-wrapper .jumbotron {
    background-position: left center;
  }
}
.help-wrapper .jumbotron .container {
  margin: auto;
}
@media (min-width: 48.1rem) {
  .help-wrapper .jumbotron .container {
    margin-left: 20rem;
  }
}
.help-wrapper .section {
  padding: 2.5rem 0;
  background-color: white;
}
.help-wrapper .section:first-child {
  padding-top: 0;
}
.help-wrapper .section:not(:last-child) {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
@media (min-width: 769px) and (max-width: 1440px) {
  .help-wrapper .section {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 36.1rem) and (max-width: 48rem) {
  .help-wrapper .section {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 36rem) {
  .help-wrapper .section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 1.5rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.help-wrapper .section-header {
  text-align: center;
}
.help-wrapper .others .section-header,
.help-wrapper .continue .section-header {
  margin-bottom: 2rem;
}
.help-wrapper .others .section-content,
.help-wrapper .continue .section-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.help-wrapper .others .card,
.help-wrapper .continue .card {
  height: 100%;
  text-align: center;
}
.help-wrapper .others .card .icon,
.help-wrapper .continue .card .icon {
  font-size: 5.5rem;
}
.help-wrapper .others .card .card-body,
.help-wrapper .continue .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.help-wrapper .others .card .card-body a,
.help-wrapper .continue .card .card-body a {
  margin-top: auto;
}
.help-wrapper .others [class*=col-] {
  padding-bottom: 2rem;
}
@media (max-width: 64rem) {
  .help-wrapper .article-row .column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 24rem;
    padding: 1rem;
    display: block;
  }
}
@media (max-width: 48rem) {
  .help-wrapper .article-row .column-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 24rem;
    padding: 1rem;
  }
}
@media (max-width: 36rem) {
  .help-wrapper .article-row .column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 24rem;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 64rem) {
  .help-wrapper .article-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%!important;
    max-width: 24rem!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.help-wrapper .help-public-view .article-card {
  flex: 0 0 25%;
  max-width: 25%;
}
.help-wrapper .report .section-header {
  text-align: left;
  margin-bottom: 2rem;
}
.help-wrapper .report .section-header p {
  font-size: 1em;
}
.help-wrapper .report textarea {
  min-height: 18rem;
}
.help-wrapper .report .btn {
  margin-top: 1rem;
}
.help-wrapper .success-msg {
  text-align: center;
}
.help-wrapper .success-msg .icon {
  font-size: 9rem;
}
.help-wrapper .success-msg h2 {
  font-size: 1.5em;
}
.help-wrapper .card-text {
  position: relative;
  height: 5rem;
  overflow: hidden;
  white-space: normal;
}
.help-wrapper .wrapper {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.help-wrapper .help-public-view .article-card-list .card-body a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@supports (-webkit-line-clamp: 3) {
  .help-wrapper .card-text {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.faqs .section-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 75.1rem) {
  .faqs .section-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 48.1rem) {
  .faqs .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 48rem) {
  .faqs .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.faqs .section-header a {
  line-height: 1;
}
.faqs .section-header p {
  font-size: 1em;
}
.faqs .section-header .icon {
  font-size: 5.625rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.faqs .section-content {
  padding-left: 2rem;
}
.faqs .section-content [class*=col-] {
  padding: 0 0 0 2rem;
}
@media (max-width: 75rem) {
  .faqs .section-content [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 1rem;
  }
}
.faqs .section-content [class*=col-] > a {
  position: relative;
}
@media (min-width: 48.1rem) {
  .faqs .section-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 48rem) {
  .faqs .section-content {
    padding-left: 0;
  }
  .faqs .section-content [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faqs .card {
  border-radius: 0.5rem;
  height: 100%;
}
.faqs .card .icon {
  font-size: 3em;
  color: white;
}
.faqs .card-header {
  text-align: center;
  padding: 0;
}
.faqs .card-body {
  position: relative;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faqs .card-body .link {
  margin-top: auto;
}
.component-collapse {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
.component-collapse .component-header {
  padding: 1rem 2rem 1rem 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  position: relative;
}
.component-collapse .component-header p {
  display: inline-block;
  margin-bottom: 0;
}
.component-collapse .component-content p {
  margin-top: 1rem;
}
.component-collapse p {
  white-space: pre-line;
}
.faq-wrapper {
  padding: 0.5rem 2rem;
  background-color: white;
  border-radius: 0.5rem;
}
.faq-wrapper h2 {
  font-size: 1.5em;
}
.faq-wrapper .section {
  margin: 3rem 0;
}
.faq-wrapper .section-header {
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
.faq-wrapper .input-group.search {
  position: relative;
}
.faq-wrapper .input-group.search input {
  width: 100%;
}
.faq-wrapper .component-collapse .component-header {
  padding-right: 2.5rem;
  font-size: 1.125em;
  font-weight: 500;
}
.faq-wrapper .component-collapse .component-content ul {
  list-style-type: disc;
  padding-left: 40px;
}
.faq-wrapper .component-collapse .component-content ol {
  list-style-type: decimal;
}
.page-index main {
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
}
.page-index main .wrapper > .section {
  padding: 3.5rem 2rem;
  max-width: 1440px;
}
@media (min-width: 577px) and (max-width: 1440px) {
  .page-index main .wrapper > .section {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.page-index main .wrapper > .section.featured {
  padding-bottom: 1rem;
}
.page-index main .wrapper > .section.quicklinks {
  padding-top: 2rem;
}
.page-index main .wrapper > .article-row .article-row,
.page-index main .wrapper > .article-row .stories-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1440px;
}
@media (min-width: 577px) and (max-width: 1440px) {
  .page-index main .wrapper > .article-row .article-row,
  .page-index main .wrapper > .article-row .stories-wrapper {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
.page-index h1 {
  font-size: 1.5em;
}
.page-index h2 {
  font-size: 1.25em;
}
.page-index .section-header h1 {
  margin-bottom: 0.5rem;
}
.page-index .section-header p {
  font-size: 1.125em;
}
@media (max-width: 36rem) {
  .page-index .section-header p {
    font-size: 1em;
  }
}
.page-index .section-info {
  position: relative;
}
.page-index .products {
  text-align: center;
}
.page-index .products .section-content {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 36.1rem) {
  .page-index .products .section-content > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
  }
  .page-index .products .section-content > div:not(.col-3):nth-child(-n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 36.1rem) and (max-width: 48rem) {
  .page-index .products .section-content > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-index .products [class*=col-] {
  padding: 1rem;
}
@media (max-width: 36rem) {
  .page-index .products [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.page-index .products p {
  white-space: pre-line;
}
.page-index .products .view-all {
  float: none;
}
@media (min-width: 48.1rem) {
  .page-index .products .view-all {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-index .product {
  height: 100%;
}
.page-index .product .icon {
  font-size: 5.5rem;
}
.page-index .product img {
  height: 3rem;
  margin-bottom: 0.5rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-index .product .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(35, 31, 32, 0.75);
}
.page-index .product .card-body span {
  margin-top: auto;
  color: rgba(3, 114, 156, 1);
}
.page-index .product .card-body span:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.page-index .card-header {
  padding-top: 1rem;
  background-color: transparent;
  border-bottom: none;
}
.page-index .card-header img {
  height: 3rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.page-index .article-row:not(:first-child) {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.page-index .article-row .section-header {
  text-align: center;
}
.page-index .article-row .section-header #our-products + p {
  padding-right: 4.5em;
}
@media (min-width: 1024px) {
  .page-index .article-row .section-header a {
    position: absolute;
    top: -1em;
    right: 0;
  }
  .page-index .article-row .section-header {
      margin-top:2rem;
    }
}
.page-index .article-row .article-row {
  margin-bottom: 0;
}
.page-index .article-row [class*=column-] {
  padding: 1rem;
}
@media (max-width: 36rem) {
  .page-index .article-row [class*=column-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.stories {
  background-image: url("/webapp/static/images/stories-bg-365a4b08e98a4890a01eadaf77ea80aa.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 36.1rem) {
  .stories {
    margin-bottom: -2rem;
  }
}
@media (max-width: 36rem) {
  .stories {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.stories .wrapper {
  display: grid;
  grid-template-rows: repeat(13, 30px);
  grid-template-columns: repeat(2, 1fr);
  grid-template: repeat(13, 30px) / repeat(2, 1fr);
  grid-gap: 1rem 2rem;
}
@media (max-width: 36rem) {
  .stories .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .stories .wrapper div {
    margin: 0.5rem 0;
  }
}
.stories .wrapper div {
  grid-row-end: span 4;
  overflow: hidden;
  max-width: 100%;
}
.stories .wrapper .text {
  grid-column: 2;
  grid-row: 2 / span 5;
  margin-left: 2rem;
}
@media (max-width: 48rem) {
  .stories .wrapper .text {
    grid-row: 1 / span 6;
  }
}
@media (max-width: 36rem) {
  .stories .wrapper .text {
    margin-left: 0;
  }
}
.stories .wrapper .image-1 {
  grid-row: 7 / span 7;
  grid-column: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stories .wrapper .image-1 a {
  height: 100%;
}
@media (max-width: 36rem) {
  .stories .wrapper .image-1 {
    height: 20rem;
  }
  .stories .wrapper .image-1 a {
    width: 100%;
  }
  .stories .wrapper .image-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stories .wrapper .image-2 {
  grid-row: 1 / span 11;
  grid-column: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stories .wrapper .image-2 a {
  height: 100%;
}
@media (max-width: 36rem) {
  .stories .wrapper .image-2 {
    height: 20rem;
  }
  .stories .wrapper .image-2 a {
    width: 100%;
  }
  .stories .wrapper .image-2 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 64.1rem) {
  .stories .wrapper .text {
    margin-top: 3rem;
  }
}
@media (min-width: 36.1rem) {
  .stories .wrapper .image-1 {
    margin-left: 1rem;
    margin-right: auto;
  }
  .stories .wrapper .image-2 {
    margin-left: 3rem;
  }
}
.stories .wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.featured-items {
  display: grid;
  grid-template-rows: repeat(5, 70px);
  grid-template-columns: repeat(7, 1fr);
  grid-template: repeat(5, 70px) / repeat(7, 1fr);
  grid-gap: 2rem;
}
.featured-items .featured-item:nth-child(1),
.featured-items .wrapper:nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 5;
}
.featured-items .featured-item:nth-child(1) img,
.featured-items .wrapper:nth-child(1) img {
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.featured-items .featured-item:nth-child(2),
.featured-items .wrapper:nth-child(2) {
  grid-column: 3;
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.featured-items .featured-item:nth-child(3),
.featured-items .wrapper:nth-child(3) {
  grid-column: 6;
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.featured-items .featured-item:nth-child(3) .title,
.featured-items .wrapper:nth-child(3) .title {
  position: relative;
  height: 120px;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .featured-items .featured-item:nth-child(3) .title,
  .featured-items .wrapper:nth-child(3) .title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.featured-items .featured-item:nth-child(4),
.featured-items .wrapper:nth-child(4) {
  grid-column: 3 / span 5;
  grid-row: 3;
  grid-row-end: span 3;
}
@media (max-width: 900px) {
  .featured-items .featured-item,
  .featured-items .wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 10rem;
    height: 10rem;
    margin: 0.5rem 0;
  }
}
.featured-items.theme-b .featured-item:nth-child(1),
.featured-items.theme-b .wrapper:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 3;
}
.featured-items.theme-b .featured-item:nth-child(2),
.featured-items.theme-b .wrapper:nth-child(2) {
  grid-column: 6 / span 2;
  grid-row: 1 / span 3;
}
.featured-items.theme-b .featured-item:nth-child(3),
.featured-items.theme-b .wrapper:nth-child(3) {
  grid-column: 1 / span 3;
  grid-row: 4 / span 2;
}
.featured-items.theme-b .featured-item:nth-child(4),
.featured-items.theme-b .wrapper:nth-child(4) {
  grid-column: 4 / span 4;
  grid-row: 4 / span 2;
}
.featured-items.theme-c .featured-item:nth-child(1),
.featured-items.theme-c .wrapper:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}
.featured-items.theme-c .featured-item:nth-child(2),
.featured-items.theme-c .wrapper:nth-child(2) {
  grid-column: 1 / span 2;
  grid-row: 3 / span 3;
}
.featured-items.theme-c .featured-item:nth-child(3),
.featured-items.theme-c .wrapper:nth-child(3) {
  grid-column: 3 / span 2;
  grid-row: 3 / span 3;
}
.featured-items.theme-c .featured-item:nth-child(4),
.featured-items.theme-c .wrapper:nth-child(4) {
  grid-column: 5 / span 3;
  grid-row: 1 / span 5;
}
@media (max-width: 900px) {
  .featured-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.featured-items > .wrapper {
  position: relative;
}
.featured-items > .wrapper .image-cover,
.featured-items > .wrapper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
}
.featured-items > .wrapper .image-cover img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-items > .wrapper .image-cover + .metadata {
  background-color: rgba(35, 31, 32, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  min-height: 80px;
}
.featured-items > .wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-items > .wrapper .cover + .featured-item-info {
  height: 100%;
}
.featured-items > .wrapper .metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  color: white;
  padding: 0.75rem 1rem;
  max-height: 100%;
}
@media (max-width: 48rem) {
  .featured-items > .wrapper .metadata {
    padding: 1rem;
  }
}
.featured-items > .wrapper .metadata p {
  margin-top: 0;
  word-break: normal;
}
.featured-items > .wrapper .metadata .start-content {
  margin-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}
@media (max-width: 64rem) {
  .featured-items > .wrapper .metadata .start-content {
    font-size: 0.875em;
  }
}
@media (max-width: 36rem) {
  .featured-items > .wrapper .metadata .start-content {
    font-size: 0.75em;
  }
}
.featured-items > .wrapper .metadata .end-content {
  font-size: 1.25em;
  line-height: 1.8em;
  font-weight: 600;
  padding-left: 1rem;
  border-left: 1px solid white;
  min-height: 2rem;
  overflow: hidden;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.featured-items > .wrapper .metadata .end-content a {
  font-weight: 600;
  color: white;
  text-decoration: none;
  position: relative;
  height: 96px;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
}
@supports (-webkit-line-clamp: 3) {
  .featured-items > .wrapper .metadata .end-content a {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.featured-items > .wrapper .metadata .end-content a:hover {
  text-decoration: underline;
}
.featured-items > .wrapper .metadata .end-content a:visited {
  color: white;
}
.featured-items > .wrapper .metadata .end-content .link:after {
  display: none;
}
@media (max-width: 64rem) {
  .featured-items > .wrapper .metadata .end-content {
    font-size: 1.125em;
  }
}
@media (max-width: 36rem) {
  .featured-items > .wrapper .metadata .end-content {
    font-size: 1em;
  }
}
.featured-item {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
  position: relative;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .featured-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 10rem;
    height: 10rem;
    margin: 0.5rem 0;
  }
}
@media (max-width: 36rem) {
  .featured-item {
    height: 20rem;
  }
}
.featured-item-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
}
.featured-item-cover img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-item-cover.no-image {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-item-cover:not(.no-image) + .featured-item-info {
  background-color: rgba(35, 31, 32, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  min-height: 80px;
}
.featured-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  color: white;
  padding: 0.75rem 1rem;
  max-height: 100%;
}
@media (max-width: 48rem) {
  .featured-item-info {
    padding: 1rem;
  }
}
.featured-item-info p {
  margin-top: 0;
  word-break: normal;
}
.featured-item-info .category {
  margin-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}
.featured-item-info .title {
  font-size: 1.25em;
  font-weight: 600;
  padding-left: 1rem;
  border-left: 1px solid white;
  min-height: 2rem;
  overflow: hidden;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.featured-item-info .title a {
  font-weight: 600;
  color: white;
}
.featured-item-info .title a:visited {
  color: white;
}
@media (max-width: 64rem) {
  .featured-item-info .title {
    font-size: 1.125em;
  }
}
@media (max-width: 36rem) {
  .featured-item-info .title {
    font-size: 1em;
  }
}
.quicklinks {
  overflow: hidden;
}
.quicklinks .section-header {
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
}
.quicklinks h2 {
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 75rem) {
  .quicklinks [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 2rem;
  }
}
@media (max-width: 48rem) {
  .quicklinks [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.quicklinks a {
  text-decoration: none;
}
.quicklinks a:hover,
.quicklinks a:visited {
  color: rgba(35, 31, 32, 0.75);
}
.quicklinks a:hover .card-body,
.quicklinks a:visited .card-body {
  color: rgba(35, 31, 32, 0.75);
}
.quicklinks a:hover span:last-child,
.quicklinks a:visited span:last-child {
  color: rgba(35, 31, 32, 0.75);
}
.quicklink-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: rgba(35, 31, 32, 0.75);
}
@media (max-width: 48rem) {
  .quicklink-item h1 {
    font-size: 1.5em;
  }
  .quicklink-item .icon {
    font-size: 6rem;
  }
}
.quicklink-item span {
  color: rgba(35, 31, 32, 0.75);
  display: block;
  margin-top: auto;
}
.quicklink-item span:active,
.quicklink-item span:hover,
.quicklink-item span:link,
.quicklink-item span:visited {
  color: rgba(35, 31, 32, 0.75);
}
.quicklink-item span.link,
.quicklink-item span.external-link {
  color: rgba(35, 31, 32, 0.75);
}
.quicklink-item span.link:active,
.quicklink-item span.external-link:active,
.quicklink-item span.link:hover,
.quicklink-item span.external-link:hover,
.quicklink-item span.link:link,
.quicklink-item span.external-link:link,
.quicklink-item span.link:visited,
.quicklink-item span.external-link:visited {
  color: rgba(35, 31, 32, 0.75);
}
.quicklink-item .icon {
  font-size: 5rem;
}
.quicklink-item.white {
  background-color: white;
}
.quicklink-item.pink {
  background-color: rgba(208, 53, 156, 1);
}
.quicklink-item.purple {
  background-color: rgba(154, 96, 175, 1);
}
.quicklink-item.grey {
  background-color: rgba(35, 31, 32, 0.75);
}
.quicklink-item.orange {
  background-color: rgba(238, 113, 17, 1);
}
.general-wrapper {
  padding: 2.5rem 5.5rem 1rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media (min-width: 90.1rem) {
  .general-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 36rem) {
  .general-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.general-wrapper .section {
  margin: 2rem 0;
}
.general-wrapper h2 {
  font-size: 1.5em;
}
.general-wrapper .article-row {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.aboutus-wrapper {
  padding: 0rem 5.5rem 1rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media (min-width: 90.1rem) {
  .aboutus-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 36rem) {
  .aboutus-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-general .aboutus-wrapper {
  min-height: 100%;
}
.aboutus-wrapper .section {
  margin-bottom: 2rem;
}
.aboutus-wrapper section {
  margin: 2rem 0;
}
.aboutus-wrapper section:last-child {
  margin-bottom: 3rem;
}
.aboutus-wrapper section ul li {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}
.aboutus-wrapper section ul li:before {
  content: "\f04b";
  font-size: 0.75em;
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}
.aboutus-wrapper section ul li:before,
.aboutus-wrapper section ul li:after {
  width: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
}
.aboutus-wrapper section ul.checkmark-list {
  padding-left: 0;
}
.aboutus-wrapper section ul.checkmark-list > li:before {
  content: "\f14a";
  font-family: 'FontAwesomeRegular';
  font-size: 1.125em;
}
.aboutus-wrapper section ul.cross-list {
  padding-left: 0;
}
.aboutus-wrapper section ul.cross-list > li:before {
  content: "\f00d";
  font-size: 0.875em;
}
.aboutus-wrapper section ul.cross-list > li:after {
  content: "\f0c8";
  font-family: 'FontAwesomeRegular';
  font-size: 1.125em;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutus-wrapper .alert p {
  margin-bottom: 0;
}
.aboutus-wrapper p {
  white-space: pre-line;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.aboutus-wrapper ol {
  padding-left: 0;
}
.aboutus-wrapper .nested-list ol ol {
  margin-top: 0.5rem;
}
.aboutus-wrapper .nested-list li {
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.aboutus-wrapper .nested-list > li {
  margin: 2rem 0;
}
.aboutus-wrapper .nested-list > li:before {
  font-size: 1.5em;
  font-weight: 500;
}
.aboutus-wrapper .nested-list h2 {
  display: inline-block;
}
.aboutus-wrapper .article-row {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.page-tou main {
  background-color: white;
}
.page-tou p {
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
@media (min-width: 90.1rem) {
  .page-manage main.col {
    padding: 0 5rem;
  }
}
.page-manage main.col > .wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
@media (min-width: 48.1rem) {
  .page-manage main.col > .wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 90.1rem) {
  .page-manage main.col > .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-manage .section {
  height: 100%;
  padding: 2rem;
  background-color: white;
  border-radius: 0.5rem;
}
.page-manage .section.api-report {
  min-height: 35vh;
}
.page-manage .section-header {
  padding-bottom: 0.5rem;
}
.page-manage .section-header h1 {
  margin-bottom: 0.5rem;
}
.page-manage .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-manage .form-row.filter .col-md-4 {
  margin-right: 1rem;
  display: inline-block;
}
.page-manage .form-row.filter .col-md-3 {
  margin-right: 1rem;
  display: inline-block;
}
.page-manage .form-row.filter .form-label {
  font-weight: 600;
  text-transform: uppercase;
}
.page-manage .form-row.filter .form-floating.select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.page-manage .component-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}
.page-manage .component-info .component-header h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-manage .component-info .component-header h3:before {
  content: "\f05a";
  font-family: 'FontAwesome';
  margin-right: 0.75rem;
}
.page-manage .component-info li {
  padding: 1rem 0;
}
.page-manage .component-info li:not(:first-child) {
  border-top: 1px solid #D8D8D8;
}
.page-manage .component-info p {
  font-size: 0.75em;
  font-weight: 500;
  margin-bottom: 0;
}
.page-manage .component-info small {
  font-size: 0.625em;
  font-weight: 500;
}
@media (min-width: 48.1rem) {
  .section.requests .section-header h1,
  .section.requests .section-header p {
    padding-right: 34rem;
  }
  .section.requests .section-header .input-group {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 33rem;
    width: 33rem;
  }
}
@media (max-width: 48rem) {
  .section.requests .section-header .input-group {
    width: 100%;
  }
}
.section.requests .input-group:focus-within {
  border: 1px solid rgba(51, 0, 114, 0.75);
  -webkit-box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 0, 114, 0.25);
          box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 0, 114, 0.25);
  border-radius: 0.25rem;
}
.section.requests input:focus {
  outline: none;
}
.component-apis {
  border: 1px solid rgba(216, 216, 216, 0.75);
  border-radius: 0.5rem;
}
.component-apis > .wrapper > .component-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: sect-counter;
}
.component-apis > .wrapper > .component-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  counter-increment: sect-counter;
}
.component-apis > .wrapper > .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.component-apis > .wrapper > .component-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.component-apis > .wrapper > .component-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1.5rem;
  background-color: #E9E9E9;
  overflow: auto;
}
.component-apis .uen-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  border-right: 1px solid rgba(216, 216, 216, 0.75);
}
.component-apis .api-subs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.component-apis .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: rgba(216, 216, 216, 0.25);
  text-align: center;
}
@media (max-width: 48rem) {
  .component-apis .heading {
    min-height: 74px;
  }
}
.component-apis .heading .title {
  margin-bottom: 0;
  font-weight: 600;
}
.component-apis .empty-state {
  padding: 1rem 0.5rem;
}
.component-apis .component-api-subs .wrapper {
  padding: 0;
}
.component-apis .component-api-subs .wrapper:first-child .component-header {
  padding-left: 0.75rem;
}
.component-apis .component-api-subs .component-header {
  min-height: 4rem;
}
.component-apis .component-api-subs .component-header .bootstrap-select {
  margin: 0;
}
.component-apis .component-api-subs .bootstrap-select .btn {
  border-radius: 0.5rem;
}
.component-apis .component-api-subs .api-selection > .component-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.component-apis .component-api-subs .api-selection > .component-header .title {
  margin: auto 0;
  font-size: 1em;
}
.page-products {
  background-color: white;
}
.page-products main {
  background-color: white;
}
.page-products .section {
  padding: 0 2rem;
  background-color: white;
  margin-bottom: 2rem;
}
@media (min-width: 577px) and (max-width: 1440px) {
  .page-products .section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-products .listing-side .card-body {
    padding: 0.25rem 0.5rem;
  }
  .page-products .listing-side .card-title {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 36rem) {
  .page-products .listing-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}
.page-products .listing-side div:nth-of-type(n+3) {
  display: none;
}
.page-products .listing-side a {
  color: rgba(35, 31, 32, 0.75);
}
.page-products .listing-side a:hover {
  text-decoration: none;
  color: rgba(35, 31, 32, 0.75);
}
.page-products .listing-side a:hover .card-title {
  text-decoration: underline;
}
.page-products h1 {
  font-size: 1.5em;
  font-weight: 600;
}
.page-products h2 {
  font-size: 1.25em;
}
.page-products h3 {
  font-size: 1em;
}
.page-products h4 {
  font-size: 1em;
  margin-bottom: 1.5rem;
}
.page-products h5 {
  font-size: 1em;
}
.page-products [role="main"] {
  padding: 0;
}
.references-list {
  list-style-type: none;
  padding-left: 0;
}
.references-list a.api-title {
  color: rgba(3, 114, 156, 1);
}
.component-product {
  position: relative;
}
.component-product .component-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  padding: 1rem;
}
.component-product .component-header img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.component-product .component-header:after {
  font-size: 1.25em;
}
.component-product .component-header h2 {
  margin-bottom: 0;
}
.component-product .component-content.show,
.component-product .component-content.collapsing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
  padding: 1rem 0;
}
.component-product .icon {
  font-size: 4rem;
  line-height: 1.2;
  min-width: 6rem;
  text-align: center;
}
.component-product .card {
  margin: 1rem 0;
  background-color: rgba(216, 216, 216, 0.25);
  border-radius: 0.5rem;
  border: none;
  height: 115px;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.component-product .card > .row {
  height: 100%;
}
.component-product .card .imageSrc {
  height: 100%;
}
.component-product .card img {
  border-radius: 0.5rem 0 0 0.5rem;
}
.component-product .card-body {
  padding: 0.5rem 1rem;
}
.component-product .card-title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (max-width: 64rem) {
  .component-product .card-title {
    font-size: 0.875em;
  }
}
.component-product .card-text {
  font-size: 0.75em;
}
.component-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48rem) {
  .component-product .icon {
    font-size: 2.5em;
    min-width: 4rem;
  }
  .component-product .component-content > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .component-product .component-content .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .component-product .component-content .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 36rem) {
  .page-reference {
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-reference .breadcrumb-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 48.1rem) {
  .page-reference .announcement + .refBody {
    height: calc(100% - 1rem*4.25);
  }
}
.page-reference .refBody {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 36rem) {
  .page-reference .refBody {
    width: auto;
  }
}
@media (max-width: 36rem) {
  .page-reference main {
    width: auto;
  }
}
.page-reference main > div:not(.alert) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
@media (max-width: 36rem) {
  .page-reference main > div:not(.alert) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.page-reference main > div:not(.alert) > div {
  width: 100%;
  height: 100%;
}
.page-reference .breadcrumb-wrapper ~ main.col {
  padding-right: 0;
  padding-left: 0;
}
.page-reference .section {
  z-index: 1;
}
.references-wrapper {
  min-height: calc(100% - 37px - 1rem*2);
}
.references-wrapper .section {
  background-color: white;
}
@media (min-width: 36.1rem) {
  .references-wrapper .section {
    margin: 2rem;
  }
  .references-wrapper .section :target:before {
    display: none;
  }
}
@media (max-width: 36rem) {
  .references-wrapper .section {
    margin: 0.5rem;
  }
}
.references-wrapper .section-header:not(:empty) {
  padding: 2rem;
}
@media (max-width: 36rem) {
  .references-wrapper .section-header:not(:empty) {
    padding: 1rem 1rem 0;
  }
}
.references-wrapper .section-header h1 {
  margin-bottom: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.references-wrapper .section-header p {
  font-size: 1em;
}
.references-wrapper .section-content:not(:empty) {
  padding: 0 2rem 2rem;
}
@media (max-width: 36rem) {
  .references-wrapper .section-content:not(:empty) {
    padding: 0 1rem 2rem;
  }
}
.references-wrapper .section-content .tab-pane,
.references-wrapper .section-content p {
  white-space: pre-wrap;
}
.references-wrapper .nav-tabs {
  background-color: rgba(216, 216, 216, 0.25);
  margin: -1rem -2rem 0;
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
@media (max-width: 36rem) {
  .references-wrapper .nav-tabs {
    margin: -1rem -1rem 0;
  }
}
.references-wrapper .tab-content {
  padding: 0;
}
.references-wrapper ul,
.references-wrapper ol {
  padding-left: inherit;
}
.references-wrapper ul {
  list-style-type: disc;
}
.references-wrapper ol {
  list-style-type: decimal;
}
.profile.container {
  background-color: white;
  padding: 2rem;
  margin: 2.5rem auto;
  max-width: 1440px;
}
@media (max-width: 64rem) {
  .profile.container {
    max-width: 90%;
  }
}
.profile p + .row {
  margin-top: 2.5rem;
}
@media (max-width: 36rem) {
  .profile .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .profile .btn {
    padding: 0.5rem 1rem;
  }
}
a {
  color: rgba(3, 114, 156, 1);
}
a:visited {
  color: rgba(128, 65, 128, 0.75);
}
.article-row {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.article-row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.article-row > figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding-right: 1rem;
}
.article-row > figure + .text {
  padding-right: 0;
  padding-left: 1rem;
}
.article-row > figure img {
  width: 100%;
}
.article-row > p {
  line-height: 2;
  letter-spacing: 0.5px;
}
.article-row > p + ol {
  margin-top: -1rem;
}
.article-row img {
  max-width: 100%;
}
.article-row ol {
  list-style-type: decimal;
  padding-left: 1rem;
}
.article-row .nested-list {
  list-style-type: none;
  padding-left: 0;
}
.article-row .nested-list ol {
  list-style-type: none;
  padding-left: 0;
}
.article-row pre {
  max-width: 47.5rem;
  background-color: #191717;
  color: white;
  white-space: pre-line;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 48.1rem) {
  .article-row pre {
    width: 60%;
  }
}
.article-row table {
  table-layout: fixed;
  border: 1px solid rgba(216, 216, 216, 0.75);
  margin-bottom: 2rem;
}
.article-row table th,
.article-row table td {
  border: 1px solid rgba(216, 216, 216, 0.75);
  vertical-align: top;
  padding: 0.75rem;
}
.article-row table th {
  width: 50%;
}
.article-row ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.article-row ul.custom-list {
  padding-left: 1.5rem;
}
.article-row ul.custom-list li {
  display: list-item;
  padding-left: 0;
}
.article-row ul li {
  display: list-item;
  padding-left: 0;
}
.article-row .column-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.article-row .column-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.article-row .column-4 .quicklink-item {
  margin: 1rem;
}
.article-row .column-4 .quicklink-item a {
  text-decoration: none;
}
.article-row .column-4 .quicklink-item .link:after {
  content: "\f35d";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}
.article-row .column-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.5rem;
}
@media (max-width: 48rem) {
  .article-row .column-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-row > .section {
  margin-left: 0;
  margin-right: 0;
}
.article-row .section-header img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}
.article-row .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1rem;
}
.article-row .text h5 {
  margin-top: 0;
}
.article-row .text + figure {
  padding-right: 0;
  padding-left: 1rem;
}
.article-bio {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 1.25rem;
  border-radius: 0.25rem;
}
.article-bio img {
  border-radius: 0.25rem;
  margin-right: 1.75rem;
  height: 8.75rem;
  width: 8.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-bio .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-wiki {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 1.25rem;
  border-radius: 0.25rem;
}
.article-card-list,
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem;
}
@media (max-width: 36rem) {
  .article-card-list,
  .card-list {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding: 1rem;
}
@media (max-width: 64rem) {
  .article-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 48rem) {
  .article-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 36rem) {
  .article-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-card > .wrapper {
  height: 20rem;
  width: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
  position: relative;
  overflow: hidden;
  color: white;
}
@media (max-width: 36rem) {
  .article-card > .wrapper {
    margin: 0 auto;
  }
}
.article-card .cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
  background-color: rgba(35, 31, 32, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.article-card .cover + .metadata .end-content > a:first-child {
  position: relative;
  height: 72px;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .article-card .cover + .metadata .end-content > a:first-child {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.article-card .image-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(216, 216, 216, 0.25);
}
.article-card .image-cover + .metadata {
  background-color: rgba(35, 31, 32, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.article-card .image-cover img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card .metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  z-index: 2;
  padding: 0.75rem 1rem;
  margin-right: 0;
  min-height: 5.5rem;
  max-height: 100%;
  text-align: left;
}
@media (max-width: 48rem) {
  .article-card .metadata {
    padding: 1rem;
  }
}
.article-card .start-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.5rem;
          flex: 0 0 6.5rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 3.5rem;
}
.article-card .start-content p {
  text-align: center;
  word-wrap: break-word;
}
.article-card .start-content p:first-child {
  font-size: 0.75em;
}
.article-card .start-content p:nth-child(2) {
  font-size: 0.6em;
}
.article-card .end-content {
  padding-left: 0.5rem;
  border-left: 1px solid rgba(216, 216, 216, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9rem;
}
.article-card .article-content {
  z-index: 2;
  padding: 0 1.5rem 0.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-card .article-content p {
  position: relative;
  height: 120px;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .article-card .article-content p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.article-card a {
  color: white;
}
.article-card a:hover,
.article-card a:visited {
  color: white;
}
.article-card a .link:after {
  display: none;
}
.article-card p {
  margin-bottom: 0;
}
.card-list .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  height: auto;
  padding: 1rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 48rem) {
  .card-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.card-list .card > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.25);
          box-shadow: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.25);
  border-radius: 0.5rem;
  background-color: white;
  height: 100%;
  color: rgba(35, 31, 32, 0.75);
  overflow: hidden;
}
.card-list .card:hover .card-body a {
  text-decoration: underline;
}
.card-list .card-header {
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: none;
}
.card-list .card-header img {
  min-width: 100%;
  max-width: 21rem;
}
.card-list .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.card-list .card-body p {
  position: relative;
  height: 5rem;
  overflow: hidden;
  white-space: normal;
}
@supports (-webkit-line-clamp: 3) {
  .card-list .card-body p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: initial;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on !*/
  }
}
.checklist ul {
  list-style-type: none;
}
.checklist li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: rgba(108, 194, 74, 0.75);
  margin-right: 0.25rem;
}
.checklist li p {
  display: inline-block;
}
ul.custom-list {
  padding-left: 1rem;
}
ul.custom-list li {
  display: list-item;
  padding-left: 0;
}
ul.custom-list li:before {
  display: none;
}
.content-center {
  text-align: center;
}
.content-left {
  text-align: left;
}
.content-right {
  text-align: right;
}
.docs-wrapper .card-body a:before {
  content: "\f138";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: 0.5rem;
  color: steelblue;
}
.docs-wrapper .card-body span:last-child:after {
  content: none;
}
.docs-wrapper .guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.docs-wrapper .guides > .section-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .docs-wrapper .guides > .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 48rem) {
  .docs-wrapper .article-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 64rem) {
  .docs-wrapper .article-card-list {
    margin-left:auto;
    margin-right:auto;
  }
}
.docs-wrapper .guides > .section-header .icon {
  font-size: 5.625rem;
}
.docs-wrapper .guides > .section-header h1 {
  font-size: 1.5rem;
}
.docs-wrapper .guides > .section-header + div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 48rem) {
  .docs-wrapper .guides > .section-header + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.docs-wrapper .docs-others .article-card-list {
  height: 192px;
}
.link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.stories-wrapper {
  background-image: url("/webapp/static/images/stories-bg-365a4b08e98a4890a01eadaf77ea80aa.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  display: grid;
  grid-template-rows: repeat(13, 30px);
  grid-template-columns: repeat(2, 1fr);
  grid-template: repeat(13, 30px) / repeat(2, 1fr);
  grid-gap: 1rem 2rem;
}
@media (max-width: 48rem) {
  .stories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .stories-wrapper div {
    margin: 0.5rem 0;
  }
}
.stories-wrapper div {
  grid-row-end: span 4;
  overflow: hidden;
  max-width: 100%;
}
.stories-wrapper .text {
  grid-column: 2;
  grid-row: 2 / span 5;
  margin-left: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  overflow: visible;
}
@media (max-width: 48rem) {
  .stories-wrapper .text {
    margin-left: 0;
  }
}
.stories-wrapper .image-wrapper:nth-child(3) {
  grid-row: 7 / span 7;
  grid-column: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stories-wrapper .image-wrapper:nth-child(3) a {
  height: 100%;
}
@media (max-width: 48rem) {
  .stories-wrapper .image-wrapper:nth-child(3) {
    height: 10rem;
  }
  .stories-wrapper .image-wrapper:nth-child(3) a {
    width: 100%;
  }
  .stories-wrapper .image-wrapper:nth-child(3) img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stories-wrapper .image-wrapper:nth-child(2) {
  grid-row: 1 / span 11;
  grid-column: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stories-wrapper .image-wrapper:nth-child(2) a {
  height: 100%;
}
@media (max-width: 48rem) {
  .stories-wrapper .image-wrapper:nth-child(2) {
    height: 10rem;
  }
  .stories-wrapper .image-wrapper:nth-child(2) a {
    width: 100%;
  }
  .stories-wrapper .image-wrapper:nth-child(2) img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 64.1rem) {
  .stories-wrapper .text {
    margin-top: 2rem;
  }
}
@media (min-width: 36.1rem) {
  .stories-wrapper .image-1 {
    margin-left: 1rem;
    margin-right: auto;
  }
  .stories-wrapper .image-2 {
    margin-left: 3rem;
  }
}
.stories-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.stories-wrapper.theme-b {
  background-image: none;
  grid-template-rows: repeat(13, 55px);
}
@media (min-width: 48.1rem) {
  .stories-wrapper.theme-b {
    height: 980px;
  }
}
.stories-wrapper.theme-b:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("/webapp/static/images/stories-bg-blue-a5485b6867685911adcb6c8868e3072b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 48.1rem) {
  .stories-wrapper.theme-b:before {
    height: 980px;
  }
}
@media (max-width: 48rem) {
  .stories-wrapper.theme-b:before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 884px;
  }
}
.stories-wrapper.theme-b .text {
  grid-column: 1;
}
.stories-wrapper.theme-b .image-wrapper:nth-child(3) {
  grid-column: 1;
}
@media (min-width: 48.1rem) {
  .stories-wrapper.theme-b .image-wrapper:nth-child(3) a {
    margin-left: 20%;
  }
}
.stories-wrapper.theme-b .image-wrapper:nth-child(3) img {
  max-height: 20rem;
}
.stories-wrapper.theme-b .image-wrapper:nth-child(2) {
  grid-column: 2;
  grid-row: 2 / span 9;
}
.stories-wrapper.theme-b .image-wrapper:nth-child(2) img {
  max-height: 30.625rem;
}
@media (max-width: 48rem) {
  .stories-wrapper {
    background-image: none;
    grid-template-rows: repeat(13, 55px);
  }
  .stories-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url("/webapp/static/images/stories-bg-365a4b08e98a4890a01eadaf77ea80aa.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    margin-top: -20px;
  }
  .stories-wrapper .text {
    margin-top: 15%;
  }
  .article-row {
    margin-bottom: 3rem;
  }
}
@media (min-width: 48.1rem) and (max-width: 57rem) {
  .stories-wrapper img {
    height: 75%;
  }
  .stories-wrapper .text {
    margin-left: 2rem;
  }
}
@media (min-width: 57.1rem) {
  .stories-wrapper img {
    height: 85%;
  }
  .stories-wrapper .text {
    margin-left: 5rem;
  }
}
@media (min-width: 48.1rem) {
  .stories-wrapper:before {
    height: 980px;
  }
  .page-index main .wrapper > .article-row .stories-wrapper {
    padding-right: 0;
    max-width: 1000px;
  }
  .stories-wrapper {
    margin: 0 auto;
  }
  .stories-wrapper .image-wrapper:nth-child(2) {
    justify-content: left;
    grid-row: 2 / span 11;
  }
  .stories-wrapper .image-wrapper:nth-child(3) {
    justify-content: left;
    margin-left: -50px;
  }
}
html {
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: rgba(35, 31, 32, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
body > .loading {
  position: fixed;
  z-index: 9999;
}
body > .container-fluid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body:not(.page-help) :target:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -110px;
}
main {
  background-color: rgba(216, 216, 216, 0.25);
}
.page-general main {
  background-color: white;
}
@media (min-width: 48.1rem) {
  main {
    min-height: calc(100vh - 72px - 221px);
  }
}
main.col {
  padding-right: 0;
  padding-left: 0;
  min-height: calc(100vh - 72px - 221px);
}
main > div {
  height: 100%;
}
[data-bs-toggle="collapse"] {
  cursor: pointer;
}
.main-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 104px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 48rem) {
  .main-wrapper {
    padding-top: 80px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.container {
  max-width: 100%;
}
header {
  background-color: white;
}
header a {
  color: rgba(35, 31, 32, 0.75);
  font-size: 1em;
}
a {
  position: relative;
  color: rgba(3, 114, 156, 1);
  font-weight: 500;
  word-break: normal;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: rgba(3, 114, 156, 1);
}
a:hover:after {
  text-decoration: none;
}
a:visited {
  color: rgba(128, 65, 128, 0.75);
}
a.docs {
  color: rgba(3, 114, 156, 1);
  float: right;
}
a.docs:hover {
  color: rgba(3, 114, 156, 1);
}
a.docs:after {
  content: "\f15c";
  font-family: 'FontAwesomeRegular';
}
a.external-link {
  color: rgba(3, 114, 156, 1);
}
a.external-link:hover {
  color: rgba(3, 114, 156, 1);
}
a.external-link:visited {
  color: rgba(128, 65, 128, 0.75);
}
a.external-link:after {
  content: "\f35d";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}
a.info-tooltip {
  color: rgba(3, 114, 156, 1);
  pointer-events: all;
}
a.info-tooltip:hover {
  color: rgba(3, 114, 156, 1);
  text-decoration: none;
}
a.info-tooltip:after {
  content: "\f05a";
  font-family: 'FontAwesome';
}
a.link {
  color: rgba(3, 114, 156, 1);
}
a.link:hover {
  color: rgba(3, 114, 156, 1);
}
a.link:visited {
  color: rgba(128, 65, 128, 0.75);
}
a.link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
a.replace {
  float: right;
  margin-top: 1rem;
}
a.secondary-link {
  color: rgba(3, 114, 156, 1);
}
a.secondary-link:hover {
  color: rgba(3, 114, 156, 1);
}
a.secondary-link:visited {
  color: rgba(128, 65, 128, 0.75);
}
a.settings:before {
  content: "\f013";
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
}
a.view-all {
  float: right;
  margin: 1rem 0;
}
a.clickable {
  text-decoration: none;
}
a.clickable p {
  color: rgba(35, 31, 32, 0.75);
}
a.clickable:hover .title {
  text-decoration: underline;
}
ul {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
li {
  position: relative;
}
ol {
  list-style-type: none;
  counter-reset: section;
}
ol.nested-list li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.dropdown-item {
  color: rgba(35, 31, 32, 0.75);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.dropdown-itema:not([href]):not([tabindex]) {
  color: rgba(35, 31, 32, 0.75);
  cursor: pointer;
}
figure img {
  max-width: 100%;
}
figcaption {
  margin-top: 1rem;
}
.badge {
  padding: 0.25rem;
  border-radius: 0.5rem;
  color: white;
}
.badge.permission {
  font-size: 0.75em;
}
.form-check-label .badge.permission {
  margin-left: 0.5rem;
}
.badge.permission:before {
  font-family: 'FontAwesome';
  margin-left: 0.25rem;
}
.badge.permission.corppass {
  background-color: #005CB9;
}
.badge.permission.corppass:before {
  content: "\f0c0";
}
.badge.permission.individual {
  background-color: rgba(238, 113, 17, 1);
}
.badge.permission.individual:before {
  content: "\f007";
}
.logo {
  height: 4.125rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
.github .logo,
.logo.github {
  background-image: url("/webapp/static/images/logo/github-569136bf0dc6cc3a1422302051f53e18.png");
}
.corppass .logo,
.logo.corppass {
  background-image: url("/webapp/static/images/logo/singpass-fde7723e7fdd83a2daf20ba0f6ada2a1.PNG");
  height: 3.125rem;
}
.divider {
  text-align: center;
  position: relative;
}
.divider span {
  position: relative;
  background-color: white;
  z-index: 2;
  padding: 0 2rem;
}
.divider:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 1px solid #D8D8D8;
  z-index: 1;
}
.overlay {
  pointer-events: none;
  cursor: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
}
.overlay-dark {
  pointer-events: none;
  cursor: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.overlay-dark:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1031;
}
.loading {
  pointer-events: none;
  cursor: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1031;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1032;
  width: 13rem;
  height: 100%;
  background-image: url("/webapp/static/images/spinner-8be58ed0076cfa721b27cb7d31aba5f3.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.loading.no-text:after {
  background-image: url("../images/spinner-no-text.gif");
}
.page-banner {
  background-image: url("/webapp/static/images/footer-d30a610d6df60ba5ee44915763d55634.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 36rem) {
  .page-banner {
    background-image: url("/webapp/static/images/main-banner-mobile-9c298fb70a8a9d14b2285585fb4915e8.svg");
  }
}
.page-banner h1 {
  font-size: 1.5em;
  margin-top: 0.5rem;
}
p {
  word-break: break-word;
  word-wrap: break-word;
}
p.sub {
  font-size: 0.75em;
}
p.sub a {
  font-size: 0.75em;
}
.btn + p {
  margin-top: 2.5rem;
}
.small,
small {
  font-size: 0.75em;
}
p.message {
  font-size: 0.75em;
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
}
p.message.warning:before {
  content: "\f071";
  font-family: 'FontAwesome';
  font-size: 1.125em;
  line-height: 1;
  color: rgba(238, 113, 17, 1);
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.action-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: white;
  border: 1px solid rgba(216, 216, 216, 0.75);
  border-radius: 0.25rem;
  font-size: 1em;
  font-weight: 400;
}
.action-message:before {
  content: "";
  display: block;
  width: 0.5rem;
  border-radius: 0.125rem;
}
.action-message p {
  margin-bottom: 0;
}
@media (min-width: 601px) and (max-width: 700px) {
  .action-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .action-message .message-action {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-top: 1px solid rgba(216, 216, 216, 0.75);
    border-left: none;
    text-align: center;
  }
  .action-message .message-action a {
    width: 100%;
  }
}
.message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0.5rem 0.75rem;
}
.message-action {
  border-left: 1px solid rgba(216, 216, 216, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-action .btn-link {
  color: rgba(3, 114, 156, 1);
  padding: 1rem 1.25rem;
}
.message-action .btn-link:hover {
  color: rgba(3, 114, 156, 1);
}
.message-action .btn-link:visited {
  color: rgba(128, 65, 128, 0.75);
}
.action-message:before {
  background-color: rgba(238, 113, 17, 1);
}
.action-message .message-body:before {
  content: "\f0f3";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  margin-right: 1rem;
  color: rgba(238, 113, 17, 1);
}
pre,
code {
  font-family: 'Courier', monospace;
}
.tooltip-inner {
  background-color: rgba(35, 31, 32, 0.75);
  text-align: left;
}
.bs-tooltip-right .tooltip-arrow:before {
  border-right-color: rgba(35, 31, 32, 0.75);
}
[data-bs-toggle="collapse"] {
  position: relative;
}
[data-bs-toggle="collapse"]:not(.navbar-toggler)[aria-expanded="true"]:after {
  content: "\f077";
}
[data-bs-toggle="collapse"]:not(.navbar-toggler):after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.section {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.section.error,
.section.message {
  text-align: center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.section.error > .section-content,
.section.message > .section-content,
.section.error .section-content-error,
.section.message .section-content-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  height: 100%;
}
.component-content .section.error,
.component-content .section.message {
  width: 100%;
}
.section.error .icon,
.section.message .icon {
  font-size: 7.5rem;
}
.section.error .icon {
  color: rgba(203, 51, 59, 0.75);
}
.section.message.error .icon {
  color: rgba(203, 51, 59, 0.75);
}
.section.message.maintenance .icon {
  color: rgba(238, 113, 17, 1);
}
.section.message.success .icon {
  color: rgba(108, 194, 74, 0.75);
  margin-bottom: 1rem;
  line-height: 1;
}
.section.message.success .reset-password:before {
  content: "";
  background-image: url("/webapp/static/images/reset-success-8f9dc5c215dfab0a7fcf94d40f998adc.svg");
  display: inline-block;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section.message .message-title + .btn {
  margin-top: 2rem;
}
.section.products a:hover,
.section.guides a:hover,
.page-help .section a:hover {
  text-decoration: none;
}
.section-header {
  position: relative;
}
.section-header h1 {
  margin-bottom: 1.5rem;
}
.section-header > p {
  font-size: 1.5em;
}
.main-with-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 36rem) {
  .main-with-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.main-with-side > div {
  width: 100%;
  height: 100%;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 0;
}
@media (min-width: 48.1rem) {
  .social-links {
    padding-right: 2rem;
  }
  .social-links + .social-links {
    padding-right: 0;
    padding-left: 2rem;
    border-left: 1px solid white;
  }
}
@media (max-width: 36rem) {
  .social-links {
    margin-bottom: 1rem;
  }
}
.social-links > .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 2rem;
  margin: 0 0 0.25rem;
}
.social-links li {
  display: inline-block;
  margin: 0 0.25rem;
}
.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
}
.social-links a:before {
  font-family: 'FontAwesomeBrands';
  font-size: 1.125em;
  color: white;
  cursor: pointer;
}
.social-links a:hover {
  background-color: white;
  text-decoration: none;
}
.social-links a:hover:before {
  color: rgba(51, 0, 114, 0.75);
}
.social-links .facebook a:before {
  content: "\f39e";
}
.social-links .instagram a:before {
  content: "\f16d";
}
.social-links .linkedin a:before {
  content: "\f0e1";
}
.social-links .twitter a:before {
  content: "\f099";
}
.social-links .youtube a:before {
  content: "\f167";
}
/* PUT ADDITIONAL CSS CHANGES HERE */
.page-dashboard .component-tabs .section {
  padding: 0;
  margin: 0;
}
.page-dashboard .component-tabs .section.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.page-dashboard .component-tabs .section.app .section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.page-dashboard .component-tabs .tab-content {
  min-height: 29rem;
  height: 100%;
}
.page-dashboard .component-tabs .tab-content .tab-pane > .container {
  height: 100%;
}

.page-dashboard .indicator {
  margin-bottom: 1rem;
}
.page-dashboard .indicator .section-title {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.page-dashboard .indicator .badge {
  margin-left: 0.5rem;
}
.page-dashboard .card .indicator .badge {
  margin-left: 0;
}

.section.app .section-content .indicator .section-title {
  margin-bottom: 0;
}
.component-api-subs .api-lists .component-content,
.component-api-subs .api-selection .component-content {
  padding: 1.75rem;
}
.component-api-subs .form-check-label {
  width: 290px;
  position: relative;
  margin: 0 2rem;
  word-wrap: break-word;
}
.badge {
  padding: 0.25rem;
  border-radius: 0.5rem;
  color: #fff;
}
.badge.permission {
  font-size: 0.75em;
}
.form-check-label .badge.permission {
  margin-left: 0.5rem;
}
.badge.permission:before {
  font-family: FontAwesome;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.badge.permission.corppass {
  background-color: #005cb9;
}
.badge.permission.corppass:before {
  content: "\f0c0";
}
.badge.permission.individual {
  background-color: rgba(238, 113, 17, 1);
}
.badge.permission.individual:before {
  content: "\f007";
}
.section.credentials .form-button .btn.btn-outline-primary {
  position: absolute;
  right: 8%;
}
@media (min-width: 48.1rem) {
  .section.credentials .form-button .btn.btn-outline-primary {
    position: absolute;
    right: 22%;
  }
}
.aboutus-item-wrapper {
  padding: 0rem 5.5rem;
}
.aboutus-item-wrapper .section-header {
  margin-bottom: 3rem;
}
.aboutus-item-wrapper .section-header h1 {
  margin-bottom: 0.5rem;
}
.aboutus-item-wrapper .date {
  padding-left: 0.5rem;
  border-left: 1px solid rgba(35, 31, 32, 0.75);
}
@media (max-width: 36rem) {
  .aboutus-item-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.sgds-masthead {
    position: relative;
    background-color: #f0f0f0;
    height: auto;
}
.sgds-masthead a {
    color: #484848;
    display: flex;
    align-items: center;
}
.sgds-masthead .is-text {
	margin-left: 4px
}
.sgds-masthead a:hover {
  text-decoration: none;
}
.sgds-masthead a:link {
  text-decoration: none;
}
.sgds-masthead a:visited {
  text-decoration: none;
}
.sgds-masthead a:active {
  text-decoration: none;
}
.gov-container {
    width:100%;
    height:30px:
    position fixed;
    background-color: #f0f0f0;
    z-index:998;
    color: #fff;
    display: inline-flex;
    padding: 0.5rem 5rem;
    align-items: center;
    font-size: 12px;
    top: 0;
    left 0;
}
.gov-container .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1440px;
}
@font-face {
	font-family: 'sgds-icons';
	src: url('/webapp/static/fonts/sgds-icons-0dc42d75a6d05f5959212ccf2864061b.ttf') format("truetype"), url('/webapp/static/fonts/sgds-icons-9cbe4af21c7cb297e24353353bab2a84.woff') format("woff"), url('/webapp/static/fonts/sgds-icons-bd4282f02d378958330a92d51eb3ed7e.svg?#sgds-icons') format("svg");
	font-weight: 400;
	font-style: normal
}
.sgds-icon {
	font-family: sgds-icons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.sgds-icon-sg-crest:before {
    font-size: 20px;
	content: "\e948";
	color: #db0000
}
@media (max-width: 48rem) {
    .gov-container {
        padding: 0 1.7rem;
    }
}
@media (min-width: 90.1rem) {
    .gov-container {
        margin-left: auto;
        margin-right: auto;
    }
}
footer .compatibility {
    font-size: 12px;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
}
.move-to-top-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
}

.move-to-top-button:hover {
  background-color: #555;
}

.home .card-header h4 {
  padding-bottom: 1rem;
  font-weight: bold;
}

.home h3.card-title {
  margin-top: 0.75rem;
}

.home .card-body img {
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  width: 120px;
}

.home .article-row .column-6 {
  max-width: 24rem;
}
.home .article-row {
  justify-content: center;
}
header.navbar{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn-close {
  height: 2em;
  background: transparent;
  font-size: x-large;
}
.site-search .search{
  display:flex;
}
.field-input input:focus{
  outline :none;
}
.global-search div .search{
  max-width:50rem;
}
.form-floating .input-group .form-control{
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left:0;
  border-radius:0.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
  border-radius:0.25rem;
}
.sidemenu-wrapper{
  width:auto;
  padding-right:0;
  padding-left:0;
  margin-left:1.5rem;
}
.tab-content .form-floating .form-label label {
  font-size: medium;
  font-weight: 400;
}
.tab-content .form.view.col-10 .form-label {
  margin-bottom:0;
}
.tab-content .form.view.col-10 .form-control{
  min-height: 3.25rem;
  height:0;
  padding-bottom:1rem;
}
.tab-pane.additional-info.active.show:before{
   content: none;
}
.tab-pane.signature-key.active:before{
   content: none;
}
.tab-pane.oauth-id-key.active.show:before{
  content:none;
}
.form-control[readonly] {
   padding-top: 1.625rem;
}
.form-control:focus::placeholder{
  color:gray !important;
}
.sidebar a.active{
    font-weight:600;
}
.table.table-borderless.subscriptions-table th, .table.table-borderless.subscriptions-table td{
  color: rgba(35, 31, 32, 0.75);
  background-color: inherit;
}
.carousel-indicators [data-bs-target]{
 flex: 1 1 0%;
 text-indent: unset;
 height: auto;
 width: auto;
 background-color: unset;
 opacity:unset;
 border-top: none;
 border-bottom: none;
 padding: 0 0.5rem;
}
.bv-form {
  width: 65%;
}

.bv-form .form-label{
  top:-2.5rem;
  left:-0.75rem;
}
.bv-form .form-control.date{
  min-height:2.5rem;
  height:2.5rem;
}
.form-floating .form-control.date:not(:placeholder-shown),
.form-floating .form-control.date:focus {
  padding-top:.5rem;
}
.input-group.search.apiSubs .dropdown{
  display:inline-block;
  left:0;
}
.input-group .dropdown a{
  background: transparent;
}
.input-group.search.apiSubs input{
  width:50%
}
.input-group.search.apiSubs{
  height: 2.7em;
}
.input-group.search .searchBtn{
  left:26.25em;
}
.input-group.search.apiSubs .input-group:focus-within{
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group.search.apiSubs .searchBtn:focus-within{
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.article-card .left-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.5rem;
	flex: 0 0 6.5rem;
	margin-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 3.5rem;
}
.article-card .left-content p:first-child{
  font-size:0.75em;
}
.article-card .left-content p:nth-child(2){
  font-size:0.6em;
}
.article-card .right-content {
	padding-left: 0.5rem;
	border-left: 1px solid rgba(216, 216, 216, 0.75);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0.9rem;
}
.input-group.browse{
  width:auto;
}
input#password:focus::placeholder{
  color:white !important;
}






