

#q-app {
    width: 100%
}







article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

[dir] abbr[title] {
    border-bottom: none
}









button, input, select {
    overflow: visible;
    text-transform: none
}

[dir] button::-moz-focus-inner, [dir] input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}

[dir] fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

[dir] legend {

}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.q-icon {
    line-height: 1;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    position: relative;
    box-sizing: content-box;
    fill: currentColor
}

[dir] .q-icon {
    text-align: center
}

[dir=ltr] .q-icon {
    direction: ltr
}

[dir=rtl] .q-icon {
    direction: rtl
}

.q-icon:after, .q-icon:before {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.q-icon > img, .q-icon > svg {
    width: 100%;
    height: 100%
}

.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-symbols-outlined, .material-symbols-rounded, .material-symbols-sharp, .q-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle
}

[dir] .material-icons, [dir] .material-icons-outlined, [dir] .material-icons-round, [dir] .material-icons-sharp, [dir] .material-symbols-outlined, [dir] .material-symbols-rounded, [dir] .material-symbols-sharp, [dir] .q-icon {
    cursor: inherit
}

.q-panel, .q-panel > div {
    height: 100%;
    width: 100%
}

.q-panel-parent {
    overflow: hidden;
    position: relative
}

.q-loading-bar {
    position: fixed;
    z-index: 9998;
    transition: transform 0.5s cubic-bezier(0,0,0.2,1),opacity 0.5s
}

[dir] .q-loading-bar {
    background: #f44336
}

.q-loading-bar--top {
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.q-loading-bar--bottom {
    left: 0;
    right: 0;
    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-avatar {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 48px;
    height: 1em;
    width: 1em
}

[dir] .q-avatar {
    border-radius: 50%
}

.q-avatar__content {
    font-size: 0.5em;
    line-height: 0.5em
}

.q-avatar__content, .q-avatar img:not(.q-icon) {
    height: inherit;
    width: inherit
}

[dir] .q-avatar__content, [dir] .q-avatar img:not(.q-icon) {
    border-radius: inherit
}

[dir] .q-avatar--square {
    border-radius: 0
}

.q-badge {
    color: #fff;
    font-size: 12px;
    min-height: 12px;
    line-height: 12px;
    font-weight: 400;
    vertical-align: baseline
}

[dir] .q-badge {
    background-color: #1976d2;
    background-color: var(--q-color-primary);
    padding: 2px 6px;
    border-radius: 4px
}

.q-badge--single-line {
    white-space: nowrap
}

.q-badge--multi-line {
    word-break: break-all;
    word-wrap: break-word
}

.q-badge--floating {
    position: absolute;
    top: -4px
}

[dir] .q-badge--floating {
    cursor: inherit
}

[dir=ltr] .q-badge--floating {
    right: -3px
}

[dir=rtl] .q-badge--floating {
    left: -3px
}

.q-badge--transparent {
    opacity: 0.8
}

[dir] .q-badge--outline {
    background-color: transparent;
    border: 1px solid currentColor
}

[dir] .q-badge--rounded {
    border-radius: 1em
}

.q-banner {
    min-height: 54px
}

[dir] .q-banner {
    padding: 8px 16px;
    background: #fff
}

[dir] .q-banner--top-padding {
    padding-top: 14px
}

.q-banner__avatar {
    min-width: 1px !important
}

    .q-banner__avatar > .q-avatar {
        font-size: 46px
    }

    .q-banner__avatar > .q-icon {
        font-size: 40px
    }

[dir=ltr] .q-banner__avatar:not(:empty) + .q-banner__content {
    padding-left: 16px
}

[dir=rtl] .q-banner__avatar:not(:empty) + .q-banner__content {
    padding-right: 16px
}

[dir=ltr] .q-banner__actions.cole-auto {
    padding-left: 16px
}

[dir=rtl] .q-banner__actions.cole-auto {
    padding-right: 16px
}

[dir=ltr] .q-banner__actions.cole-all .q-btn-item {
    margin: 4px 0 0 4px
}

[dir=rtl] .q-banner__actions.cole-all .q-btn-item {
    margin: 4px 4px 0 0
}

.q-banner--dense {
    min-height: 32px
}

[dir] .q-banner--dense {
    padding: 8px
}

    [dir] .q-banner--dense.q-banner--top-padding {
        padding-top: 12px
    }

.q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon {
    font-size: 28px
}

[dir=ltr] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
    padding-left: 8px
}

[dir=rtl] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
    padding-right: 8px
}

[dir=ltr] .q-banner--dense .q-banner__actions.cole-auto {
    padding-left: 8px
}

[dir=rtl] .q-banner--dense .q-banner__actions.cole-auto {
    padding-right: 8px
}

[dir] .q-bar {
    background: rgba(0,0,0,0.2)
}

[dir=ltr] .q-bar > .q-icon {
    margin-left: 2px
}

[dir=rtl] .q-bar > .q-icon {
    margin-right: 2px
}

[dir=ltr] .q-bar > div, [dir=ltr] .q-bar > div + .q-icon {
    margin-left: 8px
}

[dir=rtl] .q-bar > div, [dir=rtl] .q-bar > div + .q-icon {
    margin-right: 8px
}

[dir=ltr] .q-bar > .q-btn {
    margin-left: 2px
}

[dir=rtl] .q-bar > .q-btn {
    margin-right: 2px
}

[dir=ltr] .q-bar > .q-btn:first-child, [dir=ltr] .q-bar > .q-icon:first-child, [dir=ltr] .q-bar > div:first-child {
    margin-left: 0
}

[dir=rtl] .q-bar > .q-btn:first-child, [dir=rtl] .q-bar > .q-icon:first-child, [dir=rtl] .q-bar > div:first-child {
    margin-right: 0
}

.q-bar--standard {
    height: 32px;
    font-size: 18px
}

[dir] .q-bar--standard {
    padding: 0 12px
}

.q-bar--standard > div {
    font-size: 16px
}

.q-bar--standard .q-btn {
    font-size: 11px
}

.q-bar--dense {
    height: 24px;
    font-size: 14px
}

[dir] .q-bar--dense {
    padding: 0 8px
}

.q-bar--dense .q-btn {
    font-size: 8px
}

[dir] .q-bar--dark {
    background: hsla(0,0%,100%,0.15)
}

.q-breadcrumbs__el {
    color: inherit
}

.q-breadcrumbs__el-icon {
    font-size: 125%
}

[dir=ltr] .q-breadcrumbs__el-icon--with-label {
    margin-right: 8px
}

[dir=rtl] .q-breadcrumbs__el-icon--with-label {
    margin-left: 8px
}

[dir=rtl] .q-breadcrumbs__separator .q-icon {
    transform: scaleX(-1)
}

.q-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    outline: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.715em;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    width: auto;
    height: auto
}

[dir] .q-btn {
    border: 0;
    padding: 0;
    background: transparent;
    text-align: center
}

.q-btn .q-icon, .q-btn .q-spinner {
    font-size: 1.715em
}

.q-btn.disabled {
    opacity: 0.7 !important
}

.q-btn__wrapper {
    min-height: 2.572em;
    width: 100%;
    height: 100%
}

[dir] .q-btn__wrapper {
    padding: 4px 16px;
    border-radius: inherit
}

.q-btn__wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .q-btn__wrapper:before {
    border-radius: inherit;
    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-btn__wrapper:before, [dir=rtl] .q-btn__wrapper:before {
    left: 0;
    right: 0
}

[dir] .q-btn--actionable {
    cursor: pointer
}

.q-btn--actionable.q-btn--standard .q-btn__wrapper:before {
    transition: box-shadow 0.3s cubic-bezier(0.25,0.8,0.5,1)
}

[dir] .q-btn--actionable.q-btn--standard.q-btn--active .q-btn__wrapper:before, [dir] .q-btn--actionable.q-btn--standard:active .q-btn__wrapper:before {
    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)
}

.q-btn--no-uppercase {
    text-transform: none
}

[dir] .q-btn--rectangle {
    border-radius: 3px
}

[dir] .q-btn--outline {
    background: transparent !important
}

    [dir] .q-btn--outline .q-btn__wrapper:before {
        border: 1px solid currentColor
    }

[dir] .q-btn--push {
    border-radius: 7px
}

    [dir] .q-btn--push .q-btn__wrapper:before {
        border-bottom: 3px solid rgba(0,0,0,0.15)
    }

.q-btn--push.q-btn--actionable {
    transition: transform 0.3s cubic-bezier(0.25,0.8,0.5,1)
}

    .q-btn--push.q-btn--actionable .q-btn__wrapper:before {
        transition: top 0.3s cubic-bezier(0.25,0.8,0.5,1),bottom 0.3s cubic-bezier(0.25,0.8,0.5,1),border-bottom-width 0.3s cubic-bezier(0.25,0.8,0.5,1)
    }

[dir] .q-btn--push.q-btn--actionable.q-btn--active, [dir] .q-btn--push.q-btn--actionable:active {
    transform: translateY(2px)
}

    [dir] .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper:before, [dir] .q-btn--push.q-btn--actionable:active .q-btn__wrapper:before {
        border-bottom-width: 0
    }

[dir] .q-btn--rounded {
    border-radius: 28px
}

[dir] .q-btn--round {
    border-radius: 50%
}

.q-btn--round .q-btn__wrapper {
    min-width: 3em;
    min-height: 3em
}

[dir] .q-btn--round .q-btn__wrapper {
    padding: 0
}

[dir] .q-btn--flat .q-btn__wrapper:before, [dir] .q-btn--outline .q-btn__wrapper:before, [dir] .q-btn--unelevated .q-btn__wrapper:before {
    box-shadow: none
}

.q-btn--dense .q-btn__wrapper {
    min-height: 2em
}

[dir] .q-btn--dense .q-btn__wrapper {
    padding: 0.285em
}

.q-btn--dense.q-btn--round .q-btn__wrapper {
    min-height: 2.4em;
    min-width: 2.4em
}

[dir] .q-btn--dense.q-btn--round .q-btn__wrapper {
    padding: 0
}

[dir=ltr] .q-btn--dense .on-left {
    margin-right: 6px
}

[dir=ltr] .q-btn--dense .on-right, [dir=rtl] .q-btn--dense .on-left {
    margin-left: 6px
}

[dir=rtl] .q-btn--dense .on-right {
    margin-right: 6px
}

.q-btn--fab-mini .q-icon, .q-btn--fab .q-icon {
    font-size: 24px
}

[dir] .q-btn--fab .q-icon {
    margin: auto
}

.q-btn--fab .q-btn__wrapper {
    min-height: 56px;
    min-width: 56px
}

[dir] .q-btn--fab .q-btn__wrapper {
    padding: 16px
}

.q-btn--fab-mini .q-btn__wrapper {
    min-height: 40px;
    min-width: 40px
}

[dir] .q-btn--fab-mini .q-btn__wrapper {
    padding: 8px
}

.q-btn__content {
    transition: opacity 0.3s;
    z-index: 0
}

.q-btn__content--hidden {
    opacity: 0;
    pointer-events: none
}

.q-btn__progress {
    z-index: 0
}

[dir] .q-btn__progress {
    border-radius: inherit
}

.q-btn__progress-indicator {
    z-index: -1
}

[dir] .q-btn__progress-indicator {
    background: hsla(0,0%,100%,0.25)
}

[dir=ltr] .q-btn__progress-indicator {
    transform: translateX(-100%)
}

[dir=rtl] .q-btn__progress-indicator {
    transform: translateX(100%)
}

[dir] .q-btn__progress--dark .q-btn__progress-indicator {
    background: rgba(0,0,0,0.2)
}

.q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator {
    opacity: 0.2
}

[dir] .q-btn--flat .q-btn__progress-indicator, [dir] .q-btn--outline .q-btn__progress-indicator {
    background: currentColor
}

[dir=ltr] .q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
    border-left: 1px solid currentColor
}

[dir=rtl] .q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
    border-right: 1px solid currentColor
}

[dir=ltr] .q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
    border-left: 1px solid hsla(0,0%,100%,0.3)
}

[dir=rtl] .q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
    border-right: 1px solid hsla(0,0%,100%,0.3)
}

[dir] .q-btn-dropdown--split .q-btn-dropdown__arrow-container .q-btn__wrapper {
    padding: 0 4px
}

[dir=ltr] .q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
    margin-left: 8px
}

[dir=rtl] .q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
    margin-right: 8px
}

.q-btn-dropdown__arrow {
    transition: transform 0.28s
}

.q-btn-dropdown--current {
    flex-grow: 1
}

.q-btn-group {
    vertical-align: middle
}

[dir] .q-btn-group {
    border-radius: 3px;
    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-btn-group > .q-btn-item {
    align-self: stretch
}

[dir] .q-btn-group > .q-btn-item {
    border-radius: inherit
}

    [dir] .q-btn-group > .q-btn-item .q-btn__wrapper:before {
        box-shadow: none
    }

[dir=ltr] .q-btn-group > .q-btn-item .q-badge--floating {
    right: 0
}

[dir=rtl] .q-btn-group > .q-btn-item .q-badge--floating {
    left: 0
}

[dir] .q-btn-group > .q-btn-group {
    box-shadow: none
}

[dir=ltr] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

[dir=ltr] .q-btn-group > .q-btn-group:last-child > .q-btn:last-child, [dir=rtl] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir=rtl] .q-btn-group > .q-btn-group:last-child > .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 .q-btn__wrapper:before {
    border-left: 0
}

[dir=ltr] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before, [dir=rtl] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before {
    border-right: 0
}

[dir=rtl] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before {
    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=ltr] .q-btn-group > .q-btn-item:not(:first-child), [dir=rtl] .q-btn-group > .q-btn-item:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .q-btn-group > .q-btn-item:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.q-btn-group > .q-btn-item.q-btn--standard .q-btn__wrapper:before {
    z-index: -1
}

[dir] .q-btn-group--push {
    border-radius: 7px
}

    [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable {
        transform: none
    }

.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__wrapper {
    transition: margin-top 0.3s cubic-bezier(0.25,0.8,0.5,1),margin-bottom 0.3s cubic-bezier(0.25,0.8,0.5,1),box-shadow 0.3s cubic-bezier(0.25,0.8,0.5,1)
}

[dir] .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper, [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__wrapper {
    margin-top: 2px;
    margin-bottom: -2px
}

[dir] .q-btn-group--rounded {
    border-radius: 28px
}

[dir] .q-btn-group--square {
    border-radius: 0
}

[dir] .q-btn-group--flat, [dir] .q-btn-group--outline, [dir] .q-btn-group--unelevated {
    box-shadow: none
}

.q-btn-group--outline > .q-separator {
    display: none
}

[dir=ltr] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before {
    border-left: 0
}

[dir=ltr] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before, [dir=rtl] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before {
    border-right: 0
}

[dir=rtl] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before {
    border-left: 0
}

.q-btn-group--stretch {
    align-self: stretch
}

[dir] .q-btn-group--stretch {
    border-radius: 0
}

[dir] .q-btn-group--glossy > .q-btn-item {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0.3),hsla(0,0%,100%,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04)) !important
}

.q-btn-group--spread > .q-btn-group {
    display: flex !important
}

    .q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container), .q-btn-group--spread > .q-btn-item {
        width: auto;
        min-width: 0;
        max-width: 100%;
        flex: 10000 1 0%
    }

.q-btn-toggle, .q-card {
    position: relative
}

.q-card {
    vertical-align: top
}

[dir] .q-card {
    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);
    border-radius: 4px;
    background: #fff
}

    [dir] .q-card > div:first-child, [dir] .q-card > img:first-child {
        border-top: 0
    }

[dir=ltr] .q-card > div:first-child, [dir=ltr] .q-card > img:first-child, [dir=rtl] .q-card > div:first-child, [dir=rtl] .q-card > img:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[dir] .q-card > div:last-child, [dir] .q-card > img:last-child {
    border-bottom: 0
}

[dir=ltr] .q-card > div:last-child, [dir=ltr] .q-card > img:last-child, [dir=rtl] .q-card > div:last-child, [dir=rtl] .q-card > img:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir=ltr] .q-card > div:not(:first-child), [dir=ltr] .q-card > img:not(:first-child), [dir=rtl] .q-card > div:not(:first-child), [dir=rtl] .q-card > img:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[dir=ltr] .q-card > div:not(:last-child), [dir=ltr] .q-card > img:not(:last-child), [dir=rtl] .q-card > div:not(:last-child), [dir=rtl] .q-card > img:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

[dir] .q-card > div {
    box-shadow: none
}

[dir=ltr] .q-card > div, [dir=rtl] .q-card > div {
    border-left: 0;
    border-right: 0
}

[dir] .q-card--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-card--dark {
    border-color: hsla(0,0%,100%,0.28)
}

.q-card__section {
    position: relative
}

[dir] .q-card__section--vert {
    padding: 16px
}

[dir=ltr] .q-card__section--horiz > div:first-child, [dir=ltr] .q-card__section--horiz > img:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

[dir=ltr] .q-card__section--horiz > div:last-child, [dir=ltr] .q-card__section--horiz > img:last-child, [dir=rtl] .q-card__section--horiz > div:first-child, [dir=rtl] .q-card__section--horiz > img:first-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir=rtl] .q-card__section--horiz > div:last-child, [dir=rtl] .q-card__section--horiz > img:last-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

[dir=ltr] .q-card__section--horiz > div:not(:first-child), [dir=ltr] .q-card__section--horiz > img:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=ltr] .q-card__section--horiz > div:not(:last-child), [dir=ltr] .q-card__section--horiz > img:not(:last-child), [dir=rtl] .q-card__section--horiz > div:not(:first-child), [dir=rtl] .q-card__section--horiz > img:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .q-card__section--horiz > div:not(:last-child), [dir=rtl] .q-card__section--horiz > img:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir] .q-card__section--horiz > div {
    border-top: 0;
    border-bottom: 0;
    box-shadow: none
}

.q-card__actions {
    align-items: center
}

[dir] .q-card__actions {
    padding: 8px
}

    [dir] .q-card__actions .q-btn--rectangle .q-btn__wrapper {
        padding: 0 8px
    }

[dir=ltr] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-group, [dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-item {
    margin-left: 8px
}

[dir=rtl] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-group, [dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-item {
    margin-right: 8px
}

.q-card__actions--vert > .q-btn-item.q-btn--round {
    align-self: center
}

[dir] .q-card__actions--vert > .q-btn-group + .q-btn-item, [dir] .q-card__actions--vert > .q-btn-item + .q-btn-group, [dir] .q-card__actions--vert > .q-btn-item + .q-btn-item {
    margin-top: 4px
}

.q-card__actions--vert > .q-btn-group > .q-btn-item {
    flex-grow: 1
}

.q-card > img {
    display: block;
    width: 100%;
    max-width: 100%
}

[dir] .q-card > img {
    border: 0
}

.q-carousel {
    height: 400px
}

[dir] .q-carousel {
    background-color: #fff
}

.q-carousel__slide {
    min-height: 100%
}

[dir] .q-carousel__slide {
    background-size: cover;
    background-position: 50%
}

[dir] .q-carousel .q-carousel--padding, [dir] .q-carousel__slide {
    padding: 16px
}

.q-carousel__slides-container {
    height: 100%
}

.q-carousel__control {
    color: #fff
}

.q-carousel__arrow {
    pointer-events: none
}

    .q-carousel__arrow .q-icon {
        font-size: 28px
    }

    .q-carousel__arrow .q-btn {
        pointer-events: all
    }

.q-carousel__next-arrow--horizontal, .q-carousel__prev-arrow--horizontal {
    top: 16px;
    bottom: 16px
}

[dir=ltr] .q-carousel__prev-arrow--horizontal {
    left: 16px
}

[dir=ltr] .q-carousel__next-arrow--horizontal, [dir=rtl] .q-carousel__prev-arrow--horizontal {
    right: 16px
}

[dir=rtl] .q-carousel__next-arrow--horizontal {
    left: 16px
}

[dir=ltr] .q-carousel__next-arrow--vertical, [dir=ltr] .q-carousel__prev-arrow--vertical, [dir=rtl] .q-carousel__next-arrow--vertical, [dir=rtl] .q-carousel__prev-arrow--vertical {
    left: 16px;
    right: 16px
}

.q-carousel__prev-arrow--vertical {
    top: 16px
}

.q-carousel__next-arrow--vertical {
    bottom: 16px
}

.q-carousel__navigation--bottom, .q-carousel__navigation--top {
    overflow-x: auto;
    overflow-y: hidden
}

[dir=ltr] .q-carousel__navigation--bottom, [dir=ltr] .q-carousel__navigation--top, [dir=rtl] .q-carousel__navigation--bottom, [dir=rtl] .q-carousel__navigation--top {
    left: 16px;
    right: 16px
}

.q-carousel__navigation--top {
    top: 16px
}

.q-carousel__navigation--bottom {
    bottom: 16px
}

.q-carousel__navigation--left, .q-carousel__navigation--right {
    top: 16px;
    bottom: 16px;
    overflow-x: hidden;
    overflow-y: auto
}

    .q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner {
        flex-direction: column
    }

[dir=ltr] .q-carousel__navigation--left {
    left: 16px
}

[dir=ltr] .q-carousel__navigation--right, [dir=rtl] .q-carousel__navigation--left {
    right: 16px
}

[dir=rtl] .q-carousel__navigation--right {
    left: 16px
}

.q-carousel__navigation-inner {
    flex: 1 1 auto
}

[dir] .q-carousel__navigation .q-btn {
    margin: 6px 4px
}

    [dir] .q-carousel__navigation .q-btn .q-btn__wrapper {
        padding: 5px
    }

.q-carousel__navigation-icon--inactive {
    opacity: 0.7
}

.q-carousel .q-carousel__thumbnail {
    height: 50px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.7;
    transition: opacity 0.3s
}

[dir] .q-carousel .q-carousel__thumbnail {
    margin: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px
}

.q-carousel .q-carousel__thumbnail--active, .q-carousel .q-carousel__thumbnail:hover {
    opacity: 1
}

[dir] .q-carousel .q-carousel__thumbnail--active {
    border-color: currentColor;
    cursor: default
}

[dir] .q-carousel--arrows-vertical .q-carousel--padding, [dir] .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--navigation-top .q-carousel--padding, [dir] .q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide {
    padding-top: 60px
}

[dir] .q-carousel--arrows-vertical .q-carousel--padding, [dir] .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--navigation-bottom .q-carousel--padding, [dir] .q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide {
    padding-bottom: 60px
}

[dir=ltr] .q-carousel--arrows-horizontal .q-carousel--padding, [dir=ltr] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--navigation-left .q-carousel--padding, [dir=ltr] .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide {
    padding-left: 60px
}

[dir=ltr] .q-carousel--arrows-horizontal .q-carousel--padding, [dir=ltr] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--navigation-right .q-carousel--padding, [dir=ltr] .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--arrows-horizontal .q-carousel--padding, [dir=rtl] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--navigation-left .q-carousel--padding, [dir=rtl] .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide {
    padding-right: 60px
}

[dir=rtl] .q-carousel--arrows-horizontal .q-carousel--padding, [dir=rtl] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--navigation-right .q-carousel--padding, [dir=rtl] .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide {
    padding-left: 60px
}

.q-carousel.fullscreen {
    height: 100%
}

.q-message-label, .q-message-name, .q-message-stamp {
    font-size: small
}

[dir] .q-message-label {
    margin: 24px 0;
    text-align: center
}

.q-message-stamp {
    color: inherit;
    opacity: 0.6;
    display: none
}

[dir] .q-message-stamp {
    margin-top: 4px
}

.q-message-avatar {
    width: 48px;
    height: 48px;
    min-width: 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-avatar--received {
    margin-right: 8px
}

[dir=rtl] .q-message-avatar--received {
    margin-left: 8px
}

.q-message-text--received {
    color: #81c784
}

[dir=ltr] .q-message-text--received {
    border-radius: 4px 4px 4px 0
}

[dir=rtl] .q-message-text--received {
    border-radius: 4px 4px 0 4px
}

[dir] .q-message-text--received:last-child:before {
    border-bottom: 8px solid currentColor
}

[dir=ltr] .q-message-text--received:last-child:before {
    right: 100%;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent
}

[dir=rtl] .q-message-text--received:last-child:before {
    left: 100%;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent
}

.q-message-text-content--received {
    color: #000
}

[dir=ltr] .q-message-name--sent {
    text-align: right
}

[dir=rtl] .q-message-name--sent {
    text-align: left
}

[dir=ltr] .q-message-avatar--sent {
    margin-left: 8px
}

[dir=rtl] .q-message-avatar--sent {
    margin-right: 8px
}

.q-message-container--sent {
    flex-direction: row-reverse
}

.q-message-text--sent {
    color: #e0e0e0
}

[dir=ltr] .q-message-text--sent {
    border-radius: 4px 4px 0 4px
}

[dir=rtl] .q-message-text--sent {
    border-radius: 4px 4px 4px 0
}

[dir] .q-message-text--sent:last-child:before {
    border-bottom: 8px solid currentColor
}

[dir=ltr] .q-message-text--sent:last-child:before {
    left: 100%;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent
}

[dir=rtl] .q-message-text--sent:last-child:before {
    right: 100%;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent
}

.q-message-text-content--sent {
    color: #000
}

.q-message-text {
    line-height: 1.2;
    word-break: break-word;
    position: relative
}

[dir] .q-message-text {
    background: currentColor;
    padding: 8px
}

    [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 {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0
    }

.q-checkbox {
    vertical-align: middle
}

.q-checkbox__native {
    width: 1px;
    height: 1px
}

.q-checkbox__bg, .q-checkbox__icon-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.q-checkbox__bg {
    top: 25%;
    width: 50%;
    height: 50%;
    transition: background 0.22s cubic-bezier(0,0,0.2,1) 0ms;
    -webkit-print-color-adjust: exact
}

[dir] .q-checkbox__bg {
    border: 2px solid currentColor;
    border-radius: 2px
}

[dir=ltr] .q-checkbox__bg {
    left: 25%
}

[dir=rtl] .q-checkbox__bg {
    right: 25%
}

.q-checkbox__icon {
    color: currentColor;
    font-size: 0.5em
}

.q-checkbox__svg {
    color: #fff
}

.q-checkbox__truthy {
    stroke: currentColor;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.78334;
    stroke-dasharray: 29.78334
}

.q-checkbox__indet {
    fill: currentColor
}

[dir] .q-checkbox__indet {
    transform-origin: 50% 50%
}

[dir=ltr] .q-checkbox__indet {
    transform: rotate(-280deg) scale(0)
}

[dir=rtl] .q-checkbox__indet {
    transform: rotate(280deg) scale(0)
}

.q-checkbox__inner {
    font-size: 40px;
    width: 1em;
    min-width: 1em;
    height: 1em;
    outline: 0;
    color: rgba(0,0,0,0.54)
}

[dir] .q-checkbox__inner {
    border-radius: 50%
}

.q-checkbox__inner--indet, .q-checkbox__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-checkbox__inner--indet .q-checkbox__bg, [dir] .q-checkbox__inner--truthy .q-checkbox__bg {
    background: currentColor
}

.q-checkbox__inner--truthy path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.18s cubic-bezier(0.4,0,0.6,1) 0ms
}

.q-checkbox__inner--indet .q-checkbox__indet {
    transition: transform 0.22s cubic-bezier(0,0,0.2,1) 0ms
}

[dir] .q-checkbox__inner--indet .q-checkbox__indet {
    transform: rotate(0) scale(1)
}

.q-checkbox.disabled {
    opacity: 0.75 !important
}

.q-checkbox--dark .q-checkbox__inner {
    color: hsla(0,0%,100%,0.7)
}

    .q-checkbox--dark .q-checkbox__inner:before {
        opacity: 0.32 !important
    }

.q-checkbox--dark .q-checkbox__inner--indet, .q-checkbox--dark .q-checkbox__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

.q-checkbox--dense .q-checkbox__inner {
    width: 0.5em;
    min-width: 0.5em;
    height: 0.5em
}

.q-checkbox--dense .q-checkbox__bg {
    top: 5%;
    width: 90%;
    height: 90%
}

[dir=ltr] .q-checkbox--dense .q-checkbox__bg {
    left: 5%
}

[dir=rtl] .q-checkbox--dense .q-checkbox__bg {
    right: 5%
}

[dir=ltr] .q-checkbox--dense .q-checkbox__label {
    padding-left: 0.5em
}

[dir=rtl] .q-checkbox--dense .q-checkbox__label {
    padding-right: 0.5em
}

[dir=ltr] .q-checkbox--dense.reverse .q-checkbox__label {
    padding-left: 0;
    padding-right: 0.5em
}

[dir=rtl] .q-checkbox--dense.reverse .q-checkbox__label {
    padding-right: 0;
    padding-left: 0.5em
}

body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.12;
    transition: transform 0.22s cubic-bezier(0,0,0.2,1)
}

[dir] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
    border-radius: 50%;
    background: currentColor;
    transform: scale3d(0,0,1)
}

[dir=ltr] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before, [dir=rtl] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
    right: 0;
    left: 0
}

[dir] body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, [dir] body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before {
    transform: scale3d(1,1,1)
}

[dir] body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, [dir] body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before {
    transform: scale3d(1.4,1.4,1)
}

.q-chip {
    vertical-align: middle;
    outline: 0;
    position: relative;
    height: 2em;
    max-width: 100%;
    color: rgba(0,0,0,0.87);
    font-size: 14px
}

[dir] .q-chip {
    border-radius: 16px;
    margin: 4px;
    background: #e0e0e0;
    padding: 0.5em 0.9em
}

.q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon {
    color: inherit
}

[dir] .q-chip--outline {
    background: transparent !important;
    border: 1px solid currentColor
}

.q-chip .q-avatar {
    font-size: 2em
}

[dir] .q-chip .q-avatar {
    border-radius: 16px
}

[dir=ltr] .q-chip .q-avatar {
    margin-left: -0.45em;
    margin-right: 0.2em
}

[dir=rtl] .q-chip .q-avatar {
    margin-right: -0.45em;
    margin-left: 0.2em
}

.q-chip--selected .q-avatar {
    display: none
}

.q-chip__icon {
    color: rgba(0,0,0,0.54);
    font-size: 1.5em
}

[dir] .q-chip__icon {
    margin: -0.2em
}

[dir=ltr] .q-chip__icon--left {
    margin-right: 0.2em
}

[dir=ltr] .q-chip__icon--right, [dir=rtl] .q-chip__icon--left {
    margin-left: 0.2em
}

[dir=rtl] .q-chip__icon--right {
    margin-right: 0.2em
}

.q-chip__icon--remove {
    opacity: 0.6;
    outline: 0
}

[dir=ltr] .q-chip__icon--remove {
    margin-left: 0.1em;
    margin-right: -0.5em
}

[dir=rtl] .q-chip__icon--remove {
    margin-right: 0.1em;
    margin-left: -0.5em
}

.q-chip__icon--remove:focus, .q-chip__icon--remove:hover {
    opacity: 1
}

.q-chip__content {
    white-space: nowrap
}

.q-chip--dense {
    height: 1.5em
}

[dir] .q-chip--dense {
    border-radius: 12px;
    padding: 0 0.4em
}

.q-chip--dense .q-avatar {
    font-size: 1.5em
}

[dir] .q-chip--dense .q-avatar {
    border-radius: 12px
}

[dir=ltr] .q-chip--dense .q-avatar {
    margin-left: -0.27em;
    margin-right: 0.1em
}

[dir=rtl] .q-chip--dense .q-avatar {
    margin-right: -0.27em;
    margin-left: 0.1em
}

.q-chip--dense .q-chip__icon {
    font-size: 1.25em
}

[dir=ltr] .q-chip--dense .q-chip__icon--left {
    margin-right: 0.195em
}

[dir=rtl] .q-chip--dense .q-chip__icon--left {
    margin-left: 0.195em
}

[dir=ltr] .q-chip--dense .q-chip__icon--remove {
    margin-right: -0.25em
}

[dir=rtl] .q-chip--dense .q-chip__icon--remove {
    margin-left: -0.25em
}

[dir] .q-chip--square {
    border-radius: 4px
}

[dir=ltr] .q-chip--square .q-avatar {
    border-radius: 3px 0 0 3px
}

[dir=rtl] .q-chip--square .q-avatar {
    border-radius: 0 3px 3px 0
}

[dir] body.desktop .q-chip--clickable:focus {
    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-circular-progress {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1
}

[dir] .q-circular-progress.q-focusable {
    border-radius: 50%
}

.q-circular-progress__svg {
    width: 100%;
    height: 100%
}

.q-circular-progress__text {
    font-size: 0.25em
}

.q-circular-progress--indeterminate .q-circular-progress__svg {
    animation: q-spin 2s linear infinite
}

[dir] .q-circular-progress--indeterminate .q-circular-progress__svg {
    transform-origin: 50% 50%
}

.q-circular-progress--indeterminate .q-circular-progress__circle {
    stroke-dasharray: 1 400;
    stroke-dashoffset: 0;
    animation: q-circular-progress-circle 1.5s ease-in-out infinite
}

.q-color-picker {
    overflow: hidden;
    max-width: 350px;
    vertical-align: top;
    min-width: 180px
}

[dir] .q-color-picker {
    background: #fff;
    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-color-picker .q-tab {
        padding: 0 !important
    }

[dir] .q-color-picker--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

.q-color-picker__header-tabs {
    height: 32px
}

.q-color-picker__header input {
    line-height: 24px
}

[dir] .q-color-picker__header input {
    border: 0
}

.q-color-picker__header .q-tab {
    min-height: 32px !important;
    height: 32px !important
}

[dir] .q-color-picker__header .q-tab--inactive {
    background: linear-gradient(0deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.1))
}

.q-color-picker__error-icon {
    bottom: 2px;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in
}

[dir=ltr] .q-color-picker__error-icon {
    right: 2px
}

[dir=rtl] .q-color-picker__error-icon {
    left: 2px
}

.q-color-picker__header-content {
    position: relative
}

[dir] .q-color-picker__header-content {
    background: #fff
}

.q-color-picker__header-content--light {
    color: #000
}

.q-color-picker__header-content--dark {
    color: #fff
}

    .q-color-picker__header-content--dark .q-tab--inactive:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0
    }

[dir] .q-color-picker__header-content--dark .q-tab--inactive:before {
    background: hsla(0,0%,100%,0.2)
}

[dir=ltr] .q-color-picker__header-content--dark .q-tab--inactive:before, [dir=rtl] .q-color-picker__header-content--dark .q-tab--inactive:before {
    right: 0;
    left: 0
}

.q-color-picker__header-banner {
    height: 36px
}

[dir] .q-color-picker__header-bg {
    background: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important
}

.q-color-picker__footer {
    height: 36px
}

    .q-color-picker__footer .q-tab {
        min-height: 36px !important;
        height: 36px !important
    }

[dir] .q-color-picker__footer .q-tab--inactive {
    background: linear-gradient(180deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.1))
}

.q-color-picker__spectrum {
    width: 100%;
    height: 100%
}

[dir] .q-color-picker__spectrum-tab {
    padding: 0 !important
}

