@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'swis721_cn_btroman';
  src: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.ttf')
      format('truetype'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.woff2')
      format('woff2'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.woff')
      format('woff'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.eot?#iefix')
      format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/fontawesome-webfont.woff2?v=4.7.0')
      format('woff2'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/fontawesome-webfont.woff?v=4.7.0')
      format('woff'),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/fontawesome-webfont.otf?v=4.7.0')
      format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/proxima-nova.otf');
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --default-back-color: #F6F7FB;
  --warning-color: #f0b323;
}

body {
  font-family: 'Noto Sans','swis721_cn_btroman', 'Swis721 Cn BT' !important;
  font-size: 0.875rem !important;
  color: #333e4b !important;
  background: var(--default-back-color);
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-eye:before {
  content: '\f06e';
}

.fa-eye-slash:before {
  content: '\f070';
}

.fa-info-circle:before {
  content: '\f05a';
}

/**
 * VISIBILITY
 */
.verificationInfoText {
  margin-bottom: 10px;
}

.error {
  display: block;
  color: #bb2323;
}
.show {
  display: block;
}

.working, 
.verifying-modal {
  display: none; 
  backdrop-filter: blur(5px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/iqvia_loading.gif') !important;
  background-size: 75.95px 25.22px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.working::after, 
.verifying-modal::after {
  content: 'Loading...';
  color: #333e4b !important;
  font-family: 'swis721_cn_btroman';
  font-size: 14px;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
}

/**
 * LAYOUT
 */

main {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column, #localAccountForm .buttons * {
  display: flex;
  flex-direction: column;
}

.container {
  width: 480px;
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  outline: 1px solid rgb(217, 217, 217);
  outline-offset: -1px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 32px 48px;
}
#api {
  width: 100%;
}

#emailVerificationControl-PassWordReset .buttons {
  margin-top: 16px;
}

#localAccountForm .entry, #localAccountForm .buttons,
#attributeVerification ul, .buttons, #api {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#attributeVerification .buttons {
  margin: 16px 0 16px 0;
}

#attributeVerification ul {
  gap: 0px;
}


#localAccountForm .buttons {
  margin-top: -16px;
  margin-bottom: 16px;
}

#attributeList ul {
  padding: 0;
  margin: 0;
}

#attributeList ul li {
  list-style: none;
  margin-bottom: 0px;
}

#forgotPassword {
  text-align: center;
}

#tandc {
  text-align: center;
  position: relative;
  left: 170px;
}

#tandc1 {
  text-align: center;
  position: relative;
  left: 84px;
  top: -166px;
}

.create {
  margin-top: 0px;
  text-align: center;
}

a:active,
a:focus {
  outline: none;
}

.attrEntry {
  margin-bottom: 0px;
}

.attrEntry label {
  font-size: inherit;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #007bff;
}



.form-control-placeholder {
  font-weight: normal;
  font-size: 14px;
  display: block;
  float: left;
  padding: 1.5em;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #fafafa;
  position: relative;
  top: 0px;
  padding: 7px 13px 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

input:focus + .form-control-placeholder,
input:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: transparent !important;
}

#passwordTip {
  position: relative;
  top: -22px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

#newPassword {
  padding-left: 30px;
}

#signInNametoggler,
#passwordtoggler,
#newPasswordtoggler,
#oldPasswordtoggler,
#reenterPasswordtoggler {
  top: -25px;
  margin-right: 10px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  float: right;
  cursor: pointer;
}

/* Hiding the Change Button */
.changeClaims,
#emailVerificationControl_but_change_claims {
  display: none !important;
}
/* Hiding the Change Button */

input {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 1px;
  color: #333333;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.28px;
  word-wrap: break-word;
  outline: 1px solid rgb(217, 217, 217);
}

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  display: inline;
  position: relative;
  float: left;
  margin-right: 5px;
}

#attributeList .VerificationControl{
  margin-bottom: 16px;
}

.RadioSingleSelect label:after {
  white-space: pre;
  content: '\A';
}

#myDialog {
  top: 10px;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 100;
  width: 700px;
  position: fixed;
  margin: 0 auto !important;
  padding: 20px;
  background-color: #fff;
  border: solid 2px #000;
}


button#ExternalTenantExchange {
  display: none;
}

button#NovartisExchange {
  display: none;
}

.buttons.verify {
  text-align: left;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font: 500 16px/1.5 "Noto Sans", Helvetica, Arial, serif;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  outline-offset: -1px;
  letter-spacing: 0.21px;
  outline-style: solid;
  outline-width: 1px;
  cursor: pointer;
}

.buttons #continue:disabled {
  /* margin: 0 auto; */
  /* width: 60%; */
  /* height: 50px; */
  /* background-color: #296ec6; */
  /*opacity: .3;*/
  /* visibility: hidden; */
  display: none;
  /* border-radius: 0.5rem; */
  /* border: none; */
  /* color: white; */
  /* font-size: 1em; */
}


button.normalized {
  color: #000 !important;
  padding: 5px 10px 5px 10px;
  margin-right: 4px;
  margin-top: 2px;
  float: right;
  cursor: pointer;
  background-color: #fff !important;
  border: solid 1px #000 !important;
  width: auto !important;
  border-radius: 4px;
}

