@import url("_reset.css");
@import url("_variables.css");
@import url("_color.css");
@import url("_typography.css");
@import url("_icon-ic.css");
@import url("signin.css");
@import url("mfa.css");
@import url("password.css");

@media screen and (max-width: 1440px) {
  html* {
    --font-size-root: 12px;
  }
}

@media screen and (max-width: 1000px) {
  html* {
    --font-size-root: 10px;
  }
}

@media screen and (min-width: 1440px) {
  html* {
    --font-size-root: 14px;
  }
}

a {
  color: rgb(var(--link-color));
}

.main-panel {
    background-color: #003883;
    display: flex;
    background-image: url('../../images/home/BG_img_Dark.jpg');
    background-size: cover;
}

.icon-ic_help {
  font-size: 1rem;
}


.left-main-panel {
  width: 72%;
  position: relative;
  left: 6%;
  margin-left: -6%;
}

.left-side-mid-panel img {
  height: 5em;
}

.left-side-mid-panel {
  margin: 5em 12em 2.5em 8em;
  color: rgba(var(--base-color-white));
}

.left-side-mid-panel-2 {
  height: calc(50vh);
  align-content: end;
}

.cp-header {
  font-size: calc(var(--font-size-root) * 4.5);
  color: rgba(var(--base-color-white));
  font-family: LibreFranklin-Medium;
}

.cp-header-title-with-bg {
  font-size: calc(var(--font-size-root)* 2.9);
  color: #003883;
  background: rgba(var(--base-color-white));
  margin: 20px 0;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: lighter;
}

.cp-header-title {
  font-size: calc(var(--font-size-root) * 1.5);
  color: rgba(var(--base-color-white));
  margin: 10px 0;
}

.left-side-mid-sub-panel {
  border-radius: 8px 0 0 8px;
  border-left: 8px solid rgba(var(--base-color-white));
  margin-top: 16px;
}

.left-mid-panel1 {
  background-color: rgba(var(--selection-color), 0.4);
  display: flex;
  min-height: inherit;
  padding: 1em 0 1em 0;
  border-radius: 0 1rem 1rem 0;

  [class^="icon-"],
  [class*=" icon-"] {
    font-size: 32px;
  }
}

.left-mid-panel-icon {
  margin-top: 18px;
}

.left-mid-subpanel {
  align-items: center;
  padding: 0 1rem 0 1rem;
  flex: 1;
}

.divider {
  border-right: 1px solid rgba(var(--base-color-white));
}

.right-panel {
    height: calc(100vh);
    overflow: hidden;
    width: 34%;
    z-index: 2;
    /*background: rgba(var(--base-color-white)) url(../../images/home/Eurofins-Assurance-Logo.svg) no-repeat;
    background: rgba(var(--base-color-white)) url(../../images/home/Impact-Trace-logo-white.png) no-repeat;*/
    background: rgba(var(--base-color-white)) url(../../images/home/Impact-Trace-logo-white_2.png) no-repeat;
}

.layer-1 {
  height: calc(100vh + 8rem);
  margin-top: -4em;
  background-color: rgba(var(--base-color-white), 0.4);
  border-top-left-radius: 20em;
  border-bottom-left-radius: 20em;
  left: 100px;
  padding-left: 1.5em;
}

.layer-2 {
  height: 100%;
  background-color: rgba(var(--base-color-white), 0.4);
  border-top-left-radius: 18em;
  border-bottom-left-radius: 18em;
  padding-left: 1.5em;
}

.layer-3 {
  height: 100%;
  align-items: center;
  background-color: rgba(var(--base-color-white));
  border-top-left-radius: 16em;
  border-bottom-left-radius: 16em;
}

.right-side-content {
  width: 100%;
  height: calc(100vh);
  align-items: center;

  .sign-option {
    padding: 20px;
    text-align: right;
  }
}

.login-panel {
  height: 83%;
  align-content: center;
}

.inner-login-panel {
  padding: 0 20%;

  h3 {
    font-size: calc(var(--font-size-root) * 1.6);
  }

  .save-signed {
    display: flex;
    justify-content: space-between;
  }
}

.right-side-header {
  text-align: right;
  padding: 3rem 1rem 1rem 1rem;

  button {
    color: rgb(var(--link-color));
  }
}

.login-control {
  color: rgb(var(--primary-color-regular));
  opacity: 1;
  padding: 13px;
  margin-top: 20px;
}

