.v-application {
    font-size: 16px;
}

body {
    font-size: 14px;
}

.v-data-table td,
.v-data-table th {
    font-size: 12px;
}

@media (max-width: 600px) {

    .v-data-table td,
    .v-data-table th {
        font-size: 11px;
    }
}

/* セレクトボックスの選択肢（ドロップダウン） */
.v-select .v-list-item-title {
    color: #ffffff;
    /* 明るい文字色 */
}

.v-select .v-list-item {
    background-color: #2c2c2c;
    /* ダークグレー背景（お好みで） */
}

/* 選択中のチップ（複数選択時） */
.v-select .v-chip {
    background-color: #424242;
    color: #fff;
}
