*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

#q-app,
body,
html {
    width: 100%;
    direction: ltr
}

body,
html {
    margin: 0;
    box-sizing: border-box
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

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

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

dfn {
    font-style: italic
}

img {
    border-style: none
}

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

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

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.q-action-sheet-gallery>div {
    padding: .6rem 1.1rem;
    border-radius: 4px;
    transition: all .3s
}

.q-action-sheet-gallery>div:focus,
.q-action-sheet-gallery>div:hover {
    background: #d0d0d0;
    outline: 0
}

.q-action-sheet-gallery i,
.q-action-sheet-gallery img {
    font-size: 2rem;
    margin-bottom: 5px
}

.q-action-sheet-gallery .avatar {
    width: 50px;
    height: 50px
}

.q-action-sheet {
    border-radius: 13px;
    background: #f4f4f4;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .6rem;
    overflow: hidden
}

.q-action-sheet .modal-header {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px!important
}

.q-action-sheet .link {
    font-size: 1.3rem
}

.q-action-sheet .link:first-child {
    margin-top: 0
}

.q-action-sheet .link:last-child {
    margin-bottom: 0
}

.q-action-sheet .link:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.q-loading-bar {
    position: fixed;
    z-index: 20000;
    transition: all .2s cubic-bezier(0, 0, .2, 1)
}

.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;
    right: 0;
    height: 100%
}

.q-loading-bar.left {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.q-loading-bar .q-loading-bar-inner {
    width: 100%;
    height: 100%;
    transition: height 1s
}

.q-alert-container {
    pointer-events: none
}

.q-alert {
    color: #fff;
    background: #db2828;
    border-radius: 4px;
    min-width: 200px;
    pointer-events: all
}

.q-alert-content,
.q-alert-icon {
    padding: .7rem
}

.q-alert-icon {
    font-size: 150%;
    background: rgba(0, 0, 0, .2)
}

.q-alert-close {
    padding: 0
}

.q-alert-close .q-icon {
    padding: .9rem
}

.q-alert-actions {
    margin-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: .5rem;
    font-size: .8rem
}

.q-alert-actions span {
    cursor: pointer
}

.q-alert-actions span+span {
    margin-left: 16px
}

.q-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 0 16px;
    text-decoration: none;
    color: inherit;
    background: 0 0;
    transition: .12s ease-in
}

.q-btn.disabled {
    opacity: .7!important
}

.q-btn.full-width {
    border-radius: 0!important;
    white-space: normal
}

.q-btn-progress {
    transition: all .3s;
    height: 100%;
    background: hsla(0, 0%, 100%, .25)
}

.q-btn-progress.q-btn-dark-progress {
    background: rgba(0, 0, 0, .2)
}

.q-btn-rectangle {
    border-radius: 4px
}

.q-btn-outline {
    border: 1px solid currentColor;
    background: 0 0!important
}

.q-btn-push {
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 7px
}

.q-btn-push:active:not(.disabled) {
    border-bottom: 0
}

.q-btn-rounded {
    border-radius: 10px;
}

.q-btn-round {
    border-radius: 50%;
    padding: 0
}

.q-btn-small {
    min-height: 28px;
    font-size: 11px
}

.q-btn-small .q-icon {
    font-size: 19px
}

.q-btn-small .q-spinner {
    height: 19px;
    width: 19px
}

.q-btn-standard {
    min-height: 36px;
    font-size: 14px
}

.q-btn-standard .q-icon {
    font-size: 24px
}

.q-btn-standard .q-spinner {
    height: 24px;
    width: 24px
}

.q-btn-big {
    min-height: 44px;
    font-size: 17px
}

.q-btn-big .q-icon {
    font-size: 30px
}

.q-btn-big .q-spinner {
    height: 30px;
    width: 30px
}

.q-btn-round.q-btn-small {
    height: 40px;
    width: 40px
}

.q-btn-round.q-btn-small .q-icon,
.q-btn-round.q-btn-small .q-spinner {
    height: 22px;
    width: 22px;
    font-size: 22px
}

.q-btn-round.q-btn-standard {
    height: 56px;
    width: 56px
}

.q-btn-round.q-btn-standard .q-icon,
.q-btn-round.q-btn-standard .q-spinner {
    height: 26px;
    width: 26px;
    font-size: 26px
}

.q-btn-round.q-btn-big {
    height: 72px;
    width: 72px
}

.q-btn-round.q-btn-big .q-icon,
.q-btn-round.q-btn-big .q-spinner {
    height: 34px;
    width: 34px;
    font-size: 34px
}

.q-card {
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    margin: 8px;
    vertical-align: top
}

.q-card>div:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.q-card>div:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.q-card>.q-list {
    border: 0
}

.q-card-separator {
    background: rgba(0, 0, 0, .1);
    height: 1px
}

.q-card-separator.inset {
    margin: 0 16px
}

.q-card-container {
    padding: 16px
}

.q-card-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2rem
}

.q-card-title:empty {
    display: none
}

.q-card-subtitle {
    font-size: 14px;
    color: rgba(0, 0, 0, .4)
}

.q-card-subtitle .q-icon {
    font-size: 24px
}

.q-card-main {
    font-size: 14px
}

.q-card-primary+.q-card-main {
    padding-top: 0
}

.q-card-actions {
    padding: 8px
}

.q-card-actions .q-btn {
    padding: 0 8px
}

.q-card-actions-horiz .q-btn+.q-btn {
    margin-left: 8px
}

.q-card-actions-vert .q-btn+.q-btn {
    margin-top: 4px
}

.q-card-media {
    overflow: hidden
}

.q-card-media>img {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0
}

.q-card-media-overlay {
    color: #fff;
    background: rgba(0, 0, 0, .47)
}

.q-card-media-overlay .q-card-subtitle {
    color: #fff
}

.q-card-dark .q-card-separator {
    background: hsla(0, 0%, 100%, .2)
}

.q-card-dark .q-card-subtitle {
    color: hsla(0, 0%, 100%, .6)
}

.q-carousel {
    overflow: hidden
}

.q-carousel.fullscreen {
    z-index: 20000
}

.q-carousel-inner {
    position: relative;
    height: 100%
}

.q-carousel-track {
    padding: 0;
    margin: 0;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%
}

.q-carousel-track>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 200px;
    margin: 0;
    padding: 2.3rem
}

.q-carousel-track.with-arrows>div {
    padding-left: 10%;
    padding-right: 10%;
    -ms-flex-preferred-size: 80%
}

.q-carousel-track.with-toolbar>div {
    padding-bottom: 3.3rem
}

.q-carousel-track.infinite-left>div:nth-last-child(2) {
    -webkit-box-ordinal-group: -999;
    -ms-flex-order: -1000;
    order: -1000;
    margin-left: -100%
}

.q-carousel-track.infinite-right>div:nth-child(2) {
    -webkit-box-ordinal-group: 1001;
    -ms-flex-order: 1000;
    order: 1000
}

.q-carousel-left-button,
.q-carousel-right-button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 2rem;
    width: 10%;
    max-width: 70px;
    pointer-events: none
}

.q-carousel-left-button i,
.q-carousel-right-button i {
    cursor: pointer;
    pointer-events: all;
    padding: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    opacity: .6;
    transition: opacity .3s
}

.q-carousel-left-button i:hover,
.q-carousel-right-button i:hover {
    opacity: 1
}

.q-carousel-left-button {
    left: 0
}

.q-carousel-right-button {
    right: 0
}

.q-carousel-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: .6;
    padding: .5rem .8rem;
    transition: opacity .3s
}

.q-carousel-toolbar i {
    cursor: pointer;
    padding: 5px;
    font-size: 1.5rem
}

.q-carousel-toolbar .q-carousel-dots i {
    font-size: .9rem
}

.q-message-label,
.q-message-name,
.q-message-stamp {
    font-size: small
}

.q-message-name {
    padding-left: 11px
}

.q-message-label {
    margin: 24px 0
}

.q-message-stamp {
    color: inherit;
    margin-top: 4px;
    opacity: .6;
    display: none
}

.q-message-avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.q-message {
    margin-bottom: 8px
}

.q-message:first-child .q-message-label {
    margin-top: 0
}

.q-message-received .q-message-avatar {
    margin-right: 8px
}

.q-message-received .q-message-text {
    color: #81c784;
    border-radius: 20px
}

.q-message-received .q-message-text:last-child:before {
    left: -7px;
    border-left: 20px solid currentColor;
    border-bottom-right-radius: 16px 14px
}

.q-message-received .q-message-text:last-child:after {
    left: 23px;
    border-bottom-right-radius: 10px
}

.q-message-received .q-message-text-content {
    color: #000
}

.q-message-text {
    background: currentColor;
    padding: 9px 11px;
    line-height: 1.2;
    word-break: break-word;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.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:after,
.q-message-text:last-child:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 20px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.q-message-text:last-child:after {
    background: #fff;
    width: 7px;
    -webkit-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px)
}

.q-checkbox-checked,
.q-checkbox-unchecked {
    height: 21px;
    width: 21px;
    font-size: 21px;
    opacity: 0
}

.q-chip {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    border: #e0e0e0;
    border-radius: 2rem;
    cursor: default;
    vertical-align: middle;
    color: #000;
    background: #f4f4f4
}

.q-chip .q-icon {
    font-size: 24px;
    line-height: 1
}

.q-chip .q-chip-main {
    line-height: normal
}

.q-chip .q-chip-side {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-width: 32px;
    overflow: hidden
}

