@charset "UTF-8";
.e-badge {
  background: #fafafa;
  border-color: transparent;
  border-radius: 0.25em;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 0.25em 0.4em 0.3em 0.4em;
  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: 5em;
}

.e-badge.e-badge-notification {
  border-radius: 1em;
  font-size: 12px;
  height: 18px;
  left: 100%;
  line-height: 1.1;
  min-width: 24px;
  padding: 0.25em 0.4em 0.3em 0.4em;
  position: absolute;
  top: -10px;
  width: auto;
}

.e-badge.e-badge-notification.e-badge-ghost {
  line-height: 0.9;
}

.e-badge.e-badge-circle {
  border-radius: 50%;
  height: 1.834em;
  line-height: 1.8em;
  min-width: 0;
  padding: 0;
  width: 1.834em;
}

.e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.8em;
}

.e-badge.e-badge-overlap {
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
}

.e-badge.e-badge-dot {
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
  height: 6px;
  left: 100%;
  line-height: 1;
  margin: 0;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: -3px;
  width: 6px;
}

.e-badge.e-badge-bottom.e-badge-dot {
  bottom: 3px;
  position: absolute;
  top: auto;
}

.e-badge.e-badge-bottom.e-badge-notification {
  bottom: -3px;
  position: absolute;
  top: auto;
}

button .e-badge {
  line-height: .9;
  position: relative;
  top: -2px;
}

button .e-badge.e-badge-circle {
  height: 2em;
  line-height: 2em;
  width: 2em;
}

button .e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.9em;
}

.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
  background-color: #0078d6;
  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: #f4f4f4;
  color: #333;
}

.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #107c10;
  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: #a80000;
  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: #d83b01;
  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: #0378d5;
  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: #fff;
  color: #333;
}

.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #333;
  color: #fff;
}

.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: #005ba3;
}

.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: #dbdbdb;
}

.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: #0a4f0a;
}

.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: #750000;
}

.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: #a52d01;
}

.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: #025ca3;
}

.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: #e6e6e6;
}

.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: #1a1a1a;
}

.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: #004d8a;
  color: #004d8a;
}

.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: #cecece;
  color: #cecece;
}

.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: #073807;
  color: #073807;
}

.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: #5c0000;
  color: #5c0000;
}

.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: #8c2601;
  color: #8c2601;
}

.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: #024e8a;
  color: #024e8a;
}

.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: #0d0d0d;
  color: #0d0d0d;
}

.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #0078d6;
  color: #0078d6;
}

.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}

.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #107c10;
  color: #107c10;
}

.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #a80000;
  color: #a80000;
}

.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #d83b01;
  color: #d83b01;
}

.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #0378d5;
  color: #0378d5;
}

.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

.e-toast .e-toast-close-icon::before {
  content: "";
}

/*! toast layout */
.e-bigger .e-toast-container.e-toast-top-left,
.e-toast-container.e-bigger.e-toast-top-left {
  left: 10px;
  top: 10px;
}

.e-bigger .e-toast-container.e-toast-bottom-left,
.e-toast-container.e-bigger.e-toast-bottom-left {
  bottom: 10px;
  left: 10px;
}

.e-bigger .e-toast-container.e-toast-top-right,
.e-toast-container.e-bigger.e-toast-top-right {
  right: 10px;
  top: 10px;
}

.e-bigger .e-toast-container.e-toast-bottom-right,
.e-toast-container.e-bigger.e-toast-bottom-right {
  bottom: 10px;
  right: 10px;
}

.e-bigger .e-toast-container.e-toast-bottom-center,
.e-toast-container.e-bigger.e-toast-bottom-center {
  bottom: 10px;
}

.e-bigger .e-toast-container.e-toast-bottom-center .e-toast,
.e-toast-container.e-bigger.e-toast-bottom-center .e-toast {
  margin: 0 auto 10px;
}

.e-bigger .e-toast-container.e-toast-top-center,
.e-toast-container.e-bigger.e-toast-top-center {
  top: 10px;
}

.e-bigger .e-toast-container.e-toast-top-center .e-toast,
.e-toast-container.e-bigger.e-toast-top-center .e-toast {
  margin: 0 auto 10px;
}

.e-bigger .e-toast-container.e-toast-full-width,
.e-toast-container.e-bigger.e-toast-full-width {
  left: 0;
  right: 0;
}

