address {
  font-style: inherit;
}

dfn, cite, em, i {
  font-style: italic;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 200;
  src: url("outfit-v11-latin-200.423923b5.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  src: url("outfit-v11-latin-300.4d008836.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  src: url("outfit-v11-latin-regular.f0a39677.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  src: url("outfit-v11-latin-500.3ec0b821.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  src: url("outfit-v11-latin-600.cbd949f0.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 700;
  src: url("outfit-v11-latin-700.95a753c7.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Outfit;
  font-style: normal;
  font-weight: 800;
  src: url("outfit-v11-latin-800.c76bade9.woff2") format("woff2");
}

.material-symbols-outlined {
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 40;
  direction: ltr;
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.material-icons {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  fill: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.material-symbols-outlined {
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.primary-text {
  color: teal;
  font-weight: bold;
}

.capitalize:first-letter {
  text-transform: capitalize;
}

.pointer:hover {
  cursor: pointer;
}

.inaktiv {
  opacity: .3;
}

.desktop-only {
  display: none;
}

@media (width >= 1400px) {
  .desktop-only {
    display: table-cell;
  }
}

.center-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-center {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.flex-center .material-symbols-outlined {
  margin-right: .25rem;
}

.flex-center-buttons {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  display: flex;
}

.flex-center-icons {
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  line-height: 1;
  display: flex;
}

.flex-space {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-space .card-title {
  margin-bottom: 0;
}

.flex-between {
  justify-content: space-between;
}

.flex1 {
  flex-grow: 1;
}

.grid-2-columns {
  grid-template-columns: auto auto;
  display: grid;
}

.grid-container {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .5rem;
  display: grid;
}

.grid-item:nth-child(odd) {
  font-weight: bold;
}

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

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

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

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

.primary {
  color: var(--user-primary-color);
}

.alert {
  color: red;
}

.module-disabled {
  opacity: .35;
}

.disabled {
  pointer-events: none;
  opacity: .35;
}

.disabled-hidden {
  pointer-events: none;
  opacity: 0;
}

.menu-disabled li a i, .menu-disabled li a span {
  color: #5c6167 !important;
}

.menu-disabled li a span {
  font-weight: 600;
}

.no-border-bottom {
  border-bottom: none !important;
}

.edit-data:hover {
  cursor: url("ic-edit.0ef37c99.svg"), auto;
}

.remove-data:hover {
  cursor: url("ic-remove.e77657e2.svg"), auto;
}

.help-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.icon-green {
  color: #00892d;
}

.icon-red {
  color: #e2001a;
}

.nowrap {
  white-space: nowrap;
}

.font-larger {
  font-size: 17.5px;
}

.text-values p {
  margin-bottom: 1rem;
}

.text-values ul li {
  margin-bottom: .5rem;
}

.text-values ul li span {
  font-weight: 700;
}

.text-larger {
  font-size: 16px;
}

.text-smaller {
  font-size: 12px;
}

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.red.lighten-5 {
  background-color: #ffebee !important;
}

.red-text.text-lighten-5 {
  color: #ffebee !important;
}

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red-text.text-lighten-4 {
  color: #ffcdd2 !important;
}

.red.lighten-3 {
  background-color: #ef9a9a !important;
}

.red-text.text-lighten-3 {
  color: #ef9a9a !important;
}

.red.lighten-2 {
  background-color: #e57373 !important;
}

.red-text.text-lighten-2 {
  color: #e57373 !important;
}

.red.lighten-1 {
  background-color: #ef5350 !important;
}

.red-text.text-lighten-1 {
  color: #ef5350 !important;
}

.red.darken-1 {
  background-color: #e53935 !important;
}

.red-text.text-darken-1 {
  color: #e53935 !important;
}

.red.darken-2 {
  background-color: #d32f2f !important;
}

.red-text.text-darken-2 {
  color: #d32f2f !important;
}

.red.darken-3 {
  background-color: #c62828 !important;
}

.red-text.text-darken-3 {
  color: #c62828 !important;
}

.red.darken-4 {
  background-color: #b71c1c !important;
}

.red-text.text-darken-4 {
  color: #b71c1c !important;
}

.red.accent-1 {
  background-color: #ff8a80 !important;
}

.red-text.text-accent-1 {
  color: #ff8a80 !important;
}

.red.accent-2 {
  background-color: #ff5252 !important;
}

.red-text.text-accent-2 {
  color: #ff5252 !important;
}

.red.accent-3 {
  background-color: #ff1744 !important;
}

.red-text.text-accent-3 {
  color: #ff1744 !important;
}

.red.accent-4 {
  background-color: #d50000 !important;
}

.red-text.text-accent-4 {
  color: #d50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #a0f !important;
}

.purple-text.text-accent-4 {
  color: #a0f !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196f3 !important;
}

.blue-text {
  color: #2196f3 !important;
}

.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

.blue-text.text-lighten-5 {
  color: #e3f2fd !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue-text.text-lighten-4 {
  color: #bbdefb !important;
}

.blue.lighten-3 {
  background-color: #90caf9 !important;
}

.blue-text.text-lighten-3 {
  color: #90caf9 !important;
}

.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

.blue-text.text-lighten-2 {
  color: #64b5f6 !important;
}

.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

.blue-text.text-lighten-1 {
  color: #42a5f5 !important;
}

.blue.darken-1 {
  background-color: #1e88e5 !important;
}

.blue-text.text-darken-1 {
  color: #1e88e5 !important;
}

.blue.darken-2 {
  background-color: #1976d2 !important;
}

.blue-text.text-darken-2 {
  color: #1976d2 !important;
}

.blue.darken-3 {
  background-color: #1565c0 !important;
}

.blue-text.text-darken-3 {
  color: #1565c0 !important;
}

.blue.darken-4 {
  background-color: #0d47a1 !important;
}

.blue-text.text-darken-4 {
  color: #0d47a1 !important;
}

.blue.accent-1 {
  background-color: #82b1ff !important;
}

.blue-text.text-accent-1 {
  color: #82b1ff !important;
}

.blue.accent-2 {
  background-color: #448aff !important;
}

.blue-text.text-accent-2 {
  color: #448aff !important;
}

.blue.accent-3 {
  background-color: #2979ff !important;
}

.blue-text.text-accent-3 {
  color: #2979ff !important;
}

.blue.accent-4 {
  background-color: #2962ff !important;
}

.blue-text.text-accent-4 {
  color: #2962ff !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.green-text.text-lighten-5 {
  color: #e8f5e9 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green-text.text-lighten-4 {
  color: #c8e6c9 !important;
}

.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

.green-text.text-lighten-3 {
  color: #a5d6a7 !important;
}

.green.lighten-2 {
  background-color: #81c784 !important;
}

.green-text.text-lighten-2 {
  color: #81c784 !important;
}

.green.lighten-1 {
  background-color: #66bb6a !important;
}

.green-text.text-lighten-1 {
  color: #66bb6a !important;
}

.green.darken-1 {
  background-color: #43a047 !important;
}

.green-text.text-darken-1 {
  color: #43a047 !important;
}

.green.darken-2 {
  background-color: #388e3c !important;
}

.green-text.text-darken-2 {
  color: #388e3c !important;
}

.green.darken-3 {
  background-color: #2e7d32 !important;
}

.green-text.text-darken-3 {
  color: #2e7d32 !important;
}

.green.darken-4 {
  background-color: #1b5e20 !important;
}

.green-text.text-darken-4 {
  color: #1b5e20 !important;
}

.green.accent-1 {
  background-color: #b9f6ca !important;
}

.green-text.text-accent-1 {
  color: #b9f6ca !important;
}

.green.accent-2 {
  background-color: #69f0ae !important;
}

.green-text.text-accent-2 {
  color: #69f0ae !important;
}

.green.accent-3 {
  background-color: #00e676 !important;
}

.green-text.text-accent-3 {
  color: #00e676 !important;
}

.green.accent-4 {
  background-color: #00c853 !important;
}

.green-text.text-accent-4 {
  color: #00c853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ff0 !important;
}

.yellow-text.text-accent-2 {
  color: #ff0 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eee !important;
}

.grey-text.text-lighten-3 {
  color: #eee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000 !important;
}

.black-text {
  color: #000 !important;
}

.white {
  background-color: #fff !important;
}

.white-text {
  color: #fff !important;
}

.transparent {
  background-color: #0000 !important;
}

.transparent-text {
  color: #0000 !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
  display: inline-block;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

button, input, optgroup, select, textarea {
  font-family: Outfit, sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.valign-wrapper {
  align-items: center;
  display: flex;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, .sidenav, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, nav {
  box-shadow: 0 2px 2px #28323e24, 0 3px 1px -2px #28323e1f, 0 1px 5px #28323e33;
}

.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px #00000024, 0 1px 7px #0000001f, 0 3px 1px -1px #0003;
}

.z-depth-2 {
  box-shadow: 0 4px 5px #00000024, 0 1px 10px #0000001f, 0 2px 4px -1px #0000004d;
}

.z-depth-3 {
  box-shadow: 0 8px 17px 2px #00000024, 0 3px 14px 2px #0000001f, 0 5px 5px -3px #0003;
}

.z-depth-4 {
  box-shadow: 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f, 0 8px 10px -7px #0003;
}

.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f, 0 11px 15px -7px #0003;
}

.hoverable {
  transition: box-shadow .25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px #0003, 0 6px 20px #00000030;
}

.divider {
  background-color: #e0e0e0;
  height: 1px;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #647d9b;
  margin: 20px 0;
  padding-left: 1.5rem;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img, video.responsive-video {
  max-width: 100%;
  height: auto;
}

.table-footer {
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.table-footer .pagination-buttons {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.table-footer .pagination-buttons .btn-flat {
  height: 30px;
  padding: 0 8px;
}

.table-footer .pagination-container {
  margin-top: 0;
}

.table-footer .pagination {
  align-items: center;
  gap: 2px;
  display: flex;
}

.table-footer .pagination li {
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.table-footer .pagination li a {
  color: #fafafa;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

.table-footer .pagination li.disabled a {
  cursor: default;
  color: #999;
}

.table-footer .pagination li i {
  font-size: 2rem;
}

.table-footer .pagination li.pages ul li {
  float: none;
  display: inline-block;
}

@media only screen and (width <= 992px) {
  .table-footer .pagination {
    width: 100%;
  }

  .table-footer .pagination li.prev, .table-footer .pagination li.next {
    width: 10%;
  }

  .table-footer .pagination li.pages {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
  }
}

.breadcrumb {
  color: #647d9b;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons {
  float: left;
  font-size: 14px;
  display: inline-block;
}

.breadcrumb:before {
  content: "";
  color: #647d9b;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  margin: 0 4px 0 2px;
  font-family: Material Symbols Outlined;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child, .breadcrumb:hover {
  color: #647d9b;
}

.darkmode .breadcrumb {
  color: #c1cbd7;
}

.parallax-container {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.parallax-container .parallax {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.parallax-container .parallax img {
  opacity: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0;
}

@media only screen and (width <= 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (width <= 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (width <= 1400px) {
  .hide-on-tablet-and-down {
    display: none !important;
  }
}

@media only screen and (width >= 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (width >= 600px) and (width <= 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (width >= 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (width >= 1400px) {
  .hide-on-extra-large-only {
    display: none !important;
  }

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (width >= 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (width >= 600px) and (width <= 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (width <= 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (width >= 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (width <= 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (width <= 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  color: #fff;
  background-color: #647d9b;
  padding-top: 20px;
}

.page-footer .footer-copyright {
  color: #fffc;
  background-color: #33333314;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 10px 0;
  display: flex;
  overflow: hidden;
}

table, th, td {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f280;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s;
}

table.highlight > tbody > tr:hover {
  background-color: #f2f2f280;
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid #c1cbd7;
}

tr:last-child {
  border: none;
}

td, th {
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
  padding: 7px 1rem;
  display: table-cell;
}

.td-small {
  width: 20px;
}

@media only screen and (width <= 992px) {
  table.responsive-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: block;
    position: relative;
    overflow-x: auto;
  }

  table.responsive-table th, table.responsive-table td {
    white-space: nowrap;
  }
}

thead {
  font-size: 13px;
}

thead th {
  font-weight: 600;
}

.table-sort {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.table-sort i {
  font-size: 18px;
}

.table-editable td {
  padding: 0;
}

.table-editable td a {
  outline: none;
  padding: 7px 1rem;
}

.table-no-border {
  margin-top: 1rem;
}

@media (width >= 1200px) {
  .table-no-border {
    margin-top: 0;
  }
}

.table-no-border tr {
  border: none;
}

.table-no-border tr td {
  padding: 0;
}

.image-table-square {
  aspect-ratio: 1;
  object-fit: cover;
  width: 80px;
}

.table-image {
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  height: 45px;
  display: flex;
  overflow: hidden;
}

.tr-grid-2 {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.td-small {
  padding: 7px 0;
}

.card-panel-table {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.card-panel-table table {
  table-layout: auto;
  width: 100%;
}

.card-panel-table .scroll {
  border-collapse: collapse;
  border: 0;
}

.card-panel-table .scroll tr {
  display: flex;
}

.card-panel-table .scroll td {
  flex: 1;
  align-self: center;
  width: auto;
}

.card-panel-table .scroll thead tr:after {
  visibility: hidden;
  height: 0;
  overflow-y: scroll;
}

.card-panel-table .scroll thead th {
  flex: 1;
  display: block;
}

.card-panel-table .scroll th, .card-panel-table .scroll td {
  text-align: left;
  width: auto;
  padding: 10px;
}

.card-panel-table .scroll tbody {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  height: calc(100vh - 300px);
  display: block;
  overflow-y: auto;
}

.card-panel-table .scroll tbody ::-webkit-scrollbar {
  width: 8px;
}

.card-panel-table .scroll tbody ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.card-panel-table .scroll tbody ::-webkit-scrollbar-thumb {
  background-color: #888;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
}

.card-panel-table .scroll tbody ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.card-panel-table .cell-small {
  max-width: 90px;
  margin-right: 1rem;
}

.collection {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: .5rem 0 1rem;
  position: relative;
  overflow: hidden;
}

.collection .collection-item {
  background-color: #0000;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 10px 20px;
  line-height: 1.5rem;
}

.collection .collection-item a {
  display: block;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle, .collection .collection-item.avatar :not(.circle-clipper) > .circle {
  vertical-align: middle;
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  left: 15px;
  overflow: hidden;
}

.collection .collection-item.avatar i.circle {
  color: #fff;
  text-align: center;
  background-color: #999;
  font-size: 18px;
  line-height: 42px;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  color: #eafaf9;
  background-color: #26a69a;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection .collection-item .collection-buttons, .collection .collection-item .collection-icons {
  grid-template-columns: auto auto;
  column-gap: 1rem;
  display: grid;
}

.collection .collection-item .collection-buttons button, .collection .collection-item .collection-icons button {
  padding: 0;
}

.collection a.collection-item {
  padding: 10px 20px;
  transition: all .25s;
  display: block;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection .collection-item-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.collection button {
  align-items: center;
  display: flex;
}

.collection .collection-item-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  display: grid !important;
}

.collection .collection-item-grid-3-icon {
  grid-template-columns: auto auto auto;
  display: grid !important;
}

.collection-item-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-flex-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item-flex-2 .flexgrow {
  flex-grow: 1;
}

.collection-item-flex-3 {
  border-bottom: 1px solid #c1cbd7;
  align-items: center;
  gap: 1rem;
  padding: .5rem 0;
  display: flex;
}

.collection-item-flex-3:last-child {
  border-bottom: none;
}

.collection-item-flex-3 div {
  flex: 1;
}

.collection-item-flex-3 div:last-child {
  flex: 0;
}

.darkmode .collection {
  border: 1px solid #394859;
}

.darkmode .collection .collection-item {
  border-bottom: 1px solid #394859;
}

.darkmode .collection .collection-item:last-child {
  border-bottom: none;
}

.collection-noborder {
  border: none;
}

.collection-noborder .collection-item {
  padding-left: 0 !important;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  border: none;
  margin: 0;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.progress {
  background-color: #e0e5eb;
  border-radius: 3px;
  width: 100%;
  height: 6px;
  margin: .5rem 0 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.progress .determinate {
  background-color: #647d9b;
  border-radius: 3px;
  transition: width .3s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.progress .indeterminate {
  background-color: #647d9b;
}

.progress .indeterminate:before {
  content: "";
  background-color: inherit;
  will-change: left, right;
  animation: 2.1s cubic-bezier(.65, .815, .735, .395) infinite indeterminate;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.progress .indeterminate:after {
  content: "";
  background-color: inherit;
  will-change: left, right;
  animation: 2.1s cubic-bezier(.165, .84, .44, 1) 1.15s infinite indeterminate-short;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

.progress-container {
  min-inline-size: 12rem;
  gap: .5rem;
  max-width: 100%;
  display: flex;
  width: 100% !important;
}

.progress-container .progress {
  margin: 0;
}

@media (width <= 600px) {
  .progress-container {
    min-inline-size: 2rem;
  }
}

.progress-counter {
  white-space: nowrap;
  font-size: 13px;
}

.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type="range"], input[type="range"] + .thumb {
  -webkit-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.no-padding {
  padding: 0 !important;
}

.cgvn-collection .collection-item {
  padding: 0;
}

.cgvn-collection .collection-item .collection-item-title {
  outline: none;
  padding: 10px 20px;
}

span.badge {
  text-align: center;
  color: #757575;
  float: right;
  box-sizing: border-box;
  min-width: 3rem;
  height: 22px;
  margin-left: 14px;
  padding: 0 6px;
  font-size: 1rem;
  line-height: 22px;
}

span.badge.new {
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
  font-size: .8rem;
  font-weight: 300;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]:after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  float: none;
  -webkit-font-smoothing: auto;
  height: 22px;
  margin-left: 4px;
  line-height: 22px;
  display: inline-block;
}

.collection-item span.badge {
  margin-top: calc(.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: 13px;
}

table span.badge {
  float: none;
  margin-left: auto;
  display: inline-block;
}

.material-icons {
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (width >= 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (width >= 993px) {
  .container {
    width: 70%;
  }
}

.col .row {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.equal-row {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.equal-row .col {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  margin-left: 0 !important;
}

.equal-row .col .card-panel {
  flex: auto;
  height: 100%;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

.row .col {
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  padding: 0 .75rem;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.33333%;
}

.row .col.pull-s1 {
  right: 8.33333%;
}

.row .col.push-s1 {
  left: 8.33333%;
}

.row .col.offset-s2 {
  margin-left: 16.6667%;
}

.row .col.pull-s2 {
  right: 16.6667%;
}

.row .col.push-s2 {
  left: 16.6667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333%;
}

.row .col.pull-s4 {
  right: 33.3333%;
}

.row .col.push-s4 {
  left: 33.3333%;
}

.row .col.offset-s5 {
  margin-left: 41.6667%;
}

.row .col.pull-s5 {
  right: 41.6667%;
}

.row .col.push-s5 {
  left: 41.6667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333%;
}

.row .col.pull-s7 {
  right: 58.3333%;
}

.row .col.push-s7 {
  left: 58.3333%;
}

.row .col.offset-s8 {
  margin-left: 66.6667%;
}

.row .col.pull-s8 {
  right: 66.6667%;
}

.row .col.push-s8 {
  left: 66.6667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333%;
}

.row .col.pull-s10 {
  right: 83.3333%;
}

.row .col.push-s10 {
  left: 83.3333%;
}

.row .col.offset-s11 {
  margin-left: 91.6667%;
}

.row .col.pull-s11 {
  right: 91.6667%;
}

.row .col.push-s11 {
  left: 91.6667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (width >= 601px) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m2 {
    width: 16.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m4 {
    width: 33.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m5 {
    width: 41.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m7 {
    width: 58.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m8 {
    width: 66.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10 {
    width: 83.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m11 {
    width: 91.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }

  .row .col.pull-m1 {
    right: 8.33333%;
  }

  .row .col.push-m1 {
    left: 8.33333%;
  }

  .row .col.offset-m2 {
    margin-left: 16.6667%;
  }

  .row .col.pull-m2 {
    right: 16.6667%;
  }

  .row .col.push-m2 {
    left: 16.6667%;
  }

  .row .col.offset-m3 {
    margin-left: 25%;
  }

  .row .col.pull-m3 {
    right: 25%;
  }

  .row .col.push-m3 {
    left: 25%;
  }

  .row .col.offset-m4 {
    margin-left: 33.3333%;
  }

  .row .col.pull-m4 {
    right: 33.3333%;
  }

  .row .col.push-m4 {
    left: 33.3333%;
  }

  .row .col.offset-m5 {
    margin-left: 41.6667%;
  }

  .row .col.pull-m5 {
    right: 41.6667%;
  }

  .row .col.push-m5 {
    left: 41.6667%;
  }

  .row .col.offset-m6 {
    margin-left: 50%;
  }

  .row .col.pull-m6 {
    right: 50%;
  }

  .row .col.push-m6 {
    left: 50%;
  }

  .row .col.offset-m7 {
    margin-left: 58.3333%;
  }

  .row .col.pull-m7 {
    right: 58.3333%;
  }

  .row .col.push-m7 {
    left: 58.3333%;
  }

  .row .col.offset-m8 {
    margin-left: 66.6667%;
  }

  .row .col.pull-m8 {
    right: 66.6667%;
  }

  .row .col.push-m8 {
    left: 66.6667%;
  }

  .row .col.offset-m9 {
    margin-left: 75%;
  }

  .row .col.pull-m9 {
    right: 75%;
  }

  .row .col.push-m9 {
    left: 75%;
  }

  .row .col.offset-m10 {
    margin-left: 83.3333%;
  }

  .row .col.pull-m10 {
    right: 83.3333%;
  }

  .row .col.push-m10 {
    left: 83.3333%;
  }

  .row .col.offset-m11 {
    margin-left: 91.6667%;
  }

  .row .col.pull-m11 {
    right: 91.6667%;
  }

  .row .col.push-m11 {
    left: 91.6667%;
  }

  .row .col.offset-m12 {
    margin-left: 100%;
  }

  .row .col.pull-m12 {
    right: 100%;
  }

  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (width >= 993px) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l2 {
    width: 16.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l4 {
    width: 33.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l5 {
    width: 41.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l7 {
    width: 58.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l8 {
    width: 66.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10 {
    width: 83.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l11 {
    width: 91.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }

  .row .col.pull-l1 {
    right: 8.33333%;
  }

  .row .col.push-l1 {
    left: 8.33333%;
  }

  .row .col.offset-l2 {
    margin-left: 16.6667%;
  }

  .row .col.pull-l2 {
    right: 16.6667%;
  }

  .row .col.push-l2 {
    left: 16.6667%;
  }

  .row .col.offset-l3 {
    margin-left: 25%;
  }

  .row .col.pull-l3 {
    right: 25%;
  }

  .row .col.push-l3 {
    left: 25%;
  }

  .row .col.offset-l4 {
    margin-left: 33.3333%;
  }

  .row .col.pull-l4 {
    right: 33.3333%;
  }

  .row .col.push-l4 {
    left: 33.3333%;
  }

  .row .col.offset-l5 {
    margin-left: 41.6667%;
  }

  .row .col.pull-l5 {
    right: 41.6667%;
  }

  .row .col.push-l5 {
    left: 41.6667%;
  }

  .row .col.offset-l6 {
    margin-left: 50%;
  }

  .row .col.pull-l6 {
    right: 50%;
  }

  .row .col.push-l6 {
    left: 50%;
  }

  .row .col.offset-l7 {
    margin-left: 58.3333%;
  }

  .row .col.pull-l7 {
    right: 58.3333%;
  }

  .row .col.push-l7 {
    left: 58.3333%;
  }

  .row .col.offset-l8 {
    margin-left: 66.6667%;
  }

  .row .col.pull-l8 {
    right: 66.6667%;
  }

  .row .col.push-l8 {
    left: 66.6667%;
  }

  .row .col.offset-l9 {
    margin-left: 75%;
  }

  .row .col.pull-l9 {
    right: 75%;
  }

  .row .col.push-l9 {
    left: 75%;
  }

  .row .col.offset-l10 {
    margin-left: 83.3333%;
  }

  .row .col.pull-l10 {
    right: 83.3333%;
  }

  .row .col.push-l10 {
    left: 83.3333%;
  }

  .row .col.offset-l11 {
    margin-left: 91.6667%;
  }

  .row .col.pull-l11 {
    right: 91.6667%;
  }

  .row .col.push-l11 {
    left: 91.6667%;
  }

  .row .col.offset-l12 {
    margin-left: 100%;
  }

  .row .col.pull-l12 {
    right: 100%;
  }

  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (width >= 1400px) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl2 {
    width: 16.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl4 {
    width: 33.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl5 {
    width: 41.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl7 {
    width: 58.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl8 {
    width: 66.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl10 {
    width: 83.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl11 {
    width: 91.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }

  .row .col.pull-xl1 {
    right: 8.33333%;
  }

  .row .col.push-xl1 {
    left: 8.33333%;
  }

  .row .col.offset-xl2 {
    margin-left: 16.6667%;
  }

  .row .col.pull-xl2 {
    right: 16.6667%;
  }

  .row .col.push-xl2 {
    left: 16.6667%;
  }

  .row .col.offset-xl3 {
    margin-left: 25%;
  }

  .row .col.pull-xl3 {
    right: 25%;
  }

  .row .col.push-xl3 {
    left: 25%;
  }

  .row .col.offset-xl4 {
    margin-left: 33.3333%;
  }

  .row .col.pull-xl4 {
    right: 33.3333%;
  }

  .row .col.push-xl4 {
    left: 33.3333%;
  }

  .row .col.offset-xl5 {
    margin-left: 41.6667%;
  }

  .row .col.pull-xl5 {
    right: 41.6667%;
  }

  .row .col.push-xl5 {
    left: 41.6667%;
  }

  .row .col.offset-xl6 {
    margin-left: 50%;
  }

  .row .col.pull-xl6 {
    right: 50%;
  }

  .row .col.push-xl6 {
    left: 50%;
  }

  .row .col.offset-xl7 {
    margin-left: 58.3333%;
  }

  .row .col.pull-xl7 {
    right: 58.3333%;
  }

  .row .col.push-xl7 {
    left: 58.3333%;
  }

  .row .col.offset-xl8 {
    margin-left: 66.6667%;
  }

  .row .col.pull-xl8 {
    right: 66.6667%;
  }

  .row .col.push-xl8 {
    left: 66.6667%;
  }

  .row .col.offset-xl9 {
    margin-left: 75%;
  }

  .row .col.pull-xl9 {
    right: 75%;
  }

  .row .col.push-xl9 {
    left: 75%;
  }

  .row .col.offset-xl10 {
    margin-left: 83.3333%;
  }

  .row .col.pull-xl10 {
    right: 83.3333%;
  }

  .row .col.push-xl10 {
    left: 83.3333%;
  }

  .row .col.offset-xl11 {
    margin-left: 91.6667%;
  }

  .row .col.pull-xl11 {
    right: 91.6667%;
  }

  .row .col.push-xl11 {
    left: 91.6667%;
  }

  .row .col.offset-xl12 {
    margin-left: 100%;
  }

  .row .col.pull-xl12 {
    right: 100%;
  }

  .row .col.push-xl12 {
    left: 100%;
  }
}

@media only screen and (width >= 1440px) {
  .row .col.xxl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl2 {
    width: 16.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl4 {
    width: 33.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl5 {
    width: 41.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl7 {
    width: 58.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl8 {
    width: 66.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl10 {
    width: 83.3333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl11 {
    width: 91.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-xxl1 {
    margin-left: 8.33333%;
  }

  .row .col.pull-xxl1 {
    right: 8.33333%;
  }

  .row .col.push-xxl1 {
    left: 8.33333%;
  }

  .row .col.offset-xxl2 {
    margin-left: 16.6667%;
  }

  .row .col.pull-xxl2 {
    right: 16.6667%;
  }

  .row .col.push-xxl2 {
    left: 16.6667%;
  }

  .row .col.offset-xxl3 {
    margin-left: 25%;
  }

  .row .col.pull-xxl3 {
    right: 25%;
  }

  .row .col.push-xxl3 {
    left: 25%;
  }

  .row .col.offset-xxl4 {
    margin-left: 33.3333%;
  }

  .row .col.pull-xxl4 {
    right: 33.3333%;
  }

  .row .col.push-xxl4 {
    left: 33.3333%;
  }

  .row .col.offset-xxl5 {
    margin-left: 41.6667%;
  }

  .row .col.pull-xxl5 {
    right: 41.6667%;
  }

  .row .col.push-xxl5 {
    left: 41.6667%;
  }

  .row .col.offset-xxl6 {
    margin-left: 50%;
  }

  .row .col.pull-xxl6 {
    right: 50%;
  }

  .row .col.push-xxl6 {
    left: 50%;
  }

  .row .col.offset-xxl7 {
    margin-left: 58.3333%;
  }

  .row .col.pull-xxl7 {
    right: 58.3333%;
  }

  .row .col.push-xxl7 {
    left: 58.3333%;
  }

  .row .col.offset-xxl8 {
    margin-left: 66.6667%;
  }

  .row .col.pull-xxl8 {
    right: 66.6667%;
  }

  .row .col.push-xxl8 {
    left: 66.6667%;
  }

  .row .col.offset-xxl9 {
    margin-left: 75%;
  }

  .row .col.pull-xxl9 {
    right: 75%;
  }

  .row .col.push-xxl9 {
    left: 75%;
  }

  .row .col.offset-xxl10 {
    margin-left: 83.3333%;
  }

  .row .col.pull-xxl10 {
    right: 83.3333%;
  }

  .row .col.push-xxl10 {
    left: 83.3333%;
  }

  .row .col.offset-xxl11 {
    margin-left: 91.6667%;
  }

  .row .col.pull-xxl11 {
    right: 91.6667%;
  }

  .row .col.push-xxl11 {
    left: 91.6667%;
  }

  .row .col.offset-xxl12 {
    margin-left: 100%;
  }

  .row .col.pull-xxl12 {
    right: 100%;
  }

  .row .col.push-xxl12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #647d9b;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  height: auto;
  min-height: 56px;
}

nav.nav-extended .nav-content {
  line-height: normal;
  position: relative;
}

nav a {
  color: #fff;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  height: 56px;
  font-size: 24px;
  line-height: 56px;
  display: block;
}

nav .nav-wrapper {
  height: 100%;
  position: relative;
}

@media only screen and (width >= 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}

nav .sidenav-trigger {
  float: left;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
  position: relative;
}

nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  color: #fff;
  padding: 0;
  font-size: 2.1rem;
  display: inline-block;
  position: absolute;
}

nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (width <= 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }

  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }

  nav .brand-logo.left {
    left: .5rem;
  }

  nav .brand-logo.right {
    left: auto;
    right: .5rem;
  }
}

nav .brand-logo.right {
  padding: 0;
  right: .5rem;
}

nav .brand-logo i, nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"], nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  padding: 28px 0;
  font-size: 32px;
  display: inline-block;
}

nav ul {
  margin: 0;
}

nav ul li {
  float: left;
  padding: 0;
  transition: background-color .3s;
}

nav ul li.active {
  background-color: #0000001a;
}

nav ul a {
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  font-size: 1rem;
  transition: background-color .3s;
  display: block;
}

nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: #0000001a;
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  height: 100%;
  margin: 0;
}

nav .input-field input {
  border: none;
  height: 100%;
  padding-left: 2rem;
  font-size: 1.2rem;
}

nav .input-field input:focus, nav .input-field input[type="text"]:valid, nav .input-field input[type="password"]:valid, nav .input-field input[type="email"]:valid, nav .input-field input[type="url"]:valid, nav .input-field input[type="date"]:valid {
  box-shadow: none;
  border: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: #ffffffb3;
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  z-index: 997;
  height: 56px;
  position: relative;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (width >= 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }

  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }

  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

html {
  color: #000000de;
  font-family: Outfit, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

@media only screen and (width >= 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (width >= 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (width >= 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  margin: 2.8rem 0 1.68rem;
  font-size: 4.2rem;
  line-height: 110%;
}

h2 {
  margin: 2.37333rem 0 1.424rem;
  font-size: 3.56rem;
  line-height: 110%;
}

h3 {
  margin: 1.94667rem 0 1.168rem;
  font-size: 2.92rem;
  line-height: 110%;
}

h4 {
  margin: 1.52rem 0 .912rem;
  font-size: 2.28rem;
  line-height: 110%;
}

h5 {
  margin: 1.09333rem 0 .656rem;
  font-size: 1.64rem;
  line-height: 110%;
}

h6 {
  margin: .766667rem 0 .46rem;
  font-size: 1.15rem;
  line-height: 110%;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (width >= 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (width >= 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (width >= 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (width >= 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (width >= 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (width >= 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (width >= 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (width >= 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (width >= 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (width >= 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (width >= 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (width >= 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (width >= 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (width >= 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (width >= 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (width >= 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (width >= 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (width >= 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (width >= 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (width >= 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (width >= 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (width <= 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
}

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

.scale-transition.scale-in {
  transform: scale(1);
}

.card-panel {
  background-color: #0000;
  border: 1px solid #c1cbd7;
  border-radius: .625rem;
  margin: .5rem 0 1rem;
  padding: 1rem;
  transition: box-shadow .25s;
  position: relative;
}

@media (width >= 1400px) {
  .card-panel {
    padding: 1.5rem;
  }
}

.card-panel .card-divider {
  background-color: #c1cbd7;
  width: 100%;
  height: 1px;
}

.card-panel .card-list {
  flex-direction: column;
  row-gap: 1rem;
  display: flex;
}

.card-panel .card-list-abo {
  row-gap: .25rem;
}

.card-panel .card-list-abo .card-list-element {
  grid-template-columns: 170px auto;
  display: grid;
}

.card-panel .card-list-abo .card-list-element .card-list-data {
  font-weight: 600;
}

.card-panel .card-action {
  margin-top: 2rem;
}

.card-panel .card-action-right {
  text-align: right;
}

.card-panel-100 {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card-panel-100 .card-content {
  flex-grow: 1;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.card-panel-100 table {
  border-collapse: collapse;
  width: 100%;
}

.card-panel-100 table th, .card-panel-100 table td {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  height: 40px;
  display: table-cell;
  overflow: hidden;
}

.card-panel-100 table tbody tr {
  height: 40px;
  display: table-row;
}

.card-panel-table {
  padding: 1.5rem 0;
}

.card-panel-table .collection {
  border: none;
}

.card-panel-image {
  border: none;
  margin-bottom: 3rem;
  padding: 0 !important;
}

.card-panel-image .card-image {
  aspect-ratio: 16 / 9;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-panel-image .card-image:hover {
  cursor: pointer;
}

.card-panel-image .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-panel-image .card-image .btn-icon {
  z-index: 1;
  color: #fcfcfc;
  box-shadow: none;
  background: #647d9b80;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.card-panel-image .card-image [data-svg] {
  max-width: 40px;
  margin: auto;
}

.card-panel-image .card-sortable:hover {
  cursor: grabbing;
}

.card-panel-image .card-document-type {
  text-align: center;
  padding-top: 1rem;
}

.card-panel-image .card-document-type img {
  max-width: 40px;
}

.card-panel-image .card-content {
  padding: 0 1rem;
  border-top: none !important;
}

.card-panel-image [data-meta]:hover {
  cursor: pointer;
}

.darkmode .card-panel {
  border: 1px solid #394859;
}

.card-title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.darkmode .card-title {
  font-weight: 400;
}

.card {
  background-color: #fcfcfc;
  border-radius: .625rem;
  margin: .5rem 0 1rem;
  transition: box-shadow .25s;
  position: relative;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  width: auto;
  max-width: 100%;
}

.card.horizontal .card-stacked {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  border-radius: 2px 2px 0 0;
  width: 100%;
  display: block;
  position: relative;
  inset: 0;
}

.card .card-image .card-title {
  color: #fcfcfc;
  max-width: 100%;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card .card-content {
  border-radius: 0 0 2px 2px;
  padding: 24px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  justify-content: space-between;
  margin-bottom: 8px;
  line-height: 32px;
  display: flex;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid #a0a0a033;
  padding: 16px 24px;
  position: relative;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #647d9b;
  text-transform: uppercase;
  margin-right: 24px;
  transition: color .3s;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #a2b1c3;
}

.card .card-reveal {
  z-index: 3;
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.card-tab, .card-tab .card-content {
  padding: 0;
}

.card-tab .tabs {
  background-color: #0000;
  border-bottom: 1px solid #c1cbd7;
}

.card-content-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.card-content-grid-2 div:nth-child(2) {
  padding-left: 1rem;
}

.card-content-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.card-content-grid-3 div:nth-child(2) {
  padding-left: 1rem;
}

#toast-container {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

@media only screen and (width <= 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (width >= 601px) and (width <= 992px) {
  #toast-container {
    max-width: 90%;
    bottom: 7%;
    left: 5%;
  }
}

@media only screen and (width >= 993px) {
  #toast-container {
    max-width: 70%;
    top: 10%;
    right: 50%;
    transform: translateX(50%);
  }
}

.toast {
  color: #fff;
  cursor: default;
  background-color: #323232;
  border-radius: .3125rem;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  margin-top: 10px;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
  position: relative;
  top: 35px;
}

.toast .toast-action {
  color: #fcfcfc;
  margin-left: 3rem;
  margin-right: 0;
  font-weight: 500;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (width <= 600px) {
  .toast {
    border-radius: 0;
    width: 100%;
  }
}

.tab-container {
  background: #f5d5d5;
}

.tabs {
  white-space: nowrap;
  width: 100%;
  height: 48px;
  margin: 0 auto 1rem;
  position: relative;
  overflow: auto hidden;
}

.tabs.tabs-transparent {
  background-color: #0000;
}

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
  color: #ffffffb3;
}

.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

.tabs .tab {
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  margin: 0;
  padding: 0;
  line-height: 48px;
  display: inline-block;
}

.tabs .tab a {
  color: #647d9bb3;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  transition: color .28s, background-color .28s;
  display: block;
  overflow: hidden;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: #0000;
  outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #647d9b;
  background-color: #0000;
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: #647d9b66;
  cursor: default;
}

.tabs .indicator {
  will-change: left, right;
  background-color: #93a4b9;
  height: 2px;
  position: absolute;
  bottom: 0;
}

@media only screen and (width <= 992px) {
  .tabs {
    display: flex;
  }

  .tabs .tab {
    flex-grow: 1;
  }

  .tabs .tab a {
    padding: 0 12px;
  }
}

@media (width >= 1920px) {
  .tab-content-small {
    max-width: 1000px;
  }
}

.darkmode .tabs .tab a {
  color: #8397af;
}

.darkmode .tabs .tab a:hover, .darkmode .tabs .tab a.active {
  color: #c1cbd7;
}

.darkmode .tabs .tab a:hover, .darkmode .tabs .tabs .tab a.active {
  background-color: #0000;
}

.material-tooltip {
  z-index: 2000;
  color: #fff;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
  border-radius: 2px;
  max-width: calc(100% - 4px);
  min-height: 36px;
  padding: 10px 8px;
  font-size: 1rem;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.backdrop {
  opacity: 0;
  z-index: -1;
  transform-origin: 50% 0;
  visibility: hidden;
  background-color: #323232;
  border-radius: 0 0 50% 50%;
  width: 14px;
  height: 7px;
  position: absolute;
}

.btn, .btn-small, .btn-large, .btn-flat {
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  align-items: center;
  column-gap: .5rem;
  height: 36px;
  padding: 0 16px;
  line-height: 36px;
  display: flex;
}

.btn.disabled, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
  pointer-events: none;
  box-shadow: none;
  cursor: default;
  color: #9f9f9f !important;
  background-color: #dfdfdf !important;
}

.btn.disabled:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn-small.disabled:hover, .btn-flat.disabled:hover, .btn:disabled:hover, .btn-floating:disabled:hover, .btn-large:disabled:hover, .btn-small:disabled:hover, .btn-flat:disabled:hover, .btn[disabled]:hover, .btn-floating[disabled]:hover, .btn-large[disabled]:hover, .btn-small[disabled]:hover, .btn-flat[disabled]:hover {
  color: #9f9f9f !important;
  background-color: #dfdfdf !important;
}

.btn, .btn-small, .btn-large, .btn-floating, .btn-flat {
  outline: 0;
  font-size: 13px;
  font-weight: 500;
}

.btn i, .btn .material-symbols-outlined, .btn-floating i, .btn-floating .material-symbols-outlined, .btn-large i, .btn-large .material-symbols-outlined, .btn-small i, .btn-small .material-symbols-outlined, .btn-flat i, .btn-flat .material-symbols-outlined {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn, .btn-small, .btn-large {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #647d9b;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease-out;
}

.btn:hover, .btn-small:hover, .btn-large:hover {
  color: #fff;
  background-color: #748aa5;
}

.btn-floating {
  color: #777;
  z-index: 1;
  cursor: pointer;
  vertical-align: middle;
  background-color: #394859;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  bottom: -20px;
  right: 24px;
}

.btn-floating.halfway-fab.left {
  left: 24px;
  right: auto;
}

.btn-floating i {
  width: inherit;
  text-align: center;
  color: #777;
  font-size: 1.6rem;
  line-height: 40px;
  display: inline-block;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  z-index: 997;
  margin-bottom: 0;
  padding-top: 15px;
  position: fixed;
  bottom: 23px;
  right: 23px;
}

.fixed-action-btn i {
  color: #fcfcfc;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  width: 500px;
  height: 100%;
  top: 50%;
  left: auto;
  right: 64px;
  transform: translateY(-50%);
}

.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  margin: 0 15px 0 0;
  display: inline-block;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px;
}

.fixed-action-btn.direction-bottom ul {
  flex-direction: column-reverse;
  display: flex;
  top: 64px;
  bottom: auto;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0;
}

.fixed-action-btn.toolbar {
  height: 56px;
  padding: 0;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  z-index: 1;
  display: flex;
  top: 0;
  bottom: 0;
}

.fixed-action-btn.toolbar ul li {
  flex: 1;
  height: 100%;
  margin: 0;
  transition: none;
  display: inline-block;
}

.fixed-action-btn.toolbar ul li a {
  box-shadow: none;
  color: #fff;
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  line-height: 56px;
  display: block;
  position: relative;
  overflow: hidden;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  text-align: center;
  visibility: hidden;
  margin: 0;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  z-index: -1;
  background-color: #00000005;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.btn-flat {
  box-shadow: none;
  color: #343434;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #c1cbd7;
  border-radius: 8px;
  transition: background-color .2s;
}

.btn-flat:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #647d9b;
  border: 1px solid #fff0;
}

.btn-flat:focus {
  box-shadow: none;
  outline: none;
}

.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  cursor: default;
  background-color: initial !important;
  color: #b3b3b3 !important;
}

.btn-large {
  height: 54px;
  padding: 0 28px;
  font-size: 15px;
  line-height: 54px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  font-size: 13px;
  line-height: 32.4px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.btn, .btn-large, .btn-small {
  align-items: center;
  display: flex;
}

.btn-no-border {
  background: none;
  align-items: center;
  column-gap: .5rem;
  display: flex;
  border: none !important;
}

.btn-no-border:hover {
  cursor: pointer;
}

.btn-no-border:focus, .btn-no-border:active {
  color: #647d9b !important;
  background-color: #0000 !important;
}

.btn-toast {
  background: none;
  align-items: center;
  column-gap: .5rem;
  text-decoration: underline;
  display: flex;
  border: none !important;
}

.btn-toast:hover, .btn-toast:focus, .btn-toast:active {
  cursor: pointer;
  background-color: #0000 !important;
}

.btn-icon {
  color: #fcfcfc;
  background: #e0e5eb;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 1rem;
  display: flex;
}

.floating-full {
  background-color: #f7f7f7;
}

.floating-full:hover i {
  background-color: #647d9b;
  color: #fcfcfc !important;
}

.button-grid {
  grid-template-columns: auto auto;
  column-gap: 1rem;
  margin-right: .5rem;
  display: inline-grid;
}

.button-grid-3 {
  grid-template-columns: repeat(3, 40px);
  column-gap: 1rem;
  display: grid;
}

.button-grid-3 button {
  padding: 0;
}

.button-grid-3-cell {
  width: 150px;
}

.button-flex {
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.btn-primary {
  color: #fcfcfc;
  background-color: #647d9b;
  border: 1px solid #fff0;
}

.btn-primary:hover {
  background-color: #8397af;
}

.btn-ib {
  display: inline-block;
}

.darkmode .btn-flat {
  color: #c1cbd7;
  border: 1px solid #394859;
  font-weight: 500;
}

.dropdown-content {
  opacity: 0;
  z-index: 9999;
  transform-origin: 0 0;
  background-color: #fcfcfc;
  border: 1px solid #c1cbd7;
  border-radius: .625rem;
  min-width: 10rem;
  max-width: 100%;
  max-height: 60vh;
  margin: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: auto !important;
  padding: 0 !important;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: #000000de;
  cursor: pointer;
  text-align: left;
  width: 100%;
  min-height: 50px;
  margin-bottom: .5rem;
  line-height: 1.5rem;
  min-height: unset !important;
}

.dropdown-content li:last-child {
  margin-bottom: 0;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  height: 1px;
  min-height: 0;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #777;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.dropdown-content li > a:hover, .dropdown-content li > span:hover {
  background-color: #00000005;
}

.dropdown-content li > span > label {
  height: 18px;
  top: 1px;
  left: 0;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  width: 24px;
  margin: 0 .5rem 0 0;
}

.dropdown-content .btn-no-border {
  padding: .5rem 1rem;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  height: 18px;
  top: 1px;
  left: 0;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

.waves-effect {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: all .3s ease-out;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.waves-effect .waves-ripple {
  opacity: 0;
  pointer-events: none;
  background: #0003;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  transition: transform .7s ease-out, opacity .7s ease-out;
  position: absolute;
  transform: scale(0);
}

.waves-effect.waves-light .waves-ripple {
  background-color: #ffffff73;
}

.waves-effect.waves-red .waves-ripple {
  background-color: #f44336b3;
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: #ffeb3bb3;
}

.waves-effect.waves-orange .waves-ripple {
  background-color: #ff9800b3;
}

.waves-effect.waves-purple .waves-ripple {
  background-color: #9c27b0b3;
}

.waves-effect.waves-green .waves-ripple {
  background-color: #4caf50b3;
}

.waves-effect.waves-teal .waves-ripple {
  background-color: #009688b3;
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
  border: 0;
}

.waves-effect img {
  z-index: -1;
  position: relative;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-input-wrapper {
  vertical-align: bottom;
  border-radius: .2em;
}

.waves-input-wrapper .waves-button-input {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}

.waves-circle {
  text-align: center;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  scrollbar-width: none;
  will-change: top, opacity;
  background-color: #fcfcfc;
  border-radius: .625rem;
  width: 55%;
  max-width: 800px;
  max-height: 70%;
  margin: auto;
  padding: 0;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.modal::-webkit-scrollbar {
  width: 0 !important;
}

.modal:focus {
  outline: none;
}

@media only screen and (width <= 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal h6 {
  margin-bottom: 2rem;
}

.modal .modal-title {
  text-transform: uppercase;
  font-size: calc(.125vw + 17.6px);
}

.modal .modal-header {
  text-align: center;
  margin: 1rem;
  margin-bottom: 2rem !important;
}

.modal .modal-content {
  padding: 3rem;
}

.modal .modal-content p {
  margin-bottom: 1rem;
}

.modal .modal-content .modal-cta {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.modal .modal-content .modal-cta .button-container {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.modal .modal-content .modal-cta .space-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal .modal-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal .modal-close .material-symbols-outlined {
  font-size: 18px;
}

.modal .modal-footer {
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 0 0 2px 2px;
  width: 100%;
  height: 56px;
  margin-bottom: 1rem;
  padding: 4px 6px;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal .modal-footer .buttons {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.modal-overlay {
  z-index: 999;
  will-change: opacity;
  background: #000;
  width: 100%;
  height: 125%;
  display: none;
  position: fixed;
  inset: -25% 0 0;
}

.modal.modal-fixed-footer {
  height: 70%;
  padding: 0;
}

.modal.modal-fixed-footer .modal-content {
  width: 100%;
  height: calc(100% - 56px);
  max-height: 100%;
  position: absolute;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  will-change: bottom, opacity;
  border-radius: 0;
  width: 100%;
  max-height: 45%;
  margin: 0;
  top: auto;
  bottom: -100%;
}

[data-modal="wizard"] {
  overflow: visible;
}

#set-image {
  width: 90%;
  max-width: 90%;
}

.modal-full {
  width: 95%;
  max-width: 1800px;
  max-height: 85%;
  top: 5% !important;
}

@media (width >= 1920px) {
  .modal-full {
    max-height: 90%;
  }
}

#modal-faq .content {
  max-width: 90%;
  margin: 0 auto;
}

#set-image, #add-images {
  max-width: 1300px;
}

.modal-ov {
  overflow: unset !important;
}

.modal-small {
  max-width: 450px;
  max-height: unset !important;
}

.modal-wide {
  width: 80% !important;
  max-width: 1200px !important;
}

#modal-audit {
  max-width: 2000px !important;
}

#spielplan-import .message {
  width: 100%;
  height: 20px;
  margin-bottom: 1rem;
}

.modal-help .help-content-headline {
  margin-top: 2rem;
}

.darkmode .modal {
  background-color: #28323e;
}

.darkmode .modal .select-wrapper + label {
  background: #28323e;
}

.darkmode .modal .modal-footer {
  background-color: #0000;
}

.modal-help .editor-container .codex-editor__redactor {
  padding-bottom: 0 !important;
}

.modal-help .editor-container .ce-block__content {
  max-width: unset;
}

.modal-help .editor-container li {
  list-style-type: disc;
}

.modal-spinner {
  min-height: 280px;
}

.modal-spinner [data-message] {
  padding-bottom: 1rem;
}

.modal-spinner .progress {
  z-index: 3;
  max-width: 80%;
  margin-top: 1rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-app-setup {
  max-height: 90%;
}

.modal-app-setup .setup-logo {
  justify-content: center;
  width: 100%;
  display: flex;
}

.modal-app-setup .setup-logo .app-setup-logo {
  max-width: 200px;
}

.setup-containerOLD .setup-container-header {
  margin-bottom: 4rem;
}

.setup-containerOLD .setup-stepper {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.setup-containerOLD .setup-stepper .step {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.setup-containerOLD .setup-stepper .step .step-number {
  color: #647d9b;
  font-size: 26px;
  font-weight: 600;
}

.setup-containerOLD .setup-stepper .step .step-content .step-title {
  font-size: 18px;
  font-weight: 600;
}

.setup-containerOLD .setup-stepper .step-divider {
  background-color: #647d9b;
  flex: 1 0 auto;
  min-width: 80px;
  height: 3px;
}

.setup-containerOLD .setup-stepper .step-complete {
  opacity: 1;
}

.setup-containerOLD .setup-stepper .step-incomplete {
  opacity: .4;
}

.setup-containerOLD .setup-pages {
  width: 100%;
  margin-bottom: 4rem;
}

.setup-containerOLD .setup-pages .setup-page {
  width: 100%;
}

.setup-containerOLD .space-buttons {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.setup-containerOLD .summary {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.setup-containerOLD .summary .summary-table {
  width: auto;
}

.setup-containerOLD .summary .summary-table .identifier {
  text-align: right;
}

.setup-containerOLD .summary .summary-table .value {
  text-align: left;
}

.collapsible {
  border: none;
  margin: .5rem 0 1rem;
}

.collapsible li {
  border-top: 1px solid #c1cbd7;
  border-left: 1px solid #c1cbd7;
  border-right: 1px solid #c1cbd7;
}

.collapsible li:first-child {
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}

.collapsible li:last-child {
  border-bottom: 1px solid #c1cbd7;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.collapsible-header {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  line-height: 1.5;
  display: flex;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  margin-right: 0;
  font-size: 1.6rem;
  display: inline-block;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  box-sizing: border-box;
  border-top: #0000;
  padding: 2rem;
  display: none;
}

.sidenav .collapsible, .sidenav.fixed .collapsible {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.sidenav .collapsible li, .sidenav.fixed .collapsible li {
  padding: 0;
  border: none !important;
}

.sidenav .collapsible li:last-child, .sidenav.fixed .collapsible li:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  line-height: inherit;
  height: inherit;
  background-color: #0000;
  border: none;
  padding: 0 16px;
}

.sidenav .collapsible-header i, .sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
  background-color: #0000;
  border: 0;
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
  padding: 0;
}

.collapsible.popout {
  box-shadow: none;
  border: none;
}

.collapsible.popout > li {
  margin: 0 24px;
  transition: margin .35s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 2px 5px #00000029, 0 2px 10px #0000001f;
}

.collapsible.popout > li.active {
  margin: 16px 0;
  box-shadow: 0 5px 11px #0000002e, 0 4px 15px #00000026;
}

.darkmode .collapsible .active {
  background-color: #0000;
}

.chip {
  color: #0009;
  letter-spacing: .3px;
  text-align: center;
  background-color: #e4e4e4;
  border-radius: 8px;
  min-width: 70px;
  height: 32px;
  margin: 0;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
}

.chip:focus {
  color: #fff;
  background-color: #26a69a;
  outline: none;
}

.chip > img {
  float: left;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
}

.chip .close {
  cursor: pointer;
  float: right;
  padding-left: 8px;
  font-size: 16px;
  line-height: 32px;
}

.chips {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  min-height: 45px;
  margin: 0;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  color: #0009;
  background: none;
  border: 0;
  outline: 0;
  height: 3rem;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  width: 120px !important;
  padding: 0 !important;
}

.chips .input:focus {
  box-shadow: none !important;
  border: 0 !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.chips:empty ~ label {
  font-size: .8rem;
  transform: translateY(-140%);
}

.chip-list {
  border: 1px solid #c1cbd7;
  border-radius: 4px;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1rem;
  display: flex;
  margin-top: 0 !important;
}

.chip-list .chip {
  align-items: center;
  gap: .25rem;
  margin: 0;
  display: inline-flex;
}

.chip-list .chip i {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 16px;
}

.chips-initial .chip, .chips-autocomplete .chip {
  align-items: center;
  gap: .5rem;
  display: inline-flex;
}

.keywords-chips {
  max-width: 90%;
  margin-inline: auto;
}

@media (width >= 1200px) {
  .keywords-chips {
    max-width: 50%;
  }
}

.chip-small {
  border-radius: 5px;
  padding: .1rem .7rem;
}

.chip-red, .chip-green {
  color: #fcfcfc;
}

.chip-green, .chip-success {
  color: #fff;
  background-color: #329432;
}

.chip-red, .chip-error {
  color: #ff3a3a;
  background-color: #ff3a3a1f;
}

.chip-grey {
  color: #6d788d;
  background-color: #6d788d1f;
}

.chip-blue {
  color: #fcfcfc;
  background-color: #647d9b;
}

.chip-gold {
  color: #fff;
  background-color: #c39c3b;
}

.darkmode .chip {
  color: #c1cbd7;
  background-color: #0000;
  border: 1px solid #394859;
}

.darkmode .chip-green, .darkmode .chip-success {
  color: #c1cbd7;
  background-color: #394859;
  font-weight: 400;
}

.materialboxed {
  cursor: zoom-in;
  -webkit-backface-visibility: hidden;
  transition: opacity .4s;
  display: block;
  position: relative;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: zoom-out;
}

#materialbox-overlay {
  z-index: 1000;
  will-change: opacity;
  background-color: #292929;
  position: fixed;
  inset: 0;
}

.materialbox-caption {
  color: #fff;
  text-align: center;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 50px;
  padding: 0% 15%;
  line-height: 50px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  background-color: #7087a3;
  outline: none;
}

label {
  color: #c1cbd7;
  font-size: .8rem;
}

::placeholder {
  color: #8397af;
  font-weight: 300;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
  box-shadow: none;
  box-sizing: border-box;
  background-color: #0000;
  border: 1px solid #c1cbd7;
  border-radius: .625rem;
  outline: none;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 0 0 1rem;
  font-size: 14px;
  font-weight: 400;
  transition: box-shadow .3s, border .3s;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type="text"]:not(.browser-default):disabled, input[type="text"]:not(.browser-default)[readonly="readonly"], input[type="password"]:not(.browser-default):disabled, input[type="password"]:not(.browser-default)[readonly="readonly"], input[type="email"]:not(.browser-default):disabled, input[type="email"]:not(.browser-default)[readonly="readonly"], input[type="url"]:not(.browser-default):disabled, input[type="url"]:not(.browser-default)[readonly="readonly"], input[type="time"]:not(.browser-default):disabled, input[type="time"]:not(.browser-default)[readonly="readonly"], input[type="date"]:not(.browser-default):disabled, input[type="date"]:not(.browser-default)[readonly="readonly"], input[type="datetime"]:not(.browser-default):disabled, input[type="datetime"]:not(.browser-default)[readonly="readonly"], input[type="datetime-local"]:not(.browser-default):disabled, input[type="datetime-local"]:not(.browser-default)[readonly="readonly"], input[type="tel"]:not(.browser-default):disabled, input[type="tel"]:not(.browser-default)[readonly="readonly"], input[type="number"]:not(.browser-default):disabled, input[type="number"]:not(.browser-default)[readonly="readonly"], input[type="search"]:not(.browser-default):disabled, input[type="search"]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"], input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label, input[type="text"]:not(.browser-default):disabled + label, input[type="text"]:not(.browser-default)[readonly="readonly"] + label, input[type="password"]:not(.browser-default):disabled + label, input[type="password"]:not(.browser-default)[readonly="readonly"] + label, input[type="email"]:not(.browser-default):disabled + label, input[type="email"]:not(.browser-default)[readonly="readonly"] + label, input[type="url"]:not(.browser-default):disabled + label, input[type="url"]:not(.browser-default)[readonly="readonly"] + label, input[type="time"]:not(.browser-default):disabled + label, input[type="time"]:not(.browser-default)[readonly="readonly"] + label, input[type="date"]:not(.browser-default):disabled + label, input[type="date"]:not(.browser-default)[readonly="readonly"] + label, input[type="datetime"]:not(.browser-default):disabled + label, input[type="datetime"]:not(.browser-default)[readonly="readonly"] + label, input[type="datetime-local"]:not(.browser-default):disabled + label, input[type="datetime-local"]:not(.browser-default)[readonly="readonly"] + label, input[type="tel"]:not(.browser-default):disabled + label, input[type="tel"]:not(.browser-default)[readonly="readonly"] + label, input[type="number"]:not(.browser-default):disabled + label, input[type="number"]:not(.browser-default)[readonly="readonly"] + label, input[type="search"]:not(.browser-default):disabled + label, input[type="search"]:not(.browser-default)[readonly="readonly"] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly="readonly"] + label {
  color: #0000006b;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
  border: 1px solid #647d9b;
}

input:not([type]):focus:not([readonly]) + label, input[type="text"]:not(.browser-default):focus:not([readonly]) + label, input[type="password"]:not(.browser-default):focus:not([readonly]) + label, input[type="email"]:not(.browser-default):focus:not([readonly]) + label, input[type="url"]:not(.browser-default):focus:not([readonly]) + label, input[type="time"]:not(.browser-default):focus:not([readonly]) + label, input[type="date"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label, input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label, input[type="tel"]:not(.browser-default):focus:not([readonly]) + label, input[type="number"]:not(.browser-default):focus:not([readonly]) + label, input[type="search"]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label, input:not([type]):focus.valid ~ label, input[type="text"]:not(.browser-default):focus.valid ~ label, input[type="password"]:not(.browser-default):focus.valid ~ label, input[type="email"]:not(.browser-default):focus.valid ~ label, input[type="url"]:not(.browser-default):focus.valid ~ label, input[type="time"]:not(.browser-default):focus.valid ~ label, input[type="date"]:not(.browser-default):focus.valid ~ label, input[type="datetime"]:not(.browser-default):focus.valid ~ label, input[type="datetime-local"]:not(.browser-default):focus.valid ~ label, input[type="tel"]:not(.browser-default):focus.valid ~ label, input[type="number"]:not(.browser-default):focus.valid ~ label, input[type="search"]:not(.browser-default):focus.valid ~ label, textarea.materialize-textarea:focus.valid ~ label {
  color: #647d9b;
}

input:not([type]):focus.invalid ~ label, input[type="text"]:not(.browser-default):focus.invalid ~ label, input[type="password"]:not(.browser-default):focus.invalid ~ label, input[type="email"]:not(.browser-default):focus.invalid ~ label, input[type="url"]:not(.browser-default):focus.invalid ~ label, input[type="time"]:not(.browser-default):focus.invalid ~ label, input[type="date"]:not(.browser-default):focus.invalid ~ label, input[type="datetime"]:not(.browser-default):focus.invalid ~ label, input[type="datetime-local"]:not(.browser-default):focus.invalid ~ label, input[type="tel"]:not(.browser-default):focus.invalid ~ label, input[type="number"]:not(.browser-default):focus.invalid ~ label, input[type="search"]:not(.browser-default):focus.invalid ~ label, textarea.materialize-textarea:focus.invalid ~ label {
  color: #f44336;
}

input:not([type]).validate + label, input[type="text"]:not(.browser-default).validate + label, input[type="password"]:not(.browser-default).validate + label, input[type="email"]:not(.browser-default).validate + label, input[type="url"]:not(.browser-default).validate + label, input[type="time"]:not(.browser-default).validate + label, input[type="date"]:not(.browser-default).validate + label, input[type="datetime"]:not(.browser-default).validate + label, input[type="datetime-local"]:not(.browser-default).validate + label, input[type="tel"]:not(.browser-default).validate + label, input[type="number"]:not(.browser-default).validate + label, input[type="search"]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
  width: 100%;
}

.darkmode input:not([type]), .darkmode input[type="text"]:not(.browser-default), .darkmode input[type="password"]:not(.browser-default), .darkmode input[type="email"]:not(.browser-default), .darkmode input[type="url"]:not(.browser-default), .darkmode input[type="time"]:not(.browser-default), .darkmode input[type="date"]:not(.browser-default), .darkmode input[type="datetime"]:not(.browser-default), .darkmode input[type="datetime-local"]:not(.browser-default), .darkmode input[type="tel"]:not(.browser-default), .darkmode input[type="number"]:not(.browser-default), .darkmode input[type="search"]:not(.browser-default), .darkmode textarea.materialize-textare {
  color: #c1cbd7;
}

.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input:not([type]).valid ~ .helper-text[data-success], input:not([type]):focus.valid ~ .helper-text[data-success], input:not([type]).invalid ~ .helper-text[data-error], input:not([type]):focus.invalid ~ .helper-text[data-error], input[type="text"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="text"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="text"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="password"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="password"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="password"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="email"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="email"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="email"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="url"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="url"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="url"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="time"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="time"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="time"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="date"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="date"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="date"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="datetime"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="datetime"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="datetime-local"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="datetime-local"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="tel"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="tel"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="number"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="number"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="number"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], input[type="search"]:not(.browser-default).valid ~ .helper-text[data-success], input[type="search"]:not(.browser-default):focus.valid ~ .helper-text[data-success], input[type="search"]:not(.browser-default).invalid ~ .helper-text[data-error], input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text[data-error], textarea.materialize-textarea.valid ~ .helper-text[data-success], textarea.materialize-textarea:focus.valid ~ .helper-text[data-success], textarea.materialize-textarea.invalid ~ .helper-text[data-error], textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: #0000;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.select-wrapper.valid ~ .helper-text:after, input:not([type]).valid ~ .helper-text:after, input:not([type]):focus.valid ~ .helper-text:after, input[type="text"]:not(.browser-default).valid ~ .helper-text:after, input[type="text"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="password"]:not(.browser-default).valid ~ .helper-text:after, input[type="password"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="email"]:not(.browser-default).valid ~ .helper-text:after, input[type="email"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="url"]:not(.browser-default).valid ~ .helper-text:after, input[type="url"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="time"]:not(.browser-default).valid ~ .helper-text:after, input[type="time"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="date"]:not(.browser-default).valid ~ .helper-text:after, input[type="date"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="datetime"]:not(.browser-default).valid ~ .helper-text:after, input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text:after, input[type="datetime-local"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="tel"]:not(.browser-default).valid ~ .helper-text:after, input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="number"]:not(.browser-default).valid ~ .helper-text:after, input[type="number"]:not(.browser-default):focus.valid ~ .helper-text:after, input[type="search"]:not(.browser-default).valid ~ .helper-text:after, input[type="search"]:not(.browser-default):focus.valid ~ .helper-text:after, textarea.materialize-textarea.valid ~ .helper-text:after, textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #647d9b;
}

.select-wrapper.invalid ~ .helper-text:after, input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after, input[type="text"]:not(.browser-default).invalid ~ .helper-text:after, input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="password"]:not(.browser-default).invalid ~ .helper-text:after, input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="email"]:not(.browser-default).invalid ~ .helper-text:after, input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="url"]:not(.browser-default).invalid ~ .helper-text:after, input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="time"]:not(.browser-default).invalid ~ .helper-text:after, input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="date"]:not(.browser-default).invalid ~ .helper-text:after, input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="datetime"]:not(.browser-default).invalid ~ .helper-text:after, input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text:after, input[type="datetime-local"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="tel"]:not(.browser-default).invalid ~ .helper-text:after, input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="number"]:not(.browser-default).invalid ~ .helper-text:after, input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type="search"]:not(.browser-default).invalid ~ .helper-text:after, input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text:after, textarea.materialize-textarea.invalid ~ .helper-text:after, textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f44336;
}

.select-wrapper + label:after, input:not([type]) + label:after, input[type="text"]:not(.browser-default) + label:after, input[type="password"]:not(.browser-default) + label:after, input[type="email"]:not(.browser-default) + label:after, input[type="url"]:not(.browser-default) + label:after, input[type="time"]:not(.browser-default) + label:after, input[type="date"]:not(.browser-default) + label:after, input[type="datetime"]:not(.browser-default) + label:after, input[type="datetime-local"]:not(.browser-default) + label:after, input[type="tel"]:not(.browser-default) + label:after, input[type="number"]:not(.browser-default) + label:after, input[type="search"]:not(.browser-default) + label:after, textarea.materialize-textarea + label:after {
  content: "";
  opacity: 0;
  transition: opacity .2s ease-out, color .2s ease-out;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.input-field {
  margin-top: 1rem;
  margin-bottom: .5rem;
  position: relative;
}

.input-field.inline {
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}

.input-field.inline input, .input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 1.5rem;
}

.input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 4.5rem);
}

.input-field > label {
  color: #8397af;
  cursor: text;
  transform-origin: 0 100%;
  text-align: initial;
  font-size: 1rem;
  transition: transform .15s ease-out, color .15s ease-out;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 1rem;
  transform: translateY(12px);
  width: auto !important;
}

.input-field > label:not(.label-icon).active {
  transform-origin: 0 0;
  color: #647d9b;
  background-color: #fcfcfc;
  padding: 0 10px;
  transform: translateY(-15px)scale(.8);
}

.input-field > input[type="date"]:not(.browser-default) + label, .input-field > input[type="time"]:not(.browser-default) + label {
  transform-origin: 0 0;
  transform: translateY(-15px)scale(.8);
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label {
  transform-origin: 0 0;
  transform: translateY(-15px)scale(.8);
}

.input-field .helper-text {
  color: #0000008a;
  min-height: 18px;
  font-size: 12px;
  display: block;
  position: relative;
}

.input-field .helper-text:after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix {
  width: 3rem;
  font-size: 18px;
  transition: color .2s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.input-field .prefix.active {
  color: #647d9b;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
  width: 100%;
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (width <= 992px) {
  .input-field .prefix ~ input {
    width: calc(100% - 3rem);
  }
}

@media only screen and (width <= 600px) {
  .input-field .prefix ~ input {
    width: calc(100% - 3rem);
  }
}

.input-field .input-message {
  color: #fc6173;
  margin-left: 1rem;
  display: none;
}

.input-field input[type="search"] {
  line-height: inherit;
  transition: background-color .3s;
  display: block;
}

.nav-wrapper .input-field input[type="search"] {
  height: inherit;
  box-shadow: none;
  border: 0;
  width: calc(100% - 4rem);
  padding-left: 4rem;
}

.input-field input[type="search"]:focus:not(.browser-default) {
  box-shadow: none;
  color: #444;
  background-color: #fff;
  border: 0;
}

.input-field input[type="search"]:focus:not(.browser-default) + label i, .input-field input[type="search"]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type="search"]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type="search"] + .label-icon {
  left: 1rem;
  transform: none;
}

.input-field input[type="search"] ~ .mdi-navigation-close, .input-field input[type="search"] ~ .material-icons {
  color: #0000;
  cursor: pointer;
  font-size: 2rem;
  transition: color .3s;
  position: absolute;
  top: 0;
  right: 1rem;
}

textarea {
  background-color: #0000;
  width: 100%;
  height: 3rem;
}

textarea.materialize-textarea {
  resize: none;
  box-sizing: border-box;
  min-height: 56px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: normal;
  overflow-y: hidden;
}

textarea.materialize-textarea-regular {
  min-height: 10rem;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: -1;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
}

.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  width: 40px;
  height: 40px;
  margin: 5px 15px;
}

.character-counter {
  min-height: 18px;
}

.input-alert {
  border: 1px solid #fc6173 !important;
}

.input-label-alert {
  color: #fc6173 !important;
}

.input-helper {
  letter-spacing: .4px;
  text-align: left;
  color: #4c4e6499;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  left: 1.5rem;
}

.input-save {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: none !important;
}

.input-save i {
  font-size: 2rem;
}

input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

textarea.textarea-height {
  min-height: 200px;
}

.darkmode input:not([type]), .darkmode input[type="text"]:not(.browser-default), .darkmode input[type="password"]:not(.browser-default), .darkmode input[type="email"]:not(.browser-default), .darkmode input[type="url"]:not(.browser-default), .darkmode input[type="time"]:not(.browser-default), .darkmode input[type="date"]:not(.browser-default), .darkmode input[type="datetime"]:not(.browser-default), .darkmode input[type="datetime-local"]:not(.browser-default), .darkmode input[type="tel"]:not(.browser-default), .darkmode input[type="number"]:not(.browser-default), .darkmode input[type="search"]:not(.browser-default), .darkmode textarea.materialize-textarea {
  border: 1px solid #394859;
  font-weight: 300;
}

.darkmode .input-field > label {
  color: #c1cbd7;
}

.darkmode .input-field > label:not(.label-icon).active {
  color: #c1cbd7;
  background-color: #14191f;
}

.darkmode input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #14191f !important;
}

.darkmode input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #14191f !important;
}

.darkmode input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #14191f !important;
}

.darkmode input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #14191f !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  height: 25px;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 25px;
  transition: all .28s;
  display: inline-block;
  position: relative;
}

[type="radio"] + span:before, [type="radio"] + span:after {
  content: "";
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  transition: all .28s;
  position: absolute;
  top: 0;
  left: 0;
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

[type="radio"]:checked + span:before {
  border: 2px solid #0000;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
  border: 2px solid #647d9b;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
  background-color: #647d9b;
}

[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

[type="radio"].with-gap:checked + span:after {
  transform: scale(.5);
}

[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px #0000001a;
}

[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid #0000006b;
}

[type="radio"].with-gap:disabled:checked + span:after {
  background-color: #0000006b;
  border: none;
}

[type="radio"]:disabled:not(:checked) + span:before, [type="radio"]:disabled:checked + span:before {
  background-color: #0000;
  border-color: #0000006b;
}

[type="radio"]:disabled + span {
  color: #0000006b;
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: #0000006b;
}

[type="radio"]:disabled:checked + span:after {
  background-color: #0000006b;
  border-color: #949494;
}

.radio-buttons-horizontal {
  align-items: center;
  display: flex;
}

.radio-buttons-horizontal label {
  color: #4c4e6499;
  align-items: center;
  display: flex;
}

.radio-horizontal {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.radio-horizontal p {
  margin-right: .5rem !important;
}

.radio-horizontal p label span {
  padding-left: 25px !important;
}

.radio-group label {
  margin-right: 1rem;
}

.radio-group label span {
  padding-left: 24px !important;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

[type="checkbox"] + span:not(.lever) {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  height: 25px;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 25px;
  position: relative;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: "";
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 0;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  background-color: #0000006b;
  border: none;
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  background-color: #0000001a;
  border: 0;
  border-radius: 50%;
  transform: scale(1);
  box-shadow: 0 0 0 10px #0000001a;
}

[type="checkbox"]:checked + span:not(.lever):before {
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border: 2px solid #647d9b;
  border-color: #0000 #647d9b #647d9b #0000;
  width: 12px;
  height: 22px;
  top: -4px;
  left: -5px;
  transform: rotate(40deg);
}

[type="checkbox"]:checked:disabled + span:before {
  border-bottom: 2px solid #0000006b;
  border-right: 2px solid #0000006b;
}

[type="checkbox"]:indeterminate + span:not(.lever):before {
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border: none;
  border-right: 2px solid #647d9b;
  width: 10px;
  height: 22px;
  top: -11px;
  left: -12px;
  transform: rotate(90deg);
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  background-color: #0000;
  border-right: 2px solid #0000006b;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before, [type="checkbox"].filled-in + span:not(.lever):after {
  content: "";
  z-index: 1;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  position: absolute;
  left: 0;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  transform-origin: 100% 100%;
  border: 3px solid #0000;
  width: 0;
  height: 0;
  top: 10px;
  left: 6px;
  transform: rotateZ(37deg);
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  z-index: 0;
  background-color: #0000;
  border: 2px solid #5a5a5a;
  width: 20px;
  height: 20px;
  top: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  transform-origin: 100% 100%;
  border: 2px solid #fff;
  border-color: #0000 #fff #fff #0000;
  width: 8px;
  height: 13px;
  top: 0;
  left: 1px;
  transform: rotateZ(37deg);
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  z-index: 0;
  background-color: #647d9b;
  border: 2px solid #647d9b;
  width: 20px;
  height: 20px;
  top: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  background-color: #0000001a;
  border-color: #5a5a5a;
  border-radius: 2px;
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  background-color: #26a69a;
  border-color: #26a69a;
  border-radius: 2px;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: #0000;
  border: 2px solid #0000;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  background-color: #949494;
  border-color: #0000;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: #0000;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

.cb-horizontal {
  gap: 1rem;
  display: flex;
}

.cb-horizontal label [type="checkbox"].filled-in:checked + span:not(.lever):before {
  border-bottom: 2px solid #647d9b;
  border-right: 2px solid #647d9b;
}

.cb-horizontal label [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border: 1px solid #c1cbd7;
}

.cb-horizontal label [type="checkbox"] + span:not(.lever) {
  color: #28323e;
  padding-left: 25px;
}

.cb-horizontal label [type="checkbox"].filled-in:checked + span:not(.lever):after {
  color: red;
  z-index: 0;
  background-color: #0000;
  border: 1px solid #c1cbd7;
  width: 20px;
  height: 20px;
  top: 0;
}

.cb-horizontal [type="checkbox"] + span:not(.lever):before, .cb-horizontal [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  margin-top: 1px;
}

.darkmode [type="checkbox"] + span:not(.lever):before, .darkmode [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid #394859;
}

.darkmode [type="checkbox"]:checked + span:not(.lever):before {
  border: 2px solid #c1cbd7;
  border-color: #0000 #c1cbd7 #c1cbd7 #0000;
}

.switch, .switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #bfbfbf;
}

.switch label input[type="checkbox"]:checked + .lever:before, .switch label input[type="checkbox"]:checked + .lever:after {
  left: 18px;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #647d9b;
}

.switch label .lever {
  content: "";
  vertical-align: middle;
  background-color: #00000061;
  border-radius: 15px;
  width: 36px;
  height: 14px;
  margin: 0 16px;
  transition: background .3s;
  display: inline-block;
  position: relative;
}

.switch label .lever:before, .switch label .lever:after {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: left .3s, background .3s, box-shadow .1s, transform .1s;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
}

.switch label .lever:before {
  background-color: #647d9b26;
}

.switch label .lever:after {
  background-color: #f1f1f1;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active:before, input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever:before {
  background-color: #647d9b26;
  transform: scale(2.4);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:before, input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever:before {
  background-color: #00000014;
  transform: scale(2.4);
}

.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
  background-color: #0000001f;
}

.switch label input[type="checkbox"][disabled] + .lever:after, .switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #949494;
}

select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: #ffffffe6;
  width: 100%;
  height: 3rem;
  padding: 0;
  border: none !important;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label, .select-wrapper.invalid + label {
  pointer-events: none;
  width: 100%;
}

.select-wrapper input.select-dropdown {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  color: #647d9b;
  text-align: left;
  background-color: #0000;
  border: 1px solid #c1cbd7;
  border-radius: .625rem;
  outline: none;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 0 0 1rem;
  font-size: 14px;
  line-height: 56px;
  display: block;
  position: relative;
}

.select-wrapper input.select-dropdown:focus {
  border: 1px solid #647d9b;
}

.select-wrapper .caret {
  z-index: 0;
  fill: #000000de;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.select-wrapper + label {
  z-index: 2;
  background: #fcfcfc;
  padding: 0 10px;
  font-size: .8rem;
  position: absolute;
  top: -20px;
}

select:disabled, .select-wrapper.disabled + label {
  color: #0000006b;
}

.select-wrapper.disabled .caret {
  fill: #0000006b;
}

.select-wrapper input.select-dropdown:disabled {
  color: #0000006b;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: #c1cbd7;
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: #c1cbd7;
  background-color: #0000;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: #00000014;
}

.select-dropdown.dropdown-content {
  box-shadow: none;
  border: 1px solid #c1cbd7;
  border-radius: .3125rem;
  max-height: 60vh;
  top: -58px;
}

.select-dropdown.dropdown-content li:hover {
  background-color: #0000000d;
}

.select-dropdown.dropdown-content li.selected {
  background-color: #00000008;
}

.prefix ~ .select-wrapper {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  float: right;
  width: 40px;
  height: 40px;
  margin: 5px 15px;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: #000000b3;
}

.select-dropdown li.optgroup > span {
  color: #0006;
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.darkmode .select-wrapper + label {
  background: #14191f;
}

.darkmode .select-wrapper .caret {
  fill: #394859;
}

.darkmode .select-wrapper ul {
  background-color: #28323e;
  border: none;
  border-radius: .625rem;
  padding: 0 !important;
}

.darkmode .select-wrapper ul li {
  margin-bottom: 0;
}

.darkmode .select-wrapper ul li span {
  color: #c1cbd7;
  padding: 16px 24px;
}

.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type="file"] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity= 0);
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  position: absolute;
  inset: 0;
}

.file-field input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.range-field {
  position: relative;
}

input[type="range"], input[type="range"] + .thumb {
  cursor: pointer;
}

input[type="range"] {
  background-color: #0000;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  position: relative;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"] + .thumb {
  transform-origin: 50%;
  background-color: #647d9b;
  border: none;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin-left: 7px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}

input[type="range"] + .thumb .value {
  text-align: center;
  color: #647d9b;
  width: 30px;
  font-size: 0;
  display: block;
  transform: rotate(45deg);
}

input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type="range"] + .thumb.active .value {
  color: #fff;
  margin-top: 8px;
  margin-left: -1px;
  font-size: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #c2c0c2;
  border: none;
  height: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transform-origin: 50%;
  background: #647d9b;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: -5px 0 0;
  transition: box-shadow .3s;
}

.keyboard-focused input[type="range"]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px #647d9b42;
}

input[type="range"] {
  border: 1px solid #fff;
}

input[type="range"]::-moz-range-track {
  background: #c2c0c2;
  border: none;
  height: 3px;
}

input[type="range"]::-moz-focus-inner {
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  background: #647d9b;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  transition: box-shadow .3s;
}

input[type="range"]:-moz-focusring {
  outline-offset: -1px;
  outline: 1px solid #fff;
}

.keyboard-focused input[type="range"]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px #647d9b42;
}

input[type="range"]::-ms-track {
  color: #0000;
  background: none;
  border-width: 6px 0;
  border-color: #0000;
  height: 3px;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
}

input[type="range"]::-ms-thumb {
  background: #647d9b;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: box-shadow .3s;
}

.keyboard-focused input[type="range"]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px #647d9b42;
}

.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  color: #757575;
  letter-spacing: .4px;
  height: 1.5rem;
  padding-left: 16px;
  font-weight: 300;
  line-height: 1.5rem;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  border-left: 1px solid #647d9b;
  padding-left: 15px;
}

.table-of-contents a.active {
  border-left: 2px solid #647d9b;
  padding-left: 14px;
  font-weight: 500;
}

.sidenav {
  height: -moz-calc(100%);
  z-index: 999;
  will-change: transform;
  backface-visibility: hidden;
  background-color: #fff;
  width: 300px;
  height: calc(100% + 60px);
  margin: 0;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background-color: #0000000d;
}

.sidenav li > a {
  color: #000000de;
  height: 48px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  display: block;
}

.sidenav li > a:hover {
  color: #fffc;
}

.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}

.sidenav li > a.btn-flat {
  color: #343434;
}

.sidenav li > a.btn:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #748aa5;
}

.sidenav li > a.btn-floating:hover {
  background-color: #647d9b;
}

.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
  float: left;
  color: #0000008a;
  width: 24px;
  height: 48px;
  margin: 0 32px 0 0;
  line-height: 48px;
}

.sidenav .divider {
  margin: 8px 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: #0000008a;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: #0000;
}

.sidenav .user-view {
  margin-bottom: 8px;
  padding: 32px 32px 0;
  position: relative;
}

.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.sidenav .user-view > a:hover {
  background-color: #0000;
}

.sidenav .user-view .background {
  z-index: -1;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  width: 64px;
  height: 64px;
}

.sidenav .user-view .name, .sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  z-index: 998;
  width: 10px;
  height: 100%;
  position: fixed;
  top: 0;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  position: fixed;
  left: 0;
  transform: translateX(0);
}

.sidenav.sidenav-fixed.right-aligned {
  left: auto;
  right: 0;
}

@media only screen and (width <= 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }

  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }

  .sidenav > a {
    padding: 0 16px;
  }

  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #0000;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav .collapsible-body li {
  margin-left: .5rem;
}

.sidenav-overlay {
  opacity: 0;
  z-index: 997;
  background-color: #00000080;
  height: 120vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sidenav-copyright {
  text-align: center;
  width: 100%;
  font-size: 10px;
  position: absolute;
  bottom: 60px;
  left: 0;
}

.sidenav-copyright span {
  line-height: 1.2;
  display: block;
}

.sidenav-copyright a {
  text-transform: uppercase;
  font-size: 10px !important;
}

@media (width >= 1920px) {
  .sidenav-copyright {
    display: block;
  }
}

.preloader-wrapper {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  animation: 1.568s linear infinite container-rotate;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  opacity: 0;
  border-color: #26a69a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.spinner-blue, .spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red, .spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow, .spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green, .spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  animation: 5.332s cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5.332s cubic-bezier(.4, 0, .2, 1) infinite both blue-fade-in-out;
}

.active .spinner-layer.spinner-red {
  animation: 5.332s cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5.332s cubic-bezier(.4, 0, .2, 1) infinite both red-fade-in-out;
}

.active .spinner-layer.spinner-yellow {
  animation: 5.332s cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5.332s cubic-bezier(.4, 0, .2, 1) infinite both yellow-fade-in-out;
}

.active .spinner-layer.spinner-green {
  animation: 5.332s cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5.332s cubic-bezier(.4, 0, .2, 1) infinite both green-fade-in-out;
}

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
  opacity: 1;
  animation: 5.332s cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gap-patch {
  border-color: inherit;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 45%;
  overflow: hidden;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  border-color: inherit;
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.circle-clipper .circle {
  border-style: solid;
  border-width: 3px;
  border-color: inherit;
  border-radius: 50%;
  width: 200%;
  height: 100%;
  animation: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom-color: #0000 !important;
}

.circle-clipper.left .circle {
  left: 0;
  transform: rotate(129deg);
  border-right-color: #0000 !important;
}

.circle-clipper.right .circle {
  left: -100%;
  transform: rotate(-129deg);
  border-left-color: #0000 !important;
}

.active .circle-clipper.left .circle {
  animation: 1.333s cubic-bezier(.4, 0, .2, 1) infinite both left-spin;
}

.active .circle-clipper.right .circle {
  animation: 1.333s cubic-bezier(.4, 0, .2, 1) infinite both right-spin;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  animation: 1.568s linear infinite container-rotate, .4s cubic-bezier(.4, 0, .2, 1) fade-out;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.btn-preloader.preloader-active {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .6;
  background-color: #647d9b;
  border: 1px solid #0000;
}

.slider {
  width: 100%;
  height: 400px;
  position: relative;
}

.slider.fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  height: 400px;
  margin: 0;
}

.slider .slides li {
  opacity: 0;
  z-index: 1;
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.slider .slides li img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider .slides li .caption {
  color: #fff;
  opacity: 0;
  width: 70%;
  position: absolute;
  top: 15%;
  left: 15%;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider .indicators .indicator-item {
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
}

.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}

.carousel {
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0%;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel .indicators .indicator-item {
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 24px 4px;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.tap-target-wrapper {
  z-index: 1000;
  visibility: hidden;
  width: 800px;
  height: 800px;
  transition: visibility 0s .3s;
  position: fixed;
}

.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility;
}

.tap-target-wrapper.open .tap-target {
  opacity: .95;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transform: scale(1);
}

.tap-target-wrapper.open .tap-target-wave:before {
  transform: scale(1);
}

.tap-target-wrapper.open .tap-target-wave:after {
  visibility: visible;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
  animation: 1s cubic-bezier(.24, 0, .38, 1) infinite pulse-animation;
}

.tap-target {
  opacity: 0;
  background-color: #647d9b;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  position: absolute;
  transform: scale(0);
  box-shadow: 0 20px 20px #00000024, 0 10px 50px #0000001f, 0 30px 10px -20px #0003;
}

.tap-target-content {
  display: table-cell;
  position: relative;
}

.tap-target-wave {
  z-index: 10001;
  border-radius: 50%;
  position: absolute;
}

.tap-target-wave:before, .tap-target-wave:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.tap-target-wave:before {
  transition: transform .3s;
  transform: scale(0);
}

.tap-target-wave:after {
  visibility: hidden;
  z-index: -1;
  transition: opacity .3s, transform .3s, visibility;
}

.tap-target-origin {
  z-index: 10002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute !important;
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (width <= 600px) {
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

.pulse {
  position: relative;
  overflow: visible;
}

.pulse:before {
  content: "";
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity .3s, transform .3s;
  animation: 1s cubic-bezier(.24, 0, .38, 1) infinite pulse-animation;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.datepicker-modal {
  border-radius: .625rem;
  min-width: 300px;
  max-width: 325px;
  max-height: none;
}

.datepicker-container.modal-content {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.datepicker-controls {
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
  display: flex;
}

.datepicker-controls .selects-container {
  display: flex;
}

.datepicker-controls .select-wrapper input {
  text-align: center;
  border-bottom: none;
  margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 70px;
}

.datepicker-controls .select-year input, .datepicker-controls .select-month input, .datepicker-controls .select-year input:focus, .datepicker-controls .select-month input:focus {
  border: none;
}

.month-prev, .month-next {
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-top: 4px;
}

.datepicker-date-display {
  color: #fff;
  background-color: #647d9b;
  flex: auto;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  color: #ffffffb3;
  font-size: 1.5rem;
  line-height: 25px;
  display: block;
}

.datepicker-date-display .date-text {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 47px;
  display: block;
}

.datepicker-calendar-container {
  flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  margin: 0 auto;
  font-size: 1rem;
}

.datepicker-table thead {
  border-bottom: none;
}

.datepicker-table th {
  text-align: center;
  padding: 10px 5px;
}

.datepicker-table tr {
  border: none;
}

.datepicker-table abbr {
  color: #999;
  text-decoration: none;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.datepicker-table td.is-today {
  color: #647d9b;
}

.datepicker-table td.is-selected {
  color: #fff;
  background-color: #647d9b;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: #0000004d;
  pointer-events: none;
}

.datepicker-day-button {
  cursor: pointer;
  color: inherit;
  background-color: #0000;
  border: none;
  border-radius: 50%;
  width: 100%;
  padding: 0 5px;
  line-height: 38px;
  display: block;
}

.datepicker-day-button:focus {
  background-color: #6a7e9540;
}

.datepicker-footer {
  justify-content: space-between;
  width: 280px;
  margin: 0 auto 1rem;
  padding-bottom: 5px;
  display: flex;
}

.datepicker-footer .confirmation-btns {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #647d9b;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #f44336;
}

@media only screen and (width >= 601px) {
  .datepicker-modal {
    max-width: 625px;
  }

  .datepicker-container.modal-content {
    flex-direction: row;
  }

  .datepicker-date-display {
    flex: 0 270px;
  }

  .datepicker-controls, .datepicker-table, .datepicker-footer {
    width: 320px;
  }

  .datepicker-day-button {
    line-height: 44px;
  }
}

.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.text-primary {
  color: #fff;
}

.timepicker-digital-display {
  background-color: #647d9b;
  flex: auto;
  padding: 10px;
  font-weight: 300;
}

.timepicker-text-container {
  text-align: center;
  color: #fff9;
  -webkit-user-select: none;
  user-select: none;
  font-size: 4rem;
  font-weight: 400;
  position: relative;
}

.timepicker-span-hours, .timepicker-span-minutes, .timepicker-span-am-pm div {
  cursor: pointer;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  font-weight: 400;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.timepicker-analog-display {
  flex: 2.5 auto;
}

.timepicker-plate {
  -webkit-user-select: none;
  user-select: none;
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin: 25px auto 5px;
  position: relative;
  overflow: visible;
}

.timepicker-canvas, .timepicker-dial {
  position: absolute;
  inset: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  color: #000000de;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  position: absolute;
}

.timepicker-tick.active, .timepicker-tick:hover {
  background-color: #647d9b40;
}

.timepicker-dial {
  transition: transform .35s, opacity .35s;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1);
}

.timepicker-dial-out.timepicker-minutes {
  transform: scale(.8);
}

.timepicker-canvas {
  transition: opacity .175s;
}

.timepicker-canvas line {
  stroke: #647d9b;
  stroke-width: 4px;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: .25;
}

.timepicker-canvas-bearing, .timepicker-canvas-bg {
  stroke: none;
  fill: #647d9b;
}

.timepicker-footer {
  justify-content: space-between;
  margin: 0 auto 1rem;
  padding: 5px 1rem;
  display: flex;
}

.timepicker-footer .confirmation-btns {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.timepicker-clear {
  color: #f44336;
}

.timepicker-close {
  color: #647d9b;
}

.timepicker-clear, .timepicker-close {
  padding: 0 20px;
}

@media only screen and (width >= 601px) {
  .timepicker-modal {
    max-width: 600px;
  }

  .timepicker-container.modal-content {
    flex-direction: row;
  }

  .timepicker-text-container {
    top: 32%;
  }

  .timepicker-display-am-pm {
    text-align: center;
    margin-top: 1.2rem;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

:root {
  --user-primary-color: #4064bf;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: #fff0 !important;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #28323ede;
  font-variant-numeric: tabular-nums;
  background: #fcfcfc;
  height: 100%;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25rem;
  overflow-x: hidden;
}

body.darkmode {
  --chart-bg-color: #343a40;
  --chart-border-color: #212529;
  font-weight: 300;
}

body {
  --chart-bg-color: #ff6384;
  --chart-border-color: #ff6384;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #28323ede;
  text-decoration: none;
}

a i {
  color: #50647cde;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.app {
  height: 100%;
  padding-top: 100px;
}

@media (width >= 1400px) {
  .app {
    max-width: 1440px;
    margin-left: 280px;
    padding-top: 64px;
  }
}

@media (width >= 1920px) {
  .app {
    margin-inline: auto;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 30px #f9fafa !important;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #f9fafa !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 30px #f9fafa !important;
}

input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px #f9fafa !important;
}

.darkmode {
  color: #c1cbd7;
  background-color: #14191f;
}

.darkmode a, .darkmode .material-symbols-outlined {
  color: #c1cbd7;
}

.login-form .progress {
  visibility: hidden;
}

.login-form .form-body {
  margin-bottom: 2rem;
}

.login-form .form-body .input-field:last-child {
  margin-bottom: 0;
}

.login-form .form-footer .footer-cta {
  text-align: center;
}

.card-base {
  grid-template-rows: auto auto;
  align-content: center;
  place-items: center;
  gap: 2rem;
  max-width: 800px;
  height: 100vh;
  margin: 0 auto;
  display: grid;
}

.card-base .image img {
  max-width: 200px;
  margin: 0 auto;
}

@media (width >= 768px) {
  .card-base .image img {
    max-width: 300px;
  }

  .card-base .content {
    max-width: 400px;
  }
}

.card-base-maintenance {
  grid-template-rows: auto auto;
  align-content: center;
  place-items: center;
  gap: 2rem;
  max-width: 90%;
  height: 100vh;
  margin: 0 auto;
  display: grid;
}

@media (width >= 1200px) {
  .card-base-maintenance {
    grid-template-rows: 1fr;
    grid-template-columns: max-content 1fr;
    max-width: 1000px;
  }
}

.card-base-maintenance .image img {
  max-width: 200px;
  margin: 0 auto;
}

@media (width >= 768px) {
  .card-base-maintenance .image img {
    max-width: 300px;
  }

  .card-base-maintenance .content {
    max-width: 400px;
  }
}

@media (width >= 1200px) {
  .card-base-maintenance .content {
    max-width: unset;
  }
}

.verify-intro {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 16px;
}

@media (width >= 1200px) {
  .verify-intro {
    text-align: left;
  }
}

.verify-intro .bold {
  font-weight: 600;
}

.verify-intro p {
  margin-bottom: .5rem;
}

.btn-preloader {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.btn-preloader .preloader-wrapper {
  display: none;
}

.btn-preloader.preloader-active {
  pointer-events: none;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .6;
  background-color: #647d9b;
  border: 1px solid #0000;
}

.btn-preloader.preloader-active .preloader-wrapper {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.btn-preloader.preloader-active .preloader-wrapper.small {
  width: 18px;
  height: 18px;
}

.btn-preloader.preloader-active .preloader-wrapper.big {
  width: 36px;
  height: 36px;
}

.btn-preloader.preloader-active .preloader-wrapper.active {
  animation: 1.568s linear infinite container-rotate;
}

.btn-preloader.preloader-active .circle {
  border-width: 2px;
}

.btn-preloader.preloader-active .spinner-layer {
  border-color: #c1cbd7;
}

.btn-preloader.preloader-active .button-text {
  opacity: 0;
}
/*# sourceMappingURL=start.css.map */