[dir=ltr] .q-color-picker__spectrum-white {
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

[dir=rtl] .q-color-picker__spectrum-white {
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}

[dir] .q-color-picker__spectrum-black {
    background: linear-gradient(0deg,#000,transparent)
}

.q-color-picker__spectrum-circle {
    width: 10px;
    height: 10px
}

[dir] .q-color-picker__spectrum-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-picker__spectrum-circle {
    transform: translate(-5px,-5px)
}

[dir=rtl] .q-color-picker__spectrum-circle {
    transform: translate(5px,-5px)
}

.q-color-picker__hue .q-slider__track {
    opacity: 1
}

[dir=ltr] .q-color-picker__hue .q-slider__track {
    background: linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red) !important
}

[dir=rtl] .q-color-picker__hue .q-slider__track {
    background: linear-gradient(270deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red) !important
}

[dir] .q-color-picker__alpha .q-slider__track-container {
    padding-top: 0
}

.q-color-picker__alpha .q-slider__track:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .q-color-picker__alpha .q-slider__track:before {
    border-radius: inherit
}

[dir=ltr] .q-color-picker__alpha .q-slider__track:before {
    right: 0;
    left: 0;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#757575)
}

[dir=rtl] .q-color-picker__alpha .q-slider__track:before {
    left: 0;
    right: 0;
    background: linear-gradient(-90deg,hsla(0,0%,100%,0),#757575)
}

[dir] .q-color-picker__sliders {
    padding: 0 16px
}

.q-color-picker__sliders .q-slider__thumb {
    color: #424242
}

    .q-color-picker__sliders .q-slider__thumb path {
        stroke-width: 2px;
        fill: transparent
    }

.q-color-picker__sliders .q-slider--active path {
    stroke-width: 3px
}

[dir=ltr] .q-color-picker__tune-tab .q-slider, [dir=rtl] .q-color-picker__tune-tab .q-slider {
    margin-left: 18px;
    margin-right: 18px
}

.q-color-picker__tune-tab input {
    font-size: 11px;
    width: 3.5em
}

[dir] .q-color-picker__tune-tab input {
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

[dir] .q-color-picker__palette-tab {
    padding: 0 !important
}

[dir] .q-color-picker__palette-rows--editable .q-color-picker__cube {
    cursor: pointer
}

.q-color-picker__cube {
    width: 10% !important
}

[dir] .q-color-picker__cube {
    padding-bottom: 10%
}

.q-color-picker input {
    color: inherit;
    outline: 0
}

[dir] .q-color-picker input {
    background: transparent;
    text-align: center
}

.q-color-picker .q-tabs {
    overflow: hidden
}

[dir] .q-color-picker .q-tab--active {
    box-shadow: 0 0 14px 3px rgba(0,0,0,0.2)
}

.q-color-picker .q-tab--active .q-focus-helper, .q-color-picker .q-tab__indicator {
    display: none
}

[dir] .q-color-picker .q-tab-panels {
    background: inherit
}

[dir] .q-color-picker--dark .q-color-picker__tune-tab input {
    border: 1px solid hsla(0,0%,100%,0.3)
}

.q-color-picker--dark .q-slider {
    color: #fafafa
}

.q-date {
    display: inline-flex;
    width: 290px;
    min-width: 290px;
    max-width: 100%
}

[dir] .q-date {
    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);
    border-radius: 4px;
    background: #fff
}

[dir] .q-date--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

.q-date__header {
    color: #fff
}

[dir] .q-date__header {
    background-color: #1976d2;
    background-color: var(--q-color-primary);
    padding: 16px
}

[dir=ltr] .q-date__header {
    border-top-left-radius: inherit
}

[dir=rtl] .q-date__header {
    border-top-right-radius: inherit
}

[dir] .q-date__actions {
    padding: 0 16px 16px
}

.q-date__content, .q-date__main {
    outline: 0
}

    .q-date__content .q-btn {
        font-weight: 400
    }

.q-date__header-link {
    opacity: 0.64;
    outline: 0;
    transition: opacity 0.3s ease-out
}

    .q-date__header-link--active, .q-date__header-link:focus, .q-date__header-link:hover {
        opacity: 1
    }

.q-date__header-subtitle {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.00938em
}

.q-date__header-title-label {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.00735em
}

.q-date__view {
    height: 100%;
    width: 100%;
    min-height: 290px;

}

[dir] .q-date__view {
    padding: 16px;
    color:black;
}

.q-date__navigation {
    height: 12.5%
}

    .q-date__navigation > div:first-child {
        width: 8%;
        min-width: 24px;
        justify-content: flex-end
    }

    .q-date__navigation > div:last-child {
        width: 8%;
        min-width: 24px;
        justify-content: flex-start
    }

.q-date__calendar-weekdays {
    height: 12.5%
}

    .q-date__calendar-weekdays > div {
        opacity: 0.38;
        font-size: 12px
    }

.q-date__calendar-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 14.285% !important;
    height: 12.5% !important;
    position: relative
}

[dir] .q-date__calendar-item {
    padding: 1px
}

.q-date__calendar-item:after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 1px;
    bottom: 1px
}

[dir] .q-date__calendar-item:after {
    border-style: dashed;
    border-color: transparent;
    border-width: 1px
}

[dir=ltr] .q-date__calendar-item:after, [dir=rtl] .q-date__calendar-item:after {
    right: 0;
    left: 0
}

.q-date__calendar-item > div, .q-date__calendar-item button {
    width: 30px;
    height: 30px
}

[dir] .q-date__calendar-item > div, [dir] .q-date__calendar-item button {
    border-radius: 50%
}

.q-date__calendar-item > div {
    line-height: 30px
}

[dir] .q-date__calendar-item > div {
    text-align: center
}

.q-date__calendar-item > button {
    line-height: 22px
}

.q-date__calendar-item--out {
    opacity: 0.18
}

.q-date__calendar-item--fill {
    visibility: hidden
}

.q-date__range-from:before, .q-date__range-to:before, .q-date__range:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    opacity: 0.3
}

[dir] .q-date__range-from:before, [dir] .q-date__range-to:before, [dir] .q-date__range:before {
    background-color: currentColor
}

[dir=ltr] .q-date__range-from:before, [dir=ltr] .q-date__range-to:before, [dir=ltr] .q-date__range:before, [dir=rtl] .q-date__range-from:before, [dir=rtl] .q-date__range-to:before, [dir=rtl] .q-date__range:before {
    left: 0;
    right: 0
}

[dir=ltr] .q-date__range-from:nth-child(7n-6):before, [dir=ltr] .q-date__range-to:nth-child(7n-6):before, [dir=ltr] .q-date__range:nth-child(7n-6):before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=ltr] .q-date__range-from:nth-child(7n):before, [dir=ltr] .q-date__range-to:nth-child(7n):before, [dir=ltr] .q-date__range:nth-child(7n):before, [dir=rtl] .q-date__range-from:nth-child(7n-6):before, [dir=rtl] .q-date__range-to:nth-child(7n-6):before, [dir=rtl] .q-date__range:nth-child(7n-6):before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .q-date__range-from:nth-child(7n):before, [dir=rtl] .q-date__range-to:nth-child(7n):before, [dir=rtl] .q-date__range:nth-child(7n):before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=ltr] .q-date__range-from:before {
    left: 50%
}

[dir=ltr] .q-date__range-to:before, [dir=rtl] .q-date__range-from:before {
    right: 50%
}

[dir=rtl] .q-date__range-to:before {
    left: 50%
}

[dir] .q-date__edit-range:after {
    border-color: currentColor transparent
}

[dir=ltr] .q-date__edit-range:nth-child(7n-6):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=ltr] .q-date__edit-range:nth-child(7n):after, [dir=rtl] .q-date__edit-range:nth-child(7n-6):after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .q-date__edit-range:nth-child(7n):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir] .q-date__edit-range-from-to:after, [dir] .q-date__edit-range-from:after {
    border-top-color: currentColor;
    border-bottom-color: currentColor
}

[dir=ltr] .q-date__edit-range-from-to:after, [dir=ltr] .q-date__edit-range-from:after {
    left: 4px;
    border-left-color: currentColor;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
}

[dir=rtl] .q-date__edit-range-from-to:after, [dir=rtl] .q-date__edit-range-from:after {
    right: 4px;
    border-right-color: currentColor;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
}

[dir] .q-date__edit-range-from-to:after, [dir] .q-date__edit-range-to:after {
    border-top-color: currentColor;
    border-bottom-color: currentColor
}

[dir=ltr] .q-date__edit-range-from-to:after, [dir=ltr] .q-date__edit-range-to:after {
    right: 4px;
    border-right-color: currentColor;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px
}

[dir=rtl] .q-date__edit-range-from-to:after, [dir=rtl] .q-date__edit-range-to:after {
    left: 4px;
    border-left-color: currentColor;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px
}

.q-date__calendar-days-container {
    height: 75%;
    min-height: 192px
}

.q-date__calendar-days > div {
    height: 16.66% !important
}

.q-date__event {
    position: absolute;
    bottom: 2px;
    height: 5px;
    width: 8px
}

[dir] .q-date__event {
    border-radius: 5px;
    background-color: #26a69a;
    background-color: var(--q-color-secondary)
}

[dir=ltr] .q-date__event {
    left: 50%;
    transform: translate3d(-50%,0,0)
}

[dir=rtl] .q-date__event {
    right: 50%;
    transform: translate3d(50%,0,0)
}

[dir] .q-date__today {
    box-shadow: 0 0 1px 0 currentColor
}

[dir] .q-date__years-content {
    padding: 0 8px
}

.q-date__months-item, .q-date__years-item {
    flex: 0 0 33.3333%
}

.q-date--readonly .q-date__content, .q-date--readonly .q-date__header, .q-date.disabled .q-date__content, .q-date.disabled .q-date__header {
    pointer-events: none
}

.q-date--readonly .q-date__navigation {
    display: none
}

.q-date--portrait {
    flex-direction: column
}

.q-date--portrait-standard .q-date__content {
    height: calc(100% - 86px)
}

.q-date--portrait-standard .q-date__header {
    height: 86px
}

[dir=ltr] .q-date--portrait-standard .q-date__header {
    border-top-right-radius: inherit
}

[dir=rtl] .q-date--portrait-standard .q-date__header {
    border-top-left-radius: inherit
}

.q-date--portrait-standard .q-date__header-title {
    align-items: center;
    height: 30px
}

.q-date--portrait-minimal .q-date__content {
    height: 100%
}

.q-date--landscape {
    flex-direction: row;
    align-items: stretch;
    min-width: 420px
}

    .q-date--landscape > div {
        display: flex;
        flex-direction: column
    }

    .q-date--landscape .q-date__content {
        height: 100%
    }

.q-date--landscape-standard {
    min-width: 420px
}

    .q-date--landscape-standard .q-date__header {
        min-width: 110px;
        width: 110px
    }

[dir=ltr] .q-date--landscape-standard .q-date__header {
    border-bottom-left-radius: inherit
}

[dir=rtl] .q-date--landscape-standard .q-date__header {
    border-bottom-right-radius: inherit
}

.q-date--landscape-standard .q-date__header-title {
    flex-direction: column
}

[dir] .q-date--landscape-standard .q-date__header-today {
    margin-top: 12px
}

[dir=ltr] .q-date--landscape-standard .q-date__header-today {
    margin-left: -8px
}

[dir=rtl] .q-date--landscape-standard .q-date__header-today {
    margin-right: -8px
}

.q-date--landscape-minimal {
    width: 310px
}

[dir] .q-date--dark {
    border-color: hsla(0,0%,100%,0.28)
}

.q-dialog__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.0125em
}

.q-dialog__progress {
    font-size: 4rem
}

.q-dialog__inner {
    outline: 0
}

    .q-dialog__inner > div {
        pointer-events: all;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position
    }

[dir] .q-dialog__inner > div {
    border-radius: 4px;
    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] .q-dialog__inner--square > div {
    border-radius: 0 !important
}

.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle .q-btn__wrapper {
    min-width: 64px
}

[dir] .q-dialog__inner--minimized {
    padding: 24px
}

.q-dialog__inner--minimized > div {
    max-height: calc(100vh - 48px)
}

.q-dialog__inner--maximized > div {
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 100vw
}

[dir] .q-dialog__inner--maximized > div {
    border-radius: 0 !important
}

[dir] .q-dialog__inner--bottom, [dir] .q-dialog__inner--top {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

[dir=ltr] .q-dialog__inner--left, [dir=ltr] .q-dialog__inner--right, [dir=rtl] .q-dialog__inner--left, [dir=rtl] .q-dialog__inner--right {
    padding-right: 0 !important;
    padding-left: 0 !important
}

    [dir=ltr] .q-dialog__inner--left:not(.q-dialog__inner--animating) > div, [dir=ltr] .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
        border-top-left-radius: 0
    }

    [dir=ltr] .q-dialog__inner--right:not(.q-dialog__inner--animating) > div, [dir=ltr] .q-dialog__inner--top:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--left:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
        border-top-right-radius: 0
    }

    [dir=rtl] .q-dialog__inner--right:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
        border-top-left-radius: 0
    }

    [dir=ltr] .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div, [dir=ltr] .q-dialog__inner--left:not(.q-dialog__inner--animating) > div {
        border-bottom-left-radius: 0
    }

    [dir=ltr] .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div, [dir=ltr] .q-dialog__inner--right:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--left:not(.q-dialog__inner--animating) > div {
        border-bottom-right-radius: 0
    }

    [dir=rtl] .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div, [dir=rtl] .q-dialog__inner--right:not(.q-dialog__inner--animating) > div {
        border-bottom-left-radius: 0
    }

.q-dialog__inner--fullwidth > div {
    width: 100% !important;
    max-width: 100% !important
}

.q-dialog__inner--fullheight > div {
    height: 100% !important;
    max-height: 100% !important
}

.q-dialog__backdrop {
    z-index: -1;
    pointer-events: all;
    outline: 0
}

[dir] .q-dialog__backdrop {
    background: rgba(0,0,0,0.4)
}

body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div, body.platform-ios .q-dialog__inner--minimized > div {
    max-height: calc(100vh - 108px)
}

[dir] body.q-ios-padding .q-dialog__inner {
    padding-top: 20px !important;
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important
}

body.q-ios-padding .q-dialog__inner > div {
    max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important
}

@media (max-width:599.98px) {
    [dir=ltr] .q-dialog__inner--bottom, [dir=ltr] .q-dialog__inner--top, [dir=rtl] .q-dialog__inner--bottom, [dir=rtl] .q-dialog__inner--top {
        padding-left: 0;
        padding-right: 0
    }

    .q-dialog__inner--bottom > div, .q-dialog__inner--top > div {
        width: 100% !important
    }
}

@media (min-width:600px) {
    .q-dialog__inner--minimized > div {
        max-width: 560px
    }
}

.q-body--dialog {
    overflow: hidden
}

[dir] .q-bottom-sheet {
    padding-bottom: 8px
}

[dir] .q-bottom-sheet__avatar {
    border-radius: 50%
}

.q-bottom-sheet--list {
    width: 400px
}

    .q-bottom-sheet--list .q-icon, .q-bottom-sheet--list img {
        font-size: 24px;
        width: 24px;
        height: 24px
    }

.q-bottom-sheet--grid {
    width: 700px
}

    .q-bottom-sheet--grid .q-bottom-sheet__item {
        min-width: 100px
    }

[dir] .q-bottom-sheet--grid .q-bottom-sheet__item {
    padding: 8px;
    text-align: center
}

.q-bottom-sheet--grid .q-bottom-sheet__empty-icon, .q-bottom-sheet--grid .q-icon, .q-bottom-sheet--grid img {
    font-size: 48px;
    width: 48px;
    height: 48px
}

[dir] .q-bottom-sheet--grid .q-bottom-sheet__empty-icon, [dir] .q-bottom-sheet--grid .q-icon, [dir] .q-bottom-sheet--grid img {
    margin-bottom: 8px
}

[dir] .q-bottom-sheet--grid .q-separator {
    margin: 12px 0
}

.q-bottom-sheet__item {
    flex: 0 0 33.3333%
}

@media (min-width:600px) {
    .q-bottom-sheet__item {
        flex: 0 0 25%
    }
}

.q-dialog-plugin {
    width: 400px
}

.q-dialog-plugin__form {
    max-height: 50vh
}

[dir] .q-dialog-plugin .q-card__section + .q-card__section {
    padding-top: 0
}

[dir] .q-dialog-plugin--progress {
    text-align: center
}

[dir] .q-editor {
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
    background-color: #fff
}

    [dir] .q-editor.disabled {
        border-style: dashed
    }

.q-editor.fullscreen {
    max-height: 100%
}

[dir=ltr] .q-editor > div:first-child, [dir=ltr] .q-editor__toolbars-container, [dir=ltr] .q-editor__toolbars-container > div:first-child, [dir=rtl] .q-editor > div:first-child, [dir=rtl] .q-editor__toolbars-container, [dir=rtl] .q-editor__toolbars-container > div:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.q-editor__toolbars-container {
    max-width: 100%
}

.q-editor__content {
    outline: 0;
    min-height: 10em;
    overflow: auto;
    max-width: 100%
}

[dir] .q-editor__content {
    padding: 10px
}

[dir=ltr] .q-editor__content, [dir=rtl] .q-editor__content {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.q-editor__content pre {
    white-space: pre-wrap
}

.q-editor__content hr {
    outline: 0;
    height: 1px
}

[dir] .q-editor__content hr {
    border: 0;
    margin: 1px;
    background: rgba(0,0,0,0.12)
}

.q-editor__content:empty:not(:focus):before {
    content: attr(placeholder);
    opacity: 0.7
}

.q-editor__toolbar {
    min-height: 32px
}

[dir] .q-editor__toolbar {
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-editor .q-btn {
    margin: 4px
}

.q-editor__toolbar-group {
    position: relative
}

[dir] .q-editor__toolbar-group {
    margin: 0 4px
}

.q-editor__toolbar-group + .q-editor__toolbar-group:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 1px
}

[dir] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
    background: rgba(0,0,0,0.12)
}

[dir=ltr] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
    left: -4px
}

[dir=rtl] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
    right: -4px
}

.q-editor__link-input {
    color: inherit;
    text-decoration: none;
    text-transform: none;
    outline: 0
}

[dir] .q-editor__link-input {
    border: none;
    border-radius: 0;
    background: none
}

[dir] .q-editor--flat, [dir] .q-editor--flat .q-editor__toolbar {
    border: 0
}

.q-editor--dense .q-editor__toolbar-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

[dir] .q-editor--dark {
    border-color: hsla(0,0%,100%,0.28)
}

    [dir] .q-editor--dark .q-editor__content hr {
        background: hsla(0,0%,100%,0.28)
    }

    [dir] .q-editor--dark .q-editor__toolbar {
        border-color: hsla(0,0%,100%,0.28)
    }

    [dir] .q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
        background: hsla(0,0%,100%,0.28)
    }

.q-expansion-item__border {
    opacity: 0
}

.q-expansion-item__toggle-icon {
    position: relative;
    transition: transform 0.3s
}

[dir=ltr] .q-expansion-item__toggle-icon--rotated {
    transform: rotate(180deg)
}

[dir=rtl] .q-expansion-item__toggle-icon--rotated {
    transform: rotate(-180deg)
}

.q-expansion-item__toggle-focus {
    width: 1em !important;
    height: 1em !important;
    position: relative !important
}

[dir] .q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon {
    margin-top: -1em
}

.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
    opacity: 1
}

.q-expansion-item--popup {
    transition: padding 0.5s
}

[dir] .q-expansion-item--popup > .q-expansion-item__container {
    border: 1px solid rgba(0,0,0,0.12)
}

.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
    display: none
}

[dir] .q-expansion-item--popup.q-expansion-item--collapsed {
    padding: 0 15px
}

[dir] .q-expansion-item--popup.q-expansion-item--expanded {
    padding: 15px 0
}

    [dir] .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
        padding-top: 0
    }

[dir] .q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
    border-top-width: 0
}

[dir] .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
    border-top-width: 1px
}

[dir] .q-expansion-item__content > .q-card {
    box-shadow: none;
    border-radius: 0
}

.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top, .q-expansion-item:first-child > div > .q-expansion-item__border--top, .q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
    opacity: 0
}

[dir=ltr] .q-expansion-item--expanded .q-textarea--autogrow textarea, [dir=rtl] .q-expansion-item--expanded .q-textarea--autogrow textarea {
    animation: q-expansion-done 0s
}

.z-fab {
    z-index: 990
}

.q-fab {
    position: relative;
    vertical-align: middle
}

    .q-fab > .q-btn {
        width: 100%
    }

[dir] .q-fab--form-rounded {
    border-radius: 28px
}

[dir] .q-fab--form-square {
    border-radius: 4px
}

.q-fab__active-icon, .q-fab__icon {
    transition: opacity 0.4s,transform 0.4s
}

.q-fab__icon {
    opacity: 1
}

[dir] .q-fab__icon {
    transform: rotate(0deg)
}

.q-fab__active-icon {
    opacity: 0
}

[dir=ltr] .q-fab__active-icon {
    transform: rotate(-180deg)
}

[dir=rtl] .q-fab__active-icon {
    transform: rotate(180deg)
}

.q-fab__label--external {
    position: absolute;
    transition: opacity 0.18s cubic-bezier(0.65,0.815,0.735,0.395)
}

[dir] .q-fab__label--external {
    padding: 0 8px
}

.q-fab__label--external-hidden {
    opacity: 0;
    pointer-events: none
}

.q-fab__label--external-left {
    top: 50%
}

[dir=ltr] .q-fab__label--external-left {
    left: -12px;
    transform: translate(-100%,-50%)
}

[dir=rtl] .q-fab__label--external-left {
    right: -12px;
    transform: translate(100%,-50%)
}

.q-fab__label--external-right {
    top: 50%
}

[dir=ltr] .q-fab__label--external-right {
    right: -12px;
    transform: translate(100%,-50%)
}

[dir=rtl] .q-fab__label--external-right {
    left: -12px;
    transform: translate(-100%,-50%)
}

.q-fab__label--external-bottom {
    bottom: -12px
}

[dir=ltr] .q-fab__label--external-bottom {
    left: 50%;
    transform: translate(-50%,100%)
}

[dir=rtl] .q-fab__label--external-bottom {
    right: 50%;
    transform: translate(50%,100%)
}

.q-fab__label--external-top {
    top: -12px
}

[dir=ltr] .q-fab__label--external-top {
    left: 50%;
    transform: translate(-50%,-100%)
}

[dir=rtl] .q-fab__label--external-top {
    right: 50%;
    transform: translate(50%,-100%)
}

.q-fab__label--internal {
    transition: font-size 0.12s cubic-bezier(0.65,0.815,0.735,0.395),max-height 0.12s cubic-bezier(0.65,0.815,0.735,0.395),opacity 0.07s cubic-bezier(0.65,0.815,0.735,0.395);
    max-height: 30px
}

[dir] .q-fab__label--internal {
    padding: 0
}

.q-fab__label--internal-hidden {
    font-size: 0;
    opacity: 0
}

[dir] .q-fab__label--internal-top {
    padding-bottom: 0.12em
}

[dir] .q-fab__label--internal-bottom {
    padding-top: 0.12em
}

.q-fab__label--internal-bottom.q-fab__label--internal-hidden, .q-fab__label--internal-top.q-fab__label--internal-hidden {
    max-height: 0
}

[dir=ltr] .q-fab__label--internal-left {
    padding-left: 0.285em;
    padding-right: 0.571em
}

[dir=ltr] .q-fab__label--internal-right, [dir=rtl] .q-fab__label--internal-left {
    padding-right: 0.285em;
    padding-left: 0.571em
}

[dir=rtl] .q-fab__label--internal-right {
    padding-left: 0.285em;
    padding-right: 0.571em
}

.q-fab__icon-holder {
    min-width: 24px;
    min-height: 24px;
    position: relative
}

.q-fab__icon-holder--opened .q-fab__icon {
    opacity: 0
}

[dir=ltr] .q-fab__icon-holder--opened .q-fab__icon {
    transform: rotate(180deg)
}

[dir=rtl] .q-fab__icon-holder--opened .q-fab__icon {
    transform: rotate(-180deg)
}

.q-fab__icon-holder--opened .q-fab__active-icon {
    opacity: 1
}

[dir] .q-fab__icon-holder--opened .q-fab__active-icon {
    transform: rotate(0deg)
}

.q-fab__actions {
    position: absolute;
    opacity: 0;
    transition: transform 0.18s ease-in,opacity 0.18s ease-in;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    align-self: center
}

[dir] .q-fab__actions {
    padding: 3px
}

    [dir] .q-fab__actions .q-btn {
        margin: 5px
    }

.q-fab__actions--right {
    height: 56px
}

[dir=ltr] .q-fab__actions--right {
    transform-origin: 0 50%;
    transform: scale(0.4) translateX(-62px);
    left: 100%;
    margin-left: 9px
}

[dir=rtl] .q-fab__actions--right {
    transform-origin: 100% 50%;
    transform: scale(0.4) translateX(62px);
    right: 100%;
    margin-right: 9px
}

.q-fab__actions--left {
    height: 56px;
    flex-direction: row-reverse
}

[dir=ltr] .q-fab__actions--left {
    transform-origin: 100% 50%;
    transform: scale(0.4) translateX(62px);
    right: 100%;
    margin-right: 9px
}

[dir=rtl] .q-fab__actions--left {
    transform-origin: 0% 50%;
    transform: scale(0.4) translateX(-62px);
    left: 100%;
    margin-left: 9px
}

.q-fab__actions--up {
    width: 56px;
    bottom: 100%;
    flex-direction: column-reverse
}

[dir] .q-fab__actions--up {
    transform-origin: 50% 100%;
    transform: scale(0.4) translateY(62px);
    margin-bottom: 9px
}

.q-fab__actions--down {
    width: 56px;
    top: 100%;
    flex-direction: column
}

[dir] .q-fab__actions--down {
    transform-origin: 50% 0;
    transform: scale(0.4) translateY(-62px);
    margin-top: 9px
}

[dir=ltr] .q-fab__actions--down, [dir=ltr] .q-fab__actions--up {
    left: 50%;
    margin-left: -28px
}

[dir=rtl] .q-fab__actions--down, [dir=rtl] .q-fab__actions--up {
    right: 50%;
    margin-right: -28px
}

.q-fab__actions--opened {
    opacity: 1;
    pointer-events: all
}

[dir=ltr] .q-fab__actions--opened {
    transform: scale(1) translate(0.1px,0)
}

[dir=rtl] .q-fab__actions--opened {
    transform: scale(1) translate(-0.1px,0)
}

.q-fab--align-left > .q-fab__actions--down, .q-fab--align-left > .q-fab__actions--up {
    align-items: flex-start
}

[dir=ltr] .q-fab--align-left > .q-fab__actions--down, [dir=ltr] .q-fab--align-left > .q-fab__actions--up {
    left: 28px
}

[dir=rtl] .q-fab--align-left > .q-fab__actions--down, [dir=rtl] .q-fab--align-left > .q-fab__actions--up {
    right: 28px
}

.q-fab--align-right > .q-fab__actions--down, .q-fab--align-right > .q-fab__actions--up {
    align-items: flex-end
}

[dir=ltr] .q-fab--align-right > .q-fab__actions--down, [dir=ltr] .q-fab--align-right > .q-fab__actions--up {
    left: auto;
    right: 0
}

[dir=rtl] .q-fab--align-right > .q-fab__actions--down, [dir=rtl] .q-fab--align-right > .q-fab__actions--up {
    right: auto;
    left: 0
}

.q-field {
    font-size: 14px
}

    .q-field ::-ms-clear, .q-field ::-ms-reveal {
        display: none
    }

[dir] .q-field--with-bottom {
    padding-bottom: 20px
}

.q-field__marginal {
    height: 56px;
    color: rgba(0,0,0,0.54);
    font-size: 24px
}

[dir=ltr] .q-field__marginal > * + * {
    margin-left: 2px
}

[dir=rtl] .q-field__marginal > * + * {
    margin-right: 2px
}

.q-field__marginal .q-avatar {
    font-size: 32px
}

[dir=ltr] .q-field__before, [dir=ltr] .q-field__prepend {
    padding-right: 12px
}

[dir=ltr] .q-field__after, [dir=ltr] .q-field__append, [dir=rtl] .q-field__before, [dir=rtl] .q-field__prepend {
    padding-left: 12px
}

[dir=rtl] .q-field__after, [dir=rtl] .q-field__append {
    padding-right: 12px
}

.q-field__after:empty, .q-field__append:empty {
    display: none
}

[dir=ltr] .q-field__append + .q-field__append {
    padding-left: 2px
}

[dir=rtl] .q-field__append + .q-field__append {
    padding-right: 2px
}

[dir=ltr] .q-field__inner {
    text-align: left
}

[dir=rtl] .q-field__inner {
    text-align: right
}

.q-field__bottom {
    font-size: 12px;
    min-height: 20px;
    line-height: 1;
    color: rgba(0,0,0,0.54);
    backface-visibility: hidden
}

[dir] .q-field__bottom {
    padding: 8px 12px 0
}

.q-field__bottom--animated {
    position: absolute;
    bottom: 0
}

[dir] .q-field__bottom--animated {
    transform: translateY(100%)
}

[dir=ltr] .q-field__bottom--animated, [dir=rtl] .q-field__bottom--animated {
    left: 0;
    right: 0
}

.q-field__messages {
    line-height: 1
}

    .q-field__messages > div {
        word-break: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word
    }

[dir] .q-field__messages > div + div {
    margin-top: 4px
}

.q-field__counter {
    line-height: 1
}

[dir=ltr] .q-field__counter {
    padding-left: 8px
}

[dir=rtl] .q-field__counter {
    padding-right: 8px
}

[dir] .q-field--item-aligned {
    padding: 8px 16px
}

.q-field--item-aligned .q-field__before {
    min-width: 56px
}

.q-field__control-container {
    height: inherit
}

.q-field__control {
    color: #1976d2;
    color: var(--q-color-primary);
    height: 56px;
    max-width: 100%;
    outline: none
}

    .q-field__control:after, .q-field__control:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        pointer-events: none
    }

[dir=ltr] .q-field__control:after, [dir=ltr] .q-field__control:before, [dir=rtl] .q-field__control:after, [dir=rtl] .q-field__control:before {
    right: 0;
    left: 0
}

[dir] .q-field__control:before {
    border-radius: inherit
}

.q-field__shadow {
    top: 8px;
    opacity: 0;
    overflow: hidden;
    white-space: pre-wrap;
    transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1)
}

    .q-field__shadow + .q-field__native::-moz-placeholder {
        -moz-transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1);
        transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1)
    }

    .q-field__shadow + .q-field__native:-ms-input-placeholder {
        -ms-transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1);
        transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1)
    }

    .q-field__shadow + .q-field__native::placeholder {
        transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1)
    }

    .q-field__shadow + .q-field__native:focus::-moz-placeholder {
        opacity: 0
    }

    .q-field__shadow + .q-field__native:focus:-ms-input-placeholder {
        opacity: 0
    }

    .q-field__shadow + .q-field__native:focus::placeholder {
        opacity: 0
    }

.q-field__input, .q-field__native, .q-field__prefix, .q-field__suffix {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0,0,0,0.87);
    outline: 0
}

[dir] .q-field__input, [dir] .q-field__native, [dir] .q-field__prefix, [dir] .q-field__suffix {
    border: none;
    border-radius: 0;
    background: none;
    padding: 6px 0
}

.q-field__input, .q-field__native {
    width: 100%;
    min-width: 0;
    outline: 0 !important;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

[dir=ltr] .q-field__input:-webkit-autofill, [dir=ltr] .q-field__native:-webkit-autofill, [dir=rtl] .q-field__input:-webkit-autofill, [dir=rtl] .q-field__native:-webkit-autofill {
    -webkit-animation-name: q-autofill;
    -webkit-animation-fill-mode: both
}

[dir] .q-field__input:-webkit-autofill + .q-field__label, [dir] .q-field__native:-webkit-autofill + .q-field__label {
    transform: translateY(-40%) scale(0.75)
}

[dir] .q-field__input[type=color] + .q-field__label, [dir] .q-field__input[type=date] + .q-field__label, [dir] .q-field__input[type=datetime-local] + .q-field__label, [dir] .q-field__input[type=month] + .q-field__label, [dir] .q-field__input[type=time] + .q-field__label, [dir] .q-field__input[type=week] + .q-field__label, [dir] .q-field__native[type=color] + .q-field__label, [dir] .q-field__native[type=date] + .q-field__label, [dir] .q-field__native[type=datetime-local] + .q-field__label, [dir] .q-field__native[type=month] + .q-field__label, [dir] .q-field__native[type=time] + .q-field__label, [dir] .q-field__native[type=week] + .q-field__label {
    transform: translateY(-40%) scale(0.75)
}

[dir] .q-field__input:invalid, [dir] .q-field__native:invalid {
    box-shadow: none
}

.q-field__native[type=file] {
    line-height: 1em
}

.q-field__input {
    height: 0;
    min-height: 24px;
    line-height: 24px
}

[dir] .q-field__input {
    padding: 0
}

.q-field__prefix, .q-field__suffix {
    transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1);
    white-space: nowrap
}

[dir=ltr] .q-field__prefix {
    padding-right: 4px
}

[dir=ltr] .q-field__suffix, [dir=rtl] .q-field__prefix {
    padding-left: 4px
}

[dir=rtl] .q-field__suffix {
    padding-right: 4px
}

.q-field--disabled .q-placeholder, .q-field--readonly .q-placeholder {
    opacity: 1 !important
}

[dir] .q-field--readonly.q-field--labeled .q-field__input, [dir] .q-field--readonly.q-field--labeled .q-field__native {
    cursor: default
}

[dir] .q-field--readonly.q-field--float .q-field__input, [dir] .q-field--readonly.q-field--float .q-field__native {
    cursor: text
}

[dir] .q-field--disabled .q-field__inner {
    cursor: not-allowed
}

.q-field--disabled .q-field__control {
    pointer-events: none
}

    .q-field--disabled .q-field__control > div {
        opacity: 0.6 !important
    }

        .q-field--disabled .q-field__control > div, .q-field--disabled .q-field__control > div * {
            outline: 0 !important
        }

.q-field__label {
    top: 18px;
    color: rgba(0,0,0,0.6);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    backface-visibility: hidden
}

[dir=ltr] .q-field__label {
    left: 0;
    right: 0;
    transform-origin: left top;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),right 0.324s cubic-bezier(0.4,0,0.2,1)
}

[dir=rtl] .q-field__label {
    right: 0;
    left: 0;
    transform-origin: right top;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),left 0.324s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--float .q-field__label {
    transform: translateY(-40%) scale(0.75)
}

[dir=ltr] .q-field--float .q-field__label {
    right: -33.33333%;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),right 0.396s cubic-bezier(0.4,0,0.2,1)
}

[dir=rtl] .q-field--float .q-field__label {
    left: -33.33333%;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),left 0.396s cubic-bezier(0.4,0,0.2,1)
}

.q-field--highlighted .q-field__label {
    color: currentColor
}

.q-field--highlighted .q-field__shadow {
    opacity: 0.5
}

[dir] .q-field--filled .q-field__control {
    padding: 0 12px;
    background: rgba(0,0,0,0.05);
    border-radius: 4px 4px 0 0
}

.q-field--filled .q-field__control:before {
    opacity: 0;
    transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1),background 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--filled .q-field__control:before {
    background: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.42)
}

.q-field--filled .q-field__control:hover:before {
    opacity: 1
}