.icon-user {
  font-size: 3rem;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

h5 {
  line-height: 1rem;
}

.mat-button {
  height: auto;
  min-width: none;
  line-height: normal;
}

.mat-button:hover,
.mat-raised-button:hover {
  border: 1px solid rgba(var(--primary-color-light));
  background: rgba(var(--base-color-white)) !important;
}

.mat-menu-tag-close {
  display: inline;
  text-align: center;
  font-size: 2rem;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 4%;
  height: 64px;
  width: 64px;
  top: 0;
  left: 0;
  line-height: 5rem;
  background-color: rgb(var(--base-color-white));
  color: rgba(var(--primary-color-medium));
}

footer {
  text-align: center;
  color: rgb(var(--grey-shade-light));
  font-variation-settings: "wght" 400;
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  height: 50px;
}




#extension_mfaByTotpOrEmail_label {
  margin-bottom: .5rem;
  font-size: calc(var(--font-size-root));
}


#attributeVerification #attributeList ul li input[type=radio] {
  width: 24px !important;
  box-shadow: none;
  height: 24px;
  display: inline-block;
  float: left;
  clear: left;
  margin: .5rem;
}

#attributeList ul li input[type=radio]+label {
  float: left;
  display: inline-block !important;
  margin: .5rem;
  font-weight: 400;
  line-height: 24px;
}

#attributeList ul li label {
  display: block;
  text-align: left;
  float: none;
}

#ReadOnlyEmail_label,
#email_label,
#emailVerificationCode_label,
#verificationCode_label,
.otpCode_label,
.ReadOnlyEmail_label,
#ReadOnlyEmail_ver_input_label,
#newPassword_label,
#reenterPassword_label {
  display: none !important;
}

#attributeList ul li input[type=radio]:checked {
  background-color: rgba(var(--link-color)) !important;
  border: 1px solid rgba(var(--link-color));
}

[data-name="SelfAsserted"] {
  .intro {
    display: none;
  }
}

#totpQrCodeControl-picture img {
  height: calc(30vh);
  margin-top: 10px;
  margin-bottom: 10px;
}

.authenticatorIconControlContent {
  display: flex;
  flex-wrap: wrap;

  #authenticatorAppIconControl-title {
    width: 100%;
  }

  .googleStoreIconControlContent {
    width: 50%;
    align-content: center;

    img {
      /* width: 85% !important; */
      margin-top: 0px !important;
      float: none !important;
      height: calc(5vh) !important;
    }
  }

  .appStoreIconControlContent {
    width: 50%;
    align-content: center;

    img {
      /* width: 80% !important; */
      margin-top: 0px !important;
      float: none !important;
      height: calc(5vh) !important;

    }
  }
}

.qrCodeInfo {
  display: none;
}

.AuthenticatorInfoControl a {
  color: rgba(var(--link-color));
  font-family: rgb(var(--font-light));
  text-decoration: none;
  cursor: pointer;
}

.totpQrCodeControl_li a {
  color: rgba(var(--grey-shade-dark));
  text-decoration: none;
  cursor: default;
}

.footer-links {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;

  a {
    color: rgba(var(--grey-shade-dark));
    padding: 0 10px;
    border-left: 1px solid rgba(var(--grey-shade-dark));
  }

  a:first-child {
    border: 0;
  }
}

.pl-10 {
  padding-left: 10px;
}

.footer-panel {
  padding: 5em 15em 2.5em 8em;
  position: absolute;
  bottom: 0;
  color: rgba(var(--base-color-white));
  line-height: 23px;
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0), #000000cc);

  .footer-content {
    font-size: calc(var(--font-size-root) * 1);
  }

  a {
    color: rgba(var(--base-color-white));
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.account-login {
  .welcome {
    font-family: LibreFranklin-Medium;
    line-height: 30px;
    font-size: calc(var(--font-size-root) * 1.3);
    h3 {
      font-size: 24px;
      margin: 0;
    }
  }

  .account-detail {
    margin: 5px auto;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 0, 0, 0);
    display: flex;
    gap: 20px;

    .icon
{
    background: url(../../images/home/sign-in.svg) no-repeat;
    width: 60px;
    height: 60px;
}

    .title {
      font-size: calc(var(--font-size-root) * 1.1);
      margin: 6px 0;
      font-weight: 700;
      color: rgba(var(--link-color));
    }

    .tag {
      background: rgb(var(--primary-color-regular), .1);
      padding: 5px 10px;
      border-radius: 10px;
      display: inline-block;
      color: rgb(var(--primary-color-regular));
    }
  }

  .account-detail:hover {
    border: 1px solid rgba(var(--link-color));
    box-shadow: 0 2px 4px #0000003a;
    cursor: pointer;
  }
}

.logo {
  width: 477px;
  height: auto !important;
}
.question {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 5px;
  border: 1px solid rgb(var(--primary-color-regular));
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
}