.q-chip .q-chip-side img {
    width: 100%;
    height: 100%
}

.q-chip .q-chip-side.chip-left {
    margin-left: -12px;
    margin-right: 8px
}

.q-chip .q-chip-side.chip-right {
    margin-left: 2px;
    margin-right: -12px
}

.q-chip.square {
    border-radius: 2px
}

.q-chip.floating {
    position: absolute;
    top: -.7rem;
    left: 100%;
    margin: 0 0 0 -1.5rem!important;
    pointer-events: none
}

.q-chip.tag {
    position: relative;
    padding-left: 1.7rem
}

.q-chip.tag:after {
    content: "";
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -.25rem;
    background: #fff;
    width: .5rem;
    height: .5rem;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .3);
    border-radius: 50%
}

.q-chip.pointing {
    position: relative
}

.q-chip.pointing:before {
    content: "";
    z-index: -1;
    background: inherit;
    width: 16px;
    height: 16px;
    position: absolute
}

.q-chip.pointing-up {
    margin-top: .8rem
}

.q-chip.pointing-up:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-22%) rotate(45deg);
    transform: translateX(-50%) translateY(-22%) rotate(45deg)
}

.q-chip.pointing-down {
    margin-bottom: .8rem
}

.q-chip.pointing-down:before {
    right: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-78%) rotate(45deg);
    transform: translateX(-50%) translateY(-78%) rotate(45deg)
}

.q-chip.pointing-right {
    margin-right: .8rem
}

.q-chip.pointing-right:before {
    top: 50%;
    right: 2px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(33%) translateY(-50%) rotate(45deg);
    transform: translateX(33%) translateY(-50%) rotate(45deg)
}

.q-chip.pointing-left {
    margin-left: .8rem
}

.q-chip.pointing-left:before {
    top: 50%;
    left: 2px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-33%) translateY(-50%) rotate(45deg);
    transform: translateX(-33%) translateY(-50%) rotate(45deg)
}

.q-chip .chip-detail {
    background: rgba(0, 0, 0, .1);
    opacity: .8;
    padding: 0 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.q-chip.small {
    min-height: 26px
}

.q-chip.small .q-chip-main {
    padding: 4px 0;
    line-height: normal
}

.q-chip.small .q-chip-side {
    height: 26px;
    width: 26px;
    min-width: 26px
}

.q-chips-input input {
    min-width: 70px
}

.q-collapsible-sub-item {
    padding: 8px 16px
}

.q-collapsible-sub-item .q-card {
    margin-bottom: 0
}

.q-collapsible.router-link-active>.q-item {
    background: hsla(0, 0%, 74%, .4)
}

.q-data-table {
    font-size: 85%;
    border: 1px solid #e0e0e0
}

.q-data-table table {
    width: 100%;
    table-layout: fixed;
    empty-cells: hide
}

.q-data-table table td,
.q-data-table table th {
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.q-data-table table tbody tr:nth-child(odd) td,
.q-data-table table tbody tr:nth-child(odd) th {
    background: #eee
}

.q-data-table table thead tr {
    border-bottom: 2px solid #eee;
    min-height: 56px
}

.q-data-table table thead tr th {
    color: rgba(0, 0, 0, .54);
    vertical-align: middle
}

.q-data-table table thead tr th.sortable {
    cursor: pointer
}

.q-data-table table:not(.responsive) th {
    border-bottom: 2px solid #bdbdbd!important
}

.q-data-table-toolbar {
    padding: 5px 10px;
    font-weight: 300
}

.q-data-table-toolbar.upper-toolbar {
    min-height: 50px
}

.q-data-table-toolbar.bottom-toolbar {
    border-top: 2px solid #eee
}

.q-data-table-toolbar.bottom-toolbar .q-data-table-row-label {
    margin-right: 15px
}

.q-data-table-toolbar>div:not(:first-of-type):not(:last-of-type) {
    margin: 0 30px
}

.q-data-table-toolbar .q-search {
    width: auto;
    margin: 0 15px 0 0
}

@media (max-width:767px) {
    .q-data-table-toolbar {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        padding: 5px 10px
    }
    .q-data-table-toolbar .q-btn {
        padding: 0 5px
    }
    .q-data-table-toolbar>div:not(:first-of-type):not(:last-of-type) {
        margin: 10px
    }
}

.q-data-table-message {
    min-height: 64px
}

.q-data-table-message i {
    font-size: 200%;
    margin: 10px
}

.q-data-table-title {
    letter-spacing: .005rem;
    font-size: 120%;
    font-weight: 300
}

.q-data-table-container {
    position: relative;
    overflow: hidden;
    margin-top: 5px
}

.q-data-table-head {
    overflow: hidden
}

.q-data-table-body {
    overflow: auto
}

.q-data-table-sticky-left,
.q-data-table-sticky-right {
    position: absolute;
    top: 0;
    pointer-events: none;
    overflow: hidden;
    min-width: 100%
}

.q-data-table-sticky-left td:not(.invisible),
.q-data-table-sticky-left th:not(.invisible),
.q-data-table-sticky-right td:not(.invisible),
.q-data-table-sticky-right th:not(.invisible) {
    pointer-events: all
}

.q-data-table-sticky-left {
    left: 0
}

.q-data-table-spinner {
    margin-top: 25px
}

.q-data-table-selection {
    color: #027be3;
    background: rgba(2, 123, 227, .2)
}

.q-datetime-input {
    min-width: 70px
}

.q-datetime {
    max-width: 100vw;
    border: 1px solid #e0e0e0;
    display: inline-block
}

.q-datetime.type-date {
    width: 320px
}

.q-datetime.type-time {
    width: 250px
}

.q-datetime.type-datetime {
    width: 320px
}

.q-datetime-content {
    height: 200px;
    position: relative
}

.q-datetime-inner {
    font-size: 21px;
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    height: 100%;
    text-align: right;
    position: relative;
    padding: 0
}

.q-datetime-col {
    display: block;
    overflow: visible;
    position: relative;
    max-height: 100%
}

.q-datetime-col,
.q-datetime-col-wrapper,
.q-datetime-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.q-datetime-col-wrapper,
.q-datetime-item {
    transition: all .2s ease-out
}

body.desktop .q-datetime-col-wrapper {
    cursor: pointer
}

.q-datetime-col-month {
    width: 117px;
    text-align: left
}

.q-datetime-col-day {
    width: 37px
}

.q-datetime-col-year {
    width: 61px
}

.q-datetime-col-hour,
.q-datetime-col-minute {
    width: 37px
}

.q-datetime-item {
    font-size: 85%;
    height: 36px;
    line-height: 36px;
    color: rgba(0, 0, 0, .87);
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center center -110px;
    transform-origin: center center -110px
}

.q-datetime-mask {
    top: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 50%, #fff)
}

.q-datetime-highlight,
.q-datetime-mask {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}

.q-datetime-highlight {
    height: 36px;
    top: 50%;
    margin-top: -18px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd
}

.q-datetime-range.row .q-datetime-range-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.q-datetime-range.row .q-datetime-range-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.q-datetime-range.column>div+div {
    margin-top: 10px
}

.q-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f44336;
    opacity: .8
}

.q-field {
    margin-top: 16px;
    margin-bottom: 8px
}

.q-field .q-if {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.q-field-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 28px;
    margin-right: 16px;
    color: rgba(0, 0, 0, .54)
}

.q-field-label {
    padding-right: 8px;
    color: rgba(0, 0, 0, .54)
}

.q-field-label-inner {
    min-height: 28px
}

.q-field-bottom {
    font-size: 12px;
    padding-top: 8px;
    color: rgba(0, 0, 0, .46)
}

.q-field-no-input {
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.q-field-counter {
    color: rgba(0, 0, 0, .54);
    padding-left: 8px
}

.q-field-dark .q-field-bottom,
.q-field-dark .q-field-counter,
.q-field-dark .q-field-icon,
.q-field-dark .q-field-label {
    color: hsla(0, 0%, 100%, .6)
}

.q-field-dark .q-field-no-input {
    border-top: 1px solid hsla(0, 0%, 100%, .7)
}

.q-field-with-error .q-field-bottom,
.q-field-with-error .q-field-icon,
.q-field-with-error .q-field-label {
    color: #db2828;
}

.q-field-with-error .q-field-no-input {
    border-top: 1px solid #db2828
}

@media (max-width:575px) {
    .q-field-label+.q-field-content {
        padding-top: 8px
    }
    .q-field-floating.q-field-no-label .q-field-margin {
        margin-top: 12px
    }
    .q-field-no-label .q-field-label {
        display: none
    }
}

@media (min-width:576px) {
    .q-field-floating .q-field-margin {
        margin-top: 12px
    }
    .q-field-label+.q-field-content {
        padding-top: 0
    }
}

.q-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.q-gallery div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 150px;
    margin: 0 12px 12px 0
}

.q-gallery div.q-gallery-main {
    -ms-flex-preferred-size: 200%;
    flex-basis: 200%
}

.q-gallery img {
    height: auto;
    width: 100%
}

.q-gallery-carousel img {
    height: auto;
    width: 100%;
    display: block
}

.q-gallery-carousel-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.q-gallery-carousel-overlay.active {
    display: block
}

table.q-table {
    border-spacing: 0;
    empty-cells: show
}

table.q-table thead {
    text-align: left;
    vertical-align: bottom;
    font-weight: 700
}

table.q-table td,
table.q-table th {
    margin: 0;
    padding: .5rem .7rem
}

table.q-table td:first-child,
table.q-table th:first-child {
    border-left-width: 0
}

table.q-table.compact td,
table.q-table.compact th {
    padding: .1rem .3rem
}

table.q-table.striped tbody tr:nth-child(odd),
table.q-table.striped-odd tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, .07)
}