.q-field--filled .q-field__control:after {
    height: 2px;
    top: auto;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--filled .q-field__control:after {
    transform-origin: center bottom;
    transform: scale3d(0,1,1);
    background: currentColor
}

[dir] .q-field--filled.q-field--rounded .q-field__control {
    border-radius: 28px 28px 0 0
}

.q-field--filled.q-field--highlighted .q-field__control:before {
    opacity: 1
}

[dir] .q-field--filled.q-field--highlighted .q-field__control:before {
    background: rgba(0,0,0,0.12)
}

[dir] .q-field--filled.q-field--highlighted .q-field__control:after {
    transform: scale3d(1,1,1)
}

[dir] .q-field--filled.q-field--dark .q-field__control, [dir] .q-field--filled.q-field--dark .q-field__control:before {
    background: hsla(0,0%,100%,0.07)
}

[dir] .q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before {
    background: hsla(0,0%,100%,0.1)
}

.q-field--filled.q-field--readonly .q-field__control:before {
    opacity: 1
}

[dir] .q-field--filled.q-field--readonly .q-field__control:before {
    background: transparent;
    border-bottom-style: dashed
}

[dir] .q-field--outlined .q-field__control {
    border-radius: 4px;
    padding: 0 12px
}

.q-field--outlined .q-field__control:before {
    transition: border-color 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--outlined .q-field__control:before {
    border: 1px solid rgba(0,0,0,0.24)
}

[dir] .q-field--outlined .q-field__control:hover:before {
    border-color: #000
}

.q-field--outlined .q-field__control:after {
    height: inherit;
    transition: border-color 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--outlined .q-field__control:after {
    border-radius: inherit;
    border: 2px solid transparent
}

[dir] .q-field--outlined .q-field__input:-webkit-autofill, [dir] .q-field--outlined .q-field__native:-webkit-autofill {
    margin-top: 1px;
    margin-bottom: 1px
}

[dir] .q-field--outlined.q-field--rounded .q-field__control {
    border-radius: 28px
}

[dir] .q-field--outlined.q-field--highlighted .q-field__control:hover:before {
    border-color: transparent
}

[dir] .q-field--outlined.q-field--highlighted .q-field__control:after {
    border-color: currentColor;
    border-width: 2px;
    transform: scale3d(1,1,1)
}

[dir] .q-field--outlined.q-field--readonly .q-field__control:before {
    border-style: dashed
}

.q-field--standard .q-field__control:before {
    transition: border-color 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--standard .q-field__control:before {
    border-bottom: 1px solid rgba(0,0,0,0.24)
}

[dir] .q-field--standard .q-field__control:hover:before {
    border-color: #000
}

.q-field--standard .q-field__control:after {
    height: 2px;
    top: auto;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--standard .q-field__control:after {
    transform-origin: center bottom;
    transform: scale3d(0,1,1);
    background: currentColor
}

[dir=ltr] .q-field--standard .q-field__control:after, [dir=rtl] .q-field--standard .q-field__control:after {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir] .q-field--standard.q-field--highlighted .q-field__control:after {
    transform: scale3d(1,1,1)
}

[dir] .q-field--standard.q-field--readonly .q-field__control:before {
    border-bottom-style: dashed
}

[dir] .q-field--dark .q-field__control:before {
    border-color: hsla(0,0%,100%,0.6)
}

[dir] .q-field--dark .q-field__control:hover:before {
    border-color: #fff
}

.q-field--dark .q-field__input, .q-field--dark .q-field__native, .q-field--dark .q-field__prefix, .q-field--dark .q-field__suffix {
    color: #fff
}

.q-field--dark .q-field__bottom, .q-field--dark .q-field__marginal, .q-field--dark:not(.q-field--highlighted) .q-field__label {
    color: hsla(0,0%,100%,0.7)
}

.q-field--standout .q-field__control {
    transition: box-shadow 0.36s cubic-bezier(0.4,0,0.2,1),background-color 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--standout .q-field__control {
    padding: 0 12px;
    background: rgba(0,0,0,0.05);
    border-radius: 4px
}

.q-field--standout .q-field__control:before {
    opacity: 0;
    transition: opacity 0.36s cubic-bezier(0.4,0,0.2,1),background 0.36s cubic-bezier(0.4,0,0.2,1)
}

[dir] .q-field--standout .q-field__control:before {
    background: rgba(0,0,0,0.07)
}

.q-field--standout .q-field__control:hover:before {
    opacity: 1
}

[dir] .q-field--standout.q-field--rounded .q-field__control {
    border-radius: 28px
}

[dir] .q-field--standout.q-field--highlighted .q-field__control {
    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);
    background: #000
}

.q-field--standout.q-field--highlighted .q-field__append, .q-field--standout.q-field--highlighted .q-field__input, .q-field--standout.q-field--highlighted .q-field__native, .q-field--standout.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--highlighted .q-field__suffix {
    color: #fff
}

.q-field--standout.q-field--readonly .q-field__control:before {
    opacity: 1
}

[dir] .q-field--standout.q-field--readonly .q-field__control:before {
    background: transparent;
    border: 1px dashed rgba(0,0,0,0.24)
}

[dir] .q-field--standout.q-field--dark .q-field__control, [dir] .q-field--standout.q-field--dark .q-field__control:before {
    background: hsla(0,0%,100%,0.07)
}

[dir] .q-field--standout.q-field--dark.q-field--highlighted .q-field__control {
    background: #fff
}

.q-field--standout.q-field--dark.q-field--highlighted .q-field__append, .q-field--standout.q-field--dark.q-field--highlighted .q-field__input, .q-field--standout.q-field--dark.q-field--highlighted .q-field__native, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix {
    color: #000
}

[dir] .q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
    border-color: hsla(0,0%,100%,0.24)
}

.q-field--labeled .q-field__native, .q-field--labeled .q-field__prefix, .q-field--labeled .q-field__suffix {
    line-height: 24px
}

[dir] .q-field--labeled .q-field__native, [dir] .q-field--labeled .q-field__prefix, [dir] .q-field--labeled .q-field__suffix {
    padding-top: 24px;
    padding-bottom: 8px
}

.q-field--labeled .q-field__shadow {
    top: 0
}

.q-field--labeled:not(.q-field--float) .q-field__prefix, .q-field--labeled:not(.q-field--float) .q-field__suffix {
    opacity: 0
}

.q-field--labeled:not(.q-field--float) .q-field__input:-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder {
    color: transparent !important
}

.q-field--labeled:not(.q-field--float) .q-field__input::-moz-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native::-moz-placeholder {
    color: transparent
}

.q-field--labeled:not(.q-field--float) .q-field__input:-ms-input-placeholder, .q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder {
    color: transparent
}

.q-field--labeled:not(.q-field--float) .q-field__input::placeholder, .q-field--labeled:not(.q-field--float) .q-field__native::placeholder {
    color: transparent
}

[dir] .q-field--labeled.q-field--dense .q-field__native, [dir] .q-field--labeled.q-field--dense .q-field__prefix, [dir] .q-field--labeled.q-field--dense .q-field__suffix {
    padding-top: 14px;
    padding-bottom: 2px
}

.q-field--dense .q-field__shadow {
    top: 0
}

.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
    height: 40px
}

.q-field--dense .q-field__bottom {
    font-size: 11px
}

.q-field--dense .q-field__label {
    font-size: 14px;
    top: 10px
}

[dir=ltr] .q-field--dense .q-field__before, [dir=ltr] .q-field--dense .q-field__prepend {
    padding-right: 6px
}

[dir=ltr] .q-field--dense .q-field__after, [dir=ltr] .q-field--dense .q-field__append, [dir=rtl] .q-field--dense .q-field__before, [dir=rtl] .q-field--dense .q-field__prepend {
    padding-left: 6px
}

[dir=rtl] .q-field--dense .q-field__after, [dir=rtl] .q-field--dense .q-field__append {
    padding-right: 6px
}

[dir=ltr] .q-field--dense .q-field__append + .q-field__append {
    padding-left: 2px
}

[dir=rtl] .q-field--dense .q-field__append + .q-field__append {
    padding-right: 2px
}

.q-field--dense .q-field__marginal .q-avatar {
    font-size: 24px
}

[dir] .q-field--dense.q-field--float .q-field__label {
    transform: translateY(-30%) scale(0.75)
}

[dir] .q-field--dense .q-field__input:-webkit-autofill + .q-field__label, [dir] .q-field--dense .q-field__native:-webkit-autofill + .q-field__label {
    transform: translateY(-30%) scale(0.75)
}

[dir] .q-field--dense .q-field__input[type=color] + .q-field__label, [dir] .q-field--dense .q-field__input[type=date] + .q-field__label, [dir] .q-field--dense .q-field__input[type=datetime-local] + .q-field__label, [dir] .q-field--dense .q-field__input[type=month] + .q-field__label, [dir] .q-field--dense .q-field__input[type=time] + .q-field__label, [dir] .q-field--dense .q-field__input[type=week] + .q-field__label, [dir] .q-field--dense .q-field__native[type=color] + .q-field__label, [dir] .q-field--dense .q-field__native[type=date] + .q-field__label, [dir] .q-field--dense .q-field__native[type=datetime-local] + .q-field__label, [dir] .q-field--dense .q-field__native[type=month] + .q-field__label, [dir] .q-field--dense .q-field__native[type=time] + .q-field__label, [dir] .q-field--dense .q-field__native[type=week] + .q-field__label {
    transform: translateY(-30%) scale(0.75)
}

[dir=ltr] .q-field--borderless.q-field--dense .q-field__control, [dir=ltr] .q-field--borderless .q-field__bottom, [dir=ltr] .q-field--standard.q-field--dense .q-field__control, [dir=ltr] .q-field--standard .q-field__bottom, [dir=rtl] .q-field--borderless.q-field--dense .q-field__control, [dir=rtl] .q-field--borderless .q-field__bottom, [dir=rtl] .q-field--standard.q-field--dense .q-field__control, [dir=rtl] .q-field--standard .q-field__bottom {
    padding-left: 0;
    padding-right: 0
}

[dir=ltr] .q-field--error .q-field__label {
    animation: q-field-label-ltr 0.36s
}

[dir=rtl] .q-field--error .q-field__label {
    animation: q-field-label-rtl 0.36s
}

.q-field--error .q-field__bottom {
    color: #c10015;
    color: var(--q-color-negative)
}

.q-field__focusable-action {
    opacity: 0.6;
    outline: 0 !important;
    color: inherit
}

[dir] .q-field__focusable-action {
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0
}

.q-field__focusable-action:focus, .q-field__focusable-action:hover {
    opacity: 1
}

.q-field--auto-height .q-field__control {
    height: auto
}

.q-field--auto-height .q-field__control, .q-field--auto-height .q-field__native {
    min-height: 56px
}

.q-field--auto-height .q-field__native {
    align-items: center
}

[dir] .q-field--auto-height .q-field__control-container {
    padding-top: 0
}

.q-field--auto-height .q-field__native, .q-field--auto-height .q-field__prefix, .q-field--auto-height .q-field__suffix {
    line-height: 18px
}

[dir] .q-field--auto-height.q-field--labeled .q-field__control-container {
    padding-top: 24px
}

.q-field--auto-height.q-field--labeled .q-field__shadow {
    top: 24px
}

[dir] .q-field--auto-height.q-field--labeled .q-field__native, [dir] .q-field--auto-height.q-field--labeled .q-field__prefix, [dir] .q-field--auto-height.q-field--labeled .q-field__suffix {
    padding-top: 0
}

.q-field--auto-height.q-field--labeled .q-field__native {
    min-height: 24px
}

.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
    min-height: 40px
}

[dir] .q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
    padding-top: 14px
}

.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow {
    top: 14px
}

.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
    min-height: 24px
}

[dir] .q-field--square .q-field__control {
    border-radius: 0 !important
}

.q-transition--field-message-enter-active, .q-transition--field-message-leave-active {
    transition: transform 0.6s cubic-bezier(0.86,0,0.07,1),opacity 0.6s cubic-bezier(0.86,0,0.07,1)
}

.q-transition--field-message-enter, .q-transition--field-message-leave-to {
    opacity: 0
}

[dir] .q-transition--field-message-enter, [dir] .q-transition--field-message-leave-to {
    transform: translateY(-10px)
}

.q-transition--field-message-leave, .q-transition--field-message-leave-active {
    position: absolute
}

.q-file .q-field__native {
    word-break: break-all
}

.q-file .q-field__input {
    opacity: 0 !important
}

[dir] .q-file .q-field__input::-webkit-file-upload-button {
    cursor: pointer
}

.q-file__filler {
    visibility: hidden;
    width: 100%
}

[dir] .q-file__filler {
    border: none;
    padding: 0
}

.q-file__dnd {
    outline: 1px dashed currentColor;
    outline-offset: -4px
}

.q-form, .q-img {
    position: relative
}

.q-img {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.q-img__loading .q-spinner {
    font-size: 50px
}

[dir] .q-img__image {
    border-radius: inherit;
    background-repeat: no-repeat
}

.q-img__content {
    overflow: hidden
}

[dir] .q-img__content {
    border-radius: inherit
}

.q-img__content > div {
    position: absolute;
    color: #fff
}

[dir] .q-img__content > div {
    padding: 16px;
    background: rgba(0,0,0,0.47)
}

.q-img--menu .q-img__image {
    pointer-events: none
}

    .q-img--menu .q-img__image > img {
        pointer-events: all;
        opacity: 0
    }

.q-img--menu .q-img__content {
    pointer-events: none
}

    .q-img--menu .q-img__content > div {
        pointer-events: all
    }

[dir] .q-inner-loading {
    background: hsla(0,0%,100%,0.6)
}

[dir] .q-inner-loading--dark {
    background: rgba(0,0,0,0.4)
}

[dir] .q-inner-loading__label {
    margin-top: 8px
}

.q-textarea .q-field__control {
    min-height: 56px;
    height: auto
}

[dir] .q-textarea .q-field__control-container {
    padding-top: 2px;
    padding-bottom: 2px
}

.q-textarea .q-field__shadow {
    top: 2px;
    bottom: 2px
}

.q-textarea .q-field__native, .q-textarea .q-field__prefix, .q-textarea .q-field__suffix {
    line-height: 18px
}

.q-textarea .q-field__native {
    resize: vertical;
    min-height: 52px
}

[dir] .q-textarea .q-field__native {
    padding-top: 17px
}

[dir] .q-textarea.q-field--labeled .q-field__control-container {
    padding-top: 26px
}

.q-textarea.q-field--labeled .q-field__shadow {
    top: 26px
}

[dir] .q-textarea.q-field--labeled .q-field__native, [dir] .q-textarea.q-field--labeled .q-field__prefix, [dir] .q-textarea.q-field--labeled .q-field__suffix {
    padding-top: 0
}

.q-textarea.q-field--labeled .q-field__native {
    min-height: 26px
}

[dir] .q-textarea.q-field--labeled .q-field__native {
    padding-top: 1px
}

.q-textarea--autogrow .q-field__native {
    resize: none
}

.q-textarea.q-field--dense .q-field__control, .q-textarea.q-field--dense .q-field__native {
    min-height: 36px
}

[dir] .q-textarea.q-field--dense .q-field__native {
    padding-top: 9px
}

[dir] .q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
    padding-top: 14px
}

.q-textarea.q-field--dense.q-field--labeled .q-field__shadow {
    top: 14px
}

.q-textarea.q-field--dense.q-field--labeled .q-field__native {
    min-height: 24px
}

[dir] .q-textarea.q-field--dense.q-field--labeled .q-field__native {
    padding-top: 3px
}

[dir] .q-textarea.q-field--dense.q-field--labeled .q-field__prefix, [dir] .q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
    padding-top: 2px
}

.q-textarea.disabled .q-field__native, body.mobile .q-textarea .q-field__native {
    resize: none
}

.q-intersection {
    position: relative
}

.q-item {
    min-height: 48px;
    color: inherit;
    transition: color 0.3s,background-color 0.3s
}

[dir] .q-item {
    padding: 8px 16px
}

.q-item__section--side {
    color: #757575;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    max-width: 100%
}

[dir=ltr] .q-item__section--side {
    padding-right: 16px
}

[dir=rtl] .q-item__section--side {
    padding-left: 16px
}

.q-item__section--side > .q-icon {
    font-size: 24px
}

.q-item__section--side > .q-avatar {
    font-size: 40px
}

.q-item__section--avatar {
    color: inherit;
    min-width: 56px
}

.q-item__section--thumbnail img {
    width: 100px;
    height: 56px
}

.q-item__section--nowrap {
    white-space: nowrap
}

[dir=ltr] .q-item > .q-focus-helper + .q-item__section--thumbnail, [dir=ltr] .q-item > .q-item__section--thumbnail:first-child {
    margin-left: -16px
}

[dir=ltr] .q-item > .q-item__section--thumbnail:last-of-type, [dir=rtl] .q-item > .q-focus-helper + .q-item__section--thumbnail, [dir=rtl] .q-item > .q-item__section--thumbnail:first-child {
    margin-right: -16px
}

[dir=rtl] .q-item > .q-item__section--thumbnail:last-of-type {
    margin-left: -16px
}

.q-item__label {
    line-height: 1.2em !important;
    max-width: 100%
}

.q-item__label--overline {
    color: rgba(0,0,0,0.7)
}

.q-item__label--caption {
    color: rgba(0,0,0,0.54)
}

.q-item__label--header {
    color: #757575;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.01786em
}

[dir] .q-item__label--header {
    padding: 16px
}

[dir] .q-list--padding .q-item__label--header, [dir] .q-separator--spaced + .q-item__label--header {
    padding-top: 8px
}

[dir] .q-item__label + .q-item__label {
    margin-top: 4px
}

.q-item__section--main {
    width: auto;
    min-width: 0;
    max-width: 100%;
    flex: 10000 1 0%
}

[dir=ltr] .q-item__section--main + .q-item__section--main {
    margin-left: 8px
}

[dir=rtl] .q-item__section--main + .q-item__section--main {
    margin-right: 8px
}

.q-item__section--main ~ .q-item__section--side {
    align-items: flex-end
}

[dir=ltr] .q-item__section--main ~ .q-item__section--side {
    padding-right: 0;
    padding-left: 16px
}

[dir=rtl] .q-item__section--main ~ .q-item__section--side {
    padding-left: 0;
    padding-right: 16px
}

[dir=ltr] .q-item__section--main.q-item__section--thumbnail {
    margin-left: 0;
    margin-right: -16px
}

[dir=rtl] .q-item__section--main.q-item__section--thumbnail {
    margin-right: 0;
    margin-left: -16px
}

[dir] .q-list--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-list--separator > .q-item-type + .q-item-type, [dir] .q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
    border-top: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-list--padding {
    padding: 8px 0
}

.q-item--dense, .q-list--dense > .q-item {
    min-height: 32px
}

[dir] .q-item--dense, [dir] .q-list--dense > .q-item {
    padding: 2px 16px
}

[dir] .q-list--dark.q-list--separator > .q-item-type + .q-item-type, [dir] .q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
    border-top-color: hsla(0,0%,100%,0.28)
}

.q-item--dark, .q-list--dark {
    color: #fff
}

[dir] .q-item--dark, [dir] .q-list--dark {
    border-color: hsla(0,0%,100%,0.28)
}

.q-item--dark .q-item__section--side:not(.q-item__section--avatar), .q-list--dark .q-item__section--side:not(.q-item__section--avatar) {
    color: hsla(0,0%,100%,0.7)
}

.q-item--dark .q-item__label--header, .q-list--dark .q-item__label--header {
    color: hsla(0,0%,100%,0.64)
}

.q-item--dark .q-item__label--caption, .q-item--dark .q-item__label--overline, .q-list--dark .q-item__label--caption, .q-list--dark .q-item__label--overline {
    color: hsla(0,0%,100%,0.8)
}

.q-item {
    position: relative
}

    .q-item--active, .q-item.q-router-link--active {
        color: #1976d2;
        color: var(--q-color-primary)
    }

.q-knob {
    font-size: 48px
}

.q-knob--editable {
    outline: 0
}

[dir] .q-knob--editable {
    cursor: pointer
}

.q-knob--editable:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    transition: box-shadow 0.24s ease-in-out
}

[dir] .q-knob--editable:before {
    border-radius: 50%;
    box-shadow: none
}

[dir=ltr] .q-knob--editable:before, [dir=rtl] .q-knob--editable:before {
    right: 0;
    left: 0
}

[dir] .q-knob--editable:focus:before {
    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)
}

.q-layout {
    width: 100%;
    outline: 0
}

.q-layout-container {
    position: relative;
    width: 100%;
    height: 100%
}

    .q-layout-container .q-layout {
        min-height: 100%
    }

[dir] .q-layout-container > div {
    transform: translate3d(0,0,0)
}

.q-layout-container > div > div {
    min-height: 0;
    max-height: 100%
}

.q-layout__shadow {
    width: 100%
}

    .q-layout__shadow:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0
    }

[dir] .q-layout__shadow:after {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2),0 0px 10px rgba(0,0,0,0.24)
}

[dir=ltr] .q-layout__shadow:after, [dir=rtl] .q-layout__shadow:after {
    right: 0;
    left: 0
}

.q-layout__section--marginal {
    color: #fff
}

[dir] .q-layout__section--marginal {
    background-color: #1976d2;
    background-color: var(--q-color-primary)
}

[dir] .q-header--hidden {
    transform: translateY(-110%)
}

[dir] .q-header--bordered {
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

.q-header .q-layout__shadow {
    bottom: -10px
}

    .q-header .q-layout__shadow:after {
        bottom: 10px
    }

[dir] .q-footer--hidden {
    transform: translateY(110%)
}

[dir] .q-footer--bordered {
    border-top: 1px solid rgba(0,0,0,0.12)
}

.q-footer .q-layout__shadow {
    top: -10px
}

    .q-footer .q-layout__shadow:after {
        top: 10px
    }

.q-footer, .q-header {
    z-index: 2000
}

.q-drawer {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000
}

[dir] .q-drawer {
    background: #fff
}

.q-drawer--on-top {
    z-index: 3000
}

[dir=ltr] .q-drawer--left {
    left: 0;
    transform: translateX(-100%)
}

[dir=rtl] .q-drawer--left {
    right: 0;
    transform: translateX(100%)
}

[dir=ltr] .q-drawer--left.q-drawer--bordered {
    border-right: 1px solid rgba(0,0,0,0.12)
}

[dir=rtl] .q-drawer--left.q-drawer--bordered {
    border-left: 1px solid rgba(0,0,0,0.12)
}

[dir=ltr] .q-drawer--left .q-layout__shadow {
    left: 10px;
    right: -10px
}

[dir=rtl] .q-drawer--left .q-layout__shadow {
    right: 10px;
    left: -10px
}

[dir=ltr] .q-drawer--left .q-layout__shadow:after {
    right: 10px
}

[dir=rtl] .q-drawer--left .q-layout__shadow:after {
    left: 10px
}

[dir=ltr] .q-drawer--right {
    right: 0;
    transform: translateX(100%)
}

[dir=rtl] .q-drawer--right {
    left: 0;
    transform: translateX(-100%)
}

[dir=ltr] .q-drawer--right.q-drawer--bordered {
    border-left: 1px solid rgba(0,0,0,0.12)
}

[dir=rtl] .q-drawer--right.q-drawer--bordered {
    border-right: 1px solid rgba(0,0,0,0.12)
}

[dir=ltr] .q-drawer--right .q-layout__shadow {
    left: -10px
}

[dir=rtl] .q-drawer--right .q-layout__shadow {
    right: -10px
}

[dir=ltr] .q-drawer--right .q-layout__shadow:after {
    left: 10px
}

[dir=rtl] .q-drawer--right .q-layout__shadow:after {
    right: 10px
}

[dir] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
    padding: 0 !important
}

.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
    justify-content: center;
    min-width: 0
}

[dir] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, [dir] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
    text-align: center
}

[dir=ltr] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, [dir=ltr] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section, [dir=rtl] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, [dir=rtl] .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
    padding-left: 0;
    padding-right: 0
}

.q-drawer--mini .q-expansion-item__content, .q-drawer--mini .q-mini-drawer-hide, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
    display: none
}

.q-drawer--mini-animate .q-drawer__content {
    overflow-x: hidden;
    white-space: nowrap
}

.q-drawer--mobile .q-mini-drawer-hide, .q-drawer--mobile .q-mini-drawer-only, .q-drawer--standard .q-mini-drawer-only {
    display: none
}

.q-drawer__backdrop {
    z-index: 2999 !important;
    will-change: background-color
}

.q-drawer__opener {
    z-index: 2001;
    height: 100%;
    width: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.q-footer, .q-header, .q-layout, .q-page {
    position: relative
}

.q-page-sticky--shrink {
    pointer-events: none
}

    .q-page-sticky--shrink > div {
        display: inline-block;
        pointer-events: auto
    }

body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, body.q-ios-padding .q-layout--standard .q-header > .q-tabs:first-child .q-tabs-head, body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:first-child {
    min-height: 70px;
    min-height: calc(env(safe-area-inset-top) + 50px)
}

[dir] body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, [dir] body.q-ios-padding .q-layout--standard .q-header > .q-tabs:first-child .q-tabs-head, [dir] body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:first-child {
    padding-top: 20px;
    padding-top: env(safe-area-inset-top)
}

body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:last-child .q-tabs-head, body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child {
    min-height: calc(env(safe-area-inset-bottom) + 50px)
}

[dir] body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content, [dir] body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:last-child .q-tabs-head, [dir] body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child {
    padding-bottom: env(safe-area-inset-bottom)
}

.q-body--layout-animate .q-drawer__backdrop {
    transition: background-color 0.12s !important
}

.q-body--layout-animate .q-drawer {
    transition: transform 0.12s,width 0.12s,top 0.12s,bottom 0.12s !important
}

[dir=ltr] .q-body--layout-animate .q-layout__section--marginal {
    transition: transform 0.12s,left 0.12s,right 0.12s !important
}

[dir=rtl] .q-body--layout-animate .q-layout__section--marginal {
    transition: transform 0.12s,right 0.12s,left 0.12s !important
}

[dir=ltr] .q-body--layout-animate .q-page-container {
    transition: padding-top 0.12s,padding-right 0.12s,padding-bottom 0.12s,padding-left 0.12s !important
}

[dir=rtl] .q-body--layout-animate .q-page-container {
    transition: padding-top 0.12s,padding-left 0.12s,padding-bottom 0.12s,padding-right 0.12s !important
}

[dir=ltr] .q-body--layout-animate .q-page-sticky {
    transition: transform 0.12s,left 0.12s,right 0.12s,top 0.12s,bottom 0.12s !important
}

[dir=rtl] .q-body--layout-animate .q-page-sticky {
    transition: transform 0.12s,right 0.12s,left 0.12s,top 0.12s,bottom 0.12s !important
}

body:not(.q-body--layout-animate) .q-layout--prevent-focus {
    visibility: hidden
}

.q-body--drawer-toggle {
    overflow-x: hidden !important
}

@media (max-width:599.98px) {
    [dir] .q-layout-padding {
        padding: 8px
    }
}

@media (min-width:600px) and (max-width:1439.98px) {
    [dir] .q-layout-padding {
        padding: 16px
    }
}

@media (min-width:1440px) {
    [dir] .q-layout-padding {
        padding: 24px
    }
}

[dir] body.body--dark .q-drawer, [dir] body.body--dark .q-footer, [dir] body.body--dark .q-header {
    border-color: hsla(0,0%,100%,0.28)
}

body.platform-ios .q-layout--containerized {
    position: unset !important
}

.q-linear-progress {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 4px;
    height: 1em;
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-linear-progress {
    transform: scale3d(1,1,1)
}

[dir=ltr] .q-linear-progress__model, [dir=ltr] .q-linear-progress__track {
    transform-origin: 0 0
}

[dir=rtl] .q-linear-progress__model, [dir=rtl] .q-linear-progress__track {
    transform-origin: 100% 0
}

.q-linear-progress__model--with-transition, .q-linear-progress__track--with-transition {
    transition: transform 0.3s
}

[dir=ltr] .q-linear-progress--reverse .q-linear-progress__model, [dir=ltr] .q-linear-progress--reverse .q-linear-progress__track {
    transform-origin: 0 100%
}

[dir=rtl] .q-linear-progress--reverse .q-linear-progress__model, [dir=rtl] .q-linear-progress--reverse .q-linear-progress__track {
    transform-origin: 100% 100%
}

[dir] .q-linear-progress__model--determinate {
    background: currentColor
}

.q-linear-progress__model--indeterminate, .q-linear-progress__model--query {
    transition: none
}

    .q-linear-progress__model--indeterminate:after, .q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:after, .q-linear-progress__model--query:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0
    }

[dir] .q-linear-progress__model--indeterminate:after, [dir] .q-linear-progress__model--indeterminate:before, [dir] .q-linear-progress__model--query:after, [dir] .q-linear-progress__model--query:before {
    background: currentColor
}

[dir=ltr] .q-linear-progress__model--indeterminate:after, [dir=ltr] .q-linear-progress__model--indeterminate:before, [dir=ltr] .q-linear-progress__model--query:after, [dir=ltr] .q-linear-progress__model--query:before {
    right: 0;
    left: 0;
    transform-origin: 0 0
}

[dir=rtl] .q-linear-progress__model--indeterminate:after, [dir=rtl] .q-linear-progress__model--indeterminate:before, [dir=rtl] .q-linear-progress__model--query:after, [dir=rtl] .q-linear-progress__model--query:before {
    left: 0;
    right: 0;
    transform-origin: 100% 0
}

[dir=ltr] .q-linear-progress__model--indeterminate:before, [dir=ltr] .q-linear-progress__model--query:before {
    animation: q-linear-progress--indeterminate-ltr 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite
}

[dir=rtl] .q-linear-progress__model--indeterminate:before, [dir=rtl] .q-linear-progress__model--query:before {
    animation: q-linear-progress--indeterminate-rtl 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite
}

[dir=ltr] .q-linear-progress__model--indeterminate:after, [dir=ltr] .q-linear-progress__model--query:after {
    transform: translate3d(-101%,0,0) scale3d(1,1,1);
    animation: q-linear-progress--indeterminate-short-ltr 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    animation-delay: 1.15s
}

[dir=rtl] .q-linear-progress__model--indeterminate:after, [dir=rtl] .q-linear-progress__model--query:after {
    transform: translate3d(101%,0,0) scale3d(1,1,1);
    animation: q-linear-progress--indeterminate-short-rtl 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    animation-delay: 1.15s
}

.q-linear-progress__track {
    opacity: 0.4
}

[dir] .q-linear-progress__track--light {
    background: rgba(0,0,0,0.26)
}

[dir] .q-linear-progress__track--dark {
    background: hsla(0,0%,100%,0.6)
}

[dir] .q-linear-progress__stripe {
    background-size: 40px 40px !important
}

[dir=ltr] .q-linear-progress__stripe {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,0.15) 25%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.15) 0,hsla(0,0%,100%,0.15) 75%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0)) !important
}

[dir=rtl] .q-linear-progress__stripe {
    background-image: linear-gradient(-45deg,hsla(0,0%,100%,0.15) 25%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.15) 0,hsla(0,0%,100%,0.15) 75%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0)) !important
}

.q-linear-progress__stripe--with-transition {
    transition: width 0.3s
}

.q-menu {
    position: fixed !important;
    display: inline-block;
    max-width: 95vw;
    overflow-y: auto;
    overflow-x: hidden;
    outline: 0;
    max-height: 65vh;
    z-index: 6000
}

[dir] .q-menu {
    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);
    background: #fff;
    border-radius: 4px
}

[dir] .q-menu--square {
    border-radius: 0
}

.q-option-group--inline > div {
    display: inline-block
}

.q-pagination input {
    -moz-appearance: textfield
}

[dir] .q-pagination input {
    text-align: center
}

.q-pagination input::-webkit-inner-spin-button, .q-pagination input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

[dir] .q-pagination input::-webkit-inner-spin-button, [dir] .q-pagination input::-webkit-outer-spin-button {
    margin: 0
}

[dir] .q-pagination__content {
    margin-top: -2px
}

[dir=ltr] .q-pagination__content {
    margin-left: -2px
}

[dir=rtl] .q-pagination__content {
    margin-right: -2px
}

[dir] .q-pagination__content > .q-btn, [dir] .q-pagination__content > .q-input, [dir] .q-pagination__middle > .q-btn {
    margin-top: 2px
}

[dir=ltr] .q-pagination__content > .q-btn, [dir=ltr] .q-pagination__content > .q-input, [dir=ltr] .q-pagination__middle > .q-btn {
    margin-left: 2px
}

[dir=rtl] .q-pagination__content > .q-btn, [dir=rtl] .q-pagination__content > .q-input, [dir=rtl] .q-pagination__middle > .q-btn {
    margin-right: 2px
}

.q-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

[dir] .q-parallax {
    border-radius: inherit
}

.q-parallax__media > img, .q-parallax__media > video {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    will-change: transform;
    display: none
}

[dir] .q-popup-edit {
    padding: 8px 16px
}

[dir] .q-popup-edit__buttons {
    margin-top: 8px
}

[dir=ltr] .q-popup-edit__buttons .q-btn + .q-btn {
    margin-left: 8px
}

[dir=rtl] .q-popup-edit__buttons .q-btn + .q-btn {
    margin-right: 8px
}

.q-pull-to-refresh {
    position: relative
}

.q-pull-to-refresh__puller {
    width: 40px;
    height: 40px;
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-pull-to-refresh__puller {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3)
}

.q-pull-to-refresh__puller--animating {
    transition: transform 0.3s,opacity 0.3s
}

.q-radio {
    vertical-align: middle
}

.q-radio__native {
    width: 1px;
    height: 1px
}

.q-radio__bg, .q-radio__icon-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.q-radio__bg {
    top: 25%;
    width: 50%;
    height: 50%;
    -webkit-print-color-adjust: exact
}

[dir=ltr] .q-radio__bg {
    left: 25%
}

[dir=rtl] .q-radio__bg {
    right: 25%
}

.q-radio__bg path {
    fill: currentColor
}

.q-radio__icon {
    color: currentColor;
    font-size: 0.5em
}

.q-radio__check {
    transition: transform 0.22s cubic-bezier(0,0,0.2,1) 0ms
}

[dir] .q-radio__check {
    transform-origin: 50% 50%;
    transform: scale3d(0,0,1)
}

.q-radio__inner {
    font-size: 40px;
    width: 1em;
    min-width: 1em;
    height: 1em;
    outline: 0;
    color: rgba(0,0,0,0.54)
}

[dir] .q-radio__inner {
    border-radius: 50%
}

.q-radio__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-radio__inner--truthy .q-radio__check {
    transform: scale3d(1,1,1)
}

.q-radio.disabled {
    opacity: 0.75 !important
}

.q-radio--dark .q-radio__inner {
    color: hsla(0,0%,100%,0.7)
}

    .q-radio--dark .q-radio__inner:before {
        opacity: 0.32 !important
    }

.q-radio--dark .q-radio__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

.q-radio--dense .q-radio__inner {
    width: 0.5em;
    min-width: 0.5em;
    height: 0.5em
}

.q-radio--dense .q-radio__bg {
    top: 0;
    width: 100%;
    height: 100%
}

[dir=ltr] .q-radio--dense .q-radio__bg {
    left: 0
}

[dir=rtl] .q-radio--dense .q-radio__bg {
    right: 0
}

[dir=ltr] .q-radio--dense .q-radio__label {
    padding-left: 0.5em
}

[dir=rtl] .q-radio--dense .q-radio__label {
    padding-right: 0.5em
}

[dir=ltr] .q-radio--dense.reverse .q-radio__label {
    padding-left: 0;
    padding-right: 0.5em
}

[dir=rtl] .q-radio--dense.reverse .q-radio__label {
    padding-right: 0;
    padding-left: 0.5em
}

body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.12;
    transition: transform 0.22s cubic-bezier(0,0,0.2,1) 0ms
}

[dir] body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
    border-radius: 50%;
    background: currentColor;
    transform: scale3d(0,0,1)
}

[dir=ltr] body.desktop .q-radio:not(.disabled) .q-radio__inner:before, [dir=rtl] body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
    right: 0;
    left: 0
}

[dir] body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, [dir] body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
    transform: scale3d(1,1,1)
}

[dir] body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, [dir] body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
    transform: scale3d(1.5,1.5,1)
}

.q-rating {
    color: #ffeb3b;
    vertical-align: middle
}

.q-rating__icon-container {
    height: 1em;
    outline: 0
}

[dir=ltr] .q-rating__icon-container + .q-rating__icon-container {
    margin-left: 2px
}

[dir=rtl] .q-rating__icon-container + .q-rating__icon-container {
    margin-right: 2px
}

.q-rating__icon {
    color: currentColor;
    position: relative;
    opacity: 0.4;
    transition: transform 0.2s ease-in,opacity 0.2s ease-in
}

[dir] .q-rating__icon {
    text-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}

[dir] .q-rating__icon--hovered {
    transform: scale(1.3)
}

.q-rating__icon--active {
    opacity: 1
}

.q-rating__icon--exselected {
    opacity: 0.7
}

.q-rating--no-dimming .q-rating__icon {
    opacity: 1
}

[dir] .q-rating--editable .q-rating__icon-container {
    cursor: pointer
}

.q-responsive {
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.q-responsive__filler {
    width: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit
}

[dir] .q-responsive__content {
    border-radius: inherit
}

.q-responsive__content > * {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important
}

.q-scrollarea {
    position: relative;
    contain: strict
}

.q-scrollarea__bar, .q-scrollarea__thumb {
    opacity: 0.2;
    transition: opacity 0.3s;
    will-change: opacity
}

[dir] .q-scrollarea__bar, [dir] .q-scrollarea__thumb {
    cursor: grab
}

.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
    width: 10px
}

[dir=ltr] .q-scrollarea__bar--v, [dir=ltr] .q-scrollarea__thumb--v {
    right: 0
}

[dir=rtl] .q-scrollarea__bar--v, [dir=rtl] .q-scrollarea__thumb--v {
    left: 0
}

.q-scrollarea__bar--h, .q-scrollarea__thumb--h {
    bottom: 0;
    height: 10px
}

.q-scrollarea__bar--invisible, .q-scrollarea__thumb--invisible {
    opacity: 0 !important;
    pointer-events: none
}

