:root {
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main_text_color, #000000);
    border-radius: 8px;
    height: 20%;
}

::-webkit-scrollbar-track {
    background-color: var(--main_bg_color, linear-gradient(50deg, #a2d0ff, #ffffff));
}

body {
	background-color: #282c34;
}

.v-selection-control-group{
    justify-content: center;
}
.v-snackbar__content{
    text-align: center!important;
}
.v-card-item{
    padding: 0.2rem 1rem!important;
}
