.theme--dark.v-navigation-drawer {
    background-color: #222;
    z-index: 99;
}

.v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close) {
    box-shadow: none;
}

.v-navigation-drawer[data-booted="true"] {
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}

.v-navigation-drawer[data-booted="true"] {
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme--dark.v-navigation-drawer {
    background-color: #424242;
}

.v-navigation-drawer--temporary,
.v-navigation-drawer--is-mobile {
    z-index: 6;
}

.v-navigation-drawer--mini-variant {
    overflow: hidden;
}

.v-navigation-drawer--fixed {
    position: fixed;
}

.v-navigation-drawer {
    transition: none;
    display: block;
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
    top: 0;
    will-change: transform;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
}

.v-navigation-drawer .v-list {
    background: inherit;
}

.theme--dark.v-list {
    background: #424242;
    color: #fff;
}

.v-list {
    list-style-type: none;
    padding: 8px 0 8px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-list>div {
    transition: inherit;
}

.v-navigation-drawer>.v-list:not(.v-list--dense) .v-list__tile {
    font-size: 14px;
}

.v-navigation-drawer>.v-list .v-list__tile {
    transition: none;
    font-weight: 500;
}

.v-list__tile--link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-list__tile {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-navigation-drawer--mini-variant .v-list__tile__action,
.v-navigation-drawer--mini-variant .v-list__tile__avatar {
    justify-content: center;
    min-width: 48px;
}

.v-list__tile__action {
    display: flex;
    justify-content: flex-start;
    min-width: 56px;
    align-items: center;
}

.v-list__tile__content,
.v-list__tile__action {
    height: 100%;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    display: flex;
}

.v-image {
    z-index: 0;
}

.v-responsive__sizer {
    transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
    flex: 0 0 0px;
}

.v-image__image--cover {
    background-size: cover;
}

.v-image__image {
    background-repeat: no-repeat;
}

.v-image__image,
.v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.v-responsive__content {
    flex: 1 0 0px;
}

.v-navigation-drawer--mini-variant .v-list__tile__content,
.v-navigation-drawer--mini-variant .v-list__tile:after {
    opacity: 0;
}

.v-list__tile__content {
    text-align: left;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.v-list__tile__content,
.v-list__tile__action {
    height: 100%;
}

.v-list__tile__title {
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.v-list__tile__title,
.v-list__tile__sub-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    width: 100%;
    color: white;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
    will-change: box-shadow;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.theme--dark.v-btn {
    color: #fff;
}

.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
    background-color: rgba(255, 255, 255, 0.12);
}

.v-navigation-drawer__border {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.v-btn--icon {
    padding: 0;
}

.v-btn--icon {
    background: transparent;
    box-shadow: none !important;
    border-radius: 50%;
    justify-content: center;
    min-width: 0;
    width: 36px;
}

.v-btn {
    padding: 0 16px;
}

.v-btn {
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    height: 36px;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-btn {
    font-size: 14px;
    font-weight: 500;
}

.v-btn--icon:before {
    border-radius: 50%;
}

.v-btn:before {
    border-radius: inherit;
    color: inherit;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.12;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    width: 100%;
}

.v-btn__content {
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    white-space: nowrap;
    width: inherit;
}

button.v-btn.v-btn--icon.theme--dark {
    border: none;
    margin: auto;
    padding: 0px;
    min-width: 80px;
    margin-top: 20px;
}

.theme--dark.v-navigation-drawer.opened {
    transform: translateX(0px)!important;
    overflow: hidden;
}

.theme--dark.v-navigation-drawer.opened.expanded {
    width: 300px!important;
    z-index: 9999999;
}

.theme--dark.v-navigation-drawer.opened.expanded .v-list__tile__content {
    opacity: 1;
}

.theme--dark.v-navigation-drawer.opened.expanded button.v-btn.v-btn--icon.theme--dark {
    transform: rotateY(180deg);
}

a.v-list__tile:hover {
    color: #ddd;
    text-decoration: none;
}