[dir] .q-scrollarea__thumb {
    background: #000
}

.q-scrollarea__thumb:hover {
    opacity: 0.3
}

.q-scrollarea__thumb:active {
    opacity: 0.5
}

.q-scrollarea__content {
    min-height: 100%;
    min-width: 100%
}

[dir] .q-scrollarea--dark .q-scrollarea__thumb {
    background: #fff
}

[dir] .q-select--without-input .q-field__control {
    cursor: pointer
}

[dir] .q-select--with-input .q-field__control {
    cursor: text
}

.q-select .q-field__input {
    min-width: 50px !important
}

[dir] .q-select .q-field__input {
    cursor: text
}

[dir=ltr] .q-select .q-field__input--padding {
    padding-left: 4px
}

[dir=rtl] .q-select .q-field__input--padding {
    padding-right: 4px
}

.q-select__autocomplete-input, .q-select__focus-target {
    position: absolute;
    outline: 0 !important;
    width: 1px;
    height: 1px;
    opacity: 0
}

[dir] .q-select__autocomplete-input, [dir] .q-select__focus-target {
    padding: 0;
    border: 0
}

.q-select__dropdown-icon {
    transition: transform 0.28s
}

[dir] .q-select__dropdown-icon {
    cursor: pointer
}

[dir] .q-select.q-field--readonly .q-field__control, [dir] .q-select.q-field--readonly .q-select__dropdown-icon {
    cursor: default
}

.q-select__dialog {
    width: 90vw !important;
    max-width: 90vw !important;
    max-height: calc(100vh - 70px) !important;
    display: flex;
    flex-direction: column
}

[dir] .q-select__dialog {
    background: #fff
}

.q-select__dialog > .scroll {
    position: relative
}

[dir] .q-select__dialog > .scroll {
    background: inherit
}

body.mobile:not(.native-mobile) .q-select__dialog {
    max-height: calc(100vh - 108px) !important
}

body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
    max-height: calc(100vh - 24px) !important
}

body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
    max-height: calc(100vh - 80px) !important
}

[dir] body.platform-ios.native-mobile .q-dialog__inner--top > div {
    border-radius: 4px
}

body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
    max-height: 47vh !important
}

body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
    max-height: 50vh !important
}

.q-separator {
    transition: background 0.3s,opacity 0.3s;
    flex-shrink: 0
}

[dir] .q-separator {
    border: 0;
    background: rgba(0,0,0,0.12);
    margin: 0
}

[dir] .q-separator--dark {
    background: hsla(0,0%,100%,0.28)
}

.q-separator--horizontal {
    display: block;
    height: 1px
}

[dir=ltr] .q-separator--horizontal-inset, [dir=rtl] .q-separator--horizontal-inset {
    margin-left: 16px;
    margin-right: 16px
}

[dir=ltr] .q-separator--horizontal-item-inset {
    margin-left: 72px;
    margin-right: 0
}

[dir=rtl] .q-separator--horizontal-item-inset {
    margin-right: 72px;
    margin-left: 0
}

[dir=ltr] .q-separator--horizontal-item-thumbnail-inset {
    margin-left: 116px;
    margin-right: 0
}

[dir=rtl] .q-separator--horizontal-item-thumbnail-inset {
    margin-right: 116px;
    margin-left: 0
}

.q-separator--vertical {
    width: 1px;
    height: auto;
    align-self: stretch
}

[dir] .q-separator--vertical-inset {
    margin-top: 8px;
    margin-bottom: 8px
}

.q-skeleton {
    box-sizing: border-box
}

[dir] .q-skeleton {
    background: rgba(0,0,0,0.12);
    border-radius: 4px
}

[dir] .q-skeleton--anim {
    cursor: wait
}

.q-skeleton:before {
    content: "\00a0"
}

[dir] .q-skeleton--type-text {
    transform: scale(1,0.5)
}

.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
    height: 48px;
    width: 48px
}

[dir] .q-skeleton--type-circle, [dir] .q-skeleton--type-QAvatar {
    border-radius: 50%
}

.q-skeleton--type-QBtn {
    width: 90px;
    height: 36px
}

.q-skeleton--type-QBadge {
    width: 70px;
    height: 16px
}

.q-skeleton--type-QChip {
    width: 90px;
    height: 28px
}

[dir] .q-skeleton--type-QChip {
    border-radius: 16px
}

.q-skeleton--type-QToolbar {
    height: 50px
}

.q-skeleton--type-QCheckbox, .q-skeleton--type-QRadio {
    width: 40px;
    height: 40px
}

[dir] .q-skeleton--type-QCheckbox, [dir] .q-skeleton--type-QRadio {
    border-radius: 50%
}

.q-skeleton--type-QToggle {
    width: 56px;
    height: 40px
}

[dir] .q-skeleton--type-QToggle {
    border-radius: 7px
}

.q-skeleton--type-QRange, .q-skeleton--type-QSlider {
    height: 40px
}

.q-skeleton--type-QInput {
    height: 56px
}

[dir] .q-skeleton--bordered {
    border: 1px solid rgba(0,0,0,0.05)
}

[dir] .q-skeleton--square {
    border-radius: 0
}

[dir=ltr] .q-skeleton--anim-fade, [dir=rtl] .q-skeleton--anim-fade {
    animation: q-skeleton--fade 1.5s linear 0.5s infinite
}

[dir=ltr] .q-skeleton--anim-pulse, [dir=rtl] .q-skeleton--anim-pulse {
    animation: q-skeleton--pulse 1.5s ease-in-out 0.5s infinite
}

[dir=ltr] .q-skeleton--anim-pulse-x, [dir=rtl] .q-skeleton--anim-pulse-x {
    animation: q-skeleton--pulse-x 1.5s ease-in-out 0.5s infinite
}

[dir=ltr] .q-skeleton--anim-pulse-y, [dir=rtl] .q-skeleton--anim-pulse-y {
    animation: q-skeleton--pulse-y 1.5s ease-in-out 0.5s infinite
}

.q-skeleton--anim-blink, .q-skeleton--anim-pop, .q-skeleton--anim-wave {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .q-skeleton--anim-blink:after, .q-skeleton--anim-pop:after, .q-skeleton--anim-wave:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0
    }

[dir=ltr] .q-skeleton--anim-blink:after, [dir=ltr] .q-skeleton--anim-pop:after, [dir=ltr] .q-skeleton--anim-wave:after, [dir=rtl] .q-skeleton--anim-blink:after, [dir=rtl] .q-skeleton--anim-pop:after, [dir=rtl] .q-skeleton--anim-wave:after {
    right: 0;
    left: 0
}

[dir] .q-skeleton--anim-blink:after {
    background: hsla(0,0%,100%,0.7)
}

[dir=ltr] .q-skeleton--anim-blink:after, [dir=rtl] .q-skeleton--anim-blink:after {
    animation: q-skeleton--fade 1.5s linear 0.5s infinite
}

[dir=ltr] .q-skeleton--anim-wave:after {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.5),hsla(0,0%,100%,0));
    animation: q-skeleton--wave-ltr 1.5s linear 0.5s infinite
}

[dir=rtl] .q-skeleton--anim-wave:after {
    background: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.5),hsla(0,0%,100%,0));
    animation: q-skeleton--wave-rtl 1.5s linear 0.5s infinite
}

[dir] .q-skeleton--dark {
    background: hsla(0,0%,100%,0.05)
}

    [dir] .q-skeleton--dark.q-skeleton--bordered {
        border: 1px solid hsla(0,0%,100%,0.25)
    }

[dir=ltr] .q-skeleton--dark.q-skeleton--anim-wave:after {
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.1),hsla(0,0%,100%,0))
}

[dir=rtl] .q-skeleton--dark.q-skeleton--anim-wave:after {
    background: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.1),hsla(0,0%,100%,0))
}

[dir] .q-skeleton--dark.q-skeleton--anim-blink:after {
    background: hsla(0,0%,100%,0.2)
}

.q-slide-item {
    position: relative
}

[dir] .q-slide-item {
    background: #fff
}

.q-slide-item__bottom, .q-slide-item__left, .q-slide-item__right, .q-slide-item__top {
    visibility: hidden;
    font-size: 14px;
    color: #fff
}

    .q-slide-item__bottom .q-icon, .q-slide-item__left .q-icon, .q-slide-item__right .q-icon, .q-slide-item__top .q-icon {
        font-size: 1.714em
    }

[dir] .q-slide-item__left {
    background: #4caf50;
    padding: 8px 16px
}

[dir=ltr] .q-slide-item__left > div {
    transform-origin: left center
}

[dir=rtl] .q-slide-item__left > div {
    transform-origin: right center
}

[dir] .q-slide-item__right {
    background: #ff9800;
    padding: 8px 16px
}

[dir=ltr] .q-slide-item__right > div {
    transform-origin: right center
}

[dir=rtl] .q-slide-item__right > div {
    transform-origin: left center
}

[dir] .q-slide-item__top {
    background: #2196f3;
    padding: 16px 8px
}

    [dir] .q-slide-item__top > div {
        transform-origin: top center
    }

[dir] .q-slide-item__bottom {
    background: #9c27b0;
    padding: 16px 8px
}

    [dir] .q-slide-item__bottom > div {
        transform-origin: bottom center
    }

.q-slide-item__content {
    transition: transform 0.2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[dir] .q-slide-item__content {
    background: inherit;
    cursor: pointer
}

.q-slider {
    position: relative
}

.q-slider--h {
    width: 100%
}

.q-slider--v {
    height: 200px
}

[dir] .q-slider--editable .q-slider__track-container {
    cursor: grab
}

.q-slider__track-container {
    outline: 0
}

.q-slider__track-container--h {
    width: 100%
}

[dir] .q-slider__track-container--h {
    padding: 12px 0
}

.q-slider__track-container--h .q-slider__selection {
    will-change: width,left
}

.q-slider__track-container--v {
    height: 100%
}

[dir] .q-slider__track-container--v {
    padding: 0 12px
}

.q-slider__track-container--v .q-slider__selection {
    will-change: height,top
}

.q-slider__track {
    color: #1976d2;
    color: var(--q-color-primary);
    width: inherit;
    height: inherit
}

[dir] .q-slider__track {
    background: rgba(0,0,0,0.1);
    border-radius: 4px
}

.q-slider__inner {
    width: 100%;
    height: 100%
}

[dir] .q-slider__inner {
    background: rgba(0,0,0,0.1);
    border-radius: inherit
}

.q-slider__selection {
    width: 100%;
    height: 100%
}

[dir] .q-slider__selection {
    background: currentColor;
    border-radius: inherit
}

.q-slider__markers {
    color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%
}

[dir] .q-slider__markers {
    border-radius: inherit
}

.q-slider__markers:after {
    content: "";
    position: absolute
}

[dir] .q-slider__markers:after {
    background: currentColor
}

[dir=ltr] .q-slider__markers--h {
    background-image: repeating-linear-gradient(90deg,currentColor,currentColor 2px,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0))
}

[dir=rtl] .q-slider__markers--h {
    background-image: repeating-linear-gradient(270deg,currentColor,currentColor 2px,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0))
}

.q-slider__markers--h:after {
    height: 100%;
    width: 2px;
    top: 0
}

[dir=ltr] .q-slider__markers--h:after {
    right: 0
}

[dir=rtl] .q-slider__markers--h:after {
    left: 0
}

[dir] .q-slider__markers--v {
    background-image: repeating-linear-gradient(180deg,currentColor,currentColor 2px,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0))
}

.q-slider__markers--v:after {
    width: 100%;
    height: 2px;
    bottom: 0
}

[dir=ltr] .q-slider__markers--v:after {
    left: 0
}

[dir=rtl] .q-slider__markers--v:after {
    right: 0
}

.q-slider__marker-labels-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 24px;
    min-width: 24px
}

.q-slider__marker-labels {
    position: absolute
}

.q-slider__marker-labels--h-standard {
    top: 0
}

.q-slider__marker-labels--h-switched {
    bottom: 0
}

.q-slider__marker-labels--h-ltr {
    transform: translateX(-50%)
}

.q-slider__marker-labels--h-rtl {
    transform: translateX(50%)
}

[dir=ltr] .q-slider__marker-labels--v-standard {
    left: 4px
}

[dir=ltr] .q-slider__marker-labels--v-switched, [dir=rtl] .q-slider__marker-labels--v-standard {
    right: 4px
}

[dir=rtl] .q-slider__marker-labels--v-switched {
    left: 4px
}

.q-slider__marker-labels--v-ltr {
    transform: translateY(-50%)
}

.q-slider__marker-labels--v-rtl {
    transform: translateY(50%)
}

.q-slider__thumb {
    z-index: 1;
    outline: 0;
    color: #1976d2;
    color: var(--q-color-primary);
    transition: transform 0.18s ease-out,fill 0.18s ease-out,stroke 0.18s ease-out
}

    .q-slider__thumb.q-slider--focus {
        opacity: 1 !important
    }

.q-slider__thumb--h {
    top: 50%;
    will-change: left
}

.q-slider__thumb--h-ltr {
    transform: scale(1) translate(-50%,-50%)
}

.q-slider__thumb--h-rtl {
    transform: scale(1) translate(50%,-50%)
}

.q-slider__thumb--v {
    left: 50%;
    will-change: top
}

.q-slider__thumb--v-ltr {
    transform: scale(1) translate(-50%,-50%)
}

.q-slider__thumb--v-rtl {
    transform: scale(1) translate(-50%,50%)
}

.q-slider__thumb-shape {
    top: 0;
    stroke-width: 3.5;
    stroke: currentColor;
    transition: transform 0.28s
}

[dir=ltr] .q-slider__thumb-shape {
    left: 0
}

[dir=rtl] .q-slider__thumb-shape {
    right: 0
}

.q-slider__thumb-shape path {
    stroke: currentColor;
    fill: currentColor
}

.q-slider__focus-ring {
    opacity: 0;
    transition: transform 266.67ms ease-out,opacity 266.67ms ease-out,background-color 266.67ms ease-out
}

[dir] .q-slider__focus-ring {
    border-radius: 50%;
    transition-delay: 0.14s
}

.q-slider__pin {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.28s ease-out
}

[dir] .q-slider__pin {
    transition-delay: 0.14s
}

.q-slider__pin:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute
}

[dir=ltr] .q-slider__pin--h:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .q-slider__pin--h:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    right: 50%;
    transform: translateX(50%)
}

.q-slider__pin--h-standard {
    bottom: 100%
}

    .q-slider__pin--h-standard:before {
        bottom: 2px
    }

[dir] .q-slider__pin--h-standard:before {
    border-top: 6px solid currentColor
}

.q-slider__pin--h-switched {
    top: 100%
}

    .q-slider__pin--h-switched:before {
        top: 2px
    }

[dir] .q-slider__pin--h-switched:before {
    border-bottom: 6px solid currentColor
}

.q-slider__pin--v {
    top: 0
}

    .q-slider__pin--v:before {
        top: 50%
    }

[dir] .q-slider__pin--v:before {
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

[dir=ltr] .q-slider__pin--v-standard {
    left: 100%
}

[dir=rtl] .q-slider__pin--v-standard {
    right: 100%
}

[dir=ltr] .q-slider__pin--v-standard:before {
    left: 2px;
    border-right: 6px solid currentColor
}

[dir=rtl] .q-slider__pin--v-standard:before {
    right: 2px;
    border-left: 6px solid currentColor
}

[dir=ltr] .q-slider__pin--v-switched {
    right: 100%
}

[dir=rtl] .q-slider__pin--v-switched {
    left: 100%
}

[dir=ltr] .q-slider__pin--v-switched:before {
    right: 2px;
    border-left: 6px solid currentColor
}

[dir=rtl] .q-slider__pin--v-switched:before {
    left: 2px;
    border-right: 6px solid currentColor
}

.q-slider__label {
    z-index: 1;
    white-space: nowrap;
    position: absolute
}

[dir=ltr] .q-slider__label--h {
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .q-slider__label--h {
    right: 50%;
    transform: translateX(50%)
}

.q-slider__label--h-standard {
    bottom: 7px
}

.q-slider__label--h-switched {
    top: 7px
}

.q-slider__label--v {
    top: 50%
}

[dir] .q-slider__label--v {
    transform: translateY(-50%)
}

[dir=ltr] .q-slider__label--v-standard {
    left: 7px
}

[dir=ltr] .q-slider__label--v-switched, [dir=rtl] .q-slider__label--v-standard {
    right: 7px
}

[dir=rtl] .q-slider__label--v-switched {
    left: 7px
}

.q-slider__text-container {
    min-height: 25px;
    position: relative
}

[dir] .q-slider__text-container {
    padding: 2px 8px;
    border-radius: 4px;
    background: currentColor;
    text-align: center
}

.q-slider__text {
    color: #fff;
    font-size: 12px
}

.q-slider--no-value .q-slider__inner, .q-slider--no-value .q-slider__selection, .q-slider--no-value .q-slider__thumb {
    opacity: 0
}

.q-slider--focus .q-slider__focus-ring, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring {
    opacity: 0.25
}

[dir] .q-slider--focus .q-slider__focus-ring, [dir] body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring {
    background: currentColor;
    transform: scale3d(1.55,1.55,1)
}

.q-slider--focus .q-slider__inner, .q-slider--focus .q-slider__selection, .q-slider--focus .q-slider__thumb, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb {
    opacity: 1
}

[dir=ltr] .q-slider--inactive .q-slider__thumb--h {
    transition: left 0.28s,right 0.28s
}

[dir=rtl] .q-slider--inactive .q-slider__thumb--h {
    transition: right 0.28s,left 0.28s
}

.q-slider--inactive .q-slider__thumb--v {
    transition: top 0.28s,bottom 0.28s
}

[dir=ltr] .q-slider--inactive .q-slider__selection {
    transition: width 0.28s,left 0.28s,right 0.28s,height 0.28s,top 0.28s,bottom 0.28s
}

[dir=rtl] .q-slider--inactive .q-slider__selection {
    transition: width 0.28s,right 0.28s,left 0.28s,height 0.28s,top 0.28s,bottom 0.28s
}

.q-slider--inactive .q-slider__text-container {
    transition: transform 0.28s
}

[dir] .q-slider--active {
    cursor: grabbing
}

    [dir] .q-slider--active .q-slider__thumb-shape {
        transform: scale(1.5)
    }

    [dir] .q-slider--active.q-slider--label .q-slider__thumb-shape, [dir] .q-slider--active .q-slider__focus-ring {
        transform: scale(0) !important
    }

.q-slider--label.q-slider--active .q-slider__pin, .q-slider--label .q-slider--focus .q-slider__pin, .q-slider--label.q-slider--label-always .q-slider__pin, body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin {
    opacity: 1
}

[dir] .q-slider--dark .q-slider__inner, [dir] .q-slider--dark .q-slider__track {
    background: hsla(0,0%,100%,0.1)
}

.q-slider--dark .q-slider__markers {
    color: hsla(0,0%,100%,0.3)
}

[dir] .q-slider--dense .q-slider__track-container--h {
    padding: 6px 0
}

[dir] .q-slider--dense .q-slider__track-container--v {
    padding: 0 6px
}

.q-space {
    flex-grow: 1 !important
}

.q-spinner {
    vertical-align: middle
}

[dir] .q-spinner-mat {
    transform-origin: center center
}

[dir=ltr] .q-spinner-mat {
    animation: q-spin-ltr 2s linear infinite
}

[dir=rtl] .q-spinner-mat {
    animation: q-spin-rtl 2s linear infinite
}

.q-spinner-mat .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
}

[dir=ltr] .q-spinner-mat .path, [dir=rtl] .q-spinner-mat .path {
    animation: q-mat-dash 1.5s ease-in-out infinite
}

.q-splitter__panel {
    position: relative;
    z-index: 0
}

    .q-splitter__panel > .q-splitter {
        width: 100%;
        height: 100%
    }

.q-splitter__separator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1
}

[dir] .q-splitter__separator {
    background-color: rgba(0,0,0,0.12)
}

.q-splitter__separator-area > * {
    position: absolute;
    top: 50%
}

[dir=ltr] .q-splitter__separator-area > * {
    left: 50%;
    transform: translate(-50%,-50%)
}

[dir=rtl] .q-splitter__separator-area > * {
    right: 50%;
    transform: translate(50%,-50%)
}

[dir] .q-splitter--dark .q-splitter__separator {
    background-color: hsla(0,0%,100%,0.28)
}

.q-splitter--vertical > .q-splitter__panel {
    height: 100%
}

[dir] .q-splitter--vertical.q-splitter--active {
    cursor: col-resize
}

.q-splitter--vertical > .q-splitter__separator {
    width: 1px
}

[dir=ltr] .q-splitter--vertical > .q-splitter__separator > div, [dir=rtl] .q-splitter--vertical > .q-splitter__separator > div {
    left: -6px;
    right: -6px
}

[dir] .q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
    cursor: col-resize
}

.q-splitter--horizontal > .q-splitter__panel {
    width: 100%
}

[dir] .q-splitter--horizontal.q-splitter--active {
    cursor: row-resize
}

.q-splitter--horizontal > .q-splitter__separator {
    height: 1px
}

    .q-splitter--horizontal > .q-splitter__separator > div {
        top: -6px;
        bottom: -6px
    }

[dir] .q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
    cursor: row-resize
}

.q-splitter__after, .q-splitter__before {
    overflow: auto
}

[dir] .q-stepper {
    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);
    border-radius: 4px;
    background: #fff
}

.q-stepper__title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px
}

.q-stepper__caption {
    font-size: 12px;
    line-height: 14px
}

.q-stepper__dot {
    contain: layout;
    font-size: 14px;
    width: 24px;
    min-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;
    color: #9e9e9e;
    flex-direction: row
}

[dir] .q-stepper__tab {
    padding: 8px 24px
}

.q-stepper--dark .q-stepper__dot span {
    color: #000
}

.q-stepper__tab--navigation {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[dir] .q-stepper__tab--navigation {
    cursor: pointer
}

.q-stepper__tab--active, .q-stepper__tab--done {
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-stepper__tab--active .q-stepper__dot, [dir] .q-stepper__tab--active .q-stepper__label, [dir] .q-stepper__tab--done .q-stepper__dot, [dir] .q-stepper__tab--done .q-stepper__label {
    text-shadow: 0 0 0 currentColor
}

[dir] .q-stepper__tab--disabled .q-stepper__dot {
    background: rgba(0,0,0,0.22)
}

.q-stepper__tab--disabled .q-stepper__label {
    color: rgba(0,0,0,0.32)
}

.q-stepper__tab--error {
    color: #c10015;
    color: var(--q-color-negative)
}

[dir] .q-stepper__tab--error-with-icon .q-stepper__dot {
    background: transparent !important
}

.q-stepper__tab--error-with-icon .q-stepper__dot span {
    color: currentColor
}

.q-stepper__tab--error-with-icon .q-stepper__dot .q-icon {
    font-size: 24px
}

[dir=ltr] .q-stepper__header, [dir=rtl] .q-stepper__header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[dir] .q-stepper__header--border {
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

.q-stepper__header--standard-labels .q-stepper__tab {
    min-height: 72px;
    justify-content: center
}

    .q-stepper__header--standard-labels .q-stepper__tab:first-child {
        justify-content: flex-start
    }

    .q-stepper__header--standard-labels .q-stepper__tab:last-child {
        justify-content: flex-end
    }

    .q-stepper__header--standard-labels .q-stepper__tab:only-child {
        justify-content: center
    }

.q-stepper__header--standard-labels .q-stepper__dot:after {
    display: none
}

.q-stepper__header--alternative-labels .q-stepper__tab {
    min-height: 104px;
    flex-direction: column;
    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:after, .q-stepper__header--alternative-labels .q-stepper__label:before {
    display: none
}

.q-stepper__header--contracted, .q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab {
    min-height: 72px
}

    .q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child {
        align-items: flex-start
    }

    .q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child {
        align-items: flex-end
    }

[dir] .q-stepper__header--contracted .q-stepper__tab {
    padding: 24px 0
}

[dir=ltr] .q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot {
    transform: translateX(24px)
}

[dir=ltr] .q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot, [dir=rtl] .q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot {
    transform: translateX(-24px)
}

[dir=rtl] .q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot {
    transform: translateX(24px)
}

.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after {
    display: block !important
}

[dir] .q-stepper__header--contracted .q-stepper__dot {
    margin: 0
}

.q-stepper__header--contracted .q-stepper__label {
    display: none
}

[dir] .q-stepper__nav {
    padding-top: 24px
}

[dir] .q-stepper--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-stepper--horizontal .q-stepper__step-inner {
    padding: 24px
}

[dir=ltr] .q-stepper--horizontal .q-stepper__tab:first-child {
    border-top-left-radius: inherit
}

[dir=ltr] .q-stepper--horizontal .q-stepper__tab:last-child, [dir=rtl] .q-stepper--horizontal .q-stepper__tab:first-child {
    border-top-right-radius: inherit
}

[dir=rtl] .q-stepper--horizontal .q-stepper__tab:last-child {
    border-top-left-radius: inherit
}

.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before, .q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after, .q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after {
    display: none
}

.q-stepper--horizontal .q-stepper__tab {
    overflow: hidden
}

.q-stepper--horizontal .q-stepper__line {
    contain: layout
}

    .q-stepper--horizontal .q-stepper__line:after, .q-stepper--horizontal .q-stepper__line:before {
        position: absolute;
        top: 50%;
        height: 1px;
        width: 100vw
    }

[dir] .q-stepper--horizontal .q-stepper__line:after, [dir] .q-stepper--horizontal .q-stepper__line:before {
    background: rgba(0,0,0,0.12)
}

.q-stepper--horizontal .q-stepper__dot:after, .q-stepper--horizontal .q-stepper__label:after {
    content: ""
}

[dir=ltr] .q-stepper--horizontal .q-stepper__dot:after, [dir=ltr] .q-stepper--horizontal .q-stepper__label:after {
    left: 100%;
    margin-left: 8px
}

[dir=rtl] .q-stepper--horizontal .q-stepper__dot:after, [dir=rtl] .q-stepper--horizontal .q-stepper__label: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--horizontal > .q-stepper__nav {
    padding: 0 24px 24px
}

[dir] .q-stepper--vertical {
    padding: 16px 0
}

    [dir] .q-stepper--vertical .q-stepper__tab {
        padding: 12px 24px
    }

.q-stepper--vertical .q-stepper__title {
    line-height: 18px
}

[dir=ltr] .q-stepper--vertical .q-stepper__step-inner {
    padding: 0 24px 32px 60px
}

[dir=rtl] .q-stepper--vertical .q-stepper__step-inner {
    padding: 0 60px 32px 24px
}

[dir] .q-stepper--vertical > .q-stepper__nav {
    padding: 24px 24px 0
}

.q-stepper--vertical .q-stepper__step {
    overflow: hidden
}

[dir=ltr] .q-stepper--vertical .q-stepper__dot {
    margin-right: 12px
}

[dir=rtl] .q-stepper--vertical .q-stepper__dot {
    margin-left: 12px
}

.q-stepper--vertical .q-stepper__dot:after, .q-stepper--vertical .q-stepper__dot:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 99999px
}

[dir] .q-stepper--vertical .q-stepper__dot:after, [dir] .q-stepper--vertical .q-stepper__dot:before {
    background: rgba(0,0,0,0.12)
}

[dir=ltr] .q-stepper--vertical .q-stepper__dot:after, [dir=ltr] .q-stepper--vertical .q-stepper__dot:before {
    left: 50%
}

[dir=rtl] .q-stepper--vertical .q-stepper__dot:after, [dir=rtl] .q-stepper--vertical .q-stepper__dot:before {
    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
}

.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before, .q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
    display: none
}

[dir] .q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
    padding-bottom: 8px
}

[dir] .q-stepper--dark.q-stepper--bordered, [dir] .q-stepper--dark .q-stepper__header--border {
    border-color: hsla(0,0%,100%,0.28)
}

[dir] .q-stepper--dark.q-stepper--horizontal .q-stepper__line:after, [dir] .q-stepper--dark.q-stepper--horizontal .q-stepper__line:before, [dir] .q-stepper--dark.q-stepper--vertical .q-stepper__dot:after, [dir] .q-stepper--dark.q-stepper--vertical .q-stepper__dot:before {
    background: hsla(0,0%,100%,0.28)
}

.q-stepper--dark .q-stepper__tab--disabled {
    color: hsla(0,0%,100%,0.28)
}

[dir] .q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot {
    background: hsla(0,0%,100%,0.28)
}

.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
    color: hsla(0,0%,100%,0.54)
}

[dir] .q-tab-panels {
    background: #fff
}

[dir] .q-tab-panel {
    padding: 16px
}

.q-markup-table {
    overflow: auto
}

[dir] .q-markup-table {
    background: #fff
}

.q-table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

    .q-table tbody td, .q-table thead tr {
        height: 48px
    }

    .q-table th {
        font-weight: 500;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

[dir] .q-table th.sortable {
    cursor: pointer
}

.q-table th.sortable:hover .q-table__sort-icon {
    opacity: 0.64
}

.q-table th.sorted .q-table__sort-icon {
    opacity: 0.86 !important
}

[dir=ltr] .q-table th.sort-desc .q-table__sort-icon {
    transform: rotate(180deg)
}

[dir=rtl] .q-table th.sort-desc .q-table__sort-icon {
    transform: rotate(-180deg)
}

[dir] .q-table td, [dir] .q-table th {
    padding: 7px 16px;
    background-color: inherit
}

[dir] .q-table td, [dir] .q-table th, [dir] .q-table thead {
    border-style: solid;
    border-width: 0
}

.q-table tbody td {
    font-size: 13px
}

.q-table__card {
    color: #000
}

[dir] .q-table__card {
    background-color: #fff;
    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-table__card .q-table__middle {
    flex: 1 1 auto
}

.q-table__card .q-table__bottom, .q-table__card .q-table__top {
    flex: 0 0 auto
}

.q-table__container {
    position: relative
}

    .q-table__container.fullscreen {
        max-height: 100%
    }

[dir=ltr] .q-table__container > div:first-child, [dir=rtl] .q-table__container > div:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[dir=ltr] .q-table__container > div:last-child, [dir=rtl] .q-table__container > div:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir] .q-table__container > .q-inner-loading {
    border-radius: inherit !important
}

[dir] .q-table__top {
    padding: 12px 16px
}

.q-table__top .q-table__control {
    flex-wrap: wrap
}

.q-table__title {
    font-size: 20px;
    letter-spacing: 0.005em;
    font-weight: 400
}

.q-table__separator {
    min-width: 8px !important
}

.q-table__progress {
    height: 0 !important
}

[dir] .q-table__progress th {
    padding: 0 !important;
    border: 0 !important
}

.q-table__progress .q-linear-progress {
    position: absolute;
    bottom: 0
}

.q-table__middle {
    max-width: 100%
}

.q-table__bottom {
    min-height: 50px;
    font-size: 12px
}

[dir=ltr] .q-table__bottom {
    padding: 4px 14px 4px 16px
}

[dir=rtl] .q-table__bottom {
    padding: 4px 16px 4px 14px
}

.q-table__bottom .q-table__control {
    min-height: 24px
}

.q-table__bottom-nodata-icon {
    font-size: 200%
}

[dir=ltr] .q-table__bottom-nodata-icon {
    margin-right: 8px
}

[dir=rtl] .q-table__bottom-nodata-icon {
    margin-left: 8px
}

[dir=ltr] .q-table__bottom-item {
    margin-right: 16px
}

[dir=rtl] .q-table__bottom-item {
    margin-left: 16px
}

.q-table__control {
    display: flex;
    align-items: center
}

.q-table__sort-icon {
    transition: transform 0.3s cubic-bezier(0.25,0.8,0.5,1);
    opacity: 0;
    font-size: 120%
}

[dir=ltr] .q-table__sort-icon--center, [dir=ltr] .q-table__sort-icon--left {
    margin-left: 4px
}

[dir=ltr] .q-table__sort-icon--right, [dir=rtl] .q-table__sort-icon--center, [dir=rtl] .q-table__sort-icon--left {
    margin-right: 4px
}

[dir=rtl] .q-table__sort-icon--right {
    margin-left: 4px
}

.q-table--col-auto-width {
    width: 1px
}

[dir] .q-table--flat {
    box-shadow: none
}

[dir] .q-table--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-table--square {
    border-radius: 0
}

.q-table__linear-progress {
    height: 2px
}

.q-table--no-wrap td, .q-table--no-wrap th {
    white-space: nowrap
}

[dir] .q-table--grid {
    box-shadow: none;
    border-radius: 4px
}

    [dir] .q-table--grid .q-table__top {
        padding-bottom: 4px
    }

.q-table--grid .q-table__middle {
    min-height: 2px
}

[dir] .q-table--grid .q-table__middle {
    margin-bottom: 4px
}

    [dir] .q-table--grid .q-table__middle thead, [dir] .q-table--grid .q-table__middle thead th {
        border: 0 !important
    }

.q-table--grid .q-table__linear-progress {
    bottom: 0
}

[dir] .q-table--grid .q-table__bottom {
    border-top: 0
}

.q-table--grid .q-table__grid-content {
    flex: 1 1 auto
}

[dir] .q-table--grid.fullscreen {
    background: inherit
}

.q-table__grid-item-card {
    vertical-align: top
}

[dir] .q-table__grid-item-card {
    padding: 12px
}

    [dir] .q-table__grid-item-card .q-separator {
        margin: 12px 0
    }

[dir] .q-table__grid-item-row + .q-table__grid-item-row {
    margin-top: 8px
}

.q-table__grid-item-title {
    opacity: 0.54;
    font-weight: 500;
    font-size: 12px
}

.q-table__grid-item-value {
    font-size: 13px
}

.q-table__grid-item {
    transition: transform 0.3s cubic-bezier(0.25,0.8,0.5,1)
}

[dir] .q-table__grid-item {
    padding: 4px
}

[dir] .q-table__grid-item--selected {
    transform: scale(0.95)
}

[dir] .q-table--cell-separator tbody tr:not(:last-child) > td, [dir] .q-table--cell-separator thead th, [dir] .q-table--horizontal-separator tbody tr:not(:last-child) > td, [dir] .q-table--horizontal-separator thead th {
    border-bottom-width: 1px
}

[dir=ltr] .q-table--cell-separator td, [dir=ltr] .q-table--cell-separator th, [dir=ltr] .q-table--vertical-separator td, [dir=ltr] .q-table--vertical-separator th {
    border-left-width: 1px
}

[dir=rtl] .q-table--cell-separator td, [dir=rtl] .q-table--cell-separator th, [dir=rtl] .q-table--vertical-separator td, [dir=rtl] .q-table--vertical-separator th {
    border-right-width: 1px
}

[dir] .q-table--cell-separator.q-table--loading tr:nth-last-child(2) th, [dir] .q-table--cell-separator thead tr:last-child th, [dir] .q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th, [dir] .q-table--vertical-separator thead tr:last-child th {
    border-bottom-width: 1px
}

[dir=ltr] .q-table--cell-separator td:first-child, [dir=ltr] .q-table--cell-separator th:first-child, [dir=ltr] .q-table--vertical-separator td:first-child, [dir=ltr] .q-table--vertical-separator th:first-child {
    border-left: 0
}

[dir=rtl] .q-table--cell-separator td:first-child, [dir=rtl] .q-table--cell-separator th:first-child, [dir=rtl] .q-table--vertical-separator td:first-child, [dir=rtl] .q-table--vertical-separator th:first-child {
    border-right: 0
}

[dir] .q-table--cell-separator .q-table__top, [dir] .q-table--vertical-separator .q-table__top {
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-table--dense .q-table__top {
    padding: 6px 16px
}

.q-table--dense .q-table__bottom {
    min-height: 33px
}

.q-table--dense .q-table__sort-icon {
    font-size: 110%
}

[dir] .q-table--dense .q-table td, [dir] .q-table--dense .q-table th {
    padding: 4px 8px
}

.q-table--dense .q-table tbody td, .q-table--dense .q-table tbody tr, .q-table--dense .q-table thead tr {
    height: 28px
}

[dir=ltr] .q-table--dense .q-table td:first-child, [dir=ltr] .q-table--dense .q-table th:first-child {
    padding-left: 16px
}

[dir=ltr] .q-table--dense .q-table td:last-child, [dir=ltr] .q-table--dense .q-table th:last-child, [dir=rtl] .q-table--dense .q-table td:first-child, [dir=rtl] .q-table--dense .q-table th:first-child {
    padding-right: 16px
}

[dir=rtl] .q-table--dense .q-table td:last-child, [dir=rtl] .q-table--dense .q-table th:last-child {
    padding-left: 16px
}

[dir=ltr] .q-table--dense .q-table__bottom-item {
    margin-right: 8px
}

[dir=rtl] .q-table--dense .q-table__bottom-item {
    margin-left: 8px
}

.q-table--dense .q-table__select .q-field__control, .q-table--dense .q-table__select .q-field__native {
    min-height: 24px
}

[dir] .q-table--dense .q-table__select .q-field__control, [dir] .q-table--dense .q-table__select .q-field__native {
    padding: 0
}

.q-table--dense .q-table__select .q-field__marginal {
    height: 24px
}

[dir] .q-table__bottom {
    border-top: 1px solid rgba(0,0,0,0.12)
}

[dir] .q-table td, [dir] .q-table th, [dir] .q-table thead, [dir] .q-table tr {
    border-color: rgba(0,0,0,0.12)
}

.q-table tbody td {
    position: relative
}

    .q-table tbody td:after, .q-table tbody td:before {
        position: absolute;
        top: 0;
        bottom: 0;
        pointer-events: none
    }

[dir=ltr] .q-table tbody td:after, [dir=ltr] .q-table tbody td:before, [dir=rtl] .q-table tbody td:after, [dir=rtl] .q-table tbody td:before {
    left: 0;
    right: 0
}

[dir] .q-table tbody td:before {
    background: rgba(0,0,0,0.03)
}

[dir] .q-table tbody td:after {
    background: rgba(0,0,0,0.06)
}

.q-table tbody tr.selected td:after, body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
    content: ""
}

[dir] .q-table--dark, [dir] .q-table--dark .q-table__bottom, [dir] .q-table--dark td, [dir] .q-table--dark th, [dir] .q-table--dark thead, [dir] .q-table--dark tr, [dir] .q-table__card--dark {
    border-color: hsla(0,0%,100%,0.28)
}

    [dir] .q-table--dark tbody td:before {
        background: hsla(0,0%,100%,0.07)
    }

    [dir] .q-table--dark tbody td:after {
        background: hsla(0,0%,100%,0.1)
    }

    [dir] .q-table--dark.q-table--cell-separator .q-table__top, [dir] .q-table--dark.q-table--vertical-separator .q-table__top {
        border-color: hsla(0,0%,100%,0.28)
    }

.q-tab {
    min-height: 48px;
    transition: color 0.3s,background-color 0.3s;
    text-transform: uppercase;
    white-space: nowrap;
    color: inherit;
    text-decoration: none
}

[dir] .q-tab {
    padding: 0 16px
}

.q-tab--full {
    min-height: 72px
}

.q-tab--no-caps {
    text-transform: none
}

.q-tab__content {
    height: inherit;
    min-width: 40px
}

[dir] .q-tab__content {
    padding: 4px 0
}

[dir=ltr] .q-tab__content--inline .q-tab__icon + .q-tab__label {
    padding-left: 8px
}

[dir=rtl] .q-tab__content--inline .q-tab__icon + .q-tab__label {
    padding-right: 8px
}

.q-tab__content .q-chip--floating {
    top: 0
}

[dir=ltr] .q-tab__content .q-chip--floating {
    right: -16px
}

[dir=rtl] .q-tab__content .q-chip--floating {
    left: -16px
}

.q-tab__icon {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.q-tab__label {
    font-size: 14px;
    line-height: 1.715em;
    font-weight: 500
}

.q-tab .q-badge {
    top: 3px
}

[dir=ltr] .q-tab .q-badge {
    right: -12px
}

[dir=rtl] .q-tab .q-badge {
    left: -12px
}

.q-tab__alert, .q-tab__alert-icon {
    position: absolute
}

.q-tab__alert {
    top: 7px;
    height: 10px;
    width: 10px
}

[dir] .q-tab__alert {
    border-radius: 50%;
    background: currentColor
}

[dir=ltr] .q-tab__alert {
    right: -9px
}

[dir=rtl] .q-tab__alert {
    left: -9px
}

.q-tab__alert-icon {
    top: 2px;
    font-size: 18px
}

[dir=ltr] .q-tab__alert-icon {
    right: -12px
}

[dir=rtl] .q-tab__alert-icon {
    left: -12px
}

.q-tab__indicator {
    opacity: 0;
    height: 2px
}

[dir] .q-tab__indicator {
    background: currentColor
}

.q-tab--active .q-tab__indicator {
    opacity: 1;
    transform-origin: left
}

.q-tab--inactive {
    opacity: 0.85
}

.q-tabs {
    position: relative;
    transition: color 0.3s,background-color 0.3s
}

[dir=ltr] .q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal, [dir=rtl] .q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal {
    padding-left: 36px;
    padding-right: 36px
}

[dir] .q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical {
    padding-top: 36px;
    padding-bottom: 36px
}

.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded {
    opacity: 0.3;
    pointer-events: none
}

.q-tabs--not-scrollable .q-tabs__arrow, .q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded {
    display: none
}

[dir] .q-tabs--not-scrollable .q-tabs__content {
    border-radius: inherit
}

.q-tabs__arrow {
    font-size: 32px;
    min-width: 36px;
    transition: opacity 0.3s
}

[dir] .q-tabs__arrow {
    cursor: pointer;
    text-shadow: 0 0 3px #fff,0 0 1px #fff,0 0 1px #000
}

.q-tabs__content {
    overflow: hidden;
    flex: 1 1 auto
}

.q-tabs__content--align-center {
    justify-content: center
}

.q-tabs__content--align-right {
    justify-content: flex-end
}

.q-tabs__content--align-justify .q-tab {
    flex: 1 1 auto
}

.q-tabs__offset {
    display: none
}

.q-tabs--horizontal .q-tabs__arrow {
    height: 100%
}

.q-tabs--horizontal .q-tabs__arrow--start {
    top: 0;
    left: 0;
    bottom: 0
}

.q-tabs--horizontal .q-tabs__arrow--end {
    top: 0;
    right: 0;
    bottom: 0
}

.q-tabs--vertical, .q-tabs--vertical .q-tabs__content {
    display: block !important;
    height: 100%
}

    .q-tabs--vertical .q-tabs__arrow {
        width: 100%;
        height: 36px
    }

[dir] .q-tabs--vertical .q-tabs__arrow {
    text-align: center
}

.q-tabs--vertical .q-tabs__arrow--start {
    top: 0
}

[dir=ltr] .q-tabs--vertical .q-tabs__arrow--start, [dir=rtl] .q-tabs--vertical .q-tabs__arrow--start {
    left: 0;
    right: 0
}

.q-tabs--vertical .q-tabs__arrow--end {
    bottom: 0
}

[dir=ltr] .q-tabs--vertical .q-tabs__arrow--end, [dir=rtl] .q-tabs--vertical .q-tabs__arrow--end {
    left: 0;
    right: 0
}

[dir] .q-tabs--vertical .q-tab {
    padding: 0 8px
}

.q-tabs--vertical .q-tab__indicator {
    height: unset;
    width: 2px
}

.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
    height: 100%
}

.q-tabs--vertical.q-tabs--dense .q-tab__content {
    min-width: 24px
}

.q-tabs--dense .q-tab {
    min-height: 36px
}

.q-tabs--dense .q-tab--full {
    min-height: 52px
}

.q-time {
    outline: 0;
    width: 290px;
    min-width: 290px;
    max-width: 100%
}

[dir] .q-time {
    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);
    border-radius: 4px;
    background: #fff
}

