/* from login.scss - converted to css */
.wrap-login {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.msg-wrapper {
  position: absolute;
  right: 11px;
  top: 3%;
  height: auto;
  max-height: 90vh;
  overflow-y: hidden;
  padding: 0 8px;
  width: 315px;
  z-index: 10000;

}
.common-message__txtwrp__heading__date {
  font-size: 10px;
  color: hsla(0,0%,100%,.5019607843137255);
  margin: 0;
}
.common-message .alert {
  background: #012251;
  color: #fff;
  border: none;
 }

  .msg-wrapper .common-message__txtwrp__heading, .msg-wrapper .common-message__txtwrp__text {
    color: #fff;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  /* top: 20px; */
  z-index: 10000;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  border-radius: 5px;
  font-size: 12px;
  color: #000;
}
.common-message .alert {
  background: #012251;
  color: #fff;
}
.common-message .alert {
  background: #012251;
  color: #fff;
}
.common-message__icon {
  background: transparent;
  border: none;
  color: #fff; }

.common-message__icon i {
  position: absolute;
  z-index: 10; }

.common-message__txtwrp__heading__date {
  font-size: 10px;
  color: #fff 80;
  margin: 0; }

.common-message__icon--document {
  position: absolute;
  left: -8px;
  top: -8px;
  background: white;
  padding: 2px 0px 0px 3px;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  background: #012251;
  border: 1px solid #fff 2e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 15px;
  line-height: 1;
  color: #fff; }

/* from common.scss - converted to css */
.common-message {
  display: flex;
  flex-direction: column; }

.common-message__icon {
  position: absolute;
  left: -6px;
  top: -8px;
  padding: 1px 0px 0px 0px;
  width: 23px;
  height: 23px;
  font-size: 18px;
  line-height: 1;
  color: #007bff; }

.common-message__icon::before {
  z-index: 5;
  position: absolute; }

.common-message__icon::after {
  content: "";
  background: white;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px; }

.common-message__icon.icon-message::after {
  display: none; }

.common-message__icon--document {
  position: absolute;
  left: -8px;
  top: -8px;
  background: white;
  padding: 1px 0px 0px 2px;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1;
  color: #77c56e; }

.common-message__icon.msg {
  font-size: 12px;
  padding: 4px 1px 1px 3px; }

.common-message__txtwrp {
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  display: block;
  margin: 8px 0px; }

.common-message__txtwrp__heading {
  display: flex;
  justify-content: space-between;
  color: var(--font-primary-text-color); }

.common-message__txtwrp__heading__title {
  font-weight: bold; }

.common-message__txtwrp__heading__date {
  font-size: 10px;
  margin: 0; }

.common-message__txtwrp__text {
  display: flex;
  flex-direction: column;
  color: var(--font-primary-text-color); }

.common-message__txtwrp__link {
  clear: both;
  float: right; }

.common-message__txtwrp:first-of-type .common-message__txtwrp__heading__title {
  visibility: visible; }

.common-message__txtwrp:first-child {
  border: 2px solid red; }

.common-message__txtwrp:last-child {
  border: none; }

.common-message .alert {
  padding: 10px 15px;
  right: 0; }

.common-message--information__txtwrp {
  margin: 0; }

.common-message--information .common-message__txtwrp__heading__title {
  visibility: visible; }

.common-message--loggedin {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  margin: 2px 7px;
  margin-top: 15px;
  background: var(--notification-bg);
  border-radius: 5px;
  font-size: 12px;
  position: relative; }

.common-message--update-message {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  margin: 2px 7px;
  margin-top: 15px;
  background: #607d8b;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  position: relative; }

.common-message--update-message .common-message__txtwrp__heading {
  color: #fff; }

.common-message--update-message .common-message__txtwrp__heading__date {
  color: #fff 96; }

.common-message--update-message .common-message__txtwrp__text {
  color: #fff; }

.common-message--update-message .common-message__txtwrp__date {
  color: #fff; }

.common-message--update-message .common-message__txtwrp__link {
  color: #fff; }

.common-message.information-messages.common-message__txtwrp {
  margin: 0; }

/* from sizing.scss */
.left-right-padding-15 {
  padding-left: 15px;
  padding-right: 15px; }

/* icon-styles.css */
.icon-info-filled:before {
  content: "\e952";
  color: #F87060; }

/* info-and-messages.component.scss */
.critical-message {
    border: 1px solid #F87060 !important;
    background-color: #F87060 !important;
}

/*# sourceMappingURL=sso-signin-process.css.map */
