#loginModal .dialog-container {
  display: block;
  /* padding: 24px; */
    border-radius: 20px;
  box-sizing: border-box;
  overflow: auto;
  outline: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
@media (-ms-high-contrast: active) {
  #loginModal .dialog-container {
    outline: solid 1px;
  }
}
.mat-dialog-content {
	
  display: block;
  margin: 0 -24px;
  padding: 0 24px;
  max-height: 65vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mat-dialog-title {
  margin: 0 0 20px;
  display: block;
}
.mat-dialog-actions {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 52px;
  align-items: center;
  margin-bottom: -24px;
}
.mat-dialog-actions[align="end"] {
  justify-content: flex-end;
}
.mat-dialog-actions[align="center"] {
  justify-content: center;
}
.mat-dialog-actions .mat-button + .mat-button,
.mat-dialog-actions .mat-button + .mat-raised-button,
.mat-dialog-actions .mat-raised-button + .mat-button,
.mat-dialog-actions .mat-raised-button + .mat-raised-button {
  margin-left: 8px;
}
 .mat-dialog-actions .mat-button + .mat-button,
 .mat-dialog-actions .mat-button + .mat-raised-button,
 .mat-dialog-actions .mat-raised-button + .mat-button,
 .mat-dialog-actions .mat-raised-button + .mat-raised-button {
  margin-left: 0;
  margin-right: 8px;
}

.mat-card:not([class*="mat-elevation-z"]) {
  box-shadow: none !important;
}
.common-padding-innerpage {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mat-flat-button.mat-primary {
  background: #fa3a3a;
  text-transform: capitalize;
  color: #fff !important;
}
.mat-flat-button.mat-primary.mat-flat-button.mat-primary[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.linkswith-heading {
  margin-bottom: 40px;
}
.linkswith-heading
  li
  a.labels {
  color: #262626;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid #b8b8b8;
}
.linkswith-heading
  li
  a.labels.active,
.linkswith-heading
  li
  a.labels:hover {
  background: #fa3a3a;
  color: #fff;
  border-color: #fa3a3a;
}
.linkswith-heading
  li
  a.underline-link {
  font-size: 13px;
  color: #fa3a3a;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .heading-one {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .hide750 {
    display: none;
  }
}
.login-page-tagline {
  font-size: 20px;
  font-weight: 500;
  line-height: 31.5px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 10px;
}
.login-dialog-container {
  display: flex;
  width: 100%;
  position: relative;
}
.close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  transition: all 0.4s ease;
  z-index: 999;
  cursor: pointer;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.close-icon:hover {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
}
.login-dialog-left {
  width: 50%;
  flex: 1;
  padding: 18px;
  background-color: #f5f5f5;
  text-align: center;
}
.login-dialog-left .logo {
  width: 150px;
  margin-bottom: 20px;
}
.login-dialog-left h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.login-dialog-left ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  text-align: left;
  align-items: center;
}
.login-dialog-left li {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.025em;
  text-align: left;
  color: #545454;
  display: flex;
  align-items: center;
  gap:10px;
}
.login-dialog-left
  .illustration {
  width: 100%;
}
.login-dialog-right {
  width: 50%;
  flex: 1;
  padding: 0 20px;
  position: relative;
  align-content: center;
}
.login-dialog-right h2 {
  margin-bottom: 20px;
}
.full-width {
  width: 100%;
  margin-bottom: 20px;
}
.login-dialog-footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  align-content: center;
  text-align: center;
  transform: translate(-50%);
}
.login-dialog-footer p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #4b4b4b;
}

.login-head {
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #262626;
}
.login-lable-head {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #877676;
}
.orContinue {
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #262626;
}
.login_options {
  cursor: pointer;
}
.verify_mobile_number_head {
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 3px;
}
.otp-valid-timeline {
  text-align: start;
}
.close-outer {
  position: relative;
  height: 10px;
}