[dir] .q-time--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

.q-time__header {
    color: #fff;
    font-weight: 300
}

[dir] .q-time__header {
    background-color: #1976d2;
    background-color: var(--q-color-primary);
    padding: 16px
}

[dir=ltr] .q-time__header {
    border-top-left-radius: inherit
}

[dir=rtl] .q-time__header {
    border-top-right-radius: inherit
}

[dir] .q-time__actions {
    padding: 0 16px 16px
}

.q-time__header-label {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.00833em
}

[dir=ltr] .q-time__header-label > div + div {
    margin-left: 4px
}

[dir=rtl] .q-time__header-label > div + div {
    margin-right: 4px
}

.q-time__link {
    opacity: 0.56;
    outline: 0;
    transition: opacity 0.3s ease-out
}

    .q-time__link--active, .q-time__link:focus, .q-time__link:hover {
        opacity: 1
    }

.q-time__header-ampm {
    font-size: 16px;
    letter-spacing: 0.1em
}

[dir] .q-time__content {
    padding: 16px
}

.q-time__content:before {
    content: "";
    display: block
}

[dir] .q-time__content:before {
    padding-bottom: 100%
}

[dir] .q-time__container-parent {
    padding: 16px
}

[dir] .q-time__container-child {
    border-radius: 50%;
    background: rgba(0,0,0,0.12)
}

.q-time__clock {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    font-size: 14px
}

[dir] .q-time__clock {
    padding: 24px
}

.q-time__clock-circle {
    position: relative
}

.q-time__clock-center {
    height: 6px;
    width: 6px;
    min-height: 0
}

[dir] .q-time__clock-center {
    margin: auto;
    border-radius: 50%;
    background: currentColor
}

.q-time__clock-pointer {
    width: 2px;
    height: 50%;
    transform-origin: 0 0;
    min-height: 0;
    position: absolute;
    bottom: 0;
    color: #1976d2;
    color: var(--q-color-primary)
}

[dir] .q-time__clock-pointer {
    background: currentColor
}

[dir=ltr] .q-time__clock-pointer {
    left: 50%;
    right: 0;
    transform: translateX(-50%)
}

[dir=rtl] .q-time__clock-pointer {
    right: 50%;
    left: 0;
    transform: translateX(50%)
}

.q-time__clock-pointer:after, .q-time__clock-pointer:before {
    content: "";
    position: absolute
}

[dir] .q-time__clock-pointer:after, [dir] .q-time__clock-pointer:before {
    border-radius: 50%;
    background: currentColor
}

[dir=ltr] .q-time__clock-pointer:after, [dir=ltr] .q-time__clock-pointer:before {
    left: 50%;
    transform: translateX(-50%)
}

[dir=rtl] .q-time__clock-pointer:after, [dir=rtl] .q-time__clock-pointer:before {
    right: 50%;
    transform: translateX(50%)
}

.q-time__clock-pointer:before {
    bottom: -4px;
    width: 8px;
    height: 8px
}

.q-time__clock-pointer:after {
    top: -3px;
    height: 6px;
    width: 6px
}

.q-time__clock-position {
    position: absolute;
    min-height: 32px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    transform: translate(-50%,-50%)
}

[dir] .q-time__clock-position {
    margin: 0;
    padding: 0;
    border-radius: 50%
}

.q-time__clock-position--disable {
    opacity: 0.4
}

.q-time__clock-position--active {
    color: #fff
}

[dir] .q-time__clock-position--active {
    background-color: #1976d2;
    background-color: var(--q-color-primary)
}

.q-time__clock-pos-0 {
    top: 0%;
    left: 50%
}

.q-time__clock-pos-1 {
    top: 6.7%;
    left: 75%
}

.q-time__clock-pos-2 {
    top: 25%;
    left: 93.3%
}

.q-time__clock-pos-3 {
    top: 50%;
    left: 100%
}

.q-time__clock-pos-4 {
    top: 75%;
    left: 93.3%
}

.q-time__clock-pos-5 {
    top: 93.3%;
    left: 75%
}

.q-time__clock-pos-6 {
    top: 100%;
    left: 50%
}

.q-time__clock-pos-7 {
    top: 93.3%;
    left: 25%
}

.q-time__clock-pos-8 {
    top: 75%;
    left: 6.7%
}

.q-time__clock-pos-9 {
    top: 50%;
    left: 0%
}

.q-time__clock-pos-10 {
    top: 25%;
    left: 6.7%
}

.q-time__clock-pos-11 {
    top: 6.7%;
    left: 25%
}

.q-time__clock-pos-12 {
    top: 15%;
    left: 50%
}

.q-time__clock-pos-13 {
    top: 19.69%;
    left: 67.5%
}

.q-time__clock-pos-14 {
    top: 32.5%;
    left: 80.31%
}

.q-time__clock-pos-15 {
    top: 50%;
    left: 85%
}

.q-time__clock-pos-16 {
    top: 67.5%;
    left: 80.31%
}

.q-time__clock-pos-17 {
    top: 80.31%;
    left: 67.5%
}

.q-time__clock-pos-18 {
    top: 85%;
    left: 50%
}

.q-time__clock-pos-19 {
    top: 80.31%;
    left: 32.5%
}

.q-time__clock-pos-20 {
    top: 67.5%;
    left: 19.69%
}

.q-time__clock-pos-21 {
    top: 50%;
    left: 15%
}

.q-time__clock-pos-22 {
    top: 32.5%;
    left: 19.69%
}

.q-time__clock-pos-23 {
    top: 19.69%;
    left: 32.5%
}

.q-time__now-button {
    color: #fff;
    top: 12px
}

[dir] .q-time__now-button {
    background-color: #1976d2;
    background-color: var(--q-color-primary)
}

[dir=ltr] .q-time__now-button {
    right: 12px
}

[dir=rtl] .q-time__now-button {
    left: 12px
}

.q-time--readonly .q-time__content, .q-time--readonly .q-time__header-ampm, .q-time.disabled .q-time__content, .q-time.disabled .q-time__header-ampm {
    pointer-events: none
}

.q-time--portrait {
    display: inline-flex;
    flex-direction: column
}

    .q-time--portrait .q-time__header {
        min-height: 86px
    }

[dir=ltr] .q-time--portrait .q-time__header {
    border-top-right-radius: inherit
}

[dir=rtl] .q-time--portrait .q-time__header {
    border-top-left-radius: inherit
}

[dir=ltr] .q-time--portrait .q-time__header-ampm {
    margin-left: 12px
}

[dir=rtl] .q-time--portrait .q-time__header-ampm {
    margin-right: 12px
}

[dir] .q-time--portrait.q-time--bordered .q-time__content {
    margin: 1px 0
}

.q-time--landscape {
    display: inline-flex;
    align-items: stretch;
    min-width: 420px
}

    .q-time--landscape > div {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .q-time--landscape .q-time__header {
        min-width: 156px
    }

[dir=ltr] .q-time--landscape .q-time__header {
    border-bottom-left-radius: inherit
}

[dir=rtl] .q-time--landscape .q-time__header {
    border-bottom-right-radius: inherit
}

[dir] .q-time--landscape .q-time__header-ampm {
    margin-top: 12px
}

[dir] .q-time--dark {
    border-color: hsla(0,0%,100%,0.28)
}

.q-timeline {
    width: 100%;
    list-style: none
}

[dir] .q-timeline {
    padding: 0
}

.q-timeline h6 {
    line-height: inherit
}

.q-timeline--dark {
    color: #fff
}

    .q-timeline--dark .q-timeline__subtitle {
        opacity: 0.7
    }

[dir] .q-timeline__content {
    padding-bottom: 24px
}

[dir] .q-timeline__title {
    margin-top: 0;
    margin-bottom: 16px
}

.q-timeline__subtitle {
    font-size: 12px;
    opacity: 0.6;
    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
}

    .q-timeline__dot:after, .q-timeline__dot:before {
        content: "";
        display: block;
        position: absolute
    }

[dir] .q-timeline__dot:after, [dir] .q-timeline__dot:before {
    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%
}

[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__dot .q-icon {
    position: absolute;
    top: 0;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    color: #fff
}

[dir=ltr] .q-timeline__dot .q-icon, [dir=rtl] .q-timeline__dot .q-icon {
    left: 0;
    right: 0
}

.q-timeline__dot .q-icon > img, .q-timeline__dot .q-icon > svg {
    width: 1em;
    height: 1em
}

.q-timeline__dot-img {
    position: absolute;
    top: 4px;
    height: 31px;
    width: 31px
}

[dir] .q-timeline__dot-img {
    background: currentColor;
    border-radius: 50%
}

[dir=ltr] .q-timeline__dot-img, [dir=rtl] .q-timeline__dot-img {
    left: 0;
    right: 0
}

.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
}

.q-timeline__entry {
    position: relative;
    line-height: 22px
}

[dir] .q-timeline__entry:last-child {
    padding-bottom: 0 !important
}

.q-timeline__entry:last-child .q-timeline__dot:after {
    content: none
}

.q-timeline__entry--icon .q-timeline__dot {
    width: 31px
}

    .q-timeline__entry--icon .q-timeline__dot:before {
        height: 31px;
        width: 31px
    }

    .q-timeline__entry--icon .q-timeline__dot:after {
        top: 41px
    }

[dir=ltr] .q-timeline__entry--icon .q-timeline__dot:after {
    left: 14px
}

[dir=rtl] .q-timeline__entry--icon .q-timeline__dot:after {
    right: 14px
}

[dir] .q-timeline__entry--icon .q-timeline__subtitle {
    padding-top: 8px
}

[dir=ltr] .q-timeline--dense--right .q-timeline__entry {
    padding-left: 40px
}

[dir=rtl] .q-timeline--dense--right .q-timeline__entry {
    padding-right: 40px
}

[dir=ltr] .q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
    left: -8px
}

[dir=rtl] .q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
    right: -8px
}

[dir=ltr] .q-timeline--dense--right .q-timeline__dot {
    left: 0
}

[dir=rtl] .q-timeline--dense--right .q-timeline__dot {
    right: 0
}

[dir=ltr] .q-timeline--dense--left .q-timeline__heading {
    text-align: right
}

[dir=rtl] .q-timeline--dense--left .q-timeline__heading {
    text-align: left
}

[dir=ltr] .q-timeline--dense--left .q-timeline__entry {
    padding-right: 40px
}

[dir=rtl] .q-timeline--dense--left .q-timeline__entry {
    padding-left: 40px
}

[dir=ltr] .q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
    right: -8px
}

[dir=rtl] .q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
    left: -8px
}

[dir=ltr] .q-timeline--dense--left .q-timeline__content, [dir=ltr] .q-timeline--dense--left .q-timeline__subtitle, [dir=ltr] .q-timeline--dense--left .q-timeline__title {
    text-align: right
}

[dir=rtl] .q-timeline--dense--left .q-timeline__content, [dir=rtl] .q-timeline--dense--left .q-timeline__subtitle, [dir=rtl] .q-timeline--dense--left .q-timeline__title {
    text-align: left
}

[dir=ltr] .q-timeline--dense--left .q-timeline__dot {
    right: 0
}

[dir=rtl] .q-timeline--dense--left .q-timeline__dot {
    left: 0
}

.q-timeline--comfortable {
    display: table
}

    .q-timeline--comfortable .q-timeline__heading {
        display: table-row;
        font-size: 200%
    }

        .q-timeline--comfortable .q-timeline__heading > div {
            display: table-cell
        }

    .q-timeline--comfortable .q-timeline__entry {
        display: table-row
    }

[dir] .q-timeline--comfortable .q-timeline__entry {
    padding: 0
}

[dir] .q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content {
    padding-top: 8px
}

.q-timeline--comfortable .q-timeline__content, .q-timeline--comfortable .q-timeline__dot, .q-timeline--comfortable .q-timeline__subtitle {
    display: table-cell;
    vertical-align: top
}

.q-timeline--comfortable .q-timeline__subtitle {
    width: 35%
}

.q-timeline--comfortable .q-timeline__dot {
    position: relative;
    min-width: 31px
}

[dir=ltr] .q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
    margin-left: -50px
}

[dir=rtl] .q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
    margin-right: -50px
}

[dir=ltr] .q-timeline--comfortable--right .q-timeline__subtitle {
    text-align: right;
    padding-right: 30px
}

[dir=rtl] .q-timeline--comfortable--right .q-timeline__subtitle {
    text-align: left;
    padding-left: 30px
}

[dir=ltr] .q-timeline--comfortable--right .q-timeline__content {
    padding-left: 30px
}

[dir=rtl] .q-timeline--comfortable--right .q-timeline__content {
    padding-right: 30px
}

[dir=ltr] .q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
    left: -8px
}

[dir=rtl] .q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
    right: -8px
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__heading {
    text-align: right
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__heading {
    text-align: left
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
    margin-right: -50px
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
    margin-left: -50px
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__subtitle {
    padding-left: 30px
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__content, [dir=rtl] .q-timeline--comfortable--left .q-timeline__subtitle {
    padding-right: 30px
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__content {
    padding-left: 30px
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__content, [dir=ltr] .q-timeline--comfortable--left .q-timeline__title {
    text-align: right
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__content, [dir=rtl] .q-timeline--comfortable--left .q-timeline__title {
    text-align: left
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
    right: 0
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
    left: 0
}

[dir=ltr] .q-timeline--comfortable--left .q-timeline__dot {
    right: -8px
}

[dir=rtl] .q-timeline--comfortable--left .q-timeline__dot {
    left: -8px
}

[dir] .q-timeline--loose .q-timeline__heading-title {
    text-align: center
}

[dir=ltr] .q-timeline--loose .q-timeline__heading-title {
    margin-left: 0
}

[dir=rtl] .q-timeline--loose .q-timeline__heading-title {
    margin-right: 0
}

.q-timeline--loose .q-timeline__content, .q-timeline--loose .q-timeline__dot, .q-timeline--loose .q-timeline__entry, .q-timeline--loose .q-timeline__subtitle {
    display: block
}

[dir] .q-timeline--loose .q-timeline__content, [dir] .q-timeline--loose .q-timeline__dot, [dir] .q-timeline--loose .q-timeline__entry, [dir] .q-timeline--loose .q-timeline__subtitle {
    margin: 0;
    padding: 0
}

.q-timeline--loose .q-timeline__dot {
    position: absolute
}

[dir=ltr] .q-timeline--loose .q-timeline__dot {
    left: 50%;
    margin-left: -7.15px
}

[dir=rtl] .q-timeline--loose .q-timeline__dot {
    right: 50%;
    margin-right: -7.15px
}

.q-timeline--loose .q-timeline__entry {
    overflow: hidden
}

[dir] .q-timeline--loose .q-timeline__entry {
    padding-bottom: 24px
}

[dir=ltr] .q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
    margin-left: -15px
}

[dir=rtl] .q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
    margin-right: -15px
}

.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle {
    line-height: 38px
}

[dir] .q-timeline--loose .q-timeline__entry--icon .q-timeline__content {
    padding-top: 8px
}

[dir=ltr] .q-timeline--loose .q-timeline__entry--left .q-timeline__content, [dir=ltr] .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
    float: left;
    padding-right: 30px;
    text-align: right
}

[dir=ltr] .q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, [dir=ltr] .q-timeline--loose .q-timeline__entry--right .q-timeline__content, [dir=rtl] .q-timeline--loose .q-timeline__entry--left .q-timeline__content, [dir=rtl] .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
    float: right;
    padding-left: 30px;
    text-align: left
}

[dir=rtl] .q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, [dir=rtl] .q-timeline--loose .q-timeline__entry--right .q-timeline__content {
    float: left;
    text-align: right;
    padding-right: 30px
}

.q-timeline--loose .q-timeline__content, .q-timeline--loose .q-timeline__subtitle {
    width: 50%
}

.q-toggle {
    vertical-align: middle
}

.q-toggle__native {
    width: 1px;
    height: 1px
}

.q-toggle__track {
    height: 0.35em;
    opacity: 0.38
}

[dir] .q-toggle__track {
    border-radius: 0.175em;
    background: currentColor
}

.q-toggle__thumb {
    top: 0.25em;
    width: 0.5em;
    height: 0.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0
}

[dir=ltr] .q-toggle__thumb {
    left: 0.25em;
    transition: left 0.22s cubic-bezier(0.4,0,0.2,1)
}

[dir=rtl] .q-toggle__thumb {
    right: 0.25em;
    transition: right 0.22s cubic-bezier(0.4,0,0.2,1)
}

.q-toggle__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .q-toggle__thumb:after {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)
}

[dir=ltr] .q-toggle__thumb:after, [dir=rtl] .q-toggle__thumb:after {
    right: 0;
    left: 0
}

.q-toggle__thumb .q-icon {
    font-size: 0.3em;
    min-width: 1em;
    color: #000;
    opacity: 0.54;
    z-index: 1
}

.q-toggle__inner {
    font-size: 40px;
    width: 1.4em;
    min-width: 1.4em;
    height: 1em;
    -webkit-print-color-adjust: exact
}

[dir] .q-toggle__inner {
    padding: 0.325em 0.3em
}

[dir=ltr] .q-toggle__inner--indet .q-toggle__thumb {
    left: 0.45em
}

[dir=rtl] .q-toggle__inner--indet .q-toggle__thumb {
    right: 0.45em
}

.q-toggle__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

    .q-toggle__inner--truthy .q-toggle__track {
        opacity: 0.54
    }

[dir=ltr] .q-toggle__inner--truthy .q-toggle__thumb {
    left: 0.65em
}

[dir=rtl] .q-toggle__inner--truthy .q-toggle__thumb {
    right: 0.65em
}

[dir] .q-toggle__inner--truthy .q-toggle__thumb:after {
    background-color: currentColor
}

.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
    color: #fff;
    opacity: 1
}

.q-toggle.disabled {
    opacity: 0.75 !important
}

.q-toggle--dark .q-toggle__inner {
    color: #fff
}

.q-toggle--dark .q-toggle__inner--truthy {
    color: #1976d2;
    color: var(--q-color-primary)
}

.q-toggle--dark .q-toggle__thumb:before {
    opacity: 0.32 !important
}

.q-toggle--dense .q-toggle__inner {
    width: 0.8em;
    min-width: 0.8em;
    height: 0.5em
}

[dir] .q-toggle--dense .q-toggle__inner {
    padding: 0.07625em 0
}

.q-toggle--dense .q-toggle__thumb {
    top: 0
}

[dir=ltr] .q-toggle--dense .q-toggle__thumb {
    left: 0
}

[dir=rtl] .q-toggle--dense .q-toggle__thumb {
    right: 0
}

[dir=ltr] .q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
    left: 0.15em
}

[dir=rtl] .q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
    right: 0.15em
}

[dir=ltr] .q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
    left: 0.3em
}

[dir=rtl] .q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
    right: 0.3em
}

[dir=ltr] .q-toggle--dense .q-toggle__label {
    padding-left: 0.5em
}

[dir=rtl] .q-toggle--dense .q-toggle__label {
    padding-right: 0.5em
}

[dir=ltr] .q-toggle--dense.reverse .q-toggle__label {
    padding-left: 0;
    padding-right: 0.5em
}

[dir=rtl] .q-toggle--dense.reverse .q-toggle__label {
    padding-right: 0;
    padding-left: 0.5em
}

body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.12;
    transition: transform 0.22s cubic-bezier(0,0,0.2,1)
}

[dir] body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
    border-radius: 50%;
    background: currentColor;
    transform: scale3d(0,0,1)
}

[dir=ltr] body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before, [dir=rtl] body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
    right: 0;
    left: 0
}

[dir] body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before, [dir] body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before {
    transform: scale3d(2,2,1)
}

[dir] body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before, [dir] body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before {
    transform: scale3d(1.5,1.5,1)
}

.q-toolbar {
    position: relative;
    min-height: 50px;
    width: 100%
}

[dir] .q-toolbar {
    padding: 0 12px
}

[dir=ltr] .q-toolbar--inset {
    padding-left: 58px
}

[dir=rtl] .q-toolbar--inset {
    padding-right: 58px
}

.q-toolbar .q-avatar {
    font-size: 38px
}

.q-toolbar__title {
    flex: 1 1 0%;
    min-width: 1px;
    max-width: 100%;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.01em
}

[dir] .q-toolbar__title {
    padding: 0 12px
}

[dir=ltr] .q-toolbar__title:first-child {
    padding-left: 0
}

[dir=ltr] .q-toolbar__title:last-child, [dir=rtl] .q-toolbar__title:first-child {
    padding-right: 0
}

[dir=rtl] .q-toolbar__title:last-child {
    padding-left: 0
}

.q-tooltip--style {
    font-size: 10px;
    color: #fafafa;
    text-transform: none;
    font-weight: 400
}

[dir] .q-tooltip--style {
    background: #757575;
    border-radius: 4px
}

.q-tooltip {
    z-index: 9000;
    position: fixed !important;
    overflow-y: auto;
    overflow-x: hidden
}

[dir] .q-tooltip {
    padding: 6px 10px
}

@media (max-width:599.98px) {
    .q-tooltip {
        font-size: 14px
    }

    [dir] .q-tooltip {
        padding: 8px 16px
    }
}

.q-tree {
    position: relative;
    color: #9e9e9e
}

[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: 2px
}

[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--disabled {
    pointer-events: none
}

    .q-tree__node--disabled .disabled {
        opacity: 1 !important
    }

    .q-tree__node--disabled > .disabled, .q-tree__node--disabled > div, .q-tree__node--disabled > i {
        opacity: 0.6 !important
    }

        .q-tree__node--disabled > .disabled .q-tree__node--disabled > .disabled, .q-tree__node--disabled > .disabled .q-tree__node--disabled > div, .q-tree__node--disabled > .disabled .q-tree__node--disabled > i, .q-tree__node--disabled > div .q-tree__node--disabled > .disabled, .q-tree__node--disabled > div .q-tree__node--disabled > div, .q-tree__node--disabled > div .q-tree__node--disabled > i, .q-tree__node--disabled > i .q-tree__node--disabled > .disabled, .q-tree__node--disabled > i .q-tree__node--disabled > div, .q-tree__node--disabled > i .q-tree__node--disabled > i {
            opacity: 1 !important
        }

.q-tree__node-header:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 50%;
    width: 31px
}

[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
}

[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: 2px;
    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
}

.q-tree__node-header {
    outline: 0
}

[dir] .q-tree__node-header {
    padding: 4px;
    margin-top: 3px;
    border-radius: 4px
}

.q-tree__node-header-content {
    color: #000;
    transition: color 0.3s
}

.q-tree__node--selected .q-tree__node-header-content {
    color: #9e9e9e
}

.q-tree__icon, .q-tree__node-header-content .q-icon {
    font-size: 21px
}

.q-tree__img {
    height: 42px
}

[dir] .q-tree__img {
    border-radius: 2px
}

.q-tree__avatar, .q-tree__node-header-content .q-avatar {
    font-size: 28px;
    width: 28px;
    height: 28px
}

[dir] .q-tree__avatar, [dir] .q-tree__node-header-content .q-avatar {
    border-radius: 50%
}

.q-tree__arrow, .q-tree__spinner {
    font-size: 16px
}

[dir=ltr] .q-tree__arrow, [dir=ltr] .q-tree__spinner {
    margin-right: 4px
}

[dir=rtl] .q-tree__arrow, [dir=rtl] .q-tree__spinner {
    margin-left: 4px
}

.q-tree__arrow {
    transition: transform 0.3s
}

[dir=ltr] .q-tree__arrow--rotate {
    transform: rotate3d(0,0,1,90deg)
}

[dir=rtl] .q-tree__arrow--rotate {
    transform: rotate3d(0,0,1,-90deg)
}

[dir=ltr] .q-tree__tickbox {
    margin-right: 4px
}

[dir=rtl] .q-tree__tickbox {
    margin-left: 4px
}

[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
}

.q-tree--dark .q-tree__node-header-content {
    color: #fff
}

.q-tree--no-connectors .q-tree__node-body:after, .q-tree--no-connectors .q-tree__node-header:before, .q-tree--no-connectors .q-tree__node:after {
    display: none !important
}

[dir=ltr] .q-tree--dense > .q-tree__node--child > .q-tree__node-header {
    padding-left: 1px
}

[dir=rtl] .q-tree--dense > .q-tree__node--child > .q-tree__node-header {
    padding-right: 1px
}

[dir=ltr] .q-tree--dense .q-tree__arrow, [dir=ltr] .q-tree--dense .q-tree__spinner {
    margin-right: 1px
}

[dir=rtl] .q-tree--dense .q-tree__arrow, [dir=rtl] .q-tree--dense .q-tree__spinner {
    margin-left: 1px
}

.q-tree--dense .q-tree__img {
    height: 32px
}

[dir=ltr] .q-tree--dense .q-tree__tickbox {
    margin-right: 3px
}

[dir=rtl] .q-tree--dense .q-tree__tickbox {
    margin-left: 3px
}

[dir] .q-tree--dense .q-tree__node {
    padding: 0
}

.q-tree--dense .q-tree__node:after {
    top: 0
}

[dir=ltr] .q-tree--dense .q-tree__node:after {
    left: -8px
}

[dir=rtl] .q-tree--dense .q-tree__node:after {
    right: -8px
}

[dir] .q-tree--dense .q-tree__node-header {
    margin-top: 0;
    padding: 1px
}

.q-tree--dense .q-tree__node-header:before {
    top: 0;
    width: 8px
}

[dir=ltr] .q-tree--dense .q-tree__node-header:before {
    left: -8px
}

[dir=rtl] .q-tree--dense .q-tree__node-header:before {
    right: -8px
}

[dir=ltr] .q-tree--dense .q-tree__node--child {
    padding-left: 17px
}

[dir=rtl] .q-tree--dense .q-tree__node--child {
    padding-right: 17px
}

.q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
    width: 21px
}

[dir=ltr] .q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
    left: -25px
}

[dir=rtl] .q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
    right: -25px
}

[dir] .q-tree--dense .q-tree__node-body {
    padding: 0 0 2px
}

[dir=ltr] .q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
    padding: 0 0 2px 20px
}

[dir=rtl] .q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
    padding: 0 20px 2px 0
}

[dir=ltr] .q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
    left: 8px
}

[dir=rtl] .q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
    right: 8px
}

[dir=ltr] .q-tree--dense .q-tree__children {
    padding-left: 16px
}

[dir=rtl] .q-tree--dense .q-tree__children {
    padding-right: 16px
}

[dir=rtl] .q-tree__arrow {
    transform: rotate3d(0,0,1,180deg)
}

[dir=rtl] .q-tree__arrow--rotate {
    transform: rotate3d(0,0,1,90deg)
}

.q-uploader {
    vertical-align: top;
    position: relative;
    width: 320px;
    max-height: 320px
}

[dir] .q-uploader {
    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);
    border-radius: 4px;
    background: #fff
}

[dir] .q-uploader--bordered {
    border: 1px solid rgba(0,0,0,0.12)
}

.q-uploader__input {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

[dir] .q-uploader__input {
    cursor: pointer !important
}

    [dir] .q-uploader__input::-webkit-file-upload-button {
        cursor: pointer
    }

.q-uploader__file:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0.04
}

[dir] .q-uploader__file:before {
    background: currentColor
}

[dir=ltr] .q-uploader__file:before, [dir=rtl] .q-uploader__file:before {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    right: 0;
    left: 0
}

.q-uploader__header {
    position: relative;
    color: #fff;
    width: 100%
}

[dir] .q-uploader__header {
    background-color: #1976d2;
    background-color: var(--q-color-primary)
}

[dir=ltr] .q-uploader__header, [dir=rtl] .q-uploader__header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.q-uploader__spinner {
    font-size: 24px
}

[dir=ltr] .q-uploader__spinner {
    margin-right: 4px
}

[dir=rtl] .q-uploader__spinner {
    margin-left: 4px
}

[dir] .q-uploader__header-content {
    padding: 8px
}

.q-uploader__dnd {
    outline: 1px dashed currentColor;
    outline-offset: -4px
}

[dir] .q-uploader__dnd {
    background: hsla(0,0%,100%,0.6)
}

.q-uploader__overlay {
    font-size: 36px;
    color: #000
}

[dir] .q-uploader__overlay {
    background-color: hsla(0,0%,100%,0.6)
}

.q-uploader__list {
    position: relative;
    min-height: 60px;
    flex: 1 1 auto
}

[dir] .q-uploader__list {
    padding: 8px
}

