#__next {
  width: 100%;
  height: 100%;
}

body {
  height: 100vh;
  background-color: #eaeaea !important;
}

html,
body,
#root {
  height: 100%;
  margin: 0;
}

.campusreel-modal {
  z-index: 110000 !important;
}

.container-as-ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
  list-style-type: none;
}

/* .item-as-li {
} */

.uppy-Dashboard--modal {
  z-index: 1303 !important;
}

#helppierStart div.helppierElem {
  z-index: 10 !important;
}

.MuiCardHeader-title {
  font-family: ibm-plex-sans, sans-serif !important;
}

.MuiCard-root {
  border-radius: 20px !important;
}

/* Safari Only */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (display: flow-root) {
    .safariMarginNone {
      margin: 0 !important;
    }

    .safariIcon svg {
      height: 108px !important;
      width: 108px !important;
    }
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hes-end-assessment {
  text-align: center;
  font-size: 2rem;
}

.truncate-link a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
