@import "bootstrap5.css";
:root {
  --morema-text-font: SourceSans, Arial;
  --morema-button-font: BebasNeue, Arial;
  --morema-text-font-xs: 0.6rem;
  --morema-color-primary: #3F5568;
  --morema-color-secondary: #F0EAE4;
  --morema-color-attention-success: #5A7569;
  --morema-color-attention-error: #9C5C4D;
  --morema-color-attention-warning: #FECD85;
  --morema-color-disabled: #D5D5D5;
  --morema-color-dim: #B5B5B5;
  --morema-color-info: #C6DAE5;
  --morema-color-dark: #43403C;
  --morema-color-light: #FCFBFA;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #3F5568;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #3F5568;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

code {
  color: #c02d76;
}

@font-face {
  font-family: "SourceSans";
  src: url("../fonts/SourceSans/SourceSans3-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "SourceSans";
  src: url("../fonts/SourceSans/SourceSans3-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue/BebasNeue-Regular.ttf") format("truetype");
}
html body {
  font-family: var(--morema-text-font) !important;
  max-height: 100vh;
  font-size: 0.9rem;
}

label {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 0.875rem !important;
  color: #5a7569;
  text-transform: uppercase;
}

.morema-header, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--morema-text-font) !important;
  font-weight: bold;
}

.morema-button-font, button, .btn {
  font-family: var(--morema-button-font) !important;
}

.morema-bold {
  font-weight: bold;
}

.morema-italic {
  font-style: italic;
}

.e-btn {
  font-family: var(--morema-button-font);
  font-size: 1rem;
}

.btn-icon {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
  height: calc(2.125rem + 2px) !important;
  width: calc(2.125rem + 2px) !important;
}

.btn-rounded {
  border-radius: 40px;
}

.text-bg-success {
  background-color: var(--morema-color-attention-success) !important;
}

.text-bg-danger {
  background-color: var(--morema-color-attention-error) !important;
}

.text-bg-light {
  background-color: var(--morema-color-disabled) !important;
}

.text-bg-primary {
  background-color: var(--morema-color-secondary) !important;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-input-group, .e-float-input.e-control-wrapper, .e-float-input.e-input-group.e-control-wrapper {
  margin-bottom: 0.938rem !important;
}

.card {
  border: none !important;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.icon-hover-effect:hover {
  cursor: pointer !important;
  color: #4F6F8C !important;
}

.margin-bottom {
  margin-bottom: 10px;
}

.content-window-height {
  max-height: 73vh;
  overflow: auto;
}

.error-icon {
  color: var(--morema-color-attention-error) !important;
}

.primary-icon {
  color: var(--morema-color-primary) !important;
}

.e-multi-select-list-wrapper {
  z-index: 200001 !important;
}

/*# sourceMappingURL=app.min.css.map */
