@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
#app .v-main .v-main__wrap {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url("https://i.imgur.com/dXSH6IZ.png");
background-size: cover;
background-attachment: fixed;
}
:root {
--cards-bg-color: rgba(20, 20, 20, 0.7);
--v-primary-base: #ffffff;
--v-anchor-base: #ffffff;
}
* {
font-family: 'Work Sans', sans-serif;
}
.theme--dark.v-footer {
background-color: transparent;
}
.mt-2.overflow-hidden.shop-navbar.v-sheet.theme--dark.v-toolbar.v-app-bar.primary {
background-color: var(--cards-bg-color) !important;
}
.theme--dark.v-card {
background-color: var(--cards-bg-color);
border-radius: 12px;
}
.v-image__image.v-image__image--contain {
border-radius: 12px !important;
}
.v-application .primary {
background-color: #262626 !important;
border-color: transparent !important;
}
.v-application .primary--text {
color: #fff !important;
caret-color: #fff !important;
}
.product-select-card.d-flex.flex-column.v-card.v-sheet.theme--dark {
background-color: transparent;
box-shadow: none;
}
#app div header {
border-radius: 12px !important;
}
.col-12.mb-2.server-status-banner.widget.v-card.v-card--link.v-sheet.theme--dark {
border-radius: 12px !important;
}
.theme--dark.v-sheet {
background-color: var(--cards-bg-color);
border-radius: 12px;
}
.v-dialog .v-card.v-sheet.theme--dark {
backdrop-filter: blur(8px);
}
.v-footer.v-sheet.theme--dark.v-footer--absolute.v-footer--padless {
background: transparent !important;
}