body.desktop table.q-table.highlight tbody tr {
    transition: all .28s ease-in
}

body.desktop table.q-table.highlight tbody tr:hover {
    background: rgba(0, 0, 0, .14)
}

.q-icon {
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr
}

.material-icons,
.q-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.q-inner-loading {
    background: hsla(0, 0%, 100%, .6)
}

.q-inner-loading.dark {
    background: rgba(0, 0, 0, .4)
}

.q-field-bottom,
.q-field-icon,
.q-field-label,
.q-if,
.q-if-addon,
.q-if-control,
.q-if-label,
.q-if:after,
.q-if:before {
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.q-if {
    font-size: 16px;
    min-height: 32px;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #027be3;
}

.q-if input::-webkit-inner-spin-button,
.q-if input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.q-if:after,
.q-if:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: currentColor
}

.q-if:before {
    height: 1px;
    color: rgba(0, 0, 0, .12);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.q-if:after {
    width: 0;
    height: 2px;
    color: #F04C23;
}

.q-if:hover:before {
    color: rgba(0, 0, 0, .36)
}

.q-if .group {
    margin: -5px
}

.q-if-focusable {
    outline: 0;
    cursor: pointer
}

.q-if-inner {
    min-height: 24px!important
}

.q-if-has-label {
    min-height: 41px
}

.q-if-has-label .q-if-inner {
    min-height: 34px!important;
    padding-top: 15px
}

.q-if-label {
    color: rgba(0, 0, 0, .46);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 15px;
    left: 0;
    right: 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

.q-if-label-above {
    -webkit-transform: scale(.75) translateY(-22px);
    transform: scale(.75) translateY(-22px)
}

.q-if-addon {
    pointer-events: none;
    color: rgba(0, 0, 0, .46);
    opacity: 0
}

.q-if-addon-left {
    padding-right: 1px
}

.q-if-addon-right {
    padding-left: 1px
}

.q-if-addon-visible {
    opacity: 1
}

.q-if-control {
    cursor: pointer;
    margin-left: 4px;
    color: rgba(0, 0, 0, .54);
    font-size: 24px
}

.q-if-control:hover {
    opacity: .7
}

.q-if-control-before {
    margin-left: 0;
    margin-right: 4px
}

.q-if-dark .q-if-control,
.q-if-dark .q-if-label,
.q-if-dark:before {
    color: hsla(0, 0%, 100%, .7)
}

.q-if-dark .q-if-addon,
.q-if-dark:hover:before {
    color: hsla(0, 0%, 100%, .9)
}

.q-if-focused:after {
    width: 100%
}

.q-if-focused .q-if-label {
    color: #F04C23;
}

.q-if-inverted {
    min-height: 38px;
    border-radius: 2px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

.q-if-inverted:after,
.q-if-inverted:before {
    display: none
}

.q-if-inverted .q-if-control {
    color: #fff
}

.q-if-error .q-if-addon,
.q-if-error:after,
.q-if-error:before,
.q-if-error:not(.q-if-inverted) .q-if-label {
    color: #db2828;
}

.q-if-error:hover:before {
    color: #e46060;
}

.q-if-disabled {
    cursor: not-allowed!important
}

.q-if-disabled .q-if-control,
.q-if-disabled .q-if-label {
    opacity: .6;
    cursor: not-allowed!important
}

.q-if-disabled:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38) 33%, transparent 0);
    background-color: transparent;
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x
}

@-webkit-keyframes autofill {
    to {
        background: 0 0
    }
}

.q-input-target::-webkit-inner-spin-button,
.q-input-target::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.q-input-shadow,
.q-input-target {
    border: 0;
    outline: 0;
    padding: 0;
    color: #000;
    background: 0 0;
    min-height: 18px;
    font-size: inherit;
    overflow: hidden;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q-input-shadow:-webkit-autofill,
.q-input-target:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.q-input-shadow::-ms-clear,
.q-input-shadow::-ms-reveal,
.q-input-target::-ms-clear,
.q-input-target::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input.q-input-target {
    height: 18px;
    outline: 0
}

.q-input-chips {
    min-height: 36px!important
}

.q-if-dark .q-input-target {
    color: #fff
}

.q-if-dark .q-input-target::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6)!important
}

.q-if-dark .q-input-target::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)!important
}

.q-if-dark .q-input-target:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)!important
}

.q-if-dark .q-input-target::-moz-selection {
    background: #fff;
    color: #000
}

.q-if-dark .q-input-target::selection {
    background: #fff;
    color: #000
}

.q-input-shadow {
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    height: auto
}

.layout {
    width: 100%;
    min-height: 100vh
}

.layout-header {
    border-bottom: 1px solid #bdbdbd
}

.layout-footer {
    border-top: 1px solid #bdbdbd
}

.layout-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff
}

.layout-aside.fixed {
    z-index: 1000
}

.layout-aside.on-top {
    z-index: 3000
}

.layout-aside-left {
    left: 0;
    width: 280px
}

.layout-aside-left.fixed {
    border-right: 1px solid #bdbdbd
}

.layout-aside-right {
    right: 0;
    width: 280px
}

.layout-aside-right.fixed {
    border-left: 1px solid #bdbdbd
}

.layout,
.layout-footer,
.layout-header,
main {
    position: relative
}

.layout-footer,
.layout-header {
    color: #fff;
    background: #027be3;
    z-index: 2000
}

.layout-backdrop {
    z-index: 2999;
    background: rgba(0, 0, 0, .4)
}

.layout-side-opener {
    z-index: 2001;
    height: 100vh;
    width: 15px
}

body.with-layout-side-opened {
    overflow: hidden
}

body.cordova.platform-ios .layout-aside.top-padding,
body.cordova.platform-ios .layout-header>.q-toolbar:first-child {
    padding-top: 20px;
    min-height: 70px
}

@media (max-width:767px) {
    .layout-padding {
        padding: 1.5rem .5rem
    }
    .layout-padding.horizontal {
        padding: 0 .5rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .layout-padding {
        padding: 1.5rem 2rem;
        margin: auto
    }
    .layout-padding.horizontal {
        padding: 0 2rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .layout-padding {
        padding: 2.5rem 3rem;
        margin: auto
    }
    .layout-padding.horizontal {
        padding: 0 3rem
    }
}

@media (min-width:1200px) {
    .layout-padding {
        padding: 3rem 4rem;
        margin: auto
    }
    .layout-padding.horizontal {
        padding: 0 4rem
    }
}

.q-item-stamp {
    font-size: .8rem;
    line-height: .8rem;
    white-space: nowrap;
    margin: .3rem 0
}

.q-item-side-right {
    text-align: right;
    color: rgba(0, 0, 0, .54);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.q-item-side {
    color: rgba(0, 0, 0, .54);
    min-width: 38px
}

.q-item-avatar,
.q-item-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.q-item-icon,
.q-item-letter {
    font-size: 24px
}

.q-item-icon-inverted {
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #027be3;
    padding: 9px
}

.q-item-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0
}

.q-item-main-inset {
    margin-left: 48px
}

.q-item-label>span {
    color: #757575
}

.q-item-sublabel {
    color: #757575;
    font-size: 90%;
    margin-top: .2rem
}

.q-item-sublabel>span {
    font-weight: 500
}

.q-item-section+.q-item-section {
    margin-left: 10px
}

.q-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    text-align: left;
    padding: 8px 16px;
    min-height: 40px
}

.q-item.active,
.q-item.router-link-active,
.q-item:focus {
    background: hsla(0, 0%, 74%, .4)
}

.q-item:focus {
    outline: 0
}

.q-item-image {
    min-width: 114px;
    max-width: 114px;
    max-height: 114px
}

.q-item-multiline,
.q-list-multiline>.q-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.q-item-link,
.q-list-link>.q-item {
    cursor: pointer
}

.q-item-highlight:hover,
.q-item-link:hover,
.q-list-highlight>.q-item:hover,
.q-list-link>.q-item:hover {
    background: hsla(0, 0%, 74%, .5)
}

.q-item-division+.q-item-separator,
.q-list-separator>.q-item-division+.q-item-division {
    border-top: 1px solid #e0e0e0
}

.q-item-division+.q-item-inset-separator:after,
.q-list-inset-separator>.q-item-division+.q-item-division:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 64px;
    height: 1px;
    background: #e0e0e0
}

.q-item-dense,
.q-list-dense>.q-item {
    padding: 3px 16px;
    min-height: 8px
}

.q-item-sparse,
.q-list-sparse>.q-item {
    padding: 22.4px 16px;
    min-height: 56px
}

.q-list-striped-odd>.q-item:nth-child(odd),
.q-list-striped>.q-item:nth-child(2n) {
    background-color: hsla(0, 0%, 74%, .65)
}

.q-list {
    border: 1px solid #e0e0e0;
    padding: 8px 0
}

.q-list+.q-list {
    margin-top: 32px
}

.q-item-separator-component {
    margin: 8px 0;
    height: 1px;
    border: 0;
    background-color: #e0e0e0
}

.q-item-separator-component:last-child {
    display: none
}

.q-item-separator-component+.q-list-header {
    margin-top: -8px
}

.q-item-separator-inset-component {
    margin-left: 64px
}

.q-list-header {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding-left: 16px
}

.q-list-header-inset {
    padding-left: 64px
}