[dir=ltr] .q-uploader__list, [dir=rtl] .q-uploader__list {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

[dir] .q-uploader__file {
    border-radius: 4px 4px 0 0;
    border: 1px solid rgba(0,0,0,0.12)
}

.q-uploader__file .q-circular-progress {
    font-size: 24px
}

.q-uploader__file--img {
    color: #fff;
    height: 200px;
    min-width: 200px
}

[dir] .q-uploader__file--img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.q-uploader__file--img:before {
    content: none
}

.q-uploader__file--img .q-circular-progress {
    color: #fff
}

[dir] .q-uploader__file--img .q-uploader__file-header {
    padding-bottom: 24px;
    background: linear-gradient(180deg,rgba(0,0,0,0.7) 20%,hsla(0,0%,100%,0))
}

[dir] .q-uploader__file + .q-uploader__file {
    margin-top: 8px
}

.q-uploader__file-header {
    position: relative
}

[dir] .q-uploader__file-header {
    padding: 4px 8px
}

[dir=ltr] .q-uploader__file-header, [dir=rtl] .q-uploader__file-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

[dir=ltr] .q-uploader__file-header-content {
    padding-right: 8px
}

[dir=rtl] .q-uploader__file-header-content {
    padding-left: 8px
}

.q-uploader__file-status {
    font-size: 24px
}

[dir=ltr] .q-uploader__file-status {
    margin-right: 4px
}

[dir=rtl] .q-uploader__file-status {
    margin-left: 4px
}

.q-uploader__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    word-break: break-word
}

.q-uploader__subtitle {
    font-size: 12px;
    line-height: 18px
}

.q-uploader--disable .q-uploader__header, .q-uploader--disable .q-uploader__list {
    pointer-events: none
}

[dir] .q-uploader--dark, [dir] .q-uploader--dark .q-uploader__file {
    border-color: hsla(0,0%,100%,0.28)
}

    [dir] .q-uploader--dark .q-uploader__dnd, [dir] .q-uploader--dark .q-uploader__overlay {
        background: hsla(0,0%,100%,0.3)
    }

.q-uploader--dark .q-uploader__overlay {
    color: #fff
}

.q-video {
    position: relative;
    overflow: hidden
}

[dir] .q-video {
    border-radius: inherit
}

.q-video embed, .q-video iframe, .q-video object {
    width: 100%;
    height: 100%
}

.q-video--responsive {
    height: 0
}

    .q-video--responsive embed, .q-video--responsive iframe, .q-video--responsive object {
        position: absolute;
        top: 0
    }

[dir=ltr] .q-video--responsive embed, [dir=ltr] .q-video--responsive iframe, [dir=ltr] .q-video--responsive object {
    left: 0
}

[dir=rtl] .q-video--responsive embed, [dir=rtl] .q-video--responsive iframe, [dir=rtl] .q-video--responsive object {
    right: 0
}

.q-virtual-scroll:focus {
    outline: 0
}

.q-virtual-scroll__content {
    outline: none;
    contain: content
}

    .q-virtual-scroll__content > * {
        overflow-anchor: none
    }

    .q-virtual-scroll__content > [data-q-vs-anchor] {
        overflow-anchor: auto
    }

.q-virtual-scroll__padding {
    background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0) 20%,hsla(0,0%,50.2%,0.03) 0,hsla(0,0%,50.2%,0.08) 50%,hsla(0,0%,50.2%,0.03) 80%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0));
    background-size: 100% 50px;
    background-size: var(--q-virtual-scroll-item-width,100%) var(--q-virtual-scroll-item-height,50px)
}

.q-table .q-virtual-scroll__padding tr {
    height: 0 !important
}

[dir] .q-table .q-virtual-scroll__padding td {
    padding: 0 !important
}

.q-virtual-scroll--horizontal {
    align-items: stretch
}

    .q-virtual-scroll--horizontal, .q-virtual-scroll--horizontal .q-virtual-scroll__content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

        .q-virtual-scroll--horizontal .q-virtual-scroll__content, .q-virtual-scroll--horizontal .q-virtual-scroll__content > *, .q-virtual-scroll--horizontal .q-virtual-scroll__padding {
            flex: 0 0 auto
        }

        .q-virtual-scroll--horizontal .q-virtual-scroll__padding {
            background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 20%,hsla(0,0%,50.2%,0.03) 0,hsla(0,0%,50.2%,0.08) 50%,hsla(0,0%,50.2%,0.03) 80%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0));
            background-size: 50px 100%;
            background-size: var(--q-virtual-scroll-item-width,50px) var(--q-virtual-scroll-item-height,100%)
        }

.q-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    contain: strict
}

[dir] .q-ripple {
    border-radius: inherit
}

.q-ripple__inner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: inherit;
    pointer-events: none;
    will-change: transform,opacity
}

[dir] .q-ripple__inner {
    border-radius: 50%;
    background: currentColor
}

.q-ripple__inner--enter {
    transition: transform 0.225s cubic-bezier(0.4,0,0.2,1),opacity 0.1s cubic-bezier(0.4,0,0.2,1)
}

.q-ripple__inner--leave {
    transition: opacity 0.25s cubic-bezier(0.4,0,0.2,1)
}

.q-morph--internal, .q-morph--invisible {
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    bottom: 200vh !important
}

[dir=ltr] .q-morph--internal, [dir=ltr] .q-morph--invisible {
    right: 200vw !important
}

[dir=rtl] .q-morph--internal, [dir=rtl] .q-morph--invisible {
    left: 200vw !important
}

.q-loading {
    color: #000;
    position: fixed !important
}

    .q-loading:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        opacity: 0.5;
        z-index: -1
    }

[dir] .q-loading:before {
    background: currentColor
}

[dir=ltr] .q-loading:before, [dir=rtl] .q-loading:before {
    right: 0;
    left: 0
}

.q-loading > div {
    max-width: 450px
}

[dir] .q-loading > div {
    margin: 40px 20px 0;
    text-align: center
}

.q-notifications__list {
    z-index: 9500;
    pointer-events: none;
    position: relative
}

[dir] .q-notifications__list {
    margin-bottom: 10px
}

[dir=ltr] .q-notifications__list, [dir=rtl] .q-notifications__list {
    left: 0;
    right: 0
}

.q-notifications__list--center {
    top: 0;
    bottom: 0
}

.q-notifications__list--top {
    top: 0
}

.q-notifications__list--bottom {
    bottom: 0
}

body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
    top: 20px;
    top: env(safe-area-inset-top)
}

body.q-ios-padding .q-notifications__list--bottom, body.q-ios-padding .q-notifications__list--center {
    bottom: env(safe-area-inset-bottom)
}

.q-notification {
    pointer-events: all;
    display: inline-flex;
    transition: transform 1s,opacity 1s;
    z-index: 9500;
    flex-shrink: 0;
    max-width: 95vw;
    color: #fff;
    font-size: 14px
}

[dir] .q-notification {
    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);
    border-radius: 4px;
    margin: 10px 10px 0;
    background: #323232
}

.q-notification__icon {
    font-size: 24px;
    flex: 0 0 1em
}

[dir=ltr] .q-notification__icon--additional {
    margin-right: 16px
}

[dir=rtl] .q-notification__icon--additional {
    margin-left: 16px
}

.q-notification__avatar {
    font-size: 32px
}

[dir=ltr] .q-notification__avatar--additional {
    margin-right: 8px
}

[dir=rtl] .q-notification__avatar--additional {
    margin-left: 8px
}

.q-notification__spinner {
    font-size: 32px
}

[dir=ltr] .q-notification__spinner--additional {
    margin-right: 8px
}

[dir=rtl] .q-notification__spinner--additional {
    margin-left: 8px
}

[dir] .q-notification__message {
    padding: 8px 0
}

.q-notification__caption {
    font-size: 0.9em;
    opacity: 0.7
}

.q-notification__actions {
    color: #1976d2;
    color: var(--q-color-primary)
}

.q-notification__badge {
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 12px
}

[dir] .q-notification__badge {
    padding: 4px 8px;
    background: #c10015;
    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);
    background-color: #c10015;
    background-color: var(--q-color-negative);
    border-radius: 4px
}

[dir=ltr] .q-notification__badge {
    animation: q-notif-badge-ltr 0.42s
}

[dir=rtl] .q-notification__badge {
    animation: q-notif-badge-rtl 0.42s
}

.q-notification__badge--top-left, .q-notification__badge--top-right {
    top: -6px
}

.q-notification__badge--bottom-left, .q-notification__badge--bottom-right {
    bottom: -6px
}

[dir=ltr] .q-notification__badge--bottom-left, [dir=ltr] .q-notification__badge--top-left {
    left: -22px
}

[dir=ltr] .q-notification__badge--bottom-right, [dir=ltr] .q-notification__badge--top-right, [dir=rtl] .q-notification__badge--bottom-left, [dir=rtl] .q-notification__badge--top-left {
    right: -22px
}

[dir=rtl] .q-notification__badge--bottom-right, [dir=rtl] .q-notification__badge--top-right {
    left: -22px
}

.q-notification__progress {
    z-index: -1;
    position: absolute;
    height: 3px;
    bottom: 0;
    opacity: 0.3
}

[dir] .q-notification__progress {
    background: currentColor;
    border-radius: 4px 4px 0 0;
    transform: scaleX(0)
}

[dir=ltr] .q-notification__progress {
    left: -10px;
    right: -10px;
    animation: q-notif-progress linear;
    transform-origin: 0 50%
}

[dir=rtl] .q-notification__progress {
    right: -10px;
    left: -10px;
    animation: q-notif-progress linear;
    transform-origin: 100% 50%
}

.q-notification--standard {
    min-height: 48px
}

[dir] .q-notification--standard {
    padding: 0 16px
}

[dir=ltr] .q-notification--standard .q-notification__actions {
    padding: 6px 0 6px 8px;
    margin-right: -8px
}

[dir=rtl] .q-notification--standard .q-notification__actions {
    padding: 6px 8px 6px 0;
    margin-left: -8px
}

.q-notification--multi-line {
    min-height: 68px
}

[dir] .q-notification--multi-line {
    padding: 8px 16px
}

.q-notification--multi-line .q-notification__badge--top-left, .q-notification--multi-line .q-notification__badge--top-right {
    top: -15px
}

.q-notification--multi-line .q-notification__badge--bottom-left, .q-notification--multi-line .q-notification__badge--bottom-right {
    bottom: -15px
}

.q-notification--multi-line .q-notification__progress {
    bottom: -8px
}

[dir] .q-notification--multi-line .q-notification__actions {
    padding: 0
}

[dir=ltr] .q-notification--multi-line .q-notification__actions--with-media {
    padding-left: 25px
}

[dir=rtl] .q-notification--multi-line .q-notification__actions--with-media {
    padding-right: 25px
}

.q-notification--top-enter, .q-notification--top-leave-to, .q-notification--top-left-enter, .q-notification--top-left-leave-to, .q-notification--top-right-enter, .q-notification--top-right-leave-to {
    opacity: 0;
    z-index: 9499
}

[dir] .q-notification--top-enter, [dir] .q-notification--top-leave-to, [dir] .q-notification--top-left-enter, [dir] .q-notification--top-left-leave-to, [dir] .q-notification--top-right-enter, [dir] .q-notification--top-right-leave-to {
    transform: translateY(-50px)
}

.q-notification--center-enter, .q-notification--center-leave-to, .q-notification--left-enter, .q-notification--left-leave-to, .q-notification--right-enter, .q-notification--right-leave-to {
    opacity: 0;
    z-index: 9499
}

[dir] .q-notification--center-enter, [dir] .q-notification--center-leave-to, [dir] .q-notification--left-enter, [dir] .q-notification--left-leave-to, [dir] .q-notification--right-enter, [dir] .q-notification--right-leave-to {
    transform: rotateX(90deg)
}

.q-notification--bottom-enter, .q-notification--bottom-leave-to, .q-notification--bottom-left-enter, .q-notification--bottom-left-leave-to, .q-notification--bottom-right-enter, .q-notification--bottom-right-leave-to {
    opacity: 0;
    z-index: 9499
}

[dir] .q-notification--bottom-enter, [dir] .q-notification--bottom-leave-to, [dir] .q-notification--bottom-left-enter, [dir] .q-notification--bottom-left-leave-to, [dir] .q-notification--bottom-right-enter, [dir] .q-notification--bottom-right-leave-to {
    transform: translateY(50px)
}

.q-notification--bottom-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-right-leave-active, .q-notification--center-leave-active, .q-notification--left-leave-active, .q-notification--right-leave-active, .q-notification--top-leave-active, .q-notification--top-left-leave-active, .q-notification--top-right-leave-active {
    position: absolute;
    z-index: 9499
}

[dir=ltr] .q-notification--bottom-leave-active, [dir=ltr] .q-notification--bottom-left-leave-active, [dir=ltr] .q-notification--bottom-right-leave-active, [dir=ltr] .q-notification--center-leave-active, [dir=ltr] .q-notification--left-leave-active, [dir=ltr] .q-notification--right-leave-active, [dir=ltr] .q-notification--top-leave-active, [dir=ltr] .q-notification--top-left-leave-active, [dir=ltr] .q-notification--top-right-leave-active, [dir=rtl] .q-notification--bottom-leave-active, [dir=rtl] .q-notification--bottom-left-leave-active, [dir=rtl] .q-notification--bottom-right-leave-active, [dir=rtl] .q-notification--center-leave-active, [dir=rtl] .q-notification--left-leave-active, [dir=rtl] .q-notification--right-leave-active, [dir=rtl] .q-notification--top-leave-active, [dir=rtl] .q-notification--top-left-leave-active, [dir=rtl] .q-notification--top-right-leave-active {
    margin-left: 0;
    margin-right: 0
}

.q-notification--center-leave-active, .q-notification--top-leave-active {
    top: 0
}

.q-notification--bottom-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-right-leave-active {
    bottom: 0
}

@media (min-width:600px) {
    .q-notification {
        max-width: 65vw
    }
}

:root {
    --animate-duration: 0.3s;
    --animate-delay: 0.3s;
    --animate-repeat: 1
}

[dir=ltr] .animated, [dir=rtl] .animated {
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

    [dir=ltr] .animated.infinite, [dir=rtl] .animated.infinite {
        animation-iteration-count: infinite
    }

    [dir=ltr] .animated.hinge, [dir=rtl] .animated.hinge {
        animation-duration: 2s
    }

    [dir=ltr] .animated.repeat-1, [dir=rtl] .animated.repeat-1 {
        animation-iteration-count: var(--animate-repeat)
    }

    [dir=ltr] .animated.repeat-2, [dir=rtl] .animated.repeat-2 {
        animation-iteration-count: calc(var(--animate-repeat)*2)
    }

    [dir=ltr] .animated.repeat-3, [dir=rtl] .animated.repeat-3 {
        animation-iteration-count: calc(var(--animate-repeat)*3)
    }

    [dir=ltr] .animated.delay-1s, [dir=rtl] .animated.delay-1s {
        animation-delay: var(--animate-delay)
    }

    [dir=ltr] .animated.delay-2s, [dir=rtl] .animated.delay-2s {
        animation-delay: calc(var(--animate-delay)*2)
    }

    [dir=ltr] .animated.delay-3s, [dir=rtl] .animated.delay-3s {
        animation-delay: calc(var(--animate-delay)*3)
    }

    [dir=ltr] .animated.delay-4s, [dir=rtl] .animated.delay-4s {
        animation-delay: calc(var(--animate-delay)*4)
    }

    [dir=ltr] .animated.delay-5s, [dir=rtl] .animated.delay-5s {
        animation-delay: calc(var(--animate-delay)*5)
    }

    [dir=ltr] .animated.faster, [dir=rtl] .animated.faster {
        animation-duration: calc(var(--animate-duration)/2)
    }

    [dir=ltr] .animated.fast, [dir=rtl] .animated.fast {
        animation-duration: calc(var(--animate-duration)*0.8)
    }

    [dir=ltr] .animated.slow, [dir=rtl] .animated.slow {
        animation-duration: calc(var(--animate-duration)*2)
    }

    [dir=ltr] .animated.slower, [dir=rtl] .animated.slower {
        animation-duration: calc(var(--animate-duration)*3)
    }

@media (prefers-reduced-motion:reduce),print {
    [dir] .animated {
        transition-duration: 1ms !important
    }

    [dir=ltr] .animated, [dir=rtl] .animated {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }

    .animated[class*=Out] {
        opacity: 0
    }
}

[dir=ltr] .q-animate--scale, [dir=rtl] .q-animate--scale {
    animation: q-scale 0.15s;
    animation-timing-function: cubic-bezier(0.25,0.8,0.25,1)
}

.q-animate--fade {
    animation: q-fade 0.2s
}

:root {
    --q-color-primary: #1976d2;
    --q-color-secondary: #26a69a;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
    --q-color-dark: #1d1d1d;
    --q-color-dark-page: #121212
}

.text-dark {
    color: #1d1d1d !important;
    color: var(--q-color-dark) !important
}



.text-primary {
    color: #1976d2 !important;
    color: var(--q-color-primary) !important
}

[dir] .bg-primary {
    background: #1976d2 !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-accent {
    color: #9c27b0 !important;
    color: var(--q-color-accent) !important
}

[dir] .bg-accent {
    background: #9c27b0 !important;
    background: var(--q-color-accent) !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: #c10015 !important;
    color: var(--q-color-negative) !important
}

[dir] .bg-negative {
    background: #c10015 !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-transparent {
    color: transparent !important
}

[dir] .bg-transparent {
    background: transparent !important
}

.text-separator {
    color: rgba(0,0,0,0.12) !important
}

[dir] .bg-separator {
    background: rgba(0,0,0,0.12) !important
}

.text-dark-separator {
    color: hsla(0,0%,100%,0.28) !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: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1) !important
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[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)
}

[dir] .no-shadow, [dir] .shadow-0 {
    box-shadow: none !important
}

[dir] .inset-shadow {
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7) !important
}

[dir] .inset-shadow-down {
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.7) !important
}

.z-marginals {
    z-index: 2000
}

.z-notify {
    z-index: 9500
}

.z-fullscreen {
    z-index: 6000
}

.z-inherit {
    z-index: inherit !important
}

.column, .flex, .rowe {
    display: flex;
    flex-wrap: wrap
}

    .column.inline, .flex.inline, .roweinline {
        display: inline-flex
    }

    .rowe reverse {
        flex-direction: row-reverse
    }

.column {
    flex-direction: column
}

    .column.reverse {
        flex-direction: column-reverse
    }

.wrap {
    flex-wrap: wrap
}

.no-wrap {
    flex-wrap: nowrap
}

.reverse-wrap {
    flex-wrap: wrap-reverse
}

.order-first {
    order: -10000
}

.order-last {
    order: 10000
}

