.m-header {
    max-height: 48px;
    background-color: #2c2e3e;
}

.m-header > .m-container {
    display: none !important;
}

.m-aside-left {
    width: 56px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background-color: white !important;
}

.m-aside-left > .m-aside-menu {
    display: none !important;
}

.m-footer {
    position: fixed;
    bottom: 0;
    margin-left: 66px !important;
    z-index: 1;
}

.m-wrapper {
    background-color: #f2f3f8;
}

.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
    background: #f4f5f8 !important;
}