body.with-loading {
    overflow: hidden
}

.q-loading {
    background: rgba(0, 0, 0, .4)
}

.q-loading>div {
    margin: 40px 20px 0;
    max-width: 450px;
    text-align: center;
    text-shadow: 0 0 7px #000
}

body.with-modal {
    overflow: hidden!important
}

.modal-content {
    position: relative;
    background: #fff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    overflow-y: auto;
    min-width: 280px;
    max-height: 80vh;
    border-radius: 13px;
    -webkit-backface-visibility: hidden
}

.modal-content .layout {
    width: 100%;
    height: 100%
}

.modal {
    z-index: 5000
}

.modal.minimized,
.modal.with-backdrop {
    background: rgba(0, 0, 0, .4)
}

.modal.minimized .modal-content {
    max-width: 80vw;
    max-height: 80vh
}

.modal.maximized .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0
}

.q-modal-enter,
.q-modal-leave-active {
    opacity: 0
}

@media (min-width:768px) {
    .modal:not(.maximized) {
        background: rgba(0, 0, 0, .4)
    }
    .modal:not(.maximized).q-modal-enter .modal-content {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .modal:not(.maximized).q-modal-leave-active .modal-content {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    .modal.maximized.q-modal-enter .modal-content,
    .modal.maximized.q-modal-leave-active .modal-content {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@media (max-width:767px) {
    .modal:not(.minimized) .modal-content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0
    }
    .modal:not(.minimized).q-modal-enter .modal-content,
    .modal:not(.minimized).q-modal-leave-active .modal-content {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
    .modal.minimized.q-modal-enter .modal-content {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .modal.minimized.q-modal-leave-active .modal-content {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.modal,
.modal-content {
    transition: all .2s ease-in-out
}

.modal-header {
    text-align: center;
    padding: 20px 16px 7px;
    font-size: 1.3rem;
    font-weight: 500
}

.modal-body {
    padding: 0 16px 21px
}

.modal-body {
    text-align: left;
    color: #000
}

.big-modal-scroll,
.modal-scroll,
.small-modal-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.small-modal-scroll {
    max-height: 156px
}

.modal-scroll {
    max-height: 240px
}

.big-modal-scroll {
    max-height: 480px
}

.modal-buttons:not(.modal-buttons-top) {
    padding: 0;
    border-top: 1px solid #bdbdbd;
    color: #027be3
}

.modal-buttons:not(.modal-buttons-top) .q-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 110%;
    margin: 0;
    padding: 1rem;
    border-radius: 0
}

.modal-buttons:not(.modal-buttons-top) .q-btn:last-child {
    font-weight: 700
}

.modal-buttons:not(.modal-buttons-top).row .q-btn+.q-btn {
    border-left: 1px solid #bdbdbd
}

.modal-buttons:not(.modal-buttons-top).column .q-btn+.q-btn {
    border-top: 1px solid #bdbdbd
}

.modal-buttons-top {
    background: #f5f5f5;
    height: 45px
}

.q-modal-bottom-enter,
.q-modal-bottom-leave-active {
    opacity: 0
}

.q-modal-bottom-enter .modal-content,
.q-modal-bottom-leave-active .modal-content {
    -webkit-transform: translateY(101%);
    transform: translateY(101%)
}

.q-modal-top-enter,
.q-modal-top-leave-active {
    opacity: 0
}

.q-modal-top-enter .modal-content,
.q-modal-top-leave-active .modal-content {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%)
}

.q-modal-right-enter,
.q-modal-right-leave-active {
    opacity: 0
}

.q-modal-right-enter .modal-content,
.q-modal-right-leave-active .modal-content {
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

.q-modal-left-enter,
.q-modal-left-leave-active {
    opacity: 0
}

.q-modal-left-enter .modal-content,
.q-modal-left-leave-active .modal-content {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
}

.q-option-inner {
    display: inline-block;
    color: #757575;
    line-height: 0
}

.q-option-inner.active {
    color: #027be3
}

.q-option-inner+.q-option-label {
    margin-left: 8px
}

.q-option {
    vertical-align: middle
}

.q-option input {
    display: none!important
}

.q-option.reverse .q-option-inner+.q-option-label {
    margin-right: 8px;
    margin-left: 0
}

.q-option-group-inline-opts>div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.q-option-group {
    margin: -5px;
    padding: 5px 0
}

.q-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.q-pagination input {
    text-align: center;
    -moz-appearance: textfield
}

.q-pagination .q-btn {
    padding: 0 5px!important
}

.q-pagination .q-btn.disabled {
    color: #777
}

.q-popover {
    position: fixed;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    background: #fff;
    z-index: 6000;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw
}

.q-progress {
    position: relative;
    height: 5px;
    display: block;
    width: 100%;
    background-clip: padding-box;
    overflow: hidden;
    color: #F04C23;
}

.q-progress-model {
	background-color: #F04C23;
}

.q-progress-model.animate {
    -webkit-animation: q-progress-stripes 2s linear infinite;
    animation: q-progress-stripes 2s linear infinite
}

.q-progress-model:not(.indeterminate) {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: width .3s linear
}

.q-progress-model.indeterminate:after,
.q-progress-model.indeterminate:before {
    content: "";
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right
}

.q-progress-model.indeterminate:before {
    -webkit-animation: q-progress-indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: q-progress-indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.q-progress-model.indeterminate:after {
    -webkit-animation: q-progress-indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: q-progress-indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

.q-progress-model.stripe,
.q-progress-model.stripe:after,
.q-progress-model.stripe:before {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)!important;
    background-size: 40px 40px!important
}

.q-progress-track {
    top: 0;
    left: 0;
    bottom: 0;
    transition: width .3s linear
}

.q-progress-buffer {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    right: 0;
    transition: width .3s linear;
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=)
}

.q-progress-buffer,
.q-progress-track {
	background-color: #F04C23;
    opacity: .2;
    position: absolute
}

.q-radio .q-option-inner,
.q-radio-checked,
.q-radio-unchecked {
    height: 21px;
    width: 21px;
    min-width: 21px;
    font-size: 21px;
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    opacity: 1
}

.q-radio-unchecked {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.q-radio-checked {
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.q-radio .q-option-inner.active .q-radio-unchecked {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.q-radio .q-option-inner.active .q-radio-checked {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.q-rating {
    color: #ffeb3b;
    vertical-align: middle
}

.q-rating i {
    color: #F04C23;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    position: relative;
    cursor: default;
    opacity: .4
}

.q-rating i+i {
    margin-left: .3rem
}

.q-rating i.hovered {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.q-rating i.exselected {
    opacity: .7
}

.q-rating i.active {
    opacity: 1
}

.q-rating.editable i {
    cursor: pointer
}

.q-toolbar .q-search {
    background: hsla(0, 0%, 100%, .25);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0
}

.q-slider-mark,
.q-slider-track {
    opacity: .4;
    background: currentColor
}

.q-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%
}

.q-slider-track:not(.dragging) {
    transition: all .3s ease
}

.q-slider-track.active-track {
    opacity: 1
}

.q-slider-track.track-draggable.dragging {
    height: 4px;
    transition: height .3s ease
}

.q-slider-track.handle-at-minimum {
    background: 0 0
}

.q-slider-mark {
    position: absolute;
    top: 50%;
    height: 10px;
    width: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.q-slider-handle-container {
    position: relative;
    height: 100%;
    margin-left: 11px;
    margin-right: 11px
}

.q-slider-label {
    top: 0;
    left: 11px;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0) scale(0);
    transform: translateX(-50%) translateY(0) scale(0);
    transition: all .2s;
    padding: 5px 9px
}

.q-slider-label.label-always {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-139%) scale(1);
    transform: translateX(-50%) translateY(-139%) scale(1)
}

.q-slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all .3s ease;
    width: 22px;
    height: 22px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 3px 4px rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12)
}

.q-slider-handle.dragging {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.q-slider-handle.dragging .q-slider-label {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-139%) scale(1);
    transform: translateX(-50%) translateY(-139%) scale(1)
}

.q-slider-ring {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .2s ease-in;
    background: currentColor
}

.q-slider:not(.disabled):focus .q-slider-ring,
.q-slider:not(.disabled):hover .q-slider-ring {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.q-slider.disabled .q-slider-handle {
    border: 2px solid #fff
}

.q-slider.disabled .q-slider-handle.handle-at-minimum {
    background: currentColor
}

.q-slider {
    height: 28px;
    width: 100%;
    color: #027be3;
    cursor: pointer
}

.q-slider.label-always,
.q-slider.with-padding {
    padding: 55px 0 5px;
    height: 85px
}

.q-slider.has-error {
    color: #db2828
}

.q-spinner {
    vertical-align: middle
}

.q-spinner-mat {
    -webkit-animation: q-spin 2s linear infinite;
    animation: q-spin 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.q-spinner-mat .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: q-mat-dash 1.5s ease-in-out infinite;
    animation: q-mat-dash 1.5s ease-in-out infinite
}

.q-stepper {
    color: #027be3;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12)
}

.q-stepper-title {
    font-size: 14px
}

.q-stepper-subtitle {
    font-size: 12px;
    opacity: .7
}

.q-stepper-dot {
    margin-right: 8px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: currentColor
}

.q-stepper-dot span {
    color: #fff
}

.q-stepper-tab {
    padding: 24px;
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    transition: color .28s, background .28s
}

.q-stepper-tab.step-waiting {
    color: #000
}

.q-stepper-tab.step-waiting .q-stepper-dot {
    color: rgba(0, 0, 0, .42)
}

.q-stepper-tab.step-done {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.q-stepper-tab.step-done:active {
    background: rgba(0, 0, 0, .17)!important
}

.q-stepper-tab.step-color {
    color: #F04C23;
}

.q-stepper-tab.step-active .q-stepper-title {
    font-weight: 700
}

.q-stepper-tab.step-disabled {
    color: rgba(0, 0, 0, .42)
}

.q-stepper-tab.step-error {
    color: #db2828
}

.q-stepper-tab.step-error .q-stepper-dot {
    background: 0 0
}

.q-stepper-tab.step-error .q-stepper-dot span {
    color: #db2828;
    font-size: 24px
}

.q-stepper-header {
    min-height: 72px
}

.q-stepper-step-content {
    color: #000
}

.q-stepper-nav {
    height: 48px
}

.q-stepper-nav .q-btn+.q-btn {
    margin-left: 8px
}

.q-stepper-horizontal .q-stepper-step-inner {
    padding: 24px
}

.q-stepper-horizontal .q-stepper-nav {
    margin: 0 16px 8px
}

.q-stepper-horizontal .q-stepper-step .q-stepper-nav {
    margin: 16px 0 0
}

.q-stepper-horizontal .q-stepper-first .q-stepper-dot:before,
.q-stepper-horizontal .q-stepper-last .q-stepper-dot:after,
.q-stepper-horizontal .q-stepper-last .q-stepper-label:after,
.q-stepper-horizontal .q-stepper-step .q-stepper-nav>div.col {
    display: none
}

.q-stepper-horizontal .q-stepper-tab {
    overflow: hidden
}

.q-stepper-horizontal .q-stepper-line:after,
.q-stepper-horizontal .q-stepper-line:before {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100vw;
    background: rgba(0, 0, 0, .12)
}

.q-stepper-horizontal .q-stepper-dot:after,
.q-stepper-horizontal .q-stepper-label:after {
    content: "";
    left: 100%;
    margin-left: 8px
}

.q-stepper-horizontal .q-stepper-dot:before {
    content: "";
    right: 100%;
    margin-right: 8px
}

.q-stepper-vertical {
    padding: 8px 0 18px
}

.q-stepper-vertical .q-stepper-tab {
    padding: 12px 16px
}

.q-stepper-vertical .q-stepper-label {
    padding-top: 4px
}

.q-stepper-vertical .q-stepper-title {
    line-height: 18px
}

.q-stepper-vertical .q-stepper-step-inner {
    padding: 0 24px 24px 48px
}

.q-stepper-vertical .q-stepper-nav {
    margin-top: 16px
}

.q-stepper-vertical .q-stepper-first .q-stepper-dot:before,
.q-stepper-vertical .q-stepper-last .q-stepper-dot:after,
.q-stepper-vertical .q-stepper-nav>div.col {
    display: none
}

.q-stepper-vertical .q-stepper-step {
    overflow: hidden
}

.q-stepper-vertical .q-stepper-dot:after,
.q-stepper-vertical .q-stepper-dot:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100vh;
    background: rgba(0, 0, 0, .12)
}

.q-stepper-vertical .q-stepper-dot:before {
    bottom: 100%;
    margin-bottom: 8px
}

.q-stepper-vertical .q-stepper-dot:after {
    top: 100%;
    margin-top: 8px
}

body.desktop .q-stepper-tab.step-done:hover {
    background: rgba(0, 0, 0, .05)
}

.q-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.q-tab-icon,
.q-tab-label {
    opacity: .6
}

.q-tab {
    cursor: pointer;
    transition: color .3s, background .3s;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px;
    min-height: 50px;
    text-transform: uppercase
}

.q-tab .q-tab-label,
.q-tab>.q-icon {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.q-tab>.q-icon+.q-tab-label {
    margin-top: 7px
}

.q-tab .q-tab-label {
    text-align: center
}

.q-tab.icon-and-label {
    padding: 6px 10px;
    min-height: 62px
}

.q-tab .q-tab-icon {
    font-size: 24px
}

.q-tab .q-chip {
    top: 5px;
    right: 0;
    left: auto;
    color: #fff;
    background: rgba(244, 67, 54, .75)
}

.q-tab.active .q-tab-label,
.q-tab.active>.q-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.q-tab.active .q-tab-icon,
.q-tab.active .q-tab-label {
    opacity: 1
}

.q-tab:active {
    background: hsla(0, 0%, 100%, .3)
}

@media (max-width:767px) {
    .q-tab.hide-icon .q-tab-icon,
    .q-tab.hide-label .q-tab-label {
        display: none!important
    }
    .q-tab.hide-icon .q-tab-label {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .q-tab,
    .q-tab.icon-and-label {
        padding-left: 25px;
        padding-right: 25px
    }
}

.q-tabs-head {
    min-height: 50px;
    overflow: hidden;
    background: #027be3;
    font-size: .9rem;
    font-weight: 400;
    transition: color .18s ease-in, box-shadow .18s ease-in;
    position: relative
}

.q-tabs-left-scroll,
.q-tabs-right-scroll {
    position: absolute;
    height: 100%;
    cursor: pointer;
    color: #fff
}

.q-tabs-left-scroll .q-icon,
.q-tabs-right-scroll .q-icon {
    text-shadow: 0 0 10px #000;
    font-size: 28.799999999999997px;
    visibility: hidden
}

.q-tabs-left-scroll:hover .q-icon,
.q-tabs-right-scroll:hover .q-icon {
    visibility: visible
}

.q-tabs-left-scroll.disabled,
.q-tabs-right-scroll.disabled {
    display: none
}

.q-tabs-left-scroll {
    left: 0;
    background: linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .5))
}

.q-tabs-right-scroll {
    right: 0;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .5))
}

.q-tabs-align-justify .q-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.q-tabs-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.q-tabs-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-tabs-inverted .q-tab {
    color: #9e9e9e
}

.q-tabs-inverted .q-tab.active {
    color: #027be3
}

.q-tabs-inverted .q-tab:active {
    background: rgba(0, 0, 0, .1)
}

.q-tabs-inverted .q-tabs-left-scroll {
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, .1))
}

.q-tabs-inverted .q-tabs-right-scroll {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .1))
}

.q-tabs-inverted .q-tabs-head {
    background: 0 0
}

.q-toast-container {
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8000;
    will-change: transform;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    margin: 10px;
    border-radius: 4px
}

.q-toast-container.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.q-toast {
    pointer-events: all;
    padding: 0 24px;
    font-size: .9rem
}

.q-toast>i,
.q-toast>img {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 24px;
    max-height: 30px;
    max-width: 30px;
    border-radius: 50%
}

.q-toast a {
    padding: 10px 0 10px 10px;
    text-align: center;
    text-transform: uppercase
}

.q-toast a:active {
    color: #fff;
    text-shadow: 0 0 5px #fff
}

.q-toast a i {
    font-size: 1.3rem
}

.q-toast-message {
    padding: 20px 0
}

@media (min-width:768px) {
    .q-toast {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
        font-size: 1.1rem;
        border-radius: 4px;
        max-width: 768px;
        margin: 24px auto;
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12)
    }
    .q-toast a i {
        font-size: 1.6rem
    }
    .q-toast a:first-of-type {
        margin-left: 30px
    }
    .q-toast>i,
    .q-toast>img {
        font-size: 2rem;
        margin-right: 48px
    }
}

.q-toggle-base {
    width: 100%;
    height: 24px;
    color: #fff;
    background-color: currentColor;
    border-radius: 16px;
    border: 2px solid #eee
}

.q-toggle-base,
.q-toggle-handle {
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.q-toggle-handle {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.q-toggle .q-option-inner {
    height: 24px;
    width: 42px;
    min-width: 42px
}

.q-toggle .q-option-inner.active .q-toggle-base {
    color: #F04C23;
    border: 0
}

.q-toggle .q-option-inner.active .q-toggle-handle {
    left: 20px
}

/* ===================================

.q-toolbar {
    padding: 4px 10px;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    background: #ff0000;
}

.q-toolbar>.q-btn {
    margin: 0 .2rem;
    padding: .2rem
}

.q-toolbar>.q-btn:first-child {
    margin-left: 0
}

.q-toolbar>.q-btn:last-child {
    margin-right: 0
}

.q-toolbar-inverted {
    color: #027be3;
    background: 0 0
}

.q-toolbar-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
    text-align: center
}

.q-toolbar-subtitle {
    font-size: 12px;
    opacity: .7
}

.q-toolbar-subtitle,
.q-toolbar-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

====================================== */
.q-tooltip {
    position: fixed;
    color: #000;
    background: #fff;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12);
    z-index: 7000;
    padding: 10px;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none
}

.q-tree li {
    margin: 0;
    list-style-type: none;
    position: relative;
    padding: 5px 5px 0
}

.q-tree li:before {
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
    bottom: 50px
}

.q-tree li:after,
.q-tree li:before {
    content: "";
    position: absolute;
    right: auto;
    left: -15px
}

.q-tree li:after {
    top: 20px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #ccc
}

.q-tree li:last-child:before {
    height: 20px
}

.q-tree>ul>li:after,
.q-tree>ul>li:before {
    border: 0
}

.q-tree-link {
    display: inline-block;
    cursor: pointer
}

.q-tree-link .q-tree-label:active {
    color: inherit;
    background: #ccc
}

.q-tree-link span:nth-child(2) i {
    color: #ccc
}

body.desktop .q-tree-link .q-tree-label:hover {
    color: inherit;
    background: #ccc
}

.q-tree-label {
    padding: 5px;
    border-radius: 4px
}

.q-tree-label .q-icon {
    font-size: 1.3rem
}

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

img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    vertical-align: middle
}

.q-video {
    position: relative;
    overflow: hidden;
    border-radius: inherit
}

.q-video embed,
.q-video iframe,
.q-video object {
    width: 100%;
    height: 100%
}

.text-primary {
    color: #027be3!important
}

.bg-primary {
    background: #027be3!important
}

.text-positive {
    color: #21ba45!important
}

.bg-positive {
    background: #21ba45!important
}

.text-negative {
    color: #db2828!important
}

.bg-negative {
    background: #db2828!important
}

.text-info {
    color: #31ccec!important
}

.bg-info {
    background: #31ccec!important
}

.text-warning {
    color: #f2c037!important
}

.bg-warning {
    background: #f2c037!important
}

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

.bg-white {
    background: #fff!important
}

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

.bg-black {
    background: #000!important
}

.text-light {
    color: #f4f4f4!important
}

.bg-light {
    background: #f4f4f4!important
}

.text-dark {
    color: #333!important
}

.bg-dark {
    background: #333!important
}

.text-orange {
    color: #F04C23!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-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-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
}

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

.bg-green-1 {
    background: #e8f5e9!important
}

.bg-green-2 {
    background: #c8e6c9!important
}

.bg-green-3 {
    background: #a5d6a7!important
}

.bg-green-4 {
    background: #81c784!important
}

.bg-green-5 {
    background: #66bb6a!important
}

.bg-green-6 {
    background: #4caf50!important
}

.bg-green-7 {
    background: #43a047!important
}

.bg-green-8 {
    background: #388e3c!important
}

.bg-green-9 {
    background: #2e7d32!important
}

.bg-green-10 {
    background: #1b5e20!important
}

.bg-green-11 {
    background: #b9f6ca!important
}

.bg-green-12 {
    background: #69f0ae!important
}

.bg-green-13 {
    background: #00e676!important
}

.bg-green-14 {
    background: #00c853!important
}

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

.bg-light-green-1 {
    background: #f1f8e9!important
}

.bg-light-green-2 {
    background: #dcedc8!important
}

.bg-light-green-3 {
    background: #c5e1a5!important
}

.bg-light-green-4 {
    background: #aed581!important
}

.bg-light-green-5 {
    background: #9ccc65!important
}

.bg-light-green-6 {
    background: #8bc34a!important
}

.bg-light-green-7 {
    background: #7cb342!important
}

.bg-light-green-8 {
    background: #689f38!important
}

.bg-light-green-9 {
    background: #558b2f!important
}

.bg-light-green-10 {
    background: #33691e!important
}

.bg-light-green-11 {
    background: #ccff90!important
}

.bg-light-green-12 {
    background: #b2ff59!important
}

.bg-light-green-13 {
    background: #76ff03!important
}

.bg-light-green-14 {
    background: #64dd17!important
}

.bg-amber {
    background: #ffc107!important
}

.bg-amber-1 {
    background: #fff8e1!important
}

.bg-amber-2 {
    background: #ffecb3!important
}

.bg-amber-3 {
    background: #ffe082!important
}

.bg-amber-4 {
    background: #ffd54f!important
}

.bg-amber-5 {
    background: #ffca28!important
}

.bg-amber-6 {
    background: #ffc107!important
}

.bg-amber-7 {
    background: #ffb300!important
}

.bg-amber-8 {
    background: #ffa000!important
}

.bg-amber-9 {
    background: #ff8f00!important
}

.bg-amber-10 {
    background: #ff6f00!important
}

.bg-amber-11 {
    background: #ffe57f!important
}

.bg-amber-12 {
    background: #ffd740!important
}

.bg-amber-13 {
    background: #ffc400!important
}

.bg-amber-14 {
    background: #ffab00!important
}

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

.bg-grey-1 {
    background: #fafafa!important
}

.bg-grey-2 {
    background: #f5f5f5!important
}

.bg-grey-3 {
    background: #eee!important
}

.bg-grey-4 {
    background: #e0e0e0!important
}

.bg-grey-5 {
    background: #bdbdbd!important
}

.bg-grey-6 {
    background: #9e9e9e!important
}

.bg-grey-7 {
    background: #757575!important
}

.bg-grey-8 {
    background: #616161!important
}

.bg-grey-9 {
    background: #424242!important
}

.bg-grey-10 {
    background: #212121!important
}

.bg-grey-11 {
    background: #f5f5f5!important
}

.bg-grey-12 {
    background: #eee!important
}

.bg-grey-13 {
    background: #bdbdbd!important
}

.bg-grey-14 {
    background: #616161!important
}

.shadow-transition {
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)!important
}

.shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

.shadow-up-1 {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .2), 0 -1px 1px rgba(0, 0, 0, .14), 0 -2px 1px -1px rgba(0, 0, 0, .12)
}