.order-none {
    order: 0
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.flex-center, .justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.flex-center, .items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

.content-center {
    align-content: center
}

.content-stretch {
    align-content: stretch
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-baseline {
    align-self: baseline
}

.self-stretch {
    align-self: stretch
}

[dir=ltr] .q-gutter-none, [dir=ltr] .q-gutter-x-none {
    margin-left: 0
}

[dir=rtl] .q-gutter-none, [dir=rtl] .q-gutter-x-none {
    margin-right: 0
}

[dir=ltr] .q-gutter-none > *, [dir=ltr] .q-gutter-x-none > * {
    margin-left: 0
}

[dir=rtl] .q-gutter-none > *, [dir=rtl] .q-gutter-x-none > * {
    margin-right: 0
}

[dir] .q-gutter-none, [dir] .q-gutter-none > *, [dir] .q-gutter-y-none, [dir] .q-gutter-y-none > * {
    margin-top: 0
}

[dir=ltr] .q-col-gutter-none, [dir=ltr] .q-col-gutter-x-none {
    margin-left: 0
}

[dir=rtl] .q-col-gutter-none, [dir=rtl] .q-col-gutter-x-none {
    margin-right: 0
}

[dir=ltr] .q-col-gutter-none > *, [dir=ltr] .q-col-gutter-x-none > * {
    padding-left: 0
}

[dir=rtl] .q-col-gutter-none > *, [dir=rtl] .q-col-gutter-x-none > * {
    padding-right: 0
}

[dir] .q-col-gutter-none, [dir] .q-col-gutter-y-none {
    margin-top: 0
}

    [dir] .q-col-gutter-none > *, [dir] .q-col-gutter-y-none > * {
        padding-top: 0
    }

[dir=ltr] .q-gutter-x-xs, [dir=ltr] .q-gutter-xs {
    margin-left: -4px
}

[dir=rtl] .q-gutter-x-xs, [dir=rtl] .q-gutter-xs {
    margin-right: -4px
}

[dir=ltr] .q-gutter-x-xs > *, [dir=ltr] .q-gutter-xs > * {
    margin-left: 4px
}

[dir=rtl] .q-gutter-x-xs > *, [dir=rtl] .q-gutter-xs > * {
    margin-right: 4px
}

[dir] .q-gutter-xs, [dir] .q-gutter-y-xs {
    margin-top: -4px
}

    [dir] .q-gutter-xs > *, [dir] .q-gutter-y-xs > * {
        margin-top: 4px
    }

[dir=ltr] .q-col-gutter-x-xs, [dir=ltr] .q-col-gutter-xs {
    margin-left: -4px
}

[dir=rtl] .q-col-gutter-x-xs, [dir=rtl] .q-col-gutter-xs {
    margin-right: -4px
}

[dir=ltr] .q-col-gutter-x-xs > *, [dir=ltr] .q-col-gutter-xs > * {
    padding-left: 4px
}

[dir=rtl] .q-col-gutter-x-xs > *, [dir=rtl] .q-col-gutter-xs > * {
    padding-right: 4px
}

[dir] .q-col-gutter-xs, [dir] .q-col-gutter-y-xs {
    margin-top: -4px
}

    [dir] .q-col-gutter-xs > *, [dir] .q-col-gutter-y-xs > * {
        padding-top: 4px
    }

[dir=ltr] .q-gutter-sm, [dir=ltr] .q-gutter-x-sm {
    margin-left: -8px
}

[dir=rtl] .q-gutter-sm, [dir=rtl] .q-gutter-x-sm {
    margin-right: -8px
}

[dir=ltr] .q-gutter-sm > *, [dir=ltr] .q-gutter-x-sm > * {
    margin-left: 8px
}

[dir=rtl] .q-gutter-sm > *, [dir=rtl] .q-gutter-x-sm > * {
    margin-right: 8px
}

[dir] .q-gutter-sm, [dir] .q-gutter-y-sm {
    margin-top: -8px
}

    [dir] .q-gutter-sm > *, [dir] .q-gutter-y-sm > * {
        margin-top: 8px
    }

[dir=ltr] .q-col-gutter-sm, [dir=ltr] .q-col-gutter-x-sm {
    margin-left: -8px
}

[dir=rtl] .q-col-gutter-sm, [dir=rtl] .q-col-gutter-x-sm {
    margin-right: -8px
}

[dir=ltr] .q-col-gutter-sm > *, [dir=ltr] .q-col-gutter-x-sm > * {
    padding-left: 8px
}

[dir=rtl] .q-col-gutter-sm > *, [dir=rtl] .q-col-gutter-x-sm > * {
    padding-right: 8px
}

[dir] .q-col-gutter-sm, [dir] .q-col-gutter-y-sm {
    margin-top: -8px
}

    [dir] .q-col-gutter-sm > *, [dir] .q-col-gutter-y-sm > * {
        padding-top: 8px
    }

[dir=ltr] .q-gutter-md, [dir=ltr] .q-gutter-x-md {
    margin-left: -16px
}

[dir=rtl] .q-gutter-md, [dir=rtl] .q-gutter-x-md {
    margin-right: -16px
}

[dir=ltr] .q-gutter-md > *, [dir=ltr] .q-gutter-x-md > * {
    margin-left: 16px
}

[dir=rtl] .q-gutter-md > *, [dir=rtl] .q-gutter-x-md > * {
    margin-right: 16px
}

[dir] .q-gutter-md, [dir] .q-gutter-y-md {
    margin-top: -16px
}

    [dir] .q-gutter-md > *, [dir] .q-gutter-y-md > * {
        margin-top: 16px
    }

[dir=ltr] .q-col-gutter-md, [dir=ltr] .q-col-gutter-x-md {
    margin-left: -16px
}

[dir=rtl] .q-col-gutter-md, [dir=rtl] .q-col-gutter-x-md {
    margin-right: -16px
}

[dir=ltr] .q-col-gutter-md > *, [dir=ltr] .q-col-gutter-x-md > * {
    padding-left: 16px
}

[dir=rtl] .q-col-gutter-md > *, [dir=rtl] .q-col-gutter-x-md > * {
    padding-right: 16px
}

[dir] .q-col-gutter-md, [dir] .q-col-gutter-y-md {
    margin-top: -16px
}

    [dir] .q-col-gutter-md > *, [dir] .q-col-gutter-y-md > * {
        padding-top: 16px
    }

[dir=ltr] .q-gutter-lg, [dir=ltr] .q-gutter-x-lg {
    margin-left: -24px
}

[dir=rtl] .q-gutter-lg, [dir=rtl] .q-gutter-x-lg {
    margin-right: -24px
}

[dir=ltr] .q-gutter-lg > *, [dir=ltr] .q-gutter-x-lg > * {
    margin-left: 24px
}

[dir=rtl] .q-gutter-lg > *, [dir=rtl] .q-gutter-x-lg > * {
    margin-right: 24px
}

[dir] .q-gutter-lg, [dir] .q-gutter-y-lg {
    margin-top: -24px
}

    [dir] .q-gutter-lg > *, [dir] .q-gutter-y-lg > * {
        margin-top: 24px
    }

[dir=ltr] .q-col-gutter-lg, [dir=ltr] .q-col-gutter-x-lg {
    margin-left: -24px
}

[dir=rtl] .q-col-gutter-lg, [dir=rtl] .q-col-gutter-x-lg {
    margin-right: -24px
}

[dir=ltr] .q-col-gutter-lg > *, [dir=ltr] .q-col-gutter-x-lg > * {
    padding-left: 24px
}

[dir=rtl] .q-col-gutter-lg > *, [dir=rtl] .q-col-gutter-x-lg > * {
    padding-right: 24px
}

[dir] .q-col-gutter-lg, [dir] .q-col-gutter-y-lg {
    margin-top: -24px
}

    [dir] .q-col-gutter-lg > *, [dir] .q-col-gutter-y-lg > * {
        padding-top: 24px
    }

[dir=ltr] .q-gutter-x-xl, [dir=ltr] .q-gutter-xl {
    margin-left: -48px
}

[dir=rtl] .q-gutter-x-xl, [dir=rtl] .q-gutter-xl {
    margin-right: -48px
}

[dir=ltr] .q-gutter-x-xl > *, [dir=ltr] .q-gutter-xl > * {
    margin-left: 48px
}

[dir=rtl] .q-gutter-x-xl > *, [dir=rtl] .q-gutter-xl > * {
    margin-right: 48px
}

[dir] .q-gutter-xl, [dir] .q-gutter-y-xl {
    margin-top: -48px
}

    [dir] .q-gutter-xl > *, [dir] .q-gutter-y-xl > * {
        margin-top: 48px
    }

[dir=ltr] .q-col-gutter-x-xl, [dir=ltr] .q-col-gutter-xl {
    margin-left: -48px
}

[dir=rtl] .q-col-gutter-x-xl, [dir=rtl] .q-col-gutter-xl {
    margin-right: -48px
}

[dir=ltr] .q-col-gutter-x-xl > *, [dir=ltr] .q-col-gutter-xl > * {
    padding-left: 48px
}

[dir=rtl] .q-col-gutter-x-xl > *, [dir=rtl] .q-col-gutter-xl > * {
    padding-right: 48px
}

[dir] .q-col-gutter-xl, [dir] .q-col-gutter-y-xl {
    margin-top: -48px
}

    [dir] .q-col-gutter-xl > *, [dir] .q-col-gutter-y-xl > * {
        padding-top: 48px
    }

@media (min-width:0) {
    .flex > .col, .flex > .cole-0, .flex > .cole-1, .flex > .cole-2, .flex > .cole-3, .flex > .cole-4, .flex > .cole-5, .flex > .cole-6, .flex > .cole-7, .flex > .cole-8, .flex > .cole-9, .flex > .cole-10, .flex > .cole-11, .flex > .cole-12, .flex > .cole-auto, .flex > .cole-grow, .flex > .cole-shrink, .flex > .cole-xs, .flex > .cole-xs-0, .flex > .cole-xs-1, .flex > .cole-xs-2, .flex > .cole-xs-3, .flex > .cole-xs-4, .flex > .cole-xs-5, .flex > .cole-xs-6, .flex > .cole-xs-7, .flex > .cole-xs-8, .flex > .cole-xs-9, .flex > .cole-xs-10, .flex > .cole-xs-11, .flex > .cole-xs-12, .flex > .cole-xs-auto, .flex > .cole-xs-grow, .flex > .cole-xs-shrink, .rowe > .col, .rowe > .cole-0, .rowe > .cole-1, .rowe > .cole-2, .rowe > .cole-3, .rowe > .cole-4, .rowe > .cole-5, .rowe > .cole-6, .rowe > .cole-7, .rowe > .cole-8, .rowe > .cole-9, .rowe > .cole-10, .rowe > .cole-11, .rowe > .cole-12, .rowe > .cole-auto, .rowe > .cole-grow, .rowe > .cole-shrink, .rowe > .cole-xs, .rowe > .cole-xs-0, .rowe > .cole-xs-1, .rowe > .cole-xs-2, .rowe > .cole-xs-3, .rowe > .cole-xs-4, .rowe > .cole-xs-5, .rowe > .cole-xs-6, .rowe > .cole-xs-7, .rowe > .cole-xs-8, .rowe > .cole-xs-9, .rowe > .cole-xs-10, .rowe > .cole-xs-11, .rowe > .cole-xs-12, .rowe > .cole-xs-auto, .rowe > .cole-xs-grow, .rowe > .cole-xs-shrink {
        width: auto;
        min-width: 0;
        max-width: 100%
    }

    .column > .col, .column > .cole-0, .column > .cole-1, .column > .cole-2, .column > .cole-3, .column > .cole-4, .column > .cole-5, .column > .cole-6, .column > .cole-7, .column > .cole-8, .column > .cole-9, .column > .cole-10, .column > .cole-11, .column > .cole-12, .column > .cole-auto, .column > .cole-grow, .column > .cole-shrink, .column > .cole-xs, .column > .cole-xs-0, .column > .cole-xs-1, .column > .cole-xs-2, .column > .cole-xs-3, .column > .cole-xs-4, .column > .cole-xs-5, .column > .cole-xs-6, .column > .cole-xs-7, .column > .cole-xs-8, .column > .cole-xs-9, .column > .cole-xs-10, .column > .cole-xs-11, .column > .cole-xs-12, .column > .cole-xs-auto, .column > .cole-xs-grow, .column > .cole-xs-shrink, .flex > .col, .flex > .cole-0, .flex > .cole-1, .flex > .cole-2, .flex > .cole-3, .flex > .cole-4, .flex > .cole-5, .flex > .cole-6, .flex > .cole-7, .flex > .cole-8, .flex > .cole-9, .flex > .cole-10, .flex > .cole-11, .flex > .cole-12, .flex > .cole-auto, .flex > .cole-grow, .flex > .cole-shrink, .flex > .cole-xs, .flex > .cole-xs-0, .flex > .cole-xs-1, .flex > .cole-xs-2, .flex > .cole-xs-3, .flex > .cole-xs-4, .flex > .cole-xs-5, .flex > .cole-xs-6, .flex > .cole-xs-7, .flex > .cole-xs-8, .flex > .cole-xs-9, .flex > .cole-xs-10, .flex > .cole-xs-11, .flex > .cole-xs-12, .flex > .cole-xs-auto, .flex > .cole-xs-grow, .flex > .cole-xs-shrink {
        height: auto;
        min-height: 0;
        max-height: 100%
    }

    .col, .cole-xs {
        flex: 10000 1 0%
    }

    .cole-0, .cole-1, .cole-2, .cole-3, .cole-4, .cole-5, .cole-6, .cole-7, .cole-8, .cole-9, .cole-10, .cole-11, .cole-12, .cole-auto, .cole-xs-0, .cole-xs-1, .cole-xs-2, .cole-xs-3, .cole-xs-4, .cole-xs-5, .cole-xs-6, .cole-xs-7, .cole-xs-8, .cole-xs-9, .cole-xs-10, .cole-xs-11, .cole-xs-12, .cole-xs-auto {
        flex: 0 0 auto
    }

    .cole-grow, .cole-xs-grow {
        flex: 1 0 auto
    }

    .cole-shrink, .cole-xs-shrink {
        flex: 0 1 auto
    }

    .rowe > .cole-0, .rowe > .cole-xs-0 {
        height: auto;
        width: 0%
    }

    [dir=ltr] .rowe > .offset-0, [dir=ltr] .rowe > .offset-xs-0 {
        margin-left: 0%
    }

    [dir=rtl] .rowe > .offset-0, [dir=rtl] .rowe > .offset-xs-0 {
        margin-right: 0%
    }

    .column > .cole-0, .column > .cole-xs-0 {
        height: 0%;
        width: auto
    }

    .rowe > .cole-1, .rowe > .cole-xs-1 {
        height: auto;
        width: 8.3333%
    }

    [dir=ltr] .rowe > .offset-1, [dir=ltr] .rowe > .offset-xs-1 {
        margin-left: 8.3333%
    }

    [dir=rtl] .rowe > .offset-1, [dir=rtl] .rowe > .offset-xs-1 {
        margin-right: 8.3333%
    }

    .column > .cole-1, .column > .cole-xs-1 {
        height: 8.3333%;
        width: auto
    }

    .rowe > .cole-2, .rowe > .cole-xs-2 {
        height: auto;
        width: 16.6667%
    }

    [dir=ltr] .rowe > .offset-2, [dir=ltr] .rowe > .offset-xs-2 {
        margin-left: 16.6667%
    }

    [dir=rtl] .rowe > .offset-2, [dir=rtl] .rowe > .offset-xs-2 {
        margin-right: 16.6667%
    }

    .column > .cole-2, .column > .cole-xs-2 {
        height: 16.6667%;
        width: auto
    }

    .rowe > .cole-3, .rowe > .cole-xs-3 {
        height: auto;
        width: 25%
    }

    [dir=ltr] .rowe > .offset-3, [dir=ltr] .rowe > .offset-xs-3 {
        margin-left: 25%
    }

    [dir=rtl] .rowe > .offset-3, [dir=rtl] .rowe > .offset-xs-3 {
        margin-right: 25%
    }

    .column > .cole-3, .column > .cole-xs-3 {
        height: 25%;
        width: auto
    }

    .rowe > .cole-4, .rowe > .cole-xs-4 {
        height: auto;
        width: 33.3333%
    }

    [dir=ltr] .rowe > .offset-4, [dir=ltr] .rowe > .offset-xs-4 {
        margin-left: 33.3333%
    }

    [dir=rtl] .rowe > .offset-4, [dir=rtl] .rowe > .offset-xs-4 {
        margin-right: 33.3333%
    }

    .column > .cole-4, .column > .cole-xs-4 {
        height: 33.3333%;
        width: auto
    }

    .rowe > .cole-5, .rowe > .cole-xs-5 {
        height: auto;
        width: 41.6667%
    }

    [dir=ltr] .rowe > .offset-5, [dir=ltr] .rowe > .offset-xs-5 {
        margin-left: 41.6667%
    }

    [dir=rtl] .rowe > .offset-5, [dir=rtl] .rowe > .offset-xs-5 {
        margin-right: 41.6667%
    }

    .column > .cole-5, .column > .cole-xs-5 {
        height: 41.6667%;
        width: auto
    }

    .rowe > .cole-6, .rowe > .cole-xs-6 {
        height: auto;
        width: 50%
    }

    [dir=ltr] .rowe > .offset-6, [dir=ltr] .rowe > .offset-xs-6 {
        margin-left: 50%
    }

    [dir=rtl] .rowe > .offset-6, [dir=rtl] .rowe > .offset-xs-6 {
        margin-right: 50%
    }

    .column > .cole-6, .column > .cole-xs-6 {
        height: 50%;
        width: auto
    }

    .rowe > .cole-7, .rowe > .cole-xs-7 {
        height: auto;
        width: 58.3333%
    }

    [dir=ltr] .rowe > .offset-7, [dir=ltr] .rowe > .offset-xs-7 {
        margin-left: 58.3333%
    }

    [dir=rtl] .rowe > .offset-7, [dir=rtl] .rowe > .offset-xs-7 {
        margin-right: 58.3333%
    }

    .column > .cole-7, .column > .cole-xs-7 {
        height: 58.3333%;
        width: auto
    }

    .rowe > .cole-8, .rowe > .cole-xs-8 {
        height: auto;
        width: 66.6667%
    }

    [dir=ltr] .rowe > .offset-8, [dir=ltr] .rowe > .offset-xs-8 {
        margin-left: 66.6667%
    }

    [dir=rtl] .rowe > .offset-8, [dir=rtl] .rowe > .offset-xs-8 {
        margin-right: 66.6667%
    }

    .column > .cole-8, .column > .cole-xs-8 {
        height: 66.6667%;
        width: auto
    }

    .rowe > .cole-9, .rowe > .cole-xs-9 {
        height: auto;
        width: 75%
    }

    [dir=ltr] .rowe > .offset-9, [dir=ltr] .rowe > .offset-xs-9 {
        margin-left: 75%
    }

    [dir=rtl] .rowe > .offset-9, [dir=rtl] .rowe > .offset-xs-9 {
        margin-right: 75%
    }

    .column > .cole-9, .column > .cole-xs-9 {
        height: 75%;
        width: auto
    }

    .rowe > .cole-10, .rowe > .cole-xs-10 {
        height: auto;
        width: 83.3333%
    }

    [dir=ltr] .rowe > .offset-10, [dir=ltr] .rowe > .offset-xs-10 {
        margin-left: 83.3333%
    }

    [dir=rtl] .rowe > .offset-10, [dir=rtl] .rowe > .offset-xs-10 {
        margin-right: 83.3333%
    }

    .column > .cole-10, .column > .cole-xs-10 {
        height: 83.3333%;
        width: auto
    }

    .rowe > .cole-11, .rowe > .cole-xs-11 {
        height: auto;
        width: 91.6667%
    }

    [dir=ltr] .rowe > .offset-11, [dir=ltr] .rowe > .offset-xs-11 {
        margin-left: 91.6667%
    }

    [dir=rtl] .rowe > .offset-11, [dir=rtl] .rowe > .offset-xs-11 {
        margin-right: 91.6667%
    }

    .column > .cole-11, .column > .cole-xs-11 {
        height: 91.6667%;
        width: auto
    }

    .rowe > .cole-12, .rowe > .cole-xs-12 {
        height: auto;
        width: 100%
    }

    [dir=ltr] .rowe > .offset-12, [dir=ltr] .rowe > .offset-xs-12 {
        margin-left: 100%
    }

    [dir=rtl] .rowe > .offset-12, [dir=rtl] .rowe > .offset-xs-12 {
        margin-right: 100%
    }

    .column > .cole-12, .column > .cole-xs-12 {
        height: 100%;
        width: auto
    }

    .rowe > .cole-all {
        height: auto;
        flex: 0 0 100%
    }
}

@media (min-width:600px) {
    .flex > .cole-sm, .flex > .cole-sm-0, .flex > .cole-sm-1, .flex > .cole-sm-2, .flex > .cole-sm-3, .flex > .cole-sm-4, .flex > .cole-sm-5, .flex > .cole-sm-6, .flex > .cole-sm-7, .flex > .cole-sm-8, .flex > .cole-sm-9, .flex > .cole-sm-10, .flex > .cole-sm-11, .flex > .cole-sm-12, .flex > .cole-sm-auto, .flex > .cole-sm-grow, .flex > .cole-sm-shrink, .rowe > .cole-sm, .rowe > .cole-sm-0, .rowe > .cole-sm-1, .rowe > .cole-sm-2, .rowe > .cole-sm-3, .rowe > .cole-sm-4, .rowe > .cole-sm-5, .rowe > .cole-sm-6, .rowe > .cole-sm-7, .rowe > .cole-sm-8, .rowe > .cole-sm-9, .rowe > .cole-sm-10, .rowe > .cole-sm-11, .rowe > .cole-sm-12, .rowe > .cole-sm-auto, .rowe > .cole-sm-grow, .rowe > .cole-sm-shrink {
        width: auto;
        min-width: 0;
        max-width: 100%
    }

    .column > .cole-sm, .column > .cole-sm-0, .column > .cole-sm-1, .column > .cole-sm-2, .column > .cole-sm-3, .column > .cole-sm-4, .column > .cole-sm-5, .column > .cole-sm-6, .column > .cole-sm-7, .column > .cole-sm-8, .column > .cole-sm-9, .column > .cole-sm-10, .column > .cole-sm-11, .column > .cole-sm-12, .column > .cole-sm-auto, .column > .cole-sm-grow, .column > .cole-sm-shrink, .flex > .cole-sm, .flex > .cole-sm-0, .flex > .cole-sm-1, .flex > .cole-sm-2, .flex > .cole-sm-3, .flex > .cole-sm-4, .flex > .cole-sm-5, .flex > .cole-sm-6, .flex > .cole-sm-7, .flex > .cole-sm-8, .flex > .cole-sm-9, .flex > .cole-sm-10, .flex > .cole-sm-11, .flex > .cole-sm-12, .flex > .cole-sm-auto, .flex > .cole-sm-grow, .flex > .cole-sm-shrink {
        height: auto;
        min-height: 0;
        max-height: 100%
    }

    .cole-sm {
        flex: 10000 1 0%
    }

    .cole-sm-0, .cole-sm-1, .cole-sm-2, .cole-sm-3, .cole-sm-4, .cole-sm-5, .cole-sm-6, .cole-sm-7, .cole-sm-8, .cole-sm-9, .cole-sm-10, .cole-sm-11, .cole-sm-12, .cole-sm-auto {
        flex: 0 0 auto
    }

    .cole-sm-grow {
        flex: 1 0 auto
    }

    .cole-sm-shrink {
        flex: 0 1 auto
    }

    .rowe > .cole-sm-0 {
        height: auto;
        width: 0%
    }

    [dir=ltr] .rowe > .offset-sm-0 {
        margin-left: 0%
    }

    [dir=rtl] .rowe > .offset-sm-0 {
        margin-right: 0%
    }

    .column > .cole-sm-0 {
        height: 0%;
        width: auto
    }

    .rowe > .cole-sm-1 {
        height: auto;
        width: 8.3333%
    }

    [dir=ltr] .rowe > .offset-sm-1 {
        margin-left: 8.3333%
    }

    [dir=rtl] .rowe > .offset-sm-1 {
        margin-right: 8.3333%
    }

    .column > .cole-sm-1 {
        height: 8.3333%;
        width: auto
    }

    .rowe > .cole-sm-2 {
        height: auto;
        width: 16.6667%
    }

    [dir=ltr] .rowe > .offset-sm-2 {
        margin-left: 16.6667%
    }

    [dir=rtl] .rowe > .offset-sm-2 {
        margin-right: 16.6667%
    }

    .column > .cole-sm-2 {
        height: 16.6667%;
        width: auto
    }

    .rowe > .cole-sm-3 {
        height: auto;
        width: 25%
    }

    [dir=ltr] .rowe > .offset-sm-3 {
        margin-left: 25%
    }

    [dir=rtl] .rowe > .offset-sm-3 {
        margin-right: 25%
    }

    .column > .cole-sm-3 {
        height: 25%;
        width: auto
    }

    .rowe > .cole-sm-4 {
        height: auto;
        width: 33.3333%
    }

    [dir=ltr] .rowe > .offset-sm-4 {
        margin-left: 33.3333%
    }

    [dir=rtl] .rowe > .offset-sm-4 {
        margin-right: 33.3333%
    }

    .column > .cole-sm-4 {
        height: 33.3333%;
        width: auto
    }

    .rowe > .cole-sm-5 {
        height: auto;
        width: 41.6667%
    }

    [dir=ltr] .rowe > .offset-sm-5 {
        margin-left: 41.6667%
    }

    [dir=rtl] .rowe > .offset-sm-5 {
        margin-right: 41.6667%
    }

    .column > .cole-sm-5 {
        height: 41.6667%;
        width: auto
    }

    .rowe > .cole-sm-6 {
        height: auto;
        width: 50%
    }

    [dir=ltr] .rowe > .offset-sm-6 {
        margin-left: 50%
    }

    [dir=rtl] .rowe > .offset-sm-6 {
        margin-right: 50%
    }

    .column > .cole-sm-6 {
        height: 50%;
        width: auto
    }

    .rowe > .cole-sm-7 {
        height: auto;
        width: 58.3333%
    }

    [dir=ltr] .rowe > .offset-sm-7 {
        margin-left: 58.3333%
    }

    [dir=rtl] .rowe > .offset-sm-7 {
        margin-right: 58.3333%
    }

    .column > .cole-sm-7 {
        height: 58.3333%;
        width: auto
    }

    .rowe > .cole-sm-8 {
        height: auto;
        width: 66.6667%
    }

    [dir=ltr] .rowe > .offset-sm-8 {
        margin-left: 66.6667%
    }

    [dir=rtl] .rowe > .offset-sm-8 {
        margin-right: 66.6667%
    }

    .column > .cole-sm-8 {
        height: 66.6667%;
        width: auto
    }

    .rowe > .cole-sm-9 {
        height: auto;
        width: 75%
    }

    [dir=ltr] .rowe > .offset-sm-9 {
        margin-left: 75%
    }

    [dir=rtl] .rowe > .offset-sm-9 {
        margin-right: 75%
    }

    .column > .cole-sm-9 {
        height: 75%;
        width: auto
    }

    .rowe > .cole-sm-10 {
        height: auto;
        width: 83.3333%
    }

    [dir=ltr] .rowe > .offset-sm-10 {
        margin-left: 83.3333%
    }

    [dir=rtl] .rowe > .offset-sm-10 {
        margin-right: 83.3333%
    }

    .column > .cole-sm-10 {
        height: 83.3333%;
        width: auto
    }

    .rowe > .cole-sm-11 {
        height: auto;
        width: 91.6667%
    }

    [dir=ltr] .rowe > .offset-sm-11 {
        margin-left: 91.6667%
    }

    [dir=rtl] .rowe > .offset-sm-11 {
        margin-right: 91.6667%
    }

    .column > .cole-sm-11 {
        height: 91.6667%;
        width: auto
    }

    .rowe > .cole-sm-12 {
        height: auto;
        width: 100%
    }

    [dir=ltr] .rowe > .offset-sm-12 {
        margin-left: 100%
    }

    [dir=rtl] .rowe > .offset-sm-12 {
        margin-right: 100%
    }

    .column > .cole-sm-12 {
        height: 100%;
        width: auto
    }
}

@media (min-width:1024px) {
    .flex > .cole-md, .flex > .cole-md-0, .flex > .cole-md-1, .flex > .cole-md-2, .flex > .cole-md-3, .flex > .cole-md-4, .flex > .cole-md-5, .flex > .cole-md-6, .flex > .cole-md-7, .flex > .cole-md-8, .flex > .cole-md-9, .flex > .cole-md-10, .flex > .cole-md-11, .flex > .cole-md-12, .flex > .cole-md-auto, .flex > .cole-md-grow, .flex > .cole-md-shrink, .rowe > .cole-md, .rowe > .cole-md-0, .rowe > .cole-md-1, .rowe > .cole-md-2, .rowe > .cole-md-3, .rowe > .cole-md-4, .rowe > .cole-md-5, .rowe > .cole-md-6, .rowe > .cole-md-7, .rowe > .cole-md-8, .rowe > .cole-md-9, .rowe > .cole-md-10, .rowe > .cole-md-11, .rowe > .cole-md-12, .rowe > .cole-md-auto, .rowe > .cole-md-grow, .rowe > .cole-md-shrink {
        width: auto;
        min-width: 0;
        max-width: 100%
    }

    .column > .cole-md, .column > .cole-md-0, .column > .cole-md-1, .column > .cole-md-2, .column > .cole-md-3, .column > .cole-md-4, .column > .cole-md-5, .column > .cole-md-6, .column > .cole-md-7, .column > .cole-md-8, .column > .cole-md-9, .column > .cole-md-10, .column > .cole-md-11, .column > .cole-md-12, .column > .cole-md-auto, .column > .cole-md-grow, .column > .cole-md-shrink, .flex > .cole-md, .flex > .cole-md-0, .flex > .cole-md-1, .flex > .cole-md-2, .flex > .cole-md-3, .flex > .cole-md-4, .flex > .cole-md-5, .flex > .cole-md-6, .flex > .cole-md-7, .flex > .cole-md-8, .flex > .cole-md-9, .flex > .cole-md-10, .flex > .cole-md-11, .flex > .cole-md-12, .flex > .cole-md-auto, .flex > .cole-md-grow, .flex > .cole-md-shrink {
        height: auto;
        min-height: 0;
        max-height: 100%
    }

    .cole-md {
        flex: 10000 1 0%
    }

    .cole-md-0, .cole-md-1, .cole-md-2, .cole-md-3, .cole-md-4, .cole-md-5, .cole-md-6, .cole-md-7, .cole-md-8, .cole-md-9, .cole-md-10, .cole-md-11, .cole-md-12, .cole-md-auto {
        flex: 0 0 auto
    }

    .cole-md-grow {
        flex: 1 0 auto
    }

    .cole-md-shrink {
        flex: 0 1 auto
    }

    .rowe > .cole-md-0 {
        height: auto;
        width: 0%
    }

    [dir=ltr] .rowe > .offset-md-0 {
        margin-left: 0%
    }

    [dir=rtl] .rowe > .offset-md-0 {
        margin-right: 0%
    }

    .column > .cole-md-0 {
        height: 0%;
        width: auto
    }

    .rowe > .cole-md-1 {
        height: auto;
        width: 8.3333%
    }

    [dir=ltr] .rowe > .offset-md-1 {
        margin-left: 8.3333%
    }

    [dir=rtl] .rowe > .offset-md-1 {
        margin-right: 8.3333%
    }

    .column > .cole-md-1 {
        height: 8.3333%;
        width: auto
    }

    .rowe > .cole-md-2 {
        height: auto;
        width: 16.6667%
    }

    [dir=ltr] .rowe > .offset-md-2 {
        margin-left: 16.6667%
    }

    [dir=rtl] .rowe > .offset-md-2 {
        margin-right: 16.6667%
    }

    .column > .cole-md-2 {
        height: 16.6667%;
        width: auto
    }

    .rowe > .cole-md-3 {
        height: auto;
        width: 25%
    }

    [dir=ltr] .rowe > .offset-md-3 {
        margin-left: 25%
    }

    [dir=rtl] .rowe > .offset-md-3 {
        margin-right: 25%
    }

    .column > .cole-md-3 {
        height: 25%;
        width: auto
    }

    .rowe > .cole-md-4 {
        height: auto;
        width: 33.3333%
    }

    [dir=ltr] .rowe > .offset-md-4 {
        margin-left: 33.3333%
    }

    [dir=rtl] .rowe > .offset-md-4 {
        margin-right: 33.3333%
    }

    .column > .cole-md-4 {
        height: 33.3333%;
        width: auto
    }

    .rowe > .cole-md-5 {
        height: auto;
        width: 41.6667%
    }

    [dir=ltr] .rowe > .offset-md-5 {
        margin-left: 41.6667%
    }

    [dir=rtl] .rowe > .offset-md-5 {
        margin-right: 41.6667%
    }

    .column > .cole-md-5 {
        height: 41.6667%;
        width: auto
    }

    .rowe > .cole-md-6 {
        height: auto;
        width: 50%
    }

    [dir=ltr] .rowe > .offset-md-6 {
        margin-left: 50%
    }

    [dir=rtl] .rowe > .offset-md-6 {
        margin-right: 50%
    }

    .column > .cole-md-6 {
        height: 50%;
        width: auto
    }

    .rowe > .cole-md-7 {
        height: auto;
        width: 58.3333%
    }

    [dir=ltr] .rowe > .offset-md-7 {
        margin-left: 58.3333%
    }

    [dir=rtl] .rowe > .offset-md-7 {
        margin-right: 58.3333%
    }

    .column > .cole-md-7 {
        height: 58.3333%;
        width: auto
    }

    .rowe > .cole-md-8 {
        height: auto;
        width: 66.6667%
    }

    [dir=ltr] .rowe > .offset-md-8 {
        margin-left: 66.6667%
    }

    [dir=rtl] .rowe > .offset-md-8 {
        margin-right: 66.6667%
    }

    .column > .cole-md-8 {
        height: 66.6667%;
        width: auto
    }

    .rowe > .cole-md-9 {
        height: auto;
        width: 75%
    }

    [dir=ltr] .rowe > .offset-md-9 {
        margin-left: 75%
    }

    [dir=rtl] .rowe > .offset-md-9 {
        margin-right: 75%
    }

    .column > .cole-md-9 {
        height: 75%;
        width: auto
    }

    .rowe > .cole-md-10 {
        height: auto;
        width: 83.3333%
    }

    [dir=ltr] .rowe > .offset-md-10 {
        margin-left: 83.3333%
    }

    [dir=rtl] .rowe > .offset-md-10 {
        margin-right: 83.3333%
    }

    .column > .cole-md-10 {
        height: 83.3333%;
        width: auto
    }

    .rowe > .cole-md-11 {
        height: auto;
        width: 91.6667%
    }

    [dir=ltr] .rowe > .offset-md-11 {
        margin-left: 91.6667%
    }

    [dir=rtl] .rowe > .offset-md-11 {
        margin-right: 91.6667%
    }

    .column > .cole-md-11 {
        height: 91.6667%;
        width: auto
    }

    .rowe > .cole-md-12 {
        height: auto;
        width: 100%
    }

    [dir=ltr] .rowe > .offset-md-12 {
        margin-left: 100%
    }

    [dir=rtl] .rowe > .offset-md-12 {
        margin-right: 100%
    }

    .column > .cole-md-12 {
        height: 100%;
        width: auto
    }
}

@media (min-width:1440px) {
    .flex > .cole-lg, .flex > .cole-lg-0, .flex > .cole-lg-1, .flex > .cole-lg-2, .flex > .cole-lg-3, .flex > .cole-lg-4, .flex > .cole-lg-5, .flex > .cole-lg-6, .flex > .cole-lg-7, .flex > .cole-lg-8, .flex > .cole-lg-9, .flex > .cole-lg-10, .flex > .cole-lg-11, .flex > .cole-lg-12, .flex > .cole-lg-auto, .flex > .cole-lg-grow, .flex > .cole-lg-shrink, .rowe > .cole-lg, .rowe > .cole-lg-0, .rowe > .cole-lg-1, .rowe > .cole-lg-2, .rowe > .cole-lg-3, .rowe > .cole-lg-4, .rowe > .cole-lg-5, .rowe > .cole-lg-6, .rowe > .cole-lg-7, .rowe > .cole-lg-8, .rowe > .cole-lg-9, .rowe > .cole-lg-10, .rowe > .cole-lg-11, .rowe > .cole-lg-12, .rowe > .cole-lg-auto, .rowe > .cole-lg-grow, .rowe > .cole-lg-shrink {
        width: auto;
        min-width: 0;
        max-width: 100%
    }

    .column > .cole-lg, .column > .cole-lg-0, .column > .cole-lg-1, .column > .cole-lg-2, .column > .cole-lg-3, .column > .cole-lg-4, .column > .cole-lg-5, .column > .cole-lg-6, .column > .cole-lg-7, .column > .cole-lg-8, .column > .cole-lg-9, .column > .cole-lg-10, .column > .cole-lg-11, .column > .cole-lg-12, .column > .cole-lg-auto, .column > .cole-lg-grow, .column > .cole-lg-shrink, .flex > .cole-lg, .flex > .cole-lg-0, .flex > .cole-lg-1, .flex > .cole-lg-2, .flex > .cole-lg-3, .flex > .cole-lg-4, .flex > .cole-lg-5, .flex > .cole-lg-6, .flex > .cole-lg-7, .flex > .cole-lg-8, .flex > .cole-lg-9, .flex > .cole-lg-10, .flex > .cole-lg-11, .flex > .cole-lg-12, .flex > .cole-lg-auto, .flex > .cole-lg-grow, .flex > .cole-lg-shrink {
        height: auto;
        min-height: 0;
        max-height: 100%
    }

    .cole-lg {
        flex: 10000 1 0%
    }

    .cole-lg-0, .cole-lg-1, .cole-lg-2, .cole-lg-3, .cole-lg-4, .cole-lg-5, .cole-lg-6, .cole-lg-7, .cole-lg-8, .cole-lg-9, .cole-lg-10, .cole-lg-11, .cole-lg-12, .cole-lg-auto {
        flex: 0 0 auto
    }

    .cole-lg-grow {
        flex: 1 0 auto
    }

    .cole-lg-shrink {
        flex: 0 1 auto
    }

    .rowe > .cole-lg-0 {
        height: auto;
        width: 0%
    }

    [dir=ltr] .rowe > .offset-lg-0 {
        margin-left: 0%
    }

    [dir=rtl] .rowe > .offset-lg-0 {
        margin-right: 0%
    }

    .column > .cole-lg-0 {
        height: 0%;
        width: auto
    }

    .rowe > .cole-lg-1 {
        height: auto;
        width: 8.3333%
    }

    [dir=ltr] .rowe > .offset-lg-1 {
        margin-left: 8.3333%
    }

    [dir=rtl] .rowe > .offset-lg-1 {
        margin-right: 8.3333%
    }

    .column > .cole-lg-1 {
        height: 8.3333%;
        width: auto
    }

    .rowe > .cole-lg-2 {
        height: auto;
        width: 16.6667%
    }

    [dir=ltr] .rowe > .offset-lg-2 {
        margin-left: 16.6667%
    }

    [dir=rtl] .rowe > .offset-lg-2 {
        margin-right: 16.6667%
    }

    .column > .cole-lg-2 {
        height: 16.6667%;
        width: auto
    }

    .rowe > .cole-lg-3 {
        height: auto;
        width: 25%
    }

    [dir=ltr] .rowe > .offset-lg-3 {
        margin-left: 25%
    }

    [dir=rtl] .rowe > .offset-lg-3 {
        margin-right: 25%
    }

    .column > .cole-lg-3 {
        height: 25%;
        width: auto
    }

    .rowe > .cole-lg-4 {
        height: auto;
        width: 33.3333%
    }

    [dir=ltr] .rowe > .offset-lg-4 {
        margin-left: 33.3333%
    }

    [dir=rtl] .rowe > .offset-lg-4 {
        margin-right: 33.3333%
    }

    .column > .cole-lg-4 {
        height: 33.3333%;
        width: auto
    }

    .rowe > .cole-lg-5 {
        height: auto;
        width: 41.6667%
    }

    [dir=ltr] .rowe > .offset-lg-5 {
        margin-left: 41.6667%
    }

    [dir=rtl] .rowe > .offset-lg-5 {
        margin-right: 41.6667%
    }

    .column > .cole-lg-5 {
        height: 41.6667%;
        width: auto
    }

    .rowe > .cole-lg-6 {
        height: auto;
        width: 50%
    }

    [dir=ltr] .rowe > .offset-lg-6 {
        margin-left: 50%
    }

    [dir=rtl] .rowe > .offset-lg-6 {
        margin-right: 50%
    }

    .column > .cole-lg-6 {
        height: 50%;
        width: auto
    }

    .rowe > .cole-lg-7 {
        height: auto;
        width: 58.3333%
    }

    [dir=ltr] .rowe > .offset-lg-7 {
        margin-left: 58.3333%
    }

    [dir=rtl] .rowe > .offset-lg-7 {
        margin-right: 58.3333%
    }

    .column > .cole-lg-7 {
        height: 58.3333%;
        width: auto
    }

    .rowe > .cole-lg-8 {
        height: auto;
        width: 66.6667%
    }

    [dir=ltr] .rowe > .offset-lg-8 {
        margin-left: 66.6667%
    }

    [dir=rtl] .rowe > .offset-lg-8 {
        margin-right: 66.6667%
    }

    .column > .cole-lg-8 {
        height: 66.6667%;
        width: auto
    }

    .rowe > .cole-lg-9 {
        height: auto;
        width: 75%
    }

    [dir=ltr] .rowe > .offset-lg-9 {
        margin-left: 75%
    }

    [dir=rtl] .rowe > .offset-lg-9 {
        margin-right: 75%
    }

    .column > .cole-lg-9 {
        height: 75%;
        width: auto
    }

    .rowe > .cole-lg-10 {
        height: auto;
        width: 83.3333%
    }

    [dir=ltr] .rowe > .offset-lg-10 {
        margin-left: 83.3333%
    }

    [dir=rtl] .rowe > .offset-lg-10 {
        margin-right: 83.3333%
    }

    .column > .cole-lg-10 {
        height: 83.3333%;
        width: auto
    }

    .rowe > .cole-lg-11 {
        height: auto;
        width: 91.6667%
    }

    [dir=ltr] .rowe > .offset-lg-11 {
        margin-left: 91.6667%
    }

    [dir=rtl] .rowe > .offset-lg-11 {
        margin-right: 91.6667%
    }

    .column > .cole-lg-11 {
        height: 91.6667%;
        width: auto
    }

    .rowe > .cole-lg-12 {
        height: auto;
        width: 100%
    }

    [dir=ltr] .rowe > .offset-lg-12 {
        margin-left: 100%
    }

    [dir=rtl] .rowe > .offset-lg-12 {
        margin-right: 100%
    }

    .column > .cole-lg-12 {
        height: 100%;
        width: auto
    }
}

@media (min-width:1920px) {
    .flex > .cole-xl, .flex > .cole-xl-0, .flex > .cole-xl-1, .flex > .cole-xl-2, .flex > .cole-xl-3, .flex > .cole-xl-4, .flex > .cole-xl-5, .flex > .cole-xl-6, .flex > .cole-xl-7, .flex > .cole-xl-8, .flex > .cole-xl-9, .flex > .cole-xl-10, .flex > .cole-xl-11, .flex > .cole-xl-12, .flex > .cole-xl-auto, .flex > .cole-xl-grow, .flex > .cole-xl-shrink, .rowe > .cole-xl, .rowe > .cole-xl-0, .rowe > .cole-xl-1, .rowe > .cole-xl-2, .rowe > .cole-xl-3, .rowe > .cole-xl-4, .rowe > .cole-xl-5, .rowe > .cole-xl-6, .rowe > .cole-xl-7, .rowe > .cole-xl-8, .rowe > .cole-xl-9, .rowe > .cole-xl-10, .rowe > .cole-xl-11, .rowe > .cole-xl-12, .rowe > .cole-xl-auto, .rowe > .cole-xl-grow, .rowe > .cole-xl-shrink {
        width: auto;
        min-width: 0;
        max-width: 100%
    }

    .column > .cole-xl, .column > .cole-xl-0, .column > .cole-xl-1, .column > .cole-xl-2, .column > .cole-xl-3, .column > .cole-xl-4, .column > .cole-xl-5, .column > .cole-xl-6, .column > .cole-xl-7, .column > .cole-xl-8, .column > .cole-xl-9, .column > .cole-xl-10, .column > .cole-xl-11, .column > .cole-xl-12, .column > .cole-xl-auto, .column > .cole-xl-grow, .column > .cole-xl-shrink, .flex > .cole-xl, .flex > .cole-xl-0, .flex > .cole-xl-1, .flex > .cole-xl-2, .flex > .cole-xl-3, .flex > .cole-xl-4, .flex > .cole-xl-5, .flex > .cole-xl-6, .flex > .cole-xl-7, .flex > .cole-xl-8, .flex > .cole-xl-9, .flex > .cole-xl-10, .flex > .cole-xl-11, .flex > .cole-xl-12, .flex > .cole-xl-auto, .flex > .cole-xl-grow, .flex > .cole-xl-shrink {
        height: auto;
        min-height: 0;
        max-height: 100%
    }

    .cole-xl {
        flex: 10000 1 0%
    }

    .cole-xl-0, .cole-xl-1, .cole-xl-2, .cole-xl-3, .cole-xl-4, .cole-xl-5, .cole-xl-6, .cole-xl-7, .cole-xl-8, .cole-xl-9, .cole-xl-10, .cole-xl-11, .cole-xl-12, .cole-xl-auto {
        flex: 0 0 auto
    }

    .cole-xl-grow {
        flex: 1 0 auto
    }

    .cole-xl-shrink {
        flex: 0 1 auto
    }

    .rowe > .cole-xl-0 {
        height: auto;
        width: 0%
    }

    [dir=ltr] .rowe > .offset-xl-0 {
        margin-left: 0%
    }

    [dir=rtl] .rowe > .offset-xl-0 {
        margin-right: 0%
    }

    .column > .cole-xl-0 {
        height: 0%;
        width: auto
    }

    .rowe > .cole-xl-1 {
        height: auto;
        width: 8.3333%
    }

    [dir=ltr] .rowe > .offset-xl-1 {
        margin-left: 8.3333%
    }

    [dir=rtl] .rowe > .offset-xl-1 {
        margin-right: 8.3333%
    }

    .column > .cole-xl-1 {
        height: 8.3333%;
        width: auto
    }

    .rowe > .cole-xl-2 {
        height: auto;
        width: 16.6667%
    }

    [dir=ltr] .rowe > .offset-xl-2 {
        margin-left: 16.6667%
    }

    [dir=rtl] .rowe > .offset-xl-2 {
        margin-right: 16.6667%
    }

    .column > .cole-xl-2 {
        height: 16.6667%;
        width: auto
    }

    .rowe > .cole-xl-3 {
        height: auto;
        width: 25%
    }

    [dir=ltr] .rowe > .offset-xl-3 {
        margin-left: 25%
    }

    [dir=rtl] .rowe > .offset-xl-3 {
        margin-right: 25%
    }

    .column > .cole-xl-3 {
        height: 25%;
        width: auto
    }

    .rowe > .cole-xl-4 {
        height: auto;
        width: 33.3333%
    }

    [dir=ltr] .rowe > .offset-xl-4 {
        margin-left: 33.3333%
    }

    [dir=rtl] .rowe > .offset-xl-4 {
        margin-right: 33.3333%
    }

    .column > .cole-xl-4 {
        height: 33.3333%;
        width: auto
    }

    .rowe > .cole-xl-5 {
        height: auto;
        width: 41.6667%
    }

    [dir=ltr] .rowe > .offset-xl-5 {
        margin-left: 41.6667%
    }

    [dir=rtl] .rowe > .offset-xl-5 {
        margin-right: 41.6667%
    }

    .column > .cole-xl-5 {
        height: 41.6667%;
        width: auto
    }

    .rowe > .cole-xl-6 {
        height: auto;
        width: 50%
    }

    [dir=ltr] .rowe > .offset-xl-6 {
        margin-left: 50%
    }

    [dir=rtl] .rowe > .offset-xl-6 {
        margin-right: 50%
    }

    .column > .cole-xl-6 {
        height: 50%;
        width: auto
    }

    .rowe > .cole-xl-7 {
        height: auto;
        width: 58.3333%
    }

    [dir=ltr] .rowe > .offset-xl-7 {
        margin-left: 58.3333%
    }

    [dir=rtl] .rowe > .offset-xl-7 {
        margin-right: 58.3333%
    }

    .column > .cole-xl-7 {
        height: 58.3333%;
        width: auto
    }

    .rowe > .cole-xl-8 {
        height: auto;
        width: 66.6667%
    }

    [dir=ltr] .rowe > .offset-xl-8 {
        margin-left: 66.6667%
    }

    [dir=rtl] .rowe > .offset-xl-8 {
        margin-right: 66.6667%
    }

    .column > .cole-xl-8 {
        height: 66.6667%;
        width: auto
    }

    .rowe > .cole-xl-9 {
        height: auto;
        width: 75%
    }

    [dir=ltr] .rowe > .offset-xl-9 {
        margin-left: 75%
    }

    [dir=rtl] .rowe > .offset-xl-9 {
        margin-right: 75%
    }

    .column > .cole-xl-9 {
        height: 75%;
        width: auto
    }

    .rowe > .cole-xl-10 {
        height: auto;
        width: 83.3333%
    }

    [dir=ltr] .rowe > .offset-xl-10 {
        margin-left: 83.3333%
    }

    [dir=rtl] .rowe > .offset-xl-10 {
        margin-right: 83.3333%
    }

    .column > .cole-xl-10 {
        height: 83.3333%;
        width: auto
    }

    .rowe > .cole-xl-11 {
        height: auto;
        width: 91.6667%
    }

    [dir=ltr] .rowe > .offset-xl-11 {
        margin-left: 91.6667%
    }

    [dir=rtl] .rowe > .offset-xl-11 {
        margin-right: 91.6667%
    }

    .column > .cole-xl-11 {
        height: 91.6667%;
        width: auto
    }

    .rowe > .cole-xl-12 {
        height: auto;
        width: 100%
    }

    [dir=ltr] .rowe > .offset-xl-12 {
        margin-left: 100%
    }

    [dir=rtl] .rowe > .offset-xl-12 {
        margin-right: 100%
    }

    .column > .cole-xl-12 {
        height: 100%;
        width: auto
    }
}

[dir] .rounded-borders {
    border-radius: 4px
}

[dir] .border-radius-inherit {
    border-radius: inherit
}

.no-transition {
    transition: none !important
}

.transition-0 {
    transition: 0s !important
}

[dir] .glossy {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0.3),hsla(0,0%,100%,0) 50%,rgba(0,0,0,0.12) 51%,rgba(0,0,0,0.04)) !important
}

.q-placeholder::-moz-placeholder {
    color: inherit;
    opacity: 0.7
}

.q-placeholder:-ms-input-placeholder {
    color: inherit !important;
    opacity: 0.7 !important
}

.q-placeholder::placeholder {
    color: inherit;
    opacity: 0.7
}

.q-body--fullscreen-mixin, .q-body--prevent-scroll {
    position: fixed !important
}

.q-body--force-scrollbar {
    overflow-y: scroll
}

.q-no-input-spinner {
    -moz-appearance: textfield !important
}

    .q-no-input-spinner::-webkit-inner-spin-button, .q-no-input-spinner::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

[dir] .q-no-input-spinner::-webkit-inner-spin-button, [dir] .q-no-input-spinner::-webkit-outer-spin-button {
    margin: 0
}

.q-link {
    outline: 0;
    text-decoration: none
}

.q-link--focusable:focus-visible {
    -webkit-text-decoration: underline dashed currentColor 1px;
    text-decoration: underline dashed currentColor 1px
}

body.electron .q-electron-drag {
    -webkit-user-select: none;
    -webkit-app-region: drag
}

    body.electron .q-electron-drag--exception, body.electron .q-electron-drag .q-btn-item {
        -webkit-app-region: no-drag
    }

img.responsive {
    max-width: 100%;
    height: auto
}

.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, .no-pointer-events--children, .no-pointer-events--children * {
    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
}

[dir] .cursor-none {
    cursor: none !important
}

[dir] [aria-busy=true] {
    cursor: progress
}

[dir] [aria-controls], [dir] [role=button] {
    cursor: pointer
}

[dir] [aria-disabled] {
    cursor: default
}

