.e-badge {
  background: #faf9f8;
  border-color: transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #323130;
  display: inline-block;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
}
.e-badge:hover {
  text-decoration: none;
}
.e-badge.e-badge-pill {
  border-radius: 10px;
  padding: 3px 9px 3px 9px;
}
.e-badge.e-badge-ghost {
  line-height: 1;
  padding: 3px 10px 3px 10px;
}
.e-badge.e-badge-notification {
  border-radius: 10px;
  height: 18px;
  line-height: 1;
  min-width: 32px;
  padding: 3px 10px;
  width: auto;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 100%;
}
.e-badge.e-badge-notification.e-badge-ghost {
  line-height: 1;
}
.e-badge.e-badge-circle {
  border-radius: 10px;
  height: 20px;
  line-height: 1;
  min-width: 0;
  padding: 3px 3px 4px 3px;
  width: 20px;
}
.e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1;
  padding: 3px;
}
.e-badge.e-badge-overlap {
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.e-badge.e-badge-dot {
  border-radius: 10px;
  height: 10px;
  line-height: 1;
  min-width: 0;
  padding: 0;
  width: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -3px;
  left: 100%;
}
.e-badge.e-badge-bottom.e-badge-dot {
  position: absolute;
  top: auto;
  bottom: 3px;
}
.e-badge.e-badge-bottom.e-badge-notification {
  position: absolute;
  top: auto;
  bottom: -3px;
}
button .e-badge {
  line-height: 1;
  position: relative;
  top: -2px;
}
button .e-badge.e-badge-circle {
  height: 18px;
  line-height: 1;
  width: 18px;
}
button .e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1;
}

.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
  background-color: #0078d4;
  color: #fff;
}
.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
  background-color: #faf9f8;
  color: #323130;
}
.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #0b6a0b;
  color: #fff;
}
.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) {
  background-color: #d13438;
  color: #fff;
}
.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) {
  background-color: #ca5010;
  color: #fff;
}
.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) {
  background-color: #038387;
  color: #fff;
}
.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
  background-color: #f3f2f1;
  color: #323130;
}
.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #3b3a39;
  color: #fff;
}
.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: rgb(0, 91.1320754717, 161);
}
.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: rgb(228.75, 223.5, 218.25);
}
.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: rgb(6.2051282051, 59.7948717949, 6.2051282051);
}
.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: rgb(171.2048192771, 38.7951807229, 42.1686746988);
}
.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: rgb(154.7431192661, 61.2844036697, 12.2568807339);
}
.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: rgb(1.8913043478, 82.5869565217, 85.1086956522);
}
.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: rgb(219.4615384615, 216.5, 213.5384615385);
}
.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: rgb(33.0603448276, 32.5, 31.9396551724);
}
.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: rgb(0, 76.6981132075, 135.5);
  color: rgb(0, 76.6981132075, 135.5);
}
.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: rgb(218.125, 210.75, 203.375);
  color: rgb(218.125, 210.75, 203.375);
}
.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: rgb(3.8076923077, 36.6923076923, 3.8076923077);
  color: rgb(3.8076923077, 36.6923076923, 3.8076923077);
}
.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: rgb(150.4156626506, 34.0843373494, 37.0481927711);
  color: rgb(150.4156626506, 34.0843373494, 37.0481927711);
}
.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: rgb(131.1146788991, 51.9266055046, 10.3853211009);
  color: rgb(131.1146788991, 51.9266055046, 10.3853211009);
}
.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: rgb(1.3369565217, 58.3804347826, 60.1630434783);
  color: rgb(1.3369565217, 58.3804347826, 60.1630434783);
}
.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: rgb(207.6923076923, 203.75, 199.8076923077);
  color: rgb(207.6923076923, 203.75, 199.8076923077);
}
.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: rgb(20.0905172414, 19.75, 19.4094827586);
  color: rgb(20.0905172414, 19.75, 19.4094827586);
}
.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #0078d4;
  color: #0078d4;
}
.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #323130;
  color: #323130;
  border: 1px solid #faf9f8;
  color: #faf9f8;
}
.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #0b6a0b;
  color: #0b6a0b;
}
.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #d13438;
  color: #d13438;
}
.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #ca5010;
  color: #ca5010;
}
.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #038387;
  color: #038387;
}
.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #323130;
  color: #323130;
  border: 1px solid #f3f2f1;
  color: #f3f2f1;
}
.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #3b3a39;
  color: #3b3a39;
}

