@import url('https://use.typekit.net/yxz0ctz.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mundial';
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fcfcfc;
}
body.overflow-hidden {
  overflow: scroll;
}
.preloader {
  width: 100%;
  height: 100%;
  display: block;
  background: url('https://masgstrss1dpb2cap1.blob.core.windows.net/digital-profile/images/ajax-loader.gif') no-repeat center center #f9f9f9;
  background-size: 150px, 150px;
  position: fixed;
  z-index: 90000;
  top: 0;
  left: 0;
  opacity: 0.9;
}
a {
  text-decoration: none;
}
textarea:focus,
input:focus {
  outline: none;
}
input:-internal-autofill-selected {
  background-color: #f1f1f1 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mobile-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 420px;
  min-height: 850px;
}
.head-navbar {
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ced8dd;
  padding: 0 30px;
}
.hd-logo {
  flex: 2;
  height: 35px;
  padding-left: 3rem;
}
.hd-logo .one-world {
  margin-left: 2rem;
  width: 35px;
  height: 35px;
}
.app-hd-logo {
  flex: 2;
  height: 35px;
  padding-left: 1rem;
}
.app-hd-logo .one-world {
  margin-left: 2rem;
  width: 35px;
  height: 35px;
}
#helpBtn {
  cursor: pointer;
  margin: 0 0.75rem;
}
.hd-help {
  flex: 1;
  font-family: 'Mundial';
  font-size: 1em;
  font-weight: 300;
  line-height: 22px;
  text-align: right;
  margin-right: 1%;
}
.hd-help a {
  color: #333333;
}
.app-hd-help {
  flex: 1;
  font-family: 'Mundial';
  font-size: 1em;
  font-weight: 300;
  text-align: right;
  margin-right: 1rem;
}
.container {
  display: flex;
  position: relative;
  width: 100%;
  background: #fcfcfc;
  padding: 0 30px 0 30px;
}
.app-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  padding: 0 30px 0 30px;
}
.app-container .forms {
  width: 100%;
}
.app-container .login {
  margin-top: 1.75rem !important;
}
.container .cover {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 98;
  transition: all 1s ease;
  transform-origin: left;
  transform-style: preserve-3d;
}
.container #flip:checked ~ .cover {
  transform: rotateY(-180deg);
}
.container .cover .front,
.container .cover .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cover .back {
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover::before,
.container .cover::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #7d2ae8;
  opacity: 0.5;
  z-index: 12;
}
.container .cover::after {
  opacity: 0.3;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.container .cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
}
.container .cover .text {
  position: absolute;
  z-index: 130;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-right-side {
  flex: 2;
  width: 25rem;
  height: 525px;
  margin-top: 15px;
}
.login-rt-bg {
  border-radius: 24px;
  background-image: linear-gradient(180deg, rgba(13, 70, 137, 0) 50%, #0d4689 95.26%);
  overflow: hidden;
  position: relative;
}
.login-rt-bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 70, 137, 0) 50%, #0d4689 95.26%);
}
.login-rt-bg img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.rt-bg {
  border-radius: 24px;
  background-image: linear-gradient(180deg, rgba(13, 70, 137, 0) 50%, #0d4689 95.26%);
  position: relative;
  width: 100%;
  height: 100%;
}
.rt-bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 70, 137, 0) 50%, #0d4689 95.26%);
  border-radius: 24px;
}
.rt-bg img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: none;
}
.right-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.right-prt-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url(https://masgstrss1dpb2cap1.blob.core.windows.net/digital-profile/images/Enrich_login_pic_1120x700.jpg);
  border-radius: 24px;
  position: relative;
}
.bg-height1 {
  min-height: 500px;
}
.bg-height2 {
  min-height: 500px;
}
.rt-wel-txt,
.rt-bnr-sml-txt {
  margin: 0 2rem 0 2rem;
  font-family: 'Mundial';
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  display: flex;
  position: absolute;

  z-index: 1;
}
.rt-wel-txt {
  font-size: 32px;
  font-weight: 700;
  bottom: 5rem;
}
.rt-bnr-sml-txt {
  font-size: 20px;
  bottom: 2rem;
  font-weight: 400;
}

.left-side {
  height: 100%;
  flex: 1;
  background: #fcfcfc;
}
.left-side .form-content {
  display: flex;
  justify-content: center;
  margin: 0;
  flex-direction: column;
}