.e-bigger .e-toast-container.e-toast-full-width .e-toast,
.e-toast-container.e-bigger.e-toast-full-width .e-toast {
  margin: 0 auto 10px;
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions {
  text-align: left;
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * {
  margin-left: initial;
  margin-right: 10px;
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon {
  margin-left: initial;
  margin-right: auto;
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon {
  margin-left: 8px;
  margin-right: initial;
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress {
  left: auto;
  right: 0;
}

.e-bigger .e-toast-container .e-toast,
.e-toast-container.e-bigger .e-toast {
  border-radius: 0;
  font-size: 14px;
  margin: 0 0 10px;
  min-height: 48px;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content {
  padding: 8px 0 8px 0;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child {
  padding: 0;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child {
  padding-bottom: 0;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions {
  padding: 0;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions {
  padding: 8px 0 0 0;
  text-align: right;
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *,
.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * {
  margin-left: 10px;
}

.e-bigger .e-toast-container .e-toast .e-toast-close-icon,
.e-toast-container.e-bigger .e-toast .e-toast-close-icon {
  font-size: 16px;
  height: 24px;
  width: 24px;
}

.e-bigger .e-toast-container .e-toast .e-toast-icon,
.e-toast-container.e-bigger .e-toast .e-toast-icon {
  font-size: 16px;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

.e-bigger .e-toast-container .e-toast .e-toast-progress,
.e-toast-container.e-bigger .e-toast .e-toast-progress {
  height: 2px;
}

.e-toast-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: 8px;
  margin-right: initial;
}

.e-toast-container.e-rtl .e-toast .e-toast-progress {
  left: auto;
  right: 0;
}

.e-toast-container .e-toast {
  border-radius: 0;
  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: -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;
      -ms-grid-row-align: center;
      align-self: center;
  -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: 14px;
  font-weight: bold;
  letter-spacing: .5px;
}

.e-toast-container .e-toast .e-toast-message .e-toast-content {
  padding: 8px 0 8px 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: 8px 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 {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 24px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  width: 24px;
}

.e-toast-container .e-toast .e-toast-icon {
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  height: 24px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 8px;
  width: 24px;
}

.e-toast-container .e-toast .e-toast-progress {
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
}

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

.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast,
.e-bigger.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: #f4f4f4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #333;
}

.e-toast-container .e-toast.e-toast-success {
  background-color: #dff6dd;
  color: #333;
}

.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
  color: #333;
}

.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content {
  color: #333;
}

.e-toast-container .e-toast.e-toast-success .e-toast-icon {
  color: #107c10;
}

.e-toast-container .e-toast.e-toast-success:hover {
  background-color: #c5f3c1;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  color: #333;
}

.e-toast-container .e-toast.e-toast-info {
  background-color: #e1f5fe;
  color: #333;
}

.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
  color: #333;
}

.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
  color: #333;
}

.e-toast-container .e-toast.e-toast-info .e-toast-icon {
  color: #0277bd;
}

.e-toast-container .e-toast.e-toast-info:hover {
  background-color: #c9eefe;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  color: #333;
}

.e-toast-container .e-toast.e-toast-warning {
  background-color: #fff4ce;
  color: #333;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
  color: #333;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
  color: #333;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-icon {
  color: #666;
}

.e-toast-container .e-toast.e-toast-warning:hover {
  background-color: #faebb7;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  color: #333;
}

.e-toast-container .e-toast.e-toast-danger {
  background-color: #fde7e9;
  color: #333;
}

.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: #333;
}

.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: #333;
}

.e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: #a80000;
}

.e-toast-container .e-toast.e-toast-danger:hover {
  background-color: #f6cfd3;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  color: #333;
}

.e-toast-container .e-toast:hover {
  background-color: #f4f4f4;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.e-toast-container .e-toast .e-toast-icon {
  color: #333;
}

.e-toast-container .e-toast .e-toast-close-icon {
  color: #333;
}

.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;
  box-shadow: none;
  outline: 0;
}

.e-toast-container .e-toast .e-toast-message .e-toast-title {
  color: #333;
}

.e-toast-container .e-toast .e-toast-message .e-toast-content {
  color: #333;
}

.e-toast-container .e-toast .e-toast-progress {
  background-color: #0078d6;
}
