/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Styles/site.scss ***!
  \***********************************************************************************************************/
#online-institution-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.sticky-nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
  padding-block: 16px;
  background: white;
}
.sticky-nav .institution-title-container {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.hc .p-skeleton,
.hc .sticky-nav {
  background-color: black !important;
}
.hc span, .hc label, .hc strong, .hc a, .hc h1, .hc h2, .hc h3, .hc h4, .hc h5, .hc .text-dark, .hc .btn, .hc .fal {
  color: yellow !important;
}
.hc .btn, .hc .step-circle, .hc .form-control {
  background: black !important;
  border: solid 2px yellow !important;
}
.hc #progressbar li:after {
  background: white;
}
.hc #progressbar li.active:after {
  background: yellow !important;
}
