.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
    box-shadow: none!important;
    background-color: var(--v-background-base)!important;
}

.v-btn--contained {
    box-shadow: none!important;
}

#content {
    width: calc(100vw - 55px);
    margin-top: 70px;
    border-top-left-radius: 10px;
    background-color: var(--v-clearBg-base);
    height: calc(100vh - 70px);
}

@media (max-width: 900px) {
    #content {
        margin-left: 0!important;
        width: 100vw;
    }
}

#content:not(.sign) {
    margin-left: 55px;
    transition: all 0.3s ease;
}

html {
    overflow-y: auto!important;
}