.shadow-2 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12)
}

.shadow-up-2 {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .2), 0 -2px 2px rgba(0, 0, 0, .14), 0 -3px 1px -2px rgba(0, 0, 0, .12)
}

.shadow-3 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 3px 4px rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12)
}

.shadow-up-3 {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .2), 0 -3px 4px rgba(0, 0, 0, .14), 0 -3px 3px -2px rgba(0, 0, 0, .12)
}

.shadow-4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)
}

.shadow-up-4 {
    box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, .2), 0 -4px 5px rgba(0, 0, 0, .14), 0 -1px 10px rgba(0, 0, 0, .12)
}

.shadow-5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px rgba(0, 0, 0, .14), 0 1px 14px rgba(0, 0, 0, .12)
}

.shadow-up-5 {
    box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, .2), 0 -5px 8px rgba(0, 0, 0, .14), 0 -1px 14px rgba(0, 0, 0, .12)
}

.shadow-6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12)
}

.shadow-up-6 {
    box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, .2), 0 -6px 10px rgba(0, 0, 0, .14), 0 -1px 18px rgba(0, 0, 0, .12)
}

.shadow-7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.shadow-up-7 {
    box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, .2), 0 -7px 10px 1px rgba(0, 0, 0, .14), 0 -2px 16px 1px rgba(0, 0, 0, .12)
}

