
/** Ripples */
/** Elements */
.v-app-bar:not([data-booted=true]) {
    transition: none !important;
}

.v-app-bar.v-app-bar--fixed {
    position: fixed;
    top: 0;
    z-index: 5;
}

.v-app-bar.v-app-bar--hide-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image {
    transition: 0.4s opacity cubic-bezier(0.4, 0, 0.2, 1);
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__content {
    will-change: height;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image {
    will-change: opacity;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension {
    display: none;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title {
    padding-top: 9px;
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title {
    padding-bottom: 9px;
}

.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title {
    font-size: inherit;
}
/** Ripples */
/** Elements */
.v-toolbar {
    contain: layout;
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) transform, 0.2s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) left, 0.2s cubic-bezier(0.4, 0, 0.2, 1) right, 280ms cubic-bezier(0.4, 0, 0.2, 1) box-shadow, 0.25s cubic-bezier(0.4, 0, 0.2, 1) max-width, 0.25s cubic-bezier(0.4, 0, 0.2, 1) width;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

    .v-toolbar .v-input {
        padding-top: 0;
        margin-top: 0;
    }

.v-toolbar__content,
.v-toolbar__extension {
    padding: 4px 16px;
}

    .v-toolbar__content .v-btn.v-btn--icon.v-size--default,
    .v-toolbar__extension .v-btn.v-btn--icon.v-size--default {
        height: 48px;
        width: 48px;
    }

    .v-toolbar__content > .v-btn.v-btn--icon:first-child,
    .v-toolbar__extension > .v-btn.v-btn--icon:first-child {
        margin-left: -12px;
    }

        .v-toolbar__content > .v-btn.v-btn--icon:first-child + .v-toolbar__title,
        .v-toolbar__extension > .v-btn.v-btn--icon:first-child + .v-toolbar__title {
            padding-left: 20px;
        }

    .v-toolbar__content > .v-btn.v-btn--icon:last-child,
    .v-toolbar__extension > .v-btn.v-btn--icon:last-child {
        margin-right: -12px;
    }

.v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:first-child,
.v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:first-child {
    margin-right: -12px;
}

    .v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:first-child + .v-toolbar__title,
    .v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:first-child + .v-toolbar__title {
        padding-right: 20px;
    }

.v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:last-child,
.v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:last-child {
    margin-left: -12px;
}

.v-toolbar__content > .v-tabs,
.v-toolbar__extension > .v-tabs {
    height: inherit;
    margin-top: -4px;
    margin-bottom: -4px;
}

    .v-toolbar__content > .v-tabs .v-tabs-bar,
    .v-toolbar__extension > .v-tabs .v-tabs-bar {
        height: inherit;
    }

    .v-toolbar__content > .v-tabs:first-child,
    .v-toolbar__extension > .v-tabs:first-child {
        margin-left: -16px;
    }

    .v-toolbar__content > .v-tabs:last-child,
    .v-toolbar__extension > .v-tabs:last-child {
        margin-right: -16px;
    }

.v-toolbar__content,
.v-toolbar__extension {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0;
}

.v-toolbar__image {
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    contain: strict;
}

    .v-toolbar__image .v-image {
        border-radius: inherit;
    }

.v-toolbar__items {
    display: flex;
    height: inherit;
}

    .v-toolbar__items > .v-btn {
        border-radius: 0;
        height: 100% !important;
        max-height: none;
    }

.v-toolbar__title {
    font-size: 1.25rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-toolbar.v-toolbar--absolute {
    position: absolute;
    top: 0;
    z-index: 1;
}

.v-toolbar.v-toolbar--bottom {
    top: initial;
    bottom: 0;
}

.v-toolbar.v-toolbar--collapse .v-toolbar__title {
    white-space: nowrap;
}

.v-toolbar.v-toolbar--collapsed {
    border-bottom-right-radius: 24px;
    max-width: 112px;
    overflow: hidden;
}

.v-application--is-rtl .v-toolbar.v-toolbar--collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 24px;
}

.v-toolbar.v-toolbar--collapsed .v-toolbar__title,
.v-toolbar.v-toolbar--collapsed .v-toolbar__extension {
    display: none;
}

.v-toolbar--dense .v-toolbar__content,
.v-toolbar--dense .v-toolbar__extension {
    padding-top: 0;
    padding-bottom: 0;
}

.v-toolbar--flat {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-toolbar--floating {
    display: inline-flex;
}

.v-toolbar--prominent .v-toolbar__content {
    align-items: flex-start;
}

.v-toolbar--prominent .v-toolbar__title {
    font-size: 1.5rem;
    padding-top: 6px;
}

.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title {
    align-self: flex-end;
    padding-bottom: 6px;
    padding-top: 0;
}
/** Ripples */
/** Elements */
.theme--light.v-sheet {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-sheet {
    background-color: #424242;
    border-color: #424242;
    color: #FFFFFF;
}

.v-sheet {
    border-radius: 0px;
}

.v-sheet--tile {
    border-radius: 0;
}
/** Ripples */
/** Elements */
.v-image {
    z-index: 0;
    border-radius: var(--monad-border-radius-image);
}

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

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

.v-image__image--preload {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

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

.v-image__image--cover {
    background-size: cover;
}
/** Ripples */
/** Elements */
.v-responsive {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex;
}

.v-responsive__content {
    flex: 1 0 0px;
    max-width: 100%;
}

.v-responsive__sizer {
    transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
    flex: 0 0 0px;
}
/** Ripples */
/** Elements */
.v-ripple__container {
    color: inherit;
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    contain: strict;
    display: none !important;
}

.v-ripple__animation {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    will-change: transform, opacity;
}

.v-ripple__animation--enter {
    transition: none;
}

.v-ripple__animation--in {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-ripple__animation--out {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/** Ripples */
/** Elements */
.theme--light.v-icon {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-icon--disabled {
    color: rgba(0, 0, 0, 0.38) !important;
}

.theme--dark.v-icon {
    color: #FFFFFF;
}

.theme--dark.v-icon--disabled {
    color: rgba(255, 255, 255, 0.5) !important;
}

.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    text-indent: 0;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-icon--right {
    margin-left: 8px;
}

.v-icon--left {
    margin-right: 8px;
}

.v-icon.v-icon.v-icon--link {
    cursor: pointer;
}

.v-icon--disabled {
    pointer-events: none;
    opacity: 0.6;
}

.v-icon--is-component {
    height: 24px;
    width: 24px;
}

.v-icon--svg {
    height: 24px;
    width: 24px;
    fill: currentColor;
}

.v-icon--dense {
    font-size: 20px;
}

.v-icon--dense--is-component {
    height: 20px;
}
/** Ripples */
/** Elements */
.v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).warning, .v-btn:not(.v-btn--outlined).info {
    color: #FFFFFF;
}

.theme--light.v-btn {
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-btn.v-btn--disabled {
        color: rgba(0, 0, 0, 0.26) !important;
    }

        .theme--light.v-btn.v-btn--disabled .v-icon,
        .theme--light.v-btn.v-btn--disabled .v-btn__loading {
            color: rgba(0, 0, 0, 0.26) !important;
        }

        .theme--light.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
            background-color: rgba(0, 0, 0, 0.12) !important;
        }

    .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
        background-color: var(--monad-nav-background,#f5f5f5);
        color: var(--monad-nav-color,#000000);
        cursor: pointer;
    }

    .theme--light.v-btn.v-btn--outlined.v-btn--text {
        border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-btn.v-btn--icon {
        color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-btn:hover::before {
        opacity: 0.04;
    }

    .theme--light.v-btn:focus::before {
        opacity: 0.12;
    }

.theme--light.v-btn--active:hover::before, .theme--light.v-btn--active::before {
    opacity: 0.12;
}

.theme--light.v-btn--active:focus::before {
    opacity: 0.16;
}

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

    .theme--dark.v-btn.v-btn--disabled {
        color: rgba(255, 255, 255, 0.3) !important;
    }

        .theme--dark.v-btn.v-btn--disabled .v-icon,
        .theme--dark.v-btn.v-btn--disabled .v-btn__loading {
            color: rgba(255, 255, 255, 0.3) !important;
        }

        .theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
            background-color: rgba(255, 255, 255, 0.12) !important;
        }

    .theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
        background-color: #212121;
    }

    .theme--dark.v-btn.v-btn--outlined.v-btn--text {
        border-color: rgba(255, 255, 255, 0.12);
    }

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

    .theme--dark.v-btn:hover::before {
        opacity: 0.08;
    }

    .theme--dark.v-btn:focus::before {
        opacity: 0.24;
    }

.theme--dark.v-btn--active:hover::before, .theme--dark.v-btn--active::before {
    opacity: 0.24;
}

.theme--dark.v-btn--active:focus::before {
    opacity: 0.32;
}

.v-btn {
    border: 0;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: inherit;
    justify-content: center;
    max-width: 100%;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    transition-duration: 0.28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

    .v-btn.v-size--x-small {
        font-size: 0.625rem;
    }

    .v-btn.v-size--small {
        font-size: 0.75rem;
    }

    .v-btn.v-size--default {
        font-size: 0.875rem;
    }

    .v-btn.v-size--large {
        font-size: 0.875rem;
    }

    .v-btn.v-size--x-large {
        font-size: 1rem;
    }

    .v-btn:before {
        border-radius: inherit;
        bottom: 0;
        color: inherit;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
    }

    .v-btn:before {
        background-color: currentColor;
    }

    .v-btn:not(.v-btn--disabled) {
        will-change: box-shadow;
    }

    .v-btn:not(.v-btn--round).v-size--x-small {
        height: 20px;
        min-width: 36px;
        padding: 0 8.8888888889px;
    }

    .v-btn:not(.v-btn--round).v-size--small {
        height: 28px;
        min-width: 50px;
        padding: 0 12.4444444444px;
    }

    .v-btn:not(.v-btn--round).v-size--default {
        height: 36px;
        min-width: 64px;
        padding: 0 16px;
    }

    .v-btn:not(.v-btn--round).v-size--large {
        height: 44px;
        min-width: 78px;
        padding: 0 19.5555555556px;
    }

    .v-btn:not(.v-btn--round).v-size--x-large {
        height: 52px;
        min-width: 92px;
        padding: 0 23.1111111111px;
    }

.v-application--is-rtl .v-btn .v-icon--left {
    margin-left: 8px;
    margin-right: -4px;
}

.v-application--is-rtl .v-btn .v-icon--right {
    margin-left: -4px;
    margin-right: 8px;
}

.v-btn > .v-btn__content .v-icon {
    color: inherit;
}

.v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
}

    .v-btn__content .v-icon--left,
    .v-btn__content .v-icon--right {
        font-size: 18px;
        height: 18px;
        width: 18px;
    }

    .v-btn__content .v-icon--left {
        margin-left: -4px;
        margin-right: 8px;
    }

    .v-btn__content .v-icon--right {
        margin-left: 8px;
        margin-right: -4px;
    }

.v-btn__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before {
    opacity: 0.18;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before {
    opacity: 0.08;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before {
    opacity: 0.24;
}

.v-btn--absolute,
.v-btn--fixed {
    position: absolute;
}

    .v-btn--absolute.v-btn--right,
    .v-btn--fixed.v-btn--right {
        right: 16px;
    }

    .v-btn--absolute.v-btn--left,
    .v-btn--fixed.v-btn--left {
        left: 16px;
    }

    .v-btn--absolute.v-btn--top,
    .v-btn--fixed.v-btn--top {
        top: 16px;
    }

    .v-btn--absolute.v-btn--bottom,
    .v-btn--fixed.v-btn--bottom {
        bottom: 16px;
    }

.v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100% !important;
    max-width: auto;
}

.v-btn--contained {
    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);
}

    .v-btn--contained:after {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .v-btn--contained:active {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

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

.v-btn--disabled {
    box-shadow: none;
    pointer-events: none;
}

.v-btn--icon,
.v-btn--fab {
    min-height: 0;
    min-width: 0;
    padding: 0;
}

    .v-btn--icon.v-size--x-small .v-icon,
    .v-btn--fab.v-size--x-small .v-icon {
        height: 18px;
        font-size: 18px;
        width: 18px;
    }

    .v-btn--icon.v-size--small .v-icon,
    .v-btn--fab.v-size--small .v-icon {
        height: 24px;
        font-size: 24px;
        width: 24px;
    }

    .v-btn--icon.v-size--default .v-icon,
    .v-btn--fab.v-size--default .v-icon {
        height: 24px;
        font-size: 24px;
        width: 24px;
    }

    .v-btn--icon.v-size--large .v-icon,
    .v-btn--fab.v-size--large .v-icon {
        height: 28px;
        font-size: 28px;
        width: 28px;
    }

    .v-btn--icon.v-size--x-large .v-icon,
    .v-btn--fab.v-size--x-large .v-icon {
        height: 32px;
        font-size: 32px;
        width: 32px;
    }

    .v-btn--icon.v-size--x-small {
        height: 20px;
        width: 20px;
    }

    .v-btn--icon.v-size--small {
        height: 28px;
        width: 28px;
    }

    .v-btn--icon.v-size--default {
        height: 36px;
        width: 36px;
    }

    .v-btn--icon.v-size--large {
        height: 44px;
        width: 44px;
    }

    .v-btn--icon.v-size--x-large {
        height: 52px;
        width: 52px;
    }

    .v-btn--fab.v-btn--contained {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

        .v-btn--fab.v-btn--contained:after {
            box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
        }

        .v-btn--fab.v-btn--contained:active {
            box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
        }

    .v-btn--fab.v-btn--fixed, .v-btn--fab.v-btn--absolute {
        z-index: 4;
    }

    .v-btn--fab.v-size--x-small {
        height: 32px;
        width: 32px;
    }

        .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
            bottom: -16px;
        }

        .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
            top: -16px;
        }

    .v-btn--fab.v-size--small {
        height: 40px;
        width: 40px;
    }

        .v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
            bottom: -20px;
        }

        .v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
            top: -20px;
        }

    .v-btn--fab.v-size--default {
        height: 56px;
        width: 56px;
    }

        .v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
            bottom: -28px;
        }

        .v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
            top: -28px;
        }

    .v-btn--fab.v-size--large {
        height: 64px;
        width: 64px;
    }

        .v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
            bottom: -32px;
        }

        .v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
            top: -32px;
        }

    .v-btn--fab.v-size--x-large {
        height: 72px;
        width: 72px;
    }

        .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
            bottom: -36px;
        }

        .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
            top: -36px;
        }

.v-btn--fixed {
    position: fixed;
}

.v-btn--loading {
    pointer-events: none;
    transition: none;
}

    .v-btn--loading .v-btn__content {
        opacity: 0;
    }

.v-btn--outlined {
    border: thin solid currentColor;
}

    .v-btn--outlined:before {
        border-radius: 0;
    }

    .v-btn--outlined .v-btn__content .v-icon,
    .v-btn--round .v-btn__content .v-icon {
        color: currentColor;
    }

.v-btn--outlined,
.v-btn--flat,
.v-btn--text {
    background-color: transparent;
}

.v-btn--round:before,
.v-btn--rounded:before {
    border-radius: inherit;
}

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

.v-btn--rounded {
    border-radius: 28px;
}

.v-btn--tile {
    border-radius: 0;
}
/** Ripples */
/** Elements */
.v-progress-circular {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

    .v-progress-circular svg {
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

.v-progress-circular--indeterminate svg {
    -webkit-animation: progress-circular-rotate 1.4s linear infinite;
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
}

.v-progress-circular--indeterminate .v-progress-circular__overlay {
    -webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
    animation: progress-circular-dash 1.4s ease-in-out infinite;
    stroke-linecap: round;
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0px;
}

.v-progress-circular__info {
    align-items: center;
    display: flex;
    justify-content: center;
}

.v-progress-circular__underlay {
    stroke: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.v-progress-circular__overlay {
    stroke: currentColor;
    z-index: 2;
    transition: all 0.6s ease-in-out;
}

@-webkit-keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
    }

    100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
    }
}

@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px;
    }

    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px;
    }

    100% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px;
    }
}

@-webkit-keyframes progress-circular-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes progress-circular-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/** Ripples */
/** Elements */
.theme--light.v-alert .v-alert--prominent .v-alert__icon:after {
    background: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-alert .v-alert--prominent .v-alert__icon:after {
    background: rgba(255, 255, 255, 0.12);
}

.v-alert {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
    padding: 16px;
    position: relative;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}

    .v-alert:not(.v-sheet--tile) {
        border-radius: 4px;
    }

    .v-alert > .v-icon,
    .v-alert > .v-alert__content {
        margin-right: 16px;
    }

        .v-alert > .v-icon + .v-alert__content {
            margin-right: 0;
        }

        .v-alert > .v-alert__content + .v-icon {
            margin-right: 0;
        }

.v-application--is-rtl .v-alert > .v-icon,
.v-application--is-rtl .v-alert > .v-alert__content {
    margin-right: 0;
    margin-left: 16px;
}

    .v-application--is-rtl .v-alert > .v-icon + .v-alert__content {
        margin-left: 0;
    }

    .v-application--is-rtl .v-alert > .v-alert__content + .v-icon {
        margin-left: 0;
    }

.v-alert__border {
    border-style: solid;
    border-width: 4px;
    content: "";
    position: absolute;
}

    .v-alert__border:not(.v-alert__border--has-color) {
        opacity: 0.26;
    }

.v-alert__border--left, .v-alert__border--right {
    bottom: 0;
    top: 0;
}

.v-alert__border--bottom, .v-alert__border--top {
    left: 0;
    right: 0;
}

.v-alert__border--bottom {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
}

.v-alert__border--left {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    left: 0;
}

.v-alert__border--right {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    right: 0;
}

.v-alert__border--top {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    top: 0;
}

.v-application--is-rtl .v-alert__border--left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    left: auto;
    right: 0;
}

.v-application--is-rtl .v-alert__border--right {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    right: auto;
}

.v-alert__content {
    flex: 1 1 auto;
}

.v-application--is-ltr .v-alert__dismissible {
    margin: -16px -8px -16px 8px;
}

.v-application--is-rtl .v-alert__dismissible {
    margin: -16px 8px -16px -8px;
}

.v-alert__icon {
    align-self: flex-start;
    border-radius: 50%;
    height: 24px;
    margin-right: 16px;
    min-width: 24px;
    position: relative;
}

.v-application--is-rtl .v-alert__icon {
    margin-right: 0;
    margin-left: 16px;
}

.v-alert__icon.v-icon {
    font-size: 24px;
}

.v-alert__wrapper {
    align-items: center;
    border-radius: inherit;
    display: flex;
}

.v-alert--dense {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .v-alert--dense .v-alert__border {
        border-width: medium;
    }

.v-alert--outlined {
    background: transparent !important;
    border: thin solid currentColor !important;
}

    .v-alert--outlined .v-alert__icon {
        color: inherit !important;
    }

.v-alert--prominent .v-alert__icon {
    align-self: center;
    height: 48px;
    min-width: 48px;
}

    .v-alert--prominent .v-alert__icon:after {
        background: currentColor !important;
        border-radius: 50%;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.16;
        position: absolute;
        right: 0;
        top: 0;
    }

    .v-alert--prominent .v-alert__icon.v-icon {
        font-size: 32px;
    }

.v-alert--text {
    background: transparent !important;
}

    .v-alert--text:before {
        background-color: currentColor;
        border-radius: inherit;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.12;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
    }
/** Ripples */
/** Elements */
.v-autocomplete.v-input > .v-input__control > .v-input__slot {
    cursor: text;
}

.v-autocomplete input {
    align-self: center;
}

.v-autocomplete--is-selecting-index input {
    opacity: 0;
}

.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
    margin-top: 24px;
}

.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot > input {
    margin-top: 20px;
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
    pointer-events: inherit;
}

.v-autocomplete__content.v-menu__content {
    border-radius: 0;
}

    .v-autocomplete__content.v-menu__content .v-card {
        border-radius: 0;
    }
/** Ripples */
/** Elements */
.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
    border-color: rgba(0, 0, 0, 0.42);
}

.theme--light.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
    border-color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
    border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
}

.theme--light.v-text-field.v-input--is-disabled .v-text-field__prefix,
.theme--light.v-text-field.v-input--is-disabled .v-text-field__suffix {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-text-field__prefix, .theme--light.v-text-field__suffix {
    color: rgba(0, 0, 0, 0.54);
}

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

.theme--light.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
    background: rgba(0, 0, 0, 0.16);
}

.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
    background: #424242;
}

    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
    .theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
        color: #FFFFFF;
    }

.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
    background: rgba(0, 0, 0, 0.06);
}

.theme--light.v-text-field--filled .v-text-field__prefix,
.theme--light.v-text-field--filled .v-text-field__suffix {
    max-height: 32px;
    margin-top: 20px;
}

.theme--light.v-text-field--filled:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
    background: rgba(0, 0, 0, 0.12);
}

.theme--light.v-text-field--outlined fieldset {
    border-color: rgba(0, 0, 0, 0.24);
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover fieldset {
    border-color: rgba(0, 0, 0, 0.86);
}

.theme--dark.v-text-field > .v-input__control > .v-input__slot:before {
    border-color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
    border-color: #FFFFFF;
}

.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
    border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
}

.theme--dark.v-text-field.v-input--is-disabled .v-text-field__prefix,
.theme--dark.v-text-field.v-input--is-disabled .v-text-field__suffix {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-text-field__prefix, .theme--dark.v-text-field__suffix {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot {
    background: #424242;
}

.theme--dark.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
    background: rgba(255, 255, 255, 0.16);
}

.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
    background: #FFFFFF;
}

    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
    .theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
        color: rgba(0, 0, 0, 0.87);
    }

.theme--dark.v-text-field--filled > .v-input__control > .v-input__slot {
    background: rgba(0, 0, 0, 0.1);
}

.theme--dark.v-text-field--filled .v-text-field__prefix,
.theme--dark.v-text-field--filled .v-text-field__suffix {
    max-height: 32px;
    margin-top: 20px;
}

.theme--dark.v-text-field--filled:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
    background: rgba(0, 0, 0, 0.2);
}