.login-outer {
  padding: 15px;
  max-width: 480px;
  text-align: center;
  animation: 0.2s forwards zooming;
  -webkit-animation: 0.2s forwards zooming;
}
.login-outer.more-width {
  max-width: 400px;
  min-width: 400px;
  gap: 20px;
}
.login-outer.more-width p {
  margin: 0 0 15px !important;
}
.login-outer.more-width
  .checkouter {
  margin: 15px 0;
}
.login-outer.more-width
  .mt-40 {
  margin-top: 20px;
}
.login-outer.more-width b {
  font-size: 14px;
}
.login-outer.more-width
  .left {
  width: 100%;
  text-align: left;
  padding: 20px 30px 10px 0;
}
.login-outer.more-width
  .left
  .select_mailid {
  margin: 10px 0;
}
.login-outer h2 {
  font-size: 27px;
  font-weight: 700;
  color: #fa3a3a;
  margin: 0 0 45px;
}
.login-outer h3 {
  font-size: 22px;
  font-weight: 400;
  color: #d32f2f;
  margin: 0 0 15px;
}
.login-outer .opt_pic {
  margin-bottom: 15px;
}
.login-outer span.mail {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0 0 15px;
}
.login-outer span.mail_otp {
  font-size: 14px;
  font-weight: 400;
  color: #19478a;
  margin: 0 0 15px;
  cursor: pointer;
}
.login-outer p {
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0 0 10px;
}
.login-outer
  p
  span.mob_nu {
  color: #000;
}
.login-outer .block1 {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.login-outer
  .block1
  .title {
  width: 15%;
}
.login-outer
  .block1
  .f_name,
.login-outer
  .block1
  .l_name {
  width: 40%;
}
.login-outer .please_chk {
  color: #262626;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: start;
}
.login-outer
  .forgot-password {
  text-align: left;
  margin-bottom: 25px;
  color: #034b63;
    font-size: 16px;
    text-decoration: underline;
  cursor: pointer;
  margin-top: 6px;
  font-weight:700;
}
.login-outer
  .forgot-password
  .checkouter
  .check {
  margin-bottom: 0;
}
.login-outer
  .forgot-password
  a {
  text-align: left;
  color: #fa3a3a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}
.login-outer .btn {
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  /* margin-top: 25px; */
  margin-inline: auto;
  padding:2px;
}
.login-outer .create-new {
  display: flex;
  flex-direction: column;
}
.login-outer
  .create-new
  p {
  color: #262626;
  font-size: 17px;
  font-weight: 700;
}
.login-outer
  .create-new
  p
  a {
  text-decoration: underline;
  color: #fa3a3a;
}
.login-outer
  .create-new
  .forgot,
.login-outer
  .create-new
  .login_different {
  font-size: 14px;
  font-weight: 400;
  color: #19478a;
  margin: 0 0 15px;
  cursor: pointer;
}
.login-outer .divider-line {
  position: relative;
  margin-bottom: 15px;
}
.login-outer
  .divider-line::before {
  content: "";
  width: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  z-index: 0;
}
.login-outer
  .divider-line
  span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 7px;
  color: #787878;
  font-size: 11px;
  font-weight: 500;
}
.login-outer h5 {
  color: rgba(38, 38, 38, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.login-outer ul {
  border: 1px solid #ddd;
  width: 100%;
}
.login-outer ul.ulwidth {
  width: 80% !important;
}
.login-outer
  ul
  li {
  width: 100%;
  border-right: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}
.login-outer
  ul
  li
  p {
  color: #262626;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}
.login-outer
  ul
  li
  img {
  margin-right: 5px;
  transition: all 0.4s ease;
}
.login-outer
  ul
  li:hover
  img {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.successmg-style {
  padding: 5px 15px;
  margin-bottom: 10px;
  width: auto;
}
.successmg-style .icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.successmg-style p {
  font-size: 14px;
  color: #9e6f2a;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.successmg-style a {
  color: #0b58c7;
  font-weight: 700;
  text-decoration: underline;
}
.error-style {
  border-left: 3px solid #fa3a3a;
  padding: 5px 15px;
  box-shadow: 0 0 5px 0 rgba(38, 38, 38, 0.1);
  width: auto;
  background: #fff;
}
.error-style .icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fa3a3a;
}
.error-style p {
  font-size: 14px;
  color: #fa3a3a;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

@-webkit-keyframes zooming {
  0% {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zooming {
  0% {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
  }
}
.back_to_login {
  text-decoration: underline;
  color: #d32f2f;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
 .mat-checkbox-label {
  font-size: 12px;
  color: #000;
  white-space: unset;
}

  .block
  .mat-form-field
  .login-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .iti {
  width: 100%;
}
 .mat-form-field.email .iti__flag-container {
  display: none !important;
}
 .mat-form-field.email input {
  padding-left: 0 !important;
}

  .mat-form-field.email.mat-form-field-hide-placeholder
  .mat-form-field-infix
  .mat-input-element::-webkit-input-placeholder {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

  .mat-form-field.email.mat-form-field-hide-placeholder
  .mat-form-field-infix
  .mat-input-element::-moz-placeholder {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

  .mat-form-field.email.mat-form-field-hide-placeholder
  .mat-form-field-infix
  .mat-input-element::-ms-input-placeholder {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

  .mat-form-field.email.mat-form-field-hide-placeholder
  .mat-form-field-infix
  .mat-input-element::placeholder {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
.animating {
  animation: 1s linear infinite forwards flash;
  -webkit-animation: 1s linear infinite forwards flash;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 1000px 104px;
}
.resend_otp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  margin-inline: 23px;
  text-align: center;
  position: absolute;
  bottom: 27px;
}
.resend_otp p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.resend_otp
  p
  .resend_otp-link {
  color: #19478a;
  cursor: pointer;
}
.login-outer .submit-btn {
  width: 123px !important;
  height: 42px !important;
  margin-bottom: 15px !important;
}
.cdk-overlay-pane
  .dialog-container {
  padding: 0 !important;
}
.resend-code {
  color: #034b63;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.fw-700 {
  font-weight: 700;
  cursor: pointer;
}
.lgn-btn {
  width: 123px !important;
  height: 42px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.c-pointer {
  cursor: pointer;
}
.mat-form-field-appearance-outline
  .mat-form-field-prefix,
.mat-form-field-appearance-outline
  .mat-form-field-suffix {
  top: 0.55em !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.mat-form-field {
  /* display: inline-block; */
  position: relative;
  text-align: left;
}
 .mat-form-field {
  text-align: right;
}
.login-form-field-wrapper {
  position: relative;
}
.mat-form-field-flex {
  display: inline-flex;
  align-items: baseline;
  box-sizing: border-box;
  width: 100%;
}
.mat-form-field-prefix,
.mat-form-field-suffix {
  white-space: nowrap;
  flex: none;
  position: relative;
}
.mat-form-field-infix {
  display: block;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 180px;
}
@media (-ms-high-contrast: active) {
  .mat-form-field-infix {
    border-image: linear-gradient(transparent, transparent);
  }
}
.mat-form-field-label-wrapper {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
 .mat-form-field-label-wrapper {
  left: auto;
  right: 0;
}
.mat-form-field-label {
  position: absolute;
  left: 0;
  font: inherit;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: none;
}
 .mat-form-field-label {
  transform-origin: 100% 0;
  left: auto;
  right: 0;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-empty.mat-form-field-label {
  display: block;
}
.mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: none;
}
.mat-form-field-can-float
  .mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: block;
  transition: none;
}
.mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-input-server[placeholder]:not(:placeholder-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: none;
}
.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-can-float
  .mat-input-server[placeholder]:not(:placeholder-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: block;
}
.mat-form-field-label:not(.mat-form-field-empty) {
  transition: none;
}
.mat-form-field-underline {
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scaleY(1.0001);
}
.mat-form-field-ripple {
  position: absolute;
  left: 0;
  width: 100%;
  transform-origin: 50%;
  transform: scaleX(0.5);
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.mat-form-field.mat-focused .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.1s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-subscript-wrapper {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.mat-form-field-label-wrapper .mat-icon,
.mat-form-field-subscript-wrapper .mat-icon {
  width: 1em;
  height: 1em;
  font-size: inherit;
  vertical-align: baseline;
}
.mat-form-field-hint-wrapper {
  display: flex;
}
.mat-form-field-hint-spacer {
  flex: 1 0 1em;
}

.mat-form-field-control-wrapper {
  position: relative;
}
.mat-form-field._mat-animation-noopable .mat-form-field-label,
.mat-form-field._mat-animation-noopable .mat-form-field-ripple {
  transition: none;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 4px 4px 0 0;
  padding: 0.75em 0.75em 0 0.75em;
}
@media (-ms-high-contrast: active) {
  .mat-form-field-appearance-fill .mat-form-field-flex {
    outline: solid 1px;
  }
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.mat-form-field-appearance-fill .mat-form-field-ripple {
  bottom: 0;
  height: 2px;
}
@media (-ms-high-contrast: active) {
  .mat-form-field-appearance-fill .mat-form-field-ripple {
    height: 0;
    border-top: solid 2px;
  }
}
.mat-form-field-appearance-fill:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  ~ .mat-form-field-underline
  .mat-form-field-ripple {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-appearance-fill._mat-animation-noopable:not(
    .mat-form-field-disabled
  )
  .mat-form-field-flex:hover
  ~ .mat-form-field-underline
  .mat-form-field-ripple {
  transition: none;
}
.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
  padding: 0 1em;
}
.mat-input-element {
  font: inherit;
  background: 0 0;
  color: currentColor;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
}
.mat-input-element:-moz-ui-invalid {
  box-shadow: none;
}
.mat-input-element::-ms-clear,
.mat-input-element::-ms-reveal {
  display: none;
}
.mat-input-element,
.mat-input-element::-webkit-search-cancel-button,
.mat-input-element::-webkit-search-decoration,
.mat-input-element::-webkit-search-results-button,
.mat-input-element::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.mat-input-element::-webkit-caps-lock-indicator,
.mat-input-element::-webkit-contacts-auto-fill-button,
.mat-input-element::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}
.mat-input-element[type="date"]::after,
.mat-input-element[type="datetime-local"]::after,
.mat-input-element[type="datetime"]::after,
.mat-input-element[type="month"]::after,
.mat-input-element[type="time"]::after,
.mat-input-element[type="week"]::after {
  content: " ";
  white-space: pre;
  width: 1px;
}
.mat-input-element::-webkit-calendar-picker-indicator,
.mat-input-element::-webkit-clear-button,
.mat-input-element::-webkit-inner-spin-button {
  font-size: 0.75em;
}
.mat-input-element::placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.4s 0.133s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element::-moz-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.4s 0.133s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::-moz-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element::-webkit-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.4s 0.133s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element:-ms-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.4s 0.133s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element:-ms-input-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-form-field-hide-placeholder .mat-input-element::placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
textarea.mat-input-element {
  resize: vertical;
  overflow: auto;
}
textarea.mat-input-element.cdk-textarea-autosize {
  resize: none;
}
textarea.mat-input-element {
  padding: 2px 0;
  margin: -2px 0;
}

@media (-ms-high-contrast: active) {
  .mat-focused select.mat-input-element::-ms-value {
    color: inherit;
  }
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  pointer-events: none;
}

  .mat-form-field-type-mat-native-select
  .mat-form-field-infix::after {
  right: auto;
  left: 0;
}
.mat-form-field-type-mat-native-select .mat-input-element {
  padding-right: 15px;
}
 .mat-form-field-type-mat-native-select .mat-input-element {
  padding-right: 0;
  padding-left: 15px;
}
.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper {
  max-width: calc(100% - 10px);
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline
  .mat-form-field-infix::after {
  margin-top: -5px;
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill
  .mat-form-field-infix::after {
  margin-top: -10px;
}


.login-outer .input-field {
  position: relative;
  margin: 20px 0;
  width: 100%;
}
.forgot-screen .input-field {

  margin: 10px 0;

}
.login-outer .input-field input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid black;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s;
}

.login-outer .input-field label {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #999;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s;
}

/* float label when active or has value */
.login-outer .input-field input:focus + label,
.login-outer .input-field input:not(:placeholder-shown) + label {
  top: -10px;
  left: 8px;
  font-size: 12px;
  background: #fff;
  padding: 0 4px;
}

/* error styles */
.login-outer .input-field.error input {
  border: 1px solid #f44336;
}

.login-outer .input-field.error label {
  color: #f44336;
}

.login-outer .error-msg {
  display: none;
  position: absolute;
  bottom: -18px;
  left: 0;
  background: #f44336;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
}

.login-outer .error-msg::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f44336 transparent;
}
/* .error-msg::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 15px;
  border-width: 6px;
  border-style: solid;
  border-color: #f44336 transparent transparent transparent;
} */
.login-outer .input-field.error .error-msg {
  display: block;
}
.login-outer .password-screen {
  width: 100%;
  margin-top: 20px;
}

.login-outer .user-avatar {
  border-radius: 50%;
  opacity: 1;
  margin-bottom: 10px;
}

.login-outer .user-email {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.login-outer .password-field {
  position: relative;
  /* width: 80%; */
  /* max-width: 350px; */
  margin-bottom: 15px;
}

.login-outer .password-field input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 15px;
  border: 1px solid black;
  border-radius: 5px;
}

.login-outer .password-field .toggle-password {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  user-select: none;
}

.login-outer .submit-btn {
  background-color: #f44336;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 0px 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.login-outer .submit-btn:hover {
  background-color: #d32f2f;
}

.login-outer .extra-links {
  margin-top: 15px;
}

.login-outer .extra-links a {
  color: #004d61;
  /* font-weight: bold; */
  text-decoration: none;
}

.login-outer .extra-links a:hover {
  text-decoration: underline;
}

.login-outer .terms-text {
  font-size: 12px;
  color: #444;
  margin-top: 25px;
  width: 80%;
  line-height: 1.4;
}
.login-outer .form-control:focus {

    border-color: black;

}

#logindropdown .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto !important;
    overflow: visible;
    /* position: fixed; */
    -webkit-transform: none !important;
    transform: none !important;
    -moz-transform: none !important;
    border: none;
    min-width: unset;
    padding:0px;
}

#logindropdown .dropdown-menu::before {
    content: "";
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    opacity: 0.5;
    background: #000;
    z-index: -1;
}

#logindropdown .dropdown-menu .currencylist {
    background: #fff;
    border-radius: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 400px;
    padding: 8px 0;
    /* margin-top: 37px; */
}

#logindropdown .dropdown-menu .currencylist ul {
    width: 33.333%;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#logindropdown .dropdown-menu .currencylist ul:last-child {
    border: 0;
}

#logindropdow .dropdown-menu .currencylist ul li {
    min-height: 0;
}

#logindropdow .dropdown-menu .currencylist ul li a {
    position: relative;
    height: 35px;
    line-height: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 400;
    color: #363636;
    font-size: 12px;
}

#logindropdown .dropdown-menu .currencylist ul li a .icon {
    margin-right: 8px;
    font-size: 15px;
}

#logindropdown .dropdown-menu .currencylist ul li a::before {
    content: "";
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    top: 50%;
    width: 4px;
    height: 0%;
    background: #fa3a3a;
    position: absolute;
    z-index: 11;
    opacity: 0;
    border-radius: 0 999px 999px 0;
}

#logindropdown .dropdown-menu .currencylist ul li a:hover {
    background: rgba(0, 0, 0, 0.08);
}

#logindropdown .dropdown-menu .currencylist ul li a:hover::before {
    height: 100%;
    opacity: 1;
    top: 0;
}

#logindropdown .dropdown-menu .currencylist ul li a .flag-icon {
    width: 16px;
    height: 12px;
}

#logindropdown .dropdown-menu .currencylist.moremenulist {
    width: 186px;
}

#logindropdown.dropdown-menu .currencylist.moremenulist ul {
    width: 100%;
}

#logindropdown .dropdown-menu .currencylist.moremenulist ul li {
    margin: 10px 0;
}

#logindropdown .dropdown-menu .currencylist.moremenulist ul li a {
    color: #000;
    width: 100%;
    line-height: 34px;
    height: 100%;
    padding: 0 23px 0 55px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

#logindropdown .dropdown-menu .currencylist.moremenulist ul li a div {
    color: #5f5f5f;
    font-size: 18px;
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#logindropdown .dropdown-menu .currencylist.moremenulist ul li:hover a {
    padding-left: 48px;
}