.shadow-8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.shadow-up-8 {
    box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, .2), 0 -8px 10px 1px rgba(0, 0, 0, .14), 0 -3px 14px 2px rgba(0, 0, 0, .12)
}

.shadow-9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.shadow-up-9 {
    box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, .2), 0 -9px 12px 1px rgba(0, 0, 0, .14), 0 -3px 16px 2px rgba(0, 0, 0, .12)
}

.shadow-10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.shadow-up-10 {
    box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, .2), 0 -10px 14px 1px rgba(0, 0, 0, .14), 0 -4px 18px 3px rgba(0, 0, 0, .12)
}

.shadow-11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.shadow-up-11 {
    box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, .2), 0 -11px 15px 1px rgba(0, 0, 0, .14), 0 -4px 20px 3px rgba(0, 0, 0, .12)
}

.shadow-12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.shadow-up-12 {
    box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, .2), 0 -12px 17px 2px rgba(0, 0, 0, .14), 0 -5px 22px 4px rgba(0, 0, 0, .12)
}

.shadow-13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.shadow-up-13 {
    box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, .2), 0 -13px 19px 2px rgba(0, 0, 0, .14), 0 -5px 24px 4px rgba(0, 0, 0, .12)
}

.shadow-14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.shadow-up-14 {
    box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, .2), 0 -14px 21px 2px rgba(0, 0, 0, .14), 0 -5px 26px 4px rgba(0, 0, 0, .12)
}

.shadow-15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.shadow-up-15 {
    box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, .2), 0 -15px 22px 2px rgba(0, 0, 0, .14), 0 -6px 28px 5px rgba(0, 0, 0, .12)
}

.shadow-16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.shadow-up-16 {
    box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, .2), 0 -16px 24px 2px rgba(0, 0, 0, .14), 0 -6px 30px 5px rgba(0, 0, 0, .12)
}

.shadow-17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.shadow-up-17 {
    box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, .2), 0 -17px 26px 2px rgba(0, 0, 0, .14), 0 -6px 32px 5px rgba(0, 0, 0, .12)
}

.shadow-18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.shadow-up-18 {
    box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, .2), 0 -18px 28px 2px rgba(0, 0, 0, .14), 0 -7px 34px 6px rgba(0, 0, 0, .12)
}

.shadow-19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.shadow-up-19 {
    box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, .2), 0 -19px 29px 2px rgba(0, 0, 0, .14), 0 -7px 36px 6px rgba(0, 0, 0, .12)
}

.shadow-20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.shadow-up-20 {
    box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, .2), 0 -20px 31px 3px rgba(0, 0, 0, .14), 0 -8px 38px 7px rgba(0, 0, 0, .12)
}

.shadow-21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.shadow-up-21 {
    box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, .2), 0 -21px 33px 3px rgba(0, 0, 0, .14), 0 -8px 40px 7px rgba(0, 0, 0, .12)
}

.shadow-22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.shadow-up-22 {
    box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, .2), 0 -22px 35px 3px rgba(0, 0, 0, .14), 0 -8px 42px 7px rgba(0, 0, 0, .12)
}

.shadow-23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.shadow-up-23 {
    box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, .2), 0 -23px 36px 3px rgba(0, 0, 0, .14), 0 -9px 44px 8px rgba(0, 0, 0, .12)
}