.rotate-45 {
    transform: rotate(45deg)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-135 {
    transform: rotate(135deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-205 {
    transform: rotate(205deg)
}

.rotate-225 {
    transform: rotate(225deg)
}

.rotate-270 {
    transform: rotate(270deg)
}

.rotate-315 {
    transform: rotate(315deg)
}

[dir] .flip-horizontal {
    transform: scaleX(-1)
}

[dir] .flip-vertical {
    transform: scaleY(-1)
}

[dir=ltr] .float-left {
    float: left
}

[dir=ltr] .float-right, [dir=rtl] .float-left {
    float: right
}

[dir=rtl] .float-right {
    float: left
}

.relative-position {
    position: relative
}

.fixed, .fixed-bottom, .fixed-bottom-left, .fixed-bottom-right, .fixed-center, .fixed-full, .fixed-left, .fixed-right, .fixed-top, .fixed-top-left, .fixed-top-right, .fullscreen {
    position: fixed
}

.absolute, .absolute-bottom, .absolute-bottom-left, .absolute-bottom-right, .absolute-center, .absolute-full, .absolute-left, .absolute-right, .absolute-top, .absolute-top-left, .absolute-top-right {
    position: absolute
}

.absolute-top, .fixed-top {
    top: 0
}

[dir=ltr] .absolute-top, [dir=ltr] .fixed-top, [dir=rtl] .absolute-top, [dir=rtl] .fixed-top {
    left: 0;
    right: 0
}

.absolute-right, .fixed-right {
    top: 0;
    bottom: 0
}

[dir=ltr] .absolute-right, [dir=ltr] .fixed-right {
    right: 0
}

[dir=rtl] .absolute-right, [dir=rtl] .fixed-right {
    left: 0
}

.absolute-bottom, .fixed-bottom {
    bottom: 0
}

[dir=ltr] .absolute-bottom, [dir=ltr] .fixed-bottom, [dir=rtl] .absolute-bottom, [dir=rtl] .fixed-bottom {
    right: 0;
    left: 0
}

.absolute-left, .fixed-left {
    top: 0;
    bottom: 0
}

[dir=ltr] .absolute-left, [dir=ltr] .fixed-left {
    left: 0
}

[dir=rtl] .absolute-left, [dir=rtl] .fixed-left {
    right: 0
}

.absolute-top-left, .fixed-top-left {
    top: 0
}

[dir=ltr] .absolute-top-left, [dir=ltr] .fixed-top-left {
    left: 0
}

[dir=rtl] .absolute-top-left, [dir=rtl] .fixed-top-left {
    right: 0
}

.absolute-top-right, .fixed-top-right {
    top: 0
}

[dir=ltr] .absolute-top-right, [dir=ltr] .fixed-top-right {
    right: 0
}

[dir=rtl] .absolute-top-right, [dir=rtl] .fixed-top-right {
    left: 0
}

.absolute-bottom-left, .fixed-bottom-left {
    bottom: 0
}

[dir=ltr] .absolute-bottom-left, [dir=ltr] .fixed-bottom-left {
    left: 0
}

[dir=rtl] .absolute-bottom-left, [dir=rtl] .fixed-bottom-left {
    right: 0
}

.absolute-bottom-right, .fixed-bottom-right {
    bottom: 0
}

[dir=ltr] .absolute-bottom-right, [dir=ltr] .fixed-bottom-right {
    right: 0
}

[dir=rtl] .absolute-bottom-right, [dir=rtl] .fixed-bottom-right {
    left: 0
}

.fullscreen {
    z-index: 6000;
    max-width: 100vw;
    max-height: 100vh
}

[dir] .fullscreen {
    border-radius: 0 !important
}

[dir] body.q-ios-padding .fullscreen {
    padding-top: 20px !important;
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important
}

.absolute-full, .fixed-full, .fullscreen {
    top: 0;
    bottom: 0
}

[dir=ltr] .absolute-full, [dir=ltr] .fixed-full, [dir=ltr] .fullscreen, [dir=rtl] .absolute-full, [dir=rtl] .fixed-full, [dir=rtl] .fullscreen {
    right: 0;
    left: 0
}

.absolute-center, .fixed-center {
    top: 50%
}

[dir=ltr] .absolute-center, [dir=ltr] .fixed-center {
    left: 50%;
    transform: translate(-50%,-50%)
}

[dir=rtl] .absolute-center, [dir=rtl] .fixed-center {
    right: 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=ltr] .on-right, [dir=rtl] .on-left {
    margin-left: 12px
}

[dir=rtl] .on-right {
    margin-right: 12px
}

.q-position-engine {
    will-change: auto;
    visibility: collapse
}

[dir] .q-position-engine {
    margin-top: var(--q-pe-top,0) !important
}

[dir=ltr] .q-position-engine {
    margin-left: var(--q-pe-left,0) !important
}

[dir=rtl] .q-position-engine {
    margin-right: var(--q-pe-left,0) !important
}

:root {
    --q-size-xs: 0;
    --q-size-sm: 600px;
    --q-size-md: 1024px;
    --q-size-lg: 1440px;
    --q-size-xl: 1920px
}

.fit {
    width: 100% !important
}

.fit, .full-height {
    height: 100% !important
}

.full-width {
    width: 100% !important
}

[dir=ltr] .full-width, [dir=rtl] .full-width {
    margin-left: 0 !important;
    margin-right: 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, [dir=rtl] .window-width {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

[dir] .q-pa-none {
    padding: 0 0
}

[dir=ltr] .q-pl-none {
    padding-left: 0
}

[dir=ltr] .q-pr-none, [dir=rtl] .q-pl-none {
    padding-right: 0
}

[dir=rtl] .q-pr-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=ltr] .q-px-none, [dir=rtl] .q-px-none {
    padding-left: 0;
    padding-right: 0
}

[dir] .q-ma-none {
    margin: 0 0
}

[dir=ltr] .q-ml-none {
    margin-left: 0
}

[dir=ltr] .q-mr-none, [dir=rtl] .q-ml-none {
    margin-right: 0
}

[dir=rtl] .q-mr-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=ltr] .q-mx-none, [dir=rtl] .q-mx-none {
    margin-left: 0;
    margin-right: 0
}

[dir] .q-pa-xs {
    padding: 4px 4px
}

[dir=ltr] .q-pl-xs {
    padding-left: 4px
}

[dir=ltr] .q-pr-xs, [dir=rtl] .q-pl-xs {
    padding-right: 4px
}

[dir=rtl] .q-pr-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=ltr] .q-px-xs, [dir=rtl] .q-px-xs {
    padding-left: 4px;
    padding-right: 4px
}

[dir] .q-ma-xs {
    margin: 4px 4px
}

[dir=ltr] .q-ml-xs {
    margin-left: 4px
}

[dir=ltr] .q-mr-xs, [dir=rtl] .q-ml-xs {
    margin-right: 4px
}

[dir=rtl] .q-mr-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=ltr] .q-mx-xs, [dir=rtl] .q-mx-xs {
    margin-left: 4px;
    margin-right: 4px
}

[dir] .q-pa-sm {
    padding: 8px 8px
}

[dir=ltr] .q-pl-sm {
    padding-left: 8px
}

[dir=ltr] .q-pr-sm, [dir=rtl] .q-pl-sm {
    padding-right: 8px
}

[dir=rtl] .q-pr-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=ltr] .q-px-sm, [dir=rtl] .q-px-sm {
    padding-left: 8px;
    padding-right: 8px
}

[dir] .q-ma-sm {
    margin: 8px 8px
}

[dir=ltr] .q-ml-sm {
    margin-left: 8px
}

[dir=ltr] .q-mr-sm, [dir=rtl] .q-ml-sm {
    margin-right: 8px
}

[dir=rtl] .q-mr-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=ltr] .q-mx-sm, [dir=rtl] .q-mx-sm {
    margin-left: 8px;
    margin-right: 8px
}

[dir] .q-pa-md {
    padding: 16px 16px
}

[dir=ltr] .q-pl-md {
    padding-left: 16px
}

[dir=ltr] .q-pr-md, [dir=rtl] .q-pl-md {
    padding-right: 16px
}

[dir=rtl] .q-pr-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=ltr] .q-px-md, [dir=rtl] .q-px-md {
    padding-left: 16px;
    padding-right: 16px
}

[dir] .q-ma-md {
    margin: 16px 16px
}

[dir=ltr] .q-ml-md {
    margin-left: 16px
}

[dir=ltr] .q-mr-md, [dir=rtl] .q-ml-md {
    margin-right: 16px
}

[dir=rtl] .q-mr-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=ltr] .q-mx-md, [dir=rtl] .q-mx-md {
    margin-left: 16px;
    margin-right: 16px
}

[dir] .q-pa-lg {
    padding: 24px 24px
}

[dir=ltr] .q-pl-lg {
    padding-left: 24px
}

[dir=ltr] .q-pr-lg, [dir=rtl] .q-pl-lg {
    padding-right: 24px
}

[dir=rtl] .q-pr-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=ltr] .q-px-lg, [dir=rtl] .q-px-lg {
    padding-left: 24px;
    padding-right: 24px
}

[dir] .q-ma-lg {
    margin: 24px 24px
}

[dir=ltr] .q-ml-lg {
    margin-left: 24px
}

[dir=ltr] .q-mr-lg, [dir=rtl] .q-ml-lg {
    margin-right: 24px
}

[dir=rtl] .q-mr-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=ltr] .q-mx-lg, [dir=rtl] .q-mx-lg {
    margin-left: 24px;
    margin-right: 24px
}

[dir] .q-pa-xl {
    padding: 48px 48px
}

[dir=ltr] .q-pl-xl {
    padding-left: 48px
}

[dir=ltr] .q-pr-xl, [dir=rtl] .q-pl-xl {
    padding-right: 48px
}

[dir=rtl] .q-pr-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=ltr] .q-px-xl, [dir=rtl] .q-px-xl {
    padding-left: 48px;
    padding-right: 48px
}

[dir] .q-ma-xl {
    margin: 48px 48px
}

[dir=ltr] .q-ml-xl {
    margin-left: 48px
}

[dir=ltr] .q-mr-xl, [dir=rtl] .q-ml-xl {
    margin-right: 48px
}

[dir=rtl] .q-mr-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-mx-xl, [dir=rtl] .q-mx-xl {
    margin-left: 48px;
    margin-right: 48px
}

[dir] .q-mt-auto, [dir] .q-my-auto {
    margin-top: auto
}

[dir=ltr] .q-ml-auto {
    margin-left: auto
}

[dir=rtl] .q-ml-auto {
    margin-right: auto
}

[dir] .q-mb-auto, [dir] .q-my-auto {
    margin-bottom: auto
}

[dir=ltr] .q-mr-auto {
    margin-right: auto
}

[dir=rtl] .q-mr-auto {
    margin-left: auto
}

[dir=ltr] .q-mx-auto, [dir=rtl] .q-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.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 {
    touch-action: pan-x
}

.q-touch-y {
    touch-action: pan-y
}

.q-transition--fade-leave-active, .q-transition--flip-leave-active, .q-transition--jump-down-leave-active, .q-transition--jump-left-leave-active, .q-transition--jump-right-leave-active, .q-transition--jump-up-leave-active, .q-transition--rotate-leave-active, .q-transition--scale-leave-active, .q-transition--slide-down-leave-active, .q-transition--slide-left-leave-active, .q-transition--slide-right-leave-active, .q-transition--slide-up-leave-active {
    position: absolute
}

.q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active {
    transition: transform 0.3s cubic-bezier(0.215,0.61,0.355,1)
}

[dir=ltr] .q-transition--slide-right-enter {
    transform: translate3d(-100%,0,0)
}

[dir=ltr] .q-transition--slide-right-leave-to, [dir=rtl] .q-transition--slide-right-enter {
    transform: translate3d(100%,0,0)
}

[dir=rtl] .q-transition--slide-right-leave-to {
    transform: translate3d(-100%,0,0)
}

[dir=ltr] .q-transition--slide-left-enter {
    transform: translate3d(100%,0,0)
}

[dir=ltr] .q-transition--slide-left-leave-to, [dir=rtl] .q-transition--slide-left-enter {
    transform: translate3d(-100%,0,0)
}

[dir=rtl] .q-transition--slide-left-leave-to {
    transform: translate3d(100%,0,0)
}

[dir] .q-transition--slide-up-enter {
    transform: translate3d(0,100%,0)
}

[dir] .q-transition--slide-down-enter, [dir] .q-transition--slide-up-leave-to {
    transform: translate3d(0,-100%,0)
}

[dir] .q-transition--slide-down-leave-to {
    transform: translate3d(0,100%,0)
}

.q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active {
    transition: opacity 0.3s,transform 0.3s
}

.q-transition--jump-down-enter, .q-transition--jump-down-leave-to, .q-transition--jump-left-enter, .q-transition--jump-left-leave-to, .q-transition--jump-right-enter, .q-transition--jump-right-leave-to, .q-transition--jump-up-enter, .q-transition--jump-up-leave-to {
    opacity: 0
}

[dir=ltr] .q-transition--jump-right-enter {
    transform: translate3d(-15px,0,0)
}

[dir=ltr] .q-transition--jump-right-leave-to, [dir=rtl] .q-transition--jump-right-enter {
    transform: translate3d(15px,0,0)
}

[dir=rtl] .q-transition--jump-right-leave-to {
    transform: translate3d(-15px,0,0)
}

[dir=ltr] .q-transition--jump-left-enter {
    transform: translate3d(15px,0,0)
}

[dir=rtl] .q-transition--jump-left-enter {
    transform: translate3d(-15px,0,0)
}

[dir=ltr] .q-transition--jump-left-leave-to {
    transform: translateX(-15px)
}

[dir=rtl] .q-transition--jump-left-leave-to {
    transform: translateX(15px)
}

[dir] .q-transition--jump-up-enter {
    transform: translate3d(0,15px,0)
}

[dir] .q-transition--jump-down-enter, [dir] .q-transition--jump-up-leave-to {
    transform: translate3d(0,-15px,0)
}

[dir] .q-transition--jump-down-leave-to {
    transform: translate3d(0,15px,0)
}

.q-transition--fade-enter-active, .q-transition--fade-leave-active {
    transition: opacity 0.3s ease-out
}

.q-transition--fade-enter, .q-transition--fade-leave, .q-transition--fade-leave-to {
    opacity: 0
}

.q-transition--scale-enter-active, .q-transition--scale-leave-active {
    transition: opacity 0.3s,transform 0.3s cubic-bezier(0.215,0.61,0.355,1)
}

.q-transition--scale-enter, .q-transition--scale-leave, .q-transition--scale-leave-to {
    opacity: 0
}

[dir] .q-transition--scale-enter, [dir] .q-transition--scale-leave, [dir] .q-transition--scale-leave-to {
    transform: scale3d(0,0,1)
}

.q-transition--rotate-enter-active, .q-transition--rotate-leave-active {
    transition: opacity 0.3s,transform 0.3s cubic-bezier(0.215,0.61,0.355,1);
    transform-style: preserve-3d
}

.q-transition--rotate-enter, .q-transition--rotate-leave, .q-transition--rotate-leave-to {
    opacity: 0
}

[dir=ltr] .q-transition--rotate-enter, [dir=ltr] .q-transition--rotate-leave, [dir=ltr] .q-transition--rotate-leave-to {
    transform: scale3d(0,0,1) rotate3d(0,0,1,90deg)
}

[dir=rtl] .q-transition--rotate-enter, [dir=rtl] .q-transition--rotate-leave, [dir=rtl] .q-transition--rotate-leave-to {
    transform: scale3d(0,0,1) rotate3d(0,0,1,-90deg)
}

.q-transition--flip-down-enter-active, .q-transition--flip-down-leave-active, .q-transition--flip-left-enter-active, .q-transition--flip-left-leave-active, .q-transition--flip-right-enter-active, .q-transition--flip-right-leave-active, .q-transition--flip-up-enter-active, .q-transition--flip-up-leave-active {
    transition: transform 0.3s;
    backface-visibility: hidden
}

[dir=ltr] .q-transition--flip-down-enter-to, [dir=ltr] .q-transition--flip-down-leave, [dir=ltr] .q-transition--flip-left-enter-to, [dir=ltr] .q-transition--flip-left-leave, [dir=ltr] .q-transition--flip-right-enter-to, [dir=ltr] .q-transition--flip-right-leave, [dir=ltr] .q-transition--flip-up-enter-to, [dir=ltr] .q-transition--flip-up-leave {
    transform: perspective(400px) rotate3d(1,1,0,0deg)
}

[dir=rtl] .q-transition--flip-down-enter-to, [dir=rtl] .q-transition--flip-down-leave, [dir=rtl] .q-transition--flip-left-enter-to, [dir=rtl] .q-transition--flip-left-leave, [dir=rtl] .q-transition--flip-right-enter-to, [dir=rtl] .q-transition--flip-right-leave, [dir=rtl] .q-transition--flip-up-enter-to, [dir=rtl] .q-transition--flip-up-leave {
    transform: perspective(400px) rotate3d(1,-1,0,0deg)
}

[dir=ltr] .q-transition--flip-right-enter {
    transform: perspective(400px) rotate3d(0,1,0,-180deg)
}

[dir=rtl] .q-transition--flip-right-enter {
    transform: perspective(400px) rotate3d(0,-1,0,180deg)
}

[dir=ltr] .q-transition--flip-right-leave-to {
    transform: perspective(400px) rotate3d(0,1,0,180deg)
}

[dir=rtl] .q-transition--flip-right-leave-to {
    transform: perspective(400px) rotate3d(0,-1,0,-180deg)
}

[dir=ltr] .q-transition--flip-left-enter {
    transform: perspective(400px) rotate3d(0,1,0,180deg)
}

[dir=rtl] .q-transition--flip-left-enter {
    transform: perspective(400px) rotate3d(0,-1,0,-180deg)
}

[dir=ltr] .q-transition--flip-left-leave-to {
    transform: perspective(400px) rotate3d(0,1,0,-180deg)
}

[dir=rtl] .q-transition--flip-left-leave-to {
    transform: perspective(400px) rotate3d(0,-1,0,180deg)
}

[dir=ltr] .q-transition--flip-up-enter {
    transform: perspective(400px) rotate3d(1,0,0,-180deg)
}

[dir=ltr] .q-transition--flip-up-leave-to, [dir=rtl] .q-transition--flip-up-enter {
    transform: perspective(400px) rotate3d(1,0,0,180deg)
}

[dir=rtl] .q-transition--flip-up-leave-to {
    transform: perspective(400px) rotate3d(1,0,0,-180deg)
}

[dir=ltr] .q-transition--flip-down-enter {
    transform: perspective(400px) rotate3d(1,0,0,180deg)
}

[dir=ltr] .q-transition--flip-down-leave-to, [dir=rtl] .q-transition--flip-down-enter {
    transform: perspective(400px) rotate3d(1,0,0,-180deg)
}

[dir=rtl] .q-transition--flip-down-leave-to {
    transform: perspective(400px) rotate3d(1,0,0,180deg)
}





.text-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.01562em
}

.text-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: -0.00833em
}

.text-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: normal
}

.text-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.00735em
}

.text-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal
}

.text-h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.0125em
}

.text-subtitle1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.00937em
}

.text-subtitle2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.00714em
}

.text-body1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em
}

.text-body2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.01786em
}

.text-overline {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.16667em
}

.text-caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.03333em
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

[dir] .text-center {
    text-align: center
}

[dir=ltr] .text-left {
    text-align: left
}

[dir=ltr] .text-right, [dir=rtl] .text-left {
    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: 700
}

.text-no-wrap {
    white-space: nowrap
}

.text-strike {
    text-decoration: line-through
}

.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
}

[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
}

[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
}

.disabled, .disabled *, [disabled], [disabled] * {
    outline: 0 !important
}

[dir] .disabled, [dir] .disabled *, [dir] [disabled], [dir] [disabled] * {
    cursor: not-allowed !important
}

.disabled, [disabled] {
    opacity: 0.6 !important
}

.hidden {
    display: none !important
}

.invisible, .invisible * {
    visibility: hidden !important;
    transition: none !important
}

[dir=ltr] .invisible, [dir=ltr] .invisible *, [dir=rtl] .invisible, [dir=rtl] .invisible * {
    animation: none !important
}

[dir] .transparent {
    background: transparent !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-hidden-y {
    overflow-y: hidden !important
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .hide-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none
    }

.dimmed:after, .light-dimmed:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

[dir] .dimmed:after {
    background: rgba(0,0,0,0.4) !important
}

[dir] .light-dimmed:after {
    background: hsla(0,0%,100%,0.6) !important
}

.z-top {
    z-index: 7000 !important
}

.z-max {
    z-index: 9998 !important
}

body.capacitor .capacitor-hide, body.cordova .cordova-hide, body.desktop .desktop-hide, body.electron .electron-hide, body.mobile .mobile-hide, body.native-mobile .native-mobile-hide, body.platform-android .platform-android-hide, body.platform-ios .platform-ios-hide, body.touch .touch-hide, body.within-iframe .within-iframe-hide, body:not(.capacitor) .capacitor-only, body:not(.cordova) .cordova-only, body:not(.desktop) .desktop-only, body:not(.electron) .electron-only, body:not(.mobile) .mobile-only, body:not(.native-mobile) .native-mobile-only, body:not(.platform-android) .platform-android-only, body:not(.platform-ios) .platform-ios-only, body:not(.touch) .touch-only, body:not(.within-iframe) .within-iframe-only {
    display: none !important
}

@media (orientation:portrait) {
    .orientation-landscape {
        display: none !important
    }
}

@media (orientation:landscape) {
    .orientation-portrait {
        display: none !important
    }
}

@media screen {
    .print-only {
        display: none !important
    }
}

@media print {
    .print-hide {
        display: none !important
    }
}

@media (max-width:599.98px) {
    .gt-lg, .gt-md, .gt-sm, .gt-xs, .lg, .md, .sm, .xl, .xs-hide {
        display: none !important
    }
}

@media (min-width:600px) and (max-width:1023.98px) {
    .gt-lg, .gt-md, .gt-sm, .lg, .lt-sm, .md, .sm-hide, .xl, .xs {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1439.98px) {
    .gt-lg, .gt-md, .lg, .lt-md, .lt-sm, .md-hide, .sm, .xl, .xs {
        display: none !important
    }
}

@media (min-width:1440px) and (max-width:1919.98px) {
    .gt-lg, .lg-hide, .lt-lg, .lt-md, .lt-sm, .md, .sm, .xl, .xs {
        display: none !important
    }
}

@media (min-width:1920px) {
    .lg, .lt-lg, .lt-md, .lt-sm, .lt-xl, .md, .sm, .xl-hide, .xs {
        display: none !important
    }
}

.q-focus-helper, .q-focusable, .q-hoverable, .q-manual-focusable {
    outline: 0
}

body.desktop .q-focus-helper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: background-color 0.3s cubic-bezier(0.25,0.8,0.5,1),opacity 0.4s cubic-bezier(0.25,0.8,0.5,1)
}

[dir] body.desktop .q-focus-helper {
    border-radius: inherit
}

body.desktop .q-focus-helper:after, body.desktop .q-focus-helper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: background-color 0.3s cubic-bezier(0.25,0.8,0.5,1),opacity 0.6s cubic-bezier(0.25,0.8,0.5,1)
}

[dir] body.desktop .q-focus-helper:after, [dir] body.desktop .q-focus-helper:before {
    border-radius: inherit
}

[dir] body.desktop .q-focus-helper:before {
    background: #000
}

[dir] body.desktop .q-focus-helper:after {
    background: #fff
}

[dir] body.desktop .q-focus-helper--rounded {
    border-radius: 4px
}

[dir] body.desktop .q-focus-helper--round {
    border-radius: 50%
}

body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-hoverable:hover > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
    opacity: 0.15
}

[dir] body.desktop .q-focusable:focus > .q-focus-helper, [dir] body.desktop .q-hoverable:hover > .q-focus-helper, [dir] body.desktop .q-manual-focusable--focused > .q-focus-helper {
    background: currentColor
}

body.desktop .q-focusable:focus > .q-focus-helper:before, body.desktop .q-hoverable:hover > .q-focus-helper:before, body.desktop .q-manual-focusable--focused > .q-focus-helper:before {
    opacity: 0.1
}

body.desktop .q-focusable:focus > .q-focus-helper:after, body.desktop .q-hoverable:hover > .q-focus-helper:after, body.desktop .q-manual-focusable--focused > .q-focus-helper:after {
    opacity: 0.4
}

body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
    opacity: 0.22
}

body.body--dark {
    color: #fff
}

[dir] body.body--dark {
    background: #121212;
    background: var(--q-color-dark-page)
}

.q-dark {
    color: #fff
}

[dir] .q-dark {
    background: #424242;
    background: var(--q-color-dark)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .q-item:after, .q-notification:after, .q-toolbar:after {
        content: "";
        font-size: 0;
        visibility: collapse;
        display: inline;
        width: 0
    }

    .q-banner > .q-banner__avatar {
        min-height: 38px
    }

    .q-banner--dense > .q-banner__avatar {
        min-height: 20px
    }

    .q-item:after {
        min-height: 32px
    }

    .q-item--denseafter, .q-list--dense > .q-itemafter {
        min-height: 24px
    }

    .q-toolbar:after {
        min-height: 50px
    }

    .q-notification--standard:after {
        min-height: 48px
    }

    .q-notification--multi-line {
        min-height: 68px
    }

    .q-btn__wrapper, .q-menu .q-item__section--main, .q-table__middle, .q-time__content, .q-toolbar__title {
        flex-basis: auto
    }

    .q-banner__content {
        flex-basis: 0 !important
    }

    .q-dialog__inner > .q-banner > .q-banner__content, .q-menu > .q-banner > .q-banner__content {
        flex-basis: auto !important
    }

    .q-tab__content {
        flex-basis: auto;
        min-width: 100%
    }

    .q-card__actions--vert {
        flex: 0 0 auto
    }

    .column {
        min-width: 0%
    }

    .q-item__section--avatar {
        min-width: 56px
    }

    [dir=ltr] button.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: -1px 1px 1px -1px
    }

    [dir=rtl] button.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: -1px -1px 1px 1px
    }

    [dir=ltr] .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: 1px 1px -1px -1px
    }

    [dir=rtl] .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: 1px -1px -1px 1px
    }

    .q-btn {
        overflow: visible
    }

    .q-btn--wrap {
        flex-direction: row
    }

    .q-carousel__slide > * {
        max-width: 100%
    }

    .q-tabs--vertical .q-tab__indicator {
        height: auto
    }

    .q-spinner {
        animation: q-ie-spinner 2s linear infinite;
        transform-origin: center center;
        opacity: 0.5
    }

        .q-spinner.q-spinner-mat .path {
            stroke-dasharray: 89,200
        }

    .q-checkbox__indet {
        opacity: 0
    }

    .q-checkbox__inner--indet .q-checkbox__indet {
        opacity: 1
    }

    .q-radio__check {
        opacity: 0
    }

    .q-radio__inner--truthy .q-radio__check {
        opacity: 1
    }

    .q-date__main {
        min-height: 290px !important
    }

    .q-date__months {
        align-items: stretch
    }

    .q-time--portrait .q-time__main {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex: 1 0 auto
    }

    .q-field__prefix, .q-field__suffix {
        flex: 1 0 auto
    }

    [dir=ltr] .q-field__bottom--stale .q-field__messages {
        left: 12px
    }

    [dir=rtl] .q-field__bottom--stale .q-field__messages {
        right: 12px
    }

    [dir=ltr] .q-field--borderless .q-field__bottom--stale .q-field__messages, [dir=ltr] .q-field--standard .q-field__bottom--stale .q-field__messages {
        left: 0
    }

    [dir=rtl] .q-field--borderless .q-field__bottom--stale .q-field__messages, [dir=rtl] .q-field--standard .q-field__bottom--stale .q-field__messages {
        right: 0
    }

    .q-field--float .q-field__label {
        max-width: 100%
    }

    .q-focus-helper {
        z-index: 1
    }
}

@media (-ms-high-contrast:none) and (min-width:0),screen and (-ms-high-contrast:active) and (min-width:0) {
    .flex > .col, .flex > .cole-xs, .rowe > .col, .rowe > .cole-xs {
        flex-basis: auto;
        min-width: 0%
    }
}

@media (-ms-high-contrast:none) and (min-width:600px),screen and (-ms-high-contrast:active) and (min-width:600px) {
    .flex > .cole-sm, .rowe > .cole-sm {
        flex-basis: auto;
        min-width: 0%
    }
}

@media (-ms-high-contrast:none) and (min-width:1024px),screen and (-ms-high-contrast:active) and (min-width:1024px) {
    .flex > .cole-md, .rowe > .cole-md {
        flex-basis: auto;
        min-width: 0%
    }
}

@media (-ms-high-contrast:none) and (min-width:1440px),screen and (-ms-high-contrast:active) and (min-width:1440px) {
    .flex > .cole-lg, .rowe > .cole-lg {
        flex-basis: auto;
        min-width: 0%
    }
}

@media (-ms-high-contrast:none) and (min-width:1920px),screen and (-ms-high-contrast:active) and (min-width:1920px) {
    .flex > .cole-xl, .rowe > .cole-xl {
        flex-basis: auto;
        min-width: 0%
    }
}

@supports (-ms-ime-align:auto) {
    .q-item:after, .q-notification:after, .q-toolbar:after {
        content: "";
        font-size: 0;
        visibility: collapse;
        display: inline;
        width: 0
    }

    .q-banner > .q-banner__avatar {
        min-height: 38px
    }

    .q-banner--dense > .q-banner__avatar {
        min-height: 20px
    }

    .q-item:after {
        min-height: 32px
    }

    .q-item--denseafter, .q-list--dense > .q-itemafter {
        min-height: 24px
    }

    .q-toolbar:after {
        min-height: 50px
    }

    .q-notification--standard:after {
        min-height: 48px
    }

    .q-notification--multi-line {
        min-height: 68px
    }

    .q-btn__wrapper, .q-menu .q-item__section--main, .q-table__middle, .q-time__content, .q-toolbar__title {
        flex-basis: auto
    }

    .q-banner__content {
        flex-basis: 0 !important
    }

    .q-dialog__inner > .q-banner > .q-banner__content, .q-menu > .q-banner > .q-banner__content {
        flex-basis: auto !important
    }

    .q-tab__content {
        flex-basis: auto;
        min-width: 100%
    }

    .q-card__actions--vert {
        flex: 0 0 auto
    }

    .column {
        min-width: 0%
    }

    @media (-ms-high-contrast:none) and (min-width:0),screen and (-ms-high-contrast:active) and (min-width:0) {
        .flex > .col, .flex > .cole-xs, .rowe > .col, .rowe > .cole-xs {
            flex-basis: auto;
            min-width: 0%
        }
    }

    @media (-ms-high-contrast:none) and (min-width:600px),screen and (-ms-high-contrast:active) and (min-width:600px) {
        .flex > .cole-sm, .rowe > .cole-sm {
            flex-basis: auto;
            min-width: 0%
        }
    }

    @media (-ms-high-contrast:none) and (min-width:1024px),screen and (-ms-high-contrast:active) and (min-width:1024px) {
        .flex > .cole-md, .rowe > .cole-md {
            flex-basis: auto;
            min-width: 0%
        }
    }

    @media (-ms-high-contrast:none) and (min-width:1440px),screen and (-ms-high-contrast:active) and (min-width:1440px) {
        .flex > .cole-lg, .rowe > .cole-lg {
            flex-basis: auto;
            min-width: 0%
        }
    }

    @media (-ms-high-contrast:none) and (min-width:1920px),screen and (-ms-high-contrast:active) and (min-width:1920px) {
        .flex > .cole-xl, .rowe > .cole-xl {
            flex-basis: auto;
            min-width: 0%
        }
    }

    .q-item__section--avatar {
        min-width: 56px
    }

    [dir=ltr] button.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: -1px 1px 1px -1px
    }

    [dir=rtl] button.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: -1px -1px 1px 1px
    }

    [dir=ltr] .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: 1px 1px -1px -1px
    }

    [dir=rtl] .q-btn-group--push > button.q-btn--push.q-btn--actionable:active:hover .q-btn__wrapper {
        margin: 1px -1px -1px 1px
    }

    .q-btn {
        overflow: visible
    }

    .q-btn--wrap {
        flex-direction: row
    }

    .q-carousel__slide > * {
        max-width: 100%
    }

    .q-tabs--vertical .q-tab__indicator {
        height: auto
    }

    .q-spinner {
        animation: q-ie-spinner 2s linear infinite;
        transform-origin: center center;
        opacity: 0.5
    }

        .q-spinner.q-spinner-mat .path {
            stroke-dasharray: 89,200
        }

    .q-checkbox__indet {
        opacity: 0
    }

    .q-checkbox__inner--indet .q-checkbox__indet {
        opacity: 1
    }

    .q-radio__check {
        opacity: 0
    }

    .q-radio__inner--truthy .q-radio__check {
        opacity: 1
    }

    .q-date__main {
        min-height: 290px !important
    }

    .q-date__months {
        align-items: stretch
    }

    .q-time--portrait .q-time__main {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex: 1 0 auto
    }

    .q-field__prefix, .q-field__suffix {
        flex: 1 0 auto
    }

    [dir=ltr] .q-field__bottom--stale .q-field__messages {
        left: 12px
    }

    [dir=rtl] .q-field__bottom--stale .q-field__messages {
        right: 12px
    }

    [dir=ltr] .q-field--borderless .q-field__bottom--stale .q-field__messages, [dir=ltr] .q-field--standard .q-field__bottom--stale .q-field__messages {
        left: 0
    }

    [dir=rtl] .q-field--borderless .q-field__bottom--stale .q-field__messages, [dir=rtl] .q-field--standard .q-field__bottom--stale .q-field__messages {
        right: 0
    }

    .q-field--float .q-field__label {
        max-width: 100%
    }

    .q-focus-helper {
        z-index: 1
    }
}

@keyframes q-circular-progress-circle {
    0% {
        stroke-dasharray: 1,400;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 400,400;
        stroke-dashoffset: -100
    }

    to {
        stroke-dasharray: 400,400;
        stroke-dashoffset: -300
    }
}

@keyframes q-expansion-done {
    0% {
        --q-exp-done: 1
    }
}

@keyframes q-field-label-ltr {
    40% {
        margin-left: 2px
    }

    60%,80% {
        margin-left: -2px
    }

    70%,90% {
        margin-left: 2px
    }
}

@keyframes q-field-label-rtl {
    40% {
        margin-left: 2px
    }

    60%,80% {
        margin-left: -2px
    }

    70%,90% {
        margin-left: 2px
    }
}

@keyframes q-autofill {
    to {
        background: transparent;
        color: inherit
    }
}

@keyframes q-linear-progress--indeterminate-ltr {
    0% {
        transform: translate3d(-35%,0,0) scale3d(0.35,1,1)
    }

    60% {
        transform: translate3d(100%,0,0) scale3d(0.9,1,1)
    }

    to {
        transform: translate3d(100%,0,0) scale3d(0.9,1,1)
    }
}

@keyframes q-linear-progress--indeterminate-rtl {
    0% {
        transform: translate3d(35%,0,0) scale3d(0.35,1,1)
    }

    60% {
        transform: translate3d(-100%,0,0) scale3d(0.9,1,1)
    }

    to {
        transform: translate3d(-100%,0,0) scale3d(0.9,1,1)
    }
}

@keyframes q-linear-progress--indeterminate-short-ltr {
    0% {
        transform: translate3d(-101%,0,0) scale3d(1,1,1)
    }

    60% {
        transform: translate3d(107%,0,0) scale3d(0.01,1,1)
    }

    to {
        transform: translate3d(107%,0,0) scale3d(0.01,1,1)
    }
}

@keyframes q-linear-progress--indeterminate-short-rtl {
    0% {
        transform: translate3d(101%,0,0) scale3d(1,1,1)
    }

    60% {
        transform: translate3d(-107%,0,0) scale3d(0.01,1,1)
    }

    to {
        transform: translate3d(-107%,0,0) scale3d(0.01,1,1)
    }
}

@keyframes q-skeleton--fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}

@keyframes q-skeleton--pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.85)
    }

    to {
        transform: scale(1)
    }
}

@keyframes q-skeleton--pulse-x {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(0.75)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes q-skeleton--pulse-y {
    0% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(0.75)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes q-skeleton--wave-ltr {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes q-skeleton--wave-rtl {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes q-spin-ltr {
    0% {
        transform: rotate3d(0,0,1,0deg)
    }

    25% {
        transform: rotate3d(0,0,1,90deg)
    }

    50% {
        transform: rotate3d(0,0,1,180deg)
    }

    75% {
        transform: rotate3d(0,0,1,270deg)
    }

    to {
        transform: rotate3d(0,0,1,359deg)
    }
}

@keyframes q-spin-rtl {
    0% {
        transform: rotate3d(0,0,1,0deg)
    }

    25% {
        transform: rotate3d(0,0,1,90deg)
    }

    50% {
        transform: rotate3d(0,0,1,180deg)
    }

    75% {
        transform: rotate3d(0,0,1,270deg)
    }

    to {
        transform: rotate3d(0,0,1,359deg)
    }
}

@keyframes q-mat-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes q-notif-badge-ltr {
    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes q-notif-badge-rtl {
    15% {
        transform: translate3d(25%,0,0) rotate3d(0,0,1,5deg)
    }

    30% {
        transform: translate3d(-20%,0,0) rotate3d(0,0,1,-3deg)
    }

    45% {
        transform: translate3d(15%,0,0) rotate3d(0,0,1,3deg)
    }

    60% {
        transform: translate3d(-10%,0,0) rotate3d(0,0,1,-2deg)
    }

    75% {
        transform: translate3d(5%,0,0) rotate3d(0,0,1,1deg)
    }
}

@keyframes q-notif-progress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

@keyframes q-scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.04)
    }

    to {
        transform: scale(1)
    }
}

@keyframes q-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes q-ie-spinner {
    0% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0.5
    }
}
