quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
2,138 lines • 289 kB
CSS
/*
* Quasar Framework v1.5.1
* (c) 2015-present Razvan Stoenescu
* Released under the MIT License.
*/
*,
*:before,
*:after {
box-sizing: inherit;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
width: 100%;
}
html[dir=ltr], [dir=ltr] body, [dir=ltr] #q-app {
direction: ltr;
}
html[dir=rtl], [dir=rtl] body, [dir=rtl] #q-app {
direction: rtl;
}
body.platform-ios.within-iframe,
body.platform-ios.within-iframe #q-app {
width: 100px;
min-width: 100%;
}
html,
body {
box-sizing: border-box;
}
html[dir], [dir] body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
[dir] abbr[title] {
border-bottom: none;
}
dfn {
font-style: italic;
}
[dir] img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
button,
input,
select,
textarea {
font: inherit;
}
[dir] button, [dir] input, [dir] select, [dir] textarea {
margin: 0;
}
optgroup {
font-weight: bold;
}
button,
input,
select {
overflow: visible;
}
[dir] button::-moz-focus-inner, [dir] input::-moz-focus-inner {
border: 0;
padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
overflow: auto;
}
input[type='search'] {
-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
.q-icon {
line-height: 1;
width: 1em;
height: 1em;
letter-spacing: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
position: relative;
font-display: block;
}
[dir] .q-icon {
text-align: center;
}
[dir=ltr] .q-icon {
direction: ltr;
}
[dir=rtl] .q-icon {
direction: rtl;
}
.q-icon:before {
width: 100%;
height: 100%;
display: flex !important;
align-items: center;
justify-content: center;
}
.q-icon,
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: inherit;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
}
[dir] .q-icon, [dir] .material-icons, [dir] .material-icons-outlined, [dir] .material-icons-round, [dir] .material-icons-sharp {
cursor: inherit;
}
.q-panel {
height: 100%;
width: 100%;
}
.q-panel > div {
height: 100%;
width: 100%;
}
.q-panel-parent {
overflow: hidden;
position: relative;
}
.q-loading-bar {
position: fixed;
z-index: 9998;
transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
}
.q-loading-bar--top {
left: 0 /* rtl:ignore */;
right: 0 /* rtl:ignore */;
top: 0;
width: 100%;
}
.q-loading-bar--bottom {
left: 0 /* rtl:ignore */;
right: 0 /* rtl:ignore */;
bottom: 0;
width: 100%;
}
.q-loading-bar--right {
top: 0;
bottom: 0;
height: 100%;
}
[dir=ltr] .q-loading-bar--right {
right: 0;
}
[dir=rtl] .q-loading-bar--right {
left: 0;
}
.q-loading-bar--left {
top: 0;
bottom: 0;
height: 100%;
}
[dir=ltr] .q-loading-bar--left {
left: 0;
}
[dir=rtl] .q-loading-bar--left {
right: 0;
}
.q-avatar {
position: relative;
vertical-align: middle;
display: inline-block;
font-size: 48px;
height: 1em;
width: 1em;
}
[dir] .q-avatar {
border-radius: 50%;
}
.q-avatar__content {
font-size: 0.5em;
line-height: 0.5em;
}
.q-avatar__content,
.q-avatar img:not(.q-icon) {
height: inherit;
width: inherit;
}
[dir] .q-avatar__content, [dir] .q-avatar img:not(.q-icon) {
border-radius: inherit;
}
[dir] .q-avatar__content--square {
border-radius: 0;
}
.q-badge {
color: #fff;
font-size: 12px;
line-height: 12px;
font-weight: normal;
vertical-align: baseline;
}
[dir] .q-badge {
background-color: #027be3;
background-color: var(--q-color-primary);
padding: 2px 6px;
border-radius: 4px;
}
.q-badge--single-line {
white-space: nowrap;
}
.q-badge--multi-line {
word-break: break-all;
word-wrap: break-word;
}
.q-badge--floating {
position: absolute;
top: -4px;
}
[dir] .q-badge--floating {
cursor: inherit;
}
[dir=ltr] .q-badge--floating {
right: -3px;
}
[dir=rtl] .q-badge--floating {
left: -3px;
}
.q-badge--transparent {
opacity: 0.8;
}
[dir] .q-badge--outline {
background-color: transparent;
border: 1px solid currentColor;
}
.q-banner {
min-height: 54px;
}
[dir] .q-banner {
padding: 8px 16px;
background: #fff;
}
[dir] .q-banner--top-padding {
padding-top: 14px;
}
.q-banner__avatar {
min-width: 1px !important;
}
.q-banner__avatar > .q-avatar {
font-size: 46px;
}
.q-banner__avatar > .q-icon {
font-size: 40px;
}
[dir=ltr] .q-banner__avatar:not(:empty) + .q-banner__content {
padding-left: 16px;
}
[dir=rtl] .q-banner__avatar:not(:empty) + .q-banner__content {
padding-right: 16px;
}
[dir=ltr] .q-banner__actions.col-auto {
padding-left: 16px;
}
[dir=rtl] .q-banner__actions.col-auto {
padding-right: 16px;
}
[dir=ltr] .q-banner__actions.col-all .q-btn-item {
margin: 4px 0 0 4px;
}
[dir=rtl] .q-banner__actions.col-all .q-btn-item {
margin: 4px 4px 0 0;
}
.q-banner--dense {
min-height: 32px;
}
[dir] .q-banner--dense {
padding: 8px;
}
[dir] .q-banner--dense.q-banner--top-padding {
padding-top: 12px;
}
.q-banner--dense .q-banner__avatar > .q-avatar,
.q-banner--dense .q-banner__avatar > .q-icon {
font-size: 28px;
}
[dir=ltr] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
padding-left: 8px;
}
[dir=rtl] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
padding-right: 8px;
}
[dir=ltr] .q-banner--dense .q-banner__actions.col-auto {
padding-left: 8px;
}
[dir=rtl] .q-banner--dense .q-banner__actions.col-auto {
padding-right: 8px;
}
[dir] .q-bar {
background: rgba(0,0,0,0.2);
}
[dir=ltr] .q-bar > .q-icon {
margin-left: 2px;
}
[dir=rtl] .q-bar > .q-icon {
margin-right: 2px;
}
[dir=ltr] .q-bar > div, [dir=ltr] .q-bar > div + .q-icon {
margin-left: 8px;
}
[dir=rtl] .q-bar > div, [dir=rtl] .q-bar > div + .q-icon {
margin-right: 8px;
}
[dir=ltr] .q-bar > .q-btn {
margin-left: 2px;
}
[dir=rtl] .q-bar > .q-btn {
margin-right: 2px;
}
[dir=ltr] .q-bar > .q-icon:first-child, [dir=ltr] .q-bar > .q-btn:first-child, [dir=ltr] .q-bar > div:first-child {
margin-left: 0;
}
[dir=rtl] .q-bar > .q-icon:first-child, [dir=rtl] .q-bar > .q-btn:first-child, [dir=rtl] .q-bar > div:first-child {
margin-right: 0;
}
.q-bar--standard {
height: 32px;
font-size: 18px;
}
[dir] .q-bar--standard {
padding: 0 12px;
}
.q-bar--standard > div {
font-size: 16px;
}
.q-bar--standard .q-btn {
font-size: 11px;
}
.q-bar--dense {
height: 24px;
font-size: 14px;
}
[dir] .q-bar--dense {
padding: 0 8px;
}
.q-bar--dense .q-btn {
font-size: 8px;
}
[dir] .q-bar--dark {
background: rgba(255,255,255,0.15);
}
.q-breadcrumbs__el {
color: inherit;
}
.q-breadcrumbs__el-icon {
font-size: 125%;
}
[dir=ltr] .q-breadcrumbs__el-icon--with-label {
margin-right: 8px;
}
[dir=rtl] .q-breadcrumbs__el-icon--with-label {
margin-left: 8px;
}
.q-breadcrumbs--last a {
pointer-events: none;
}
[dir=rtl] .q-breadcrumbs__separator .q-icon {
transform: scaleX(-1) /* rtl:ignore */;
}
button.q-btn {
-webkit-appearance: button;
}
.q-btn {
display: inline-block;
position: relative;
outline: 0;
vertical-align: middle;
font-size: 14px;
line-height: 1.625em;
text-decoration: none;
color: inherit;
overflow: visible;
font-weight: 500;
text-transform: uppercase;
}
[dir] .q-btn {
border: 0;
padding: 0;
background: transparent;
}
.q-btn .q-icon,
.q-btn .q-spinner {
font-size: 1.625em;
}
.q-btn.disabled {
opacity: 0.7 !important;
}
.q-btn__wrapper {
min-height: 2.572em;
width: 100%;
height: 100%;
pointer-events: none;
}
[dir] .q-btn__wrapper {
padding: 4px 16px;
border-radius: inherit;
}
.q-btn__wrapper:before {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
}
[dir] .q-btn__wrapper:before {
border-radius: inherit;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-btn__wrapper:before {
left: 0;
right: 0;
}
[dir=rtl] .q-btn__wrapper:before {
right: 0;
left: 0;
}
[dir] .q-btn--actionable {
cursor: pointer;
}
.q-btn--actionable label,
.q-btn--actionable input,
.q-btn--actionable textarea,
.q-btn--actionable button,
.q-btn--actionable a {
pointer-events: all;
}
.q-btn--actionable.q-btn--standard .q-btn__wrapper:before {
transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-btn--actionable.q-btn--standard:active .q-btn__wrapper:before, [dir] .q-btn--actionable.q-btn--standard.q-btn--active .q-btn__wrapper:before {
box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.q-btn--no-uppercase {
text-transform: none;
}
[dir] .q-btn--rectangle {
border-radius: 3px;
}
[dir] .q-btn--outline {
background: transparent !important;
}
[dir] .q-btn--outline .q-btn__wrapper:before {
border: 1px solid currentColor;
}
[dir] .q-btn--push {
border-radius: 7px;
}
[dir] .q-btn--push .q-btn__wrapper:before {
border-bottom: 3px solid rgba(0,0,0,0.15);
}
.q-btn--push.q-btn--actionable {
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable .q-btn__wrapper:before {
transition: top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), border-bottom-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-btn--push.q-btn--actionable:active, [dir] .q-btn--push.q-btn--actionable.q-btn--active {
transform: translateY(2px);
}
[dir] .q-btn--push.q-btn--actionable:active .q-btn__wrapper:before, [dir] .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper:before {
border-bottom-width: 0;
}
[dir] .q-btn--rounded {
border-radius: 28px;
}
[dir] .q-btn--round {
border-radius: 50%;
}
.q-btn--round .q-btn__wrapper {
min-width: 3em;
min-height: 3em;
}
[dir] .q-btn--round .q-btn__wrapper {
padding: 0;
}
[dir] .q-btn--flat .q-btn__wrapper:before, [dir] .q-btn--outline .q-btn__wrapper:before, [dir] .q-btn--unelevated .q-btn__wrapper:before {
box-shadow: none;
}
.q-btn--dense .q-btn__wrapper {
min-height: 2em;
}
[dir] .q-btn--dense .q-btn__wrapper {
padding: 0.285em;
}
.q-btn--dense.q-btn--round .q-btn__wrapper {
min-height: 2.4em;
min-width: 2.4em;
}
[dir] .q-btn--dense.q-btn--round .q-btn__wrapper {
padding: 0;
}
[dir=ltr] .q-btn--dense .on-left {
margin-right: 6px;
}
[dir=rtl] .q-btn--dense .on-left {
margin-left: 6px;
}
[dir=ltr] .q-btn--dense .on-right {
margin-left: 6px;
}
[dir=rtl] .q-btn--dense .on-right {
margin-right: 6px;
}
.q-btn--fab .q-icon,
.q-btn--fab-mini .q-icon {
font-size: 24px;
width: 100%;
height: 100%;
}
.q-btn--fab .q-btn__wrapper {
height: 56px;
width: 56px;
}
.q-btn--fab-mini .q-btn__wrapper {
height: 40px;
width: 40px;
}
.q-btn__content {
transition: opacity 0.3s;
z-index: 0;
}
.q-btn__content--hidden {
opacity: 0;
pointer-events: none;
}
.q-btn__progress {
overflow: hidden;
}
[dir] .q-btn__progress {
border-radius: inherit;
}
.q-btn__progress-indicator {
transition: transform 0.3s;
}
[dir] .q-btn__progress-indicator {
background: rgba(255,255,255,0.25);
}
[dir=ltr] .q-btn__progress-indicator {
transform-origin: top left;
}
[dir=rtl] .q-btn__progress-indicator {
transform-origin: top right;
}
[dir] .q-btn__progress--dark .q-btn__progress-indicator {
background: rgba(0,0,0,0.2);
}
[dir=ltr] .q-btn-dropdown--split .q-btn-dropdown__arrow-container {
border-left: 1px solid rgba(255,255,255,0.3);
}
[dir=rtl] .q-btn-dropdown--split .q-btn-dropdown__arrow-container {
border-right: 1px solid rgba(255,255,255,0.3);
}
[dir] .q-btn-dropdown--split .q-btn-dropdown__arrow-container .q-btn__wrapper {
padding: 0 4px;
}
[dir=ltr] .q-btn-dropdown--simple .q-btn-dropdown__arrow {
margin-left: 8px;
}
[dir=rtl] .q-btn-dropdown--simple .q-btn-dropdown__arrow {
margin-right: 8px;
}
.q-btn-dropdown__arrow {
transition: transform 0.28s;
}
.q-btn-group {
vertical-align: middle;
}
[dir] .q-btn-group {
border-radius: 3px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-btn-group > .q-btn-item {
border-radius: inherit;
}
[dir] .q-btn-group > .q-btn-item .q-btn__wrapper:before {
box-shadow: none;
}
[dir=ltr] .q-btn-group > .q-btn-item .q-badge--floating {
right: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item .q-badge--floating {
left: 0;
}
[dir] .q-btn-group > .q-btn-group {
box-shadow: none;
}
[dir=ltr] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before {
border-left: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before {
border-right: 0;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before {
border-right: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before {
border-left: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item:not(:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item.q-btn--standard .q-btn__wrapper:before {
z-index: -1;
}
[dir] .q-btn-group--push > .q-btn--push.q-btn--actionable {
transform: none;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__wrapper {
transition: margin-top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__wrapper, [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper {
margin-top: 2px;
margin-bottom: -2px;
}
[dir] .q-btn-group--rounded {
border-radius: 28px;
}
[dir] .q-btn-group--flat, [dir] .q-btn-group--outline, [dir] .q-btn-group--unelevated {
box-shadow: none;
}
.q-btn-group--outline > .q-separator {
display: none;
}
[dir=ltr] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before {
border-left: 0;
}
[dir=rtl] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before {
border-right: 0;
}
[dir=ltr] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before {
border-right: 0;
}
[dir=rtl] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before {
border-left: 0;
}
.q-btn-group--stretch {
align-self: stretch;
}
[dir] .q-btn-group--stretch {
border-radius: 0;
}
[dir] .q-btn-group--glossy > .q-btn-item {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
.q-btn-group--spread > .q-btn-group {
display: flex !important;
}
.q-btn-group--spread > .q-btn-item,
.q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) {
width: auto;
min-width: 0;
max-width: 100%;
flex: 10000 1 0%;
}
.q-card {
vertical-align: top;
position: relative;
}
[dir] .q-card {
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
border-radius: 4px;
background: #fff;
}
[dir] .q-card > div:first-child, [dir] .q-card > img:first-child {
border-top: 0;
}
[dir=ltr] .q-card > div:first-child, [dir=ltr] .q-card > img:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
[dir=rtl] .q-card > div:first-child, [dir=rtl] .q-card > img:first-child {
border-top-right-radius: inherit;
border-top-left-radius: inherit;
}
[dir] .q-card > div:last-child, [dir] .q-card > img:last-child {
border-bottom: 0;
}
[dir=ltr] .q-card > div:last-child, [dir=ltr] .q-card > img:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=rtl] .q-card > div:last-child, [dir=rtl] .q-card > img:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir=ltr] .q-card > div:not(:first-child), [dir=ltr] .q-card > img:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
[dir=rtl] .q-card > div:not(:first-child), [dir=rtl] .q-card > img:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
[dir=ltr] .q-card > div:not(:last-child), [dir=ltr] .q-card > img:not(:last-child) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-card > div:not(:last-child), [dir=rtl] .q-card > img:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
[dir] .q-card > div {
box-shadow: none;
}
[dir=ltr] .q-card > div {
border-left: 0;
border-right: 0;
}
[dir=rtl] .q-card > div {
border-right: 0;
border-left: 0;
}
[dir] .q-card--bordered {
border: 1px solid rgba(0,0,0,0.12);
}
[dir] .q-card--dark {
border-color: rgba(255,255,255,0.28);
}
.q-card__section {
position: relative;
}
[dir] .q-card__section {
padding: 16px;
}
[dir] .q-card__actions {
padding: 8px;
}
[dir] .q-card__actions .q-btn__wrapper {
padding: 0 8px;
}
[dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-item, [dir=ltr] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-group {
margin-left: 8px;
}
[dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-item, [dir=rtl] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-group {
margin-right: 8px;
}
[dir] .q-card__actions--vert > .q-btn-item + .q-btn-item, [dir] .q-card__actions--vert > .q-btn-group + .q-btn-item, [dir] .q-card__actions--vert > .q-btn-item + .q-btn-group {
margin-top: 4px;
}
.q-card__actions--vert > .q-btn-group > .q-btn-item {
flex-grow: 1;
}
[dir] .q-card__section + .q-card__section {
padding-top: 0;
}
.q-card > img {
display: block;
width: 100%;
max-width: 100%;
}
[dir] .q-card > img {
border: 0;
}
.q-carousel {
height: 400px;
}
[dir] .q-carousel {
background-color: #fff;
}
.q-carousel__slide {
height: 100%;
}
[dir] .q-carousel__slide {
padding: 16px;
background-size: cover;
background-position: 50%;
}
.q-carousel__slides-container {
height: 100%;
}
.q-carousel__control {
color: #fff;
}
.q-carousel__prev-arrow,
.q-carousel__next-arrow {
top: 50%;
}
[dir] .q-carousel__prev-arrow, [dir] .q-carousel__next-arrow {
transform: translateY(-50%);
}
.q-carousel__prev-arrow .q-icon,
.q-carousel__next-arrow .q-icon {
font-size: 46px;
}
[dir=ltr] .q-carousel__prev-arrow {
left: 4px;
}
[dir=rtl] .q-carousel__prev-arrow {
right: 4px;
}
[dir=ltr] .q-carousel__next-arrow {
right: 4px;
}
[dir=rtl] .q-carousel__next-arrow {
left: 4px;
}
.q-carousel__navigation {
bottom: 0;
}
[dir] .q-carousel__navigation {
padding: 0 8px 8px;
}
[dir=ltr] .q-carousel__navigation {
left: 0;
right: 0;
}
[dir=rtl] .q-carousel__navigation {
right: 0;
left: 0;
}
.q-carousel__navigation-inner {
flex: 1 1 auto;
}
[dir] .q-carousel__navigation .q-btn {
margin: 6px 4px;
}
[dir] .q-carousel__navigation .q-btn .q-btn__wrapper {
padding: 5px;
}
.q-carousel__navigation .q-btn:not(.q-carousel__navigation-icon--active) {
opacity: 0.5;
}
.q-carousel__navigation img {
height: 50px;
width: auto;
display: inline-block;
vertical-align: middle;
opacity: 0.8;
transition: opacity 0.3s;
}
[dir] .q-carousel__navigation img {
margin: 2px;
cursor: pointer;
border: 1px solid transparent;
}
.q-carousel__navigation img:hover,
.q-carousel__navigation img.q-carousel__thumbnail--active {
opacity: 1;
}
[dir] .q-carousel__navigation img.q-carousel__thumbnail--active {
border-color: #fff;
cursor: default;
}
[dir] .q-carousel.q-carousel--navigation .q-carousel__slide {
padding-bottom: 50px;
}
[dir=ltr] .q-carousel.q-carousel--arrows .q-carousel__slide {
padding-left: 56px;
padding-right: 56px;
}
[dir=rtl] .q-carousel.q-carousel--arrows .q-carousel__slide {
padding-right: 56px;
padding-left: 56px;
}
.q-carousel.fullscreen {
height: 100%;
}
.q-message-name,
.q-message-stamp,
.q-message-label {
font-size: small;
}
[dir] .q-message-label {
margin: 24px 0;
}
.q-message-stamp {
color: inherit;
opacity: 0.6;
display: none;
}
[dir] .q-message-stamp {
margin-top: 4px;
}
.q-message-avatar {
width: 48px;
height: 48px;
min-width: 48px;
}
[dir] .q-message-avatar {
border-radius: 50%;
}
[dir] .q-message {
margin-bottom: 8px;
}
[dir] .q-message:first-child .q-message-label {
margin-top: 0;
}
[dir=ltr] .q-message-received .q-message-avatar {
margin-right: 8px;
}
[dir=rtl] .q-message-received .q-message-avatar {
margin-left: 8px;
}
.q-message-received .q-message-text {
color: #81c784;
}
[dir=ltr] .q-message-received .q-message-text {
border-radius: 4px 4px 4px 0;
}
[dir=rtl] .q-message-received .q-message-text {
border-radius: 4px 4px 0 4px;
}
[dir] .q-message-received .q-message-text:last-child:before {
border-bottom: 8px solid currentColor;
}
[dir=ltr] .q-message-received .q-message-text:last-child:before {
right: 100%;
border-right: 0 solid transparent;
border-left: 8px solid transparent;
}
[dir=rtl] .q-message-received .q-message-text:last-child:before {
left: 100%;
border-left: 0 solid transparent;
border-right: 8px solid transparent;
}
.q-message-received .q-message-text-content {
color: #000;
}
[dir=ltr] .q-message-sent .q-message-name {
text-align: right;
}
[dir=rtl] .q-message-sent .q-message-name {
text-align: left;
}
[dir=ltr] .q-message-sent .q-message-avatar {
margin-left: 8px;
}
[dir=rtl] .q-message-sent .q-message-avatar {
margin-right: 8px;
}
.q-message-sent .q-message-container {
flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
color: #e0e0e0;
}
[dir=ltr] .q-message-sent .q-message-text {
border-radius: 4px 4px 0 4px;
}
[dir=rtl] .q-message-sent .q-message-text {
border-radius: 4px 4px 4px 0;
}
[dir] .q-message-sent .q-message-text:last-child:before {
border-bottom: 8px solid currentColor;
}
[dir=ltr] .q-message-sent .q-message-text:last-child:before {
left: 100%;
border-left: 0 solid transparent;
border-right: 8px solid transparent;
}
[dir=rtl] .q-message-sent .q-message-text:last-child:before {
right: 100%;
border-right: 0 solid transparent;
border-left: 8px solid transparent;
}
.q-message-sent .q-message-text-content {
color: #000;
}
.q-message-text {
line-height: 1.2;
word-break: break-word;
position: relative;
}
[dir] .q-message-text {
background: currentColor;
padding: 8px;
}
[dir] .q-message-text + .q-message-text {
margin-top: 3px;
}
.q-message-text:last-child {
min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
display: block;
}
.q-message-text:last-child:before {
content: '';
position: absolute;
bottom: 0;
width: 0;
height: 0;
}
.q-checkbox {
vertical-align: middle;
}
.q-checkbox__bg {
top: 11px;
bottom: 0;
width: 45%;
height: 45%;
transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
[dir] .q-checkbox__bg {
border: 2px solid currentColor;
border-radius: 2px;
}
[dir=ltr] .q-checkbox__bg {
left: 11px;
right: auto;
}
[dir=rtl] .q-checkbox__bg {
right: 11px;
left: auto;
}
.q-checkbox__native {
width: 1px;
height: 1px;
}
.q-checkbox__label {
font-size: 14px;
line-height: 20px;
}
[dir=ltr] .q-checkbox__label {
padding-left: 4px;
}
[dir=rtl] .q-checkbox__label {
padding-right: 4px;
}
[dir=ltr] .q-checkbox.reverse .q-checkbox__label {
padding-right: 4px;
}
[dir=rtl] .q-checkbox.reverse .q-checkbox__label {
padding-left: 4px;
}
.q-checkbox__check {
color: #fff;
}
.q-checkbox__check path {
stroke: currentColor;
stroke-width: 3.12px;
stroke-dashoffset: 29.78334;
stroke-dasharray: 29.78334;
}
.q-checkbox__check-indet {
width: 100%;
height: 0;
top: 50%;
}
[dir] .q-checkbox__check-indet {
border-color: #fff;
border-width: 1px;
border-style: solid;
}
[dir=ltr] .q-checkbox__check-indet {
left: 0;
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -280deg) scale3d(0, 0, 0);
}
[dir=rtl] .q-checkbox__check-indet {
right: 0;
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 280deg) scale3d(0, 0, 0);
}
.q-checkbox__inner {
width: 40px;
min-width: 40px;
height: 40px;
outline: 0;
color: rgba(0,0,0,0.54);
}
[dir] .q-checkbox__inner {
padding: 11px;
border-radius: 50%;
}
.q-checkbox__inner--active,
.q-checkbox__inner--indeterminate {
color: #027be3;
color: var(--q-color-primary);
}
[dir] .q-checkbox__inner--active .q-checkbox__bg, [dir] .q-checkbox__inner--indeterminate .q-checkbox__bg {
background: currentColor;
}
.q-checkbox__inner--active path {
stroke-dashoffset: 0;
transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.q-checkbox__inner--indeterminate .q-checkbox__check-indet {
transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
[dir] .q-checkbox__inner--indeterminate .q-checkbox__check-indet {
transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0) scale3d(1, 1, 1);
}
.q-checkbox.disabled {
opacity: 0.75 !important;
}
.q-checkbox--dark .q-checkbox__inner {
color: rgba(255,255,255,0.7);
}
.q-checkbox--dark .q-checkbox__inner:before {
opacity: 0.32 !important;
}
.q-checkbox--dark .q-checkbox__inner--active,
.q-checkbox--dark .q-checkbox__inner--indeterminate {
color: #027be3;
color: var(--q-color-primary);
}
.q-checkbox--dense .q-checkbox__inner {
width: 20px;
min-width: 20px;
height: 20px;
}
[dir] .q-checkbox--dense .q-checkbox__inner {
padding: 0;
}
.q-checkbox--dense .q-checkbox__bg {
top: 1px;
width: 18px;
height: 18px;
}
[dir=ltr] .q-checkbox--dense .q-checkbox__bg {
left: 1px;
}
[dir=rtl] .q-checkbox--dense .q-checkbox__bg {
right: 1px;
}
body.desktop .q-checkbox__inner:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
opacity: 0.12;
transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
[dir] body.desktop .q-checkbox__inner:before {
border-radius: 50%;
background: currentColor;
transform: scale3d(0, 0, 0);
}
[dir=ltr] body.desktop .q-checkbox__inner:before {
right: 0;
left: 0;
}
[dir=rtl] body.desktop .q-checkbox__inner:before {
left: 0;
right: 0;
}
[dir] body.desktop .q-checkbox:focus:not(.disabled) .q-checkbox__inner:before {
transform: scale3d(1, 1, 1);
}
[dir] body.desktop .q-checkbox--dense:focus:not(.disabled) .q-checkbox__inner:before {
transform: scale3d(1.5, 1.5, 1.5);
}
[dir] body.desktop .q-table--dense .q-checkbox--dense:focus:not(.disabled) .q-checkbox__inner:before {
transform: scale3d(1.4, 1.4, 1.4);
}
.q-chip {
vertical-align: middle;
outline: 0;
position: relative;
height: 2em;
color: rgba(0,0,0,0.87);
font-size: 14px;
}
[dir] .q-chip {
border-radius: 16px;
margin: 4px;
background: #e0e0e0;
padding: 0.5em 0.9em;
}
.q-chip--colored .q-chip__icon,
.q-chip--dark .q-chip__icon {
color: inherit;
}
[dir] .q-chip--outline {
background: transparent !important;
border: 1px solid currentColor;
}
.q-chip .q-avatar {
font-size: 2em;
}
[dir] .q-chip .q-avatar {
border-radius: 16px;
}
[dir=ltr] .q-chip .q-avatar {
margin-left: -0.45em;
margin-right: 0.2em;
}
[dir=rtl] .q-chip .q-avatar {
margin-right: -0.45em;
margin-left: 0.2em;
}
.q-chip--selected .q-avatar {
display: none;
}
.q-chip__icon {
color: rgba(0,0,0,0.54);
font-size: 1.5em;
}
[dir] .q-chip__icon {
margin: -0.2em;
}
[dir=ltr] .q-chip__icon--left {
margin-right: 0.2em;
}
[dir=rtl] .q-chip__icon--left {
margin-left: 0.2em;
}
[dir=ltr] .q-chip__icon--right {
margin-left: 0.2em;
}
[dir=rtl] .q-chip__icon--right {
margin-right: 0.2em;
}
.q-chip__icon--remove {
opacity: 0.6;
outline: none;
}
[dir=ltr] .q-chip__icon--remove {
margin-left: 0.1em;
margin-right: -0.5em;
}
[dir=rtl] .q-chip__icon--remove {
margin-right: 0.1em;
margin-left: -0.5em;
}
.q-chip__icon--remove:hover,
.q-chip__icon--remove:focus {
opacity: 1;
}
.q-chip__content {
white-space: nowrap;
}
.q-chip--dense {
height: 1.5em;
}
[dir] .q-chip--dense {
border-radius: 12px;
padding: 0 0.4em;
}
.q-chip--dense .q-avatar {
font-size: 1.5em;
}
[dir] .q-chip--dense .q-avatar {
border-radius: 12px;
}
[dir=ltr] .q-chip--dense .q-avatar {
margin-left: -0.27em;
margin-right: 0.1em;
}
[dir=rtl] .q-chip--dense .q-avatar {
margin-right: -0.27em;
margin-left: 0.1em;
}
.q-chip--dense .q-chip__icon {
font-size: 1.25em;
}
[dir=ltr] .q-chip--dense .q-chip__icon--left {
margin-right: 0.195em;
}
[dir=rtl] .q-chip--dense .q-chip__icon--left {
margin-left: 0.195em;
}
[dir=ltr] .q-chip--dense .q-chip__icon--remove {
margin-right: -0.25em;
}
[dir=rtl] .q-chip--dense .q-chip__icon--remove {
margin-left: -0.25em;
}
[dir] .q-chip--square {
border-radius: 4px;
}
[dir=ltr] .q-chip--square .q-avatar {
border-radius: 3px 0 0 3px;
}
[dir=rtl] .q-chip--square .q-avatar {
border-radius: 0 3px 3px 0;
}
[dir] body.desktop .q-chip--clickable:focus {
box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-circular-progress {
display: inline-block;
position: relative;
vertical-align: middle;
width: 1em;
height: 1em;
line-height: 1;
}
[dir] .q-circular-progress.q-focusable {
border-radius: 50%;
}
.q-circular-progress__svg {
width: 100%;
height: 100%;
}
.q-circular-progress__text {
font-size: 0.25em;
}
.q-circular-progress--indeterminate .q-circular-progress__svg {
-webkit-animation: q-spin 2s linear infinite /* rtl:ignore */;
animation: q-spin 2s linear infinite /* rtl:ignore */;
}
[dir] .q-circular-progress--indeterminate .q-circular-progress__svg {
transform-origin: 50% 50%;
}
.q-circular-progress--indeterminate .q-circular-progress__circle {
stroke-dasharray: 1 400;
stroke-dashoffset: 0;
-webkit-animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
}
.q-color-picker {
overflow: hidden;
max-width: 350px;
vertical-align: top;
min-width: 220px;
}
[dir] .q-color-picker {
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-color-picker__header {
height: 88px;
}
.q-color-picker__header input {
line-height: 24px;
}
[dir] .q-color-picker__header input {
border: 0;
}
[dir] .q-color-picker__header .q-tab--inactive {
background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.1));
}
.q-color-picker__error-icon {
bottom: 2px;
font-size: 24px;
opacity: 0;
transition: opacity 0.3s ease-in;
}
[dir=ltr] .q-color-picker__error-icon {
right: 2px;
}
[dir=rtl] .q-color-picker__error-icon {
left: 2px;
}
.q-color-picker__header-content {
position: relative;
}
[dir] .q-color-picker__header-content {
background: #fff;
}
.q-color-picker__header-content--light {
color: #000;
}
.q-color-picker__header-content--dark {
color: #fff;
}
.q-color-picker__header-content--dark .q-tab--inactive:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
}
[dir] .q-color-picker__header-content--dark .q-tab--inactive:before {
background: rgba(255,255,255,0.2);
}
[dir=ltr] .q-color-picker__header-content--dark .q-tab--inactive:before {
right: 0;
left: 0;
}
[dir=rtl] .q-color-picker__header-content--dark .q-tab--inactive:before {
left: 0;
right: 0;
}
.q-color-picker__header-banner {
height: 52px;
}
[dir] .q-color-picker__header-bg {
background: #fff;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-picker__footer {
height: 40px;
}
[dir] .q-color-picker__footer .q-tab--inactive {
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.1));
}
.q-color-picker__spectrum {
width: 100%;
height: 100%;
}
[dir] .q-color-picker__spectrum-tab {
padding: 10px;
}
[dir=ltr] .q-color-picker__spectrum-white {
background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
[dir=rtl] .q-color-picker__spectrum-white {
background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}
[dir] .q-color-picker__spectrum-black {
background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
.q-color-picker__spectrum-circle {
width: 10px;
height: 10px;
}
[dir] .q-color-picker__spectrum-circle {
box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
border-radius: 50%;
}
[dir=ltr] .q-color-picker__spectrum-circle {
transform: translate(-5px, -5px);
}
[dir=rtl] .q-color-picker__spectrum-circle {
transform: translate(5px, -5px);
}
.q-color-picker__hue .q-slider__track-container {
opacity: 1;
}
[dir=ltr] .q-color-picker__hue .q-slider__track-container {
background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important;
}
[dir=rtl] .q-color-picker__hue .q-slider__track-container {
background: linear-gradient(to left, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important;
}
.q-color-picker__alpha .q-slider__track-container {
color: #fff;
opacity: 1;
height: 8px;
}
[dir] .q-color-picker__alpha .q-slider__track-container {
background-color: #fff !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-picker__alpha .q-slider__track-container:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
}
[dir=ltr] .q-color-picker__alpha .q-slider__track-container:after {
right: 0;
left: 0;
background: linear-gradient(90deg, rgba(255,255,255,0), #757575);
}
[dir=rtl] .q-color-picker__alpha .q-slider__track-container:after {
left: 0;
right: 0;
background: linear-gradient(-90deg, rgba(255,255,255,0), #757575);
}
[dir] .q-color-picker__sliders {
padding: 4px 0 12px;
}
.q-color-picker__sliders .q-slider__track-container {
height: 9px;
}
.q-color-picker__sliders .q-slider__track {
display: none;
}
.q-color-picker__sliders .q-slider__thumb-container {
top: 4px;
}
.q-color-picker__sliders .q-slider__thumb {
stroke-width: 13px;
}
.q-color-picker__sliders .q-slider {
height: 20px;
color: #424242;
}
[dir] .q-color-picker__sliders .q-slider {
margin-top: 8px;
}
[dir=ltr] .q-color-picker__tune-tab .q-slider {
margin-left: 18px;
margin-right: 18px;
}
[dir=rtl] .q-color-picker__tune-tab .q-slider {
margin-right: 18px;
margin-left: 18px;
}
.q-color-picker__tune-tab input {
font-size: 11px;
width: 4em;
}
[dir] .q-color-picker__tune-tab input {
border: 1px solid #e0e0e0;
border-radius: 4px;
}
[dir] .q-color-picker__palette-rows--editable .q-color-picker__cube {
cursor: pointer;
}
.q-color-picker__cube {
width: 10% !important;
}
[dir] .q-color-picker__cube {
padding-bottom: 10%;
}
.q-color-picker input {
color: inherit;
outline: 0;
}
[dir] .q-color-picker input {
background: transparent;
text-align: center;
}
.q-color-picker .q-tabs {
overflow: hidden;
}
[dir] .q-color-picker .q-tab--active {
box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.2);
}
.q-color-picker .q-tab--active .q-focus-helper {
display: none;
}
.q-color-picker .q-tab__indicator {
display: none;
}
[dir] .q-color-picker .q-tab-panels {
background: inherit;
}
[dir] .q-color-picker--dark .q-color-picker__tune-tab input {
border: 1px solid rgba(255,255,255,0.3);
}
.q-color-picker--dark .q-slider {
color: #bdbdbd;
}
.q-date {
display: inline-flex;
width: 290px;
min-width: 290px;
max-width: 100%;
}
[dir] .q-date {
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
border-radius: 4px;
background: #fff;
}
[dir] .q-date--bordered {
border: 1px solid rgba(0,0,0,0.12);
}
.q-date__header {
color: #fff;
}
[dir] .q-date__header {
background-color: #027be3;
background-color: var(--q-color-primary);
padding: 16px;
}
[dir=ltr] .q-date__header {
border-top-left-radius: inherit;
}
[dir=rtl] .q-date__header {
border-top-right-radius: inherit;
}
[dir] .q-date__actions {
padding: 0 16px 16px;
}
.q-date__content,
.q-date__main {
outline: none;
}
.q-date__content .q-btn {
font-weight: normal;
}
.q-date__header-link {
opacity: 0.64;
outline: 0;
transition: opacity 0.3s ease-out;
}
.q-date__header-link--active,
.q-date__header-link:hover,
.q-date__header-link:focus {
opacity: 1;
}
.q-date__header-subtitle {
height: 24px;
font-size: 14px;
line-height: 1.75;
letter-spacing: 0.00938em;
}
.q-date__header-title-label {
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.00735em;
}
.q-date__view {
height: 100%;
width: 100%;
min-height: 290px;
}
[dir] .q-date__view {
padding: 16px;
}
.q-date__navigation {
height: 12.5%;
}
.q-date__navigation > div:first-child {
width: 8%;
min-width: 24px;
justify-content: flex-end;
}
.q-date__navigation > div:last-child {
width: 8%;
min-width: 24px;
justify-content: flex-start;
}
.q-date__calendar-weekdays {
height: 12.5%;
}
.q-date__calendar-weekdays > div {
opacity: 0.38;
font-size: 12px;
}
.q-date__calendar-item {
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
width: 14.285% !important;
height: 12.5% !important;
position: relative;
}
.q-date__calendar-item > div,
.q-date__calendar-item button {
width: 32px;
height: 32px;
}
[dir] .q-date__calendar-item > div, [dir] .q-date__calendar-item button {
border-radius: 50%;
}
.q-date__calendar-item > div {
line-height: 32px;
}
[dir] .q-date__calendar-item > div {
text-align: center;
}
.q-date__calendar-item--out {
opacity: 0.18;
}
.q-date__calendar-item--fill {
visibility: hidden;
}
.q-date__calendar-days-container {
height: 75%;
min-height: 192px;
}
.q-date__calendar-days > div {
height: 16.66% !important;
}
.q-date__event {
position: absolute;
bottom: 2px;
height: 5px;
width: 8px;
}
[dir] .q-date__event {
border-radius: 5px;
background-color: #26a69a;
background-color: var(--q-color-secondary);
}
[dir=ltr] .q-date__event {
left: 50%;
transform: translate3d(-50%, 0, 0);
}
[dir=rtl] .q-date__event {
right: 50%;
transform: translate3d(50%, 0, 0);
}
[dir] .q-date__today {
box-shadow: 0 0 1px 0 currentColor;
}
[dir] .q-date__years-content {
padding: 0 8px;
}
.q-date__years-item,
.q-date__months-item {
flex: 0 0 33.3333%;
}
.q-date.disabled .q-date__header,
.q-date--readonly .q-date__header,
.q-date.disabled .q-date__content,
.q-date--readonly .q-date__content {
pointer-events: none;
}
.q-date--readonly .q-date__navigation {
display: none;
}
.q-date--portrait {
flex-direction: column;
}
.q-date--portrait-standard .q-date__content {
height: calc(100% - 86px);
}
.q-date--portrait-standard .q-date__header {
height: 86px;
}
[dir=ltr] .q-date--portrait-standard .q-date__header {
border-top-right-radius: inherit;
}
[dir=rtl] .q-date--portrait-standard .q-date__header {
border-top-left-radius: inherit;
}
.q-date--portrait-standard .q-date__header-title {
align-items: center;
height: 30px;
}
.q-date--portrait-minimal .q-date__content {
height: 100%;
}
.q-date--landscape {
flex-direction: row;
align-items: stretch;
min-width: 420px;
}
.q-date--landscape > div {
display: flex;
flex-direction: column;
}
.q-date--landscape .q-date__content {
height: 100%;
}
.q-date--landscape-standard {
min-width: 420px;
}
.q-date--landscape-standard .q-date__header {
min-width: 110px;
width: 110px;
}
[dir=ltr] .q-date--landscape-standard .q-date__header {
border-bottom-left-radius: inherit;
}
[dir=rtl] .q-date--landscape-standard .q-date__header {
border-bottom-right-radius: inherit;
}
.q-date--landscape-standard .q-date__header-title {
flex-direction: column;
}
[dir] .q-date--landscape-standard .q-date__header-today {
margin-top: 12px;
}
[dir=ltr] .q-date--landscape-standard .q-date__header-today {
margin-left: -8px;
}
[dir=rtl] .q-date--landscape-standard .q-date__header-today {
margin-right: -8px;
}
.q-date--landscape-minimal {
width: 310px;
}
[dir] .q-date--dark {
border-color: rgba(255,255,255,0.28);
}
.q-dialog__title {
font-size: 1.25rem;
font-weight: 500;
line-height: 2rem;
letter-spacing: 0.0125em;
}
.q-dialog__message {
opacity: 0.6;
}
.q-dialog__inner {
outline: 0;
}
.q-dialog__inner > div {
pointer-events: all;
overflow: auto;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}
[dir] .q-dialog__inner > div {
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
[dir] .q-dialog__inner--square > div {
border-radius: 0 !important;
}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle .q-btn__wrapper {
min-width: 64px;
}
[dir] .q-dialog__inner--minimized {
padding: 24px;
}
.q-dialog__inner--minimized > div {
max-height: calc(100vh - 48px);
}
.q-dialog__inner--maximized > div {
height: 100%;
width: 100%;
max-height: 100vh;
max-width: 100vw;
}
[dir] .q-dialog__inner--maximized > div {
border-radius: 0 !important;
}
[dir] .q-dialog__inner--top, [dir] .q-dialog__inner--bottom {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
[dir=ltr] .q-dialog__inner--right, [dir=ltr] .q-dialog__inner--left {
padding-right: 0 !important;
padding-left: 0 !important;
}
[dir=rtl] .q-dialog__inner--right, [dir=rtl] .q-dialog__inner--left {
padding-left: 0 !important;
padding-right: 0 !important;
}
[dir=ltr] .q-dialog__inner--left > div, [dir=ltr] .q-dialog__inner--top > div {
border-top-left-radius: 0;
}
[dir=rtl] .q-dialog__inner--left > div, [dir=rtl] .q-dialog__inner--top > div {
border-top-right-radius: 0;
}
[dir=ltr] .q-dialog__inner--right > div, [dir=ltr] .q-dialog__inner--top > div {
border-top-right-radius: 0;
}
[dir=rtl] .q-dialog__inner--right > div, [dir=rtl] .q-dialog__inner--top > div {
border-top-left-radius: 0;
}
[dir=ltr] .q-dialog__inner--left > div, [dir=ltr] .q-dialog__inner--bottom > div {
border-bottom-left-radius: 0;
}
[dir=rtl] .q-dialog__inner--left > div, [dir=rtl] .q-dialog__inner--bottom > div {
border-bottom-right-radius: 0;
}
[dir=ltr] .q-dialog__inner--right > div, [dir=ltr] .q-dialog__inner--bottom > div {
border-bottom-right-radius: 0;
}
[dir=rtl] .q-dialog__inner--right > div, [dir=rtl] .q-dialog__inner--bottom > div {
border-bottom-left-radius: 0;
}
.q-dialog__inner--fullwidth > div {
width: 100% !important;
max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
height: 100% !important;
max-height: 100% !important;
}
.q-dialog__backdrop {
z-index: -1;
pointer-events: all;
}
[dir] .q-dialog__backdrop {
background: rgba(0,0,0,0.4);
}
body.platform-ios .q-dialog__inner--minimized > div,
body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div {
max-height: calc(100vh - 108px);
}
[dir] body.q-ios-padding .q-dialog__inner {
padding-top: 20px !important;
padding-top: env(safe-area-inset-top) !important;
padding-bottom: env(safe-area-inset-bottom) !important;
}
body.q-ios-padding .q-dialog__inner > div {
max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
}
@media (max-width: 599px) {
[dir=ltr] .q-dialog__inner--top, [dir=ltr] .q-dialog__inner--bottom {
padding-left: 0;
padding-right: 0;
}
[dir=rtl] .q-dialog__inner--top, [dir=rtl] .q-dialog__inner--bottom {
padding-right: 0;
padding-left: 0;
}
.q-dialog__inner--top > div,
.q-dialog__inner--bottom > div {
width: 100% !important;
}
}
@media (min-width: 600px) {
.q-dialog__inner--minimized > div {
max-width: 560px;
}
}
.q-body--dialog {
overflow: hidden;
}
[dir] .q-bottom-sheet {
padding-bottom: 8px;
}
[dir] .q-bottom-sheet__avatar {
border-radius: 50%;
}
.q-bottom-sheet--list {
width: 400px;
}
.q-bottom-sheet--list .q-icon,
.q-bottom-sheet--list img {
font-size: 24px;
width: 24px;
height: 24px;
}
.q-bottom-sheet--grid {
width: 700px;
}
.q-bottom-sheet--grid .q-bottom-sheet__item {
min-width: 100px;
}
[dir] .q-bottom-sheet--grid .q-bottom-sheet__item {
padding: 8px;
text-align: center;
}
.q-bottom-sheet--grid .q-icon,
.q-bottom-sheet--grid img,
.q-bottom-sheet--grid .q-bottom-sheet__empty-icon {
font-size: 48px;
width: 48px;
height: 48px;
}
[dir] .q-bottom-sheet--grid .q-icon, [dir] .q-bottom-sheet--grid img, [dir] .q-bottom-sheet--grid .q-bottom-sheet__empty-icon {
margin-bottom: 8px;
}
[dir] .q-bottom-sheet--grid .q-separator {
margin: 12px 0;
}
.q-bottom-sheet__item {
flex: 0 0 33.3333%;
}
@media (min-width: 600px) {
.q-bottom-sheet__item {
flex: 0 0 25%;
}
}
.q-dialog-plugin {
width: 400px;
}
[dir] .q-editor {
border: 1px solid rgba(0,0,0,0.12);
border-radius: 4px;
background-color: #fff;
}
[dir] .q-editor.disabled {
border-style: dashed;
}
[dir=ltr] .q-editor > div:first-child, [dir=ltr] .q-editor__toolbars-container, [dir=ltr] .q-editor__toolbars-container > div:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
[dir=rtl] .q-editor > div:first-child, [dir=rtl] .q-editor__toolbars-container, [dir=rtl] .q-editor__toolbars-container > div:first-child {
border-top-right-radius: inherit;
border-top-left-radius: inherit;
}
.q-editor__content {
outline: 0;
min-height: 10em;
overflow: auto;
}
[dir] .q-editor__content {
padding: 10px;
}
[dir=ltr] .q-editor__content {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=rtl] .q-editor__content {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.q-editor__content pre {
white-space: pre-wrap;
}
.q-editor__content hr {
outline: 0;
height: 1px;
}
[dir] .q-editor__content hr {
border: 0;
margin: 1px;
background: rgba(0,0,0,0.12);
}
.q-editor__toolbar {
min-height: 32px;
}
[dir] .q-editor__toolbar {
border-bottom: 1px solid rgba(0,0,0,0.12);
}
[dir] .q-editor .q-btn {
margin: 4px;
}
.q-editor__toolbar-group {
position: relative;
}
[dir] .q-editor__toolbar-group {
margin: 0 4px;
}
.q-editor__toolbar-group + .q-editor__toolbar-group:before {
content: '';
position: absolute;
top: 4px;
bottom: 4px;
width: 1px;
}
[dir] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
background: rgba(0,0,0,0.12);
}
[dir=ltr] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
left: -4px;
}
[dir=rtl] .q-editor__toolbar-group + .q-editor__toolbar-group:before {
right: -4px;
}
.q-editor_input input {
color: inherit;
}
[dir] .q-editor--flat, [dir] .q-editor--flat .q-editor__toolbar {
border: 0;
}
.q-editor--dense .q-editor__toolbar-group {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
[dir] .q-editor--dark {
border-color: rgba(255,255,255,0.28);
}
[dir] .q-editor--dark .q-editor__content hr {
background: rgba(255,255,255,0.28);
}
[dir] .q-editor--dark .q-editor__toolbar {
border-color: rgba(255,255,255,0.28);
}
[dir] .q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
background: rgba(255,255,255,0.28);
}
.q-expansion-item__border {
opacity: 0;
}
.q-expansion-item__toggle-icon {
position: relative;
transition: transform 0.3s;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
opacity: 1;
}
.q-expansion-item--popup {
transition: padding 0.5s;
}
[dir] .q-expansion-item--popup > .q-expansion-item__container {
border: 1px solid rgba(0,0,0,0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
display: none;
}
[dir] .q-expansion-item--popup.q-expansion-item--collapsed {
padding: 0 15px;
}
[dir] .q-expansion-item--popup.q-expansion-item--expanded {
padding: 15px 0;
}
[dir] .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
padding-top: 0;
}
[dir] .q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
border-top-width: 0;
}
[dir] .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
border-top-width: 1px;
}
[dir] .q-expansion-item__content > .q-card {
box-shadow: none;
border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
opacity: 0;
}
.q-expansion-item:last-child