.shadow-24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.shadow-up-24 {
    box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, .2), 0 -24px 38px 3px rgba(0, 0, 0, .14), 0 -9px 46px 8px rgba(0, 0, 0, .12)
}

.no-shadow,
.shadow-0 {
    box-shadow: none!important
}

.inset-shadow {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, .7)!important
}

.z-alert {
    z-index: 8100
}

.column,
.flex,
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column.inline,
.flex.inline,
.row.inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.column,
.column.reverse {
    -webkit-box-orient: vertical
}

.column.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.reverse-wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px
}

.row>.col {
    max-width: 100%
}

.row>.col,
.row>.col-xs {
    width: 100%
}

.col-xs {
    min-height: 1px
}

.row>.col-xs-1 {
    width: 100%
}

.col-xs-1 {
    min-height: 1px
}

.row>.col-xs-2 {
    width: 100%
}

.col-xs-2 {
    min-height: 1px
}

.row>.col-xs-3 {
    width: 100%
}

.col-xs-3 {
    min-height: 1px
}

.row>.col-xs-4 {
    width: 100%
}

.col-xs-4 {
    min-height: 1px
}

.row>.col-xs-5 {
    width: 100%
}

.col-xs-5 {
    min-height: 1px
}

.row>.col-xs-6 {
    width: 100%
}

.col-xs-6 {
    min-height: 1px
}

.row>.col-xs-7 {
    width: 100%
}

.col-xs-7 {
    min-height: 1px
}

.row>.col-xs-8 {
    width: 100%
}

.col-xs-8 {
    min-height: 1px
}

.row>.col-xs-9 {
    width: 100%
}

.col-xs-9 {
    min-height: 1px
}

.row>.col-xs-10 {
    width: 100%
}

.col-xs-10 {
    min-height: 1px
}

.row>.col-xs-11 {
    width: 100%
}

.col-xs-11 {
    min-height: 1px
}

.row>.col-xs-12 {
    width: 100%
}

.col-xs-12 {
    min-height: 1px
}

.row>.col-sm {
    width: 100%
}

.col-sm {
    min-height: 1px
}

.row>.col-sm-1 {
    width: 100%
}

.col-sm-1 {
    min-height: 1px
}

.row>.col-sm-2 {
    width: 100%
}

.col-sm-2 {
    min-height: 1px
}

.row>.col-sm-3 {
    width: 100%
}

.col-sm-3 {
    min-height: 1px
}

.row>.col-sm-4 {
    width: 100%
}

.col-sm-4 {
    min-height: 1px
}

.row>.col-sm-5 {
    width: 100%
}

.col-sm-5 {
    min-height: 1px
}

.row>.col-sm-6 {
    width: 100%
}

.col-sm-6 {
    min-height: 1px
}

.row>.col-sm-7 {
    width: 100%
}

.col-sm-7 {
    min-height: 1px
}

.row>.col-sm-8 {
    width: 100%
}

.col-sm-8 {
    min-height: 1px
}

.row>.col-sm-9 {
    width: 100%
}

.col-sm-9 {
    min-height: 1px
}

.row>.col-sm-10 {
    width: 100%
}

.col-sm-10 {
    min-height: 1px
}

.row>.col-sm-11 {
    width: 100%
}

.col-sm-11 {
    min-height: 1px
}

.row>.col-sm-12 {
    width: 100%
}

.col-sm-12 {
    min-height: 1px
}

.row>.col-md {
    width: 100%
}

.col-md {
    min-height: 1px
}

.row>.col-md-1 {
    width: 100%
}

.col-md-1 {
    min-height: 1px
}

.row>.col-md-2 {
    width: 100%
}

.col-md-2 {
    min-height: 1px
}

.row>.col-md-3 {
    width: 100%
}

.col-md-3 {
    min-height: 1px
}

.row>.col-md-4 {
    width: 100%
}

.col-md-4 {
    min-height: 1px
}

.row>.col-md-5 {
    width: 100%
}

.col-md-5 {
    min-height: 1px
}

.row>.col-md-6 {
    width: 100%
}

.col-md-6 {
    min-height: 1px
}

.row>.col-md-7 {
    width: 100%
}

.col-md-7 {
    min-height: 1px
}

.row>.col-md-8 {
    width: 100%
}

.col-md-8 {
    min-height: 1px
}

.row>.col-md-9 {
    width: 100%
}

.col-md-9 {
    min-height: 1px
}

.row>.col-md-10 {
    width: 100%
}

.col-md-10 {
    min-height: 1px
}

.row>.col-md-11 {
    width: 100%
}

.col-md-11 {
    min-height: 1px
}

.row>.col-md-12 {
    width: 100%
}

.col-md-12 {
    min-height: 1px
}

.row>.col-auto {
    width: auto
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-center,
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-center,
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%
}

.row>.col-1 {
    max-width: 8.3333%
}

.offset-1 {
    margin-left: 8.3333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%
}

.row>.col-2 {
    max-width: 16.6667%
}