.v-text-field {
    padding-top: 12px;
    margin-top: 4px;
}

    .v-text-field input {
        flex: 1 1 auto;
        line-height: 20px;
        padding: 8px 0 8px;
        max-width: 100%;
        min-width: 0px;
        width: 100%;
    }

    .v-text-field.v-input--dense {
        padding-top: 0;
    }

        .v-text-field.v-input--dense:not(.v-text-field--outlined):not(.v-text-field--solo) input {
            padding: 4px 0 8px;
        }

        .v-text-field.v-input--dense[type=text]::-ms-clear {
            display: none;
        }

    .v-text-field .v-input__prepend-inner,
    .v-text-field .v-input__append-inner {
        align-self: flex-start;
        display: inline-flex;
        margin-top: 4px;
        line-height: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .v-text-field .v-input__prepend-inner {
        margin-right: auto;
        padding-right: 4px;
    }

.v-application--is-rtl .v-text-field .v-input__prepend-inner {
    padding-right: 0;
    padding-left: 4px;
}

.v-text-field .v-input__append-inner {
    margin-left: auto;
    padding-left: 4px;
}

.v-application--is-rtl .v-text-field .v-input__append-inner {
    padding-left: 0;
    padding-right: 4px;
}

.v-text-field .v-counter {
    margin-left: 8px;
    white-space: nowrap;
}

.v-application--is-rtl .v-text-field .v-counter {
    margin-left: 0;
    margin-right: 8px;
}

.v-text-field .v-label {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 6px;
    transform-origin: top left;
    white-space: nowrap;
    pointer-events: none;
}

.v-text-field .v-label--active {
    max-width: 133%;
    transform: translateY(-18px) scale(0.75);
}

.v-text-field > .v-input__control > .v-input__slot {
    cursor: text;
    transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

    .v-text-field > .v-input__control > .v-input__slot:before, .v-text-field > .v-input__control > .v-input__slot:after {
        bottom: -1px;
        content: "";
        left: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
        width: 100%;
    }

    .v-text-field > .v-input__control > .v-input__slot:before {
        border-style: solid;
        border-width: thin 0 0 0;
    }

    .v-text-field > .v-input__control > .v-input__slot:after {
        border-color: currentColor;
        border-style: solid;
        border-width: thin 0 thin 0;
        transform: scaleX(0);
    }

.v-text-field__details {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-height: 14px;
    overflow: hidden;
}

.v-text-field__prefix, .v-text-field__suffix {
    align-self: center;
    cursor: default;
    transition: color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    white-space: nowrap;
}

.v-text-field__prefix {
    text-align: right;
    padding-right: 4px;
}

.v-application--is-rtl .v-text-field__prefix {
    padding-right: 0;
    padding-left: 4px;
}

.v-text-field__suffix {
    padding-left: 4px;
    white-space: nowrap;
}

.v-application--is-rtl .v-text-field__suffix {
    padding-left: 0;
    padding-right: 4px;
}

.v-text-field--reverse .v-text-field__prefix {
    text-align: left;
    padding-right: 0;
    padding-left: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix {
    padding-right: 4px;
    padding-left: 0;
}

.v-text-field--reverse .v-text-field__suffix {
    padding-left: 0;
    padding-right: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix {
    padding-left: 4px;
    padding-right: 0;
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

.v-text-field:not(.v-text-field--is-booted) .v-label,
.v-text-field:not(.v-text-field--is-booted) legend {
    transition: none;
}

.v-text-field--filled, .v-text-field--full-width, .v-text-field--outlined {
    position: relative;
}

    .v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--full-width > .v-input__control > .v-input__slot, .v-text-field--outlined > .v-input__control > .v-input__slot {
        align-items: stretch;
        min-height: 56px;
    }

    .v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense > .v-input__control > .v-input__slot {
        min-height: 44px;
    }

    .v-text-field--filled.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot {
        min-height: 40px;
    }

    .v-text-field--filled input, .v-text-field--full-width input {
        margin-top: 22px;
    }

    .v-text-field--filled.v-input--dense input, .v-text-field--full-width.v-input--dense input {
        margin-top: 20px;
    }

    .v-text-field--filled.v-input--dense.v-text-field--outlined input, .v-text-field--full-width.v-input--dense.v-text-field--outlined input {
        margin-top: 0;
    }

    .v-text-field--filled.v-text-field--single-line input, .v-text-field--full-width.v-text-field--single-line input {
        margin-top: 12px;
    }

    .v-text-field--filled.v-text-field--single-line.v-input--dense input, .v-text-field--full-width.v-text-field--single-line.v-input--dense input {
        margin-top: 6px;
    }

    .v-text-field--filled .v-label, .v-text-field--full-width .v-label {
        top: 18px;
    }

    .v-text-field--filled .v-label--active, .v-text-field--full-width .v-label--active {
        transform: translateY(-6px) scale(0.75);
    }

    .v-text-field--filled.v-input--dense .v-label, .v-text-field--full-width.v-input--dense .v-label {
        top: 17px;
    }

    .v-text-field--filled.v-input--dense .v-label--active, .v-text-field--full-width.v-input--dense .v-label--active {
        transform: translateY(-10px) scale(0.75);
    }

    .v-text-field--filled.v-input--dense.v-text-field--single-line .v-label, .v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label {
        top: 11px;
    }

    .v-text-field--filled > .v-input__control > .v-input__slot {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.v-text-field.v-text-field--enclosed {
    margin: 0;
    padding: 0;
}

    .v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
    .v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix {
        margin-top: 0;
    }

    .v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background {
        display: none;
    }

    .v-text-field.v-text-field--enclosed .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-inner,
    .v-text-field.v-text-field--enclosed .v-input__append-outer {
        margin-top: 16px;
    }

    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer {
        margin-top: 14px;
    }

    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer {
        margin-top: 9px;
    }

    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
    .v-text-field.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer {
        margin-top: 7px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details, .v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
        padding: 0 12px;
    }

    .v-text-field.v-text-field--enclosed .v-text-field__details {
        margin-bottom: 8px;
    }

.v-text-field--reverse input {
    text-align: right;
}

.v-text-field--reverse .v-label {
    transform-origin: top right;
}

.v-text-field--reverse > .v-input__control > .v-input__slot,
.v-text-field--reverse .v-text-field__slot {
    flex-direction: row-reverse;
}

.v-text-field--solo > .v-input__control > .v-input__slot:before, .v-text-field--solo > .v-input__control > .v-input__slot:after, .v-text-field--outlined > .v-input__control > .v-input__slot:before, .v-text-field--outlined > .v-input__control > .v-input__slot:after, .v-text-field--full-width > .v-input__control > .v-input__slot:before, .v-text-field--full-width > .v-input__control > .v-input__slot:after, .v-text-field--rounded > .v-input__control > .v-input__slot:before, .v-text-field--rounded > .v-input__control > .v-input__slot:after {
    display: none;
}

.v-text-field--outlined {
    margin-bottom: 16px;
    transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

    .v-text-field--outlined .v-label {
        top: 18px;
    }

    .v-text-field--outlined .v-label--active {
        transform: translateY(-24px) scale(0.75);
    }

    .v-text-field--outlined.v-input--dense .v-label {
        top: 10px;
    }

    .v-text-field--outlined.v-input--dense .v-label--active {
        transform: translateY(-16px) scale(0.75);
    }

    .v-text-field--outlined fieldset {
        border-style: solid;
        border-width: 1px;
        bottom: 0;
        left: 0;
        padding-left: 8px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -5px;
        transition-duration: 0.3s;
        transition-property: border, border-width;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.v-application--is-rtl .v-text-field--outlined fieldset {
    padding-left: 0;
    padding-right: 8px;
}

.v-text-field--outlined legend {
    line-height: 11px;
    padding: 0;
    text-align: left;
    transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-application--is-rtl .v-text-field--outlined legend {
    text-align: right;
}

.v-text-field--outlined.v-text-field--rounded legend {
    margin-left: 12px;
}

.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend {
    margin-left: 0;
    margin-right: 12px;
}

.v-text-field--outlined > .v-input__control > .v-input__slot {
    background: transparent;
}

.v-text-field--outlined .v-text-field__prefix {
    max-height: 32px;
}

.v-text-field--outlined .v-input__prepend-outer,
.v-text-field--outlined .v-input__append-outer {
    margin-top: 18px;
}

.v-text-field--outlined.v-input--is-focused fieldset, .v-text-field--outlined.v-input--has-state fieldset {
    border-color: currentColor;
    border-width: 2px;
}

.v-text-field--solo, .v-text-field--outlined {
    border-radius: 4px;
}

    .v-text-field--solo fieldset,
    .v-text-field--solo .v-input__control,
    .v-text-field--solo .v-input__slot, .v-text-field--outlined fieldset,
    .v-text-field--outlined .v-input__control,
    .v-text-field--outlined .v-input__slot {
        border-radius: inherit;
    }

    .v-text-field--solo .v-text-field__slot, .v-text-field--outlined .v-text-field__slot {
        align-items: center;
    }

.v-text-field--rounded {
    border-radius: 28px;
}

    .v-text-field--rounded.v-text-field--outlined fieldset {
        border-radius: 28px;
    }

    .v-text-field--rounded > .v-input__control > .v-input__slot {
        border-radius: 28px;
        padding: 0 24px !important;
    }

.v-text-field--shaped.v-text-field--outlined fieldset {
    border-radius: 16px 16px 0 0;
}

.v-text-field--shaped > .v-input__control > .v-input__slot {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.v-text-field.v-text-field--solo .v-label {
    top: calc(50% - 10px);
}

.v-text-field.v-text-field--solo .v-input__control {
    min-height: 48px;
    padding: 0;
}

.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
    min-height: 38px;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
    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);
}

.v-text-field.v-text-field--solo .v-input__append-inner,
.v-text-field.v-text-field--solo .v-input__prepend-inner {
    align-self: center;
    margin-top: 0;
}

.v-text-field.v-text-field--solo .v-input__prepend-outer,
.v-text-field.v-text-field--solo .v-input__append-outer {
    margin-top: 12px;
}

.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer,
.v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer {
    margin-top: 7px;
}

.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
    transform: scaleX(1);
}

.v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
    border-color: currentColor;
}

.v-application--is-rtl .v-text-field .v-label {
    transform-origin: top right;
}

.v-application--is-rtl .v-text-field .v-counter {
    margin-left: 0;
    margin-right: 8px;
}

.v-application--is-rtl .v-text-field--enclosed .v-input__append-outer {
    margin-left: 0;
    margin-right: 16px;
}

.v-application--is-rtl .v-text-field--enclosed .v-input__prepend-outer {
    margin-left: 16px;
    margin-right: 0;
}

.v-application--is-rtl .v-text-field--reverse input {
    text-align: left;
}

.v-application--is-rtl .v-text-field--reverse .v-label {
    transform-origin: top left;
}

.v-application--is-rtl .v-text-field__prefix {
    text-align: left;
    padding-right: 0;
    padding-left: 4px;
}

.v-application--is-rtl .v-text-field__suffix {
    padding-left: 0;
    padding-right: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix {
    text-align: right;
    padding-left: 0;
    padding-right: 4px;
}

.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix {
    padding-left: 0;
    padding-right: 4px;
}
/** Ripples */
/** Elements */
.theme--light.v-select .v-select__selections {
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-select.v-input--is-disabled .v-select__selections {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-select .v-chip--disabled,
.theme--light.v-select .v-select__selection--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
    color: #FFFFFF;
}

.theme--dark.v-select .v-select__selections {
    color: #FFFFFF;
}

.theme--dark.v-select.v-input--is-disabled .v-select__selections {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-select .v-chip--disabled,
.theme--dark.v-select .v-select__selection--disabled {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
    color: rgba(0, 0, 0, 0.87);
}

.v-select {
    position: relative;
}

    .v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections {
        flex-wrap: nowrap;
    }

    .v-select > .v-input__control > .v-input__slot {
        cursor: pointer;
    }

    .v-select .v-chip {
        flex: 0 1 auto;
        margin: 4px;
    }

    .v-select .v-chip--selected:after {
        opacity: 0.22;
    }

    .v-select .fade-transition-leave-active {
        position: absolute;
        left: 0;
    }

    .v-select.v-input--is-dirty ::-webkit-input-placeholder {
        color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-moz-placeholder {
        color: transparent !important;
    }

    .v-select.v-input--is-dirty :-ms-input-placeholder {
        color: transparent !important;
    }

    .v-select.v-input--is-dirty ::-ms-input-placeholder {
        color: transparent !important;
    }

    .v-select.v-input--is-dirty ::placeholder {
        color: transparent !important;
    }

    .v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
        line-height: 20px;
        position: absolute;
        top: 7px;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections {
        padding-top: 20px;
    }

    .v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections {
        padding: 8px 0;
    }

    .v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections {
        padding: 4px 0;
    }

    .v-select.v-text-field input {
        flex: 1 1;
        margin-top: 0;
        min-width: 0;
        pointer-events: none;
        position: relative;
        background: transparent;
        border: 0;
    }

    .v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
        transform: rotate(180deg);
    }

    .v-select.v-select--chips input {
        margin: 0;
    }

    .v-select.v-select--chips .v-select__selections {
        min-height: 42px;
    }

    .v-select.v-select--chips.v-input--dense .v-select__selections {
        min-height: 40px;
    }

    .v-select.v-select--chips .v-chip--select.v-chip--active::before {
        opacity: 0.2;
    }

    .v-select.v-select--chips.v-select--chips--small .v-select__selections {
        min-height: 32px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
        min-height: 68px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections {
        min-height: 40px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
        min-height: 56px;
    }

    .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections {
        min-height: 38px;
    }

    .v-select.v-text-field--reverse .v-select__slot,
    .v-select.v-text-field--reverse .v-select__selections {
        flex-direction: row-reverse;
    }

.v-select__selections {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;
}

.v-select__selection {
    max-width: 90%;
}

.v-select__selection--comma {
    margin: 7px 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-select__slot {
    position: relative;
    align-items: center;
    display: flex;
    max-width: 100%;
    width: 100%;
}

.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
    align-self: flex-end;
}
/** Ripples */
/** Elements */
.v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).secondary, .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined).success, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outlined).warning, .v-chip:not(.v-chip--outlined).info {
    color: #FFFFFF;
}

.theme--light.v-chip {
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-chip:not(.v-chip--active) {
        background: #e0e0e0;
    }

    .theme--light.v-chip:hover::before {
        opacity: 0.04;
    }

    .theme--light.v-chip:focus::before {
        opacity: 0.12;
    }

.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::before {
    opacity: 0.12;
}

.theme--light.v-chip--active:focus::before {
    opacity: 0.16;
}

.theme--dark.v-chip {
    border-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

    .theme--dark.v-chip:not(.v-chip--active) {
        background: #555;
    }

    .theme--dark.v-chip:hover::before {
        opacity: 0.08;
    }

    .theme--dark.v-chip:focus::before {
        opacity: 0.24;
    }

.theme--dark.v-chip--active:hover::before, .theme--dark.v-chip--active::before {
    opacity: 0.24;
}

.theme--dark.v-chip--active:focus::before {
    opacity: 0.32;
}

.v-chip {
    align-items: center;
    cursor: default;
    display: inline-flex;
    line-height: 20px;
    max-width: 100%;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.28s;
    transition-property: box-shadow, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    white-space: nowrap;
}

    .v-chip:before {
        background-color: currentColor;
        bottom: 0;
        border-radius: inherit;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
    }

    .v-chip .v-avatar {
        height: 24px !important;
        min-width: 24px !important;
        width: 24px !important;
    }

    .v-chip .v-icon {
        font-size: 24px;
        border: none;
        background: inherit;
    }

    .v-chip .v-avatar--left,
    .v-chip .v-icon--left {
        margin-left: -6px;
        margin-right: 8px;
    }

    .v-chip .v-avatar--right,
    .v-chip .v-icon--right {
        margin-left: 8px;
        margin-right: -6px;
    }

.v-application--is-rtl .v-chip .v-avatar--left,
.v-application--is-rtl .v-chip .v-icon--left {
    margin-left: 8px;
    margin-right: -6px;
}

.v-application--is-rtl .v-chip .v-avatar--right,
.v-application--is-rtl .v-chip .v-icon--right {
    margin-left: -6px;
    margin-right: 8px;
}

.v-chip:not(.v-chip--no-color) .v-icon {
    color: inherit;
}

.v-chip__close.v-icon {
    font-size: 18px;
    max-height: 18px;
    max-width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-chip__close.v-icon.v-icon--right {
        margin-right: -4px;
    }

.v-application--is-rtl .v-chip__close.v-icon.v-icon--right {
    margin-left: -4px;
    margin-right: 8px;
}

.v-chip__close.v-icon:hover, .v-chip__close.v-icon:focus, .v-chip__close.v-icon:active {
    opacity: 0.72;
}

.v-chip__content {
    align-items: center;
    display: inline-flex;
    height: 100%;
    max-width: 100%;
}

.v-chip--active .v-icon {
    color: inherit;
}

.v-chip--link::before {
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-chip--link:focus::before {
    opacity: 0.32;
}

.v-chip--clickable {
    cursor: pointer;
}

    .v-chip--clickable:active {
        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);
    }

.v-chip--disabled {
    opacity: 0.4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-chip__filter {
    max-width: 24px;
}

    .v-chip__filter.v-icon {
        color: inherit;
    }

    .v-chip__filter.expand-x-transition-leave-active, .v-chip__filter.expand-x-transition-enter {
        margin: 0;
    }

.v-chip--pill .v-chip__filter {
    margin-right: 0 16px 0 0;
}

.v-chip--pill .v-avatar {
    height: 32px !important;
    width: 32px !important;
}

.v-chip--pill .v-avatar--left {
    margin-left: -12px;
}

.v-chip--pill .v-avatar--right {
    margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--left {
    margin-left: chip-pill-avatar-margin-after;
    margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--right {
    margin-left: -12px;
    margin-right: chip-pill-avatar-margin-after;
}

.v-chip--label {
    border-radius: 4px !important;
}

.v-chip.v-chip--outlined {
    border-width: thin;
    border-style: solid;
}

    .v-chip.v-chip--outlined:not(.v-chip--active):before {
        opacity: 0;
    }

    .v-chip.v-chip--outlined.v-chip--active:before {
        opacity: 0.08;
    }

    .v-chip.v-chip--outlined .v-icon {
        color: inherit;
    }

    .v-chip.v-chip--outlined.v-chip.v-chip {
        background-color: transparent !important;
    }

.v-chip.v-chip--selected {
    background: transparent;
}

    .v-chip.v-chip--selected:after {
        opacity: 0.28;
    }

.v-chip.v-size--x-small {
    border-radius: 8px;
    font-size: 10px;
    height: 16px;
}

.v-chip.v-size--small {
    border-radius: 12px;
    font-size: 12px;
    height: 24px;
}

.v-chip.v-size--default {
    border-radius: 16px;
    font-size: 14px;
    height: 32px;
}

.v-chip.v-size--large {
    border-radius: 27px;
    font-size: 16px;
    height: 54px;
}

.v-chip.v-size--x-large {
    border-radius: 33px;
    font-size: 18px;
    height: 66px;
}
/** Ripples */
/** Elements */
.v-menu {
    display: none;
}

.v-menu--attached {
    display: inline;
}

.v-menu__content {
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    contain: content;
    will-change: transform;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    z-index: 120 !important;
}

.v-menu__content--active {
    pointer-events: none;
}

.v-menu__content--auto .v-list-item {
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-menu__content--fixed {
    position: fixed;
}

.v-menu__content > .card {
    contain: content;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.v-menu > .v-menu__content {
    max-width: none;
}

.v-menu-transition-enter .v-list-item {
    min-width: 0;
    pointer-events: none;
}

.v-menu-transition-enter-to .v-list-item {
    pointer-events: auto;
    transition-delay: 0.1s;
}

.v-menu-transition-leave-active, .v-menu-transition-leave-to {
    pointer-events: none;
}

.v-menu-transition-enter, .v-menu-transition-leave-to {
    opacity: 0;
}

.v-menu-transition-enter-active, .v-menu-transition-leave-active {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-menu-transition-enter.v-menu__content--auto {
    transition: none !important;
}

    .v-menu-transition-enter.v-menu__content--auto .v-list-item {
        opacity: 0;
        transform: translateY(-15px);
    }

    .v-menu-transition-enter.v-menu__content--auto .v-list-item--active {
        opacity: 1;
        transform: none !important;
        pointer-events: auto;
    }
/** Ripples */
/** Elements */
.theme--light.v-card {
    background-color: #FFFFFF;
    /*color: rgba(0, 0, 0, 0.87);*/
}

    .theme--light.v-card > .v-card__text,
    .theme--light.v-card .v-card__subtitle {
        /*color: rgba(0, 0, 0, 0.54);*/
    }

    .theme--light.v-card.v-card--outlined {
        border: var(--monad-border);
    }

.theme--dark.v-card {
    background-color: #424242;
    color: #FFFFFF;
}

    .theme--dark.v-card > .v-card__text,
    .theme--dark.v-card .v-card__subtitle {
        color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-card.v-card--outlined {
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

.v-card {
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    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);
}

    .v-card:not(.v-sheet--tile):not(.v-card--shaped) {
        border-radius: 4px;
    }

    .v-card > *:first-child:not(.v-btn):not(.v-chip),
    .v-card > .v-card__progress + *:not(.v-btn):not(.v-chip) {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .v-card > *:last-child:not(.v-btn):not(.v-chip) {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.v-card__progress {
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.v-card__subtitle {
    padding: 16px;
}

    .v-card__subtitle + .v-card__text {
        padding-top: 0;
    }

.v-card__subtitle,
.v-card__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em;
}

.v-card__text,
.v-card__title {
    padding: 16px;
}

.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    line-height: 2rem;
    word-break: break-all;
}

    .v-card__title + .v-card__subtitle,
    .v-card__title + .v-card__text {
        padding-top: 0;
    }

    .v-card__title + .v-card__subtitle {
        margin-top: -16px;
    }

.v-card__text {
    width: 100%;
}

.v-card__actions {
    align-items: center;
  /*  display: flex;*/
    padding: 1em;
}

    .v-card__actions .v-btn.v-btn {
        padding: 0 8px;
    }

.v-application--is-ltr .v-card__actions .v-btn.v-btn + .v-btn {
    margin-left: 8px;
}

.v-application--is-ltr .v-card__actions .v-btn.v-btn .v-icon--left {
    margin-left: 4px;
}

.v-application--is-ltr .v-card__actions .v-btn.v-btn .v-icon--right {
    margin-right: 4px;
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn + .v-btn {
    margin-right: 8px;
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn .v-icon--left {
    margin-right: 4px;
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn .v-icon--right {
    margin-left: 4px;
}

.v-card--flat {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-card--hover {
    cursor: pointer;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .v-card--hover:hover {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

.v-card--link {
    cursor: pointer;
}

    .v-card--link .v-chip {
        cursor: pointer;
    }

    .v-card--link:focus:before {
        opacity: 0.08;
    }

    .v-card--link:before {
        background: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.2s opacity;
    }

.v-card--disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-card--disabled > *:not(.v-card__progress) {
        opacity: 0.6;
        transition: inherit;
    }

.v-card--loading {
    overflow: hidden;
}

.v-card--outlined {
    box-shadow: none;
}

.v-card--raised {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-card--shaped {
    border-radius: 24px 4px;
}
/** Ripples */
/** Elements */
.v-simple-checkbox {
    align-self: center;
    line-height: normal;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.v-simple-checkbox--disabled {
    cursor: default;
}
/** Ripples */
/** Elements */
.theme--light.v-divider {
    border-color: var(--monad-border-color, rgba(0, 0, 0, 0.12));
}

.theme--dark.v-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0px;
    max-height: 0px;
    border: solid;
    border-width: thin 0 0 0;
    transition: inherit;
}

.v-divider--inset:not(.v-divider--vertical) {
    max-width: calc(100% - 72px);
}

.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
    margin-left: 72px;
}

.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
    margin-right: 72px;
}

.v-divider--vertical {
    align-self: stretch;
    border: solid;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: inherit;
    min-height: 100%;
    max-height: 100%;
    max-width: 0px;
    width: 0px;
    vertical-align: text-bottom;
}

    .v-divider--vertical.v-divider--inset {
        margin-top: 8px;
        min-height: 0;
        max-height: calc(100% - 16px);
    }
/** Ripples */
/** Elements */
.theme--light.v-subheader {
    color: rgba(0, 0, 0, 0.54);
}

.theme--dark.v-subheader {
    color: rgba(255, 255, 255, 0.7);
}

.v-subheader {
    align-items: center;
    display: flex;
    height: 48px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 16px 0 16px;
}

.v-subheader--inset {
    margin-left: 56px;
}
/** Ripples */
/** Elements */
.v-list.primary > .v-list-item, .v-list.secondary > .v-list-item, .v-list.accent > .v-list-item, .v-list.success > .v-list-item, .v-list.error > .v-list-item, .v-list.warning > .v-list-item, .v-list.info > .v-list-item {
    color: #FFFFFF;
}

.theme--light.v-list {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-list .v-list--disabled {
        color: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-list .v-list-group--active:before,
    .theme--light.v-list .v-list-group--active:after {
        background: rgba(0, 0, 0, 0.12);
    }

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

    .theme--dark.v-list .v-list--disabled {
        color: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-list .v-list-group--active:before,
    .theme--dark.v-list .v-list-group--active:after {
        background: rgba(255, 255, 255, 0.12);
    }

.v-list {
    border-radius: 4px;
    display: block;
    padding: 8px 0;
    position: static;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}

.v-list--disabled {
    pointer-events: none;
}

.v-list--flat .v-list-item:before {
    display: none;
}

.v-list--dense .v-subheader {
    font-size: 0.75rem;
    height: 40px;
    padding: 0 8px;
}

.v-list--nav .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item:not(:last-child):not(:only-child) {
    margin-bottom: 8px;
}

.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),
.v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child) {
    margin-bottom: 4px;
}

.v-list--nav {
    padding-left: 8px;
    padding-right: 8px;
}

    .v-list--nav .v-list-item {
        padding: 0 8px;
    }

        .v-list--nav .v-list-item,
        .v-list--nav .v-list-item:before {
            border-radius: 4px;
        }

.v-application--is-ltr .v-list--shaped .v-list-item,
.v-application--is-ltr .v-list--shaped .v-list-item:before,
.v-application--is-ltr .v-list--shaped .v-ripple__container {
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important;
}

.v-application--is-rtl .v-list--shaped .v-list-item,
.v-application--is-rtl .v-list--shaped .v-list-item:before,
.v-application--is-rtl .v-list--shaped .v-ripple__container {
    border-bottom-left-radius: 32px !important;
    border-top-left-radius: 32px !important;
}

.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item,
.v-application--is-ltr .v-list--shaped.v-list--two-line .v-list-item:before,
.v-application--is-ltr .v-list--shaped.v-list--two-line .v-ripple__container {
    border-bottom-right-radius: 42.6666666667px !important;
    border-top-right-radius: 42.6666666667px !important;
}

.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item,
.v-application--is-rtl .v-list--shaped.v-list--two-line .v-list-item:before,
.v-application--is-rtl .v-list--shaped.v-list--two-line .v-ripple__container {
    border-bottom-left-radius: 42.6666666667px !important;
    border-top-left-radius: 42.6666666667px !important;
}

.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item,
.v-application--is-ltr .v-list--shaped.v-list--three-line .v-list-item:before,
.v-application--is-ltr .v-list--shaped.v-list--three-line .v-ripple__container {
    border-bottom-right-radius: 58.6666666667px !important;
    border-top-right-radius: 58.6666666667px !important;
}

.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item,
.v-application--is-rtl .v-list--shaped.v-list--three-line .v-list-item:before,
.v-application--is-rtl .v-list--shaped.v-list--three-line .v-ripple__container {
    border-bottom-left-radius: 58.6666666667px !important;
    border-top-left-radius: 58.6666666667px !important;
}

.v-application--is-ltr .v-list--shaped {
    padding-right: 8px;
}

.v-application--is-rtl .v-list--shaped {
    padding-left: 8px;
}

.v-list--rounded {
    padding: 8px;
}

    .v-list--rounded .v-list-item,
    .v-list--rounded .v-list-item:before,
    .v-list--rounded .v-ripple__container {
        border-radius: 32px !important;
    }

    .v-list--rounded.v-list--two-line .v-list-item,
    .v-list--rounded.v-list--two-line .v-list-item:before,
    .v-list--rounded.v-list--two-line .v-ripple__container {
        border-radius: 42.6666666667px !important;
    }

    .v-list--rounded.v-list--three-line .v-list-item,
    .v-list--rounded.v-list--three-line .v-list-item:before,
    .v-list--rounded.v-list--three-line .v-ripple__container {
        border-radius: 58.6666666667px !important;
    }

.v-list--subheader {
    padding-top: 0;
}
/** Ripples */
/** Elements */
.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
    align-self: center;
    margin: 0;
    min-width: 48px;
    justify-content: flex-end;
}

.v-list-group--sub-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.v-list-group__header.v-list-item--active:not(:hover):not(:focus):before {
    opacity: 0;
}

.v-list-group__items {
    flex: 1 1 auto;
}

.v-list-group--active > .v-list-group__header > .v-list-group__header__append-icon .v-icon {
    transform: rotate(-180deg);
}

.v-list-group--active > .v-list-group__header.v-list-group__header--sub-group > .v-list-group__header__prepend-icon .v-icon {
    transform: rotate(-180deg);
}

.v-list-group--active > .v-list-group__header .v-list-item,
.v-list-group--active > .v-list-group__header .v-list-item__content,
.v-list-group--active > .v-list-group__header .v-list-group__header__prepend-icon .v-icon {
    color: inherit;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-child,
.v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar:first-child,
.v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child {
    margin-right: 16px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-child,
.v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar:first-child,
.v-application--is-rtl .v-list-group--sub-group .v-list-item__icon:first-child {
    margin-left: 16px;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-group__header {
    padding-left: 32px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-group__header {
    padding-right: 32px;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-list-item {
    padding-left: 40px;
}

.v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-list-item {
    padding-right: 40px;
}

.v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-group__header__prepend-icon .v-icon {
    transform: rotate(-180deg);
}

.v-application--is-ltr .v-list-group--no-action > .v-list-group__items > div > .v-list-item {
    padding-left: 72px;
}

.v-application--is-rtl .v-list-group--no-action > .v-list-group__items > div > .v-list-item {
    padding-right: 72px;
}

.v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > div > .v-list-item {
    padding-left: 88px;
}

.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > div > .v-list-item {
    padding-right: 88px;
}

.v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-group__header {
    padding-left: 24px;
}

.v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-group__header {
    padding-right: 24px;
}

.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action > .v-list-group__items > div > .v-list-item {
    padding-left: 64px;
}

.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action > .v-list-group__items > div > .v-list-item {
    padding-right: 64px;
}

.v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > div > .v-list-item {
    padding-left: 80px;
}

.v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > div > .v-list-item {
    padding-right: 80px;
}
/** Ripples */
/** Elements */
.theme--light.v-list-item--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: rgba(0, 0, 0, 0.87) !important;
}

.theme--light.v-list-item .v-list-item__mask {
    color: rgba(0, 0, 0, 0.38);
    background: #eeeeee;
}

.theme--light.v-list-item .v-list-item__subtitle,
.theme--light.v-list-item .v-list-item__action-text {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-list-item:hover::before {
    opacity: 0.04;
}

.theme--light.v-list-item:focus::before {
    opacity: 0.12;
}

.theme--light.v-list-item--active:hover::before, .theme--light.v-list-item--active::before {
    opacity: 0.12;
}

.theme--light.v-list-item--active:focus::before {
    opacity: 0.16;
}

.theme--light.v-list-item.v-list-item--highlighted::before {
    opacity: 0.16;
}

.theme--dark.v-list-item--disabled {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
    color: #FFFFFF !important;
}

.theme--dark.v-list-item .v-list-item__mask {
    color: rgba(255, 255, 255, 0.5);
    background: #494949;
}

.theme--dark.v-list-item .v-list-item__subtitle,
.theme--dark.v-list-item .v-list-item__action-text {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-list-item:hover::before {
    opacity: 0.08;
}

.theme--dark.v-list-item:focus::before {
    opacity: 0.24;
}

.theme--dark.v-list-item--active:hover::before, .theme--dark.v-list-item--active::before {
    opacity: 0.24;
}

.theme--dark.v-list-item--active:focus::before {
    opacity: 0.32;
}

.theme--dark.v-list-item.v-list-item--highlighted::before {
    opacity: 0.32;
}

.v-list-item {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    letter-spacing: normal;
    min-height: 48px;
    outline: none;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
}

.v-list-item--disabled {
    pointer-events: none;
}

.v-list-item--selectable {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.v-list-item__action {
    align-self: center;
    margin: 12px 0;
}

    .v-list-item__action .v-input,
    .v-list-item__action .v-input__control,
    .v-list-item__action .v-input__slot,
    .v-list-item__action .v-input--selection-controls__input {
        margin: 0 !important;
    }

    .v-list-item__action .v-input {
        padding: 0;
    }

        .v-list-item__action .v-input .v-messages {
            display: none;
        }

.v-list-item__action-text {
    font-size: 0.75rem;
}

.v-list-item__avatar {
    align-self: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    margin-top: 8px;
}

    .v-list-item__avatar.v-list-item__avatar--horizontal {
        margin-bottom: 8px;
        margin-top: 8px;
    }

.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
    margin-left: -16px;
}

.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
    margin-right: -16px;
}

.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
    margin-left: -16px;
}

.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
    margin-right: -16px;
}

.v-list-item__content {
    align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    overflow: hidden;
    padding: 12px 0;
}

    .v-list-item__content > * {
        line-height: 1.1;
        flex: 1 0 100%;
    }

        .v-list-item__content > *:not(:last-child) {
            margin-bottom: 2px;
        }

.v-list-item__icon {
    align-self: flex-start;
    margin: 16px 0;
}

.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
    margin-left: 16px;
}

.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child) {
    margin-right: 16px;
}

.v-application--is-ltr .v-list-item__avatar:first-child {
    margin-right: 24px;
}

.v-application--is-rtl .v-list-item__avatar:first-child {
    margin-left: 24px;
}

.v-application--is-ltr .v-list-item__action:first-child,
.v-application--is-ltr .v-list-item__icon:first-child {
    margin-right: 32px;
}

.v-application--is-rtl .v-list-item__action:first-child,
.v-application--is-rtl .v-list-item__icon:first-child {
    margin-left: 32px;
}

.v-list-item__action,
.v-list-item__avatar,
.v-list-item__icon {
    display: inline-flex;
    min-width: 24px;
}

.v-list-item .v-list-item__title,
.v-list-item .v-list-item__subtitle {
    line-height: 1.2;
}

.v-list-item__title,
.v-list-item__subtitle {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-list-item__title {
    align-self: center;
    font-size: 1rem;
}

    .v-list-item__title > .v-badge {
        margin-top: 16px;
    }

.v-list-item__subtitle {
    font-size: 0.875rem;
}

.v-list-item--dense,
.v-list--dense .v-list-item {
    min-height: 40px;
}

    .v-list-item--dense .v-list-item__icon,
    .v-list--dense .v-list-item .v-list-item__icon {
        height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .v-list-item--dense .v-list-item__content,
    .v-list--dense .v-list-item .v-list-item__content {
        padding: 8px 0;
    }

    .v-list-item--dense .v-list-item__title,
    .v-list-item--dense .v-list-item__subtitle,
    .v-list--dense .v-list-item .v-list-item__title,
    .v-list--dense .v-list-item .v-list-item__subtitle {
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1rem;
    }

    .v-list-item--dense.v-list-item--two-line,
    .v-list--dense .v-list-item.v-list-item--two-line {
        min-height: 60px;
    }

    .v-list-item--dense.v-list-item--three-line,
    .v-list--dense .v-list-item.v-list-item--three-line {
        min-height: 76px;
    }

.v-list-item--link {
    cursor: pointer;
}

    .v-list-item--link:before {
        background-color: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

.v-list .v-list-item--active {
    color: inherit;
}

    .v-list .v-list-item--active .v-icon {
        color: inherit;
    }

.v-list-item__action--stack {
    align-items: flex-end;
    align-self: stretch;
    justify-content: space-between;
    white-space: nowrap;
    flex-direction: column;
}

.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--two-line .v-list-item .v-list-item__icon,
.v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--three-line .v-list-item .v-list-item__icon,
.v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--two-line .v-list-item__icon,
.v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--three-line .v-list-item__icon {
    margin-bottom: 16px;
    margin-top: 16px;
}

.v-list--two-line .v-list-item,
.v-list-item--two-line {
    min-height: 64px;
}

    .v-list--two-line .v-list-item .v-list-item__icon,
    .v-list-item--two-line .v-list-item__icon {
        margin-bottom: 32px;
    }

.v-list--three-line .v-list-item,
.v-list-item--three-line {
    min-height: 88px;
}

    .v-list--three-line .v-list-item .v-list-item__avatar,
    .v-list--three-line .v-list-item .v-list-item__action,
    .v-list-item--three-line .v-list-item__avatar,
    .v-list-item--three-line .v-list-item__action {
        align-self: flex-start;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .v-list--three-line .v-list-item .v-list-item__content,
    .v-list-item--three-line .v-list-item__content {
        align-self: stretch;
    }

    .v-list--three-line .v-list-item .v-list-item__subtitle,
    .v-list-item--three-line .v-list-item__subtitle {
        white-space: initial;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
/** Ripples */
/** Elements */
.v-list-item-group .v-list-item--active {
    color: inherit;
}
/** Ripples */
/** Elements */
.v-item-group {
    flex: 0 1 auto;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
/** Ripples */
/** Elements */
.v-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

    .v-avatar img,
    .v-avatar svg,
    .v-avatar .v-icon,
    .v-avatar .v-image,
    .v-avatar .v-responsive__content {
        border-radius: inherit;
        display: inline-flex;
        height: inherit;
        width: inherit;
    }

.v-avatar--tile {
    border-radius: 0;
}
/** Ripples */
/** Elements */
/* Theme */
.theme--light.v-input:not(.v-input--is-disabled) input,
.theme--light.v-input:not(.v-input--is-disabled) textarea {
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-input input::-webkit-input-placeholder,
.theme--light.v-input textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::-moz-placeholder,
.theme--light.v-input textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input:-ms-input-placeholder,
.theme--light.v-input textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::-ms-input-placeholder,
.theme--light.v-input textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input--is-disabled .v-label,
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-input:not(.v-input--is-disabled) input,
.theme--dark.v-input:not(.v-input--is-disabled) textarea {
    color: #FFFFFF;
}

.theme--dark.v-input input::-webkit-input-placeholder,
.theme--dark.v-input textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-input input::-moz-placeholder,
.theme--dark.v-input textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-input input:-ms-input-placeholder,
.theme--dark.v-input textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-input input::-ms-input-placeholder,
.theme--dark.v-input textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-input--is-disabled .v-label,
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
    color: rgba(255, 255, 255, 0.5);
}

.v-input {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
}

    .v-input .v-progress-linear {
        top: calc(100% - 1px);
        left: 0;
    }

    .v-input input {
        max-height: 32px;
    }

        .v-input input:invalid,
        .v-input textarea:invalid {
            box-shadow: none;
        }

        .v-input input:focus, .v-input input:active,
        .v-input textarea:focus,
        .v-input textarea:active {
            outline: none;
        }

    .v-input .v-label {
        height: 20px;
        line-height: 20px;
    }

.v-input__append-outer, .v-input__prepend-outer {
    display: inline-flex;
    margin-bottom: 4px;
    margin-top: 4px;
    line-height: 1;
}

    .v-input__append-outer .v-icon, .v-input__prepend-outer .v-icon {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.v-application--is-ltr .v-input__append-outer {
    margin-left: 9px;
}

.v-application--is-rtl .v-input__append-outer {
    margin-right: 9px;
}

.v-application--is-ltr .v-input__prepend-outer {
    margin-right: 9px;
}

.v-application--is-rtl .v-input__prepend-outer {
    margin-left: 9px;
}

.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}

.v-input__icon {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}

.v-input__icon--clear {
    border-radius: 50%;
}

.v-input__slot {
    align-items: center;
    color: inherit;
    display: flex;
    margin-bottom: 8px;
    min-height: inherit;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    width: 100%;
}

.v-input--dense > .v-input__control > .v-input__slot {
    margin-bottom: 4px;
}

.v-input--is-disabled:not(.v-input--is-readonly) {
    pointer-events: none;
}

.v-input--is-loading > .v-input__control > .v-input__slot:before, .v-input--is-loading > .v-input__control > .v-input__slot:after {
    display: none;
}

.v-input--hide-details > .v-input__control > .v-input__slot {
    margin-bottom: 0;
}

.v-input--has-state.error--text .v-label {
    -webkit-animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
    animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
/** Ripples */
/** Elements */
.theme--light.v-label {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-label--is-disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-label {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-label--is-disabled {
    color: rgba(255, 255, 255, 0.5);
}

.v-label {
    font-size: 16px;
    line-height: 1;
    min-height: 8px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
/** Ripples */
/** Elements */
/* Theme */
.theme--light.v-messages {
    color: rgba(0, 0, 0, 0.54);
}

.theme--dark.v-messages {
    color: rgba(255, 255, 255, 0.7);
}

.v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    position: relative;
}

.v-application--is-rtl .v-messages {
    text-align: right;
}

.v-messages__message {
    line-height: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/** Ripples */
/** Elements */
/* Theme */
.theme--light.v-counter {
    color: rgba(0, 0, 0, 0.54);
}

.theme--dark.v-counter {
    color: rgba(255, 255, 255, 0.7);
}

.v-counter {
    flex: 0 1 auto;
    font-size: 12px;
    min-height: 12px;
    line-height: 1;
}
/** Ripples */
/** Elements */
.theme--light.v-progress-linear {
    color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-progress-linear {
    color: #FFFFFF;
}

.v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.v-progress-linear__buffer {
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%;
    z-index: 1;
}

.v-progress-linear__background {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: inherit;
}

.v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.v-progress-linear__determinate {
    height: inherit;
    transition: inherit;
}

.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
    background-color: inherit;
    bottom: 0;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    will-change: left, right;
}

.v-progress-linear__indeterminate--active .long {
    -webkit-animation: indeterminate;
    animation: indeterminate;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.v-progress-linear__indeterminate--active .short {
    -webkit-animation: indeterminate-short;
    animation: indeterminate-short;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.v-progress-linear__stream {
    -webkit-animation: stream 0.25s infinite linear;
    animation: stream 0.25s infinite linear;
    border-color: currentColor;
    border-top: 4px dotted;
    bottom: 0;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: calc(50% - 2px);
    transition: inherit;
}

.v-progress-linear__wrapper {
    overflow: hidden;
    position: relative;
    transition: inherit;
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
    left: 0;
    z-index: 1;
}

.v-progress-linear--absolute {
    position: absolute;
}

.v-progress-linear--fixed {
    position: fixed;
}

.v-progress-linear--reactive .v-progress-linear__content {
    pointer-events: none;
}

.v-progress-linear--rounded {
    border-radius: 4px;
}

.v-progress-linear--striped .v-progress-linear__determinate {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 75%, transparent 0, transparent);
    background-size: 40px 40px;
    background-repeat: repeat-x;
}

.v-progress-linear--query .v-progress-linear__indeterminate--active .long {
    -webkit-animation: query;
    animation: query;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.v-progress-linear--query .v-progress-linear__indeterminate--active .short {
    -webkit-animation: query-short;
    animation: query-short;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -90%;
        right: 100%;
    }

    60% {
        left: -90%;
        right: 100%;
    }

    100% {
        left: 100%;
        right: -35%;
    }
}

@keyframes indeterminate {
    0% {
        left: -90%;
        right: 100%;
    }

    60% {
        left: -90%;
        right: 100%;
    }

    100% {
        left: 100%;
        right: -35%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@-webkit-keyframes query {
    0% {
        right: -90%;
        left: 100%;
    }

    60% {
        right: -90%;
        left: 100%;
    }

    100% {
        right: 100%;
        left: -35%;
    }
}

@keyframes query {
    0% {
        right: -90%;
        left: 100%;
    }

    60% {
        right: -90%;
        left: 100%;
    }

    100% {
        right: 100%;
        left: -35%;
    }
}

@-webkit-keyframes query-short {
    0% {
        right: -200%;
        left: 100%;
    }

    60% {
        right: 107%;
        left: -8%;
    }

    100% {
        right: 107%;
        left: -8%;
    }
}

@keyframes query-short {
    0% {
        right: -200%;
        left: 100%;
    }

    60% {
        right: 107%;
        left: -8%;
    }

    100% {
        right: 107%;
        left: -8%;
    }
}

@-webkit-keyframes stream {
    to {
        transform: translateX(-8px);
    }
}

@keyframes stream {
    to {
        transform: translateX(-8px);
    }
}
/** Ripples */
/** Elements */
.v-badge {
    display: inline-block;
    line-height: 1;
    position: relative;
}

.v-badge__badge {
    align-items: center;
    border-radius: 11px;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    line-height: normal;
    min-width: 22px;
    padding: 0 4px;
    position: absolute;
    right: -22px;
    top: -11px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

    .v-badge__badge .v-icon {
        font-size: 14px;
    }

.v-badge--overlap .v-badge__badge {
    top: -8px;
    right: -8px;
}

.v-badge--overlap.v-badge--left .v-badge__badge {
    left: -8px;
    right: initial;
}

.v-badge--overlap.v-badge--bottom .v-badge__badge {
    bottom: -8px;
    top: initial;
}

.v-badge--left .v-badge__badge {
    left: -22px;
    right: initial;
}

.v-badge--bottom .v-badge__badge {
    bottom: -11px;
    top: initial;
}

.v-application--is-rtl .v-badge__badge {
    right: initial;
    left: -22px;
}

.v-application--is-rtl .v-badge--overlap .v-badge__badge {
    right: initial;
    left: -8px;
}

.v-application--is-rtl .v-badge--overlap.v-badge--left .v-badge__badge {
    right: -8px;
    left: initial;
}

.v-application--is-rtl .v-badge--left .v-badge__badge {
    right: -22px;
    left: initial;
}
/** Ripples */
/** Elements */
.theme--light.v-banner .v-banner__wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--dark.v-banner .v-banner__wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.v-banner {
    position: relative;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
}

.v-banner__actions {
    align-items: center;
    align-self: flex-end;
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
    margin-left: 90px;
    margin-bottom: -8px;
}

    .v-banner__actions > * {
        margin-left: 8px;
    }

.v-application--is-rtl .v-banner__actions > * {
    margin-left: 0;
    margin-right: 8px;
}

.v-application--is-rtl .v-banner__actions {
    margin-left: 0;
    margin-right: 90px;
}

.v-banner__content {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}

.v-banner__text {
    line-height: 20px;
}

.v-banner__icon {
    display: inline-flex;
    margin-right: 24px;
    flex: 0 0 auto;
}

.v-application--is-rtl .v-banner__icon {
    margin-left: 24px;
    margin-right: 0;
}

.v-banner__wrapper {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding: 16px 8px 16px 24px;
}

.v-application--is-rtl .v-banner__wrapper {
    padding-right: 24px;
    padding-left: 8px;
}

.v-banner--single-line .v-banner__actions {
    margin-bottom: 0;
}

.v-banner--single-line .v-banner__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v-banner--single-line .v-banner__wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}

.v-banner--has-icon .v-banner__wrapper {
    padding-left: 16px;
}

.v-application--is-rtl .v-banner--has-icon .v-banner__wrapper {
    padding-left: 8px;
    padding-right: 16px;
}

.v-banner--is-mobile .v-banner__actions {
    flex: 1 0 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
}

.v-banner--is-mobile .v-banner__wrapper {
    flex-wrap: wrap;
    padding-left: 16px;
    padding-top: 16px;
}

.v-application--is-rtl .v-banner--is-mobile .v-banner__wrapper {
    padding-left: 0;
    padding-right: 16px;
}

.v-banner--is-mobile.v-banner--has-icon .v-banner__wrapper {
    padding-top: 24px;
}

.v-banner--is-mobile.v-banner--single-line .v-banner__actions {
    flex: initial;
    margin-left: 36px;
    padding-top: 0;
}

.v-application--is-rtl .v-banner--is-mobile.v-banner--single-line .v-banner__actions {
    margin-left: 0;
    margin-right: 36px;
}

.v-banner--is-mobile.v-banner--single-line .v-banner__wrapper {
    flex-wrap: nowrap;
    padding-top: 10px;
}

.v-banner--is-mobile .v-banner__icon {
    margin-right: 16px;
}

.v-application--is-rtl .v-banner--is-mobile .v-banner__icon {
    margin-right: 0;
    margin-left: 16px;
}

.v-banner--is-mobile .v-banner__content {
    padding-right: 8px;
}

.v-application--is-rtl .v-banner--is-mobile .v-banner__content {
    padding-left: 8px;
    padding-right: 0;
}

.v-banner--is-mobile .v-banner__content .v-banner__wrapper {
    flex-wrap: nowrap;
    padding-top: 10px;
}
/** Ripples */
/** Elements */
.theme--light.v-bottom-navigation {
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-bottom-navigation .v-btn:not(.v-btn--active) {
        color: rgba(0, 0, 0, 0.54) !important;
    }

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

    .theme--dark.v-bottom-navigation .v-btn:not(.v-btn--active) {
        color: rgba(255, 255, 255, 0.7) !important;
    }

.v-item-group.v-bottom-navigation {
    bottom: 0;
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

    .v-item-group.v-bottom-navigation .v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
        background-color: transparent;
    }

    .v-item-group.v-bottom-navigation .v-btn {
        border-radius: 0;
        box-shadow: none;
        flex: 0 1 auto;
        font-size: 0.75rem;
        height: inherit;
        max-width: 168px;
        min-width: 80px;
        position: relative;
        text-transform: none;
    }

        .v-item-group.v-bottom-navigation .v-btn:after {
            content: none;
        }

        .v-item-group.v-bottom-navigation .v-btn .v-btn__content {
            flex-direction: column-reverse;
            height: inherit;
            opacity: 0.7;
        }

            .v-item-group.v-bottom-navigation .v-btn .v-btn__content .v-icon {
                margin-bottom: 4px;
            }

            .v-item-group.v-bottom-navigation .v-btn .v-btn__content > *:not(.v-icon) {
                line-height: 1.2;
            }

        .v-item-group.v-bottom-navigation .v-btn.v-btn--active {
            color: inherit;
        }

            .v-item-group.v-bottom-navigation .v-btn.v-btn--active:not(:hover):before {
                opacity: 0;
            }

            .v-item-group.v-bottom-navigation .v-btn.v-btn--active .v-btn__content {
                opacity: 1;
            }

.v-item-group.v-bottom-navigation--absolute,
.v-item-group.v-bottom-navigation--fixed {
    z-index: 4;
}

.v-item-group.v-bottom-navigation--absolute {
    position: absolute;
}

.v-item-group.v-bottom-navigation--active {
    transform: translate(0, 0);
}

.v-item-group.v-bottom-navigation--fixed {
    position: fixed;
}

.v-item-group.v-bottom-navigation--grow .v-btn {
    width: 100%;
}

.v-item-group.v-bottom-navigation--horizontal .v-btn > .v-btn__content {
    flex-direction: row-reverse;
}

    .v-item-group.v-bottom-navigation--horizontal .v-btn > .v-btn__content > .v-icon {
        margin-bottom: 0;
        margin-right: 16px;
    }

.v-item-group.v-bottom-navigation--shift .v-btn .v-btn__content > *:not(.v-icon) {
    opacity: 0;
    position: absolute;
    top: calc(100% - 12px);
    transform: scale(0.9);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content > .v-icon {
    transform: translateY(-8px);
}

.v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content > *:not(.v-icon) {
    opacity: 1;
    top: calc(100% - 22px);
    transform: scale(1);
}
/** Ripples */
/** Elements */
.bottom-sheet-transition-enter {
    transform: translateY(100%);
}

.bottom-sheet-transition-leave-to {
    transform: translateY(100%);
}

.v-bottom-sheet.v-dialog {
    align-self: flex-end;
    border-radius: 0;
    flex: 1 0 100%;
    margin: 0;
    min-width: 100%;
    overflow: visible;
}

    .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
        max-width: 70%;
        min-width: 0;
    }

@media only screen and (max-width: 599px) {
    .v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
        max-width: none;
    }
}
/** Ripples */
/** Elements */
.v-dialog {
    border-radius: var(--monad-border-radius, 2px);
    margin: 1em;
    overflow-y: auto;
    pointer-events: auto;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: auto;
    max-width: 100%;
    min-width: 320px;
    z-index: inherit;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

    .v-dialog:not(.v-dialog--fullscreen) {
        max-height: 90%;
    }

    .v-dialog > * {
        width: 100%;
    }

    .v-dialog > .v-card > .v-card__title {
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.0125em;
        padding: 1rem;
    }

        .v-dialog > .v-card > .v-card__title h1, .v-dialog > .v-card > .v-card__title h2, .v-dialog > .v-card > .v-card__title h3 {
            margin: 0;
        }

    .v-dialog > .v-card > .v-card__text {
        padding:1rem;
    }

.v-dialog__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
    width: 100%;
    z-index: 6;
    outline: none;
}

.v-dialog__container {
    display: none;
}

.v-dialog__container--attached {
    display: inline;
}

.v-dialog--animated {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-name: animate-dialog;
    animation-name: animate-dialog;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-dialog--fullscreen {
    border-radius: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
}

    .v-dialog--fullscreen > .v-card {
        min-height: 100%;
        min-width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

.v-dialog--scrollable,
.v-dialog--scrollable > form {
    display: flex;
}

    .v-dialog--scrollable > .v-card,
    .v-dialog--scrollable > form > .v-card {
        display: flex;
        flex: 1 1 100%;
        flex-direction: column;
        max-height: 100%;
        max-width: 100%;
    }

        .v-dialog--scrollable > .v-card > .v-card__title,
        .v-dialog--scrollable > .v-card > .v-card__actions,
        .v-dialog--scrollable > form > .v-card > .v-card__title,
        .v-dialog--scrollable > form > .v-card > .v-card__actions {
            flex: 0 0 auto;
        }

        .v-dialog--scrollable > .v-card > .v-card__text,
        .v-dialog--scrollable > form > .v-card > .v-card__text {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            flex: 1 1 auto;
            overflow-y: auto;
        }

@-webkit-keyframes animate-dialog {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate-dialog {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}
/** Ripples */
/** Elements */
.theme--light.v-overlay {
    color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
    color: #FFFFFF;
}

.v-overlay {
    align-items: center;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
    position: relative;
}

.v-overlay__scrim {
    border-radius: inherit;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    width: 100%;
    will-change: opacity;
}

.v-overlay--absolute {
    position: absolute;
}

.v-overlay--active {
    pointer-events: auto;
    touch-action: none;
}
/** Ripples */
/** Elements */
.theme--light.v-breadcrumbs .v-breadcrumbs__divider, .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-breadcrumbs .v-breadcrumbs__divider, .theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled {
    color: rgba(255, 255, 255, 0.5);
}

.v-breadcrumbs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    list-style-type: none;
    margin: 0;
    padding: 18px 12px;
}

    .v-breadcrumbs li {
        align-items: center;
        display: inline-flex;
        font-size: 14px;
    }

        .v-breadcrumbs li .v-icon {
            font-size: 16px;
        }

        .v-breadcrumbs li:nth-child(even) {
            padding: 0 12px;
        }

.v-breadcrumbs__item {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-breadcrumbs__item--disabled {
    pointer-events: none;
}

.v-breadcrumbs--large li {
    font-size: 16px;
}

    .v-breadcrumbs--large li .v-icon {
        font-size: 16px;
    }
/** Ripples */
/** Elements */
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
        border-color: rgba(0, 0, 0, 0.12) !important;
    }

        .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
            border-color: rgba(0, 0, 0, 0.26);
        }

        .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
            color: #000000;
        }

.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) {
    background: #424242;
    color: #FFFFFF;
}

    .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
        border-color: rgba(255, 255, 255, 0.12) !important;
    }

        .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
            border-color: rgba(255, 255, 255, 0.3);
        }

        .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
            color: #FFFFFF;
        }

.v-btn-toggle {
    border-radius: 4px;
    display: inline-flex;
    max-width: 100%;
}

    .v-btn-toggle > .v-btn.v-btn {
        border-radius: 0;
        border-style: solid;
        border-width: thin;
        box-shadow: none;
        box-shadow: none;
        opacity: 0.8;
        padding: 0 12px;
    }

        .v-btn-toggle > .v-btn.v-btn:first-child {
            border-top-left-radius: inherit;
            border-bottom-left-radius: inherit;
        }

        .v-btn-toggle > .v-btn.v-btn:last-child {
            border-top-right-radius: inherit;
            border-bottom-right-radius: inherit;
        }

    .v-btn-toggle > .v-btn.v-btn--active {
        color: inherit;
        opacity: 1;
    }

    .v-btn-toggle > .v-btn.v-btn:after {
        display: none;
    }

    .v-btn-toggle > .v-btn.v-btn:not(:first-child) {
        border-left-width: 0;
    }

    .v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default {
        height: 48px;
        min-height: 0;
        min-width: 48px;
    }

.v-btn-toggle--borderless > .v-btn.v-btn {
    border-width: 0;
}

.v-btn-toggle--dense > .v-btn.v-btn {
    padding: 0 8px;
}

.v-btn-toggle--group {
    border-radius: 0;
}

    .v-btn-toggle--group > .v-btn.v-btn {
        background-color: transparent !important;
        border-color: transparent;
        margin: 4px;
        min-width: auto;
    }

.v-btn-toggle--rounded {
    border-radius: 24px;
}

.v-btn-toggle--shaped {
    border-radius: 24px 4px;
}

.v-btn-toggle--tile {
    border-radius: 0;
}
/** Ripples */
/** Elements */
/** Ripples */
/** Elements */
.theme--light.v-calendar-events .v-event-timed {
    border: 1px solid !important;
}

.theme--dark.v-calendar-events .v-event-timed {
    border: 1px solid !important;
}

.v-calendar .v-event {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9em;
    cursor: pointer;
    margin-right: -1px;
    height: auto !important;
    width: 100% !important;
    padding: 4px;
}

    .v-calendar .v-event.v-event-start {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .v-calendar .v-event.v-event-end {
        width: 95%;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.v-calendar .v-event-more {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    width: 95%;
}

.v-calendar .v-event-timed-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    pointer-events: none;
}

.v-calendar .v-event-timed {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    pointer-events: all;
}

.v-calendar.v-calendar-events .v-calendar-weekly__day {
    overflow: visible;
}
/** Ripples */
/** Elements */
.theme--light.v-calendar-weekly {
    /*background-color: #FFFFFF;*/
}

    .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
        border-right: var(--monad-border, 1px solid #e7e7e7);
        color: var(--monad-color, #444444);
    }

        .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
            color: rgba(0, 0, 0, 0.38);
        }

        .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
            background-color: #f7f7f7;
        }

    .theme--light.v-calendar-weekly .v-calendar-weekly__day {
        border-right: var(--monad-border, 1px solid #e7e7e7);
        border-bottom: var(--monad-border, 1px solid #e7e7e7);
        color: var(--monad-color, #444444);
        background-color: var(--monad-background-contrast, #ffffff);
    }

        .theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
            background-color: var(--monad-background-contrast, #f9f9f9);
        }

.theme--dark.v-calendar-weekly {
    background-color: #303030;
}

    .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday {
        border-right: #9e9e9e 1px solid;
        color: #FFFFFF;
    }

        .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
            color: rgba(255, 255, 255, 0.5);
        }

        .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
            background-color: #202020;
        }

    .theme--dark.v-calendar-weekly .v-calendar-weekly__day {
        border-right: #9e9e9e 1px solid;
        border-bottom: #9e9e9e 1px solid;
        color: #FFFFFF;
    }

        .theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside {
            background-color: #202020;
        }

.v-calendar-weekly {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.v-calendar-weekly__head {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-calendar-weekly__head-weekday {
    flex: 1 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.v-calendar-weekly__week {
    display: flex;
    flex: 1;
    height: unset;
    min-height: 0;
}

.v-calendar-weekly__day {
    flex: 1;
    width: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    min-width: 0;
}

    .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
        color: currentColor;
    }

.v-calendar-weekly__day-label {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    margin: 4px 0 0 0;
}

    .v-calendar-weekly__day-label .v-btn {
        font-size: 12px;
        text-transform: none;
    }

.v-calendar-weekly__day-month {
    position: absolute;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    top: 0;
    left: 36px;
    height: 32px;
    line-height: 32px;
}
/** Ripples */
/** Elements */
.theme--light.v-calendar-daily {
    background-color: #FFFFFF;
}

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
        border-right: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily_head-day {
        border-right: #e0e0e0 1px solid;
        border-bottom: #e0e0e0 1px solid;
        color: #000000;
    }

        .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
        .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
            color: rgba(0, 0, 0, 0.38);
        }

    .theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
        border-right: #e0e0e0 1px solid;
    }

        .theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
            color: #424242 1px solid;
        }

    .theme--light.v-calendar-daily .v-calendar-daily__day {
        border-right: #e0e0e0 1px solid;
        border-bottom: #e0e0e0 1px solid;
    }

    .theme--light.v-calendar-daily .v-calendar-daily__day-interval {
        border-top: #e0e0e0 1px solid;
    }

        .theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
            border-top: none !important;
        }

.theme--dark.v-calendar-daily {
    background-color: #303030;
}

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-head {
        border-right: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily_head-day {
        border-right: #9e9e9e 1px solid;
        border-bottom: #9e9e9e 1px solid;
        color: #FFFFFF;
    }

        .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
        .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
            color: rgba(255, 255, 255, 0.5);
        }

    .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body {
        border-right: #9e9e9e 1px solid;
    }

        .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
            color: #eeeeee 1px solid;
        }

    .theme--dark.v-calendar-daily .v-calendar-daily__day {
        border-right: #9e9e9e 1px solid;
        border-bottom: #9e9e9e 1px solid;
    }

    .theme--dark.v-calendar-daily .v-calendar-daily__day-interval {
        border-top: #9e9e9e 1px solid;
    }

        .theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child {
            border-top: none !important;
        }

.v-calendar-daily {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.v-calendar-daily__head {
    flex: none;
    display: flex;
}

.v-calendar-daily__intervals-head {
    flex: none;
    width: 44px;
}

.v-calendar-daily_head-day {
    flex: 1 1 auto;
    width: 0;
}

.v-calendar-daily_head-weekday {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 3px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.v-calendar-daily_head-day-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 0px 3px 0px;
    cursor: pointer;
    text-align: center;
}

.v-calendar-daily__body {
    flex: 1 1 60%;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
}

.v-calendar-daily__scroll-area {
    overflow-y: scroll;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
}

.v-calendar-daily__pane {
    width: 100%;
    overflow-y: hidden;
    flex: none;
    display: flex;
    align-items: flex-start;
}

.v-calendar-daily__day-container {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}

.v-calendar-daily__intervals-body {
    flex: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 44px;
}

.v-calendar-daily__interval {
    text-align: center;
    border-bottom: none;
}

.v-calendar-daily__interval-text {
    display: block;
    position: relative;
    top: -6px;
    font-size: 10px;
}

.v-calendar-daily__day {
    flex: 1;
    width: 0;
    position: relative;
}
/** Ripples */
/** Elements */
.v-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.v-carousel__controls {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: flex;
    height: 50px;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .v-carousel__controls > .v-item-group {
        flex: 0 1 auto;
    }

.v-carousel__controls__item {
    margin: 0 8px;
}

    .v-carousel__controls__item .v-icon {
        opacity: 0.5;
    }

.v-carousel__controls__item--active .v-icon {
    opacity: 1;
    vertical-align: middle;
}

.v-carousel__controls__item:hover {
    background: none;
}

    .v-carousel__controls__item:hover .v-icon {
        opacity: 0.8;
    }

.v-carousel__progress {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.v-carousel .v-window-item {
    display: block;
    height: inherit;
    text-decoration: none;
}

.v-carousel--hide-delimiter-background .v-carousel__controls {
    background: transparent;
}

.v-carousel--vertical-delimiters .v-carousel__controls {
    height: 100% !important;
    width: 50px;
}
/** Ripples */
/** Elements */
.v-window__container {
    height: inherit;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-window__container--is-active {
    overflow: hidden;
}

.v-window__prev, .v-window__next {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: absolute;
    margin: 0 16px;
    top: calc(50% - 20px);
    z-index: 1;
}

    .v-window__prev .v-btn:hover, .v-window__next .v-btn:hover {
        background: none;
    }

.v-application--is-ltr .v-window__prev {
    left: 0;
}

.v-application--is-rtl .v-window__prev {
    right: 0;
}

.v-application--is-ltr .v-window__next {
    right: 0;
}

.v-application--is-rtl .v-window__next {
    left: 0;
}

.v-window--show-arrows-on-hover {
    overflow: hidden;
}

    .v-window--show-arrows-on-hover .v-window__next,
    .v-window--show-arrows-on-hover .v-window__prev {
        transition: 0.2s transform cubic-bezier(0.25, 0.8, 0.5, 1);
    }

.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev {
    transform: translateX(-200%);
}

.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev {
    transform: translateX(200%);
}

.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next {
    transform: translateX(200%);
}

.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next {
    transform: translateX(-200%);
}

.v-window--show-arrows-on-hover:hover .v-window__next,
.v-window--show-arrows-on-hover:hover .v-window__prev {
    transform: translateX(0);
}

.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-window-x-transition-leave, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave, .v-window-y-reverse-transition-leave-to {
    position: absolute !important;
    top: 0;
    width: 100%;
}

.v-window-x-transition-enter {
    transform: translateX(100%);
}

.v-window-x-transition-leave-to {
    transform: translateX(-100%);
}

.v-window-x-reverse-transition-enter {
    transform: translateX(-100%);
}

.v-window-x-reverse-transition-leave-to {
    transform: translateX(100%);
}

.v-window-y-transition-enter {
    transform: translateY(100%);
}

.v-window-y-transition-leave-to {
    transform: translateY(-100%);
}

.v-window-y-reverse-transition-enter {
    transform: translateY(-100%);
}

.v-window-y-reverse-transition-leave-to {
    transform: translateY(100%);
}
/** Ripples */
/** Elements */
.v-input--checkbox.v-input--indeterminate.v-input--is-disabled {
    opacity: 0.6;
}
/** Ripples */
/** Elements */
.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
    color: rgba(0, 0, 0, 0.26) !important;
}

.theme--dark.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
    color: rgba(255, 255, 255, 0.3) !important;
}

.v-input--selection-controls {
    margin-top: 16px;
    padding-top: 4px;
}

    .v-input--selection-controls .v-input__append-outer,
    .v-input--selection-controls .v-input__prepend-outer {
        margin-top: 0;
        margin-bottom: 0;
    }

    .v-input--selection-controls .v-input__control {
        flex-grow: 0;
        width: auto;
    }

    .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
        margin-bottom: 12px;
    }

.v-input--selection-controls__input {
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    height: 24px;
    position: relative;
    margin-right: 8px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: color, transform;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-application--is-rtl .v-input--selection-controls__input {
    margin-right: 0;
    margin-left: 8px;
}

.v-input--selection-controls__input input[role=checkbox],
.v-input--selection-controls__input input[role=radio],
.v-input--selection-controls__input input[role=switch] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-input--selection-controls__input + .v-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-input--selection-controls__ripple {
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    position: absolute;
    transition: inherit;
    width: 34px;
    left: -12px;
    top: calc(50% - 24px);
    margin: 7px;
}

    .v-input--selection-controls__ripple:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        opacity: 0.2;
        left: 0;
        right: 0;
        top: 0;
        transform-origin: center center;
        transform: scale(0.2);
        transition: inherit;
    }

    .v-input--selection-controls__ripple .v-ripple__container {
        transform: scale(1.2);
    }

.v-input--selection-controls.v-input {
    flex: 0 1 auto;
}

    .v-input--selection-controls.v-input .v-label {
        align-items: center;
        display: inline-flex;
        top: 0;
        height: auto;
    }

.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
    background: currentColor;
    opacity: 0.4;
    transform: scale(1.2);
}

.v-input--selection-controls .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
    background: currentColor;
    transform: scale(1.2);
    transition: none;
}
/** Ripples */
/** Elements */
.theme--light.v-chip-group .v-chip:not(.v-chip--active) {
    color: rgba(0, 0, 0, 0.87) !important;
}

.theme--dark.v-chip-group .v-chip:not(.v-chip--active) {
    color: #FFFFFF !important;
}

.v-chip-group .v-chip {
    margin: 4px 8px 4px 0;
}

.v-chip-group .v-chip--active {
    color: inherit;
}

    .v-chip-group .v-chip--active.v-chip--no-color:after {
        opacity: 0.22;
    }

    .v-chip-group .v-chip--active.v-chip--no-color:focus:after {
        opacity: 0.32;
    }

.v-chip-group .v-slide-group__content {
    padding: 4px 0;
}

.v-chip-group--column .v-slide-group__content {
    white-space: normal;
    flex-wrap: wrap;
    max-width: 100%;
}
/** Ripples */
/** Elements */
.v-slide-group {
    display: flex;
}

    .v-slide-group:not(.v-slide-group--has-affixes) .v-slide-group__prev,
    .v-slide-group:not(.v-slide-group--has-affixes) .v-slide-group__next {
        display: none;
    }

    .v-slide-group.v-item-group > .v-slide-group__next,
    .v-slide-group.v-item-group > .v-slide-group__prev {
        cursor: pointer;
    }

.v-slide-item {
    display: inline-flex;
    flex: 0 1 auto;
}

.v-slide-group__next,
.v-slide-group__prev {
    align-items: center;
    display: flex;
    flex: 0 1 52px;
    justify-content: center;
    min-width: 52px;
}

.v-slide-group__content {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    white-space: nowrap;
}

.v-slide-group__wrapper {
    contain: content;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}

.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.theme--light.v-color-picker .v-color-picker__input input {
    border: thin solid rgba(0, 0, 0, 0.12);
}

.theme--light.v-color-picker span {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-color-picker .v-color-picker__dot, .theme--light.v-color-picker .v-color-picker__color {
    background-color: rgba(255, 255, 255, 0);
}

.theme--dark.v-color-picker .v-color-picker__input input {
    border: thin solid rgba(255, 255, 255, 0.12);
}

.theme--dark.v-color-picker span {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-color-picker .v-color-picker__dot, .theme--dark.v-color-picker .v-color-picker__color {
    background-color: rgba(255, 255, 255, 0.12);
}

.v-color-picker {
    align-self: flex-start;
    border-radius: 4px;
    contain: content;
    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);
}

.v-color-picker__controls {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.v-color-picker--flat {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

    .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }
/** Ripples */
/** Elements */
.v-color-picker .v-input__slider {
    border-radius: 5px;
}

    .v-color-picker .v-input__slider .v-slider {
        margin: 0;
    }

.v-color-picker__alpha:not(.v-input--is-disabled) .v-slider {
    border-radius: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
}

.v-color-picker__sliders {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.v-color-picker__dot {
    position: relative;
    height: 30px;
    margin-right: 24px;
    width: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
    border-radius: 50%;
    overflow: hidden;
}

    .v-color-picker__dot > div {
        width: 100%;
        height: 100%;
    }

.v-color-picker__hue:not(.v-input--is-disabled) {
    background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}

.v-color-picker__track {
    position: relative;
    width: 100%;
}

.v-color-picker__preview {
    align-items: center;
    display: flex;
}

    .v-color-picker__preview .v-slider {
        min-height: 10px;
    }

        .v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb {
            box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
        }

        .v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container {
            opacity: 0;
        }

    .v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue {
        margin-bottom: 24px;
    }
/** Ripples */
/** Elements */
.theme--light.v-slider .v-slider__track-background,
.theme--light.v-slider .v-slider__track-fill,
.theme--light.v-slider .v-slider__thumb {
    background: rgba(0, 0, 0, 0.26);
}

.theme--dark.v-slider .v-slider__track-background,
.theme--dark.v-slider .v-slider__track-fill,
.theme--dark.v-slider .v-slider__thumb {
    background: rgba(255, 255, 255, 0.2);
}

.v-slider {
    cursor: default;
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-slider input {
        cursor: default;
        padding: 0;
        width: 100%;
        display: none;
    }

.v-slider__track-container {
    position: absolute;
    border-radius: 0;
}

.v-slider__track-background, .v-slider__track-fill {
    position: absolute;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-slider__thumb-container {
    outline: none;
    position: absolute;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    top: 50%;
}

    .v-slider__thumb-container:hover .v-slider__thumb:before {
        transform: scale(1);
    }

.v-slider__thumb {
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    top: 50%;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-slider__thumb:before {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
        content: "";
        color: inherit;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: currentColor;
        opacity: 0.3;
        position: absolute;
        left: -12px;
        top: -12px;
        transform: scale(0.1);
        pointer-events: none;
    }

.v-slider__ticks-container {
    position: absolute;
}

.v-slider__tick {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    border-radius: 0;
}

.v-slider__tick--filled {
    background-color: rgba(255, 255, 255, 0.5);
}

.v-slider__tick:first-child .v-slider__tick-label {
    transform: none;
}

.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label {
    transform: translateX(100%);
}

.v-slider__tick:last-child .v-slider__tick-label {
    transform: translateX(-100%);
}

.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label {
    transform: none;
}

.v-slider__tick-label {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.v-slider__thumb-label-container {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-slider__thumb-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50% 50% 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-slider--horizontal {
    min-height: 32px;
    margin-left: 8px;
    margin-right: 8px;
}

    .v-slider--horizontal .v-slider__track-container {
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .v-slider--horizontal .v-slider__track-background, .v-slider--horizontal .v-slider__track-fill {
        height: 100%;
    }

    .v-slider--horizontal .v-slider__ticks-container {
        left: 0;
        height: 2px;
        width: 100%;
    }

    .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label {
        transform: translateX(0%);
    }

.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label {
    transform: translate(100%);
}

.v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label {
    transform: translateX(-100%);
}

.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label {
    transform: translateX(0%);
}

.v-slider--horizontal .v-slider__tick .v-slider__tick-label {
    top: 8px;
    transform: translateX(-50%);
}

.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label {
    transform: translateX(50%);
}

.v-slider--horizontal .v-slider__thumb-label {
    transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
}

    .v-slider--horizontal .v-slider__thumb-label > * {
        transform: rotate(-45deg);
    }

.v-slider--vertical {
    min-height: 150px;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .v-slider--vertical .v-slider__track-container {
        height: 100%;
        width: 2px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .v-slider--vertical .v-slider__track-background, .v-slider--vertical .v-slider__track-fill {
        width: 100%;
    }

    .v-slider--vertical .v-slider__thumb-container {
        left: 50%;
    }

    .v-slider--vertical .v-slider__ticks-container {
        top: 0;
        width: 2px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label {
        transform: translateY(-50%);
    }

.v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label {
    right: 12px;
}

.v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label {
    transform: translateY(-50%);
}

.v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label {
    transform: translateY(-50%);
}

.v-slider--vertical .v-slider__tick .v-slider__tick-label {
    left: 12px;
    transform: translateY(-50%);
}

.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label {
    left: auto;
    right: 12px;
}

.v-slider--vertical .v-slider__thumb-label > * {
    transform: rotate(-135deg);
}

.v-slider__thumb-container--focused .v-slider__thumb:before {
    transform: scale(1);
}

.v-slider--active .v-slider__tick {
    opacity: 1;
}

.v-slider__thumb-container--active .v-slider__thumb:before {
    transform: scale(1.5) !important;
}

.v-slider--disabled {
    pointer-events: none;
}

    .v-slider--disabled .v-slider__thumb {
        width: 8px;
        height: 8px;
        left: -4px;
    }

        .v-slider--disabled .v-slider__thumb:before {
            display: none;
        }

.v-slider__ticks-container--always-show .v-slider__tick {
    opacity: 1;
}

.v-slider--readonly {
    pointer-events: none;
}

.v-input__slider .v-input__slot .v-label {
    margin-left: 0;
    margin-right: 12px;
}

.v-application--is-rtl .v-input__slider .v-input__slot .v-label {
    margin-right: 0;
    margin-left: 12px;
}

.v-input__slider--inverse-label .v-input__slot .v-label {
    margin-right: 0;
    margin-left: 12px;
}

.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label {
    margin-left: 0;
    margin-right: 12px;
}

.v-input__slider--vertical {
    align-items: center;
    flex-direction: column-reverse;
}

.v-application--is-rtl .v-input__slider--vertical {
    flex-direction: column;
}

.v-input__slider--vertical .v-input__slot, .v-input__slider--vertical .v-input__prepend-outer, .v-input__slider--vertical .v-input__append-outer {
    margin: 0;
}

.v-input__slider--vertical .v-messages {
    display: none;
}

.v-input--has-state .v-slider__track-background {
    opacity: 0.4;
}
/** Ripples */
/** Elements */
.v-color-picker__canvas {
    position: relative;
    overflow: hidden;
    contain: strict;
}

.v-color-picker__canvas-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1.5px white, inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}

.v-color-picker__canvas-dot--disabled {
    box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}

.v-color-picker__canvas:hover .v-color-picker__canvas-dot {
    will-change: transform;
}
/** Ripples */
/** Elements */
.v-color-picker__edit {
    margin-top: 24px;
    display: flex;
}

.v-color-picker__input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

    .v-color-picker__input:not(:last-child) {
        margin-right: 8px;
    }

    .v-color-picker__input input {
        border-radius: 4px;
        margin-bottom: 8px;
        min-width: 0;
        outline: none;
        text-align: center;
        width: 100%;
        height: 28px;
    }

    .v-color-picker__input span {
        font-size: 0.75rem;
    }
/** Ripples */
/** Elements */
.v-color-picker__swatches {
    overflow-y: auto;
}

    .v-color-picker__swatches > div {
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
    }

.v-color-picker__swatch {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.v-color-picker__color {
    position: relative;
    height: 18px;
    max-height: 18px;
    width: 45px;
    margin: 2px 4px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
    cursor: pointer;
}

    .v-color-picker__color > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
/** Ripples */
/** Elements */
.v-content {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .v-content:not([data-booted=true]) {
        transition: none !important;
    }

.v-content__wrap {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
}

@-moz-document url-prefix() {
    @media print {
        .v-content {
            display: block;
        }
    }
}
/** Ripples */
/** Elements */
.v-data-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

    .v-data-footer .v-btn {
        color: inherit;
    }

.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child {
    margin-right: 7px;
}

.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child {
    margin-left: 7px;
}

.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child {
    margin-left: 7px;
}

.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child {
    margin-right: 7px;
}

.v-data-footer__pagination {
    display: block;
    text-align: center;
}

.v-application--is-ltr .v-data-footer__pagination {
    margin: 0 32px 0 24px;
}

.v-application--is-rtl .v-data-footer__pagination {
    margin: 0 24px 0 32px;
}

.v-data-footer__select {
    display: flex;
    align-items: center;
    flex: 0 0 0;
    justify-content: flex-end;
    white-space: nowrap;
}

.v-application--is-ltr .v-data-footer__select {
    margin-right: 14px;
}

.v-application--is-rtl .v-data-footer__select {
    margin-left: 14px;
}

.v-data-footer__select .v-select {
    flex: 0 1 0;
    padding: 0;
    position: initial;
}

.v-application--is-ltr .v-data-footer__select .v-select {
    margin: 13px 0 13px 34px;
}

.v-application--is-rtl .v-data-footer__select .v-select {
    margin: 13px 34px 13px 0;
}

.v-data-footer__select .v-select__selections {
    flex-wrap: nowrap;
}

    .v-data-footer__select .v-select__selections .v-select__selection--comma {
        font-size: 12px;
    }
/** Ripples */
/** Elements */
.theme--light.v-data-table tbody tr.v-data-table__selected {
    background: var(--monad-default-background,#f5f5f5);
    color: var(--monad-default-color);
}

.theme--light.v-data-table .v-row-group__header, .theme--light.v-data-table .v-row-group__summary {
    background: #eeeeee;
}

.theme--light.v-data-table .v-data-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--light.v-data-table .v-data-table__empty-wrapper {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-data-table tbody tr.v-data-table__selected {
    background: #505050;
}

.theme--dark.v-data-table .v-row-group__header, .theme--dark.v-data-table .v-row-group__summary {
    background: #616161;
}

.theme--dark.v-data-table .v-data-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.theme--dark.v-data-table .v-data-table__empty-wrapper {
    color: rgba(255, 255, 255, 0.5);
}

.v-data-table tbody tr.v-data-table__expanded {
    border-bottom: 0;
}

.v-data-table tbody tr.v-data-table__expanded__content {
    box-shadow: inset 0px 4px 8px -5px rgba(50, 50, 50, 0.75), inset 0px -4px 8px -5px rgba(50, 50, 50, 0.75);
}

.v-data-table__empty-wrapper {
    text-align: center;
}

.v-data-table__mobile-row {
    display: block;
}

.v-data-table__mobile-row__wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-data-table__mobile-row__header {
    font-weight: 600;
}

.v-data-table__mobile-row__cell {
    text-align: right;
}

.v-row-group__header td, .v-row-group__summary td {
    height: 35px;
}

.v-data-table__expand-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.v-data-table__expand-icon--active {
    transform: rotate(-180deg);
}
/** Ripples */
/** Elements */
.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-data-table .v-data-table-header th.sortable:hover {
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-data-table .v-data-table-header th.sortable.active {
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
        color: rgba(0, 0, 0, 0.87);
    }

.theme--light.v-data-table .v-data-table-header__sort-badge {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-data-table .v-data-table-header th.sortable:hover {
    color: white;
}

.theme--dark.v-data-table .v-data-table-header th.sortable.active {
    color: white;
}

    .theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
        color: white;
    }

.theme--dark.v-data-table .v-data-table-header__sort-badge {
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

.v-data-table-header th.sortable {
    pointer-events: auto;
    cursor: pointer;
    outline: 0;
}

.v-data-table-header th.active .v-data-table-header__icon, .v-data-table-header th:hover .v-data-table-header__icon {
    transform: none;
    opacity: 1;
}

.v-data-table-header th.desc .v-data-table-header__icon {
    transform: rotate(-180deg);
}

.v-data-table-header__icon {
    display: inline-block;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-data-table-header__sort-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    border-radius: 50%;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    width: 18px;
}

.v-data-table-header-mobile th {
    height: initial;
}

.v-data-table-header-mobile__wrapper {
    display: flex;
}

    .v-data-table-header-mobile__wrapper .v-select {
        margin-bottom: 8px;
    }

        .v-data-table-header-mobile__wrapper .v-select .v-chip {
            height: 24px;
        }

        .v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon {
            transform: rotate(-180deg);
        }

.v-data-table-header-mobile__select {
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/** Ripples */
/** Elements */
.theme--light.v-data-table {
    /*background-color: #FFFFFF;*/
    color: var(--monad-color);
}

    .theme--light.v-data-table:not(.monad-v-data-table-no-border) {
        background: var(--monad-background);
        border: var(--monad-border);
    }

    .theme--light.v-data-table colgroup .divider {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-data-table.v-data-table--fixed-header thead th {
        background: #FFFFFF;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-data-table thead tr:last-child th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-data-table thead tr th {
        color: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-data-table tbody tr:not(:last-child) td:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-data-table tbody tr.active {
        background: var(--monad-default-background-active,#f5f5f5);
        color: var(--monad-default-color-active);
    }

    .theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content) {
        background: var(--monad-default-background-hover,#eeeeee);
        color: var(--monad-default-color-hover);
    }

.theme--dark.v-data-table {
    background-color: #424242;
    color: #FFFFFF;
}

    .theme--dark.v-data-table colgroup .divider {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-data-table.v-data-table--fixed-header thead th {
        background: #424242;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-data-table thead tr:last-child th {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-data-table thead tr th {
        color: rgba(255, 255, 255, 0.7);
    }

    .theme--dark.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-data-table tbody tr:not(:last-child) td:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-data-table tbody tr.active {
        background: #505050;
    }

    .theme--dark.v-data-table tbody tr:hover:not(.v-data-table__expanded__content) {
        background: #616161;
    }

.v-data-table table {
    width: 100%;
    border-spacing: 0;
}

.v-data-table td, .v-data-table th {
    padding: 0 16px;
}

.v-data-table th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    height: 48px;
}

.v-application--is-ltr .v-data-table th {
    text-align: left;
}

.v-application--is-rtl .v-data-table th {
    text-align: right;
}

.v-data-table td {
    font-size: 14px;
    height: 48px;
}

.v-data-table__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.v-data-table__progress {
    height: auto !important;
}

    .v-data-table__progress th {
        height: auto !important;
        border: none !important;
        padding: 0;
    }

.v-data-table--dense td {
    height: 24px;
}

.v-data-table--dense th {
    height: 32px;
}

.v-data-table--fixed-height .v-data-table__wrapper {
    overflow-y: auto;
}

.v-data-table--fixed-header .v-data-table__wrapper {
    overflow-y: auto;
}

.v-data-table--fixed-header thead th {
    border-bottom: 0px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.v-data-table--fixed-header thead tr:nth-child(2) th {
    top: 48px;
}

.v-application--is-ltr .v-data-table--fixed-header .v-data-footer {
    margin-right: 17px;
}

.v-application--is-rtl .v-data-table--fixed-header .v-data-footer {
    margin-left: 17px;
}

.v-data-table--fixed.v-data-table--dense thead tr:nth-child(2) th {
    top: 32px;
}
/** Ripples */
/** Elements */
.theme--light.v-small-dialog__menu-content, .theme--light.v-small-dialog__actions {
    background: #FFFFFF;
}

.theme--dark.v-small-dialog__menu-content, .theme--dark.v-small-dialog__actions {
    background: #424242;
}

.v-small-dialog {
    display: block;
}

.v-small-dialog__activator {
    cursor: pointer;
}

.v-small-dialog__activator__content {
    display: inline-block;
}

.v-small-dialog__content {
    padding: 0 16px;
}

.v-small-dialog__actions {
    padding: 1em;
    text-align: right;
    white-space: pre;
}
/** Ripples */
/** Elements */
.v-virtual-table {
    position: relative;
}

.v-virtual-table__wrapper {
    display: flex;
}

.v-virtual-table__table {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
/** Ripples */
/** Elements */
.v-date-picker-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1;
}

.v-application--is-rtl .v-date-picker-title .v-picker__title__btn {
    text-align: right;
}

.v-date-picker-title__year {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.v-date-picker-title__date {
    font-size: 34px;
    text-align: left;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: -8px;
}

    .v-date-picker-title__date > div {
        position: relative;
    }

.v-date-picker-title--disabled {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
    color: #FFFFFF;
}

.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
    color: rgba(255, 255, 255, 0.5);
}

.v-date-picker-header {
    padding: 4px 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .v-date-picker-header .v-btn {
        margin: 0;
        z-index: auto;
    }

    .v-date-picker-header .v-icon {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.v-date-picker-header__value {
    flex: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .v-date-picker-header__value div {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
        width: 100%;
    }

    .v-date-picker-header__value button {
        cursor: pointer;
        font-weight: bold;
        outline: none;
        padding: 0.5rem;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

.v-date-picker-header--disabled {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.theme--light.v-date-picker-table th,
.theme--light.v-date-picker-table .v-date-picker-table--date__week {
    color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-date-picker-table th,
.theme--dark.v-date-picker-table .v-date-picker-table--date__week {
    color: rgba(255, 255, 255, 0.5);
}

.v-date-picker-table {
    position: relative;
    padding: 0 12px;
    height: 242px;
}

    .v-date-picker-table table {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
        top: 0;
        table-layout: fixed;
        width: 100%;
    }

    .v-date-picker-table td, .v-date-picker-table th {
        text-align: center;
        position: relative;
    }

    .v-date-picker-table th {
        font-size: 12px;
    }

.v-date-picker-table--date .v-btn {
    height: 32px;
    width: 32px;
}

.v-date-picker-table .v-btn {
    z-index: auto;
    margin: 0;
    font-size: 12px;
}

    .v-date-picker-table .v-btn.v-btn--active {
        color: #FFFFFF;
    }

.v-date-picker-table--month td {
    width: 33.333333%;
    height: 56px;
    vertical-align: middle;
    text-align: center;
}

    .v-date-picker-table--month td .v-btn {
        margin: 0 auto;
        max-width: 160px;
        min-width: 40px;
        width: 100%;
    }

.v-date-picker-table--date th {
    padding: 8px 0;
    font-weight: 600;
}

.v-date-picker-table--date td {
    width: 45px;
}

.v-date-picker-table__events {
    height: 8px;
    left: 0;
    position: absolute;
    text-align: center;
    white-space: pre;
    width: 100%;
}

    .v-date-picker-table__events > div {
        border-radius: 50%;
        display: inline-block;
        height: 8px;
        margin: 0 1px;
        width: 8px;
    }

.v-date-picker-table--date .v-date-picker-table__events {
    bottom: 6px;
}

.v-date-picker-table--month .v-date-picker-table__events {
    bottom: 8px;
}

.v-date-picker-table--disabled {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.v-date-picker-years {
    font-size: 16px;
    font-weight: 400;
    height: 286px;
    list-style-type: none;
    overflow: auto;
    text-align: center;
}

    .v-date-picker-years.v-date-picker-years {
        padding: 0;
    }

    .v-date-picker-years li {
        cursor: pointer;
        padding: 8px 0;
        transition: none;
    }

        .v-date-picker-years li.active {
            font-size: 26px;
            font-weight: 500;
            padding: 10px 0;
        }

        .v-date-picker-years li:hover {
            background: rgba(0, 0, 0, 0.12);
        }

.v-picker--landscape .v-date-picker-years {
    padding: 0;
    height: 286px;
}
/** Ripples */
/** Elements */
.theme--light.v-picker__title {
    background: #e0e0e0;
}

.theme--dark.v-picker__title {
    background: #616161;
}

.theme--light.v-picker__body {
    background: #FFFFFF;
}

.theme--dark.v-picker__body {
    background: #424242;
}

.v-picker {
    border-radius: 4px;
    contain: layout style;
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    position: relative;
}

.v-picker--full-width {
    display: flex;
}

    .v-picker--full-width > .v-picker__body {
        margin: initial;
    }

.v-picker__title {
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 16px;
}

.v-picker__title__btn {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

    .v-picker__title__btn:not(.v-picker__title__btn--active) {
        opacity: 0.6;
        cursor: pointer;
    }

        .v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
            opacity: 1;
        }

.v-picker__title__btn--readonly {
    pointer-events: none;
}

.v-picker__title__btn--active {
    opacity: 1;
}

.v-picker__body {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

    .v-picker__body > div {
        width: 100%;
    }

        .v-picker__body > div.fade-transition-leave-active {
            position: absolute;
        }

.v-picker--landscape .v-picker__title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.v-picker--landscape .v-picker__body:not(.v-picker__body--no-title),
.v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title) {
    margin-left: 170px;
}
/** Ripples */
/** Elements */
.theme--light.v-expansion-panels .v-expansion-panel {
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-expansion-panels .v-expansion-panel--disabled {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
    border-color: rgba(0, 0, 0, 0.12);
}

.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
    opacity: 0.04;
}

.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
    opacity: 0.12;
}

.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
    opacity: 0.12;
}

.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
    opacity: 0.16;
}

.theme--dark.v-expansion-panels .v-expansion-panel {
    background-color: #424242;
    color: #FFFFFF;
}

.theme--dark.v-expansion-panels .v-expansion-panel--disabled {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
    border-color: rgba(255, 255, 255, 0.12);
}

.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
    color: #FFFFFF;
}

.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
    opacity: 0.08;
}

.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
    opacity: 0.24;
}

.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
    opacity: 0.24;
}

.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
    opacity: 0.32;
}

.v-expansion-panels {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    z-index: 1;
}

    .v-expansion-panels > * {
        cursor: auto;
    }

        .v-expansion-panels > *:first-child {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
        }

        .v-expansion-panels > *:last-child {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
        }

.v-expansion-panel {
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

    .v-expansion-panel::before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        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);
    }

    .v-expansion-panel:not(:first-child)::after {
        border-top: thin solid;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.2s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
    }

.v-expansion-panel--disabled .v-expansion-panel-header {
    pointer-events: none;
}

.v-expansion-panel--active:not(:first-child),
.v-expansion-panel--active + .v-expansion-panel {
    margin-top: 16px;
}

    .v-expansion-panel--active:not(:first-child)::after,
    .v-expansion-panel--active + .v-expansion-panel::after {
        opacity: 0;
    }

.v-expansion-panel--active > .v-expansion-panel-header {
    min-height: 64px;
}

.v-expansion-panel--active > .v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon {
    transform: rotate(-180deg);
}

.v-expansion-panels:not(.v-expansion-panels--accordion) > .v-expansion-panel--active {
    border-radius: 4px;
}

    .v-expansion-panels:not(.v-expansion-panels--accordion) > .v-expansion-panel--active + .v-expansion-panel {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.v-expansion-panels:not(.v-expansion-panels--accordion) > .v-expansion-panel--next-active {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .v-expansion-panels:not(.v-expansion-panels--accordion) > .v-expansion-panel--next-active .v-expansion-panel-header {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.v-expansion-panel-header__icon {
    display: inline-flex;
    margin-bottom: -4px;
    margin-left: auto;
    margin-top: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-application--is-rtl .v-expansion-panel-header__icon {
    margin-left: initial;
    margin-right: auto;
}

.v-expansion-panel-header {
    align-items: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    font-size: 0.9375rem;
    line-height: 1;
    min-height: 48px;
    outline: none;
    padding: 16px 24px;
    position: relative;
    text-align: left;
    transition: 0.3s min-height cubic-bezier(0.25, 0.8, 0.5, 1);
    width: 100%;
}

    .v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus::before {
        opacity: 0.12;
    }

.v-application--is-rtl .v-expansion-panel-header {
    text-align: right;
}

.v-expansion-panel-header:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-expansion-panel-header > *:not(.v-expansion-panel-header__icon) {
    flex: 1 1 auto;
}

.v-expansion-panel-content {
    display: flex;
}

.v-expansion-panel-content__wrap {
    padding: 0 24px 16px;
    flex: 1 1 auto;
    max-width: 100%;
}

.v-expansion-panels--accordion .v-expansion-panel {
    margin-top: 0;
}

    .v-expansion-panels--accordion .v-expansion-panel::after {
        opacity: 1;
    }

.v-expansion-panels--popout .v-expansion-panel {
    max-width: calc(100% - 32px);
}

.v-expansion-panels--popout .v-expansion-panel--active {
    max-width: calc(100% + 16px);
}

.v-expansion-panels--inset .v-expansion-panel {
    max-width: 100%;
}

.v-expansion-panels--inset .v-expansion-panel--active {
    max-width: calc(100% - 32px);
}
/** Ripples */
/** Elements */
.theme--light.v-file-input .v-file-input__text {
    color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-file-input .v-file-input__text--placeholder {
    color: rgba(0, 0, 0, 0.54);
}

.theme--dark.v-file-input .v-file-input__text {
    color: #FFFFFF;
}

.theme--dark.v-file-input .v-file-input__text--placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.v-file-input input[type=file] {
    opacity: 0;
    max-width: 0;
    width: 0;
}

.v-file-input .v-file-input__text {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .v-file-input .v-file-input__text.v-file-input__text--chips {
        flex-wrap: wrap;
    }

    .v-file-input .v-file-input__text .v-chip {
        margin: 4px;
    }

.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text {
    padding-top: 22px;
}

.v-file-input.v-text-field--outlined .v-text-field__slot {
    padding: 6px 0;
}

.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot {
    padding: 3px 0;
}
/** Ripples */
/** Elements */
.theme--light.v-footer {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-footer {
    background-color: #212121;
    color: #FFFFFF;
}

.v-footer {
    align-items: center;
    display: flex;
    flex: 0 1 auto !important;
    flex-wrap: wrap;
    padding: 6px 16px;
    position: relative;
    transition-duration: 0.2s;
    transition-property: background-color, left, right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .v-footer:not([data-booted=true]) {
        transition: none !important;
    }

.v-footer--absolute,
.v-footer--fixed {
    z-index: 3;
}

.v-footer--absolute {
    position: absolute;
    width: 100%;
}

.v-footer--fixed {
    position: fixed;
}

.v-footer--padless {
    padding: 0px;
}




/** Ripples */
/** Elements */
.theme--light.v-navigation-drawer {
    background-color: #FFFFFF;
}

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

    .theme--light.v-navigation-drawer .v-divider {
        border-color: rgba(0, 0, 0, 0.12);
    }

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

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

    .theme--dark.v-navigation-drawer .v-divider {
        border-color: rgba(255, 255, 255, 0.12);
    }

.v-navigation-drawer {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: auto;
    top: 0;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    transition-property: transform, width;
}

    .v-navigation-drawer:not([data-booted=true]) {
        transition: none !important;
    }

    .v-navigation-drawer.v-navigation-drawer--right:after {
        left: 0;
        right: initial;
    }

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

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

.v-navigation-drawer__content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.v-navigation-drawer__image {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    contain: strict;
    width: 100%;
}

    .v-navigation-drawer__image .v-image {
        border-radius: inherit;
    }

.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile {
    max-height: 50%;
    top: auto;
    bottom: 0;
    min-width: 100%;
}

.v-navigation-drawer--right {
    left: auto;
    right: 0;
}

    .v-navigation-drawer--right > .v-navigation-drawer__border {
        right: auto;
        left: 0;
    }

.v-navigation-drawer--absolute {
    z-index: 1;
}

.v-navigation-drawer--fixed {
    z-index: 6;
}

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

.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile) {
    z-index: 4;
}

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

.v-navigation-drawer--floating:after {
    display: none;
}

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

    .v-navigation-drawer--mini-variant .v-list-item {
        justify-content: center;
    }

        .v-navigation-drawer--mini-variant .v-list-item > *:first-child {
            margin-left: 0;
            margin-right: 0;
        }

        .v-navigation-drawer--mini-variant .v-list-item > *:not(:first-child) {
            display: none;
        }

    .v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,
    .v-navigation-drawer--mini-variant .v-list-group--sub-group {
        display: none;
    }

.v-navigation-drawer--temporary {
    z-index: 7;
}

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

.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
/** Ripples */
/** Elements */
.theme--light.v-overflow-btn .v-input__control::before,
.theme--light.v-overflow-btn .v-input__slot::before {
    background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--light.v-overflow-btn.v-text-field--outline .v-input__control::before,
.theme--light.v-overflow-btn.v-text-field--outline .v-input__slot::before {
    background-color: transparent !important;
}

.theme--light.v-overflow-btn--segmented .v-input__append-inner, .theme--light.v-overflow-btn--editable:hover .v-input__append-inner, .theme--light.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner, .theme--light.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--light.v-overflow-btn:hover .v-input__slot, .theme--light.v-overflow-btn.v-input--is-focused .v-input__slot, .theme--light.v-overflow-btn.v-select--is-menu-active .v-input__slot {
    background: #FFFFFF;
}

.theme--dark.v-overflow-btn .v-input__control::before,
.theme--dark.v-overflow-btn .v-input__slot::before {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.theme--dark.v-overflow-btn.v-text-field--outline .v-input__control::before,
.theme--dark.v-overflow-btn.v-text-field--outline .v-input__slot::before {
    background-color: transparent !important;
}

.theme--dark.v-overflow-btn--segmented .v-input__append-inner, .theme--dark.v-overflow-btn--editable:hover .v-input__append-inner, .theme--dark.v-overflow-btn--editable.v-input--is-focused .v-input__append-inner, .theme--dark.v-overflow-btn--editable.v-select--is-menu-active .v-input__append-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.theme--dark.v-overflow-btn:hover .v-input__slot, .theme--dark.v-overflow-btn.v-input--is-focused .v-input__slot, .theme--dark.v-overflow-btn.v-select--is-menu-active .v-input__slot {
    background: #424242;
}

.v-overflow-btn {
    margin-top: 12px;
    padding-top: 0;
}

    .v-overflow-btn:not(.v-overflow-btn--editable) > .v-input__control > .v-input__slot {
        cursor: pointer;
    }

    .v-overflow-btn .v-select__slot {
        height: 48px;
    }

    .v-overflow-btn.v-input--dense .v-select__slot {
        height: 38px;
    }

    .v-overflow-btn.v-input--dense input {
        margin-left: 16px;
        cursor: pointer;
    }

    .v-overflow-btn .v-select__selection--comma:first-child {
        margin-left: 16px;
    }

    .v-overflow-btn .v-input__slot {
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

        .v-overflow-btn .v-input__slot::after {
            content: none;
        }

    .v-overflow-btn .v-label {
        margin-left: 16px;
        top: calc(50% - 10px);
    }

    .v-overflow-btn .v-input__append-inner {
        width: 48px;
        height: 48px;
        align-self: auto;
        align-items: center;
        margin-top: 0;
        padding: 0;
        flex-shrink: 0;
    }

    .v-overflow-btn .v-input__append-outer,
    .v-overflow-btn .v-input__prepend-outer {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .v-overflow-btn .v-input__control::before {
        height: 1px;
        top: -1px;
        content: "";
        left: 0;
        position: absolute;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
        width: 100%;
    }

    .v-overflow-btn.v-input--is-focused .v-input__slot, .v-overflow-btn.v-select--is-menu-active .v-input__slot {
        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);
    }

    .v-overflow-btn .v-select__selections {
        width: 0px;
    }

.v-overflow-btn--segmented .v-select__selections {
    flex-wrap: nowrap;
}

    .v-overflow-btn--segmented .v-select__selections .v-btn {
        border-radius: 0;
        margin: 0;
        margin-right: -16px;
        height: 48px;
        width: 100%;
    }

    .v-overflow-btn--segmented .v-select__selections .v-btn__content {
        justify-content: start;
    }

        .v-overflow-btn--segmented .v-select__selections .v-btn__content::before {
            background-color: transparent;
        }

.v-overflow-btn--editable .v-select__slot input {
    cursor: text;
}

.v-overflow-btn--editable .v-input__append-inner,
.v-overflow-btn--editable .v-input__append-inner * {
    cursor: pointer;
}
/** Ripples */
/** Elements */
.theme--light.v-pagination .v-pagination__item {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    min-width: 34px;
    padding: 0 5px;
    width: auto;
}

.theme--light.v-pagination .v-pagination__item--active {
    color: #FFFFFF;
}

.theme--light.v-pagination .v-pagination__navigation {
    background: #FFFFFF;
}

.theme--dark.v-pagination .v-pagination__item {
    background: #424242;
    color: #FFFFFF;
    min-width: 34px;
    padding: 0 5px;
    width: auto;
}

.theme--dark.v-pagination .v-pagination__item--active {
    color: #FFFFFF;
}

.theme--dark.v-pagination .v-pagination__navigation {
    background: #424242;
}

.v-pagination {
    align-items: center;
    display: inline-flex;
    list-style-type: none;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

    .v-pagination.v-pagination {
        padding-left: 0;
    }

    .v-pagination > li {
        align-items: center;
        display: flex;
    }

.v-pagination--circle .v-pagination__item,
.v-pagination--circle .v-pagination__more,
.v-pagination--circle .v-pagination__navigation {
    border-radius: 50%;
}

.v-pagination--disabled {
    pointer-events: none;
    opacity: 0.6;
}

.v-pagination__item {
    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);
    border-radius: 4px;
    font-size: 14px;
    background: transparent;
    height: 34px;
    width: 34px;
    margin: 0.3rem;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.v-pagination__item--active {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.v-pagination__navigation {
    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);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 2rem;
    width: 2rem;
    margin: 0.3rem 10px;
}

    .v-pagination__navigation .v-icon {
        font-size: 2rem;
        transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
        vertical-align: middle;
    }

.v-pagination__navigation--disabled {
    opacity: 0.6;
    pointer-events: none;
}

.v-pagination__more {
    margin: 0.3rem;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    height: 2rem;
    width: 2rem;
}
/** Ripples */
/** Elements */
.v-parallax {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.v-parallax__image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    contain: strict;
}

.v-parallax__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    display: none;
    transform: translate(-50%, 0);
    will-change: transform;
    transition: 0.3s opacity cubic-bezier(0.25, 0.8, 0.5, 1);
    z-index: 1;
}

.v-parallax__content {
    color: #FFFFFF;
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
}
/** Ripples */
/** Elements */
.v-input--radio-group__input {
    display: flex;
    width: 100%;
}

.v-input--radio-group--column .v-input--radio-group__input > .v-label {
    padding-bottom: 8px;
}

.v-input--radio-group--row .v-input--radio-group__input > .v-label {
    padding-right: 8px;
}

.v-input--radio-group--row .v-input--radio-group__input {
    flex-direction: row;
    flex-wrap: wrap;
}

.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
    margin-bottom: 8px;
}

.v-input--radio-group--column .v-input--radio-group__input {
    flex-direction: column;
}
/** Ripples */
/** Elements */
.theme--light.v-radio--is-disabled label {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-radio--is-disabled .v-icon {
    color: rgba(0, 0, 0, 0.26) !important;
}

.theme--dark.v-radio--is-disabled label {
    color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-radio--is-disabled .v-icon {
    color: rgba(255, 255, 255, 0.3) !important;
}

.v-radio {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: 16px;
    outline: none;
}

.v-radio--is-disabled {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
    background: #fafafa;
}

.theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
    background: #424242;
}

/** Input Group */
.v-input--range-slider.v-input--is-disabled .v-slider__track-fill {
    display: none;
}

.v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb {
    border-color: transparent;
}
/** Ripples */
/** Elements */
.v-rating {
    max-width: 100%;
    white-space: nowrap;
}

    .v-rating .v-icon {
        padding: 0.5rem;
        border-radius: 50%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.v-application--is-rtl .v-rating .v-icon {
    transform: scaleX(-1);
}

.v-rating--readonly .v-icon {
    pointer-events: none;
}

.v-rating--dense .v-icon {
    padding: 0.1rem;
}
/** Ripples */
/** Elements */
.theme--light.v-skeleton-loader .v-skeleton-loader__bone::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.theme--light.v-skeleton-loader .v-skeleton-loader__avatar,
.theme--light.v-skeleton-loader .v-skeleton-loader__button,
.theme--light.v-skeleton-loader .v-skeleton-loader__chip,
.theme--light.v-skeleton-loader .v-skeleton-loader__divider,
.theme--light.v-skeleton-loader .v-skeleton-loader__heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__image,
.theme--light.v-skeleton-loader .v-skeleton-loader__text {
    background: rgba(0, 0, 0, 0.12);
}

.theme--light.v-skeleton-loader .v-skeleton-loader__actions,
.theme--light.v-skeleton-loader .v-skeleton-loader__article,
.theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__card-text,
.theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-thead,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot {
    background: #FFFFFF;
}

.theme--dark.v-skeleton-loader .v-skeleton-loader__bone::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

.theme--dark.v-skeleton-loader .v-skeleton-loader__avatar,
.theme--dark.v-skeleton-loader .v-skeleton-loader__button,
.theme--dark.v-skeleton-loader .v-skeleton-loader__chip,
.theme--dark.v-skeleton-loader .v-skeleton-loader__divider,
.theme--dark.v-skeleton-loader .v-skeleton-loader__heading,
.theme--dark.v-skeleton-loader .v-skeleton-loader__image,
.theme--dark.v-skeleton-loader .v-skeleton-loader__text {
    background: rgba(255, 255, 255, 0.12);
}

.theme--dark.v-skeleton-loader .v-skeleton-loader__actions,
.theme--dark.v-skeleton-loader .v-skeleton-loader__article,
.theme--dark.v-skeleton-loader .v-skeleton-loader__card-heading,
.theme--dark.v-skeleton-loader .v-skeleton-loader__card-text,
.theme--dark.v-skeleton-loader .v-skeleton-loader__date-picker,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-text,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,
.theme--dark.v-skeleton-loader .v-skeleton-loader__table-heading,
.theme--dark.v-skeleton-loader .v-skeleton-loader__table-thead,
.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tbody,
.theme--dark.v-skeleton-loader .v-skeleton-loader__table-tfoot {
    background: #424242;
}

.v-skeleton-loader {
    border-radius: 4px;
    position: relative;
    vertical-align: top;
}

.v-skeleton-loader__actions {
    padding: 16px 16px 8px;
    text-align: right;
}

    .v-skeleton-loader__actions .v-skeleton-loader__button {
        display: inline-block;
    }

.v-application--is-ltr .v-skeleton-loader__actions .v-skeleton-loader__button:first-child {
    margin-right: 12px;
}

.v-application--is-rtl .v-skeleton-loader__actions .v-skeleton-loader__button:first-child {
    margin-left: 12px;
}

.v-skeleton-loader .v-skeleton-loader__list-item,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.v-skeleton-loader .v-skeleton-loader__list-item-text,
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
    border-radius: 4px;
}

    .v-skeleton-loader .v-skeleton-loader__actions::after,
    .v-skeleton-loader .v-skeleton-loader__article::after,
    .v-skeleton-loader .v-skeleton-loader__card::after,
    .v-skeleton-loader .v-skeleton-loader__card-avatar::after,
    .v-skeleton-loader .v-skeleton-loader__card-heading::after,
    .v-skeleton-loader .v-skeleton-loader__card-text::after,
    .v-skeleton-loader .v-skeleton-loader__date-picker::after,
    .v-skeleton-loader .v-skeleton-loader__date-picker-options::after,
    .v-skeleton-loader .v-skeleton-loader__date-picker-days::after,
    .v-skeleton-loader .v-skeleton-loader__list-item::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-avatar::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-text::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-two-line::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-three-line::after,
    .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line::after,
    .v-skeleton-loader .v-skeleton-loader__paragraph::after,
    .v-skeleton-loader .v-skeleton-loader__sentences::after,
    .v-skeleton-loader .v-skeleton-loader__table::after,
    .v-skeleton-loader .v-skeleton-loader__table-cell::after,
    .v-skeleton-loader .v-skeleton-loader__table-heading::after,
    .v-skeleton-loader .v-skeleton-loader__table-thead::after,
    .v-skeleton-loader .v-skeleton-loader__table-tbody::after,
    .v-skeleton-loader .v-skeleton-loader__table-tfoot::after,
    .v-skeleton-loader .v-skeleton-loader__table-row::after,
    .v-skeleton-loader .v-skeleton-loader__table-row-divider::after {
        display: none;
    }

.v-application--is-ltr .v-skeleton-loader__article .v-skeleton-loader__heading {
    margin: 16px 0 8px 16px;
}

.v-application--is-rtl .v-skeleton-loader__article .v-skeleton-loader__heading {
    margin: 16px 8px 0 16px;
}

.v-skeleton-loader__article .v-skeleton-loader__paragraph {
    padding: 16px;
}

.v-skeleton-loader__avatar {
    border-radius: 50%;
    height: 48px;
    width: 48px;
}

.v-skeleton-loader__bone {
    border-radius: inherit;
    overflow: hidden;
    position: relative;
}

    .v-skeleton-loader__bone::after {
        -webkit-animation: loading 1.5s infinite;
        animation: loading 1.5s infinite;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%);
        z-index: 1;
    }

.v-skeleton-loader__button {
    border-radius: 4px;
    height: 36px;
    width: 64px;
}

.v-skeleton-loader__card .v-skeleton-loader__image {
    border-radius: 0;
}

.v-skeleton-loader__card-heading .v-skeleton-loader__heading {
    margin: 16px;
}

.v-skeleton-loader__card-text {
    padding: 16px;
}

.v-skeleton-loader__chip {
    border-radius: 16px;
    height: 32px;
    width: 96px;
}

.v-skeleton-loader__date-picker {
    border-radius: inherit;
}

    .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
        max-width: 88px;
        width: 20%;
    }

    .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
        max-width: 256px;
        width: 40%;
    }

.v-skeleton-loader__date-picker-days {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    margin: 0 auto;
}

    .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
        border-radius: 4px;
        flex: 1 1 auto;
        margin: 4px;
        height: 40px;
        width: 40px;
    }

.v-skeleton-loader__date-picker-options {
    align-items: center;
    display: flex;
    padding: 16px;
}

    .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar {
        height: 40px;
        width: 40px;
    }

        .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2) {
            margin-left: auto;
        }

.v-application--is-ltr .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2) {
    margin-right: 8px;
}

.v-application--is-rtl .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2) {
    margin-left: 8px;
}

.v-skeleton-loader__date-picker-options .v-skeleton-loader__text.v-skeleton-loader__bone:first-child {
    margin-bottom: 0px;
    max-width: 50%;
    width: 456px;
}

.v-skeleton-loader__divider {
    border-radius: 1px;
    height: 2px;
}

.v-skeleton-loader__heading {
    border-radius: 12px;
    height: 24px;
    width: 45%;
}

.v-skeleton-loader__image {
    height: 200px;
}

    .v-skeleton-loader__image:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.v-skeleton-loader__list-item {
    height: 48px;
}

.v-skeleton-loader__list-item-three-line {
    flex-wrap: wrap;
}

    .v-skeleton-loader__list-item-three-line > * {
        flex: 1 0 100%;
        width: 100%;
    }

.v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar, .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar, .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar {
    height: 40px;
    width: 40px;
}

.v-skeleton-loader__list-item-avatar {
    height: 56px;
}

.v-skeleton-loader__list-item-two-line, .v-skeleton-loader__list-item-avatar-two-line {
    height: 72px;
}

.v-skeleton-loader__list-item-three-line, .v-skeleton-loader__list-item-avatar-three-line {
    height: 88px;
}

    .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar {
        align-self: flex-start;
    }

.v-skeleton-loader__list-item, .v-skeleton-loader__list-item-avatar, .v-skeleton-loader__list-item-two-line, .v-skeleton-loader__list-item-three-line, .v-skeleton-loader__list-item-avatar-two-line, .v-skeleton-loader__list-item-avatar-three-line {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}

.v-application--is-ltr .v-skeleton-loader__list-item .v-skeleton-loader__avatar, .v-application--is-ltr .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar, .v-application--is-ltr .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar, .v-application--is-ltr .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar, .v-application--is-ltr .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar, .v-application--is-ltr .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar {
    margin-right: 16px;
}

.v-application--is-rtl .v-skeleton-loader__list-item .v-skeleton-loader__avatar, .v-application--is-rtl .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar, .v-application--is-rtl .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar, .v-application--is-rtl .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar, .v-application--is-rtl .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar, .v-application--is-rtl .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar {
    margin-left: 16px;
}

.v-skeleton-loader__list-item .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item .v-skeleton-loader__text:only-child, .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:only-child, .v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:only-child, .v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:only-child, .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:only-child, .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:last-child,
.v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:only-child {
    margin-bottom: 0;
}

.v-skeleton-loader__paragraph, .v-skeleton-loader__sentences {
    flex: 1 0 auto;
}

    .v-skeleton-loader__paragraph:not(:last-child) {
        margin-bottom: 6px;
    }

    .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(1) {
        max-width: 100%;
    }

    .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(2) {
        max-width: 50%;
    }

    .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(3) {
        max-width: 70%;
    }

    .v-skeleton-loader__sentences .v-skeleton-loader__text:nth-child(2) {
        max-width: 70%;
    }

    .v-skeleton-loader__sentences:not(:last-child) {
        margin-bottom: 6px;
    }

.v-skeleton-loader__table-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

    .v-skeleton-loader__table-heading .v-skeleton-loader__heading {
        max-width: 15%;
    }

    .v-skeleton-loader__table-heading .v-skeleton-loader__text {
        max-width: 40%;
    }

.v-skeleton-loader__table-thead {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

    .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
        max-width: 5%;
    }

.v-skeleton-loader__table-tbody {
    padding: 16px 16px 0;
}

.v-skeleton-loader__table-tfoot {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 16px;
}

    .v-skeleton-loader__table-tfoot > * {
        margin-left: 8px;
    }

    .v-skeleton-loader__table-tfoot .v-skeleton-loader__avatar {
        height: 40px;
        width: 40px;
    }

    .v-skeleton-loader__table-tfoot .v-skeleton-loader__text {
        margin-bottom: 0;
    }

        .v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(1) {
            max-width: 128px;
        }

        .v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(2) {
            max-width: 64px;
        }

.v-skeleton-loader__table-row {
    display: flex;
    justify-content: space-between;
}

.v-skeleton-loader__table-cell {
    align-items: center;
    display: flex;
    height: 48px;
    width: 88px;
}

    .v-skeleton-loader__table-cell .v-skeleton-loader__text {
        margin-bottom: 0;
    }

.v-skeleton-loader__text {
    border-radius: 6px;
    flex: 1 0 auto;
    height: 12px;
    margin-bottom: 6px;
}

.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
    display: none;
}

.v-skeleton-loader--is-loading {
    overflow: hidden;
}

.v-skeleton-loader--tile {
    border-radius: 0;
}

    .v-skeleton-loader--tile .v-skeleton-loader__bone {
        border-radius: 0;
    }

@-webkit-keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
/** Ripples */
/** Elements */
.v-snack {
    align-items: center;
    color: #FFFFFF;
    display: flex;
    font-size: 14px;
    left: 8px;
    pointer-events: none;
    position: fixed;
    right: 8px;
    text-align: left;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    z-index: 1000;
}

.v-snack--absolute {
    position: absolute;
}

.v-snack--top {
    top: 8px;
}

.v-snack--bottom {
    bottom: 8px;
}

.v-snack__wrapper {
    align-items: center;
    background-color: #323232;
    border-radius: 4px;
    display: flex;
    margin: 0 auto;
    pointer-events: auto;
    transition: inherit;
    transition-property: opacity, transform;
    min-width: 100%;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.v-snack__content {
    align-items: center;
    display: flex;
    min-height: 48px;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px 16px;
    width: 100%;
}

    .v-snack__content .v-btn.v-btn {
        color: #FFFFFF;
        flex: 0 0 auto;
        height: auto;
        margin: 0 -8px 0 24px;
        min-width: auto;
        padding: 8px;
        width: auto;
    }

    .v-snack__content .v-btn.v-btn__content {
        margin: -2px;
    }

.v-application--is-rtl .v-snack__content .v-btn.v-btn {
    margin: 0 24px 0 -8px;
}

.v-snack__content .v-btn.v-btn::before {
    display: none;
}

.v-snack--multi-line .v-snack__content {
    height: auto;
    min-height: 68px;
}

.v-snack--vertical .v-snack__content {
    align-items: stretch;
    flex-direction: column;
    height: auto;
    padding: 16px 16px 8px;
}

    .v-snack--vertical .v-snack__content .v-btn.v-btn {
        align-self: flex-end;
        justify-self: flex-end;
        margin-left: 0;
        margin-top: 18px;
    }

    .v-snack--vertical .v-snack__content .v-btn__content {
        flex: 0 0 auto;
        margin: 0;
    }

@media only screen and (min-width: 600px) {
    .v-snack__wrapper {
        min-width: 344px;
        max-width: 672px;
    }

    .v-snack--left .v-snack__wrapper {
        margin-left: 0;
    }

    .v-snack--right .v-snack__wrapper {
        margin-right: 0;
    }

    .v-snack__content .v-btn:first-of-type {
        margin-left: 42px;
    }

    .v-application--is-rtl .v-snack__content .v-btn:first-of-type {
        margin-left: 0;
        margin-right: 42px;
    }
}

.v-snack-transition-enter .v-snack__wrapper {
    transform: scale(0.8);
}

.v-snack-transition-enter .v-snack__wrapper, .v-snack-transition-leave-to .v-snack__wrapper {
    opacity: 0;
}
/** Ripples */
/** Elements */
.theme--light.v-sparkline g {
    fill: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-sparkline g {
    fill: #FFFFFF;
}
/** Ripples */
/** Elements */
.v-speed-dial {
    position: relative;
}

.v-speed-dial--absolute {
    position: absolute;
}

.v-speed-dial--fixed {
    position: fixed;
}

.v-speed-dial--fixed, .v-speed-dial--absolute {
    z-index: 4;
}

    .v-speed-dial--fixed > .v-btn--floating, .v-speed-dial--absolute > .v-btn--floating {
        margin: 0;
    }

.v-speed-dial--top {
    top: 16px;
}

.v-speed-dial--bottom {
    bottom: 16px;
}

.v-speed-dial--left {
    left: 16px;
}

.v-speed-dial--right {
    right: 16px;
}

.v-speed-dial--direction-left .v-speed-dial__list, .v-speed-dial--direction-right .v-speed-dial__list {
    height: 100%;
    top: 0;
    padding: 0 16px;
}

.v-speed-dial--direction-top .v-speed-dial__list, .v-speed-dial--direction-bottom .v-speed-dial__list {
    left: 0;
    width: 100%;
}

.v-speed-dial--direction-top .v-speed-dial__list {
    flex-direction: column-reverse;
    bottom: 100%;
}

.v-speed-dial--direction-right .v-speed-dial__list {
    flex-direction: row;
    left: 100%;
}

.v-speed-dial--direction-bottom .v-speed-dial__list {
    flex-direction: column;
    top: 100%;
}

.v-speed-dial--direction-left .v-speed-dial__list {
    flex-direction: row-reverse;
    right: 100%;
}

/** Elements */
.v-speed-dial__list {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    position: absolute;
}

    .v-speed-dial__list .v-btn {
        margin: 6px;
    }

/** Modifiers */
.v-speed-dial:not(.v-speed-dial--is-active) .v-speed-dial__list {
    pointer-events: none;
}
/** Ripples */
/** Elements */
.theme--light.v-stepper {
    background: #FFFFFF;
}

    .theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
        background: rgba(0, 0, 0, 0.38);
    }

    .theme--light.v-stepper .v-stepper__step__step {
        color: white;
    }

        .theme--light.v-stepper .v-stepper__step__step .v-icon {
            color: white;
        }

    .theme--light.v-stepper .v-stepper__header .v-divider {
        border-color: rgba(0, 0, 0, 0.12);
    }

    .theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
        text-shadow: 0px 0px 0px black;
    }

    .theme--light.v-stepper .v-stepper__step--editable:hover {
        background: rgba(0, 0, 0, 0.06);
    }

        .theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
            text-shadow: 0px 0px 0px black;
        }

    .theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
        color: rgba(0, 0, 0, 0.87);
    }

    .theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
        background: rgba(0, 0, 0, 0.54);
    }

    .theme--light.v-stepper .v-stepper__label {
        color: rgba(0, 0, 0, 0.38);
    }

        .theme--light.v-stepper .v-stepper__label small {
            color: rgba(0, 0, 0, 0.54);
        }

.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
    color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.theme--dark.v-stepper {
    background: #303030;
}

    .theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
        background: rgba(255, 255, 255, 0.5);
    }

    .theme--dark.v-stepper .v-stepper__step__step {
        color: white;
    }

        .theme--dark.v-stepper .v-stepper__step__step .v-icon {
            color: white;
        }

    .theme--dark.v-stepper .v-stepper__header .v-divider {
        border-color: rgba(255, 255, 255, 0.12);
    }

    .theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
        text-shadow: 0px 0px 0px white;
    }

    .theme--dark.v-stepper .v-stepper__step--editable:hover {
        background: rgba(255, 255, 255, 0.06);
    }

        .theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
            text-shadow: 0px 0px 0px white;
        }

    .theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
        color: rgba(255, 255, 255, 0.87);
    }

    .theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
        background: rgba(255, 255, 255, 0.75);
    }

    .theme--dark.v-stepper .v-stepper__label {
        color: rgba(255, 255, 255, 0.5);
    }

        .theme--dark.v-stepper .v-stepper__label small {
            color: rgba(255, 255, 255, 0.7);
        }

.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
    color: rgba(255, 255, 255, 0.7);
}

.theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.v-stepper {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    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);
}

.v-stepper__header {
    height: 72px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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);
}

    .v-stepper__header .v-divider {
        align-self: center;
        margin: 0 -16px;
    }

.v-stepper__items {
    position: relative;
    overflow: hidden;
}

.v-stepper__step__step {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    height: 24px;
    margin-right: 8px;
    min-width: 24px;
    width: 24px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .v-stepper__step__step .v-icon.v-icon {
        font-size: 18px;
    }

.v-stepper__step {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 24px;
    position: relative;
}

.v-stepper__step--active .v-stepper__label {
    transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-stepper__step--editable {
    cursor: pointer;
}

.v-stepper__step.v-stepper__step--error .v-stepper__step__step {
    background: transparent;
    color: inherit;
}

    .v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon {
        font-size: 24px;
        color: inherit;
    }

.v-stepper__step.v-stepper__step--error .v-stepper__label {
    color: inherit;
    text-shadow: none;
    font-weight: 500;
}

    .v-stepper__step.v-stepper__step--error .v-stepper__label small {
        color: inherit;
    }

.v-stepper__label {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: left;
}

    .v-stepper__label small {
        font-size: 12px;
        font-weight: 300;
        text-shadow: none;
    }

.v-stepper__wrapper {
    overflow: hidden;
    transition: none;
}

.v-stepper__content {
    top: 0;
    padding: 24px 24px 16px 24px;
    flex: 1 0 auto;
    width: 100%;
}

    .v-stepper__content > .v-btn {
        margin: 24px 8px 8px 0;
    }

.v-stepper--is-booted .v-stepper__content, .v-stepper--is-booted .v-stepper__wrapper {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-stepper--vertical {
    padding-bottom: 36px;
}

    .v-stepper--vertical .v-stepper__content {
        margin: -8px -36px -16px 36px;
        padding: 16px 60px 16px 23px;
        width: auto;
    }

    .v-stepper--vertical .v-stepper__step {
        padding: 24px 24px 16px;
    }

    .v-stepper--vertical .v-stepper__step__step {
        margin-right: 12px;
    }

.v-stepper--alt-labels .v-stepper__header {
    height: auto;
}

    .v-stepper--alt-labels .v-stepper__header .v-divider {
        margin: 35px -67px 0;
        align-self: flex-start;
    }

.v-stepper--alt-labels .v-stepper__step {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 175px;
}

    .v-stepper--alt-labels .v-stepper__step small {
        align-self: center;
    }

.v-stepper--alt-labels .v-stepper__step__step {
    margin-right: 0;
    margin-bottom: 11px;
}

.v-application--is-rtl .v-stepper .v-stepper__step__step {
    margin-right: 0;
    margin-left: 12px;
}

@media only screen and (max-width: 959px) {
    .v-stepper:not(.v-stepper--vertical) .v-stepper__label {
        display: none;
    }

    .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step {
        margin-right: 0;
    }
}
/** Ripples */
/** Elements */
.theme--light.v-input--switch .v-input--switch__thumb {
    color: #FFFFFF;
}

.theme--light.v-input--switch .v-input--switch__track {
    color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
    color: #fafafa !important;
}

.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
    color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark.v-input--switch .v-input--switch__thumb {
    color: #bdbdbd;
}

.theme--dark.v-input--switch .v-input--switch__track {
    color: rgba(255, 255, 255, 0.3);
}

.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
    color: #424242 !important;
}

.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
    color: rgba(255, 255, 255, 0.1) !important;
}

.v-input--switch__track, .v-input--switch__thumb {
    background-color: currentColor;
    pointer-events: none;
    transition: inherit;
}

.v-input--switch__track {
    border-radius: 8px;
    width: 36px;
    height: 14px;
    left: 2px;
    position: absolute;
    opacity: 0.6;
    right: 2px;
    top: calc(50% - 7px);
}

.v-input--switch__thumb {
    border-radius: 50%;
    top: calc(50% - 10px);
    height: 20px;
    position: relative;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-input--switch .v-input--selection-controls__input {
    width: 38px;
}

.v-input--switch .v-input--selection-controls__ripple {
    top: calc(50% - 24px);
}

.v-input--switch.v-input--is-dirty.v-input--is-disabled {
    opacity: 0.6;
}

.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple {
    left: -14px;
}

.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
    transform: translate(20px, 0);
}

.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
    right: -14px;
}

.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
    transform: translate(-20px, 0);
}

.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.v-input--switch--inset .v-input--switch__track,
.v-input--switch--inset .v-input--selection-controls__input {
    width: 48px;
}

.v-input--switch--inset .v-input--switch__track {
    border-radius: 14px;
    height: 28px;
    left: -4px;
    opacity: 0.32;
    top: calc(50% - 14px);
}

.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb {
    transform: translate(0, 0) !important;
}

.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
    transform: translate(20px, 0) !important;
}

.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb {
    transform: translate(-6px, 0) !important;
}

.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
    transform: translate(-26px, 0) !important;
}
/** Ripples */
/** Elements */
/* Theme */
.theme--light.v-system-bar {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54);
}

    .theme--light.v-system-bar .v-icon {
        color: rgba(0, 0, 0, 0.54);
    }

.theme--light.v-system-bar--lights-out {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.theme--dark.v-system-bar {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.7);
}

    .theme--dark.v-system-bar .v-icon {
        color: rgba(255, 255, 255, 0.7);
    }

.theme--dark.v-system-bar--lights-out {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.v-system-bar {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 8px;
}

    .v-system-bar .v-icon {
        font-size: 1rem;
        margin-right: 4px;
    }

.v-system-bar--fixed, .v-system-bar--absolute {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.v-system-bar--fixed {
    position: fixed;
}

.v-system-bar--absolute {
    position: absolute;
}

.v-system-bar--window .v-icon {
    font-size: 1.25rem;
    margin-right: 8px;
}
/** Ripples */
/** Elements */
.theme--light.v-tabs > .v-tabs-bar {
    background-color: #FFFFFF;
}

    .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
    .theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon,
    .theme--light.v-tabs > .v-tabs-bar .v-tab--disabled {
        color: rgba(0, 0, 0, 0.54);
    }

.theme--light.v-tabs .v-tab:hover::before {
    opacity: 0.04;
}

.theme--light.v-tabs .v-tab:focus::before {
    opacity: 0.12;
}

.theme--light.v-tabs .v-tab--active:hover::before, .theme--light.v-tabs .v-tab--active::before {
    opacity: 0.12;
}

.theme--light.v-tabs .v-tab--active:focus::before {
    opacity: 0.16;
}

.theme--dark.v-tabs > .v-tabs-bar {
    background-color: #424242;
}

    .theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
    .theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon,
    .theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled {
        color: rgba(255, 255, 255, 0.6);
    }

.theme--dark.v-tabs .v-tab:hover::before {
    opacity: 0.08;
}

.theme--dark.v-tabs .v-tab:focus::before {
    opacity: 0.24;
}

.theme--dark.v-tabs .v-tab--active:hover::before, .theme--dark.v-tabs .v-tab--active::before {
    opacity: 0.24;
}

.theme--dark.v-tabs .v-tab--active:focus::before {
    opacity: 0.32;
}

.theme--light.v-tabs-items {
    background-color: #FFFFFF;
}

.theme--dark.v-tabs-items {
    background-color: #424242;
}

.v-tabs-bar.theme--dark .v-tab:not(.v-tab--active):not(.v-tab--disabled) {
    opacity: 0.7;
}

.v-tabs-bar.primary .v-tab,
.v-tabs-bar.primary .v-tabs-slider, .v-tabs-bar.secondary .v-tab,
.v-tabs-bar.secondary .v-tabs-slider, .v-tabs-bar.accent .v-tab,
.v-tabs-bar.accent .v-tabs-slider, .v-tabs-bar.success .v-tab,
.v-tabs-bar.success .v-tabs-slider, .v-tabs-bar.error .v-tab,
.v-tabs-bar.error .v-tabs-slider, .v-tabs-bar.warning .v-tab,
.v-tabs-bar.warning .v-tabs-slider, .v-tabs-bar.info .v-tab,
.v-tabs-bar.info .v-tabs-slider {
    color: #FFFFFF;
}

.v-tabs {
    flex: 1 1 auto;
    width: 100%;
}

    .v-tabs .v-menu__activator {
        height: 100%;
    }

    .v-tabs:not(.v-tabs--vertical) .v-tab {
        white-space: normal;
    }

.v-tabs-bar {
    border-radius: inherit;
    height: 48px;
}

    .v-tabs-bar.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-tabs-bar--show-arrows):not(.v-slide-group--has-affixes) .v-slide-group__prev {
        display: initial;
        visibility: hidden;
    }

    .v-tabs-bar.v-item-group > * {
        cursor: initial;
    }

.v-tab {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    min-width: 90px;
    max-width: 360px;
    outline: none;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .v-tab.v-tab {
        color: inherit;
    }

    .v-tab:before {
        background-color: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-tab:not(.v-tab-disabled) {
        cursor: pointer;
    }

.v-tabs-slider {
    background-color: currentColor;
    height: 100%;
    width: 100%;
}

.v-tabs-slider-wrapper {
    bottom: 0;
    margin: 0 !important;
    position: absolute;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    z-index: 1;
}

.v-application--is-ltr .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tab:first-child, .v-application--is-ltr .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tabs-slider-wrapper + .v-tab {
    margin-left: 42px;
}

.v-application--is-rtl .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tab:first-child, .v-application--is-rtl .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tabs-slider-wrapper + .v-tab {
    margin-right: 42px;
}

.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:last-child,
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:last-child {
    margin-right: auto;
}

.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper) {
    margin-left: auto;
}

.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-slider-wrapper + *,
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-slider-wrapper + * {
    margin-left: auto;
}

.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:last-child,
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:last-child {
    margin-left: auto;
}

.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper) {
    margin-right: auto;
}

.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-slider-wrapper + *,
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-slider-wrapper + * {
    margin-right: auto;
}

.v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
    flex: 1 1 auto;
    width: 100%;
}

.v-tabs--grow > .v-tabs-bar .v-tab {
    flex: 1 0 auto;
    max-width: none;
}

.v-tabs--icons-and-text > .v-tabs-bar {
    height: 72px;
}

    .v-tabs--icons-and-text > .v-tabs-bar .v-tab {
        flex-direction: column-reverse;
    }

        .v-tabs--icons-and-text > .v-tabs-bar .v-tab > *:first-child {
            margin-bottom: 6px;
        }

.v-tabs--overflow > .v-tabs-bar .v-tab {
    flex: 1 0 auto;
}

.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tab:first-child,
.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tabs-slider-wrapper + .v-tab {
    margin-left: auto;
}

.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tab:first-child,
.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tabs-slider-wrapper + .v-tab {
    margin-right: auto;
}

.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tab:last-child {
    margin-right: 0;
}

.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tab:last-child {
    margin-left: 0;
}

.v-tabs--vertical {
    display: flex;
}

    .v-tabs--vertical > .v-tabs-bar {
        height: auto;
    }

        .v-tabs--vertical > .v-tabs-bar .v-tabs-bar__content {
            flex-direction: column;
        }

        .v-tabs--vertical > .v-tabs-bar .v-tab {
            height: 48px;
        }

        .v-tabs--vertical > .v-tabs-bar .v-tabs-slider {
            height: 100%;
        }

    .v-tabs--vertical > .v-window {
        flex: 1 1 auto;
    }

    .v-tabs--vertical.v-tabs--icons-and-text > .v-tabs-bar .v-tab {
        height: 72px;
    }

.v-tab--active {
    color: inherit;
}

    .v-tab--active.v-tab:not(:focus)::before {
        opacity: 0;
    }

    .v-tab--active .v-icon {
        color: inherit;
    }

.v-tab--disabled {
    pointer-events: none;
    opacity: 0.5;
}
/** Ripples */
/** Elements */
.theme--light.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
    color: #FFFFFF;
}

.theme--dark.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
    color: rgba(0, 0, 0, 0.87);
}

.v-textarea textarea {
    flex: 1 1 auto;
    line-height: 18px;
    max-width: 100%;
    min-height: 32px;
    outline: none;
    padding: 7px 0 8px;
    width: 100%;
}

.v-textarea .v-text-field__prefix {
    padding-top: 4px;
    align-self: start;
}

.v-textarea.v-text-field--box .v-text-field__prefix,
.v-textarea.v-text-field--box textarea, .v-textarea.v-text-field--enclosed .v-text-field__prefix,
.v-textarea.v-text-field--enclosed textarea {
    margin-top: 24px;
}

.v-textarea.v-text-field--box.v-text-field--single-line .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--single-line textarea, .v-textarea.v-text-field--box.v-text-field--outlined .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--outlined textarea, .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line textarea, .v-textarea.v-text-field--enclosed.v-text-field--outlined .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--outlined textarea {
    margin-top: 12px;
}

.v-textarea.v-text-field--box.v-text-field--single-line .v-label, .v-textarea.v-text-field--box.v-text-field--outlined .v-label, .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-label, .v-textarea.v-text-field--enclosed.v-text-field--outlined .v-label {
    top: 18px;
}

.v-textarea.v-text-field--solo {
    align-items: flex-start;
}

    .v-textarea.v-text-field--solo .v-input__prepend-inner,
    .v-textarea.v-text-field--solo .v-input__prepend-outer,
    .v-textarea.v-text-field--solo .v-input__append-inner,
    .v-textarea.v-text-field--solo .v-input__append-outer {
        align-self: flex-start;
        margin-top: 16px;
    }

.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner {
    padding-left: 12px;
}

.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner {
    padding-right: 12px;
}

.v-textarea--auto-grow textarea {
    overflow: hidden;
}

.v-textarea--no-resize textarea {
    resize: none;
}

.v-textarea.v-text-field--enclosed .v-text-field__slot {
    margin-right: -12px;
}

    .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
        padding-right: 12px;
    }

.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
    margin-right: 0;
    margin-left: -12px;
}

    .v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
        padding-right: 0;
        padding-left: 12px;
    }
/** Ripples */
/** Elements */
.theme--light.v-timeline::before {
    background: rgba(0, 0, 0, 0.12);
}

.theme--light.v-timeline .v-timeline-item__dot {
    background: #FFFFFF;
}

.theme--light.v-timeline .v-timeline-item .v-card::before {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-timeline::before {
    background: rgba(255, 255, 255, 0.12);
}

.theme--dark.v-timeline .v-timeline-item__dot {
    background: #424242;
}

.theme--dark.v-timeline .v-timeline-item .v-card::before {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.v-timeline {
    padding-top: 24px;
    position: relative;
}

    .v-timeline:before {
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 2px;
    }

.v-timeline-item {
    display: flex;
    padding-bottom: 24px;
}

.v-timeline-item__body {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
}

.v-timeline-item__divider {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-timeline-item__dot {
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    height: 38px;
    left: calc(50% - 19px);
    width: 38px;
}

    .v-timeline-item__dot .v-timeline-item__inner-dot {
        height: 30px;
        margin: 4px;
        width: 30px;
    }

.v-timeline-item__dot--small {
    height: 24px;
    left: calc(50% - 12px);
    width: 24px;
}

    .v-timeline-item__dot--small .v-timeline-item__inner-dot {
        height: 18px;
        margin: 3px;
        width: 18px;
    }

.v-timeline-item__dot--large {
    height: 52px;
    left: calc(50% - 26px);
    width: 52px;
}

    .v-timeline-item__dot--large .v-timeline-item__inner-dot {
        height: 42px;
        margin: 5px;
        width: 42px;
    }

.v-timeline-item__inner-dot {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-timeline-item__opposite {
    flex: 1 1 auto;
    align-self: center;
    max-width: calc(50% - 48px);
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before), .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after {
    flex-direction: row-reverse;
}

    .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite {
        text-align: right;
    }

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite {
    text-align: left;
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card:before, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body .v-card:after {
    transform: rotate(0);
    left: -10px;
    right: initial;
}

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body .v-card:after {
    transform: rotate(180deg);
    left: initial;
    right: -10px;
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body {
    max-width: calc(50% - 48px);
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after), .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before {
    flex-direction: row;
}

    .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite {
        text-align: left;
    }

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite {
    text-align: right;
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card:before, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body .v-card:after {
    transform: rotate(180deg);
    right: -10px;
    left: initial;
}

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body .v-card:after {
    transform: rotate(0);
    right: initial;
    left: -10px;
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body, .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body {
    max-width: calc(50% - 48px);
}

.v-timeline-item__body > .v-card:not(.v-card--flat):before, .v-timeline-item__body > .v-card:not(.v-card--flat):after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid black;
    top: calc(50% - 10px);
}

.v-timeline-item__body > .v-card:not(.v-card--flat):after {
    border-right-color: inherit;
}

.v-timeline-item__body > .v-card:not(.v-card--flat):before {
    top: calc(50% - 10px + 2px);
}

.v-timeline--align-top .v-timeline-item__dot {
    align-self: start;
}

.v-timeline--align-top .v-timeline-item__body > .v-card:before {
    top: calc(0% + 10px + 2px);
}

.v-timeline--align-top .v-timeline-item__body > .v-card:after {
    top: calc(0% + 10px);
}

.v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before {
    left: calc(50% - 1px);
    right: initial;
}

.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before {
    left: initial;
    right: calc(50% - 1px);
}

.v-timeline--reverse:not(.v-timeline--dense):before {
    right: calc(50% - 1px);
    left: initial;
}

.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense):before {
    right: initial;
    left: calc(50% - 1px);
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after), .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before {
    flex-direction: row;
}

    .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite {
        text-align: left;
    }

.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite {
    text-align: right;
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card:before, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body .v-card:after {
    transform: rotate(180deg);
    right: -10px;
    left: initial;
}

.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card:after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body .v-card:after {
    transform: rotate(0);
    right: initial;
    left: -10px;
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body {
    max-width: calc(50% - 48px);
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before), .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after {
    flex-direction: row-reverse;
}

    .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite {
        text-align: right;
    }

.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite {
    text-align: left;
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card:before, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body .v-card:after {
    transform: rotate(0);
    left: -10px;
    right: initial;
}

.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body .v-card:after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body .v-card:after {
    transform: rotate(180deg);
    left: initial;
    right: -10px;
}

.v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body, .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body {
    max-width: calc(50% - 48px);
}

.v-timeline--reverse.v-timeline--dense:before {
    right: calc(48px - 1px);
    left: initial;
}

.v-application--is-rtl .v-timeline--reverse.v-timeline--dense:before {
    right: initial;
    left: calc(48px - 1px);
}

.v-timeline--dense:not(.v-timeline--reverse):before {
    left: calc(48px - 1px);
    right: initial;
}

.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before {
    left: initial;
    right: calc(48px - 1px);
}

.v-timeline--dense .v-timeline-item {
    flex-direction: row-reverse !important;
}

    .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after {
        transform: rotate(0);
        left: -10px;
        right: initial;
    }

.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after {
    transform: rotate(180deg);
    left: initial;
    right: -10px;
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 96px);
}

.v-timeline--dense .v-timeline-item__opposite {
    display: none;
}

.v-timeline--reverse.v-timeline--dense .v-timeline-item {
    flex-direction: row !important;
}

    .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after {
        transform: rotate(180deg);
        right: -10px;
        left: initial;
    }

.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card:after {
    transform: rotate(0);
    right: initial;
    left: -10px;
}

.v-timeline-item--fill-dot .v-timeline-item__inner-dot {
    height: inherit;
    margin: 0;
    width: inherit;
}
/** Ripples */
/** Elements */
.v-time-picker-title {
    color: #FFFFFF;
    display: flex;
    line-height: 1;
    justify-content: flex-end;
}

.v-time-picker-title__time {
    white-space: nowrap;
    direction: ltr;
}

    .v-time-picker-title__time .v-picker__title__btn,
    .v-time-picker-title__time span {
        align-items: center;
        display: inline-flex;
        height: 70px;
        font-size: 70px;
        justify-content: center;
    }

.v-time-picker-title__ampm {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 8px 0 6px 8px;
    text-transform: uppercase;
}

    .v-time-picker-title__ampm div:only-child {
        flex-direction: row;
    }

.v-picker__title--landscape .v-time-picker-title {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.v-picker__title--landscape .v-time-picker-title__time {
    text-align: right;
}

    .v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
    .v-picker__title--landscape .v-time-picker-title__time span {
        height: 55px;
        font-size: 55px;
    }

.v-picker__title--landscape .v-time-picker-title__ampm {
    margin: 16px 0 0;
    align-self: initial;
    text-align: center;
}

.v-picker--time .v-picker__title--landscape {
    padding: 0;
}

    .v-picker--time .v-picker__title--landscape .v-time-picker-title__time {
        text-align: center;
    }
/** Ripples */
/** Elements */
.theme--light.v-time-picker-clock {
    background: #e0e0e0;
}

    .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
        color: rgba(0, 0, 0, 0.26);
    }

        .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
            color: rgba(255, 255, 255, 0.3);
        }

.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
    background-color: #bdbdbd;
}

.theme--light.v-time-picker-clock--indeterminate:after {
    color: #bdbdbd;
}

.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
    background-color: #bdbdbd;
}

.theme--dark.v-time-picker-clock {
    background: #616161;
}

    .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
        color: rgba(255, 255, 255, 0.3);
    }

        .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
            color: rgba(255, 255, 255, 0.3);
        }

.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
    background-color: #757575;
}

.theme--dark.v-time-picker-clock--indeterminate:after {
    color: #757575;
}

.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
    background-color: #757575;
}

.v-time-picker-clock {
    border-radius: 100%;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    padding-top: 100%;
    flex: 1 0 auto;
}

.v-time-picker-clock__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.v-time-picker-clock__ampm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px;
}

.v-time-picker-clock__hand {
    height: calc(50% - 4px);
    width: 2px;
    bottom: 50%;
    left: calc(50% - 1px);
    transform-origin: center bottom;
    position: absolute;
    will-change: transform;
    z-index: 1;
}

    .v-time-picker-clock__hand:before {
        background: transparent;
        border-width: 2px;
        border-style: solid;
        border-color: inherit;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__hand:after {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        top: 100%;
        left: 50%;
        border-radius: 100%;
        border-style: solid;
        border-color: inherit;
        background-color: inherit;
        transform: translate(-50%, -50%);
    }

.v-time-picker-clock__hand--inner:after {
    height: 14px;
}

.v-picker--full-width .v-time-picker-clock__container {
    max-width: 290px;
}

.v-time-picker-clock__inner {
    position: absolute;
    bottom: 27px;
    left: 27px;
    right: 27px;
    top: 27px;
}

.v-time-picker-clock__item {
    align-items: center;
    border-radius: 100%;
    cursor: default;
    display: flex;
    font-size: 16px;
    justify-content: center;
    height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-50%, -50%);
}

    .v-time-picker-clock__item > span {
        z-index: 1;
    }

    .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
        content: "";
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 14px;
        width: 14px;
        transform: translate(-50%, -50%);
    }

    .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
        height: 40px;
        width: 40px;
    }

.v-time-picker-clock__item--active {
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.v-time-picker-clock__item--disabled {
    pointer-events: none;
}

.v-picker--landscape .v-time-picker-clock__container {
    flex-direction: row;
}

.v-picker--landscape .v-time-picker-clock__ampm {
    flex-direction: column;
}
/** Ripples */
/** Elements */
.v-tooltip {
    display: none;
}

.v-tooltip--attached {
    display: inline;
}

.v-tooltip__content {
    background: rgba(97, 97, 97, 0.9);
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 5px 16px;
    position: absolute;
    text-transform: initial;
    width: auto;
    opacity: 1;
    pointer-events: none;
}

.v-tooltip__content--fixed {
    position: fixed;
}

.v-tooltip__content[class*=-active] {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.v-tooltip__content[class*=enter-active] {
    transition-duration: 150ms;
}

.v-tooltip__content[class*=leave-active] {
    transition-duration: 75ms;
}
/** Ripples */
/** Elements */
.theme--light.v-treeview {
    color: rgba(0, 0, 0, 0.87);
}

    .theme--light.v-treeview--hoverable .v-treeview-node__root:hover::before,
    .theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root:hover::before {
        opacity: 0.04;
    }

    .theme--light.v-treeview--hoverable .v-treeview-node__root:focus::before,
    .theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root:focus::before {
        opacity: 0.12;
    }

    .theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover::before, .theme--light.v-treeview--hoverable .v-treeview-node__root--active::before,
    .theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:hover::before,
    .theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active::before {
        opacity: 0.12;
    }

    .theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus::before,
    .theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:focus::before {
        opacity: 0.16;
    }

    .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover::before, .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active::before {
        opacity: 0.12;
    }

    .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus::before {
        opacity: 0.16;
    }

    .theme--light.v-treeview .v-treeview-node--disabled {
        color: rgba(0, 0, 0, 0.38);
    }

        .theme--light.v-treeview .v-treeview-node--disabled .v-treeview-node__toggle,
        .theme--light.v-treeview .v-treeview-node--disabled .v-treeview-node__checkbox {
            color: rgba(0, 0, 0, 0.38) !important;
        }

.theme--dark.v-treeview {
    color: #FFFFFF;
}

    .theme--dark.v-treeview--hoverable .v-treeview-node__root:hover::before,
    .theme--dark.v-treeview .v-treeview-node--click > .v-treeview-node__root:hover::before {
        opacity: 0.08;
    }

    .theme--dark.v-treeview--hoverable .v-treeview-node__root:focus::before,
    .theme--dark.v-treeview .v-treeview-node--click > .v-treeview-node__root:focus::before {
        opacity: 0.24;
    }

    .theme--dark.v-treeview--hoverable .v-treeview-node__root--active:hover::before, .theme--dark.v-treeview--hoverable .v-treeview-node__root--active::before,
    .theme--dark.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:hover::before,
    .theme--dark.v-treeview .v-treeview-node--click > .v-treeview-node__root--active::before {
        opacity: 0.24;
    }

    .theme--dark.v-treeview--hoverable .v-treeview-node__root--active:focus::before,
    .theme--dark.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:focus::before {
        opacity: 0.32;
    }

    .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:hover::before, .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active::before {
        opacity: 0.24;
    }

    .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:focus::before {
        opacity: 0.32;
    }

    .theme--dark.v-treeview .v-treeview-node--disabled {
        color: rgba(255, 255, 255, 0.5);
    }

        .theme--dark.v-treeview .v-treeview-node--disabled .v-treeview-node__toggle,
        .theme--dark.v-treeview .v-treeview-node--disabled .v-treeview-node__checkbox {
            color: rgba(255, 255, 255, 0.5) !important;
        }

.v-treeview > .v-treeview-node {
    margin-left: 0;
}

.v-treeview > .v-treeview-node--leaf {
    margin-left: 16px;
}

    .v-treeview > .v-treeview-node--leaf > .v-treeview-node__root {
        padding-left: 8px;
        padding-right: 8px;
    }

.v-treeview-node {
    margin-left: 26px;
}

.v-treeview-node--disabled {
    pointer-events: none;
}

.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root,
.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root:before {
    border-bottom-right-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root {
    margin-top: 8px;
    margin-bottom: 8px;
}

.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root,
.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root:before {
    border-radius: 24px !important;
}

.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root {
    margin-top: 8px;
    margin-bottom: 8px;
}

.v-treeview-node--excluded {
    display: none;
}

.v-treeview-node--click > .v-treeview-node__root,
.v-treeview-node--click > .v-treeview-node__root > .v-treeview-node__content > * {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-treeview-node--leaf {
    margin-left: 26px;
}

    .v-treeview-node--leaf > .v-treeview-node__root {
        padding-left: 24px;
        padding-right: 8px;
    }

.v-treeview-node__root {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-right: 8px;
    position: relative;
}

    .v-treeview-node__root::before {
        background-color: currentColor;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-treeview-node__root.v-treeview-node--active .v-treeview-node__content .v-icon {
        color: inherit;
    }

.v-treeview-node__content {
    align-items: center;
    display: flex;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 0;
}

    .v-treeview-node__content .v-btn {
        flex-grow: 0 !important;
        flex-shrink: 1 !important;
    }

.v-treeview-node__label {
    flex: 1;
    font-size: inherit;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .v-treeview-node__label .v-icon {
        padding-right: 8px;
    }

.v-treeview-node__checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-treeview-node__toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: rotate(-90deg);
}

.v-treeview-node__toggle--open {
    transform: none;
}

.v-treeview-node__toggle--loading {
    -webkit-animation: progress-circular-rotate 1s linear infinite;
    animation: progress-circular-rotate 1s linear infinite;
}

.v-treeview-node__children {
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.v-application--is-rtl .v-treeview > .v-treeview-node {
    margin-right: 0;
}

.v-application--is-rtl .v-treeview > .v-treeview-node--leaf {
    margin-right: 16px;
    margin-left: 0;
}

    .v-application--is-rtl .v-treeview > .v-treeview-node--leaf > .v-treeview-node__root {
        padding-right: 8px;
        padding-left: 8px;
    }

.v-application--is-rtl .v-treeview-node {
    margin-right: 26px;
    margin-left: 0;
}

.v-application--is-rtl .v-treeview-node--leaf {
    margin-right: 26px;
    margin-left: 0;
}

    .v-application--is-rtl .v-treeview-node--leaf > .v-treeview-node__root {
        padding-right: 24px;
        padding-left: 8px;
    }

.v-application--is-rtl .v-treeview-node__root {
    padding-right: 0;
    padding-left: 8px;
}

.v-application--is-rtl .v-treeview-node__toggle {
    transform: rotate(90deg);
}

.v-application--is-rtl .v-treeview-node__toggle--open {
    transform: none;
}

.v-treeview--dense .v-treeview-node__root {
    min-height: 40px;
}

.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root,
.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root:before {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root {
    margin-top: 8px;
    margin-bottom: 8px;
}

.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root,
.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root:before {
    border-radius: 20px !important;
}

.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root {
    margin-top: 8px;
    margin-bottom: 8px;
}

@charset "UTF-8";
/** Ripples */
/** Elements */
@-webkit-keyframes v-shake {
    59% {
        margin-left: 0;
    }

    60%, 80% {
        margin-left: 2px;
    }

    70%, 90% {
        margin-left: -2px;
    }
}

@keyframes v-shake {
    59% {
        margin-left: 0;
    }

    60%, 80% {
        margin-left: 2px;
    }

    70%, 90% {
        margin-left: -2px;
    }
}


/** Ripples */
/** Elements */
.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
    color: rgba(0, 0, 0, 0.26) !important;
}

.theme--dark.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
    color: rgba(255, 255, 255, 0.3) !important;
}

.v-input--selection-controls {
    margin-top: 16px;
    padding-top: 4px;
}

    .v-input--selection-controls .v-input__append-outer,
    .v-input--selection-controls .v-input__prepend-outer {
        margin-top: 0;
        margin-bottom: 0;
    }

    .v-input--selection-controls .v-input__control {
        flex-grow: 0;
        width: auto;
    }

    .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
        margin-bottom: 12px;
    }

.v-input--selection-controls__input {
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    height: 24px;
    position: relative;
    margin-right: 8px;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: color, transform;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-application--is-rtl .v-input--selection-controls__input {
    margin-right: 0;
    margin-left: 8px;
}

.v-input--selection-controls__input input[role=checkbox],
.v-input--selection-controls__input input[role=radio],
.v-input--selection-controls__input input[role=switch] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-input--selection-controls__input + .v-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v-input--selection-controls__ripple {
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    position: absolute;
    transition: inherit;
    width: 34px;
    left: -12px;
    top: calc(50% - 24px);
    margin: 7px;
}

    .v-input--selection-controls__ripple:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        opacity: 0.2;
        left: 0;
        right: 0;
        top: 0;
        transform-origin: center center;
        transform: scale(0.2);
        transition: inherit;
    }

    .v-input--selection-controls__ripple .v-ripple__container {
        transform: scale(1.2);
    }

.v-input--selection-controls.v-input {
    flex: 0 1 auto;
}

    .v-input--selection-controls.v-input .v-label {
        align-items: center;
        display: inline-flex;
        top: 0;
        height: auto;
    }

.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
    background: currentColor;
    opacity: 0.4;
    transform: scale(1.2);
}

.v-input--selection-controls .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
    background: currentColor;
    transform: scale(1.2);
    transition: none;
}
