/*
 * Quasar Framework v0.17.8
 * (c) 2016-present Razvan Stoenescu
 * Released under the MIT License.
 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
  width: 100%;
}
html[dir=ltr], [dir=ltr] body, [dir=ltr] #q-app {
  direction: ltr;
}
html[dir=rtl], [dir=rtl] body, [dir=rtl] #q-app {
  direction: rtl;
}
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html[dir], [dir] body {
  margin: 0;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none /* mobile firefox too! */;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
[dir] abbr[title] {
  border-bottom: none;
}
dfn {
  font-style: italic;
}
[dir] img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
[dir] button, [dir] input, [dir] select, [dir] textarea {
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
[dir] button::-moz-focus-inner, [dir] input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-icon {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
[dir=ltr] .q-icon {
  direction: ltr;
}
[dir=rtl] .q-icon {
  direction: rtl;
}
.q-icon,
.material-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
[dir] .q-icon, [dir] .material-icons {
  cursor: inherit;
}
.q-actionsheet {
  max-width: 95%;
  overflow: hidden;
}
[dir] .q-actionsheet {
  border-radius: 13px;
  background: #fff;
  margin-bottom: 10px;
}
[dir=ltr] .q-actionsheet {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .q-actionsheet {
  margin-right: auto;
  margin-left: auto;
}
.q-actionsheet-title {
  min-height: 48px;
  color: #777;
  color: var(--q-color-faded);
}
[dir] .q-actionsheet-title {
  padding: 0 16px;
  text-align: center;
}
[dir] .q-actionsheet-grid {
  padding: 8px 16px;
}
[dir] .q-actionsheet-grid .q-item-separator-component {
  margin: 18px 0;
}
.q-actionsheet-grid-item {
  transition: background 0.3s;
}
[dir] .q-actionsheet-grid-item {
  padding: 8px 16px;
  -webkit-transition: background 0.3s;
}
.q-actionsheet-grid-item:hover,
.q-actionsheet-grid-item:focus {
  outline: 0;
}
[dir] .q-actionsheet-grid-item:hover, [dir] .q-actionsheet-grid-item:focus {
  background: #d0d0d0;
}
.q-actionsheet-grid-item i,
.q-actionsheet-grid-item img {
  font-size: 48px;
}
[dir] .q-actionsheet-grid-item i, [dir] .q-actionsheet-grid-item img {
  margin-bottom: 4px;
}
.q-actionsheet-grid-item .avatar {
  width: 48px;
  height: 48px;
}
.q-actionsheet-grid-item span {
  color: #777;
  color: var(--q-color-faded);
}
.q-loading-bar {
  position: fixed;
  z-index: 9998;
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
[dir] .q-loading-bar {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.q-loading-bar.top {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  top: 0;
  width: 100%;
}
.q-loading-bar.bottom {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  width: 100%;
}
.q-loading-bar.right {
  top: 0;
  bottom: 0;
  height: 100%;
}
[dir=ltr] .q-loading-bar.right {
  right: 0;
}
[dir=rtl] .q-loading-bar.right {
  left: 0;
}
.q-loading-bar.left {
  top: 0;
  bottom: 0;
  height: 100%;
}
[dir=ltr] .q-loading-bar.left {
  left: 0;
}
[dir=rtl] .q-loading-bar.left {
  right: 0;
}
.q-alert {
  -webkit-box-shadow: none;
}
[dir] .q-alert {
  border-radius: 4px;
          box-shadow: none;
}
.q-alert .avatar {
  width: 32px;
  height: 32px;
}
.q-alert-side,
.q-alert-content {
  font-size: 16px;
  word-break: break-word;
}
[dir] .q-alert-side, [dir] .q-alert-content {
  padding: 12px;
}
.q-alert-side {
  font-size: 24px;
}
[dir] .q-alert-side {
  background: rgba(0,0,0,0.1);
}
[dir=ltr] .q-alert-actions {
  padding: 12px 12px 12px 0;
}
[dir=rtl] .q-alert-actions {
  padding: 12px 0 12px 12px;
}
.q-alert-detail {
  font-size: 12px;
}
[dir] body.desktop .q-select-highlight {
  background: rgba(189,189,189,0.5) !important;
}
.q-breadcrumbs .q-icon,
.q-breadcrumbs .q-breadcrumbs-separator {
  font-size: 150%;
}
.q-breadcrumbs-last a {
  pointer-events: none;
}
[dir=rtl] .q-breadcrumbs-separator .q-icon {
  -webkit-transform: scaleX(-1) /* rtl:ignore */;
          transform: scaleX(-1) /* rtl:ignore */;
}
.q-btn {
  outline: 0;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  min-height: 2.572em;
}
[dir] .q-btn {
  border: 0;
  cursor: pointer;
  padding: 4px 16px;
  background: transparent;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
button.q-btn {
  -webkit-appearance: button;
}
a.q-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.q-btn .q-icon,
.q-btn .q-spinner {
  font-size: 1.4em;
}
.q-btn .q-btn-inner:before {
  content: '';
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn-progress {
  transition: all 0.3s;
  height: 100%;
}
[dir] .q-btn-progress {
  -webkit-transition: all 0.3s;
  background: rgba(255,255,255,0.25);
}
[dir] .q-btn-progress.q-btn-dark-progress {
  background: rgba(0,0,0,0.2);
}
[dir] .q-btn-rectangle {
  border-radius: 4px;
}
[dir] .q-btn-outline {
  border: 1px solid currentColor;
  background: transparent !important;
}
[dir] .q-btn-push {
  border-radius: 7px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}
.q-btn-push:active:not(.disabled),
.q-btn-push.active:not(.disabled) {
  -webkit-transform: translateY(3px);
}
[dir] .q-btn-push:active:not(.disabled), [dir] .q-btn-push.active:not(.disabled) {
          transform: translateY(3px);
  border-bottom-color: transparent;
}
.q-btn-push .q-focus-helper,
.q-btn-push .q-ripple-container {
  height: auto;
  bottom: -3px;
}
[dir] .q-btn-rounded {
  border-radius: 28px;
}
.q-btn-round {
  min-height: 0;
  height: 3em;
  width: 3em;
}
[dir] .q-btn-round {
  border-radius: 50%;
  padding: 0;
}
.q-btn-dense {
  min-height: 2em;
}
[dir] .q-btn-dense {
  padding: 0.285em;
}
.q-btn-dense.q-btn-round {
  height: 2.4em;
  width: 2.4em;
}
[dir] .q-btn-dense.q-btn-round {
  padding: 0;
}
[dir=ltr] .q-btn-dense .on-left {
  margin-right: 6px;
}
[dir=rtl] .q-btn-dense .on-left {
  margin-left: 6px;
}
[dir=ltr] .q-btn-dense .on-right {
  margin-left: 6px;
}
[dir=rtl] .q-btn-dense .on-right {
  margin-right: 6px;
}
.q-btn-fab .q-icon,
.q-btn-fab-mini .q-icon {
  font-size: 24px;
}
.q-btn-fab {
  height: 56px;
  width: 56px;
}
.q-btn-fab-mini {
  height: 40px;
  width: 40px;
}
[dir] .q-btn-dropdown-split .q-btn-dropdown-arrow {
  padding: 0 4px;
}
[dir=ltr] .q-btn-dropdown-split .q-btn-dropdown-arrow {
  border-left: 1px solid rgba(255,255,255,0.3);
}
[dir=rtl] .q-btn-dropdown-split .q-btn-dropdown-arrow {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.q-btn-group {
  vertical-align: middle;
}
[dir] .q-btn-group {
  border-radius: 4px;
}
[dir=ltr] .q-btn-group > .q-btn-group > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group > .q-btn:first-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group > .q-btn:last-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
  border-left: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
  border-right: 0;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
  border-right: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
  border-left: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item + .q-btn-item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item + .q-btn-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir] .q-btn-group-push {
  border-radius: 7px;
}
.q-btn-group-push > .q-btn-push .q-btn-inner {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-btn-group-push > .q-btn-push .q-btn-inner {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group-push > .q-btn-push:active:not(.disabled),
.q-btn-group-push > .q-btn-push.active:not(.disabled) {
  -webkit-transform: translateY(0);
}
[dir] .q-btn-group-push > .q-btn-push:active:not(.disabled), [dir] .q-btn-group-push > .q-btn-push.active:not(.disabled) {
  border-bottom-color: rgba(0,0,0,0.15);
          transform: translateY(0);
}
.q-btn-group-push > .q-btn-push:active:not(.disabled) .q-btn-inner,
.q-btn-group-push > .q-btn-push.active:not(.disabled) .q-btn-inner {
  -webkit-transform: translateY(3px);
}
[dir] .q-btn-group-push > .q-btn-push:active:not(.disabled) .q-btn-inner, [dir] .q-btn-group-push > .q-btn-push.active:not(.disabled) .q-btn-inner {
          transform: translateY(3px);
}
[dir] .q-btn-group-rounded {
  border-radius: 28px;
}
[dir=ltr] .q-btn-group-outline > .q-btn-item + .q-btn-item {
  border-left: 0;
}
[dir=rtl] .q-btn-group-outline > .q-btn-item + .q-btn-item {
  border-right: 0;
}
[dir=ltr] .q-btn-group-outline > .q-btn-item:not(:last-child) {
  border-right: 0;
}
[dir=rtl] .q-btn-group-outline > .q-btn-item:not(:last-child) {
  border-left: 0;
}
.q-card {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  vertical-align: top;
}
[dir] .q-card {
  border-radius: 4px;
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-card > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[dir=rtl] .q-card > div:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
[dir=ltr] .q-card > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
[dir=rtl] .q-card > div:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[dir] .q-card > .q-list {
  border: 0;
}
.q-card-separator {
  height: 1px;
}
[dir] .q-card-separator {
  background: rgba(0,0,0,0.1);
}
[dir] .q-card-separator.inset {
  margin: 0 16px;
}
[dir] .q-card-container {
  padding: 16px;
}
.q-card-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2rem;
}
.q-card-title:empty {
  display: none;
}
.q-card-subtitle,
.q-card-title-extra {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
}
.q-card-subtitle .q-icon,
.q-card-title-extra .q-icon {
  font-size: 24px;
}
.q-card-main {
  font-size: 14px;
}
[dir] .q-card-primary + .q-card-main {
  padding-top: 0;
}
[dir] .q-card-actions {
  padding: 8px;
}
[dir] .q-card-actions .q-btn {
  padding: 0 8px;
}
[dir=ltr] .q-card-actions-horiz .q-btn + .q-btn {
  margin-left: 8px;
}
[dir=rtl] .q-card-actions-horiz .q-btn + .q-btn {
  margin-right: 8px;
}
[dir] .q-card-actions-vert .q-btn + .q-btn {
  margin-top: 4px;
}
.q-card-media {
  overflow: hidden;
}
.q-card-media > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
[dir] .q-card-media > img {
  border: 0;
}
.q-card-media-overlay {
  color: #fff;
}
[dir] .q-card-media-overlay {
  background: rgba(0,0,0,0.47);
}
.q-card-media-overlay .q-card-subtitle {
  color: #fff;
}
[dir] .q-card-dark .q-card-separator {
  background: rgba(255,255,255,0.2);
}
.q-card-dark .q-card-subtitle,
.q-card-dark .q-card-title-extra {
  color: rgba(255,255,255,0.6);
}
.q-carousel {
  overflow: hidden;
  position: relative;
}
.q-carousel-inner {
  position: relative;
  height: 100%;
}
.q-carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
[dir] .q-carousel-slide {
  margin: 0;
  padding: 18px;
}
.q-carousel-track {
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
[dir] .q-carousel-track {
  padding: 0;
  margin: 0;
}
.q-carousel-track.infinite-left > div:nth-last-child(2) {
  -webkit-box-ordinal-group: -999;
      -ms-flex-order: -1000;
          order: -1000;
}
[dir=ltr] .q-carousel-track.infinite-left > div:nth-last-child(2) {
  margin-left: -100%;
}
[dir=rtl] .q-carousel-track.infinite-left > div:nth-last-child(2) {
  margin-right: -100%;
}
.q-carousel-track.infinite-right > div:nth-child(2) {
  -webkit-box-ordinal-group: 1001;
      -ms-flex-order: 1000;
          order: 1000;
}
.q-carousel-left-arrow,
.q-carousel-right-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
}
[dir] .q-carousel-left-arrow, [dir] .q-carousel-right-arrow {
          transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
}
[dir=ltr] .q-carousel-left-arrow {
  left: 5px;
}
[dir=rtl] .q-carousel-left-arrow {
  right: 5px;
}
[dir=ltr] .q-carousel-right-arrow {
  right: 5px;
}
[dir=rtl] .q-carousel-right-arrow {
  left: 5px;
}
[dir] .q-carousel-quick-nav {
  padding: 2px 0;
  background: rgba(0,0,0,0.3);
}
.q-carousel-quick-nav .q-icon {
  font-size: 18px !important;
}
.q-carousel-quick-nav .q-btn.inactive {
  opacity: 0.5;
}
.q-carousel-quick-nav .q-btn.inactive .q-icon {
  font-size: 14px !important;
}
.q-carousel-thumbnails {
  will-change: transform;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(105%);
  width: 100%;
  height: auto;
  max-height: 60%;
  overflow: auto;
  -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -5px 6px rgba(0,0,0,0.23);
}
[dir] .q-carousel-thumbnails {
  -webkit-transition: -webkit-transform 0.3s;
          transform: translateY(105%);
  background: #000;
  padding: 0.5rem;
  text-align: center;
          box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -5px 6px rgba(0,0,0,0.23);
}
.q-carousel-thumbnails.active {
  -webkit-transform: translateY(0);
}
[dir] .q-carousel-thumbnails.active {
          transform: translateY(0);
}
.q-carousel-thumbnails img {
  height: auto;
  width: 100%;
  display: block;
  opacity: 0.5;
  will-change: opacity;
  transition: opacity 0.3s;
}
[dir] .q-carousel-thumbnails img {
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  border: 1px solid #000;
}
.q-carousel-thumbnails > div > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
}
.q-carousel-thumbnails > div > div.active img,
.q-carousel-thumbnails > div > div img.active {
  opacity: 1;
}
[dir] .q-carousel-thumbnails > div > div.active img, [dir] .q-carousel-thumbnails > div > div img.active {
  border-color: #fff;
}
.q-carousel-thumbnail-btn {
  top: 5px;
}
[dir] .q-carousel-thumbnail-btn {
  background: rgba(0,0,0,0.3);
}
[dir=ltr] .q-carousel-thumbnail-btn {
  right: 5px;
}
[dir=rtl] .q-carousel-thumbnail-btn {
  left: 5px;
}
body.desktop .q-carousel-thumbnails img:hover {
  opacity: 1;
}
.q-message-name,
.q-message-stamp,
.q-message-label {
  font-size: small;
}
[dir=ltr] .q-message-name {
  padding-left: 11px;
}
[dir=rtl] .q-message-name {
  padding-right: 11px;
}
[dir] .q-message-label {
  margin: 24px 0;
}
.q-message-stamp {
  color: inherit;
  opacity: 0.6;
  display: none;
}
[dir] .q-message-stamp {
  margin-top: 4px;
}
.q-message-avatar {
  width: 48px;
  height: 48px;
}
[dir] .q-message-avatar {
  border-radius: 50%;
}
[dir] .q-message {
  margin-bottom: 8px;
}
[dir] .q-message:first-child .q-message-label {
  margin-top: 0;
}
[dir=ltr] .q-message-received .q-message-avatar {
  margin-right: 8px;
}
[dir=rtl] .q-message-received .q-message-avatar {
  margin-left: 8px;
}
.q-message-received .q-message-text {
  color: #81c784;
}
[dir] .q-message-received .q-message-text {
  border-radius: 20px;
}
[dir=ltr] .q-message-received .q-message-text:last-child:before {
  left: -7px;
  border-left: 20px solid currentColor;
  border-bottom-right-radius: 16px 14px;
}
[dir=rtl] .q-message-received .q-message-text:last-child:before {
  right: -7px;
  border-right: 20px solid currentColor;
  border-bottom-left-radius: 16px 14px;
}
[dir=ltr] .q-message-received .q-message-text:last-child:after {
  left: 23px;
  border-bottom-right-radius: 10px;
}
[dir=rtl] .q-message-received .q-message-text:last-child:after {
  right: 23px;
  border-bottom-left-radius: 10px;
}
.q-message-received .q-message-text-content {
  color: #000;
}
[dir=ltr] .q-message-sent .q-message-name {
  text-align: right;
  padding-right: 11px;
}
[dir=rtl] .q-message-sent .q-message-name {
  text-align: left;
  padding-left: 11px;
}
[dir=ltr] .q-message-sent .q-message-avatar {
  margin-left: 8px;
}
[dir=rtl] .q-message-sent .q-message-avatar {
  margin-right: 8px;
}
.q-message-sent .q-message-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
  color: #e0e0e0;
}
[dir] .q-message-sent .q-message-text {
  border-radius: 20px;
}
[dir=ltr] .q-message-sent .q-message-text:last-child:before {
  right: -7px;
  border-right: 20px solid currentColor;
  border-bottom-left-radius: 16px 14px;
}
[dir=rtl] .q-message-sent .q-message-text:last-child:before {
  left: -7px;
  border-left: 20px solid currentColor;
  border-bottom-right-radius: 16px 14px;
}
[dir=ltr] .q-message-sent .q-message-text:last-child:after {
  right: -37px;
  border-bottom-left-radius: 10px;
}
[dir=rtl] .q-message-sent .q-message-text:last-child:after {
  left: -37px;
  border-bottom-right-radius: 10px;
}
.q-message-sent .q-message-text-content {
  color: #000;
}
.q-message-text {
  line-height: 1.2;
  word-break: break-word;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
[dir] .q-message-text {
  background: currentColor;
  padding: 9px 11px;
          transform: translate3d(0, 0, 0);
}
[dir] .q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before,
.q-message-text:last-child:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 20px;
  -webkit-transform: translate(0, -2px);
}
[dir] .q-message-text:last-child:before, [dir] .q-message-text:last-child:after {
          transform: translate(0, -2px);
}
.q-message-text:last-child:after {
  width: 7px;
}
[dir] .q-message-text:last-child:after {
  background: #fff;
}
[dir=ltr] .q-message-text:last-child:after {
  -webkit-transform: translate(-30px, -2px);
  transform: translate(-30px, -2px);
}
[dir=rtl] .q-message-text:last-child:after {
  -webkit-transform: translate(30px, -2px);
          transform: translate(30px, -2px);
}
.q-checkbox-icon {
  height: 21px;
  width: 21px;
  font-size: 21px;
  opacity: 0;
}
.q-chip {
  min-height: 32px;
  max-width: 100%;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
}
[dir] .q-chip {
  padding: 0 12px;
  border: #e0e0e0;
  border-radius: 2rem;
  background: #eee;
}
.q-chip:focus .q-chip-close {
  opacity: 0.8;
}
.q-chip .q-icon {
  font-size: 24px;
  line-height: 1;
}
.q-chip-main {
  line-height: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.q-chip-side {
  height: 32px;
  width: 32px;
  min-width: 32px;
  overflow: hidden;
}
[dir] .q-chip-side {
  border-radius: 50%;
}
.q-chip-side img {
  width: 100%;
  height: 100%;
}
[dir=ltr] .q-chip-left {
  margin-left: -12px;
  margin-right: 8px;
}
[dir=rtl] .q-chip-left {
  margin-right: -12px;
  margin-left: 8px;
}
[dir=ltr] .q-chip-right {
  margin-left: 2px;
  margin-right: -12px;
}
[dir=rtl] .q-chip-right {
  margin-right: 2px;
  margin-left: -12px;
}
[dir] .q-chip-square {
  border-radius: 2px;
}
.q-chip-floating {
  position: absolute;
  top: -0.3em;
  pointer-events: none;
}
[dir=ltr] .q-chip-floating {
  right: -0.3em;
}
[dir=rtl] .q-chip-floating {
  left: -0.3em;
}
.q-chip-tag {
  position: relative;
}
[dir=ltr] .q-chip-tag {
  padding-left: 1.7rem;
}
[dir=rtl] .q-chip-tag {
  padding-right: 1.7rem;
}
.q-chip-tag:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
}
[dir] .q-chip-tag:after {
  margin-top: -0.25rem;
  background: #fff;
          box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 50%;
}
[dir=ltr] .q-chip-tag:after {
  left: 0.5rem;
}
[dir=rtl] .q-chip-tag:after {
  right: 0.5rem;
}
.q-chip-pointing {
  position: relative;
  z-index: 0;
}
.q-chip-pointing:before {
  content: '';
  z-index: -1;
  width: 16px;
  height: 16px;
  position: absolute;
}
[dir] .q-chip-pointing:before {
  background: inherit;
}
[dir] .q-chip-pointing-up {
  margin-top: 0.8rem;
}
.q-chip-pointing-up:before {
  top: 0;
}
[dir=ltr] .q-chip-pointing-up:before {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-22%) rotate(45deg);
  transform: translateX(-50%) translateY(-22%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-up:before {
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-22%) rotate(-45deg);
          transform: translateX(50%) translateY(-22%) rotate(-45deg);
}
[dir] .q-chip-pointing-down {
  margin-bottom: 0.8rem;
}
.q-chip-pointing-down:before {
  top: 100%;
}
[dir=ltr] .q-chip-pointing-down:before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-78%) rotate(45deg);
  transform: translateX(-50%) translateY(-78%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-down:before {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-78%) rotate(-45deg);
          transform: translateX(50%) translateY(-78%) rotate(-45deg);
}
[dir=ltr] .q-chip-pointing-right {
  margin-right: 0.8rem;
}
[dir=rtl] .q-chip-pointing-right {
  margin-left: 0.8rem;
}
.q-chip-pointing-right:before {
  top: 50%;
  bottom: auto;
}
[dir=ltr] .q-chip-pointing-right:before {
  right: 2px;
  left: auto;
  -webkit-transform: translateX(33%) translateY(-50%) rotate(45deg);
  transform: translateX(33%) translateY(-50%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-right:before {
  left: 2px;
  right: auto;
  -webkit-transform: translateX(-33%) translateY(-50%) rotate(-45deg);
          transform: translateX(-33%) translateY(-50%) rotate(-45deg);
}
[dir=ltr] .q-chip-pointing-left {
  margin-left: 0.8rem;
}
[dir=rtl] .q-chip-pointing-left {
  margin-right: 0.8rem;
}
.q-chip-pointing-left:before {
  top: 50%;
  bottom: auto;
}
[dir=ltr] .q-chip-pointing-left:before {
  left: 2px;
  right: auto;
  -webkit-transform: translateX(-33%) translateY(-50%) rotate(45deg);
  transform: translateX(-33%) translateY(-50%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-left:before {
  right: 2px;
  left: auto;
  -webkit-transform: translateX(33%) translateY(-50%) rotate(-45deg);
          transform: translateX(33%) translateY(-50%) rotate(-45deg);
}
.q-chip-detail {
  opacity: 0.8;
}
[dir] .q-chip-detail {
  background: rgba(0,0,0,0.1);
  padding: 0 5px;
  border-radius: inherit;
}
[dir=ltr] .q-chip-detail {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .q-chip-detail {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-chip-small {
  min-height: 26px;
}
.q-chip-small .q-chip-main {
  line-height: initial;
}
[dir] .q-chip-small .q-chip-main {
  padding: 4px 1px;
}
.q-chip-small .q-chip-side {
  height: 26px;
  width: 26px;
  min-width: 26px;
}
.q-chip-small .q-chip-icon {
  font-size: 16px;
}
.q-chip-dense {
  min-height: 1px;
  font-size: 12px;
}
[dir] .q-chip-dense {
  padding: 0 3px;
}
[dir=ltr] .q-chip-dense.q-chip-tag {
  padding-left: 1.3rem;
}
[dir=rtl] .q-chip-dense.q-chip-tag {
  padding-right: 1.3rem;
}
.q-chip-dense.q-chip-pointing:before {
  width: 9px;
  height: 9px;
}
[dir] .q-chip-dense .q-chip-main {
  padding: 1px;
}
.q-chip-dense .q-chip-side {
  height: 18px;
  width: 18px;
  min-width: 16px;
  font-size: 14px;
}
[dir=ltr] .q-chip-dense .q-chip-left {
  margin-left: -3px;
  margin-right: 2px;
}
[dir=rtl] .q-chip-dense .q-chip-left {
  margin-right: -3px;
  margin-left: 2px;
}
[dir=ltr] .q-chip-dense .q-chip-right {
  margin-left: 2px;
  margin-right: -2px;
}
[dir=rtl] .q-chip-dense .q-chip-right {
  margin-right: 2px;
  margin-left: -2px;
}
.q-chip-dense .q-icon {
  font-size: 16px;
}
[dir] .q-input-chips {
  margin-top: -6px;
  margin-bottom: -6px;
}
.q-input-chips input.q-input-target {
  min-width: 70px !important;
}
[dir] .q-collapsible-sub-item {
  padding: 8px 16px;
}
[dir=ltr] .q-collapsible-sub-item.indent {
  padding-left: 48px;
  padding-right: 0;
}
[dir=rtl] .q-collapsible-sub-item.indent {
  padding-right: 48px;
  padding-left: 0;
}
[dir] .q-collapsible-sub-item .q-card {
  margin-bottom: 0;
}
[dir] .q-collapsible.router-link-active > .q-item {
  background: rgba(189,189,189,0.4);
}
.q-collapsible {
  transition: padding 0.5s;
}
[dir] .q-collapsible {
  -webkit-transition: padding 0.5s;
}
[dir] .q-collapsible-popup-closed {
  padding: 0 15px;
}
[dir] .q-collapsible-popup-closed .q-collapsible-inner {
  border: 1px solid #e0e0e0;
}
[dir] .q-collapsible-popup-closed + .q-collapsible-popup-closed .q-collapsible-inner {
  border-top: 0;
}
[dir] .q-collapsible-popup-opened {
  padding: 15px 0;
}
.q-collapsible-popup-opened .q-collapsible-inner {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-collapsible-popup-opened .q-collapsible-inner {
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-collapsible-popup-opened + .q-collapsible-popup-opened, [dir] .q-collapsible-popup-opened:first-child {
  padding-top: 0;
}
[dir] .q-collapsible-popup-opened:last-child {
  padding-bottom: 0;
}
[dir] .q-collapsible-cursor-pointer > .q-collapsible-inner > .q-item {
  cursor: pointer;
}
.q-collapsible-toggle-icon {
  width: 1em;
}
[dir] .q-collapsible-toggle-icon {
  border-radius: 50%;
  text-align: center;
}
.q-color {
  max-width: 100vw;
  display: inline-block;
  width: 240px;
}
[dir] .q-color {
  border: 1px solid #e0e0e0;
  background: #fff;
}
.q-color-saturation {
  width: 100%;
  height: 123px;
}
[dir=ltr] .q-color-saturation-white {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
[dir=rtl] .q-color-saturation-white {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0)));
  background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}
[dir] .q-color-saturation-black {
  background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
[dir=ltr] .q-color-saturation-black {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0,0,0,0)));
}
[dir=rtl] .q-color-saturation-black {
  background: -webkit-gradient(linear, right bottom, right top, from(#000), to(rgba(0,0,0,0)));
}
.q-color-saturation-circle {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
}
[dir] .q-color-saturation-circle {
          box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
  border-radius: 50%;
}
[dir=ltr] .q-color-saturation-circle {
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
[dir=rtl] .q-color-saturation-circle {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
[dir] .q-color-swatch, [dir] .q-color-alpha .q-slider-track {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-swatch {
  position: relative;
  width: 32px;
  height: 32px;
}
[dir] .q-color-swatch {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.q-color-hue .q-slider-track {
  opacity: 1;
  height: 8px;
}
[dir] .q-color-hue .q-slider-track {
  border-radius: 2px;
}
[dir=ltr] .q-color-hue .q-slider-track {
  background: -webkit-gradient(linear, left top, right top, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
[dir=rtl] .q-color-hue .q-slider-track {
  background: -webkit-gradient(linear, right top, left top, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
  background: linear-gradient(to left, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.q-color-hue .q-slider-track.active-track {
  opacity: 0;
}
.q-color-alpha .q-slider-track {
  position: relative;
  opacity: 1;
  height: 8px;
}
[dir] .q-color-alpha .q-slider-track {
  background: #fff;
}
.q-color-alpha .q-slider-track:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .q-color-alpha .q-slider-track:after {
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#757575));
  background: linear-gradient(90deg, rgba(255,255,255,0), #757575);
}
[dir=rtl] .q-color-alpha .q-slider-track:after {
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(#757575));
  background: linear-gradient(-90deg, rgba(255,255,255,0), #757575);
}
.q-color-alpha .q-slider-track.active-track {
  opacity: 0;
}
.q-color-sliders {
  height: 66px;
}
.q-color-sliders .q-slider {
  height: 24px;
}
.q-color-sliders .q-slider-handle {
  height: 18px;
  width: 18px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
[dir] .q-color-sliders .q-slider-handle {
          box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
.q-color-sliders .q-slider-ring {
  display: none;
}
.q-color-inputs {
  font-size: 11px;
  color: #757575;
}
.q-color-inputs input {
  outline: 0;
}
[dir] .q-color-inputs input {
  border: 1px solid #e0e0e0;
}
[dir] .q-color-padding {
  padding: 0 2px;
}
[dir] .q-color-label {
  padding-top: 4px;
}
[dir] .q-color-dark {
  background: #000;
  border: 1px solid #424242;
}
.q-color-dark input {
  color: #bdbdbd;
  color: var(--q-color-light);
}
[dir] .q-color-dark input {
  background: #000;
  border: 1px solid #424242;
  border: 1px solid var(--q-color-dark);
}
.q-color-dark .q-color-inputs {
  color: #bdbdbd;
  color: var(--q-color-light);
}
[dir] .q-color-dark .q-color-swatch {
  border: 1px solid #424242;
  border: 1px solid var(--q-color-dark);
}
.q-datetime-input {
  min-width: 70px;
}
[dir] .q-datetime {
  border: 1px solid #e0e0e0;
}
.q-datetime.type-date,
.q-datetime.type-datetime {
  width: 320px;
}
.q-datetime.type-time {
  width: 250px;
}
.q-datetime-content {
  height: 200px;
  position: relative;
}
.q-datetime-inner {
  font-size: 21px;
  overflow: hidden;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  height: 100%;
  position: relative;
  direction: ltr /* rtl:ignore */;
}
[dir] .q-datetime-inner {
  padding: 0;
}
[dir=ltr] .q-datetime-inner {
  text-align: right;
}
[dir=rtl] .q-datetime-inner {
  text-align: left;
}
.q-datetime-col {
  display: block;
  overflow: visible;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  max-height: 100%;
}
.q-datetime-col-wrapper,
.q-datetime-item {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.2s ease-out;
}
[dir] .q-datetime-col-wrapper, [dir] .q-datetime-item {
  -webkit-transition: all 0.2s ease-out;
  cursor: pointer;
}
.q-datetime-col-divider {
  max-height: 100%;
  width: 10px;
}
.q-datetime-col-month {
  width: 117px;
}
[dir=ltr] .q-datetime-col-month {
  text-align: left;
}
[dir=rtl] .q-datetime-col-month {
  text-align: right;
}
.q-datetime-col-day {
  width: 37px;
}
.q-datetime-col-year {
  width: 61px;
}
.q-datetime-col-hour {
  width: 37px;
}
.q-datetime-col-minute {
  width: 37px;
}
.q-datetime-item {
  font-size: 85%;
  height: 36px;
  line-height: 36px;
  color: rgba(0,0,0,0.87);
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center -110px;
}
[dir] .q-datetime-item {
          transform-origin: center center -110px;
}
[dir=ltr] .q-datetime-item {
  left: 0;
}
[dir=rtl] .q-datetime-item {
  right: 0;
}
[dir=rtl] .q-datetime-col-month .q-datetime-item {
  padding-right: 5px;
}
.q-datetime-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
[dir] .q-datetime-mask {
  background: linear-gradient(to top, #fff, rgba(255,255,255,0) 50%, #fff);
}
[dir=ltr] .q-datetime-mask {
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, rgba(255,255,255,0)), to(#fff));
}
[dir=rtl] .q-datetime-mask {
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(50%, rgba(255,255,255,0)), to(#fff));
}
.q-datetime-highlight {
  height: 36px;
  position: absolute;
  width: 100%;
  top: 50%;
  pointer-events: none;
}
[dir] .q-datetime-highlight {
  margin-top: -18px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
[dir=ltr] .q-datetime-highlight {
  left: 0;
  right: 0;
}
[dir=rtl] .q-datetime-highlight {
  right: 0;
  left: 0;
}
[dir=ltr] .q-datetime-range.row .q-datetime-range-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .q-datetime-range.row .q-datetime-range-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .q-datetime-range.row .q-datetime-range-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .q-datetime-range.row .q-datetime-range-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir] .q-datetime-range.column > div + div {
  margin-top: 10px;
}
[dir] .q-datetime-dark {
  background: #424242;
  background: var(--q-color-dark);
}
[dir] .q-datetime-dark .modal-buttons {
  background: #000;
}
.q-datetime-dark .q-datetime-item {
  color: rgba(255,255,255,0.87);
}
[dir] .q-datetime-dark .q-datetime-mask {
  background: linear-gradient(to top, #000, rgba(0,0,0,0) 50%, #000);
}
[dir=ltr] .q-datetime-dark .q-datetime-mask {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0,0,0,0)), to(#000));
}
[dir=rtl] .q-datetime-dark .q-datetime-mask {
  background: -webkit-gradient(linear, right bottom, right top, from(#000), color-stop(50%, rgba(0,0,0,0)), to(#000));
}
@media (max-width: 767px) {
  .datetime-ios-modal.type-date,
  .datetime-ios-modal.type-datetime {
    min-width: 320px;
    width: auto;
  }
  .datetime-ios-modal.type-time {
    min-width: 250px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .datetime-ios-modal.type-time {
    min-width: 280px;
  }
}
.q-dot {
  position: absolute;
  top: -2px;
  height: 10px;
  width: 10px;
  opacity: 0.8;
}
[dir] .q-dot {
  border-radius: 50%;
  background: #f44336;
}
[dir=ltr] .q-dot {
  right: -10px;
}
[dir=rtl] .q-dot {
  left: -10px;
}
[dir] .q-editor {
  border: 1px solid #ccc;
}
[dir] .q-editor.disabled {
  border-style: dashed;
}
[dir] .q-editor.fullscreen {
  border: 0 !important;
}
.q-editor-content {
  outline: 0;
  min-height: 10em;
}
[dir] .q-editor-content {
  padding: 10px;
  background: #fff;
}
.q-editor-content hr {
  outline: 0;
  height: 1px;
}
[dir] .q-editor-content hr {
  border: 0;
  margin: 1px;
  background: #ccc;
}
[dir] .q-editor-toolbar-padding {
  padding: 4px;
}
.q-editor-toolbar {
  min-height: 37px;
}
[dir] .q-editor-toolbar {
  border-bottom: 1px solid #ccc;
  background: #e0e0e0;
}
.q-editor-toolbar .q-btn-group {
  -webkit-box-shadow: none;
}
[dir] .q-editor-toolbar .q-btn-group {
          box-shadow: none;
}
[dir=ltr] .q-editor-toolbar .q-btn-group + .q-btn-group {
  margin-left: 5px;
}
[dir=rtl] .q-editor-toolbar .q-btn-group + .q-btn-group {
  margin-right: 5px;
}
[dir=ltr] .q-editor-toolbar-separator .q-btn-group + .q-btn-group {
  padding-left: 5px;
}
[dir=rtl] .q-editor-toolbar-separator .q-btn-group + .q-btn-group {
  padding-right: 5px;
}
.q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
[dir] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
  background: #ccc;
}
[dir=ltr] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
  left: 0;
}
[dir=rtl] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
  right: 0;
}
.q-editor-input input {
  color: inherit;
}
.q-fab {
  position: relative;
  vertical-align: middle;
}
.z-fab {
  z-index: 990;
}
.q-fab-opened .q-fab-actions {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1) translateX(0) translateY(0);
  pointer-events: all;
}
[dir] .q-fab-opened .q-fab-actions {
          transform: scaleX(1) scaleY(1) translateX(0) translateY(0);
}
.q-fab-opened .q-fab-icon {
  opacity: 0;
}
[dir=ltr] .q-fab-opened .q-fab-icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
[dir=rtl] .q-fab-opened .q-fab-icon {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
          transform: rotate3d(0, 0, 1, -180deg);
}
.q-fab-opened .q-fab-active-icon {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  opacity: 1;
}
[dir] .q-fab-opened .q-fab-active-icon {
          transform: rotate3d(0, 0, 1, 0deg);
}
.q-fab-icon,
.q-fab-active-icon {
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
[dir] .q-fab-icon, [dir] .q-fab-active-icon {
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
}
.q-fab-icon {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
}
[dir] .q-fab-icon {
          transform: rotate3d(0, 0, 1, 0deg);
}
.q-fab-active-icon {
  opacity: 0;
}
[dir=ltr] .q-fab-active-icon {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
  transform: rotate3d(0, 0, 1, -180deg);
}
[dir=rtl] .q-fab-active-icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.q-fab-actions {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
[dir] .q-fab-actions {
  -webkit-transition: all 0.2s ease-in;
}
[dir] .q-fab-actions .q-btn {
  margin: 5px;
}
.q-fab-right {
  top: 0;
  bottom: 0;
}
[dir=ltr] .q-fab-right {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
  transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
  left: 120%;
}
[dir=rtl] .q-fab-right {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateX(100%);
          transform: scaleX(0.4) scaleY(0.4) translateX(100%);
  right: 120%;
}
.q-fab-left {
  top: 0;
  bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[dir=ltr] .q-fab-left {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateX(100%);
  transform: scaleX(0.4) scaleY(0.4) translateX(100%);
  right: 120%;
}
[dir=rtl] .q-fab-left {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
          transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
  left: 120%;
}
.q-fab-up {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateY(100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 120%;
}
[dir] .q-fab-up {
          transform: scaleX(0.4) scaleY(0.4) translateY(100%);
}
[dir=ltr] .q-fab-up {
  left: 0;
  right: 0;
}
[dir=rtl] .q-fab-up {
  right: 0;
  left: 0;
}
.q-fab-down {
  -webkit-transform: scaleX(0.4) scaleY(0.4) translateY(-100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 120%;
}
[dir] .q-fab-down {
          transform: scaleX(0.4) scaleY(0.4) translateY(-100%);
}
[dir=ltr] .q-fab-down {
  left: 0;
  right: 0;
}
[dir=rtl] .q-fab-down {
  right: 0;
  left: 0;
}
.q-field-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  font-size: 28px;
  color: #424242;
}
[dir=ltr] .q-field-icon {
  margin-right: 16px;
}
[dir=rtl] .q-field-icon {
  margin-left: 16px;
}
.q-field-label {
  color: #424242;
}
[dir=ltr] .q-field-label {
  padding-right: 8px;
}
[dir=rtl] .q-field-label {
  padding-left: 8px;
}
.q-field-label-inner {
  min-height: 28px;
}
[dir=ltr] .q-field-label-hint {
  padding-left: 8px;
}
[dir=rtl] .q-field-label-hint {
  padding-right: 8px;
}
.q-field-bottom {
  font-size: 12px;
  color: #979797;
}
[dir] .q-field-bottom {
  padding-top: 8px;
}
[dir] .q-field-no-input .q-field-bottom {
  margin-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.q-field-counter {
  color: #424242;
}
[dir=ltr] .q-field-counter {
  padding-left: 8px;
}
[dir=rtl] .q-field-counter {
  padding-right: 8px;
}
.q-field-dark .q-field-label,
.q-field-dark .q-field-icon,
.q-field-dark .q-field-counter,
.q-field-dark .q-field-bottom {
  color: #a7a7a7;
}
[dir] .q-field-dark .q-field-no-input .q-field-bottom {
  border-top: 1px solid #424242;
}
.q-field-with-error .q-field-icon,
.q-field-with-error .q-field-label,
.q-field-with-error .q-field-bottom {
  color: #db2828;
  color: var(--q-color-negative);
}
[dir] .q-field-with-error .q-field-no-input .q-field-bottom {
  border-top: 1px solid #db2828;
  border-top: 1px solid var(--q-color-negative);
}
.q-field-with-warning .q-field-icon,
.q-field-with-warning .q-field-label,
.q-field-with-warning .q-field-bottom {
  color: #f2c037;
  color: var(--q-color-warning);
}
[dir] .q-field-with-warning .q-field-no-input .q-field-bottom {
  border-top: 1px solid #f2c037;
  border-top: 1px solid var(--q-color-warning);
}
[dir] .q-field-margin {
  margin-top: 5px;
}
[dir] .q-field-floating .q-field-margin {
  margin-top: 23px;
}
[dir] .q-field-no-input .q-field-margin {
  margin-top: 3px;
}
[dir] .q-field-content .q-if.q-if-has-label:not(.q-if-standard) {
  margin-top: 9px;
}
[dir] .q-field-content .q-if-standard:not(.q-if-has-label) {
  padding-top: 6px;
}
[dir] .q-field-content .q-option-group {
  padding-top: 0;
}
[dir] .q-field-no-input .q-field-content {
  padding-top: 6px;
}
[dir] .q-field-vertical:not(.q-field-no-label) .q-field-margin {
  margin-top: 0;
}
[dir] .q-field-vertical:not(.q-field-no-label) .q-if-standard:not(.q-if-has-label) {
  padding-top: 0;
}
[dir] .q-field-vertical:not(.q-field-no-label) .q-if.q-if-has-label:not(.q-if-standard) {
  margin-top: 0px;
}
.q-field-vertical.q-field-no-label .q-field-label {
  display: none;
}
@media (max-width: 575px) {
  [dir] .q-field-responsive:not(.q-field-no-label) .q-field-margin {
    margin-top: 0;
  }
  [dir] .q-field-responsive:not(.q-field-no-label) .q-if-standard:not(.q-if-has-label) {
    padding-top: 0;
  }
  [dir] .q-field-responsive:not(.q-field-no-label) .q-if.q-if-has-label:not(.q-if-standard) {
    margin-top: 0px;
  }
  .q-field-responsive.q-field-no-label .q-field-label {
    display: none;
  }
}
[dir] .q-inner-loading {
  background: rgba(255,255,255,0.6);
}
[dir] .q-inner-loading.dark {
  background: rgba(0,0,0,0.4);
}
.q-if,
.q-if:before,
.q-if-label,
.q-if-addon,
.q-field-icon,
.q-field-label,
.q-if-control,
.q-field-bottom {
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1), display 0s 0s;
}
[dir] .q-if, [dir] .q-if:before, [dir] .q-if-label, [dir] .q-if-addon, [dir] .q-field-icon, [dir] .q-field-label, [dir] .q-if-control, [dir] .q-field-bottom {
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1), display 0s 0s;
}
.q-if.q-if-hide-underline:before,
.q-if.q-if-inverted:before,
.q-if.q-if-hide-underline:after,
.q-if.q-if-inverted:after {
  content: none;
}
[dir=ltr] .q-if-inverted {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .q-if-inverted {
  padding-right: 8px;
  padding-left: 8px;
}
[dir] .q-if-inverted .q-if-inner {
  margin-top: 7px;
  margin-bottom: 7px;
}
[dir] .q-if-inverted.q-if-has-label .q-if-inner {
  margin-top: 25px;
}
.q-if:before,
.q-if:after {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  content: '';
}
[dir] .q-if:before, [dir] .q-if:after {
  border: 1px hidden currentColor;
  border-bottom-style: solid;
  background: transparent;
}
[dir=ltr] .q-if:before, [dir=ltr] .q-if:after {
  left: 0;
  right: 0;
}
[dir=rtl] .q-if:before, [dir=rtl] .q-if:after {
  right: 0;
  left: 0;
}
.q-if:before {
  color: #bdbdbd;
  color: var(--q-color-light);
}
.q-if:after {
  opacity: 0;
}
[dir] .q-if:after {
  border-width: 2px;
}
.q-if:not(.q-if-disabled):not(.q-if-error):not(.q-if-warning):hover:before,
.q-if.q-if-readonly:not(.q-if-error):not(.q-if-warning):after {
  color: #000;
}
.q-if-dark.q-if:not(.q-if-disabled):not(.q-if-error):not(.q-if-warning):hover:before,
.q-if-dark.q-if.q-if-readonly:not(.q-if-error):not(.q-if-warning):after {
  color: #fff;
}
.q-if-focused:after {
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
[dir] .q-if-focused:after {
  -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.q-if {
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.q-if .q-if-inner {
  min-height: 24px;
}
[dir] .q-if-standard {
  padding-top: 7px;
  padding-bottom: 7px;
}
[dir] .q-if-standard.q-if-has-label {
  padding-top: 25px;
}
[dir] .q-if-hide-underline {
  padding-top: 0;
  padding-bottom: 0;
}
[dir] .q-if-hide-underline.q-if-has-label {
  padding-top: 18px;
}
.q-if-standard .q-if-label,
.q-if-inverted .q-if-label {
  position: absolute;
  -webkit-transform: translate(0, 0);
}
[dir] .q-if-standard .q-if-label, [dir] .q-if-inverted .q-if-label {
          transform: translate(0, 0);
}
[dir=ltr] .q-if-standard .q-if-label, [dir=ltr] .q-if-inverted .q-if-label {
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
[dir=rtl] .q-if-standard .q-if-label, [dir=rtl] .q-if-inverted .q-if-label {
  right: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.q-if-standard .q-if-label.q-if-label-above,
.q-if-inverted .q-if-label.q-if-label-above {
  font-size: 0.75rem;
  -webkit-transform: translate(0, -100%);
  line-height: 18px;
}
[dir] .q-if-standard .q-if-label.q-if-label-above, [dir] .q-if-inverted .q-if-label.q-if-label-above {
          transform: translate(0, -100%);
}
.q-if-inverted {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .q-if-inverted {
          box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
  border-radius: 4px;
}
.q-if-inverted .q-if-label {
  top: 50%;
  -webkit-transform: translate(0, -21px);
}
[dir] .q-if-inverted .q-if-label {
          transform: translate(0, -21px);
}
.q-if-inverted .q-if-label.q-if-label-above {
  top: 4px;
  -webkit-transform: translate(0, -125%);
}
[dir] .q-if-inverted .q-if-label.q-if-label-above {
          transform: translate(0, -125%);
}
.q-if-inverted .q-input-target {
  color: inherit;
}
.q-if-focused:not(.q-if-readonly) .q-if-label,
.q-if-focused:not(.q-if-readonly) .q-if-addon,
.q-if-focused:not(.q-if-readonly) .q-if-control {
  color: currentColor;
}
.q-if-warning:before,
.q-if-warning:after,
.q-if-warning:not(.q-if-inverted) .q-if-label {
  color: #f2c037;
  color: var(--q-color-warning);
}
.q-if-warning:hover:before {
  color: #f8dd93;
  color: var(--q-color-warning-l);
}
.q-if-error:before,
.q-if-error:after,
.q-if-error:not(.q-if-inverted) .q-if-label {
  color: #db2828;
  color: var(--q-color-negative);
}
.q-if-error:hover:before {
  color: #ec8b8b;
  color: var(--q-color-negative-l);
}
.q-if-disabled {
  opacity: 0.6;
}
[dir] .q-if-disabled {
  cursor: not-allowed;
}
[dir] .q-if-disabled .q-if-label, [dir] .q-if-disabled .q-if-control, [dir] .q-if-disabled .q-input-target, [dir] .q-if-disabled .q-chip {
  cursor: not-allowed;
}
.q-if-dark:not(.q-if-inverted-light) .q-input-target:not(.q-input-target-placeholder) {
  color: #fff;
}
.q-if-focusable {
  outline: 0;
}
[dir] .q-if-focusable {
  cursor: pointer;
}
.q-if-label,
.q-input-target,
.q-input-target-placeholder {
  line-height: 24px;
}
.q-if-control {
  font-size: 24px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
[dir] .q-if-control {
  cursor: pointer;
}
[dir=ltr] .q-if-control + .q-if-control, [dir=ltr] .q-if-control + .q-if-inner, [dir=ltr] .q-if-inner + .q-if-control {
  margin-left: 4px;
}
[dir=rtl] .q-if-control + .q-if-control, [dir=rtl] .q-if-control + .q-if-inner, [dir=rtl] .q-if-inner + .q-if-control {
  margin-right: 4px;
}
.q-if-control:hover {
  opacity: 0.7;
}
[dir] .q-if-control.q-icon {
  cursor: pointer;
}
.q-if-baseline {
  line-height: 24px;
  width: 0;
  color: transparent;
}
.q-if-label-inner,
.q-if-label-spacer,
.q-if-baseline {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.q-if-label-spacer {
  visibility: hidden;
  height: 0 !important;
  white-space: nowrap;
}
.q-if-label {
  max-width: 100%;
  overflow: hidden;
}
.q-if-label,
.q-if-addon,
.q-if-control {
  color: #979797;
  line-height: 24px;
}
.q-if-inverted .q-if-label,
.q-if-inverted .q-if-addon,
.q-if-inverted .q-if-control {
  color: #ddd;
}
.q-if-inverted-light .q-if-label,
.q-if-inverted-light .q-if-addon,
.q-if-inverted-light .q-if-control {
  color: #656565;
}
.q-if-addon {
  pointer-events: none;
  opacity: 0;
}
.q-if-addon:not(.q-if-addon-visible) {
  display: none;
}
[dir=ltr] .q-if-addon-left {
  padding-right: 1px;
}
[dir=rtl] .q-if-addon-left {
  padding-left: 1px;
}
[dir=ltr] .q-if-addon-right {
  padding-left: 1px;
}
[dir=rtl] .q-if-addon-right {
  padding-right: 1px;
}
.q-if-addon-visible {
  opacity: 1;
}
.q-input-target,
.q-input-shadow {
  outline: 0;
  line-height: 24px;
  font-size: inherit;
  resize: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
[dir] .q-input-target, [dir] .q-input-shadow {
  border: 0;
  padding: 0;
  background: transparent;
}
[dir=ltr] .q-input-target:-webkit-autofill, [dir=ltr] .q-input-shadow:-webkit-autofill {
  -webkit-animation-name: webkit-autofill-on;
  -webkit-animation-fill-mode: both;
}
[dir=rtl] .q-input-target:-webkit-autofill, [dir=rtl] .q-input-shadow:-webkit-autofill {
  -webkit-animation-name: webkit-autofill-on;
  -webkit-animation-fill-mode: both;
}
[dir=ltr] .q-input-target.q-input-autofill:not(:-webkit-autofill), [dir=ltr] .q-input-shadow.q-input-autofill:not(:-webkit-autofill) {
  -webkit-animation-name: webkit-autofill-off;
  -webkit-animation-fill-mode: both;
}
[dir=rtl] .q-input-target.q-input-autofill:not(:-webkit-autofill), [dir=rtl] .q-input-shadow.q-input-autofill:not(:-webkit-autofill) {
  -webkit-animation-name: webkit-autofill-off;
  -webkit-animation-fill-mode: both;
}
.q-input-target::-ms-clear,
.q-input-shadow::-ms-clear,
.q-input-target::-ms-reveal,
.q-input-shadow::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.q-input-target:invalid,
.q-input-shadow:invalid {
  -webkit-box-shadow: inherit;
}
[dir] .q-input-target:invalid, [dir] .q-input-shadow:invalid {
          box-shadow: inherit;
}
.q-input-target:before {
  content: '|';
  line-height: 24px;
  width: 0;
  color: transparent;
}
input.q-input-target {
  height: 24px;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
}
.q-if .q-input-target-placeholder {
  color: #979797 !important;
}
.q-if .q-input-target::-webkit-input-placeholder {
  color: #979797 !important;
}
.q-if .q-input-target::-moz-placeholder {
  color: #979797 !important;
}
.q-if .q-input-target:-ms-input-placeholder {
  color: #979797 !important;
}
.q-if-dark .q-input-target-placeholder {
  color: #979797 !important;
}
.q-if-dark .q-input-target::-webkit-input-placeholder {
  color: #979797 !important;
}
.q-if-dark .q-input-target::-moz-placeholder {
  color: #979797 !important;
}
.q-if-dark .q-input-target:-ms-input-placeholder {
  color: #979797 !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target-placeholder {
  color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::-webkit-input-placeholder {
  color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::-moz-placeholder {
  color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target:-ms-input-placeholder {
  color: #ddd !important;
}
.q-input-shadow {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  height: auto;
  width: 100% !important;
}
.q-jumbotron {
  position: relative;
}
[dir] .q-jumbotron {
  padding: 2rem 1rem;
  border-radius: 4px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
}
.q-jumbotron-dark {
  color: #fff;
}
[dir] .q-jumbotron-dark {
  background-color: #757575;
}
[dir] .q-jumbotron-dark hr.q-hr {
  background: rgba(255,255,255,0.36);
}
@media (min-width: 768px) {
  [dir] .q-jumbotron {
    padding: 4rem 2rem;
  }
}
.q-knob,
.q-knob > div {
  position: relative;
  display: inline-block;
}
.q-knob > div {
  width: 100%;
  height: 100%;
}
.q-knob-label {
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .q-knob-label {
  left: 0;
  right: 0;
}
[dir=rtl] .q-knob-label {
  right: 0;
  left: 0;
}
.q-knob-label i {
  font-size: 130%;
}
.q-layout {
  width: 100%;
  min-height: 100vh;
}
[dir] .q-layout-header {
  border-bottom: 1px solid #e0e0e0;
}
.q-layout-header-hidden {
  -webkit-transform: translateY(-110%);
}
[dir] .q-layout-header-hidden {
          transform: translateY(-110%);
}
[dir] .q-layout-footer {
  border-top: 1px solid #e0e0e0;
}
.q-layout-footer-hidden {
  -webkit-transform: translateY(110%);
}
[dir] .q-layout-footer-hidden {
          transform: translateY(110%);
}
.q-layout-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
[dir] .q-layout-drawer {
  background: #fff;
}
.q-layout-drawer.on-top {
  z-index: 3000;
}
[dir=ltr] .q-layout-drawer-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
[dir=rtl] .q-layout-drawer-left {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
[dir=ltr] .q-layout-drawer-left.fixed {
  border-right: 1px solid #e0e0e0;
}
[dir=rtl] .q-layout-drawer-left.fixed {
  border-left: 1px solid #e0e0e0;
}
[dir=ltr] .q-layout-drawer-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[dir=rtl] .q-layout-drawer-right {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
[dir=ltr] .q-layout-drawer-right.fixed {
  border-left: 1px solid #e0e0e0;
}
[dir=rtl] .q-layout-drawer-right.fixed {
  border-right: 1px solid #e0e0e0;
}
.q-layout,
.q-layout-header,
.q-layout-footer,
.q-layout-page {
  position: relative;
}
.q-layout-header,
.q-layout-footer {
  z-index: 2000;
}
.q-layout-backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
[dir] .q-layout-drawer-mini {
  padding: 0 !important;
}
.q-layout-drawer-mini .q-item,
.q-layout-drawer-mini .q-item-side {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[dir] .q-layout-drawer-mini .q-item, [dir] .q-layout-drawer-mini .q-item-side {
  text-align: center;
}
.q-layout-drawer-mini .q-mini-drawer-hide,
.q-layout-drawer-mini .q-collapsible-inner > div:last-of-type,
.q-layout-drawer-mini .q-list-header,
.q-layout-drawer-mini .q-item-main,
.q-layout-drawer-mini .q-item-side-right {
  display: none;
}
.q-layout-drawer-normal .q-mini-drawer-only {
  display: none;
}
.q-layout-drawer-mobile .q-mini-drawer-only,
.q-layout-drawer-mobile .q-mini-drawer-hide {
  display: none;
}
.q-layout-drawer-opener {
  z-index: 2001;
  height: 100vh;
  width: 15px;
}
.q-page-sticky-shrink {
  pointer-events: none;
}
.q-page-sticky-shrink > span {
  pointer-events: auto;
}
body.q-ios-statusbar-padding .q-layout-header > .q-toolbar:nth-child(2),
body.q-ios-statusbar-padding .q-layout-header > .q-tabs:nth-child(2) .q-tabs-head,
body.q-ios-statusbar-padding .q-layout-drawer.top-padding {
  min-height: 70px;
}
[dir] body.q-ios-statusbar-padding .q-layout-header > .q-toolbar:nth-child(2), [dir] body.q-ios-statusbar-padding .q-layout-header > .q-tabs:nth-child(2) .q-tabs-head, [dir] body.q-ios-statusbar-padding .q-layout-drawer.top-padding {
  padding-top: 20px;
}
[dir] body.q-ios-statusbar-x .q-layout-header > .q-toolbar:nth-child(2), [dir] body.q-ios-statusbar-x .q-layout-header > .q-tabs:nth-child(2) .q-tabs-head, [dir] body.q-ios-statusbar-x .q-layout-drawer.top-padding {
  padding-top: env(safe-area-inset-top);
}
body.q-ios-statusbar-x .q-layout-footer > .q-toolbar:last-child,
body.q-ios-statusbar-x .q-layout-footer > .q-tabs:last-child .q-tabs-head,
body.q-ios-statusbar-x .q-layout-drawer.top-padding {
  min-height: 70px;
}
[dir] body.q-ios-statusbar-x .q-layout-footer > .q-toolbar:last-child, [dir] body.q-ios-statusbar-x .q-layout-footer > .q-tabs:last-child .q-tabs-head, [dir] body.q-ios-statusbar-x .q-layout-drawer.top-padding {
  padding-bottom: env(safe-area-inset-bottom);
}
.q-layout-animate .q-layout-transition {
  transition: all 0.12s ease-in;
}
[dir] .q-layout-animate .q-layout-transition {
  -webkit-transition: all 0.12s ease-in;
}
.q-body-drawer-toggle {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  [dir] .layout-padding {
    padding: 1.5rem 0.5rem;
  }
  [dir] .layout-padding.horizontal {
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [dir] .layout-padding {
    padding: 1.5rem 2rem;
    margin: auto;
  }
  [dir] .layout-padding.horizontal {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  [dir] .layout-padding {
    padding: 2.5rem 3rem;
    margin: auto;
  }
  [dir] .layout-padding.horizontal {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  [dir] .layout-padding {
    padding: 3rem 4rem;
    margin: auto;
  }
  [dir] .layout-padding.horizontal {
    padding: 0 4rem;
  }
}
.q-item-stamp {
  font-size: 0.8rem;
  line-height: 0.8rem;
  white-space: nowrap;
}
[dir] .q-item-stamp {
  margin: 0.3rem 0;
}
.q-item-side {
  color: #737373;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 38px;
}
[dir=ltr] .q-item-side-right {
  text-align: right;
}
[dir=rtl] .q-item-side-right {
  text-align: left;
}
.q-item-avatar,
.q-item-avatar img {
  width: 38px;
  height: 38px;
}
[dir] .q-item-avatar, [dir] .q-item-avatar img {
  border-radius: 50%;
}
.q-item-letter,
.q-item-icon {
  font-size: 24px;
}
.q-item-inverted {
  color: #fff;
  height: 38px;
  width: 38px;
}
[dir] .q-item-inverted {
  border-radius: 50%;
  background: #737373;
}
.q-item-inverted,
.q-item-inverted .q-icon {
  font-size: 20px;
}
.q-item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
[dir=ltr] .q-item-main-inset {
  margin-left: 48px;
}
[dir=rtl] .q-item-main-inset {
  margin-right: 48px;
}
.q-item-label {
  line-height: 1.2;
}
.q-item-label > span {
  color: #757575;
}
.q-item-sublabel {
  color: #757575;
  font-size: 90%;
}
[dir] .q-item-sublabel {
  margin-top: 0.2rem;
}
.q-item-sublabel > span {
  font-weight: 500;
}
[dir=ltr] .q-item-section + .q-item-section {
  margin-left: 10px;
}
[dir=rtl] .q-item-section + .q-item-section {
  margin-right: 10px;
}
.q-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  min-height: 40px;
}
[dir] .q-item {
  padding: 8px 16px;
}
[dir=ltr] .q-item {
  text-align: left;
}
[dir=rtl] .q-item {
  text-align: right;
}
[dir] .q-item.active, [dir] .q-item.router-link-active, [dir] .q-item:focus {
  background: rgba(189,189,189,0.4);
}
.q-item:focus {
  outline: 0;
}
.q-item-image {
  min-width: 114px;
  max-width: 114px;
  max-height: 114px;
}
.q-list-multiline > .q-item,
.q-item-multiline {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[dir] .q-list-link > .q-item, [dir] .q-item-link {
  cursor: pointer;
}
[dir] .q-list-highlight > .q-item:hover, [dir] .q-item-highlight:hover, [dir] .q-list-link > .q-item:hover, [dir] .q-item-link:hover {
  background: rgba(189,189,189,0.5);
}
[dir] .q-list-separator > .q-item-division + .q-item-division, [dir] .q-item-division + .q-item-separator {
  border-top: 1px solid #e0e0e0;
}
.q-list-inset-separator > .q-item-division + .q-item-division:after,
.q-item-division + .q-item-inset-separator:after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
}
[dir] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir] .q-item-division + .q-item-inset-separator:after {
  background: #e0e0e0;
}
[dir=ltr] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir=ltr] .q-item-division + .q-item-inset-separator:after {
  right: 0;
  left: 64px;
}
[dir=rtl] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir=rtl] .q-item-division + .q-item-inset-separator:after {
  left: 0;
  right: 64px;
}
.q-list-dense > .q-item,
.q-item-dense {
  min-height: 8px;
}
[dir] .q-list-dense > .q-item, [dir] .q-item-dense {
  padding: 3px 16px;
}
.q-list-sparse > .q-item,
.q-item-sparse {
  min-height: 56px;
}
[dir] .q-list-sparse > .q-item, [dir] .q-item-sparse {
  padding: 22.4px 16px;
}
[dir] .q-list-striped > .q-item:nth-child(even) {
  background-color: rgba(189,189,189,0.65);
}
[dir] .q-list-striped-odd > .q-item:nth-child(odd) {
  background-color: rgba(189,189,189,0.65);
}
[dir] .q-list {
  border: 1px solid #e0e0e0;
  padding: 8px 0;
}
.q-item-separator-component {
  height: 1px;
}
[dir] .q-item-separator-component {
  margin: 8px 0;
  border: 0;
  background-color: #e0e0e0;
}
.q-item-separator-component:last-child {
  display: none;
}
[dir] .q-item-separator-component + .q-list-header {
  margin-top: 8px;
}
[dir=ltr] .q-item-separator-inset-component {
  margin-left: 64px;
}
[dir=rtl] .q-item-separator-inset-component {
  margin-right: 64px;
}
.q-list-header {
  color: #757575;
  font-size: 10px;
  font-weight: 500;
  min-height: 35px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
[dir] .q-list-header {
  padding: 8px 16px;
}
[dir=ltr] .q-list-header-inset {
  padding-left: 64px;
}
[dir=rtl] .q-list-header-inset {
  padding-right: 64px;
}
.q-list-dark .q-item-side,
.q-item-dark .q-item-side {
  color: #bbb;
}
.q-list-dark .q-item-inverted,
.q-item-dark .q-item-inverted {
  color: #000;
}
[dir] .q-list-dark .q-item-inverted, [dir] .q-item-dark .q-item-inverted {
  background: #bbb;
}
.q-list-dark .q-item-label > span,
.q-item-dark .q-item-label > span,
.q-list-dark .q-item-sublabel,
.q-item-dark .q-item-sublabel {
  color: #bdbdbd;
}
.q-list-dark .q-item,
.q-item-dark .q-item {
  color: #fff;
}
[dir] .q-list-dark .q-item.active, [dir] .q-item-dark .q-item.active, [dir] .q-list-dark .q-item.router-link-active, [dir] .q-item-dark .q-item.router-link-active, [dir] .q-list-dark .q-item:focus, [dir] .q-item-dark .q-item:focus {
  background: rgba(117,117,117,0.2);
}
[dir] .q-list-dark {
  border: 1px solid rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-separator > .q-item-division + .q-item-division, [dir] .q-list-dark .q-item-division + .q-item-separator {
  border-top: 1px solid rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-inset-separator > .q-item-division + .q-item-division:after, [dir] .q-list-dark .q-item-division + .q-item-inset-separator:after {
  background: rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-striped > .q-item:nth-child(even) {
  background-color: rgba(117,117,117,0.45);
}
[dir] .q-list-dark.q-list-striped-odd > .q-item:nth-child(odd) {
  background-color: rgba(117,117,117,0.45);
}
[dir] .q-list-dark .q-item-separator-component {
  background-color: rgba(255,255,255,0.32);
}
.q-list-dark .q-list-header {
  color: rgba(255,255,255,0.64);
}
[dir] .q-list-dark.q-list-highlight > .q-item:hover, [dir] .q-list-dark .q-item-highlight:hover, [dir] .q-list-dark.q-list-link > .q-item:hover, [dir] .q-list-dark .q-item-link:hover {
  background: rgba(117,117,117,0.3);
}
body.with-loading {
  overflow: hidden;
}
[dir] .q-loading {
  background: rgba(0,0,0,0.4);
}
.q-loading > div {
  max-width: 450px;
}
[dir] .q-loading > div {
  margin: 40px 20px 0;
  text-align: center;
  text-shadow: 0 0 7px #000;
}
.modal-content {
  position: relative;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
  overflow-y: auto;
  will-change: scroll-position;
  min-width: 280px;
  max-height: 80vh;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
[dir] .modal-content {
  background: #fff;
          box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
  border-radius: 13px;
}
.modal {
  z-index: 5000;
}
[dir] .modal.minimized, [dir] .modal.with-backdrop {
  background: rgba(0,0,0,0.4);
}
.modal.minimized .modal-content {
  max-width: 80vw;
  max-height: 80vh;
}
.modal.maximized .modal-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
[dir] .modal.maximized .modal-content {
  border-radius: 0;
}
.q-modal-enter,
.q-modal-leave-active {
  opacity: 0;
}
@media (min-width: 768px) {
  [dir] .modal:not(.maximized) {
    background: rgba(0,0,0,0.4);
  }
  .modal:not(.maximized).q-modal-enter .modal-content {
    -webkit-transform: scale(1.2);
  }
  [dir] .modal:not(.maximized).q-modal-enter .modal-content {
            transform: scale(1.2);
  }
  .modal:not(.maximized).q-modal-leave-active .modal-content {
    -webkit-transform: scale(0.8);
  }
  [dir] .modal:not(.maximized).q-modal-leave-active .modal-content {
            transform: scale(0.8);
  }
  [dir=ltr] .modal.maximized.q-modal-enter .modal-content, [dir=ltr] .modal.maximized.q-modal-leave-active .modal-content {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  [dir=rtl] .modal.maximized.q-modal-enter .modal-content, [dir=rtl] .modal.maximized.q-modal-leave-active .modal-content {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media (max-width: 767px) {
  .q-responsive-modal {
    overflow: hidden;
  }
  .modal:not(.minimized) .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  [dir] .modal:not(.minimized) .modal-content {
    border-radius: 0;
  }
  [dir=ltr] .modal:not(.minimized).q-modal-enter .modal-content, [dir=ltr] .modal:not(.minimized).q-modal-leave-active .modal-content {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  [dir=rtl] .modal:not(.minimized).q-modal-enter .modal-content, [dir=rtl] .modal:not(.minimized).q-modal-leave-active .modal-content {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .modal.minimized.q-modal-enter .modal-content {
    -webkit-transform: scale(1.2);
  }
  [dir] .modal.minimized.q-modal-enter .modal-content {
            transform: scale(1.2);
  }
  .modal.minimized.q-modal-leave-active .modal-content {
    -webkit-transform: scale(0.8);
  }
  [dir] .modal.minimized.q-modal-leave-active .modal-content {
            transform: scale(0.8);
  }
}
.q-maximized-modal {
  overflow: hidden;
}
.modal,
.modal-content {
  transition: all 0.2s ease-in-out;
}
[dir] .modal, [dir] .modal-content {
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-header {
  font-size: 1.3rem;
  font-weight: 500;
}
[dir] .modal-header {
  text-align: center;
  padding: 20px 16px 10px;
}
.modal-body {
  color: #000;
}
[dir] .modal-body {
  padding: 10px 16px 21px;
}
[dir] .modal-message {
  text-align: center;
}
.small-modal-scroll,
.modal-scroll,
.big-modal-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.small-modal-scroll {
  max-height: 156px;
}
.modal-scroll {
  max-height: 240px;
}
.big-modal-scroll {
  max-height: 480px;
}
.modal-buttons:not(.modal-buttons-top) {
  color: #027be3;
  color: var(--q-color-primary);
}
[dir] .modal-buttons:not(.modal-buttons-top) {
  padding: 0;
  border-top: 1px solid #bdbdbd;
}
.modal-buttons:not(.modal-buttons-top) .q-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 110%;
}
[dir] .modal-buttons:not(.modal-buttons-top) .q-btn {
  margin: 0;
  padding: 1rem;
  border-radius: 0;
}
.modal-buttons:not(.modal-buttons-top) .q-btn:last-child {
  font-weight: bold;
}
[dir=ltr] .modal-buttons:not(.modal-buttons-top).row .q-btn + .q-btn {
  border-left: 1px solid #bdbdbd;
}
[dir=rtl] .modal-buttons:not(.modal-buttons-top).row .q-btn + .q-btn {
  border-right: 1px solid #bdbdbd;
}
[dir] .modal-buttons:not(.modal-buttons-top).column .q-btn + .q-btn {
  border-top: 1px solid #bdbdbd;
}
.modal-buttons-top {
  height: 45px;
}
[dir] .modal-buttons-top {
  background: #f5f5f5;
}
.q-modal-bottom-enter,
.q-modal-bottom-leave-active {
  opacity: 0;
}
.q-modal-bottom-enter .modal-content,
.q-modal-bottom-leave-active .modal-content {
  -webkit-transform: translateY(30%);
}
[dir] .q-modal-bottom-enter .modal-content, [dir] .q-modal-bottom-leave-active .modal-content {
          transform: translateY(30%);
}
.q-modal-top-enter,
.q-modal-top-leave-active {
  opacity: 0;
}
.q-modal-top-enter .modal-content,
.q-modal-top-leave-active .modal-content {
  -webkit-transform: translateY(-30%);
}
[dir] .q-modal-top-enter .modal-content, [dir] .q-modal-top-leave-active .modal-content {
          transform: translateY(-30%);
}
.q-modal-right-enter,
.q-modal-right-leave-active {
  opacity: 0;
}
[dir=ltr] .q-modal-right-enter .modal-content, [dir=ltr] .q-modal-right-leave-active .modal-content {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
[dir=rtl] .q-modal-right-enter .modal-content, [dir=rtl] .q-modal-right-leave-active .modal-content {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.q-modal-left-enter,
.q-modal-left-leave-active {
  opacity: 0;
}
[dir=ltr] .q-modal-left-enter .modal-content, [dir=ltr] .q-modal-left-leave-active .modal-content {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
[dir=rtl] .q-modal-left-enter .modal-content, [dir=rtl] .q-modal-left-leave-active .modal-content {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.q-notifications > div {
  z-index: 9500;
}
.q-notification-list {
  pointer-events: none;
  position: relative;
}
[dir] .q-notification-list {
  margin-bottom: 10px;
}
[dir=ltr] .q-notification-list {
  left: 0;
  right: 0;
}
[dir=rtl] .q-notification-list {
  right: 0;
  left: 0;
}
.q-notification-list-center {
  top: 0;
  bottom: 0;
}
.q-notification-list-top {
  top: 0;
}
.q-notification-list-bottom {
  bottom: 0;
}
body.q-ios-statusbar-x .q-notification-list-center,
body.q-ios-statusbar-x .q-notification-list-top {
  top: env(safe-area-inset-top);
}
body.q-ios-statusbar-x .q-notification-list-center,
body.q-ios-statusbar-x .q-notification-list-bottom {
  bottom: env(safe-area-inset-bottom);
}
.q-notification {
  pointer-events: all;
  display: inline-block;
  transition: all 1s;
  z-index: 9500;
  max-width: 100%;
}
[dir] .q-notification {
  border-radius: 5px;
  margin: 10px 10px 0;
  -webkit-transition: all 1s;
}
.q-notification-top-left-enter,
.q-notification-top-left-leave-to,
.q-notification-top-enter,
.q-notification-top-leave-to,
.q-notification-top-right-enter,
.q-notification-top-right-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  z-index: 9499;
}
[dir] .q-notification-top-left-enter, [dir] .q-notification-top-left-leave-to, [dir] .q-notification-top-enter, [dir] .q-notification-top-leave-to, [dir] .q-notification-top-right-enter, [dir] .q-notification-top-right-leave-to {
          transform: translateY(-50px);
}
.q-notification-left-enter,
.q-notification-left-leave-to,
.q-notification-center-enter,
.q-notification-center-leave-to,
.q-notification-right-enter,
.q-notification-right-leave-to,
.q-notification-bottom-left-enter,
.q-notification-bottom-left-leave-to,
.q-notification-bottom-enter,
.q-notification-bottom-leave-to,
.q-notification-bottom-right-enter,
.q-notification-bottom-right-leave-to {
  opacity: 0;
  -webkit-transform: translateY(50px);
  z-index: 9499;
}
[dir] .q-notification-left-enter, [dir] .q-notification-left-leave-to, [dir] .q-notification-center-enter, [dir] .q-notification-center-leave-to, [dir] .q-notification-right-enter, [dir] .q-notification-right-leave-to, [dir] .q-notification-bottom-left-enter, [dir] .q-notification-bottom-left-leave-to, [dir] .q-notification-bottom-enter, [dir] .q-notification-bottom-leave-to, [dir] .q-notification-bottom-right-enter, [dir] .q-notification-bottom-right-leave-to {
          transform: translateY(50px);
}
.q-notification-top-left-leave-active,
.q-notification-top-leave-active,
.q-notification-top-right-leave-active,
.q-notification-left-leave-active,
.q-notification-center-leave-active,
.q-notification-right-leave-active,
.q-notification-bottom-left-leave-active,
.q-notification-bottom-leave-active,
.q-notification-bottom-right-leave-active {
  position: absolute;
  z-index: 9499;
}
[dir=ltr] .q-notification-top-left-leave-active, [dir=ltr] .q-notification-top-leave-active, [dir=ltr] .q-notification-top-right-leave-active, [dir=ltr] .q-notification-left-leave-active, [dir=ltr] .q-notification-center-leave-active, [dir=ltr] .q-notification-right-leave-active, [dir=ltr] .q-notification-bottom-left-leave-active, [dir=ltr] .q-notification-bottom-leave-active, [dir=ltr] .q-notification-bottom-right-leave-active {
  margin-left: 0;
  margin-right: 0;
}
[dir=rtl] .q-notification-top-left-leave-active, [dir=rtl] .q-notification-top-leave-active, [dir=rtl] .q-notification-top-right-leave-active, [dir=rtl] .q-notification-left-leave-active, [dir=rtl] .q-notification-center-leave-active, [dir=rtl] .q-notification-right-leave-active, [dir=rtl] .q-notification-bottom-left-leave-active, [dir=rtl] .q-notification-bottom-leave-active, [dir=rtl] .q-notification-bottom-right-leave-active {
  margin-right: 0;
  margin-left: 0;
}
.q-notification-top-leave-active,
.q-notification-center-leave-active {
  top: 0;
}
.q-notification-bottom-left-leave-active,
.q-notification-bottom-leave-active,
.q-notification-bottom-right-leave-active {
  bottom: 0;
}
.q-option-inner {
  display: inline-block;
  line-height: 0;
}
.q-option-inner.active {
  color: #027be3;
  color: var(--q-color-primary);
}
[dir=ltr] .q-option-inner + .q-option-label {
  margin-left: 8px;
}
[dir=rtl] .q-option-inner + .q-option-label {
  margin-right: 8px;
}
.q-option {
  vertical-align: middle;
}
.q-option input {
  display: none !important;
}
[dir=ltr] .q-option.reverse .q-option-inner + .q-option-label {
  margin-right: 8px;
  margin-left: 0;
}
[dir=rtl] .q-option.reverse .q-option-inner + .q-option-label {
  margin-left: 8px;
  margin-right: 0;
}
.q-option-group-inline-opts > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[dir] .q-option-group {
  margin: -5px;
  padding: 5px 0;
}
[dir] .q-pagination input {
  text-align: center;
}
[dir] .q-pagination .q-btn {
  padding: 0 5px !important;
}
.q-pagination .q-btn.disabled {
  color: #777;
  color: var(--q-color-faded);
}
.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.q-parallax-image > img {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
[dir=ltr] .q-parallax-image > img {
  left: 50%;
}
[dir=rtl] .q-parallax-image > img {
  right: 50%;
}
.q-parallax-image > img.ready {
  visibility: visible;
}
[dir] .q-parallax-text {
  text-shadow: 0 0 5px #fff;
}
.q-popover {
  position: fixed;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
  z-index: 8000;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100vw;
  outline: 0;
}
[dir] .q-popover {
          box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
  background: #fff;
}
[dir] .q-popover > .q-list:only-child {
  border: none;
}
body div .q-popover {
  display: none;
}
.q-progress {
  position: relative;
  height: 5px;
  display: block;
  width: 100%;
  overflow: hidden;
}
[dir] .q-progress {
  background-clip: padding-box;
}
[dir] .q-progress-model {
  background: currentColor;
}
[dir=ltr] .q-progress-model.animate {
  -webkit-animation:  q-progress-stripes-ltr 2s linear infinite;
  animation:  q-progress-stripes-ltr 2s linear infinite;
}
[dir=rtl] .q-progress-model.animate {
  -webkit-animation:  q-progress-stripes-rtl 2s linear infinite;
          animation:  q-progress-stripes-rtl 2s linear infinite;
}
.q-progress-model:not(.indeterminate) {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: width 0.3s linear;
}
[dir] .q-progress-model:not(.indeterminate) {
  -webkit-transition: width 0.3s linear;
}
.q-progress-model.indeterminate:before,
.q-progress-model.indeterminate:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  will-change: left, right;
}
[dir] .q-progress-model.indeterminate:before, [dir] .q-progress-model.indeterminate:after {
  background: inherit;
}
[dir=ltr] .q-progress-model.indeterminate:before, [dir=ltr] .q-progress-model.indeterminate:after {
  left: 0;
}
[dir=rtl] .q-progress-model.indeterminate:before, [dir=rtl] .q-progress-model.indeterminate:after {
  right: 0;
}
[dir=ltr] .q-progress-model.indeterminate:before {
  -webkit-animation:  q-progress-indeterminate-ltr 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation:  q-progress-indeterminate-ltr 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
[dir=rtl] .q-progress-model.indeterminate:before {
  -webkit-animation:  q-progress-indeterminate-rtl 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation:  q-progress-indeterminate-rtl 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
[dir=ltr] .q-progress-model.indeterminate:after {
  -webkit-animation:  q-progress-indeterminate-short-ltr 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation:  q-progress-indeterminate-short-ltr 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
[dir=rtl] .q-progress-model.indeterminate:after {
  -webkit-animation:  q-progress-indeterminate-short-rtl 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation:  q-progress-indeterminate-short-rtl 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
[dir] .q-progress-model.stripe, [dir] .q-progress-model.stripe:before, [dir] .q-progress-model.stripe:after {
  background-size: 40px 40px !important;
}
[dir=ltr] .q-progress-model.stripe, [dir=ltr] .q-progress-model.stripe:before, [dir=ltr] .q-progress-model.stripe:after {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent) !important;
}
[dir=rtl] .q-progress-model.stripe, [dir=rtl] .q-progress-model.stripe:before, [dir=rtl] .q-progress-model.stripe:after {
  background-image: linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent) !important;
}
.q-progress-track {
  top: 0;
  bottom: 0;
  transition: width 0.3s linear;
}
[dir] .q-progress-track {
  -webkit-transition: width 0.3s linear;
}
[dir=ltr] .q-progress-track {
  left: 0;
}
[dir=rtl] .q-progress-track {
  right: 0;
}
.q-progress-buffer {
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 4px;
  transition: width 0.3s linear;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
          mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
}
[dir] .q-progress-buffer {
          transform: translateY(-50%);
  -webkit-transition: width 0.3s linear;
}
[dir=ltr] .q-progress-buffer {
  right: 0;
}
[dir=rtl] .q-progress-buffer {
  left: 0;
}
.q-progress-track,
.q-progress-buffer {
  opacity: 0.2;
  position: absolute;
}
[dir] .q-progress-track, [dir] .q-progress-buffer {
  background: currentColor;
}
.pull-to-refresh {
  position: relative;
}
.pull-to-refresh-message {
  height: 65px;
  font-size: 1rem;
}
.pull-to-refresh-message .q-icon {
  font-size: 2rem;
  transition: all 0.3s;
}
[dir] .pull-to-refresh-message .q-icon {
  -webkit-transition: all 0.3s;
}
[dir=ltr] .pull-to-refresh-message .q-icon {
  margin-right: 15px;
}
[dir=rtl] .pull-to-refresh-message .q-icon {
  margin-left: 15px;
}
.q-radio-unchecked,
.q-radio-checked,
.q-radio .q-option-inner {
  height: 21px;
  width: 21px;
  min-width: 21px;
  font-size: 21px;
  transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
[dir] .q-radio-unchecked, [dir] .q-radio-checked, [dir] .q-radio .q-option-inner {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.q-radio-unchecked {
  opacity: 1;
}
.q-radio-checked {
  -webkit-transform-origin: 50% 50% 0;
  -webkit-transform: scale(0);
}
[dir] .q-radio-checked {
          transform-origin: 50% 50% 0;
          transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-unchecked {
  opacity: 0;
}
.q-radio .q-option-inner.active .q-radio-checked {
  -webkit-transform: scale(1);
}
[dir] .q-radio .q-option-inner.active .q-radio-checked {
          transform: scale(1);
}
.q-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating span {
  pointer-events: none;
  display: inherit;
}
.q-rating i {
  color: currentColor;
  position: relative;
  opacity: 0.4;
  pointer-events: all;
}
[dir] .q-rating i {
  text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  cursor: default;
}
.q-rating i.hovered {
  -webkit-transform: scale(1.3);
}
[dir] .q-rating i.hovered {
          transform: scale(1.3);
}
.q-rating i.exselected {
  opacity: 0.7;
}
.q-rating i.active {
  opacity: 1;
}
[dir=ltr] .q-rating i + i {
  margin-left: 0.3rem;
}
[dir=rtl] .q-rating i + i {
  margin-right: 0.3rem;
}
[dir] .q-rating.editable i {
  cursor: pointer;
}
.q-rating:not(.editable) span,
.q-rating i {
  outline: 0;
}
.q-scrollarea-thumb {
  width: 10px;
  opacity: 0.2;
  transition: opacity 0.3s;
}
[dir] .q-scrollarea-thumb {
  background: #000;
  -webkit-transition: opacity 0.3s;
}
[dir=ltr] .q-scrollarea-thumb {
  right: 0;
}
[dir=rtl] .q-scrollarea-thumb {
  left: 0;
}
.q-scrollarea-thumb.invisible-thumb {
  opacity: 0 !important;
}
.q-scrollarea-thumb:hover {
  opacity: 0.3;
}
.q-scrollarea-thumb:active {
  opacity: 0.5;
}
[dir] .q-toolbar .q-search {
  background: rgba(255,255,255,0.25);
}
[dir] body.desktop .q-select-highlight {
  background: rgba(189,189,189,0.5) !important;
}
.q-slide-transition {
  transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
[dir] .q-slide-transition {
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.q-slider-track,
.q-slider-mark {
  opacity: 0.4;
}
[dir] .q-slider-track, [dir] .q-slider-mark {
  background: currentColor;
}
.q-slider-track {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 2px;
  width: 100%;
}
[dir] .q-slider-track {
          transform: translateY(-50%);
}
[dir=ltr] .q-slider-track {
  left: 0;
}
[dir=rtl] .q-slider-track {
  right: 0;
}
.q-slider-track:not(.dragging) {
  transition: all 0.3s ease;
}
[dir] .q-slider-track:not(.dragging) {
  -webkit-transition: all 0.3s ease;
}
.q-slider-track.active-track {
  opacity: 1;
}
.q-slider-track.track-draggable.dragging {
  height: 4px;
  transition: height 0.3s ease;
}
[dir] .q-slider-track.track-draggable.dragging {
  -webkit-transition: height 0.3s ease;
}
[dir] .q-slider-track.handle-at-minimum {
  background: transparent;
}
.q-slider-mark {
  position: absolute;
  top: 50%;
  height: 10px;
  width: 2px;
}
[dir=ltr] .q-slider-mark {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
[dir=rtl] .q-slider-mark {
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.q-slider-handle-container {
  position: relative;
  height: 100%;
}
[dir=ltr] .q-slider-handle-container {
  margin-left: 11px;
  margin-right: 11px;
}
[dir=rtl] .q-slider-handle-container {
  margin-right: 11px;
  margin-left: 11px;
}
.q-slider-label {
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}
[dir] .q-slider-label {
  -webkit-transition: all 0.2s;
  padding: 2px 4px;
}
[dir=ltr] .q-slider-label {
  left: 11px;
  -webkit-transform: translateX(-50%) translateY(0) scale(0);
  transform: translateX(-50%) translateY(0) scale(0);
}
[dir=rtl] .q-slider-label {
  right: 11px;
  -webkit-transform: translateX(50%) translateY(0) scale(0);
          transform: translateX(50%) translateY(0) scale(0);
}
.q-slider-label.label-always {
  opacity: 1;
}
[dir=ltr] .q-slider-label.label-always {
  -webkit-transform: translateX(-50%) translateY(-139%) scale(1);
  transform: translateX(-50%) translateY(-139%) scale(1);
}
[dir=rtl] .q-slider-label.label-always {
  -webkit-transform: translateX(50%) translateY(-139%) scale(1);
          transform: translateX(50%) translateY(-139%) scale(1);
}
.q-slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .q-slider-handle {
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  background: #fff;
          box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-slider-handle {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
[dir=rtl] .q-slider-handle {
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}
.q-slider-handle .q-chip {
  max-width: unset;
}
.q-slider-handle.dragging {
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
[dir] .q-slider-handle.dragging {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
}
[dir=ltr] .q-slider-handle.dragging {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
[dir=rtl] .q-slider-handle.dragging {
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}
.q-slider-handle.dragging .q-slider-label {
  opacity: 1;
}
[dir=ltr] .q-slider-handle.dragging .q-slider-label {
  -webkit-transform: translateX(-50%) translateY(-139%) scale(1);
  transform: translateX(-50%) translateY(-139%) scale(1);
}
[dir=rtl] .q-slider-handle.dragging .q-slider-label {
  -webkit-transform: translateX(50%) translateY(-139%) scale(1);
          transform: translateX(50%) translateY(-139%) scale(1);
}
.q-slider-ring {
  position: absolute;
  top: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transition: all 0.2s ease-in;
}
[dir] .q-slider-ring {
  border-radius: inherit;
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  background: currentColor;
}
[dir=ltr] .q-slider-ring {
  left: -50%;
}
[dir=rtl] .q-slider-ring {
  right: -50%;
}
.q-slider:not(.disabled) .q-slider-handle:focus .q-slider-ring,
.q-slider:not(.disabled):focus .q-slider-ring,
.q-slider:not(.disabled):hover .q-slider-ring {
  opacity: 0.4;
  -webkit-transform: scale(1);
}
[dir] .q-slider:not(.disabled) .q-slider-handle:focus .q-slider-ring, [dir] .q-slider:not(.disabled):focus .q-slider-ring, [dir] .q-slider:not(.disabled):hover .q-slider-ring {
          transform: scale(1);
}
[dir] .q-slider.disabled .q-slider-handle {
  border: 2px solid #fff;
}
[dir] .q-slider.disabled .q-slider-handle.handle-at-minimum {
  background: currentColor;
}
.q-slider {
  height: 32px;
  width: 100%;
  color: #027be3;
  color: var(--q-color-primary);
}
[dir] .q-slider {
  cursor: pointer;
}
.q-slider.label-always,
.q-slider.with-padding {
  height: 56px;
}
[dir] .q-slider.label-always, [dir] .q-slider.with-padding {
  padding: 30px 0 4px;
}
.q-slider.has-error {
  color: #db2828;
  color: var(--q-color-negative);
}
.q-slider.has-warning {
  color: #f2c037;
  color: var(--q-color-warning);
}
.q-spinner {
  vertical-align: middle;
}
.q-spinner-mat {
  -webkit-animation: q-spin 2s linear infinite /* rtl:ignore */;
          animation: q-spin 2s linear infinite /* rtl:ignore */;
  -webkit-transform-origin: center center /* rtl:ignore */;
          transform-origin: center center /* rtl:ignore */;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: q-mat-dash 1.5s ease-in-out infinite /* rtl:ignore */;
          animation: q-mat-dash 1.5s ease-in-out infinite /* rtl:ignore */;
}
.q-stepper {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-stepper {
  border-radius: 4px;
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-stepper-title {
  font-size: 14px;
}
.q-stepper-subtitle {
  font-size: 12px;
  opacity: 0.7;
}
.q-stepper-dot {
  font-size: 14px;
  width: 24px;
  height: 24px;
}
[dir] .q-stepper-dot {
  border-radius: 50%;
  background: currentColor;
}
[dir=ltr] .q-stepper-dot {
  margin-right: 8px;
}
[dir=rtl] .q-stepper-dot {
  margin-left: 8px;
}
.q-stepper-dot span {
  color: #fff;
}
.q-stepper-tab {
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  transition: color 0.28s, background 0.28s;
}
[dir] .q-stepper-tab {
  padding: 24px;
  -webkit-transition: color 0.28s, background 0.28s;
}
.q-stepper-tab.step-waiting {
  color: #000;
}
.q-stepper-tab.step-waiting .q-stepper-dot {
  color: rgba(0,0,0,0.42);
}
.q-stepper-tab.step-navigation {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[dir] .q-stepper-tab.step-navigation {
  cursor: pointer;
}
[dir] .q-stepper-tab.step-navigation:active {
  background: rgba(0,0,0,0.17) !important;
}
.q-stepper-tab.step-color {
  color: currentColor;
}
.q-stepper-tab.step-active .q-stepper-title {
  font-weight: bold;
}
.q-stepper-tab.step-disabled {
  color: rgba(0,0,0,0.42);
}
.q-stepper-tab.step-error {
  color: #db2828;
  color: var(--q-color-negative);
}
[dir] .q-stepper-tab.step-error .q-stepper-dot {
  background: transparent;
}
.q-stepper-tab.step-error .q-stepper-dot span {
  color: #db2828;
  color: var(--q-color-negative);
  font-size: 24px;
}
.q-stepper-header {
  min-height: 72px;
}
.q-stepper-header:not(.alternative-labels) .q-stepper-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.q-stepper-header:not(.alternative-labels) .q-stepper-dot:after {
  display: none;
}
.q-stepper-header.alternative-labels {
  min-height: 104px;
}
.q-stepper-header.alternative-labels .q-stepper-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
[dir] .q-stepper-header.alternative-labels .q-stepper-tab {
  padding: 24px 32px;
}
[dir=ltr] .q-stepper-header.alternative-labels .q-stepper-dot {
  margin-right: 0;
}
[dir=rtl] .q-stepper-header.alternative-labels .q-stepper-dot {
  margin-left: 0;
}
[dir] .q-stepper-header.alternative-labels .q-stepper-label {
  margin-top: 8px;
  text-align: center;
}
.q-stepper-header.alternative-labels .q-stepper-label:before,
.q-stepper-header.alternative-labels .q-stepper-label:after {
  display: none;
}
.q-stepper-step-content {
  color: #000;
}
[dir] .q-stepper-horizontal .q-stepper-step-inner {
  padding: 24px;
}
[dir] .q-stepper-horizontal .q-stepper-nav {
  margin: 0 16px 8px;
}
[dir] .q-stepper-horizontal .q-stepper-step .q-stepper-nav {
  margin: 16px 0 0;
}
.q-stepper-horizontal .q-stepper-step .q-stepper-nav > div.col {
  display: none;
}
.q-stepper-horizontal .q-stepper-first .q-stepper-dot:before,
.q-stepper-horizontal .q-stepper-last .q-stepper-label:after,
.q-stepper-horizontal .q-stepper-last .q-stepper-dot:after {
  display: none;
}
.q-stepper-horizontal .q-stepper-tab {
  overflow: hidden;
}
.q-stepper-horizontal .q-stepper-line:before,
.q-stepper-horizontal .q-stepper-line:after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
}
[dir] .q-stepper-horizontal .q-stepper-line:before, [dir] .q-stepper-horizontal .q-stepper-line:after {
  background: rgba(0,0,0,0.12);
}
.q-stepper-horizontal .q-stepper-label:after,
.q-stepper-horizontal .q-stepper-dot:after {
  content: '';
}
[dir=ltr] .q-stepper-horizontal .q-stepper-label:after, [dir=ltr] .q-stepper-horizontal .q-stepper-dot:after {
  left: 100%;
  margin-left: 8px;
}
[dir=rtl] .q-stepper-horizontal .q-stepper-label:after, [dir=rtl] .q-stepper-horizontal .q-stepper-dot:after {
  right: 100%;
  margin-right: 8px;
}
.q-stepper-horizontal .q-stepper-dot:before {
  content: '';
}
[dir=ltr] .q-stepper-horizontal .q-stepper-dot:before {
  right: 100%;
  margin-right: 8px;
}
[dir=rtl] .q-stepper-horizontal .q-stepper-dot:before {
  left: 100%;
  margin-left: 8px;
}
[dir] .q-stepper-vertical {
  padding: 8px 0 18px;
}
[dir] .q-stepper-vertical .q-stepper-tab {
  padding: 12px 16px;
}
[dir] .q-stepper-vertical .q-stepper-label {
  padding-top: 4px;
}
.q-stepper-vertical .q-stepper-title {
  line-height: 18px;
}
[dir=ltr] .q-stepper-vertical .q-stepper-step-inner {
  padding: 0 24px 24px 48px;
}
[dir=rtl] .q-stepper-vertical .q-stepper-step-inner {
  padding: 0 48px 24px 24px;
}
[dir] .q-stepper-vertical .q-stepper-nav {
  margin-top: 16px;
}
.q-stepper-vertical .q-stepper-nav > div.col {
  display: none;
}
.q-stepper-vertical .q-stepper-first .q-stepper-dot:before,
.q-stepper-vertical .q-stepper-last .q-stepper-dot:after {
  display: none;
}
.q-stepper-vertical .q-stepper-step {
  overflow: hidden;
}
.q-stepper-vertical .q-stepper-dot:before,
.q-stepper-vertical .q-stepper-dot:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100vh;
}
[dir] .q-stepper-vertical .q-stepper-dot:before, [dir] .q-stepper-vertical .q-stepper-dot:after {
  background: rgba(0,0,0,0.12);
}
[dir=ltr] .q-stepper-vertical .q-stepper-dot:before, [dir=ltr] .q-stepper-vertical .q-stepper-dot:after {
  left: 50%;
}
[dir=rtl] .q-stepper-vertical .q-stepper-dot:before, [dir=rtl] .q-stepper-vertical .q-stepper-dot:after {
  right: 50%;
}
.q-stepper-vertical .q-stepper-dot:before {
  bottom: 100%;
}
[dir] .q-stepper-vertical .q-stepper-dot:before {
  margin-bottom: 8px;
}
.q-stepper-vertical .q-stepper-dot:after {
  top: 100%;
}
[dir] .q-stepper-vertical .q-stepper-dot:after {
  margin-top: 8px;
}
[dir] body.desktop .q-stepper-tab.step-navigation:hover {
  background: rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
  .q-stepper-horizontal.q-stepper-contractable .q-stepper-header {
    min-height: 72px;
  }
  [dir] .q-stepper-horizontal.q-stepper-contractable .q-stepper-tab {
    padding: 24px 0;
  }
  .q-stepper-horizontal.q-stepper-contractable .q-stepper-tab:not(:last-child) .q-stepper-dot:after {
    display: block !important;
  }
  [dir] .q-stepper-horizontal.q-stepper-contractable .q-stepper-dot {
    margin: 0;
  }
  .q-stepper-horizontal.q-stepper-contractable .q-stepper-label {
    display: none;
  }
}
.q-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.q-tabs-scroller {
  overflow: hidden;
}
[dir] .q-tab-pane {
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-no-pane-border .q-tab-pane {
  border: 0;
}
.q-tabs-panes:empty {
  display: none;
}
.q-tab-icon,
.q-tab-label {
  opacity: 0.6;
}
.q-tab {
  transition: color 0.3s, background 0.3s;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 35px;
}
[dir] .q-tab {
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  padding: 8px 10px;
}
.q-tab .q-tab-icon,
.q-tab .q-tab-label {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
[dir] .q-tab .q-tab-icon, [dir] .q-tab .q-tab-label {
  -webkit-transition: -webkit-transform 0.2s;
}
[dir] .q-tab .q-tab-icon-parent + .q-tab-label-parent {
  margin-top: 3px;
}
.q-tab .q-chip {
  top: -4px;
  min-height: auto;
  color: #fff;
}
[dir] .q-tab .q-chip {
  background: rgba(244,67,54,0.75);
}
[dir=ltr] .q-tab .q-chip {
  right: -10px;
  left: auto;
}
[dir=rtl] .q-tab .q-chip {
  left: -10px;
  right: auto;
}
.q-tab.active .q-tab-icon,
.q-tab.active .q-tab-label {
  -webkit-transform: scale(1.1);
  opacity: 1;
}
[dir] .q-tab.active .q-tab-icon, [dir] .q-tab.active .q-tab-label {
          transform: scale(1.1);
}
[dir] .q-tab:active {
  background: rgba(255,255,255,0.3);
}
.q-tab-label {
  line-height: 1.3;
}
[dir] .q-tab-label {
  text-align: center;
}
.q-tab-only-label {
  font-size: 0.9rem;
}
.q-tab-icon {
  font-size: 1.5rem;
}
.q-tab-focus-helper {
  z-index: -1;
  outline: 0;
}
.q-tab-focus-helper:focus {
  z-index: unset;
  opacity: 0.1;
}
[dir] .q-tab-focus-helper:focus {
  background: currentColor;
}
@media (max-width: 767px) {
  .q-tab.hide-icon .q-tab-icon-parent,
  .q-tab.hide-label .q-tab-label-parent {
    display: none !important;
  }
  .q-tab.hide-icon .q-tab-label {
    font-size: 0.9rem;
  }
  [dir] .q-tab.hide-icon .q-tab-label {
    margin-top: 0;
  }
  .q-tab-full.hide-none .q-tab-label-parent .q-tab-meta {
    display: none;
  }
}
@media (min-width: 768px) {
  .q-tab-full .q-tab-label-parent .q-tab-meta {
    display: none;
  }
}
@media (max-width: 991px) {
  .q-tabs-head:not(.scrollable) .q-tabs-scroller,
  .q-tabs-head:not(.scrollable) .q-tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .q-tab {
    padding-left: 25px;
    padding-right: 25px;
  }
  [dir=rtl] .q-tab {
    padding-right: 25px;
    padding-left: 25px;
  }
  .q-tab-label {
    font-size: 0.9rem;
  }
  [dir=ltr] .q-layout-marginal .q-tabs-head:not(.scrollable) {
    padding-left: 12px;
    padding-right: 12px;
  }
  [dir=rtl] .q-layout-marginal .q-tabs-head:not(.scrollable) {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.q-tabs-head {
  min-height: 35px;
  overflow: hidden;
  font-size: 0.7rem;
  font-weight: 400;
  transition: color 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
  transition: color 0.18s ease-in, box-shadow 0.18s ease-in;
  transition: color 0.18s ease-in, box-shadow 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
  position: relative;
}
[dir] .q-tabs-head {
  -webkit-transition: color 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
}
.q-tabs-head:not(.scrollable) .q-tabs-left-scroll,
.q-tabs-head:not(.scrollable) .q-tabs-right-scroll {
  display: none !important;
}
.q-tabs-left-scroll,
.q-tabs-right-scroll {
  position: absolute;
  height: 100%;
  color: #fff;
  top: 0;
}
[dir] .q-tabs-left-scroll, [dir] .q-tabs-right-scroll {
  cursor: pointer;
}
.q-tabs-left-scroll .q-icon,
.q-tabs-right-scroll .q-icon {
  font-size: 1.8rem;
  visibility: hidden;
}
[dir] .q-tabs-left-scroll .q-icon, [dir] .q-tabs-right-scroll .q-icon {
  text-shadow: 0 0 10px #000;
}
.q-tabs-left-scroll.disabled,
.q-tabs-right-scroll.disabled {
  display: none;
}
.q-tabs:hover .q-tabs-left-scroll .q-icon,
.q-tabs:hover .q-tabs-right-scroll .q-icon {
  visibility: visible;
}
.q-tabs-left-scroll {
  left: 0 /* rtl:ignore */;
}
.q-tabs-right-scroll {
  right: 0 /* rtl:ignore */;
}
.q-tabs-align-justify .q-tabs-scroller,
.q-tabs-align-justify .q-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.q-tabs-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.q-tabs-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.q-tabs-two-lines .q-tab {
  white-space: normal;
}
.q-tabs-two-lines .q-tab .q-tab-label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.q-tabs-position-bottom .q-tabs-panes {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
[dir] .q-tabs-inverted .q-tab:active {
  background: rgba(0,0,0,0.1);
}
[dir] .q-tabs-inverted .q-tabs-head {
  background: #fff;
}
[dir] .q-tabs-inverted.q-tabs-position-top .q-tabs-panes {
  border-top: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-inverted.q-tabs-position-top .q-tab-pane {
  border-top: 0;
}
[dir] .q-tabs-inverted.q-tabs-position-bottom .q-tabs-panes {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-inverted.q-tabs-position-bottom .q-tab-pane {
  border-bottom: 0;
}
body.mobile .q-tabs-scroller {
  overflow-y: hidden;
  overflow-x: auto;
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
}
body.desktop .q-tab:before {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.1;
}
[dir] body.desktop .q-tab:before {
  background: currentColor;
}
[dir=ltr] body.desktop .q-tab:before {
  right: 0;
  left: 0;
}
[dir=rtl] body.desktop .q-tab:before {
  left: 0;
  right: 0;
}
body.desktop .q-tab:hover:before {
  content: '';
}
.q-table-container {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  position: relative;
}
[dir] .q-table-container {
  border-radius: 4px;
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-table-container.fullscreen {
  background-color: inherit;
}
.q-table-top {
  min-height: 64px;
}
[dir] .q-table-top {
  padding: 8px 24px;
}
.q-table-top:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-table-top:before {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir=ltr] .q-table-top:before {
  right: 0;
  left: 0;
}
[dir=rtl] .q-table-top:before {
  left: 0;
  right: 0;
}
.q-table-top .q-table-control {
  min-height: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[dir] .q-table-top .q-table-control {
  padding: 8px 0;
}
.q-table-title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table-separator {
  min-width: 8px !important;
}
.q-table-nodata .q-icon {
  font-size: 200%;
}
[dir=ltr] .q-table-nodata .q-icon {
  padding-right: 15px;
}
[dir=rtl] .q-table-nodata .q-icon {
  padding-left: 15px;
}
.q-table-progress {
  height: 0 !important;
}
[dir] .q-table-progress td {
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
}
.q-table-progress .q-progress {
  position: absolute;
  height: 2px;
  bottom: 0;
}
.q-table-middle {
  max-width: 100%;
}
.q-table-bottom {
  min-height: 48px;
  font-size: 12px;
}
[dir=ltr] .q-table-bottom {
  padding: 4px 14px 4px 24px;
}
[dir=rtl] .q-table-bottom {
  padding: 4px 24px 4px 14px;
}
.q-table-bottom .q-table-control {
  min-height: 24px;
}
.q-table-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.q-table-sort-icon {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  will-change: opacity, transform;
  opacity: 0;
  font-size: 120%;
}
[dir] .q-table-sort-icon {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir=ltr] .q-table-sort-icon-left, [dir=ltr] .q-table-sort-icon-center {
  margin-left: 4px;
}
[dir=rtl] .q-table-sort-icon-left, [dir=rtl] .q-table-sort-icon-center {
  margin-right: 4px;
}
[dir=ltr] .q-table-sort-icon-right {
  margin-right: 4px;
}
[dir=rtl] .q-table-sort-icon-right {
  margin-left: 4px;
}
.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.q-table thead tr {
  height: 56px;
}
.q-table th {
  font-weight: 500;
  font-size: 12px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[dir] .q-table th {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table-sort-icon {
  opacity: 0.5;
}
.q-table th.sorted .q-table-sort-icon {
  opacity: 1 !important;
}
[dir=ltr] .q-table th.sort-desc .q-table-sort-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir=rtl] .q-table th.sort-desc .q-table-sort-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.q-table tbody tr {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  will-change: background;
}
[dir] .q-table tbody tr {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table th,
.q-table td {
  white-space: nowrap;
  position: relative;
}
[dir] .q-table th, [dir] .q-table td {
  padding: 7px 24px;
}
[dir] .q-table thead, [dir] .q-table td, [dir] .q-table th {
  border-style: solid;
  border-width: 0;
}
.q-table tbody td {
  height: 48px;
  font-weight: 400;
  font-size: 13px;
}
[dir] .q-table .q-radial-ripple {
  margin-bottom: -100%;
}
.q-table-col-auto-width {
  width: 1px;
}
[dir=ltr] .q-table-bottom-item {
  margin-right: 24px;
}
[dir=rtl] .q-table-bottom-item {
  margin-left: 24px;
}
.q-table-grid {
  -webkit-box-shadow: none;
}
[dir] .q-table-grid {
          box-shadow: none;
}
[dir] .q-table-grid .q-table-bottom {
  border-top: 0;
}
.q-table-grid .q-table {
  height: 2px;
}
[dir] .q-table-grid .q-table thead {
  border: 0;
}
[dir] .q-table-horizontal-separator thead, [dir] .q-table-horizontal-separator tbody td {
  border-width: 0 0 1px 0;
}
[dir] .q-table-vertical-separator thead {
  border-width: 0 0 1px 0;
}
[dir=ltr] .q-table-vertical-separator td {
  border-width: 0 0 0 1px;
}
[dir=rtl] .q-table-vertical-separator td {
  border-width: 0 1px 0 0;
}
[dir=ltr] .q-table-vertical-separator td:first-child {
  border-left: 0;
}
[dir=rtl] .q-table-vertical-separator td:first-child {
  border-right: 0;
}
[dir] .q-table-cell-separator td {
  border-width: 1px;
}
[dir=ltr] .q-table-cell-separator td:first-child {
  border-left: 0;
}
[dir=rtl] .q-table-cell-separator td:first-child {
  border-right: 0;
}
[dir=ltr] .q-table-cell-separator td:last-child {
  border-right: 0;
}
[dir=rtl] .q-table-cell-separator td:last-child {
  border-left: 0;
}
.q-table-dense .q-table-top {
  min-height: 48px;
}
[dir=ltr] .q-table-dense .q-table-top, [dir=ltr] .q-table-dense .q-table-bottom {
  padding-left: 8px;
  padding-right: 8px;
}
[dir=rtl] .q-table-dense .q-table-top, [dir=rtl] .q-table-dense .q-table-bottom {
  padding-right: 8px;
  padding-left: 8px;
}
.q-table-dense .q-table-bottom {
  min-height: 42px;
}
.q-table-dense .q-table-sort-icon {
  font-size: 110%;
}
[dir] .q-table-dense .q-table th, [dir] .q-table-dense .q-table td {
  padding: 4px 8px;
}
.q-table-dense .q-table thead tr {
  height: 40px;
}
.q-table-dense .q-table tbody td {
  height: 28px;
}
[dir=ltr] .q-table-dense .q-table-bottom-item {
  margin-right: 8px;
}
[dir=rtl] .q-table-dense .q-table-bottom-item {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .q-table-top {
    min-height: 48px;
  }
  [dir=ltr] .q-table-top, [dir=ltr] .q-table-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }
  [dir=rtl] .q-table-top, [dir=rtl] .q-table-bottom {
    padding-right: 8px;
    padding-left: 8px;
  }
  .q-table-bottom {
    min-height: 42px;
  }
  .q-table-sort-icon {
    font-size: 110%;
  }
  [dir] .q-table th, [dir] .q-table td {
    padding: 4px 8px;
  }
  .q-table thead tr {
    height: 40px;
  }
  .q-table tbody td {
    height: 28px;
  }
  [dir=ltr] .q-table-bottom-item {
    margin-right: 8px;
  }
  [dir=rtl] .q-table-bottom-item {
    margin-left: 8px;
  }
}
.q-table-bottom {
  color: rgba(0,0,0,0.54);
}
[dir] .q-table-bottom {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.q-table {
  color: rgba(0,0,0,0.87);
}
[dir] .q-table thead, [dir] .q-table tr, [dir] .q-table th, [dir] .q-table td {
  border-color: rgba(0,0,0,0.12);
}
.q-table th {
  color: rgba(0,0,0,0.54);
}
.q-table th.sortable:hover,
.q-table th.sorted {
  color: rgba(0,0,0,0.87);
}
[dir] .q-table tbody tr.selected {
  background: rgba(0,0,0,0.06);
}
[dir] .q-table tbody tr:hover {
  background: rgba(0,0,0,0.03);
}
.q-table-dark {
  color: #fff;
}
.q-table-dark .q-table-bottom,
.q-table-dark .q-table-top {
  color: rgba(255,255,255,0.64);
}
[dir] .q-table-dark .q-table-bottom, [dir] .q-table-dark .q-table-top {
  border-top: 1px solid rgba(255,255,255,0.12);
}
[dir] .q-table-dark thead, [dir] .q-table-dark tr, [dir] .q-table-dark th, [dir] .q-table-dark td {
  border-color: rgba(255,255,255,0.12);
}
.q-table-dark th {
  color: rgba(255,255,255,0.64);
}
.q-table-dark th.sortable:hover,
.q-table-dark th.sorted {
  color: #fff;
}
[dir] .q-table-dark tbody tr.selected {
  background: rgba(255,255,255,0.2);
}
[dir] .q-table-dark tbody tr:hover {
  background: rgba(255,255,255,0.1);
}
.q-timeline {
  width: 100%;
  list-style: none;
}
[dir] .q-timeline {
  padding: 0;
}
.q-timeline h6 {
  line-height: inherit;
}
[dir] .q-timeline-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.q-timeline-subtitle {
  font-size: 12px;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
[dir] .q-timeline-subtitle {
  margin-bottom: 8px;
}
.q-timeline-dot {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}
[dir=ltr] .q-timeline-dot {
  left: 0;
}
[dir=rtl] .q-timeline-dot {
  right: 0;
}
.q-timeline-dot:before,
.q-timeline-dot:after {
  content: '';
  display: block;
  position: absolute;
}
[dir] .q-timeline-dot:before, [dir] .q-timeline-dot:after {
  background: currentColor;
}
.q-timeline-dot:before {
  height: 15px;
  width: 15px;
  top: 4px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
[dir] .q-timeline-dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
[dir=ltr] .q-timeline-dot:before {
  left: 0;
}
[dir=rtl] .q-timeline-dot:before {
  right: 0;
}
.q-timeline-dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
}
[dir=ltr] .q-timeline-dot:after {
  left: 6px;
}
[dir=rtl] .q-timeline-dot:after {
  right: 6px;
}
.q-timeline-entry-with-icon .q-timeline-dot {
  width: 31px;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot {
  left: -8px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot {
  right: -8px;
}
.q-timeline-entry-with-icon .q-timeline-dot:before {
  height: 31px;
  width: 31px;
}
.q-timeline-entry-with-icon .q-timeline-dot:after {
  top: 41px;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot:after {
  left: 14px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot:after {
  right: 14px;
}
[dir] .q-timeline-entry-with-icon .q-timeline-subtitle {
  padding-top: 8px;
}
.q-timeline-dot .q-icon {
  position: absolute;
  top: 0;
  font-size: 16px;
  height: 38px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
[dir] .q-timeline-dot .q-icon {
  -webkit-transition: color 0.3s ease-in-out;
}
[dir=ltr] .q-timeline-dot .q-icon {
  left: 0;
  right: 0;
}
[dir=rtl] .q-timeline-dot .q-icon {
  right: 0;
  left: 0;
}
.q-timeline-dark {
  color: #fff;
}
.q-timeline-dark .q-timeline-subtitle {
  opacity: 0.7;
}
.q-timeline-entry {
  position: relative;
  line-height: 22px;
}
[dir=ltr] .q-timeline-entry {
  padding-left: 40px;
}
[dir=rtl] .q-timeline-entry {
  padding-right: 40px;
}
[dir] .q-timeline-entry:last-child {
  padding-bottom: 0;
}
.q-timeline-entry:last-child .q-timeline-dot:after {
  content: none;
}
[dir] .q-timeline-entry:hover .q-timeline-dot:before {
  background: transparent;
  border: 3px solid currentColor;
}
.q-timeline-entry.q-timeline-entry-with-icon:hover .q-timeline-dot .q-icon {
  color: currentColor;
}
[dir] .q-timeline-content {
  padding-bottom: 24px;
}
.q-timeline-heading {
  position: relative;
}
[dir] .q-timeline-heading:first-child .q-timeline-heading-title {
  padding-top: 0;
}
[dir] .q-timeline-heading:last-child .q-timeline-heading-title {
  padding-bottom: 0;
}
[dir] .q-timeline-heading-title {
  padding: 32px 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .q-timeline-responsive .q-timeline-heading {
    display: table-row;
    font-size: 200%;
  }
  .q-timeline-responsive .q-timeline-heading > div {
    display: table-cell;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-heading-title {
    margin-left: -50px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-heading-title {
    margin-right: -50px;
  }
  .q-timeline-responsive .q-timeline {
    display: table;
  }
  .q-timeline-responsive .q-timeline-entry {
    display: table-row;
  }
  [dir] .q-timeline-responsive .q-timeline-entry {
    padding: 0;
  }
  .q-timeline-responsive .q-timeline-subtitle,
  .q-timeline-responsive .q-timeline-dot,
  .q-timeline-responsive .q-timeline-content {
    display: table-cell;
    vertical-align: top;
  }
  .q-timeline-responsive .q-timeline-subtitle {
    width: 35%;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-subtitle {
    text-align: right;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-subtitle {
    text-align: left;
  }
  .q-timeline-responsive .q-timeline-dot {
    position: relative;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-content {
    padding-left: 30px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-content {
    padding-right: 30px;
  }
  [dir] .q-timeline-responsive .q-timeline-entry-with-icon .q-timeline-content {
    padding-top: 8px;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-subtitle {
    padding-right: 30px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-subtitle {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  [dir] .q-timeline-responsive .q-timeline-heading-title {
    text-align: center;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-heading-title {
    margin-left: 0;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-heading-title {
    margin-right: 0;
  }
  .q-timeline-responsive .q-timeline-entry,
  .q-timeline-responsive .q-timeline-subtitle,
  .q-timeline-responsive .q-timeline-dot,
  .q-timeline-responsive .q-timeline-content {
    display: block;
  }
  [dir] .q-timeline-responsive .q-timeline-entry, [dir] .q-timeline-responsive .q-timeline-subtitle, [dir] .q-timeline-responsive .q-timeline-dot, [dir] .q-timeline-responsive .q-timeline-content {
    margin: 0;
    padding: 0;
  }
  .q-timeline-responsive .q-timeline-dot {
    position: absolute;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-dot {
    left: 50%;
    margin-left: -7.15px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-dot {
    right: 50%;
    margin-right: -7.15px;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-entry-with-icon .q-timeline-dot {
    left: 50%;
    margin-left: -15px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-entry-with-icon .q-timeline-dot {
    right: 50%;
    margin-right: -15px;
  }
  .q-timeline-responsive .q-timeline-subtitle,
  .q-timeline-responsive .q-timeline-content {
    width: 50%;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-entry-left .q-timeline-content, [dir=ltr] .q-timeline-responsive .q-timeline-entry-right .q-timeline-subtitle {
    float: left;
    padding-right: 30px;
    text-align: right;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-entry-left .q-timeline-content, [dir=rtl] .q-timeline-responsive .q-timeline-entry-right .q-timeline-subtitle {
    float: right;
    padding-left: 30px;
    text-align: left;
  }
  [dir=ltr] .q-timeline-responsive .q-timeline-entry-left .q-timeline-subtitle, [dir=ltr] .q-timeline-responsive .q-timeline-entry-right .q-timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  [dir=rtl] .q-timeline-responsive .q-timeline-entry-left .q-timeline-subtitle, [dir=rtl] .q-timeline-responsive .q-timeline-entry-right .q-timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  [dir] .q-timeline-responsive .q-timeline-entry-with-icon .q-timeline-content {
    padding-top: 8px;
  }
  .q-timeline-responsive .q-timeline-entry {
    overflow: hidden;
  }
  [dir] .q-timeline-responsive .q-timeline-entry {
    padding-bottom: 24px;
  }
}
.q-toggle-base {
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 32px;
  color: #f5f5f5;
}
[dir] .q-toggle-base {
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  background: currentColor;
  border-radius: 16px;
  border: 2px solid #bdbdbd;
  border: 2px solid var(--q-color-light);
}
.q-toggle-base-dark {
  color: #aaa;
  color: var(--q-color-light-d);
}
.q-toggle-handle {
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px #bdbdbd;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px var(--q-color-light);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 2px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
[dir] .q-toggle-handle {
  background: #fff;
          box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px #bdbdbd;
          box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px var(--q-color-light);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
}
[dir=ltr] .q-toggle-handle {
  left: 2px;
}
[dir=rtl] .q-toggle-handle {
  right: 2px;
}
.q-toggle .q-option-inner {
  height: 32px;
  width: 50px;
  min-width: 50px;
}
.q-toggle .q-option-inner.active .q-toggle-base {
  color: currentColor;
}
[dir] .q-toggle .q-option-inner.active .q-toggle-base {
  border: 0;
}
.q-toggle .q-option-inner.active .q-toggle-handle {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-toggle .q-option-inner.active .q-toggle-handle {
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-toggle .q-option-inner.active .q-toggle-handle {
  left: 20px;
}
[dir=rtl] .q-toggle .q-option-inner.active .q-toggle-handle {
  right: 20px;
}
.q-toolbar {
  min-height: 50px;
  overflow: hidden;
  width: 100%;
}
[dir] .q-toolbar {
  padding: 4px 10px;
}
[dir] .q-toolbar-inverted {
  background: #fff;
}
.q-toolbar-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
}
[dir] .q-toolbar-title {
  padding: 0 5px;
  text-align: center;
}
.q-toolbar-subtitle {
  font-size: 12px;
  opacity: 0.7;
}
.q-toolbar-title,
.q-toolbar-subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.q-tooltip {
  position: fixed;
  font-size: 12px;
  color: #000;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
  z-index: 9000;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
[dir] .q-tooltip {
  background: #fff;
          box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
  padding: 10px;
  border-radius: 4px;
}
.q-tree-node {
  list-style-type: none;
  position: relative;
}
[dir] .q-tree-node {
  margin: 0;
}
[dir=ltr] .q-tree-node {
  padding: 0 0 3px 22px;
}
[dir=rtl] .q-tree-node {
  padding: 0 22px 3px 0;
}
.q-tree-node:after {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 1px;
}
[dir=ltr] .q-tree-node:after {
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node:after {
  left: auto;
  right: -13px;
  border-right: 1px solid currentColor;
}
.q-tree-node:last-child:after {
  display: none;
}
.q-tree-node-header:before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 35px;
}
[dir] .q-tree-node-header:before {
  border-bottom: 1px solid currentColor;
}
[dir=ltr] .q-tree-node-header:before {
  left: -35px;
  border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node-header:before {
  right: -35px;
  border-right: 1px solid currentColor;
}
[dir=ltr] .q-tree-children {
  padding-left: 25px;
}
[dir=rtl] .q-tree-children {
  padding-right: 25px;
}
.q-tree-children.disabled {
  pointer-events: none;
}
[dir=ltr] .q-tree-node-body {
  padding: 5px 0 8px 5px;
}
[dir=rtl] .q-tree-node-body {
  padding: 5px 5px 8px 0;
}
[dir=ltr] .q-tree-node-parent {
  padding-left: 2px;
}
[dir=rtl] .q-tree-node-parent {
  padding-right: 2px;
}
.q-tree-node-parent > .q-tree-node-header:before {
  width: 15px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-header:before {
  left: -15px;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-header:before {
  right: -15px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body {
  padding: 5px 0 8px 27px;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body {
  padding: 5px 27px 8px 0;
}
.q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  bottom: 50px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
  left: auto;
  right: 12px;
  border-right: 1px solid currentColor;
}
[dir] .q-tree-node-link {
  cursor: pointer;
}
[dir] .q-tree-node-selected {
  background: rgba(0,0,0,0.15);
}
[dir] .q-tree-dark .q-tree-node-selected {
  background: rgba(255,255,255,0.4);
}
[dir] body.desktop .q-tree-node-link:hover {
  background: rgba(0,0,0,0.1);
}
[dir] body.desktop .q-tree-dark .q-tree-node-link:hover {
  background: rgba(255,255,255,0.3);
}
[dir] .q-tree-node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 4px;
}
.q-tree-node-header.disabled {
  pointer-events: none;
}
.q-tree-icon {
  font-size: 1.5em;
}
.q-tree-img {
  height: 3em;
}
.q-tree-img.avatar {
  width: 2em;
  height: 2em;
}
.q-tree-arrow {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}
[dir=ltr] .q-tree-arrow-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[dir=rtl] .q-tree-arrow-rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
[dir=rtl] .q-tree-arrow {
  -webkit-transform: rotate(180deg) /* rtl:ignore */;
          transform: rotate(180deg) /* rtl:ignore */;
}
[dir=rtl] .q-tree-arrow-rotate {
  -webkit-transform: rotate(90deg) /* rtl:ignore */;
          transform: rotate(90deg) /* rtl:ignore */;
}
[dir] .q-tree > .q-tree-node {
  padding: 0;
}
.q-tree > .q-tree-node:after,
.q-tree > .q-tree-node > .q-tree-node-header:before {
  display: none;
}
[dir=ltr] .q-tree > .q-tree-node-child > .q-tree-node-header {
  padding-left: 24px;
}
[dir=rtl] .q-tree > .q-tree-node-child > .q-tree-node-header {
  padding-right: 24px;
}
[dir=ltr] .q-uploader-expanded .q-if {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .q-uploader-expanded .q-if {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.q-uploader-input {
  opacity: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  font-size: 0;
}
.q-uploader-pick-button[disabled] .q-uploader-input {
  display: none;
}
.q-uploader-files {
  font-size: 14px;
  max-height: 500px;
}
[dir] .q-uploader-files {
  border: 1px solid #e0e0e0;
}
[dir] .q-uploader-files-no-border .q-uploader-files {
  border-top: 0 !important;
}
[dir] .q-uploader-file:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.q-uploader-progress-bg,
.q-uploader-progress-text {
  pointer-events: none;
}
.q-uploader-progress-bg {
  height: 100%;
  opacity: 0.2;
}
.q-uploader-progress-text {
  font-size: 40px;
  opacity: 0.1;
  bottom: 0;
}
[dir=ltr] .q-uploader-progress-text {
  right: 44px;
}
[dir=rtl] .q-uploader-progress-text {
  left: 44px;
}
.q-uploader-dnd {
  outline: 2px dashed currentColor;
  outline-offset: -6px;
}
[dir] .q-uploader-dnd {
  background: rgba(255,255,255,0.6);
}
[dir] .q-uploader-dnd.inverted {
  background: rgba(0,0,0,0.3);
}
.q-uploader-dark .q-uploader-files {
  color: #fff;
}
[dir] .q-uploader-dark .q-uploader-files {
  border: 1px solid #bdbdbd;
}
.q-uploader-dark .q-uploader-bg {
  color: #fff;
}
.q-uploader-dark .q-uploader-progress-text {
  opacity: 0.2;
}
[dir] .q-uploader-dark .q-uploader-file:not(:last-child) {
  border-bottom: 1px solid #424242;
  border-bottom: 1px solid var(--q-color-dark);
}
img.responsive {
  max-width: 100%;
  height: auto;
}
img.avatar {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
  vertical-align: middle;
}
[dir] img.avatar {
  border-radius: 50%;
          box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-video {
  position: relative;
  overflow: hidden;
}
[dir] .q-video {
  border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
  width: 100%;
  height: 100%;
}
:root {
  --q-color-primary: #027be3;
  --q-color-secondary: #26a69a;
  --q-color-tertiary: #555;
  --q-color-positive: #21ba45;
  --q-color-negative: #db2828;
  --q-color-negative-l: #ec8b8b;
  --q-color-info: #31ccec;
  --q-color-warning: #f2c037;
  --q-color-warning-l: #f8dd93;
  --q-color-light: #bdbdbd;
  --q-color-light-d: #aaa;
  --q-color-faded: #777;
  --q-color-dark: #424242;
}
.text-primary {
  color: #027be3 !important;
  color: var(--q-color-primary) !important;
}
[dir] .bg-primary {
  background: #027be3 !important;
  background: var(--q-color-primary) !important;
}
.text-secondary {
  color: #26a69a !important;
  color: var(--q-color-secondary) !important;
}
[dir] .bg-secondary {
  background: #26a69a !important;
  background: var(--q-color-secondary) !important;
}
.text-tertiary {
  color: #555 !important;
  color: var(--q-color-tertiary) !important;
}
[dir] .bg-tertiary {
  background: #555 !important;
  background: var(--q-color-tertiary) !important;
}
.text-faded {
  color: #777 !important;
  color: var(--q-color-faded) !important;
}
[dir] .bg-faded {
  background: #777 !important;
  background: var(--q-color-faded) !important;
}
.text-positive {
  color: #21ba45 !important;
  color: var(--q-color-positive) !important;
}
[dir] .bg-positive {
  background: #21ba45 !important;
  background: var(--q-color-positive) !important;
}
.text-negative {
  color: #db2828 !important;
  color: var(--q-color-negative) !important;
}
[dir] .bg-negative {
  background: #db2828 !important;
  background: var(--q-color-negative) !important;
}
.text-info {
  color: #31ccec !important;
  color: var(--q-color-info) !important;
}
[dir] .bg-info {
  background: #31ccec !important;
  background: var(--q-color-info) !important;
}
.text-warning {
  color: #f2c037 !important;
  color: var(--q-color-warning) !important;
}
[dir] .bg-warning {
  background: #f2c037 !important;
  background: var(--q-color-warning) !important;
}
.text-white {
  color: #fff !important;
}
[dir] .bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
[dir] .bg-black {
  background: #000 !important;
}
.text-light {
  color: #bdbdbd !important;
  color: var(--q-color-light) !important;
}
[dir] .bg-light {
  background: #bdbdbd !important;
  background: var(--q-color-light) !important;
}
.text-dark {
  color: #424242 !important;
  color: var(--q-color-dark) !important;
}
[dir] .bg-dark {
  background: #424242 !important;
  background: var(--q-color-dark) !important;
}
.text-transparent {
  color: transparent !important;
}
[dir] .bg-transparent {
  background: transparent !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
[dir] .bg-red {
  background: #f44336 !important;
}
[dir] .bg-red-1 {
  background: #ffebee !important;
}
[dir] .bg-red-2 {
  background: #ffcdd2 !important;
}
[dir] .bg-red-3 {
  background: #ef9a9a !important;
}
[dir] .bg-red-4 {
  background: #e57373 !important;
}
[dir] .bg-red-5 {
  background: #ef5350 !important;
}
[dir] .bg-red-6 {
  background: #f44336 !important;
}
[dir] .bg-red-7 {
  background: #e53935 !important;
}
[dir] .bg-red-8 {
  background: #d32f2f !important;
}
[dir] .bg-red-9 {
  background: #c62828 !important;
}
[dir] .bg-red-10 {
  background: #b71c1c !important;
}
[dir] .bg-red-11 {
  background: #ff8a80 !important;
}
[dir] .bg-red-12 {
  background: #ff5252 !important;
}
[dir] .bg-red-13 {
  background: #ff1744 !important;
}
[dir] .bg-red-14 {
  background: #d50000 !important;
}
[dir] .bg-pink {
  background: #e91e63 !important;
}
[dir] .bg-pink-1 {
  background: #fce4ec !important;
}
[dir] .bg-pink-2 {
  background: #f8bbd0 !important;
}
[dir] .bg-pink-3 {
  background: #f48fb1 !important;
}
[dir] .bg-pink-4 {
  background: #f06292 !important;
}
[dir] .bg-pink-5 {
  background: #ec407a !important;
}
[dir] .bg-pink-6 {
  background: #e91e63 !important;
}
[dir] .bg-pink-7 {
  background: #d81b60 !important;
}
[dir] .bg-pink-8 {
  background: #c2185b !important;
}
[dir] .bg-pink-9 {
  background: #ad1457 !important;
}
[dir] .bg-pink-10 {
  background: #880e4f !important;
}
[dir] .bg-pink-11 {
  background: #ff80ab !important;
}
[dir] .bg-pink-12 {
  background: #ff4081 !important;
}
[dir] .bg-pink-13 {
  background: #f50057 !important;
}
[dir] .bg-pink-14 {
  background: #c51162 !important;
}
[dir] .bg-purple {
  background: #9c27b0 !important;
}
[dir] .bg-purple-1 {
  background: #f3e5f5 !important;
}
[dir] .bg-purple-2 {
  background: #e1bee7 !important;
}
[dir] .bg-purple-3 {
  background: #ce93d8 !important;
}
[dir] .bg-purple-4 {
  background: #ba68c8 !important;
}
[dir] .bg-purple-5 {
  background: #ab47bc !important;
}
[dir] .bg-purple-6 {
  background: #9c27b0 !important;
}
[dir] .bg-purple-7 {
  background: #8e24aa !important;
}
[dir] .bg-purple-8 {
  background: #7b1fa2 !important;
}
[dir] .bg-purple-9 {
  background: #6a1b9a !important;
}
[dir] .bg-purple-10 {
  background: #4a148c !important;
}
[dir] .bg-purple-11 {
  background: #ea80fc !important;
}
[dir] .bg-purple-12 {
  background: #e040fb !important;
}
[dir] .bg-purple-13 {
  background: #d500f9 !important;
}
[dir] .bg-purple-14 {
  background: #a0f !important;
}
[dir] .bg-deep-purple {
  background: #673ab7 !important;
}
[dir] .bg-deep-purple-1 {
  background: #ede7f6 !important;
}
[dir] .bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
[dir] .bg-deep-purple-3 {
  background: #b39ddb !important;
}
[dir] .bg-deep-purple-4 {
  background: #9575cd !important;
}
[dir] .bg-deep-purple-5 {
  background: #7e57c2 !important;
}
[dir] .bg-deep-purple-6 {
  background: #673ab7 !important;
}
[dir] .bg-deep-purple-7 {
  background: #5e35b1 !important;
}
[dir] .bg-deep-purple-8 {
  background: #512da8 !important;
}
[dir] .bg-deep-purple-9 {
  background: #4527a0 !important;
}
[dir] .bg-deep-purple-10 {
  background: #311b92 !important;
}
[dir] .bg-deep-purple-11 {
  background: #b388ff !important;
}
[dir] .bg-deep-purple-12 {
  background: #7c4dff !important;
}
[dir] .bg-deep-purple-13 {
  background: #651fff !important;
}
[dir] .bg-deep-purple-14 {
  background: #6200ea !important;
}
[dir] .bg-indigo {
  background: #3f51b5 !important;
}
[dir] .bg-indigo-1 {
  background: #e8eaf6 !important;
}
[dir] .bg-indigo-2 {
  background: #c5cae9 !important;
}
[dir] .bg-indigo-3 {
  background: #9fa8da !important;
}
[dir] .bg-indigo-4 {
  background: #7986cb !important;
}
[dir] .bg-indigo-5 {
  background: #5c6bc0 !important;
}
[dir] .bg-indigo-6 {
  background: #3f51b5 !important;
}
[dir] .bg-indigo-7 {
  background: #3949ab !important;
}
[dir] .bg-indigo-8 {
  background: #303f9f !important;
}
[dir] .bg-indigo-9 {
  background: #283593 !important;
}
[dir] .bg-indigo-10 {
  background: #1a237e !important;
}
[dir] .bg-indigo-11 {
  background: #8c9eff !important;
}
[dir] .bg-indigo-12 {
  background: #536dfe !important;
}
[dir] .bg-indigo-13 {
  background: #3d5afe !important;
}
[dir] .bg-indigo-14 {
  background: #304ffe !important;
}
[dir] .bg-blue {
  background: #2196f3 !important;
}
[dir] .bg-blue-1 {
  background: #e3f2fd !important;
}
[dir] .bg-blue-2 {
  background: #bbdefb !important;
}
[dir] .bg-blue-3 {
  background: #90caf9 !important;
}
[dir] .bg-blue-4 {
  background: #64b5f6 !important;
}
[dir] .bg-blue-5 {
  background: #42a5f5 !important;
}
[dir] .bg-blue-6 {
  background: #2196f3 !important;
}
[dir] .bg-blue-7 {
  background: #1e88e5 !important;
}
[dir] .bg-blue-8 {
  background: #1976d2 !important;
}
[dir] .bg-blue-9 {
  background: #1565c0 !important;
}
[dir] .bg-blue-10 {
  background: #0d47a1 !important;
}
[dir] .bg-blue-11 {
  background: #82b1ff !important;
}
[dir] .bg-blue-12 {
  background: #448aff !important;
}
[dir] .bg-blue-13 {
  background: #2979ff !important;
}
[dir] .bg-blue-14 {
  background: #2962ff !important;
}
[dir] .bg-light-blue {
  background: #03a9f4 !important;
}
[dir] .bg-light-blue-1 {
  background: #e1f5fe !important;
}
[dir] .bg-light-blue-2 {
  background: #b3e5fc !important;
}
[dir] .bg-light-blue-3 {
  background: #81d4fa !important;
}
[dir] .bg-light-blue-4 {
  background: #4fc3f7 !important;
}
[dir] .bg-light-blue-5 {
  background: #29b6f6 !important;
}
[dir] .bg-light-blue-6 {
  background: #03a9f4 !important;
}
[dir] .bg-light-blue-7 {
  background: #039be5 !important;
}
[dir] .bg-light-blue-8 {
  background: #0288d1 !important;
}
[dir] .bg-light-blue-9 {
  background: #0277bd !important;
}
[dir] .bg-light-blue-10 {
  background: #01579b !important;
}
[dir] .bg-light-blue-11 {
  background: #80d8ff !important;
}
[dir] .bg-light-blue-12 {
  background: #40c4ff !important;
}
[dir] .bg-light-blue-13 {
  background: #00b0ff !important;
}
[dir] .bg-light-blue-14 {
  background: #0091ea !important;
}
[dir] .bg-cyan {
  background: #00bcd4 !important;
}
[dir] .bg-cyan-1 {
  background: #e0f7fa !important;
}
[dir] .bg-cyan-2 {
  background: #b2ebf2 !important;
}
[dir] .bg-cyan-3 {
  background: #80deea !important;
}
[dir] .bg-cyan-4 {
  background: #4dd0e1 !important;
}
[dir] .bg-cyan-5 {
  background: #26c6da !important;
}
[dir] .bg-cyan-6 {
  background: #00bcd4 !important;
}
[dir] .bg-cyan-7 {
  background: #00acc1 !important;
}
[dir] .bg-cyan-8 {
  background: #0097a7 !important;
}
[dir] .bg-cyan-9 {
  background: #00838f !important;
}
[dir] .bg-cyan-10 {
  background: #006064 !important;
}
[dir] .bg-cyan-11 {
  background: #84ffff !important;
}
[dir] .bg-cyan-12 {
  background: #18ffff !important;
}
[dir] .bg-cyan-13 {
  background: #00e5ff !important;
}
[dir] .bg-cyan-14 {
  background: #00b8d4 !important;
}
[dir] .bg-teal {
  background: #009688 !important;
}
[dir] .bg-teal-1 {
  background: #e0f2f1 !important;
}
[dir] .bg-teal-2 {
  background: #b2dfdb !important;
}
[dir] .bg-teal-3 {
  background: #80cbc4 !important;
}
[dir] .bg-teal-4 {
  background: #4db6ac !important;
}
[dir] .bg-teal-5 {
  background: #26a69a !important;
}
[dir] .bg-teal-6 {
  background: #009688 !important;
}
[dir] .bg-teal-7 {
  background: #00897b !important;
}
[dir] .bg-teal-8 {
  background: #00796b !important;
}
[dir] .bg-teal-9 {
  background: #00695c !important;
}
[dir] .bg-teal-10 {
  background: #004d40 !important;
}
[dir] .bg-teal-11 {
  background: #a7ffeb !important;
}
[dir] .bg-teal-12 {
  background: #64ffda !important;
}
[dir] .bg-teal-13 {
  background: #1de9b6 !important;
}
[dir] .bg-teal-14 {
  background: #00bfa5 !important;
}
[dir] .bg-green {
  background: #4caf50 !important;
}
[dir] .bg-green-1 {
  background: #e8f5e9 !important;
}
[dir] .bg-green-2 {
  background: #c8e6c9 !important;
}
[dir] .bg-green-3 {
  background: #a5d6a7 !important;
}
[dir] .bg-green-4 {
  background: #81c784 !important;
}
[dir] .bg-green-5 {
  background: #66bb6a !important;
}
[dir] .bg-green-6 {
  background: #4caf50 !important;
}
[dir] .bg-green-7 {
  background: #43a047 !important;
}
[dir] .bg-green-8 {
  background: #388e3c !important;
}
[dir] .bg-green-9 {
  background: #2e7d32 !important;
}
[dir] .bg-green-10 {
  background: #1b5e20 !important;
}
[dir] .bg-green-11 {
  background: #b9f6ca !important;
}
[dir] .bg-green-12 {
  background: #69f0ae !important;
}
[dir] .bg-green-13 {
  background: #00e676 !important;
}
[dir] .bg-green-14 {
  background: #00c853 !important;
}
[dir] .bg-light-green {
  background: #8bc34a !important;
}
[dir] .bg-light-green-1 {
  background: #f1f8e9 !important;
}
[dir] .bg-light-green-2 {
  background: #dcedc8 !important;
}
[dir] .bg-light-green-3 {
  background: #c5e1a5 !important;
}
[dir] .bg-light-green-4 {
  background: #aed581 !important;
}
[dir] .bg-light-green-5 {
  background: #9ccc65 !important;
}
[dir] .bg-light-green-6 {
  background: #8bc34a !important;
}
[dir] .bg-light-green-7 {
  background: #7cb342 !important;
}
[dir] .bg-light-green-8 {
  background: #689f38 !important;
}
[dir] .bg-light-green-9 {
  background: #558b2f !important;
}
[dir] .bg-light-green-10 {
  background: #33691e !important;
}
[dir] .bg-light-green-11 {
  background: #ccff90 !important;
}
[dir] .bg-light-green-12 {
  background: #b2ff59 !important;
}
[dir] .bg-light-green-13 {
  background: #76ff03 !important;
}
[dir] .bg-light-green-14 {
  background: #64dd17 !important;
}
[dir] .bg-lime {
  background: #cddc39 !important;
}
[dir] .bg-lime-1 {
  background: #f9fbe7 !important;
}
[dir] .bg-lime-2 {
  background: #f0f4c3 !important;
}
[dir] .bg-lime-3 {
  background: #e6ee9c !important;
}
[dir] .bg-lime-4 {
  background: #dce775 !important;
}
[dir] .bg-lime-5 {
  background: #d4e157 !important;
}
[dir] .bg-lime-6 {
  background: #cddc39 !important;
}
[dir] .bg-lime-7 {
  background: #c0ca33 !important;
}
[dir] .bg-lime-8 {
  background: #afb42b !important;
}
[dir] .bg-lime-9 {
  background: #9e9d24 !important;
}
[dir] .bg-lime-10 {
  background: #827717 !important;
}
[dir] .bg-lime-11 {
  background: #f4ff81 !important;
}
[dir] .bg-lime-12 {
  background: #eeff41 !important;
}
[dir] .bg-lime-13 {
  background: #c6ff00 !important;
}
[dir] .bg-lime-14 {
  background: #aeea00 !important;
}
[dir] .bg-yellow {
  background: #ffeb3b !important;
}
[dir] .bg-yellow-1 {
  background: #fffde7 !important;
}
[dir] .bg-yellow-2 {
  background: #fff9c4 !important;
}
[dir] .bg-yellow-3 {
  background: #fff59d !important;
}
[dir] .bg-yellow-4 {
  background: #fff176 !important;
}
[dir] .bg-yellow-5 {
  background: #ffee58 !important;
}
[dir] .bg-yellow-6 {
  background: #ffeb3b !important;
}
[dir] .bg-yellow-7 {
  background: #fdd835 !important;
}
[dir] .bg-yellow-8 {
  background: #fbc02d !important;
}
[dir] .bg-yellow-9 {
  background: #f9a825 !important;
}
[dir] .bg-yellow-10 {
  background: #f57f17 !important;
}
[dir] .bg-yellow-11 {
  background: #ffff8d !important;
}
[dir] .bg-yellow-12 {
  background: #ff0 !important;
}
[dir] .bg-yellow-13 {
  background: #ffea00 !important;
}
[dir] .bg-yellow-14 {
  background: #ffd600 !important;
}
[dir] .bg-amber {
  background: #ffc107 !important;
}
[dir] .bg-amber-1 {
  background: #fff8e1 !important;
}
[dir] .bg-amber-2 {
  background: #ffecb3 !important;
}
[dir] .bg-amber-3 {
  background: #ffe082 !important;
}
[dir] .bg-amber-4 {
  background: #ffd54f !important;
}
[dir] .bg-amber-5 {
  background: #ffca28 !important;
}
[dir] .bg-amber-6 {
  background: #ffc107 !important;
}
[dir] .bg-amber-7 {
  background: #ffb300 !important;
}
[dir] .bg-amber-8 {
  background: #ffa000 !important;
}
[dir] .bg-amber-9 {
  background: #ff8f00 !important;
}
[dir] .bg-amber-10 {
  background: #ff6f00 !important;
}
[dir] .bg-amber-11 {
  background: #ffe57f !important;
}
[dir] .bg-amber-12 {
  background: #ffd740 !important;
}
[dir] .bg-amber-13 {
  background: #ffc400 !important;
}
[dir] .bg-amber-14 {
  background: #ffab00 !important;
}
[dir] .bg-orange {
  background: #ff9800 !important;
}
[dir] .bg-orange-1 {
  background: #fff3e0 !important;
}
[dir] .bg-orange-2 {
  background: #ffe0b2 !important;
}
[dir] .bg-orange-3 {
  background: #ffcc80 !important;
}
[dir] .bg-orange-4 {
  background: #ffb74d !important;
}
[dir] .bg-orange-5 {
  background: #ffa726 !important;
}
[dir] .bg-orange-6 {
  background: #ff9800 !important;
}
[dir] .bg-orange-7 {
  background: #fb8c00 !important;
}
[dir] .bg-orange-8 {
  background: #f57c00 !important;
}
[dir] .bg-orange-9 {
  background: #ef6c00 !important;
}
[dir] .bg-orange-10 {
  background: #e65100 !important;
}
[dir] .bg-orange-11 {
  background: #ffd180 !important;
}
[dir] .bg-orange-12 {
  background: #ffab40 !important;
}
[dir] .bg-orange-13 {
  background: #ff9100 !important;
}
[dir] .bg-orange-14 {
  background: #ff6d00 !important;
}
[dir] .bg-deep-orange {
  background: #ff5722 !important;
}
[dir] .bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
[dir] .bg-deep-orange-2 {
  background: #ffccbc !important;
}
[dir] .bg-deep-orange-3 {
  background: #ffab91 !important;
}
[dir] .bg-deep-orange-4 {
  background: #ff8a65 !important;
}
[dir] .bg-deep-orange-5 {
  background: #ff7043 !important;
}
[dir] .bg-deep-orange-6 {
  background: #ff5722 !important;
}
[dir] .bg-deep-orange-7 {
  background: #f4511e !important;
}
[dir] .bg-deep-orange-8 {
  background: #e64a19 !important;
}
[dir] .bg-deep-orange-9 {
  background: #d84315 !important;
}
[dir] .bg-deep-orange-10 {
  background: #bf360c !important;
}
[dir] .bg-deep-orange-11 {
  background: #ff9e80 !important;
}
[dir] .bg-deep-orange-12 {
  background: #ff6e40 !important;
}
[dir] .bg-deep-orange-13 {
  background: #ff3d00 !important;
}
[dir] .bg-deep-orange-14 {
  background: #dd2c00 !important;
}
[dir] .bg-brown {
  background: #795548 !important;
}
[dir] .bg-brown-1 {
  background: #efebe9 !important;
}
[dir] .bg-brown-2 {
  background: #d7ccc8 !important;
}
[dir] .bg-brown-3 {
  background: #bcaaa4 !important;
}
[dir] .bg-brown-4 {
  background: #a1887f !important;
}
[dir] .bg-brown-5 {
  background: #8d6e63 !important;
}
[dir] .bg-brown-6 {
  background: #795548 !important;
}
[dir] .bg-brown-7 {
  background: #6d4c41 !important;
}
[dir] .bg-brown-8 {
  background: #5d4037 !important;
}
[dir] .bg-brown-9 {
  background: #4e342e !important;
}
[dir] .bg-brown-10 {
  background: #3e2723 !important;
}
[dir] .bg-brown-11 {
  background: #d7ccc8 !important;
}
[dir] .bg-brown-12 {
  background: #bcaaa4 !important;
}
[dir] .bg-brown-13 {
  background: #8d6e63 !important;
}
[dir] .bg-brown-14 {
  background: #5d4037 !important;
}
[dir] .bg-grey {
  background: #9e9e9e !important;
}
[dir] .bg-grey-1 {
  background: #fafafa !important;
}
[dir] .bg-grey-2 {
  background: #f5f5f5 !important;
}
[dir] .bg-grey-3 {
  background: #eee !important;
}
[dir] .bg-grey-4 {
  background: #e0e0e0 !important;
}
[dir] .bg-grey-5 {
  background: #bdbdbd !important;
}
[dir] .bg-grey-6 {
  background: #9e9e9e !important;
}
[dir] .bg-grey-7 {
  background: #757575 !important;
}
[dir] .bg-grey-8 {
  background: #616161 !important;
}
[dir] .bg-grey-9 {
  background: #424242 !important;
}
[dir] .bg-grey-10 {
  background: #212121 !important;
}
[dir] .bg-grey-11 {
  background: #f5f5f5 !important;
}
[dir] .bg-grey-12 {
  background: #eee !important;
}
[dir] .bg-grey-13 {
  background: #bdbdbd !important;
}
[dir] .bg-grey-14 {
  background: #616161 !important;
}
[dir] .bg-blue-grey {
  background: #607d8b !important;
}
[dir] .bg-blue-grey-1 {
  background: #eceff1 !important;
}
[dir] .bg-blue-grey-2 {
  background: #cfd8dc !important;
}
[dir] .bg-blue-grey-3 {
  background: #b0bec5 !important;
}
[dir] .bg-blue-grey-4 {
  background: #90a4ae !important;
}
[dir] .bg-blue-grey-5 {
  background: #78909c !important;
}
[dir] .bg-blue-grey-6 {
  background: #607d8b !important;
}
[dir] .bg-blue-grey-7 {
  background: #546e7a !important;
}
[dir] .bg-blue-grey-8 {
  background: #455a64 !important;
}
[dir] .bg-blue-grey-9 {
  background: #37474f !important;
}
[dir] .bg-blue-grey-10 {
  background: #263238 !important;
}
[dir] .bg-blue-grey-11 {
  background: #cfd8dc !important;
}
[dir] .bg-blue-grey-12 {
  background: #b0bec5 !important;
}
[dir] .bg-blue-grey-13 {
  background: #78909c !important;
}
[dir] .bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
[dir] .shadow-transition {
  -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .shadow-1 {
          box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-up-1 {
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .shadow-up-1 {
          box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-2 {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-2 {
          box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-up-2 {
  -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-2 {
          box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-3 {
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-3 {
          box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-up-3 {
  -webkit-box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-3 {
          box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-4 {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
[dir] .shadow-4 {
          box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.shadow-up-4 {
  -webkit-box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
[dir] .shadow-up-4 {
          box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.shadow-5 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
[dir] .shadow-5 {
          box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.shadow-up-5 {
  -webkit-box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
[dir] .shadow-up-5 {
          box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
.shadow-6 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
[dir] .shadow-6 {
          box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
.shadow-up-6 {
  -webkit-box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
[dir] .shadow-up-6 {
          box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
.shadow-7 {
  -webkit-box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
[dir] .shadow-7 {
          box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-up-7 {
  -webkit-box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
[dir] .shadow-up-7 {
          box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-8 {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-8 {
          box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-up-8 {
  -webkit-box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-8 {
          box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-9 {
  -webkit-box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-9 {
          box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-up-9 {
  -webkit-box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-9 {
          box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-10 {
  -webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-10 {
          box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-up-10 {
  -webkit-box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-up-10 {
          box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-11 {
  -webkit-box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-11 {
          box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-up-11 {
  -webkit-box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-up-11 {
          box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-12 {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-12 {
          box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-up-12 {
  -webkit-box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-12 {
          box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-13 {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-13 {
          box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-up-13 {
  -webkit-box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-13 {
          box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-14 {
  -webkit-box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-14 {
          box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-up-14 {
  -webkit-box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-14 {
          box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-15 {
  -webkit-box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-15 {
          box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-up-15 {
  -webkit-box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-15 {
          box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-16 {
  -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-16 {
          box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-up-16 {
  -webkit-box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-16 {
          box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-17 {
  -webkit-box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-17 {
          box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-up-17 {
  -webkit-box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-17 {
          box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-18 {
  -webkit-box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-18 {
          box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-up-18 {
  -webkit-box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-up-18 {
          box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-19 {
  -webkit-box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-19 {
          box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-up-19 {
  -webkit-box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-up-19 {
          box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-20 {
  -webkit-box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-20 {
          box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-up-20 {
  -webkit-box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-20 {
          box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-21 {
  -webkit-box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-21 {
          box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-up-21 {
  -webkit-box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-21 {
          box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-22 {
  -webkit-box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-22 {
          box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-up-22 {
  -webkit-box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-22 {
          box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-23 {
  -webkit-box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-23 {
          box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-up-23 {
  -webkit-box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-up-23 {
          box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-24 {
  -webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-24 {
          box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
.shadow-up-24 {
  -webkit-box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-up-24 {
          box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
.no-shadow,
.shadow-0 {
  -webkit-box-shadow: none !important;
}
[dir] .no-shadow, [dir] .shadow-0 {
          box-shadow: none !important;
}
.inset-shadow {
  -webkit-box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
[dir] .inset-shadow {
          box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.z-marginals {
  z-index: 2000;
}
.z-notify {
  z-index: 9500;
}
.z-fullscreen {
  z-index: 6000;
}
.row,
.column,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.inline,
.column.inline,
.flex.inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.reverse-wrap {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.order-first {
  -webkit-box-ordinal-group: -9999;
      -ms-flex-order: -10000;
          order: -10000;
}
.order-last {
  -webkit-box-ordinal-group: 10001;
      -ms-flex-order: 10000;
          order: 10000;
}
.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center,
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center,
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
[dir=ltr] .gutter-x-none, [dir=ltr] .gutter-none {
  margin-left: 0;
}
[dir=rtl] .gutter-x-none, [dir=rtl] .gutter-none {
  margin-right: 0;
}
[dir=ltr] .gutter-x-none > div, [dir=ltr] .gutter-none > div {
  padding-left: 0;
}
[dir=rtl] .gutter-x-none > div, [dir=rtl] .gutter-none > div {
  padding-right: 0;
}
[dir] .gutter-y-none, [dir] .gutter-none {
  margin-top: 0;
}
[dir] .gutter-y-none > div, [dir] .gutter-none > div {
  padding-top: 0;
}
[dir=ltr] .gutter-x-xs, [dir=ltr] .gutter-xs {
  margin-left: -8px;
}
[dir=rtl] .gutter-x-xs, [dir=rtl] .gutter-xs {
  margin-right: -8px;
}
[dir=ltr] .gutter-x-xs > div, [dir=ltr] .gutter-xs > div {
  padding-left: 8px;
}
[dir=rtl] .gutter-x-xs > div, [dir=rtl] .gutter-xs > div {
  padding-right: 8px;
}
[dir] .gutter-y-xs, [dir] .gutter-xs {
  margin-top: -8px;
}
[dir] .gutter-y-xs > div, [dir] .gutter-xs > div {
  padding-top: 8px;
}
[dir=ltr] .gutter-x-sm, [dir=ltr] .gutter-sm {
  margin-left: -16px;
}
[dir=rtl] .gutter-x-sm, [dir=rtl] .gutter-sm {
  margin-right: -16px;
}
[dir=ltr] .gutter-x-sm > div, [dir=ltr] .gutter-sm > div {
  padding-left: 16px;
}
[dir=rtl] .gutter-x-sm > div, [dir=rtl] .gutter-sm > div {
  padding-right: 16px;
}
[dir] .gutter-y-sm, [dir] .gutter-sm {
  margin-top: -16px;
}
[dir] .gutter-y-sm > div, [dir] .gutter-sm > div {
  padding-top: 16px;
}
[dir=ltr] .gutter-x-md, [dir=ltr] .gutter-md {
  margin-left: -32px;
}
[dir=rtl] .gutter-x-md, [dir=rtl] .gutter-md {
  margin-right: -32px;
}
[dir=ltr] .gutter-x-md > div, [dir=ltr] .gutter-md > div {
  padding-left: 32px;
}
[dir=rtl] .gutter-x-md > div, [dir=rtl] .gutter-md > div {
  padding-right: 32px;
}
[dir] .gutter-y-md, [dir] .gutter-md {
  margin-top: -32px;
}
[dir] .gutter-y-md > div, [dir] .gutter-md > div {
  padding-top: 32px;
}
[dir=ltr] .gutter-x-lg, [dir=ltr] .gutter-lg {
  margin-left: -48px;
}
[dir=rtl] .gutter-x-lg, [dir=rtl] .gutter-lg {
  margin-right: -48px;
}
[dir=ltr] .gutter-x-lg > div, [dir=ltr] .gutter-lg > div {
  padding-left: 48px;
}
[dir=rtl] .gutter-x-lg > div, [dir=rtl] .gutter-lg > div {
  padding-right: 48px;
}
[dir] .gutter-y-lg, [dir] .gutter-lg {
  margin-top: -48px;
}
[dir] .gutter-y-lg > div, [dir] .gutter-lg > div {
  padding-top: 48px;
}
[dir=ltr] .gutter-x-xl, [dir=ltr] .gutter-xl {
  margin-left: -64px;
}
[dir=rtl] .gutter-x-xl, [dir=rtl] .gutter-xl {
  margin-right: -64px;
}
[dir=ltr] .gutter-x-xl > div, [dir=ltr] .gutter-xl > div {
  padding-left: 64px;
}
[dir=rtl] .gutter-x-xl > div, [dir=rtl] .gutter-xl > div {
  padding-right: 64px;
}
[dir] .gutter-y-xl, [dir] .gutter-xl {
  margin-top: -64px;
}
[dir] .gutter-y-xl > div, [dir] .gutter-xl > div {
  padding-top: 64px;
}
@media (min-width: 0) {
  .row > .col,
  .row > .col-xs,
  .row > .col-auto,
  .row > .col-xs-auto,
  .row > .col-grow,
  .row > .col-xs-grow,
  .row > .col-0,
  .row > .col-xs-0,
  .row > .col-1,
  .row > .col-xs-1,
  .row > .col-2,
  .row > .col-xs-2,
  .row > .col-3,
  .row > .col-xs-3,
  .row > .col-4,
  .row > .col-xs-4,
  .row > .col-5,
  .row > .col-xs-5,
  .row > .col-6,
  .row > .col-xs-6,
  .row > .col-7,
  .row > .col-xs-7,
  .row > .col-8,
  .row > .col-xs-8,
  .row > .col-9,
  .row > .col-xs-9,
  .row > .col-10,
  .row > .col-xs-10,
  .row > .col-11,
  .row > .col-xs-11,
  .row > .col-12,
  .row > .col-xs-12,
  .flex > .col,
  .flex > .col-xs,
  .flex > .col-auto,
  .flex > .col-xs-auto,
  .flex > .col-grow,
  .flex > .col-xs-grow,
  .flex > .col-0,
  .flex > .col-xs-0,
  .flex > .col-1,
  .flex > .col-xs-1,
  .flex > .col-2,
  .flex > .col-xs-2,
  .flex > .col-3,
  .flex > .col-xs-3,
  .flex > .col-4,
  .flex > .col-xs-4,
  .flex > .col-5,
  .flex > .col-xs-5,
  .flex > .col-6,
  .flex > .col-xs-6,
  .flex > .col-7,
  .flex > .col-xs-7,
  .flex > .col-8,
  .flex > .col-xs-8,
  .flex > .col-9,
  .flex > .col-xs-9,
  .flex > .col-10,
  .flex > .col-xs-10,
  .flex > .col-11,
  .flex > .col-xs-11,
  .flex > .col-12,
  .flex > .col-xs-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col,
  .column > .col-xs,
  .column > .col-auto,
  .column > .col-xs-auto,
  .column > .col-grow,
  .column > .col-xs-grow,
  .column > .col-0,
  .column > .col-xs-0,
  .column > .col-1,
  .column > .col-xs-1,
  .column > .col-2,
  .column > .col-xs-2,
  .column > .col-3,
  .column > .col-xs-3,
  .column > .col-4,
  .column > .col-xs-4,
  .column > .col-5,
  .column > .col-xs-5,
  .column > .col-6,
  .column > .col-xs-6,
  .column > .col-7,
  .column > .col-xs-7,
  .column > .col-8,
  .column > .col-xs-8,
  .column > .col-9,
  .column > .col-xs-9,
  .column > .col-10,
  .column > .col-xs-10,
  .column > .col-11,
  .column > .col-xs-11,
  .column > .col-12,
  .column > .col-xs-12,
  .flex > .col,
  .flex > .col-xs,
  .flex > .col-auto,
  .flex > .col-xs-auto,
  .flex > .col-grow,
  .flex > .col-xs-grow,
  .flex > .col-0,
  .flex > .col-xs-0,
  .flex > .col-1,
  .flex > .col-xs-1,
  .flex > .col-2,
  .flex > .col-xs-2,
  .flex > .col-3,
  .flex > .col-xs-3,
  .flex > .col-4,
  .flex > .col-xs-4,
  .flex > .col-5,
  .flex > .col-xs-5,
  .flex > .col-6,
  .flex > .col-xs-6,
  .flex > .col-7,
  .flex > .col-xs-7,
  .flex > .col-8,
  .flex > .col-xs-8,
  .flex > .col-9,
  .flex > .col-xs-9,
  .flex > .col-10,
  .flex > .col-xs-10,
  .flex > .col-11,
  .flex > .col-xs-11,
  .flex > .col-12,
  .flex > .col-xs-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col,
  .col-xs {
    -webkit-box-flex: 10000;
        -ms-flex: 10000 1 0%;
            flex: 10000 1 0%;
  }
  .col-auto,
  .col-xs-auto,
  .col-0,
  .col-xs-0,
  .col-1,
  .col-xs-1,
  .col-2,
  .col-xs-2,
  .col-3,
  .col-xs-3,
  .col-4,
  .col-xs-4,
  .col-5,
  .col-xs-5,
  .col-6,
  .col-xs-6,
  .col-7,
  .col-xs-7,
  .col-8,
  .col-xs-8,
  .col-9,
  .col-xs-9,
  .col-10,
  .col-xs-10,
  .col-11,
  .col-xs-11,
  .col-12,
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-grow,
  .col-xs-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .row > .col-0,
  .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  [dir=ltr] .row > .offset-0, [dir=ltr] .row > .offset-xs-0 {
    margin-left: 0%;
  }
  [dir=rtl] .row > .offset-0, [dir=rtl] .row > .offset-xs-0 {
    margin-right: 0%;
  }
  .column > .col-0,
  .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-1,
  .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  [dir=ltr] .row > .offset-1, [dir=ltr] .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  [dir=rtl] .row > .offset-1, [dir=rtl] .row > .offset-xs-1 {
    margin-right: 8.3333%;
  }
  .column > .col-1,
  .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-2,
  .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  [dir=ltr] .row > .offset-2, [dir=ltr] .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  [dir=rtl] .row > .offset-2, [dir=rtl] .row > .offset-xs-2 {
    margin-right: 16.6667%;
  }
  .column > .col-2,
  .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-3,
  .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  [dir=ltr] .row > .offset-3, [dir=ltr] .row > .offset-xs-3 {
    margin-left: 25%;
  }
  [dir=rtl] .row > .offset-3, [dir=rtl] .row > .offset-xs-3 {
    margin-right: 25%;
  }
  .column > .col-3,
  .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-4,
  .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  [dir=ltr] .row > .offset-4, [dir=ltr] .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  [dir=rtl] .row > .offset-4, [dir=rtl] .row > .offset-xs-4 {
    margin-right: 33.3333%;
  }
  .column > .col-4,
  .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-5,
  .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  [dir=ltr] .row > .offset-5, [dir=ltr] .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  [dir=rtl] .row > .offset-5, [dir=rtl] .row > .offset-xs-5 {
    margin-right: 41.6667%;
  }
  .column > .col-5,
  .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-6,
  .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  [dir=ltr] .row > .offset-6, [dir=ltr] .row > .offset-xs-6 {
    margin-left: 50%;
  }
  [dir=rtl] .row > .offset-6, [dir=rtl] .row > .offset-xs-6 {
    margin-right: 50%;
  }
  .column > .col-6,
  .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-7,
  .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  [dir=ltr] .row > .offset-7, [dir=ltr] .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  [dir=rtl] .row > .offset-7, [dir=rtl] .row > .offset-xs-7 {
    margin-right: 58.3333%;
  }
  .column > .col-7,
  .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-8,
  .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  [dir=ltr] .row > .offset-8, [dir=ltr] .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  [dir=rtl] .row > .offset-8, [dir=rtl] .row > .offset-xs-8 {
    margin-right: 66.6667%;
  }
  .column > .col-8,
  .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-9,
  .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  [dir=ltr] .row > .offset-9, [dir=ltr] .row > .offset-xs-9 {
    margin-left: 75%;
  }
  [dir=rtl] .row > .offset-9, [dir=rtl] .row > .offset-xs-9 {
    margin-right: 75%;
  }
  .column > .col-9,
  .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-10,
  .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  [dir=ltr] .row > .offset-10, [dir=ltr] .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  [dir=rtl] .row > .offset-10, [dir=rtl] .row > .offset-xs-10 {
    margin-right: 83.3333%;
  }
  .column > .col-10,
  .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-11,
  .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  [dir=ltr] .row > .offset-11, [dir=ltr] .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  [dir=rtl] .row > .offset-11, [dir=rtl] .row > .offset-xs-11 {
    margin-right: 91.6667%;
  }
  .column > .col-11,
  .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-12,
  .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  [dir=ltr] .row > .offset-12, [dir=ltr] .row > .offset-xs-12 {
    margin-left: 100%;
  }
  [dir=rtl] .row > .offset-12, [dir=rtl] .row > .offset-xs-12 {
    margin-right: 100%;
  }
  .column > .col-12,
  .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 576px) {
  .row > .col-sm,
  .row > .col-sm-auto,
  .row > .col-sm-grow,
  .row > .col-sm-0,
  .row > .col-sm-1,
  .row > .col-sm-2,
  .row > .col-sm-3,
  .row > .col-sm-4,
  .row > .col-sm-5,
  .row > .col-sm-6,
  .row > .col-sm-7,
  .row > .col-sm-8,
  .row > .col-sm-9,
  .row > .col-sm-10,
  .row > .col-sm-11,
  .row > .col-sm-12,
  .flex > .col-sm,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm,
  .column > .col-sm-auto,
  .column > .col-sm-grow,
  .column > .col-sm-0,
  .column > .col-sm-1,
  .column > .col-sm-2,
  .column > .col-sm-3,
  .column > .col-sm-4,
  .column > .col-sm-5,
  .column > .col-sm-6,
  .column > .col-sm-7,
  .column > .col-sm-8,
  .column > .col-sm-9,
  .column > .col-sm-10,
  .column > .col-sm-11,
  .column > .col-sm-12,
  .flex > .col-sm,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    -webkit-box-flex: 10000;
        -ms-flex: 10000 1 0%;
            flex: 10000 1 0%;
  }
  .col-sm-auto,
  .col-sm-0,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  [dir=ltr] .row > .offset-sm-0 {
    margin-left: 0%;
  }
  [dir=rtl] .row > .offset-sm-0 {
    margin-right: 0%;
  }
  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  [dir=ltr] .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  [dir=rtl] .row > .offset-sm-1 {
    margin-right: 8.3333%;
  }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  [dir=ltr] .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  [dir=rtl] .row > .offset-sm-2 {
    margin-right: 16.6667%;
  }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  [dir=ltr] .row > .offset-sm-3 {
    margin-left: 25%;
  }
  [dir=rtl] .row > .offset-sm-3 {
    margin-right: 25%;
  }
  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  [dir=ltr] .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  [dir=rtl] .row > .offset-sm-4 {
    margin-right: 33.3333%;
  }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  [dir=ltr] .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  [dir=rtl] .row > .offset-sm-5 {
    margin-right: 41.6667%;
  }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  [dir=ltr] .row > .offset-sm-6 {
    margin-left: 50%;
  }
  [dir=rtl] .row > .offset-sm-6 {
    margin-right: 50%;
  }
  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  [dir=ltr] .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  [dir=rtl] .row > .offset-sm-7 {
    margin-right: 58.3333%;
  }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  [dir=ltr] .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  [dir=rtl] .row > .offset-sm-8 {
    margin-right: 66.6667%;
  }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  [dir=ltr] .row > .offset-sm-9 {
    margin-left: 75%;
  }
  [dir=rtl] .row > .offset-sm-9 {
    margin-right: 75%;
  }
  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  [dir=ltr] .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  [dir=rtl] .row > .offset-sm-10 {
    margin-right: 83.3333%;
  }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  [dir=ltr] .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  [dir=rtl] .row > .offset-sm-11 {
    margin-right: 91.6667%;
  }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  [dir=ltr] .row > .offset-sm-12 {
    margin-left: 100%;
  }
  [dir=rtl] .row > .offset-sm-12 {
    margin-right: 100%;
  }
  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) {
  .row > .col-md,
  .row > .col-md-auto,
  .row > .col-md-grow,
  .row > .col-md-0,
  .row > .col-md-1,
  .row > .col-md-2,
  .row > .col-md-3,
  .row > .col-md-4,
  .row > .col-md-5,
  .row > .col-md-6,
  .row > .col-md-7,
  .row > .col-md-8,
  .row > .col-md-9,
  .row > .col-md-10,
  .row > .col-md-11,
  .row > .col-md-12,
  .flex > .col-md,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md,
  .column > .col-md-auto,
  .column > .col-md-grow,
  .column > .col-md-0,
  .column > .col-md-1,
  .column > .col-md-2,
  .column > .col-md-3,
  .column > .col-md-4,
  .column > .col-md-5,
  .column > .col-md-6,
  .column > .col-md-7,
  .column > .col-md-8,
  .column > .col-md-9,
  .column > .col-md-10,
  .column > .col-md-11,
  .column > .col-md-12,
  .flex > .col-md,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    -webkit-box-flex: 10000;
        -ms-flex: 10000 1 0%;
            flex: 10000 1 0%;
  }
  .col-md-auto,
  .col-md-0,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  [dir=ltr] .row > .offset-md-0 {
    margin-left: 0%;
  }
  [dir=rtl] .row > .offset-md-0 {
    margin-right: 0%;
  }
  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  [dir=ltr] .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  [dir=rtl] .row > .offset-md-1 {
    margin-right: 8.3333%;
  }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  [dir=ltr] .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  [dir=rtl] .row > .offset-md-2 {
    margin-right: 16.6667%;
  }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  [dir=ltr] .row > .offset-md-3 {
    margin-left: 25%;
  }
  [dir=rtl] .row > .offset-md-3 {
    margin-right: 25%;
  }
  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  [dir=ltr] .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  [dir=rtl] .row > .offset-md-4 {
    margin-right: 33.3333%;
  }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  [dir=ltr] .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  [dir=rtl] .row > .offset-md-5 {
    margin-right: 41.6667%;
  }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  [dir=ltr] .row > .offset-md-6 {
    margin-left: 50%;
  }
  [dir=rtl] .row > .offset-md-6 {
    margin-right: 50%;
  }
  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  [dir=ltr] .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  [dir=rtl] .row > .offset-md-7 {
    margin-right: 58.3333%;
  }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  [dir=ltr] .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  [dir=rtl] .row > .offset-md-8 {
    margin-right: 66.6667%;
  }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  [dir=ltr] .row > .offset-md-9 {
    margin-left: 75%;
  }
  [dir=rtl] .row > .offset-md-9 {
    margin-right: 75%;
  }
  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  [dir=ltr] .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  [dir=rtl] .row > .offset-md-10 {
    margin-right: 83.3333%;
  }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  [dir=ltr] .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  [dir=rtl] .row > .offset-md-11 {
    margin-right: 91.6667%;
  }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  [dir=ltr] .row > .offset-md-12 {
    margin-left: 100%;
  }
  [dir=rtl] .row > .offset-md-12 {
    margin-right: 100%;
  }
  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .row > .col-lg,
  .row > .col-lg-auto,
  .row > .col-lg-grow,
  .row > .col-lg-0,
  .row > .col-lg-1,
  .row > .col-lg-2,
  .row > .col-lg-3,
  .row > .col-lg-4,
  .row > .col-lg-5,
  .row > .col-lg-6,
  .row > .col-lg-7,
  .row > .col-lg-8,
  .row > .col-lg-9,
  .row > .col-lg-10,
  .row > .col-lg-11,
  .row > .col-lg-12,
  .flex > .col-lg,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg,
  .column > .col-lg-auto,
  .column > .col-lg-grow,
  .column > .col-lg-0,
  .column > .col-lg-1,
  .column > .col-lg-2,
  .column > .col-lg-3,
  .column > .col-lg-4,
  .column > .col-lg-5,
  .column > .col-lg-6,
  .column > .col-lg-7,
  .column > .col-lg-8,
  .column > .col-lg-9,
  .column > .col-lg-10,
  .column > .col-lg-11,
  .column > .col-lg-12,
  .flex > .col-lg,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    -webkit-box-flex: 10000;
        -ms-flex: 10000 1 0%;
            flex: 10000 1 0%;
  }
  .col-lg-auto,
  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  [dir=ltr] .row > .offset-lg-0 {
    margin-left: 0%;
  }
  [dir=rtl] .row > .offset-lg-0 {
    margin-right: 0%;
  }
  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  [dir=ltr] .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  [dir=rtl] .row > .offset-lg-1 {
    margin-right: 8.3333%;
  }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  [dir=ltr] .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  [dir=rtl] .row > .offset-lg-2 {
    margin-right: 16.6667%;
  }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  [dir=ltr] .row > .offset-lg-3 {
    margin-left: 25%;
  }
  [dir=rtl] .row > .offset-lg-3 {
    margin-right: 25%;
  }
  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  [dir=ltr] .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  [dir=rtl] .row > .offset-lg-4 {
    margin-right: 33.3333%;
  }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  [dir=ltr] .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  [dir=rtl] .row > .offset-lg-5 {
    margin-right: 41.6667%;
  }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  [dir=ltr] .row > .offset-lg-6 {
    margin-left: 50%;
  }
  [dir=rtl] .row > .offset-lg-6 {
    margin-right: 50%;
  }
  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  [dir=ltr] .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  [dir=rtl] .row > .offset-lg-7 {
    margin-right: 58.3333%;
  }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  [dir=ltr] .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  [dir=rtl] .row > .offset-lg-8 {
    margin-right: 66.6667%;
  }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  [dir=ltr] .row > .offset-lg-9 {
    margin-left: 75%;
  }
  [dir=rtl] .row > .offset-lg-9 {
    margin-right: 75%;
  }
  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  [dir=ltr] .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  [dir=rtl] .row > .offset-lg-10 {
    margin-right: 83.3333%;
  }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  [dir=ltr] .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  [dir=rtl] .row > .offset-lg-11 {
    margin-right: 91.6667%;
  }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  [dir=ltr] .row > .offset-lg-12 {
    margin-left: 100%;
  }
  [dir=rtl] .row > .offset-lg-12 {
    margin-right: 100%;
  }
  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .row > .col-xl,
  .row > .col-xl-auto,
  .row > .col-xl-grow,
  .row > .col-xl-0,
  .row > .col-xl-1,
  .row > .col-xl-2,
  .row > .col-xl-3,
  .row > .col-xl-4,
  .row > .col-xl-5,
  .row > .col-xl-6,
  .row > .col-xl-7,
  .row > .col-xl-8,
  .row > .col-xl-9,
  .row > .col-xl-10,
  .row > .col-xl-11,
  .row > .col-xl-12,
  .flex > .col-xl,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl,
  .column > .col-xl-auto,
  .column > .col-xl-grow,
  .column > .col-xl-0,
  .column > .col-xl-1,
  .column > .col-xl-2,
  .column > .col-xl-3,
  .column > .col-xl-4,
  .column > .col-xl-5,
  .column > .col-xl-6,
  .column > .col-xl-7,
  .column > .col-xl-8,
  .column > .col-xl-9,
  .column > .col-xl-10,
  .column > .col-xl-11,
  .column > .col-xl-12,
  .flex > .col-xl,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    -webkit-box-flex: 10000;
        -ms-flex: 10000 1 0%;
            flex: 10000 1 0%;
  }
  .col-xl-auto,
  .col-xl-0,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xl-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  [dir=ltr] .row > .offset-xl-0 {
    margin-left: 0%;
  }
  [dir=rtl] .row > .offset-xl-0 {
    margin-right: 0%;
  }
  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  [dir=ltr] .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  [dir=rtl] .row > .offset-xl-1 {
    margin-right: 8.3333%;
  }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  [dir=ltr] .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  [dir=rtl] .row > .offset-xl-2 {
    margin-right: 16.6667%;
  }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  [dir=ltr] .row > .offset-xl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .row > .offset-xl-3 {
    margin-right: 25%;
  }
  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  [dir=ltr] .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  [dir=rtl] .row > .offset-xl-4 {
    margin-right: 33.3333%;
  }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  [dir=ltr] .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  [dir=rtl] .row > .offset-xl-5 {
    margin-right: 41.6667%;
  }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  [dir=ltr] .row > .offset-xl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .row > .offset-xl-6 {
    margin-right: 50%;
  }
  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  [dir=ltr] .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  [dir=rtl] .row > .offset-xl-7 {
    margin-right: 58.3333%;
  }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  [dir=ltr] .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  [dir=rtl] .row > .offset-xl-8 {
    margin-right: 66.6667%;
  }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  [dir=ltr] .row > .offset-xl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .row > .offset-xl-9 {
    margin-right: 75%;
  }
  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  [dir=ltr] .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  [dir=rtl] .row > .offset-xl-10 {
    margin-right: 83.3333%;
  }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  [dir=ltr] .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  [dir=rtl] .row > .offset-xl-11 {
    margin-right: 91.6667%;
  }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  [dir=ltr] .row > .offset-xl-12 {
    margin-left: 100%;
  }
  [dir=rtl] .row > .offset-xl-12 {
    margin-right: 100%;
  }
  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transition: background 0.28s ease-in;
}
[dir] .backdrop {
  background: transparent;
  -webkit-transition: background 0.28s ease-in;
}
[dir=ltr] .backdrop {
  right: 0;
  left: 0;
}
[dir=rtl] .backdrop {
  left: 0;
  right: 0;
}
.backdrop.active {
  display: block;
}
[dir] .backdrop.active {
  background: rgba(0,0,0,0.3);
}
[dir] .round-borders {
  border-radius: 4px !important;
}
[dir] .generic-margin, [dir] .group > * {
  margin: 5px;
}
.no-transition {
  transition: none !important;
}
[dir] .no-transition {
  -webkit-transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
[dir] .transition-0 {
  -webkit-transition: 0s !important;
}
[dir] .glossy {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
[dir=ltr] .glossy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0.12)), to(rgba(0,0,0,0.04))) !important;
}
[dir=rtl] .glossy {
  background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0.12)), to(rgba(0,0,0,0.04))) !important;
}
.q-placeholder::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-body-fullscreen-mixin,
.q-body-prevent-scroll {
  overflow: hidden !important;
}
.q-no-input-spinner {
  -moz-appearance: textfield;
}
.q-no-input-spinner::-webkit-outer-spin-button,
.q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[dir] .q-no-input-spinner::-webkit-outer-spin-button, [dir] .q-no-input-spinner::-webkit-inner-spin-button {
  margin: 0;
}
a.q-link {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
.highlight-and-fade {
  -webkit-animation: q-highlight 2s /* rtl:ignore */;
          animation: q-highlight 2s /* rtl:ignore */;
}
.transition-generic {
  transition: all 0.3s;
}
[dir] .transition-generic {
  -webkit-transition: all 0.3s;
}
.animate-spin,
.animate-spin-reverse {
  -webkit-animation: q-spin 2s infinite linear /* rtl:ignore */;
          animation: q-spin 2s infinite linear /* rtl:ignore */;
}
[dir=ltr] .animate-spin-reverse {
  animation-direction: reverse;
}
[dir=rtl] .animate-spin-reverse {
  animation-direction: reverse;
}
.animate-blink {
  -webkit-animation: q-blink 1s steps(5, start) infinite /* rtl:ignore */;
          animation: q-blink 1s steps(5, start) infinite /* rtl:ignore */;
}
.animate-pop {
  -webkit-animation: q-pop 0.2s /* rtl:ignore */;
          animation: q-pop 0.2s /* rtl:ignore */;
}
.animate-scale {
  -webkit-animation: q-scale 0.2s /* rtl:ignore */;
          animation: q-scale 0.2s /* rtl:ignore */;
}
.animate-fade {
  -webkit-animation: q-fade 0.2s /* rtl:ignore */;
          animation: q-fade 0.2s /* rtl:ignore */;
}
.animate-bounce {
  -webkit-animation: q-bounce 2s infinite /* rtl:ignore */;
          animation: q-bounce 2s infinite /* rtl:ignore */;
}
[dir=ltr] .animate-popup-up, [dir=ltr] .animate-popup-down {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[dir=rtl] .animate-popup-up, [dir=rtl] .animate-popup-down {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.animate-popup-down {
  -webkit-animation: q-popup-down 0.42s /* rtl:ignore */;
          animation: q-popup-down 0.42s /* rtl:ignore */;
  -webkit-transform-origin: left top 0px /* rtl:ignore */;
          transform-origin: left top 0px /* rtl:ignore */;
}
.animate-popup-up {
  -webkit-animation: q-popup-up 0.42s /* rtl:ignore */;
          animation: q-popup-up 0.42s /* rtl:ignore */;
  -webkit-transform-origin: left bottom 0px /* rtl:ignore */;
          transform-origin: left bottom 0px /* rtl:ignore */;
}
[dir=ltr] .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
[dir=rtl] .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[dir=ltr] .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
[dir=rtl] .animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
[dir=ltr] .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
[dir=rtl] .animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
[dir=ltr] .animated.flipOutX, [dir=ltr] .animated.flipOutY, [dir=ltr] .animated.bounceIn, [dir=ltr] .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
[dir=rtl] .animated.flipOutX, [dir=rtl] .animated.flipOutY, [dir=rtl] .animated.bounceIn, [dir=rtl] .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.non-selectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.scroll {
  overflow: auto;
}
.scroll,
.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
[dir] .cursor-pointer {
  cursor: pointer !important;
}
[dir] .cursor-not-allowed {
  cursor: not-allowed !important;
}
[dir] .cursor-inherit {
  cursor: inherit !important;
}
.rotate-45 {
  -webkit-transform: rotate(45deg) /* rtl:ignore */;
          transform: rotate(45deg) /* rtl:ignore */;
}
.rotate-90 {
  -webkit-transform: rotate(90deg) /* rtl:ignore */;
          transform: rotate(90deg) /* rtl:ignore */;
}
.rotate-135 {
  -webkit-transform: rotate(135deg) /* rtl:ignore */;
          transform: rotate(135deg) /* rtl:ignore */;
}
.rotate-180 {
  -webkit-transform: rotate(180deg) /* rtl:ignore */;
          transform: rotate(180deg) /* rtl:ignore */;
}
.rotate-205 {
  -webkit-transform: rotate(205deg) /* rtl:ignore */;
          transform: rotate(205deg) /* rtl:ignore */;
}
.rotate-270 {
  -webkit-transform: rotate(270deg) /* rtl:ignore */;
          transform: rotate(270deg) /* rtl:ignore */;
}
.rotate-315 {
  -webkit-transform: rotate(315deg) /* rtl:ignore */;
          transform: rotate(315deg) /* rtl:ignore */;
}
.flip-horizontal {
  -webkit-transform: scale(-1, 1);
}
[dir] .flip-horizontal {
          transform: scale(-1, 1);
}
.flip-vertical {
  -webkit-transform: scale(1, -1);
}
[dir] .flip-vertical {
          transform: scale(1, -1);
}
[dir=ltr] .float-left {
  float: left;
}
[dir=rtl] .float-left {
  float: right;
}
[dir=ltr] .float-right {
  float: right;
}
[dir=rtl] .float-right {
  float: left;
}
.relative-position {
  position: relative;
}
.fixed,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}
.fixed-top,
.absolute-top {
  top: 0;
}
[dir=ltr] .fixed-top, [dir=ltr] .absolute-top {
  left: 0;
  right: 0;
}
[dir=rtl] .fixed-top, [dir=rtl] .absolute-top {
  right: 0;
  left: 0;
}
.fixed-right,
.absolute-right {
  top: 0;
  bottom: 0;
}
[dir=ltr] .fixed-right, [dir=ltr] .absolute-right {
  right: 0;
}
[dir=rtl] .fixed-right, [dir=rtl] .absolute-right {
  left: 0;
}
.fixed-bottom,
.absolute-bottom {
  bottom: 0;
}
[dir=ltr] .fixed-bottom, [dir=ltr] .absolute-bottom {
  right: 0;
  left: 0;
}
[dir=rtl] .fixed-bottom, [dir=rtl] .absolute-bottom {
  left: 0;
  right: 0;
}
.fixed-left,
.absolute-left {
  top: 0;
  bottom: 0;
}
[dir=ltr] .fixed-left, [dir=ltr] .absolute-left {
  left: 0;
}
[dir=rtl] .fixed-left, [dir=rtl] .absolute-left {
  right: 0;
}
.fixed-top-left,
.absolute-top-left {
  top: 0;
}
[dir=ltr] .fixed-top-left, [dir=ltr] .absolute-top-left {
  left: 0;
}
[dir=rtl] .fixed-top-left, [dir=rtl] .absolute-top-left {
  right: 0;
}
.fixed-top-right,
.absolute-top-right {
  top: 0;
}
[dir=ltr] .fixed-top-right, [dir=ltr] .absolute-top-right {
  right: 0;
}
[dir=rtl] .fixed-top-right, [dir=rtl] .absolute-top-right {
  left: 0;
}
.fixed-bottom-left,
.absolute-bottom-left {
  bottom: 0;
}
[dir=ltr] .fixed-bottom-left, [dir=ltr] .absolute-bottom-left {
  left: 0;
}
[dir=rtl] .fixed-bottom-left, [dir=rtl] .absolute-bottom-left {
  right: 0;
}
.fixed-bottom-right,
.absolute-bottom-right {
  bottom: 0;
}
[dir=ltr] .fixed-bottom-right, [dir=ltr] .absolute-bottom-right {
  right: 0;
}
[dir=rtl] .fixed-bottom-right, [dir=rtl] .absolute-bottom-right {
  left: 0;
}
.fullscreen {
  z-index: 6000;
  max-width: 100vw;
  max-height: 100vh;
}
[dir] .fullscreen {
  border-radius: 0 !important;
}
.absolute-full,
.fullscreen {
  top: 0;
  bottom: 0;
}
[dir=ltr] .absolute-full, [dir=ltr] .fullscreen {
  right: 0;
  left: 0;
}
[dir=rtl] .absolute-full, [dir=rtl] .fullscreen {
  left: 0;
  right: 0;
}
.fixed-center,
.absolute-center {
  top: 50%;
}
[dir=ltr] .fixed-center, [dir=ltr] .absolute-center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[dir=rtl] .fixed-center, [dir=rtl] .absolute-center {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
[dir=ltr] .on-left {
  margin-right: 12px;
}
[dir=rtl] .on-left {
  margin-left: 12px;
}
[dir=ltr] .on-right {
  margin-left: 12px;
}
[dir=rtl] .on-right {
  margin-right: 12px;
}
.q-ripple-container {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  color: inherit;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
[dir] .q-ripple-container {
  border-radius: inherit;
}
[dir=ltr] .q-ripple-container {
  left: 0;
}
[dir=rtl] .q-ripple-container {
  right: 0;
}
.q-ripple-animation {
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  position: absolute;
  transition: 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.3s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
  transition: 0.3s transform cubic-bezier(0.2, 0.4, 0.4, 0.9), 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1);
  transition: 0.3s transform cubic-bezier(0.2, 0.4, 0.4, 0.9), 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.3s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
}
[dir] .q-ripple-animation {
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.3s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
}
.q-ripple-animation-enter {
  transition: none;
}
[dir] .q-ripple-animation-enter {
  -webkit-transition: none;
}
.q-ripple-animation-visible {
  opacity: 0.15;
}
.q-radial-ripple {
  overflow: hidden;
  width: 200%;
  height: 200%;
  pointer-events: none;
}
[dir] .q-radial-ripple {
  border-radius: 50%;
}
[dir=ltr] .q-radial-ripple {
  -webkit-transform: translate3d(-25%, -25%, 0);
  transform: translate3d(-25%, -25%, 0);
}
[dir=rtl] .q-radial-ripple {
  -webkit-transform: translate3d(25%, -25%, 0);
          transform: translate3d(25%, -25%, 0);
}
.q-radial-ripple,
.q-radial-ripple:after {
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .q-radial-ripple, [dir=ltr] .q-radial-ripple:after {
  right: 0;
  left: 0;
}
[dir=rtl] .q-radial-ripple, [dir=rtl] .q-radial-ripple:after {
  left: 0;
  right: 0;
}
.q-radial-ripple:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
[dir] .q-radial-ripple:after {
  background-image: radial-gradient(circle, currentColor 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
          transform: scale(10, 10);
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
}
.q-radial-ripple.active:after {
  -webkit-transform: scale(0, 0);
  opacity: 0.4;
  transition: 0s;
}
[dir] .q-radial-ripple.active:after {
          transform: scale(0, 0);
  -webkit-transition: 0s;
}
:root {
  --q-size-xs: 0;
  --q-size-sm: 576px;
  --q-size-md: 768px;
  --q-size-lg: 992px;
  --q-size-xl: 1200px;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
}
[dir=ltr] .full-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[dir=rtl] .full-width {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.window-height {
  height: 100vh !important;
}
[dir] .window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.window-width {
  width: 100vw !important;
}
[dir=ltr] .window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[dir=rtl] .window-width {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
[dir] .q-pa-none {
  padding: 0 0;
}
[dir=ltr] .q-pl-none, [dir=ltr] .q-px-none {
  padding-left: 0;
}
[dir=rtl] .q-pl-none, [dir=rtl] .q-px-none {
  padding-right: 0;
}
[dir=ltr] .q-pr-none, [dir=ltr] .q-px-none {
  padding-right: 0;
}
[dir=rtl] .q-pr-none, [dir=rtl] .q-px-none {
  padding-left: 0;
}
[dir] .q-pt-none, [dir] .q-py-none {
  padding-top: 0;
}
[dir] .q-pb-none, [dir] .q-py-none {
  padding-bottom: 0;
}
[dir] .q-ma-none {
  margin: 0 0;
}
[dir=ltr] .q-ml-none, [dir=ltr] .q-mx-none {
  margin-left: 0;
}
[dir=rtl] .q-ml-none, [dir=rtl] .q-mx-none {
  margin-right: 0;
}
[dir=ltr] .q-mr-none, [dir=ltr] .q-mx-none {
  margin-right: 0;
}
[dir=rtl] .q-mr-none, [dir=rtl] .q-mx-none {
  margin-left: 0;
}
[dir] .q-mt-none, [dir] .q-my-none {
  margin-top: 0;
}
[dir] .q-mb-none, [dir] .q-my-none {
  margin-bottom: 0;
}
[dir] .q-pa-xs {
  padding: 4px 4px;
}
[dir=ltr] .q-pl-xs, [dir=ltr] .q-px-xs {
  padding-left: 4px;
}
[dir=rtl] .q-pl-xs, [dir=rtl] .q-px-xs {
  padding-right: 4px;
}
[dir=ltr] .q-pr-xs, [dir=ltr] .q-px-xs {
  padding-right: 4px;
}
[dir=rtl] .q-pr-xs, [dir=rtl] .q-px-xs {
  padding-left: 4px;
}
[dir] .q-pt-xs, [dir] .q-py-xs {
  padding-top: 4px;
}
[dir] .q-pb-xs, [dir] .q-py-xs {
  padding-bottom: 4px;
}
[dir] .q-ma-xs {
  margin: 4px 4px;
}
[dir=ltr] .q-ml-xs, [dir=ltr] .q-mx-xs {
  margin-left: 4px;
}
[dir=rtl] .q-ml-xs, [dir=rtl] .q-mx-xs {
  margin-right: 4px;
}
[dir=ltr] .q-mr-xs, [dir=ltr] .q-mx-xs {
  margin-right: 4px;
}
[dir=rtl] .q-mr-xs, [dir=rtl] .q-mx-xs {
  margin-left: 4px;
}
[dir] .q-mt-xs, [dir] .q-my-xs {
  margin-top: 4px;
}
[dir] .q-mb-xs, [dir] .q-my-xs {
  margin-bottom: 4px;
}
[dir] .q-pa-sm {
  padding: 8px 8px;
}
[dir=ltr] .q-pl-sm, [dir=ltr] .q-px-sm {
  padding-left: 8px;
}
[dir=rtl] .q-pl-sm, [dir=rtl] .q-px-sm {
  padding-right: 8px;
}
[dir=ltr] .q-pr-sm, [dir=ltr] .q-px-sm {
  padding-right: 8px;
}
[dir=rtl] .q-pr-sm, [dir=rtl] .q-px-sm {
  padding-left: 8px;
}
[dir] .q-pt-sm, [dir] .q-py-sm {
  padding-top: 8px;
}
[dir] .q-pb-sm, [dir] .q-py-sm {
  padding-bottom: 8px;
}
[dir] .q-ma-sm {
  margin: 8px 8px;
}
[dir=ltr] .q-ml-sm, [dir=ltr] .q-mx-sm {
  margin-left: 8px;
}
[dir=rtl] .q-ml-sm, [dir=rtl] .q-mx-sm {
  margin-right: 8px;
}
[dir=ltr] .q-mr-sm, [dir=ltr] .q-mx-sm {
  margin-right: 8px;
}
[dir=rtl] .q-mr-sm, [dir=rtl] .q-mx-sm {
  margin-left: 8px;
}
[dir] .q-mt-sm, [dir] .q-my-sm {
  margin-top: 8px;
}
[dir] .q-mb-sm, [dir] .q-my-sm {
  margin-bottom: 8px;
}
[dir] .q-pa-md {
  padding: 16px 16px;
}
[dir=ltr] .q-pl-md, [dir=ltr] .q-px-md {
  padding-left: 16px;
}
[dir=rtl] .q-pl-md, [dir=rtl] .q-px-md {
  padding-right: 16px;
}
[dir=ltr] .q-pr-md, [dir=ltr] .q-px-md {
  padding-right: 16px;
}
[dir=rtl] .q-pr-md, [dir=rtl] .q-px-md {
  padding-left: 16px;
}
[dir] .q-pt-md, [dir] .q-py-md {
  padding-top: 16px;
}
[dir] .q-pb-md, [dir] .q-py-md {
  padding-bottom: 16px;
}
[dir] .q-ma-md {
  margin: 16px 16px;
}
[dir=ltr] .q-ml-md, [dir=ltr] .q-mx-md {
  margin-left: 16px;
}
[dir=rtl] .q-ml-md, [dir=rtl] .q-mx-md {
  margin-right: 16px;
}
[dir=ltr] .q-mr-md, [dir=ltr] .q-mx-md {
  margin-right: 16px;
}
[dir=rtl] .q-mr-md, [dir=rtl] .q-mx-md {
  margin-left: 16px;
}
[dir] .q-mt-md, [dir] .q-my-md {
  margin-top: 16px;
}
[dir] .q-mb-md, [dir] .q-my-md {
  margin-bottom: 16px;
}
[dir] .q-pa-lg {
  padding: 24px 24px;
}
[dir=ltr] .q-pl-lg, [dir=ltr] .q-px-lg {
  padding-left: 24px;
}
[dir=rtl] .q-pl-lg, [dir=rtl] .q-px-lg {
  padding-right: 24px;
}
[dir=ltr] .q-pr-lg, [dir=ltr] .q-px-lg {
  padding-right: 24px;
}
[dir=rtl] .q-pr-lg, [dir=rtl] .q-px-lg {
  padding-left: 24px;
}
[dir] .q-pt-lg, [dir] .q-py-lg {
  padding-top: 24px;
}
[dir] .q-pb-lg, [dir] .q-py-lg {
  padding-bottom: 24px;
}
[dir] .q-ma-lg {
  margin: 24px 24px;
}
[dir=ltr] .q-ml-lg, [dir=ltr] .q-mx-lg {
  margin-left: 24px;
}
[dir=rtl] .q-ml-lg, [dir=rtl] .q-mx-lg {
  margin-right: 24px;
}
[dir=ltr] .q-mr-lg, [dir=ltr] .q-mx-lg {
  margin-right: 24px;
}
[dir=rtl] .q-mr-lg, [dir=rtl] .q-mx-lg {
  margin-left: 24px;
}
[dir] .q-mt-lg, [dir] .q-my-lg {
  margin-top: 24px;
}
[dir] .q-mb-lg, [dir] .q-my-lg {
  margin-bottom: 24px;
}
[dir] .q-pa-xl {
  padding: 48px 48px;
}
[dir=ltr] .q-pl-xl, [dir=ltr] .q-px-xl {
  padding-left: 48px;
}
[dir=rtl] .q-pl-xl, [dir=rtl] .q-px-xl {
  padding-right: 48px;
}
[dir=ltr] .q-pr-xl, [dir=ltr] .q-px-xl {
  padding-right: 48px;
}
[dir=rtl] .q-pr-xl, [dir=rtl] .q-px-xl {
  padding-left: 48px;
}
[dir] .q-pt-xl, [dir] .q-py-xl {
  padding-top: 48px;
}
[dir] .q-pb-xl, [dir] .q-py-xl {
  padding-bottom: 48px;
}
[dir] .q-ma-xl {
  margin: 48px 48px;
}
[dir=ltr] .q-ml-xl, [dir=ltr] .q-mx-xl {
  margin-left: 48px;
}
[dir=rtl] .q-ml-xl, [dir=rtl] .q-mx-xl {
  margin-right: 48px;
}
[dir=ltr] .q-mr-xl, [dir=ltr] .q-mx-xl {
  margin-right: 48px;
}
[dir=rtl] .q-mr-xl, [dir=rtl] .q-mx-xl {
  margin-left: 48px;
}
[dir] .q-mt-xl, [dir] .q-my-xl {
  margin-top: 48px;
}
[dir] .q-mb-xl, [dir] .q-my-xl {
  margin-bottom: 48px;
}
[dir=ltr] .q-ml-auto, [dir=ltr] .q-mx-auto {
  margin-left: auto;
}
[dir=rtl] .q-ml-auto, [dir=rtl] .q-mx-auto {
  margin-right: auto;
}
[dir=ltr] .q-mr-auto, [dir=ltr] .q-mx-auto {
  margin-right: auto;
}
[dir=rtl] .q-mr-auto, [dir=rtl] .q-mx-auto {
  margin-left: auto;
}
[dir] .q-my-form {
  margin-top: 16px;
  margin-bottom: 8px;
}
.q-touch {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.q-touch-x {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.q-touch-y {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
body {
  min-width: 100px;
  font-family: '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #0c0c0c;
  min-height: 100vh;
}
[dir] body {
  background: #fff;
}
h1 {
  font-size: 112px;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 67.2px;
  }
}
h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 33.6px;
  }
}
h3 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 27px;
  }
}
h4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}
h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 14.399999999999999px;
  }
}
h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}
.q-display-4-opacity {
  opacity: 0.54;
}
.q-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: -0.04em;
}
.q-display-3-opacity {
  opacity: 0.54;
}
.q-display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.q-display-2-opacity {
  opacity: 0.54;
}
.q-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: normal;
}
.q-display-1-opacity {
  opacity: 0.54;
}
.q-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: normal;
}
.q-headline-opacity {
  opacity: 0.87;
}
.q-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: normal;
}
.q-title-opacity {
  opacity: 0.87;
}
.q-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.02em;
}
.q-subheading-opacity {
  opacity: 0.87;
}
.q-subheading {
  font-size: 16px;
  font-weight: 400;
}
.q-body-2-opacity {
  opacity: 0.87;
}
.q-body-2 {
  font-size: 14px;
  font-weight: 500;
}
.q-body-1-opacity {
  opacity: 0.87;
}
.q-body-1 {
  font-size: 14px;
  font-weight: 400;
}
.q-caption-opacity {
  opacity: 0.54;
}
.q-caption {
  font-size: 12px;
  font-weight: 400;
}
[dir] p {
  margin: 0 0 16px;
}
.caption {
  color: #424242;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}
[dir] .caption {
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
[dir] .text-center {
  text-align: center;
}
[dir=ltr] .text-left {
  text-align: left;
}
[dir=rtl] .text-left {
  text-align: right;
}
[dir=ltr] .text-right {
  text-align: right;
}
[dir=rtl] .text-right {
  text-align: left;
}
.text-justify {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
[dir] .text-justify {
  text-align: justify;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
blockquote {
  font-size: 16px;
}
[dir] blockquote {
  padding: 8px 16px;
  margin: 0;
}
[dir=ltr] blockquote {
  border-left: 4px solid #027be3;
  border-left: 4px solid var(--q-color-primary);
}
[dir=rtl] blockquote {
  border-right: 4px solid #027be3;
  border-right: 4px solid var(--q-color-primary);
}
[dir=ltr] blockquote.text-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 4px solid #027be3;
  border-right: 4px solid var(--q-color-primary);
  border-left: 0;
  text-align: right;
}
[dir=rtl] blockquote.text-right {
  padding-left: 16px;
  padding-right: 0;
  border-left: 4px solid #027be3;
  border-left: 4px solid var(--q-color-primary);
  border-right: 0;
  text-align: left;
}
blockquote small {
  display: block;
  line-height: 1.4;
  color: #777;
  color: var(--q-color-faded);
}
blockquote small:before {
  content: '\2014 \00A0';
}
[dir] .quote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
[dir=ltr] .quote {
  border-left: 5px solid #027be3;
  border-left: 5px solid var(--q-color-primary);
}
[dir=rtl] .quote {
  border-right: 5px solid #027be3;
  border-right: 5px solid var(--q-color-primary);
}
[dir=ltr] .quote.text-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #027be3;
  border-right: 5px solid var(--q-color-primary);
  border-left: 0;
  text-align: right;
}
[dir=rtl] .quote.text-right {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #027be3;
  border-left: 5px solid var(--q-color-primary);
  border-right: 0;
  text-align: left;
}
dt {
  font-weight: bold;
}
[dir=ltr] dd {
  margin-left: 0;
}
[dir=rtl] dd {
  margin-right: 0;
}
dt,
dd {
  line-height: 1.4;
}
[dir] dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl.horizontal dt {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=ltr] dl.horizontal dt {
  float: left;
  clear: left;
  text-align: right;
}
[dir=rtl] dl.horizontal dt {
  float: right;
  clear: right;
  text-align: left;
}
[dir=ltr] dl.horizontal dd {
  margin-left: 30%;
}
[dir=rtl] dl.horizontal dd {
  margin-right: 30%;
}
hr.q-hr,
hr.q-hr-dark {
  height: 1px;
  min-height: 1px;
  display: block;
  width: 100%;
}
[dir] hr.q-hr, [dir] hr.q-hr-dark {
  border: none;
  background: rgba(0,0,0,0.12);
}
[dir] hr.q-hr-dark {
  background: rgba(255,255,255,0.36);
}
[dir] .no-margin {
  margin: 0 !important;
}
[dir] .no-padding {
  padding: 0 !important;
}
[dir] .no-border {
  border: 0 !important;
}
[dir] .no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  -webkit-box-shadow: none !important;
}
[dir] .no-box-shadow {
          box-shadow: none !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2-lines,
.ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
[dir] .readonly {
  cursor: default !important;
}
[dir] .disabled, [dir] [disabled], [dir] .disabled *, [dir] [disabled] * {
  cursor: not-allowed !important;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
[dir] .transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden-y {
  overflow-y: hidden !important;
}
.dimmed:after,
.light-dimmed:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
[dir=ltr] .dimmed:after, [dir=ltr] .light-dimmed:after {
  right: 0;
  left: 0;
}
[dir=rtl] .dimmed:after, [dir=rtl] .light-dimmed:after {
  left: 0;
  right: 0;
}
[dir] .dimmed:after {
  background: rgba(0,0,0,0.4) !important;
}
[dir] .light-dimmed:after {
  background: rgba(255,255,255,0.6) !important;
}
.z-top {
  z-index: 7000 !important;
}
.z-max {
  z-index: 9998 !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .xs-hide,
  .gt-xs,
  .sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sm-hide,
  .xs,
  .lt-sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xl-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .lg,
  .lt-xl {
    display: none !important;
  }
}
.q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.15;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-focus-helper {
  border-radius: inherit;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-focus-helper-rounded {
  border-radius: 4px;
}
[dir] .q-focus-helper-round {
  border-radius: 50%;
}
[dir] body.desktop .q-focusable:focus .q-focus-helper, [dir] body.desktop .q-hoverable:hover .q-focus-helper {
  background: currentColor;
}
body.ios .q-hoverable:active .q-focus-helper {
  opacity: 0.3;
}
[dir] body.ios .q-hoverable:active .q-focus-helper {
  background: currentColor;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .q-if > .q-if-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .q-if > .q-if-inner > div > .q-input-target {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .q-if > .q-if-inner > div > input.q-input-target {
    min-width: 6rem;
    -ms-flex-preferred-size: 0% !important;
        flex-basis: 0% !important;
  }
  .q-input-target:before {
    display: block;
  }
  .q-editor-toolbar .q-btn-group.row.inline {
    display: block;
    white-space: nowrap;
  }
  .q-toolbar,
  .q-actionsheet-title,
  .q-layout-page,
  .q-field-label-inner {
    height: 0px;
  }
  .q-carousel-slide {
    max-width: 100%;
  }
  .row > .col.q-alert-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .q-slider-handle > .q-chip.inline.row {
    display: table;
  }
  a.q-btn:not(.q-btn-round) {
    height: 0px;
  }
  .q-btn .q-btn-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  [dir=ltr] .q-btn:active .q-btn-inner, [dir=ltr] .q-btn.active .q-btn-inner {
    margin: -1px 1px 1px -1px;
  }
  [dir=rtl] .q-btn:active .q-btn-inner, [dir=rtl] .q-btn.active .q-btn-inner {
    margin: -1px -1px 1px 1px;
  }
  [dir=ltr] .q-btn:active.q-btn-push .q-btn-inner, [dir=ltr] .q-btn.active.q-btn-push .q-btn-inner {
    margin: 1px 1px -1px -1px;
  }
  [dir=rtl] .q-btn:active.q-btn-push .q-btn-inner, [dir=rtl] .q-btn.active.q-btn-push .q-btn-inner {
    margin: 1px -1px -1px 1px;
  }
  [dir=ltr] .q-btn:active.q-btn-push.disabled .q-btn-inner, [dir=ltr] .q-btn.active.q-btn-push.disabled .q-btn-inner {
    margin: -1px 1px 1px -1px;
  }
  [dir=rtl] .q-btn:active.q-btn-push.disabled .q-btn-inner, [dir=rtl] .q-btn.active.q-btn-push.disabled .q-btn-inner {
    margin: -1px -1px 1px 1px;
  }
  [dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled):active .q-btn-inner, [dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled).active .q-btn-inner {
    margin: 0;
  }
  .q-chip:not(.q-chip-small):not(.q-chip-dense) .q-chip-main {
    line-height: 32px;
  }
  .q-btn .q-chip {
    display: inline-block;
  }
  .q-tab .q-chip .q-chip-main {
    line-height: normal;
  }
  .q-fab-actions.q-fab-left,
  .q-fab-actions.q-fab-right {
    display: block;
    white-space: nowrap;
  }
  .q-item-main {
    min-width: 1px;
  }
  [dir=ltr] .q-layout-drawer-mini .q-item {
    padding-left: 0;
    padding-right: 0;
  }
  [dir=rtl] .q-layout-drawer-mini .q-item {
    padding-right: 0;
    padding-left: 0;
  }
  .q-modal-layout {
    min-height: 80vh !important;
    overflow: hidden;
  }
}
@supports (-ms-ime-align: auto) {
  .q-if > .q-if-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .q-if > .q-if-inner > div > .q-input-target {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .q-if > .q-if-inner > div > input.q-input-target {
    min-width: 6rem;
    -ms-flex-preferred-size: 0% !important;
        flex-basis: 0% !important;
  }
  .q-input-target:before {
    display: block;
  }
  .q-editor-toolbar .q-btn-group.row.inline {
    display: block;
    white-space: nowrap;
  }
  .q-toolbar,
  .q-actionsheet-title,
  .q-layout-page,
  .q-field-label-inner {
    height: 0px;
  }
  .q-carousel-slide {
    max-width: 100%;
  }
  .row > .col.q-alert-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .q-slider-handle > .q-chip.inline.row {
    display: table;
  }
  a.q-btn:not(.q-btn-round) {
    height: 0px;
  }
  .q-btn .q-btn-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  [dir=ltr] .q-btn:active .q-btn-inner, [dir=ltr] .q-btn.active .q-btn-inner {
    margin: -1px 1px 1px -1px;
  }
  [dir=rtl] .q-btn:active .q-btn-inner, [dir=rtl] .q-btn.active .q-btn-inner {
    margin: -1px -1px 1px 1px;
  }
  [dir=ltr] .q-btn:active.q-btn-push .q-btn-inner, [dir=ltr] .q-btn.active.q-btn-push .q-btn-inner {
    margin: 1px 1px -1px -1px;
  }
  [dir=rtl] .q-btn:active.q-btn-push .q-btn-inner, [dir=rtl] .q-btn.active.q-btn-push .q-btn-inner {
    margin: 1px -1px -1px 1px;
  }
  [dir=ltr] .q-btn:active.q-btn-push.disabled .q-btn-inner, [dir=ltr] .q-btn.active.q-btn-push.disabled .q-btn-inner {
    margin: -1px 1px 1px -1px;
  }
  [dir=rtl] .q-btn:active.q-btn-push.disabled .q-btn-inner, [dir=rtl] .q-btn.active.q-btn-push.disabled .q-btn-inner {
    margin: -1px -1px 1px 1px;
  }
  [dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled):active .q-btn-inner, [dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled).active .q-btn-inner {
    margin: 0;
  }
  .q-chip:not(.q-chip-small):not(.q-chip-dense) .q-chip-main {
    line-height: 32px;
  }
  .q-btn .q-chip {
    display: inline-block;
  }
  .q-tab .q-chip .q-chip-main {
    line-height: normal;
  }
  .q-fab-actions.q-fab-left,
  .q-fab-actions.q-fab-right {
    display: block;
    white-space: nowrap;
  }
  .q-item-main {
    min-width: 1px;
  }
  [dir=ltr] .q-layout-drawer-mini .q-item {
    padding-left: 0;
    padding-right: 0;
  }
  [dir=rtl] .q-layout-drawer-mini .q-item {
    padding-right: 0;
    padding-left: 0;
  }
  .q-modal-layout {
    min-height: 80vh !important;
    overflow: hidden;
  }
}
@-webkit-keyframes webkit-autofill-on {
  to {
    background: transparent;
    color: #ff9800;
  }
}
@keyframes webkit-autofill-on {
  to {
    background: transparent;
    color: #ff9800;
  }
}
@-webkit-keyframes webkit-autofill-off {
  to {
    background: transparent;
  }
}
@keyframes webkit-autofill-off {
  to {
    background: transparent;
  }
}
@-webkit-keyframes q-progress-indeterminate-ltr {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes q-progress-indeterminate-rtl {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes q-progress-indeterminate-ltr {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes q-progress-indeterminate-rtl {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes q-progress-indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-webkit-keyframes q-progress-indeterminate-short-rtl {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes q-progress-indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes q-progress-indeterminate-short-rtl {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-webkit-keyframes q-progress-stripes-ltr {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes q-progress-stripes-rtl {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes q-progress-stripes-ltr {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes q-progress-stripes-rtl {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@keyframes q-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes q-rotate-ltr {
  0% {
    -webkit-transform: rotate(0) /* rtl:ignore */;
            transform: rotate(0) /* rtl:ignore */;
  }
  25% {
    -webkit-transform: rotate(90deg) /* rtl:ignore */;
            transform: rotate(90deg) /* rtl:ignore */;
  }
  50% {
    -webkit-transform: rotate(180deg) /* rtl:ignore */;
            transform: rotate(180deg) /* rtl:ignore */;
  }
  75% {
    -webkit-transform: rotate(270deg) /* rtl:ignore */;
            transform: rotate(270deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-rotate-rtl {
  0% {
    -webkit-transform: rotate(0) /* rtl:ignore */;
            transform: rotate(0) /* rtl:ignore */;
  }
  25% {
    -webkit-transform: rotate(90deg) /* rtl:ignore */;
            transform: rotate(90deg) /* rtl:ignore */;
  }
  50% {
    -webkit-transform: rotate(180deg) /* rtl:ignore */;
            transform: rotate(180deg) /* rtl:ignore */;
  }
  75% {
    -webkit-transform: rotate(270deg) /* rtl:ignore */;
            transform: rotate(270deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes q-rotate {
  0% {
    -webkit-transform: rotate(0) /* rtl:ignore */;
            transform: rotate(0) /* rtl:ignore */;
  }
  25% {
    -webkit-transform: rotate(90deg) /* rtl:ignore */;
            transform: rotate(90deg) /* rtl:ignore */;
  }
  50% {
    -webkit-transform: rotate(180deg) /* rtl:ignore */;
            transform: rotate(180deg) /* rtl:ignore */;
  }
  75% {
    -webkit-transform: rotate(270deg) /* rtl:ignore */;
            transform: rotate(270deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-blink {
  to {
    visibility: hidden;
  }
}
@keyframes q-blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes q-spin-ltr {
  0% {
    -webkit-transform: rotate(0deg) /* rtl:ignore */;
            transform: rotate(0deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(359deg) /* rtl:ignore */;
            transform: rotate(359deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-spin-rtl {
  0% {
    -webkit-transform: rotate(0deg) /* rtl:ignore */;
            transform: rotate(0deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(359deg) /* rtl:ignore */;
            transform: rotate(359deg) /* rtl:ignore */;
  }
}
@keyframes q-spin {
  0% {
    -webkit-transform: rotate(0deg) /* rtl:ignore */;
            transform: rotate(0deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate(359deg) /* rtl:ignore */;
            transform: rotate(359deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes q-pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes q-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes q-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes q-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes q-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes q-popup-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scaleY(0.3);
            transform: translateY(-20px) scaleY(0.3);
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-popup-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scaleY(0.3);
            transform: translateY(-20px) scaleY(0.3);
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes q-popup-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scaleY(0.3);
            transform: translateY(20px) scaleY(0.3);
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-popup-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scaleY(0.3);
            transform: translateY(20px) scaleY(0.3);
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