/* buttons */
button#next,
.buttons #continue,
.buttons #cancel,
.buttons #verifyCode,
button#phoneVerificationControl-readOnly_but_verify_code,
button#phoneVerificationControl-readOnly_but_send_new_code,
#sendCode {
  color: #fff;
  background: #0d4689;
  cursor: pointer;
  transition: all 0.4s ease;
  width: 100%;
  height: auto;
  padding: 1rem 1rem;
  border-radius: 2rem;
  border: none;
  margin: 0.25rem 0;
  font-size: 1em;
}
button#next:disabled,
button#next[disabled],
button#phoneVerificationControl-readOnly_but_verify_code:disabled,
button#phoneVerificationControl-readOnly_but_verify_code[disabled],
.buttons #verifyCode:disabled,
.buttons #verifyCode[disabled],
.verifyCode:disabled,
.verifyCode[disabled] {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
  cursor: none;
  font-size: 1em;
}
a.helpLink.tiny {
  display: none !important;
}
.alert_border {
  border: 1px solid #d1223e !important;
}
/*Error messages */
#verifying_blurb,
div#captchaControlChallengeCode-apierror,
.error.itemLevel.show,
div#phoneSmsVerificationControl_error_message {
  color: #d1223e;
  font-size: 1em;
  margin-top: 0;
  width: 100%;
  padding: 1rem 0.75rem;
  border-radius: 0.75rem;
}
div#captchaControlChallengeCode-apierror,
.error.itemLevel.show,
div#phoneSmsVerificationControl_error_message {
  background: #fcedf0;
}
.help-wrap {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: 50%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  position: absolute;
  left: 25%;
  background-color: #61666f;
  top: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.btn-wrapper {
  text-align: right;
  margin: 1rem;
}
.video-wrap {
  padding: 10px 15px;
}
.video-wrap a {
  display: inline-block;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 12px;
}
.video-wrap a img {
  margin-right: 10px;
  width: 120px;
  float: left;
}
.video-wrap a p {
  float: left;
  width: 60%;
  padding: 15px 0;
}
.btn-close-video {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 376px) {
  .forms .form-content .form-title,
  forms .app-form-content .form-title {
    line-height: normal;
    margin: 1rem 0;
  }
  .hd-logo {
    padding-left: 10px;
  }
  .hd-logo .one-world {
    margin-left: 0.75rem;
  }
  .hd-help {
    line-height: normal;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .right-side {
    display: none;
  }
  .hd-logo .one-world {
    margin-left: 1rem;
  }
  .hd-help {
    margin-right: 1rem;
  }
  .hd-logo {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 425px) {
  .head-navbar {
    padding: 0 10px;
  }
  .hd-logo {
    padding: 0;
    display: flex;
  }
  .hd-logo a {
    overflow: hidden;
  }
  .hd-help {
    font-size: 0.75rem;
    padding-left: 0;
  }
  .hd-help {
    margin-right: 0;
  }
  #helpBtn {
    margin: 0;
  }
}

@media only screen and (min-width: 425px) {
  .left-side .form-content {
    margin: 0 3rem;
  }
}

@media only screen and (min-width: 769px) {
  .container {
    flex-direction: row;
  }
}
.right-side {
  flex: 2;
  width: 25rem;
  height: 525px;
  margin-top: 15px;
}
.circle-points {
  width: auto;
  margin: 0.75rem 0;
}
.numberCircle {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75em;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.25rem;
}
.numberCircle label {
  display: inline-block;
  padding: 15% 0;
  margin: 0 0.5rem;
}

/* Some Back Ground Colors */
.clrLightGray {
  background: #f0f3f5;
  font-weight: 600;
}
.clrLghtGreen {
  background: #00afad;
}
.notstarted {
  color: #a7b6bf;
}
.inprogress {
  color: #ffffff;
}
.completed {
  color: #00439ff0;
}
#section-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 1rem 0;
}
#section-mid-title {
  color: #333333;
  font-size: 1em;
  font-weight: 300;
}
div#sub-md-text {
  margin: 0.5rem 0;
}
#timer {
  font-size: 0.95em;
  color: #0d4689;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important;
}
i.fa-regular.fa-circle-question {
  margin-left: 0.5rem;
}
.error.itemLevel.show {
  margin-top: 1rem;
}
.faq-sec,
#faq_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #61666f;
  text-decoration: underline;
  font-size: 14px;
  margin: 15px auto 5px !important;
}
.faq-sec a {
  color: #61666f;
}
.verifying-modal {
  display: none;
}
