@charset "UTF-8";
/*!
 * Zusty v1.2.0
 * Copyright (c) Sarsa Murmu 2019-present
 * Repository https://github.com/sarsamurmu/zusty
 * Licensed under The MIT License
 */
.btn.full-width, .btn.fullwidth, .btns-full-width > .btn:not(.ignored), .btns-fullwidth > .btn:not(.ignored), .fullwidth, .fillup {
  width: -webkit-fill-available;
  width: fill-available;
}

.fullheight {
  height: -webkit-fill-available;
  height: fill-available;
}

:root, [theme="light"] {
  --primary-color: #00b881;
  --primary-text-color: #FFFFFF;
  --primary-hovered-color: #00a876;
  --primary-color-light: rgba(0, 184, 129, 0.3);
  --success-color: #70c51c;
  --success-text-color: #FFFFFF;
  --success-hovered-color: #68b81a;
  --success-color-light: rgba(112, 197, 28, 0.3);
  --warning-color: #ffc105;
  --warning-text-color: #404040;
  --warning-hovered-color: #f5b800;
  --warning-color-light: rgba(255, 193, 5, 0.3);
  --error-color: #FF6348;
  --error-text-color: #FFFFFF;
  --error-hovered-color: #ff4929;
  --error-color-light: rgba(255, 99, 72, 0.3);
  --link-color: #0080ff;
  --link-text-color: #FFFFFF;
  --link-hovered-color: #0075eb;
  --link-color-light: rgba(0, 128, 255, 0.3);
  --body-bg-color: white;
  --body-text-color: #595959;
  --text-color-primary: #404040;
  --text-color-secondary: #595959;
  --text-color-tertiary: #737373;
  --blockquote-line-color: #d9d9d9;
  --divider-color: #e6e6e6;
  --dimmer-bg-color: rgba(0, 0, 0, 0.6);
  --light-color: rgba(144, 144, 144, 0.1);
  --text-color-inverted: #FFFFFF;
  --bg-color-inverted: #212121;
  --item-disabled-bg-color: #ededed;
  --item-disabled-fg-color: #d1d1d1;
  --avatar-bg-color: #ebebeb;
  --avatar-text-color: #FFF;
  --button-bg-color: white;
  --button-border-color: #e6e6e6;
  --button-hovered-border-color: #d6d6d6;
  --button-text-color: #666666;
  --button-border-spread-color: rgba(155, 39, 176, 0.14);
  --button-shadow-color: rgba(214, 214, 214, 0.87);
  --chip-bg-color: #f7f7f7;
  --note-block-bg-color: rgba(144, 144, 144, 0.1);
  --note-block-line-color: #00b881;
  --table-border-color: #e6e6e6;
  --table-bg-color: #f7f7f7;
  --table-hovered-bg-color: #e6e6e6;
  --table-header-bg-color: white;
  --table-header-text-color: #595959;
  --table-footer-bg-color: white;
  --table-footer-text-color: #595959;
  --tooltip-bg-color: #FFF;
  --tooltip-text-color: #595959;
  --checkbox-border-color: #b3b3b3;
  --checkbox-checked-border-color: #00b881;
  --checkbox-checkmark-color: #FFFFFF;
  --checkbox-border-spread-color: rgba(0, 184, 129, 0.3);
  --input-bg-color: #f7f7f7;
  --input-hovered-bg-color: #ededed;
  --input-text-color: #595959;
  --input-border-spread-color: #66edff;
  --input-placeholder-text-color: #757575;
  --input-append-bg-color: #e0e0e0;
  --input-append-fg-color: gray;
  --radio-border-color: #b3b3b3;
  --radio-selected-color: #00b881;
  --radio-border-spread-color: rgba(0, 184, 129, 0.3);
  --range-bg-color: #ededed;
  --switch-bg-color: white;
  --switch-active-bg-color: #00b881;
  --switch-fg-color: #d9d9d9;
  --switch-active-fg-color: #FFF;
  --switch-border-color: #e6e6e6;
  --switch-active-border-color: rgba(0, 184, 129, 0.4);
  --switch-border-spread-color: rgba(0, 184, 129, 0.7);
  --select-bg-color: #f7f7f7;
  --select-hovered-bg-color: #ededed;
  --select-text-color: #595959;
  --select-border-spread-color: #66edff;
  --textarea-bg-color: #f7f7f7;
  --textarea-hovered-bg-color: #ededed;
  --textarea-text-color: #595959;
  --textarea-border-spread-color: #66edff;
  --badge-only-part-bg-color: #00b881;
  --badge-only-part-text-color: #FFFFFF;
  --badge-first-part-bg-color: rgba(144, 144, 144, 0.1);
  --badge-first-part-text-color: #404040;
  --badge-last-part-bg-color: #00b881;
  --badge-last-part-text-color: #FFFFFF;
  --breadcrumb-separator-color: #bfbfbf;
  --breadcrumb-item-color: #0080ff;
  --breadcrumb-item-hovered-color: #0075eb;
  --breadcrumb-item-active-color: #595959;
  --card-bg-color: white;
  --card-border-color: #e0e0e0;
  --progress-back-bg-color: #ededed;
  --progress-back-text-color: #595959;
  --progress-bar-bg-color: #00b881;
  --progress-bar-text-color: #FFFFFF;
  --progress-bar-stripe-color: rgba(255, 255, 255, 0.15);
  --modal-bg-color: white;
  --dropdown-bg-color: white;
  --dropdown-border-color: #e0e0e0;
  --dropdown-text-color: #424242;
  --dropdown-option-hovered-color: #ededed;
  --dropdown-active-item-bg-color: #00b881;
  --dropdown-active-item-text-color: #FFFFFF;
  --navbar-bg-color: #FFF;
  --navbar-shadow-color: rgba(0, 0, 0, 0.05);
  --navbar-item-hovered-color: #00b881;
  --navbar-selected-item-color: #00b881;
  --navbar-selected-item-bg-color: #00b881;
  --navbar-selected-item-text-color: #FFFFFF;
  --pagination-item-bg-color: white;
  --pagination-item-text-color: #666666;
  --pagination-item-border-color: #e6e6e6;
  --pagination-item-hovered-border-color: #d6d6d6;
  --pagination-item-active-bg-color: #00b881;
  --pagination-item-active-text-color: #FFFFFF;
  --pagination-item-active-border-color: rgba(255, 255, 255, 0);
  --placeholder-color: rgba(255, 255, 255, 0.5);
  --placeholder-holder-color: rgba(144, 144, 144, 0.2);
  --tab-selected-item-color: #00b881;
  --tab-selected-item-text-color: #FFFFFF;
  --tab-border-color: rgba(144, 144, 144, 0.2);
}

[theme="dark"] {
  --primary-color: #00cc8f;
  --primary-text-color: #404040;
  --primary-hovered-color: #00bd84;
  --primary-color-light: rgba(0, 204, 143, 0.3);
  --success-color: #70c51c;
  --success-text-color: #404040;
  --success-hovered-color: #68b81a;
  --success-color-light: rgba(112, 197, 28, 0.3);
  --warning-color: #ffc61a;
  --warning-text-color: #404040;
  --warning-hovered-color: #f0b400;
  --warning-color-light: rgba(255, 198, 26, 0.3);
  --error-color: #ff7d67;
  --error-text-color: #404040;
  --error-hovered-color: #ff674d;
  --error-color-light: rgba(255, 125, 103, 0.3);
  --link-color: #5cadff;
  --link-text-color: #404040;
  --link-hovered-color: #42a1ff;
  --link-color-light: rgba(92, 173, 255, 0.3);
  --body-bg-color: #212121;
  --body-text-color: #d9d9d9;
  --text-color-primary: white;
  --text-color-secondary: #d9d9d9;
  --text-color-tertiary: #bfbfbf;
  --blockquote-line-color: #595959;
  --divider-color: #4d4d4d;
  --dimmer-bg-color: rgba(0, 0, 0, 0.6);
  --light-color: rgba(144, 144, 144, 0.1);
  --text-color-inverted: #484848;
  --bg-color-inverted: whitesmoke;
  --item-disabled-bg-color: #333333;
  --item-disabled-fg-color: #4d4d4d;
  --avatar-bg-color: #383838;
  --avatar-text-color: #FFF;
  --button-bg-color: #262626;
  --button-border-color: #474747;
  --button-hovered-border-color: #595959;
  --button-text-color: #d9d9d9;
  --button-border-spread-color: rgba(171, 71, 189, 0.45);
  --button-shadow-color: rgba(77, 77, 77, 0.87);
  --chip-bg-color: #2b2b2b;
  --note-block-bg-color: rgba(144, 144, 144, 0.1);
  --note-block-line-color: #00cc8f;
  --table-border-color: #404040;
  --table-bg-color: #2b2b2b;
  --table-hovered-bg-color: #404040;
  --table-header-bg-color: #212121;
  --table-header-text-color: #d9d9d9;
  --table-footer-bg-color: #212121;
  --table-footer-text-color: #d9d9d9;
  --tooltip-bg-color: #424242;
  --tooltip-text-color: #d9d9d9;
  --checkbox-border-color: gray;
  --checkbox-checked-border-color: #00cc8f;
  --checkbox-checkmark-color: #404040;
  --checkbox-border-spread-color: rgba(0, 204, 143, 0.3);
  --input-bg-color: #1a1a1a;
  --input-hovered-bg-color: #121212;
  --input-text-color: #d9d9d9;
  --input-border-spread-color: #00bdd6;
  --input-placeholder-text-color: #757575;
  --input-append-bg-color: #404040;
  --input-append-fg-color: #b3b3b3;
  --radio-border-color: gray;
  --radio-selected-color: #00b881;
  --radio-border-spread-color: rgba(0, 204, 143, 0.3);
  --range-bg-color: #2e2e2e;
  --switch-bg-color: #333333;
  --switch-active-bg-color: #00b881;
  --switch-fg-color: #b3b3b3;
  --switch-active-fg-color: #FFF;
  --switch-border-color: #4d4d4d;
  --switch-active-border-color: rgba(0, 184, 129, 0.4);
  --switch-border-spread-color: rgba(0, 184, 129, 0.7);
  --select-bg-color: #1a1a1a;
  --select-hovered-bg-color: #121212;
  --select-text-color: #d9d9d9;
  --select-border-spread-color: #00bdd6;
  --textarea-bg-color: #1a1a1a;
  --textarea-hovered-bg-color: #121212;
  --textarea-text-color: #d9d9d9;
  --textarea-border-spread-color: #00bdd6;
  --badge-only-part-bg-color: #00cc8f;
  --badge-only-part-text-color: #404040;
  --badge-first-part-bg-color: rgba(144, 144, 144, 0.1);
  --badge-first-part-text-color: white;
  --badge-last-part-bg-color: #00cc8f;
  --badge-last-part-text-color: #404040;
  --breadcrumb-separator-color: #8c8c8c;
  --breadcrumb-item-color: #5cadff;
  --breadcrumb-item-hovered-color: #42a1ff;
  --breadcrumb-item-active-color: #d9d9d9;
  --card-bg-color: #2b2b2b;
  --card-border-color: #6b6b6b;
  --progress-back-bg-color: #2e2e2e;
  --progress-back-text-color: #d9d9d9;
  --progress-bar-bg-color: #00cc8f;
  --progress-bar-text-color: #404040;
  --progress-bar-stripe-color: rgba(0, 0, 0, 0.08);
  --modal-bg-color: #424242;
  --dropdown-bg-color: #2b2b2b;
  --dropdown-border-color: #6b6b6b;
  --dropdown-text-color: #e0e0e0;
  --dropdown-option-hovered-color: #474747;
  --dropdown-active-item-bg-color: #00cc8f;
  --dropdown-active-item-text-color: #404040;
  --navbar-bg-color: #292929;
  --navbar-shadow-color: rgba(0, 0, 0, 0.12);
  --navbar-item-hovered-color: #00cc8f;
  --navbar-selected-item-color: #00cc8f;
  --navbar-selected-item-bg-color: #00cc8f;
  --navbar-selected-item-text-color: #404040;
  --pagination-item-bg-color: #262626;
  --pagination-item-text-color: #d9d9d9;
  --pagination-item-border-color: #474747;
  --pagination-item-hovered-border-color: #595959;
  --pagination-item-active-bg-color: #00cc8f;
  --pagination-item-active-text-color: #404040;
  --pagination-item-active-border-color: rgba(255, 255, 255, 0);
  --placeholder-color: rgba(33, 33, 33, 0.5);
  --placeholder-holder-color: rgba(144, 144, 144, 0.2);
  --tab-selected-item-color: #00cc8f;
  --tab-selected-item-text-color: #404040;
  --tab-border-color: rgba(144, 144, 144, 0.2);
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--body-text-color);
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  height: -webkit-min-content;
  height: min-content;
  padding: 20px;
  transition-property: background-color !important;
  margin: 0;
  transition: 0.2s;
}

text, p {
  color: var(--body-text-color);
}

a:not(.btn) {
  color: var(--link-color);
  text-decoration: none;
  word-break: break-word;
  transition: 0.2s;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 2px;
}

a:not(.btn):hover, a:not(.btn).hovered, a:not(.btn):focus, a:not(.btn).focused {
  color: var(--link-hovered-color);
  border-color: var(--link-hovered-color);
}

hr[divider] {
  width: 100%;
  border-style: solid;
  border-color: var(--divider-color);
  border-width: 2px;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  transition: 0.2s;
}

blockquote {
  position: relative;
  margin: 0 10px;
  padding: 4px 20px;
  color: var(--text-color-tertiary);
}

blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: var(--blockquote-line-color);
  border-radius: 20px;
  transition: 0.2s;
}

blockquote.primary:after {
  background-color: var(--primary-color);
}

blockquote.success:after {
  background-color: var(--success-color);
}

blockquote.warning:after {
  background-color: var(--warning-color);
}

blockquote.error:after {
  background-color: var(--error-color);
}

blockquote.link:after {
  background-color: var(--link-color);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  color: var(--text-color-primary);
  transition: 0.2s;
}

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

h2, .h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6, .h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

*, *:focus, *:hover, *:active, *:focus-within {
  outline: none !important;
  outline-width: 0 !important;
  outline-color: rgba(255, 255, 255, 0) !important;
}

@media screen and (min-width: 1024px) {
  .btn, label {
    cursor: pointer;
  }
}

@media screen and (max-width: 1023px) {
  .btn, label {
    cursor: default;
  }
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--avatar-bg-color);
  border-radius: 100px;
  font-size: 1em;
  overflow: hidden;
  margin: 2px;
  vertical-align: middle;
  transition: 0.2s;
  --avt-size: 45px;
  width: var(--avt-size);
  height: var(--avt-size);
  font-size: 1rem;
}

.avatar > img {
  height: calc(var(--avt-size) + 2px);
  width: calc(var(--avt-size) + 2px);
}

.avatar > .icon {
  --icon-size: calc(var(--avt-size) - 14px);
}

.avatar.small {
  --avt-size: 30px;
  font-size: 0.8rem;
}

.avatar.large {
  --avt-size: 56px;
  font-size: calc(1.6rem - 4px);
}

