@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500&display=swap');
* {
font-family: 'Fira Sans', sans-serif;
}
.v-main__wrap {
background: #0c0c0c;
}
.navbar-with-logo {
display: flex;
flex-direction: column;
align-items: center;
}
header.mt-2.overflow-hidden.shop-navbar.v-sheet.theme--dark.v-toolbar.v-app-bar.primary {
background: none !important;
}
.product-select-card.d-flex.flex-column.v-card.v-sheet.theme--dark {
box-shadow: none;
background: none;
}
footer.v-footer.v-sheet.theme--dark.v-footer--absolute.v-footer--padless {
background: none;
}
.products-card.v-card.v-sheet.theme--dark.col-12.pa-2 {
background: none;
}
.col-xl-4.col-lg-4.col-md-6.col-sm-6.col-12 {
border: 0.2rem solid #fff;
border-radius: 2rem;
background: #0c0c0c;
box-shadow: 0 0 0.2rem #fff, 0 0 0.1rem #fff, 0 0 1rem var(--v-primary-base), 0 0 0.4rem var(--v-primary-base), 0 0 1.4rem var(--v-primary-base), inset 0 0 0.6rem var(--v-primary-base);
}
.products-card > .row {
justify-content: center;
gap: 50px;
}
.products-card.v-card.v-sheet.theme--dark.col-lg-8.col-md-8.col-sm-12.pa-2.mb-2 {
max-width: 100% !important;
flex: 0 0 100% !important;
}
@media (min-width: 1264px) {
.col-lg-4 {
flex: 0 0 30% !important;
max-width: 30% !important;
}}
.d-flex.flex-column.justify-space-between.server-select-card.v-card.v-sheet.theme--dark {
background: none;
}
.products-card.v-card.v-sheet.theme--dark.col-lg-8.col-md-8.col-sm-12.pa-2.mb-2 {
background: none;
}
.col-12.mb-2.shop-latest-payments.widget.v-card.v-sheet.theme--dark {
background: none;
}
.col-12.mb-2.shop-richest-player.widget.v-card.v-sheet.theme--dark {
background: none;
}
.container.col-md-4.pt-0.pl-2.server-widget {
margin-top: 50px;
}
.col-12.mb-2.server-status-banner.widget.v-card.v-sheet.theme--dark {
background: none;
}
.mt-4 {
padding: 5px;
}
.v-alert.mt-1.shop-announcement.v-sheet.theme--dark.elevation-2.v-alert--border.v-alert--border-top {
background: none;
}
.v-alert.v-sheet.theme--dark.elevation-2.v-alert--border.v-alert--border-top {
background: none;
}