button:first-of-type {
  margin-right: 0px;
}

.tiny {
  font-size: 0.8em;
}

.helpLink.tiny,
.intro,
.divider {
  display: none;
}

/**
 * ASTHETIC
 */

hr {
  border: 0;
  border-top: 1px solid black;
}

.simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.simplemodal-container {
  color: white;
}

.a {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ee;
}

.fake-link {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ee;
}

#notificationEmailReadonly_ver_but_verify {
  display: none !important;
}

#notificationEmailReadonly_ver_but_resend {
  display: none !important;
}

#div_center {
  text-align: center;
}



#center {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

.li {
  margin-bottom: 15px;
}

#attributeList > ul > li.CheckboxMultiSelect > div > label:nth-child(1) {
  position: relative;
  top: 17px !important;
  left: 22px;
}

p.center {
  text-align: center;
}

.maintenance-banner {
  white-space: pre-wrap;
  background: var(--warning-color);
  color: #000;
  border-radius: 4px;
  gap: 10px;
  align-items: center;
  padding: 12px;
  line-height: 1.2em;
  margin: 8px;
  font-size: 14px;
}
.maintenance-banner.is-visible {
  display: flex;
}
.maintenance-banner svg {
  height: 16px;
  width: 16px;
}
.hide {
  display: none;
}
#site-dialog1 {
  margin: auto;
}
dialog {
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  border-radius: 4px;
}
.dialogue-box {
  width: 480px;
  overflow: hidden;
}
.dialogue-box .dialogue-box-header {
  border-top: 4px solid var(--warning-color);
  padding: 20px 20px 10px 20px;
}
.dialogue-box .dialogue-box-body {
  padding: 10px 20px;
  background-color: white;
}
.dialogue-box .dialogue-box-footer {
  padding: 10px;
  text-align: right;
  justify-items: right;
  background-color: white;
}
.dialogue-box .dialogue-box-footer button {
  width: unset;
  font-size: 10px;
}

html,
body {
  margin: 0;
  font-family: sans-serif;
}

#next, button.sendCode,
button#emailVerificationControl-PassWordReset_but_verify_code,
button#emailVerificationControl-PassWordReset_but_send_new_code,
button#emailVerificationControl-PassWordReset_but_change_claims,
button#emailVerificationControl_but_send_new_code,
button#emailVerificationControl_but_verify_code,
button#emailVerificationControl_but_change_claims,
button#continue,
button#okDialogue {
  color: rgb(255, 255, 255);
  background-color: rgb(5, 87, 213);
  box-shadow: 0px 5.5px 6px -2px #0557D552;
  border: 1px solid #FFFFFF00

}

button#OneHomeExchange ,button#cancel {
  color: rgb(5, 87, 213);
  background-color: rgba(5, 87, 213, 0);
  border: 1px solid #D9D9D9;
}

#passwordTip ~ a.helpLink.tiny{
  margin-left: -20px;
}

.site-dialog {
  overflow: hidden;
  width: 95%;
  max-width: 500px;
  padding: 0;
  border-width: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

dialog::backdrop {
  background-color: rgba(128, 128, 128, 0.75);
}
dialog[id="site-dialog1"]::backdrop {
  background-color: rgba(128, 128, 128, 0.9);
}

.iqvia-logo-main {
  width: 201px;
  height: 95.79px;
}

.page-subtitle{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font: 500 20px/1.5 "Noto Sans", Helvetica, Arial, serif;
  color: rgb(89, 89, 89);
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-top: auto;
  padding: 0 24px 0 0;
}

.footer-left-content {
  display: flex;
  align-items: center;
  gap: 0 23px;
  min-width: 0;
}

.footer-right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  font: 400 14px/1.2 "Noto Sans", Helvetica, Arial, serif;
  color: rgb(68, 68, 68);
  text-align: center;
}

.footer-left-content > #tandc {
   left: 0px;
}

.devider-line-with-text .devider-line div {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: rgb(217, 217, 217);
  }

  .devider-line-with-text .devider-line {
    display: flex;
    height: 1px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  

.devider-line-with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

#attributeVerification #attributeList ul ul{
  gap: 16px;
}

#attributeVerification .Readonly {
  padding-bottom: 16px;
}

#attributeVerification .attrEntry .buttons{
  margin-bottom: 0px;
}


/* Make login page more mobile friendly */
@media screen and (max-width: 599px) {
  .container {
    width: 74vw;
    height: 100%;
    box-shadow: none;
    outline: none;
  }

  .footer{
    display: none;
  }

  body {
    background-color: #fff;
  }
  /* Make logo 60% of original size, keep proportions the same */
  /* .Q2-logo {
    width: 282px;
    height: 44px;
  } */
  #forgotPassword {
    display: block;
    left: 0px;
  }
  #tandc {
    display: block;
    left: 0px;
  }
  .dialogue-box {
    width: auto;
  }
  .maintenance-banner svg {
    height: 84px;
    width: 84px;;
  }
}

/* ----- Do not remove this lines ----- */
#loadOverlay{display: none;}
#dialog1-content-overlay { display: none; }
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