.e-toast .e-toast-close-icon::before {
  content: "\e7e7";
  font-family: "e-icons";
}
.e-toast .e-toast-success-icon::before {
  content: "\e738";
  font-family: "e-icons";
}
.e-toast .e-toast-error-icon::before {
  content: "\e70d";
  font-family: "e-icons";
}
.e-toast .e-toast-info-icon::before {
  content: "\e70a";
  font-family: "e-icons";
}
.e-toast .e-toast-warning-icon::before {
  content: "\e88b";
  font-family: "e-icons";
}

/* stylelint-disable property-no-vendor-prefix */
.e-toast-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.e-toast-container.e-toast-top-left {
  left: 10px;
  top: 10px;
}
.e-toast-container.e-toast-bottom-left {
  bottom: 10px;
  left: 10px;
}
.e-toast-container.e-toast-top-right {
  right: 10px;
  top: 10px;
}
.e-toast-container.e-toast-bottom-right {
  bottom: 10px;
  right: 10px;
}
.e-toast-container.e-toast-bottom-center {
  bottom: 10px;
  pointer-events: none;
  right: 0;
  width: 100%;
}
.e-toast-container.e-toast-bottom-center .e-toast {
  margin: 0 auto 10px;
  pointer-events: auto;
}
.e-toast-container.e-toast-top-center {
  pointer-events: none;
  right: 0;
  top: 10px;
  width: 100%;
}
.e-toast-container.e-toast-top-center .e-toast {
  margin: 0 auto 10px;
  pointer-events: auto;
}
.e-toast-container.e-toast-full-width {
  left: 0;
  right: 0;
  width: 100%;
}
.e-toast-container.e-toast-full-width .e-toast {
  margin: 0 auto 10px;
  width: 96%;
}
.e-toast-container.e-rtl .e-toast .e-toast-actions {
  text-align: left;
}
.e-toast-container.e-rtl .e-toast .e-toast-actions > * {
  margin-left: initial;
  margin-right: 10px;
}
.e-toast-container.e-rtl .e-toast .e-toast-close-icon {
  margin-left: initial;
  margin-right: auto;
}
.e-toast-container.e-rtl .e-toast .e-toast-icon {
  margin-left: 12px;
  margin-right: initial;
}
.e-toast-container.e-rtl .e-toast .e-toast-progress {
  left: auto;
  right: 0;
}
.e-toast-container .e-toast {
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}
.e-toast-container .e-toast .e-toast-icon,
.e-toast-container .e-toast .e-toast-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.e-toast-container .e-toast > * {
  word-break: break-word;
  word-wrap: break-word;
}
.e-toast-container .e-toast .e-toast-message {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: inherit;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title,
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
  padding: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
  padding-bottom: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title > *,
.e-toast-container .e-toast .e-toast-message .e-toast-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  padding: 12px 16px 16px 0;
  word-break: break-word;
  word-wrap: break-word;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions {
  padding-top: 0;
}
.e-toast-container .e-toast .e-toast-message .e-toast-actions {
  margin: 1px;
  padding: 12px 0 0 0;
  text-align: right;
}
.e-toast-container .e-toast .e-toast-message .e-toast-actions > * {
  margin-left: 10px;
}
.e-toast-container .e-toast .e-toast-close-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  width: 16px;
}
.e-toast-container .e-toast .e-toast-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  width: 24px;
}
.e-toast-container .e-toast .e-toast-progress {
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
}

