/* 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);
}
evo-step-indicator {
  --step-indicator-incomplete-indicator-border-color: #717171 !important;
}
: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;
}
.signin .selected,
:not(.forgot-password-flow) .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;
}
.text-sm {
  font-size: 1.5rem !important;
}
@media print {
  .body--printing-element > * {
    display: none !important;
  }
  #printable-area {
    display: block !important;
    margin-top: 24px;
  }
  .accept-action {
    display: none !important;
  }
}.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 */
.signin {
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-width: 100%;
  background-color: white;
  background: url("./osgli-bg-C8mvWAtz.jpg") no-repeat center top;
  background-size: cover;
  padding: 0;
}
@media (min-width: 595px) {
  .signin {
    padding: 1rem;
  }
}
.signin-inner {
  display: flex;
  justify-content: space-around;
  max-width: 460px;
}
@media (min-width: 767px) {
  .signin-inner {
    justify-content: normal;
  }
}
.signin-inner:has(> :not(form)) {
  max-width: none;
}
evo-modal[event-id=contactus] {
  --modal-sm-width: 56rem;
}.auto-login {
  min-height: 400px;
  background-color: white;
  width: calc(100% + 20px);
  margin: -10px;
  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 */
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;
  font-size: 16px;
}
.contactus-modal h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.contactus-modal p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.contactus-modal ul {
  list-style: none;
  padding-left: 2.5rem;
}
.contactus-modal .modal-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.contactus-modal .modal-actions .close-btn {
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contactus-modal .modal-actions .close-btn:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.contactus-modal .modal-actions .close-btn:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}
.linkbtn {
  background: none;
  border: 0;
  color: #FFF;
}
.nav .container {
  position: relative;
}
.nav-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: normal;
}
.nav-actions li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-actions li a {
  color: #dadada;
  font-family: arial !important;
  font-size: 15px;
  font-weight: bold !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  border: none;
  outline: none;
}
.nav-actions li a:hover {
  text-decoration: underline;
}
.nav-actions li a:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.nav-actions li a:focus:not(:focus-visible) {
  outline: none;
}
.nav-actions li a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
  font-weight: bold;
}
.nav-actions .help_list .link_sep {
  color: #dadada;
  font-family: arial !important;
  font-size: 15px;
  font-weight: bold !important;
  margin: 0 8px;
}.forgot-password-flow,
.recovery-error-container,
.forgot-username-error-container,
.forgot-username-thankyou-container,
.changepassword-success-container,
.changepassword-error-container {
  min-height: calc(100vh - 250px);
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 2rem 6rem 2rem 12rem;
}
@media (max-width: 767px) {
  .forgot-password-flow,
  .recovery-error-container,
  .forgot-username-error-container,
  .forgot-username-thankyou-container,
  .changepassword-success-container,
  .changepassword-error-container {
    padding: 2rem 1.5rem;
    min-height: calc(100vh - 200px);
  }
}.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 * {
  box-sizing: border-box;
}
.forgot-password-flow evo-input-text {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 0 1rem 0 !important;
  height: auto !important;
  min-height: 48px !important;
  max-height: none !important;
  padding: 0 !important;
  position: static !important;
  float: none !important;
  background: transparent !important;
}
.forgot-password-flow evo-button {
  border: none !important;
  outline: none !important;
  position: static !important;
  float: none !important;
  background: transparent !important;
}
.forgot-password-flow evo-alert {
  border: none !important;
  outline: none !important;
  position: static !important;
}
.forgot-password-flow .selected,
.forgot-password-flow *[class*=selected] {
  border: none !important;
}
.forgot-password-flow .step-container {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .forgot-password-flow .step-container {
    padding-top: 2rem;
  }
}
.forgot-password-flow .step-container h1, .forgot-password-flow .step-container .h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .forgot-password-flow .step-container h1, .forgot-password-flow .step-container .h2 {
    font-size: 2.4rem;
  }
}
.forgot-password-flow .step-container p {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .forgot-password-flow .step-container p {
    font-size: 1.4rem;
  }
}
.forgot-password-flow .step-container form {
  max-width: 450px;
  position: relative;
  display: block;
  overflow: visible;
}
.forgot-password-flow .step-container .form-control {
  max-width: 450px;
  margin-bottom: 1.5rem;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: none !important;
  position: static !important;
  overflow: visible;
  display: block;
  clear: both;
  height: auto !important;
  min-height: auto !important;
}
.forgot-password-flow .step-container fieldset {
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.forgot-password-flow .step-container .nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  gap: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  clear: both;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .forgot-password-flow .step-container .nav-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .forgot-password-flow .step-container .nav-buttons evo-button {
    width: 100%;
  }
}
.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: 450px;
  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%;
  }
}
.challenge-contact-selection evo-input-radio-button {
  font-weight: normal !important;
}
.challenge-contact-selection evo-input-radio-button ::part(label) {
  font-weight: normal !important;
}
.challenge-contact-selection evo-input-radio-button label {
  font-weight: normal !important;
}
.challenge-contact-selection evo-input-radio-button span {
  font-weight: normal !important;
}
.challenge-contact-selection .d-flex.align-items-center {
  font-weight: normal !important;
}
.challenge-contact-selection .d-flex.align-items-center * {
  font-weight: normal !important;
}.change-password {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .change-password {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .change-password {
    margin: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .change-password {
    margin: 40px;
  }
}
.change-password .form-control {
  max-width: 450px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.change-password .criteria {
  max-width: 450px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.change-password .criteria p {
  font-size: 14px;
  margin: 5px 0;
}
.change-password .sub-criteria {
  font-size: 14px;
  margin-left: 5px 0;
  padding-left: 20px;
}
.change-password .valid {
  color: #5a9a3d;
  font-weight: bold;
}
.change-password .invalid {
  color: #000;
}
.change-password .nav-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.change-password {
  /* Special Characters Section */
}
.change-password .special-chars-container {
  margin-top: 16px;
  width: auto;
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb; /* gray-200 */
}
.change-password .special-chars-heading {
  font-size: 16px;
  color: #374151; /* gray-700 */
  margin-bottom: 8px;
}
.change-password .special-chars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.change-password .char-button {
  display: inline-block;
  text-align: center;
  padding: 8px;
  border: 1px solid #bfdbfe; /* blue-200 */
  border-radius: 6px;
  background-color: #eff6ff; /* blue-50 */
  font-size: 14px;
  cursor: pointer;
}
.change-password .char-button:hover {
  background-color: #dbeafe; /* blue-100 */
}
.change-password .strength-strong {
  margin: 5px;
  color: green;
}
.change-password .strength-medium {
  margin: 5px;
  color: rgb(227, 148, 3);
}
.change-password .strength-weak {
  margin: 5px;
  color: red;
}.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;
}.register-now-content {
  min-height: calc(100vh - 497.14px);
}
.register-now-content .register-now-wrapper {
  margin-top: 0px;
}
@media (max-width: 329px) {
  .register-now-content .register-now-wrapper {
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 795px) {
  .register-now-content .register-now-wrapper {
    margin-top: 30px;
  }
}
.register-now-content .space {
  margin-bottom: 30px;
}
.register-now-content .register-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .register-now-content .register-title {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    margin-left: 0px !important;
  }
}
.register-now-content .action {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  gap: 10px;
}
.register-now-content .actions-success {
  margin-top: 205px;
  justify-content: left;
}
@media screen and (max-width: 765px) {
  .register-now-content .actions-success {
    justify-content: center;
    flex-direction: row;
  }
}.helper-modal {
  padding-top: 10px;
}

.start-action {
  display: flex;
  justify-content: space-between;
}

.controlnumber-info-model h3 {
  margin-bottom: 40px;
}
.controlnumber-info-model .card-wrapper {
  align-items: stretch;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .controlnumber-info-model .card-wrapper {
    flex-direction: column;
    align-content: center;
  }
}
.controlnumber-info-model .card-wrapper .vertical-line {
  height: auto;
  width: 1px;
  background-color: #bec5d3;
}
@media (max-width: 768px) {
  .controlnumber-info-model .card-wrapper .vertical-line {
    width: 0px !important;
  }
}
.controlnumber-info-model .card-wrapper .card-information {
  max-width: 40%;
}
@media (max-width: 768px) {
  .controlnumber-info-model .card-wrapper .card-information {
    max-width: 80% !important;
  }
}
.controlnumber-info-model .card-wrapper .card-information .img-wrapper {
  text-align: center;
  padding: 20px;
}
.controlnumber-info-model .card-wrapper .card-information .img-wrapper img {
  max-width: 100%;
  height: auto;
}.personal-username-info-container .col-12.mb-3 label {
  font-weight: 700 !important;
}
.personal-username-info-container .strength-strong {
  margin: 5px;
  color: green;
}
.personal-username-info-container .email-confimation {
  display: flex;
  justify-content: left;
  padding-top: 5px;
  color: #333333;
}
.personal-username-info-container .work-personal {
  font-weight: 600;
}
.personal-username-info-container .email-radio-wrapper {
  gap: 10px;
}
.personal-username-info-container .accept-action {
  display: flex;
  width: 100%;
  justify-content: end;
}
.personal-username-info-container .agreement-content {
  max-height: 350px;
  overflow: auto;
}
.personal-username-info-container .agreement-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}
.personal-username-info-container .validation-wrapper {
  margin-top: 2rem;
}
.personal-username-info-container .username-action {
  gap: 8px;
}.password-field {
  max-width: 1200px;
}
@media (min-width: 1301px) {
  .password-field {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .password-field {
    margin: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .password-field {
    margin: 0px;
  }
}
.password-field .form-control {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.password-field .criteria {
  max-width: 450px;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
.password-field .criteria p {
  font-size: 14px;
  margin: 5px 0;
}
.password-field .sub-criteria {
  font-size: 14px;
  margin-left: 5px 0;
  padding-left: 20px;
}
.password-field .valid {
  color: #5a9a3d;
  font-weight: bold;
}
.password-field .invalid {
  color: #000;
}
.password-field .nav-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.password-field {
  /* Special Characters Section */
}
.password-field .special-chars-container {
  margin-top: 16px;
  width: auto;
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb; /* gray-200 */
}
.password-field .special-chars-heading {
  font-size: 16px;
  color: #374151; /* gray-700 */
  margin-bottom: 8px;
}
.password-field .special-chars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.password-field .char-button {
  display: inline-block;
  text-align: center;
  padding: 8px;
  border: 1px solid #bfdbfe; /* blue-200 */
  border-radius: 6px;
  background-color: #eff6ff; /* blue-50 */
  font-size: 14px;
  cursor: pointer;
}
.password-field .char-button:hover {
  background-color: #dbeafe; /* blue-100 */
}
.password-field .form-control p.strength-strong {
  display: block !important;
  margin: 5px 5px 30px 5px !important;
  padding-bottom: 10px !important;
  color: green;
}
.password-field .form-control p.strength-medium {
  display: block !important;
  margin: 5px 5px 30px 5px !important;
  padding-bottom: 10px !important;
  color: rgb(227, 148, 3);
}
.password-field .form-control p.strength-weak {
  display: block !important;
  margin: 5px 5px 30px 5px !important;
  padding-bottom: 10px !important;
  color: red;
}.results-table-container {
  max-height: 50vh;
  overflow: auto;
}
.results-table-container .results-table {
  width: 100%;
  border-collapse: collapse;
}
.results-table-container .results-table th,
.results-table-container .results-table td {
  padding: 8px 12px;
}
.results-table-container .results-table th {
  background-color: #bec5d3;
  position: sticky; /* Make the header sticky */
  top: 0; /* Stick to the top of the container */
  background-color: #bec5d3; /* Add a background color to avoid overlap */
  z-index: 1; /* Ensure it stays above the table rows */
}.multi-factor-auth-wrapper .form-check {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.multi-factor-auth-wrapper .form-check evo-input-radio-button {
  width: 50%;
}
@media (max-width: 500px) {
  .multi-factor-auth-wrapper .form-check evo-input-radio-button {
    width: 100%;
  }
}
.multi-factor-auth-wrapper .mfa-fineprint {
  padding-bottom: 60px;
}
.multi-factor-auth-wrapper .multifactor-info-container .warning-label {
  margin-top: 10px;
  margin-bottom: 0px;
}
.multi-factor-auth-wrapper .multifactor-info-container .action {
  margin-top: 65px;
  width: calc(50% + 34.98px);
}
@media (max-width: 501px) {
  .multi-factor-auth-wrapper .multifactor-info-container .action {
    width: 100%;
  }
}
.multi-factor-auth-wrapper .multifactor-info-container .multifactor-info-action {
  display: flex;
  justify-content: space-between;
}.mutlifactor-verification-wrapper .mutlifactor-verification-action {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 50px;
  width: calc(50% + 34.98px);
}
@media screen and (max-width: 769px) {
  .mutlifactor-verification-wrapper .mutlifactor-verification-action {
    width: 100%;
  }
}.multi-factor-mobile-auth-wrapper .form-check {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.multi-factor-mobile-auth-wrapper .form-check evo-input-text {
  width: 50%;
}
@media (max-width: 500px) {
  .multi-factor-mobile-auth-wrapper .form-check evo-input-text {
    width: 100%;
  }
}
.multi-factor-mobile-auth-wrapper .action {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 50px;
  width: calc(50% + 34.98px);
}
@media (max-width: 500px) {
  .multi-factor-mobile-auth-wrapper .action {
    width: 100%;
  }
}