/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
evo-modal {
  --modal-overlay-background: rgba(0,0,0,0.8) !important;
}
evo-alert {
  --border-neutral-low: #d53943;
  --bg-primary-xlow: #f0f9ff;
}
evo-footer-disclaimer {
  --text-neutral-low: rgb(204, 204, 204);
  --bg-primary-alt-xhigh: rgb(0, 24, 54);
}
:root {
  --border-primary-high: #06c;
  --bg-primary-high: #06c;
  --text-primary-high: #06c;
}
.loginbutton evo-button {
  --btn-min-width: 200px !important;
}
.App {
  height: 100%;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
}
.scale-hover:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.cursor-pointer {
  cursor: pointer;
}
.selected {
  border: 2px solid #051355 !important;
}
.nowrap {
  white-space: nowrap;
}
.gap-1 {
  gap: 0.8rem;
}
.gap-2 {
  gap: 1.2rem;
}
.gap-3 {
  gap: 1.6rem;
}
.p-relative {
  position: relative;
}/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
header {
  padding: 0.5rem;
  background-color: #07639d;
  color: white;
  min-height: 66px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  min-height: 56px;
  margin: auto;
}
.header__inner > div {
  display: flex;
  align-items: center;
}
.prulogo {
  height: 28px;
}
@media (min-width: 500px) {
  .prulogo {
    height: 36px;
  }
}
.title {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 500px) {
  .title {
    margin-left: 80px;
    font-size: 1.8rem;
  }
}
.contactus {
  font-size: 1.4rem;
}
@media (min-width: 500px) {
  .contactus {
    font-size: 1.6rem;
  }
}
.contactus evo-icon {
  display: inline-block;
  margin: 0 6px 3px 0;
}
.contactus .icon-tooltip-help__question {
  fill: #07639d;
}
.contactus-modal {
  color: #333;
}
.contactus-modal ul {
  list-style: none;
  padding-left: 2.5rem;
}
.linkbtn {
  background: none;
  border: 0;
  color: #FFF;
}.loading-indicator {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
.login-container {
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  left: 0;
  z-index: 10;
  box-shadow: 24px;
  border: 0px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.88);
  height: fit-content;
  max-width: 360px;
  gap: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (min-width: 767px) {
  .login-container {
    left: 15%;
  }
}
@media (min-width: 500px) {
  .login-container {
    max-width: 460px;
  }
}
.login-inner {
  display: flex;
  border-radius: 1;
}
@media (min-width: 400px) {
  .login-inner {
    min-width: 300px;
  }
}
@media (min-width: 500px) {
  .login-inner {
    min-width: 400px;
  }
}
.login-form {
  display: grid;
  width: 100%;
}
.login-fields {
  max-width: 340px;
}
.login-form-header {
  height: 80px;
  font-size: 28px;
  padding-top: 0px;
  font-weight: bold;
  margin-bottom: 0;
}
.login-form-header span {
  font-weight: normal;
}
.login-form-content {
  font-size: 15px;
  color: #1A1E1F;
}
.login-form-content ul {
  margin-left: 0.5em;
  padding-left: 0px;
}
.login-form-content li {
  list-style: none;
  margin: 6px 0px;
}/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
.signin {
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-width: 100%;
  background-color: white;
  background: url("./erportalimage-Ir9Nfe2a.png") no-repeat center top;
  background-size: cover;
  padding: 0;
}
@media (min-width: 595px) {
  .signin {
    padding: 1rem;
  }
}
.signin-inner {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 767px) {
  .signin-inner {
    justify-content: normal;
  }
}
evo-modal[event-id=contactus] {
  --modal-sm-width: 56rem;
}.forgotusername-error {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .forgotusername-error {
    margin: auto;
  }
  .forgotusername-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .forgotusername-error {
    margin: 20px;
  }
  .forgotusername-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .forgotusername-error {
    margin: 40px;
  }
  .forgotusername-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 50px;
  }
}
.forgotusername-error .nav-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.forgotusername-error .alert-class {
  background-color: #F2F7FD;
}.forgotusername-thankyou {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .forgotusername-thankyou {
    margin: auto;
  }
  .forgotusername-thankyou .text-description {
    font-size: 12px;
    font-weight: bold;
  }
  .forgotusername-thankyou .text-description-field {
    display: flexbox;
    padding: 30px;
    border: 2px solid #d5d9db;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 15, 15, 0.1);
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
  }
  .forgotusername-thankyou .nav-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    gap: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .forgotusername-thankyou {
    margin: 20px;
  }
  .forgotusername-thankyou .text-description {
    font-size: 12px;
    font-weight: bold;
  }
  .forgotusername-thankyou .text-description-field {
    display: flexbox;
    padding: 30px;
    border: 2px solid #d5d9db;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 15, 15, 0.1);
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
  }
  .forgotusername-thankyou .nav-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    gap: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .forgotusername-thankyou {
    margin: 40px;
  }
  .forgotusername-thankyou .text-description {
    font-size: 12px;
    font-weight: bold;
  }
  .forgotusername-thankyou .text-description-field {
    display: flexbox;
    padding: 30px;
    border: 2px solid #d5d9db;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 15, 15, 0.1);
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
  }
  .forgotusername-thankyou .nav-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    gap: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}.recovery-error {
  max-width: 1200px;
}
@media (min-width: 1300px) {
  .recovery-error {
    margin: auto;
  }
  .recovery-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recovery-error {
    margin: 20px;
  }
  .recovery-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .recovery-error {
    margin: 40px;
  }
  .recovery-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 50px;
  }
}
.recovery-error .nav-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.recovery-error .alert-class {
  background-color: #F2F7FD;
}.forgot-password-flow {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .forgot-password-flow {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .forgot-password-flow {
    margin: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .forgot-password-flow {
    margin: 40px;
  }
}
.forgot-password-flow .step-container .form-control {
  max-width: 450px;
  margin-bottom: 1rem;
}
.forgot-password-flow .step-container .nav-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  gap: 20px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.forgot-password-flow .step-container .contact-options {
  max-width: 450px;
  margin-bottom: 1.5rem;
}
.forgot-password-flow .step-container .contact-options .contact-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.forgot-password-flow .step-container .contact-options .contact-option:hover {
  background-color: #f8f9fa;
}
.forgot-password-flow .step-container .contact-options .contact-option.selected {
  border-color: #001f45;
  background-color: rgba(0, 31, 69, 0.05);
}
.forgot-password-flow .step-container .contact-options .contact-option .contact-details {
  flex: 1;
}
.forgot-password-flow .step-container .contact-options .contact-option .contact-details .contact-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.25rem;
}
.forgot-password-flow .step-container .contact-options .contact-option .contact-details .contact-value {
  font-size: 0.875rem;
  color: #666;
}
.forgot-password-flow .step-container .otp-input-container {
  max-width: 450px;
}
.forgot-password-flow .step-container .otp-input-container .otp-input {
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.5em;
  font-family: monospace;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.forgot-password-flow .step-container .otp-input-container .otp-input:focus {
  outline: none;
  border-color: #001f45;
  box-shadow: 0 0 0 2px rgba(0, 31, 69, 0.1);
}
.forgot-password-flow .step-container .otp-input-container .otp-input::placeholder {
  letter-spacing: 0.3em;
  color: #adb5bd;
}
.forgot-password-flow .step-container .error-message {
  max-width: 450px;
  padding: 0.75rem 1rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.forgot-password-flow .step-container .success-message {
  max-width: 450px;
  padding: 0.75rem 1rem;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: #16a34a;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.forgot-password-flow .step-container .info-message {
  max-width: 450px;
  padding: 0.75rem 1rem;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  color: #2563eb;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.forgot-password-flow .step-container .attempts-warning {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.forgot-password-flow .success-container {
  text-align: center;
  padding: 2rem 0;
}
.forgot-password-flow .success-container .success-icon {
  width: 80px;
  height: 80px;
  background-color: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.forgot-password-flow .success-container .success-icon svg {
  width: 40px;
  height: 40px;
  color: #16a34a;
}
.forgot-password-flow .success-container .success-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}
.forgot-password-flow .success-container .success-message-text {
  color: #666;
  margin-bottom: 2rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Gilroy SemiBold"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff2") format("woff2"), url("https://cdn.pficdn.com/fonts/1.0.7/GilroyW05-SemiBold.woff") format("woff");
}
/* stylelint-enable */
.error-text {
  color: #d53943;
}
.challenge-contact-selection {
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  left: auto;
  z-index: 10;
  box-shadow: 24;
  border: 0px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
  height: fit-content;
  gap: 1rem;
  max-width: 480px;
}
@media (min-width: 400px) {
  .challenge-contact-selection {
    padding: 3rem;
  }
}
@media (min-width: 780px) {
  .challenge-contact-selection {
    left: 10%;
  }
}.changepassword-error {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .changepassword-error {
    margin: auto;
  }
  .changepassword-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .changepassword-error {
    margin: 20px;
  }
  .changepassword-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .changepassword-error {
    margin: 40px;
  }
  .changepassword-error .centre-image {
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 50px;
  }
}
.changepassword-error .nav-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.changepassword-error .alert-class {
  background-color: #F2F7FD;
}.changepassword-success {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .changepassword-success {
    margin: auto;
  }
  .changepassword-success .centre-image {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .changepassword-success {
    margin: 20px;
  }
  .changepassword-success .centre-image {
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .changepassword-success {
    margin: 40px;
  }
  .changepassword-success .centre-image {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 50px;
  }
}
.changepassword-success .continuebutton {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.center-container {
  display: flex;
  width: 440px;
  height: 337px;
  justify-content: center;
  align-items: center;
}