@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/build/assets/OpenSans-Light-3sf3dutu.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/build/assets/OpenSans-Regular-DxJTClRG.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/build/assets/OpenSans-Medium-DVUZMR_6.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/build/assets/OpenSans-SemiBold-D3TTYgdB.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/build/assets/OpenSans-Bold-DGvYQtcs.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/build/assets/Poppins-Light-DT6-CsId.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/build/assets/Poppins-Regular-CTKNfV9P.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/build/assets/Poppins-Medium-Cxde2ZoM.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/build/assets/Poppins-SemiBold-B_fPDAUb.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/build/assets/Poppins-Bold-qTAUjFF7.ttf") format("truetype");
}
.hl-proctoring-system-loading-bar {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  margin-left: auto;
  margin-right: auto;
  height: 0.5rem;
  border-radius: 5px;
  max-width: 600px;
}

.hl-proctoring-system-loading-bar .hl-proctoring-system-loading-progress {
  position: absolute;
  height: 100%;
  width: 0;
  top: -1px;
  left: -1px;
  z-index: 2;
  background-color: #5990DC;
  border-radius: 4px;
  transition: 1.5s ease-in width;
}

.requirement-icon {
  height: 60px;
  width: 90px;
}

.hl-system-check-running {
  height: 238px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.hl-system-check-icon {
  height: 2rem;
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.hl-system-check-icon-success-circle {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(89 140 38 / var(--tw-text-opacity, 1));
}

.hl-system-check-icon-success-checkmark {
  stroke: currentColor;
  stroke-width: 4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hl-system-check-icon-failure {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(208 2 2 / var(--tw-text-opacity, 1));
}

.hl-system-check-loading-bar-header,
.hl-system-check-loading-bar-footer {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(102 103 102 / var(--tw-text-opacity, 1));
}

.hl-proctoring-system-check-footer .hl-proctoring-system-check-footer-header {
  text-align: center;
  margin-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

.hl-proctoring-system-check-footer .hl-proctoring-system-check-footer-failure-description {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(102 103 102 / var(--tw-text-opacity, 1));
  margin-top: 0.5rem;
}

.requirement-heading {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.requirements-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  @aaply items-center;
  --tw-text-opacity: 1;
  color: rgb(102 103 102 / var(--tw-text-opacity, 1));
}

.requirements-list-container > .requirement-item {
  align-self: stretch;
}