/*.q-card .q-input{width:100%}*/

.q-layout>.q-header{background:linear-gradient(145deg,var(--topbar-color-start, #1976d2) 11%,var(--topbar-color-end, #0f477e) 75%)}

.q-drawer__content>.q-scrollarea{height:calc(100% - 50px)}

.q-table__top{padding:12px 16px 0}

/* Remove extra space when no title is defined */
.q-timeline__title:empty{display:none}

/* Reduce q-item-section avatar width as we only use simple icons */
.q-item__section--avatar{min-width:45px}

/* clickable cards */
.q-card.clickable:hover{background:rgba(0,0,0,0.03);cursor:pointer}

@media (min-width: 800px) {
    .q-dialog__inner--minimized>div{max-width:760px}
}

.q-field__control:has(.drag-enter) {
    outline: 2px dashed var(--q-primary);
    border-bottom: 0;
}

/**
 * Fix an issue introduced in quasar 1.14.4
 * https://github.com/quasarframework/quasar/commit/683b5d0773bac5db00df7a0fa24e79f2e481fce7#diff-450e182b540500b1f49f4585ddbfc76457c688f3ebc72a10438cf48ddb7a139b
 * The issue is fixed in quasar 1.15.0
 * https://github.com/quasarframework/quasar/commit/6d486031b2e1ee51439dae8d19830259ee15d4be#diff-450e182b540500b1f49f4585ddbfc76457c688f3ebc72a10438cf48ddb7a139b
 */
 .app-global-search.q-select .q-field__native > span:first-child:empty:before{content:''}