.offset-2 {
    margin-left: 16.6667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.row>.col-3 {
    max-width: 25%
}

.offset-3 {
    margin-left: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

.row>.col-4 {
    max-width: 33.3333%
}

.offset-4 {
    margin-left: 33.3333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%
}

.row>.col-5 {
    max-width: 41.6667%
}

.offset-5 {
    margin-left: 41.6667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.row>.col-6 {
    max-width: 50%
}

.offset-6 {
    margin-left: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%
}

.row>.col-7 {
    max-width: 58.3333%
}

.offset-7 {
    margin-left: 58.3333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%
}

.row>.col-8 {
    max-width: 66.6667%
}

.offset-8 {
    margin-left: 66.6667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.row>.col-9 {
    max-width: 75%
}

.offset-9 {
    margin-left: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%
}

.row>.col-10 {
    max-width: 83.3333%
}

.offset-10 {
    margin-left: 83.3333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%
}

.row>.col-11 {
    max-width: 91.6667%
}

.offset-11 {
    margin-left: 91.6667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.row>.col-12 {
    max-width: 100%
}

.offset-12 {
    margin-left: 100%
}

@media (min-width:0) {
    .col-xs {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col-xs-auto {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }
    .row>.col-xs-1 {
        max-width: 8.3333%
    }
    .offset-xs-1 {
        margin-left: 8.3333%
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }
    .row>.col-xs-2 {
        max-width: 16.6667%
    }
    .offset-xs-2 {
        margin-left: 16.6667%
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .row>.col-xs-3 {
        max-width: 25%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .row>.col-xs-4 {
        max-width: 33.3333%
    }
    .offset-xs-4 {
        margin-left: 33.3333%
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }
    .row>.col-xs-5 {
        max-width: 41.6667%
    }
    .offset-xs-5 {
        margin-left: 41.6667%
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .row>.col-xs-6 {
        max-width: 50%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }
    .row>.col-xs-7 {
        max-width: 58.3333%
    }
    .offset-xs-7 {
        margin-left: 58.3333%
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }
    .row>.col-xs-8 {
        max-width: 66.6667%
    }
    .offset-xs-8 {
        margin-left: 66.6667%
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .row>.col-xs-9 {
        max-width: 75%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }
    .row>.col-xs-10 {
        max-width: 83.3333%
    }
    .offset-xs-10 {
        margin-left: 83.3333%
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }
    .row>.col-xs-11 {
        max-width: 91.6667%
    }
    .offset-xs-11 {
        margin-left: 91.6667%
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .row>.col-xs-12 {
        max-width: 100%
    }
    .offset-xs-12 {
        margin-left: 100%
    }
}

@media (min-width:576px) {
    .col-sm {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col-sm-auto {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }
    .row>.col-sm-1 {
        max-width: 8.3333%
    }
    .offset-sm-1 {
        margin-left: 8.3333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }
    .row>.col-sm-2 {
        max-width: 16.6667%
    }
    .offset-sm-2 {
        margin-left: 16.6667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .row>.col-sm-3 {
        max-width: 25%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .row>.col-sm-4 {
        max-width: 33.3333%
    }
    .offset-sm-4 {
        margin-left: 33.3333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }
    .row>.col-sm-5 {
        max-width: 41.6667%
    }
    .offset-sm-5 {
        margin-left: 41.6667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .row>.col-sm-6 {
        max-width: 50%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }
    .row>.col-sm-7 {
        max-width: 58.3333%
    }
    .offset-sm-7 {
        margin-left: 58.3333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }
    .row>.col-sm-8 {
        max-width: 66.6667%
    }
    .offset-sm-8 {
        margin-left: 66.6667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .row>.col-sm-9 {
        max-width: 75%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }
    .row>.col-sm-10 {
        max-width: 83.3333%
    }
    .offset-sm-10 {
        margin-left: 83.3333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }
    .row>.col-sm-11 {
        max-width: 91.6667%
    }
    .offset-sm-11 {
        margin-left: 91.6667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .row>.col-sm-12 {
        max-width: 100%
    }
    .offset-sm-12 {
        margin-left: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .col-md-auto {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%
    }
    .row>.col-md-1 {
        max-width: 8.3333%
    }
    .offset-md-1 {
        margin-left: 8.3333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%
    }
    .row>.col-md-2 {
        max-width: 16.6667%
    }
    .offset-md-2 {
        margin-left: 16.6667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .row>.col-md-3 {
        max-width: 25%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
    .row>.col-md-4 {
        max-width: 33.3333%
    }
    .offset-md-4 {
        margin-left: 33.3333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%
    }
    .row>.col-md-5 {
        max-width: 41.6667%
    }
    .offset-md-5 {
        margin-left: 41.6667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .row>.col-md-6 {
        max-width: 50%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%
    }
    .row>.col-md-7 {
        max-width: 58.3333%
    }
    .offset-md-7 {
        margin-left: 58.3333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%
    }
    .row>.col-md-8 {
        max-width: 66.6667%
    }
    .offset-md-8 {
        margin-left: 66.6667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .row>.col-md-9 {
        max-width: 75%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%
    }
    .row>.col-md-10 {
        max-width: 83.3333%
    }
    .offset-md-10 {
        margin-left: 83.3333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%
    }
    .row>.col-md-11 {
        max-width: 91.6667%
    }
    .offset-md-11 {
        margin-left: 91.6667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .row>.col-md-12 {
        max-width: 100%
    }
    .offset-md-12 {
        margin-left: 100%
    }
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: 0 0;
    transition: background .28s ease-in
}

.backdrop.active {
    display: block;
    background: rgba(0, 0, 0, .3)
}

.no-outline {
    outline: 0!important
}

.generic-margin,
.group>* {
    margin: 5px
}

.no-transition {
    transition: none!important
}

.transition-0 {
    transition: 0s!important
}

.glossy {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0) 50%, rgba(0, 0, 0, .12) 51%, rgba(0, 0, 0, .04))!important
}

.q-placeholder::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

.q-placeholder::-moz-placeholder {
    color: inherit;
    opacity: .5
}

.q-placeholder:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

.transition-generic {
    transition: all .3s
}

.animate-pop {
    -webkit-animation: q-pop .2s;
    animation: q-pop .2s
}

.animate-scale {
    -webkit-animation: q-scale .2s;
    animation: q-scale .2s
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.non-selectable {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.no-scroll {
    overflow: hidden!important
}

.no-pointer-events {
    pointer-events: none!important
}

.all-pointer-events {
    pointer-events: all!important
}

.cursor-pointer {
    cursor: pointer!important
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-205 {
    -webkit-transform: rotate(205deg);
    transform: rotate(205deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.relative-position {
    position: relative
}

.fixed,
.fixed-bottom,
.fixed-bottom-left,
.fixed-bottom-right,
.fixed-center,
.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;
    left: 0;
    right: 0
}

.absolute-right,
.fixed-right {
    top: 0;
    right: 0;
    bottom: 0
}

.absolute-bottom,
.fixed-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.absolute-left,
.fixed-left {
    top: 0;
    bottom: 0;
    left: 0
}

.absolute-top-left,
.fixed-top-left {
    top: 0;
    left: 0
}

.absolute-top-right,
.fixed-top-right {
    top: 0;
    right: 0
}

.absolute-bottom-left,
.fixed-bottom-left {
    bottom: 0;
    left: 0
}

.absolute-bottom-right,
.fixed-bottom-right {
    bottom: 0;
    right: 0
}

.absolute-full,
.fullscreen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.absolute-center,
.fixed-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vertical-top {
    vertical-align: top!important
}

.vertical-middle {
    vertical-align: middle!important
}

.vertical-bottom {
    vertical-align: bottom!important
}

.on-left {
    margin-right: 12px
}

.on-right {
    margin-left: 12px
}

.q-ripple-container {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    z-index: 0
}

.q-ripple-animation,
.q-ripple-container {
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none
}

.q-ripple-animation {
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.2, .4, .4, .1), -webkit-transform .5s cubic-bezier(.2, .4, .4, .9);
    transition: transform .5s cubic-bezier(.2, .4, .4, .9), opacity .3s cubic-bezier(.2, .4, .4, .1);
    transition: transform .5s cubic-bezier(.2, .4, .4, .9), opacity .3s cubic-bezier(.2, .4, .4, .1), -webkit-transform .5s cubic-bezier(.2, .4, .4, .9);
    will-change: opacity
}

.q-ripple-animation-enter {
    transition: none
}

.q-ripple-animation-visible {
    opacity: .3
}

.q-radial-ripple {
    overflow: hidden;
    -webkit-transform: translate3d(-25%, -25%, 0);
    transform: translate3d(-25%, -25%, 0);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    pointer-events: none
}

.q-radial-ripple,
.q-radial-ripple:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.q-radial-ripple:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, currentColor 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    transition: opacity 1s, -webkit-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s
}

.q-radial-ripple.active:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .4;
    transition: 0s
}

.fit {
    width: 100%!important
}

.fit,
.full-height {
    height: 100%!important
}

.full-width {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.window-height {
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 100vh!important
}

.window-width {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100vw!important
}

.block {
    display: block!important
}

.inline-block {
    display: inline-block!important
}

.q-touch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none
}

.q-touch-x {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.q-touch-y {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

body {
    min-width: 200px;
    font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background: #fff;
    color: #0c0c0c
}

a {
    color: #2e9dfd;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: color .25s
}

a:hover {
    color: #027be3
}

a:active,
a:hover {
    outline-width: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 110%;
    -webkit-font-smoothing: antialised
}

h1 {
    font-size: 4.2rem;
    letter-spacing: -.04em;
    margin: 2.1rem 0 1.68rem;
    font-weight: 300
}

h2 {
    font-size: 3.56rem;
    letter-spacing: -.02em;
    margin: 1.78rem 0 1.424rem
}

h3 {
    font-size: 2.92rem;
    margin: 1.46rem 0 1.168rem
}

h4 {
    font-size: 2.28rem;
    margin: 1.14rem 0 .912rem
}

h5 {
    font-size: 1.64rem;
    margin: .82rem 0 .656rem;
    -moz-osx-font-smoothing: grayscale
}

h6 {
    letter-spacing: .02em;
    margin: .5rem 0 .4rem;
    font-weight: 500
}

h6,
p {
    font-size: 1rem
}

p {
    letter-spacing: 0;
    margin: 0 0 1rem;
    line-height: 24px;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

p.caption {
    font-weight: 300
}

p.caption:not(:first-child) {
    margin-top: 2rem
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

small {
    font-size: 80%
}

big {
    font-size: 170%
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.strong {
    font-weight: 700
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #027be3
}

blockquote.text-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #027be3;
    border-left: 0;
    text-align: right
}

blockquote small {
    display: block;
    line-height: 1.4;
    color: #777
}

blockquote small:before {
    content: "\2014   \A0"
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

dd,
dt {
    line-height: 1.4
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dl.horizontal dt {
    float: left;
    width: 25%;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

dl.horizontal dd {
    margin-left: 30%
}

::-moz-selection,
::-webkit-selection,
::selection {
    background: #027be3;
    color: hsla(0, 0%, 100%, .87)
}

input::-moz-selection,
input::-webkit-selection,
input::selection,
textarea::-moz-selection,
textarea::-webkit-selection,
textarea::selection {
    background: rgba(2, 123, 227, .4);
    color: hsla(0, 0%, 100%, .87)
}

:-webkit-full-screen {
    width: 100%;
    height: 100%
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding: 0!important
}

.no-border {
    border: 0!important
}

.no-border-radius {
    border-radius: 0!important
}

.no-box-shadow {
    box-shadow: none!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
}

.disabled,
.disabled *,
[disabled],
[disabled] * {
    cursor: not-allowed!important
}

.disabled,
[disabled] {
    opacity: .6!important
}

.hidden {
    display: none!important
}

.invisible {
    visibility: hidden!important
}

.transparent {
    background: 0 0!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.z-max {
    z-index: 20000!important
}

body.cordova .cordova-hide,
body.desktop .desktop-hide,
body.electron .electron-hide,
body.ios .ios-hide,
body.mat .mat-hide,
body.mobile .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(.cordova) .cordova-only,
body:not(.desktop) .desktop-only,
body:not(.electron) .electron-only,
body:not(.ios) .ios-only,
body:not(.mat) .mat-only,
body:not(.mobile) .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 (max-width:575px) {
    .gt-md,
    .gt-sm,
    .gt-xs,
    .md,
    .sm,
    .xs-hide {
        display: none!important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .gt-md,
    .gt-sm,
    .lt-sm,
    .md,
    .sm-hide,
    .xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gt-md,
    .lt-md,
    .lt-sm,
    .md-hide,
    .sm,
    .xs {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .lt-md,
    .lt-sm,
    .md,
    .sm,
    .xs {
        display: none!important
    }
}

@media (min-width:1200px) {
    .lt-md,
    .lt-sm,
    .md,
    .sm,
    .xs {
        display: none!important
    }
}

.q-focus-helper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: inherit;
    background: currentColor;
    opacity: 0;
    transition: opacity .12s ease-in
}

.q-focusable:focus .q-focus-helper,
.q-hoverable:hover .q-focus-helper {
    opacity: .15
}

body.ios .q-hoverable:active .q-focus-helper {
    opacity: .3
}

@-webkit-keyframes q-progress-indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    to {
        left: 100%;
        right: -90%
    }
}

@keyframes q-progress-indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    to {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes q-progress-indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

@keyframes q-progress-indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

@-webkit-keyframes q-progress-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes q-progress-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes q-highlight {
    0% {
        background: #cddc39
    }
    to {
        background: 0 0
    }
}

@keyframes q-highlight {
    0% {
        background: #cddc39
    }
    to {
        background: 0 0
    }
}

@-webkit-keyframes q-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes q-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes q-blink {
    to {
        visibility: hidden
    }
}

@keyframes q-blink {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes q-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes q-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes q-pop {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes q-pop {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes q-fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes q-fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes q-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes q-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes q-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes q-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.012cf6a.woff) format("woff")
}

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