#logindropdown .dropdown-menu .currencylist.countrylist {
    width: 280px;
}

#logindropdown .dropdown-menu .currencylist.countrylist ul {
    width: 50%;
}

#logindropdown .dropdown-menu .currencylist.countrylist ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#logindropdown .dropdown-menu .currencylist.countrylist ul li a div {
    line-height: 10px;
}

#logindropdown .dropdown-menu .currencylist.countrylist ul li a .flag-icon {
    border-radius: 2px;
    overflow: hidden;
    margin-right: 8px;
}

#logindropdown .dropdown-menu .currencylist.loginlist {
      width: 100%;
    margin-right: 15px;
}

#logindropdown .dropdown-menu .currencylist.loginlist ul {
    width: 100%;
    padding-left:0px;
}

#logindropdown .dropdown-menu .currencylist.loginlist ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
        height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #363636;
    position: relative;
    padding-left:15px;
}

#logindropdown .dropdown-menu .currencylist.loginlist ul li a div {
    line-height: 10px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 15px;
}
#logindropdown .dropdown-menu .currencylist.loginlist ul li a div:hover {
    padding-left: 13px;
    transform: translateX(-2px);
    transition: 0.3s
}
#logindropdown .dropdown-menu .currencylist.loginlist ul li a .icon {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #525252;
    font-size: 15px;
    width: 27px;
    text-align: left;
}
.material-icons{
   font-size: 16px !important;
   color: #525252;
}
#logindropdown .dropdown-toggle::after {
  display: none !important;
}
#logindropdown .dropdown-menu::after{
  display: none !important;
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
  background: #fff;
  border-radius: 8px;
  width: 400px;
  padding: 25px 20px 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Heading */