.avatar.primary {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.avatar.success {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.avatar.warning {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.avatar.error {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.avatar.link {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.btn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--button-bg-color);
  border-style: solid;
  border-color: var(--button-border-color);
  padding: 8px 12px;
  color: var(--button-text-color);
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  border-width: 2px;
  margin: 0px 8px 8px 0px;
  font-size: 1rem;
  transition: 0.2s;
}

.btn > .icon:only-child {
  margin: 0 -4px;
}

.btn .icon {
  margin: 0;
  --icon-size: 1rem;
}

.btn .icon:first-child:not(:last-child):not(:only-child) {
  margin-right: 0.3em;
  margin-left: -0.2em;
}

.btn .icon:last-child:not(:first-child):not(:only-child) {
  margin-right: -0.2em;
  margin-left: 0.3em;
}

.btn.floating {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 4px 0px var(--button-shadow-color);
}

.btn.floating:hover, .btn.floating.hovered, .btn.floating:focus, .btn.floating.focused {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0);
}

.btn:hover, .btn.hovered, input:checked + .btn {
  border-color: var(--button-hovered-border-color);
}

.btn:focus, .btn.focused {
  border-color: var(--button-border-spread-color);
  box-shadow: 0 0 0 4px var(--button-border-spread-color);
}

.btn[disabled] {
  pointer-events: none;
  cursor: default !important;
  opacity: 0.6;
}

.btn.transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.transparent:hover, .btn.transparent.hovered, input:checked + .btn.transparent {
  background-color: rgba(144, 144, 144, 0.1) !important;
  box-shadow: 0 0 0 0px rgba(144, 144, 144, 0.1) !important;
}

.btn.transparent:focus, .btn.transparent.focused {
  background-color: rgba(255, 255, 255, 0);
}

.btn.custom, .btns-custom > .btn:not(.ignored) {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
}

.btn.custom.floating, .btns-custom > .btn:not(.ignored).floating {
  box-shadow: 0px 2px 3px 0px var(--button-shadow-color);
}

.btn.custom:focus, .btn.custom.focused, .btns-custom > .btn:not(.ignored):focus, .btns-custom > .btn:not(.ignored).focused {
  box-shadow: 0 0 0 4px rgba(144, 144, 144, 0.15);
}

.btn.primary {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
}

.btn.primary:not(.outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.primary:hover, .btn.primary.hovered, input:checked + .btn.primary {
  background-color: var(--primary-hovered-color) !important;
}

.btn.primary:focus, .btn.primary.focused {
  box-shadow: 0 0 0 4px var(--primary-color-light) !important;
}

.btn.floating.primary {
  box-shadow: 0px 2px 3px 1px var(--primary-color-light);
}

.btn.success {
  background-color: var(--success-color) !important;
  color: var(--success-text-color);
}

.btn.success:not(.outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.success:hover, .btn.success.hovered, input:checked + .btn.success {
  background-color: var(--success-hovered-color) !important;
}

.btn.success:focus, .btn.success.focused {
  box-shadow: 0 0 0 4px var(--success-color-light) !important;
}

.btn.floating.success {
  box-shadow: 0px 2px 3px 1px var(--success-color-light);
}

.btn.warning {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

.btn.warning:not(.outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.warning:hover, .btn.warning.hovered, input:checked + .btn.warning {
  background-color: var(--warning-hovered-color) !important;
}

.btn.warning:focus, .btn.warning.focused {
  box-shadow: 0 0 0 4px var(--warning-color-light) !important;
}

.btn.floating.warning {
  box-shadow: 0px 2px 3px 1px var(--warning-color-light);
}

.btn.error {
  background-color: var(--error-color) !important;
  color: var(--error-text-color);
}

.btn.error:not(.outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.error:hover, .btn.error.hovered, input:checked + .btn.error {
  background-color: var(--error-hovered-color) !important;
}

.btn.error:focus, .btn.error.focused {
  box-shadow: 0 0 0 4px var(--error-color-light) !important;
}

.btn.floating.error {
  box-shadow: 0px 2px 3px 1px var(--error-color-light);
}

.btn.link {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

.btn.link:not(.outlined) {
  border-color: rgba(255, 255, 255, 0) !important;
}

.btn.link:hover, .btn.link.hovered, input:checked + .btn.link {
  background-color: var(--link-hovered-color) !important;
}

.btn.link:focus, .btn.link.focused {
  box-shadow: 0 0 0 4px var(--link-color-light) !important;
}

.btn.floating.link {
  box-shadow: 0px 2px 3px 1px var(--link-color-light);
}

.btn.max-pad {
  padding: 12px 20px;
  border-radius: 2px;
}

.btn.xlarge, .btns-xlarge > .btn:not(.ignored) {
  font-size: 2.2rem !important;
  padding: 18px 27px !important;
}

.btn.xlarge.max-pad, .btns-xlarge > .btn:not(.ignored).max-pad {
  padding: 20px 40px !important;
}

.btn.xlarge > .icon:only-child, .btns-xlarge > .btn:not(.ignored) > .icon:only-child {
  margin: 0 -9px;
}

.btn.xlarge .icon, .btns-xlarge > .btn:not(.ignored) .icon {
  --icon-size: 1.9rem;
}

.btn.large, .btns-large > .btn:not(.ignored) {
  font-size: 1.6rem !important;
  padding: 14px 21px !important;
}

.btn.large.max-pad, .btns-large > .btn:not(.ignored).max-pad {
  padding: 18px 30px !important;
}

.btn.large > .icon:only-child, .btns-large > .btn:not(.ignored) > .icon:only-child {
  margin: 0 -7px;
}

.btn.large .icon, .btns-large > .btn:not(.ignored) .icon {
  --icon-size: 1.4rem;
}

.btn.default {
  width: -webkit-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: max-content !important;
  font-size: 1rem !important;
  padding: 8px 12px !important;
}

.btn.small, .small > .btn:not(.ignored) {
  font-size: 0.8rem !important;
  padding: 4px 12px !important;
}

.btn.small.max-pad, .small > .btn:not(.ignored).max-pad {
  padding: 8px 16px !important;
}

.btn.small > .icon:only-child, .small > .btn:not(.ignored) > .icon:only-child {
  margin: 0 -8px;
}

.btn.small .icon, .small > .btn:not(.ignored) .icon {
  --icon-size: 0.8rem;
}

.btn.outlined, .btn.ghost, .btns-outlined > .btn:not(.ignored), .btns-ghost > .btn:not(.ignored) {
  background-color: rgba(255, 255, 255, 0) !important;
  border-width: 2px !important;
}

.btn.outlined:hover, .btn.outlined.hovered, .btns-outlined > .btn:not(.ignored):hover, .btns-outlined > .btn:not(.ignored).hovered {
  background-color: rgba(255, 255, 255, 0) !important;
}

.btn.outlined.primary, .btns-outlined > .btn.primary:not(.ignored), .btn.ghost.primary, .btns-ghost > .btn.primary:not(.ignored) {
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
}

.btn.outlined.primary:hover, .btn.outlined.primary.hovered, .btns-outlined > .btn.primary:not(.ignored):hover, .btns-outlined > .btn.primary:not(.ignored).hovered, .btn.ghost.primary:hover, .btn.ghost.primary.hovered, .btns-ghost > .btn.primary:not(.ignored):hover, .btns-ghost > .btn.primary:not(.ignored).hovered {
  border-color: var(--primary-hovered-color) !important;
}

.btn.ghost.primary:hover, .btn.ghost.primary.hovered, .btn.ghost.primary:focus, .btn.ghost.primary.focused, .btns-ghost > .btn.primary:not(.ignored):hover, .btns-ghost > .btn.primary:not(.ignored).hovered, .btns-ghost > .btn.primary:not(.ignored):focus, .btns-ghost > .btn.primary:not(.ignored).focused {
  background-color: var(--primary-hovered-color) !important;
  color: var(--primary-text-color) !important;
  border-color: var(--primary-hovered-color) !important;
}

.btn.outlined.success, .btns-outlined > .btn.success:not(.ignored), .btn.ghost.success, .btns-ghost > .btn.success:not(.ignored) {
  border-color: var(--success-color) !important;
  color: var(--success-color);
}

.btn.outlined.success:hover, .btn.outlined.success.hovered, .btns-outlined > .btn.success:not(.ignored):hover, .btns-outlined > .btn.success:not(.ignored).hovered, .btn.ghost.success:hover, .btn.ghost.success.hovered, .btns-ghost > .btn.success:not(.ignored):hover, .btns-ghost > .btn.success:not(.ignored).hovered {
  border-color: var(--success-hovered-color) !important;
}

.btn.ghost.success:hover, .btn.ghost.success.hovered, .btn.ghost.success:focus, .btn.ghost.success.focused, .btns-ghost > .btn.success:not(.ignored):hover, .btns-ghost > .btn.success:not(.ignored).hovered, .btns-ghost > .btn.success:not(.ignored):focus, .btns-ghost > .btn.success:not(.ignored).focused {
  background-color: var(--success-hovered-color) !important;
  color: var(--success-text-color) !important;
  border-color: var(--success-hovered-color) !important;
}

.btn.outlined.warning, .btns-outlined > .btn.warning:not(.ignored), .btn.ghost.warning, .btns-ghost > .btn.warning:not(.ignored) {
  border-color: var(--warning-color) !important;
  color: var(--warning-color);
}

.btn.outlined.warning:hover, .btn.outlined.warning.hovered, .btns-outlined > .btn.warning:not(.ignored):hover, .btns-outlined > .btn.warning:not(.ignored).hovered, .btn.ghost.warning:hover, .btn.ghost.warning.hovered, .btns-ghost > .btn.warning:not(.ignored):hover, .btns-ghost > .btn.warning:not(.ignored).hovered {
  border-color: var(--warning-hovered-color) !important;
}

.btn.ghost.warning:hover, .btn.ghost.warning.hovered, .btn.ghost.warning:focus, .btn.ghost.warning.focused, .btns-ghost > .btn.warning:not(.ignored):hover, .btns-ghost > .btn.warning:not(.ignored).hovered, .btns-ghost > .btn.warning:not(.ignored):focus, .btns-ghost > .btn.warning:not(.ignored).focused {
  background-color: var(--warning-hovered-color) !important;
  color: var(--warning-text-color) !important;
  border-color: var(--warning-hovered-color) !important;
}

.btn.outlined.error, .btns-outlined > .btn.error:not(.ignored), .btn.ghost.error, .btns-ghost > .btn.error:not(.ignored) {
  border-color: var(--error-color) !important;
  color: var(--error-color);
}

.btn.outlined.error:hover, .btn.outlined.error.hovered, .btns-outlined > .btn.error:not(.ignored):hover, .btns-outlined > .btn.error:not(.ignored).hovered, .btn.ghost.error:hover, .btn.ghost.error.hovered, .btns-ghost > .btn.error:not(.ignored):hover, .btns-ghost > .btn.error:not(.ignored).hovered {
  border-color: var(--error-hovered-color) !important;
}

.btn.ghost.error:hover, .btn.ghost.error.hovered, .btn.ghost.error:focus, .btn.ghost.error.focused, .btns-ghost > .btn.error:not(.ignored):hover, .btns-ghost > .btn.error:not(.ignored).hovered, .btns-ghost > .btn.error:not(.ignored):focus, .btns-ghost > .btn.error:not(.ignored).focused {
  background-color: var(--error-hovered-color) !important;
  color: var(--error-text-color) !important;
  border-color: var(--error-hovered-color) !important;
}

.btn.outlined.link, .btns-outlined > .btn.link:not(.ignored), .btn.ghost.link, .btns-ghost > .btn.link:not(.ignored) {
  border-color: var(--link-color) !important;
  color: var(--link-color);
}

.btn.outlined.link:hover, .btn.outlined.link.hovered, .btns-outlined > .btn.link:not(.ignored):hover, .btns-outlined > .btn.link:not(.ignored).hovered, .btn.ghost.link:hover, .btn.ghost.link.hovered, .btns-ghost > .btn.link:not(.ignored):hover, .btns-ghost > .btn.link:not(.ignored).hovered {
  border-color: var(--link-hovered-color) !important;
}

.btn.ghost.link:hover, .btn.ghost.link.hovered, .btn.ghost.link:focus, .btn.ghost.link.focused, .btns-ghost > .btn.link:not(.ignored):hover, .btns-ghost > .btn.link:not(.ignored).hovered, .btns-ghost > .btn.link:not(.ignored):focus, .btns-ghost > .btn.link:not(.ignored).focused {
  background-color: var(--link-hovered-color) !important;
  color: var(--link-text-color) !important;
  border-color: var(--link-hovered-color) !important;
}

.btn.fullwidth, .btn.full-width {
  margin-left: 0;
  margin-right: 0;
}

.toggle-btn input[type="checkbox"], .toggle-btn input[type="radio"] {
  display: none;
}

.toggle-btn input:checked + .btn {
  filter: brightness(0.9);
}

.el-group > .toggle-btn > .btn {
  margin: 0 !important;
}

.chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  background-color: var(--chip-bg-color);
  -ms-flex-align: center;
      align-items: center;
  vertical-align: bottom;
  border-radius: 1000px;
  margin: 0 8px 8px 0;
  transition: 0.2s;
}

.chip > span {
  margin-right: 12px;
  margin-left: 8px;
}

.chip span:only-child {
  margin-left: 12px;
  margin-right: 12px;
}

.chip span:first-child {
  margin-left: 12px;
}

.chip > .icon {
  margin-right: 8px;
  margin-left: -4px;
  --icon-size: 1rem;
  border-radius: 1000px;
  padding: 10px;
}

.chip > .icon:hover, .chip > .icon.hovered, .chip > .icon:focus {
  background-color: rgba(144, 144, 144, 0.1);
}

.chip > img {
  height: 100%;
  border-radius: 1000px;
}

.chip.large {
  height: 40px;
}

.chip.small {
  height: 22px;
  font-size: 13px;
}

.chip.small > .icon {
  --icon-size: 0.7rem;
  padding: 5px;
}

[divider]:not(hr), .divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  transition: 0.2s;
}

[divider]:not(hr):after, [divider]:not(hr):before, .divider:after, .divider:before {
  content: '';
  background-color: var(--divider-color);
  height: 4px;
  width: 100%;
  opacity: 0.5;
  border-radius: 100px;
  transition: 0.2s;
}

[divider]:not(hr):after, .divider:after {
  margin-left: 10px;
}

[divider]:not(hr):before, .divider:before {
  margin-right: 10px;
}

.icon {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  margin: 1px;
  position: relative;
  --icon-size: 1.2rem;
}

.icon i:not(.close):not(.menu),
.icon span:not(.close):not(.menu) {
  font-size: var(--icon-size) !important;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  position: relative;
}

.icon i:not(.close):not(.menu):after, .icon i:not(.close):not(.menu):before,
.icon span:not(.close):not(.menu):after,
.icon span:not(.close):not(.menu):before {
  margin: 0 !important;
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon svg {
  height: var(--icon-size) !important;
  width: var(--icon-size) !important;
}

.icon.small {
  --icon-size: 0.8rem;
}

.icon.normal, .icon.default {
  --icon-size: 1.2rem;
}

.icon.large {
  --icon-size: 1.6rem;
}

.icon.xlarge {
  --icon-size: 2rem;
}

.caret-down,
.caret-left,
.caret-up,
.caret-right {
  border-style: solid;
  border-width: calc(var(--icon-size) / 2);
  border-color: currentColor rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.caret-down {
  -ms-transform: scale(0.5) translateY(25%);
      transform: scale(0.5) translateY(25%);
}

.caret-left {
  -ms-transform: scale(0.5) rotate(90deg) translateY(25%);
      transform: scale(0.5) rotate(90deg) translateY(25%);
}

.caret-up {
  -ms-transform: scale(0.5) rotate(180deg) translateY(25%);
      transform: scale(0.5) rotate(180deg) translateY(25%);
}

.caret-right {
  -ms-transform: scale(0.5) rotate(-90deg) translateY(25%);
      transform: scale(0.5) rotate(-90deg) translateY(25%);
}

.angle-down,
.angle-left,
.angle-up,
.angle-right {
  border-style: solid;
  border-width: calc(var(--icon-size) / 4);
  border-top-width: 0;
  border-top-left-radius: calc(var(--icon-size) / 4);
  border-right-width: 0;
  border-bottom-right-radius: calc(var(--icon-size) / 4);
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) currentColor currentColor;
}

.angle-down {
  -ms-transform: scale(0.5) rotate(-45deg) translate(15%, -15%);
      transform: scale(0.5) rotate(-45deg) translate(15%, -15%);
}

.angle-left {
  -ms-transform: scale(0.5) rotate(45deg) translate(15%, -15%);
      transform: scale(0.5) rotate(45deg) translate(15%, -15%);
}

.angle-up {
  -ms-transform: scale(0.5) rotate(135deg) translate(15%, -15%);
      transform: scale(0.5) rotate(135deg) translate(15%, -15%);
}

.angle-right {
  -ms-transform: scale(0.5) rotate(-135deg) translate(15%, -15%);
      transform: scale(0.5) rotate(-135deg) translate(15%, -15%);
}

.close,
.menu {
  background-color: currentColor;
  height: calc(var(--icon-size) / 10) !important;
  width: 100%;
  position: absolute;
  border-radius: 100000px;
  transition: background-color 0.2s;
}

.close:after, .close:before,
.menu:after,
.menu:before {
  content: '';
  background-color: currentColor;
  height: calc(var(--icon-size) / 10) !important;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 100000px;
  transition: transform 0.2s;
}

.close:after,
.menu:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.close:before,
.menu:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.close {
  background-color: rgba(255, 255, 255, 0);
}

.menu:after {
  -ms-transform: translateY(calc(var(--icon-size) / 3.2));
      transform: translateY(calc(var(--icon-size) / 3.2));
}

.menu:before {
  -ms-transform: translateY(calc(0px - var(--icon-size) / 3.2));
      transform: translateY(calc(0px - var(--icon-size) / 3.2));
}

.note {
  background-color: var(--note-block-bg-color);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 20px 0;
  padding: 3px 18px;
  transition: background-color 0.2s;
}

.note:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--note-block-line-color);
  width: 4px;
}

.note.primary:after {
  background-color: var(--primary-color) !important;
}

.note.success:after {
  background-color: var(--success-color) !important;
}

.note.warning:after {
  background-color: var(--warning-color) !important;
}

.note.error:after {
  background-color: var(--error-color) !important;
}

.note.link:after {
  background-color: var(--link-color) !important;
}

progress.progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 5px;
  width: 100%;
  height: 16px;
  color: var(--primary-color);
  background-color: var(--progress-back-bg-color);
  border-radius: 6px;
}

progress.progress.line {
  height: 3px;
}

progress.progress.thin, progress.progress.narrow {
  height: 5px;
}

progress.progress.small {
  height: 12px;
}

progress.progress.large {
  height: 28px;
}

progress.progress.xlarge {
  height: 36px;
}

progress.progress::-webkit-progress-bar {
  background-color: var(--progress-back-bg-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

progress.progress::-moz-progress-bar {
  background-color: var(--progress-bar-bg-color);
  border-radius: 6px;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

progress[value].progress::-webkit-progress-value {
  background-color: var(--primary-color);
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

progress[value].progress::-moz-progress-value {
  background-color: var(--primary-color);
  border-radius: 6px;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

progress[value].progress::-ms-fill {
  border: none;
  background-color: var(--primary-color);
  border-radius: 6px;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

progress[value].progress.primary::-webkit-progress-value {
  background-color: var(--primary-color);
}

progress[value].progress.primary::-moz-progress-value {
  background-color: var(--primary-color);
}

progress[value].progress.primary::-moz-progress-bar {
  background-color: var(--primary-color);
}

progress[value].progress.success::-webkit-progress-value {
  background-color: var(--success-color);
}

progress[value].progress.success::-moz-progress-value {
  background-color: var(--success-color);
}

progress[value].progress.success::-moz-progress-bar {
  background-color: var(--success-color);
}

progress[value].progress.warning::-webkit-progress-value {
  background-color: var(--warning-color);
}

progress[value].progress.warning::-moz-progress-value {
  background-color: var(--warning-color);
}

progress[value].progress.warning::-moz-progress-bar {
  background-color: var(--warning-color);
}

progress[value].progress.error::-webkit-progress-value {
  background-color: var(--error-color);
}

progress[value].progress.error::-moz-progress-value {
  background-color: var(--error-color);
}

progress[value].progress.error::-moz-progress-bar {
  background-color: var(--error-color);
}

progress[value].progress.link::-webkit-progress-value {
  background-color: var(--link-color);
}

progress[value].progress.link::-moz-progress-value {
  background-color: var(--link-color);
}

progress[value].progress.link::-moz-progress-bar {
  background-color: var(--link-color);
}

.spinner {
  background-color: currentColor;
  border-radius: 20%;
  animation: spin-spinner 0.8s linear infinite;
  animation-timing-function: ease-in-out;
}

@keyframes spin-spinner {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.6) rotate(360deg);
  }
}

.spinner-2 {
  border-style: solid;
  border-radius: 100%;
  border-width: 2px;
  border-color: currentColor;
  border-left-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  animation: spinner-2 0.7s linear infinite;
}

@keyframes spinner-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinner-3 {
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  animation: spinner-3 0.8s linear infinite;
}

@keyframes spinner-3 {
  0% {
    transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.spinner-4 {
  background-color: currentColor;
  border-radius: 100%;
  animation: spinner-4 0.8s linear infinite;
}

@keyframes spinner-4 {
  0% {
    transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.spinner-5 {
  background-color: currentColor;
  animation: spinner-5 1s infinite ease-in-out;
  border-radius: 15%;
}

@keyframes spinner-5 {
  0% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(calc(var(--icon-size) * 2)) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner-6 {
  background-color: currentColor;
  border-radius: 15%;
  animation: spinner-6 1.6s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}

@keyframes spinner-6 {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}

.table {
  border-collapse: collapse;
}

.table thead {
  background-color: var(--table-header-bg-color);
  color: var(--table-header-text-color);
}

.table tfoot {
  background-color: var(--table-footer-bg-color);
  color: var(--table-footer-text-color);
}

.table td, .table th {
  padding: 5px 10px;
}

.table tr, .table td, .table th, .table thead, .table tfoot {
  transition: border-color 0.2s, background-color 0.2s;
}

.table.striped tbody tr:nth-child(odd) {
  background-color: var(--table-bg-color);
}

.table.hoverable tbody tr:hover, .table.hoverable tbody tr.hovered {
  background-color: var(--table-hovered-bg-color);
}

.table.bottom-bordered tr {
  border-style: solid;
  border-width: 0;
  border-color: var(--table-border-color);
  border-bottom-width: 2px;
}

.table.bordered td, .table.bordered th {
  border-style: solid;
  border-color: var(--table-border-color);
  border-width: 2px;
}

.table-container {
  overflow-x: auto;
}

.table-container .table {
  display: block;
}

[tooltip] {
  overflow: visible;
  position: relative;
}

[tooltip]:before {
  content: attr(tooltip);
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  max-width: 500px;
  background-color: var(--tooltip-bg-color);
  color: var(--tooltip-text-color);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  transition: all 0.3s ease 0s, visibility 0s ease 0.2s;
  z-index: 1;
  font-size: 12px;
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  [tooltip]:before {
    max-width: 250px;
  }
}

[tooltip]:not([tooltip-position="left"]):not([tooltip-position="top"]):not([tooltip-position="top-left"]):not([tooltip-position="top-right"]):not([tooltip-position="bottom"]):not([tooltip-position="bottom-left"]):not([tooltip-position="bottom-right"]):before {
  top: auto;
  left: 100%;
  right: auto;
  bottom: auto;
  margin-left: 10px;
}

[tooltip]:hover:before, [tooltip]:focus:before, [tooltip].tooltip-active:before {
  transition: all 0.3s ease 0.1s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}

[tooltip]:not([tooltip-position="top"]):not([tooltip-position="bottom"]):hover:before, [tooltip]:not([tooltip-position="top"]):not([tooltip-position="bottom"]):focus:before, [tooltip]:not([tooltip-position="top"]):not([tooltip-position="bottom"]).tooltip-active:before {
  -ms-transform: none !important;
      transform: none !important;
}

[tooltip][tooltip-position="left"]:before {
  top: auto;
  left: auto !important;
  right: 100%;
  bottom: auto;
  margin-right: 10px;
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}

[tooltip][tooltip-position="top"]:before {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px) translateX(-50%);
      transform: translateY(20px) translateX(-50%);
}

[tooltip][tooltip-position="top"]:hover:before, [tooltip][tooltip-position="top"]:focus:before, [tooltip][tooltip-position="top"].tooltip-active:before {
  -ms-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
}

[tooltip][tooltip-position="top-left"]:before {
  top: auto;
  left: 0;
  right: auto;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

[tooltip][tooltip-position="top-right"]:before {
  top: auto;
  left: auto !important;
  right: 0;
  bottom: 100%;
  margin-left: 0 !important;
  margin-bottom: 10px;
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

[tooltip][tooltip-position="bottom"]:before {
  top: 100%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px) translateX(-50%);
      transform: translateY(-20px) translateX(-50%);
}

[tooltip][tooltip-position="bottom"]:hover:before, [tooltip][tooltip-position="bottom"]:focus:before, [tooltip][tooltip-position="bottom"].tooltip-active:before {
  -ms-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
}

[tooltip][tooltip-position="bottom-left"]:before {
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

[tooltip][tooltip-position="bottom-right"]:before {
  top: 100%;
  left: auto !important;
  right: 0;
  bottom: auto;
  margin-left: 0 !important;
  margin-top: 10px;
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

[tooltip][tooltip-visibility]:before {
  display: none;
}

@media screen and (max-width: 767px) {
  [tooltip][tooltip-visibility="small"]:before {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  [tooltip][tooltip-visibility="medium"]:before {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  [tooltip][tooltip-visibility="until-large"]:before {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  [tooltip][tooltip-visibility="large"]:before {
    display: inline-block;
  }
}

[tooltip][tooltip-type="primary"]:before {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

[tooltip][tooltip-type="success"]:before {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

[tooltip][tooltip-type="warning"]:before {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

[tooltip][tooltip-type="error"]:before {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

[tooltip][tooltip-type="link"]:before {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.checkbox {
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 6px 6px;
}

.checkbox span {
  vertical-align: middle;
}

.checkbox span ~ span {
  margin-left: 8px;
}

.checkbox > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.checkbox > input + span {
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  border-color: var(--checkbox-border-color);
  position: relative;
  border-radius: 8px;
  border-width: 2px;
  padding: 10px;
  transition: 0.2s;
}

.checkbox > input + span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--checkbox-checkmark-color);
  width: 6px;
  height: 13px;
  -ms-transform: rotate(45deg) translate(10px, 10px);
      transform: rotate(45deg) translate(10px, 10px);
  transition: 0.2s;
}

.checkbox > input:checked + span {
  background-color: var(--checkbox-checked-border-color);
  border-color: var(--checkbox-checked-border-color);
}

.checkbox > input:checked + span:after {
  -ms-transform: rotate(45deg) translate(-8px, -4px);
      transform: rotate(45deg) translate(-8px, -4px);
}

.checkbox > input:focus + span, .checkbox > input.focused + span {
  box-shadow: 0 0 0 2px var(--checkbox-border-spread-color);
}

.checkbox > input:indeterminate + span:after {
  width: 0;
  border-color: var(--checkbox-checked-border-color);
  -ms-transform: rotate(90deg) translate(-6px, 1px);
      transform: rotate(90deg) translate(-6px, 1px);
}

.checkbox.outlined > input + span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.checkbox.outlined > input + span:after {
  border-color: var(--checkbox-checked-border-color);
}

.checkbox.circle > input + span, .checkbox.circular > input + span {
  border-radius: 100px;
}

.checkbox.primary > input:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox.primary > input:checked + span:after {
  border-color: var(--primary-text-color);
}

.checkbox.primary > input:focus + span,
.checkbox.primary > input.focused + span {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-color-light);
}

.checkbox.outlined.primary > input:checked + span:after,
.checkbox.primary > input:indeterminate + span:after {
  border-color: var(--primary-color);
}

.checkbox.success > input:checked + span {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.checkbox.success > input:checked + span:after {
  border-color: var(--success-text-color);
}

.checkbox.success > input:focus + span,
.checkbox.success > input.focused + span {
  border-color: var(--success-color);
  box-shadow: 0 0 0 2px var(--success-color-light);
}

.checkbox.outlined.success > input:checked + span:after,
.checkbox.success > input:indeterminate + span:after {
  border-color: var(--success-color);
}

.checkbox.warning > input:checked + span {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.checkbox.warning > input:checked + span:after {
  border-color: var(--warning-text-color);
}

.checkbox.warning > input:focus + span,
.checkbox.warning > input.focused + span {
  border-color: var(--warning-color);
  box-shadow: 0 0 0 2px var(--warning-color-light);
}

.checkbox.outlined.warning > input:checked + span:after,
.checkbox.warning > input:indeterminate + span:after {
  border-color: var(--warning-color);
}

.checkbox.error > input:checked + span {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.checkbox.error > input:checked + span:after {
  border-color: var(--error-text-color);
}

.checkbox.error > input:focus + span,
.checkbox.error > input.focused + span {
  border-color: var(--error-color);
  box-shadow: 0 0 0 2px var(--error-color-light);
}

.checkbox.outlined.error > input:checked + span:after,
.checkbox.error > input:indeterminate + span:after {
  border-color: var(--error-color);
}

.checkbox.link > input:checked + span {
  background-color: var(--link-color);
  border-color: var(--link-color);
}

.checkbox.link > input:checked + span:after {
  border-color: var(--link-text-color);
}

.checkbox.link > input:focus + span,
.checkbox.link > input.focused + span {
  border-color: var(--link-color);
  box-shadow: 0 0 0 2px var(--link-color-light);
}

.checkbox.outlined.link > input:checked + span:after,
.checkbox.link > input:indeterminate + span:after {
  border-color: var(--link-color);
}

.checkbox[disabled] {
  pointer-events: none;
}

.checkbox[disabled] span {
  color: var(--item-disabled-fg-color);
}

.checkbox[disabled] > input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.checkbox[disabled] > input + span:after {
  border-color: var(--item-disabled-fg-color);
}

.form-it {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .form-it.form-inline {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .form-it.form-inline > .label {
    display: inline-block;
    width: unset;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: right;
    margin: 0 30px 0 0;
    vertical-align: baseline;
  }
  .form-it.form-inline > .form-body {
    -ms-flex-positive: 5;
        flex-grow: 5;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.form-it > .form-body {
  width: 100%;
}

.form-it > .form-body > .form-el {
  width: 100%;
  margin: 0;
}

.form-it > .form-el, .form-it > .btn {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .form-it > .form-el, .form-it > .el-group {
    width: -webkit-fill-available;
    width: -moz-fill-avaialable;
    width: fill-available;
  }
}

.form-it:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.form-it.zust-fullwidth {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.label {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin: 5px;
}

.help {
  margin: 5px;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  margin: 5px;
  margin-top: 8px;
}

.form-el {
  margin: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.form-el:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 8px;
}

.form-el.fillup {
  width: 100%;
}

.form-el .input {
  margin: 0;
}

.el-group > .form-el:not(:first-child):not(:last-child) > .input, .el-group > .form-el:not(:first-child):not(:last-child) > .select {
  border-radius: 0;
}

.el-group > .form-el:first-child > .input, .el-group > .form-el:first-child > .select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-group > .form-el:last-child > .input, .el-group > .form-el:last-child > .select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-el.responsive {
  display: -ms-flexbox;
  display: flex;
}

.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  color: var(--input-text-color);
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--input-bg-color);
  width: 100%;
  transition: 0.2s;
  border-radius: 8px;
  font-size: 1rem;
  margin: 4px;
  --in-pad: 35px;
}

.input ~ .icon {
  --icon-size: 18px;
  --ic-margin: 10px;
  position: absolute !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.input ~ .icon.left {
  left: 0;
  margin-right: 0 !important;
  margin-left: var(--ic-margin);
}

.input ~ .icon.right {
  right: 0;
  margin-left: 0 !important;
  margin-right: var(--ic-margin);
}

.input.with-icon-left {
  padding-left: var(--in-pad) !important;
}

.input.with-icon-right {
  padding-right: var(--in-pad) !important;
}

.input.with-icon-both {
  padding-right: var(--in-pad) !important;
  padding-left: var(--in-pad) !important;
}

.input.small {
  font-size: 0.8rem;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 14px;
  padding-right: 14px;
  --in-pad: 25px;
}

.input.small ~ .icon {
  --icon-size: 12px;
  --ic-margin: 8px;
}

.input.large {
  font-size: 1.6rem;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  --in-pad: 45px;
}

.input.large ~ .icon {
  --icon-size: 24px;
  --ic-margin: 14px;
}

.input.xlarge {
  font-size: 2.2rem;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  --in-pad: 55px;
}

.input.xlarge ~ .icon {
  --icon-size: 36px;
  --ic-margin: 13px;
}

.input:-ms-input-placeholder {
  color: var(--input-placeholder-text-color);
}

.input::-ms-input-placeholder {
  color: var(--input-placeholder-text-color);
}

.input::placeholder {
  color: var(--input-placeholder-text-color);
}

.input:hover, .input.hovered {
  background-color: var(--input-hovered-bg-color);
}

.input:focus, .input.focused {
  background-color: var(--body-bg-color);
  box-shadow: 0 0 0 2px var(--input-border-spread-color);
}

.input[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.input[disabled] ~ .icon {
  opacity: 0.4;
}

.input.readonly:hover, .input.readonly.hovered, .input[readonly]:hover, .input[readonly].hovered {
  background-color: var(--input-bg-color);
}

.input.readonly:focus, .input.readonly.focused, .input[readonly]:focus, .input[readonly].focused {
  background-color: var(--input-bg-color);
  box-shadow: 0 0 0 1px var(--input-border-spread-color);
}

.input.transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.input.transparent:focus, .input.transparent.focused {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 0 !important;
}

.input.check-validity ~ .icon.if-valid {
  opacity: 0;
}

.input.check-validity:valid {
  border-color: var(--success-color);
}

.input.check-validity:valid:focus, .input.check-validity:valid.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-color);
}

.input.check-validity:valid ~ .icon.if-valid {
  opacity: 1;
}

.el-group .input, .el-group > .form-el .input {
  margin: 0 !important;
}

.input.primary {
  border-color: var(--primary-color);
}

.input.primary:focus, .input.primary.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.input.primary.readonly:focus, .input.primary.readonly.focused, .input.primary[readonly]:focus, .input.primary[readonly].focused {
  box-shadow: 0 0 0 1px var(--primary-hovered-color);
}

.input.success {
  border-color: var(--success-color);
}

.input.success:focus, .input.success.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.input.success.readonly:focus, .input.success.readonly.focused, .input.success[readonly]:focus, .input.success[readonly].focused {
  box-shadow: 0 0 0 1px var(--success-hovered-color);
}

.input.warning {
  border-color: var(--warning-color);
}

.input.warning:focus, .input.warning.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.input.warning.readonly:focus, .input.warning.readonly.focused, .input.warning[readonly]:focus, .input.warning[readonly].focused {
  box-shadow: 0 0 0 1px var(--warning-hovered-color);
}

.input.error {
  border-color: var(--error-color);
}

.input.error:focus, .input.error.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.input.error.readonly:focus, .input.error.readonly.focused, .input.error[readonly]:focus, .input.error[readonly].focused {
  box-shadow: 0 0 0 1px var(--error-hovered-color);
}

.input.link {
  border-color: var(--link-color);
}

.input.link:focus, .input.link.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

.input.link.readonly:focus, .input.link.readonly.focused, .input.link[readonly]:focus, .input.link[readonly].focused {
  box-shadow: 0 0 0 1px var(--link-hovered-color);
}

.input-append, .input-prepend {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  background-color: var(--input-append-bg-color);
  color: var(--input-append-fg-color);
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 8px;
  transition: 0.2s;
}

.radio {
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 6px 6px;
}

.radio span {
  vertical-align: middle;
}

.radio span ~ span {
  margin-left: 8px;
}

.radio > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.radio > input + span {
  display: inline-block;
  border-style: solid;
  border-color: var(--radio-border-color);
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  border-width: 2px;
  padding: 10px;
  transition: 0.2s;
}

.radio > input + span:after {
  content: '';
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
}

.radio > input:checked + span {
  background-color: var(--radio-selected-color);
  border-color: rgba(255, 255, 255, 0);
}

.radio > input:checked + span:after {
  -ms-transform: translate(-50%, -50%) scale(0.6);
      transform: translate(-50%, -50%) scale(0.6);
  background-color: #FFF;
}

.radio > input:focus + span,
.radio > input.focused + span {
  box-shadow: 0 0 0 2px var(--radio-border-spread-color);
}

.radio.rect > input + span, .radio.rectangle > input + span, .radio.rectangular > input + span {
  border-radius: 7px;
}

.radio.rect > input + span:after, .radio.rectangle > input + span:after, .radio.rectangular > input + span:after {
  border-radius: 4px;
}

.radio.primary > input:checked + span {
  background-color: var(--primary-color);
}

.radio.primary > input:focus + span,
.radio.primary > input.focused + span {
  box-shadow: 0 0 0 2px var(--primary-color-light);
}

.radio.success > input:checked + span {
  background-color: var(--success-color);
}

.radio.success > input:focus + span,
.radio.success > input.focused + span {
  box-shadow: 0 0 0 2px var(--success-color-light);
}

.radio.warning > input:checked + span {
  background-color: var(--warning-color);
}

.radio.warning > input:focus + span,
.radio.warning > input.focused + span {
  box-shadow: 0 0 0 2px var(--warning-color-light);
}

.radio.error > input:checked + span {
  background-color: var(--error-color);
}

.radio.error > input:focus + span,
.radio.error > input.focused + span {
  box-shadow: 0 0 0 2px var(--error-color-light);
}

.radio.link > input:checked + span {
  background-color: var(--link-color);
}

.radio.link > input:focus + span,
.radio.link > input.focused + span {
  box-shadow: 0 0 0 2px var(--link-color-light);
}

.radio[disabled] {
  pointer-events: none;
}

.radio[disabled] span {
  color: var(--item-disabled-fg-color);
}

.radio[disabled] input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.radio[disabled] input + span:after {
  background-color: var(--item-disabled-fg-color);
}

.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--range-bg-color);
  height: 5px;
  border-radius: 9999px;
  transition: 0.2s;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--primary-color);
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  height: 18px;
  width: 18px;
  border-radius: 6px;
}

.range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background-color: var(--primary-color);
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  height: 18px;
  width: 18px;
  border-radius: 6px;
}

.range.rounded::-webkit-slider-thumb {
  border-radius: 999999px;
}

.range.rounded::-moz-range-thumb {
  border-radius: 999999px;
}

.range.disabled, .range[disabled] {
  background-color: var(--item-disabled-bg-color);
}

.range.disabled::-webkit-slider-thumb, .range[disabled]::-webkit-slider-thumb {
  background-color: var(--item-disabled-fg-color);
  cursor: default;
}

.range.disabled::-moz-range-thumb, .range[disabled]::-moz-range-thumb {
  background-color: var(--item-disabled-fg-color);
  cursor: default;
}

.range.primary::-webkit-slider-thumb {
  background-color: var(--primary-color);
}

.range.primary::-moz-range-thumb {
  background-color: var(--primary-color);
}

.range.success::-webkit-slider-thumb {
  background-color: var(--success-color);
}

.range.success::-moz-range-thumb {
  background-color: var(--success-color);
}

.range.warning::-webkit-slider-thumb {
  background-color: var(--warning-color);
}

.range.warning::-moz-range-thumb {
  background-color: var(--warning-color);
}

.range.error::-webkit-slider-thumb {
  background-color: var(--error-color);
}

.range.error::-moz-range-thumb {
  background-color: var(--error-color);
}

.range.link::-webkit-slider-thumb {
  background-color: var(--link-color);
}

.range.link::-moz-range-thumb {
  background-color: var(--link-color);
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--select-bg-color);
  color: var(--select-text-color);
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  box-sizing: content-box;
  width: 100%;
  border-radius: 8px;
  transition: 0.2s;
  font-size: 1rem;
  --in-pad: 35px;
}

.select.fixed {
  width: auto;
}

.form-el.fullwidth .select, .form-el.full-width .select {
  width: 100%;
}

.select ~ .icon {
  --icon-size: 18px;
  --ic-margin: 10px;
  position: absolute !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.select ~ .icon.left {
  left: 0;
  margin-right: 0 !important;
  margin-left: var(--ic-margin);
}

.select ~ .icon.right {
  right: 0;
  margin-left: 0 !important;
  margin-right: var(--ic-margin);
}

.select.with-icon-left {
  padding-left: var(--in-pad) !important;
}

.select.with-icon-right {
  padding-right: var(--in-pad) !important;
}

.select.with-icon-both {
  padding-right: var(--in-pad) !important;
  padding-left: var(--in-pad) !important;
}

.select.small {
  font-size: 0.8rem;
  padding-left: 9px;
  padding-right: 9px;
  --in-pad: 25px;
}

.select.small ~ .icon {
  --icon-size: 12px;
  --ic-margin: 8px;
}

.select.large {
  font-size: 1.6rem;
  padding-left: 16px;
  padding-right: 16px;
  --in-pad: 45px;
}

.select.large ~ .icon {
  --icon-size: 24px;
  --ic-margin: 14px;
}

.select.xlarge {
  font-size: 2.2rem;
  padding-left: 20px;
  padding-right: 20px;
  --in-pad: 55px;
}

.select.xlarge ~ .icon {
  --icon-size: 36px;
  --ic-margin: 13px;
}

.select[multiple] {
  padding: 0;
  border-bottom-width: 0px;
  box-sizing: content-box;
  width: -webkit-max-content;
  width: max-content;
}

.select[multiple] option {
  padding: 5px 15px;
  text-align: center;
  background-color: var(--select-bg-color);
}

.select:hover, .select.hovered {
  background-color: var(--select-hovered-bg-color);
}

.select:focus, .select.focused {
  background-color: var(--body-bg-color);
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 2px var(--select-border-spread-color);
}

.select.primary {
  border-color: var(--primary-color);
}

.select.primary:focus, .select.primary.focused {
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.select.success {
  border-color: var(--success-color);
}

.select.success:focus, .select.success.focused {
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.select.warning {
  border-color: var(--warning-color);
}

.select.warning:focus, .select.warning.focused {
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.select.error {
  border-color: var(--error-color);
}

.select.error:focus, .select.error.focused {
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.select.link {
  border-color: var(--link-color);
}

.select.link:focus, .select.link.focused {
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

@media screen and (max-width: 767px) {
  .select[multiple] {
    padding: 10px;
  }
  .select[multiple] option:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .select[multiple] option:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.select option {
  background-color: var(--body-bg-color);
  transition: 0.2s;
}

.select[disabled] {
  pointer-events: none;
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
}

.select[disabled] ~ .icon {
  color: var(--item-disabled-fg-color);
}

.select[disabled] option {
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
}

.switch {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 8px 8px;
}

.switch span {
  vertical-align: middle;
}

.switch span ~ span {
  margin-left: 8px;
}

.switch > input {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.switch > input + span {
  padding-left: 35px;
  background-color: var(--switch-bg-color);
  border-style: solid;
  border-color: var(--switch-border-color);
  height: 18px;
  position: relative;
  border-radius: 100px;
  border-width: 2px;
  transition: 0.2s;
}

.switch > input + span:after {
  content: '';
  border-radius: 100px;
  width: 6px;
  height: 12px;
  background-color: var(--switch-fg-color);
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 7px;
  transition: 0.2s;
}

.switch > input:checked + span {
  background-color: var(--switch-active-bg-color);
  border-color: var(--switch-active-border-color);
}

.switch > input:checked + span:after {
  background-color: var(--switch-active-fg-color);
  left: 22px;
}

.switch > input:focus + span,
.switch > input.focused + span {
  box-shadow: 0 0 0 2px var(--switch-border-spread-color);
  border-color: var(--switch-active-border-color);
}

.switch.primary > input:checked + span {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.switch.primary > input:focus + span,
.switch.primary > input.focused + span {
  box-shadow: 0 0 0px 2px var(--primary-color-light);
  border-color: var(--primary-color);
}

.switch.success > input:checked + span {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.switch.success > input:focus + span,
.switch.success > input.focused + span {
  box-shadow: 0 0 0px 2px var(--success-color-light);
  border-color: var(--success-color);
}

.switch.warning > input:checked + span {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.switch.warning > input:focus + span,
.switch.warning > input.focused + span {
  box-shadow: 0 0 0px 2px var(--warning-color-light);
  border-color: var(--warning-color);
}

.switch.error > input:checked + span {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.switch.error > input:focus + span,
.switch.error > input.focused + span {
  box-shadow: 0 0 0px 2px var(--error-color-light);
  border-color: var(--error-color);
}

.switch.link > input:checked + span {
  background-color: var(--link-color);
  border-color: var(--link-color);
}

.switch.link > input:focus + span,
.switch.link > input.focused + span {
  box-shadow: 0 0 0px 2px var(--link-color-light);
  border-color: var(--link-color);
}

.switch[disabled] {
  pointer-events: none;
}

.switch[disabled] span {
  color: var(--item-disabled-fg-color);
}

.switch[disabled] > input + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.switch[disabled] > input + span:after {
  background-color: var(--item-disabled-fg-color);
}

.switch[disabled] > input:checked + span {
  background-color: var(--item-disabled-bg-color);
  border-color: var(--item-disabled-bg-color);
}

.switch[disabled] > input:checked + span:after {
  background-color: var(--item-disabled-fg-color);
}

.switch.gummy:active > input + span:after {
  width: 20px;
}

.switch.gummy:active > input:checked + span:after {
  width: 20px;
  -ms-transform: translate(-12px, -50%);
      transform: translate(-12px, -50%);
}

.textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 10px;
  background-color: var(--textarea-bg-color);
  color: var(--textarea-text-color);
  border-width: 0;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  transition-property: background-color, box-shadow, border-color;
  display: block;
  min-height: 4em;
  transition: all 0.2s, width 0s, height 0s;
  border-radius: 8px;
  font-size: 1rem;
}

.textarea:not([cols]) {
  min-width: 15em;
}

.textarea:hover, .textarea.hovered {
  background-color: var(--textarea-hovered-bg-color);
}

.textarea:focus, .textarea.focused {
  background-color: var(--body-bg-color);
  box-shadow: 0 0 0 2px var(--textarea-border-spread-color);
}

.textarea:-ms-input-placeholder {
  color: var(--textarea-placeholder-text-color);
}

.textarea::-ms-input-placeholder {
  color: var(--textarea-placeholder-text-color);
}

.textarea::placeholder {
  color: var(--textarea-placeholder-text-color);
}

.textarea[disabled] {
  background-color: var(--item-disabled-bg-color);
  color: var(--item-disabled-fg-color);
  pointer-events: none;
  resize: none;
}

.textarea[disabled]:-ms-input-placeholder {
  color: var(--item-disabled-fg-color);
}

.textarea[disabled]::-ms-input-placeholder {
  color: var(--item-disabled-fg-color);
}

.textarea[disabled]::placeholder {
  color: var(--item-disabled-fg-color);
}

.textarea.transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

.textarea.transparent:focus, .textarea.transparent.focused {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 0 !important;
}

.textarea.readonly:hover, .textarea.readonly.hovered, .textarea[readonly]:hover, .textarea[readonly].hovered {
  background-color: var(--textarea-bg-color);
}

.textarea.readonly:focus, .textarea.readonly.focused, .textarea[readonly]:focus, .textarea[readonly].focused {
  background-color: var(--textarea-bg-color);
  box-shadow: 0 0 0 1px var(--textarea-border-spread-color);
}

.textarea.primary {
  border-color: var(--primary-color);
}

.textarea.primary:focus, .textarea.primary.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--primary-hovered-color);
}

.textarea.primary.readonly:focus, .textarea.primary.readonly.focused, .textarea.primary[readonly]:focus, .textarea.primary[readonly].focused {
  box-shadow: 0 0 0 1px var(--primary-hovered-color);
}

.textarea.success {
  border-color: var(--success-color);
}

.textarea.success:focus, .textarea.success.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--success-hovered-color);
}

.textarea.success.readonly:focus, .textarea.success.readonly.focused, .textarea.success[readonly]:focus, .textarea.success[readonly].focused {
  box-shadow: 0 0 0 1px var(--success-hovered-color);
}

.textarea.warning {
  border-color: var(--warning-color);
}

.textarea.warning:focus, .textarea.warning.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--warning-hovered-color);
}

.textarea.warning.readonly:focus, .textarea.warning.readonly.focused, .textarea.warning[readonly]:focus, .textarea.warning[readonly].focused {
  box-shadow: 0 0 0 1px var(--warning-hovered-color);
}

.textarea.error {
  border-color: var(--error-color);
}

.textarea.error:focus, .textarea.error.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--error-hovered-color);
}

.textarea.error.readonly:focus, .textarea.error.readonly.focused, .textarea.error[readonly]:focus, .textarea.error[readonly].focused {
  box-shadow: 0 0 0 1px var(--error-hovered-color);
}

.textarea.link {
  border-color: var(--link-color);
}

.textarea.link:focus, .textarea.link.focused {
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px var(--link-hovered-color);
}

.textarea.link.readonly:focus, .textarea.link.readonly.focused, .textarea.link[readonly]:focus, .textarea.link[readonly].focused {
  box-shadow: 0 0 0 1px var(--link-hovered-color);
}

.textarea:not(:last-child) {
  margin-bottom: 8px;
}

.textarea.v-resize, .textarea.v-resizable {
  resize: vertical;
}

.textarea.h-resize, .textarea.h-resizable {
  resize: horizontal;
}

.textarea.unresizable {
  resize: none;
}

.form-el .textarea {
  max-width: calc(100% - 0.5px);
}

.form-el.fullwidth .textarea {
  width: 100%;
  resize: vertical;
}

span.badge {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  background-color: var(--badge-last-part-bg-color);
  color: var(--badge-only-part-text-color);
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0.8em;
  border-radius: 6px;
  transition: 0.2s;
}

span.badge.outlined, .badges-outlined span.badge {
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 2px;
  border-color: rgba(144, 144, 144, 0.3);
  color: var(--text-color-secondary);
}

.badges-rounded span.badge {
  border-radius: 100000px;
}

div.badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}

div.badge span {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px;
  margin: 0px;
  font-size: 0.8em;
  transition: 0.2s;
}

div.badge span:only-of-type {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 8px 4px 8px;
  background-color: var(--badge-only-part-bg-color);
  color: var(--badge-only-part-text-color);
  border-radius: 6px;
}

div.badge span:first-child:not(:only-of-type) {
  padding-left: 10px;
  padding-right: 5px;
  background-color: var(--badge-first-part-bg-color);
  color: var(--badge-first-part-text-color);
  border-radius: 6px 0 0 6px;
}

div.badge span:last-child:not(:only-of-type) {
  padding-right: 10px;
  padding-left: 5px;
  background-color: var(--badge-last-part-bg-color);
  color: var(--badge-last-part-text-color);
  border-radius: 0 6px 6px 0;
}

div.badge.rounded, .badges-rounded div.badge {
  overflow: hidden;
  border-radius: 100000px;
}

.breadcrumb {
  display: block;
  cursor: default;
}

.breadcrumb > ul {
  display: block;
  padding: 0;
}

.breadcrumb > ul > li {
  display: inline-block;
  margin-left: 8px;
  color: var(--breadcrumb-item-color);
  cursor: pointer;
  font-size: 1rem;
}

.breadcrumb > ul > li:not(:last-child):after {
  content: '/';
  margin-left: 8px;
  color: var(--breadcrumb-separator-color);
  cursor: default;
}

.breadcrumb > ul > li > a {
  color: var(--breadcrumb-item-color);
  border-style: none;
  font-size: 1rem;
}

.breadcrumb > ul > li[active], .breadcrumb > ul > li.active {
  color: var(--breadcrumb-item-active-color);
  cursor: default;
}

.breadcrumb > ul > li[active] > a, .breadcrumb > ul > li.active > a {
  color: var(--breadcrumb-item-active-color);
  cursor: default;
}

.breadcrumb > ul > li:hover:not(.active):not([active]), .breadcrumb > ul > li.hovered:not(.active):not([active]) {
  color: var(--breadcrumb-item-hovered-color);
}

.breadcrumb > ul > li:hover:not(.active):not([active]) > a, .breadcrumb > ul > li.hovered:not(.active):not([active]) > a {
  color: var(--breadcrumb-item-hovered-color);
}

.breadcrumb.dot-separator > ul > li:not(:last-child):after {
  content: '•';
}

.breadcrumb.pipe-separator > ul > li:not(:last-child):after {
  content: '|';
}

.breadcrumb.angle-separator > ul > li:not(:last-child):after {
  content: '›';
}

.breadcrumb.dash-separator > ul > li:not(:last-child):after {
  content: '—';
}

.card {
  background-color: var(--card-bg-color);
  border-color: var(--card-border-color);
  box-sizing: content-box;
  padding: 10px 20px;
  margin: 10px;
  max-width: 200px;
  min-width: 180px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: 0.2s;
}

.card.flat {
  border-style: solid;
  box-shadow: 0 0 rgba(255, 255, 255, 0);
  border-width: 2px;
}

.card.landscape {
  max-width: 350px;
  min-width: 260px;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  margin: 10px 0;
}

.card footer {
  margin: 0 -10px 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.card footer:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.card.hoverable:hover, .card.hoverable.hovered, .card.hoverable:focus-within {
  border-color: rgba(255, 255, 255, 0);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

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

.card.rtl footer:not(.center):not(.text-center) * {
  float: left;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:not(.center-aligned):focus-within > .items,
.dropdown:not(.center-aligned).hover:hover > .items,
.dropdown:not(.center-aligned).active > .items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: none !important;
      transform: none !important;
}

.dropdown.left-aligned > .items {
  left: 0 !important;
  right: auto !important;
}

.dropdown.right-aligned > .items {
  left: auto !important;
  right: 0 !important;
}

.dropdown.center-aligned.upside > .items {
  left: 50%;
  -ms-transform: translate(-50%, -10px) !important;
      transform: translate(-50%, -10px) !important;
}

.dropdown.center-aligned.upside:focus-within > .items,
.dropdown.center-aligned.upside.hover:hover > .items,
.dropdown.center-aligned.upside.active > .items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
}

.dropdown.center-aligned:not(.upside) > .items {
  left: 50%;
  -ms-transform: translate(-50%, 10px) !important;
      transform: translate(-50%, 10px) !important;
}

.dropdown.center-aligned:not(.upside):focus-within > .items,
.dropdown.center-aligned:not(.upside).hover:hover > .items,
.dropdown.center-aligned:not(.upside).active > .items {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
}

.dropdown hr[divider] {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  opacity: 1;
}

.dropdown .items {
  top: 100%;
  left: 0;
  bottom: auto;
  margin: 0;
  margin-left: 5px;
  box-sizing: content-box;
  position: absolute;
  list-style: none;
  border-style: solid;
  border-width: 2px;
  border-color: var(--dropdown-border-color);
  visibility: hidden;
  opacity: 0;
  background-color: var(--dropdown-bg-color);
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 150px;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  border-radius: 8px;
  z-index: 5;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.04);
  padding: 4px;
  margin-top: 8px;
}

.dropdown .items > span {
  margin: 6px 10px;
  display: inline-block;
  color: var(--text-color-primary);
  font-size: calc(1rem + 2px);
}

.center-aligned .dropdown .items {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
}

.dropdown .items.narrow {
  width: 50px !important;
}

.dropdown .items.small {
  width: 100px !important;
}

.dropdown .items.large {
  width: 200px !important;
}

.dropdown .items.xlarge {
  width: 300px !important;
}

.dropdown .items p {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown .items li {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--text-color-secondary);
  list-style: none;
  text-align: left;
  transition: background-color 0.5s;
  box-sizing: content-box;
  border-radius: 6px;
  padding: 10px;
  margin: 0px;
}

.dropdown .items li:hover, .dropdown .items li.hovered {
  background-color: var(--dropdown-option-hovered-color);
}

.dropdown .items li:hover > ul, .dropdown .items li.hovered > ul {
  transition: all 0.2s ease-in-out 0.1s, visibility 0s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: none !important;
      transform: none !important;
}

.dropdown .items li[active], .dropdown .items li.active {
  background-color: var(--dropdown-active-item-bg-color);
  color: var(--dropdown-active-item-text-color);
}

.dropdown .items li[active]:hover, .dropdown .items li[active].hovered, .dropdown .items li.active:hover, .dropdown .items li.active.hovered {
  background-color: var(--dropdown-active-item-bg-color);
}

.dropdown .items li ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  width: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--dropdown-border-color);
  visibility: hidden;
  opacity: 0;
  background-color: var(--dropdown-bg-color);
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: content-box;
  margin-left: 12px;
  -ms-transform: translateX(10px);
      transform: translateX(10px);
  border-radius: 8px;
  z-index: 5;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.04);
  padding: 4px;
}

.dropdown .items li ul > span {
  margin: 6px 10px;
  display: inline-block;
  color: var(--text-color-primary);
  font-size: calc(1rem + 2px);
}

.dropdown .items li.narrow > ul {
  width: 50px !important;
  text-align: center;
}

.dropdown .items li.narrow > ul > li {
  -ms-flex-pack: center;
      justify-content: center;
}

.dropdown .items li.small > ul {
  width: 100px !important;
}

.dropdown .items li.large > ul {
  width: 200px !important;
}

.dropdown .items li.xlarge > ul {
  width: 300px !important;
}

.dropdown.upside > .items {
  top: auto;
  bottom: 100%;
  margin: 0;
  margin-left: 5px;
  margin-bottom: 8px;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

.dropdown.upside li ul {
  bottom: 0 !important;
  top: auto !important;
  margin-right: 12px;
}

.dropdown .upside > ul {
  bottom: 0 !important;
  top: auto !important;
}

.dropdown .nested-upside ul {
  bottom: 0 !important;
  top: auto !important;
}

.dropdown .downside > ul {
  top: 0 !important;
  bottom: auto !important;
}

.dropdown .nested-downside ul {
  top: 0 !important;
  bottom: auto !important;
}

.dropdown.rightside > .items {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  margin: 0;
  margin-top: 5px !important;
  margin-left: 8px;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.dropdown .rightside > ul {
  left: 100% !important;
  right: auto !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: 12px !important;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.dropdown .nested-rightside ul {
  left: 100% !important;
  right: auto !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: 12px !important;
  -ms-transform: translateX(10px) !important;
      transform: translateX(10px) !important;
}

.dropdown.leftside > .items {
  top: 0;
  right: 100%;
  left: auto;
  margin: 0;
  margin-top: 5px;
  margin-right: 8px;
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

.dropdown.leftside > .items li ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.dropdown .leftside > ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.dropdown .nested-leftside ul {
  left: auto !important;
  right: 100% !important;
  margin-right: 12px !important;
  -ms-transform: translateX(-10px) !important;
      transform: translateX(-10px) !important;
}

.dropdown.narrow > .items {
  width: 50px !important;
  text-align: center;
}

.dropdown.narrow > .items > li {
  -ms-flex-pack: center;
      justify-content: center;
}

.dropdown.small > .items {
  width: 100px !important;
}

.dropdown.large > .items {
  width: 200px !important;
}

.dropdown.xlarge > .items {
  width: 300px !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: var(--dimmer-bg-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 20;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}

.modal > .content {
  background-color: var(--modal-bg-color);
  overflow: hidden;
  color: var(--text-color-secondary);
  -ms-transform: scale(1.04);
      transform: scale(1.04);
  opacity: 0;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: calc(100% - 20px * 2);
  max-width: calc(100% - 400px * 2);
  min-width: calc(100% - 400px * 2);
  position: relative;
  border-radius: 14px;
  transition: transform 0.3s, background-color 0.2s, opacity 0.3s;
}

@media screen and (max-width: 1023px) {
  .modal > .content {
    max-height: calc(100% - 20px * 2) !important;
    max-width: calc(100% - 20px * 2) !important;
    min-width: calc(100% - 20px * 2) !important;
  }
}

.modal > .content hr[divider] {
  margin: 0;
  border-color: grey;
  border-width: 1px;
  opacity: 0.2;
}

.modal > .content > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px;
  margin-bottom: 10px;
  position: relative;
}

.modal > .content > header > img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}

.modal > .content > header > h1, .modal > .content > header h2, .modal > .content > header h3, .modal > .content > header h4, .modal > .content > header h5, .modal > .content > header h6 {
  display: inline-block;
  margin: 0;
}

.modal > .content > header > .icon {
  margin-right: 15px;
  --icon-size: 50px;
}

.modal > .content > header > .close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 8px !important;
  margin: 0 !important;
}

.modal > .content > header > .close-btn .icon {
  margin: 0 !important;
  --icon-size: 1.1rem;
}

.modal > .content > div {
  padding: 10px 20px 20px 20px;
  overflow: auto;
}

.modal > .content > footer {
  padding: 10px;
  display: block;
  width: 100%;
}

.modal > .content > footer > .btn {
  float: right;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.1s, visibility 0s linear;
}

.modal.active > .content {
  -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
  opacity: 1;
  transition: transform 0.3s ease-in-out 0.1s, background-color 0.2s 0.1s, opacity 0.3s 0.1s;
}

.modal.large > .content {
  max-width: calc(100% - 200px * 2);
  min-width: calc(100% - 200px * 2);
}

.modal.xlarge > .content {
  max-width: calc(100% - 80px * 2);
  min-width: calc(100% - 80px * 2);
}

.modal.full > .content {
  max-width: calc(100% - 20px * 2);
  min-width: calc(100% - 20px * 2);
  max-height: calc(100% - 20px * 2);
  min-height: calc(100% - 20px * 2);
}

.modal.full > .content > div {
  margin-bottom: 66px;
}

.modal.full > .content > footer {
  position: absolute;
  bottom: 0;
}

.nav {
  padding: 0;
}

.nav li {
  list-style: none;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  transition: padding 0.2s;
}

.nav li:before, .nav li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  transition-duration: 0.2s;
  transition-property: transform background-color;
}

.nav li:before {
  width: 4px;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: left;
      transform-origin: left;
}

.nav li:after {
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.nav li:hover:before, .nav li.hovered:before {
  -ms-transform: scaleX(0.3);
      transform: scaleX(0.3);
}

.nav li[selected], .nav li.selected {
  padding: 6px 14px;
}

.nav li[selected]:before, .nav li.selected:before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.nav li[selected]:after, .nav li.selected:after {
  opacity: 0.1;
}

.nav li ul {
  padding-left: 10px;
  margin-top: 8px;
}

.navbar {
  background-color: var(--navbar-bg-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0px;
  transition: 0.2s;
  z-index: 4;
  box-shadow: 0px 3px 3px var(--navbar-shadow-color);
}

@media screen and (min-width: 1024px) {
  .navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.navbar.flat {
  box-shadow: 0 0 rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: var(--light-color);
}

.navbar.right-aligned .content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.navbar .header {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  height: 100%;
  -ms-flex: none;
      flex: none;
  width: auto;
  padding: 10px;
}

.navbar .header > img {
  height: 40px;
  width: auto;
}

.navbar .header > span {
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .navbar .header {
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar .header .menu-btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .navbar .header .menu-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 25px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin: 0 !important;
  }
}

.navbar .content {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .navbar .content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
}

.navbar .content .options {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 30px;
}

@media screen and (max-width: 1023px) {
  .navbar .content .options {
    top: 0;
    bottom: 0;
  }
}

.navbar .content .options > * {
  padding: 0 14px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 1024px) {
  .navbar .content .options > *:last-child {
    margin-right: 20px;
  }
}

.navbar .content .options > a:not(.btn) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  transform-style: preserve-3d;
  position: relative;
  color: var(--text-color-tertiary);
  border-style: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 1024px) {
  .navbar .content .options > a:not(.btn):after, .navbar .content .options > a:not(.btn):before {
    content: '';
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
    transform: translateX(-50%) translateZ(-1px);
  }
  .navbar .content .options > a:not(.btn):after {
    height: 100%;
    opacity: 0.1;
  }
  .navbar .content .options > a:not(.btn):before {
    height: 3px;
  }
}

.navbar .content .options > a:not(.btn):hover, .navbar .content .options > a:not(.btn).hovered, .navbar .content .options > a:not(.btn):focus, .navbar .content .options > a:not(.btn).focused {
  color: var(--navbar-item-hovered-color);
}

.navbar .content .options > a:not(.btn):hover:after, .navbar .content .options > a:not(.btn).hovered:after, .navbar .content .options > a:not(.btn):focus:after, .navbar .content .options > a:not(.btn).focused:after {
  opacity: 0.05;
  background-color: var(--navbar-selected-item-color);
}

.navbar .content .options > a:not(.btn).selected, .navbar .content .options > a:not(.btn)[selected] {
  color: var(--navbar-selected-item-color);
  cursor: default;
}

.navbar .content .options > a:not(.btn).selected:after, .navbar .content .options > a:not(.btn).selected:before, .navbar .content .options > a:not(.btn)[selected]:after, .navbar .content .options > a:not(.btn)[selected]:before {
  background-color: var(--navbar-selected-item-color);
}

.navbar .content .options > .dropdown > .btn {
  height: 100%;
  margin: 0 !important;
  border-style: none;
  color: var(--text-color-tertiary);
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .navbar .content .options > .dropdown > .btn:after, .navbar .content .options > .dropdown > .btn:before {
    content: '';
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
    transform: translateX(-50%) translateZ(-1px);
  }
  .navbar .content .options > .dropdown > .btn:after {
    height: 100%;
    opacity: 0.1;
  }
  .navbar .content .options > .dropdown > .btn:before {
    height: 3px;
  }
}

.navbar .content .options > .dropdown > .btn:hover, .navbar .content .options > .dropdown > .btn.hovered, .navbar .content .options > .dropdown > .btn:focus, .navbar .content .options > .dropdown > .btn.focused {
  color: var(--navbar-item-hovered-color);
  box-shadow: 0 0 black;
}

.navbar .content .options > .dropdown > .btn:hover:after, .navbar .content .options > .dropdown > .btn.hovered:after, .navbar .content .options > .dropdown > .btn:focus:after, .navbar .content .options > .dropdown > .btn.focused:after {
  opacity: 0.05;
  background-color: var(--navbar-selected-item-color);
}

.navbar .content .options > .dropdown.selected > .btn, .navbar .content .options > .dropdown[selected] > .btn {
  color: var(--navbar-selected-item-color);
}

.navbar .content .options > .dropdown.selected > .btn:after, .navbar .content .options > .dropdown.selected > .btn:before, .navbar .content .options > .dropdown[selected] > .btn:after, .navbar .content .options > .dropdown[selected] > .btn:before {
  background-color: var(--navbar-selected-item-color);
}

.navbar .content .actions {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .navbar .content .actions {
    position: absolute;
    top: 50%;
    right: 30px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.navbar .content .actions button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1023px) {
  .navbar .content {
    visibility: hidden;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: var(--navbar-bg-color);
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: var(--light-color);
    transition: 0.2s;
  }
  .navbar .content > .options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    position: static;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .navbar .content > .options > * {
    margin-left: 0;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
  }
  .navbar .content > .options > *.selected, .navbar .content > .options > *[selected] {
    background-color: var(--navbar-selected-item-bg-color);
    color: var(--navbar-selected-item-text-color) !important;
  }
  .navbar .content > .options > *.selected.dropdown > .btn, .navbar .content > .options > *[selected].dropdown > .btn {
    color: var(--navbar-selected-item-text-color) !important;
  }
  .navbar .content > .options > *.dropdown {
    padding: 0;
  }
  .navbar .content > .options > *.dropdown > .btn {
    padding: 10px !important;
    padding-left: 20px !important;
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar .content > .actions {
    position: static;
    -ms-transform: none;
        transform: none;
    margin-bottom: 10px;
    padding-left: 14px;
  }
}

.navbar.expanded {
  border-color: rgba(255, 255, 255, 0);
}

.navbar.expanded > .content {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .navbar.expanded:not(.flat) > .content {
    box-shadow: 0px 3px 3px var(--navbar-shadow-color);
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination > a:nth-child(2) {
  -ms-flex-order: 3;
      order: 3;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 20px;
  }
  .pagination > a:nth-child(1) {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .pagination > a:nth-child(2) {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

.pagination > .items {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pagination > .items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.pagination > .items > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 5px 10px;
}

.pagination > .items > li > a[item], .pagination > .items > li > a.item {
  color: var(--pagination-item-text-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-style: solid;
  border-color: var(--pagination-item-border-color);
  background-color: var(--pagination-item-bg-color);
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-width: 2px;
  border-radius: 8px;
  transition: 0.2s;
}

.pagination > .items > li > a[item]:hover, .pagination > .items > li > a[item]:focus, .pagination > .items > li > a.item:hover, .pagination > .items > li > a.item:focus {
  border-color: var(--pagination-item-hovered-border-color);
}

.pagination > .items > li > a[item][active], .pagination > .items > li > a[item].active, .pagination > .items > li > a.item[active], .pagination > .items > li > a.item.active {
  background-color: var(--pagination-item-active-bg-color);
  color: var(--pagination-item-active-text-color);
  border-color: var(--pagination-item-active-border-color);
  cursor: default;
}

.placeholder {
  position: relative;
  overflow: hidden;
}

.placeholder .holder {
  background-color: var(--placeholder-holder-color);
}

.placeholder .paragraph {
  margin: 30px 0;
}

.placeholder .line {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
}

.placeholder .header {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
  height: 2rem;
}

.placeholder .lines > div {
  background-color: var(--placeholder-holder-color);
  height: 8px;
  margin-top: 8px;
}

.placeholder .lines > div:first-child {
  margin-left: 2rem;
}

.placeholder .lines > div:last-child {
  margin-right: 4rem;
}

.placeholder .image {
  background-color: var(--placeholder-holder-color);
  height: 160px;
  margin: 10px 50px;
}

.placeholder .details {
  margin: 20px 0;
}

.placeholder .details > div {
  display: inline-block;
}

.placeholder .details .image {
  height: 0;
  padding: 25px;
  margin: 0;
  margin-right: 10px;
}

.placeholder .details .line {
  height: 20px;
}

.placeholder .details .line:first-child {
  width: 170px;
  height: 25px;
}

.placeholder .details .line:last-child {
  width: 100px;
  height: 16px;
}

.placeholder:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--placeholder-color) 50%, rgba(0, 0, 0, 0) 100%);
  animation: placeholder-anim 1s ease-in-out infinite;
}

@keyframes placeholder-anim {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0);
  }
}

.progress:not(progress) {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  width: fill-available;
  height: 20px;
  padding: 0;
  background-color: var(--progress-back-bg-color);
  overflow: hidden;
  color: var(--progress-back-text-color);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 8px;
  transition: 0.2s;
  border-radius: 6px;
}

.progress:not(progress).in-progress:not(.striped) > .bar:after {
  animation: progress-anim 2s linear infinite;
}

.progress:not(progress).rtl {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.progress:not(progress).rtl > .bar:after {
  right: 0;
}

.progress:not(progress).rtl.indeterminate > .bar {
  animation-name: progress-indeterminate-rtl;
}

.progress:not(progress).indeterminate > .bar {
  width: 30%;
  animation: progress-indeterminate 2s linear infinite;
}

.progress:not(progress):not(.rtl) > .bar:after {
  left: 0;
}

.progress:not(progress):not(.rtl).striped.in-progress > .bar {
  animation: progress-anim-striped 3s linear infinite;
}

.progress:not(progress):not(.rtl).striped > .bar.in-progress {
  animation: progress-anim-striped 3s linear infinite;
}

.progress:not(progress).rtl.striped.in-progress > .bar {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.progress:not(progress).striped > .bar {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, var(--progress-bar-stripe-color) 25%, transparent 25%, transparent 50%, var(--progress-bar-stripe-color) 50%, var(--progress-bar-stripe-color) 75%, transparent 75%, transparent);
}

.progress:not(progress):not(.striped) > .bar.in-progress:not(.striped):after {
  animation: progress-anim 2s linear infinite;
}

.progress:not(progress).rtl.striped > .bar.in-progress {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.progress:not(progress).rtl > .bar.striped.in-progress {
  animation: progress-anim-striped-rtl 3s linear infinite;
}

.progress:not(progress) > .bar {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  width: 0;
  background-color: var(--progress-bar-bg-color);
  color: var(--progress-bar-text-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin: 0;
}

.progress:not(progress) > .bar.primary {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.progress:not(progress) > .bar.success {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.progress:not(progress) > .bar.warning {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.progress:not(progress) > .bar.error {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.progress:not(progress) > .bar.link {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

.progress:not(progress) > .bar.striped {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, var(--progress-bar-stripe-color) 25%, transparent 25%, transparent 50%, var(--progress-bar-stripe-color) 50%, var(--progress-bar-stripe-color) 75%, transparent 75%, transparent);
}

.progress:not(progress) > .bar.striped.in-progress {
  animation: progress-anim-striped 3s linear infinite;
}

.progress:not(progress) > .bar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--progress-bar-stripe-color);
  border-radius: 3px;
}

.progress:not(progress) > .bar[value="0"] {
  width: 0%;
}

.progress:not(progress) > .bar[value="1"] {
  width: 1%;
}

.progress:not(progress) > .bar[value="2"] {
  width: 2%;
}

.progress:not(progress) > .bar[value="3"] {
  width: 3%;
}

.progress:not(progress) > .bar[value="4"] {
  width: 4%;
}

.progress:not(progress) > .bar[value="5"] {
  width: 5%;
}

.progress:not(progress) > .bar[value="6"] {
  width: 6%;
}

.progress:not(progress) > .bar[value="7"] {
  width: 7%;
}

.progress:not(progress) > .bar[value="8"] {
  width: 8%;
}

.progress:not(progress) > .bar[value="9"] {
  width: 9%;
}

.progress:not(progress) > .bar[value="10"] {
  width: 10%;
}

.progress:not(progress) > .bar[value="11"] {
  width: 11%;
}

.progress:not(progress) > .bar[value="12"] {
  width: 12%;
}

.progress:not(progress) > .bar[value="13"] {
  width: 13%;
}

.progress:not(progress) > .bar[value="14"] {
  width: 14%;
}

.progress:not(progress) > .bar[value="15"] {
  width: 15%;
}

.progress:not(progress) > .bar[value="16"] {
  width: 16%;
}

.progress:not(progress) > .bar[value="17"] {
  width: 17%;
}

.progress:not(progress) > .bar[value="18"] {
  width: 18%;
}

.progress:not(progress) > .bar[value="19"] {
  width: 19%;
}

.progress:not(progress) > .bar[value="20"] {
  width: 20%;
}

.progress:not(progress) > .bar[value="21"] {
  width: 21%;
}

.progress:not(progress) > .bar[value="22"] {
  width: 22%;
}

.progress:not(progress) > .bar[value="23"] {
  width: 23%;
}

.progress:not(progress) > .bar[value="24"] {
  width: 24%;
}

.progress:not(progress) > .bar[value="25"] {
  width: 25%;
}

.progress:not(progress) > .bar[value="26"] {
  width: 26%;
}

.progress:not(progress) > .bar[value="27"] {
  width: 27%;
}

.progress:not(progress) > .bar[value="28"] {
  width: 28%;
}

.progress:not(progress) > .bar[value="29"] {
  width: 29%;
}

.progress:not(progress) > .bar[value="30"] {
  width: 30%;
}

.progress:not(progress) > .bar[value="31"] {
  width: 31%;
}

.progress:not(progress) > .bar[value="32"] {
  width: 32%;
}

.progress:not(progress) > .bar[value="33"] {
  width: 33%;
}

.progress:not(progress) > .bar[value="34"] {
  width: 34%;
}

.progress:not(progress) > .bar[value="35"] {
  width: 35%;
}

.progress:not(progress) > .bar[value="36"] {
  width: 36%;
}

.progress:not(progress) > .bar[value="37"] {
  width: 37%;
}

.progress:not(progress) > .bar[value="38"] {
  width: 38%;
}

.progress:not(progress) > .bar[value="39"] {
  width: 39%;
}

.progress:not(progress) > .bar[value="40"] {
  width: 40%;
}

.progress:not(progress) > .bar[value="41"] {
  width: 41%;
}

.progress:not(progress) > .bar[value="42"] {
  width: 42%;
}

.progress:not(progress) > .bar[value="43"] {
  width: 43%;
}

.progress:not(progress) > .bar[value="44"] {
  width: 44%;
}

.progress:not(progress) > .bar[value="45"] {
  width: 45%;
}

.progress:not(progress) > .bar[value="46"] {
  width: 46%;
}

.progress:not(progress) > .bar[value="47"] {
  width: 47%;
}

.progress:not(progress) > .bar[value="48"] {
  width: 48%;
}

.progress:not(progress) > .bar[value="49"] {
  width: 49%;
}

.progress:not(progress) > .bar[value="50"] {
  width: 50%;
}

.progress:not(progress) > .bar[value="51"] {
  width: 51%;
}

.progress:not(progress) > .bar[value="52"] {
  width: 52%;
}

.progress:not(progress) > .bar[value="53"] {
  width: 53%;
}

.progress:not(progress) > .bar[value="54"] {
  width: 54%;
}

.progress:not(progress) > .bar[value="55"] {
  width: 55%;
}

.progress:not(progress) > .bar[value="56"] {
  width: 56%;
}

.progress:not(progress) > .bar[value="57"] {
  width: 57%;
}

.progress:not(progress) > .bar[value="58"] {
  width: 58%;
}

.progress:not(progress) > .bar[value="59"] {
  width: 59%;
}

.progress:not(progress) > .bar[value="60"] {
  width: 60%;
}

.progress:not(progress) > .bar[value="61"] {
  width: 61%;
}

.progress:not(progress) > .bar[value="62"] {
  width: 62%;
}

.progress:not(progress) > .bar[value="63"] {
  width: 63%;
}

.progress:not(progress) > .bar[value="64"] {
  width: 64%;
}

.progress:not(progress) > .bar[value="65"] {
  width: 65%;
}

.progress:not(progress) > .bar[value="66"] {
  width: 66%;
}

.progress:not(progress) > .bar[value="67"] {
  width: 67%;
}

.progress:not(progress) > .bar[value="68"] {
  width: 68%;
}

.progress:not(progress) > .bar[value="69"] {
  width: 69%;
}

.progress:not(progress) > .bar[value="70"] {
  width: 70%;
}

.progress:not(progress) > .bar[value="71"] {
  width: 71%;
}

.progress:not(progress) > .bar[value="72"] {
  width: 72%;
}

.progress:not(progress) > .bar[value="73"] {
  width: 73%;
}

.progress:not(progress) > .bar[value="74"] {
  width: 74%;
}

.progress:not(progress) > .bar[value="75"] {
  width: 75%;
}

.progress:not(progress) > .bar[value="76"] {
  width: 76%;
}

.progress:not(progress) > .bar[value="77"] {
  width: 77%;
}

.progress:not(progress) > .bar[value="78"] {
  width: 78%;
}

.progress:not(progress) > .bar[value="79"] {
  width: 79%;
}

.progress:not(progress) > .bar[value="80"] {
  width: 80%;
}

.progress:not(progress) > .bar[value="81"] {
  width: 81%;
}

.progress:not(progress) > .bar[value="82"] {
  width: 82%;
}

.progress:not(progress) > .bar[value="83"] {
  width: 83%;
}

.progress:not(progress) > .bar[value="84"] {
  width: 84%;
}

.progress:not(progress) > .bar[value="85"] {
  width: 85%;
}

.progress:not(progress) > .bar[value="86"] {
  width: 86%;
}

.progress:not(progress) > .bar[value="87"] {
  width: 87%;
}

.progress:not(progress) > .bar[value="88"] {
  width: 88%;
}

.progress:not(progress) > .bar[value="89"] {
  width: 89%;
}

.progress:not(progress) > .bar[value="90"] {
  width: 90%;
}

.progress:not(progress) > .bar[value="91"] {
  width: 91%;
}

.progress:not(progress) > .bar[value="92"] {
  width: 92%;
}

.progress:not(progress) > .bar[value="93"] {
  width: 93%;
}

.progress:not(progress) > .bar[value="94"] {
  width: 94%;
}

.progress:not(progress) > .bar[value="95"] {
  width: 95%;
}

.progress:not(progress) > .bar[value="96"] {
  width: 96%;
}

.progress:not(progress) > .bar[value="97"] {
  width: 97%;
}

.progress:not(progress) > .bar[value="98"] {
  width: 98%;
}

.progress:not(progress) > .bar[value="99"] {
  width: 99%;
}

.progress:not(progress) > .bar[value="100"] {
  width: 100%;
}

.progress:not(progress) > .bar:only-of-type {
  border-radius: 6px;
}

.progress:not(progress) > .bar:first-of-type:not(:only-of-type) {
  border-radius: 6px 0 0 6px;
}

.progress:not(progress) > .bar:last-of-type:not(:only-of-type) {
  border-radius: 0 6px 6px 0;
}

.progress:not(progress) > .bar.text-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.progress:not(progress) > .bar.text-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.progress:not(progress) > .bar > span {
  margin: 0 10px;
}

.progress:not(progress)[value] > .bar {
  width: 100%;
}

.progress:not(progress)[value="0"] > .bar {
  width: 0%;
}

.progress:not(progress)[value="1"] > .bar {
  width: 1%;
}

.progress:not(progress)[value="2"] > .bar {
  width: 2%;
}

.progress:not(progress)[value="3"] > .bar {
  width: 3%;
}

.progress:not(progress)[value="4"] > .bar {
  width: 4%;
}

.progress:not(progress)[value="5"] > .bar {
  width: 5%;
}

.progress:not(progress)[value="6"] > .bar {
  width: 6%;
}

.progress:not(progress)[value="7"] > .bar {
  width: 7%;
}

.progress:not(progress)[value="8"] > .bar {
  width: 8%;
}

.progress:not(progress)[value="9"] > .bar {
  width: 9%;
}

.progress:not(progress)[value="10"] > .bar {
  width: 10%;
}

.progress:not(progress)[value="11"] > .bar {
  width: 11%;
}

.progress:not(progress)[value="12"] > .bar {
  width: 12%;
}

.progress:not(progress)[value="13"] > .bar {
  width: 13%;
}

.progress:not(progress)[value="14"] > .bar {
  width: 14%;
}

.progress:not(progress)[value="15"] > .bar {
  width: 15%;
}

.progress:not(progress)[value="16"] > .bar {
  width: 16%;
}

.progress:not(progress)[value="17"] > .bar {
  width: 17%;
}

.progress:not(progress)[value="18"] > .bar {
  width: 18%;
}

.progress:not(progress)[value="19"] > .bar {
  width: 19%;
}

.progress:not(progress)[value="20"] > .bar {
  width: 20%;
}

.progress:not(progress)[value="21"] > .bar {
  width: 21%;
}

.progress:not(progress)[value="22"] > .bar {
  width: 22%;
}

.progress:not(progress)[value="23"] > .bar {
  width: 23%;
}

.progress:not(progress)[value="24"] > .bar {
  width: 24%;
}

.progress:not(progress)[value="25"] > .bar {
  width: 25%;
}

.progress:not(progress)[value="26"] > .bar {
  width: 26%;
}

.progress:not(progress)[value="27"] > .bar {
  width: 27%;
}

.progress:not(progress)[value="28"] > .bar {
  width: 28%;
}

.progress:not(progress)[value="29"] > .bar {
  width: 29%;
}

.progress:not(progress)[value="30"] > .bar {
  width: 30%;
}

.progress:not(progress)[value="31"] > .bar {
  width: 31%;
}

.progress:not(progress)[value="32"] > .bar {
  width: 32%;
}

.progress:not(progress)[value="33"] > .bar {
  width: 33%;
}

.progress:not(progress)[value="34"] > .bar {
  width: 34%;
}

.progress:not(progress)[value="35"] > .bar {
  width: 35%;
}

.progress:not(progress)[value="36"] > .bar {
  width: 36%;
}

.progress:not(progress)[value="37"] > .bar {
  width: 37%;
}

.progress:not(progress)[value="38"] > .bar {
  width: 38%;
}

.progress:not(progress)[value="39"] > .bar {
  width: 39%;
}

.progress:not(progress)[value="40"] > .bar {
  width: 40%;
}

.progress:not(progress)[value="41"] > .bar {
  width: 41%;
}

.progress:not(progress)[value="42"] > .bar {
  width: 42%;
}

.progress:not(progress)[value="43"] > .bar {
  width: 43%;
}

.progress:not(progress)[value="44"] > .bar {
  width: 44%;
}

.progress:not(progress)[value="45"] > .bar {
  width: 45%;
}

.progress:not(progress)[value="46"] > .bar {
  width: 46%;
}

.progress:not(progress)[value="47"] > .bar {
  width: 47%;
}

.progress:not(progress)[value="48"] > .bar {
  width: 48%;
}

.progress:not(progress)[value="49"] > .bar {
  width: 49%;
}

.progress:not(progress)[value="50"] > .bar {
  width: 50%;
}

.progress:not(progress)[value="51"] > .bar {
  width: 51%;
}

.progress:not(progress)[value="52"] > .bar {
  width: 52%;
}

.progress:not(progress)[value="53"] > .bar {
  width: 53%;
}

.progress:not(progress)[value="54"] > .bar {
  width: 54%;
}

.progress:not(progress)[value="55"] > .bar {
  width: 55%;
}

.progress:not(progress)[value="56"] > .bar {
  width: 56%;
}

.progress:not(progress)[value="57"] > .bar {
  width: 57%;
}

.progress:not(progress)[value="58"] > .bar {
  width: 58%;
}

.progress:not(progress)[value="59"] > .bar {
  width: 59%;
}

.progress:not(progress)[value="60"] > .bar {
  width: 60%;
}

.progress:not(progress)[value="61"] > .bar {
  width: 61%;
}

.progress:not(progress)[value="62"] > .bar {
  width: 62%;
}

.progress:not(progress)[value="63"] > .bar {
  width: 63%;
}

.progress:not(progress)[value="64"] > .bar {
  width: 64%;
}

.progress:not(progress)[value="65"] > .bar {
  width: 65%;
}

.progress:not(progress)[value="66"] > .bar {
  width: 66%;
}

.progress:not(progress)[value="67"] > .bar {
  width: 67%;
}

.progress:not(progress)[value="68"] > .bar {
  width: 68%;
}

.progress:not(progress)[value="69"] > .bar {
  width: 69%;
}

.progress:not(progress)[value="70"] > .bar {
  width: 70%;
}

.progress:not(progress)[value="71"] > .bar {
  width: 71%;
}

.progress:not(progress)[value="72"] > .bar {
  width: 72%;
}

.progress:not(progress)[value="73"] > .bar {
  width: 73%;
}

.progress:not(progress)[value="74"] > .bar {
  width: 74%;
}

.progress:not(progress)[value="75"] > .bar {
  width: 75%;
}

.progress:not(progress)[value="76"] > .bar {
  width: 76%;
}

.progress:not(progress)[value="77"] > .bar {
  width: 77%;
}

.progress:not(progress)[value="78"] > .bar {
  width: 78%;
}

.progress:not(progress)[value="79"] > .bar {
  width: 79%;
}

.progress:not(progress)[value="80"] > .bar {
  width: 80%;
}

.progress:not(progress)[value="81"] > .bar {
  width: 81%;
}

.progress:not(progress)[value="82"] > .bar {
  width: 82%;
}

.progress:not(progress)[value="83"] > .bar {
  width: 83%;
}

.progress:not(progress)[value="84"] > .bar {
  width: 84%;
}

.progress:not(progress)[value="85"] > .bar {
  width: 85%;
}

.progress:not(progress)[value="86"] > .bar {
  width: 86%;
}

.progress:not(progress)[value="87"] > .bar {
  width: 87%;
}

.progress:not(progress)[value="88"] > .bar {
  width: 88%;
}

.progress:not(progress)[value="89"] > .bar {
  width: 89%;
}

.progress:not(progress)[value="90"] > .bar {
  width: 90%;
}

.progress:not(progress)[value="91"] > .bar {
  width: 91%;
}

.progress:not(progress)[value="92"] > .bar {
  width: 92%;
}

.progress:not(progress)[value="93"] > .bar {
  width: 93%;
}

.progress:not(progress)[value="94"] > .bar {
  width: 94%;
}

.progress:not(progress)[value="95"] > .bar {
  width: 95%;
}

.progress:not(progress)[value="96"] > .bar {
  width: 96%;
}

.progress:not(progress)[value="97"] > .bar {
  width: 97%;
}

.progress:not(progress)[value="98"] > .bar {
  width: 98%;
}

.progress:not(progress)[value="99"] > .bar {
  width: 99%;
}

.progress:not(progress)[value="100"] > .bar {
  width: 100%;
}

.progress:not(progress).line {
  height: 3px;
}

.progress:not(progress).thin, .progress:not(progress).narrow {
  height: 5px;
}

.progress:not(progress).small {
  height: 12px;
}

.progress:not(progress).large {
  height: 28px;
}

.progress:not(progress).xlarge {
  height: 36px;
}

.progress:not(progress).primary > .bar {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.progress:not(progress).success > .bar {
  background-color: var(--success-color);
  color: var(--success-text-color);
}

.progress:not(progress).warning > .bar {
  background-color: var(--warning-color);
  color: var(--warning-text-color);
}

.progress:not(progress).error > .bar {
  background-color: var(--error-color);
  color: var(--error-text-color);
}

.progress:not(progress).link > .bar {
  background-color: var(--link-color);
  color: var(--link-text-color);
}

@keyframes progress-anim {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 95%;
  }
}

@keyframes progress-anim-striped {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

@keyframes progress-anim-striped-rtl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -60px 0;
  }
}

@keyframes progress-indeterminate {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  50% {
    width: 40%;
  }
  100% {
    left: 100%;
    transform: none;
  }
}

@keyframes progress-indeterminate-rtl {
  0% {
    right: 0;
    transform: translateX(100%);
  }
  50% {
    width: 60%;
  }
  100% {
    right: 100%;
    transform: none;
  }
}

.tabs {
  overflow-x: auto;
  margin-bottom: 10px;
}

.tabs.center-aligned > ul {
  -ms-flex-pack: center;
      justify-content: center;
}

.tabs.right-aligned > ul {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.tabs.fullwidth > ul > li, .tabs.full-width > ul > li {
  width: 100%;
}

.tabs > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
  border-color: var(--tab-selected-item-color);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 2px;
}

.tabs > ul > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  position: relative;
  transform-style: preserve-3d;
  white-space: nowrap;
  cursor: pointer;
  border-bottom-style: solid;
  border-width: 2px;
  transition: 0.2s;
  border-color: var(--tab-selected-item-color);
  margin-bottom: -2px;
}

.tabs > ul > li > .icon {
  --icon-size: 24px;
}

.tabs > ul > li > .icon:not(:only-child):first-child {
  margin-right: 10px;
}

.tabs > ul > li > .icon:not(:only-child):last-child {
  margin-left: 10px;
}

.tabs > ul > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--tab-selected-item-color);
  width: 100%;
  height: 100%;
  transform: translateZ(-1px) scaleY(0);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition: 0.2s;
}

.tabs > ul > li.selected, .tabs > ul > li[selected] {
  color: var(--tab-selected-item-text-color);
}

.tabs > ul > li.selected:after, .tabs > ul > li[selected]:after {
  transform: translateZ(-1px) scaleY(1);
  border-radius: 4px 4px 0 0;
}

.tabs.lined > ul {
  border-color: var(--tab-border-color);
}

.tabs.lined > ul > li {
  cursor: pointer;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
}

.tabs.lined > ul > li:after {
  height: 0 !important;
  width: 0 !important;
}

.tabs.lined > ul > li.selected, .tabs.lined > ul > li[selected] {
  color: var(--tab-selected-item-color);
  border-color: var(--tab-selected-item-color);
}

.bg-red {
  background-color: #F44336 !important;
  color: #FFFFFF;
}

.bg-red * {
  color: #FFFFFF;
}

.bg-pink {
  background-color: #E91E63 !important;
  color: #FFFFFF;
}

.bg-pink * {
  color: #FFFFFF;
}

.bg-purple {
  background-color: #9C27B0 !important;
  color: #FFFFFF;
}

.bg-purple * {
  color: #FFFFFF;
}

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #FFFFFF;
}

.bg-deep-purple * {
  color: #FFFFFF;
}

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #FFFFFF;
}

.bg-indigo * {
  color: #FFFFFF;
}

.bg-blue {
  background-color: #007fff !important;
  color: #FFFFFF;
}

.bg-blue * {
  color: #FFFFFF;
}

.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #FFFFFF;
}

.bg-light-blue * {
  color: #FFFFFF;
}

.bg-cyan {
  background-color: #00BCD4 !important;
  color: #FFFFFF;
}

.bg-cyan * {
  color: #FFFFFF;
}

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

.bg-teal * {
  color: #FFFFFF;
}

.bg-green {
  background-color: #4CAF50 !important;
  color: #FFFFFF;
}

.bg-green * {
  color: #FFFFFF;
}

.bg-light-green {
  background-color: #8BC34A !important;
  color: #404040;
}

.bg-light-green * {
  color: #404040;
}

.bg-lime {
  background-color: #CDDC39 !important;
  color: #404040;
}

.bg-lime * {
  color: #404040;
}

.bg-yellow {
  background-color: #FFEB3B !important;
  color: #404040;
}

.bg-yellow * {
  color: #404040;
}

.bg-amber {
  background-color: #FFC107 !important;
  color: #404040;
}

.bg-amber * {
  color: #404040;
}

.bg-orange {
  background-color: #FF9800 !important;
  color: #FFFFFF;
}

.bg-orange * {
  color: #FFFFFF;
}

.bg-deep-orange {
  background-color: #FF5722 !important;
  color: #FFFFFF;
}

.bg-deep-orange * {
  color: #FFFFFF;
}

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

.bg-brown * {
  color: #FFFFFF;
}

.bg-grey {
  background-color: #9E9E9E !important;
  color: #FFFFFF;
}

.bg-grey * {
  color: #FFFFFF;
}

.bg-light-grey {
  background-color: #FAFAFA !important;
  color: #404040;
}

.bg-light-grey * {
  color: #404040;
}

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #FFFFFF;
}

.bg-blue-grey * {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
  color: #404040;
}

.bg-white * {
  color: #404040;
}

.bg-black {
  background-color: #000000 !important;
  color: #FFFFFF;
}

.bg-black * {
  color: #FFFFFF;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  color: var(--text-color-primary);
}

.bg-transparent * {
  color: var(--text-color-primary);
}

.bg-github {
  background-color: #24292e !important;
  color: #FFFFFF;
}

.bg-github * {
  color: #FFFFFF;
}

.bg-facebook {
  background-color: #1877f2 !important;
  color: #FFFFFF;
}

.bg-facebook * {
  color: #FFFFFF;
}

.bg-twitter {
  background-color: #38A1F3 !important;
  color: #FFFFFF;
}

.bg-twitter * {
  color: #FFFFFF;
}

.bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFFFFF;
}

.bg-linkedin * {
  color: #FFFFFF;
}

.bg-youtube {
  background-color: #ff0000 !important;
  color: #FFFFFF;
}

.bg-youtube * {
  color: #FFFFFF;
}

.bg-inverted {
  background-color: var(--bg-color-inverted) !important;
  color: var(--text-color-inverted);
}

.bg-inverted * {
  color: var(--text-color-inverted);
}

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

.bg-default * {
  color: var(--text-color-secondary);
}

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

.bg-light * {
  color: var(--text-color-secondary);
}

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

.bg-primary * {
  color: var(--primary-text-color);
}

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

.bg-success * {
  color: var(--success-text-color);
}

.bg-warning {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

.bg-warning * {
  color: var(--warning-text-color);
}

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

.bg-error * {
  color: var(--error-text-color);
}

.bg-link {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

.bg-link * {
  color: var(--link-text-color);
}

.bg-blue-gradient, .bg-link-gradient {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%) !important;
  color: #FFFFFF;
}

.bg-blue-gradient *, .bg-link-gradient * {
  color: #FFFFFF;
}

.bg-red-gradient, .bg-error-gradient {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%) !important;
  color: #FFFFFF;
}

.bg-red-gradient *, .bg-error-gradient * {
  color: #FFFFFF;
}

.bg-green-gradient, .bg-success-gradient {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%) !important;
  color: #FFFFFF;
}

.bg-green-gradient *, .bg-success-gradient * {
  color: #FFFFFF;
}

.bg-amber-gradient, .bg-warning-gradient {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%) !important;
  color: #FFFFFF;
}

.bg-amber-gradient *, .bg-warning-gradient * {
  color: #404040;
}

[theme="dark"] .bg-red\@dark {
  background-color: #F44336 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-red\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-pink\@dark {
  background-color: #E91E63 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-pink\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-purple\@dark {
  background-color: #9C27B0 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-purple\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-deep-purple\@dark {
  background-color: #673AB7 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-deep-purple\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-indigo\@dark {
  background-color: #3F51B5 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-indigo\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-blue\@dark {
  background-color: #007fff !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-blue\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-light-blue\@dark {
  background-color: #03A9F4 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-light-blue\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-cyan\@dark {
  background-color: #00BCD4 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-cyan\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-teal\@dark {
  background-color: #009688 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-teal\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-green\@dark {
  background-color: #4CAF50 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-green\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-light-green\@dark {
  background-color: #8BC34A !important;
  color: #404040;
}

[theme="dark"] .bg-light-green\@dark * {
  color: #404040;
}

[theme="dark"] .bg-lime\@dark {
  background-color: #CDDC39 !important;
  color: #404040;
}

[theme="dark"] .bg-lime\@dark * {
  color: #404040;
}

[theme="dark"] .bg-yellow\@dark {
  background-color: #FFEB3B !important;
  color: #404040;
}

[theme="dark"] .bg-yellow\@dark * {
  color: #404040;
}

[theme="dark"] .bg-amber\@dark {
  background-color: #FFC107 !important;
  color: #404040;
}

[theme="dark"] .bg-amber\@dark * {
  color: #404040;
}

[theme="dark"] .bg-orange\@dark {
  background-color: #FF9800 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-orange\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-deep-orange\@dark {
  background-color: #FF5722 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-deep-orange\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-brown\@dark {
  background-color: #795548 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-brown\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-grey\@dark {
  background-color: #9E9E9E !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-grey\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-light-grey\@dark {
  background-color: #FAFAFA !important;
  color: #404040;
}

[theme="dark"] .bg-light-grey\@dark * {
  color: #404040;
}

[theme="dark"] .bg-blue-grey\@dark {
  background-color: #607D8B !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-blue-grey\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-white\@dark {
  background-color: #FFFFFF !important;
  color: #404040;
}

[theme="dark"] .bg-white\@dark * {
  color: #404040;
}

[theme="dark"] .bg-black\@dark {
  background-color: #000000 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-black\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-transparent\@dark {
  background-color: rgba(255, 255, 255, 0) !important;
  color: var(--text-color-primary);
}

[theme="dark"] .bg-transparent\@dark * {
  color: var(--text-color-primary);
}

[theme="dark"] .bg-github\@dark {
  background-color: #24292e !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-github\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-facebook\@dark {
  background-color: #1877f2 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-facebook\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-twitter\@dark {
  background-color: #38A1F3 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-twitter\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-linkedin\@dark {
  background-color: #0077B5 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-linkedin\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-youtube\@dark {
  background-color: #ff0000 !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-youtube\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-inverted\@dark {
  background-color: var(--bg-color-inverted) !important;
  color: var(--text-color-inverted);
}

[theme="dark"] .bg-inverted\@dark * {
  color: var(--text-color-inverted);
}

[theme="dark"] .bg-default\@dark {
  background-color: var(--body-bg-color) !important;
  color: var(--text-color-secondary);
}

[theme="dark"] .bg-default\@dark * {
  color: var(--text-color-secondary);
}

[theme="dark"] .bg-light\@dark {
  background-color: var(--light-color) !important;
  color: var(--text-color-secondary);
}

[theme="dark"] .bg-light\@dark * {
  color: var(--text-color-secondary);
}

[theme="dark"] .bg-primary\@dark {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
}

[theme="dark"] .bg-primary\@dark * {
  color: var(--primary-text-color);
}

[theme="dark"] .bg-success\@dark {
  background-color: var(--success-color) !important;
  color: var(--success-text-color);
}

[theme="dark"] .bg-success\@dark * {
  color: var(--success-text-color);
}

[theme="dark"] .bg-warning\@dark {
  background-color: var(--warning-color) !important;
  color: var(--warning-text-color);
}

[theme="dark"] .bg-warning\@dark * {
  color: var(--warning-text-color);
}

[theme="dark"] .bg-error\@dark {
  background-color: var(--error-color) !important;
  color: var(--error-text-color);
}

[theme="dark"] .bg-error\@dark * {
  color: var(--error-text-color);
}

[theme="dark"] .bg-link\@dark {
  background-color: var(--link-color) !important;
  color: var(--link-text-color);
}

[theme="dark"] .bg-link\@dark * {
  color: var(--link-text-color);
}

[theme="dark"] .bg-blue-gradient\@dark, [theme="dark"] .bg-link-gradient\@dark {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%) !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-blue-gradient\@dark *, [theme="dark"] .bg-link-gradient\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-red-gradient\@dark, [theme="dark"] .bg-error-gradient\@dark {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%) !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-red-gradient\@dark *, [theme="dark"] .bg-error-gradient\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-green-gradient\@dark, [theme="dark"] .bg-success-gradient\@dark {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%) !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-green-gradient\@dark *, [theme="dark"] .bg-success-gradient\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .bg-amber-gradient\@dark, [theme="dark"] .bg-warning-gradient\@dark {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%) !important;
  color: #FFFFFF;
}

[theme="dark"] .bg-amber-gradient\@dark *, [theme="dark"] .bg-warning-gradient\@dark * {
  color: #404040;
}

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

.text-red * {
  color: #F44336;
}

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

.text-pink * {
  color: #E91E63;
}

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

.text-purple * {
  color: #9C27B0;
}

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

.text-deep-purple * {
  color: #673AB7;
}

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

.text-indigo * {
  color: #3F51B5;
}

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

.text-blue * {
  color: #007fff;
}

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

.text-light-blue * {
  color: #03A9F4;
}

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

.text-cyan * {
  color: #00BCD4;
}

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

.text-teal * {
  color: #009688;
}

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

.text-green * {
  color: #4CAF50;
}

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

.text-light-green * {
  color: #8BC34A;
}

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

.text-lime * {
  color: #CDDC39;
}

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

.text-yellow * {
  color: #FFEB3B;
}

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

.text-amber * {
  color: #FFC107;
}

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

.text-orange * {
  color: #FF9800;
}

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

.text-deep-orange * {
  color: #FF5722;
}

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

.text-brown * {
  color: #795548;
}

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

.text-grey * {
  color: #9E9E9E;
}

.text-light-grey {
  color: #FAFAFA !important;
}

.text-light-grey * {
  color: #FAFAFA;
}

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

.text-blue-grey * {
  color: #607D8B;
}

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

.text-white * {
  color: #FFFFFF;
}

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

.text-black * {
  color: #000000;
}

.text-transparent {
  color: rgba(255, 255, 255, 0) !important;
}

.text-transparent * {
  color: rgba(255, 255, 255, 0);
}

.text-github {
  color: #24292e !important;
}

.text-github * {
  color: #24292e;
}

.text-facebook {
  color: #1877f2 !important;
}

.text-facebook * {
  color: #1877f2;
}

.text-twitter {
  color: #38A1F3 !important;
}

.text-twitter * {
  color: #38A1F3;
}

.text-linkedin {
  color: #0077B5 !important;
}

.text-linkedin * {
  color: #0077B5;
}

.text-youtube {
  color: #ff0000 !important;
}

.text-youtube * {
  color: #ff0000;
}

.text-inverted {
  color: var(--text-color-inverted) !important;
}

.text-inverted * {
  color: var(--text-color-inverted);
}

.text-pow-primary {
  color: var(--text-color-primary) !important;
}

.text-pow-primary * {
  color: var(--text-color-primary);
}

.text-pow-secondary {
  color: var(--text-color-secondary) !important;
}

.text-pow-secondary * {
  color: var(--text-color-secondary);
}

.text-pow-tertiary {
  color: var(--text-color-tertiary) !important;
}

.text-pow-tertiary * {
  color: var(--text-color-tertiary);
}

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

.text-primary * {
  color: var(--primary-color);
}

.text-success {
  color: var(--success-color) !important;
}

.text-success * {
  color: var(--success-color);
}

.text-warning {
  color: var(--warning-color) !important;
}

.text-warning * {
  color: var(--warning-color);
}

.text-error {
  color: var(--error-color) !important;
}

.text-error * {
  color: var(--error-color);
}

.text-link {
  color: var(--link-color) !important;
}

.text-link * {
  color: var(--link-color);
}

.text-blue-gradient, .text-link-gradient {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-red-gradient, .text-error-gradient {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green-gradient, .text-success-gradient {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-amber-gradient, .text-warning-gradient {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[theme="dark"] .text-red\@dark {
  color: #F44336 !important;
}

[theme="dark"] .text-red\@dark * {
  color: #F44336;
}

[theme="dark"] .text-pink\@dark {
  color: #E91E63 !important;
}

[theme="dark"] .text-pink\@dark * {
  color: #E91E63;
}

[theme="dark"] .text-purple\@dark {
  color: #9C27B0 !important;
}

[theme="dark"] .text-purple\@dark * {
  color: #9C27B0;
}

[theme="dark"] .text-deep-purple\@dark {
  color: #673AB7 !important;
}

[theme="dark"] .text-deep-purple\@dark * {
  color: #673AB7;
}

[theme="dark"] .text-indigo\@dark {
  color: #3F51B5 !important;
}

[theme="dark"] .text-indigo\@dark * {
  color: #3F51B5;
}

[theme="dark"] .text-blue\@dark {
  color: #007fff !important;
}

[theme="dark"] .text-blue\@dark * {
  color: #007fff;
}

[theme="dark"] .text-light-blue\@dark {
  color: #03A9F4 !important;
}

[theme="dark"] .text-light-blue\@dark * {
  color: #03A9F4;
}

[theme="dark"] .text-cyan\@dark {
  color: #00BCD4 !important;
}

[theme="dark"] .text-cyan\@dark * {
  color: #00BCD4;
}

[theme="dark"] .text-teal\@dark {
  color: #009688 !important;
}

[theme="dark"] .text-teal\@dark * {
  color: #009688;
}

[theme="dark"] .text-green\@dark {
  color: #4CAF50 !important;
}

[theme="dark"] .text-green\@dark * {
  color: #4CAF50;
}

[theme="dark"] .text-light-green\@dark {
  color: #8BC34A !important;
}

[theme="dark"] .text-light-green\@dark * {
  color: #8BC34A;
}

[theme="dark"] .text-lime\@dark {
  color: #CDDC39 !important;
}

[theme="dark"] .text-lime\@dark * {
  color: #CDDC39;
}

[theme="dark"] .text-yellow\@dark {
  color: #FFEB3B !important;
}

[theme="dark"] .text-yellow\@dark * {
  color: #FFEB3B;
}

[theme="dark"] .text-amber\@dark {
  color: #FFC107 !important;
}

[theme="dark"] .text-amber\@dark * {
  color: #FFC107;
}

[theme="dark"] .text-orange\@dark {
  color: #FF9800 !important;
}

[theme="dark"] .text-orange\@dark * {
  color: #FF9800;
}

[theme="dark"] .text-deep-orange\@dark {
  color: #FF5722 !important;
}

[theme="dark"] .text-deep-orange\@dark * {
  color: #FF5722;
}

[theme="dark"] .text-brown\@dark {
  color: #795548 !important;
}

[theme="dark"] .text-brown\@dark * {
  color: #795548;
}

[theme="dark"] .text-grey\@dark {
  color: #9E9E9E !important;
}

[theme="dark"] .text-grey\@dark * {
  color: #9E9E9E;
}

[theme="dark"] .text-light-grey\@dark {
  color: #FAFAFA !important;
}

[theme="dark"] .text-light-grey\@dark * {
  color: #FAFAFA;
}

[theme="dark"] .text-blue-grey\@dark {
  color: #607D8B !important;
}

[theme="dark"] .text-blue-grey\@dark * {
  color: #607D8B;
}

[theme="dark"] .text-white\@dark {
  color: #FFFFFF !important;
}

[theme="dark"] .text-white\@dark * {
  color: #FFFFFF;
}

[theme="dark"] .text-black\@dark {
  color: #000000 !important;
}

[theme="dark"] .text-black\@dark * {
  color: #000000;
}

[theme="dark"] .text-transparent\@dark {
  color: rgba(255, 255, 255, 0) !important;
}

[theme="dark"] .text-transparent\@dark * {
  color: rgba(255, 255, 255, 0);
}

[theme="dark"] .text-github\@dark {
  color: #24292e !important;
}

[theme="dark"] .text-github\@dark * {
  color: #24292e;
}

[theme="dark"] .text-facebook\@dark {
  color: #1877f2 !important;
}

[theme="dark"] .text-facebook\@dark * {
  color: #1877f2;
}

[theme="dark"] .text-twitter\@dark {
  color: #38A1F3 !important;
}

[theme="dark"] .text-twitter\@dark * {
  color: #38A1F3;
}

[theme="dark"] .text-linkedin\@dark {
  color: #0077B5 !important;
}

[theme="dark"] .text-linkedin\@dark * {
  color: #0077B5;
}

[theme="dark"] .text-youtube\@dark {
  color: #ff0000 !important;
}

[theme="dark"] .text-youtube\@dark * {
  color: #ff0000;
}

[theme="dark"] .text-inverted\@dark {
  color: var(--text-color-inverted) !important;
}

[theme="dark"] .text-inverted\@dark * {
  color: var(--text-color-inverted);
}

[theme="dark"] .text-pow-primary\@dark {
  color: var(--text-color-primary) !important;
}

[theme="dark"] .text-pow-primary\@dark * {
  color: var(--text-color-primary);
}

[theme="dark"] .text-pow-secondary\@dark {
  color: var(--text-color-secondary) !important;
}

[theme="dark"] .text-pow-secondary\@dark * {
  color: var(--text-color-secondary);
}

[theme="dark"] .text-pow-tertiary\@dark {
  color: var(--text-color-tertiary) !important;
}

[theme="dark"] .text-pow-tertiary\@dark * {
  color: var(--text-color-tertiary);
}

[theme="dark"] .text-primary\@dark {
  color: var(--primary-color) !important;
}

[theme="dark"] .text-primary\@dark * {
  color: var(--primary-color);
}

[theme="dark"] .text-success\@dark {
  color: var(--success-color) !important;
}

[theme="dark"] .text-success\@dark * {
  color: var(--success-color);
}

[theme="dark"] .text-warning\@dark {
  color: var(--warning-color) !important;
}

[theme="dark"] .text-warning\@dark * {
  color: var(--warning-color);
}

[theme="dark"] .text-error\@dark {
  color: var(--error-color) !important;
}

[theme="dark"] .text-error\@dark * {
  color: var(--error-color);
}

[theme="dark"] .text-link\@dark {
  color: var(--link-color) !important;
}

[theme="dark"] .text-link\@dark * {
  color: var(--link-color);
}

[theme="dark"] .text-blue-gradient\@dark, [theme="dark"] .text-link-gradient\@dark {
  background: linear-gradient(135deg, #007fff 0%, #00cfe9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[theme="dark"] .text-red-gradient\@dark, [theme="dark"] .text-error-gradient\@dark {
  background: linear-gradient(135deg, #F44336 0%, #E91E63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[theme="dark"] .text-green-gradient\@dark, [theme="dark"] .text-success-gradient\@dark {
  background: linear-gradient(135deg, #8BC34A 0%, #03A9F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[theme="dark"] .text-amber-gradient\@dark, [theme="dark"] .text-warning-gradient\@dark {
  background: linear-gradient(135deg, #FFC107 0%, #ff8330 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  display: initial !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .invisible\@small {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .invisible\@medium {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .invisible\@until-large {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .invisible\@large {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  .visible\@small {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible\@medium {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible\@until-large {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible\@large {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden\@small {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden\@medium {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden\@until-large {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hidden\@large {
    display: none !important;
  }
}

[theme="dark"] .visible\@dark {
  display: initial !important;
  visibility: visible !important;
  opacity: 1 !important;
}

[theme="dark"] .hidden\@dark {
  display: none !important;
}

[theme="dark"] .invisible\@dark {
  visibility: hidden !important;
}

.inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .inline\@small {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inline\@medium {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .inline\@until-large {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .inline\@large {
    display: inline !important;
  }
}

.block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .block\@small {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block\@medium {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .block\@until-large {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .block\@large {
    display: block !important;
  }
}

.flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .flex\@small {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex\@medium {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .flex\@until-large {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .flex\@large {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .inline-block\@small {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inline-block\@medium {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .inline-block\@until-large {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .inline-block\@large {
    display: inline-block !important;
  }
}

.inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 767px) {
  .inline-flex\@small {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inline-flex\@medium {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .inline-flex\@until-large {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .inline-flex\@large {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.list-item {
  display: list-item !important;
}

@media screen and (max-width: 767px) {
  .list-item\@small {
    display: list-item !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .list-item\@medium {
    display: list-item !important;
  }
}

@media screen and (max-width: 1023px) {
  .list-item\@until-large {
    display: list-item !important;
  }
}

@media screen and (min-width: 1024px) {
  .list-item\@large {
    display: list-item !important;
  }
}

.m-0 {
  margin: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-x-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.m-y-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-x-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.p-y-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.m-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.m-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.p-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.m-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.m-y-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.p-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.p-y-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.m-x-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.m-y-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.p-x-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.p-y-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.m-x-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.m-y-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.p-x-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.p-y-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.m-x-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.m-y-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.p-x-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.p-y-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.m-x-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.m-y-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.p-x-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.p-y-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.marginless {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.paddingless {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless\@small {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .marginless\@medium {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .marginless\@until-large {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .marginless\@large {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .paddingless\@small {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .paddingless\@medium {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .paddingless\@until-large {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .paddingless\@large {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.flip-horizontal, .flip-x {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

.flip-vertical, .flip-y {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}

.flip-horizontal.flip-y,
.flip-horizontal.flip-vertical,
.flip-vertical.flip-x,
.flip-x.flip-y {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.rotate-15 {
  -ms-transform: rotate(15deg);
      transform: rotate(15deg);
}

.rotate--15 {
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
}

.rotate-30 {
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}

.rotate--30 {
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}

.rotate-45 {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.rotate--45 {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.rotate-60 {
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
}

.rotate--60 {
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg);
}

.rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.rotate--90 {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.rotate-120 {
  -ms-transform: rotate(120deg);
      transform: rotate(120deg);
}

.rotate--120 {
  -ms-transform: rotate(-120deg);
      transform: rotate(-120deg);
}

.rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.rotate--180 {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .fullwidth\@small, .fillup\@small {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fullwidth\@medium, .fillup\@medium {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (max-width: 1023px) {
  .fullwidth\@until-large, .fillup\@until-large {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (min-width: 1024px) {
  .fullwidth\@large, .fillup\@large {
    width: -webkit-fill-available;
    width: fill-available;
  }
}

@media screen and (max-width: 767px) {
  .fullheight\@small {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fullheight\@medium {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (max-width: 1023px) {
  .fullheight\@until-large {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

@media screen and (min-width: 1024px) {
  .fullheight\@large {
    height: -webkit-fill-available;
    height: fill-available;
  }
}

.rounded {
  border-radius: 9999px !important;
}

.semi-rounded {
  border-radius: 10px !important;
}

.radiusless, .sharp {
  border-radius: 0 !important;
}

.static, .unresponsive {
  pointer-events: none;
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.justify-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.align-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-center {
  -ms-flex-align: center;
      align-items: center;
}

.align-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.direction-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.direction-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.grow-0 {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.grow-1 {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.grow-2 {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.grow-3 {
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.grow-4 {
  -ms-flex-positive: 4;
      flex-grow: 4;
}

.grow-5 {
  -ms-flex-positive: 5;
      flex-grow: 5;
}

.grow-6 {
  -ms-flex-positive: 6;
      flex-grow: 6;
}

.grow-7 {
  -ms-flex-positive: 7;
      flex-grow: 7;
}

.grow-8 {
  -ms-flex-positive: 8;
      flex-grow: 8;
}

.grow-9 {
  -ms-flex-positive: 9;
      flex-grow: 9;
}

.grow-10 {
  -ms-flex-positive: 10;
      flex-grow: 10;
}

.text-bold {
  font-weight: 600 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-underline, .text-underlined {
  text-decoration: underline !important;
}

.text-light {
  font-weight: lighter !important;
}

.text-small {
  font-size: 0.8rem !important;
}

.text-medium {
  font-size: 1rem !important;
}

.text-large {
  font-size: 1.6rem !important;
}

.text-xlarge {
  font-size: 2.2rem !important;
}

.text-centered, .text-center {
  text-align: center !important;
}

.rtl, .right-to-left, .text-rtl, .text-right-to-left, .text-right {
  text-align: right !important;
}

.ltr, .left-to-right, .text-ltr, .text-left-to-right, .text-left {
  text-align: left !important;
}

.unselectable, .text-unselectable {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.uppercase, .text-uppercase {
  text-transform: uppercase !important;
}

.lowercase, .text-lowercase {
  text-transform: lowercase !important;
}

.capitalize, .text-capitalize {
  text-transform: capitalize !important;
}

.text-justify, .text-justified {
  text-align: justify !important;
}

.text-no-wrap, .text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.text-family-inherit {
  font-family: inherit !important;
}

.text-size-inherit {
  font-size: inherit !important;
}

.text-no-decoration {
  text-decoration: none !important;
}

.text-breakable {
  word-break: break-all !important;
}

.text-reset {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  font-style: normal;
}

.text-smallcaps {
  font-variant: small-caps;
}

.text-dropcap:first-letter, .text-dropcap > p:first-of-type::first-letter {
  display: block;
  font-size: 3.8em;
  float: left;
  line-height: 1em;
  padding-right: 0.15em;
}

.text-1 {
  font-size: 0.4rem;
}

@media screen and (max-width: 767px) {
  .text-1\@small {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-1\@medium {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-1\@until-large {
    font-size: 0.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-1\@large {
    font-size: 0.4rem;
  }
}

.text-2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .text-2\@small {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-2\@medium {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-2\@until-large {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-2\@large {
    font-size: 0.8rem;
  }
}

.text-3 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .text-3\@small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-3\@medium {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-3\@until-large {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-3\@large {
    font-size: 1.2rem;
  }
}

.text-4 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .text-4\@small {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-4\@medium {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-4\@until-large {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-4\@large {
    font-size: 1.6rem;
  }
}

.text-5 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .text-5\@small {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-5\@medium {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-5\@until-large {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-5\@large {
    font-size: 2rem;
  }
}

.text-6 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .text-6\@small {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-6\@medium {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-6\@until-large {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-6\@large {
    font-size: 2.4rem;
  }
}

.text-7 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .text-7\@small {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-7\@medium {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-7\@until-large {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-7\@large {
    font-size: 2.8rem;
  }
}

.text-8 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .text-8\@small {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-8\@medium {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-8\@until-large {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-8\@large {
    font-size: 3.2rem;
  }
}

.text-9 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .text-9\@small {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-9\@medium {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-9\@until-large {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-9\@large {
    font-size: 3.6rem;
  }
}

.text-10 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .text-10\@small {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-10\@medium {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .text-10\@until-large {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-10\@large {
    font-size: 4rem;
  }
}

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  overflow: visible;
  margin: 5px;
  padding: 0px;
}

.container.v-centered {
  -ms-flex-align: center;
      align-items: center;
}

.container.h-centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.container.f-centered {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 768px) {
  .container.column:not(.custom):not(.active\@small):not(.active\@medium):not(.active\@until-large):not(.active\@large) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.container.column.active\@small > .column, .container.column.active\@medium > .column, .container.column.active\@until-large > .column, .container.column.active\@large > .column {
  margin: 0 0 10px 0;
}

.container.column.custom:not(.active) > .column {
  margin: 0 0 10px 0;
}

.container.column.custom.active {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.container.column.custom.active > .column {
  margin: 0 10px 0 0;
}

.container.column.custom.active > .column.size-1-2, .container.column.custom.active > .column.size-half {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.container.column.custom.active > .column.size-1-3 {
  -ms-flex: none;
      flex: none;
  width: 33.33333% !important;
}

.container.column.custom.active > .column.size-2-3 {
  -ms-flex: none;
      flex: none;
  width: 66.66667% !important;
}

.container.column.custom.active > .column.size-1-4 {
  -ms-flex: none;
      flex: none;
  width: 25% !important;
}

.container.column.custom.active > .column.size-2-4 {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.container.column.custom.active > .column.size-3-4 {
  -ms-flex: none;
      flex: none;
  width: 75% !important;
}

.container.column.custom.active > .column.size-1-5 {
  -ms-flex: none;
      flex: none;
  width: 20% !important;
}

.container.column.custom.active > .column.size-2-5 {
  -ms-flex: none;
      flex: none;
  width: 40% !important;
}

.container.column.custom.active > .column.size-3-5 {
  -ms-flex: none;
      flex: none;
  width: 60% !important;
}

.container.column.custom.active > .column.size-4-5 {
  -ms-flex: none;
      flex: none;
  width: 80% !important;
}

.container.column.custom.active > .column.size-1-12 {
  -ms-flex: none;
      flex: none;
  width: 8.33333% !important;
}

.container.column.custom.active > .column.size-2-12 {
  -ms-flex: none;
      flex: none;
  width: 16.66667% !important;
}

.container.column.custom.active > .column.size-3-12 {
  -ms-flex: none;
      flex: none;
  width: 25% !important;
}

.container.column.custom.active > .column.size-4-12 {
  -ms-flex: none;
      flex: none;
  width: 33.33333% !important;
}

.container.column.custom.active > .column.size-5-12 {
  -ms-flex: none;
      flex: none;
  width: 41.66667% !important;
}

.container.column.custom.active > .column.size-6-12 {
  -ms-flex: none;
      flex: none;
  width: 50% !important;
}

.container.column.custom.active > .column.size-7-12 {
  -ms-flex: none;
      flex: none;
  width: 58.33333% !important;
}

.container.column.custom.active > .column.size-8-12 {
  -ms-flex: none;
      flex: none;
  width: 66.66667% !important;
}

.container.column.custom.active > .column.size-9-12 {
  -ms-flex: none;
      flex: none;
  width: 75% !important;
}

.container.column.custom.active > .column.size-10-12 {
  -ms-flex: none;
      flex: none;
  width: 83.33333% !important;
}

.container.column.custom.active > .column.size-11-12 {
  -ms-flex: none;
      flex: none;
  width: 91.66667% !important;
}

@media screen and (max-width: 767px) {
  .container.column.active\@all {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container.column.active\@all > .column {
    margin: 0 10px 0 0;
  }
  .container.column.active\@all > .column.size-1-2, .container.column.active\@all > .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@all > .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@all > .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@all > .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@all > .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@all > .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@all > .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container.column.active\@all > .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container.column.active\@all > .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container.column.active\@all > .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container.column.active\@all > .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container.column.active\@all > .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container.column.active\@all > .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@all > .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@all > .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container.column.active\@all > .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@all > .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container.column.active\@all > .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@all > .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@all > .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container.column.active\@all > .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .container.column.active\@small {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container.column.active\@small > .column {
    margin: 0 10px 0 0;
  }
  .container.column.active\@small > .column.size-1-2, .container.column.active\@small > .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@small > .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@small > .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@small > .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@small > .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@small > .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@small > .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container.column.active\@small > .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container.column.active\@small > .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container.column.active\@small > .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container.column.active\@small > .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container.column.active\@small > .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container.column.active\@small > .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@small > .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@small > .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container.column.active\@small > .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@small > .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container.column.active\@small > .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@small > .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@small > .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container.column.active\@small > .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container.column.active\@medium {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container.column.active\@medium > .column {
    margin: 0 10px 0 0;
  }
  .container.column.active\@medium > .column.size-1-2, .container.column.active\@medium > .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@medium > .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@medium > .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@medium > .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@medium > .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@medium > .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@medium > .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container.column.active\@medium > .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container.column.active\@medium > .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container.column.active\@medium > .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container.column.active\@medium > .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container.column.active\@medium > .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container.column.active\@medium > .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@medium > .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@medium > .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container.column.active\@medium > .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@medium > .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container.column.active\@medium > .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@medium > .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@medium > .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container.column.active\@medium > .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 1023px) {
  .container.column.active\@until-large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container.column.active\@until-large > .column {
    margin: 0 10px 0 0;
  }
  .container.column.active\@until-large > .column.size-1-2, .container.column.active\@until-large > .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@until-large > .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@until-large > .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@until-large > .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@until-large > .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@until-large > .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@until-large > .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container.column.active\@until-large > .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container.column.active\@until-large > .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container.column.active\@until-large > .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container.column.active\@until-large > .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container.column.active\@until-large > .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container.column.active\@until-large > .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@until-large > .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@until-large > .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container.column.active\@until-large > .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@until-large > .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container.column.active\@until-large > .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@until-large > .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@until-large > .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container.column.active\@until-large > .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 1024px) {
  .container.column.active\@large {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container.column.active\@large > .column {
    margin: 0 10px 0 0;
  }
  .container.column.active\@large > .column.size-1-2, .container.column.active\@large > .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@large > .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@large > .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@large > .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@large > .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@large > .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@large > .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container.column.active\@large > .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container.column.active\@large > .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container.column.active\@large > .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container.column.active\@large > .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container.column.active\@large > .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container.column.active\@large > .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container.column.active\@large > .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container.column.active\@large > .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container.column.active\@large > .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container.column.active\@large > .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container.column.active\@large > .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container.column.active\@large > .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container.column.active\@large > .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container.column.active\@large > .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

.container .column {
  margin: 0 10px 0 0;
  padding: 5px;
  width: 100%;
}

.container .column.default {
  -ms-flex: none;
      flex: none;
  width: auto;
}

@media screen and (max-width: 767px) {
  .container .column.default\@small {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container .column.default\@medium {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .container .column.default\@until-large {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .container .column.default\@large {
    -ms-flex: none;
        flex: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container .column {
    margin: 0 0 10px 0;
  }
}

.container .column:last-child {
  margin: 0 !important;
}

.container .column.full {
  -ms-flex: none;
      flex: none;
  width: 100%;
}

.container .column.container {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .container .column.size-1-2, .container .column.size-half {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-1-3 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-2-3 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-1-4 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-2-4 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-3-4 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-1-5 {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container .column.size-2-5 {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container .column.size-3-5 {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container .column.size-4-5 {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container .column.size-1-12 {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container .column.size-2-12 {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container .column.size-3-12 {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-4-12 {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-5-12 {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container .column.size-6-12 {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-7-12 {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container .column.size-8-12 {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-9-12 {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-10-12 {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container .column.size-11-12 {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 767px) {
  .container .column.size-1-2\@small, .container .column.size-half\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-1-3\@small {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-2-3\@small {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-1-4\@small {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-2-4\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-3-4\@small {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-1-5\@small {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container .column.size-2-5\@small {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container .column.size-3-5\@small {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container .column.size-4-5\@small {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container .column.size-1-12\@small {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container .column.size-2-12\@small {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container .column.size-3-12\@small {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-4-12\@small {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-5-12\@small {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container .column.size-6-12\@small {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-7-12\@small {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container .column.size-8-12\@small {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-9-12\@small {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-10-12\@small {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container .column.size-11-12\@small {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container .column.size-1-2\@medium, .container .column.size-half\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-1-3\@medium {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-2-3\@medium {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-1-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-2-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-3-4\@medium {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-1-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container .column.size-2-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container .column.size-3-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container .column.size-4-5\@medium {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container .column.size-1-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container .column.size-2-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container .column.size-3-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-4-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-5-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container .column.size-6-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-7-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container .column.size-8-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-9-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-10-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container .column.size-11-12\@medium {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (max-width: 1023px) {
  .container .column.size-1-2\@until-large, .container .column.size-half\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-1-3\@until-large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-2-3\@until-large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-1-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-2-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-3-4\@until-large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-1-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container .column.size-2-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container .column.size-3-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container .column.size-4-5\@until-large {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container .column.size-1-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container .column.size-2-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container .column.size-3-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-4-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-5-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container .column.size-6-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-7-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container .column.size-8-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-9-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-10-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container .column.size-11-12\@until-large {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

@media screen and (min-width: 1024px) {
  .container .column.size-1-2\@large, .container .column.size-half\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-1-3\@large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-2-3\@large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-1-4\@large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-2-4\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-3-4\@large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-1-5\@large {
    -ms-flex: none;
        flex: none;
    width: 20% !important;
  }
  .container .column.size-2-5\@large {
    -ms-flex: none;
        flex: none;
    width: 40% !important;
  }
  .container .column.size-3-5\@large {
    -ms-flex: none;
        flex: none;
    width: 60% !important;
  }
  .container .column.size-4-5\@large {
    -ms-flex: none;
        flex: none;
    width: 80% !important;
  }
  .container .column.size-1-12\@large {
    -ms-flex: none;
        flex: none;
    width: 8.33333% !important;
  }
  .container .column.size-2-12\@large {
    -ms-flex: none;
        flex: none;
    width: 16.66667% !important;
  }
  .container .column.size-3-12\@large {
    -ms-flex: none;
        flex: none;
    width: 25% !important;
  }
  .container .column.size-4-12\@large {
    -ms-flex: none;
        flex: none;
    width: 33.33333% !important;
  }
  .container .column.size-5-12\@large {
    -ms-flex: none;
        flex: none;
    width: 41.66667% !important;
  }
  .container .column.size-6-12\@large {
    -ms-flex: none;
        flex: none;
    width: 50% !important;
  }
  .container .column.size-7-12\@large {
    -ms-flex: none;
        flex: none;
    width: 58.33333% !important;
  }
  .container .column.size-8-12\@large {
    -ms-flex: none;
        flex: none;
    width: 66.66667% !important;
  }
  .container .column.size-9-12\@large {
    -ms-flex: none;
        flex: none;
    width: 75% !important;
  }
  .container .column.size-10-12\@large {
    -ms-flex: none;
        flex: none;
    width: 83.33333% !important;
  }
  .container .column.size-11-12\@large {
    -ms-flex: none;
        flex: none;
    width: 91.66667% !important;
  }
}

.el-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: bottom;
}

.el-group > *, .el-group > .dropdown > .btn {
  margin: 0 !important;
}

.el-group > .dropdown > .btn {
  height: 100%;
}

.el-group:not(.vertical) > :first-child, .el-group:not(.vertical) > label:first-child > .btn, .el-group:not(.vertical) > .dropdown:first-child > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.el-group:not(.vertical) > *:not(:first-child):not(:last-child), .el-group:not(.vertical) label:not(:first-child):not(:last-child) > .btn {
  border-radius: 0 0 0 0 !important;
}

.el-group:not(.vertical) > *:not(:first-child):not(:last-child).btn {
  border-left-width: 0 !important;
}

.el-group:not(.vertical) > :last-child, .el-group:not(.vertical) > label:last-child > .btn, .el-group:not(.vertical) > .dropdown:last-child > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.el-group:not(.vertical) > :last-child.btn, .el-group:not(.vertical) > .dropdown:last-child > .btn {
  border-left-width: 0 !important;
}

.el-group.vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.el-group.vertical > :first-child, .el-group.vertical > label:first-child > .btn {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.el-group.vertical > :first-child.button {
  border-bottom-width: 0 !important;
}

.el-group.vertical > *:not(:first-child):not(:last-child), .el-group.vertical label:not(:first-child):not(:last-child) > .btn {
  border-radius: 0 0 0 0 !important;
}

.el-group.vertical > *:not(:first-child):not(:last-child).btn {
  border-bottom-width: 0 !important;
}

.el-group.vertical > :last-child, .el-group.vertical > label:last-child > .btn {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.el-group.vertical > label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.el-group.vertical > label > .btn {
  width: 100%;
}

.el-group.fullwidth, .el-group.full-width {
  display: -ms-flexbox;
  display: flex;
}

.snap-container {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.snap-container:not(.vertical) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.snap-container.vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.snap-container.active\@small, .snap-container.active\@medium, .snap-container.active\@until-large, .snap-container.active\@large {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

@media screen and (max-width: 767px) {
  .snap-container.active\@small:not(.vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .snap-container.active\@small.vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .snap-container.active\@medium:not(.vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .snap-container.active\@medium.vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (max-width: 1023px) {
  .snap-container.active\@until-large:not(.vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .snap-container.active\@until-large.vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

@media screen and (min-width: 1024px) {
  .snap-container.active\@large:not(.vertical) {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .snap-container.active\@large.vertical {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

.snap-container.snap-start > .snap-item {
  scroll-snap-align: start;
}

.snap-container.snap-end > .snap-item {
  scroll-snap-align: end;
}

.snap-container > .snap-item {
  scroll-snap-align: center;
}

.snap-container > .snap-item.snap-start {
  scroll-snap-align: start;
}

.snap-container > .snap-item.snap-center {
  scroll-snap-align: center;
}

.snap-container > .snap-item.snap-end {
  scroll-snap-align: end;
}
