.theme--light.v-icon {
    color: rgba(0, 0, 0, .54)
}

.theme--light.v-icon:focus:after {
    opacity: .12
}

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

.theme--dark.v-icon {
    color: #fff
}

.theme--dark.v-icon:focus:after {
    opacity: .24
}

.theme--dark.v-icon.v-icon.v-icon--disabled {
    color: hsla(0, 0%, 100%, .5) !important
}

.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
    vertical-align: middle;
    user-select: none
}

.v-icon.v-icon:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    width: 100%;
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1)
}

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

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

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

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

.v-icon--disabled {
    pointer-events: none
}

.v-icon--dense__component, .v-icon--dense__svg {
    height: 20px
}

.v-icon__component, .v-icon__svg {
    height: 24px;
    width: 24px
}

.v-icon__svg {
    fill: currentColor
}

.v-ripple__container {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    z-index: 0;
    contain: strict
}

.v-ripple__animation, .v-ripple__container {
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none
}

.v-ripple__animation {
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    will-change: transform, opacity
}

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

.v-ripple__animation--in {
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .1s cubic-bezier(.4, 0, .2, 1)
}

.v-ripple__animation--out {
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1)
}

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

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

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

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

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

.theme--light.v-list-item--active:before, .theme--light.v-list-item--active:hover:before, .theme--light.v-list-item:focus:before {
    opacity: .12
}

.theme--light.v-list-item--active:focus:before, .theme--light.v-list-item.v-list-item--highlighted:before {
    opacity: .16
}

.theme--dark.v-list-item--disabled {
    color: hsla(0, 0%, 100%, .5)
}

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

.theme--dark.v-list-item .v-list-item__mask {
    color: hsla(0, 0%, 100%, .5);
    background: #494949
}

.theme--dark.v-list-item .v-list-item__action-text, .theme--dark.v-list-item .v-list-item__subtitle {
    color: hsla(0, 0%, 100%, .7)
}

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

.theme--dark.v-list-item--active:before, .theme--dark.v-list-item--active:hover:before, .theme--dark.v-list-item:focus:before {
    opacity: .24
}

.theme--dark.v-list-item--active:focus:before, .theme--dark.v-list-item.v-list-item--highlighted:before {
    opacity: .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
}

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

.v-list-item--selectable {
    user-select: auto
}

.v-list-item:after {
    content: "";
    min-height: inherit;
    font-size: 0
}

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

.v-list-item__action .v-input, .v-list-item__action .v-input--selection-controls__input, .v-list-item__action .v-input__control, .v-list-item__action .v-input__slot {
    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: .75rem
}

.v-list-item__avatar {
    align-self: center;
    justify-content: flex-start
}

.v-list-item__avatar, .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-ltr .v-list-item__avatar:first-child, .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-rtl .v-list-item__avatar:first-child {
    margin-left: 16px
}

.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__subtitle, .v-list-item .v-list-item__title {
    line-height: 1.2
}

.v-list-item__subtitle, .v-list-item__title {
    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: .875rem
}

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

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

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

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

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

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

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

.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: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-list .v-list-item--active, .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--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--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-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal), .v-list-item--three-line .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 {
    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__action, .v-list--three-line .v-list-item .v-list-item__avatar, .v-list-item--three-line .v-list-item__action, .v-list-item--three-line .v-list-item__avatar {
    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: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.v-list.accent > .v-list-item, .v-list.error > .v-list-item, .v-list.info > .v-list-item, .v-list.primary > .v-list-item, .v-list.secondary > .v-list-item, .v-list.success > .v-list-item, .v-list.warning > .v-list-item {
    color: #fff
}

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

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

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

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

.theme--dark.v-list .v-list--disabled {
    color: hsla(0, 0%, 100%, .5)
}

.theme--dark.v-list .v-list-group--active:after, .theme--dark.v-list .v-list-group--active:before {
    background: hsla(0, 0%, 100%, .12)
}

.v-sheet.v-list {
    border-radius: 0
}

.v-sheet.v-list:not(.v-sheet--outlined) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.v-sheet.v-list.v-sheet--shaped {
    border-radius: 0
}

.v-list {
    display: block;
    padding: 8px 0;
    position: static;
    transition: box-shadow .28s cubic-bezier(.4, 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: .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.v-sheet--shaped .v-list-item, .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item:before, .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item > .v-ripple__container {
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important
}

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

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

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

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

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

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

.v-application--is-rtl .v-list.v-sheet--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-list-item > .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-list-item > .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-list-item > .v-ripple__container {
    border-radius: 58.6666666667px !important
}

.v-list--subheader {
    padding-top: 0
}

.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__items .v-list-group__items, .v-list-group__items .v-list-item {
    overflow: hidden
}

.v-list-group--active > .v-list-group__header.v-list-group__header--sub-group > .v-list-group__header__prepend-icon .v-icon, .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__prepend-icon .v-icon, .v-list-group--active > .v-list-group__header .v-list-item, .v-list-group--active > .v-list-group__header .v-list-item__content {
    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 > .v-list-item {
    padding-left: 72px
}

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

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

.v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group > .v-list-group__items > .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 > .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 > .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 > .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 > .v-list-item {
    padding-right: 80px
}

.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;
    overflow: hidden
}

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

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

.v-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).info, .v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).warning {
    color: #fff
}

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

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

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
    background-color: rgba(0, 0, 0, .12) !important
}

.theme--light.v-btn.v-btn--has-bg {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

.theme--dark.v-btn.v-btn--disabled, .theme--dark.v-btn.v-btn--disabled .v-btn__loading, .theme--dark.v-btn.v-btn--disabled .v-icon {
    color: hsla(0, 0%, 100%, .3) !important
}

.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg {
    background-color: hsla(0, 0%, 100%, .12) !important
}

.theme--dark.v-btn.v-btn--has-bg {
    background-color: #272727
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
    border-color: hsla(0, 0%, 100%, .12)
}

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

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

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

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

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

.v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

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

.v-btn.v-size--small {
    font-size: .75rem
}

.v-btn.v-size--default, .v-btn.v-size--large {
    font-size: .875rem
}

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

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

.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-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;
    transition: inherit;
    transition-property: opacity
}

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

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

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

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

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

.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--absolute {
    position: absolute
}

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

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

.v-btn--is-elevated {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated:after {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab:after {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--is-elevated.v-btn--fab:active {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.v-btn--disabled {
    pointer-events: none
}

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

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

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

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

.v-btn--fab.v-size--x-large .v-icon, .v-btn--icon.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--absolute, .v-btn--fab.v-btn--fixed {
    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--loading {
    pointer-events: none;
    transition: none
}

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

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

.v-btn--plain:before {
    display: none
}

.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
    opacity: .62
}

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

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

.v-btn--tile {
    border-radius: 0
}

.v-menu {
    display: none
}

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

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

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

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

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

.v-menu__content > .card {
    contain: content;
    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 {
    transition-delay: .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 .3s cubic-bezier(.25, .8, .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
}

.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 {
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all .2s ease-in-out
}

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

.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay, .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg {
    animation-play-state: paused !important
}

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

.v-progress-circular__underlay {
    stroke: hsla(0, 0%, 62%, .4);
    z-index: 1
}

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

@keyframes progress-circular-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0px
    }
    50% {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -15px
    }
    to {
        stroke-dasharray: 100, 200;
        stroke-dashoffset: -125px
    }
}

@keyframes progress-circular-rotate {
    to {
        transform: rotate(1turn)
    }
}