.popup-box h2 {
  font-family: "Poppins", sans-serif;
  color: #2e8b57; /* green text */
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
}

/* Message text */
.popup-box p {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 15px;
  margin: 0 0 20px;
}

/* OK button */
.ok-btn {
  background-color: #2e8b57;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 35px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ok-btn:hover {
  background-color: #267a4d;
}
.login-outer .input-field input {

    height: 44px;
}
 .login-outer .error-box {
    display: flex
;
    align-items: center;
    /* background-color: #fdecea; */
    border-left: 3px solid #fa3a3a;
	   box-shadow: 0 0 5px 0 rgba(38, 38, 38, .1);
    color: #fa3a3a;
    font-size: 14px;
    /* border-radius: 4px; */
    padding: 10px 12px;
    width: 100%;
}

 
 .login-outer .checkbox-group {
    margin-top: 15px;
	margin-bottom: 50px;
  }
  .login-outer .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: black;
    margin-bottom: 6px;
	    text-align: left;

  }
  /* Custom checkbox styling */
  .login-outer .checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
      border: 1px solid #034b63 !important;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background: #fff;
  }

  .login-outer .checkbox-group input[type="checkbox"]:checked {
    border-color: #034b63;
    background-color: #fff;
  }

  .login-outer .checkbox-group input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 9px;
    border: solid #034b63 ;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .login-outer .login-outer .error-msg {

    bottom: -17px;
 
}

.loadingbtn {
  background: #b72828 !important;
  color: #fff !important;
  position: relative;
}
.loadingbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  z-index: 1;
  animation: 2s linear infinite move;
  -webkit-animation: 2s linear infinite move;
  overflow: hidden;
}
@media (max-width: 1275px) {
    /* styles apply at 1275px and below */
    #loggedInUser{
      display: none;
    }
}