.e-content-placeholder.e-toast.e-placeholder-toast {
  background-size: 400px 100px;
  min-height: 100px;
}

.e-blazor-toast-hidden {
  visibility: hidden;
}

.e-toast-container .e-toast .e-toast-close-icon.blazor-toast-close-icon {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 6px;
  height: 20px;
  position: relative;
  width: 22px;
}

.e-toast-container .e-toast {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
  color: #323130;
}
.e-toast-container .e-toast .e-toast-close-icon {
  color: #605e5c;
}
.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:active {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:hover {
  background-color: transparent;
  color: #323130;
}
.e-toast-container .e-toast .e-toast-close-icon.e-icons:hover,
.e-toast-container .e-toast .e-toast-close-icon.e-icons:focus {
  background-color: transparent;
  color: #323130;
}
.e-toast-container .e-toast.e-toast-success {
  background-color: #dff6dd;
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content {
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-success .e-toast-icon {
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-success .e-toast-close-icon {
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-success:hover {
  background-color: #dff6dd;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
  color: #0b6a0b;
}
.e-toast-container .e-toast.e-toast-info {
  background-color: #e5f4fd;
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-info .e-toast-icon {
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-info .e-toast-close-icon {
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-info:hover {
  background-color: #e5f4fd;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
  color: rgb(0.2282608696, 9.9673913043, 10.2717391304);
}
.e-toast-container .e-toast.e-toast-warning {
  background-color: #fff4ce;
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-warning .e-toast-icon {
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-warning .e-toast-close-icon {
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-warning:hover {
  background-color: #fff4ce;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
  color: rgb(83.8577981651, 33.2110091743, 6.6422018349);
}
.e-toast-container .e-toast.e-toast-danger {
  background-color: #fed9cc;
  color: #d13438;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: #d13438;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: #d13438;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: #d13438;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-close-icon {
  color: #d13438;
}
.e-toast-container .e-toast.e-toast-danger:hover {
  background-color: #fed9cc;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
  color: #d13438;
}
.e-toast-container .e-toast:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
}
.e-toast-container .e-toast .e-toast-icon {
  color: #605e5c;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title {
  color: #201f1e;
}
.e-toast-container .e-toast .e-toast-message .e-toast-content {
  color: #323130;
}
.e-toast-container .e-toast .e-toast-progress {
  background-color: #0078d4;
}

.e-message .e-msg-icon::before,
.e-message .e-msg-close-icon::before {
  font-family: "e-icons";
}
.e-message .e-msg-icon::before, .e-message.e-info .e-msg-icon::before {
  content: "\e800";
}
.e-message .e-msg-close-icon::before {
  content: "\e7e7";
}
.e-message.e-success .e-msg-icon::before {
  content: "\e72b";
}
.e-message.e-error .e-msg-icon::before {
  content: "\e878";
}
.e-message.e-warning .e-msg-icon::before {
  content: "\e88b";
}

.e-message {
  border: 1px solid;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 7px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-message.e-hidden {
  display: none;
}
.e-message .e-msg-icon,
.e-message .e-msg-close-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
}
.e-message .e-msg-icon {
  font-size: 16px;
  height: 16px;
  margin: 0 4px;
}
.e-message .e-msg-close-icon {
  border-width: 0;
  cursor: pointer;
  font-size: 12px;
  margin: 0 2px 0 auto;
  padding: 0 2px;
  height: 16px;
}
.e-message .e-msg-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  vertical-align: top;
}
.e-message.e-content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-message.e-content-center .e-msg-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-message.e-content-right .e-msg-close-icon, .e-message.e-content-center .e-msg-close-icon {
  margin: 0 4px;
}
.e-message.e-rtl .e-msg-close-icon {
  margin: 0 auto 0 2px;
}

.e-message {
  background: #f3f2f1;
  border-color: #f3f2f1;
  color: #323130;
}
.e-message .e-msg-icon {
  color: #605e5c;
}
.e-message .e-msg-close-icon {
  background: transparent;
  color: #323130;
}
.e-message .e-msg-close-icon:hover, .e-message .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
  border-radius: 50%;
}
.e-message.e-success {
  background-color: #dff6dd;
  border-color: #dff6dd;
  color: #323130;
}
.e-message.e-success .e-msg-icon {
  color: #107c10;
}
.e-message.e-success .e-msg-close-icon {
  color: #323130;
}
.e-message.e-success .e-msg-close-icon:hover, .e-message.e-success .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-warning {
  background-color: rgb(255, 244.0917098446, 198.1);
  border-color: rgb(255, 244.0917098446, 198.1);
  color: #323130;
}
.e-message.e-warning .e-msg-icon {
  color: #797775;
}
.e-message.e-warning .e-msg-close-icon {
  color: #323130;
}
.e-message.e-warning .e-msg-close-icon:hover, .e-message.e-warning .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-info {
  background-color: #e5f4fd;
  border-color: #e5f4fd;
  color: #323130;
}
.e-message.e-info .e-msg-icon {
  color: #605e5c;
}
.e-message.e-info .e-msg-close-icon {
  color: #323130;
}
.e-message.e-info .e-msg-close-icon:hover, .e-message.e-info .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-error {
  background-color: rgb(248.5710843373, 226.6289156627, 227.1879518072);
  border-color: rgb(248.5710843373, 226.6289156627, 227.1879518072);
  color: #323130;
}
.e-message.e-error .e-msg-icon {
  color: #a80000 !important; /* stylelint-disable-line declaration-no-important */
}
.e-message.e-error .e-msg-close-icon {
  color: #323130;
}
.e-message.e-error .e-msg-close-icon:hover, .e-message.e-error .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-outlined {
  background: transparent;
  border-color: #c8c6c4;
  color: #201f1e;
}
.e-message.e-outlined .e-msg-icon {
  color: #605e5c;
}
.e-message.e-outlined .e-msg-close-icon {
  color: #323130;
}
.e-message.e-outlined .e-msg-close-icon:hover, .e-message.e-outlined .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-outlined.e-success {
  border-color: #107c10;
  color: rgb(8.6025641026, 82.8974358974, 8.6025641026);
}
.e-message.e-outlined.e-success .e-msg-icon {
  color: rgb(8.6025641026, 82.8974358974, 8.6025641026);
}
.e-message.e-outlined.e-success .e-msg-close-icon {
  color: #323130;
}
.e-message.e-outlined.e-success .e-msg-close-icon:hover, .e-message.e-outlined.e-success .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-outlined.e-warning {
  border-color: #c19c00;
  color: rgb(142, 114.7772020725, 0);
}
.e-message.e-outlined.e-warning .e-msg-icon {
  color: rgb(126.7, 102.4103626943, 0);
}
.e-message.e-outlined.e-warning .e-msg-close-icon {
  color: #323130;
}
.e-message.e-outlined.e-warning .e-msg-close-icon:hover, .e-message.e-outlined.e-warning .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-outlined.e-info {
  border-color: #038387;
  color: rgb(2.4456521739, 106.7934782609, 110.0543478261);
}
.e-message.e-outlined.e-info .e-msg-icon {
  color: rgb(2.4456521739, 106.7934782609, 110.0543478261);
}
.e-message.e-outlined.e-info .e-msg-close-icon {
  color: #323130;
}
.e-message.e-outlined.e-info .e-msg-close-icon:hover, .e-message.e-outlined.e-info .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-outlined.e-error {
  border-color: #a4262c;
  color: rgb(191.9939759036, 43.5060240964, 47.2891566265);
}
.e-message.e-outlined.e-error .e-msg-icon {
  color: rgb(191.9939759036, 43.5060240964, 47.2891566265);
}
.e-message.e-outlined.e-error .e-msg-close-icon {
  color: #323130;
}
.e-message.e-outlined.e-error .e-msg-close-icon:hover, .e-message.e-outlined.e-error .e-msg-close-icon:focus {
  background-color: rgba(50, 49, 48, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
          box-shadow: 0 0 0 2px rgba(50, 49, 48, 0.12);
}
.e-message.e-filled {
  background: #605e5c;
  border-color: #605e5c;
  color: #fff;
}
.e-message.e-filled .e-msg-icon {
  color: #fff;
}
.e-message.e-filled .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled .e-msg-close-icon:hover, .e-message.e-filled .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-success {
  background-color: #0b6a0b;
  border-color: #0b6a0b;
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-success .e-msg-close-icon:hover, .e-message.e-filled.e-success .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-warning {
  background-color: rgb(126.7, 102.4103626943, 0);
  border-color: rgb(126.7, 102.4103626943, 0);
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-warning .e-msg-close-icon:hover, .e-message.e-filled.e-warning .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-info {
  background-color: #038387;
  border-color: #038387;
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-icon {
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-info .e-msg-close-icon:hover, .e-message.e-filled.e-info .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.e-message.e-filled.e-error {
  background-color: #d13438;
  border-color: #d13438;
  color: #fff;
}
.e-message.e-filled.e-error .e-msg-icon {
  color: #fff !important; /* stylelint-disable-line declaration-no-important */
}
.e-message.e-filled.e-error .e-msg-close-icon {
  color: #fff;
}
.e-message.e-filled.e-error .e-msg-close-icon:hover, .e-message.e-filled.e-error .e-msg-close-icon:focus {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.e-skeleton {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
}
.e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle {
  border-radius: 2px;
}

.e-skeleton.e-skeleton-circle {
  border-radius: 50%;
}

.e-skeleton.e-visible-none {
  display: none;
}

.e-skeleton.e-shimmer-wave::after {
  -webkit-animation: e-shimmer-wave 2s infinite;
          animation: e-shimmer-wave 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(200% + 200px);
}

.e-skeleton.e-shimmer-fade {
  -webkit-animation: e-shimmer-fade 2s infinite;
          animation: e-shimmer-fade 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.e-skeleton.e-shimmer-pulse {
  -webkit-animation: e-shimmer-pulse 2s infinite;
          animation: e-shimmer-pulse 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.e-rtl .e-shimmer-wave::after,
.e-rtl.e-shimmer-wave::after {
  -webkit-animation: e-shimmer-wave-rtl 2s infinite;
          animation: e-shimmer-wave-rtl 2s infinite;
}

@-webkit-keyframes e-shimmer-wave {
  to {
    -webkit-transform: translateX(calc(50% + 100px));
            transform: translateX(calc(50% + 100px));
  }
}

@keyframes e-shimmer-wave {
  to {
    -webkit-transform: translateX(calc(50% + 100px));
            transform: translateX(calc(50% + 100px));
  }
}
@-webkit-keyframes e-shimmer-wave-rtl {
  from {
    -webkit-transform: translateX(calc(50% + 100px));
            transform: translateX(calc(50% + 100px));
  }
}
@keyframes e-shimmer-wave-rtl {
  from {
    -webkit-transform: translateX(calc(50% + 100px));
            transform: translateX(calc(50% + 100px));
  }
}
@-webkit-keyframes e-shimmer-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes e-shimmer-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes e-shimmer-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes e-shimmer-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.e-skeleton.e-shimmer-wave::after {
  background-image: linear-gradient(90deg, transparent calc(50% - 100px), #e6e1e5 50%, transparent calc(50% + 100px));
}

.e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle, .e-skeleton.e-skeleton-circle {
  background-color: #f3f2f1;
}