/*Azure ADB2C Custom Styles */
/* Text and link colors */

body {
  color: #374e62;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

a {
  color: #4ba0d8;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
a:hover {
  color: #4ba0d8;
}
/* Input styling */
input,
select {
  width: 100%;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  background-color: transparent;
  border: none;
  caret-color: #4ba0d8;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: -1px;
  color: #374e62;
}
input::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}
input:focus,
select:focus {
  outline: none;
  border-bottom: 2px solid #4ba0d8;
  margin-bottom: -2px;
  color: #000000;
}

#title {
  margin-top: 2em;
  text-align: center;
  font-weight: 600;
}

#subtitle {
  margin-top: 1rem;
  text-align: center;
  font-weight: 400;
}

#bottomText {
  margin-top: 2rem;
  text-align: center;
  font-weight: 400;
}

#bottomLink {
  margin-top: 2rem;
  text-align: center;
}

/* Highlights labels paired with an input inside entry-item class */
.entry-item:focus-within label {
  color: #4ba0d8;
  font-weight: 400;
}
/* Styles input highlight red if invalid class added */
input.invalid {
  border-bottom: 2px solid #ff3823;
  margin-bottom: -2px;
  color: #000000;
}
/* Removes unnecessary margin from labels */
label {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #000000;
}
/* Removes styling from error message lists */
ul {
  list-style-type: none;
  padding: 0;
}
/* Allows Show to be used on errors etc. */
.show {
  display: block !important;
}
/* Hides intro messages */
.intro {
  display: none;
}
/* Adds spacing between this object and aligns text */
.divider {
  text-align: center;
  margin-top: 1rem;
}
/*Styles for primary and secondary buttons */
.buttons {
  margin-top: 1rem;
}
.buttons button {
  border: 1px solid #4ba0d8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  background-color: #4ba0d8;
  font-family: 'Inter', sans-serif;
  color: white;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
#cancel,
#retryCode {
  color: #4ba0d8;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #4ba0d8;
  box-shadow: none;
}
#cancel:hover {
  color: white !important;
  background-color: rgba(75, 160, 216, 0.5019607843) !important;
  border: 1px solid #4ba0d8 !important;
  box-shadow: none !important;
}
.buttons button:active:not([disabled]) {
  background-color: transparent;
  border-color: #194f7730;
  color: #194f77;
}
.buttons button:hover:not([disabled]) {
  background-color: #194f7720;
  border-color: #194f7720;
  color: #194f77;
}
.buttons button:disabled {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  color: white;
}
/*.buttons #continue:hover:not([disabled]), .buttons #next:hover {
	text-decoration: none;
	filter: brightness(0.92);
}
.buttons #continue:focus, .buttons #next:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 223, 0, 0.5);
	outline: 0;
}*/
/* Aligns password label and forgot password link horizontally */
.password-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem;
}
/* Sets color of error messages */
.error {
  color: #ff3823;
  font-weight: 400;
}
.error p {
  color: #ff3823;
  margin-bottom: 0;
}
/*Center aligns dynamic info messages */
.verificationInfoText,
.verificationSuccessText,
.verificationErrorText,
.error.pageLevel {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
}

.verificationInfoText {
  display: none;
}

#attributeList ul li .attrEntry .itemLevel {
  display: none;
}

/* Hides "What's this" link on email field */
#attributeList ul li .helpLink {
  display: none;
}

/* Hides textbox labels 
#attributeList ul li.TextBox label {
	display: none !important;
}*/

/* Hides verifying modal after it displays */
.verifying-modal {
  display: none;
}

.create p {
  display: flex;
  justify-content: center;
  margin-top: 4vh;
}

#createAccount {
  margin-left: 6px;
  text-decoration: underline;
}

/* Adds margin below password field */
.Password {
  margin-bottom: 1rem;
}

.news-section {
  background-image: url('https://nmefb2csa.blob.core.windows.net/nmefcustomerb2c/images/excavator.png');
  /* background-color: #ffffff95; */
  /* background-blend-mode: overlay; */
  background-size: cover;
  background-position: center;
}

/* Material Icons Size Classes */
.material-icons.md-16 {
  font-size: 1rem;
}
.layout-links {
  display: flex;
  align-self: center;
  align-items: center;
}

.password-label u {
  text-decoration: none;
}
#next {
  text-transform: uppercase;
}

.rememberMe {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

#rememberMe {
  width: auto;
  margin-right: 8px;
}

#enrollLink,
#signInLink {
  text-decoration: underline;
}

#CustomerPortalAdmin,
#AzAdExchange {
  color: #4ba0d8;
  border: none;
  background-color: transparent;
  height: unset;
}

#alertInfo {
  display: flex;
  margin: 2rem 0;
  padding: 12px;
  background-color: rgb(255, 244, 229);
}

#emailOnFile,
.readonly .number,
#phoneNumbers .number {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
}

#ssn {
  margin-bottom: 20px;
}

/* #countryCode {
  appearance: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  padding: 4px 0px 5px;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  max-width: 89%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding-right: 32px;
} */

#countryCode {
  margin-bottom: 1rem;
}

#countryCode:focus-visible {
  outline: 0;
}

#number {
  margin-bottom: 1rem;
}

#verificationCode {
  margin-bottom: 2rem;
}

#attributeVerification .buttons {
  display: flex;
  justify-content: space-between;
}

#continue,
#cancel,
#emailVerificationControl_but_verify_code,
#emailVerificationControl_but_send_new_code,
#retryCode {
  width: 48%;
}

.login-footer {
  color: #4ba0d8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.login-footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-footer p {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#footerRow1 {
  margin-bottom: 16px;
}

.heading {
  display: none;
}

/* #contactUsModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550px;
  background-color: white;
  box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
  padding: 50px;
  border-radius: 10px;
  border-style: none;
  outline: none;
} */

.body-blackout {
  position: absolute;
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}

.body-blackout.is-blacked-out {
  display: block;
}

.popup-trigger {
  display: inline-block;
}

.popup-modal {
  width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 1011;
}
.popup-modal.is--visible {
  opacity: 1;
  pointer-events: auto;
}

.popup-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 24px;
  padding: 12px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.popup-modal__close:focus {
  outline: 0;
}

.popup-modal svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  font-size: 50px;
}

.popup-modal__close svg {
  font-size: 2rem;
}

.popup-modal .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.popup-modal .row-container div {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-basis: 100%;
}

.modalTitle {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.modalSubtitle {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.popup-modal h3 {
  font-size: 18px;
  color: #162d3d;
  font-weight: 500;
}

.popup-modal h4 {
  font-size: 18px;
  color: #162d3d;
  font-weight: 300;
}
